@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* 日本語タイトル */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FFFFFF;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 100%;
  margin: 0;
  padding: 0;
  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.7;
}

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: 120rem;
  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;
  gap: 4rem;
}

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

.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;
  }
}

.center {
  text-align: center;
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  タイトル
--------------------------- */
.ttl {
  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: 1.6rem;
}
.ttl__deco {
  width: 10rem;
  height: 10rem;
  display: block;
}
.ttl__en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  background: #2F4A7D;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  display: block;
}
.ttl__ja {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl__ja {
    font-size: 2.4rem;
  }
}
.ttl.smart {
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ttl.smart {
    gap: 1.6rem;
  }
}
.ttl.smart .ttl__deco {
  height: 1px;
}
.ttl__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: url(../img/common/fv_bg.jpg) no-repeat center center/cover;
  padding-top: 8rem;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .page-mv {
    padding-top: 6.4rem;
  }
}
.page-mv__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1.6rem;
}
.page-mv__en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  background: #2F4A7D;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  display: block;
}
.page-mv__ja {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-mv__ja {
    font-size: 2.4rem;
  }
}
.page-mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.breadcrumbs {
  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 {
  width: 100%;
  padding: 2rem 0 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner {
    padding: 1.6rem 0 1.6rem 1.6rem;
  }
}
.breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1.75;
}
.breadcrumbs .current-item,
.breadcrumbs .post {
  border-bottom: none;
  padding: 0;
}
.breadcrumbs .archive {
  padding: 0;
}

/* ---------------------------
  ボタン
--------------------------- */
.btn {
  padding-top: 4rem;
}
.btn a {
  padding: 1.2rem 4rem;
  border: 1px solid #666666;
  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;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #666666;
  width: 30.3rem;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 1.6rem;
    padding: 1.2rem 3.2rem;
    gap: 2.4rem;
  }
}
.btn a:hover .btn__arrow {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.btn.wide a {
  width: 100%;
}
.btn__arrow {
  display: inline-block;
  width: 8.5rem;
  height: 1.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ---------------------------
  ページ紹介文
--------------------------- */
.page-intro {
  padding: 4rem 0;
}

/* ---------------------------
  ページ内リンク
--------------------------- */
.page-link {
  padding: 10rem 0;
}
.page-link__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;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .page-link__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.page-link .btn {
  padding-top: 0;
}

/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  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: 4rem;
}

.page-numbers {
  padding-bottom: 1.2rem;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.page-numbers.current {
  border-bottom: 1px solid #666666;
}

/* ---------------------------
  サイトロゴ
--------------------------- */
.logo a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logo__img {
  display: block;
  width: 4.2rem;
  height: 5rem;
}

/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #F4F4F4;
  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 6.4rem;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__inner {
    padding: 0 0 0 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 0 0 1.6rem;
  }
}
.header__logo a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.header__logo-img {
  display: block;
  width: 4.2rem;
  height: 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: 2rem;
  /* @include mq("sp") {
    display: none;
  } */
}
@media screen and (max-width: 1000px) {
  .header__nav-lists {
    display: none;
  }
}
.header__nav-lists ul {
  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: 2rem;
}
.header__nav-lists li {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.header__nav-btn a {
  padding: 3.2rem 2rem;
  background: #2F4A7D;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}

/* ---------------------------------↓未編集 */
.toggle {
  width: 6.4rem;
  height: 6.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #2F4A7D;
  cursor: pointer;
  margin-left: 1.6rem;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .toggle {
    display: none;
  }
}
.toggle__line {
  display: block;
  height: 0.2rem;
  width: 4rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(-1.2rem);
          transform: translateY(-1.2rem);
}
.toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
}

/* ---------------------------
  ドロワートグル
--------------------------- */
.toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
  width: 3.5rem;
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  width: 3.5rem;
}

/* ---------------------------
  ドロワー
--------------------------- */
.drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #F4F4F4;
  /*スクロールバーは非表示*/
  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__lists {
  margin-top: 8rem;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.drawer__lists ul {
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.drawer__lists li {
  width: 100%;
  text-align: center;
}
.drawer__lists a {
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
}
.drawer__btn a {
  padding: 1.6rem 2.4rem;
  background: #2F4A7D;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.6;
}

/*--------------------------------- ↓編集済み */
/* ---------------------------
  cta
--------------------------- */
.cta {
  padding: 6rem 0;
  background: url(../img/common/cta_bg.jpg) no-repeat center center/cover;
}
.cta__wrapper {
  max-width: 108rem;
}
.cta__container {
  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;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta__container {
    -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;
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .ttl {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .cta .ttl__deco {
    display: none;
  }
}
.cta__content {
  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;
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .cta__content {
    padding-right: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__tel a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #2F4A7D;
}
@media screen and (max-width: 768px) {
  .cta__tel a {
    font-size: 3.2rem;
  }
}
.cta__tel span {
  display: block;
}
@media screen and (max-width: 768px) {
  .cta__tel span {
    font-size: 1.4rem;
  }
}
.cta__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  line-height: 1.3;
  padding: 1.6rem;
  gap: 0.8rem;
  background: #2F4A7D;
  color: #FFFFFF;
  font-size: 2rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .cta__mail a {
    font-size: 1.8rem;
  }
}
.cta__mail-icon {
  display: block;
  width: 2rem;
  height: 2rem;
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  width: 100%;
  color: #333333;
  padding: 6rem 0 3.2rem 0;
  gap: 4rem;
  background: #F4F4F4;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 108rem;
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__container {
    gap: 2rem;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 108rem;
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__content {
    -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;
    gap: 2rem;
  }
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 108rem;
  width: 100%;
  gap: 4rem;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.footer .copyright {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.footer__iso {
  width: 15rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__iso {
    width: 10rem;
  }
}