@charset "UTF-8";
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 1rem;
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  height: 70px;
  border-radius: 7px;
  padding: 0 2rem;
}
.header.-sub {
  background-color: #fff;
}
.header__logo {
  /* margin-left: 2rem; */
  /* margin-top: 1.2rem; */
  width: 22rem;
  display: flex;
  align-items: center;
  max-width: 22rem;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 1.2rem;
}
.header__top.-sub {
  color: #232472;
}
.header__tel {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  color: #000;
}
.header__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  height: 1.8rem;
  left: -2rem;
  margin: auto;
  position: absolute;
  top: 4px;
  width: 1.8rem;
}
.header__tel.-sub {
  text-shadow: none;
}
.header__tel.-sub::before {
  background-image: url(../img/common/tel-color.svg);
}
.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
}
.header__time span {
}

.header__time span:nth-of-type(1) {
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: #007fb4;
  color: #fff;
}
.header__time span:nth-of-type(2) {
  font-size: 1.2rem;
}
.header__time.-sub span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__time.-sub span:nth-of-type(1) span {
  text-shadow: none;
}
.header__nav {
  margin-right: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__item:not(:first-of-type) {
  margin-left: 3rem;
}
@media screen and (max-width: 1340px) {
  .header__item:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__logo {
    margin-left: 1rem;
    width: 15rem;
  }
}
.header__item:last-of-type {
  /*   margin-left: 2rem; */
}
.header__item:last-of-type a {
  /*   -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  width: 1.995rem; */
}
.header__link {
  color: #232472;
  font-size: 1.6rem;
  line-height: 1.3;
}
.header__link.-sub {
  color: #232472;
}
.header__btn {
  background: #007fb4;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 12px 30px 12px 50px;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 50px;
  /* background-image: linear-gradient(-135deg, #007FB4 0%, #91d57c 100%); */
  margin-right: 1rem;
}
.header__btn.email::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 10px;
  left: 23px;
  width: 2rem;
  height: 3rem;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
    box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  }
  .header-sp.-sub {
    background-color: #fff;
  }
  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 5vw;
    padding-top: 3vw;
  }
  .header-sp__logo {
    position: relative;
    width: 60vw;
    z-index: 1;
  }
  .hamburger {
    border: none;
    cursor: pointer;
    height: 14vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 13.5vw;
    z-index: 40;
    background: #007fb4;
  }
  .hamburger.-sub span {
    background-color: #fff;
  }
  .hamburger span {
    background-color: #fff;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 15vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #2e2b8f;
  }
  .nav-drawer__item {
    position: relative;
  }
  .nav-drawer__item a {
    padding: 2vw 0 2vw 0;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    font-size: 4vw;
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-around;
    align-items: center;
  }
  a.nav-drawer__link.-top {
    display: grid;
    grid-template-columns: 1fr;
}
  .nav-drawer__item::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #007fb4;
    border-top: 2px solid #007fb4;
    transform: translate(0%, -50%) rotate(45deg);
  }
  .nav-drawer__item span {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 16px 0 2px;
  }
  .nav-drawer__item:not(:first-of-type) {
  }
  .nav-drawer__item:last-of-type {
    /*     width: 10vw; */
  }
  .nav-drawer__link {
    font-size: 4.7vw;
    text-align: center;
    font-weight: 600;
  }
  .nav-drawer__btn {
    background: #58b0cf;
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 5vw;
    padding: 3vw 10vw;
    width: 300px;
    border-radius: 7px;
  }
  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 4vw;
    color: #2e2b8f;
  }
  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
  }
  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: -5vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4vw;
  }
  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 4vw;
    color: #2e2b8f;
  }
  .nav-drawer__time span {
    border: 1px solid #2e2b8f;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }
  /* 表示された時用のCSS */
  .open .hamburger {
    /* background-color: #fff; */
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }
  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger__lineCenter {
    display: none;
  }
  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .hamburger span {
    /* background-color: #fff; */
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
  padding-left: 2vw;
}
.header-sp .nav-drawer__list {
  color: #3e3e3e;
}
.header-sp .nav-drawer__tel {
  color: #3e3e3e;
}
.header-sp .nav-drawer__time {
  color: #3e3e3e;
}
.header-sp .nav-drawer__time span {
  border-color: #3e3e3e;
}

/*header*/
.header {
  background-color: #fff;
}
.header-list {
  display: flex;
  justify-content: center;
}
.header-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.header-item:hover {
  border-bottom: 2px solid #007fb4;
  transition: all 0.3s;
  /*opacity: .5;*/
}
.home .header.scrolled .header-item:hover a {
}
.header-item .itemLink {
  color: #fff;
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
}
.header-item .itemLink {
  color: #3e3e3e;
  display: block;
  padding: 20px 12px;
}
.header-item:hover .itemLink {
  text-align: left;
}
.megaMenu {
  background-image: linear-gradient(90deg, #58b0cf, #3798bf 38%, #0b79aa 69%);
  border-radius: 0 0 10px 10px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: height 0.3s;
  width: 100%;
  padding: 0 20px;
  .megaMenu-list {
    .megaMenu-item {
      width: 100%;
      .c-cardA {
        @media screen and (max-width: 1320px) {
          min-height: 126px;
        }
      }
    }
  }
  .menuTitWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    .menuTit {
      display: flex;
      align-items: center;
      gap: 30px;
      padding-left: 8rem;
      position: relative;
      color: #fff;
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        background-color: #fff;
        width: 5rem;
        height: 5px;
      }
      .en {
        font-size: 66px;
        font-weight: 600;
      }
      .jp {
        font-size: 20px;
        font-weight: 600;
      }
    }
    .menuBtnArea {
      font-family: "Kantumruy Pro", "Noto Sans JP", serif;
      .menuBtn {
        display: flex;
        align-items: center;
        gap: 20px;
        .text {
          font-size: 20px;
          color: #fff;
        }
        .icon {
          width: 23px;
        }
      }
    }
  }
}
.megaMenu-list {
  padding-bottom: 10px;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 40px;
  align-items: center;
  justify-items: center;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: auto;
}
/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}
.header__contact {
  display: flex;
  align-items: center;
}

.home .header.scrolled .header-item a {
  color: #3e3e3e;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 3rem;
}
.header-item.-sns a {
  width: 20px;
  padding: 0;
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-item a {
    padding: 17px 10px;
  }
  .home .header-item a {
    padding: 17px 10px;
    font-size: 12px;
  }
  .header-item.-sns a {
    padding: 0;
    padding-top: 15px;
  }
  .header__btn {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-item a {
    padding: 23px 7px;
  }
  /* .home .header-item a {
        padding: 23px 14px;
    } */
}
@media screen and (min-width: 1440px) {
  .header-item a {
    padding: 20px 14px;
  }

}

/*ホバーエフェクト*/
.header__link::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #282828;
  bottom: -15px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__link:hover::after {
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}
.header {
  &.scrolled {
    .header__link {
      &::after {
        background-color: #007fb4;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  ul.nav-drawer__list.-company {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem;
}
  .nav-drawer__list-ttl {
    background: #027fb4;
    color: #fff;
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0 1rem;
    position: relative;
  }
      .nav-drawer__list-ttl::before {
        content: "";
        position: absolute;
        right: 2rem;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: translate(0%, -50%) rotate(45deg);
    }
}

