@charset "UTF-8";
/* placeholder color */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/**********************************************************************************************

　全体

**********************************************************************************************/
#wrap {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: .05em; }
  @media (min-width: 751px) {
    #wrap {
      min-width: 1280px; } }
  @media (max-width: 750px) {
    #wrap {
      font-size: 3.43vw; } }

img[src$=".svg"] {
  width: 100%; }

/* common */
img {
  max-width: 100%;
  height: auto; }

.inner {
  max-width: 1024px;
  margin: auto;
  position: relative; }
  @media (max-width: 750px) {
    .inner {
      max-width: 90vw; } }

main {
  display: block;
  position: relative;
  margin-top: 142px; }
  @media (max-width: 750px) {
    main {
      margin-top: 20vw; } }

@media (min-width: 751px) {
  .fadelink {
    transition: .4s opacity; }
    .fadelink:hover {
      opacity: 0.6; } }

@media (min-width: 751px) {
  .u-sp {
    display: none !important; }

  a[href^="tel:"] {
    pointer-events: none; } }
@media (max-width: 750px) {
  .u-pc {
    display: none !important; } }
/**********************************************************************************************

　header

**********************************************************************************************/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background: #fff;
  padding: 30px 60px; }
  @media (min-width: 751px) {
    header {
      min-width: 1280px; } }
  @media (max-width: 750px) {
    header {
      padding: 4vw 5vw; } }

.head_inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.head_logoArea {
  width: 256px;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 100; }
  @media (max-width: 750px) {
    .head_logoArea {
      width: 44vw; } }

@media (min-width: 751px) {
  .headNav {
    display: flex !important; } }
@media (max-width: 750px) {
  .headNav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fdf2d9;
    overflow: auto;
    display: none;
    padding: 0 0 8vw; } }

@media (min-width: 751px) {
  .headNav_inner {
    display: flex;
    flex-direction: column-reverse; } }

.headNav_list {
  display: flex;
  text-align: center;
  min-height: 1px; }
  @media (max-width: 750px) {
    .headNav_list {
      display: block;
      margin: 0;
      text-align: left;
      font-size: 3.75vw; } }
  .headNav_list > li {
    position: relative; }
    .headNav_list > li:not(:last-child) {
      margin: 0 20px 0 0; }
      @media (max-width: 750px) {
        .headNav_list > li:not(:last-child) {
          margin: 0;
          border-bottom: 1px solid #fff; } }
    @media (min-width: 751px) {
      .headNav_list > li:hover .headNav_subList {
        visibility: visible;
        opacity: 1; } }
  @media (max-width: 750px) {
    .headNav_list a {
      padding: 3.2vw 6vw;
      display: block;
      color: #fff;
      background: #f2ab04;
      position: relative; }
      .headNav_list a::after {
        content: "";
        display: block;
        background: url("../img/common/arrow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        width: 1.8vw;
        height: 3.4vw;
        top: 50%;
        right: 5vw;
        transform: translateY(-50%); } }
  @media (max-width: 750px) {
    .headNav_list p {
      display: block;
      padding: 3.2vw 6vw;
      color: #fff;
      background: #f2ab04;
      position: relative; } }
  @media (max-width: 750px) {
    .headNav_list p.-plus::before, .headNav_list p.-plus::after {
      content: "";
      display: block;
      width: 4vw;
      height: 2px;
      background: #fff;
      position: absolute;
      right: 4vw;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s; }
    .headNav_list p.-plus::after {
      transform: translateY(-50%) rotate(90deg);
      transition: 0.5s; }
    .headNav_list p.-plus.-active::after {
      transform: rotate(0);
      transition: 0.5s; } }

.headNav_subList {
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  z-index: 100;
  font-size: 1.4rem; }
  @media (min-width: 751px) {
    .headNav_subList {
      display: block !important;
      visibility: hidden;
      opacity: 0;
      transition: .4s;
      position: absolute;
      top: 100%;
      transition: .4s;
      left: 50%;
      transform: translateX(-50%);
      padding: 15px 0 0; } }
  @media (max-width: 750px) {
    .headNav_subList {
      font-size: 3.75vw;
      padding: 0;
      transition: none;
      display: none; } }
  .headNav_subList li {
    position: relative;
    z-index: 10; }
    @media (min-width: 751px) {
      .headNav_subList li:not(:last-child) {
        border-bottom: 1px solid #fff; } }
    @media (max-width: 750px) {
      .headNav_subList li:not(:last-child) {
        border-bottom: 1px solid #f2ab04; } }
  .headNav_subList a {
    position: relative;
    color: #fff;
    display: block;
    padding: 10px 30px;
    background: #f2ab04; }
    @media (max-width: 750px) {
      .headNav_subList a {
        color: #f2ab04;
        padding: 3.5vw 10.6vw;
        background: rgba(242, 171, 4, 0.1); }
        .headNav_subList a::after {
          background: url("../img/common/arrow_orange.svg") no-repeat;
          background-size: contain; } }

@media (max-width: 750px) {
  .head_contactArea_wrap {
    display: flex;
    margin: 4vw 0 0;
    justify-content: center; } }

.head_contactArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 10px;
  min-height: 1px; }
  @media (max-width: 750px) {
    .head_contactArea {
      display: block;
      margin: 0;
      text-align: center; } }

.telBtn {
  color: #26499d;
  font-weight: 700;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0; }
  @media (max-width: 750px) {
    .telBtn {
      font-size: 6.6vw;
      margin: 0 0 2vw;
      justify-content: center; } }

.telBtn_icon {
  width: 28px;
  line-height: 1;
  margin: 0 4px 0 0; }
  @media (max-width: 750px) {
    .telBtn_icon {
      width: 6.6vw; } }

.contactBtn {
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  font-weight: 700;
  background: #26499d; }
  @media (max-width: 750px) {
    .contactBtn {
      padding: 2vw 14vw;
      font-size: 4vw; } }

.recruitBtn {
  background: #f2ab04;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 0 20px; }
  @media (max-width: 750px) {
    .recruitBtn {
      font-size: 4.1vw;
      margin: 0 0 0 5vw;
      padding: 4vw; } }

.recruitBtn_icon {
  width: 40px;
  margin: auto;
  min-height: 1px; }
  @media (max-width: 750px) {
    .recruitBtn_icon {
      width: 12.2vw; } }

.recruitBtn_tit {
  min-height: 1px; }

.menuBtn,
.menuBtn span {
  display: inline-block;
  transition: all .4s;
  cursor: pointer;
  z-index: 1000; }

.menuBtn {
  width: 8vw;
  height: 4.5vw;
  position: relative; }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f2ab04; }
    .menuBtn span:nth-of-type(1) {
      top: 0; }
    .menuBtn span:nth-of-type(2) {
      top: calc(50% - 1px); }
    .menuBtn span:nth-of-type(3) {
      bottom: 0; }
  .menuBtn.active span:nth-of-type(1) {
    transform: translateY(2vw) rotate(-45deg); }
  .menuBtn.active span:nth-of-type(2) {
    opacity: 0; }
  .menuBtn.active span:nth-of-type(3) {
    transform: translateY(-2.2vw) rotate(45deg); }

/**********************************************************************************************

　footer

**********************************************************************************************/
footer {
  position: relative;
  background: #fff; }

.foot_contact {
  padding: 80px 0 90px;
  position: relative;
  text-align: center; }
  @media (max-width: 750px) {
    .foot_contact {
      padding: 10vw 0 12vw; } }

.foot_contact_tit {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .foot_contact_tit {
      font-size: 5vw;
      margin: 0 0 5vw; } }

.foot_contact_txt {
  font-size: 2.5rem;
  margin: 0 0 30px; }
  @media (max-width: 750px) {
    .foot_contact_txt {
      font-size: 3.43vw;
      margin: 0 0 4vw; } }

.foot_contact_telArea {
  display: flex;
  align-items: center;
  color: #26499d;
  font-weight: 700;
  font-size: 5.5rem;
  justify-content: center; }
  @media (max-width: 750px) {
    .foot_contact_telArea {
      font-size: 8vw; } }

.foot_contact_icon {
  flex-shrink: 0;
  width: 74px;
  margin: 0 10px 0 0;
  line-height: 1; }
  @media (max-width: 750px) {
    .foot_contact_icon {
      width: 9vw;
      margin: 0 2vw 0 0; } }

.foot_contact_person {
  width: 265px;
  position: absolute;
  bottom: -90px;
  right: 20px; }
  @media (max-width: 750px) {
    .foot_contact_person {
      display: none; } }

.foot_contact_person_ballon {
  background: url("../img/common/foot_baloon.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 180px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  padding: 40px 0 0 5px;
  line-height: 1.4; }
  .foot_contact_person_ballon span {
    background: linear-gradient(transparent 75%, #f2ab04 75%);
    color: #26499d; }

.footNav .inner {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 45px 0;
  line-height: 2; }
  @media (max-width: 750px) {
    .footNav .inner {
      flex-wrap: wrap;
      padding: 10vw 0 2vw; } }

.footNav_list {
  color: #333;
  margin: 0 40px; }
  @media (max-width: 750px) {
    .footNav_list {
      margin: 0 5% 8vw;
      width: 40%;
      font-size: 3.43vw; } }
  .footNav_list > li > a::before {
    content: "■";
    color: #f2ab04; }

.footNav_subList a::before {
  content: "ー";
  color: #f2ab04; }

.foot_content {
  padding: 40px 0; }
  @media (max-width: 750px) {
    .foot_content {
      padding: 10vw 0; } }

.foot_logoArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .foot_logoArea {
      display: block;
      margin: 0 0 8vw; } }

.foot_logo {
  width: 288px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
  display: block; }
  @media (max-width: 750px) {
    .foot_logo {
      margin: 0 0 5vw;
      width: 50vw; } }

.foot_snsArea {
  display: flex;
  margin: 20px 0 0;
  align-items: center;
  justify-content: center; }
  @media (max-width: 750px) {
    .foot_snsArea {
      margin: 0;
      display: block; } }

.snsList {
  display: flex;
  width: 288px;
  margin: 0 40px 0 0;
  align-items: center; }
  @media (max-width: 750px) {
    .snsList {
      margin: 0 0 5vw;
      justify-content: center;
      width: 100%; } }
  .snsList li {
    width: 44px; }
    @media (max-width: 750px) {
      .snsList li {
        width: 8vw; } }
    .snsList li:not(:last-child) {
      margin: 0 20px 0 0; }
      @media (max-width: 750px) {
        .snsList li:not(:last-child) {
          margin: 0 4vw 0 0; } }

.bnrList {
  display: flex;
  align-items: center; }
  @media (max-width: 750px) {
    .bnrList {
      justify-content: center; } }
  .bnrList li:not(:last-child) {
    margin: 0 10px 0 0; }
    @media (max-width: 750px) {
      .bnrList li:not(:last-child) {
        margin: 0 2.6vw 0 0; } }

.bnrItem01 {
  width: 100px; }
  @media (max-width: 750px) {
    .bnrItem01 {
      width: 22vw; } }

.bnrItem02 {
  width: 156px; }
  @media (max-width: 750px) {
    .bnrItem02 {
      width: 36vw; } }

.copyrightArea {
  background: #f2ab04;
  padding: 20px 0 25px;
  text-align: center; }
  @media (max-width: 750px) {
    .copyrightArea {
      padding: 4vw 0; } }

.bnr_nc {
  margin: 15px auto 0;
  width: 138px; }
  @media (max-width: 750px) {
    .bnr_nc {
      margin: 2.6vw auto 0;
      width: 36vw; } }

.copyright {
  display: block; }
  @media (max-width: 750px) {
    .copyright {
      font-size: 3.43vw; } }

.pagetop {
  width: 48px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100; }
  @media (max-width: 750px) {
    .pagetop {
      width: 12vw;
      right: 5vw;
      bottom: 10vw; } }
