@charset "UTF-8";
/*
Theme Name:DeLife Theme for 9-1
Description:WordPressオリジナルテーマ
Version:1.0.0
*/
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in;
}

li {
  list-style: none;
}

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

video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

tr, th, td {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

small {
  font-size: inherit;
}

/************************
　スクロールアニメーション用
*************************/
.fadeIn {
  opacity: 0;
  transition: opacity 1200ms;
}
.fadeIn.is-scrolled {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1200ms, transform 1200ms;
}
.fadeInUp.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1200ms, transform 1200ms;
}
.fadeInLeft.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(30px);
  transition: 1200ms, transform 1200ms;
}
.fadeInRight.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

/* ----------------------
  animation
---------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes UpDown {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes UpDown {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@-webkit-keyframes ScrollDown {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ScrollDown {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translate(0);
  }
}
/*======================
  base
======================*/
body {
  color: #4D4D4D;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "源ノ角ゴシック JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.16em;
  overflow-x: hidden;
  width: 100%;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  aside
=======================*/
.l-aside-cv {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-aside-cv {
    display: block;
    position: fixed;
    right: 0;
    transition: all 0.6s;
    top: 12.08vw;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-aside-cv {
    top: 14vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .l-aside-cv {
    top: 10.99vw;
  }
}
.l-aside-cv.is-active {
  opacity: 1;
  transition: all 0.6s;
}
.l-aside-cv__item {
  background-color: #fff;
  border-radius: 10.64px 0 0 10.64px;
  opacity: 0.95;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .l-aside-cv__item {
    border-radius: 12.312px 0 0 13.312px;
  }
}
@media screen and (min-width: 1440px) {
  .l-aside-cv__item {
    border-radius: 14.976px 0 0 14.976px;
  }
}
@media screen and (min-width: 1920px) {
  .l-aside-cv__item {
    border-radius: 20px 0 0 20px;
  }
}
.l-aside-cv__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-aside-cv__item {
    letter-spacing: 0.1em;
    padding-block: 1.56vw;
    padding-inline: 1.41vw;
  }
}
@media screen and (min-width: 1280px) {
  .l-aside-cv__item {
    letter-spacing: 0.3em;
    padding-block: 1.56vw;
    padding-inline: 1.41vw;
  }
}
.l-aside-cv__item:first-of-type::before {
  content: "";
  background-image: url("../img/common/fv_otamesi-btn_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.04vw;
  height: 1.15vw;
}
.l-aside-cv__item:last-of-type {
  margin-top: 1.61vw;
}
.l-aside-cv__item:last-of-type::before {
  content: "";
  background-image: url("../img/common/reserve-btn_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 0.94vw;
  height: 1.04vw;
}
.l-aside-cv__link {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "源ノ角ゴシック JP", sans-serif;
  font-size: clamp(0.499rem, -0.002rem + 1.04vw, 1.25rem);
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-aside-sp {
  bottom: 1.07vw;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100vw - 22px);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-aside-sp {
    display: none;
  }
}
.l-aside-sp__wapper {
  column-gap: 1.07vw;
  display: flex;
}
.l-aside-sp__item {
  align-items: center;
  background-color: #F7F0E4;
  border-radius: 10px;
  column-gap: 2.4%;
  display: flex;
  font-size: clamp(0.683rem, 0.078rem + 2.77vw, 1.375rem);
  font-weight: 500;
  height: 13.33vw;
  justify-content: center;
  line-height: 1.45;
  text-align: center;
  width: 50%;
}
.l-aside-sp .icon {
  background-image: url("../img/common/fv_otamesi-btn_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 3.44vw;
  width: 3.8vw;
}
.l-aside-sp .icon.bottom {
  background-image: url("../img/common/reserve-btn_icon.svg");
}
.l-aside-sp .br-none {
  display: block;
}
@media screen and (min-width: 520px) {
  .l-aside-sp .br-none {
    display: none;
  }
}
.l-aside-sp .none {
  display: none;
}
@media screen and (min-width: 520px) {
  .l-aside-sp .none {
    display: inline-block;
  }
}

.l-aside-campaign {
  bottom: 15.47vw;
  border-radius: 50%;
  background-color: #938160;
  right: 14px;
  opacity: 1;
  position: fixed;
  transition: all 0.6s;
  height: 26vw;
  width: 26vw;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-aside-campaign {
    display: none;
  }
}
.l-aside-campaign.is-hide {
  opacity: 0;
  transition: all 0.6s;
  z-index: 0;
}
.l-aside-campaign__header {
  font-size: clamp(0.75rem, 0.285rem + 2.33vw, 1.375rem);
  letter-spacing: 0.1em;
  color: #fff;
}

/*=======================
  footer
=======================*/
.l-footer {
  padding-block: 10.7vw;
  background: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 8.33vw 0 8.07vw;
  }
}
.l-footer__box {
  margin-inline: auto;
  width: 76%;
}
@media screen and (min-width: 768px) {
  .l-footer__box {
    max-width: 53.08vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__box {
    max-width: 890px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
  flex-direction: column;
}
@media screen and (min-width: 520px) {
  .l-footer__nav {
    flex-direction: row;
    column-gap: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    column-gap: 1.77vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    column-gap: 0;
  }
}
.l-footer__item {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .l-footer__item {
    margin-bottom: 3.07vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__item {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 520px) {
  .l-footer__item:nth-child(6) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item:nth-child(6) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__item:not(:nth-child(4)) {
    margin-right: 42px;
  }
  .l-footer__item:last-child {
    margin-right: 0;
  }
}
.l-footer__item a {
  display: block;
  font-size: clamp(0.632rem, 0.015rem + 2.63vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__item a {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.l-footer__item a:hover {
  opacity: 0.8;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  column-gap: 4vw;
  padding-top: 8.53vw;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    column-gap: 1.56vw;
    padding-top: 5.26vw;
  }
}
.l-footer__sns img {
  width: 5.6vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .l-footer__sns img {
    width: 2.19vw;
    height: 2.19vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__sns img {
    width: 42px;
    height: 42px;
  }
}
.l-footer__sns a:hover {
  opacity: 0.6;
}
.l-footer__copyright {
  padding-top: 8.27vw;
  color: #fff;
  font-size: clamp(0.625rem, 0.25rem + 1.6vw, 1rem);
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: clamp(0.382rem, -0.03rem + 0.86vw, 1rem);
    padding-top: 4.17vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__copyright {
    padding-top: 80px;
  }
}

/*=======================
  header
=======================*/
.l-header {
  box-sizing: border-box;
  width: 100%;
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .l-header {
    height: 157px;
  }
}
.l-header__inner {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 6%;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding-inline: 2.45%;
  }
}
.l-header__logo {
  display: inline-block;
  width: 180px;
  line-height: 1;
  font-size: 0;
}
@media screen and (min-width: 520px) {
  .l-header__logo {
    width: 253px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 189px;
    padding-left: 2.45%;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__logo {
    width: 253px;
  }
}
.l-header__logo a {
  display: block;
  transition: opacity 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
.l-header__logo a img {
  width: 100%;
}

.l-navbtn {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  z-index: 999;
}
@media screen and (min-width: 1280px) {
  .l-navbtn {
    right: 2.45%;
    display: none;
  }
}
.l-navbtn__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: background-color 0.3s, transform 0.3s;
}
.l-navbtn__bar.m-top {
  transform: translate(-50%, calc(-50% - 8px));
}
.l-navbtn__bar.m-middle {
  transform: translate(-50%, -50%);
}
.l-navbtn__bar.m-bottom {
  transform: translate(-50%, calc(-50% + 8px));
}

.l-gnav {
  width: 79.2%;
  box-sizing: border-box;
  padding: 0 4.7vw;
  background: #fff;
  position: fixed;
  top: 83px;
  right: 0;
  height: auto;
  overflow-y: auto;
  z-index: 998;
  opacity: 0.95;
  transition: transform 0.5s;
  transform: translateX(110%);
}
.l-gnav.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 1280px) {
  .l-gnav {
    display: block;
    height: auto;
    width: auto;
    background: transparent;
    position: static;
    padding: 0;
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-gnav__list {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.l-gnav__item {
  line-height: 1.2;
}
.l-gnav__item a {
  display: block;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .l-gnav__item a {
    padding-block: 40px;
  }
}
.l-gnav__item:not(:last-child) {
  border-bottom: 1px solid #494949;
}
@media screen and (min-width: 1024px) {
  .l-gnav__item:not(:last-child) {
    margin-right: clamp(1rem, -0.714rem + 2.68vw, 2.5rem);
    border-bottom: none;
    padding-block: 0;
  }
}
.l-gnav__link {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: color 0.3s linear;
}
@media screen and (min-width: 1280px) {
  .l-gnav__link {
    color: #4D4D4D;
  }
}
@media screen and (min-width: 1920px) {
  .l-gnav__link {
    font-size: 20px;
  }
}
.l-gnav__link:hover {
  color: #b1edc8;
}
@media screen and (max-width: 1279px) {
  .l-gnav__link.m-btn {
    border-color: #fff;
    color: #fff;
    margin-bottom: 24px;
  }
  .l-gnav__link.m-btn::after {
    background-image: url(./assets/img/common/arrow_w.svg);
  }
  .l-gnav__link.m-btn:hover {
    color: #4D4D4D;
    background: #fff;
  }
  .l-gnav__link.m-btn:hover::after {
    background-image: url(./assets/img/common/arrow.svg);
  }
}
.l-gnav__link.u-pc-none {
  margin-top: 40px;
}
.l-gnav__logo {
  width: 56px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .l-gnav__logo {
    width: 100px;
  }
}

.is-open.l-navbtn .l-navbtn__bar.m-top {
  transform: translate(-50%, 0) rotate(45deg);
  background: #4D4D4D;
}
.is-open.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}
.is-open.l-navbtn .l-navbtn__bar.m-bottom {
  transform: translate(-50%, 0) rotate(-45deg);
  background: #4D4D4D;
}

/*=======================
  inner
=======================*/
.l-inner {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 5.33%;
  padding-right: 5.33%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 2.45%;
    padding-right: 2.45%;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 921px;
  }
}
@media screen and (min-width: 1280px) {
  .l-inner {
    max-width: 1094px;
  }
}
@media screen and (min-width: 1920px) {
  .l-inner {
    max-width: 1460px;
  }
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  padding-top: 83px;
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main {
    padding-top: 157px;
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  btn
=======================*/
.c-btn {
  border-radius: 50px;
  background-color: #b1edc8;
  color: #fff;
  display: block;
  font-size: clamp(0.85rem, -0.006rem + 4.28vw, 2rem);
  font-family: "Jost", sans-serif;
  height: 13.3vw;
  line-height: 13.3vw;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 8.11vw;
  transition: opacity 0.3s linear;
  width: 39.7vw;
}
@media screen and (min-width: 768px) {
  .c-btn {
    border-radius: 20px;
    font-size: clamp(0.75rem, 0.542rem + 0.43vw, 1.063rem);
    height: 26.624px;
    line-height: 26.624px;
    padding-left: 16px;
    width: 93px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn {
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    width: 140px;
  }
}
.c-btn::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.89vw;
  position: absolute;
  right: 5.83vw;
  top: calc(50% - 7px);
  width: 4.98vw;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    height: 4.48px;
    right: 11.136px;
    top: calc(50% - 3px);
    width: 11.648px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn::after {
    height: 6.65px;
    right: 16.7px;
    top: calc(50% - 4px);
    width: 17.55px;
  }
}
.c-btn:hover {
  opacity: 0.6;
}

.c-btn-medium {
  border-radius: 50px;
  background-color: #b1edc8;
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.85rem, -0.006rem + 4.28vw, 2rem);
  height: 13.33vw;
  line-height: 13.33vw;
  position: relative;
  transition: opacity 0.3s linear;
  text-align: center;
  width: 89.33vw;
}
@media screen and (min-width: 768px) {
  .c-btn-medium {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    height: 53.376px;
    line-height: 53.376px;
    width: 266px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-medium {
    height: 80px;
    line-height: 80px;
    width: 400px;
  }
}
.c-btn-medium::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.89vw;
  position: absolute;
  right: 8.07vw;
  top: calc(50% - 5px);
  width: 4.98vw;
}
@media screen and (min-width: 768px) {
  .c-btn-medium::after {
    height: 7.296px;
    right: 24.32px;
    top: calc(50% - 4px);
    width: 27.008px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-medium::after {
    height: 10.88px;
    right: 36.5px;
    top: calc(50% - 6px);
    width: 40.5px;
  }
}
.c-btn-medium:hover {
  opacity: 0.6;
}

.c-btn-large {
  border-radius: 50px;
  background-color: #b1edc8;
  color: #fff;
  display: block;
  font-size: clamp(0.75rem, 0.006rem + 3.72vw, 1.75rem);
  height: 13.3vw;
  line-height: 13.3vw;
  position: relative;
  transition: opacity 0.3s linear;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn-large {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    height: 53.376px;
    line-height: 53.376px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-large {
    height: 80px;
    line-height: 80px;
  }
}
.c-btn-large::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.89vw;
  right: 8.07vw;
  top: calc(50% - 7px);
  position: absolute;
  width: 4.98vw;
}
@media screen and (min-width: 768px) {
  .c-btn-large::after {
    height: 7.296px;
    right: 24.32px;
    top: calc(50% - 3px);
    width: 27.008px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-large::after {
    height: 10.88px;
    right: 36.5px;
    top: calc(50% - 4px);
    width: 40.5px;
  }
}
.c-btn-large:hover {
  opacity: 0.6;
}

.c-btn-modal {
  border-radius: 50px;
  background-color: #b1edc8;
  color: #fff;
  display: block;
  font-size: clamp(0.75rem, 0.006rem + 3.72vw, 1.75rem);
  height: 13.3vw;
  line-height: 13.3vw;
  position: relative;
  transition: opacity 0.3s linear;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn-modal {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    height: 53.376px;
    line-height: 53.376px;
    width: 266px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-modal {
    height: 80px;
    line-height: 80px;
    width: 400px;
  }
}
.c-btn-modal::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.89vw;
  right: 8.07vw;
  top: calc(50% - 7px);
  position: absolute;
  width: 4.98vw;
}
@media screen and (min-width: 768px) {
  .c-btn-modal::after {
    height: 7.296px;
    right: 24.32px;
    top: calc(50% - 3px);
    width: 27.008px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-modal::after {
    height: 10.88px;
    right: 36.5px;
    top: calc(50% - 4px);
    width: 40.5px;
  }
}
.c-btn-modal:hover {
  opacity: 0.6;
}

.c-btn__cta {
  align-items: center;
  background-color: #4D4D4D;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: clamp(0.64rem, 3.2vw, 1.5rem);
  justify-content: space-between;
  line-height: 1.45;
  padding: 5% 6.2%;
  transition: opacity 0.3s linear;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn__cta {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    width: 82.19%;
  }
}
.c-btn__cta .cta {
  align-items: center;
  column-gap: 16px;
  display: flex;
}
.c-btn__cta .cta::before {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/reserve-btn_icon-w.svg);
  content: "";
  display: block;
  height: 6.3vw;
  width: 6.3vw;
}
@media screen and (min-width: 768px) {
  .c-btn__cta .cta::before {
    height: 4.5vw;
    width: 4.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__cta .cta::before {
    height: 2.45vw;
    width: 2.45vw;
  }
}
.c-btn__cta .arrow::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.5vw;
  width: 5.4vw;
}
@media screen and (min-width: 768px) {
  .c-btn__cta .arrow::after {
    height: 5.44px;
    width: 20.25px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__cta .arrow::after {
    height: 10.88px;
    width: 40.5px;
  }
}
.c-btn__cta:hover {
  opacity: 0.6;
}

.c-btn__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-btn__contact {
    align-items: center;
    background-color: #4D4D4D;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    justify-content: space-between;
    padding: 5% 4% 5% 12%;
    transition: opacity 0.3s linear;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn__contact {
    padding: 5% 4% 5% 14%;
  }
}
.c-btn__contact .contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 1.2vw;
}
.c-btn__contact .contact::before {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn-area_contact_icon.svg);
  content: "";
  display: block;
  height: 2.45vw;
  width: 2.45vw;
}
@media screen and (min-width: 768px) {
  .c-btn__contact .contact::before {
    height: 4.5vw;
    width: 4.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__contact .contact::before {
    height: 2.45vw;
    width: 2.45vw;
  }
}
.c-btn__contact .arrow::after {
  content: "";
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  display: block;
  height: 1.5vw;
  width: 5.4vw;
}
@media screen and (min-width: 768px) {
  .c-btn__contact .arrow::after {
    height: 5.44px;
    width: 20.25px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__contact .arrow::after {
    height: 10.88px;
    width: 40px;
  }
}
.c-btn__contact:hover {
  opacity: 0.6;
}

.c-btn__contact-sp {
  align-items: center;
  background-color: #4D4D4D;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: clamp(0.64rem, 3.2vw, 1.5rem);
  font-weight: 400;
  justify-content: space-between;
  line-height: 40px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  position: relative;
  padding: 5% 6.2%;
  transition: opacity 0.3s linear;
  width: 100%;
}
.c-btn__contact-sp .contact {
  align-items: center;
  column-gap: 16px;
  display: flex;
}
.c-btn__contact-sp .contact::before {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn-area_contact_icon.svg);
  content: "";
  display: block;
  height: 6.7vw;
  width: 6.7vw;
}
@media screen and (min-width: 768px) {
  .c-btn__contact-sp .contact::before {
    height: 4.5vw;
    width: 4.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__contact-sp .contact::before {
    height: 1.98vw;
    width: 1.98vw;
  }
}
.c-btn__contact-sp .arrow::after {
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow-large.svg);
  content: "";
  display: block;
  height: 1.5vw;
  width: 5.4vw;
}
@media screen and (min-width: 768px) {
  .c-btn__contact-sp .arrow::after {
    height: 5.44px;
    width: 20.25px;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn__contact-sp .arrow::after {
    height: 10.88px;
    width: 40.5px;
  }
}
.c-btn__contact-sp:hover {
  opacity: 0.6;
}

/*=======================
  content-area
=======================*/
.c-content-area {
  word-break: break-word;
}
.c-content-area h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em 0;
}
@media screen and (min-width: 1280px) {
  .c-content-area h1 {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}
.c-content-area h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  margin: 40px 0 24px;
}
@media screen and (min-width: 1280px) {
  .c-content-area h2 {
    font-size: 24px;
  }
}
.c-content-area h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.77;
  margin: 32px 0 20px;
}
@media screen and (min-width: 1280px) {
  .c-content-area h3 {
    font-size: 18px;
  }
}
.c-content-area h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (min-width: 1280px) {
  .c-content-area h4 {
    font-size: 16px;
  }
}
.c-content-area h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (min-width: 1280px) {
  .c-content-area h5 {
    font-size: 14px;
  }
}
.c-content-area h6 {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (min-width: 1280px) {
  .c-content-area h6 {
    font-size: 12px;
  }
}
.c-content-area p {
  margin-bottom: 24px;
}
.c-content-area p a {
  color: #006AB7;
  text-decoration: underline;
}
.c-content-area p a:hover {
  opacity: 0.7;
}
.c-content-area ul {
  padding-left: 0;
  margin: 24px 0;
}
.c-content-area ul > li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .c-content-area ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-content-area ul > li::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-content-area ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 24px 0;
}
@media screen and (max-width: 1279px) {
  .c-content-area ol > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-content-area ol > li::before {
  counter-increment: item;
  content: counter(item);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.c-content-area table {
  width: 100%;
  margin: 1em 0;
  border: 2px solid #e0e0e0;
}
.c-content-area table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  font-size: 0.75em;
  letter-spacing: 1px;
}
.c-content-area table tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.c-content-area table tr td {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  word-break: break-all;
}
.c-content-area table tr td:last-child {
  border-right: 0;
}
.c-content-area table tr th {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  background: #f8f9fa;
}
.c-content-area table tr th:last-child {
  border-right: 0;
}
.c-content-area table tfoot {
  border-top: 2px dotted #c5c7ca;
  background: #f8f9fa;
}
.c-content-area blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 0.1em 0 0.1em 0.75em;
  border-left: 3px solid #464646;
  color: #464646;
}
.c-content-area blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
.c-content-area blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.c-content-area blockquote ul, .c-content-area blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: transparent;
}
.c-content-area dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}
.c-content-area img {
  max-width: 100%;
  height: auto;
}
.c-content-area .gallery-caption {
  color: gray;
  font-size: 0.75em;
  margin: 5px 0;
  text-align: center;
}
.c-content-area .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 8px;
  border: #eaedf2 2px solid;
}
.c-content-area .wp-caption .aligncenter {
  margin: 0 auto 1em;
}
.c-content-area .wp-caption img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.c-content-area .wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  font-size: 0.85em;
  text-align: center;
}
.c-content-area code {
  padding: 0.2em 0.3em;
  margin: 0 0.2em;
  border-radius: 5px;
  background: #f1f2f3;
  color: #404040;
  font-size: 0.9em;
}
.c-content-area pre {
  margin: 0 0 1.5em;
  padding: 1em;
  border: solid 1px #eaedf2;
  background: #f3f6fc;
  color: #54687c;
}
.c-content-area pre code {
  padding: 0;
  background: transparent;
}

.c-none {
  font-size: 13px;
  text-align: center;
  padding-top: 40px;
}

/*=======================
  form element
  フォームの各要素を初期化して、各ブラウザ間の差異をなくす
=======================*/
.c-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.31em;
  background-image: none;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
@media screen and (min-width: 1280px) {
  .c-text {
    padding: 1.1em;
  }
}
.c-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.c-text::placeholder {
  color: #CDD6DD;
}

.c-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 240px;
  padding: 0.31em;
  background-image: none;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  word-break: break-word;
}
@media screen and (min-width: 1280px) {
  .c-textarea {
    padding: 1.1em;
  }
}
.c-textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.c-textarea::placeholder {
  color: #CDD6DD;
}

.c-radio {
  display: none;
}
.c-radio + span {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 34px;
  line-height: 2;
  position: relative;
  cursor: pointer;
}
.c-radio + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-radio + span::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.c-radio[type=radio]:checked + span:after {
  opacity: 1;
}

.c-checkbox {
  display: none;
}
.c-checkbox + span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 0 32px;
  vertical-align: middle;
  cursor: pointer;
}
.c-checkbox + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-checkbox + span::after {
  content: "";
  background: #000;
  border-radius: 50%;
  color: #000;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  opacity: 0;
}
.c-checkbox[type=checkbox]:checked + span:after {
  opacity: 1;
}

.c-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.31em;
  background: transparent url("./assets/img/common/select-arrow.svg") no-repeat center right 16px/11px auto;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .c-select {
    padding: 1.1em;
  }
}
.c-select::-ms-expand {
  display: none;
}
.c-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.c-select::placeholder {
  color: #CDD6DD;
}

.c-submit {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.6em 2em;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  margin: 0 0 1em;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-decoration: none;
}
.c-submit:hover, .c-submit:focus {
  outline: none;
}
.c-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/*=======================
  heading
=======================*/
.c-section-heading {
  display: flex;
  flex-direction: column;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.05;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    line-height: 1.45;
    font-size: 28px;
  }
}
.c-section-heading::after {
  content: attr(data-subtitle);
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "源ノ角ゴシック JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-section-heading::after {
    margin-top: 0.4vw;
    font-size: 48px;
  }
}
.c-section-heading.m-center {
  text-align: center;
}
.c-section-heading.modal {
  font-size: clamp(2rem, -1rem + 3.33vw, 3rem);
  padding-top: 32px;
}
.c-section-heading.modal::after {
  font-size: 16px;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

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

.u-only-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-only-sp {
    display: none;
  }
}

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

@media screen and (max-width: 1919px) {
  .u-br-none {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .u-br-none {
    display: block;
  }
}

.u-d-none {
  display: none;
}

.u-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*=======================
  404
=======================*/
.p-404 {
  padding: 50px 0 100px;
}
@media screen and (min-width: 1280px) {
  .p-404 {
    padding: 100px 0 140px;
  }
}
.p-404__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  .p-404__title {
    font-size: 40px;
  }
}
.p-404__description {
  line-height: 2;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
}
.p-404__btn {
  margin-top: 60px;
}
.p-404__btn a {
  margin-inline: auto;
}

/*=======================
  article (single post)
=======================*/
.p-article {
  padding: 40px 0 120px;
  position: relative;
}
.p-article__inner {
  padding: 80px 40px 0 !important;
}
.p-article__header {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .p-article__header {
    margin-bottom: 60px;
  }
}
.p-article__box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.p-article__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 25px;
  background: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.p-article__category.m-news {
  background: #333;
}
.p-article__category.m-event {
  background: #828282;
}
@media screen and (min-width: 1280px) {
  .p-article__category {
    padding: 0 35px;
  }
}
.p-article__date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-right: 12px;
}
@media screen and (min-width: 1280px) {
  .p-article__date {
    font-size: 16px;
  }
}
.p-article__title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .p-article__title {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}
.p-article__thumbnail {
  margin-bottom: 40px;
}
.p-article__thumbnail img {
  width: 100%;
  vertical-align: bottom;
}
.p-article__footer {
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-article__footer {
    text-align: left;
  }
}
.p-article.m-interview .p-article__header {
  margin-bottom: 24px;
}
.p-article.m-interview .p-article__thumbnail {
  display: block;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-article.m-interview .p-article__thumbnail {
    height: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .p-article.m-interview .p-article__thumbnail {
    height: 560px;
  }
}
.p-article.m-interview .p-article__name {
  color: #B2B2B2;
  font-weight: 700;
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  .p-article.m-interview .p-article__name {
    margin-top: 120px;
  }
}
.p-article.m-interview .p-article__footer {
  margin-top: 120px;
}
.p-article.m-interview .p-article__back {
  width: 100%;
  max-width: 367px;
}

/*=======================
  breadcrumb
=======================*/
.p-breadcrumb {
  display: block;
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.p-breadcrumb__item {
  position: relative;
}
.p-breadcrumb__item:not(:last-child) {
  margin-right: 24px;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "/";
  font-size: 12px;
  font-weight: 700;
  color: #4D4D4D;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.p-breadcrumb__item > a {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 2.6666666667;
  color: #4D4D4D;
  transition: opacity 0.3s;
}
.p-breadcrumb__item > a:hover {
  opacity: 0.7;
}
.p-breadcrumb__item > a.is-current {
  color: #fff;
  pointer-events: none;
}
.p-breadcrumb.m-post .p-breadcrumb__list {
  max-width: 1252px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .p-breadcrumb.m-post .p-breadcrumb__list {
    padding: 0 40px;
  }
}
.p-breadcrumb.m-post .p-breadcrumb__item > a.is-current {
  color: #DEDEDE;
}
.p-breadcrumb.m-contact {
  margin: 20px 5.33vw 0;
}
@media screen and (min-width: 1440px) {
  .p-breadcrumb.m-contact {
    margin: 40px 7.15vw 0;
  }
}
.p-breadcrumb.m-contact .p-breadcrumb__list {
  max-width: 1250px;
  margin: 0 auto;
}
.p-breadcrumb.m-contact .p-breadcrumb__item > a.is-current {
  color: #DEDEDE;
}

/*=======================
  cateogries
=======================*/
.p-categories {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-categories > li {
  display: block;
  width: calc(33.33% - 2px);
}
.p-categories > li:not(:last-child) {
  margin-right: 3px;
}
.p-categories > li.is-current > a {
  color: #fff;
  background: #333;
}
@media screen and (min-width: 1280px) {
  .p-categories > li {
    width: 120px;
  }
  .p-categories > li:not(:last-child) {
    margin-right: 12px;
  }
}
.p-categories > li > a {
  display: block;
  height: 25px;
  line-height: 23px;
  border: 1px solid #333;
  text-align: center;
  font-size: 12px;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.p-categories > li > a:hover {
  color: #fff;
  background-color: #333;
}

body.blog .p-categories > li.cat-item-all > a {
  color: #fff;
  background: #333;
}

body.category-information .p-categories > li.cat-item-2 > a {
  color: #fff;
  background: #333;
}

body.category-event .p-categories > li.cat-item-3 > a {
  color: #fff;
  background: #333;
}

/*=======================
  page-template
=======================*/
.p-page-template {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .p-page-template {
    padding: 100px 0;
  }
}
.p-page-template__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 0.7em;
  margin-bottom: 2em;
  position: relative;
}
.p-page-template__title::after {
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .p-page-template__title {
    font-size: 34px;
    padding-bottom: 0.5em;
  }
  .p-page-template__title::after {
    width: 44px;
    height: 1px;
  }
}

/*=======================
  pagination
=======================*/
.p-pagination {
  width: 100%;
  /* WP-Pagenavi用 */
}
.p-pagination .wp-pagenavi {
  padding-top: 80px;
  position: relative;
  width: 100%;
  text-align: center;
}
.p-pagination .wp-pagenavi span, .p-pagination .wp-pagenavi a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border: 2px solid #4D4D4D;
  margin: 0 4px 0.25em;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.p-pagination .wp-pagenavi span.current, .p-pagination .wp-pagenavi span:hover, .p-pagination .wp-pagenavi a.current, .p-pagination .wp-pagenavi a:hover {
  background-color: #4D4D4D;
  color: #fff;
}
.p-pagination .wp-pagenavi .pages {
  display: none;
}
.p-pagination .wp-pagenavi .previouspostslink, .p-pagination .wp-pagenavi .nextpostslink, .p-pagination .wp-pagenavi .first, .p-pagination .wp-pagenavi .last {
  display: none;
}
.p-pagination .wp-pagenavi .extend {
  display: none;
}
.p-pagination-single {
  display: flex;
  justify-content: center;
  row-gap: 24px;
  padding-top: 80px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-pagination-single {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-pagination__btn {
  display: inline-block;
  width: 300px;
  height: 70px;
  line-height: 70px;
  background-color: #b1edc8;
  border-radius: 60px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.12em;
  position: relative;
  padding-inline: 36px;
  text-align: center;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .p-pagination__btn {
    width: 15.63vw;
    height: 3.65vw;
    line-height: 3.65vw;
    padding-inline: 1.88vw;
    font-size: clamp(0.499rem, -0.001rem + 1.04vw, 1.25rem);
  }
}
@media screen and (min-width: 1920px) {
  .p-pagination__btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
    padding-inline: 36px;
  }
}
.p-pagination__btn:hover {
  opacity: 0.6;
}
.p-pagination__btn.next::after {
  display: block;
  content: "";
  width: 40px;
  height: 10px;
  right: 36px;
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow.svg);
  position: absolute;
  top: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-pagination__btn.next::after {
    width: 2.08vw;
    height: 0.52vw;
    right: 1.88vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-pagination__btn.next::after {
    width: 40px;
    height: 10px;
    right: 36px;
  }
}
.p-pagination__btn.prev::after {
  display: block;
  content: "";
  width: 40px;
  height: 10px;
  left: 36px;
  background: transparent no-repeat center center/contain;
  background-image: url(../img/common/btn_arrow.svg);
  position: absolute;
  top: calc(50% - 5px);
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-pagination__btn.prev::after {
    width: 2.08vw;
    height: 0.52vw;
    left: 1.88vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-pagination__btn.prev::after {
    width: 40px;
    height: 10px;
    left: 36px;
  }
}
.p-pagination__btn a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/*====================================================
*
*	page: contact
*
====================================================*/
.p-contact {
  padding: 120px 0 120px;
}
.p-contact__heading {
  margin-bottom: 104px;
}
@media screen and (max-width: 1279px) {
  .p-contact > .l-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-contact-form-table {
  width: 100%;
}
.p-contact-form-table__required {
  display: inline-block;
  font-size: 10px;
  color: #FF8888;
}
.p-contact-form-table__birth-box {
  display: flex;
  position: relative;
}
.p-contact-form-table__birth-box .error {
  position: absolute;
  bottom: -34px;
  left: 0;
  margin: 0;
}
.p-contact-form-table__birth-input {
  display: flex;
  align-items: center;
}
.p-contact-form-table__birth-input > span {
  display: inline-block;
  margin-left: 8px;
}
.p-contact-form-table__birth-input.m-year {
  width: 124px;
  margin-right: 24px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table__birth-input.m-year {
    width: 194px;
  }
}
.p-contact-form-table__birth-input.m-month {
  width: 64px;
  margin-right: 24px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table__birth-input.m-month {
    width: 94px;
  }
}
.p-contact-form-table__birth-input.m-day {
  width: 64px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table__birth-input.m-day {
    width: 94px;
  }
}
.p-contact-form-table__policy {
  margin-bottom: 32px;
  height: 260px;
  overflow-y: scroll;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table__policy {
    font-size: 16px;
  }
}
.p-contact-form-table__policy p:not(:last-child) {
  margin-bottom: 1.71em;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table__policy p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.p-contact-form-table__submit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.p-contact-form-table__submit {
  display: block;
}
.p-contact-form-table__submit:nth-child(2) {
  display: none;
  background: #4D4D4D;
  color: #fff;
}
.p-contact-form-table__submit:nth-child(2)::after {
  border-color: #fff;
}
.p-contact-form-table__submit:nth-child(2):hover {
  color: #4D4D4D;
  background-color: #fff;
}
.p-contact-form-table__submit:nth-child(2):hover::after {
  border-color: #4D4D4D;
}
.p-contact-form-table > tbody {
  display: flex;
  flex-wrap: wrap;
}
.p-contact-form-table > tbody > tr {
  display: block;
  width: 100%;
}
.p-contact-form-table > tbody > tr:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table > tbody > tr:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-contact-form-table > tbody > tr.m-last-name {
  margin-right: 24px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table > tbody > tr.m-last-name {
    margin-right: 40px;
  }
}
.p-contact-form-table > tbody > tr.m-last-name, .p-contact-form-table > tbody > tr.m-first-name {
  width: calc(50% - 12px);
  max-width: 135px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table > tbody > tr.m-last-name, .p-contact-form-table > tbody > tr.m-first-name {
    width: 320px;
    max-width: none;
  }
}
.p-contact-form-table > tbody > tr.m-last-name input, .p-contact-form-table > tbody > tr.m-first-name input {
  width: 100%;
}
.p-contact-form-table > tbody > tr.m-email {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table > tbody > tr.m-email {
    width: 320px;
    margin-right: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .p-contact-form-table > tbody > tr.m-email.m-email-confirm {
    margin-bottom: 40px;
  }
}
.p-contact-form-table > tbody > tr.m-policy {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table > tbody > tr.m-policy {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.p-contact-form-table > tbody > tr > th {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
.p-contact-form-table > tbody > tr > th.m-policy {
  text-align: center;
}
.p-contact-form-table > tbody > tr > th.m-policy .mwform-checkbox-field {
  display: inline-block;
  position: relative;
}
.p-contact-form-table > tbody > tr > th.m-policy .mwform-checkbox-field::before {
  content: "※";
  display: inline-block;
  font-size: 10px;
  color: #FF8888;
  position: absolute;
  top: 8px;
  right: -14px;
}
.p-contact-form-table > tbody > tr > td {
  font-size: 16px;
  display: block;
}
.p-contact-form-table > tbody > tr > td.m-gender > label:first-child, .p-contact-form-table > tbody > tr > td.m-gender > span:first-child {
  margin-right: 12px;
}
@media screen and (min-width: 1280px) {
  .p-contact-form-table .c-select {
    width: 320px;
  }
}
.p-contact-form-table .c-checkbox.m-policy + span {
  font-size: 12px;
  font-weight: 700;
}
.p-contact-form-table .c-submit {
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: inherit;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mw_wp_form_confirm .p-contact-form-table > tbody > tr.m-email-confirm {
  display: none;
}
.mw_wp_form_confirm .p-contact-form-table > tbody > tr.m-policy {
  display: none;
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table > tbody > tr {
    display: flex;
    width: 100% !important;
    margin-right: 0;
  }
  .mw_wp_form_confirm .p-contact-form-table > tbody > tr:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table > tbody > tr > th {
    width: 22.33%;
  }
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table > tbody > tr > td {
    width: 77.67%;
  }
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__birth-input.m-year {
    width: 90px;
  }
  .mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__birth-input.m-month {
    width: 60px;
  }
  .mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__birth-input.m-day {
    width: 60px;
  }
}
.mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__required {
  display: none;
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__submit:nth-child(1) {
    order: 1;
  }
}
.mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__submit:nth-child(2) {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .mw_wp_form_confirm .p-contact-form-table .p-contact-form-table__submit:nth-child(2) {
    width: 200px;
    order: 0;
    margin-top: 0;
    margin-right: 5px;
  }
}

.mw_wp_form_complete .p-form-thanks {
  max-width: 580px;
  margin: 0 auto;
}
.mw_wp_form_complete .p-form-thanks__btn {
  margin: 80px auto 0;
  text-align: center;
}
.mw_wp_form_complete .p-form-thanks p {
  margin-bottom: 2em;
}

/*====================================================
*
*	Home
*
====================================================*/
.p-fv {
  position: relative;
  margin-left: 2.45%;
}
.p-fv-swiper {
  aspect-ratio: 730/705;
}
@media screen and (min-width: 768px) {
  .p-fv-swiper {
    aspect-ratio: 1870/924;
  }
}
.p-fv-swiper .swiper {
  border-radius: 40px 0 0 40px;
}
.p-fv__copy {
  bottom: -26vw;
  position: absolute;
  left: -2.45%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .p-fv__copy {
    bottom: -30vw;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__copy {
    bottom: 2.5vw;
  }
}
.p-fv__subcopy {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 70%, transparent);
  color: #4D4D4D;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.141rem + 3.36vw, 1.75rem);
  line-height: 1.46;
  padding-bottom: 3.5vw;
  padding-top: 3.5vw;
  padding-left: 4.4vw;
}
@media screen and (min-width: 768px) {
  .p-fv__subcopy {
    background: none;
    color: #fff;
    font-size: clamp(0.998rem, -0.004rem + 1.57vw, 1.875rem);
    font-weight: 400;
    margin-bottom: 1.67vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5.16vw;
  }
}
.p-fv__maincopy {
  background-color: #b1edc8;
  border-radius: 0 15.97px 15.97px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 0.407rem + 9.57vw, 5rem);
  letter-spacing: 0.12em;
  line-height: 1.135;
  opacity: 0.9;
  padding: 2.1vw 0 2.9vw 7.5vw;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
  width: 92vw;
}
@media screen and (min-width: 768px) {
  .p-fv__maincopy {
    border-radius: 0 15.97px 15.97px 0;
    font-size: clamp(2.5rem, -1.5rem + 6.25vw, 6rem);
    padding: 1.04vw 2.45vw 0.68vw 4.9vw;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__maincopy {
    border-radius: 0 21.29px 21.29px 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv__maincopy {
    border-radius: 0 26.624px 26.624px 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__maincopy {
    border-radius: 0 29.952px 29.952px 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-fv__maincopy {
    border-radius: 0 40px 40px 0;
  }
}
.p-fv-campaign {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv-campaign {
    align-items: center;
    border-radius: 50%;
    bottom: 2.5vw;
    background-color: #F7F0E4;
    display: flex;
    flex-direction: column;
    height: 20vw;
    justify-content: center;
    opacity: 0.93;
    position: absolute;
    right: 5.21vw;
    width: 20vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv-campaign {
    height: 18vw;
    width: 18vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-fv-campaign {
    height: 15.99vw;
    width: 15.99vw;
  }
}
.p-fv-campaign__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv-campaign__header {
  color: #b1edc8;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(1.063rem, 0.438rem + 1.3vw, 2rem);
  letter-spacing: 0.12em;
}
.p-fv-campaign__title {
  font-weight: 700;
  font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
  padding-top: 0.78vw;
}
.p-fv-campaign__text {
  font-size: clamp(0.563rem, 0.354rem + 0.43vw, 0.875rem);
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 0.68vw;
  text-align: justify;
  width: 65.8%;
}

.p-about {
  padding-top: 26vw;
  padding-bottom: 10.7vw;
}
@media screen and (min-width: 520px) {
  .p-about {
    padding-top: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 0;
    padding-bottom: 8.33vw;
  }
}
.p-about__header {
  padding-top: 9.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__header {
    padding-top: 10.42vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__header {
    padding-top: 6.25vw;
  }
}
.p-about__header::before {
  background-image: url(../img/common/about_bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 37.6vw;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 75.2vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__header::before {
    height: 31.38vw;
    width: 62.89vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__header::before {
    height: 23.53vw;
    width: 47.17vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__header::before {
    height: 18.88vw;
    width: 37.76vw;
  }
}
.p-about__scroll {
  animation: ScrollDown 1s ease-in-out infinite;
  bottom: -14.7vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-about__scroll {
    bottom: -12vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__scroll {
    bottom: -10vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__scroll {
    bottom: -7.7vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__scroll {
    bottom: -6.7vw;
  }
}
.p-about__scroll::before {
  bottom: 0;
  background: #4D4D4D;
  content: "";
  display: block;
  height: 8.565px;
  position: absolute;
  transform: skewX(-40deg);
  right: -3px;
  width: 3px;
}
@media screen and (min-width: 520px) {
  .p-about__scroll::before {
    height: 17.13px;
    right: -7px;
  }
}
.p-about__scroll:after {
  bottom: 0;
  background: #4D4D4D;
  content: "";
  display: block;
  height: 31.905px;
  position: absolute;
  right: 0;
  width: 3px;
}
@media screen and (min-width: 520px) {
  .p-about__scroll:after {
    height: 63.81px;
  }
}
.p-about__copy {
  color: #b1edc8;
  font-weight: 700;
  font-size: clamp(1.243rem, -0.014rem + 5.36vw, 2.5rem);
  line-height: 1.675;
  padding-top: 18.7vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__copy {
    font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);
    padding-top: 17.06vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__copy {
    padding-top: 12.79vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__copy {
    padding-top: 10.31vw;
  }
}
.p-about__text {
  font-size: clamp(0.867rem, -0.016rem + 3.77vw, 1.75rem);
  font-weight: 500;
  line-height: 1.6;
  padding-top: 8.4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    line-height: 1.66;
    padding-top: 5vw;
  }
}
.p-about__text p + p {
  margin-top: 2.08vw;
}
.p-about__text .m-thememain {
  color: #b1edc8;
}

.p-reason {
  background-color: #F7F7F7;
  padding-block: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-block: 8.33vw;
  }
}
.p-reason__box {
  padding-top: 30vw;
}
@media screen and (min-width: 768px) {
  .p-reason__box {
    padding-top: 12.58vw;
  }
}
.p-reason__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10vw;
  row-gap: 26vw;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__list {
    margin-bottom: 13vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-reason__list {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-reason__list {
    margin-bottom: 160px;
  }
}
.p-reason__item {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 9.3vw 3.8vw 5.2vw 3.9vw;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    padding: 3.75vw 1.3vw 2.03vw 1.3vw;
    width: 31.51%;
  }
}
@media screen and (min-width: 1920px) {
  .p-reason__item {
    padding: 70px 20px 39px 20px;
  }
}
.p-reason__item::before {
  content: "";
  background-image: url(../img/common/support01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 42.7vw;
  height: 42.7vw;
  position: absolute;
  top: -17vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__item::before {
    top: -6.25vw;
    width: 16.67vw;
    height: 16.67vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-reason__item::before {
    top: -120px;
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item:first-child {
    transform: translateY(90px);
  }
}
.p-reason__item:nth-child(2)::before {
  background-image: url(../img/common/support02.svg);
}
@media screen and (min-width: 768px) {
  .p-reason__item:nth-child(3) {
    transform: translateY(90px);
  }
}
.p-reason__item:nth-child(3)::before {
  background-image: url(../img/common/support03.svg);
}
.p-reason__image {
  z-index: 2;
}
.p-reason__image img {
  border-radius: 30px;
  height: 42.9vw;
  width: 81.1vw;
}
@media screen and (min-width: 768px) {
  .p-reason__image img {
    aspect-ratio: 400/212;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .p-reason__image img {
    width: 400px;
    height: 212px;
  }
}
.p-reason__title {
  color: #b1edc8;
  font-weight: 700;
  padding-top: 5.3vw;
  font-size: clamp(1rem, 0.161rem + 3.84vw, 2rem);
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    padding-top: 1.67vw;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.p-reason__text {
  padding-top: 3.2vw;
  font-size: clamp(0.875rem, 0.109rem + 3.5vw, 1.75rem);
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
    line-height: 1.7;
    padding-top: 1.25vw;
  }
}
.p-reason__text .m-thememain {
  color: #b1edc8;
}

.p-swiper__list {
  display: flex;
}
.p-swiper__item img {
  border-radius: 7.98px;
}
@media screen and (min-width: 768px) {
  .p-swiper__item img {
    border-radius: 7.98px;
  }
}
@media screen and (min-width: 1024px) {
  .p-swiper__item img {
    border-radius: 10.649px;
  }
}
@media screen and (min-width: 1280px) {
  .p-swiper__item img {
    border-radius: 13.312px;
  }
}
@media screen and (min-width: 1440px) {
  .p-swiper__item img {
    border-radius: 14.976px;
  }
}
@media screen and (min-width: 1920px) {
  .p-swiper__item img {
    border-radius: 20px;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-strong {
  background-color: #fff;
  padding-top: 10.7vw;
  padding-bottom: 29.1vw;
}
@media screen and (min-width: 768px) {
  .p-strong {
    padding-block: 8.33vw;
  }
}
.p-strong__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8.5vw;
  row-gap: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-strong__list {
    padding-top: 4.17vw;
    row-gap: 3.5vw;
  }
}
.p-strong__item {
  width: 45.52%;
}
@media screen and (min-width: 768px) {
  .p-strong__item {
    width: 23.49%;
  }
}
.p-strong__image {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-strong__description {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-strong__title {
  font-size: clamp(0.961rem, -0.016rem + 4.17vw, 1.938rem);
  padding-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-strong__title {
    font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  }
}
.p-strong__text {
  font-size: clamp(0.867rem, -0.016rem + 3.77vw, 1.75rem);
  font-weight: 400;
  text-align: center;
  padding-top: 0.8vw;
}
@media screen and (min-width: 768px) {
  .p-strong__text {
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
  }
}
.p-strong__text span {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-strong__text span {
    font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
  }
}

.p-plan {
  background-color: #F7F7F7;
  padding-top: 21.3vw;
  padding-bottom: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding-block: 8.33vw;
  }
}
.p-plan__copy {
  font-size: clamp(1.008rem, 0.016rem + 4.23vw, 2rem);
  font-weight: 500;
  padding-top: 2.5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__copy {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.p-plan__box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 8.5vw;
  row-gap: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-plan__box {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3.2vw;
  }
}
.p-plan__attention {
  font-size: clamp(0.633rem, 0.016rem + 2.63vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-plan__attention {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.p-plan__table {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan__table {
    width: 46.58%;
  }
}
.p-plan__table-inline {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin-top: 8.5vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan__table-inline {
    flex-direction: row;
    margin-top: 3.33vw;
  }
}
.p-plan__header {
  font-weight: 700;
  padding: 4.93vw 5.73vw;
}
@media screen and (min-width: 768px) {
  .p-plan__header {
    padding: 1.35vw 2.03vw;
  }
}
.p-plan__name {
  color: #b1edc8;
  font-size: clamp(1.008rem, 0.016rem + 4.23vw, 2rem);
}
@media screen and (min-width: 768px) {
  .p-plan__name {
    font-size: clamp(1.313rem, 0.854rem + 0.95vw, 2rem);
  }
}
.p-plan__time {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-plan__time {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    padding-top: 0.42vw;
  }
}
.p-plan__head {
  background-color: #EAEAEA;
  display: grid;
  font-weight: 700;
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-template-rows: 1fr;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__head {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.p-plan__tr {
  display: grid;
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-template-rows: 1fr;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__tr {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.p-plan__tr:nth-of-type(even) {
  background-color: #EAEAEA;
}
.p-plan__tr.no1 {
  background-color: #F7F0E4;
  color: #b1edc8;
}
.p-plan__th {
  padding-block: 3.07vw;
}
@media screen and (min-width: 768px) {
  .p-plan__th {
    padding-block: 0.94vw;
  }
}
.p-plan__th-inline {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  color: #b1edc8;
  font-size: clamp(0.875rem, -0.067rem + 4.31vw, 2rem);
  font-weight: 700;
  padding-block: 4vw;
  padding-inline: 2.08vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__th-inline {
    font-size: clamp(1.313rem, 0.854rem + 0.95vw, 2rem);
    padding-block: 0.94vw;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__th-inline {
    border-radius: 20px 0 0 20px;
  }
}
.p-plan__td {
  padding-block: 3.07vw;
}
@media screen and (min-width: 768px) {
  .p-plan__td {
    padding-block: 0.94vw;
  }
}
.p-plan__td-inline {
  align-items: center;
  background-color: #EAEAEA;
  border-radius: 0 0 20px 20px;
  display: flex;
  font-size: clamp(0.563rem, 0.051rem + 2.56vw, 1.25rem);
  flex-grow: 1;
  padding-block: 4vw;
  padding-inline: 3.64%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan__td-inline {
    border-radius: 0 20px 20px 0;
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
    justify-content: flex-start;
    padding-block: 0.94vw;
  }
}
.p-plan__td.no1 {
  position: relative;
}
.p-plan__td.no1::before {
  content: "";
  background-image: url(../img/common/no1_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 13.4vw;
  height: 13.4vw;
  position: absolute;
  left: -1vw;
  top: -1.4vw;
}
@media screen and (min-width: 520px) {
  .p-plan__td.no1::before {
    width: 14vw;
    height: 14vw;
    left: -0.6vw;
    top: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__td.no1::before {
    width: 6vw;
    height: 6vw;
    top: -0.9vw;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__td.no1::before {
    width: 5.4vw;
    height: 5.4vw;
    top: -0.8vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-plan__td.no1::before {
    width: 5vw;
    height: 5vw;
    top: -0.9vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-plan__td.no1::before {
    width: 90px;
    height: 90px;
    top: -16px;
  }
}
.p-plan__list {
  padding-top: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-plan__list {
    padding-top: 3.33vw;
  }
}
.p-plan__item {
  font-size: clamp(0.633rem, 0.016rem + 2.63vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-plan__item {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.p-plan-campaign {
  background-color: #4D4D4D;
  border-radius: 20px;
  margin-top: 8.5vw;
  padding: 4.27%;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign {
    margin-top: 4.9vw;
    padding: 2.08vw;
  }
}
.p-plan-campaign__box {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__box {
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
}
.p-plan-campaign__image {
  height: 42.7vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__image {
    height: auto;
    width: 43.84%;
  }
}
.p-plan-campaign__image img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__image img {
    object-position: left center;
  }
}
.p-plan-campaign__text {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__text {
    width: 50%;
  }
}
.p-plan-campaign__tag {
  column-gap: 14px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__tag {
    column-gap: 1.88vw;
    justify-content: flex-start;
  }
}
.p-plan-campaign__tag p {
  border-radius: 11px;
  background-color: #b1edc8;
  font-weight: 700;
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  padding: 0.9vw 2.8vw 1.2vw;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__tag p {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    padding: 0.42vw 1.09vw;
  }
}
.p-plan-campaign__tag p:last-of-type {
  padding: 1.1vw 0.7vw 1.1vw 2.8vw;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__tag p:last-of-type {
    padding: 0.42vw 0.26vw 0.42vw 1.09vw;
  }
}
.p-plan-campaign__title {
  padding-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__title {
    padding-top: 1.41vw;
  }
}
.p-plan-campaign__title .main {
  font-weight: 700;
  font-size: clamp(1.563rem, -0.023rem + 7.25vw, 3.375rem);
  text-align: center;
  line-height: 1.16;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__title .main {
    text-align: left;
    font-size: clamp(1.794rem, 0.74rem + 2.2vw, 3.375rem);
    line-height: 1.66;
  }
}
.p-plan-campaign__title .sub {
  font-weight: 400;
  font-size: clamp(0.632rem, 0.015rem + 2.63vw, 1.25rem);
  padding-top: 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__title .sub {
    padding-top: 6px;
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
    text-align: left;
  }
}
.p-plan-campaign__btn {
  padding-top: 5.3vw;
}
@media screen and (min-width: 768px) {
  .p-plan-campaign__btn {
    padding-top: 2.5vw;
  }
}
.p-plan__flow {
  padding-top: 5.5vw;
}
@media screen and (min-width: 768px) {
  .p-plan__flow {
    padding-top: 1.77vw;
  }
}
.p-plan__flow-item {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.328rem + 2.5vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-plan__flow-item {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.p-plan__flow-item span {
  display: block;
  font-weight: 400;
  font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
  margin-top: 8px;
}
.p-plan__flow-item:nth-last-of-type(3) {
  margin-top: 0.63vw;
}

.p-trainer {
  padding-block: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-trainer {
    padding-block: 8.33vw;
  }
}
.p-trainer__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8.5vw;
  padding-top: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-trainer__box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: space-between;
    gap: 2.29vw 6.4vw;
    padding-top: 4.17vw;
  }
}
.p-trainer__card {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-trainer__card {
    display: block;
  }
}
.p-trainer__image {
  aspect-ratio: 670/600;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-trainer__image {
    aspect-ratio: 1/1;
  }
}
.p-trainer__image.no-image img {
  object-position: center center;
}
.p-trainer__image img {
  object-position: top center;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-trainer__image img {
    object-position: center center;
  }
}
.p-trainer__name {
  font-weight: 700;
  font-size: clamp(1.25rem, -0.063rem + 6vw, 2.75rem);
  padding-top: 4.5vw;
  line-height: 1.1;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-trainer__name {
    font-size: clamp(1.5rem, 1rem + 1.04vw, 2.25rem);
    padding-top: 1.51vw;
    width: 100%;
  }
}
.p-trainer__name::before {
  content: attr(data-position);
  display: block;
  font-weight: 400;
  font-size: clamp(0.813rem, -0.008rem + 3.75vw, 1.75rem);
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p-trainer__name::before {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
  }
}
.p-trainer__btn {
  padding-top: 4.5vw;
}
@media screen and (min-width: 768px) {
  .p-trainer__btn {
    padding-top: 1.25vw;
  }
}

.p-modal__image {
  height: 69.33vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-modal__image {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .p-modal__image {
    height: 700px;
  }
}
.p-modal__image img {
  object-position: top center;
}
.p-modal__image.no-image img {
  object-position: center center;
}
.p-modal__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}
.p-modal__position {
  font-size: 16px;
  font-weight: 500;
}
.p-modal__name {
  align-items: center;
  font-size: clamp(1.75rem, 0.25rem + 1.67vw, 2.25rem);
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.p-modal__name::after {
  content: attr(data-modal-name);
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.p-modal__description {
  font-size: clamp(0.75rem, 0.5rem + 1.07vw, 1rem);
  font-weight: 500;
  padding: 32px 6% 64px;
}
.p-modal__career {
  padding-top: 24px;
}
.p-modal__hobby {
  padding-top: 24px;
}
.p-modal__license {
  padding-top: 24px;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 998;
}

.md-contents {
  display: none;
  position: fixed;
  top: 60px;
  left: 50%;
  width: 90%;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .md-contents {
    width: 60%;
  }
}

.md-inner {
  background: #fff;
  height: auto;
}

.md-xmark {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  cursor: pointer;
}
.md-xmark:hover span {
  background-color: #b1edc8;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  transform: rotate(45deg);
}

.p-column {
  background-color: #fafafa;
  padding-block: 13.3vw;
}
@media screen and (min-width: 768px) {
  .p-column {
    padding-block: 8.33vw;
  }
}
.p-column__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding-top: 8.5vw;
  row-gap: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-column__box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2.29vw 3.65vw;
    padding-top: 4.17vw;
  }
}
.p-column__article {
  transition: opacity 0.3s linear;
}
.p-column__article:hover {
  opacity: 0.6;
}
.p-column__image {
  aspect-ratio: 670/400;
}
@media screen and (min-width: 768px) {
  .p-column__image {
    aspect-ratio: 404/212;
  }
}
.p-column__image img {
  border-radius: 20px;
}
.p-column__description {
  padding-top: 24px;
  letter-spacing: 0;
}
.p-column__tag {
  background-color: #707070;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  padding: 0.107vw 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-column__tag {
    font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
    padding: 0.2vw 1.3vw;
  }
}
.p-column__date {
  font-weight: 400;
  font-size: clamp(0.874rem, -0.002rem + 3.74vw, 1.75rem);
  padding-top: 0.2vw;
}
@media screen and (min-width: 768px) {
  .p-column__date {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
  }
}
.p-column__title {
  font-size: clamp(0.875rem, -0.109rem + 4.5vw, 2rem);
  font-weight: 700;
  padding-top: 0.6vw;
}
@media screen and (min-width: 768px) {
  .p-column__title {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.p-column__text {
  font-size: clamp(0.813rem, -0.008rem + 3.75vw, 1.75rem);
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-column__text {
    font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
    text-align: justify;
  }
}
.p-column__btn {
  padding-top: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-column__btn {
    padding-top: 3.33vw;
  }
}
.p-column__btn a {
  margin-inline: auto;
}

.p-info {
  padding-top: 10.7vw;
  padding-bottom: 8.5vw;
}
@media screen and (min-width: 768px) {
  .p-info {
    padding-block: 8.33vw;
  }
}
.p-info__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-info__box {
    flex-direction: row;
    column-gap: 2.72vw;
    justify-content: space-between;
  }
}
.p-info__description {
  padding-top: 8.5vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info__description {
    padding-top: 0;
    width: 45.8%;
  }
}
.p-info__table {
  display: flex;
  flex-direction: column;
  row-gap: 5.3vw;
}
@media screen and (min-width: 768px) {
  .p-info__table {
    row-gap: 1.41vw;
  }
}
.p-info__tr {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-info__tr {
    align-items: center;
    flex-direction: row;
  }
}
.p-info__th {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.328rem + 2.5vw, 1.5rem);
  width: 100%;
}
@media screen and (min-width: 520px) {
  .p-info__th {
    box-sizing: border-box;
    padding-right: 10px;
    width: 22.7%;
  }
}
@media screen and (min-width: 768px) {
  .p-info__th {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    width: 24%;
  }
}
.p-info__td {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.328rem + 2.5vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-info__td {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
  }
}

.p-map iframe {
  width: 100%;
  height: 68.8vw;
}
@media screen and (min-width: 768px) {
  .p-map iframe {
    height: 44.79vw;
  }
}

.p-cta {
  padding-top: 12vw;
  padding-bottom: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: 8.33vw;
  }
}
.p-cta__logo {
  display: block;
  padding-top: 10.7vw;
  margin-inline: auto;
  width: 160px;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .p-cta__logo {
    padding-top: 8.3vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-cta__logo {
    width: 269px;
  }
}
.p-cta__logo:hover {
  opacity: 0.6;
}
.p-cta__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-cta__reserve {
  display: flex;
  flex-direction: column;
  row-gap: 1.67vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__reserve {
    width: 50%;
  }
}
.p-cta__contact {
  display: flex;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-cta__contact {
    width: 50%;
  }
}
.p-cta__contact-box {
  padding-top: 1.67vw;
}
.p-cta__reserve-contents {
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 40px 6%;
  text-align: justify;
}
.p-cta__reserve-contents dt {
  font-weight: 700;
  margin-top: 20px;
}
.p-cta__btn {
  padding-top: 2.08vw;
  text-align: center;
}
.p-cta__btn a {
  margin-inline: auto;
}
.p-cta__attention {
  font-size: 12px;
  margin-top: 16px;
}

/*====================================================
*
*	page: news
*
====================================================*/
.p-column-archive {
  padding-block: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-column-archive {
    padding-block: 8.33vw;
  }
}

.p-column-single {
  padding-block: 10.7vw;
}
@media screen and (min-width: 768px) {
  .p-column-single {
    padding-block: 8.33vw;
  }
}
.p-column-single__inner {
  padding-left: 5.33%;
  padding-right: 5.33%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-column-single__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .p-column-single__inner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1920px) {
  .p-column-single__inner {
    max-width: 1200px;
  }
}
.p-column-single .p-column__text {
  padding-top: 20px;
}
.p-column-single .p-column__text p + p {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */