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

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FFFEFC;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  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;
}
@media screen and (max-width: 767px) {
  section {
    padding: 4rem 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: 767px) {
  .inner {
    padding: 0 1.6rem;
  }
}

.wrapper {
  max-width: 1120px;
  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: 767px) {
  .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: 767px) {
  .sp-only {
    display: block;
  }
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  タイトル
--------------------------- */
.ttl__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
}
.ttl__top span {
  color: #3D6D6D;
  display: block;
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl__top {
    font-size: 2.4rem;
  }
  .ttl__top span {
    font-size: 2.4rem;
  }
}
.ttl__section {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #222222;
  padding-bottom: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl__section {
    font-size: 2.2rem;
  }
}
.ttl__section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4rem;
  height: 0.4rem;
  background: #3D6D6D;
}
.ttl__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  line-height: 1.4;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .ttl__block {
    font-size: 2.2rem;
  }
}
.ttl__block span {
  color: #3D6D6D;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .ttl__block span {
    font-size: 2.2rem;
  }
}
.ttl__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl__page {
    font-size: 2.4rem;
  }
}
.ttl__page span {
  color: #3D6D6D;
  display: block;
  line-height: 1.6;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl__page span {
    font-size: 2.4rem;
  }
}

/* ---------------------------
  下層ページ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: #F9F7F1;
  padding-top: 6.4rem;
  height: 30.4rem;
}
.page-mv__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-mv {
    height: 16.4rem;
  }
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.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;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 1.6rem;
  }
}
.breadcrumbs__inner {
  max-width: 1120px;
  width: 100%;
  padding: 3.2rem 0 0;
  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: 0.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__inner {
    padding: 1.6rem 0 0;
  }
}
.breadcrumbs span {
  font-size: 1.4rem;
  line-height: 1.6;
}
.breadcrumbs .current-item,
.breadcrumbs .post {
  border-bottom: none;
  padding: 0;
}
.breadcrumbs .archive {
  padding: 0;
}

/* ---------------------------
  ボタン
--------------------------- */
.btn {
  font-weight: 700;
  line-height: 1.6;
}
.btn a {
  padding: 2.4rem 0 1.8rem 0;
  width: 24rem;
}
.btn span {
  padding-left: 0.8rem;
  display: block;
  position: relative;
}
.btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/btn.png) no-repeat center center/cover;
  width: 24rem;
  height: 1rem;
  left: 0;
  bottom: -1rem;
}

/* ---------------------------
  ページ紹介文
--------------------------- */
.page-intro {
  padding: 6.4rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .page-intro {
    padding-top: 4rem;
  }
}
.page-intro__wrapper {
  padding: 4rem 2rem;
  background: #F9F7F1;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-intro__wrapper {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* ---------------------------
  ページネーション
--------------------------- */
.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: 1.6rem;
}
.pagination__icon {
  width: 3.2rem;
  height: 3.2rem;
}

.page-numbers {
  background: #F9F7F1;
  width: 3.2rem;
  height: 3.2rem;
  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: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
}
.page-numbers.current {
  background: #3D6D6D;
  color: #FFFEFC;
}

/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #F9F7F1;
  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: 767px) {
  .header__inner {
    padding: 0 0 0 1.6rem;
  }
}
.header__logo a {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__logo a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo a {
    font-size: 2.2rem;
  }
}
.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: 4rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__nav-lists {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .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: 4rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__nav-lists ul {
    gap: 2rem;
  }
}
.header__nav-lists li {
  line-height: 1.6;
  font-weight: 500;
}
.header__nav-btn a {
  padding: 1.9rem 2.4rem;
  background: #3D6D6D;
  color: #FFFEFC;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__nav-btn a {
    padding: 1.9rem 2rem;
  }
}

.toggle {
  width: 6.4rem;
  height: 6.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #3D6D6D;
  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: 768px) {
  .toggle {
    display: none;
  }
}
.toggle__line {
  display: block;
  height: 0.2rem;
  width: 4rem;
  background-color: #FFFEFC;
  -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: #F9F7F1;
  /*スクロールバーは非表示*/
  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: 6.4rem;
  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: #F9F7F1;
  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: #222222;
  font-weight: 500;
  line-height: 1.6;
}
.drawer__btn a {
  padding: 1.6rem 2.4rem;
  background: #3D6D6D;
  color: #FFFEFC;
  font-weight: 700;
  line-height: 1.6;
}

/* ---------------------------
  instagram追従ボタン
--------------------------- */
.insta {
  position: fixed;
  right: 0;
  /* top: 57.6rem; */
  bottom: 14%;
  z-index: 100;
  cursor: pointer;
  background: #222222;
  /* @include mq("sp") {
     top: initial;
     bottom: 0;
   }
  */
}
.insta a {
  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: 2rem;
  padding: 2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .insta a {
    padding: 1.6rem 1.2rem;
  }
}
.insta__icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .insta__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.insta span {
  display: block;
  color: #FFFEFC;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .insta span {
    font-size: 1.6rem;
  }
}

/* ---------------------------
  cta
--------------------------- */
.cta {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4rem 0;
  }
}
.cta__container {
  max-width: 80rem;
  width: 100%;
  padding: 6.3rem 8rem;
  border: 1px solid #3D6D6D;
  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: 5.6rem;
}
@media screen and (max-width: 767px) {
  .cta__container {
    gap: 2.4rem;
    padding: 3.1rem 1.6rem;
  }
}
.cta__head {
  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: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__head {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__head p {
    text-align: left;
  }
}
.cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .cta__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.cta__tel {
  margin-top: 1.2rem;
}
.cta__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cta__tel a {
    font-size: 2.2rem;
  }
}
.cta__tel span {
  display: block;
}
.cta__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.6rem 2.4rem;
  background: #3D6D6D;
  color: #FFFEFC;
}
.cta__mail span {
  display: block;
}
.cta__icon {
  width: 3.2rem;
  height: 3.2rem;
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  background: #3D6D6D;
  width: 100%;
  color: #FFFEFC;
  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: 3.2rem 0 2.4rem 0;
  gap: 6.4rem;
}
.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;
  max-width: 1440px;
  width: 100%;
  padding: 0 12rem 0 6.4rem;
  gap: 3.2rem;
}
@media screen and (max-width: 1120px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 0 4rem 0 3.2rem;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}
.footer__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer__ttl {
    font-size: 2.2rem;
  }
}
.footer__lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .footer__lists ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__lists ul {
    -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;
  }
}

.copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
    bottom: 15px;
    text-align: center;
  }
}