@charset "UTF-8";
:root {
  --noto: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --yugo: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.img-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.img-wrap img {
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.contact-break {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .contact-break {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

img {
  user-drag: none;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

:root {
  --header-top: 16px;
  --header-height: 75px;
}
@media screen and (max-width: 1240px) {
  :root {
    --header-height: 60px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 950px) {
  :root {
    --header-top: 10px;
    --header-height: 45px;
  }
}

.gray-bg {
  background: #fafafa;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 950px) {
  .hamburger {
    background: #2768d4;
    height: auto;
    width: var(--header-height);
    border-radius: 9999px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
  }
}
.hamburger.is-active {
  background: #fff;
}
.hamburger.is-active .hamburger__inner {
  width: 25px;
}
.hamburger.is-active .hamburger__line {
  background: #2768d4;
}
.hamburger.is-active .hamburger__line--1 {
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
.hamburger.is-active .hamburger__line--2 {
  opacity: 0;
}
.hamburger.is-active .hamburger__line--3 {
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.hamburger__inner {
  height: 11px;
  width: 18px;
  position: relative;
  transition: width 0.3s;
}
.hamburger__line {
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  transition: background 0.3s, width 0.3s, top 0.3s, translate 0.3s, rotate 0.3s, opacity 0.3s;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 50%;
  translate: 0 -50%;
}
.hamburger__line--3 {
  top: 100%;
  translate: 0 -100%;
}

.sub-layout {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sub-layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sub-layout__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-layout__inner {
    flex-direction: column;
    align-items: center;
  }
}
.sub-layout__left {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-layout__left {
    max-width: 100%;
  }
}
.sub-layout__right {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-layout__right {
    max-width: 100%;
  }
}
.sub-layout__center {
  width: 100%;
}

.sub-mv {
  position: relative;
  z-index: 5;
  height: 515px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 280px;
  }
}
.sub-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: -1;
}
.sub-mv__inner {
  margin: 0 auto;
  height: inherit;
  width: 90%;
  max-width: 1000px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-mv__inner {
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
.sub-mv__title {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .sub-mv__title {
    gap: 15px;
  }
}
.sub-mv__title-en {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .sub-mv__title-en {
    height: 50px;
  }
}
.sub-mv__title-en img {
  height: 100%;
  width: auto;
}
.sub-mv__title-jp {
  height: 25px;
}
@media screen and (max-width: 767px) {
  .sub-mv__title-jp {
    height: 18px;
  }
}
.sub-mv__title-jp img {
  height: 100%;
  width: auto;
}

.header {
  position: fixed;
  top: var(--header-top);
  left: 50%;
  translate: -50% 0;
  height: var(--header-height);
  width: 97.6666666667%;
  background: rgba(227, 227, 234, 0.6);
  z-index: 1000;
  border-radius: 37.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
@media screen and (max-width: 950px) {
  .header {
    height: calc(var(--header-height) + 8px);
    width: 93.3333333333%;
    background: rgba(227, 227, 234, 0);
    border-radius: 25px;
    padding: 4px 5px 4px 20px;
  }
}
.header.is-scroll, .header.is-active {
  background: rgba(227, 227, 234, 0.6);
}
.header__inner {
  width: 100%;
  padding: 0 32px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .header__inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 950px) {
  .header__inner {
    padding: 0;
  }
}
.header__logo {
  width: 190px;
}
@media screen and (max-width: 1240px) {
  .header__logo {
    width: 160px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 950px) {
  .header__logo {
    width: 141px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 100%;
  gap: 50px;
}
@media screen and (max-width: 1240px) {
  .header__right {
    gap: 15px;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 950px) {
  .header-btn {
    display: none;
  }
}
.header-btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: solid 1px #2768d4;
  height: 49px;
  width: 175px;
  border-radius: 9999px;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 1240px) {
  .header-btn__item {
    gap: 10px;
    height: 40px;
    width: 140px;
    font-size: 14px;
  }
}
.header-btn__item--1 {
  background: #fff;
  color: #2768d4;
}
.header-btn__item--1::after {
  content: "";
  width: 18px;
  height: auto;
  aspect-ratio: 27/20;
  -webkit-mask-image: url("../../img/common/blank.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../img/common/blank.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #2768d4;
  transition: background 0.3s;
}
@media screen and (max-width: 1240px) {
  .header-btn__item--1::after {
    width: 16px;
  }
}
@media (hover) {
  .header-btn__item--1:hover {
    background: #2768d4;
    color: #fff;
  }
  .header-btn__item--1:hover::after {
    background: #fff;
  }
}
.header-btn__item--2 {
  background: #2768d4;
  color: #fff;
}
@media (hover) {
  .header-btn__item--2:hover {
    color: #2768d4;
    background: #fff;
  }
  .header-btn__item--2:hover::after {
    background-color: #2768d4;
  }
}
.header-btn__item--2::after {
  content: "";
  width: 18px;
  height: auto;
  aspect-ratio: 27/20;
  -webkit-mask-image: url("../../img/common/mail.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../img/common/mail.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: background 0.3s;
}
@media screen and (max-width: 1240px) {
  .header-btn__item--2::after {
    width: 16px;
  }
}

@media screen and (max-width: 950px) {
  .g-nav {
    display: none;
  }
}
.g-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  .g-nav__list {
    gap: 15px;
  }
}
.g-nav__link {
  transition: color 0.3s;
}
@media screen and (max-width: 1240px) {
  .g-nav__link {
    font-size: 14px;
  }
}
@media (hover) {
  .g-nav__link:hover {
    color: #2768d4;
  }
}

.g-nav-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: calc(100% - var(--header-top) / 2 * 2);
  width: 96.6666666667%;
  background: #2768d4;
  border-radius: 25px;
  z-index: 999;
  transition: opacity 0.3s, visibility 0.3s;
}
.g-nav-sp.is-active {
  opacity: 1;
  visibility: visible;
}
.g-nav-sp__inner {
  padding-top: calc(25px + var(--header-top) + var(--header-height));
  padding-inline: 26px;
  padding-bottom: 30px;
  overflow-y: auto;
  height: 100%;
}
.g-nav-sp__list {
  margin: 0 auto;
  width: 100%;
}
.g-nav-sp__item {
  border-top: solid 1px #457dda;
}
.g-nav-sp__item:last-child {
  border-bottom: solid 1px #457dda;
}
.g-nav-sp__link {
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
}
.g-nav-sp__link span {
  font-size: 22px;
  margin-right: 10px;
}
.g-nav-sp__link i {
  content: "";
  -webkit-mask-image: url("../../img/common/blank.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../img/common/blank.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  background-size: cover;
  width: 16px;
  height: auto;
  aspect-ratio: 27/20;
  display: inline-block;
  margin-left: 10px;
}

.g-nav-sp-contact {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}
.g-nav-sp-contact__title {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.g-nav-sp-contact__title span {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: 10px;
}
.g-nav-sp-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: solid 1px #2768d4;
  height: 42px;
  border-radius: 9999px;
  font-size: 14px;
  background: #2768d4;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
@media (hover) {
  .g-nav-sp-contact__button:hover {
    background: #fff;
    color: #2768d4;
  }
  .g-nav-sp-contact__button:hover .contact__mail {
    background-color: #2768d4;
  }
}
.g-nav-sp-contact__box {
  margin-top: 10px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}
.g-nav-sp-contact__box-top {
  display: block;
  margin: 0 auto 14px;
  padding-bottom: 18px;
  border-bottom: solid 1px #c7c7c7;
}
.g-nav-sp-contact__box-top img {
  max-width: 185px;
  display: block;
  margin: 0 auto;
}

.contact {
  position: relative;
  z-index: 5;
  background: #2768d4;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    gap: 0;
    flex-direction: column;
  }
}
.contact__left {
  width: 100%;
  max-width: 450px;
}
.contact__img {
  width: 155.5555555556%;
  margin-top: -15.5555555556%;
  margin-left: -24.4444444444%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact__img {
    margin-top: -50px;
    width: 66.6666666667vw;
    margin-left: auto;
  }
}
.contact__right {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 520px;
  padding: 70px 35px 75px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__right {
    max-width: 100%;
    padding: 30px 40px;
  }
}
.contact__title {
  padding-top: 30px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  gap: 12px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 13px;
    padding-top: 15px;
    margin-bottom: 30px;
  }
}
.contact__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  border-radius: 9999px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__title::after {
    width: 8px;
  }
}
.contact__title img {
  width: 245px;
}
@media screen and (max-width: 767px) {
  .contact__title img {
    width: 115px;
  }
}
.contact__wrap {
  display: flex;
  flex-direction: column;
}
.contact__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 12px;
  }
}
.contact__tel {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__tel img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .contact__tel img {
    width: 235px;
  }
}
.contact__mail {
  -webkit-mask-image: url("../../img/common/mail.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../img/common/mail.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: background 0.3s;
  height: auto;
  width: 24px;
  aspect-ratio: 24/18;
}
.contact__top {
  padding-bottom: 70px;
  margin-bottom: 60px;
  border-bottom: solid 2px #d6d6d6;
}
@media screen and (max-width: 767px) {
  .contact__top {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}
.contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: solid 1px #2768d4;
  height: 59px;
  max-width: 355px;
  margin: 20px auto 0;
  border-radius: 9999px;
  background: #2768d4;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__button {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (hover) {
  .contact__button:hover {
    background: #fff;
    color: #2768d4;
  }
  .contact__button:hover .contact__mail {
    background-color: #2768d4;
  }
}

.footer {
  overflow: hidden;
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 25px;
  }
}
.footer__copyright {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__top-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  color: #2768d4;
}
@media screen and (max-width: 767px) {
  .footer__top-links {
    font-size: 12px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 50px;
  }
}
.footer__left {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__right {
  width: 100%;
  max-width: 415px;
  background: #f7f7f7;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 950px) {
  .footer__right {
    max-width: 200px;
  }
}
.footer__banner-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer__banner-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__logo-area {
  display: flex;
  align-content: inherit;
  gap: 20px;
  margin-bottom: 20px;
}
.footer__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer__logo--cert {
  max-width: 70px;
}
.footer__logo--color {
  max-width: 99px;
}
.footer__logo--privacy {
  max-width: 54px;
}
.footer__logo--platinum {
  max-width: 58px;
}
.footer__logo--ikumen {
  max-width: 66px;
}
.footer__logo--x4 {
  max-width: 67px;
}
.footer__logo--hap {
  max-width: 91px;
}
.footer__company-logo {
  width: 223px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__company-logo {
    margin: 0 auto;
  }
}

.footer-nav {
  position: relative;
  display: flex;
  margin-left: 25.3012048193%;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    padding: 35px 0;
    margin-left: 50px;
  }
}
.footer-nav::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 140vw;
  background: #f7f7f7;
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer-nav__list {
    gap: 20px;
  }
}
.footer-nav__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-nav__item {
    font-size: 14px;
  }
}
.footer-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  translate: 0 -50%;
  border-radius: 9999px;
  height: auto;
  width: 5px;
  aspect-ratio: 1;
  background: #2768d4;
}
.footer-nav__link {
  font-weight: 500;
  transition: color 0.3s;
}
@media (hover) {
  .footer-nav__link:hover {
    color: #2768d4;
  }
  .footer-nav__link:hover[target=_blank]::after {
    background: #2768d4;
  }
}
.footer-nav__link[target=_blank] {
  padding-right: 27px;
  position: relative;
}
.footer-nav__link[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  width: 18px;
  aspect-ratio: 27/20;
  -webkit-mask-image: url("../../img/common/blank.png");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../../img/common/blank.png");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  transition: background 0.3s;
}/*# sourceMappingURL=style.css.map */