@charset "UTF-8";
/*
Theme Name: the Life gym2
Theme URI: URL
Description: the Life gymのWordPressテーマです。
Version: 1.2.0
Author: jieyi_n

*/
/*--------------------------------------------------------------
## 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## メディアクエリ(デスクトップ基準)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 共通
--------------------------------------------------------------*/
:root {
  --font-main: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  --font-accent: "Source Sans Pro", sans-serif;
  --font-en: 300;
  --font-enB: 400;
  --color-base: #ffffff;
  --color-main: #929AAB;
  --color-accent1: #374c7a;
  --color-accent2: #F7F7F7;
  --color-accent3: #3c475f;
  --color-accent4: #7a8399;
  --color-accent5: #c2d2e8;
  --color-logo: #3e3a39;
  --color-font: #393E46;
}

* {
  box-sizing: border-box;
  text-align: justify;
}

html {
  font-size: 13px;
}
@media (min-width: 1180px) {
  html {
    font-size: 14px;
  }
}

body {
  background: var(--color-base);
  font-family: var(--font-main);
  overflow-x: clip;
  line-height: 1.8;
  color: var(--color-font);
  letter-spacing: 0.01rem;
  font-weight: 400;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
## 共通
--------------------------------------------------------------*/
/*フォント*/
p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/*ボタン*/
a {
  text-decoration: none;
  color: var(--color-accent1);
}

.btn {
  display: flex;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  letter-spacing: 0.1rem;
  color: var(--color-main);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}
.btn:hover, .btn:focus, .btn:active, .btn:visited {
  color: var(--color-main);
}
.btn--line {
  letter-spacing: 0.1rem;
  color: var(--color-font);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
  font-size: 1.15rem;
  position: relative;
  padding: 16px 8px 16px 16px;
}
.btn--line-wh {
  letter-spacing: 0.1rem;
  color: var(--color-base);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
  font-size: 1.15rem;
  position: relative;
  padding: 16px 8px 16px 16px;
}
.btn--line-ja {
  letter-spacing: 0.1rem;
  color: var(--color-main);
  font-weight: var(--font-enB);
  font-size: 1rem;
  position: relative;
  padding: 16px 8px 16px 16px;
}
.btn--line-s {
  display: none;
}
@media (min-width: 1180px) {
  .btn--line-s {
    display: inline-block;
    letter-spacing: 0.1rem;
    color: var(--color-main);
    font-family: var(--font-accent);
    font-weight: var(--font-enB);
    font-size: 1.5rem;
    position: relative;
    padding: 16px 8px 16px 16px;
  }
}
.btn--cat {
  font-size: 0.85rem;
  background: var(--color-accent2);
  color: var(--color-font);
  padding: 1px 3px;
}
.btn__span--line {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: 100%;
}
.btn__span--line-wh {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--color-base);
  position: absolute;
  top: 50%;
  left: 100%;
}
.btn__span--line-ja {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 100%;
}
.btn__span--line-s {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 100%;
}

.btn-area--line {
  padding-right: 60px;
  text-align: right;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 768px) {
  .btn-area--line {
    padding-right: 80px;
    margin: 16px 0 0 0;
  }
}
.btn-area--line2 {
  padding-right: 60px;
  text-align: right;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 768px) {
  .btn-area--line2 {
    padding-right: 80px;
    text-align: left;
    margin: calc(30px + 1rem) 0 0 0 0 0 0;
  }
}
.btn-area--review {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .btn-area--review {
    width: 48%;
  }
}

/*その他*/
.wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.wrapper {
  width: 100%;
}

video {
  width: 100%;
}

iframe {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .br--mb {
    display: none;
  }
}
.br--tab-h {
  display: none;
}
@media (min-width: 1180px) {
  .br--tab-h {
    display: inline-block;
  }
}

.icon--arrow {
  transform: scale(0.8);
  margin: 0 0 0.2rem 0.4rem;
}
@media (min-width: 768px) {
  .icon--arrow {
    transform: none;
    margin: 0 0 0.2rem 0.8rem;
  }
}
@media (min-width: 1180px) {
  .icon--arrow2 {
    margin: 0 0.2rem;
  }
}

/*スクロールバーデザイン*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--color-base);
  border-left: solid 1px var(--color-base);
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 5px;
}

/*--------------------------------------------------------------
## ナビ
--------------------------------------------------------------*/
/*----------------------------
## global-nav(icon)
----------------------------*/
.nav-tgl {
  display: none;
}
.nav-tgl__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1001;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .nav-tgl__icon {
    top: 28px;
    right: 28px;
  }
}
@media (min-width: 1440px) {
  .nav-tgl__icon {
    top: 36px;
    right: 36px;
  }
}
.nav-tgl__icon.visible {
  visibility: visible;
  opacity: 1;
}
.nav-tgl__icon-parts {
  background: var(--color-accent1);
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 70%;
  margin: 0 0 0 -20%;
  transition: all 0.5s ease-in-out;
  width: 30px;
  border-radius: 3px;
}
@media (min-width: 1180px) {
  .nav-tgl__icon-parts {
    background: var(--color-font);
    left: 60%;
  }
}
.nav-tgl__icon-parts::before, .nav-tgl__icon-parts::after {
  content: "";
  background: var(--color-accent1);
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  margin: 0 0 0 -30%;
  transition: all 0.5s ease-in-out;
  transform: rotate(0);
  border-radius: 3px;
}
@media (min-width: 1180px) {
  .nav-tgl__icon-parts::before, .nav-tgl__icon-parts::after {
    background: var(--color-font);
  }
}
.nav-tgl__icon-parts::before {
  margin-top: calc(-30% - 2px);
  width: 100%;
}
.nav-tgl__icon-parts::after {
  margin-top: 30%;
  width: 100%;
}

/*----------------------------
## global-nav(リスト)
----------------------------*/
.global-nav {
  background: #d2d7e0;
  color: var(--color-main);
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1000;
  padding: 14px;
  text-align: center;
  transform: translateY(100%);
  /*-- ナビの位置調整用 --*/
  /*----------------------------
    ## ▼btn▼
  ----------------------------*/
  /*----------------------------
    ## ▲btn▲
  ----------------------------*/
}
@media (min-width: 768px) {
  .global-nav {
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .global-nav {
    padding: 6.25vw 6.25vw 2vw 6.25vw;
  }
}
.global-nav::after {
  position: relative;
}
.global-nav__site-ttl {
  font-family: var(--font-accent);
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .global-nav__site-ttl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.global-nav__list {
  width: 100%;
  list-style: none;
  padding-left: 14px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .global-nav__list {
    width: 100%;
    position: absolute;
    top: calc(50% - 4.25vw);
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
    margin-top: 0;
  }
}
@media (min-width: 1180px) {
  .global-nav__list {
    width: 960px;
  }
}
@media (min-width: 1440px) {
  .global-nav__list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .global-nav__list--sub {
    position: absolute;
    top: auto;
    bottom: 20vh;
    right: 28px;
  }
}
@media (min-width: 1440px) {
  .global-nav__list--sub {
    right: 6.25vw;
    bottom: 8vw;
  }
}
.global-nav__item {
  text-align: right;
  margin-bottom: 1.5rem;
  /*----------------------------
  ## ▼global-nav(子階層)▼
  ----------------------------*/
  /*----------------------------
  ## ▲global-nav(子階層)▲
  ----------------------------*/
}
@media (min-width: 1180px) {
  .global-nav__item {
    text-align: left;
    padding: 16px;
    margin-bottom: 0;
  }
}
.global-nav__item--sub {
  margin-bottom: 1rem;
  text-align: right;
}
.global-nav__item--child {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.global-nav__item:hover > ul > li {
  height: 2.5rem;
  text-align: right;
  overflow: visible;
}
@media (min-width: 768px) {
  .global-nav__item:hover > ul > li {
    text-align: center;
  }
}
@media (min-width: 1180px) {
  .global-nav__item:hover > ul > li {
    text-align: left;
  }
}
.global-nav__add {
  text-align: left;
}
@media (min-width: 768px) {
  .global-nav__add {
    position: absolute;
    top: auto;
    bottom: 4vw;
    right: 28px;
  }
}
@media (min-width: 1440px) {
  .global-nav__add {
    right: 6.25vw;
  }
}
.global-nav__btn--g-nav {
  font-size: 1.5rem;
  color: var(--color-main);
  font-weight: var(--font-en);
  padding: 1rem;
}
@media (min-width: 1180px) {
  .global-nav__btn--g-nav {
    font-size: 2rem;
  }
}
.global-nav__btn--g-nav:hover, .global-nav__btn--g-nav:focus, .global-nav__btn--g-nav:active, .global-nav__btn--g-nav:visited {
  color: var(--color-main);
}
.global-nav__btn--child {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  color: var(--color-base);
  font-weight: var(--font-en);
}
@media (min-width: 768px) {
  .global-nav__btn--child {
    font-size: 1rem;
  }
}
@media (min-width: 1180px) {
  .global-nav__btn--child {
    font-size: 1.5rem;
  }
}
.global-nav__btn--s-nav {
  font-size: 1.15rem;
  padding: 1rem;
  color: var(--color-base);
  font-weight: var(--font-en);
}
@media (min-width: 768px) {
  .global-nav__btn--s-nav {
    font-size: 1rem;
    padding: 0;
  }
}
.global-nav__btn--type2, .global-nav__btn--reserve {
  font-size: 1.15rem;
  color: var(--color-base);
  font-weight: var(--font-en);
  background: var(--color-accent4);
  width: 150px;
  display: inline-block;
  border: 1px solid var(--color-base);
  box-shadow: 0px 0px 0px 5px var(--color-accent4);
  text-align: center;
  margin: 0.5rem 1rem 1rem 0;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  .global-nav__btn--type2, .global-nav__btn--reserve {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .global-nav__btn--type2, .global-nav__btn--reserve {
    font-size: 1rem;
    width: 10vw;
    margin-right: 0;
  }
}
.global-nav__btn--reserve {
  letter-spacing: 0.1rem;
}
.global-nav__btn--contact {
  font-size: 1.15rem;
  color: var(--color-base);
  background: var(--color-accent1);
  width: 150px;
  display: inline-block;
  border: 1px solid var(--color-base);
  box-shadow: 0px 0px 0px 5px var(--color-accent1);
  text-align: center;
  margin: 0.5rem 1rem 1rem 0;
}
@media (min-width: 768px) {
  .global-nav__btn--contact {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .global-nav__btn--contact {
    font-size: 1rem;
    width: 10vw;
    margin-right: 0;
  }
}
.global-nav__btn--repo {
  font-size: 1.15rem;
  color: var(--color-font);
  background: var(--color-base);
  width: 150px;
  display: inline-block;
  border: 1px solid var(--color-main);
  box-shadow: 0px 0px 0px 5px var(--color-base);
  text-align: center;
  margin: 0.5rem 1rem 1rem 0;
}
@media (min-width: 768px) {
  .global-nav__btn--repo {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .global-nav__btn--repo {
    font-size: 1rem;
    width: 10vw;
    margin-right: 0;
  }
}
.global-nav__btn--co {
  font-size: 1rem;
  color: var(--color-base);
  background: var(--color-accent1);
  width: 150px;
  display: inline-block;
  border: 1px solid var(--color-base);
  box-shadow: 0px 0px 0px 5px var(--color-accent1);
  text-align: center;
  margin: 0.5rem 1rem 1rem 0;
}
@media (min-width: 768px) {
  .global-nav__btn--co {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1180px) {
  .global-nav__btn--co {
    display: none;
  }
}

.span--repo-nav {
  font-family: var(--font-main);
  font-size: 1rem;
  margin-left: 0.25rem;
}
.span--repo-nav2 {
  font-family: var(--font-main);
  font-size: 0.85rem;
}

/*----------------------------
## sub-nav
----------------------------*/
.sub-nav {
  position: fixed;
  right: 2px;
  bottom: 3rem;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: 999;
}
.sub-nav.visible {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1180px) {
  .sub-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.5rem;
  }
}
.sub-nav__item:nth-child(1) {
  display: none;
}
@media (min-width: 1180px) {
  .sub-nav__item:nth-child(1) {
    display: block;
  }
}
@media (min-width: 1180px) {
  .sub-nav__item:nth-child(2) {
    display: none;
  }
}
.sub-nav__btn--co, .sub-nav__btn--reserve {
  color: var(--color-base);
  background: var(--color-accent1);
  width: 150px;
  display: inline-block;
  border: 1px solid var(--color-base);
  box-shadow: 0px 0px 0px 5px var(--color-accent1);
  text-align: center;
  padding: 3px 5px;
  margin: 0.5rem;
}
@media (min-width: 1180px) {
  .sub-nav__btn--co, .sub-nav__btn--reserve {
    color: var(--color-font);
    background: none;
    width: 109px;
    height: 109px;
    border: none;
    box-shadow: none;
    margin: 0.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 0.7;
    font-weight: 600;
    padding: 0;
    padding-right: 1px;
  }
}
.sub-nav__btn--reserve {
  background: var(--color-accent4);
  box-shadow: 0px 0px 0px 5px var(--color-accent4);
}
@media (min-width: 1180px) {
  .sub-nav__btn--reserve {
    background: none;
    box-shadow: none;
  }
}
.sub-nav__btn--type2 {
  display: none;
}
@media (min-width: 1180px) {
  .sub-nav__btn--type2 {
    font-size: 1vw;
    color: var(--color-base);
    font-weight: var(--font-en);
    background: var(--color-accent4);
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1.5px solid var(--color-base);
    box-shadow: 0px 0px 0px 5px var(--color-accent4);
    text-align: center;
    margin: 0.5rem 0 1rem 0;
    letter-spacing: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sub-nav__btn--repo, .sub-nav__btn--contact {
  display: none;
}
@media (min-width: 1180px) {
  .sub-nav__btn--repo, .sub-nav__btn--contact {
    font-size: 1.3rem;
    color: var(--color-base);
    font-weight: var(--font-en);
    background: var(--color-main);
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1.5px solid var(--color-base);
    box-shadow: 0px 0px 0px 5px var(--color-main);
    text-align: center;
    margin: 0.5rem 0 1rem 0;
    letter-spacing: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1180px) {
  .sub-nav__btn--contact {
    line-height: 0.7;
  }
}
.sub-nav .span--co {
  font-size: 1rem;
}
@media (min-width: 1180px) {
  .sub-nav .span--co {
    font-size: 0.85rem;
    letter-spacing: -0.1rem;
  }
}
.sub-nav .span--contact {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 1180px) {
  .sub-nav .span--contact {
    letter-spacing: -0.1rem;
    list-style: 0.7;
  }
}
.sub-nav .span--repo {
  font-family: var(--font-main);
  font-size: 0.85rem;
}

/*----------------------------
## global-nav(開閉時)
----------------------------*/
.nav-tgl:checked ~ .nav-tgl__overlay {
  visibility: visible;
  opacity: 0.5;
  transform: translateX(0);
}
.nav-tgl:checked ~ .global-nav {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.nav-tgl:checked ~ .nav-tgl__icon .nav-tgl__icon-parts {
  background: rgba(51, 51, 51, 0);
}
.nav-tgl:checked ~ .nav-tgl__icon .nav-tgl__icon-parts::before, .nav-tgl:checked ~ .nav-tgl__icon .nav-tgl__icon-parts::after {
  content: "";
  display: block;
  height: 1.5px;
  left: 0;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
  background: var(--color-main);
}
.nav-tgl:checked ~ .nav-tgl__icon .nav-tgl__icon-parts::before {
  transform: rotate(-45deg);
}
.nav-tgl:checked ~ .nav-tgl__icon .nav-tgl__icon-parts::after {
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.header {
  width: calc(100% - 28px);
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .header {
    width: calc(100% - 56px);
    padding-top: 28px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .header {
    width: 87.5vw;
    max-width: 1680px;
    margin-bottom: 40px;
  }
}
.header__branding {
  display: inline-block;
}
.header__site-ttl {
  display: inline-block;
}

.site-ttl--loader {
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .site-ttl--loader {
    width: 540px;
    font-size: 32px;
  }
}
@media (min-width: 1180px) {
  .site-ttl--loader {
    width: 31.5vw;
    font-size: 2vw;
  }
}
.site-ttl--loader {
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 2;
}
@media (min-width: 768px) {
  .site-ttl--loader {
    width: 560px;
    font-size: 32px;
  }
}
@media (min-width: 1180px) {
  .site-ttl--loader {
    width: 35vw;
    font-size: 1.8vw;
  }
}
@media (min-width: 1440px) {
  .site-ttl--loader {
    width: 31vw;
  }
}
.site-ttl__img--loader {
  display: inline-block;
  width: min(75%, 250px);
}
.site-ttl__img {
  width: 85px;
}
@media (min-width: 768px) {
  .site-ttl__img {
    width: 120px;
  }
}
@media (min-width: 1180px) {
  .site-ttl__img {
    width: 160px;
  }
}
.site-ttl__btn {
  display: flex;
}
@media (min-width: 768px) {
  .site-ttl__btn {
    flex-direction: column;
    align-items: center;
  }
}
.site-ttl__txt-cl {
  font-size: 1.4rem;
  font-family: var(--font-main);
  color: var(--color-main);
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  word-break: auto-phrase;
  text-wrap: balance;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .site-ttl__txt-cl {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
}
.site-ttl__txt-op {
  font-size: 1.4rem;
  font-family: var(--font-main);
  color: var(--color-main);
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  word-break: auto-phrase;
  text-wrap: balance;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .site-ttl__txt-op {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
}

.header-nav {
  display: none;
}
@media (min-width: 768px) {
  .header-nav {
    display: block;
  }
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
}
.header-nav__item {
  margin-left: 1.5rem;
}
.header-nav__btn {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
  color: var(--color-font);
}
.header-nav__btn:hover, .header-nav__btn:focus, .header-nav__btn:active, .header-nav__btn:visited {
  color: var(--color-font);
}

/*--------------------------------------------------------------
## 背景webp対応
--------------------------------------------------------------*/
.webp .contents__bg--theory-idx {
  margin: 1rem 0;
  height: 315px;
  background: url(../img/index-img11-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
}
@media (min-width: 768px) {
  .webp .contents__bg--theory-idx {
    height: 315px;
  }
}
@media (min-width: 1180px) {
  .webp .contents__bg--theory-idx {
    background: url(../img/index-img11.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .webp .contents__bg--theory-idx {
    margin-left: 20%;
  }
}
.webp .contents__img--concept-idx::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index-img24.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -999;
}
@media (min-width: 768px) {
  .webp .contents__img--concept-idx::after {
    width: 130%;
    max-width: 700px;
  }
}
.webp .item__bg--program2 {
  background: url(../img/price-img5.webp);
  background-position: center;
  width: 100%;
  height: 290px;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .webp .item__bg--program2 {
    width: 50%;
    height: 460px;
    margin-bottom: 0;
  }
}
@media (min-width: 1180px) {
  .webp .item__bg--program2 {
    background: url(../img/price-img4.webp);
    background-position: center;
    height: 512px;
  }
}

.no-webp .contents__bg--theory-idx {
  margin: 1rem 0;
  height: 315px;
  background: url(../img/index-img11-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
}
@media (min-width: 768px) {
  .no-webp .contents__bg--theory-idx {
    height: 315px;
  }
}
@media (min-width: 1180px) {
  .no-webp .contents__bg--theory-idx {
    background: url(../img/index-img11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .no-webp .contents__bg--theory-idx {
    margin-left: 20%;
  }
}
.no-webp .contents__img--concept-idx::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index-img24.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -999;
}
@media (min-width: 768px) {
  .no-webp .contents__img--concept-idx::after {
    width: 130%;
    max-width: 700px;
  }
}
.no-webp .item__bg--program2 {
  background: url(../img/price-img5.jpg);
  background-position: center;
  width: 100%;
  height: 290px;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .no-webp .item__bg--program2 {
    width: 50%;
    height: 460px;
    margin-bottom: 0;
  }
}
@media (min-width: 1180px) {
  .no-webp .item__bg--program2 {
    background: url(../img/price-img4.jpg);
    background-position: center;
    height: 512px;
  }
}

/*--------------------------------------------------------------
## main
--------------------------------------------------------------*/
.page-top {
  position: relative;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .page-top {
    width: calc(100% - 56px);
    padding-top: 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-top {
    width: 87.5vw;
    max-width: 1680px;
  }
}
.page-top--index {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .page-top--index {
    width: calc(100% - 56px);
    margin: 0 auto;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .page-top--index {
    width: 87.5vw;
    max-width: 1680px;
  }
}
.page-top__ttl-area {
  height: 60px;
  position: relative;
}
.page-top__ttl-area--concept {
  height: auto;
  position: relative;
}
.page-top__ttl {
  font-size: 1.8rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-left: 80px;
  position: absolute;
  top: 0;
  left: 14px;
}
@media (min-width: 1180px) {
  .page-top__ttl {
    font-size: 2.3rem;
    margin-left: 108px;
  }
}
.page-top__ttl::after {
  content: "";
  width: 70px;
  height: 1.3px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: -80px;
}
@media (min-width: 1180px) {
  .page-top__ttl::after {
    width: 88px;
    left: -108px;
  }
}
.page-top__img--index {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-top__img--index {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .page-top__img--index {
    width: 78%;
  }
}

.scroll-icon {
  position: relative;
  height: 80px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .scroll-icon {
    height: 30vh;
  }
}
.scroll-icon::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--color-font);
}
@media (min-width: 768px) {
  .scroll-icon::before {
    left: auto;
  }
}
.scroll-icon__btn {
  position: relative;
  color: var(--color-font);
  left: 50%;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media (min-width: 768px) {
  .scroll-icon__btn {
    left: auto;
  }
}
.scroll-icon__span {
  transform-origin: top left;
  transform: rotate(-90deg) translate(-21px, -50%);
  line-height: 1;
  display: block;
}

.contents--type1 {
  width: calc(100% - 28px);
  margin: 80px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--type1 {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1180px) {
  .contents--type1 {
    width: calc(100% - 218px);
    max-width: 1315px;
    margin: 200px auto 0 auto;
  }
}
.contents--type1-1 {
  width: calc(100% - 28px);
  margin: 80px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--type1-1 {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1180px) {
  .contents--type1-1 {
    width: calc(100% - 218px);
    max-width: 1100px;
    margin: 200px auto 0 auto;
  }
}
.contents--type2 {
  width: 100%;
  margin: 80px auto;
}
@media (min-width: 768px) {
  .contents--type2 {
    width: calc(90% - 28px);
    margin: 80px 0 0 auto;
  }
}
@media (min-width: 1180px) {
  .contents--type2 {
    width: calc(100% - 2.2vw);
    margin: 200px 0 0 auto;
  }
}
.contents--type3 {
  width: calc(100% - 28px);
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--type3 {
    width: calc(90% - 56px);
    margin: 60px auto 0 auto;
  }
}
@media (min-width: 1180px) {
  .contents--type3 {
    width: calc(100% - 218px);
    max-width: 1315px;
    margin: 150px auto 0 auto;
  }
}
.contents--theory-idx {
  width: calc(100% - 28px);
  margin: 80px auto;
  position: relative;
}
@media (min-width: 768px) {
  .contents--theory-idx {
    width: calc(90% - 28px);
    margin: 120px 0 0 auto;
  }
}
@media (min-width: 1180px) {
  .contents--theory-idx {
    width: calc(100% - 2.2vw);
    margin: 200px auto 0 auto;
  }
}
.contents--post-idx {
  width: calc(100% - 28px);
  margin: 80px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--post-idx {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1180px) {
  .contents--post-idx {
    width: 60vw;
    max-width: 1160px;
    margin: 200px auto 0 auto;
  }
}
.contents--post-sig {
  width: calc(100% - 28px);
  margin: 80px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--post-sig {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1180px) {
  .contents--post-sig {
    width: 60vw;
    max-width: 980px;
    margin: 150px auto 0 auto;
  }
}
.contents--mission {
  max-width: calc(100% - 28px);
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  .contents--mission {
    width: calc(90% - 28px);
    max-width: 605px;
  }
}
@media (min-width: 1180px) {
  .contents--mission {
    max-width: 650px;
    margin: -120px auto 0 auto;
  }
}
.contents__inner--type1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (min-width: 1180px) {
  .contents__inner--type2 {
    margin-left: 10%;
  }
}
@media (min-width: 1440px) {
  .contents__inner--type2 {
    margin-left: 20%;
  }
}
.contents__inner--type3 {
  width: auto;
}
@media (min-width: 768px) {
  .contents__inner--type3 {
    margin-left: 0;
    margin-right: 10%;
  }
}
@media (min-width: 1440px) {
  .contents__inner--type3 {
    max-width: 1120px;
    margin-left: 20%;
    margin-right: 110px;
  }
}
@media (min-width: 768px) {
  .contents__inner--type4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  }
}
@media (min-width: 1180px) {
  .contents__inner--type4 {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .contents__inner--type5 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  }
}
@media (min-width: 1180px) {
  .contents__inner--type5 {
    justify-content: center;
  }
}
.contents__inner--2col {
  display: grid;
  gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
}
@media (min-width: 768px) {
  .contents__inner--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contents__inner--price-idx {
  display: flex;
  flex-wrap: wrap;
}
.contents__inner--concept {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: calc(42px + 2rem);
}
@media (min-width: 1180px) {
  .contents__inner--concept {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
}
@media (min-width: 1180px) {
  .contents__inner--access {
    width: 100%;
    margin: 0 auto;
  }
}
.contents__wrap--point-idx, .contents__wrap--facility {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .contents__wrap--point-idx, .contents__wrap--facility {
    width: 100vw;
  }
}
.contents__wrap--point-idx::before, .contents__wrap--facility::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 40px 0;
  position: absolute;
  top: -40px;
  background: var(--color-main);
}
@media (min-width: 768px) {
  .contents__wrap--point-idx::before, .contents__wrap--facility::before {
    left: calc(-10% - 28px);
  }
}
@media (min-width: 1180px) {
  .contents__wrap--point-idx::before, .contents__wrap--facility::before {
    left: -2.2vw;
  }
}
.contents__wrap--voice-idx, .contents__wrap--facility {
  width: 100%;
  height: auto;
  position: relative;
}
.contents__wrap--voice-idx::before, .contents__wrap--facility::before {
  content: "";
  width: calc(100% + 28px);
  height: 50%;
  padding: 40px 0;
  position: absolute;
  top: -40px;
  background: var(--color-accent2);
}
@media (min-width: 768px) {
  .contents__wrap--voice-idx::before, .contents__wrap--facility::before {
    width: calc(110% + 56px);
    top: -80px;
    left: calc(-10% - 56px);
  }
}
@media (min-width: 1180px) {
  .contents__wrap--voice-idx::before, .contents__wrap--facility::before {
    width: calc(100% + 2.2vw);
    height: 55%;
    left: -2.2vw;
  }
}
@media (min-width: 768px) {
  .contents__wrap--facility::before {
    height: 65%;
  }
}
@media (min-width: 1180px) {
  .contents__wrap--facility::before {
    height: 75%;
  }
}
.contents__ttl-area {
  position: relative;
}
.contents__ttl-area--point-idx, .contents__ttl-area--facility {
  margin-left: 14px;
}
@media (min-width: 768px) {
  .contents__ttl-area--point-idx, .contents__ttl-area--facility {
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--point-idx, .contents__ttl-area--facility {
    margin-left: calc(10% - 42px);
  }
}
@media (min-width: 1440px) {
  .contents__ttl-area--point-idx, .contents__ttl-area--facility {
    margin-left: calc(20% - 42px);
  }
}
.contents__ttl-area--facility {
  margin-left: 14px;
}
@media (min-width: 768px) {
  .contents__ttl-area--facility {
    margin-left: 28px;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--facility {
    margin-left: calc(10% + 108px);
  }
}
@media (min-width: 1440px) {
  .contents__ttl-area--facility {
    margin-left: 20%;
  }
}
@media (min-width: 1440px) {
  .contents__ttl-area--theory-idx {
    margin-left: 20%;
  }
}
.contents__ttl-area--method-idx {
  width: 100%;
}
@media (min-width: 768px) {
  .contents__ttl-area--method-idx {
    width: 90%;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--method-idx {
    width: 50%;
  }
}
.contents__ttl-area--qa, .contents__ttl-area--qa-idx, .contents__ttl-area--concept-idx, .contents__ttl-area--concept, .contents__ttl-area--goods {
  padding-top: 0;
}
@media (min-width: 768px) {
  .contents__ttl-area--qa, .contents__ttl-area--qa-idx, .contents__ttl-area--concept-idx, .contents__ttl-area--concept, .contents__ttl-area--goods {
    width: 100%;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--qa, .contents__ttl-area--qa-idx, .contents__ttl-area--concept-idx, .contents__ttl-area--concept, .contents__ttl-area--goods {
    padding-top: 120px;
    width: 5%;
  }
}
.contents__ttl-area--architecture {
  padding-top: 0;
}
@media (min-width: 768px) {
  .contents__ttl-area--architecture {
    width: 100%;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--architecture {
    padding-top: 120px;
    width: 5%;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--concept, .contents__ttl-area--goods {
    padding-top: 100px;
    width: 6%;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--architecture {
    padding-top: 120px;
    width: 6%;
  }
}
.contents__ttl-area--price-idx {
  width: 100%;
}
@media (min-width: 1180px) {
  .contents__ttl-area--price-idx {
    max-width: 350px;
    margin-left: 240px;
  }
}
@media (min-width: 1440px) {
  .contents__ttl-area--price-idx {
    margin-left: 15%;
  }
}
.contents__ttl-area--voice-idx {
  margin-left: 14px;
}
@media (min-width: 768px) {
  .contents__ttl-area--voice-idx {
    margin-left: 28px;
  }
}
@media (min-width: 768px) {
  .contents__ttl-area--voice-idx {
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--voice-idx {
    margin-left: calc(20% - 30px);
  }
}
.contents__ttl-area--concept {
  font-size: 1.23rem;
}
@media (min-width: 1180px) {
  .contents__ttl-area--concept {
    font-size: 2.1vw;
  }
}
.contents__ttl-area--architecture {
  font-size: 1.23rem;
}
@media (min-width: 1180px) {
  .contents__ttl-area--architecture {
    font-size: 2.1vw;
  }
}
.contents__ttl-area--mission, .contents__ttl-area--method, .contents__ttl-area--price {
  width: 100%;
  text-align: center;
}
.contents__ttl-area--price {
  margin-top: 40px;
}
@media (min-width: 1180px) {
  .contents__ttl-area--price {
    margin-right: calc(80% - 80px);
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--shop, .contents__ttl-area--access {
    margin-left: 108px;
  }
}
@media (min-width: 1180px) {
  .contents__ttl-area--access {
    margin-bottom: 2rem;
  }
}
.contents__ttl-area--flow {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .contents__ttl-area--flow {
    width: calc(90% - 28px);
    margin: 0 auto;
  }
}
.contents__ttl--type1 {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type1 {
    font-size: 2.3rem;
    margin-top: 88px;
    margin-bottom: 0;
  }
}
.contents__ttl--type1::after {
  content: "";
  width: 1.3px;
  height: 50px;
  background: var(--color-font);
  position: absolute;
  top: -100%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type1::after {
    height: 88px;
    top: -150%;
  }
}
.contents__ttl--type1-1 {
  font-size: 1.5rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type1-1 {
    font-size: 2rem;
    margin-top: 56px;
    margin-bottom: 2rem;
  }
}
.contents__ttl--type1-1::after {
  content: "";
  width: 1.3px;
  height: 40px;
  background: var(--color-font);
  position: absolute;
  top: -110%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type1-1::after {
    height: 56px;
  }
}
.contents__ttl--type2 {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type2 {
    font-size: 2.3rem;
  }
}
.contents__ttl--type2::after {
  content: "";
  width: 1.3px;
  height: 50px;
  background: var(--color-font);
  position: absolute;
  top: -100%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type2::after {
    width: 88px;
    height: 1.3px;
    top: 50%;
    left: -108px;
  }
}
.contents__ttl--type2-wh {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-left: 58px;
}
@media (min-width: 1180px) {
  .contents__ttl--type2-wh {
    font-size: 2.3rem;
    margin-left: 108px;
  }
}
.contents__ttl--type2-wh::after {
  content: "";
  width: 50px;
  height: 1.3px;
  background: var(--color-base);
  position: absolute;
  top: 50%;
  left: -58px;
}
@media (min-width: 1180px) {
  .contents__ttl--type2-wh::after {
    width: 88px;
    left: -108px;
  }
}
.contents__ttl--type3 {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type3 {
    font-size: 2.3rem;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
  }
}
.contents__ttl--type3::after {
  content: "";
  width: 1.3px;
  height: 50px;
  background: var(--color-font);
  position: absolute;
  top: -100%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type3::after {
    width: 88px;
    height: 1.3px;
    top: 50%;
    left: auto;
    right: -108px;
  }
}
.contents__ttl--type4 {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type4 {
    font-size: 2.3rem;
  }
}
.contents__ttl--type5 {
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .contents__ttl--type5 {
    font-size: 2.3rem;
    transform: rotate(-90deg) translate(-50%, 10px);
    transform-origin: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
  }
}
.contents__ttl--type5::after {
  content: "";
  width: 1.3px;
  height: 50px;
  background: var(--color-font);
  position: absolute;
  top: -100%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type5::after {
    width: 88px;
    height: 1.3px;
    top: 50%;
    left: auto;
    right: -108px;
  }
}
.contents__ttl--type6 {
  position: relative;
  font-size: 2rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  margin-bottom: 1rem;
  margin-left: auto;
}
@media (min-width: 1180px) {
  .contents__ttl--type6 {
    font-size: 2.3rem;
    transform: rotate(-90deg) translate(-10%, 0);
    transform-origin: 100% 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
  }
}
.contents__ttl--type6::after {
  content: "";
  width: 1.3px;
  height: 50px;
  background: currentColor;
  position: absolute;
  top: -100%;
  left: 50%;
}
@media (min-width: 1180px) {
  .contents__ttl--type6::after {
    width: 88px;
    height: 1.3px;
    top: 50%;
    left: auto;
    right: -108px;
  }
}
.contents__ttl--intro, .contents__ttl--repo {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contents__ttl--intro, .contents__ttl--repo {
    font-size: 2.3rem;
    text-align: left;
  }
}
.contents__desc--theory-idx {
  display: block;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .contents__desc--method-idx {
    margin-left: 56px;
    font-size: 1.15rem;
  }
}
@media (min-width: 1180px) {
  .contents__desc--ff-idx {
    margin-left: 108px;
  }
}
@media (min-width: 768px) {
  .contents__desc--price-idx {
    margin-left: 56px;
  }
}
@media (min-width: 1180px) {
  .contents__desc--price-idx {
    margin-left: 0;
  }
}
.contents__desc--concept {
  font-size: 1rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .contents__desc--concept {
    font-size: 1.15rem;
  }
}
@media (min-width: 1180px) {
  .contents__desc--concept {
    text-align: center;
  }
}
.contents__desc--mission {
  font-size: 1.15rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contents__desc--method {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.contents__item {
  margin-top: 3rem;
}
.contents__item--ff-idx {
  width: 100%;
  background: var(--color-main);
  padding: 1rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contents__item--ff-idx {
    width: 50%;
    padding: 1.5rem 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1180px) {
  .contents__item--ff-idx {
    width: calc(50% - 3rem);
    padding: 2.5rem 3rem;
    max-width: 550px;
    margin-right: 3rem;
  }
}
.contents__item--ff-idx:nth-child(2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contents__item--ff-idx:nth-child(2) {
    margin-top: 150px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  .contents__item--ff-idx:nth-child(2) {
    margin-top: 270px;
    margin-right: 0;
    margin-left: 3rem;
  }
}
.contents__item--concept-idx {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .contents__item--concept-idx {
    flex-direction: row;
  }
}
@media (min-width: 1180px) {
  .contents__item--concept-idx {
    width: 95%;
    min-width: 1120px;
    margin-top: 120px;
  }
}
.contents__item--qa {
  margin-bottom: 40px;
}
@media (min-width: 1180px) {
  .contents__item--qa {
    margin-bottom: 80px;
  }
}
.contents__item--concept, .contents__item--goods {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}
@media (min-width: 768px) {
  .contents__item--concept, .contents__item--goods {
    flex-direction: row;
    justify-content: flex-start;
    gap: clamp(2rem, 1rem + 2.667vw, 3rem);
  }
}
@media (min-width: 1180px) {
  .contents__item--concept, .contents__item--goods {
    width: 94%;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .contents__item--concept, .contents__item--goods {
    margin-top: 120px;
  }
}
.contents__item--architecture {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}
@media (min-width: 768px) {
  .contents__item--architecture {
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: clamp(2rem, 1rem + 2.667vw, 3rem);
  }
}
@media (min-width: 1180px) {
  .contents__item--architecture {
    width: 94%;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .contents__item--architecture {
    margin-top: 120px;
  }
}
.contents__item--type1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (min-width: 1440px) {
  .contents__item--type1 {
    flex-direction: row;
    margin-top: 120px;
  }
}
.contents__item--type2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .contents__item--type2 {
    width: 65%;
    min-width: 820px;
    margin-top: 120px;
  }
}
.contents__item--type3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .contents__item--type3 {
    margin-top: 120px;
  }
}
@media (min-width: 1440px) {
  .contents__item--type4 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.contents__txt-area--intro {
  width: 100%;
}
@media (min-width: 768px) {
  .contents__txt-area--intro {
    width: 90%;
    margin-bottom: 3rem;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .contents__txt-area--intro {
    width: 620px;
    margin-left: 3rem;
    position: absolute;
  }
}
.contents__txt-area--ff-idx {
  color: var(--color-base);
}
.contents__txt-area--concept-idx {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .contents__txt-area--concept-idx {
    width: 60%;
    margin-top: 0;
    max-width: 700px;
  }
}
.contents__txt-area--concept {
  width: calc(80% + 0.5rem);
}
@media (min-width: 1180px) {
  .contents__txt-area--concept {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .contents__txt-area--concept {
    min-width: 600px;
  }
}
.contents__txt-area--architecture {
  width: calc(80% + 0.5rem);
}
@media (min-width: 1180px) {
  .contents__txt-area--architecture {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .contents__txt-area--architecture {
    min-width: 600px;
  }
}
.contents__txt-area--goods {
  width: 100%;
}
@media (min-width: 768px) {
  .contents__txt-area--goods {
    width: 40%;
    padding: 0 3rem;
  }
}
.contents__txt-area--shop {
  width: 100%;
}
@media (min-width: 768px) {
  .contents__txt-area--shop {
    width: 40%;
    padding: 0 3rem 0 0;
  }
}
.contents__txt-area--shop img {
  max-width: 50%;
  margin-bottom: 1rem;
}
.contents__txt--intro {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .contents__txt--intro {
    padding-left: 1rem;
  }
}
.contents__txt--concept-idx {
  font-size: 1.15rem;
  padding: 1rem;
  background: var(--color-accent3);
}
@media (min-width: 768px) {
  .contents__txt--concept-idx {
    margin-top: 15%;
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 1180px) {
  .contents__txt--concept-idx {
    margin-top: 45%;
    padding: 3rem 4.5rem;
  }
}
.contents__txt--concept, .contents__txt--goods {
  font-size: 1.15rem;
}
@media (min-width: 1180px) {
  .contents__txt--concept, .contents__txt--goods {
    margin-top: 2rem;
  }
}
.contents__txt--architecture {
  font-size: 1.15rem;
}
@media (min-width: 1180px) {
  .contents__txt--architecture {
    margin-top: 2rem;
  }
}
.contents__txt--review {
  text-align: center;
}
.contents__img-area--intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents__img--intro {
  width: calc(50% + 14px);
  padding-right: 0.5rem;
  margin-top: 40px;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .contents__img--intro {
    width: 50%;
    max-width: 565px;
    padding-right: 1rem;
    margin-top: 80px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .contents__img--intro {
    padding-right: 3rem;
    margin-top: 0;
  }
}
.contents__img--intro:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: -14px;
}
@media (min-width: 768px) {
  .contents__img--intro:nth-child(2) {
    padding-left: 1rem;
    padding-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .contents__img--intro:nth-child(2) {
    padding-left: 3rem;
    margin-top: 480px;
  }
}
@media (min-width: 768px) {
  .contents__img--method-idx {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1180px) {
  .contents__img--method-idx {
    width: 50%;
    padding-left: 2rem;
  }
}
@media (min-width: 1440px) {
  .contents__img--method-idx {
    padding-left: 0;
  }
}
.contents__img--concept-idx {
  width: 100%;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .contents__img--concept-idx {
    width: 50%;
    height: 300px;
  }
}
@media (min-width: 1180px) {
  .contents__img--concept-idx {
    max-width: 700px;
    height: 525px;
  }
}
.contents__img--concept {
  width: 80%;
}
@media (min-width: 1180px) {
  .contents__img--concept {
    width: 60%;
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .contents__img--concept {
    width: 100%;
  }
}
.contents__img--architecture {
  width: 80%;
}
@media (min-width: 1180px) {
  .contents__img--architecture {
    width: 60%;
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .contents__img--architecture {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contents__img--goods, .contents__img--shop {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .contents__img--goods, .contents__img--shop {
    width: 50%;
  }
}
.contents__btn--access {
  margin-top: 2rem;
}

.tb--course, .tb--afsession {
  width: 100%;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .tb--course, .tb--afsession {
    display: table;
  }
}
@media (min-width: 1180px) {
  .tb--course, .tb--afsession {
    width: calc(100% - 1rem);
    margin-left: 1rem;
  }
}
.tb--timetable {
  width: 100%;
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tb--timetable {
    display: table;
  }
}
.tb--form {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .tb--form {
    display: table;
  }
}
.tb--voice-post {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .tb--voice-post {
    display: table;
  }
}

.tr--course, .tr--afsession {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--color-accent2);
}
@media (min-width: 768px) {
  .tr--course, .tr--afsession {
    display: table-row;
  }
}
.tr--timetable {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .tr--timetable {
    display: table-row;
  }
}
.tr--form {
  width: 100%;
  display: block;
  display: inline-block;
}
@media (min-width: 768px) {
  .tr--form {
    display: table-row;
  }
}
.tr--voice-post {
  width: 100%;
}

.th--course, .th--afsession {
  padding: 0.5rem;
  text-align: center;
  background: var(--color-accent3);
  width: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .th--course, .th--afsession {
    width: auto;
  }
}
@media (min-width: 1180px) {
  .th--course, .th--afsession {
    padding: 1rem;
    white-space: normal;
  }
}
.th--afsession {
  width: 100%;
  display: block;
  background-color: var(--color-base);
}
@media (min-width: 768px) {
  .th--afsession {
    width: auto;
    display: table-cell;
  }
}
.th--timetable {
  width: 25px;
  padding: 0 0.5rem;
  display: table-cell;
}
.th--form {
  width: 100%;
  padding: 1rem 0;
  display: block;
}
@media (min-width: 768px) {
  .th--form {
    width: auto;
    padding: 1rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
.th--voice-post1 {
  padding: 0.5rem;
  text-align: center;
  border-right: 1px solid var(--color-accent2);
  border-bottom: 1px solid var(--color-accent2);
}
.th--voice-post2 {
  padding: 0.5rem;
  text-align: center;
  border-bottom: 1px solid var(--color-accent2);
}
.th--voice-post3 {
  padding: 0.5rem;
  text-align: center;
  border-right: 1px solid var(--color-accent2);
}

.td--course, .td--afsession {
  padding: 1rem;
  text-align: center;
  width: 100%;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .td--course, .td--afsession {
    width: auto;
  }
}
@media (min-width: 1180px) {
  .td--course, .td--afsession {
    white-space: normal;
  }
}
.td--timetable {
  width: 100%;
  padding: 0 0.5rem;
  display: table-cell;
}
@media (min-width: 768px) {
  .td--timetable {
    width: auto;
  }
}
.td--form {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .td--form {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 0;
  }
}
.td--voice-post {
  padding: 0.5rem;
  text-align: center;
}

.list--point-idx, .list--facility {
  margin-top: 40px;
}
.list--theory-idx, .list--post-arc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.list--qa-idx {
  width: 100%;
}
@media (min-width: 768px) {
  .list--qa-idx {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1180px) {
  .list--qa-idx {
    width: 90%;
    margin-top: 120px;
    margin-right: 0;
  }
}
.list--voice-idx, .list--facility {
  width: calc(100% + 28px);
  margin-top: 40px;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .list--voice-idx, .list--facility {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }
}
.list--post-idx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .list--post-idx {
    margin-top: 20px;
  }
}
@media (min-width: 1180px) {
  .list--post-idx {
    margin-top: 40px;
  }
}
.list--mission {
  list-style: auto;
  padding-left: 1rem;
}
.list--mission-menu {
  padding-top: 1.5rem;
}
.list--theory, .list--method, .list--qa1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list--method2 {
  font-size: 12px;
  list-style: auto;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .list--method2 {
    font-size: 1rem;
  }
}
.list--program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .list--repo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.list--session {
  margin-left: 0.5rem;
}
.list--goods {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .list--voice-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.list__item {
  /* &--post-arc:nth-child(4n),
  &--post-arc:nth-child(8n) {
    @include tab-h {
      margin-right: 0;
    }
  } */
}
.list__item--point-idx, .list__item--voice-idx, .list__item--facility, .list__item--facility {
  margin-left: 1.15rem;
  margin-right: 1.15rem;
  font-size: 0.8rem;
}
.list__item--theory-idx {
  width: 60%;
  min-width: 250px;
  margin-right: 40%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .list__item--theory-idx {
    width: calc(50% - 14px);
    margin-right: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1180px) {
  .list__item--theory-idx {
    width: calc(33% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
.list__item--theory-idx:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .list__item--theory-idx:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1180px) {
  .list__item--theory-idx:nth-child(2n) {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  .list__item--theory-idx:nth-child(3n) {
    margin-right: 0;
  }
}
.list__item--theory-idx:nth-child(9) {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 1180px) {
  .list__item--theory-idx:nth-child(9) {
    width: calc(33% - 16px);
    margin-right: 24p0x;
  }
}
.list__item--post-idx {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--post-idx {
    width: calc(33% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
.list__item--post-idx:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .list__item--post-idx:nth-child(2n) {
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .list__item--post-idx:nth-child(3n) {
    margin-right: 0;
  }
}
.list__item--qa-idx {
  width: calc(100% - 1.3rem);
  margin-left: 1.3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--qa-idx {
    width: calc(50% - 1.5rem - 1.3rem);
    margin-left: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .list__item--qa-idx {
    width: calc(33% - 3rem - 1.3rem);
    margin-left: 4.3rem;
    margin-bottom: 3rem;
  }
}
.list__item--mission-menu {
  margin-bottom: 0.5rem;
}
.list__item--theory, .list__item--method {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--theory, .list__item--method {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1180px) {
  .list__item--theory, .list__item--method {
    width: calc(50% - 2.3rem);
    margin-right: 2.3rem;
    margin-bottom: 2.3rem;
  }
}
.list__item--qa1 {
  padding-left: 1.3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--qa1 {
    width: calc(50% - 1.3rem);
    margin-right: 1.3rem;
  }
}
@media (min-width: 1180px) {
  .list__item--qa1 {
    width: calc(50% - 2.3rem);
    margin-right: 2.3rem;
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 768px) {
  .list__item--theory:nth-child(2n), .list__item--method:nth-child(2n), .list__item--qa1:nth-child(2n) {
    margin-left: 1rem;
    margin-right: 0;
  }
}
@media (min-width: 1180px) {
  .list__item--theory:nth-child(2n), .list__item--method:nth-child(2n), .list__item--qa1:nth-child(2n) {
    margin-left: 2.3rem;
  }
}
@media (min-width: 768px) {
  .list__item--theory:nth-child(9) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list__item--flow {
    width: calc(90% - 28px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (min-width: 1180px) {
  .list__item--flow {
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.list__item--price {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .list__item--price {
    margin-left: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1180px) {
  .list__item--price {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .list__item--price {
    margin-left: calc(30px + 1.5rem);
  }
}
@media (min-width: 768px) {
  .list__item--price:nth-child(2) {
    margin-left: 3rem;
  }
}
@media (min-width: 1440px) {
  .list__item--price:nth-child(2) {
    margin-left: calc(30px + 3rem);
  }
}
@media (min-width: 768px) {
  .list__item--price:nth-child(3) {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1440px) {
  .list__item--price:nth-child(3) {
    margin-left: calc(30px + 4.5rem);
  }
}
@media (min-width: 768px) {
  .list__item--price:nth-child(4) {
    margin-left: 6rem;
  }
}
@media (min-width: 1440px) {
  .list__item--price:nth-child(4) {
    margin-left: calc(30px + 6rem);
  }
}
@media (min-width: 768px) {
  .list__item--price:nth-child(5) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .list__item--price:nth-child(5) {
    margin-left: calc(30px + 7.5rem);
  }
}
.list__item--program {
  width: 60%;
  min-width: 250px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list__item--program {
    width: calc(33% - 1rem);
    margin-right: auto;
    margin-bottom: auto;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1180px) {
  .list__item--program {
    width: calc(33% - 3rem - 1.3rem);
    margin-bottom: 3rem;
  }
}
.list__item--program:nth-child(2n) {
  margin-left: 40%;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .list__item--program:nth-child(2n) {
    margin-right: auto;
    margin-bottom: auto;
  }
}
.list__item--program2 {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--program2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1180px) {
  .list__item--program2 {
    margin-bottom: 3rem;
  }
}
.list__item--program3 {
  list-style: auto;
  margin-left: 2rem;
  position: relative;
}
.list__item--program3::before {
  content: "※";
  position: absolute;
  left: -2rem;
}
.list__item--repo {
  width: 278px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list__item--repo {
    width: calc(50% - 2rem);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1180px) {
  .list__item--repo {
    width: calc(25% - 2rem);
  }
}
@media (min-width: 1440px) {
  .list__item--repo {
    width: calc(25% - 3rem - 1.3rem);
    margin-bottom: 3rem;
    flex-wrap: nowrap;
  }
}
.list__item--repo:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .list__item--repo:nth-child(2n) {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .list__item--repo:nth-child(5), .list__item--repo:nth-child(12), .list__item--repo:nth-child(13) {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1180px) {
  .list__item--repo:nth-child(5), .list__item--repo:nth-child(12), .list__item--repo:nth-child(13) {
    width: calc(50% - 3rem);
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .list__item--repo:nth-child(5), .list__item--repo:nth-child(12), .list__item--repo:nth-child(13) {
    width: calc(50% - 3rem);
    flex-direction: row;
  }
}
.list__item--gallery:last-child {
  margin-bottom: 3rem;
}
.list__item--price {
  margin-bottom: 3rem;
}
.list__item--goods::before {
  content: "■";
  margin-right: 0.5rem;
  color: var(--color-accent1);
}
.list__item--post-arc {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list__item--post-arc {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1180px) {
  .list__item--post-arc {
    width: calc(25% - 1.5rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
}
.list__item--post-arc:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 1180px) {
  .list__item--post-arc:nth-child(2n) {
    margin-right: 3rem;
  }
}
.list__item--post-sig {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list__item--post-sig {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1180px) {
  .list__item--post-sig {
    margin-bottom: 3rem;
  }
}
.list__item--voice-post {
  text-align: center;
}
@media (min-width: 768px) {
  .list__item--voice-post {
    width: 33%;
  }
}
.list__img {
  height: 465px;
}

.item--price {
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .item--price {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .item__inner--program {
    width: 274px;
    padding-left: 0.5rem;
    flex-wrap: wrap;
  }
}
.item__inner--repo {
  width: 100%;
}
@media (min-width: 1180px) {
  .item__inner--repo {
    width: 274px;
    padding-left: 0.5rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .item__inner--program2 {
    width: 45%;
  }
}
@media (min-width: 1180px) {
  .item__inner--program2 {
    min-width: 320px;
    padding-left: 3rem;
  }
}
.item__link--post-idx {
  color: var(--color-font);
}
.item__ttl--theory-idx, .item__ttl--theory {
  font-size: 1.3rem;
  line-height: 1.5;
}
.item__ttl--concept-idx {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .item__ttl--concept-idx {
    font-size: 1.5rem;
    margin-left: calc(20% + 3rem);
  }
}
.item__ttl--post-idx {
  padding-block: 0.5rem;
  line-height: 2;
  font-size: 14px;
  padding-left: 3px;
  margin-left: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .item__ttl--post-idx {
    font-size: 1.25rem;
    padding-left: 0.5rem;
    margin-left: 1.15rem;
  }
}
.item__ttl--post-idx::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: -1rem;
}
@media (min-width: 768px) {
  .item__ttl--post-idx::before {
    width: 16px;
    left: -16px;
  }
}
.item__ttl--flow, .item__ttl--price {
  font-size: 1.23rem;
  position: relative;
}
@media (min-width: 1180px) {
  .item__ttl--flow, .item__ttl--price {
    font-size: 1.5rem;
  }
}
.item__ttl--price {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .item__ttl--price {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .item__ttl--price {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .item__ttl--price::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background: var(--color-font);
    position: absolute;
    top: 50%;
    left: -2rem;
  }
}
@media (min-width: 1180px) {
  .item__ttl--price::after {
    width: 30px;
    left: calc(-30px - 0.5rem);
  }
}
.item__ttl--price2 {
  font-size: 1.3rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .item__ttl--price2 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 1.5rem;
  }
}
.item__ttl--price2::after {
  content: "";
  width: 1px;
  height: 15px;
  background: var(--color-font);
  position: absolute;
  top: -110%;
  left: 50%;
}
@media (min-width: 1180px) {
  .item__ttl--price2::after {
    height: 20px;
  }
}
.item__ttl--post-arc {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-left: 1.3rem;
  position: relative;
}
.item__ttl--post-arc::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: -18px;
}
.item__ttl--post-sig {
  font-size: 1.5rem;
  padding-left: 0.5rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
  position: relative;
}
.item__ttl--post-sig::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: -1.5rem;
}
.item__ttl--concept {
  font-size: 1.5rem;
}
.item__ttl--architecture {
  font-size: 1.5rem;
}
.item__ttl--price {
  font-size: 1.5rem;
  font-family: var(--font-accent);
}
.item__ttl--shop, .item__ttl--ft-add, .item__ttl--ft-add {
  font-size: 1.15rem;
  font-family: var(--font-accent);
  font-weight: var(--font-en);
}
@media (min-width: 768px) {
  .item__ttl--shop, .item__ttl--ft-add, .item__ttl--ft-add {
    font-size: 1.5rem;
  }
}
.item__txt-area--post-sig {
  margin-top: 1.15rem;
}
.item__txt-area--concept {
  width: 100%;
}
@media (min-width: 1440px) {
  .item__txt-area--concept {
    width: 50%;
    min-width: 560px;
    padding-right: 3rem;
  }
}
.item__txt-area--concept2 {
  width: 100%;
}
@media (min-width: 1180px) {
  .item__txt-area--concept2 {
    width: 50%;
    min-width: 315px;
    padding-left: 2rem;
  }
}
@media (min-width: 1440px) {
  .item__txt-area--concept2 {
    padding-left: 3rem;
  }
}
.item__txt-area--flow {
  background: var(--color-accent2);
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .item__txt-area--flow {
    width: 80%;
    padding: 1rem;
    margin-top: 1rem 1.5rem;
    margin-left: 20%;
  }
}
@media (min-width: 1180px) {
  .item__txt-area--flow {
    width: 50%;
    padding: 1rem 2rem;
    background: var(--color-accent2);
    margin-top: 0;
    margin-left: -3rem;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .item__txt-area--flow {
    width: 55%;
    margin-right: 0;
  }
}
.item__txt-area--program {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 1440px) {
  .item__txt-area--repo {
    width: 50%;
    padding-left: 2rem;
  }
}
@media (min-width: 1440px) {
  .item__txt-area--repo2 {
    width: 50%;
    padding-right: 2rem;
  }
}
.item__txt--point-idx, .item__txt--facility {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-base);
  margin: 1.15rem 0;
}
@media (min-width: 768px) {
  .item__txt--point-idx, .item__txt--facility {
    line-height: 1.8;
    font-size: 1rem;
  }
}
.item__txt--qa-q {
  font-size: 1.15rem;
  position: relative;
}
@media (min-width: 768px) {
  .item__txt--qa-q {
    font-size: 1.3rem;
  }
}
.item__txt--qa-q::before {
  content: "Q";
  font-family: var(--font-accent);
  font-size: 1.15rem;
  position: absolute;
  top: 0;
  left: -1.15rem;
}
@media (min-width: 768px) {
  .item__txt--qa-q::before {
    font-size: 1.3rem;
    left: -1.3rem;
  }
}
.item__txt--qa-a {
  font-size: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .item__txt--qa-a {
    font-size: 1rem;
  }
}
.item__txt--qa-a::before {
  content: "A";
  font-family: var(--font-accent);
  font-size: 1.15rem;
  position: absolute;
  top: -0.25rem;
  left: -1rem;
}
@media (min-width: 768px) {
  .item__txt--qa-a::before {
    font-size: 1.3rem;
    left: -1.15rem;
  }
}
.item__txt--voice-idx, .item__txt--facility {
  margin: 1.15rem 0;
}
.item__txt--post-idx {
  font-size: 12px;
}
@media (min-width: 1180px) {
  .item__txt--concept {
    font-size: 1.15rem;
    padding: 0;
  }
}
.item__txt--qa {
  font-size: 1.15rem;
  font-weight: bold;
}
.item__txt--qa2-q {
  position: relative;
  margin: 0;
  padding: 1.5rem;
  background: var(--color-accent2);
}
@media (min-width: 1180px) {
  .item__txt--qa2-q {
    padding: 1rem 1.5rem;
  }
}
.item__txt--qa2-q::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 15px;
  height: 2px;
  background: var(--color-font);
  transition: all 0.2s ease-in-out;
}
.item__txt--qa2-q::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: var(--color-font);
  transition: all 0.3s ease-in-out;
}
.item__txt--qa2-a {
  display: none;
  padding: 1rem 1.5rem;
}
.item__txt--program {
  margin-top: 1rem;
  margin-bottom: 0;
}
.item__txt--theory-idx a, .item__txt--theory, .item__txt--repo {
  font-size: 12px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .item__txt--theory-idx a, .item__txt--theory, .item__txt--repo {
    font-size: 0.85rem;
    letter-spacing: 0.01rem;
  }
}
.item__txt--theory-idx a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .item__txt--repo2 {
    font-size: 0.85rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1180px) {
  .item__txt--repo2 {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .item__txt--repo2 {
    margin-left: 1rem;
  }
}
.item__txt--price {
  text-align: right;
  padding-top: 1.5rem;
}
.item__txt--privacy {
  font-size: 12px;
}
@media (min-width: 768px) {
  .item__txt--privacy {
    font-size: 0.85rem;
  }
}
.item__txt--price-name {
  position: relative;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1.5px dashed var(--color-accent1);
  background: rgba(255, 237, 236, 0.4);
}
@media (min-width: 1180px) {
  .item__txt--price-name {
    padding: 1rem 1.5rem;
  }
}
.item__txt--price-name-sub {
  margin: 0;
  padding: 1.5rem;
}
.item__txt--price-name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 15px;
  height: 2px;
  background: var(--color-accent1);
  transition: all 0.2s ease-in-out;
}
.item__txt--price-name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: var(--color-accent1);
  transition: all 0.3s ease-in-out;
}
.item__txt--price-expo {
  display: none;
  padding: 1rem 1.5rem;
  background: var(--color-accent3);
}
.item__txt--price-option {
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1.5px dashed var(--color-accent1);
  background: rgba(255, 237, 236, 0.4);
}
.item__txt--price-option-name {
  padding: 1rem 1.5rem;
  margin: 0;
}
.item__txt--price-detail {
  margin: 0;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
.item__img-area--concept {
  width: 80%;
  margin-bottom: 1rem;
  margin-right: 20%;
}
@media (min-width: 1180px) {
  .item__img-area--concept {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .item__img-area--concept {
    width: 50%;
    margin-right: 0;
  }
}
.item__img-area--concept2 {
  width: 80%;
  margin-top: 1rem;
  margin-left: 20%;
}
@media (min-width: 1180px) {
  .item__img-area--concept2 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .item__img-area--repo {
    width: 50%;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .item__img-area--repo2 {
    min-width: 275px;
  }
}
@media (min-width: 1440px) {
  .item__img-area--repo2 {
    width: 50%;
    padding-left: 2rem;
    text-align: right;
    order: 2;
  }
}
@media (min-width: 768px) {
  .item__img--flow {
    padding-right: 20%;
  }
}
@media (min-width: 1180px) {
  .item__img--flow {
    width: 50%;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .item__img--flow {
    width: 45%;
  }
}

.span--loader {
  font-size: 24px;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .span--loader {
    font-size: 44px;
  }
}
@media (min-width: 1180px) {
  .span--loader {
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .span--loader {
    margin-bottom: 1.5rem;
  }
}
.span--loader {
  font-size: 23px;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .span--loader {
    font-size: 44px;
  }
}
@media (min-width: 1180px) {
  .span--loader {
    font-size: 2.75vw;
  }
}
@media (min-width: 1440px) {
  .span--loader {
    font-size: 2.45vw;
  }
}
.span__ttl-sub--theory-idx, .span__ttl-sub--theory {
  font-weight: 600;
  font-size: 1rem;
}
.span--cat {
  margin-left: 0.5rem;
}
.span--voice-idx, .span--facility {
  font-size: 10px;
  line-height: 1.5;
  display: block;
}
.span--theory-idx, .span--program, .span--repo {
  font-size: 1.5rem;
  font-family: var(--font-accent);
  padding-left: 1.5rem;
  display: block;
  position: relative;
}
.span--program, .span--repo {
  display: inline-block;
  line-height: 1;
}
.span--theory-idx::before, .span--program::before, .span--repo::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 0;
}
.span--concept-idx, .span--concept {
  font-size: 1rem;
}
.span--architecture {
  font-size: 1rem;
}
.span--hl {
  font-size: 1.23rem;
  background: linear-gradient(transparent 60%, var(--color-accent3) 60%);
}
@media (min-width: 768px) {
  .span--hl {
    font-size: 1.5rem;
  }
}
.span--theory, .span--method {
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-accent);
  font-size: 1.5rem;
  display: block;
  font-weight: 300;
}
@media (min-width: 1180px) {
  .span--theory, .span--method {
    padding-left: 2rem;
  }
}
.span--theory::before, .span--method::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 1180px) {
  .span--theory::before, .span--method::before {
    width: 18px;
  }
}
.span--small {
  font-size: 0.85rem;
}
.span--repo-q {
  background: linear-gradient(transparent 60%, var(--color-accent3) 60%);
}

.contents__head {
  margin-block: clamp(0.75rem, 0.5rem + 0.667vw, 1rem) clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
}

/*--------------------------------------------------------------
## スライダ―
--------------------------------------------------------------*/
.list--point-idx .slick-dots,
.list--facility .slick-dots {
  text-align: center !important;
  bottom: -1rem !important;
}
@media (min-width: 768px) {
  .list--point-idx .slick-dots,
  .list--facility .slick-dots {
    text-align: left !important;
  }
}

.list--voice-idx .slick-dots,
.list--facility .slick-dots {
  text-align: center !important;
}
@media (min-width: 768px) {
  .list--voice-idx .slick-dots,
  .list--facility .slick-dots {
    bottom: auto !important;
    text-align: left !important;
  }
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: var(--color-accent5) !important;
}
@media (min-width: 1440px) {
  .slick-dots li button:before {
    transform: none !important;
  }
}

.list--voice-idx .slick-dots li button:before,
.list--facility .slick-dots li button:before {
  opacity: 1 !important;
  color: var(--color-accent3) !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: var(--color-accent3) !important;
}

/*--------------------------------------------------------------
## コンタクトフォーム
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea,
select {
  width: 100%;
  line-height: 1.5;
  padding: 5px;
  border: 2px solid var(--color-accent2);
}

input[type=submit] {
  width: 100%;
  padding: 10px 0;
  color: var(--color-base);
  background: var(--color-accent1);
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  input[type=submit] {
    padding: 5px;
    color: var(--color-font);
    background: var(--color-accent2);
    border: 2px solid var(--color-accent2);
  }
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
input[type=submit]:focus,
select:focus {
  border: 2px solid var(--color-main);
}

.form__item--name,
.form__item--name-kane,
.form__item--mail,
.form__item--bikou,
.form__item--submit {
  width: 100%;
}

@media (min-width: 1180px) {
  .form__item--day,
  .form__item--time {
    width: auto !important;
  }
}

.form__item--submit {
  text-align: center;
}

.article--privacy {
  margin-top: 1rem;
}
@media (min-width: 1180px) {
  .article--privacy {
    margin-top: 3rem;
  }
}
.article__inner--privacy {
  padding: 1rem 1.5rem;
  background: var(--color-accent3);
  overflow-y: scroll;
  height: 350px;
}
@media (min-width: 1180px) {
  .article__inner--privacy {
    height: 450px;
    font-size: 0.85rem;
  }
}
.article__ttl--privacy {
  font-weight: 600;
}

/*--------------------------------------------------------------
## 計算フォーム
--------------------------------------------------------------*/
.cp_cff_13 #fbuilder h1,
.cp_cff_13 #fbuilder h2,
.cp_cff_13 #fbuilder h3 {
  font-family: var(--font-main);
}

.cp_cff_13 #fbuilder input[readonly],
.cp_cff_13 #fbuilder textarea[readonly] {
  background-color: var(--color-accent3) !important;
  font-size: 1rem;
  font-weight: 600;
}

.cp_cff_13 #fbuilder .pbSubmit,
.cp_cff_13 #fbuilder .pbreak .pbPrevious,
.cp_cff_13 #fbuilder .pbreak .pbNext,
.cp_cff_13 #fbuilder input[type=submit],
.cp_cff_13 #fbuilder input[type=button],
.cp_cff_13 #fbuilder input[type=reset],
.cp_cff_13 #fbuilder .pbSubmit:hover,
.cp_cff_13 #fbuilder .pbreak .pbPrevious:hover,
.cp_cff_13 #fbuilder .pbreak .pbNext:hover,
.cp_cff_13 #fbuilder input[type=submit]:hover,
.cp_cff_13 #fbuilder input[type=button]:hover,
.cp_cff_13 #fbuilder input[type=reset]:hover {
  background: var(--color-accent1) !important;
  color: var(--color-base) !important;
}

/*--------------------------------------------------------------
## その他WP
--------------------------------------------------------------*/
.nav-links {
  margin-top: 3rem;
}

.nav-links a {
  color: var(--color-font);
  font-family: var(--font-accent);
  font-weight: 600;
}

.nav-previous {
  float: left;
}

.nav-previous::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid black;
  border-bottom: 6px solid transparent;
  display: inline-block;
  margin-right: 0.5rem;
}

.nav-next {
  float: right;
}

.nav-next::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid black;
  border-bottom: 6px solid transparent;
  display: inline-block;
  margin-left: 0.5rem;
}

/*--------------------------------------------------------------
## フッター
--------------------------------------------------------------*/
.ft__inner {
  width: calc(100% - 28px);
  margin: 10px auto 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ft__inner {
    width: calc(100% - 56px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .ft__inner {
    width: 87.5vw;
    max-width: 1680px;
  }
}
.ft__item--map {
  width: calc(100% - 28px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ft__item--map {
    width: calc(100% - 78px);
    margin-right: 0;
  }
}
@media (min-width: 1180px) {
  .ft__item--map {
    width: 90%;
  }
}
.ft__item--ft, .ft__item--ft {
  background: var(--color-logo);
  color: var(--color-base);
  padding: 2rem 14px;
}
@media (min-width: 768px) {
  .ft__item--ft, .ft__item--ft {
    padding: 4rem 2rem;
  }
}
.ft__address {
  width: 100%;
}
@media (min-width: 1180px) {
  .ft__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
  }
}
.ft__calendar {
  width: 100%;
  /* @include tab-h {
    width: min(40%, 500px);
  } */
}
.ft__nav-area {
  width: 100%;
}
@media (min-width: 1180px) {
  .ft__nav-area {
    min-width: 570px;
    padding: 0 2rem;
    margin-top: 2rem;
  }
}
.ft__site-ttl {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}

.site-ttl__btn--ft, .site-ttl__btn--ft {
  display: flex;
  align-items: center;
}
.site-ttl__img--ft {
  width: 175px;
}
.site-ttl__txt--ft {
  font-size: 3.5rem;
  color: var(--color-base);
  font-family: var(--font-accent);
  font-weight: 400;
  margin-left: 0.5rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1180px) {
  .site-ttl__txt--ft {
    font-size: 4rem;
    margin-left: 1.5rem;
  }
}

.ft-nav {
  display: none;
}
@media (min-width: 768px) {
  .ft-nav {
    display: block;
  }
}
.ft-nav__list {
  display: none;
}
@media (min-width: 1180px) {
  .ft-nav__list {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1180px) {
  .ft-nav__list--sub {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
  }
}
.ft-nav__item {
  text-align: center;
}
.ft-nav__item--child {
  margin-top: 0.5rem;
  text-align: center;
}
.ft-nav__item--sub {
  text-align: right;
  margin-right: -1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .ft-nav__item--sub {
    text-align: left;
    margin-right: 0;
    margin-bottom: 0rem;
  }
}
.ft-nav__item--sub:nth-child(-n+3) {
  display: none;
}
@media (min-width: 1180px) {
  .ft-nav__item--sub:nth-child(-n+3) {
    display: block;
  }
}
@media (min-width: 1440px) {
  .ft-nav__item--sub:nth-child(4) {
    display: none;
  }
}
.ft-nav__btn {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 1.15rem;
  padding: 1rem 0.5rem;
  color: var(--color-base);
  text-align: center;
}
.ft-nav__btn--child {
  font-family: var(--font-accent);
  font-weight: 400;
  padding: 1rem 0.5rem;
  color: var(--color-base);
}

.list--ft-add {
  margin-bottom: clamp(2rem, 1rem + 2.667vw, 3rem);
}
.list__item--ft-add {
  line-height: 2;
  margin-bottom: 1rem;
}
@media (min-width: 1180px) {
  .list__item--ft-add {
    margin-bottom: 0;
  }
}
.list__item--ft-add-link {
  text-decoration: none;
  color: #fff;
}

.item__inner--ft {
  width: calc(100% - 28px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .item__inner--ft {
    width: calc(100% - 78px);
  }
}
@media (min-width: 1180px) {
  .item__inner--ft {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(2rem, 1rem + 2.667vw, 3rem);
  }
}

.btn--line-ft {
  letter-spacing: 0.1rem;
  color: var(--color-font);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
  font-size: 1.15rem;
  position: relative;
  align-self: center;
}
@media (min-width: 768px) {
  .btn--line-ft {
    margin-right: 6rem;
  }
}
.btn__span--line-ft {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: 100%;
}
.btn__span--icon-ft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
}

.span--ft {
  font-size: 2rem;
}

/*--------------------------------------------------------------
## css/fonts/slick.woff 対策
--------------------------------------------------------------*/
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
/*--------------------------------------------------------------
## ローディング
--------------------------------------------------------------*/
.loader-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--color-main);
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: var(--color-main);
  z-index: 1001;
}

/*--------------------------------------------------------------
## ローディング完了
--------------------------------------------------------------*/
.wrap {
  visibility: hidden;
}
.wrap.is-show {
  visibility: visible;
  animation: fadeIn 3s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## 追従カーソル
--------------------------------------------------------------*/
body {
  position: relative;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 1180px) {
  .cursor {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: none;
    pointer-events: none;
    width: 14px;
    height: 14px;
    background: var(--color-accent1);
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    z-index: 1001;
    opacity: 0.7;
    transform: scale(1);
    transition: transform ease 0.4s;
  }
  .cursor.is-active {
    transform: scale(4);
    background: var(--color-accent1);
    opacity: 0.5;
  }
}

/*--------------------------------------------------------------
## 無料カウンセリングボタン
--------------------------------------------------------------*/
@media (min-width: 1180px) {
  .sub-nav__btn--co::after, .sub-nav__btn--reserve::after {
    content: "";
    width: 109px;
    height: 109px;
    background: url(../img/btn-round.png);
    background-size: cover;
    animation-name: rotate;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
    animation-iteration-count: infinite;
    position: absolute;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/*--------------------------------------------------------------
## scroll-icon
--------------------------------------------------------------*/
.scroll-icon::before {
  animation: scrollAnime 3s ease 3;
}

@keyframes scrollAnime {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 105%;
    opacity: 1;
  }
  100% {
    height: 105%;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
## btn
--------------------------------------------------------------*/
.btn--line:hover .btn__span--line,
.btn--line-wh:hover .btn__span--line-wh {
  animation: lineAnime 3s ease infinite;
}

@keyframes lineAnime {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.btn--line-s:hover .btn__span--line-s,
.btn--line-ja:hover .btn__span--line-ja,
.btn--line-ft:hover .btn__span--line-ft {
  animation: lineAnime-s 3s ease infinite;
}

@keyframes lineAnime-s {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 50%;
    opacity: 1;
  }
  100% {
    width: 50%;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
## スクロールエフェクト
--------------------------------------------------------------*/
.effect-fadeIn-rl,
.effect-fadeIn-lr,
.effect-fadeIn-up,
.effect-fadeIn-down {
  visibility: hidden;
}
.effect-fadeIn-rl.scroll,
.effect-fadeIn-lr.scroll,
.effect-fadeIn-up.scroll,
.effect-fadeIn-down.scroll {
  visibility: visible;
}

/*フェード*/
.effect-fadeIn-rl.scroll {
  animation: fadeIn-rl 1.5s ease forwards;
}

@keyframes fadeIn-rl {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.effect-fadeIn-lr.scroll {
  animation: fadeIn-lr 1.5s ease forwards;
}

@keyframes fadeIn-lr {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.effect-fadeIn-up.scroll {
  animation: fadeIn-up 1.5s ease forwards;
}

@keyframes fadeIn-up {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.effect-fadeIn-down.scroll {
  animation: fadeIn-down 1.5s ease forwards;
}

@keyframes fadeIn-down {
  0% {
    opacity: 0;
    transform: translateY(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*ぼかし*/
.effect-blurIn {
  filter: blur(10px);
}
.effect-blurIn.scroll {
  animation: blurIn 1.5s ease forwards;
}

@keyframes blurIn {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.effect-blurIn .contents__img--concept-idx::after {
  filter: blur(10px);
}
.effect-blurIn .contents__img--concept-idx::after.scroll .contents__img--concept-idx::after {
  animation: blurIn 0.5s ease forwards;
}

/*カーテン*/
.effect-curtainOpen-lr {
  position: relative;
  overflow: hidden;
}
.effect-curtainOpen-lr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}
.effect-curtainOpen-lr.scroll::before {
  transform: translate3d(101%, 0, 0);
}

/* コンポーネント / Component
------------------------------------------------ */
/*** c-heading01 ***/
.c-heading01 {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  margin: 0 0 clamp(0.75rem, 0.5rem + 0.667vw, 1rem) 0;
  font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  color: var(--color-font);
  font-family: var(--font-accent);
  font-weight: var(--font-en);
}
.c-heading01::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-font);
  opacity: 0.5;
}
.c-heading01--white {
  color: #fff;
}
.c-heading01--white::after {
  background-color: #fff;
  opacity: 0.3;
}

/*** c-simple-message ***/
.c-simple-message .c-simple-message__catch {
  margin-bottom: 0;
  line-height: 1.7;
  text-align: center;
  font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
  font-family: var(--font-accent);
  font-weight: var(--font-en);
}
.c-simple-message .c-simple-message__catch-sub {
  line-height: 2.4;
  text-align: center;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}
.c-simple-message .c-simple-message__text {
  line-height: 2.4;
  text-align: center;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}

/*** c-2col-contents ***/
.c-2col-contents {
  --container-mb: clamp(6rem, 4rem + 5.333vw, 8rem);
  --inner-gap: clamp(1rem, 0.5rem + 1.333vw, 1.5rem) clamp(4rem, 2rem + 5.333vw, 6rem);
  --ttl-font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  --desc-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  --ttl-color: inherit;
  container: c-2col-contents/inline-size;
}
.c-2col-contents:not(:last-child) {
  margin-bottom: var(--container-mb);
}
.c-2col-contents .c-2col-contents__inner {
  display: flex;
  gap: var(--inner-gap);
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__inner {
    justify-content: center;
    align-items: flex-start;
  }
}
@container (width < 800px) {
  .c-2col-contents .c-2col-contents__inner {
    flex-direction: column;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col1 {
    width: 38.2%;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col2 {
    width: 61.8%;
  }
}
.c-2col-contents .c-2col-contents__desc {
  line-height: 2.4;
  font-size: var(--desc-font-size);
}
.c-2col-contents .c-2col-contents__img img {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.c-2col-contents .c-2col-contents__caption {
  margin-top: 0.75em;
  line-height: 2.4;
  font-size: var(--desc-font-size);
}
@container (width >=800px) {
  .c-2col-contents--reverse .c-2col-contents__inner {
    flex-direction: row-reverse;
  }
}
@container (width >=800px) {
  .c-2col-contents--type02 .c-2col-contents__col1 {
    width: 50%;
  }
}
@container (width >=800px) {
  .c-2col-contents--type02 .c-2col-contents__col2 {
    width: 50%;
  }
}

/*** c-3col-contents ***/
.c-3col-contents {
  --container-mb: clamp(6rem, 4rem + 5.333vw, 8rem);
  --inner-gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  container: c-3col-contents/inline-size;
}
.c-3col-contents:not(:last-child) {
  margin-bottom: var(--container-mb);
}
.c-3col-contents .c-3col-contents__inner {
  display: flex;
  gap: var(--inner-gap);
}
@container (width >=800px) {
  .c-3col-contents .c-3col-contents__inner {
    justify-content: center;
    align-items: flex-start;
  }
}
@container (width < 800px) {
  .c-3col-contents .c-3col-contents__inner {
    flex-direction: column;
  }
}
@container (width >=800px) {
  .c-3col-contents .c-3col-contents__col1 {
    width: 50%;
  }
}
@container (width >=800px) {
  .c-3col-contents .c-3col-contents__col2 {
    width: 50%;
  }
}
@container (width >=800px) {
  .c-3col-contents .c-3col-contents__col3 {
    width: 50%;
  }
}

/*** c-table-contents ***/
.c-table-contents {
  container: c-table-contents/inline-size;
}
.c-table-contents .c-table-contents__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-main);
}
.c-table-contents :is(th, td) {
  padding: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  box-sizing: border-box;
  vertical-align: middle;
}
@container (width < 700px) {
  .c-table-contents :is(th, td) {
    display: block;
  }
}
@container (width >=700px) {
  .c-table-contents tr:last-child th {
    border-bottom: 1px solid var(--color-main);
  }
}
.c-table-contents th {
  width: 280px;
  background-color: var(--color-main);
  border-bottom: 1px solid #F7F7F7;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  color: #fff;
}
@container (width < 700px) {
  .c-table-contents th {
    width: 100%;
  }
}
.c-table-contents td {
  background-color: #fff;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-font);
}
@container (width < 700px) {
  .c-table-contents td {
    font-size: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  }
}
.c-table-contents .c-table-contents__notes {
  margin-top: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
}
.c-table-contents--compact .c-table-contents__table {
  width: auto;
}
.c-table-contents--compact :is(th, td) {
  display: table-cell !important;
  width: 50% !important;
  padding: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}
.c-table-contents--compact tr:last-child th {
  border-bottom: 1px solid var(--color-main);
}
.c-table-contents--compact th {
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
}
.c-table-contents--compact td {
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
}

/*** c-flow ***/
.c-flow {
  --list-gap: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  --item-num-font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
  --item-num-color: var(--color-accent1);
  --item-ttl-font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  --item-ttl-color: var(--color-accent1);
  --item-desc-font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  --item-desc-color: var(--color-font);
  --item-line-color: var(--color-accent5);
  container: c-flow/inline-size;
}
.c-flow .c-flow__list {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  margin-inline: auto;
}
.c-flow .c-flow__list .c-flow__item {
  display: grid;
  grid-template: "time ..... ttl" auto "..... ..... ....." 1rem "line ..... txt" auto "..... ..... ....." 3rem/auto 5rem 1fr;
}
@container (width < 600px) {
  .c-flow .c-flow__list .c-flow__item {
    grid-template-columns: auto 1.5rem 1fr;
  }
}
.c-flow .c-flow__list .c-flow__item:not(:last-child)::after {
  grid-area: line;
  content: "";
  width: 1px;
  min-height: 80px;
  background: var(--item-line-color);
  margin: 0 auto;
}
.c-flow .c-flow__list .c-flow__item-num {
  grid-area: time;
  align-self: center;
  padding-inline: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: var(--item-num-font-size);
  color: var(--item-num-color);
  font-family: var(--font-accent);
  font-weight: var(--font-en);
}
.c-flow .c-flow__list .c-flow__item-ttl {
  grid-area: ttl;
  align-self: center;
  font-size: var(--item-ttl-font-size);
  color: var(--item-ttl-color);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}
.c-flow .c-flow__list .c-flow__item-desc {
  grid-area: txt;
  line-height: 2.4;
  font-size: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
}

.c-fullwidth-contents {
  container: c-fullwidth-contents/inline-size;
  position: relative;
}
.c-fullwidth-contents .c-fullwidth-contents__container {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100lvw;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
}
.c-fullwidth-contents .c-fullwidth-contents__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/menu-location01.jpg) center/cover no-repeat;
  filter: blur(2px);
}
.c-fullwidth-contents .c-fullwidth-contents__inner {
  width: 60vw;
  max-width: 980px;
  margin-inline: auto;
  padding-block: clamp(8rem, 4rem + 10.667vw, 12rem) clamp(6rem, 4rem + 5.333vw, 8rem);
  box-sizing: border-box;
}
.c-fullwidth-contents .c-fullwidth-contents__box {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@container (width >=1000px) {
  .c-fullwidth-contents .c-fullwidth-contents__box {
    padding-right: clamp(4rem, 2rem + 5.333vw, 6rem);
  }
}
.c-fullwidth-contents .c-fullwidth-contents__catch {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
  font-family: var(--font-accent);
  font-weight: var(--font-en);
}
.c-fullwidth-contents .c-fullwidth-contents__catch-sub {
  margin-bottom: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  line-height: 2.4;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}
.c-fullwidth-contents .c-fullwidth-contents__text {
  line-height: 2.4;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  font-family: var(--font-accent);
  font-weight: var(--font-enB);
}

/*** c-terms-text ***/
.c-terms-text {
  line-height: 2.4;
}

/*** c-text-link ***/
.c-text-link {
  text-decoration: underline;
  color: var(--color-accent1);
}

/* プロジェクト / Project
------------------------------------------------ */
/* お問い合わせページ / Contact Page
------------------------------------------------ */
/*** p-contact-tel ***/
.p-contact-tel {
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
}
.p-contact-tel .p-contact-tel__box {
  padding: 50px 20px;
  box-sizing: border-box;
  margin: clamp(3rem, 2rem + 2.667vw, 4rem) auto;
  background-color: #eee;
  text-align: center;
}
.p-contact-tel .p-contact-tel__message {
  margin-bottom: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
}
.p-contact-tel .p-contact-tel__number {
  margin: 0;
  font-size: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
}
.p-contact-tel .p-contact-tel__number a {
  text-decoration: none;
}
.p-contact-tel .p-contact-tel__icon {
  width: 1em;
  margin-right: 0.3em;
  fill: currentColor;
}

/*** p-contact-form ***/
.p-contact-form {
  --inner-padding: clamp(1rem, 0.413rem + 2.609vw, 2.5rem) clamp(0rem, -0.978rem + 4.348vw, 2.5rem);
  --input-group-gap: 0 clamp(1rem, 0.413rem + 2.609vw, 2.5rem);
  --input-row-padding: clamp(1.75rem, calc(0rem + 4.667vw), 3.5rem) clamp(0.75rem, calc(0rem + 2vw), 1.5rem);
  --input-row-border-color: #dadada;
  --input-row-gap-sp: clamp(1.25rem, 1.152rem + 0.435vw, 1.5rem);
  --input-title-font-size: clamp(0.875rem, calc(0.75rem + 0.333vw), 1rem);
  --input-label-font-size: clamp(0.75rem, calc(0.625rem + 0.333vw), 0.875rem);
  --input-label-required-color: #c50931;
  --input-label-optional-color: #888;
  --input-content-gap: clamp(0.75rem, 0.652rem + 0.435vw, 1rem);
  --input-subtitle-font-size: clamp(0.75rem, calc(0.625rem + 0.333vw), 0.875rem);
  --submit-group-gap: clamp(1.25rem, 1.152rem + 0.435vw, 1.5rem);
  --privacy-embed-padding: clamp(1.5rem, 1.304rem + 0.87vw, 2rem);
  --privacy-embed-background: #f4f4f4;
  --privacy-embed-title-font-size: clamp(1.125rem, 0.88rem + 1.087vw, 1.75rem);
  --privacy-embed-subtitle-font-size: clamp(1rem, 0.825rem + 0.5vw, 1.125rem);
  --privacy-embed-text-font-size: clamp(0.75rem, 0.701rem + 0.217vw, 0.875rem);
  --submit-btn-background: var(--color-accent3);
  --submit-btn-color: #fff;
  --submit-btn-hover-background: var(--color-accent4);
  --submit-btn-hover-color: #fff;
  container-type: inline-size;
}
.p-contact-form .p-contact-form__inner {
  padding: var(--inner-padding);
  box-sizing: border-box;
}
.p-contact-form .p-contact-form__input-group {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: var(--input-group-gap);
}
.p-contact-form .p-contact-form__input-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  row-gap: 0;
  align-items: center;
  padding: var(--input-row-padding);
  border-top: 1px solid var(--input-row-border-color);
}
@container (width < 600px) {
  .p-contact-form .p-contact-form__input-row {
    grid-template-columns: repeat(2, auto) 1fr;
    gap: var(--input-row-gap-sp);
  }
}
.p-contact-form .p-contact-form__input-title {
  margin: 0;
  font-size: var(--input-title-font-size);
}
@container (width >=600px) {
  .p-contact-form .p-contact-form__input-title {
    max-width: 200px;
  }
}
.p-contact-form .p-contact-form__input-sub-title {
  margin: 0;
}
.p-contact-form .p-contact-form__input-sub-title:not(:first-child) {
  margin-top: 1em;
}
.p-contact-form .p-contact-form__input-label {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.1em 1.3em;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  font-size: var(--input-label-font-size);
}
.p-contact-form .p-contact-form__input-label--required {
  background-color: var(--input-label-required-color);
}
.p-contact-form .p-contact-form__input-label--optional {
  background-color: var(--input-label-optional-color);
}
.p-contact-form .p-contact-form__input-content {
  grid-column: 3;
}
@container (width < 600px) {
  .p-contact-form .p-contact-form__input-content {
    grid-column: 1/-1;
  }
}
.p-contact-form .p-contact-form__input-content--multiline {
  grid-row: span 2;
}
.p-contact-form .p-contact-form__input-content:nth-child(n+2 of .p-contact-form .p-contact-form__input-content) {
  margin-top: var(--input-content-gap);
}
.p-contact-form .p-contact-form__input-subtitle {
  display: block;
  margin-bottom: 0;
  font-size: var(--input-subtitle-font-size);
}
.p-contact-form input,
.p-contact-form select,
.p-contact-form textarea {
  padding: 0.75em;
  box-sizing: border-box;
  font-size: 1rem;
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel] {
  width: 100%;
}
.p-contact-form select {
  width: -moz-min-content;
  width: min-content;
  field-sizing: content;
}
.p-contact-form textarea {
  width: 100%;
  min-height: 7lh;
  field-sizing: content;
  line-height: 1.7;
  resize: vertical;
}
.p-contact-form input.p-postal-code {
  width: 10em;
}
.p-contact-form .wpcf7-list-item-label {
  line-height: 2.6;
}
.p-contact-form .p-contact-form__submit-group {
  display: grid;
  gap: var(--submit-group-gap);
}
.p-contact-form .p-contact-form__privacy-embed {
  height: 400px;
  padding: var(--privacy-embed-padding);
  box-sizing: border-box;
  overflow-y: scroll;
  background: var(--privacy-embed-background);
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__title {
  margin-bottom: 1.25rem;
  text-align: center;
  word-break: keep-all;
  font-size: var(--privacy-embed-title-font-size);
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__subtitle {
  margin-bottom: 0.75rem;
  font-size: var(--privacy-embed-subtitle-font-size);
}
.p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__text {
  margin-bottom: 1.25rem;
  line-height: 2.4;
  font-size: var(--privacy-embed-text-font-size);
}
.p-contact-form .p-contact-form__consent-check-txt {
  text-align: center;
}
.p-contact-form .p-contact-form__consent-check-txt a {
  text-decoration: underline;
}
.p-contact-form .p-contact-form__submit-btn {
  display: block;
  width: min(100%, 350px);
  margin: 0 auto;
}
.p-contact-form .p-contact-form__submit-btn input[type=submit] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: clamp(1.5rem, 1rem + 1.333vw, 2rem) 0;
  background: var(--submit-btn-background);
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  color: var(--submit-btn-color);
}
.p-contact-form .p-contact-form__submit-btn input[type=submit]:is(:hover, :focus) {
  background: var(--submit-btn-hover-background);
  color: var(--submit-btn-hover-color);
}

/*** CF7 ***/
.wpcf7 {
  background: var(--color-base02);
  border: none;
  border-radius: 20px;
  box-shadow: var(--shadow02);
}

.wpcf7-spinner {
  position: absolute;
}

/* エラー時入力フィールド */
.wpcf7 .wpcf7-not-valid {
  border-color: #dc3232;
  background-color: #fff8f8;
}

/* エラー時コンテナ */
.wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff8f8;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #dc3232;
  font-size: 14px;
  font-weight: bold;
  animation: errorShake 0.3s ease-in-out;
}

@keyframes errorShake {
  0% {
    translate: 0;
  }
  25% {
    translate: -10px;
  }
  75% {
    translate: 10px;
  }
  100% {
    translate: 0;
  }
}
/*** p-contact-notification ***/
.p-contact-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  pointer-events: none;
  animation: contact-notification-fade-in-out 2.5s forwards;
}

@keyframes contact-notification-fade-in-out {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
.p-contact-notification.p-contact-notification--success {
  background-color: rgba(14, 133, 14, 0.8);
}

.p-contact-notification.p-contact-notification--error {
  background-color: rgba(0, 0, 0, 0.8);
}

.p-contact-notification .p-contact-notification__message {
  margin: 0;
  font-size: 1rem;
}

/* ユーティリティ / Utility
------------------------------------------------ */
/*** デバイス別の表示制御 ***/
@media (width < 960px) {
  .u-pc-only {
    display: none;
  }
}
@media (width >= 960px) {
  .u-sp-only {
    display: none;
  }
}
/*** 文字列の折り返しを制御 ***/
.u-keep-all {
  word-break: keep-all;
}

.u-auto-phrase {
  word-break: auto-phrase;
}

/*** コンテンツ間スペーシング ***/
.u-mb-small20 {
  margin-bottom: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
}

.u-mb-small10 {
  margin-bottom: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
}

.u-mb-regular {
  margin-bottom: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
}

.u-mb-large10 {
  margin-bottom: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
}

.u-mb-large20 {
  margin-bottom: clamp(1.5rem, 1rem + 1.333vw, 2rem);
}

.u-mb-large30 {
  margin-bottom: clamp(2rem, 1rem + 2.667vw, 3rem);
}

.u-mb-large40 {
  margin-bottom: clamp(3rem, 2rem + 2.667vw, 4rem);
}

.u-mb-large45 {
  margin-bottom: clamp(3.5rem, 2.913rem + 2.609vw, 5rem);
}

.u-mb-large50 {
  margin-bottom: clamp(4rem, 2rem + 5.333vw, 6rem);
}

.u-mb-large60 {
  margin-bottom: clamp(6rem, 4rem + 5.333vw, 8rem);
}

.u-mb-large70 {
  margin-bottom: clamp(8rem, 4rem + 10.667vw, 12rem);
}

.u-mb-large80 {
  margin-bottom: clamp(12rem, 8rem + 10.667vw, 16rem);
}

.u-mb-large90 {
  margin-bottom: clamp(16rem, 12rem + 10.667vw, 20rem);
}

.u-mb-large100 {
  margin-bottom: clamp(20rem, 16rem + 10.667vw, 24rem);
}/*# sourceMappingURL=style.css.map */