@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.c-search_bui {
  display: block;
  margin-left: auto;
  margin-right: auto;
vertical-align: middle;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ジャンル名 */
.f-quicksand {
  font-family: "Quicksand", sans-serif;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.c-header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 140px;
  z-index: 9;
}
@media screen and (max-width: 960px) {
  .c-header {
    height: 80px;
  }
}

.c-footer {
  background: url("../images/common/bg-footer.png") repeat-x top center;
  background-size: contain;
  padding-top: 104px;
}
@media screen and (max-width: 960px) {
  .c-footer {
    background: url("../images/common/bg-footer--sp.png") repeat-x top center;
    padding-bottom: 48px;
  }
}
.c-footer__inner {
  margin: 0 9%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: auto;
  max-width: 1126px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .c-footer__inner {
    gap: 24px;
    width: 98%;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__inner {
    flex-direction: column;
    width: 82%;
  }
}
.c-footer__clinic {
  margin-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .c-footer__clinic {
    border-bottom: 1px #ccc solid;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.c-footer__clinic .Clinic__logo {
  width: 290px;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-footer__clinic .Clinic__logo {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-footer__clinic .Clinic__logo {
    width: 260px;
  }
}
.c-footer__clinic .Clinic__logo img {
  width: 100%;
}
.c-footer__clinic .Clinic__address {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .c-footer__clinic .Clinic__address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__clinic .Clinic__address {
    margin-left: 0;
    text-align: center;
  }
}
.c-footer__menu {
  display: flex;
  gap: 56px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1240px) {
  .c-footer__menu {
    flex-wrap: wrap;
    gap: 40px 3vw;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-footer__menu {
    flex-wrap: wrap;
    gap: 40px 2vw;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__menu {
    flex-wrap: wrap;
    gap: 40px 24px;
    justify-content: center;
  }
}
.c-footer__menu > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .c-footer__menu > ul {
    width: calc(50% - 16px);
  }
}
.c-footer__menu > ul a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__menu > ul a {
    font-size: 1.5rem;
  }
}
.c-footer__menu > ul li > ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-footer__menu > ul li > ul a {
  color: #817A78;
  font-size: 1.2rem;
}
.c-footer__menu > ul li > ul a::before {
  content: "ー";
  margin-right: 4px;
}
.c-footer__copy {
  width: 82%;
  margin: auto;
  border-top: 0.5px #CCC7C2 solid;
  font-size: 1rem;
  text-align: center;
  padding: 26px 0 43px;
}

.c-float {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-float {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .c-float ul {
    display: flex;
  }
  .c-float ul li {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .c-float ul li:nth-child(1) {
    background: #FF9D03;
    position: relative;
    padding-left: 22px;
  }
  .c-float ul li:nth-child(1)::before {
    background: url("../images/common/icon-tel--white.svg") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    left: 12px;
    content: "";
    display: block;
    position: absolute;
  }
  .c-float ul li:nth-child(2) {
    background: #35984D;
    position: relative;
    padding-left: 22px;
  }
  .c-float ul li:nth-child(2)::before {
    background: url("../images/common/icon-web.svg") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    left: 12px;
    content: "";
    display: block;
    position: absolute;
  }
  .c-float ul li:nth-child(3) {
    background: #03C755;
    position: relative;
    padding-left: 22px;
  }
  .c-float ul li:nth-child(3)::before {
    background: url("../images/common/icon-line.svg") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    left: 12px;
    content: "";
    display: block;
    position: absolute;
  }
  .c-float ul a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 18px 0;
  }
}

.l-wrapper {
  margin: auto;
  width: 100%;
  position: relative;
}

.l-inner {
  margin: auto;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-inner {
    width: 90%;
  }
}

.l-frame {
  width: 94%;
  margin: auto;
}

.c-nav {
  background: #fff;
  width: 100%;
  padding: 20px 20px 24px 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-nav {
    padding: 12px 20px 24px 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav {
    height: 80px;
    padding: 15px 20px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}
.c-nav__logo {
  width: 187px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .c-nav__logo {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav__logo {
    width: 178px;
  }
}
.c-nav__info {
  display: flex;
  gap: 64px;
  justify-content: right;
  flex: 1;
}
@media screen and (max-width: 1240px) {
  .c-nav__info {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav__info {
    gap: 24px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav__info {
    display: none;
  }
}
.c-nav__address {
  color: #53504F;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  align-items: flex-end;
  display: flex;
}
.c-nav__btn {
  display: flex;
  gap: 12px;
  margin-left: auto;
  align-items: center;
}
.c-nav__btn .Btn__line {
  background: #03C755;
  border-radius: 22px;
  font-size: clamp(1.2rem, 1.17vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  width: 135px;
  width: clamp(120px, 10vw, 135px);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 26px;
}
.c-nav__btn .Btn__line::before {
  background: url("../images/common/icon-line.svg") no-repeat left center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 10px;
  content: "";
  display: block;
  position: absolute;
}
.c-nav__btn .Btn__web {
  background: #FF9D03;
  border-radius: 22px;
  font-size: clamp(1.2rem, 1.17vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  width: 135px;
  width: clamp(120px, 10vw, 135px);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 26px;
}
.c-nav__btn .Btn__web::before {
  background: url("../images/common/icon-web.svg") no-repeat left center;
  background-size: 100%;
  width: 20px;
  height: 18px;
  left: 20px;
  content: "";
  display: block;
  position: absolute;
}

.c-nav-sp {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  padding-top: 98px;
  z-index: 9;
  display: none;
  overflow: scroll;
  padding-bottom: 88px;
}

.c-menu {
  background: #fff;
  position: relative;
  margin: 0 auto 42px;
  width: 100%;
}
.c-menu__list {
  max-width: 1366px;
  margin: auto;
  display: flex;
  gap: clamp(10px, 1.4vw, 22px);
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .c-menu__list {
    margin-right: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-menu__list {
    margin-right: 16vw;
  }
}
.c-menu__list li:not(:last-child) {
  border-right: 1px #3E3A39 dashed;
  padding-right: clamp(10px, 1.4vw, 22px);
}
.c-menu__list a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .c-menu__list a {
    font-size: 1.5rem;
  }
}
.c-menu__tel {
  background: url("../images/common/icon-tel.svg") no-repeat left 10px;
  background-size: 14px;
  font-size: 1.1rem;
  padding-left: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.c-menu__tel span {
  color: #FF9D03;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-btn {
  background: #FF9D03;
  border-radius: 24px;
  color: #fff;
  width: 184px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
}
.p-btn--m {
  border-radius: 30px;
  font-size: 2rem;
  width: 277px;
  height: 60px;
}
.p-btn::after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  right: 18px;
}

.p-breadcrumb {
  font-size: 1.2rem;
  display: flex;
  gap: 8px;
  width: 88%;
  margin: auto;
}
.p-breadcrumb a {
  font-size: 1.2rem;
}
.p-breadcrumb a::after {
  color: #CCC7C2;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  margin-left: 8px;
}

.p-caption {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-caption {
    font-size: 2.8rem;
  }
}
.p-caption span {
  color: #41B25D;
  font-size: 2.4rem;
  background: url("../images/common/icon-circle.svg") no-repeat center left;
  padding-left: 20px;
  line-height: 1;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-caption span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .p-hbm {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 10;
  }
  .p-hbm span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 10px;
    background: #3E3A39;
    width: 45%;
  }
  .p-hbm span:nth-of-type(1) {
    top: 15px;
  }
  .p-hbm span:nth-of-type(2) {
    top: 24px;
  }
  .p-hbm span:nth-of-type(3) {
    top: 32px;
  }
  .p-hbm.is-active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .p-hbm.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-hbm.is-active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
}
.p-menu {
  max-width: 1366px;
  margin: auto;
  display: flex;
  gap: clamp(10px, 1.4vw, 22px);
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .p-menu {
    margin-right: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-menu {
    margin-right: 16vw;
  }
}
@media screen and (max-width: 960px) {
  .p-menu {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 32px;
    width: 100%;
  }
}
.p-menu li:not(:last-child) {
  border-right: 1px #3E3A39 dashed;
  padding-right: clamp(10px, 1.4vw, 22px);
}
@media screen and (max-width: 960px) {
  .p-menu li:not(:last-child) {
    border: none;
    padding-right: 0;
  }
}
.p-menu a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .p-menu a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-menu a {
    font-size: 1.6rem;
    display: block;
    padding: 22px 35px;
    border-bottom: 1px solid #EAEAEA;
  }
  .p-menu a::before {
    color: #41B25D;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-right: 16px;
  }
}

.p-nav {
  color: #53504F;
  display: flex;
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  align-items: flex-end;
  gap: 2.56vw;
  margin-right: 2.56vw;
}
@media screen and (max-width: 1024px) {
  .p-nav {
    gap: 1.5vw;
    margin-right: 1.5vw;
  }
}
@media screen and (max-width: 960px) {
  .p-nav {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    align-items: flex-start;
  }
  .p-nav a {
    padding: 0 35px;
  }
}

.c-lower {
  margin-bottom: 200px;
}
.c-lower__mv {
  background: url("../images/lower/img-mv.jpg") no-repeat right bottom;
  background-size: cover;
  height: 27.8vw;
  min-height: 380px;
  margin-right: 4%;
  margin-bottom: 24px;
}
.c-lower__mv--lower {
  background: url("../images/lower/img-mv02.jpg") no-repeat right bottom;
  background-size: cover;
}
.c-lower__mv--price {
  background: url("../images/lower/img-price.png") no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-lower__mv {
    background: url("../images/lower/img-mv--sp.jpg") no-repeat right bottom;
    background-size: cover;
    min-height: 180px;
    height: 49vw;
  }
  .c-lower__mv--lower {
    background: url("../images/lower/img-mv02--sp.jpg") no-repeat right bottom;
    background-size: cover;
  }
  .c-lower__mv--lower {
    background: url("../images/lower/img-price--sp.png") no-repeat right bottom;
    background-size: cover;
  }
}
.c-lower__mv h1 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  padding-left: 8.78vw;
}
@media screen and (max-width: 768px) {
  .c-lower__mv h1 {
    font-size: 2.4rem;
  }
}
.c-lower__inner {
  width: 996px;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .c-lower__inner {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-lower__inner {
    margin: 60px auto;
  }
}
.c-lower h2 {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-lower h2 {
    font-size: 2rem!important;
  }
}
.c-lower h2::after {
  content: "";
  display: block;
  background: #CCC7C2;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 16px;
}
.c-lower h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-lower h3 {
    font-size: 1.8rem;
  }
}
.c-lower h4 {
  font-weight: 700;
  margin-bottom: 8px;
}
.c-lower p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .c-lower p {
    font-size: 1.5rem;
  }
}
.c-lower .Lower__intro {
  display: flex;
  gap: 40px;
  margin-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .c-lower .Lower__intro {
    flex-direction: column;
  }
}
.c-lower .Lower__intro > div:nth-child(1) {
  width: 624px;
}
@media screen and (max-width: 1024px) {
  .c-lower .Lower__intro > div:nth-child(1) {
    width: 548px;
  }
}
@media screen and (max-width: 960px) {
  .c-lower .Lower__intro > div:nth-child(1) {
    width: 100%;
  }
}
.c-lower .Lower__intro > div:nth-child(2) {
  flex: 1;
}
.c-lower .Lower__intro .Intro__caption {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-lower .Lower__intro .Intro__caption {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-lower .Lower__intro .Intro__caption {
    font-size: 2.4rem;
  }
}
.c-lower__list {
  background: #FFFDEA;
  border-top: 9px solid #41B25D;
  padding: 60px 0 0px;
  max-width: 1126px;
  margin: auto;
  width: 100%;
}

.c-lower__list .p-caption {
  text-align: center;
  margin-bottom: 50px;
}
.c-lower__list .List__item {
  max-width: 920px;
  margin: 0 auto 72px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 78px 0;
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-lower__list .List__item {
    flex-direction: column;
    gap: 38px;
  }
}
.c-lower__list .List__item li {
  width: 33.3333333333%;
  max-width: 312px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lower__list .List__item li {
    width: 100%;
    max-width: 100%;
  }
}
.c-lower__list .List__item li {
  font-size: 2.2rem;
  font-weight: 500;
  color: #41B25D;
}
@media screen and (max-width: 768px) {
  .c-lower__list .List__item li {
    font-size: 1.8rem;
  }
}
.c-lower__list .List__item li a {
  color: #41B25D;
  text-decoration: none;
}
.c-lower__qa li:nth-child(odd) {
  color: #FF9D03;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 64px;
}
.c-lower__qa li:nth-child(odd)::before {
  content: "・";
}
.c-lower__qa li:nth-child(even) {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 40px;
}
.c-lower .wp-block-table,
.c-lower .wp-block-flexible-table-block-table {
  position: relative;
  overflow-x: auto;
  margin-bottom: 40px;
  width: 100%;
}
.c-lower .wp-block-table table,
.c-lower .wp-block-flexible-table-block-table table {
  border: 1px #55C135 solid !important;
  font-size: 1.8rem !important;
  border-collapse: collapse !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-lower .wp-block-table table,
  .c-lower .wp-block-flexible-table-block-table table {
    min-width: 1024px;
  }
}
.c-lower .wp-block-table table thead,
.c-lower .wp-block-flexible-table-block-table table thead {
  border: none !important;
}
.c-lower .wp-block-table table th,
.c-lower .wp-block-flexible-table-block-table table th {
  background: #55C135 !important;
  color: #fff !important;
  border: 1px #55C135 solid !important;
  padding: 16px !important;
  min-width: 180px !important;
}
.c-lower .wp-block-table table th:not(:first-child),
.c-lower .wp-block-flexible-table-block-table table th:not(:first-child) {
  min-width: 180px !important;
  text-align: center !important;
}
.c-lower .wp-block-table table th:not(:last-child),
.c-lower .wp-block-flexible-table-block-table table th:not(:last-child) {
  border-right: 1px #fff solid !important;
}
.c-lower .wp-block-table table td,
.c-lower .wp-block-flexible-table-block-table table td {
  background: #fff !important;
  border: 1px #55C135 solid !important;
  padding: 16px !important;
  min-width: 180px !important;
}
.c-lower .wp-block-table figcaption,
.c-lower .wp-block-flexible-table-block-table figcaption {
  margin-top: 24px !important;
  font-size: 1.8rem !important;
}

.c-post {
  margin-bottom: 200px;
}
.c-post__mv {
  background: url("../images/problems/img-mv.jpg") no-repeat right bottom;
  background-size: cover;
  height: 27.8vw;
  min-height: 380px;
  margin-right: 4%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-post__mv {
    background: url("../images/lower/img-mv--sp.jpg") no-repeat right bottom;
    background-size: cover;
    min-height: 180px;
    height: 49vw;
  }
}
.c-post__mv h1 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  padding-left: 8.78vw;
}
@media screen and (max-width: 768px) {
  .c-post__mv h1 {
    font-size: 2.4rem;
  }
}
.c-post__inner {
  width: 100%;
  max-width: 1126px;
  margin: 38px auto 80px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  gap: 122px;
}
@media screen and (max-width: 1024px) {
  .c-post__inner {
    padding: 0 35px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .c-post__inner {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-post__inner {
    margin: 60px auto;
  }
}
.c-post h2 {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-post h2 {
    font-size: 2.4rem;
  }
}
.c-post h2::after {
  content: "";
  display: block;
  background: #CCC7C2;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 16px;
}
.c-post h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.c-post h3 {
		font-size: 2.2rem;
	}
}
.c-post h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
 }
@media screen and (max-width: 768px) {
	.c-post h4 {
		font-size: 1.8rem;
	}
}
.c-post p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .c-post p {
    font-size: 1.5rem;
  }
}
.c-post__contents {
  flex: 1;
  margin-top: 32px;
}
.c-post__contents .Contents__date {
  font-size: 2.2rem;
  margin-bottom: 42px;
}
.c-post__contents .Contents__mainimg {
  margin-bottom: 42px;
}
.c-post__contents .Contents__mainimg img {
  height: auto;
}
.c-post__contents .Contents__block {
  border: 1px solid #707070;
  padding: 30px;
  margin-bottom: 50px;
}
.c-post__contents .Contents__inner {
  display: flex;
  gap: 20px;
}
.c-post__contents .Contents__inner h2 {
  font-size: 2.4rem;
}
.c-post__contents .Contents__inner h2::after {
  display: none;
}
.c-post__contents .Contents__inner > div:nth-child(2) {
  flex: 1;
}
.c-post__contents .Contents__thumb {
  width: 228px;
  height: 168px;
}
.c-post__contents .Contents__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post__contents .Contents__link {
  text-align: right;
  padding-top: 40px;
}
.c-post__contents .Contents__link a {
  text-decoration: underline;
}
.c-post__info {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 24px;
}
.c-post__info > div:nth-child(1) {
  font-size: 2.2rem;
}
.c-post__info > div:nth-child(2) {
  font-size: 1.5rem;
}
.c-post__archive {
  width: 200px;
}
.c-post__archive h4 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 38px;
}
.c-post__archive ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 2.4rem;
  margin-bottom: 64px;
}
.c-post__archive a {
  font-size: 2.4rem;
  text-decoration: underline;
}
.c-post__link {
  width: 1126px;
  padding: 0 35px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1024px) {
  .c-post__link {
    width: 100%;
  }
}
.c-post__link a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.c-mv {
  background: url("../images/top/img-mv.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 95%;
  height: 41.8vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
.c-post__contents .Contents__inner {
  display: block;
  gap: 20px;
}	
	
  .c-post__contents .Contents__thumb {
    width: 100%;
    height: auto;
    margin-bottom: 15%;
  }	
	
  .c-mv {
    background: url("../images/top/img-mv--sp.jpg") no-repeat center top;
    background-size: cover;
    height: calc(100svh - 80px);
  }
}
.c-mv__catch {
  position: absolute;
  left: 64px;
  bottom: 64px;
}
@media screen and (max-width: 768px) {
  .c-mv__catch {
    left: 6vw;
    bottom: 14.39;
  }
}
.c-mv__catch .Catch__en {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-size: clamp(3.2rem, 3.8vw, 4.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-mv__catch .Catch__en {
    font-size: 2.4rem;
  }
}
.c-mv__catch .Catch__heading {
  font-size: clamp(3.2rem, 3.8vw, 4.8rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-mv__catch .Catch__heading {
    font-size: 2rem;
  }
}

.c-news {
  padding: 100px 0 96px;
  width: 90%;
  max-width: 948px;
  margin: auto;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .c-news {
    padding: 60px 0 64px;
    width: 76%;
    flex-direction: column;
    gap: 32px;
  }
}
.c-news__caption .p-caption {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-news__caption .p-caption {
    text-align: center;
    margin-bottom: 0;
  }
}
.c-news__list {
  font-size: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-news__list {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.c-news__list li {
  border-bottom: 1px #D6D6D6 solid;
}
.c-news__list li a {
  background: url("../images/common/icon-arrow-long.svg") no-repeat center right;
  padding: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-news__list li a {
    background-size: 13px;
    padding: 0 18px 12px 0;
  }
}
.c-news__list li span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #CCC7C2;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .c-news__list li span {
    font-size: 1.5rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-news .p-btn {
    margin: 8px auto 0;
  }
}

.c-about {
  background: url("../images/top/bg-about.svg") no-repeat right top;
  background-size: 88.6%;
  display: flex;
  gap: 50px;
  padding-top: 114px;
  margin-right: 8.8vw;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .c-about {
    background: url("../images/top/bg-about--sp.svg") no-repeat center top;
    background-size: 82.6%;
    flex-direction: column;
    padding-top: 36.2vw;
    margin-right: 0;
    gap: 28px;
  }
}
.c-about > div {
  flex: 1;
}
.c-about__info {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .c-about__info {
    width: 82%;
    max-width: 100%;
    margin: auto;
  }
}
.c-about__info .p-caption {
  margin-bottom: 32px;
}
.c-about__info .Info__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-about__info .Info__text {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-about .p-btn {
    margin: auto;
  }
}

.c-guide {
  background: #FFFDEA;
  border-radius: 100px;
  width: 95%;
  margin: 0 auto 120px;
  padding: 80px 7%;
}
@media screen and (max-width: 768px) {
  .c-guide {
    border-radius: 50px;
    padding: 50px 30px;
    margin: 0 auto 80px;
  }
  .c-guide .p-caption {
    text-align: center;
    margin: auto;
    position: relative;
  }
  .c-guide .p-caption::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    background: #D6D6D6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }
}
.c-guide__caption {
  display: flex;
  margin-bottom: 48px;
  align-items: self-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-guide__caption {
    flex-direction: column;
    gap: 48px;
  }
}
.c-guide__caption .Caption__exp {
  border-left: 1px #D6D6D6 solid;
  padding-left: 40px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-guide__caption .Caption__exp {
    border-left: none;
    padding-left: 0;
  }
}
.c-guide__btn {
  display: flex;
  gap: 28px;
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .c-guide__btn {
    flex-direction: column;
    text-align: center;
    margin-bottom: 48px;
  }
}
.c-guide__btn li {
  flex: 1;
}
.c-guide__btn a {
  background: url("../images/common/icon-arrow-long--white.svg") no-repeat center right 40px;
  padding: 24px;
  background-color: #40B25D;
  border-radius: 25px;
  color: #fff;
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 1.7vw, 3.2rem);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 1240px) {
  .c-guide__btn a {
    background-size: 20px;
    background-position: center right 32px;
    height: 160px;
  }
}
@media screen and (max-width: 960px) {
  .c-guide__btn a {
    background-size: 18px;
    background-position: center right 24px;
    font-size: 2.2rem;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .c-guide__btn a {
    height: 100px;
  }
}
.c-guide__search {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 960px) {
  .c-guide__search {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: auto;
  }
}
.c-guide__search > div {
  flex: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .c-guide__search > div {
    margin-bottom: 0;
  }
  .c-guide__search > div:nth-child(2) {
    margin-bottom: 30px;
  }
}
.c-guide__search .Search__caption {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.c-guide__search .Search__caption img {
  width: 64px;
}
@media screen and (max-width: 960px) {
  .c-guide__search .Search__caption {
    gap: 16px;
    align-items: center;
  }
  .c-guide__search .Search__caption img {
    width: 50px;
  }
}
.c-guide__search .Search__caption h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .c-guide__search .Search__caption h3 {
    font-size: 2rem;
  }
}
.c-guide__search .Search__caption h3 span {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #41B25D;
  font-size: 1.6rem;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 960px) {
  .c-guide__search .Search__caption h3 span {
    font-size: 1.4rem;
  }
}
.c-guide__search .Search__caption h3 span::before {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 1px;
  background: #41B25D;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-guide__search .Search__list a {
  background: url("../images/common/icon-arrow-long.svg") no-repeat center right 16px;
  padding: 16px;
  border-top: 1px solid #ccc;
  display: block;
}
.c-guide .p-btn {
  margin: auto;
}

.c-column {
  position: relative;
}
.c-column::after {
  content: "";
  background: #FFFDEA;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 340px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-column::after {
    height: 86%;
    bottom: -80px;
  }
}
.c-column__inner {
  margin: 0 9% 180px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-column__inner {
    margin: 0 9% 140px;
  }
}
.c-column .p-caption {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-column .p-caption {
    margin-bottom: 30px;
  }
}
.c-column .p-btn {
  margin: auto;
}
.c-column__list {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .c-column__list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.c-column__list li {
  max-width: 360px;
}
.c-column__list img {
  border-radius: 20px;
  margin-bottom: 12px;
  max-width: 360px;
  max-height: 220px;
  object-fit: cover;
}
.c-column__list .List__date {
  color: #41B25D;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-column__list .List__date {
    font-size: 1.3rem;
  }
}
.c-column__list .List__detail {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-column__list .List__detail {
    font-size: 1.4rem;
  }
}

.c-info {
  max-width: 1126px;
  margin: auto;
  width: 82%;
}
.c-info__inner {
  margin: 0 auto 120px;
}
.c-info__clinic {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-info__clinic {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }
}
.c-info__clinic .Clinic__logo {
  width: 302px;
}
@media screen and (max-width: 768px) {
  .c-info__clinic .Clinic__logo {
    max-width: 244px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.c-info__clinic .Clinic__logo img {
  width: 100%;
}
.c-info__clinic .Clinic__address {
  font-size: 1.8rem;
  line-height: 1.8;
  border-left: 1px #CCCCCC solid;
  padding-left: 52px;
}
@media screen and (max-width: 768px) {
  .c-info__clinic .Clinic__address {
    font-size: 1.6rem;
    text-align: center;
    border-left: none;
    padding-left: 0;
  }
}
.c-info__block {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .c-info__block {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-info__detail {
    text-align: center;
  }
}
.c-info__detail .Detail__tel {
  background: url("../images/common/icon-tel.svg") no-repeat left 10px;
  font-size: 1.6rem;
  padding-left: 36px;
  margin-left: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-info__detail .Detail__tel {
    background: url("../images/common/icon-tel.svg") no-repeat 6px 6px;
    background-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.c-info__detail .Detail__tel span {
  color: #FF9D03;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-info__detail .Detail__tel span {
    font-size: 2.6rem;
  }
}
.c-info__detail .Detail__time {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-info__detail .Detail__time {
    flex-direction: column;
    gap: 4px;
  }
}
.c-info__map {
  flex: 1;
}
.c-info__map iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .c-info__map iframe {
    height: 278px;
  }
}
.c-info__schedule {
  margin-bottom: 20px;
}
.c-info__schedule table {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-info__schedule table {
    font-size: 1.2rem;
  }
}
.c-info__schedule table th {
  padding: 4px 16px;
  text-align: left;
  border-bottom: 1px #3E3A39 solid;
}
@media screen and (max-width: 768px) {
  .c-info__schedule table th {
    padding: 16px 4px;
  }
}
.c-info__schedule table td {
  padding: 16px 16px;
  text-align: center;
  border-bottom: 1px #3E3A39 solid;
}
@media screen and (max-width: 768px) {
  .c-info__schedule table td {
    padding: 16px 4px;
  }
}
.c-info__notice {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-left: 4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-info__notice {
    font-size: 1.1rem;
    text-align: left;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.c-info__btn {
  display: flex;
  gap: 16px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-info__btn {
    align-items: center;
    margin-left: 0;
    flex-direction: column;
    gap: 16px;
  }
}
.c-info__btn .p-btn--line {
  background: #03C755;
/*   font-size: 1.8rem; */
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__btn .p-btn--line {
/*     font-size: 2rem; */
  }
}
.c-info__btn .p-btn--line::before {
  background: url("../images/common/icon-line.svg") no-repeat left center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 20px;
  content: "";
  display: block;
  position: absolute;
}
.c-info__btn .p-btn--WEB {
  font-size: 1.8rem;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__btn .p-btn--WEB {
    font-size: 2rem;
  }
}
.c-info__btn .p-btn--WEB::before {
  background: url("../images/common/icon-web.svg") no-repeat left center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 32px;
  content: "";
  display: block;
  position: absolute;
}

#info {
  padding-top: 144px;
  margin-top: -144px;
}

.c-search__block {
  width: 82%;
  margin: auto;
  max-width: 1126px;
}
@media screen and (max-width: 768px) {
  .c-search__block {
    width: 100%;
    padding: 0 10px;
  }
}
.c-search__inner {
  width: 996px;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .c-search__inner {
    padding: 0 35px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-search__inner {
    margin: 60px auto;
  }
}
.c-search h2 {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-search h2 {
    font-size: 2.4rem;
  }
}
.c-search h2::after {
  content: "";
  display: block;
  background: #CCC7C2;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 16px;
}
.c-search__exp {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 22px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-search__exp {
    font-size: 1.5rem;
  }
}
.c-search__list {
  background: #FFFDEA;
  border-top: 9px solid #41B25D;
  padding: 60px 0 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-search__list {
    padding: 60px 0;
  }
}
.c-search__list .p-caption {
  text-align: center;
  margin-bottom: 50px;
}
.c-search__list .List__item {
  max-width: 996px;
  margin: 0 auto 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .c-search__list .List__item {
    margin: 0 auto 40px;
	  align-content: center;  
  }
}
.c-search__list .List__item li {
  width: calc(33.3333333333% - 30px);
  max-width: 312px;
  text-align:center;
}
.list_little{font-size:90%!important;}

@media screen and (max-width: 1024px) {
  .c-search__list .List__item li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-search__list .List__item li {
    width: 100%;
  }
}
.c-search__list .List__item a {
  background: #fff;
  color: #41B25D;
  border: 2px solid #41B25D;
  border-radius: 40px;
  font-size: 1.9rem;
  font-weight: 500;
  justify-content: center;
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-search__list .List__item a {
    font-size: 1.8rem;
    height: 60px;
  }
}
.c-search__list .List__item a::after {
  color: #41B25D;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 24px;
}
.c-search__list .List__btn {
  display: flex;
  gap: 32px;
  width: 92%;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-search__list .List__btn {
    flex-direction: column;
    align-items: center;
  }
}
.c-search__list .List__btn li {
  max-width: 320px;
  width: 100%;
}
.c-search__list .List__btn a {
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  max-width: 320px;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-search__list .List__btn a::after {
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 24px;
}
.c-search__list .List__btn a.Btn__search {
  background: #66CE80;
}
.c-search__list .List__btn a.Btn__price {
  background: #E6B162;
}

:root {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  color: #3E3A39;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  position: relative;
}

body {
  padding-top: 140px;
}
@media screen and (max-width: 960px) {
  body {
    padding-top: 80px;
  }
}

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

input,
a {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #3e3a39;
}
a:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
a :focus {
  outline: none;
}

.js-default {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .md-pc {
    display: none !important;
  }
  .md-sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .md-sp {
    display: none !important;
  }
  .md-pc {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .lg-pc {
    display: none !important;
  }
  .lg-sp {
    display: block !important;
  }
}
@media screen and (min-width: 961px) {
  .lg-sp {
    display: none !important;
  }
  .lg-pc {
    display: block !important;
  }
}

.p-price h2 {
  text-align: center;
}
.p-price .List__item {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 95%;
  display: flex;	
}
@media screen and (max-width: 768px) {
  .p-price .List__item {
    width: 100%;
    margin: 0 0 50px!important;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-price .List__item li {
    max-width: 312px;
    min-width: 250px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-price .List__item li {
    width: calc(47% - 5px);
  }
}
.p-price .List__item li a {
  background: #fff;
  color: #41B25D;
  border: 2px solid #41B25D;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price .List__item li a {
    font-size: 1.6rem;
    height: auto;
    padding: 10px;
  }
}
.p-price .List__item li a::after {
  color: #41B25D;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 24px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-price .List__item li a::after {
    right: 10px;
  }
}
.p-price .price-table {
  border-collapse: separate;
  width: 100%;
}
.p-price .price-table-wrap {
  margin-bottom: 50px;
}
.p-price .price-table tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 20px;
}
.p-price .price-table tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 20px;
}
.p-price .price-table th {
  text-align: center;
}
.p-price .price-table th.is-style1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #41B25D;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-price .price-table th.is-style1 {
    font-size: 1.6rem;
  }
}
.p-price .price-table th.is-style2 {
  font-size: 2rem;
  font-weight: 500;
  color: #908B87;
  background-color: #FFFDEA;
  padding: 22px;
  border-right: 1px solid #CCC7C2;
  border-bottom: 1px solid #CCC7C2;
}
@media screen and (max-width: 768px) {
  .p-price .price-table th.is-style2 {
    font-size: 1.6rem;
  }
}
.p-price .price-table th.is-style2:first-child {
  border-left: 1px solid #CCC7C2;
}
@media screen and (max-width: 768px) {
	.p-price .price-table th.is-style2:first-child {
		width: 55%;
	}
}
.p-price .price-table td {
  font-size: 1.8rem;
  font-weight: 500;
  border-right: 1px solid #CCC7C2;
  border-bottom: 1px solid #CCC7C2;
  padding: 20px;
}
@media screen and (max-width: 768px) {
	.p-price .price-table td {
		font-size: 1.5rem;
	}
}
.p-price .price-table td:first-child {
  border-left: 1px solid #CCC7C2;
}
@media screen and (max-width: 768px) {
	.p-price .price-table td:first-child {
		font-size: 1.5rem;
	}
}
.p-price .price-table .is-center {
  text-align: center;
}

@media screen and (min-width: 961px) {

.price_title_h2{
	color: #41b25d;
}

.price_title_h2::after {
  content: "";
  display: block;
  background: #41b25d!important;
  border-radius: 5px;
  width: 100%;
  height: 2px!important;
  margin-top: 5px!important;
}
	
.p-price .List__item02 {
  margin: 0 auto 72px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .p-price .List__item02 {
    width: 100%;
    margin-bottom: 0px;
    gap: 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-price .List__item02 li {
    max-width: 312px;
    min-width: 250px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-price .List__item02 li {
    width: calc(50% - 5px);
  }
}
.p-price .List__item02 li a {
  background: #fff;
  color: #41B25D;
  border: 2px solid #41B25D;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price .List__item02 li a {
    font-size: 1.6rem;
    height: auto;
    padding: 10px;
  }
}
.p-price .List__item02 li a::after {
  color: #41B25D;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 24px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-price .List__item02 li a::after {
    right: 10px;
  }
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.onayami_p	{
  border:1px solid #ccc;
  padding:2%;
  text-align: center;
}
.price_b_rink{	
  text-align: center;
}
.price_b_rink a{
  font-size: 2.6rem!important;
  text-decoration: underline!important;
  padding-bottom:1%;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin:0 auto;
}	

}

@media screen and (max-width: 960px) {
.price_title_h2{
	color: #41b25d;
}

.price_title_h2::after {
  content: "";
  display: block;
  background: #41b25d!important;
  border-radius: 5px;
  width: 100%;
  height: 2px!important;
  margin-top: 5px!important;
}
	
.onayami_p	{
  border:1px solid #ccc;
  padding:2%;
  text-align: center;
}
.price_b_rink{	
  text-align: center;
}
.price_b_rink {
  font-size: 2.6rem!important;
  padding-bottom:1%;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin:0 auto;
}	
	.price-button a{color: #41b25d; font-weight: bold;  font-family: "Zen Maru Gothic", serif;}
	.price-button03 a{color:#fff!important; font-weight: bold;  font-family: "Zen Maru Gothic", serif;}
}

@media screen and (max-width: 768px) {
  .b02 {
    width: calc(100% - 5px)!important;
  }
}

@media screen and (min-width: 768px) {
  .p-price .List__item li {
    max-width: 312px !important;
    width: 50% !important;
    min-width: auto !important;
    flex: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* .p-price .List__item li {
    width: 100% !important;
  } */
}
.p-price .price-table th.is-style1 {
  padding: 10px !important;
  font-size: 1.6rem !important;
}

.p-price .price-table th.is-style2 {
  padding: 12px !important;
  font-size: 1.6rem !important;
}

.p-price .price-table td {
  font-size: 1.6rem !important;
}

.p-price .price-table td {
  padding: 14px !important;
}

.c-toc1 {
  width: 50%;
  border: 1px solid #ccc7c2;
  background-color: #fffdea;
  padding: 15px 25px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-toc1 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.c-toc1__title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-toc1__item {
  list-style-type: auto;
  list-style-position: inside;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  /* .p-price .List__item li {
    width: 100% !important;
  } */
  .p-price .List__item li summary {
    height: 60px;
    font-size: 1.8rem;
  }
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  min-width: 40%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .dialog {
    min-width: 90%;
  }
	
	.price-button03{width:100%!important;}	
	.b02{width:100%!important; margin:0 auto;}

}

.dialog h3 {
  text-align: center;
}

.dialog-close {
 position: relative;
  top: -40px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.price-button {
  background: #fff;
  color: #41b25d;
  border: 2px solid #41b25d;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 0 25px;
}

.price-button03 {
  background: #FF9D03;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  display: block;
  width: 32%;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 25px;
  margin: 0 auto;
}

.price-button:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}

.price-button03:hover {
  opacity: 0.5;
}

.price-button::after {
  color: #41b25d;
  content: "+";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 15px;
  transform: rotate(0deg);
}

.price-button03::after {
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  right: 15px;
  transform: rotate(0deg);
}
.price-button03 a{color:#fff!important; font-weight: bold;  font-family: "Zen Maru Gothic", serif;}
.b02{width:32%; margin:0 auto;}

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







/* -------------------------------
▼ top flex_box
▼ PC表示
-------------------------------- */
.three_btn a {
  border: 2px solid #999;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}




.three_btn a:hover {
    background: #FF9D03;
    color: #FFF;
	opacity: 0.8;
  border: 2px solid #FF9D03;
}
.three_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.three_btn a:hover:after {
    border-color: #FFF;
}

.object-common{
max-width: 100%;
  margin: 0 auto;
  display: block;	
}

@media print, (min-width: 768px) {
.list-common-feature {
  background: #FFFDEA;
  border-radius: 100px;
  width: 95%;
  margin: 60px auto 60px;
  padding: 80px 7%;
}	
	
	
  .slider-top-keyvisual {
    height: 100%;
  }
  .slider-top-keyvisual::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/decoration_keyvisual.png") top right/100% 100% no-repeat;
    pointer-events: none;
  }
}
.paragraph-common {
  margin: 0;
  line-height: 2;
}

.list-common-feature .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-feature .item-wrapper {
  height: 100%;
  border-bottom: 4px solid #FF9D03;
  background-color: #fff;
  border-radius: 30px;
}
.list-common-feature .item-image {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.list-common-feature .item-title {
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-common-feature .item-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-common-feature .note-icon {
  position: relative;
  top: -0.03rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.05rem;
  color: #ee7800;
}
.list-common-feature .note-text {
  line-height: 1.6;
}
.list-common-feature .paragraph-common {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-common-feature .button-common-primary {
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
.three_btn a {
  border: 2px solid #999;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  padding: 10px 25px;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}	
	
	
	
.object-common {
  max-width: 100%;
  margin: 0 auto 2%;
  display: block;
}	
	
	
.list-common-feature {
    border-radius: 50px;
    padding: 50px 30px;
    margin: 20px auto 20px;
	background: #FFFDEA;
	width:95%;	
  }	
	
  .list-common-feature .list-item {
    margin-bottom: 2rem;
	border: 1px solid #FF9D03;
	border-radius: 30px;
  }
  .list-common-feature .list-item:last-child {
    margin: 0;
  }
  .list-common-feature .item-wrapper {
    padding: 3rem 2rem;
  }
  .list-common-feature .item-image {
    margin-bottom: 0.21rem;
  }
  .list-common-feature .item-title {
    margin-bottom: 2rem;
  }
  .list-common-feature .item-note {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    line-height: 2;
  }
  .list-common-feature .note-icon {
    top: -0.03rem;
  }
  .list-common-feature .button-common-primary {
    margin-top: 2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-feature .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12.5px -15px;
  }
  .list-common-feature .list-item {
    width: 33.3333333333%;
    padding: 0 12.5px 15px;
  }
  .list-common-feature .item-wrapper {
    padding: 30px 28px 27px;
  }
  .list-common-feature .item-image {
    margin-bottom: 0px;
  }
  .list-common-feature .item-title {
    min-height: 0px;
    margin: 2rem auto;
  }
  .list-common-feature .item-note {
    margin-top: 16px;
    font-size: 0.16rem;
    line-height: 2;
  }
  .list-common-feature .button-common-primary {
    margin-top: 20px;
  }
}
.list-common-ticked {
  position: relative;
}
.list-common-ticked .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-ticked .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}
.list-common-ticked .list-item::before {
  content: "";
  position: relative;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.08rem;
  background: url("../img/common/icon_tick.svg") center/100% auto no-repeat;
}
.list-common-ticked .list-item:last-child {
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-ticked .list-item {
    margin-bottom: 0.095rem;
    line-height: 1.4;
  }
  .list-common-ticked .list-item::before {
    top: 0;
    margin-top: 1px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-ticked .list-item {
    margin-bottom: 6.5px;
    line-height: 1.6;
  }
  .list-common-ticked .list-item::before {
    top: 2px;
  }
  .is-mac .list-common-ticked .list-item::before {
    top: 1px;
  }
}
.list-common-disease .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-disease .list-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-disease .list-item {
    margin-bottom: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-disease .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px -20px;
  }
  .list-common-disease .list-item {
    width: 25%;
    padding: 0 10px 20px;
  }
}
.list-common-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-link .list-item {
  margin-bottom: 0.07rem;
}
.list-common-link .list-item:last-child {
  margin: 0;
}
.list-common-link .link-common-arrow {
  line-height: 1.6;
  text-decoration: none;
}
.list-common-link .link-common-arrow::before {
  top: calc(50% - 0.5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-common-link .link-common-arrow:hover {
  text-decoration: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-link .link-common-arrow {
    padding-left: 0.18rem;
  }
}
.list-common-archive .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-archive .list-item {
  position: relative;
}
.list-common-archive .list-item:last-child {
  margin: 0;
}
.list-common-archive .item-wrapper {
  position: relative;
  background-color: #f9f6f0;
}
.list-common-archive .item-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-common-archive .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-common-archive .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-common-archive .content-title {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-common-archive .content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-common-archive .time-common {
  top: 1px;
  margin-right: 0.18rem;
}
.list-common-archive .category-common .item-label {
  z-index: 2;
}


.bg_color01{
  background: #FF9D03;
  padding: 50px 0 5px;
  margin-bottom: 5%;
}


.bg_color02 {
  background: #cccccc;
  padding: 50px 0 5px;
  margin-bottom: 5%;
}

.bg_color03{
  background: #ffffff;
  padding: 50px 0 5px;
  margin-bottom: 5%;
}

.c-lower__list02 {
  background: #FFFDEA;
  border-top: 9px solid #41B25D;
  padding: 60px 0 0px;
  max-width: 1126px;
  margin: auto;
  width: 100%;
}

.c-lower__list02 .p-caption {
  text-align: center;
  margin-bottom: 50px;
}
.c-lower__list02 .List__item {
  max-width: 920px;
  margin: 0 auto 72px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 78px 0;
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-lower__list02 .List__item {
    flex-direction: column;
    gap: 38px;
  }
}
.c-lower__list02 .List__item li {
  width: 33.3333333333%;
  max-width: 312px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lower__list02 .List__item li {
    width: 100%;
    max-width: 100%;
  }
}
.c-lower__list02 .List__item li {
  font-size: 2.2rem;
  font-weight: 500;
  color: #41B25D;
}
@media screen and (max-width: 768px) {
  .c-lower__list02 .List__item li {
    font-size: 1.8rem;
  }
}
.c-lower__list02 .List__item li a {
  color: #41B25D;
  text-decoration: none;
}
.c-search__list02 {
  background: #FFFDEA;
  border-top: 9px solid #41B25D;
  padding: 60px 0 0px;
  margin-bottom: 80px;
}

    .p_mar{
        margin:3% auto;
    }