@charset "UTF-8";
.c-txt-lg {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 38px;
  }
}

.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;
}
@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 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .c-txt-sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm {
    font-size: 20px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
}
@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, .contents-recruit .recruit-detail, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-business-item .c-title, .c-business__txt, #businessPage .c-points__desc .num-wrap, #businessPage .c-points__img, #businessPage .tit, .faq-contents .faq__item, .faq-contents .faq .c-txtarea01, .c-works-sl-slider .mySwiper2, .c-works-sl__title, .c-works-sl__subtit, .cptu__item, .p-instagram__desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .contents-recruit .recruit-detail, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-business-item .c-title, .c-business__txt, #businessPage .c-points__desc .num-wrap, #businessPage .c-points__img, #businessPage .tit, .faq-contents .faq__item, .faq-contents .faq .c-txtarea01, .c-works-sl-slider .mySwiper2, .c-works-sl__title, .c-works-sl__subtit, .cptu__item, .p-instagram__desc {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .contents-recruit .recruit-detail, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-business-item .c-title, .c-business__txt, #businessPage .c-points__desc .num-wrap, #businessPage .c-points__img, #businessPage .tit, .faq-contents .faq__item, .faq-contents .faq .c-txtarea01, .c-works-sl-slider .mySwiper2, .c-works-sl__title, .c-works-sl__subtit, .cptu__item, .p-instagram__desc {
    margin-bottom: 30px;
  }
}

.mb-md, .c-thanks-text, .c-privacy-text, .contents-recruit, .staff-wrapper .st-staff, .c-contact .c-description, .c-business-item, .c-works-sl-slider, .p-instagram, .area {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .contents-recruit, .staff-wrapper .st-staff, .c-contact .c-description, .c-business-item, .c-works-sl-slider, .p-instagram, .area {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .contents-recruit, .staff-wrapper .st-staff, .c-contact .c-description, .c-business-item, .c-works-sl-slider, .p-instagram, .area {
    margin-bottom: 100px;
  }
}

.mb-lr, .faq-contents .faq, .cptu, .example {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .faq-contents .faq, .cptu, .example {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .faq-contents .faq, .cptu, .example {
    margin-bottom: 120px;
  }
}

.c-container, .c-business-item__desc {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .c-business-item__desc {
    padding: 0 3vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .c-business-item__desc {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .c-business-item__desc {
    padding: 0 8vw;
  }
}

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

body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.95em;
  color: rgb(75, 71, 71);
}
body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

#main-wrapper {
  overflow: hidden;
}

.hiden {
  opacity: 0;
}

a,
a:hover,
a:visited,
a:active {
  color: rgb(24, 24, 24);
  cursor: pointer;
}

.c-container, .c-business-item__desc {
  padding: 0 7vw;
}

.c-title {
  text-align: center;
}

.c-btn {
  display: inline-block;
  padding: 13px 36px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media (min-width: 960px) {
  .c-btn {
    padding: 15px 44px;
    font-size: 14px;
  }
}
.c-btn--dark {
  background: rgb(24, 24, 24);
  color: #fff !important;
  border: 1px solid rgb(24, 24, 24);
}
.c-btn--dark:hover {
  background: transparent;
  color: rgb(24, 24, 24) !important;
}
.c-btn--outline {
  background: transparent;
  color: rgb(24, 24, 24) !important;
  border: 1px solid rgb(24, 24, 24);
}
.c-btn--outline:hover {
  background: rgb(24, 24, 24);
  color: #fff !important;
}
.c-btn--gold {
  background: #ca9a14;
  color: #fff !important;
  border: 1px solid #ca9a14;
}
.c-btn--gold:hover {
  background: transparent;
  color: #ca9a14 !important;
}
.c-btn--outline-gold {
  background: transparent;
  color: #ca9a14 !important;
  border: 1px solid #ca9a14;
}
.c-btn--outline-gold:hover {
  background: #ca9a14;
  color: #fff !important;
}
.c-btn--white {
  background: #fff;
  color: rgb(24, 24, 24) !important;
  border: 1px solid #fff;
}
.c-btn--white:hover {
  background: transparent;
  color: #fff !important;
}
.c-btn--outline-white {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
}
.c-btn--outline-white:hover {
  background: #fff;
  color: rgb(24, 24, 24) !important;
}

.u-hidden-sp {
  display: none;
}

.text-right {
  text-align: right;
}

.btn-category ul {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .btn-category ul {
    flex-wrap: wrap;
  }
  .btn-category ul li {
    width: 25%;
  }
  .btn-category ul span {
    padding-top: 52%;
  }
}
@media screen and (max-width: 767px) {
  .btn-category ul {
    flex-wrap: wrap;
  }
  .btn-category ul li {
    width: 50%;
    margin-bottom: 8vw;
  }
  .btn-category ul li span {
    padding-top: 47%;
  }
  .btn-category ul li i {
    margin-top: 3.2vw;
    padding-right: 5.2vw;
  }
}
.btn-category ul li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.15rem;
}
.btn-category ul li i {
  display: inline-block;
  position: relative;
}
.btn-category ul li i::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  background-image: url(../images/common/arrow-bl-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-category__0 {
  background-image: url(../images/home/img13.webp);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__1 {
  background-image: url(../images/home/img11.webp);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__2 {
  background-image: url(../images/home/img17.webp);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__3 {
  background-image: url(../images/home/img21.jpg);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__4 {
  background-image: url(../images/home/img8.jpg);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__5 {
  background-image: url(../images/home/news.jpg);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-category__6 {
  background-image: url(../images/home/img21.jpg);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-category__7 {
  background-image: url(../images/home/night8.webp);
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-topicpath {
  margin: 5vw 8vw 8vw 4vw;
}
@media (max-width: 767px) {
  .btn-topicpath ul {
    font-size: 3.2vw;
  }
  .btn-topicpath ul li + li {
    margin-left: 2.2vw;
  }
  .btn-topicpath ul a {
    padding-right: 20px;
  }
}
.btn-topicpath ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.btn-topicpath ul a {
  position: relative;
  color: rgb(24, 24, 24);
}
.btn-topicpath ul a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow-bl-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.m-button-normal {
  width: 84vw;
  margin: 8vw auto;
  font-size: 3.7333333333vw;
  line-height: 1.25;
}
.m-button-normal > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  box-sizing: border-box;
  padding: 1.3vw 5vw 1.3vw 5vw;
  border: 1px solid #c4ccd1;
}
.m-button-normal > a i {
  position: relative;
  padding-right: 16px;
}
.m-button-normal > a i::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-head01 {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 5vw;
  letter-spacing: 2px;
}
.c-head01 span {
  color: #eda6b7;
  font-weight: 300;
  font-size: 0.9rem;
}
.c-head01 p {
  font-size: 1.3rem;
}

.-opened.l-menu-sp {
  transition: all 0.5s;
  opacity: 1;
  z-index: 40;
}
.-opened.l-menu-sp-button > i:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}
@media (min-width: 960px) {
  .-opened.l-menu-sp-button > i:nth-child(1) {
    transform: translateY(17px) rotate(135deg);
  }
}
.-opened.l-menu-sp-button > i:nth-child(2) {
  transform: translateX(-18px) scaleX(0);
}
.-opened.l-menu-sp-button > i:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}
@media (min-width: 600px) {
  .-opened.l-menu-sp-button > i:nth-child(3) {
    transform: translateY(-14px) rotate(-135deg);
  }
}

.contents-title {
  font-size: 22px;
  color: rgb(24, 24, 24);
  letter-spacing: 5px;
  text-align: center;
}

.contents-subtitle {
  font-size: 14px;
  color: rgb(90, 90, 90);
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-align: center;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(16, 16, 63);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 0.2;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 6000;
  color: #fff;
  text-shadow: rgb(24, 24, 24) 1px 1px 1px;
}
.c-topview__title h2 {
  font-weight: normal;
}
@media (max-width: 599px) {
  .c-topview .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-topview .view-sp {
    display: none;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  display: inline-block;
  padding: 14px 20px;
  border: 1px solid linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  text-align: center;
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 24px 38px;
  }
}
.more-btn__link:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  padding-right: 20px;
  font-weight: bold;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.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 span {
  color: rgb(24, 24, 24);
  transform: none;
}

.m-button-arrow-l {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.m-button-arrow-l::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

body {
  padding-top: 64px;
}
@media (min-width: 960px) {
  body {
    padding-top: 72px;
  }
}

@media (max-width: 959px) {
  .topview .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .topview .view-sp {
    display: none;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.p-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.p-mv__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6vw;
}
@media (min-width: 960px) {
  .p-mv__content {
    padding: 0 8vw;
  }
}
.p-mv__heading {
  color: #fff;
}
.p-mv__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .p-mv__title {
    font-size: 52px;
  }
}
.p-mv__line {
  width: 48px;
  height: 2px;
  background: #ca9a14;
  margin-bottom: 20px;
}
.p-mv__sub {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.p-mv__body {
  margin-bottom: 32px;
}
.p-mv__body .c-txt-sm {
  color: rgba(255, 255, 255, 0.85);
  line-height: 2.2;
  font-size: 13px;
}
@media (min-width: 960px) {
  .p-mv__body .c-txt-sm {
    font-size: 15px;
  }
}
.p-mv__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-mv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 960px) {
  .p-mv__btn {
    padding: 16px 32px;
    font-size: 15px;
  }
}
.p-mv__btn--line {
  background: #ca9a14;
  color: #fff !important;
  border: 1px solid #ca9a14;
}
.p-mv__btn--contact {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
}
.p-mv__btn-icon {
  display: flex;
  align-items: center;
}
.p-mv__btn-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 599px) {
  .p-mv .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .p-mv .view-sp {
    display: none;
  }
}

.p-rushing {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background-color: #f5f0e8;
}
@media (min-width: 960px) {
  .p-rushing {
    padding: 100px 0;
  }
}
.p-rushing__bg {
  display: none;
}
.p-rushing__overlay {
  display: none;
}
.p-rushing__inner {
  position: relative;
  z-index: 2;
}
.p-rushing__head {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .p-rushing__head {
    margin-bottom: 56px;
  }
}
.p-rushing__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .p-rushing__title {
    font-size: 42px;
  }
}
.p-rushing__subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-rushing__line {
  display: block;
  width: 40px;
  height: 1px;
  background: #ca9a14;
}
@media (min-width: 960px) {
  .p-rushing__line {
    width: 60px;
  }
}
.p-rushing__subtitle {
  color: #ca9a14;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .p-rushing__subtitle {
    font-size: 16px;
  }
}
.p-rushing__desc {
  color: #555;
  font-size: 13px !important;
}
@media (min-width: 960px) {
  .p-rushing__desc {
    font-size: 15px !important;
  }
}
.p-rushing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .p-rushing__features {
    gap: 12px;
    margin-bottom: 64px;
  }
}
.p-rushing__feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 960px) {
  .p-rushing__feature {
    font-size: 13px;
    padding: 10px 22px;
  }
}
.p-rushing__feature svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #ca9a14;
}
.p-rushing__feature__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ca9a14;
}
.p-rushing__plans {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 960px) {
  .p-rushing__plans {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 56px;
  }
}
.p-rushing__plan {
  flex: 1;
  background: #fff;
  border: 3px solid #d8d2c8;
  padding: 28px 24px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 960px) {
  .p-rushing__plan {
    padding: 36px 28px;
  }
}
.p-rushing__plan--premium {
  background: #0d1526;
  border-color: #ca9a14;
}
.p-rushing__plan--premium .p-rushing__plan-name {
  color: #ca9a14;
}
.p-rushing__plan--premium .p-rushing__plan-rooms {
  color: rgba(255, 255, 255, 0.55);
}
.p-rushing__plan--premium .p-rushing__plan-rooms strong {
  color: #fff;
}
.p-rushing__plan--premium .p-rushing__plan-free {
  color: rgba(255, 255, 255, 0.85);
}
.p-rushing__plan--premium .p-rushing__plan-free strong {
  color: #ca9a14;
}
.p-rushing__plan--premium .p-rushing__plan-free span {
  color: rgba(255, 255, 255, 0.5);
}
.p-rushing__plan--premium .p-rushing__plan-price {
  color: rgba(255, 255, 255, 0.65);
  border-top-color: rgba(255, 255, 255, 0.15);
}
.p-rushing__plan--premium .p-rushing__plan-price strong {
  color: #fff;
}
.p-rushing__plan-badge {
  display: inline-block;
  background: #ca9a14;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 4px 14px;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .p-rushing__plan-badge {
    font-size: 12px;
  }
}
.p-rushing__plan-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .p-rushing__plan-name {
    font-size: 18px;
  }
}
.p-rushing__plan-rooms {
  font-size: 12px;
  color: #777;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.p-rushing__plan-rooms strong {
  font-size: 16px;
  color: #333;
}
.p-rushing__plan-free {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.4;
  background-image: url(../images/home/lanking.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-rushing__plan-free strong {
  font-size: 36px;
  font-weight: 700;
  color: #ca9a14;
  line-height: 1;
}
@media (min-width: 960px) {
  .p-rushing__plan-free strong {
    font-size: 44px;
  }
}
.p-rushing__plan-free span {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 4px;
}
.p-rushing__plan-price {
  font-size: 13px;
  color: #666;
  padding-top: 16px;
  border-top: 1px solid #e0dbd2;
}
.p-rushing__plan-price strong {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
}
.p-rushing__plan-price small {
  font-size: 11px;
}
.p-rushing__btn-wrap {
  text-align: center;
}

.p-service {
  padding: 60px 0;
  background: #fff;
}
@media (min-width: 960px) {
  .p-service {
    padding: 80px 0;
  }
}
.p-service__title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgb(75, 71, 71);
  margin-bottom: 48px;
}
@media (min-width: 960px) {
  .p-service__title {
    font-size: 20px;
    margin-bottom: 56px;
  }
}
.p-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}
@media (min-width: 960px) {
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.p-service__item {
  text-align: center;
  padding: 0 8px;
}
@media (min-width: 960px) {
  .p-service__item {
    padding: 0 16px;
    border-right: 1px solid #e8e4de;
    margin-bottom: 20px;
  }
  .p-service__item:last-child {
    border-right: none;
  }
}
.p-service__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
}
@media (min-width: 960px) {
  .p-service__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
}
.p-service__icon svg {
  width: 100%;
  height: 100%;
}
.p-service__name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgb(75, 71, 71);
  margin-bottom: 12px;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .p-service__name {
    font-size: 14px;
  }
}
.p-service__desc {
  font-size: 12px !important;
  color: rgb(110, 106, 106);
  line-height: 1.9 !important;
  letter-spacing: 0.03em !important;
}
@media (min-width: 960px) {
  .p-service__desc {
    font-size: 12px !important;
  }
}
.p-service__btn-wrap {
  text-align: center;
  margin-top: 48px;
}
@media (min-width: 960px) {
  .p-service__btn-wrap {
    margin-top: 56px;
  }
}

.p-link__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .p-link__list {
    flex-direction: row;
    display: flex;
  }
}
.p-link__item {
  position: relative;
  flex: 1;
  height: 360px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .p-link__item {
    height: 480px;
  }
}
.p-link__item:hover .p-link__img {
  transform: scale(1.06);
}
.p-link__item:hover .p-link__overlay {
  background: rgba(5, 5, 15, 0.65);
}
.p-link__item:hover .p-link__btn {
  color: #ca9a14;
  border-color: #ca9a14;
}
.p-link__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-link__img {
  width: 100%;
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
@media (min-width: 960px) {
  .p-link__img {
    height: 480px !important;
  }
}
.p-link__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 15, 0.52);
  transition: background 0.4s ease;
  z-index: 1;
}
.p-link__body {
  position: absolute;
  z-index: 2;
  bottom: 48px;
  left: 0;
  width: 100%;
  padding: 0 7vw;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .p-link__body {
    bottom: 60px;
    padding: 0 56px;
  }
}
.p-link__en {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ca9a14;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .p-link__en {
    font-size: 12px;
  }
}
.p-link__line {
  width: 32px;
  height: 1px;
  background: #ca9a14;
  margin-bottom: 14px;
}
.p-link__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .p-link__title {
    font-size: 28px;
  }
}
.p-link__desc {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.9 !important;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .p-link__desc {
    font-size: 13px !important;
  }
}
.p-link__btn {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: color 0.3s, border-color 0.3s;
}
@media (min-width: 960px) {
  .p-link__btn {
    font-size: 13px;
  }
}
.p-link__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.p-about {
  padding: 60px 0;
  background: #f7f5f2;
}
@media (min-width: 960px) {
  .p-about {
    padding: 80px 0;
  }
}
.p-about__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 960px) {
  .p-about__inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.p-about__left {
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .p-about__left {
    width: 280px;
  }
}
.p-about__label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ca9a14;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .p-about__label {
    font-size: 16px;
  }
}
.p-about__line {
  width: 36px;
  height: 2px;
  background: #ca9a14;
  margin-bottom: 20px;
}
.p-about__body {
  margin-bottom: 28px;
}
.p-about__body .c-txt-sm {
  font-size: 13px;
  line-height: 2;
  color: rgb(75, 71, 71);
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .p-about__body .c-txt-sm {
    font-size: 14px;
  }
}
.p-about__btn {
  display: inline-block;
  padding: 12px 46px;
  border: 1px solid rgb(24, 24, 24);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: rgb(24, 24, 24) !important;
  transition: background 0.3s, color 0.3s;
}
.p-about__btn:hover {
  background: rgb(24, 24, 24);
  color: #fff !important;
}
.p-about__right {
  flex: 1;
  min-width: 0;
}
.p-about__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (min-width: 960px) {
  .p-about__imgs {
    gap: 12px;
  }
}
.p-about__img {
  aspect-ratio: 3/3;
  overflow: hidden;
}
.p-about__img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-rushing {
  background: #f5f0e8;
}
.c-rushing__hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .c-rushing__hero {
    height: 380px;
  }
}
.c-rushing__hero-bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/home/request6.webp);
  background-size: cover;
  background-position: center;
}
.c-rushing__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 20, 0.55);
}
.c-rushing__hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
}
.c-rushing__hero-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .c-rushing__hero-title {
    font-size: 48px;
  }
}
.c-rushing__hero-sub-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}
.c-rushing__hero-line {
  display: block;
  width: 40px;
  height: 1px;
  background: #ca9a14;
}
.c-rushing__hero-sub {
  color: #ca9a14;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .c-rushing__hero-sub {
    font-size: 17px;
  }
}
.c-rushing__hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px !important;
  letter-spacing: 0.08em;
}
@media (min-width: 960px) {
  .c-rushing__hero-desc {
    font-size: 15px !important;
  }
}
.c-rushing__tags-wrap {
  background: #fff;
  border-top: 1px solid #e0dbd2;
  border-bottom: 1px solid #e0dbd2;
}
.c-rushing__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .c-rushing__tags {
    flex-direction: row;
  }
}
.c-rushing__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #333;
  border-bottom: 1px solid #e0dbd2;
}
.c-rushing__tag:last-child {
  border-bottom: none;
}
@media (min-width: 960px) {
  .c-rushing__tag {
    flex: 1;
    flex-direction: row;
    justify-content: center;
    padding: 20px 10px;
    font-size: 13px;
    border-bottom: none;
    border-right: 1px solid #e0dbd2;
  }
  .c-rushing__tag:last-child {
    border-right: none;
  }
}
.c-rushing__tag__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ca9a14;
}
.c-rushing__plans-wrap {
  padding: 52px 0 60px;
  background: #f5f0e8;
}
@media (min-width: 960px) {
  .c-rushing__plans-wrap {
    padding: 72px 0 80px;
  }
}
.c-rushing__plans {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 960px) {
  .c-rushing__plans {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
}
.c-rushing__plan {
  flex: 1;
  background: #fff;
  border: 1px solid #d8d2c8;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.c-rushing__plan--premium {
  background: #0d1526;
  border: 2px solid #ca9a14;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
@media (min-width: 960px) {
  .c-rushing__plan--premium {
    margin-top: -24px;
    margin-bottom: -24px;
  }
}
.c-rushing__plan--premium .c-rushing__plan-header {
  margin-top: 0;
}
.c-rushing__plan--premium .c-rushing__plan-body {
  background: #0d1526;
}
.c-rushing__plan--premium .c-rushing__plan-rooms {
  color: rgba(255, 255, 255, 0.65);
}
.c-rushing__plan--premium .c-rushing__plan-rooms strong {
  color: #fff;
}
.c-rushing__plan--premium .c-rushing__plan-free-num {
  color: #ca9a14;
}
.c-rushing__plan--premium .c-rushing__plan-free-text {
  color: rgba(255, 255, 255, 0.85);
}
.c-rushing__plan--premium .c-rushing__plan-free-sub {
  color: rgba(255, 255, 255, 0.6);
}
.c-rushing__plan--premium .c-rushing__plan-divider {
  border-color: rgba(255, 255, 255, 0.15);
}
.c-rushing__plan--premium .c-rushing__plan-price-box {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.c-rushing__plan--premium .c-rushing__plan-price-label {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.3);
}
.c-rushing__plan--premium .c-rushing__plan-price-num {
  color: #fff;
}
.c-rushing__plan--premium .c-rushing__plan-price-unit {
  color: rgba(255, 255, 255, 0.65);
}
.c-rushing__plan--premium .c-rushing__plan-tax {
  color: rgba(255, 255, 255, 0.45);
}
.c-rushing__plan--premium .c-rushing__plan-features li {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
}
.c-rushing__plan--premium .c-rushing__check {
  background: #ca9a14;
}
.c-rushing__plan-badge {
  background: linear-gradient(160deg, #d4aa2e 0%, #b8962e 50%, #8a6510 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 20px;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
.c-rushing__plan-badge::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #8a6510;
}
.c-rushing__plan-header {
  background: #0d1526;
  padding: 18px 20px;
}
.c-rushing__plan-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
}
@media (min-width: 960px) {
  .c-rushing__plan-name {
    font-size: 19px;
  }
}
.c-rushing__plan-body {
  padding: 24px 11px 28px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .c-rushing__plan-body {
    padding: 28px 28px 32px;
  }
}
.c-rushing__plan-rooms {
  font-size: 18px;
  color: rgb(100, 96, 96);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.c-rushing__plan-rooms strong {
  font-size: 28px;
  color: rgb(24, 24, 24);
  font-weight: 700;
}
.c-rushing__plan-free-wrap {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  background-image: url(../images/home/lanking.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-rushing__plan-free-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 -24px;
}
@media (min-width: 960px) {
  .c-rushing__plan-free-inner {
    margin: 0 -28px;
  }
}
.c-rushing__plan-free-inner p {
  flex: 1;
  text-align: center;
  line-height: 1.1;
}
.c-rushing__plan-lanking {
  width: 72px;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .c-rushing__plan-lanking {
    width: 84px;
  }
}
.c-rushing__plan-lanking--right {
  transform: scaleX(-1);
}
.c-rushing__plan-free-text {
  font-size: 30px;
  color: rgb(75, 71, 71);
  display: inline;
}
.c-rushing__plan-free-num {
  font-size: 52px;
  font-weight: 700;
  color: #ca9a14;
  line-height: 1;
  display: inline;
}
@media (min-width: 960px) {
  .c-rushing__plan-free-num {
    font-size: 60px;
  }
}
.c-rushing__plan-free-sub {
  font-size: 12px;
  color: rgb(120, 116, 116);
  margin-top: 6px;
  letter-spacing: 0.05em;
}
.c-rushing__plan-divider {
  border: none;
  border-top: 1px solid #e8e3db;
  margin: 16px 0;
}
.c-rushing__plan-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ddd8d0;
  padding: 10px 14px;
  margin-bottom: 6px;
  background: #faf8f4;
}
.c-rushing__plan-price-label {
  font-size: 12px;
  color: rgb(110, 106, 106);
  white-space: nowrap;
  border: 1px solid #ccc;
  padding: 2px 8px;
}
.c-rushing__plan-price-num {
  font-size: 26px;
  font-weight: 700;
  color: rgb(24, 24, 24);
  letter-spacing: -0.02em;
}
.c-rushing__plan-price-unit {
  font-size: 12px;
  color: rgb(110, 106, 106);
}
.c-rushing__plan-tax {
  font-size: 11px;
  color: rgb(150, 146, 146);
  margin-bottom: 16px;
}
.c-rushing__plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  flex: 1;
}
.c-rushing__plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgb(75, 71, 71);
  padding: 9px 0;
  border-bottom: 1px solid #f0ebe2;
}
.c-rushing__plan-features li:last-child {
  border-bottom: none;
}
.c-rushing__feature--gold {
  color: #ca9a14 !important;
}
.c-rushing__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(24, 24, 24);
  color: #fff;
  font-size: 11px;
  flex-shrink: 0;
}
.c-rushing__check--gold {
  background: #ca9a14;
}
.c-rushing__exec-bonus {
  margin-top: 16px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.35);
  padding: 14px 16px;
  text-align: left;
}
.c-rushing__exec-bonus-title {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #ca9a14;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.c-rushing__exec-bonus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-rushing__exec-bonus-list li {
  font-size: 13px;
  color: #0d1526;
  padding: 7px 8px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-rushing__exec-bonus-list li:last-child {
  border-bottom: none;
}
.c-rushing__coverage {
  background: #0d1526;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .c-rushing__coverage {
    padding: 48px 0;
  }
}
.c-rushing__coverage-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 960px) {
  .c-rushing__coverage-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.c-rushing__coverage-left {
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .c-rushing__coverage-left {
    text-align: left;
    width: 200px;
  }
}
.c-rushing__coverage-en {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #ca9a14;
  margin-bottom: 6px;
}
.c-rushing__coverage-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .c-rushing__coverage-title {
    font-size: 26px;
  }
}
.c-rushing__coverage-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 960px) {
  .c-rushing__coverage-divider {
    width: 1px;
    height: 60px;
    margin: 0 48px;
    flex-shrink: 0;
  }
}
.c-rushing__coverage-right {
  flex: 1;
  text-align: center;
}
@media (min-width: 960px) {
  .c-rushing__coverage-right {
    text-align: left;
  }
}
.c-rushing__coverage-area {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .c-rushing__coverage-area {
    font-size: 18px;
  }
}
.c-rushing__coverage-note {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}
.c-rushing__options-wrap {
  background: #fff;
  padding: 52px 0 48px;
  border-top: 1px solid #e0dbd2;
}
@media (min-width: 960px) {
  .c-rushing__options-wrap {
    padding: 64px 0 60px;
  }
}
.c-rushing__options-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}
.c-rushing__options-line {
  display: block;
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: #ccc8c0;
}
.c-rushing__options-title {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: rgb(75, 71, 71);
  white-space: nowrap;
}
.c-rushing__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
@media (min-width: 960px) {
  .c-rushing__options {
    flex-direction: row;
    gap: 20px;
  }
}
.c-rushing__option {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  border: 1px solid #e0dbd2;
  background: #faf8f4;
}
.c-rushing__option-icon {
  font-size: 32px;
  flex-shrink: 0;
  line-height: 1;
  width: 10%;
}
.c-rushing__option-name {
  font-size: 16px;
  font-weight: 600;
  color: rgb(24, 24, 24);
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
.c-rushing__option-time {
  font-size: 11px;
  color: rgb(140, 136, 136);
  margin-bottom: 8px;
}
.c-rushing__option-price {
  font-size: 14px;
  color: rgb(24, 24, 24);
  font-weight: 500;
}
.c-rushing__option-price strong {
  font-size: 24px;
  font-weight: 700;
}
.c-rushing__option-tax {
  font-size: 11px;
  color: rgb(140, 136, 136);
  line-height: 1.8;
  margin-top: 2px;
}
.c-rushing__option-tax small {
  font-size: 10px;
}
.c-rushing__registration {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 24px;
  border: 1px solid #e0dbd2;
  background: #faf8f4;
}
@media (min-width: 960px) {
  .c-rushing__registration {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.c-rushing__registration-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-rushing__registration-label {
  font-size: 13px;
  color: rgb(75, 71, 71);
  border: 1px solid #bbb;
  padding: 6px 16px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.c-rushing__registration-price {
  font-size: 14px;
  color: rgb(24, 24, 24);
}
.c-rushing__registration-price strong {
  font-size: 24px;
  font-weight: 700;
}
.c-rushing__registration-price small {
  font-size: 11px;
  color: rgb(140, 136, 136);
  margin-left: 6px;
}
.c-rushing__registration-note {
  font-size: 12px;
  color: rgb(140, 136, 136);
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .c-rushing .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-rushing .view-sp {
    display: none;
  }
}

.price {
  padding: 30px 0;
  background-color: #eda6b7;
  color: #fff;
}
.price .f-center {
  text-align: center;
}
.price .f-center .arrow_box {
  font-size: 18px;
  padding: 0.25em 1.5em;
  font-weight: 600;
  margin: -70px 0 1em 0;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #4c2b07;
}
.price .f-center .arrow_box span {
  color: #e4007f;
  font-size: 20px;
}
.price .f-center .arrow_box::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.price .f-center .arrow_box::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .price .f-center .arrow_box {
    font-size: 18px;
    line-height: 1.5;
    margin: -80px 0 0.5em 0;
    padding: 0.25em 0.5em;
  }
}
.price h3 {
  text-align: center;
  margin: 20px 0 10px 0;
}
.price__tit {
  color: #fff;
  font-weight: bold;
  border-bottom: 4px dotted #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.price__tit strong {
  font-size: 42px;
}
.price__tit small {
  font-size: 18px;
}
.price.bs2 strong {
  font-size: 28px;
}
.price.bs2 small {
  font-size: 16px;
  margin-top: 8px;
}
.price.bs2 .price__tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #fff;
}
@media (min-width: 960px) {
  .price {
    text-align: center;
  }
  .price .c-container, .price .c-business-item__desc {
    padding: 0 20vw !important;
  }
}

.area {
  position: relative;
  background-color: #eda6b7;
  text-align: center;
  padding: 20px 0 50px 0;
}
.area h2 {
  margin-bottom: 20px;
}
.area h3 {
  font-size: 20px;
  text-align: center;
  color: #0c1526;
  margin: 20px 0;
}
.area ul {
  background-color: #fff;
}
.area ul li {
  padding: 20px 10px;
}
.area .c-txt-sm {
  margin-bottom: 20px;
  text-align: left;
}
.area .tit {
  text-align: left;
}
@media (min-width: 600px) {
  .area .tizu {
    display: flex;
    justify-content: center;
  }
  .area .area-img {
    margin: 0 20px;
  }
}
@media (min-width: 960px) {
  .area {
    padding: 100px 0 50px 0;
  }
  .area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .area ul li {
    width: 48%;
  }
}

.p-news {
  padding: 72px 0 80px;
  background: #faf9f7;
}
@media (min-width: 960px) {
  .p-news {
    padding: 88px 0 100px;
  }
}
.p-news__head {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .p-news__head {
    margin-bottom: 52px;
  }
}
.p-news__en {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #c9a84c;
  margin-bottom: 8px;
}
.p-news__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #1a1a1a;
}
@media (min-width: 960px) {
  .p-news__title {
    font-size: 26px;
  }
}
.p-news__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #e0dbd2;
}
@media (min-width: 960px) {
  .p-news__list {
    max-width: 800px;
    margin: 0 auto 48px;
  }
}
.p-news__item {
  border-bottom: 1px solid #e0dbd2;
}
.p-news__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  transition: background 0.2s;
}
@media (min-width: 960px) {
  .p-news__item a {
    padding: 20px 8px;
    gap: 24px;
  }
}
.p-news__item a:hover .p-news__item-title {
  color: #c9a84c;
}
.p-news__item a:hover .p-news__arrow svg {
  transform: translateX(4px);
}
.p-news__date {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #999;
  font-family: "Times New Roman", serif;
}
@media (min-width: 960px) {
  .p-news__date {
    font-size: 13px;
  }
}
.p-news__item-title {
  flex: 1;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: color 0.2s;
}
@media (min-width: 960px) {
  .p-news__item-title {
    font-size: 15px;
  }
}
.p-news__arrow {
  flex-shrink: 0;
  color: #c9a84c;
}
.p-news__arrow svg {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.2s;
}
.p-news__btn-wrap {
  text-align: center;
}

.p-access .m-heading-normal {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.15em;
}
.p-access .m-block-access img {
  max-width: 100%;
  vertical-align: bottom;
}
.p-access .m-block-access__visual {
  margin-bottom: 30px;
}
.p-access .m-block-access__photos {
  display: flex;
}
.p-access .m-block-access__map {
  width: 100%;
  height: 112vw;
}
.p-access .m-block-access__description {
  margin: 0 8vw;
  line-height: 2;
  box-sizing: border-box;
  font-size: 12px;
}

.p-footer {
  padding: 16vw 8vw 20vw;
  font-size: 3.7333333333vw;
  background: #000000;
  display: block;
  color: #fff;
}
.p-footer__label {
  margin-bottom: 8vw;
}
.p-footer__logo {
  width: 30%;
}
.p-footer__subject {
  margin-top: 4vw;
  font-size: 3.2vw;
  color: #fff;
}
.p-footer__nav {
  margin-bottom: 43px;
}
.p-footer__nav > ul {
  line-height: 1.3;
  margin-top: 43px;
}
.p-footer__nav > ul > li {
  margin-bottom: 26px;
}
.p-footer__nav > ul > li a {
  color: #fff;
}
@media (min-width: 960px) {
  .p-footer__nav > ul > li {
    width: 30%;
  }
}
.p-footer__back > a {
  display: block;
  border: 1px solid #c4ccd1;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  margin: 0 auto;
  border-radius: 100%;
  font-size: 4.2666666667vw;
  text-align: center;
}
.p-footer__back > a::before {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  display: block;
  width: 3.2vw;
  height: 1.2vw;
  margin: 5.3333333333vw auto 1.3333333333vw auto;
}
.p-footer p,
.p-footer a {
  color: #fff;
}
.p-footer address {
  margin-top: 20px;
}
.p-footer address span {
  position: relative;
  padding: 0 0 3px 20px;
  border-bottom: 1px solid rgb(155, 155, 155);
}
.p-footer address span::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(../images/common/ico-map-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__copyright {
  margin-top: 8vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}

.p-instagram #sbi_images {
  margin-bottom: 40px;
}
.p-instagram #sb_instagram .sb_instagram_header {
  display: none;
}
.p-instagram .sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
}
.p-instagram .sbi_photo img {
  height: 100% !important;
}
.p-instagram #sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
}
.p-instagram #sb_instagram #sbi_images .sbi_item {
  width: 33.3% !important;
}
@media (min-width: 960px) {
  .p-instagram__img {
    justify-content: space-around;
    margin-bottom: 60px;
  }
}

.example ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.example ul li {
  width: 48%;
  margin-bottom: 30px;
  box-shadow: 20px 30px 45px rgb(199, 199, 199);
}
.example ul li .Img {
  height: 200px;
}
.example ul li p {
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 960px) {
  .example ul {
    justify-content: space-around;
  }
  .example ul li {
    width: 23%;
    border: 2px solid #0c1526;
  }
}

.cptu {
  margin-top: 60px;
}
.cptu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .cptu__list {
    justify-content: center;
  }
  .cptu__list li {
    margin-right: 50px;
  }
}
.cptu__item {
  width: 48%;
}
.cptu .thumbnail-img {
  height: 150px;
  margin-bottom: 10px;
}
.cptu__tit {
  margin: 10px 0;
  font-size: 16px;
}
.cptu__content {
  color: rgb(24, 24, 24);
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 960px) {
  .cptu__item {
    width: 24%;
  }
}

.c-works-sl__subtit {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__subtit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #0c1526;
}
@media (min-width: 960px) {
  .c-works-sl__subtit {
    font-size: 22px;
  }
}
.c-works-sl__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #0c1526;
}
@media (min-width: 960px) {
  .c-works-sl__title {
    font-size: 26px;
  }
}
.c-works-sl__img {
  height: 100%;
}
.c-works-sl-slider .mySwiper2 {
  position: relative;
}
.c-works-sl-slider .mySwiper2 .swiper-wrapper {
  position: relative;
  width: 100%;
}
.c-works-sl-slider .mySwiper2 .swiper-slide {
  opacity: 0;
}
.c-works-sl-slider .mySwiper2 .swiper-slide-active {
  opacity: 1;
}
.c-works-sl-slider .mySwiper {
  height: 100px;
  box-sizing: border-box;
}
.c-works-sl-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}
.c-works-sl-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.c-works-sl-slider .swiper-button-prev, .c-works-sl-slider .swiper-button-next {
  position: absolute;
  background-color: rgb(24, 24, 24);
}
.c-works-sl-slider .swiper-button-prev::after, .c-works-sl-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.c-works-sl-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-works-sl-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .c-works-sl .c-container, .c-works-sl .c-business-item__desc {
    margin: 0 20vw;
  }
  .c-works-sl .mySwiper2 .swiper-slide {
    width: 100% !important;
  }
  .c-works-sl .mySwiper .swiper-slide {
    width: 25% !important;
  }
}

.c-flow {
  padding: 72px 0 80px;
  background: #faf9f7;
}
@media (min-width: 960px) {
  .c-flow {
    padding: 88px 0 100px;
  }
}
.c-flow__head {
  text-align: center;
  margin-bottom: 52px;
}
@media (min-width: 960px) {
  .c-flow__head {
    margin-bottom: 64px;
  }
}
.c-flow__en {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #c9a84c;
  margin-bottom: 8px;
}
.c-flow__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media (min-width: 960px) {
  .c-flow__title {
    font-size: 26px;
  }
}
.c-flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (min-width: 960px) {
  .c-flow__steps {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}
.c-flow__step {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 0;
}
@media (min-width: 960px) {
  .c-flow__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0;
  }
}
.c-flow__icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8e4dc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .c-flow__icon {
    width: 88px;
    height: 88px;
  }
}
.c-flow__icon img {
  width: 32px;
  height: 32px;
  color: #c9a84c;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .c-flow__icon img {
    width: 38px;
    height: 38px;
  }
}
.c-flow__text {
  flex: 1;
}
@media (min-width: 960px) {
  .c-flow__text {
    flex: unset;
    width: 100%;
  }
}
.c-flow__step-num {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #c9a84c;
  margin-bottom: 4px;
}
.c-flow__step-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d2c8;
}
@media (min-width: 960px) {
  .c-flow__step-name {
    font-size: 15px;
  }
}
.c-flow__step-desc {
  color: #555;
  line-height: 1.75;
}
.c-flow__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  padding: 4px 0;
}
.c-flow__arrow svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .c-flow__arrow {
    padding: 0 8px;
    margin-top: 44px;
  }
  .c-flow__arrow svg {
    transform: rotate(0deg);
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 959px) {
  .c-flow .flow li {
    position: relative;
    box-shadow: 10px 20px 35px rgb(217, 217, 217);
    border-radius: 10px;
  }
  .c-flow .flow li dl {
    width: 100%;
    padding: 20px 15px;
    align-items: center;
    border: 2px solid #eda6b7;
    border-radius: 10px;
    position: relative;
  }
  .c-flow .flow li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #565555;
    flex-basis: 20%;
    text-align: center;
    padding: 0 50px;
  }
  .c-flow .flow li dl dt .icon {
    font-size: 14px;
    color: #fff;
    background: #eda6b7;
    background: linear-gradient(to right, #b8b7f2 0%, #fbc7d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 8px 8px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
  }
  .c-flow .flow li:not(:first-child) dl::before, .c-flow .flow li:not(:first-child) dl::after, .c-flow .flow li:not(:last-child) dl::before, .c-flow .flow li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-flow .flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-flow .flow li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #eda6b7;
  }
  .c-flow .flow li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
  }
  .c-flow .flow li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 5px dotted #a1a1a1;
    position: absolute;
    top: -40px;
    left: calc(18% + 30px - 2px);
    z-index: 10;
  }
}
@media (min-width: 960px) {
  .c-flow .c-container, .c-flow .c-business-item__desc {
    padding: 0 13vw;
  }
  .c-flow .flow {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flow .flow li {
    padding: 20px 30px;
    margin-bottom: 8vh;
    flex-basis: 48%;
    border: 2px solid #eda6b7;
    position: relative;
    box-shadow: 10px 20px 35px rgb(217, 217, 217);
  }
  .c-flow .flow li:nth-child(odd) {
    margin-right: auto;
  }
  .c-flow .flow li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #eda6b7;
  }
  .c-flow .flow li .icon {
    font-size: 12px;
    color: #fff;
    background: #eda6b7;
    background: linear-gradient(to right, #b8b7f2 0%, #fbc7d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 5px 20px;
    display: block;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
  }
  .c-flow .flow li:not(:last-child)::before {
    border-width: 22px;
    border-left-color: #eda6b7;
  }
  .c-flow .flow li:not(:last-child)::after {
    border-width: 20px;
    border-left-color: #fff;
  }
  .c-flow .flow li::before, .c-flow .flow li::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}

.faq-contents .faq .c-txt-sm {
  font-size: 16px;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  padding: 0 0 6vw 0;
}
.faq-contents .faq dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  font-size: 28px;
  color: #0c1526;
}
.faq-contents .faq dt span {
  padding-right: 8vw;
  margin-top: 4vw;
  margin-left: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 3vw;
}
.faq-contents .faq dt span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  visibility: visible;
  margin: auto;
  border-bottom: 3px solid #0c1526;
  border-right: 3px solid #0c1526;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.faq-contents .faq dd {
  position: relative;
  border-top: 4px dotted rgb(194, 194, 194);
  padding-top: 10px;
}
.faq-contents .faq dd .m-description-article {
  margin: 2vw 0 2vw 8vw;
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  padding-left: 3vw;
}
.faq-contents .faq dd .m-description-article::before {
  content: "A";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  color: #0c1526;
  font-weight: bold;
}
.faq-contents .faq .more-btn {
  display: block;
}

#businessPage .tit {
  text-align: center;
  font-size: 20px;
}
#businessPage .tit .en {
  font-size: 12px;
  color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
}
#businessPage .c-points {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2f6f9;
}
#businessPage .c-points ul {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
#businessPage .c-points ul li {
  margin-bottom: 15px;
  width: 49%;
}
@media (min-width: 960px) {
  #businessPage .c-points ul li {
    width: 33%;
  }
}
#businessPage .c-points__img {
  text-align: center;
}
#businessPage .c-points__img img {
  width: 50%;
  height: 120px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#businessPage .c-points__desc .item-tit {
  font-size: 18px;
  font-weight: bold;
}
#businessPage .c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  border-bottom: 2px solid linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
}
#businessPage .c-points__desc .num-wrap {
  text-align: center;
}
@media (max-width: 599px) {
  #businessPage .item-img.view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  #businessPage .item-img.view-sp {
    display: none;
  }
}

.c-business {
  background-color: #eff5fa;
  padding: 30px 0;
}
.c-business__txt {
  text-align: center;
}
.c-business__desc {
  background-color: #fff;
  padding: 6%;
}
.c-business__desc h3 {
  border-bottom: 3px dotted rgb(155, 155, 155);
  padding-bottom: 5px;
  font-size: 20px;
  margin: 20px 0 30px 0;
  font-weight: bold;
}
.c-business__desc ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-business__desc ul li {
  width: 48%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(13, 9, 67);
}
.c-business__desc ul li::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  background-image: url(../images/common/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-business #business02 .c-business__tit {
  background-image: url(../images/home/img27.webp);
}
.c-business #business03 .c-business__tit {
  background-image: url(../images/home/img30.webp);
}
.c-business__tit {
  position: relative;
  background-image: url(../images/home/img31.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
  padding: 98px 0;
  text-align: center;
}
.c-business__tit.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(5, 5, 20);
  opacity: 0.3;
  z-index: 100;
}
.c-business__tit .item-tit {
  position: relative;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  z-index: 200;
  padding-bottom: 5px;
}
.c-business-item .c-title {
  margin-top: 0;
}
.c-business-item .c-title .en {
  font-size: 24px;
}
.c-business-item .c-title .en::before {
  height: 22px;
  width: 22px;
}
.c-business.bs2 #business01 .c-business__tit {
  padding: 45px 0;
  background-image: url(../images/home/img1.jpeg);
}
@media (min-width: 960px) {
  .c-business__tit {
    height: 330px;
    padding: 146px 0;
  }
  .c-business .item-tit {
    font-size: 30px;
  }
}

#contact-page .c-topview {
  margin-bottom: 0;
}

.c-contact {
  padding-top: 40px;
  background: white;
}
.c-contact .c-topview .c-container p, .c-contact .c-topview .c-business-item__desc p {
  text-align: center;
  font-weight: bold;
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: rgb(24, 24, 24);
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  padding-bottom: 40px;
  text-align: center;
}
.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 rgb(24, 24, 24);
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid rgb(24, 24, 24);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: rgb(29, 100, 158);
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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: #858585;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(24, 24, 24);
  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 .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .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: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 650px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
@media (min-width: 1500px) {
  .c-contact .contact-form .wrap {
    padding: 0 600px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.contents-wrapper {
  background-color: #eff5fa;
}
.contents-wrapper .c-topview {
  margin-bottom: 0;
}

.treatment-contents .c-topview__title {
  left: 50%;
}
.treatment-contents .tr-message {
  margin: 18vw 0 18vw 0;
}
.treatment-contents .tr-message__inner {
  margin-bottom: 20vw;
}
.treatment-contents .tr-message__button {
  position: relative;
  margin-top: 5.3vw;
}
.treatment-contents .tr-message__button a {
  padding-bottom: 2vw;
  padding-right: 3vw;
  border-bottom: 1px solid rgb(175, 175, 175);
}
.treatment-contents .tr-message__button a::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6vw;
  height: 2.6666666667vw;
  margin-left: 2.1333333333vw;
  background-image: url(../images/common/icon_arrow--right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 980px) {
  .treatment-contents .tr-message__button {
    text-align: right;
  }
}
.treatment-contents .tr-message__photo {
  margin: 0 -7vw;
}
.treatment-contents .tr-menu {
  margin-bottom: 60px;
}
.treatment-contents .tr-menu__list {
  margin-top: -4vw;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treatment-contents .tr-menu__list li {
  position: relative;
  width: 40vw;
  height: 40vw;
  margin-top: 4vw;
  text-align: center;
  color: #0c1526;
  font-weight: 500;
}
.treatment-contents .tr-menu__list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #8dc21f;
  border-radius: 100%;
}
.treatment-contents .tr-menu__list li span {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: -0.5em auto 0 auto;
}
.treatment-contents .btn-category {
  margin: 0 -7vw;
}

.staff-wrapper .st-topview {
  position: relative;
}
.staff-wrapper .st-topview__title {
  position: absolute;
  bottom: 10%;
  left: 8%;
  font-size: 1.6rem;
  color: rgb(24, 24, 24);
}
@media screen and (max-width: 767px) {
  .staff-wrapper .st-staff .heading-group {
    margin-bottom: 8vw;
  }
  .staff-wrapper .st-staff .heading-en {
    font-size: 3.7vw;
  }
  .staff-wrapper .st-staff .heading-normal {
    margin-bottom: 8vw;
    font-size: 5.3vw;
    line-height: 1.4;
  }
}
.staff-wrapper .st-staff .heading-en {
  text-align: center;
  color: #005aa4;
  font-weight: 400;
}
.staff-wrapper .st-staff .heading-normal {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.staff-wrapper .st-staff .doctor__photo {
  width: 68vw;
  margin: 0 auto 4vw auto;
}
.staff-wrapper .st-staff__name {
  margin-bottom: 5.3vw;
  text-align: center;
}
.staff-wrapper .st-staff__name h3 {
  margin-bottom: 2.1vw;
  color: #707070;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2;
}
.staff-wrapper .st-staff__item {
  margin-bottom: 4.8vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
.staff-wrapper .st-staff__item h5 {
  margin-bottom: 2.6666666667vw;
  color: #8dc21f;
  font-weight: 400;
}
.staff-wrapper .st-staff__item h5::before {
  content: "―";
  display: inline-block;
  margin-right: 1vw;
}
.staff-wrapper .btn-category {
  margin: 0 -7vw;
}
.staff-wrapper .p-open-time {
  margin-top: 0;
}

.contents-recruit .c-table01 tr {
  padding: 12px;
  border-top: 1px solid #e3e2dc;
  display: block;
}
.contents-recruit .c-table01 th {
  font-weight: bold;
}
.contents-recruit .c-table01 td {
  line-height: 1.5;
  font-size: 0.8rem;
}
.contents-recruit .c-recruit__title {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .contents-recruit .c-table01 th {
    display: block;
  }
}
@media (max-width: 599px) {
  .contents-recruit th {
    color: rgb(24, 24, 24);
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contents-recruit .recruit-subtitle {
  font-size: 20px;
  color: rgb(24, 24, 24);
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10vw;
}
.contents-recruit .recruit-message__block {
  padding-bottom: 10vw;
}
.contents-recruit .recruit-detail-sec.is-bottom {
  margin-top: 60px;
}
.contents-recruit .recruit-detail-sec__ico {
  font-family: serif;
}
.contents-recruit .recruit-detail-sec__ico.is-detail::before {
  background-image: url(../images/recruit/ico_detail01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contents-recruit .recruit-detail-sec__ico.is-info::before {
  background-image: url(../images/recruit/ico_info01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-recruit .recruit-detail__head {
  margin-bottom: 30px;
}
.contents-recruit .is-bottom {
  padding: 10vw 0;
}
.contents-recruit .is-bottom tr:last-child {
  border-bottom: 1px solid #e3e2dc;
}

.c-news {
  padding: 10vw 0 10vw 0;
  letter-spacing: 3px;
}
.c-news__item:first-child {
  border-top: 1px solid rgb(235, 235, 235);
}
.c-news__link {
  display: block;
  padding: 4vw 4vw;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.c-news__link p {
  margin-top: 2vw;
  font-size: 0.8rem;
}
.c-news__date {
  box-sizing: border-box;
  line-height: 1.5;
  color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  display: inline-block;
}
.c-news__list {
  padding-bottom: 5vw;
}
.c-news .page-numbers {
  margin: 6vw 0;
}
.c-news .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(24, 24, 24);
  font-size: 12px;
  padding-left: 3px;
}
.c-news .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(225, 238, 247) !important;
}
.c-news .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;
}
.c-news .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  top: 0;
}
.c-news .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 (max-width: 767px) {
  .c-news .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
.c-news__contents {
  line-height: 2;
  font-size: 0.8rem;
}
.c-news__title {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 100;
}
.c-news .c-news__block {
  padding: 8vw 0;
}

.c-news-sl {
  padding: 30vw 0 20vw 0;
}
.c-news-sl .c-container, .c-news-sl .c-business-item__desc {
  padding: 5vw 5vw 0 5vw;
}
.c-news-sl__date {
  box-sizing: border-box;
  line-height: 1.5;
  color: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  display: inline-block;
  padding: 2vw 0;
}
.c-news-sl__contents {
  padding: 5vw 0;
  line-height: 2.5;
  font-size: 16px;
}
@media (min-width: 600px) {
  .c-news-sl__contents {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-news-sl__contents {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-news-sl__contents {
    font-size: 24px;
  }
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  border-bottom: 1px solid rgb(114, 114, 114);
}

.c-privacy {
  margin-top: 130px;
}
.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;
}
.c-privacy-btn {
  text-align: center;
  margin: 40px 0;
  font-size: 20px;
}
.c-privacy-btn a {
  position: relative;
  border: 1px solid rgb(24, 24, 24);
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.c-privacy-btn a:hover {
  letter-spacing: 5px;
  transition: all 0.3s;
}
.c-privacy-btn a::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-thanks {
  margin-top: 130px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  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(24, 24, 24);
  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;
}
.c-service {
  padding: 64px 0 80px;
  background: #fff;
}
@media (min-width: 960px) {
  .c-service {
    padding: 80px 0 100px;
  }
}
.c-service__head {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 960px) {
  .c-service__head {
    margin-bottom: 64px;
  }
}
.c-service__en {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .c-service__en {
    font-size: 40px;
  }
}
.c-service__title {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #666;
  margin-bottom: 16px;
  font-weight: 400;
}
.c-service__desc {
  color: #555;
  max-width: 560px;
  margin: 0 auto;
}
.c-service__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {
  .c-service__list {
    gap: 48px;
  }
}
.c-service__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e4dc;
}
@media (min-width: 960px) {
  .c-service__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 48px;
  }
}
.c-service__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-service__img {
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .c-service__img {
    width: 44%;
  }
}
.c-service__img img {
  width: 100%;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 960px) {
  .c-service__img img {
    height: 280px !important;
  }
}
.c-service__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-service__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #c9a84c;
}
@media (min-width: 960px) {
  .c-service__name {
    font-size: 22px;
  }
}
.c-service__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-service__features li {
  padding-left: 16px;
  position: relative;
  color: #444;
}
.c-service__features li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #c9a84c;
}
.c-service__btn {
  align-self: flex-end;
}

.c-price {
  padding: 72px 0 100px;
  background: #faf9f7;
}
@media (min-width: 960px) {
  .c-price {
    padding: 88px 0 120px;
  }
}
.c-price__head {
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .c-price__head {
    margin-bottom: 72px;
  }
}
.c-price__en {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-price__en {
    font-size: 52px;
  }
}
.c-price__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #888;
  margin-bottom: 20px;
}
.c-price__title span {
  font-size: 12px;
}
.c-price__note {
  color: #666;
  line-height: 1.9;
  text-align: center;
}
.c-price__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .c-price__grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
  }
}
.c-price__block {
  background: #fff;
  border: 1px solid #e8e4dc;
  overflow: hidden;
  flex: 1 1 calc(50% - 12px);
  min-width: 0;
}
@media (min-width: 960px) {
  .c-price__block:nth-child(1), .c-price__block:nth-child(3) {
    flex: 1 1 calc(55% - 12px);
  }
  .c-price__block:nth-child(2), .c-price__block:nth-child(4) {
    flex: 1 1 calc(40% - 12px);
  }
  .c-price__block:nth-child(5), .c-price__block:nth-child(6) {
    flex: 1 1 calc(50% - 12px);
  }
}
.c-price__block-head {
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-bottom: 2px solid #c9a84c;
}
@media (min-width: 960px) {
  .c-price__block-head {
    padding: 20px 32px;
    gap: 14px;
  }
}
.c-price__block-head__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #c9a84c;
}
@media (min-width: 960px) {
  .c-price__block-head__icon {
    width: 22px;
    height: 22px;
  }
}
.c-price__block-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (min-width: 960px) {
  .c-price__block-title {
    font-size: 18px;
  }
}
.c-price__table {
  width: 100%;
  border-collapse: collapse;
}
.c-price__table tr {
  border-bottom: 1px solid #f0ece4;
}
.c-price__table tr:last-child {
  border-bottom: none;
}
.c-price__label {
  padding: 14px 20px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.03em;
  width: 60%;
}
@media (min-width: 960px) {
  .c-price__label {
    padding: 16px 32px;
    font-size: 17px;
    width: 70%;
  }
}
.c-price__amount {
  padding: 14px 20px 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: right;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .c-price__amount {
    padding: 16px 32px 16px 0;
    font-size: 20px;
  }
}
.c-price__amount--quote {
  color: #c9a84c;
  font-weight: 500;
}
.c-price__footer-notes {
  margin-top: 32px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8e4dc;
  border-left: 3px solid #c9a84c;
}
@media (min-width: 960px) {
  .c-price__footer-notes {
    padding: 28px 32px;
  }
}
.c-price__footer-notes p {
  color: #777;
  line-height: 1.8;
}
.c-price__footer-notes p + p {
  margin-top: 6px;
}

.l-content {
  padding: 72px 0 100px;
  background: #fff;
}
@media (min-width: 960px) {
  .l-content {
    padding: 88px 0 120px;
  }
}

.c-company__head {
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .c-company__head {
    margin-bottom: 72px;
  }
}
.c-company__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #1a1a1a;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .c-company__title {
    font-size: 40px;
  }
}
.c-company__en {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #c9a84c;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .c-company__en {
    font-size: 12px;
  }
}
.c-company__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-company__ornament-line {
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a84c);
}
.c-company__ornament-line:last-child {
  background: linear-gradient(to left, transparent, #c9a84c);
}
@media (min-width: 960px) {
  .c-company__ornament-line {
    width: 120px;
  }
}
.c-company__ornament-diamond {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.c-company__table-wrap {
  border: 1px solid #d8d2c8;
  overflow: hidden;
}
@media (min-width: 960px) {
  .c-company__table-wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
.c-company__table {
  width: 100%;
  border-collapse: collapse;
}
.c-company__table tr {
  border-bottom: 1px solid #d8d2c8;
}
.c-company__table tr:last-child {
  border-bottom: none;
}
.c-company__table th {
  background: #f7f4ef;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  width: 30%;
  border-right: 1px solid #d8d2c8;
}
@media (min-width: 960px) {
  .c-company__table th {
    padding: 28px 32px;
    font-size: 15px;
    width: 22%;
  }
}
.c-company__table td {
  padding: 20px 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  vertical-align: middle;
  background: #fff;
}
@media (min-width: 960px) {
  .c-company__table td {
    padding: 28px 40px;
    font-size: 15px;
  }
}
.c-company__table td a {
  color: #333;
  text-decoration: none;
}
.c-company__table td a:hover {
  color: #c9a84c;
}

.recruit-detaiil {
  padding: 72px 0 100px;
  background: #fff;
}
@media (min-width: 960px) {
  .recruit-detaiil {
    padding: 88px 0 120px;
  }
}

.c-recruit__head {
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .c-recruit__head {
    margin-bottom: 72px;
  }
}
.c-recruit__main-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #1a1a1a;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .c-recruit__main-title {
    font-size: 36px;
  }
}
.c-recruit__en {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #c9a84c;
  margin-bottom: 22px;
}
.c-recruit__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-recruit__ornament-line {
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a84c);
}
.c-recruit__ornament-line:last-child {
  background: linear-gradient(to left, transparent, #c9a84c);
}
@media (min-width: 960px) {
  .c-recruit__ornament-line {
    width: 120px;
  }
}
.c-recruit__ornament-diamond {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.c-recruit__table-wrap {
  border: 1px solid #d8d2c8;
  overflow: hidden;
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .c-recruit__table-wrap {
    max-width: 900px;
    margin: 0 auto 72px;
  }
}
.c-recruit__table {
  width: 100%;
  border-collapse: collapse;
}
.c-recruit__table tr {
  border-bottom: 1px solid #d8d2c8;
}
.c-recruit__table tr:last-child {
  border-bottom: none;
}
.c-recruit__table th {
  background: #f7f4ef;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  width: 30%;
  border-right: 1px solid #d8d2c8;
}
@media (min-width: 960px) {
  .c-recruit__table th {
    padding: 24px 32px;
    font-size: 15px;
    width: 22%;
  }
}
.c-recruit__table td {
  padding: 20px 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.9;
  vertical-align: middle;
}
@media (min-width: 960px) {
  .c-recruit__table td {
    padding: 24px 40px;
    font-size: 15px;
  }
}
.c-recruit__cta {
  text-align: center;
}
@media (min-width: 960px) {
  .c-recruit__cta {
    max-width: 900px;
    margin: 0 auto;
  }
}
.c-recruit__cta-text {
  color: #666;
  margin-bottom: 24px;
}
.c-recruit__cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 960px) {
  .c-recruit__cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.p-area {
  background: #000000;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .p-area {
    padding: 48px 0;
  }
}
.p-area__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 960px) {
  .p-area__inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.p-area__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 960px) {
  .p-area__left {
    flex: 1;
    padding-right: 56px;
  }
}
.p-area__right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 960px) {
  .p-area__right {
    flex: 1;
    padding-left: 56px;
  }
}
.p-area__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
@media (min-width: 960px) {
  .p-area__divider {
    width: 1px;
    height: 80px;
    flex-shrink: 0;
  }
}
.p-area__label {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5);
}
.p-area__text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .p-area__text {
    font-size: 15px;
  }
}
.p-area__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: border-color 0.2s, color 0.2s;
  align-self: flex-start;
}
.p-area__btn::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}
.p-area__btn:hover {
  border-color: #c9a84c;
  color: #c9a84c !important;
}
.p-area__count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}
.p-area__count-num {
  font-size: 44px;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: -0.02em;
  font-family: "Times New Roman", serif;
}
@media (min-width: 960px) {
  .p-area__count-num {
    font-size: 52px;
  }
}
.p-area__count-unit {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .p-area__count-unit {
    font-size: 18px;
  }
}
.p-area__count-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
}

.swiper-container {
  overflow: visible !important;
  height: 90vh;
}

.swiper-slide {
  overflow: hidden;
}
@media (max-width: 959px) {
  .swiper-slide .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .swiper-slide .view-sp {
    display: none;
  }
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.9s ease;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.swiper-container2 {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.swiper-container2 > img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition: transform 1s ease;
}

.swiper-container3 {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-top: 15vw;
}
.swiper-container3 > img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition: transform 1s ease;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  left: 47vw;
  bottom: 10px;
  z-index: 2;
  padding: 10px 10px 90px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 960px) {
  .scrolldown {
    font-size: 28px;
  }
}
.scrolldown {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
}
.scrolldown::after {
  height: 30px;
  animation: sdl 2.5s ease infinite;
}
@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}

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

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: 8000;
}
.mobile-menu.is-open {
  transform: translateX(0);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 100px;
}
.mobile-menu__item {
  opacity: 1;
  padding-bottom: 15px;
  margin: 0 40px 15px 40px;
  font-size: 18px;
  border-bottom: 1px solid #c0cdd4;
}
.mobile-menu__item a {
  color: rgb(24, 24, 24) !important;
}
.mobile-menu .contact-btn {
  padding: 0 10px;
}
.mobile-menu .contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .contact-btn-item {
  width: 48%;
  text-align: center;
}
.mobile-menu .contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: #fff;
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: rgb(24, 24, 24);
}
.mobile-menu .contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-menu .contact-btn-item .tel::before {
  background-image: url(../images/common/tel-white.png);
}
.mobile-menu .contact-btn-item .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.mobile-menu .contact-btn-item .insta::before {
  background-image: url(../images/common/icon-insta-white.png);
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  height: 64px;
}
@media (min-width: 960px) {
  .p-header {
    height: 72px;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  gap: 0;
}
@media (min-width: 960px) {
  .p-header__inner {
    padding: 0 32px;
  }
}
.p-header__logo {
  flex-shrink: 0;
  margin-right: auto;
  width: 65px;
}
.p-header__logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.p-header__logo img {
  display: block;
}
.p-header__logo-sub {
  display: none;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 960px) {
  .p-header__logo-sub {
    display: block;
  }
}
@media (min-width: 960px) {
  .p-header__logo {
    width: 106px;
  }
}
.p-header__nav {
  display: none;
}
@media (min-width: 960px) {
  .p-header__nav {
    display: flex;
    align-items: center;
    margin-right: 24px;
  }
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-header__nav-item a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85) !important;
  transition: color 0.2s;
}
.p-header__nav-item a:hover {
  color: #c9a84c !important;
}
.p-header__buttons {
  display: none;
  align-items: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .p-header__buttons {
    display: flex;
  }
}
.p-header__btn-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 38px;
  background: #06c755;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.p-header__btn-line svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.p-header__btn-line:hover {
  opacity: 0.85;
}
.p-header__btn-contact {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 38px;
  background: #c9a84c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.p-header__btn-contact:hover {
  opacity: 0.85;
}
.p-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  outline: none;
}
.p-header__hamburger:focus, .p-header__hamburger:focus-visible {
  outline: none;
}
.p-header__hamburger {
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: background 0.3s, transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.p-header__hamburger.is-open span {
  background: #000;
}

.p-header.is-scrolled .p-header__hamburger span {
  background: #000;
}

.p-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.p-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.p-header__drawer {
  position: fixed;
  top: 64px;
  right: -100%;
  width: 280px;
  height: calc(100vh - 64px);
  background: #0d1526;
  z-index: 8999;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 32px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-header__drawer.is-open {
  right: 0;
}
@media (min-width: 960px) {
  .p-header__drawer {
    display: none;
  }
}
.p-header__drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.p-header__drawer-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.p-header__drawer-list li a {
  display: block;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85) !important;
}
.p-header__drawer-list li a:hover {
  color: #c9a84c !important;
}
.p-header__drawer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-header__drawer-buttons .p-header__btn-line,
.p-header__drawer-buttons .p-header__btn-contact {
  justify-content: center;
  height: 48px;
  font-size: 14px;
  border-radius: 4px;
}
.p-header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8998;
}
.p-header__overlay.is-open {
  display: block;
}
@media (min-width: 960px) {
  .p-header__overlay {
    display: none !important;
  }
}

.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 .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
  transition: all 0.8s;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 3.3s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 3.9s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 5.1s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 5.4s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 5.7s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 6.3s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 6.6s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 6.9s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 7.8s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 8.1s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 8.7s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 9.3s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 9.9s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 10.2s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 11.1s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 11.4s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 11.7s;
}

.scroll-dwn {
  display: inline-block;
  position: absolute;
  z-index: 1000;
  left: 46%;
  bottom: -5%;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFF !important;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll-dwn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFF;
}
.scroll-dwn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(253, 253, 253, 0.4);
}
.scroll-dwn::after {
  height: 30px;
  animation: sdl 1.8s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}
.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: #f8f8f8;
  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;
  overflow: hidden;
}
.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.2);
  }
  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 span::after {
  transform: rotate(-135deg);
  transition: all 0.2s;
}

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

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

@media (min-width: 600px) {
  .m-button-normal {
    width: 50vw;
    font-size: 2.5vw;
  }
  .m-button-normal a {
    height: 10vw;
  }
  .m-button-normal a i {
    padding-right: 28px;
  }
  .m-button-normal a i::after {
    height: 16px;
    width: 16px;
  }
  .l-menu-sp__nav ul {
    font-size: 20px;
    text-align: center;
  }
  .btn-topicpath ul a {
    padding-right: 20px;
    margin-right: 20px;
  }
  .btn-topicpath ul a::after {
    top: 52%;
    height: 12px;
    width: 12px;
  }
  .btn-category i {
    margin-top: 15px;
    font-size: 16px;
    padding-right: 30px;
  }
  .c-head01 p {
    font-size: 1.5rem;
  }
  .p-header .l-action-sp {
    display: none;
  }
  .p-header .l-menu-sp-button {
    width: 10vw;
    height: 10vw;
  }
  .c-topview {
    position: relative;
  }
  .c-topview__img {
    height: 50vh;
  }
  .p-mv {
    height: 100vh;
  }
  .p-mv .swiper-container {
    height: 100vh;
  }
  .p-mv .scroll-dwn {
    font-size: 16px;
    left: 48%;
    bottom: 0%;
  }
  .contents-nav .p-index li {
    margin-bottom: 50px;
  }
  .contents-nav .p-index a {
    display: flex;
    justify-content: space-between;
  }
  .contents-nav .p-index__photo {
    width: 48%;
  }
  .contents-nav .p-index__desc {
    width: 48%;
  }
  .contents-nav .p-index__title {
    padding-bottom: 30px;
    padding-right: 60px;
  }
  .p-news h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .p-news__list li a {
    display: flex;
    align-items: center;
    padding: 3vw 5vw;
  }
  .p-news__date {
    font-size: 18px;
  }
  .p-news__item__title {
    margin-top: 0;
    font-size: 18px;
    padding-left: 40px;
  }
  .btn-category {
    margin-bottom: 50px;
  }
  .p-footer {
    padding: 10vw 8vw 2vw;
    font-size: 2vw;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .p-footer address p {
    font-size: 16px;
  }
  .p-footer__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
  }
  .p-footer__label img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer__logo {
    width: 25%;
  }
  .p-footer__subject {
    font-size: 2vw;
    padding-left: 60px;
    margin-top: 0;
  }
  .p-footer__nav {
    font-size: 2vw;
    width: 100%;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .p-access {
    padding: 10vw 0;
  }
  .p-access .m-heading-normal {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .p-access .m-block-access__map {
    height: 60vw;
    width: 50%;
  }
  .p-access .m-block-access__photos {
    width: 50%;
    flex-wrap: wrap;
  }
  .p-access .m-block-access__visual {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-access .m-block-access__description {
    font-size: 16px;
  }
  .p-instagram a {
    height: auto;
  }
  .p-instagram .more-btn {
    display: block;
  }
  #businessPage-wrap {
    display: flex;
    justify-content: space-between;
  }
  #businessPage .c-features .c-container, #businessPage .c-features .c-business-item__desc {
    display: flex;
    justify-content: space-between;
  }
  #businessPage .c-features .c-title {
    width: 30%;
  }
  #businessPage .c-features__desc {
    width: 65%;
  }
  #businessPage .c-points li {
    width: 18%;
  }
  #businessPage .c-business #business02 .c-business-item__wrap,
  #businessPage .c-business #business04 .c-business-item__wrap,
  #businessPage .c-business #business06 .c-business-item__wrap,
  #businessPage .c-business #business08 .c-business-item__wrap {
    flex-direction: row-reverse;
  }
  #businessPage .c-business-item .c-title {
    padding-left: 0;
  }
  #businessPage .c-business-item__wrap {
    display: flex;
    justify-content: space-around;
  }
  #businessPage .c-business-item__img {
    display: block;
    width: 40%;
    height: 280px;
  }
  #businessPage .c-business-item__img img {
    width: 100%;
  }
  #businessPage .c-business-item__desc {
    position: relative;
    margin-top: 20px;
    width: 55%;
    padding: 3vw;
  }
  #businessPage .c-flow-item .c-container, #businessPage .c-flow-item .c-business-item__desc {
    display: flex;
    justify-content: space-between;
  }
  #businessPage .c-flow .item-wrap {
    width: 48%;
  }
  #businessPage .c-flow .item-img {
    width: 48%;
  }
  .treatment-wrapper .tr-topview__img {
    height: 40vh;
  }
  .treatment-wrapper .tr-message {
    margin: 10vw 0 10vw 0;
  }
  .treatment-wrapper .tr-message__photo {
    display: flex;
  }
  .treatment-wrapper .tr-message__photo img {
    width: 50%;
  }
  .treatment-wrapper .tr-message__inner {
    margin-bottom: 10vw;
  }
  .treatment-wrapper .tr-menu {
    margin-bottom: 80px;
  }
  .treatment-wrapper .tr-menu__list {
    margin-top: 20px;
  }
  .treatment-wrapper .tr-menu__list li {
    width: 20vw;
    height: 20vw;
  }
  .treatment-wrapper .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .treatment-wrapper .p-footer .p-open-time {
    margin: 0;
  }
  .treatment-wrapper .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .treatment-wrapper .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .faq-contents .c-container, .faq-contents .c-business-item__desc {
    padding: 0 7vw !important;
  }
  .faq-contents .faq {
    margin: 10vw 0;
  }
  .faq-contents .faq__title {
    text-align: center;
  }
  .faq-contents .faq .c-txt-sm {
    font-size: 16px;
  }
  .faq-contents .faq .c-txt-md {
    font-size: 18px;
  }
  .faq-contents .faq dt::before {
    font-size: 28px;
  }
  .faq-contents .faq dd::before {
    font-size: 30px;
  }
  .faq-contents .nw-topview {
    margin: 0 -3vw;
  }
  .faq-contents .nw-topview__inner {
    margin: 0 -4vw;
  }
  .faq-contents .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .faq-contents .p-footer .p-open-time {
    margin: 0;
  }
  .faq-contents .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .faq-contents .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .c-trainers .c-staff .c-container, .c-trainers .c-staff .c-business-item__desc {
    padding: 0 15vw;
  }
  .c-trainers .c-staff__flex {
    display: flex;
    justify-content: space-between;
  }
  .c-trainers .c-staff__img {
    width: 45%;
  }
  .c-trainers .c-staff__desc {
    width: 50%;
  }
  .c-recruit .contents-recruit .c-table01 tr th {
    vertical-align: top;
    min-width: 200px;
  }
  .c-recruit .contents-recruit .c-table01 .u-view-sp {
    display: none;
  }
  .c-recruit .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-recruit .p-footer .p-open-time {
    margin: 0;
  }
  .c-recruit .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .c-recruit .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .c-news .c-container, .c-news .c-business-item__desc {
    padding: 0 10vw;
  }
  .c-news__title .c-head01 {
    font-size: 2.5rem;
  }
  .c-news .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-news .p-footer .p-open-time {
    margin: 0;
  }
  .c-news .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .c-news .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .c-news-sl {
    padding: 10vw 10vw 50px 10vw;
  }
  .c-news-sl .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-news-sl .p-footer .p-open-time {
    margin: 0;
  }
  .c-news-sl .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .c-news-sl .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
}
@media (min-width: 960px) {
  .c-head01 span {
    font-size: 20px;
  }
  .c-head01 p {
    font-size: 26px;
  }
  .m-button-normal {
    font-size: 2vw;
    width: 40vw;
  }
  .m-button-normal a {
    height: 8vw;
  }
  .btn-topicpath {
    font-size: 22px;
  }
  .p-header {
    width: 100%;
    height: 110px;
    z-index: 9000;
  }
  .p-header .logo {
    top: 20px;
    left: 40px;
  }
  .p-header .logo img {
    width: 100%;
  }
  .p-header .pc-menu {
    position: fixed;
    height: 80px;
    top: 35px;
    right: 0;
    z-index: 3000;
  }
  .p-header .pc-menu .pc-nav__item a {
    position: relative;
    color: rgb(24, 24, 24);
    font-weight: bold;
    padding-right: 20px;
    font-size: 20px;
  }
  .p-header .pc-menu .pc-nav__item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/arrow-bl-2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header.scroll-nav {
    background: rgba(0, 0, 0, 0.8);
    transition: 1s;
  }
  .p-mv .scroll-dwn {
    left: 50%;
    bottom: 0;
  }
  .contents-nav .p-index {
    padding: 0 7vw;
  }
  .contents-nav .p-index__title {
    font-size: 22px;
    padding-bottom: 26px;
  }
  .contents-nav .p-index__photo {
    height: 250px;
  }
  .p-news h2 {
    font-size: 28px;
  }
  .p-news__date {
    font-size: 22px;
  }
  .p-news__item__title {
    font-size: 22px;
  }
  .p-news__list li a {
    padding: 3vw 5vw;
  }
  .p-access {
    padding: 0 7vw;
  }
  .p-access .m-heading-normal {
    font-size: 28px;
  }
  .p-access .m-block-access__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-access .m-block-access__description {
    font-size: 18px;
    margin: 0;
  }
  .btn-category {
    margin-bottom: 50px;
  }
  .p-footer address p {
    font-size: 20px;
  }
  .p-footer address span {
    font-size: 22px;
    padding-left: 35px;
  }
  .p-footer address span::before {
    height: 25px;
    width: 25px;
  }
  #businessPage .c-business .c-container, #businessPage .c-business .c-business-item__desc {
    padding: 0 20vw;
  }
  #businessPage__tit {
    height: 240px;
    padding: 100px 0;
  }
  #businessPage__tit .item-tit {
    font-size: 32px;
  }
  .contents-recruit .recruit-message__wrap {
    display: flex;
    justify-content: space-between;
  }
  .contents-recruit .recruit-message__block {
    width: 31%;
  }
  .contents-recruit .recruit-subtitle {
    margin-bottom: 5vw;
  }
  .contents-recruit .c-table01 td {
    line-height: 2;
    font-size: 1rem;
  }
  .c-news {
    padding: 0;
  }
  .c-news__link {
    padding: 4vw;
  }
  .c-news__link span, .c-news__link p {
    font-size: 1.3rem;
  }
  .c-news-sl__contents p {
    font-size: 18px;
  }
  .c-news-sl__link {
    text-align: center;
  }
  .c-news-sl .more-link {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 2px;
    padding-bottom: 5px;
  }
  .c-news-sl__date {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .btn-category i {
    margin-top: 20px;
    font-size: 18px;
  }
  .c-topview__img {
    height: 55vh;
  }
  .p-header .logo {
    width: 320px;
  }
  .p-header .l-menu-sp-button {
    display: none;
  }
  .p-header .pc-menu {
    top: 40px;
  }
  .p-header .pc-menu .pc-nav__item {
    font-size: 20px;
  }
  .p-mv__copy {
    width: 60%;
    margin: 0 auto;
  }
  .contents-nav .p-index ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents-nav .p-index a {
    display: block;
  }
  .contents-nav .p-index li {
    width: 32%;
  }
  .contents-nav .p-index__photo, .contents-nav .p-index__desc {
    width: 100%;
  }
  .p-news .m-button-normal {
    font-size: 1.5vw;
  }
  .p-open-time__date {
    font-size: 24px;
  }
  .p-open-time__hours {
    font-size: 1.5vw;
  }
  .p-open-time .m-list-note {
    font-size: 1.5vw;
  }
  .p-access .m-block-access {
    display: flex;
    justify-content: space-between;
  }
  .p-access .m-block-access__map {
    height: 57vh;
  }
  .p-access .m-block-access__visual {
    justify-content: center;
    width: 65%;
  }
  .p-access .m-block-access__photos {
    width: 40%;
  }
  .p-access .m-block-access__info {
    display: block;
    width: 35%;
  }
  .p-access .m-block-access__description {
    font-size: 20px;
  }
  .p-access .m-button-normal {
    width: 100%;
    font-size: 1.5vw;
    letter-spacing: 2px;
  }
  .p-footer {
    font-size: 1.5vw;
  }
  .p-footer__subject {
    font-size: 1.5vw;
  }
  .p-footer__nav {
    font-size: 1.4vw;
  }
  .treatment-wrapper .tr-topview__img {
    height: 60vh;
  }
  .treatment-wrapper .tr-topview__title {
    font-size: 2rem;
    bottom: 30%;
  }
  .treatment-wrapper .tr-message__photo {
    padding: 0 7vw;
  }
  .treatment-wrapper .tr-menu__list li {
    font-size: 20px;
  }
  .treatment-wrapper .p-footer address {
    width: 30%;
  }
  .treatment-wrapper .p-footer .p-open-time {
    width: 65%;
  }
  .treatment-wrapper .p-footer .p-open-time th, .treatment-wrapper .p-footer .p-open-time td {
    height: 5.8vw;
  }
  .staff-wrapper .st-topview__img {
    height: 60vh;
  }
  .staff-wrapper .st-topview__img img {
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
  .staff-wrapper .st-topview__title {
    font-size: 2rem;
    bottom: 30%;
  }
  .staff-wrapper .p-footer address {
    width: 30%;
  }
  .staff-wrapper .p-footer .p-open-time {
    width: 65%;
  }
  .staff-wrapper .p-footer .p-open-time th, .staff-wrapper .p-footer .p-open-time td {
    height: 5.8vw;
  }
  .faq-contents .c-container, .faq-contents .c-business-item__desc {
    padding: 0 15vw !important;
  }
  .faq-contents .faq {
    margin: 4vw 0 5vw 0;
  }
  .faq-contents .faq .c-txtarea01 {
    margin-bottom: 12vw;
  }
  .faq-contents .faq dt {
    padding-bottom: 1.6vw;
  }
  .faq-contents .faq dt span {
    margin-left: 4vw;
  }
  .faq-contents .faq dt span::after {
    right: 60px;
  }
  .faq-contents .faq dt::before {
    font-size: 32px;
  }
  .faq-contents .faq dd::before {
    font-size: 34px;
  }
  .faq-contents .p-footer address {
    width: 30%;
  }
  .faq-contents .p-footer .p-open-time {
    width: 65%;
  }
  .faq-contents .p-footer .p-open-time th, .faq-contents .p-footer .p-open-time td {
    height: 5.8vw;
  }
  .recruit-wrapper .contents-recruit .c-table01 th {
    width: 300px;
  }
  .recruit-wrapper .c-container, .recruit-wrapper .c-business-item__desc {
    padding: 0 20vw;
  }
  .c-news {
    margin-bottom: 50px;
  }
  .c-news .page-numbers {
    margin-top: 3vw;
  }
  .c-news .p-footer address {
    width: 30%;
  }
  .c-news .p-footer .p-open-time {
    width: 65%;
  }
  .c-news .p-footer .p-open-time th, .c-news .p-footer .p-open-time td {
    height: 5.8vw;
  }
  .c-news-sl .p-footer address {
    width: 30%;
  }
  .c-news-sl .p-footer .p-open-time {
    width: 65%;
  }
  .c-news-sl .p-footer .p-open-time th, .c-news-sl .p-footer .p-open-time td {
    height: 5.8vw;
  }
}/*# sourceMappingURL=style.css.map */