@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.5641025641vw;
  }
}

#contact,
#contact * {
  -webkit-font-smoothing: auto;
}

svg {
  width: auto;
  height: auto;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #656565;
  font-size: 1.6rem;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

.contents .inner {
  width: 83%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .contents .inner {
    width: 100%;
    padding: 0 20px;
  }
  .contents .inner select {
    color: #656565;
  }
}

.form-contents {
  padding-top: 120px;
  padding-bottom: 120px;
}
.form-contents a {
  font-size: 1em;
}
@media (max-width: 767px) {
  .form-contents {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.form-contents h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .form-contents h2 {
    font-size: 32px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 30px;
  z-index: 99;
  transition: all 0.3s;
  background: white;
}
.header.scrolled {
  box-shadow: 0 6.2px 6.2px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 1024px) {
  .header {
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 217px;
  display: block;
}
.header .logo img {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .header .logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    width: 140px;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__feature {
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .header__feature {
    margin-right: 12px;
  }
}
.header__feature a {
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #656565;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.header__feature a svg {
  width: 13px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.header__feature a svg path {
  transition: all 0.3s;
}
@media screen and (max-width: 1170px) {
  .header__feature a {
    font-size: 14px;
  }
}
.header__feature:hover > a {
  top: 2px;
  font-size: 16px;
  color: #75BC82;
}
@media screen and (max-width: 1170px) {
  .header__feature:hover > a {
    font-size: 14px;
  }
}
.header__feature:hover > a svg path {
  fill: #75BC82;
}
.header__feature:hover .header__feature-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__feature-child {
  position: absolute;
  left: -30px;
  right: -30px;
  width: 220px;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.header__feature-child ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1170px) {
  .header__feature-child {
    width: 200px;
  }
  .header__feature-child ul {
    gap: 16px;
  }
}
.header__feature-ul {
  border-radius: 4px;
  padding: 24px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 6px 0 #D5D5D5;
}
.header__feature-ul li a {
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1170px) {
  .header__feature-ul li a {
    font-size: 14px;
  }
}
.header__feature-ul li a svg {
  width: 7px;
  margin-right: 10px;
}
.header__feature-ul li a svg path {
  transition: all 0.3s;
}
.header__feature-ul li a:hover {
  color: #75BC82;
}
.header__feature-ul li a:hover svg path {
  fill: #75BC82;
}
.header__search {
  margin-right: 32px;
}
@media screen and (max-width: 1170px) {
  .header__search {
    margin-right: 16px;
  }
}
.header__search a {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #75BC82;
  font-weight: bold;
  transition: all 0.3s;
  display: block;
  padding: 8px 24px;
  border: 2px solid #75BC82;
  border-radius: 4px;
}
.header__search a:hover {
  color: white;
  background-color: #75BC82;
}
@media screen and (max-width: 1170px) {
  .header__search a {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.header__tel {
  margin-right: 32px;
}
@media screen and (max-width: 1170px) {
  .header__tel {
    margin-right: 16px;
  }
}
.header__tel .tel-info {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.header__tel a {
  display: flex;
  align-items: center;
}
.header__tel a img {
  width: 52px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__tel a img {
    width: 36px;
  }
}
@media screen and (max-width: 1170px) {
  .header__tel a img {
    width: 36px;
  }
}
.header__tel a p {
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0;
  color: #656565;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__tel a p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1170px) {
  .header__tel a p {
    font-size: 30px;
  }
}
.header__cta {
  display: flex;
  gap: 8px;
}
.header__cta a {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  border-radius: 4px;
  overflow: hidden;
  width: 120px;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__cta a {
    width: 90px;
  }
}
.header__cta a .a-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 116px;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__cta a .a-inner {
    padding-top: 5px;
    width: 86px;
    padding-bottom: 5px;
  }
}
.header__cta a .img-wrapper {
  position: relative;
  height: 42px;
  width: 42px;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__cta a .img-wrapper {
    height: 30px;
    width: 30px;
  }
}
.header__cta a .img-wrapper img {
  position: absolute;
  transition: all 0.3s;
}
.header__cta a .img-wrapper .img1 {
  z-index: 1;
}
.header__cta a .img-wrapper .img2 {
  z-index: 2;
  opacity: 0;
}
.header__cta a .p-wrapper {
  height: 18.6px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__cta a .p-wrapper {
    height: 14px;
  }
}
.header__cta a .p-wrapper p {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
}
.header__cta a .p-wrapper .p1 {
  z-index: 1;
}
.header__cta a .p-wrapper .p2 {
  z-index: 2;
  opacity: 0;
}
.header__cta a img {
  width: 100%;
}
.header__cta a p {
  font-size: 18.6px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .header__cta a p {
    font-size: 14px;
  }
}
.header__cta a:hover .img1 {
  opacity: 0;
}
.header__cta a:hover .img2 {
  opacity: 1;
}
.header__cta a:hover .p1 {
  opacity: 0;
}
.header__cta a:hover .p2 {
  opacity: 1;
}
.header__cta .doc .p1 {
  color: white;
}
.header__cta .doc .p2 {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__cta .doc:hover .a-inner {
  background-color: #fff;
}
.header__cta .calender .p2 {
  color: white;
}
.header__cta .calender .p1 {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__cta .calender .a-inner {
  background-color: #fff;
}
.header__cta .calender:hover .a-inner {
  background-color: transparent;
}
.header .sp-header-menu {
  display: flex;
  align-items: center;
}
.header .sp-header-menu .search {
  font-size: 12px;
  font-weight: bold;
  color: #75BC82;
  display: block;
  padding: 8px;
  letter-spacing: 0.08em;
  border-radius: 4px;
  border: 2px solid #75BC82;
  margin-right: 16px;
}
.header .sp-header-menu button {
  width: 60px;
  height: 60px;
  background-color: #656565;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.header .sp-header-menu button span {
  display: block;
  height: 1px;
  width: 32px;
  background-color: white;
  transition: all 0.3s;
}
.header .sp-header-menu button .sp1 {
  margin-bottom: 6px;
}
.header .sp-header-menu button .sp2 {
  margin-bottom: 6px;
}
.header .sp-header-menu button p {
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.header .sp-header-menu button.active .sp1 {
  transform: rotate(-15deg);
  margin-bottom: -1px;
  margin-top: 4px;
}
.header .sp-header-menu button.active .sp2 {
  transform: rotate(15deg);
  margin-bottom: 10px;
}
.header .sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.header .sp-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header .sp-menu.active::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .header .sp-menu {
    height: 100svh;
  }
}
.header .sp-menu .head-img {
  width: 100%;
  height: 15rem;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 389px) {
  .header .sp-menu .head-img {
    height: 13rem;
  }
}
.header .sp-menu .sp-menu-container {
  height: 100%;
  overflow: scroll;
}
.header .sp-menu .sp-menu-inner {
  padding: 35px 25px;
  padding-top: 20px;
  max-width: 340px;
  margin: auto;
  height: calc(100% - 16.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .sp-menu .sp-menu-inner .sp-menu-search {
  color: #656565;
  border: 2px solid #656565;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 20px;
}
.header .sp-menu .sp-menu-inner .sp-menu-feature .parent {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #656565;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(101, 101, 101, 0.3);
  margin-bottom: 24px;
}
@media screen and (max-width: 389px) {
  .header .sp-menu .sp-menu-inner .sp-menu-feature .parent {
    margin-bottom: 18px;
  }
}
.header .sp-menu .sp-menu-inner .sp-menu-feature .parent img {
  width: 18px;
}
.header .sp-menu .sp-menu-inner .sp-menu-feature ul li {
  margin-bottom: 24px;
  padding-left: 12px;
}
@media screen and (max-width: 389px) {
  .header .sp-menu .sp-menu-inner .sp-menu-feature ul li {
    margin-bottom: 18px;
  }
}
.header .sp-menu .sp-menu-inner .sp-menu-feature ul li:last-child {
  margin-bottom: 0;
}
.header .sp-menu .sp-menu-inner .sp-menu-feature ul li img {
  width: 7px;
  margin-right: 10px;
}
.header .sp-menu .sp-menu-inner .sp-menu-feature ul li a {
  font-size: 17px;
  color: #656565;
  font-weight: 400;
}
.header .sp-menu .sp-menu-inner .sp-menu-btns img {
  width: 100%;
}
.header .sp-menu .sp-menu-inner .sp-menu-btns a {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
}
.header .sp-menu .sp-menu-inner .sp-menu-btns .tel {
  position: relative;
  margin-bottom: 16px;
  display: block;
}
.header .sp-menu .sp-menu-inner .sp-menu-btns .tel p {
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  color: #656565;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #FFF;
}
.header .sp-menu .sp-menu-inner .sp-menu-btns .doc {
  display: block;
  margin-bottom: 8px;
}
.header .sp-menu .sp-menu-inner .sp-menu-btns .calender {
  background-color: #fff;
  display: block;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer a {
  display: block;
  margin: auto;
  width: 154px;
  margin-bottom: 24px;
}
.footer a img {
  width: 100%;
}
.footer p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #2f2f2f;
  leading-trim: both;
  text-edge: cap;
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(30px, -40px) rotate(10deg); /* 少し右上に揺れる */
  }
  40% {
    transform: translate(-30px, 3px) rotate(-10deg); /* 左下に揺れる */
  }
  60% {
    transform: translate(50px, 10px) rotate(5deg); /* 右下に揺れる */
  }
  80% {
    transform: translate(-50px, 1px) rotate(-5deg); /* 左に揺れる */
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes float3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-30px, 40px) rotate(10deg); /* 少し右上に揺れる */
  }
  40% {
    transform: translate(30px, -3px) rotate(-10deg); /* 左下に揺れる */
  }
  60% {
    transform: translate(-50px, -10px) rotate(5deg); /* 右下に揺れる */
  }
  80% {
    transform: translate(50px, -1px) rotate(-5deg); /* 左に揺れる */
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-2px, -2px) rotate(10deg);
  }
  40% {
    transform: translate(5px, 3px) rotate(-10deg);
  }
  60% {
    transform: translate(6px, -6px) rotate(8deg);
  }
  80% {
    transform: translate(0px, 5px) rotate(-11deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.logo {
  width: 217px;
  display: block;
  position: absolute;
  z-index: 100;
  left: 12px;
  top: 30px;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .logo {
    width: 180px;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .logo {
    top: 13px;
    z-index: 0;
  }
  .logo.no-sp {
    display: none;
  }
  .logo.no-sp2 {
    display: block;
  }
}
.logo img {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .logo {
    width: 140px;
  }
}

.fv {
  max-height: 66.9560185185vw;
  height: 100svh;
  position: relative;
  padding-top: 5.9027777778vw;
  padding-bottom: 2.8935185185vw;
  padding-left: 6.6550925926vw;
  padding-right: 3.1828703704vw;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/950) {
  .fv {
    padding-top: 8.1018518519vw;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/900) {
  .fv {
    height: 52.0833333333vw;
  }
}
@media (max-width: 767px) {
  .fv {
    max-height: unset;
    background-image: none;
    background-size: cover;
    background-position: center top;
    max-height: 171.7948717949vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #fff;
  }
  .fv .main-img-sp {
    width: 100%;
    z-index: 2;
    height: 100%;
    position: absolute;
  }
}
.fv .object {
  position: absolute;
}
@media screen and (min-width: 1680px) {
  .fv .object {
    transform: scale(1.2);
  }
}
.fv .ob1 {
  width: 45px;
  left: 20px;
  top: 180px;
  animation: float 20s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv .ob1 {
    top: 70px;
    left: 200px;
  }
}
.fv .ob2 {
  width: 53px;
  top: 160px;
  left: 300px;
  animation: float3 16s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv .ob2 {
    left: 100px;
    top: 100px;
  }
}
.fv .ob3 {
  width: 350px;
  top: 160px;
  left: 500px;
  animation: float 20s ease-in-out infinite;
}
@media screen and (max-width: 1440px) {
  .fv .ob3 {
    top: 100px;
    left: 400px;
  }
}
@media screen and (min-width: 1680px) {
  .fv .ob3 {
    width: 450px;
    top: 250px;
    left: 600px;
  }
}
@media (max-width: 767px) {
  .fv .ob3 {
    left: 150px;
    width: 290px;
  }
}
.fv .ob5 {
  width: 28px;
  top: 500px;
  left: 850px;
  animation: float3 16s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv .ob5 {
    left: 300px;
    top: 350px;
  }
}
.fv .ob6 {
  width: 65px;
  left: 140px;
  top: 600px;
  animation: float 20s ease-in-out infinite;
}
@media screen and (max-width: 1440px) {
  .fv .ob6 {
    top: 300px;
  }
}
.fv .ob7 {
  width: 128px;
  left: 40px;
  top: 700px;
  animation: float3 20s ease-in-out infinite;
}
@media screen and (max-width: 1440px) {
  .fv .ob7 {
    top: 400px;
  }
}
@media (max-width: 767px) {
  .fv .ob7 {
    left: unset;
    right: 0;
    width: 60px;
  }
}
.fv .scroll {
  position: absolute;
  left: 52px;
  bottom: -33px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .fv .scroll {
    display: none;
  }
}
.fv .fv-inner {
  height: 100%;
  width: 100%;
  max-width: 87.3263888889vw;
  margin: auto;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv .fv-inner {
    max-width: unset;
  }
}
.fv .main-img {
  width: 58.275462963vw;
  height: auto;
  object-fit: contain;
}
.fv .txt-wrapper {
  position: absolute;
  right: 0;
  padding-top: 6.3657407407vw;
  bottom: 0;
}
.fv .txt-wrapper h2 {
  padding-right: 11.8634259259vw;
  margin-bottom: 4.8032407407vw;
  text-align: right;
}
.fv .txt-wrapper h2 img {
  width: 8.7384259259vw;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/1035) {
  .fv .txt-wrapper h2 {
    margin-bottom: 2.8935185185vw;
  }
  .fv .txt-wrapper h2 img {
    width: 8.1018518519vw;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/950) {
  .fv .txt-wrapper h2 {
    margin-bottom: 1.7361111111vw;
  }
  .fv .txt-wrapper h2 img {
    width: 8.1018518519vw;
  }
}
.fv .txt-wrapper h1 {
  margin-bottom: 2.3148148148vw;
  padding-right: 2.8935185185vw;
  text-align: right;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/1035) {
  .fv .txt-wrapper h1 {
    margin-bottom: 0.5787037037vw;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/950) {
  .fv .txt-wrapper h1 {
    margin-bottom: 0vw;
  }
}
.fv .txt-wrapper h1 img {
  width: 29.5138888889vw;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/1035) {
  .fv .txt-wrapper h1 img {
    width: 28.9351851852vw;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/950) {
  .fv .txt-wrapper h1 img {
    width: 26.0416666667vw;
  }
}
.fv .txt-wrapper .cta-area {
  width: 40.0462962963vw;
  padding: 0.6944444444vw;
  padding-top: 0.2893518519vw;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/1035) {
  .fv .txt-wrapper .cta-area {
    transform: scale(0.9);
    transform-origin: right bottom;
  }
}
@media (max-width: 767px) {
  .fv .txt-wrapper .cta-area {
    width: 91.7948717949vw;
    right: 4.1025641026vw;
    position: absolute;
    bottom: 1.2820512821vw;
    padding: 1.5384615385vw;
  }
}
.fv .txt-wrapper .cta-area .free-tel {
  width: 19.6759259259vw;
  flex-shrink: 0;
  transition: all 0.3s;
}
.fv .txt-wrapper .cta-area .free-tel:hover {
  opacity: 0.7;
}
.fv .txt-wrapper .cta-area .free-tel img {
  width: 100%;
}
@media (max-width: 767px) {
  .fv .txt-wrapper .cta-area .free-tel {
    width: 48.7179487179vw;
  }
}
.fv .txt-wrapper .cta-area .btns {
  width: 100%;
  padding-top: 0.4050925926vw;
  display: flex;
  flex-direction: column;
  gap: 0.462962963vw;
  margin-left: 0.2893518519vw;
}
@media (max-width: 767px) {
  .fv .txt-wrapper .cta-area .btns {
    display: none;
  }
}
.fv .txt-wrapper .cta-area .btns a {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 4.3981481481vw;
}
.fv .txt-wrapper .cta-area .btns a .a-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4606481481vw;
  margin-left: 0.0173611111vw;
  margin-top: 0.1157407407vw;
  margin-bottom: 0.1157407407vw;
  border-radius: 4px;
  transition: all 0.3s;
}
.fv .txt-wrapper .cta-area .btns a .img-wrapper {
  position: relative;
  height: 2.4305555556vw;
  width: 2.4305555556vw;
  margin-right: 0.5787037037vw;
}
.fv .txt-wrapper .cta-area .btns a .img-wrapper img {
  position: absolute;
  transition: all 0.3s;
}
.fv .txt-wrapper .cta-area .btns a .img-wrapper .img1 {
  z-index: 1;
}
.fv .txt-wrapper .cta-area .btns a .img-wrapper .img2 {
  z-index: 2;
  opacity: 0;
}
.fv .txt-wrapper .cta-area .btns a .p-wrapper {
  position: relative;
  width: 7.8125vw;
  height: 2.4305555556vw;
  display: flex;
  align-items: center;
}
.fv .txt-wrapper .cta-area .btns a .p-wrapper p {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
  line-height: 2.4305555556vw;
}
.fv .txt-wrapper .cta-area .btns a .p-wrapper .p1 {
  z-index: 1;
}
.fv .txt-wrapper .cta-area .btns a .p-wrapper .p2 {
  z-index: 2;
  opacity: 0;
}
.fv .txt-wrapper .cta-area .btns a img {
  width: 100%;
}
.fv .txt-wrapper .cta-area .btns a p {
  font-size: 1.4467592593vw;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.fv .txt-wrapper .cta-area .btns a:hover .img1 {
  opacity: 0;
}
.fv .txt-wrapper .cta-area .btns a:hover .img2 {
  opacity: 1;
}
.fv .txt-wrapper .cta-area .btns a:hover .p1 {
  opacity: 0;
}
.fv .txt-wrapper .cta-area .btns a:hover .p2 {
  opacity: 1;
}
.fv .txt-wrapper .cta-area .btns .doc .p1 {
  color: white;
}
.fv .txt-wrapper .cta-area .btns .doc .p2 {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv .txt-wrapper .cta-area .btns .doc:hover .a-inner {
  background-color: #fff;
}
.fv .txt-wrapper .cta-area .btns .calender .p2 {
  color: white;
}
.fv .txt-wrapper .cta-area .btns .calender .p1 {
  background: linear-gradient(71deg, #F76060 2.73%, #FFB259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv .txt-wrapper .cta-area .btns .calender .a-inner {
  background-color: #fff;
}
.fv .txt-wrapper .cta-area .btns .calender:hover .a-inner {
  background-color: transparent;
}
@media (max-width: 767px) {
  .fv .txt-wrapper .cta-area .btns2 {
    display: flex;
    justify-content: space-between;
    gap: 1.5384615385vw;
    padding-left: 2.3076923077vw;
  }
  .fv .txt-wrapper .cta-area .btns2 img {
    width: 100%;
  }
}

.sec-h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec-h2 img {
  height: 45.333px;
  width: auto;
}
@media (max-width: 767px) {
  .sec-h2 img {
    height: 36px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

.sec-wrap {
  position: relative;
}
.sec-wrap .sec-bg {
  position: absolute;
  width: 100%;
  top: 29.9768518519vw;
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/1035) {
  .sec-wrap .sec-bg {
    top: 17.3611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1728/950) {
  .sec-wrap .sec-bg {
    top: 19.6759259259vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1900px) {
  .sec-wrap .sec-bg {
    top: 17.3611111111vw;
  }
}
@media (max-width: 767px) {
  .sec-wrap .sec-bg {
    display: none;
  }
}
.sec-wrap .sec-bg.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-wrap section {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .search-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .search-sec {
    background-color: #fff;
    box-shadow: 0 4px 10.9px 0 rgba(0, 0, 0, 0.15);
  }
}
.search-sec .section-inner {
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #75BC82;
  background: #FFF;
  padding: 24px;
  box-shadow: 0 4px 10.9px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .search-sec .section-inner {
    background-color: unset;
    border: none;
    border-radius: 0;
    padding: 32px 24px;
    box-shadow: none;
  }
}
.search-sec .section-inner .search-col {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.search-sec .section-inner .search-col h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.search-sec .section-inner .search-col h3 img {
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .search-sec .section-inner .search-col h3 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col h3 {
    text-align: center;
    font-size: 18px;
  }
  .search-sec .section-inner .search-col h3 img {
    width: 24px;
  }
}
.search-sec .section-inner .search-col .areas {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .search-sec .section-inner .search-col .areas {
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col .areas {
    gap: 12px;
    justify-content: flex-start;
  }
}
.search-sec .section-inner .search-col .areas a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #75BC82;
  background: #FFF;
  padding: 10px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .search-sec .section-inner .search-col .areas a {
    padding: 10px 16px;
  }
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col .areas a {
    width: calc(50% - 6px);
    padding: 10px 16px;
  }
}
.search-sec .section-inner .search-col .areas a .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -1px;
  width: 100%;
}
.search-sec .section-inner .search-col .areas a .txt-wrap p {
  color: #75BC82;
}
.search-sec .section-inner .search-col .areas a .txt-wrap .area-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col .areas a .txt-wrap .area-ttl {
    white-space: nowrap;
  }
}
.search-sec .section-inner .search-col .areas a .txt-wrap .area-ttl.long {
  font-size: 16px;
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col .areas a .txt-wrap .area-ttl.long {
    white-space: nowrap;
  }
}
.search-sec .section-inner .search-col .areas a .txt-wrap .num {
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .search-sec .section-inner .search-col .areas a .txt-wrap .num {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .search-sec .section-inner .search-col .areas a .txt-wrap .num {
    margin-left: 0;
    white-space: nowrap;
  }
}
.search-sec .section-inner .search-col .areas a img, .search-sec .section-inner .search-col .areas a svg {
  flex-shrink: 0;
  width: 20px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .search-sec .section-inner .search-col .areas a {
    transition: all 0.3s;
  }
  .search-sec .section-inner .search-col .areas a p {
    transition: all 0.3s;
  }
  .search-sec .section-inner .search-col .areas a svg path {
    transition: all 0.3s;
  }
  .search-sec .section-inner .search-col .areas a:hover {
    background-color: #75BC82;
  }
  .search-sec .section-inner .search-col .areas a:hover p {
    color: white;
  }
  .search-sec .section-inner .search-col .areas a:hover svg path {
    fill: white;
  }
}
@media (max-width: 1024px) {
  .search-sec .banner-col {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .search-sec .banner-col {
    padding: 20px;
    padding-bottom: 0;
  }
}
.search-sec .banner-col img {
  width: 100%;
  aspect-ratio: 390/244;
  object-fit: cover;
}
.search-sec .banner-col .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.search-sec .banner-col .swiper-pagination-bullet {
  width: 55.6px;
  height: 4px;
  background-color: #D6EBDA;
  border-radius: 2px;
  opacity: 1;
  margin: 0 8px;
}
.search-sec .banner-col .swiper-pagination-bullet-active {
  background-color: #75BC82;
}

.bg-fixed-img {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
}

.feature-sec {
  position: relative;
  height: 1285px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .feature-sec {
    height: 1500px;
  }
}
.feature-sec .bg-sticky-img {
  position: sticky;
  top: 0;
  width: 100%;
  max-height: 1285px;
}
.feature-sec-inner {
  padding-top: 120px;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .feature-sec-inner {
    left: 20px;
  }
}
.feature-sec-inner .feature-sec-container {
  height: 1085px;
  width: 100%;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec-container {
    height: 1400px;
  }
}
@media (max-width: 767px) {
  .feature-sec-inner {
    left: 0;
    width: 100%;
    padding-top: 80px;
  }
  .feature-sec-inner .ttl-wrapper {
    padding-left: 24px;
  }
}
.feature-sec-inner .big-p {
  color: #75BC82;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature-sec-inner .big-p {
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 12px;
  }
}
.feature-sec-inner .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
.feature-sec-inner .txt.txt2 {
  max-width: 430px;
}
@media (max-width: 767px) {
  .feature-sec-inner .txt {
    font-size: 18px;
  }
}
.feature-sec-inner .feature-sec1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec1 {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.feature-sec-inner .feature-sec1 .feature-txt {
  padding-top: 186px;
  padding-right: 23px;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec1 .feature-txt {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 64px;
  }
}
.feature-sec-inner .feature-sec1 .img-wrapper {
  width: 618px;
}
@media screen and (max-width: 1240px) {
  .feature-sec-inner .feature-sec1 .img-wrapper {
    width: 50%;
  }
}
.feature-sec-inner .feature-sec1 .img-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec1 .img-wrapper {
    width: 100%;
  }
}
.feature-sec-inner .feature-sec2 {
  padding-left: 40px;
  display: flex;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .feature-sec-inner .feature-sec2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec2 {
    padding-left: 24px;
    flex-direction: column-reverse;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
.feature-sec-inner .feature-sec2 .img-wrapper {
  width: 580px;
  flex-shrink: 0;
  position: relative;
}
.feature-sec-inner .feature-sec2 .img-wrapper .picture {
  width: 100%;
  position: relative;
  z-index: 2;
}
.feature-sec-inner .feature-sec2 .img-wrapper .ob {
  position: absolute;
  width: 140px;
  right: -20px;
  z-index: -1;
  top: -100px;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec2 .img-wrapper {
    width: 100%;
  }
}
.feature-sec-inner .feature-sec2 .txt-wrapper {
  padding-left: 60px;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .feature-sec-inner .feature-sec2 .txt-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 24px;
  }
}

:root {
  --container: 1200px;
  --pad: 16px;
}

@media (min-width: 768px) {
  /* 通常コンテナ */
  .container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--pad);
  }
  /* “containerの左余白” = (画面幅 - container幅)/2 */
  .section--bleed-right {
    --gutter: max(var(--pad), calc((100vw - var(--container)) / 2));
    margin-left: var(--gutter);
    width: calc(100vw - var(--gutter));
    max-width: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section--bleed-right::-webkit-scrollbar {
    display: none;
  }
}
.support-sec {
  background-color: #fff;
  padding-top: 120px;
  position: relative;
  z-index: 2;
  margin-top: -2px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .support-sec {
    padding-bottom: 40px;
  }
}
.support-sec .ttl-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .support-sec .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.support-sec .ttl-wrapper p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .support-sec .ttl-wrapper p {
    margin-bottom: 10px;
  }
}
.support-sec .ttl-wrapper p span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: linear-gradient(90deg, #FFF2CE 0%, #FFE89C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .support-sec .ttl-wrapper p span {
    font-size: 16px;
    height: 28px;
  }
}
.support-sec .ttl-wrapper h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .support-sec .ttl-wrapper h2 {
    margin-bottom: 8px;
  }
}
.support-sec .ttl-wrapper h6 {
  text-align: center;
}
@media (max-width: 767px) {
  .support-sec .support-cards {
    padding-left: 24px;
  }
}
.support-sec .support-cards ul {
  display: flex;
}
@media (min-width: 768px) {
  .support-sec .support-cards ul {
    gap: 32px;
    justify-content: center;
    width: 2472px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .support-sec .support-cards ul {
    width: 1992px;
  }
}
@media (min-width: 768px) {
  .support-sec .support-cards li {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .support-sec .support-cards li {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .support-sec .support-cards li {
    padding-right: 32px;
  }
}
.support-sec .support-cards li img {
  width: 100%;
}
.support-sec .support-cards li .card-ttl {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #75BC82;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .support-sec .support-cards li .card-ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .support-sec .support-cards li .card-ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 16px;
  }
}
.support-sec .support-cards li .card-txt {
  font-size: 18px;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) and (max-width: 1281px) {
  .support-sec .support-cards li .card-txt {
    font-size: 14px;
  }
}
.support-sec .support-cards li .txt-wrapper {
  height: 235px;
}

@media (max-width: 767px) {
  .horizontal_scroll {
    --sticky-container-height: 100svh;
    height: var(--sticky-container-height);
    min-height: 100svh;
    box-sizing: border-box;
  }
  .horizontal_scroll .sticky {
    position: sticky;
    top: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .horizontal_scroll .sticky::before {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    left: -24px;
    height: 26.1538461538vw;
    background-image: url(../../assets/img/support-ttl-sp.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -38.4615384615vw;
  }
  .horizontal_scroll .sticky::after {
    content: "";
    width: 253px;
    height: 134px;
    background-image: url(../../assets/img/support-ob.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 340px;
    left: 77px;
    position: absolute;
  }
  .horizontal_scroll .scroller {
    display: flex;
    overflow: auto;
  }
  .horizontal_scroll .scroller.nobar {
    overflow: hidden;
  }
  .horizontal_scroll .scroller > * {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
.sec-wrapper2 {
  position: relative;
  z-index: 2;
}
.sec-wrapper2 .wave-wrapper {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.sec-wrapper2 .wave {
  position: relative;
  top: -10px;
  left: -10%;
  width: 110%;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec-wrapper2 .wave {
    top: -40px;
    z-index: 5;
  }
}
.sec-wrapper2 .fixed-bg2 {
  position: absolute;
  top: 0;
  width: 100%;
}

.program-sec {
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .program-sec {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .program-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.program-sec .fixed-bg2 {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .program-sec .fixed-bg2 {
    height: 150vh;
  }
}
.program-sec .section-inner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: auto;
  padding-top: 280px;
}
@media (max-width: 767px) {
  .program-sec .section-inner {
    padding-top: 160px;
  }
}
.program-sec .section-inner .ttl-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.program-sec .section-inner .ttl-wrapper p {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper p {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.program-sec .section-inner .ttl-wrapper p span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: linear-gradient(90deg, #FFF2CE 0%, #FFE89C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  border-radius: 4px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper p span {
    font-size: 16px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper h2 {
    margin-bottom: 8px;
    text-align: center;
  }
}
.program-sec .section-inner .ttl-wrapper {
  width: 594px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.program-sec .section-inner .ttl-wrapper h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-wrapper h2 {
    margin-bottom: 0;
  }
}
.program-sec .section-inner .ttl-wrapper .desc {
  display: flex;
  align-items: flex-end;
}
.program-sec .section-inner .ttl-wrapper .desc .img365 {
  width: 223px;
  position: relative;
  top: 10px;
  margin-right: 24px;
}
.program-sec .section-inner .ttl-wrapper .desc .desc365 {
  width: 257px;
}
.program-sec .section-inner .ttl-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-img {
    padding-right: 0;
    flex-direction: column;
  }
}
.program-sec .section-inner .ttl-img .img-wrapper {
  width: calc(100% - 594px);
  position: relative;
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-img .img-wrapper {
    width: 100%;
  }
}
.program-sec .section-inner .ttl-img .img-wrapper .main-img {
  width: 100%;
  filter: drop-shadow(7px 7px 48px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .program-sec .section-inner .ttl-img .img-wrapper .main-img {
    opacity: 0;
  }
}
.program-sec .section-inner .ttl-img .img-wrapper .fukidashi {
  position: absolute;
  border-radius: 10px;
  border: 3px solid #75BC82;
  background: #FFF;
  padding: 13px 32px;
  right: 0;
  bottom: 15px;
}
.program-sec .section-inner .ttl-img .img-wrapper .fukidashi .man {
  width: 113px;
  position: absolute;
  top: -22px;
  right: -64px;
}
.program-sec .section-inner .ttl-img .img-wrapper .fukidashi p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.program-sec .section-inner .ttl-img .img-wrapper .fukidashi p span {
  font-size: inherit;
  color: #75BC82;
  font-weight: 700;
}
.program-sec .section-inner .program-flex {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex {
    padding-bottom: 48.9743589744vw;
  }
}
.program-sec .section-inner .program-flex ul {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul {
    gap: 0;
  }
}
.program-sec .section-inner .program-flex ul li {
  width: calc(33.3333% - 21.3333px);
  position: relative;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul li {
    width: 350px;
  }
}
.program-sec .section-inner .program-flex ul li .main-img {
  width: 100%;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul li .txt-wrapper {
    position: absolute;
    bottom: 0;
    padding: 24px;
  }
  .program-sec .section-inner .program-flex ul li .txt-wrapper img {
    width: 87px;
  }
  .program-sec .section-inner .program-flex ul li .txt-wrapper * {
    color: white;
  }
}
.program-sec .section-inner .program-flex ul li .ttl {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul li .ttl {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.program-sec .section-inner .program-flex ul li .ttl h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-right: 8px;
}
.program-sec .section-inner .program-flex ul li .ttl .subttl {
  border: 1px solid #656565;
  border-radius: 2px;
  padding: 2px 4px;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul li .ttl .subttl {
    border: 1px solid white;
    padding-bottom: 3px;
  }
}
.program-sec .section-inner .program-flex ul li .ttl .subttl p {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .program-sec .section-inner .program-flex ul li .ttl .subttl p {
    font-size: 16px;
  }
}
.program-sec .section-inner .program-flex ul li .ttl .subttl p span {
  font-size: 20px;
  font-weight: 700;
  margin-left: 2px;
  margin-right: 1px;
  position: relative;
  top: 1px;
}
.program-sec .section-inner .program-flex ul li .desc {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .program-sec .horizontal_scroll2 {
    --sticky-container-height: 100svh;
    height: var(--sticky-container-height);
    min-height: 100svh;
    box-sizing: border-box;
  }
  .program-sec .horizontal_scroll2 .sticky2 {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .program-sec .horizontal_scroll2 .sticky2::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 96.4102564103vw;
    background-image: url(../../assets/img/program-main-img-sp.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -407px;
  }
  .program-sec .horizontal_scroll2 .sticky2::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 48.9743589744vw;
    background-image: url(../../assets/img/support-sp.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0vw;
  }
  .program-sec .horizontal_scroll2 .scroller2 {
    display: flex;
    overflow: auto;
  }
  .program-sec .horizontal_scroll2 .scroller2.nobar {
    overflow: hidden;
  }
  .program-sec .horizontal_scroll2 .scroller2 > * {
    flex-shrink: 0;
  }
}

.daily {
  position: relative;
  z-index: 4;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .daily {
    padding-top: 150px;
  }
}
.daily .ttl-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .daily .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.daily .ttl-wrapper p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .daily .ttl-wrapper p {
    margin-bottom: 10px;
  }
}
.daily .ttl-wrapper p span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: linear-gradient(90deg, #FFF2CE 0%, #FFE89C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .daily .ttl-wrapper p span {
    font-size: 16px;
    height: 28px;
  }
}
.daily .ttl-wrapper h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .daily .ttl-wrapper h2 {
    margin-bottom: 8px;
  }
}
.daily .ttl-wrapper h6 {
  text-align: center;
}
.daily .section-inner {
  max-width: 1200px;
  margin: auto;
}
.daily .section-inner ul {
  display: flex;
}
@media (min-width: 768px) {
  .daily .section-inner ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .daily .section-inner ul {
    padding-top: 90px;
  }
}
.daily .section-inner ul .card-ttl {
  padding-bottom: 10px;
  margin-bottom: 36px;
}
.daily .section-inner ul .card-ttl h6 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-bottom: 1px solid rgba(101, 101, 101, 0.3);
}
@media (max-width: 767px) {
  .daily .section-inner ul .card-ttl h6 {
    font-size: 16px;
  }
}
.daily .section-inner ul .card-ttl h3 {
  font-size: 24px;
  font-weight: 700;
  color: #75BC82;
  letter-spacing: 0.08em;
}
.daily .section-inner ul .card-ttl h3.nols {
  letter-spacing: -0.08em;
}
@media (max-width: 767px) {
  .daily .section-inner ul .card-ttl h3.nols {
    font-size: 20px;
  }
}
.daily .section-inner ul li {
  width: 384px;
  border-radius: 4px;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  padding: 32px;
}
@media (max-width: 767px) {
  .daily .section-inner ul li {
    width: 350px;
    padding: 64px 32px;
    margin-right: 20px;
  }
  .daily .section-inner ul li:first-child {
    margin-left: 20px;
  }
}
.daily .section-inner ul li img {
  width: 100%;
  border-radius: 20px 0;
  border: 8px solid rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.daily .section-inner ul li p {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .daily .section-inner ul li {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .daily .section-inner ul li .num {
    font-family: "BIZ UDPMincho";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 64px */
    margin-bottom: 40px;
    position: absolute;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .daily .section-inner .horizontal_scroll3 {
    --sticky-container-height: 100svh;
    height: var(--sticky-container-height);
    min-height: 100svh;
    box-sizing: border-box;
  }
  .daily .section-inner .horizontal_scroll3 .sticky3 {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .daily .section-inner .horizontal_scroll3 .sticky3::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 18.7179487179vw;
    background-image: url(../../assets/img/daily-ttl-sp.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -18.7179487179vw;
  }
  .daily .section-inner .horizontal_scroll3 .scroller3 {
    display: flex;
    overflow: auto;
  }
  .daily .section-inner .horizontal_scroll3 .scroller3.nobar {
    overflow: hidden;
  }
  .daily .section-inner .horizontal_scroll3 .scroller3 > * {
    flex-shrink: 0;
  }
}

.movie-sec {
  position: relative;
  z-index: 5;
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .movie-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.movie-sec .ttl-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .movie-sec .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.movie-sec .ttl-wrapper p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .movie-sec .ttl-wrapper p {
    margin-bottom: 10px;
  }
}
.movie-sec .ttl-wrapper p span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: linear-gradient(90deg, #FFF2CE 0%, #FFE89C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .movie-sec .ttl-wrapper p span {
    font-size: 16px;
    height: 28px;
  }
}
.movie-sec .ttl-wrapper h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .movie-sec .ttl-wrapper h2 {
    margin-bottom: 8px;
  }
}
.movie-sec .ttl-wrapper h6 {
  text-align: center;
}
.movie-sec .video-swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .movie-sec .video-swiper {
    padding: 0 60px;
  }
}
.movie-sec .video-swiper .swiper-wrapper {
  align-items: center;
}
.movie-sec .video-swiper .swiper-slide {
  overflow: visible;
  z-index: 1;
}
.movie-sec .video-swiper .swiper-slide p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  opacity: 0.6;
  transition: all 0.25s;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-slide p {
    padding-top: 24px;
    font-size: 18px;
  }
}
.movie-sec .video-swiper .swiper-slide .slide-inner {
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.6;
  will-change: transform;
}
@media (min-width: 768px) {
  .movie-sec .video-swiper .swiper-slide .slide-inner {
    transform: scale(0.9);
    transform-origin: center;
  }
}
.movie-sec .video-swiper .swiper-slide .yt-wrapper {
  aspect-ratio: 16/9;
}
.movie-sec .video-swiper .swiper-slide .yt-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.movie-sec .video-swiper .swiper-slide-prev .slide-inner {
  transform-origin: left;
}
.movie-sec .video-swiper .swiper-slide-next .slide-inner {
  transform-origin: right;
}
.movie-sec .video-swiper .swiper-button-prev, .movie-sec .video-swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
  top: 40%;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-button-prev, .movie-sec .video-swiper .swiper-button-next {
    top: 40%;
  }
}
.movie-sec .video-swiper .swiper-button-prev img, .movie-sec .video-swiper .swiper-button-next img {
  width: 100%;
}
.movie-sec .video-swiper .swiper-button-prev::after, .movie-sec .video-swiper .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-button-prev, .movie-sec .video-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
.movie-sec .video-swiper .swiper-button-prev {
  left: 25%;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-button-prev {
    left: 10px;
  }
}
.movie-sec .video-swiper .swiper-button-next {
  right: 25%;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-button-next {
    right: 10px;
  }
}
.movie-sec .video-swiper .swiper-slide-active {
  z-index: 10;
}
.movie-sec .video-swiper .swiper-slide-active p {
  opacity: 1;
  top: 2.8935185185vw;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-slide-active p {
    top: unset;
  }
}
.movie-sec .video-swiper .swiper-slide-active .slide-inner {
  opacity: 1;
}
@media (min-width: 768px) {
  .movie-sec .video-swiper .swiper-slide-active .slide-inner {
    transform: scale(1.15);
  }
}
.movie-sec .video-swiper .swiper-pagination {
  position: relative;
  padding-top: 5.787037037vw;
}
.movie-sec .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 76px;
  height: 4px;
  border-radius: 2px;
  margin: 0 8px;
  background-color: rgba(101, 101, 101, 0.3);
  opacity: 1;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 73.5px;
  }
}
.movie-sec .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #656565;
}
@media (max-width: 767px) {
  .movie-sec .video-swiper .swiper-pagination {
    padding-top: 40px;
  }
}

.facility-sec {
  position: relative;
  z-index: 5;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .facility-sec {
    padding-top: 64px;
  }
}
.facility-sec .fixed-bg3 {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .facility-sec .fixed-bg3 {
    height: 150vh;
  }
}
.facility-sec .section-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .facility-sec .section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.facility-sec .ttl-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .facility-sec .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.facility-sec .ttl-wrapper p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .facility-sec .ttl-wrapper p {
    margin-bottom: 10px;
  }
}
.facility-sec .ttl-wrapper p span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: linear-gradient(90deg, #FFF2CE 0%, #FFE89C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .facility-sec .ttl-wrapper p span {
    font-size: 16px;
    height: 28px;
  }
}
.facility-sec .ttl-wrapper h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .facility-sec .ttl-wrapper h2 {
    margin-bottom: 8px;
  }
  .facility-sec .ttl-wrapper h2 img {
    height: 40px;
  }
}
.facility-sec .ttl-wrapper h6 {
  text-align: center;
}
.facility-sec .facility-flex {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex {
    flex-direction: column;
  }
}
.facility-sec .facility-flex .side-col {
  width: 260px;
  position: sticky;
  top: 140px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-height: 990px) {
  .facility-sec .facility-flex .side-col {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col {
    position: static;
    width: 100%;
  }
}
.facility-sec .facility-flex .side-col .select-area {
  border: 4px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area {
    padding: 12px 20px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .select-area {
    margin: auto;
    margin-bottom: 80px;
    max-width: 320px;
    box-shadow: none;
  }
}
.facility-sec .facility-flex .side-col .select-area p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .select-area p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper1 {
  position: relative;
  width: 140px;
  border-bottom: 2px solid rgba(101, 101, 101, 0.3);
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper1 {
    margin-bottom: 12px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper1::before {
  content: "";
  width: 9.6px;
  height: 5.2px;
  background-image: url(../../assets/img/select-chev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: calc(50% - 2.6px);
  pointer-events: none;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper1 select {
  appearance: none;
  background-color: #fff;
  border: none;
  padding-left: 12px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #656565;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper1 select:focus {
  outline: none;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper1 select {
    height: 30px;
    font-size: 16px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper2 {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper2 {
    margin-bottom: 12px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper2::before {
  content: "";
  width: 16.5px;
  height: 9px;
  background-image: url(../../assets/img/select-chev2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: calc(50% - 4px);
  pointer-events: none;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper2 select {
  appearance: none;
  background-color: #fff;
  border: none;
  padding-left: 24px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #75BC82;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #75BC82;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper2 select {
    height: 34px;
    font-size: 14px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper2 select:focus {
  outline: none;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper3 {
  margin-bottom: 0;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper3 span {
  appearance: none;
  background-color: #fff;
  border: none;
  padding-left: 24px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #75BC82;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #75BC82;
  border-radius: 4px;
  display: block;
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper3 span.long {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .select-area .select-wrapper3 span {
    line-height: 30px;
    font-size: 14px;
  }
}
.facility-sec .facility-flex .side-col .select-area .select-wrapper3 select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.facility-sec .facility-flex .side-col .facility-ttl-side {
  padding: 24px;
  margin-bottom: 40px;
  border-radius: 4px;
  background: linear-gradient(269deg, #81C89A -1.24%, #79B6B5 100%);
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .facility-ttl-side {
    padding: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .facility-ttl-side {
    margin-bottom: 0;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
  }
}
.facility-sec .facility-flex .side-col .facility-ttl-side h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  margin-bottom: 16px;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .facility-ttl-side h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .side-col .facility-ttl-side h5 {
    margin-bottom: 10px;
  }
}
.facility-sec .facility-flex .side-col .facility-ttl-side .wrap {
  text-align: center;
}
.facility-sec .facility-flex .side-col .facility-ttl-side .wrap span {
  display: inline-block;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #75BC82;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .facility-ttl-side .wrap span {
    font-size: 14px;
    padding: 4px 20px;
  }
}
.facility-sec .facility-flex .side-col ul {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col ul {
    margin-bottom: 10px;
  }
}
.facility-sec .facility-flex .side-col ul li {
  margin-bottom: 8px;
}
.facility-sec .facility-flex .side-col ul li.last {
  margin-bottom: 0;
}
.facility-sec .facility-flex .side-col ul li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 99px;
  border: 2px solid #75BC82;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  color: #75BC82;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col ul li a {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.facility-sec .facility-flex .side-col ul li a.active {
  background-color: #75BC82;
  color: white;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col ul .wrap {
    display: flex;
    gap: 4px;
  }
}
.facility-sec .facility-flex .side-col .swiper img {
  width: 100%;
  aspect-ratio: 260/160;
  object-fit: cover;
}
.facility-sec .facility-flex .side-col .swiper .swiper-pagination {
  position: static;
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .side-col .swiper .swiper-pagination {
    padding-top: 10px;
  }
}
.facility-sec .facility-flex .side-col .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  background-color: #D6EBDA;
  margin: 0 8px;
}
.facility-sec .facility-flex .side-col .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #75BC82;
}
@media (min-width: 768px) {
  .facility-sec .facility-flex .side-col .swiper .swiper-pagination:has(> :nth-child(4)) {
    display: flex;
  }
  .facility-sec .facility-flex .side-col .swiper .swiper-pagination:has(> :nth-child(4)) .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.facility-sec .facility-flex .main-col {
  width: calc(100% - 260px);
  padding-left: 80px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col {
    padding-left: 0;
    width: 100%;
  }
}
.facility-sec .facility-flex .main-col .facility-ttl {
  padding: 24px;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(269deg, #81C89A -1.24%, #79B6B5 100%);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-ttl {
    margin-bottom: 56px;
  }
}
.facility-sec .facility-flex .main-col .facility-ttl p {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
}
.facility-sec .facility-flex .main-col .facility-ttl span {
  display: inline-block;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #75BC82;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.facility-sec .facility-flex .main-col .block {
  margin-bottom: 100px;
}
.facility-sec .facility-flex .main-col .block h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .block h3 {
    margin-bottom: 40px;
  }
}
.facility-sec .facility-flex .main-col .block h3::before {
  content: "";
  left: 0;
  bottom: -4px;
  position: absolute;
  background: rgba(117, 188, 130, 0.3);
  height: 4px;
  width: 33px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan {
    background-color: #fff;
    padding-top: 120px;
    margin-top: -110px;
  }
  .facility-sec .facility-flex .main-col .naikan h3 {
    margin-left: 20px;
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper {
  width: calc(100% - 264px);
  padding-right: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .main-wrapper {
    width: 100%;
    position: relative;
    padding-right: 0;
  }
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .naikan-control {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 130px;
    z-index: 2;
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img-wrapper {
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img-wrapper {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img-wrapper.active {
  display: block;
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img {
  aspect-ratio: 756/500;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img {
    aspect-ratio: 390/264;
    position: relative;
  }
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img .big {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .main-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .img-desc {
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .img-desc {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    margin-top: 0;
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .img-desc .img-desc-ttl {
  width: 180px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  font-size: 22px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .main-wrapper .img-desc .img-desc-ttl {
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }
}
.facility-sec .facility-flex .main-col .naikan .main-wrapper .img-desc-desc {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper {
    flex-direction: column;
  }
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb {
  width: 264px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb {
    width: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul {
  display: flex;
  flex-wrap: wrap;
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li {
  width: calc(50% - 12px);
  margin-bottom: 20px;
  transition: all 0.3s;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li {
    width: 31%;
    margin-bottom: 10px;
  }
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li p {
  text-align: center;
  margin-top: 11px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li:nth-child(odd) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li {
    margin-right: 3.5%;
  }
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li img {
  width: 100%;
  aspect-ratio: 120/80;
  object-fit: cover;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li img {
    aspect-ratio: 107/60;
  }
}
.facility-sec .facility-flex .main-col .naikan .img-wrapper .thumb ul li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.facility-sec .facility-flex .main-col .price h4 {
  color: #75BC82;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price h4 {
    font-size: 18px;
  }
}
.facility-sec .facility-flex .main-col .price table {
  width: 100%;
  border: 1px solid #75BC82;
  border-collapse: separate;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table {
    margin-bottom: 16px;
  }
}
.facility-sec .facility-flex .main-col .price table th {
  width: 200px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(270deg, #81C89A 0%, #79B6B5 100%);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table th {
    width: 80px;
    line-height: 1.2em;
  }
}
.facility-sec .facility-flex .main-col .price table tr:last-child th {
  border-bottom: none;
}
.facility-sec .facility-flex .main-col .price table td {
  width: calc(50% - 100px);
  border-right: 1px solid rgba(117, 188, 130, 0.2);
  border-bottom: 1px solid rgba(117, 188, 130, 0.2);
}
.facility-sec .facility-flex .main-col .price table th, .facility-sec .facility-flex .main-col .price table td {
  height: 80px;
  text-align: center;
}
.facility-sec .facility-flex .main-col .price table tr td {
  font-size: 12px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table tr td {
    font-size: 14px;
  }
}
.facility-sec .facility-flex .main-col .price table tr td span {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table tr td span {
    font-size: 20px;
  }
}
.facility-sec .facility-flex .main-col .price table tr.person td {
  color: #75BC82;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}
.facility-sec .facility-flex .main-col .price table tr.person td span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table tr.person td span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price table tr.person td {
    font-size: 18px;
  }
}
.facility-sec .facility-flex .main-col .price .notice {
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price .notice {
    padding: 12px;
    max-height: 130px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
  }
  .facility-sec .facility-flex .main-col .price .notice::before {
    content: "";
    width: 100%;
    height: 12px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    z-index: 2;
    position: absolute;
  }
  .facility-sec .facility-flex .main-col .price .notice .ul-wrap {
    max-height: 106px;
    overflow-y: scroll;
  }
  .facility-sec .facility-flex .main-col .price .notice .ul-wrap ul {
    padding-bottom: 18px;
  }
}
.facility-sec .facility-flex .main-col .price .notice ul li {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  font-size: 16px;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4em;
}
.facility-sec .facility-flex .main-col .price .notice ul li * {
  font-size: 1em !important;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .price .notice ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.facility-sec .facility-flex .main-col .price .notice ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.facility-sec .facility-flex .main-col .price .notice ul li:last-child {
  margin-bottom: 0;
}
.facility-sec .facility-flex .main-col .facility-about {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about {
    flex-direction: column;
    background-color: #fff;
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(101, 101, 101, 0.3);
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col {
    width: 100%;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col .table-wrapper {
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col .table-wrapper {
    padding: 4px 24px;
    padding-bottom: 48px;
    background-color: #F1F8F3;
    border-radius: 4px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col table {
  width: 100%;
}
.facility-sec .facility-flex .main-col .facility-about .col table tr {
  border-bottom: 1px solid rgba(101, 101, 101, 0.3);
}
.facility-sec .facility-flex .main-col .facility-about .col table tr th {
  width: 113px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 26px;
  padding-bottom: 26px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col table tr th {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col table tr td {
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col table tr td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col table tr td a {
  border: 2px solid #75BC82;
  border-radius: 99px;
  background-color: #fff;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #75BC82;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col table tr td a {
    white-space: nowrap;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col table tr td a img {
  width: 24px;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .facility-sec .facility-flex .main-col .facility-about .col .table2-wrapper .table2 tr:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col .table2-wrapper {
    display: none;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col iframe {
  width: 100%;
  height: 440px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col iframe {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.facility-sec .facility-flex .main-col .facility-about .col .link {
  text-align: right;
  margin-bottom: 30px;
}
.facility-sec .facility-flex .main-col .facility-about .col .link a {
  font-size: 16px;
  display: flex;
  color: #4476D5;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col .link a {
    font-size: 14px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col .link a img {
  width: 24px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .col .link a img {
    width: 20px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .col .access h5 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #75BC82;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.facility-sec .facility-flex .main-col .facility-about .col .access h5 img {
  width: 24px;
  margin-right: 8px;
}
.facility-sec .facility-flex .main-col .facility-about .col .access p {
  font-size: 16px;
  line-height: 1.4em;
}
.facility-sec .facility-flex .main-col .facility-about .col .access .wrap1 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .facility-about .left {
    margin-bottom: 80px;
  }
}
.facility-sec .facility-flex .main-col .facility-about .view-more {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .facility-sec .facility-flex .main-col .facility-about .view-more {
    display: none;
  }
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 {
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 4px;
  border: 1px solid #75BC82;
  background: #FFF;
  font-size: 16px;
  font-weight: bold;
  color: #75BC82;
  height: 48px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  margin-top: -20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 p {
  font-size: inherit;
  white-space: nowrap;
  width: 160px;
  text-align: center;
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 .toggle {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  position: relative;
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 .toggle::before, .facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 .toggle::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #75BC82;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: calc(50% - 1.5px);
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2 .toggle::after {
  transform: rotate(-90deg);
}
.facility-sec .facility-flex .main-col .facility-about .view-more .more-btn2.hide .toggle::after {
  transform: rotate(0);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message-container {
    background-color: #fff;
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message-wrapper {
    padding: 64px 24px;
    background-color: #F1F8F3;
  }
}
.facility-sec .facility-flex .main-col .message {
  border-radius: 4px;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1);
  border: 3px solid #75BC82;
  position: relative;
  background-image: url(../../assets/img/voice-bg.webp);
  background-size: cover;
  padding: 32px 56px;
  display: flex;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message {
    border: none;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
    background-image: url(../../assets/img/voice-bg-sp.webp);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.facility-sec .facility-flex .main-col .message .colon {
  position: absolute;
  width: 64px;
  right: 10px;
  top: -30px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .colon {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.facility-sec .facility-flex .main-col .message .left {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .left {
    justify-content: center;
    width: 100%;
  }
}
.facility-sec .facility-flex .main-col .message .left img {
  width: 173px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .left img {
    width: 142px;
    margin-bottom: 0;
  }
}
.facility-sec .facility-flex .main-col .message .left .left-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .left .left-inner {
    flex-direction: row;
    gap: 16px;
  }
}
.facility-sec .facility-flex .main-col .message .left .left-inner .shisetsucho-name {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .left .left-inner .shisetsucho-name {
    text-align: left;
  }
}
.facility-sec .facility-flex .main-col .message .left .left-inner .shisetsucho-name span {
  font-size: 18px;
  font-weight: normal;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .left .left-inner .shisetsucho-name span {
    margin-right: 0;
    margin-bottom: 8px;
    display: inline-block;
  }
}
.facility-sec .facility-flex .main-col .message .right .from {
  width: 200px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .right .from {
    width: 176px;
  }
}
.facility-sec .facility-flex .main-col .message .right .message-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #75BC82;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .right .message-ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.facility-sec .facility-flex .main-col .message .right .message-txt {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .right .message-txt {
    font-size: 18px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .message .right {
    text-align: center;
  }
}
.facility-sec .facility-flex .main-col .sunblog {
  display: flex;
}
@media (min-width: 768px) {
  .facility-sec .facility-flex .main-col .sunblog .ttl-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog {
    flex-direction: column;
    background-color: #fff;
    padding-top: 80px;
    margin-bottom: 0;
  }
  .facility-sec .facility-flex .main-col .sunblog .ttl-wrapper {
    margin-bottom: 32px;
  }
  .facility-sec .facility-flex .main-col .sunblog .ttl-wrapper p {
    margin-bottom: 10px !important;
  }
}
.facility-sec .facility-flex .main-col .sunblog .left {
  width: 360px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .left {
    width: 100%;
    padding-right: 0;
  }
}
.facility-sec .facility-flex .main-col .sunblog .left h3 {
  margin-bottom: 40px;
}
.facility-sec .facility-flex .main-col .sunblog .left p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .left p {
    text-align: center;
  }
}
.facility-sec .facility-flex .main-col .sunblog .right {
  width: calc(100% - 360px);
  position: relative;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .right {
    width: 100%;
    padding-left: 24px;
    padding-bottom: 64px;
  }
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide {
  border-radius: 4px;
  border: 1px solid rgba(101, 101, 101, 0.3);
  background: #FFF;
  height: auto;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide img {
  width: 100%;
  aspect-ratio: 336/205;
  object-fit: cover;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide .txt-wrapper {
  padding: 24px;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide .txt-wrapper .sunblog-ttl {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 24px;
  color: #656565;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide .txt-wrapper time {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #656565;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide .txt-wrapper .cats {
  display: flex;
  gap: 4px;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-slide .txt-wrapper .cats .cat {
  padding: 4px;
  color: #656565;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #656565;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev, .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev, .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next {
    top: 40%;
  }
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev img, .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next img {
  width: 100%;
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev::after, .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev, .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev {
  left: -24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-prev {
    left: 10px;
  }
}
.facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next {
  right: -24px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .right .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .btn-wrapper {
    padding-right: 24px;
    padding-top: 50px;
  }
}
.facility-sec .facility-flex .main-col .sunblog .btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 9999px;
  border: 3px solid #75BC82;
  background: #FFF;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  padding-left: 50px;
  padding-right: 40px;
  justify-content: flex-start;
  transition: all 0.3s;
}
.facility-sec .facility-flex .main-col .sunblog .btn .txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
  color: #75BC82;
  position: relative;
  top: -5px;
  margin-right: 20px;
  transition: all 0.3s;
}
.facility-sec .facility-flex .main-col .sunblog .btn .txt span {
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
.facility-sec .facility-flex .main-col .sunblog .btn svg path {
  transition: all 0.3s;
}
.facility-sec .facility-flex .main-col .sunblog .btn:hover {
  background-color: #75BC82;
}
.facility-sec .facility-flex .main-col .sunblog .btn:hover .txt {
  color: white;
}
.facility-sec .facility-flex .main-col .sunblog .btn:hover svg path {
  fill: white;
  stroke: white;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .sunblog .btn {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }
}
.facility-sec .facility-flex .main-col .detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-height: 1200px) {
  .facility-sec .facility-flex .main-col .detail {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail {
    flex-direction: column;
    padding: 80px 24px;
    position: relative;
    z-index: 2;
    padding-bottom: 160px;
  }
}
.facility-sec .facility-flex .main-col .detail .col {
  width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .col {
    width: 100%;
  }
}
.facility-sec .facility-flex .main-col .detail .col h3 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .left {
    margin-bottom: 64px;
  }
}
.facility-sec .facility-flex .main-col .detail .left .table-ttl {
  background: linear-gradient(269deg, #81C89A -0.32%, #79B6B5 99.99%);
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
}
.facility-sec .facility-flex .main-col .detail .left .table-ttl p {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.facility-sec .facility-flex .main-col .detail .left table {
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid rgba(101, 101, 101, 0.3);
  background: #FFF;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .left table .sp-hide1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .left table {
    border-radius: 0 0 4px 4px;
  }
}
.facility-sec .facility-flex .main-col .detail .left table th {
  width: 140px;
  background: linear-gradient(269deg, #81C89A -0.32%, #79B6B5 99.99%);
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
.facility-sec .facility-flex .main-col .detail .left table td {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(101, 101, 101, 0.3);
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .left table td {
    font-size: 16px;
  }
}
.facility-sec .facility-flex .main-col .detail .left table tr:last-child td {
  border: none;
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper h3 {
  margin-bottom: 0;
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status {
  display: flex;
  width: 180px;
  flex-wrap: wrap;
  margin-left: 40px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 4px;
  }
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status .status-single {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status .status-single {
    font-size: 14px;
    margin-right: 8px;
  }
  .facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status .status-single span {
    font-size: inherit;
  }
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status .maru span {
  color: #75BC82;
}
.facility-sec .facility-flex .main-col .detail .right .ttl-wrapper .status .kome span {
  color: #F57558;
}
.facility-sec .facility-flex .main-col .detail .right .table {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #75BC82;
}
.facility-sec .facility-flex .main-col .detail .right .table .row {
  display: flex;
  border-bottom: 1px solid white;
}
.facility-sec .facility-flex .main-col .detail .right .table .row:nth-child(odd) {
  background-color: #F1F8F3;
}
.facility-sec .facility-flex .main-col .detail .right .table .row:nth-child(even) {
  background-color: #D6EBDA;
}
.facility-sec .facility-flex .main-col .detail .right .table .row:last-child {
  border-bottom: none;
}
.facility-sec .facility-flex .main-col .detail .right .table .row .col1, .facility-sec .facility-flex .main-col .detail .right .table .row .col2 {
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .table .row .col1, .facility-sec .facility-flex .main-col .detail .right .table .row .col2 {
    font-size: 16px;
  }
}
.facility-sec .facility-flex .main-col .detail .right .table .row .col1 {
  width: 100%;
  padding-left: 16px;
}
.facility-sec .facility-flex .main-col .detail .right .table .row .col2 {
  width: 80px;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #FFF;
  font-weight: 700;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .table .row .col2 {
    width: 43px;
    font-size: 20px;
  }
}
.facility-sec .facility-flex .main-col .detail .right .table .more-show {
  display: none;
}
.facility-sec .facility-flex .main-col .detail .right .table .more-show .row:nth-child(even) {
  background-color: #F1F8F3;
}
.facility-sec .facility-flex .main-col .detail .right .table .more-show .row:nth-child(odd) {
  background-color: #D6EBDA;
}
.facility-sec .facility-flex .main-col .detail .right .view-more {
  display: flex;
  justify-content: center;
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  border: 1px solid #75BC82;
  background: #FFF;
  font-size: 20px;
  font-weight: bold;
  color: #75BC82;
  height: 48px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  margin-top: -20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .view-more .more-btn {
    width: 290px;
  }
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn .toggle {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  position: relative;
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn .toggle::before, .facility-sec .facility-flex .main-col .detail .right .view-more .more-btn .toggle::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #75BC82;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: calc(50% - 1.5px);
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn .toggle::after {
  transform: rotate(-90deg);
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn p {
  width: 260px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .facility-sec .facility-flex .main-col .detail .right .view-more .more-btn p {
    font-size: 16px;
  }
}
.facility-sec .facility-flex .main-col .detail .right .view-more .more-btn.hide .toggle::after {
  transform: rotate(0);
}

.about-pdhouse {
  position: relative;
  z-index: 6;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .about-pdhouse {
    margin-top: -160px;
  }
}
.about-pdhouse .wave {
  width: 100%;
}
.about-pdhouse .section-inner {
  background-color: #fff;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner {
    padding-bottom: 0;
  }
}
.about-pdhouse .section-inner .ttl-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .ttl-wrapper {
    margin-bottom: 64px;
  }
}
.about-pdhouse .section-inner .ttl-wrapper h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .ttl-wrapper h2 img {
    height: 36px;
  }
}
.about-pdhouse .section-inner .flex {
  display: flex;
  justify-content: center;
  gap: 120px;
  position: relative;
}
.about-pdhouse .section-inner .flex .ob {
  position: absolute;
  top: 130px;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .ob {
    right: 0;
    top: 470px;
  }
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex {
    flex-direction: column;
    gap: 80px;
  }
}
.about-pdhouse .section-inner .flex .card {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .card {
    width: 100%;
  }
}
.about-pdhouse .section-inner .flex .card img {
  width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .card img {
    width: 100%;
    margin-bottom: 0;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
  }
}
.about-pdhouse .section-inner .flex .card {
  display: flex;
}
.about-pdhouse .section-inner .flex .card .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .card .wrap {
    flex-direction: column-reverse;
  }
}
.about-pdhouse .section-inner .flex .card p, .about-pdhouse .section-inner .flex .card h6 {
  text-align: center;
}
.about-pdhouse .section-inner .flex .card p {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-weight: 500;
}
.about-pdhouse .section-inner .flex .card h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #75BC82;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .card h6 {
    margin-bottom: 30px;
  }
}
.about-pdhouse .section-inner .flex .card1 {
  justify-content: flex-end;
}
.about-pdhouse .section-inner .flex .card1 h6 {
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .about-pdhouse .section-inner .flex .card1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.about-pdhouse .section-inner .flex .card2 {
  justify-content: flex-start;
}

.doctor-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
  background-color: #F1F8F3;
}
@media (max-width: 767px) {
  .doctor-sec {
    padding-bottom: 64px;
    padding-top: 80px;
  }
}
.doctor-sec h3 {
  color: #75BC82;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.59);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .doctor-sec h3 {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .doctor-sec .section-inner {
    padding-left: 24px;
  }
  .doctor-sec .section-inner .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .doctor-sec .section-inner .swiper-pagination-bullet {
    width: 55.6px;
    height: 4px;
    background-color: #D6EBDA;
    border-radius: 2px;
    opacity: 1;
    margin: 0 8px;
  }
  .doctor-sec .section-inner .swiper-pagination-bullet-active {
    background-color: #75BC82;
  }
}
.doctor-sec .doctors {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .doctor-sec .doctors {
    margin: auto;
    gap: 24px;
    display: flex;
    margin-bottom: 40px;
  }
}
.doctor-sec .doctors > li {
  width: 100%;
  background-image: url(../../assets/img/doctor-bg.webp);
  border-radius: 4px;
  border-top: 6px solid #75BC82;
  border-bottom: 7px solid #75BC82;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
  /* ds02 */
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .doctor-sec .doctors > li {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.doctor-sec .doctors > li .img-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.doctor-sec .doctors > li .img-wrapper img {
  width: 100px;
}
.doctor-sec .doctors > li .tags {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.doctor-sec .doctors > li .tags .tag {
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  letter-spacing: 0.02em;
  background-color: #D6EBDA;
  padding: 4px;
}
@media (max-width: 767px) {
  .doctor-sec .doctors > li .tags .tag {
    font-size: 14px;
    white-space: nowrap;
  }
}
.doctor-sec .doctors > li .name {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.doctor-sec .doctors > li .name p {
  font-size: 20px;
  font-weight: bold;
}
.doctor-sec .doctors > li .name p span {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .doctor-sec .doctors > li .name p span {
    font-size: 12px;
  }
}
.doctor-sec .doctors > li ul li {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .doctor-sec .doctors > li ul li {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.doctor-sec .doctors > li ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.doctor-sec .desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .doctor-sec .desc {
    margin-top: 40px;
    padding-right: 24px;
    text-align: left;
  }
}

.flow-faq {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
  background-color: white;
}
@media (max-width: 767px) {
  .flow-faq {
    padding-bottom: 64px;
    padding-top: 0px;
  }
}
.flow-faq .section-inner {
  max-width: 1200px;
  margin: auto;
}
.flow-faq .flow-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .flow-faq .flow-wrapper {
    padding: 64px 24px;
  }
}
.flow-faq .flow {
  border-radius: 4px;
  border: 1px solid rgba(101, 101, 101, 0.3);
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
@media (max-width: 767px) {
  .flow-faq .flow {
    border-color: #656565;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 40px 16px;
  }
}
.flow-faq .flow h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .flow-faq .flow h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.flow-faq .flow ul {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .flow-faq .flow ul {
    flex-direction: column;
    gap: 20px;
  }
}
.flow-faq .flow ul li {
  position: relative;
}
.flow-faq .flow ul li img {
  width: 100%;
}
.flow-faq .flow ul li::before {
  content: "";
  height: 28.5px;
  width: 17.5px;
  position: absolute;
  background-image: url(../../assets/img/flow-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -35px;
  top: calc(50% - 14.25px);
}
@media (max-width: 767px) {
  .flow-faq .flow ul li::before {
    height: 12px;
    width: 19px;
    right: calc(50% - 9.5px);
    top: unset;
    bottom: -17px;
    background-image: url(../../assets/img/flow-arrow-sp.svg);
  }
}
.flow-faq .flow ul li:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .flow-faq .faq {
    padding-top: 80px;
  }
}
.flow-faq .faq h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .flow-faq .faq h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .flow-faq .faq {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.flow-faq .faq ul {
  max-width: 1000px;
  margin: auto;
}
.flow-faq .faq ul li {
  padding: 24px 40px;
  border-radius: 4px;
  background: #F1F8F3;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li {
    padding: 24px 16px;
    margin-bottom: 12px;
  }
}
.flow-faq .faq ul li:last-child {
  margin-bottom: 0;
}
.flow-faq .faq ul li .ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li .ttl {
    align-items: flex-start;
  }
}
.flow-faq .faq ul li .ttl p {
  margin-left: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li .ttl p {
    font-size: 18px;
  }
}
.flow-faq .faq ul li .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow-faq .faq ul li .q .chev {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li .q .chev {
    margin-left: 16px;
  }
}
.flow-faq .faq ul li .q.active .chev {
  transform: rotate(180deg);
}
.flow-faq .faq ul li .a-wrap {
  display: none;
}
.flow-faq .faq ul li .a {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li .a {
    padding-top: 24px;
    align-items: flex-start;
  }
}
.flow-faq .faq ul li .a p {
  margin-left: 24px;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .flow-faq .faq ul li .a p {
    font-size: 16px;
  }
}
.flow-faq .faq .ul-wrapper .view-more {
  display: flex;
  justify-content: center;
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  border: 1px solid #75BC82;
  background: #FFF;
  font-size: 20px;
  font-weight: bold;
  color: #75BC82;
  height: 48px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  margin-top: -20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .flow-faq .faq .ul-wrapper .view-more .more-btn3 {
    width: 290px;
  }
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3 .toggle {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  position: relative;
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3 .toggle::before, .flow-faq .faq .ul-wrapper .view-more .more-btn3 .toggle::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #75BC82;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: calc(50% - 1.5px);
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3 .toggle::after {
  transform: rotate(-90deg);
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3 p {
  width: 260px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .flow-faq .faq .ul-wrapper .view-more .more-btn3 p {
    font-size: 16px;
  }
}
.flow-faq .faq .ul-wrapper .view-more .more-btn3.hide .toggle::after {
  transform: rotate(0);
}
.flow-faq .faq .more-show3 {
  display: none;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .flow-faq .faq .more-show3 {
    padding-top: 12px;
  }
}
.flow-faq .tel-wrapper {
  max-width: 1000px;
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .flow-faq .tel-wrapper {
    margin-top: 40px;
  }
}
.flow-faq .tel-wrapper a {
  transition: all 0.3s;
}
.flow-faq .tel-wrapper a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .flow-faq .tel-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.flow-faq .tel-wrapper img {
  width: 100%;
}

.contact-sec, footer {
  position: relative;
  z-index: 10;
}

footer {
  background-color: #fff;
}

.img-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.img-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.img-modal.is-open .img-modal__backdrop {
  opacity: 1;
}
.img-modal.is-open .img-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.img-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.img-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1100px);
  max-height: 88vh;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.img-modal__figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.img-modal__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: calc(88vh - 80px);
  object-fit: contain;
}
.img-modal__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
}
.img-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: white;
}

body.modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .img-modal,
  .img-modal__backdrop,
  .img-modal__panel {
    transition: none !important;
    transform: none !important;
  }
}
.img-wrapper .main-img-wrapper {
  will-change: opacity;
}

.img-wrapper .main-img img {
  display: block;
}

.thanks-contents {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .thanks-contents {
    padding-top: 100px;
  }
}
.thanks-contents .ttl {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .thanks-contents .ttl {
    font-size: 30px;
  }
}
.thanks-contents .text p {
  text-align: center;
  font-size: 20px;
  line-height: normal;
}
.thanks-contents .thanks-wrapper {
  max-width: 1400px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.thanks-contents .thanks-wrapper ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .thanks-contents .thanks-wrapper ul {
    flex-direction: column;
  }
}
.thanks-contents .thanks-wrapper ul li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.333% - 13.3334px);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .thanks-contents .thanks-wrapper ul li {
    width: 100%;
  }
}
.thanks-contents .thanks-wrapper ul li h2 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li h2 {
    font-size: 18px;
  }
}
.thanks-contents .thanks-wrapper ul li .img-wrapper {
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li .img-wrapper {
    height: 120px;
  }
}
.thanks-contents .thanks-wrapper ul li .img-wrapper img {
  height: 100%;
  width: auto;
}
.thanks-contents .thanks-wrapper ul li .img-wrapper .icon {
  height: 120px;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li .img-wrapper .icon {
    height: 100px;
  }
}
.thanks-contents .thanks-wrapper ul li .img-wrapper .pd {
  height: 120px;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li .img-wrapper .pd {
    height: 100px;
  }
}
.thanks-contents .thanks-wrapper ul li p {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  min-height: 100px;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .thanks-contents .thanks-wrapper ul li p {
    min-height: unset;
  }
}
.thanks-contents .thanks-wrapper ul li a {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background-color: #75BC82;
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.thanks-contents .thanks-wrapper ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1350px) {
  .thanks-contents .thanks-wrapper ul li a {
    width: 270px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1170px) {
  .thanks-contents .thanks-wrapper ul li a {
    width: 240px;
  }
}
.thanks-contents .thanks-wrapper ul li .a-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .thanks-contents .thanks-wrapper ul li .a-wrapper a {
    margin: 0;
  }
}
.thanks-contents .thanks-wrapper ul li .a-wrapper .youtube {
  background-color: unset;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1170px) {
  .thanks-contents .thanks-wrapper ul li .a-wrapper .youtube {
    width: 40px;
  }
}
.thanks-contents .thanks-wrapper ul li .a-wrapper .youtube img {
  width: 100%;
}
@media (max-width: 1024px) {
  .thanks-contents .thanks-wrapper ul li .a-wrapper .youtube {
    margin: 0;
    margin-left: 10px;
  }
}
.thanks-contents .backtotop {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.thanks-contents .backtotop a {
  display: flex;
  width: 300px;
  justify-content: center;
  line-height: 60px;
  background-color: #75BC82;
  color: white !important;
  font-size: 20px;
  font-weight: bold;
}

/* .access p 内の <br> を 2個目・4個目・6個目…だけ消す → <br><br> を <br> にする */
.access p br:nth-of-type(2n) {
  display: none;
}

html.is-loading {
  opacity: 0;
  pointer-events: none;
}

.grecaptcha-badge {
  display: none !important;
}

form .contactForm .field-checkbox.purpose-checks {
  gap: 10px;
}
form .contactForm .field-checkbox.purpose-checks .wpcf7-list-item-label {
  padding-left: 0;
  background-color: #fff;
  border: 2px solid #75BC82;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #75BC82;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  form .contactForm .field-checkbox.purpose-checks .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
}
form .contactForm .field-checkbox.purpose-checks .wpcf7-list-item-label::before {
  display: none;
}
@media (min-width: 768px) {
  form .contactForm .field-checkbox.purpose-checks .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
}
form .contactForm .field-checkbox.purpose-checks input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #75BC82;
  color: white;
}
form .contactForm .field-checkbox.purpose-checks input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: none;
}

.footer-cta {
  position: fixed;
  bottom: -17.9487179487vw;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  background-color: #fff;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .footer-cta {
    display: none;
  }
}
.footer-cta.active {
  bottom: -0.2564102564vw;
}
.footer-cta a {
  width: 33.3333333333%;
}
.footer-cta a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-modal {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100vh;
  width: 100%;
  background: #DDE9DF;
  padding-left: 35px;
  padding-right: 35px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cta-modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.cta-modal .cta-inner {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 35px;
  width: calc(100% - 70px);
  top: 85px;
}
.cta-modal .cta-inner .cta-tel {
  display: flex;
  justify-content: center;
  position: relative;
  height: 60svh;
}
.cta-modal .cta-inner .cta-tel a {
  display: block;
}
.cta-modal .cta-inner .cta-tel .modal-banner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
}
.cta-modal .cta-inner .cta-tel .img-wrapper {
  position: relative;
}
.cta-modal .cta-inner .cta-tel .img-wrapper .cta-close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -50px;
}
.cta-modal .cta-inner .cta-tel .img-wrapper .cta-close img {
  width: 35px;
}

/*# sourceMappingURL=style.css.map */
