@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-contact-text, .p-news .category-list ul li a, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .p-news .category-list ul li a, .breadcrumb {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .p-news .category-list ul li a, .breadcrumb {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .p-news .category-list ul li a, .breadcrumb {
    font-size: 20px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #fefce8;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__logo, .p-news .category-list, .c-points__img, .c-title, .p-title, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__logo, .p-news .category-list, .c-points__img, .c-title, .p-title, .wp-categories {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .p-footer__logo, .p-news .category-list, .c-points__img, .c-title, .p-title, .wp-categories {
    margin-bottom: 30px;
  }
}

.mb-md, .c-thanks-text, .c-privacy-text, .c-points__item, .c-top {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .c-points__item, .c-top {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .c-points__item, .c-top {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-campaign, .com, .google-voice, .c-points, .p-bfaf, .p-access {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-campaign, .com, .google-voice, .c-points, .p-bfaf, .p-access {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-campaign, .com, .google-voice, .c-points, .p-bfaf, .p-access {
    margin-bottom: 80px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 4vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #dfa1b6;
  border: 1px solid #dfa1b6;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #dfa1b6;
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

.breadcrumb {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #7bc4a0;
  border-bottom: 1px solid #7bc4a0;
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  letter-spacing: 1px;
  font-family: "Playfair Display", "Noto Serif JP", serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-top {
  padding: 40px 20px;
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
}
.c-top__title {
  color: #fff;
  text-align: center;
}
@media (min-width: 600px) {
  .c-top {
    padding: 70px 20px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.5;
}
.c-topview__title {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
  text-shadow: rgb(39, 39, 39) 1px 1px 1px;
}
.c-topview__title h2 {
  font-weight: normal;
}
.c-topview__title .ja {
  font-size: 0.9rem;
}
.c-topview__title .en {
  font-size: 2rem;
  letter-spacing: 5px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__title .ja {
    font-size: 1.2rem;
  }
  .c-topview__title .en {
    font-size: 2.4rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 960px) {
  .c-topview__title .ja {
    font-size: 1.4rem;
  }
  .c-topview__title .en {
    font-size: 2.8rem;
    letter-spacing: 10px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 300px;
  }
  .c-topview__title .ja {
    font-size: 1.6rem;
  }
  .c-topview__title .en {
    font-size: 3.4rem;
    letter-spacing: 12px;
  }
}

.p-title {
  text-align: center;
}
.p-title .en {
  font-size: 2.2rem;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #4a9c7a 0%, #5aacb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-title .ja {
  font-size: 17px;
  color: #a1a1a1;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 2.6rem;
  }
  .p-title .ja {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    margin-bottom: 40px;
  }
  .p-title .en {
    font-size: 3.2rem;
    letter-spacing: 4px;
  }
  .p-title .ja {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 3.8rem;
  }
  .p-title .ja {
    font-size: 1.6rem;
  }
}

.c-title {
  position: relative;
  text-transform: uppercase;
}
.c-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  padding-bottom: 10px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #dfa1b6;
}

.more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 12px 15px;
  border: 4px solid rgb(39, 39, 39);
  background: #7bc4a0;
  border-image-slice: 1;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: rgb(39, 39, 39);
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(39, 39, 39);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 40px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact-text, .more-btn__link .p-news .category-list ul li a, .p-news .category-list ul li .more-btn__link a, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.r-button {
  opacity: 1;
  transform: translateY(0);
  text-align: center;
}
.r-button-inner {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 9999px;
  color: #333;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box, radial-gradient(circle at center, #7bc4a0 0%, #7bc4a0 50%, #7eb8d4 100%) border-box;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  -webkit-background-clip: padding-box, border-box;
  -moz-background-clip: padding, border;
  background-clip: padding-box, border-box;
  transition: all 0.3s;
}
.r-button-inner a {
  color: rgb(39, 39, 39);
  font-weight: bold;
  transition: all 0.3s;
}
.r-button-inner a span {
  font-size: 16px;
}
.r-button-inner:hover {
  background: linear-gradient(#7bc4a0, #7bc4a0) padding-box, radial-gradient(circle at center, #7bc4a0 0%, #7bc4a0 50%, #7eb8d4 100%) border-box;
}
.r-button-inner:hover a {
  color: #fff;
}
@media (min-width: 960px) {
  .r-button-inner {
    padding: 20px 50px;
  }
  .r-button-inner a span {
    font-size: 19px;
  }
}

.p-firstview {
  position: relative;
}
.p-firstview::before {
  content: "";
  width: 100%;
  height: 8%;
  background: url(../images/common/mask02.png) repeat-x center/contain;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 10;
}
.p-firstview .mv {
  height: calc(80vh - 64px);
  margin: 0 auto;
  position: relative;
}
.p-firstview .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-firstview__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 6vw;
}
.p-firstview__text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  text-shadow: -2px -2px 4px rgba(51, 51, 51, 0.3019607843), 2px -2px 4px rgba(51, 51, 51, 0.3019607843), -2px 2px 4px rgba(51, 51, 51, 0.3019607843), 2px 2px 4px rgba(51, 51, 51, 0.3019607843);
}
.p-firstview__text h2 strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: #7bc4a0;
}
@media (min-width: 600px) {
  .p-firstview .mv {
    height: calc(90vh - 64px);
  }
  .p-firstview .mv video {
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
  }
  .p-firstview__text h2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-firstview__text h2 strong {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .p-firstview {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    background: url(../images/home/topview-bg.webp) no-repeat center/cover;
  }
  .p-firstview::before {
    height: 17%;
  }
  .p-firstview .mv {
    height: calc(100vh - 100px);
    flex: 1;
  }
  .p-firstview__text {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-basis: 55%;
    padding: 0;
    align-self: center;
    justify-self: center;
    text-align: center;
  }
  .p-firstview__text h2 {
    text-shadow: -2px -2px 4px rgba(51, 51, 51, 0.3019607843), 2px -2px 4px rgba(51, 51, 51, 0.3019607843), -2px 2px 4px rgba(51, 51, 51, 0.3019607843), 2px 2px 4px rgba(51, 51, 51, 0.3019607843);
  }
  .p-firstview__text h2 strong {
    text-shadow: none;
  }
}
@media (min-width: 1200px) {
  .p-firstview {
    padding: 0 12vw;
  }
  .p-firstview__text h2 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-firstview__text h2 strong {
    font-size: 2rem;
  }
}

.p-about {
  background-color: #fdf9f2;
  padding: 50px 0;
}
.p-about__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-about__desc h3 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #7bc4a0;
  margin-bottom: 15px;
}
.p-about__desc .r-button {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-about__desc {
    text-align: center;
  }
  .p-about__desc h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .p-about__desc .r-button {
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .p-about__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-about__img {
    flex-basis: 40%;
    max-width: none;
    margin: 0;
  }
  .p-about__desc {
    flex-basis: 56%;
    text-align: left;
  }
  .p-about__desc h3 {
    text-align: left;
    font-size: 1.5rem;
  }
}

.p-availability {
  padding: 50px 0;
}
.p-availability__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.p-availability__title small {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}
.p-availability__title small b {
  font-size: 1.1rem;
  color: #7bc4a0;
  display: inline-block;
  margin: 0 5px;
}
.p-availability__list {
  margin-bottom: 50px;
}
.p-availability__list__item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 20px;
  text-align: center;
  padding: 37px 0;
}
.p-availability__list__item h3 {
  font-size: 1.2rem;
  margin: 0 0 15px;
}
.p-availability__list__item.is-available {
  background: radial-gradient(circle at top left, #c5e8d5, #e8f5ef, #eaf4f8);
  border-color: #4caf50;
  font-family: "Noto Serif JP", serif;
}
.p-availability__list__item.is-available .status-badge {
  background: #7bc4a0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
}
.p-availability__list__item.is-available .status-badge strong {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 3px;
}
.p-availability__list__item.is-full {
  background: #f2f2f2;
  border-color: #cc2d2c;
}
.p-availability__list__item.is-full .status-badge {
  background: #cc2d2c;
  color: #fff;
  font-size: 1.5rem;
}
.p-availability__status {
  margin-top: 10px;
}
.p-availability .status-badge {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 600px) {
  .p-availability__title {
    margin-bottom: 40px;
  }
  .p-availability__title small br {
    display: none;
  }
  .p-availability__list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .p-availability__list__item {
    flex-shrink: 0;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .p-availability {
    padding: 80px 0;
  }
  .p-availability__title {
    font-size: 2rem;
  }
  .p-availability__title small {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .p-availability__title small b {
    font-size: 1.4rem;
    margin: 0 8px;
  }
  .p-availability__list__item {
    width: 240px;
    height: 240px;
    padding: 52px 0;
  }
  .p-availability__list__item h3 {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .p-availability__list__item.is-available .status-badge {
    font-size: 1.3rem;
  }
  .p-availability__list__item.is-available .status-badge strong {
    font-size: 1.8rem;
    margin: 0 5px;
  }
  .p-availability__list__item.is-full .status-badge {
    font-size: 1.8rem;
  }
  .p-availability__desc {
    text-align: center;
  }
}
.p-access {
  padding: 50px 0;
  background: url(../images/home/bg-1-sp.webp) no-repeat center/cover;
  position: relative;
}
.p-access::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
}
.p-access .p-title {
  position: relative;
  z-index: 10;
}
.p-access__list {
  position: relative;
  z-index: 10;
}
.p-access__list__item {
  margin-bottom: 50px;
}
.p-access__list__item:last-child {
  margin-bottom: 0;
}
.p-access__list__item .Map {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.p-access__list__item .Map iframe {
  width: 100%;
  height: 100%;
}
.p-access__list__item .Desc {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.p-access__list__item .Desc h3 {
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7bc4a0;
}
.p-access__list__item .Text-link {
  text-align: right;
}
.p-access__list__item .Text-link a {
  color: #7bc4a0;
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 30px;
  transition: all 0.3s;
  position: relative;
}
.p-access__list__item .Text-link a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #7bc4a0;
  border-right: 1px solid #7bc4a0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-access__list__item .Text-link a::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7bc4a0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-access__list__item .Text-link a:hover {
  opacity: 0.6;
}
@media (min-width: 600px) {
  .p-access__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-access__list__item {
    flex-basis: 48%;
    margin: 0 4% 50px 0;
  }
  .p-access__list__item:nth-child(2n) {
    margin: 0 0 50px;
  }
  .p-access__list__item .Desc h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .p-access {
    padding: 80px 0;
    background: url(../images/home/bg-1.webp) no-repeat center/cover;
  }
  .p-access__list__item {
    flex-basis: 32%;
    margin: 0 2% 0 0;
  }
  .p-access__list__item:nth-child(2n) {
    margin: 0 2% 0 0;
  }
  .p-access__list__item:nth-child(3n) {
    margin: 0;
  }
  .p-access__list__item .Desc {
    margin-bottom: 30px;
  }
  .p-access__list__item .Desc h3 {
    font-size: 1.5rem;
  }
  .p-access__list__item .Text-link a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-access__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-access__list__item {
    flex-basis: 30%;
    margin: 0 5% 0 0;
  }
  .p-access__list__item:nth-child(2n) {
    margin: 0 5% 0 0;
  }
  .p-access__list__item:nth-child(3n) {
    margin: 0;
  }
}

.p-bfaf .hero .swiper-container {
  position: relative;
  padding-bottom: 50px;
}
.p-bfaf .hero .swiper-container .swiper-button-prev,
.p-bfaf .hero .swiper-container .swiper-button-next {
  top: -8%;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-bfaf .hero .swiper-container .swiper-button-prev::after,
.p-bfaf .hero .swiper-container .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.p-bfaf .hero .swiper-container .swiper-button-prev:hover,
.p-bfaf .hero .swiper-container .swiper-button-next:hover {
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.p-bfaf .hero .swiper-container .swiper-button-prev:active,
.p-bfaf .hero .swiper-container .swiper-button-next:active {
  transform: scale(0.95);
}
.p-bfaf .hero .swiper-container .swiper-button-prev {
  left: 10px;
}
.p-bfaf .hero .swiper-container .swiper-button-next {
  right: 10px;
}
.p-bfaf .hero .swiper-container .swiper-pagination {
  bottom: 0px;
  z-index: 100 !important;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(203, 203, 203, 0.5019607843);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}
.p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #7bc4a0;
  width: 28px;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .p-bfaf .hero .swiper-container {
    padding-bottom: 60px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-prev,
  .p-bfaf .hero .swiper-container .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-prev::after,
  .p-bfaf .hero .swiper-container .swiper-button-next::after {
    font-size: 24px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-prev {
    left: 20px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-next {
    right: 20px;
  }
  .p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
  }
}
@media (min-width: 960px) {
  .p-bfaf .hero .swiper-container .swiper-button-prev,
  .p-bfaf .hero .swiper-container .swiper-button-next {
    top: -100px;
    width: 70px;
    height: 70px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-prev::after,
  .p-bfaf .hero .swiper-container .swiper-button-next::after {
    font-size: 28px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-prev {
    left: auto;
    right: 145px;
  }
  .p-bfaf .hero .swiper-container .swiper-button-next {
    right: 50px;
    left: auto;
  }
  .p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .p-bfaf .hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
  }
}
.p-bfaf__img {
  margin: 0 10px;
}
.p-bfaf__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .p-bfaf__img {
    margin: 0 15px;
  }
}
@media (min-width: 960px) {
  .p-bfaf {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-price {
  padding: 50px 0;
  background-color: #f7fef4;
}
.p-price__list__item {
  background-color: #fff;
  border: 1px solid #7bc4a0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.p-price__list__item .Title {
  background-color: #7bc4a0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
  color: #fff;
}
.p-price__list__item .Desc {
  padding: 20px;
}
.p-price__list__item .Desc .spetial {
  border: 2px solid #7eb8d4;
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
  margin-bottom: 10px;
}
.p-price__list__item .Desc .spetial strong {
  font-size: 1.3rem;
  display: inline-block;
  padding-left: 5px;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-price__list__item .Table {
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-price__list__item .Table table {
  border: 1px solid #7bc4a0;
}
.p-price__list__item .Table table thead {
  background-color: #7bc4a0;
}
.p-price__list__item .Table table thead th {
  text-align: center;
  font-size: 1rem;
  padding: 8px 0;
  color: #fff;
}
.p-price__list__item .Table table tbody th {
  font-weight: normal;
  width: 50%;
  padding: 12px 8px;
  font-size: 18px;
  line-height: 1.3;
}
.p-price__list__item .Table table tbody th small {
  font-size: 11px;
}
.p-price__list__item .Table table tbody th span {
  font-size: 14px;
}
.p-price__list__item .Table table tbody td {
  width: 50%;
  text-align: right;
  padding: 12px 8px;
  font-size: 18px;
  line-height: 1.3;
}
.p-price__list__item .Table table tbody td small {
  font-size: 12px;
}
.p-price__list__item .Table.plan-item table tbody tr {
  border-bottom: 1px solid #ccc;
}
.p-price__list__item .Table.plan-item table tbody tr:last-child {
  border-bottom: none;
}
.p-price__list__item .Table.plan-item table tbody th {
  width: 33%;
  padding: 8px 5px;
  font-size: 14px;
  text-align: center;
  background-color: #f7fef4;
}
.p-price__list__item .Table.plan-item table tbody td {
  width: 33%;
  text-align: center;
  font-size: 15px;
}
.p-price__list__item .Table.plan-item.premium table {
  border: 1px solid #c0904b;
}
.p-price__list__item .Table.plan-item.premium table thead {
  background: linear-gradient(#c0904b, #d4b767, #c0904b);
}
.p-price__list__item .Plan {
  padding: 20px;
}
.p-price__list__item .Plan h3 {
  font-size: 1rem;
  color: #7bc4a0;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.p-price__list__item .Plan h3::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #7bc4a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-price__list__item .Plan ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.p-price__list__item .Plan ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #7bc4a0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-price .r-button {
  margin-top: 30px;
}
.p-price.c-price {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .p-price {
    padding: 80px 0;
  }
  .p-price__list__item {
    display: grid;
    grid-template-rows: repeat(auto);
    grid-template-columns: 50%;
  }
  .p-price__list__item:nth-child(1) .Table {
    grid-row: 3/4;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
  }
  .p-price__list__item:nth-child(1) .Plan {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-price__list__item:nth-child(2) {
    padding-bottom: 30px;
  }
  .p-price__list__item:nth-child(2) .Table {
    max-width: none;
    margin: 0;
  }
  .p-price__list__item:nth-child(2) .Table:nth-child(1) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-price__list__item:nth-child(2) .Table:nth-child(2) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-price__list__item:nth-child(3) .Table {
    max-width: none;
    margin: 0;
  }
  .p-price__list__item:nth-child(3) .Table.standard {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-price__list__item:nth-child(3) .Table.premium {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-price__list__item:nth-child(3) .Plan {
    padding-top: 30px;
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .p-price__list__item:nth-child(4) {
    padding-bottom: 30px;
  }
  .p-price__list__item:nth-child(4) .Table {
    max-width: none;
    margin: 0;
  }
  .p-price__list__item:nth-child(4) .Table:nth-child(1) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-price__list__item:nth-child(4) .Table:nth-child(2) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-price__list__item .Title {
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 1.5rem;
    padding: 15px 0;
  }
  .p-price__list__item .Desc {
    grid-row: 2/3;
    grid-column: 1/3;
    padding: 30px;
    text-align: center;
  }
  .p-price__list__item .Desc .spetial {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .p-price__list__item .Desc .spetial strong {
    font-size: 1.5rem;
  }
  .p-price__list__item .Table {
    padding: 0 30px;
    margin-bottom: 30px;
    max-width: 500px;
  }
  .p-price__list__item .Table table thead th {
    font-size: 1.2rem;
    padding: 10px 0;
  }
  .p-price__list__item .Table table tbody th {
    padding: 18px 12px;
    font-size: 22px;
    line-height: 1.2;
  }
  .p-price__list__item .Table table tbody th small {
    font-size: 13px;
  }
  .p-price__list__item .Table table tbody th span {
    font-size: 17px;
  }
  .p-price__list__item .Table table tbody td {
    padding: 18px 12px 18px 0;
    font-size: 22px;
    line-height: 1.2;
  }
  .p-price__list__item .Table table tbody td small {
    font-size: 12px;
  }
  .p-price__list__item .Table.plan-item table tbody th {
    padding: 12px 5px;
    font-size: 16px;
  }
  .p-price__list__item .Table.plan-item table tbody td {
    font-size: 18px;
  }
  .p-price__list__item .Plan {
    padding: 0 30px 20px;
  }
  .p-price__list__item .Plan h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .p-price__list__item .Plan ul li {
    margin-bottom: 8px;
  }
  .p-price .r-button {
    margin-top: 50px;
  }
  .p-price.c-price {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .p-price__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-price__list__item .Table {
    width: 450px;
    justify-self: center;
  }
}

.p-vision {
  padding: 50px 0;
  background-color: #fef9f2;
}
.p-vision__list__item {
  margin-bottom: 30px;
}
.p-vision__list__item .Img {
  width: 120px;
  height: 120px;
  background-color: #fff;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.p-vision__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.p-vision__list__item .Desc h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-vision__list__item .Desc h3 strong {
  font-size: 1.5rem;
  background: linear-gradient(transparent 60%, #ffe98f 40%);
  padding: 0 2px;
}
@media (min-width: 600px) {
  .p-vision__list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-vision__list__item {
    display: flex;
    align-items: center;
  }
  .p-vision__list__item .Img {
    margin: 0;
    width: 150px;
    height: 150px;
  }
  .p-vision__list__item .Desc {
    margin-left: 30px;
  }
  .p-vision__list__item .Desc h3 {
    text-align: left;
    font-size: 1.3rem;
  }
  .p-vision__list__item .Desc h3 strong {
    font-size: 1.7rem;
  }
}
@media (min-width: 960px) {
  .p-vision {
    padding: 80px 0 0;
  }
  .p-vision__list {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .p-vision__list__item {
    display: block;
    flex-basis: 32%;
  }
  .p-vision__list__item .Img {
    margin: 0 auto 30px;
  }
  .p-vision__list__item .Desc {
    margin: 0;
  }
  .p-vision__list__item .Desc h3 {
    text-align: center;
    font-size: 1.2rem;
  }
  .p-vision__list__item .Desc h3 strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-vision__list__item .Img {
    width: 180px;
    height: 180px;
  }
  .p-vision__list__item .Img img {
    padding: 20px;
  }
  .p-vision__list__item .Desc h3 {
    font-size: 1.3rem;
  }
  .p-vision__list__item .Desc h3 strong {
    font-size: 1.7rem;
  }
}

.c-points {
  position: relative;
  padding-top: 105px;
}
.c-points::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 145px;
  background-image: url(../images/home/bg-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-points__img {
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.c-points__img img {
  clip-path: url(#mask);
  z-index: 1;
  aspect-ratio: 3/2;
}
.c-points__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.c-points__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 30px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/home/img-bg.svg);
}
@media (min-width: 960px) {
  .c-points__img::after {
    top: 20px;
    left: 20px;
  }
}
.c-points ul {
  position: relative;
}
.c-points ul::after {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(100% - 50vw);
  display: inline-block;
  width: 4060px;
  height: 3050px;
  background-image: url(../images/home/bg-02.svg);
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .c-points ul::after {
    width: 3060px;
    height: 2050px;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .c-points ul::after {
    width: 2800px;
    height: 2200px;
    top: 100px;
    background: url(../images/home/bg-02.svg) no-repeat center/contain;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-points__item:last-child {
  margin-bottom: 0;
}
.c-points__desc .num {
  text-align: center;
  margin-bottom: 15px;
}
.c-points__desc .num strong {
  font-size: 3.5rem;
  border-bottom: 1px solid #7bc4a0;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-points__desc .item-tit {
  text-align: center;
  font-size: 1.4rem;
  color: #7bc4a0;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-points {
    padding-top: 160px;
  }
  .c-points__desc .item-tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-points__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-points__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    flex-basis: 48%;
    margin: 0;
    max-width: none;
  }
  .c-points__desc {
    flex-basis: 48%;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .c-points ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-points__img {
    flex-basis: 42%;
  }
  .c-points__desc {
    flex-basis: 55%;
  }
  .c-points__desc .item-tit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.google-voice__list__item {
  margin-bottom: 40px;
}
.google-voice__list__item h3 {
  text-align: center;
  color: #7bc4a0;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.google-voice__list__item .r-button {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .google-voice__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .google-voice__list__item {
    margin-bottom: 60px;
  }
  .google-voice__list__item h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .google-voice__list__item .r-button {
    margin-top: 30px;
  }
}

.c-flow {
  background-color: #f2f2f2;
  padding-top: 50px;
}
.c-flow-item {
  position: relative;
  padding: 50px 0;
}
.c-flow-item .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 20px;
  position: relative;
}
.c-flow-item .Img .num {
  position: absolute;
  top: -40px;
  left: 8px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-flow-item .Desc h4 {
  font-size: 1.2rem;
  color: #7bc4a0;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}
.c-flow-item .Desc h4::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-flow-item .Desc .List {
  margin-top: 15px;
}
.c-flow-item .Desc .List__item {
  text-align: center;
  margin-bottom: 8px;
}
.c-flow-item .Desc .List__item a {
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  background-color: #06c755;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}
.c-flow-item .Desc .List__item a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.c-flow-item .Desc .List__item a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}
.c-flow-item .Desc .List__item a:hover {
  opacity: 0.6;
}
.c-flow-item .Desc .List__item:nth-child(2) a {
  background-color: #7eb8d4;
}
.c-flow-item .Desc .List__item:nth-child(2) a span::before {
  width: 20px;
  height: 20px;
  left: -8px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
.c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f2f2f2 transparent transparent transparent;
}
.c-flow-item:last-child::after {
  display: none;
}
.c-flow #flow02,
.c-flow #flow04,
.c-flow #flow06 {
  background-color: #fff;
}
.c-flow #flow02::after,
.c-flow #flow04::after,
.c-flow #flow06::after {
  border-color: #fff transparent transparent transparent;
}
.c-flow #flow01,
.c-flow #flow03,
.c-flow #flow05,
.c-flow #flow07 {
  background-color: #f2f2f2;
}
@media (min-width: 600px) {
  .c-flow-item .Img .num {
    top: -60px;
    font-size: 6rem;
  }
  .c-flow-item .Desc h4 {
    font-size: 1.5rem;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .c-flow-item .Desc .List {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .c-flow {
    padding-top: 80px;
  }
  .c-flow__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-flow-item {
    padding-bottom: 80px;
  }
  .c-flow-item .Img {
    flex-basis: 48%;
    margin: 0;
    max-width: none;
  }
  .c-flow-item .Desc {
    flex-basis: 48%;
    align-self: center;
  }
  .c-flow-item .Desc h4 {
    font-size: 1.7rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .c-flow-item .Desc .List {
    margin-top: 30px;
  }
  .c-flow-item:nth-child(2n) .c-flow__wrap {
    flex-direction: row-reverse;
  }
}

.p-news {
  background-color: #f7fef4;
  padding: 50px 0;
}
.p-news__item {
  box-shadow: 5px 5px 10px rgb(199, 199, 199);
  margin-bottom: 30px;
  padding: 20px 15px;
  background-color: #fff;
  position: relative;
}
.p-news__item a {
  color: rgb(39, 39, 39);
}
.p-news__item .cate-item {
  position: absolute;
  z-index: 20;
  top: 10px;
  left: -8px;
  background-color: #7bc4a0;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
}
.p-news__item .cate-item::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 8px #588b72;
}
.p-news__img {
  position: relative;
}
.p-news__img.has-thumbnail {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-news__img.has-thumbnail img {
  border-radius: 8px;
}
.p-news__img.no-thumbnail {
  aspect-ratio: 3/2;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.p-news__link {
  color: rgb(39, 39, 39);
  display: block;
}
.p-news-wrap {
  padding: 20px 0 0;
}
.p-news__date {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
}
.p-news .r-button {
  margin-top: 50px;
}
.p-news.c-news {
  margin-bottom: 40px;
}
.p-news .category-list h4 {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 10px 8px;
  margin-bottom: 15px;
  position: relative;
}
.p-news .category-list h4::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #7bc4a0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news .category-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-news .category-list ul li {
  border: 1px solid #888;
  border-radius: 9999px;
  padding: 5px 10px;
  margin: 10px;
  position: relative;
}
.p-news .category-list ul li a {
  display: block;
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .p-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .p-news .r-button {
    margin-top: 20px;
  }
  .p-news .category-list ul li {
    padding: 5px 15px;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 80px 0;
  }
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 5vw;
  }
  .p-news__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
    padding: 20px;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .p-news__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .p-news__item .cate-item {
    font-size: 16px;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news.c-news {
    margin-bottom: 50px;
  }
  .p-news .category-list {
    margin-bottom: 50px;
  }
  .p-news .category-list h4 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .p-news .category-list h4::before {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 10vw;
  }
  .p-news__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.com {
  position: relative;
  text-align: center;
}
@media (min-width: 960px) {
  .com img {
    width: 80%;
  }
  .com .c-container, .com .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 960px) {
  .com__imgage {
    padding: 0 20vw;
  }
}

.p-contact {
  margin-bottom: 40px;
}
.p-contact__wrap {
  padding: 30px 30px;
  text-align: center;
}
.p-contact__wrap li {
  border-bottom: 1px solid #727272;
  margin-bottom: 30px;
}
.p-contact__wrap li:last-child {
  margin-bottom: 0;
}
.p-contact__wrap li .contact-tit {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: rgb(85, 85, 85);
}
.p-contact__tit {
  text-align: center;
}
.p-contact__tit h4 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #7bc4a0;
  border-bottom: 1px solid #7bc4a0;
  display: inline-block;
  padding-bottom: 10px;
}
.p-contact__tel {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  border-radius: 9999px;
  background: #06c755;
  text-align: center;
}
.p-contact__tel a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  padding-left: 35px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/line-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__tel#bnr1 {
  margin-bottom: 30px;
}
.p-contact__tel#bnr2 {
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  margin-bottom: 30px;
}
.p-contact__tel#bnr2 a::before {
  width: 28px;
  height: 28px;
  left: -8px;
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-contact__tel#bnr3 {
  background: #acb6e5;
  margin: 0 0 50px 0;
}
.p-contact__tel#bnr3 a::before {
  background-image: url(../images/common/icon-link-1-white.png);
}
.p-contact__tel#bnr4 {
  background-color: #fff;
  border: #333 2px solid;
  padding: 15px 10px;
  margin: 0 0 30px 0;
}
.p-contact__tel#bnr4 a {
  padding-left: 0;
}
.p-contact__tel#bnr4 a img {
  width: 50%;
}
.p-contact__tel#bnr4 a::before {
  display: none;
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
.p-contact__slider #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p-contact__slider #js-infiniteslide img {
  aspect-ratio: 3/2;
  width: 70%;
}
@media (min-width: 600px) {
  .p-contact__slider #js-infiniteslide img {
    width: auto;
    height: 200px !important;
  }
}
@media (min-width: 960px) {
  .p-contact__slider #js-infiniteslide img {
    height: 250px !important;
  }
}
@media (min-width: 960px) {
  .p-contact {
    margin-bottom: 50px;
  }
  .p-contact__tit h4 {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .p-contact__tit h4 br {
    display: none;
  }
  .p-contact__wrap {
    padding: 40px 30px 0;
  }
  .p-contact__wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-contact__wrap ul li {
    border: none;
    margin: 0 10px 0;
  }
  .p-contact__wrap ul li .contact-tit {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .p-contact__tel {
    width: 340px;
    padding: 25px 10px;
  }
  .p-contact__tel a {
    font-size: 1.4rem;
    padding-left: 40px;
  }
  .p-contact__tel a::before {
    height: 35px;
    width: 35px;
  }
  .p-contact__tel#bnr2 a::before {
    width: 32px;
    height: 32px;
  }
}

.p-footer {
  padding: 40px 0 20px;
  background-color: #fdf9f2;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.p-footer .sns-link li {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.p-footer .sns-link li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo h3 {
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-footer__logo h3 strong {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #7bc4a0;
}
.p-footer__nav {
  display: block;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 20px;
  color: rgb(39, 39, 39);
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .breadcrumb, .p-footer__nav .p-news .category-list ul li a, .p-news .category-list ul .p-footer__nav li a {
  font-size: 14px;
}
.p-footer .copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer__logo h3 {
    font-size: 1.4rem;
  }
  .p-footer__logo h3 strong {
    font-size: 2.4rem;
  }
  .p-footer__nav {
    max-width: 400px;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .p-footer__nav li {
    width: 50%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .breadcrumb, .p-footer__nav .p-news .category-list ul li a, .p-news .category-list ul .p-footer__nav li a {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    justify-content: center;
  }
  .p-footer__wrap {
    margin-right: 5vw;
    margin-bottom: 20px;
  }
  .p-footer__nav {
    max-width: 450px;
    margin: 0;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .breadcrumb, .p-footer__nav .p-news .category-list ul li a, .p-news .category-list ul .p-footer__nav li a {
    font-size: 18px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}

.c-campaign__banar {
  max-width: 600px;
  margin: 0 auto 30px;
}
.c-campaign__desc h3 {
  font-size: 0.9rem;
  letter-spacing: 0;
  text-align: center;
  background: #7bc4a0;
  color: #fff;
  padding: 10px 0;
  border-radius: 9999px;
  margin-bottom: 20px;
}
.c-campaign__desc h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 15px 0;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  position: relative;
}
.c-campaign__desc h2::before, .c-campaign__desc h2::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  position: absolute;
  left: 0;
}
.c-campaign__desc h2::before {
  top: 0;
}
.c-campaign__desc h2::after {
  bottom: 0;
}
.c-campaign__list__item {
  padding-top: 20px;
}
.c-campaign__list__item:nth-child(1) {
  padding-bottom: 50px;
  position: relative;
}
.c-campaign__list__item:nth-child(1)::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 30px solid #7bc4a0;
  /* 色は任意に変更可能 */
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-campaign__list__item .box {
  border: 1px solid #888;
  padding: 40px 0 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-campaign__list__item .box h4 {
  display: inline-block;
  width: 180px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7eb8d4;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px 15px;
}
.c-campaign__list__item .box h5 {
  text-align: center;
  font-size: 1.1rem;
}
.c-campaign__list__item .box h5 strong {
  font-size: 2.5rem;
  letter-spacing: 4px;
  color: #cc2d2c;
}
@media (min-width: 600px) {
  .c-campaign__desc h3 {
    font-size: 1.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .c-campaign__desc h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .c-campaign__list {
    display: flex;
    justify-content: center;
  }
  .c-campaign__list__item:nth-child(1) {
    padding: 20px 50px 0 0;
    position: relative;
  }
  .c-campaign__list__item:nth-child(1) .box {
    width: 200px;
  }
  .c-campaign__list__item:nth-child(1)::before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid #7bc4a0;
    top: 50%;
    bottom: auto;
    right: -17px;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }
  .c-campaign__list__item .box {
    max-width: none;
    width: 300px;
  }
}
@media (min-width: 960px) {
  .c-campaign__desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-campaign__desc h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .c-campaign__desc h2 {
    font-size: 2.4rem;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .c-campaign__list {
    display: flex;
    justify-content: center;
  }
  .c-campaign__list__item:nth-child(1) .box {
    width: 300px;
  }
  .c-campaign__list__item .box {
    width: 400px;
  }
  .c-campaign__list__item .box h4 {
    width: 220px;
    top: -25px;
    font-size: 1.5rem;
  }
  .c-campaign__list__item .box h5 {
    font-size: 1.4rem;
  }
  .c-campaign__list__item .box h5 strong {
    font-size: 2.8rem;
    letter-spacing: 8px;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .c-campaign__desc .c-container, .c-campaign__desc .breadcrumb {
    padding: 0;
  }
}

.c-access {
  padding: 50px 0;
  background: url(../images/home/bg-1-sp.webp) no-repeat center/cover;
  margin-bottom: 40px;
  position: relative;
}
.c-access::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
}
.c-access__list {
  position: relative;
  z-index: 10;
}
.c-access__list__item {
  scroll-margin: 70px;
  margin-bottom: 50px;
}
.c-access__list__item:last-child {
  margin-bottom: 0;
}
.c-access__list__item .Title {
  margin-bottom: 15px;
}
.c-access__list__item .Title .ja {
  color: #7bc4a0;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 10px;
}
.c-access__list__item .Title .en {
  color: #888;
  font-size: 0.9rem;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.c-access__list__item .Title .en::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-access__list__item .Map {
  height: 350px;
  margin-bottom: 20px;
}
.c-access__list__item .Map iframe {
  width: 100%;
  height: 100%;
}
.c-access__list__item .Desc {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.c-access__list__item .Desc dl {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #888;
}
@media (min-width: 600px) {
  .c-access__list__item .Title {
    margin-bottom: 25px;
  }
  .c-access__list__item .Title .ja {
    font-size: 1.8rem;
    margin-right: 15px;
  }
  .c-access__list__item .Title .en {
    font-size: 1.1rem;
  }
  .c-access__list__item .Map {
    margin-bottom: 30px;
  }
  .c-access__list__item .Desc dl {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-access__list__item .Desc dl dt {
    width: 150px;
  }
  .c-access__list__item .Desc dl dd {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .c-access {
    padding: 80px 0;
    background: url(../images/home/bg-1.webp) no-repeat center/cover;
    margin-bottom: 50px;
  }
  .c-access__list__item {
    scroll-margin: 120px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-access__list__item .Map {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .c-access__list__item .Title {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
  .c-access__list__item .Desc {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .c-access__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-access__list__item .Title {
    margin-bottom: 25px;
  }
  .c-access__list__item .Title .ja {
    font-size: 2.2rem;
    margin-right: 15px;
  }
  .c-access__list__item .Title .en {
    font-size: 1.3rem;
    padding-left: 40px;
  }
  .c-access__list__item .Title .en::before {
    width: 25px;
  }
}

.c-trainer {
  padding: 50px 0;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.c-trainer__list__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-trainer__list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.c-trainer__list__item .Img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-trainer__list__item .name {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.c-trainer__list__item .name::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-trainer__list__item .name h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.c-trainer__list__item .name h3 small {
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: block;
}
.c-trainer__list__item .name ul li {
  padding-left: 20px;
  position: relative;
}
.c-trainer__list__item .name ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #7bc4a0;
  border-right: 2px solid #7bc4a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.c-trainer__list__item .Desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-trainer__list__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .c-trainer__list__item .Img {
    margin: 0 auto 30px;
  }
  .c-trainer__list__item .name {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .c-trainer__list__item .name h3 {
    font-size: 2.2rem;
    letter-spacing: 4px;
    margin-bottom: 18px;
  }
  .c-trainer__list__item .name h3 small {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .c-trainer {
    padding: 80px 0;
    margin-bottom: 50px;
  }
  .c-trainer__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
  }
  .c-trainer__list__item .Img {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
  }
  .c-trainer__list__item .name {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .c-trainer__list__item .name::before {
    height: 4px;
  }
  .c-trainer__list__item .name h3 {
    font-size: 2.6rem;
    margin-bottom: 22px;
  }
  .c-trainer__list__item .name h3 small {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .c-trainer__list__item .Desc {
    margin-top: 50px;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (min-width: 1200px) {
  .c-trainer__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-trainer__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
  }
  .c-trainer__list__item .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: flex-start;
  }
  .c-trainer__list__item .name {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .c-trainer__list__item .name::before {
    height: 4px;
  }
  .c-trainer__list__item .name h3 {
    font-size: 2.6rem;
    margin-bottom: 22px;
  }
  .c-trainer__list__item .name h3 small {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .c-trainer__list__item .Desc {
    margin-top: 50px;
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.c-philosophy {
  padding: 50px 0;
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
}
.c-philosophy__desc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
}
.c-philosophy__desc h3 {
  color: #7bc4a0;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.c-philosophy__desc p {
  margin-bottom: 15px;
}
.c-philosophy__desc p b {
  color: #cc2d2c;
}
.c-philosophy__desc p .onlyPC {
  display: none;
}
.c-philosophy__desc h4 {
  font-size: 1.1rem;
  color: #cc2d2c;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .c-philosophy__desc {
    padding: 30px;
  }
  .c-philosophy__desc h3 br {
    display: none;
  }
  .c-philosophy__desc h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .c-philosophy {
    padding: 80px 0;
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
  }
  .c-philosophy__desc {
    padding: 40px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-philosophy__desc h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .c-philosophy__desc p {
    margin-bottom: 20px;
  }
  .c-philosophy__desc p .onlyPC {
    display: block;
  }
  .c-philosophy__desc h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .c-philosophy__desc {
    padding: 50px 0;
    max-width: 1000px;
  }
}

.c-about {
  padding: 50px 0;
}
.c-about__list__item {
  margin-bottom: 40px;
}
.c-about__list__item:last-child {
  margin-bottom: 0;
}
.c-about__list__item h3 {
  margin-bottom: 15px;
}
.c-about__list__item h3 .en {
  font-size: 0.9rem;
  color: #7bc4a0;
  display: block;
  padding-left: 40px;
  position: relative;
}
.c-about__list__item h3 .en::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #7bc4a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-about__list__item h3 .ja {
  font-size: 1.2rem;
  color: #888;
}
.c-about__list__item .Img {
  margin-bottom: 20px;
}
.c-about__list__item .Desc h4 {
  color: #7bc4a0;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.c-about__list__item .Desc b {
  background: linear-gradient(transparent 60%, #ffe98f 40%);
  padding: 0 2px;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .c-about__list__item {
    margin-bottom: 50px;
  }
  .c-about__list__item h3 {
    margin-bottom: 30px;
  }
  .c-about__list__item h3 .en {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .c-about__list__item h3 .ja {
    font-size: 1.6rem;
  }
  .c-about__list__item .Img {
    margin-bottom: 30px;
  }
  .c-about__list__item .Desc h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .c-about__list__item .Desc b {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .c-about {
    padding: 80px 0;
  }
  .c-about__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-about__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
    margin-bottom: 70px;
  }
  .c-about__list__item .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    margin: 0;
  }
  .c-about__list__item h3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .c-about__list__item .Desc {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .c-about__list__item:nth-child(2) {
    grid-template-columns: 58% 38%;
  }
  .c-about__list__item:nth-child(2) .Img {
    grid-column: 2/3;
  }
  .c-about__list__item:nth-child(2) h3 {
    grid-column: 1/2;
  }
  .c-about__list__item:nth-child(2) .Desc {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .c-about__list__item h3 .en {
    font-size: 1.4rem;
  }
  .c-about__list__item h3 .ja {
    font-size: 1.8rem;
  }
  .c-about__list__item .Desc h4 {
    font-size: 1.8rem;
  }
  .c-about__list__item .Desc b {
    font-size: 1.4rem;
  }
}

.c-movie {
  padding: 50px 0;
  background: #f2f2f2;
}
.c-movie__mv {
  aspect-ratio: 16/9;
}
@media (min-width: 960px) {
  .c-movie {
    padding: 80px 0;
  }
  .c-movie__mv {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-news-sl {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #7bc4a0;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__list, .c-news-sl__link,
  .c-news-sl .wp-categories ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
@media (min-width: 600px) {
  .pagination .page-numbers {
    margin: 3vw 0;
  }
}
@media (min-width: 960px) {
  .pagination .page-numbers {
    margin: 2vw 0 0;
  }
}
@media (min-width: 1200px) {
  .pagination .page-numbers {
    margin: 30px 0 0;
  }
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #7bc4a0 !important;
  color: #fff;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.pagination .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
@media (min-width: 960px) {
  .pagination {
    margin: 0 24vw;
  }
}

@media (min-width: 600px) {
  .c-contact__desc {
    text-align: center;
  }
}
.c-contact .contact-form {
  text-align: center;
  background: #f8f8f8;
  margin: 30px 5vw 50px;
  padding: 30px 0;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #888;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #888;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 15px;
}
.c-contact .contact-form .free {
  position: relative;
  padding: 0 0 8px 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #cc2d2c;
  margin-left: 10px;
}
.c-contact .contact-form .help-text {
  margin-bottom: 20px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
  background-color: #ddd;
}
.c-contact .contact-form .submit-btn input {
  background-color: #7bc4a0;
  border-color: #7bc4a0;
  color: #fff;
  font-weight: bold;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form {
    padding: 50px 0 30px;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-contact .contact-form dt {
    font-size: 17px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 22px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
  }
  .c-contact .contact-form .free {
    padding: 0 0 12px 0;
  }
  .c-contact .contact-form .must {
    padding: 0 0 12px 0;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 1.5rem;
  }
}

.c-thanks {
  margin-top: 30px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
}
.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-btn {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}
.c-thanks-btn a {
  position: relative;
  border: 1px solid rgb(39, 39, 39);
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.c-thanks-btn a:hover {
  letter-spacing: 5px;
  transition: all 0.3s;
}
.c-thanks-btn a::after {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-thanks .c-title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 1.5rem;
  }
}

.p-header {
  width: 100%;
  height: 64px;
  position: relative;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 10px 0 0;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
  opacity: 1;
}
.p-header__flex {
  display: flex;
  align-items: center;
  position: fixed;
  top: 7px;
  right: 10px;
}
.p-header__flex .taiken {
  margin-right: 15px;
}
.p-header__flex .taiken a {
  display: block;
  width: 150px;
  background-color: #06c755;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.1rem;
  letter-spacing: 2px;
  border-radius: 9999px;
  box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.5019607843);
}
.p-header__flex .taiken a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-header__flex .taiken a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    padding-right: 1.8vw;
    transition: all 0.3s;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #7bc4a0;
    display: block;
    text-align: center;
    font-size: 11px;
  }
  .p-header .pc-container .taiken {
    margin-right: 15px;
  }
  .p-header .pc-container .taiken a {
    display: block;
    width: 160px;
    background-color: #06c755;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 0.9rem;
    letter-spacing: 2px;
    border-radius: 9999px;
    box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.5019607843);
  }
  .p-header .pc-container .taiken a span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
  }
  .p-header .pc-container .taiken a span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/line-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .p-header .pc-container .logo {
    height: 100px;
    width: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
    padding-right: 2.2vw;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 13px;
  }
  .p-header .pc-container .taiken {
    margin-right: 2vw;
  }
  .p-header .pc-container .taiken a {
    width: 200px;
    padding: 15px 0;
    font-size: 1.2rem;
  }
  .p-header .pc-container .taiken a span {
    padding-left: 30px;
  }
  .p-header .pc-container .taiken a span::before {
    width: 24px;
    height: 24px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .p-header .pc-container .logo {
    height: 100px;
    width: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.mobile-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 110px;
}
.mobile-menu__item {
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #7bc4a0;
  margin: 0 10vw 15px 10vw;
  position: relative;
  z-index: 1000;
}
.mobile-menu a {
  color: rgb(39, 39, 39);
  display: block;
  position: relative;
}
.mobile-menu a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #7bc4a0;
  border-right: 1px solid #7bc4a0;
  transform: skew(45deg);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.mobile-container .mobile-button {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #7bc4a0 0%, #7eb8d4 100%);
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 22px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 5.4s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 6.6s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 7.8s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 10.2s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 11.4s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 12.6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 13.8s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 15.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 16.2s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 16.8s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 17.4s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 18.6s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 19.2s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 19.8s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 20.4s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 21s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 21.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 22.2s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 22.8s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 23.4s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #7bc4a0;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  width: 46%;
  margin: 5px;
  background: #7bc4a0;
  color: #fff;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 15px 15px;
    width: 25%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    justify-content: center;
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #7bc4a0;
  border: 1px solid #7bc4a0;
}

.tab.is-active2 {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #9e0808;
  border: 1px solid #9e0808;
}

.panel.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.panel.is-show .mv {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel .mv {
  display: none;
}
.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */