@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
@font-face {
  font-family: "corporate";
  src: url("../font/Corporate-Logo-Medium-ver3.woff2") format("woff2"), url("../font/Corporate-Logo-Medium-ver3.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.64px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
  font-size: initial;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.3;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section {
  padding: 8rem 0;
}

.inner {
  width: 100%;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.6rem;
  }
}

.wrapper {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.l-inner {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    margin-top: 6rem;
    /* margin-top: 60px; */
  }
}

/* スライダー */
.swiper {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  セクションタイトル
--------------------------- */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
  }
}
.section-title.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title__en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #007;
  font-size: 40px;
}
.section-title__ja {
  font-size: 16px;
  color: #5B5B72;
  font-weight: 700;
  letter-spacing: 0.64px;
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.breadcrumbs {
  background: #F5F5FA;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.breadcrumbs__inner {
  max-width: 144rem;
  width: 100%;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner {
    gap: 12px;
    padding: 20px;
  }
}
.breadcrumbs span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.56px;
}
.breadcrumbs .current-item,
.breadcrumbs .post {
  border-bottom: none;
  padding: 0;
}
.breadcrumbs .archive {
  padding: 0;
}

/* ---------------------------
  ボタン
--------------------------- */
.btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn a {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover img {
  -webkit-animation: 0.4s linear arrow;
          animation: 0.4s linear arrow;
}
.btn__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #007;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.btn__arrow img {
  width: 16px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner {
  padding: 0 0 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 12px 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo a {
  width: 32rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 18.8rem;
    height: 3.5rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  margin-right: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .header__nav-lists {
    gap: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header__nav-lists {
    display: none;
  }
}
.header__nav-list a {
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    display: none;
  }
}
.header__btn.tel {
  border-left: 1px solid #007;
}
.header__btn.tel a:hover {
  color: #ffffff;
}
.header__btn.mail a {
  background: #FFD700;
}
.header__btn.mail a:hover {
  color: #FFD700;
}
.header__btn.mail a:hover .header__btn .tel a {
  opacity: 0.3;
}
.header__btn a {
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  color: #007;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.6px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__btn a:hover {
  opacity: 1;
  background: #007;
}
@media (any-hover: hover) {
  .header__btn a:hover img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header__btn a:hover img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}
.header__btn-list {
  width: 35px;
  height: 35px;
  position: relative;
}
.header__btn-list img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.header__btn-list img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.header__btn-icon {
  display: block;
  width: 35px;
  height: 35px;
}

.toggle {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}
.toggle img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media screen and (min-width: 1201px) {
  .toggle {
    display: none;
  }
}
.toggle__close {
  opacity: 0;
  visibility: hidden;
}

.toggle.is-active .toggle__line {
  opacity: 0;
  visibility: hidden;
}
.toggle.is-active .toggle__close {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------
  ドロワー
--------------------------- */
.drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--pale-light-blue, #F5F5FA)), to(var(--pale-light-blue, #F5F5FA))), url(<path-to-image>) lightgray 0px 0.136px/100% 160.959% no-repeat;
  background: linear-gradient(0deg, var(--pale-light-blue, #F5F5FA) 0%, var(--pale-light-blue, #F5F5FA) 100%), url(<path-to-image>) lightgray 0px 0.136px/100% 160.959% no-repeat;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 44px 16px;
  margin-top: 5.9rem;
}
.drawer__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.drawer__lists li {
  width: 100%;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.drawer__lists a {
  color: #007;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
}
.drawer__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  width: 100%;
}
.drawer__btn {
  width: 16.5rem;
}
.drawer__btn.tel {
  background: #007;
}
.drawer__btn.tel:hover {
  background: #ffffff;
}
.drawer__btn.tel a {
  color: #ffffff;
}
.drawer__btn.tel a:hover {
  color: #007;
}
.drawer__btn.mail a {
  background: #FFD700;
}
.drawer__btn.mail a:hover {
  background: #007;
}
.drawer__btn.mail a:hover {
  color: #FFD700;
}
.drawer__btn a {
  padding: 2.6rem 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.drawer__btn a:hover {
  opacity: 1;
}
@media (any-hover: hover) {
  .drawer__btn a:hover img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .drawer__btn a:hover img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}
.drawer__btn-list {
  width: 50px;
  height: 50px;
  position: relative;
}
.drawer__btn-list img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.drawer__btn-list img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.drawer__bg {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(<path-to-image>) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__bg.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  width: 100%;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 0 2rem;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg-footer.png) no-repeat center center/cover;
  right: 0;
  bottom: 0;
  max-width: 56.5rem;
  max-height: 41.5rem;
  aspect-ratio: 565/415;
  width: 100%;
  height: auto;
  z-index: -1;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 6rem;
}
.footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.footer__logo {
  width: 31.2rem;
  height: 6rem;
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  font-weight: 500;
  line-height: 1.7;
}
.footer__nav {
  width: 100%;
}
.footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
.footer__nav-lists li a {
  line-height: 1;
  font-weight: 500;
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #9B9B9B;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/* ---------------------------
  お問い合わせバナー
--------------------------- */
.cta {
  background: url(../img/common/bg-cta.jpg) no-repeat center center/cover;
  width: 100%;
}
.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .cta__container {
    max-width: 44rem;
  }
}
.cta .section-title__en,
.cta .section-title__ja {
  color: #ffffff;
}
.cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.7rem;
}
@media screen and (max-width: 768px) {
  .cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
}
.cta__text {
  color: #ffffff;
}
.cta__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4.2rem;
  padding: 2.4rem 4.2rem 2.4rem 8.6rem;
  gap: 1.6rem;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  color: #007;
  font-weight: 500;
  line-height: 1;
}
.cta__btn a::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  left: 4.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__btn a:hover {
  opacity: 1;
}
.cta__btn.tel a {
  background: #ffffff;
}
.cta__btn.tel a::after {
  background: url(../img/common/icon-tel.png) no-repeat center center/cover;
}
.cta__btn.tel a:hover {
  background: #007;
  color: #ffffff;
}
.cta__btn.tel a:hover::after {
  background: url(../img/common/icon-tel-white.png) no-repeat center center/cover;
}
.cta__btn.mail a {
  background: #FFD700;
}
.cta__btn.mail a::after {
  background: url(../img/common/icon-mail.png) no-repeat center center/cover;
}
.cta__btn.mail a:hover {
  background: #007;
  color: #FFD700;
}
.cta__btn.mail a:hover::after {
  background: url(../img/common/icon-mail-yellow.png) no-repeat center center/cover;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  .page-mv {
    height: 22rem;
  }
}
.page-mv__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-mv__title-en {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-mv__title-en {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
}
.page-mv__title-ja {
  margin-top: -3px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-mv__title-ja {
    font-size: 1.2rem;
    letter-spacing: 0.48px;
  }
}

/* ---------------------------
  表示設定
--------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}