.sub-page-bg {
  background: #F3F5E3;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .sub-page-bg {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .sub-page-bg {
    padding-top: 18.2291666667vw;
  }
}

.page-ttl {
  background: #fff;
  width: 95%;
  padding: 10px;
  border-radius: 20px 0 20px 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    width: 80%;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-ttl {
    width: 86.1458333333vw;
    padding: 0.78125vw;
    border-radius: 0 1.5625vw 1.5625vw 0;
  }
}
.page-ttl__box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 20px 0 20px 0;
  background-image: repeating-linear-gradient(90deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(180deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(90deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(180deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
@media screen and (min-width: 768px) {
  .page-ttl__box {
    padding: 26px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-ttl__box {
    padding: 2.5vw 5.9895833333vw;
    border-radius: 0 1.5625vw 1.5625vw 0;
    gap: 2.6041666667vw;
  }
}
.page-ttl__box img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-ttl__box img {
    width: 10.2083333333vw;
  }
}
.page-ttl__box h2 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .page-ttl__box h2 {
    font-size: 30px;
  }
}
.page-ttl__box span {
  display: block;
  font-size: 16px;
  color: #66AB6D;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .page-ttl__box span {
    font-size: 20px;
    margin-top: 0.5208333333vw;
  }
}

.sub-ttl {
  font-size: 20px;
  position: relative;
  z-index: 0;
  padding-left: 50px;
}
@media screen and (min-width: 1024px) {
  .sub-ttl {
    font-size: 25px;
    padding-left: 4.2708333333vw;
  }
}

.sub-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #DFE8C0;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-ttl::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-ttl::before {
    width: 8.59375vw;
    height: 8.59375vw;
  }
}

.hos {
  padding-top: 135px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .hos {
    width: 80%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .hos {
    padding-top: 11.3541666667vw;
    width: 86.1458333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
.hos__wrap {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .hos__wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .hos__wrap {
    flex-direction: row;
    margin-top: 6.8229166667vw;
  }
}
.hos__box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .hos__box {
    width: 50%;
  }
}
.hos__ttl {
  color: #66AB6D;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.hos__txt {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.hos__txt:last-child {
  margin-bottom: 0;
}

.facility:last-child {
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  .facility:last-child {
    padding-top: 5.2083333333vw;
  }
}

.facility {
  padding: 0 0 80px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .facility {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .facility {
    padding: 0 0 7.8125vw;
    width: 86.1458333333vw;
    margin-bottom: 0;
  }
}
.facility__wrap {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .facility__wrap {
    margin-top: 70px;
    gap: 3.2552083333vw 2.6041666667vw;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .facility__wrap {
    margin-top: 6.8229166667vw;
    gap: 2.8645833333vw 2.96875vw;
  }
}
.facility__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__item {
    width: 24.7395833333vw;
  }
}
@media screen and (min-width: 1024px) {
  .facility__item {
    width: 19.2708333333vw;
  }
}
.facility__item img {
  width: 100%;
  aspect-ratio: 370/290;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility__txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .facility__txt {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .facility__txt {
    font-size: 16px;
    margin-top: 1.0416666667vw;
  }
}

.device {
  padding-top: 100px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .device {
    width: 80%;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .device {
    padding-top: 12.9166666667vw;
    width: 86.1458333333vw;
  }
}

.comming {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #66AB6D;
  padding: 90px 0 80px;
}
@media screen and (min-width: 1024px) {
  .comming {
    font-size: 1.3020833333vw;
    padding: 5.2083333333vw 0;
  }
}

.care {
  padding-top: 100px;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .care {
    width: 80%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .care {
    padding: 7.8125vw 0 7.8125vw;
    width: 67.7083333333vw;
  }
}
.care__wrap {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (min-width: 1024px) {
  .care__wrap {
    gap: 4.1666666667vw 0;
  }
}
.care__item {
  position: relative;
  z-index: 0;
  scroll-margin-top: 250px;
}
.care__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #66AB6D;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .care__item::before {
    top: 2.8645833333vw;
  }
}
.care__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 4px;
  background: #F3F5E3;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .care__item::after {
    top: 2.8125vw;
  }
}
.care__img {
  width: 80px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .care__img {
    width: 5.7291666667vw;
    margin-bottom: 0.5208333333vw;
  }
}
.care__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.care__ttl {
  font-size: 20px;
  text-align: center;
  color: #66AB6D;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .care__ttl {
    font-size: 20px;
    margin-bottom: 2.0833333333vw;
  }
}
.care__detail {
  padding: 0 20px;
}
.care__sub-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .care__sub-ttl {
    font-size: 16px;
  }
}
.care__txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .care__txt {
    font-size: 16px;
  }
}
.care__box {
  margin-top: 20px;
}
.care__box ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .care__box ul {
    font-size: 16px;
  }
}
.care__link {
  display: inline-block;
  color: #66AB6D;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .care__link {
    font-size: 16px;
  }
}
.care__link-ma {
  margin-top: 10px;
}
.care__list {
  font-weight: bold;
  display: block;
}
.care__pic-box {
  margin: 5px 0 15px;
}
@media screen and (min-width: 1024px) {
  .care__pic-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
.care__kensa-pic {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .care__kensa-pic {
    width: 50%;
  }
}

.care-de {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .care-de {
    width: 80%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .care-de {
    padding: 5.2083333333vw 0 7.8125vw;
    width: 67.7083333333vw;
  }
}
.care-de__wrap {
  margin-bottom: 50px;
  scroll-padding-top: 250px;
}
.care-de__wrap:last-child {
  margin-bottom: 0;
}
.care-de__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: #66AB6D;
  border-bottom: 1px solid #66AB6D;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .care-de__ttl {
    font-size: 20px;
  }
}
.care-de__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}
@media screen and (min-width: 1024px) {
  .care-de__txt {
    font-size: 16px;
  }
}
.care-de__txt:last-child {
  margin: 10px 0;
}
.care-de__box {
  margin-top: 30px;
}
.care-de__sub-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .care-de__sub-ttl {
    font-size: 18px;
  }
}
.care-de__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .care-de__img {
    width: 50%;
  }
}
.care-de__link {
  display: block;
  color: #66AB6D;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .care-de__link {
    font-size: 16px;
  }
}
.care-de__table {
  overflow: auto;
  width: 100%;
}
.care-de__table table {
  width: 100%;
  min-width: 600px;
}
@media screen and (min-width: 1024px) {
  .care-de__table table {
    width: 70%;
  }
}
.care-de__table td {
  width: 170px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .care-de__table td {
    font-size: 16px;
  }
}

.doctor {
  margin-top: 130px;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .doctor {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .doctor {
    width: 86.1458333333vw;
    margin-top: 11.3541666667vw;
    padding-bottom: 0;
  }
}
.doctor__wrap {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .doctor__wrap {
    margin-top: 6.09375vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2.8645833333vw;
  }
}
.doctor__pic {
  position: relative;
  width: 200px;
  height: 215px;
  margin-inline: auto;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .doctor__pic {
    width: 150px;
    height: 163px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__pic {
    width: 18.75vw;
    height: 20.0520833333vw;
    border-radius: 1.3020833333vw;
    margin-inline: unset;
  }
}
.doctor__pic-de {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .doctor__pic-de {
    width: 10.4166666667vw;
    height: 11.9791666667vw;
    margin-inline: auto;
  }
}
.doctor__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .doctor__txt-wrap {
    width: 42.3958333333vw;
  }
}
.doctor__txt-top {
  position: relative;
  padding: 30px 15px;
  background: #fff;
  z-index: 0;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .doctor__txt-top {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__txt-top {
    padding: 1.5625vw;
    margin-bottom: 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
.doctor__txt-top h3 {
  position: relative;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .doctor__txt-top h3 {
    font-size: 18px;
    padding-bottom: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.doctor__txt-top h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 37/7;
  width: 30px;
  background: url(../images/sub-page/doctor-deco.svg) center center/cover;
}
@media screen and (min-width: 1024px) {
  .doctor__txt-top h3::before {
    width: 1.9270833333vw;
  }
}
.doctor__mes-txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .doctor__mes-txt {
    font-size: 16px;
    margin-top: 1.3020833333vw;
  }
}
.doctor__mes-txt:last-child {
  margin-bottom: 0;
}
.doctor__director-name {
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  margin-top: 30px;
  color: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .doctor__director-name {
    font-size: 16px;
    margin-top: 1.3020833333vw;
  }
}
.doctor__director-name span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .doctor__director-name span {
    font-size: 12px;
  }
}
.doctor__txt-bottom {
  padding: 30px 15px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .doctor__txt-bottom {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__txt-bottom {
    padding: 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
.doctor__his {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE8C0;
}
@media screen and (min-width: 1024px) {
  .doctor__his {
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.doctor__his:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.doctor__his h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .doctor__his h3 {
    font-size: 16px;
    margin-bottom: 0.8333333333vw;
  }
}
.doctor__his-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .doctor__his-box {
    flex-direction: row;
    gap: 1.5625vw;
  }
}
.doctor__year {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .doctor__year {
    font-size: 16px;
  }
}
.doctor__txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .doctor__txt {
    font-size: 16px;
    line-height: unset;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__txt:last-child {
    margin-bottom: 0;
  }
}
.doctor__txt-box li {
  list-style: none;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .doctor__txt-box li {
    font-size: 16px;
  }
}
.doctor__link-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 1024px) {
  .doctor__link-box {
    gap: 0.5208333333vw 1.3020833333vw;
  }
}
.doctor__link-box a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .doctor__link-box a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__item-wrap {
    display: flex;
    align-items: stretch;
    margin-top: 6.09375vw;
    justify-content: center;
    gap: 2.8645833333vw;
  }
}
.doctor__item {
  margin-top: 80px;
  background: #fff;
  padding: 30px 15px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .doctor__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor__item {
    margin-top: 0;
    padding: 1.5625vw;
    border-radius: 1.3020833333vw;
    width: 45%;
  }
}
.doctor__item:last-child {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .doctor__item:last-child {
    margin-top: 0;
  }
}
.doctor__name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .doctor__name {
    font-size: 16px;
    margin-bottom: 1.5625vw;
  }
}
.doctor__name span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .doctor__name span {
    font-size: 12px;
    margin-top: 0.5208333333vw;
  }
}

@media screen and (min-width: 1024px) {
  .doctor:last-child {
    padding-bottom: 11.3541666667vw;
  }
}

.doctor-bottom {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .doctor-bottom {
    padding-top: 5.2083333333vw;
  }
}

.navi {
  padding-top: 135px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .navi {
    width: 80%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .navi {
    padding-top: 11.3541666667vw;
    width: 86.1458333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
.navi__wrap {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .navi__wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .navi__wrap {
    margin-top: 6.09375vw;
  }
}
.navi__top {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 1024px) {
  .navi__top {
    margin-bottom: 3.125vw !important;
  }
}
.navi__txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navi__txt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .navi__txt {
    font-size: 18px;
    margin-bottom: 1.0416666667vw;
  }
}
.navi__map {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .navi__map {
    width: 41.6666666667vw;
    margin-inline: auto;
  }
}
.navi__map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.time {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .time {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .time {
    width: 86.1458333333vw;
    padding-bottom: 7.8125vw;
  }
}
.time__wrap {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .time__wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .time__wrap {
    margin-top: 6.09375vw;
  }
}

.consul {
  padding-top: 135px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .consul {
    width: 80%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .consul {
    padding-top: 11.3541666667vw;
    width: 86.1458333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
.consul__txt {
  line-height: 1.5;
  font-size: 16px;
  margin: 90px 0 25px;
}
@media screen and (min-width: 768px) {
  .consul__txt {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .consul__txt {
    font-size: 16px;
    margin: 6.09375vw 0 1.0416666667vw;
  }
}
.consul__txt2 {
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .consul__txt2 {
    margin-bottom: 0.2604166667vw;
  }
}
.consul__adobe {
  text-decoration: none;
  border-bottom: 1px solid #66ab6d;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  color: #66ab6d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .consul__adobe {
    font-size: 16px;
  }
}
.consul__adobe img {
  width: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .consul__adobe img {
    width: 1.0416666667vw;
  }
}
.consul__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .consul__link {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .consul__link {
    gap: 0.78125vw;
    width: 50%;
    margin-top: 2.0833333333vw;
  }
}
.consul__btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #66ab6d;
  padding: 10px 20px;
  width: 100%;
  border-radius: 25px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .consul__btn {
    font-size: 16px;
    gap: 1.09375vw;
    padding: 0.78125vw 1.6145833333vw;
    transition: 0.2s;
    max-width: 300px;
  }
}

.first {
  width: 90%;
  margin-inline: auto;
  padding: 80px 0 80px;
}
@media screen and (min-width: 768px) {
  .first {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .first {
    padding: 4.1666666667vw 0 7.8125vw;
    width: 86.1458333333vw;
  }
}
.first__txt {
  line-height: 1.5;
  font-size: 16px;
  margin: 90px 0 25px;
}
@media screen and (min-width: 768px) {
  .first__txt {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .first__txt {
    font-size: 16px;
    margin: 6.09375vw 0 1.0416666667vw;
  }
}
.first__wrap {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .first__wrap {
    margin-top: 2.6041666667vw;
  }
}
.first__sub-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .first__sub-ttl {
    font-size: 18px;
  }
}
.first__item {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .first__item {
    font-size: 18px;
  }
}
.first__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.first__item span {
  display: block;
  color: red;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .first__item span {
    font-size: 14px;
  }
}
.first__item-txt {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .first__item-txt {
    font-size: 16px;
  }
}

.reward {
  width: 90%;
  margin-inline: auto;
  padding: 80px 0 80px;
}
@media screen and (min-width: 768px) {
  .reward {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .reward {
    padding: 4.1666666667vw 0 7.8125vw;
    width: 86.1458333333vw;
  }
}
.reward__wrap {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .reward__wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .reward__wrap {
    margin-top: 6.09375vw;
  }
}
.reward__box {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .reward__box {
    margin-bottom: 2.0833333333vw;
  }
}
.reward__box:last-child {
  margin-bottom: 0;
}
.reward__ttl {
  font-size: 18px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid #66ab6d;
}
@media screen and (min-width: 1024px) {
  .reward__ttl {
    font-size: 18px;
    margin-bottom: 1.0416666667vw;
  }
}
.reward__txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .reward__txt {
    font-size: 16px;
  }
}

.faq-all {
  width: 90%;
  margin-inline: auto;
  padding: 80px 0 80px;
}
@media screen and (min-width: 768px) {
  .faq-all {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .faq-all {
    padding: 6.25vw 0 7.8125vw;
    width: 86.1458333333vw;
  }
}
.faq-all__item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .faq-all__item {
    border-radius: 1.3020833333vw;
    padding: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
.faq-all__item:last-child {
  margin-bottom: 0;
}
.faq-all__item-ttl {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .faq-all__item-ttl {
    line-height: normal;
  }
}
@media screen and (min-width: 1024px) {
  .faq-all__item-ttl {
    font-size: 18px;
    gap: 0.5208333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.faq-all__item-ttl img {
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .faq-all__item-ttl img {
    width: 2.1354166667vw;
    height: 2.1354166667vw;
  }
}
.faq-all__txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .faq-all__txt {
    font-size: 16px;
  }
}

.recruit-txt {
  text-align: center;
  padding: 100px 0;
  font-size: 18px;
  color: #66AB6D;
  font-weight: bold;
}

.news-detail {
  background: #F3F5E3;
  padding-bottom: 50px;
}
.news-detail__wrap {
  width: 80%;
  margin-inline: auto;
  padding-top: 170px;
}
@media screen and (min-width: 768px) {
  .news-detail__wrap {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .news-detail__wrap {
    width: 52.34375vw;
    padding-top: 360px;
  }
}
.news-detail__box {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .news-detail__box {
    margin-top: 100px;
  }
}
.news-detail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1005/558;
  border-radius: 35px 0;
  margin: 20px 0;
}
.news-detail__ttl {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #66ab6d;
}
@media screen and (min-width: 1024px) {
  .news-detail__ttl {
    font-size: 20px;
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
.news-detail p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .news-detail p {
    font-size: 16px;
  }
}
.news-detail a {
  display: block;
  color: #000;
  font-size: 16px;
}
.news-detail__btn {
  display: block;
  text-decoration: none;
  color: #fff !important;
  background: #66ab6d;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  border-radius: 20px;
  margin-inline: auto;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .news-bg {
    padding: 240px 0 100px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.pagination a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .pagination a {
    padding: 20px;
  }
}

.current {
  padding: 20px;
  background: #66ab6d;
  color: #fff;
}

.mv {
  background: #F2F5E4;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  padding: 65px 0 100px;
}
@media screen and (min-width: 768px) {
  .mv {
    gap: 0;
    flex-direction: column;
    padding: 65px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding: 0 0 8.1770833333vw;
  }
}
.mv__txt-wrap {
  background: #fff;
  width: 95%;
  padding: 10px;
  border-radius: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv__txt-wrap {
    margin-inline: unset;
    width: 80%;
    border-radius: 0 20px 20px 0;
    transform: translateY(35px);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .mv__txt-wrap {
    width: 58.0208333333vw;
    padding: 0.78125vw;
    border-radius: 0 1.5625vw 1.5625vw 0;
    transform: translateY(16.1979166667vw);
  }
}
.mv__ttl-area {
  padding: 10px;
  border-radius: 10px;
  background-image: repeating-linear-gradient(90deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(180deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(90deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px), repeating-linear-gradient(180deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 17px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
@media screen and (min-width: 768px) {
  .mv__ttl-area {
    padding: 26px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv__ttl-area {
    padding: 4.0625vw 6.1458333333vw;
    border-radius: 0 1.5625vw 1.5625vw 0;
  }
}
.mv__ttl {
  font-size: 22px;
  line-height: 1.5;
  color: #66ab6d;
}
@media screen and (min-width: 1024px) {
  .mv__ttl {
    font-size: 2.8125vw;
  }
}
.mv__slider {
  width: 100%;
  height: 48.7179487179vw;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .mv__slider {
    width: 90vw;
    height: 41.9791666667vw;
    border-radius: 2.0833333333vw 0 0 2.0833333333vw;
    overflow: hidden;
  }
}
.mv__slider-item {
  width: 100%;
  height: 48.7179487179vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .mv__slider-item {
    height: 100%;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

.news {
  background: #F2F5E4;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 60px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding-bottom: 0.5208333333vw;
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .news__wrap {
    display: flex;
    width: 62.5vw;
    align-items: flex-start;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.news__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .news__ttl {
    font-size: 22px;
    margin-bottom: 0;
    gap: 0.7291666667vw;
  }
}
.news__ttl img {
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .news__ttl img {
    width: 1.3020833333vw;
  }
}
.news__box {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news__box {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .news__box {
    width: 51.09375vw;
    margin-inline: unset;
  }
}
.news__item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (min-width: 1024px) {
  .news__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5625vw 1.9270833333vw;
    margin-bottom: 1.9270833333vw;
  }
}
@media screen and (min-width: 1024px) {
  .news__txt-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3.6458333333vw;
  }
}
.news__day {
  color: #939393;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .news__day {
    width: 15%;
    min-width: 95px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.news__txt {
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) {
  .news__txt {
    width: 85%;
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
}
.news__item img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .news__item img {
    display: block;
    width: 1.25vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .news__item:hover img {
    transform: translateX(10px);
  }
}
.news__btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #66ab6d;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .news__btn {
    font-size: 16px;
    margin-top: 2.03125vw;
    gap: 1.09375vw;
    padding: 0.78125vw 1.6145833333vw;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .news__btn:hover {
    color: #66AB6D;
  }
}
.news__btn img {
  width: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .news__btn img {
    width: 0.6770833333vw;
  }
}

.news::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  background: url(../images/deco01.svg) center center/cover;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .news::after {
    bottom: -9.765625vw;
    height: 9.765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .news::after {
    height: 12.8125vw;
    bottom: -12.8125vw;
  }
}

.section-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .section-ttl {
    font-size: 22px;
    gap: 0.8333333333vw;
    margin-bottom: 3.8020833333vw;
  }
}
.section-ttl img {
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .section-ttl img {
    width: 1.3020833333vw;
  }
}
.section-ttl span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .section-ttl span {
    font-size: 12px;
  }
}

.about-top {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .about-top {
    width: 80%;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .about-top {
    width: 62.5vw;
    margin-bottom: 10.4166666667vw;
  }
}
.about-top__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .about-top__wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .about-top__wrap img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .about-top__txt-area {
    width: 50%;
  }
}
.about-top__txt {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .about-top__txt {
    font-size: 16px;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) {
  .about-top__tel-box {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .about-top__tel-box {
    flex-wrap: wrap;
    gap: 1.0416666667vw;
    margin-top: 1.5625vw;
  }
}
.about-top__tel {
  margin-inline: unset !important;
}
@media screen and (min-width: 1024px) {
  .about-top__tel {
    width: 62% !important;
    justify-content: center;
  }
}
.about-top__tel-txt {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .about-top__tel-txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-top__tel-txt {
    font-size: 14px;
  }
}

.medical {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .medical {
    margin-bottom: 215px;
  }
}
@media screen and (min-width: 1024px) {
  .medical {
    margin-bottom: 19.7916666667vw;
  }
}
.medical__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .medical__wrap {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .medical__wrap {
    gap: 1.5625vw;
    width: 62.5vw;
    justify-content: space-between;
  }
}
.medical__item {
  background: #fff;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 10px solid #F3F5E9;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .medical__item {
    width: 14.2708333333vw;
    height: 14.2708333333vw;
    border: 0.78125vw solid #F3F5E9;
    gap: 0.78125vw;
    font-size: 16px;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .medical__item:hover {
    transform: translateY(-5px);
  }
}
.medical__item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .medical__item img {
    height: 5.4166666667vw;
    width: 5.4166666667vw;
  }
}

.feature {
  background: #F3F5E9;
  position: relative;
  padding: 20px 0 100px;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: 0 0 150px;
  }
}
@media screen and (min-width: 1024px) {
  .feature {
    padding-bottom: 10.4166666667vw;
  }
}
.feature__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .feature__wrap {
    gap: 1.7708333333vw;
  }
}
.feature__item {
  background: #fff;
  padding: 15px;
  border-radius: 25px;
  width: 90%;
  border: 1px solid #B0CC9A;
}
@media screen and (min-width: 768px) {
  .feature__item {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .feature__item {
    width: 18.3854166667vw;
    border-radius: 1.0416666667vw;
    padding: 1.1458333333vw;
  }
}
.feature__item img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .feature__item img {
    height: 11.3020833333vw;
    border-radius: 0.78125vw;
  }
}
.feature__txt {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .feature__txt {
    font-size: 16px;
    margin-top: 2.34375vw;
  }
}
.feature__txt::after {
  content: "01";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: bold;
  background: #fff;
  color: #66AB6D;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .feature__txt::after {
    font-size: 25px;
    width: 3.8020833333vw;
    height: 3.8020833333vw;
    top: -4.4270833333vw;
  }
}
.feature__txt02::after {
  content: "02";
}
.feature__txt03::after {
  content: "03";
}

.feature::after {
  content: "";
  display: block;
  position: absolute;
  top: -15.3846153846vw;
  background: url(../images/deco02.svg) center center/cover;
  width: 100%;
  height: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .feature::after {
    top: -13.671875vw;
    height: 13.671875vw;
  }
}
@media screen and (min-width: 1024px) {
  .feature::after {
    height: 13.2291666667vw;
    top: -13.2291666667vw;
  }
}

.worries {
  background: #F3F5E9;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .worries {
    position: relative;
    padding-bottom: 37.7604166667vw;
    margin-bottom: 20.1822916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries {
    padding-bottom: 15.1041666667vw;
    margin-bottom: 15.625vw;
  }
}
.worries__pic {
  width: 250px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .worries__pic {
    margin-top: 26.0416666667vw;
    width: 26.6927083333vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries__pic {
    width: 27.4479166667vw;
    margin-top: 18.0729166667vw;
  }
}
.worries__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worries__list {
  background: #fff;
  width: 90%;
  margin-inline: auto;
  padding: 30px 15px;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .worries__list {
    width: 100%;
    margin-inline: unset;
    padding: 0;
    border-radius: 0;
    background: 0;
  }
}
@media screen and (min-width: 1024px) {
  .worries__list {
    width: 62.5vw;
    margin-inline: auto;
  }
}
.worries__item {
  display: block;
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #66AB6D;
}
@media screen and (min-width: 768px) {
  .worries__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    width: 26.0416666667vw;
    position: absolute;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item {
    width: 14.8958333333vw;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item:hover {
    transform: translateY(-5px);
  }
}
.worries__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .worries__item01 {
    top: 13.0208333333vw;
    left: 4.5572916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item01 {
    top: 13.0208333333vw;
    left: 11.71875vw;
  }
}
@media screen and (min-width: 768px) {
  .worries__item02 {
    top: 18.0989583333vw;
    right: 4.5572916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item02 {
    top: 15.625vw;
    right: 13.0208333333vw;
  }
}
@media screen and (min-width: 768px) {
  .worries__item03 {
    bottom: 14.3229166667vw;
    left: 4.5572916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item03 {
    bottom: 6.7708333333vw;
    left: 16.40625vw;
  }
}
@media screen and (min-width: 768px) {
  .worries__item04 {
    bottom: 8.4635416667vw;
    right: 4.5572916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item04 {
    bottom: 2.34375vw;
    right: 16.1458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .worries__item01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/worries-bg.png) center center/cover;
    width: 120%;
    aspect-ratio: 433/399;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item01::before {
    width: 22.5520833333vw;
    height: 20.78125vw;
    top: -4.1666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .worries__item02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
    background: url(../images/worries-bg.png) center center/cover;
    width: 120%;
    aspect-ratio: 433/399;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item02::before {
    width: 22.5520833333vw;
    height: 20.78125vw;
    top: -2.8645833333vw;
    left: 50%;
    transform: translateX(-50%) scale(-1, 1);
  }
}
@media screen and (min-width: 768px) {
  .worries__item03::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, -1);
    background: url(../images/worries-bg.png) center center/cover;
    width: 120%;
    aspect-ratio: 433/399;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item03::before {
    width: 22.5520833333vw;
    height: 20.78125vw;
    top: -5.7291666667vw;
    left: 50%;
    transform: translateX(-50%) scale(1, -1);
  }
}
@media screen and (min-width: 768px) {
  .worries__item04::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url(../images/worries-bg.png) center center/cover;
    width: 120%;
    aspect-ratio: 433/399;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item04::before {
    width: 22.5520833333vw;
    height: 20.78125vw;
    top: -5.7291666667vw;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
}
.worries__item-box h3 {
  color: #66AB6D;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .worries__item-box h3 {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item-box h3 {
    font-size: 18px;
    margin-bottom: 1.3020833333vw;
  }
}
.worries__item-box p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .worries__item-box p {
    max-height: 168px;
    overflow: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .worries__item-box p {
    max-height: 100px;
    font-size: 16px;
  }
}
.worries__item-img {
  width: 25px;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .worries__item-img {
    width: 1.25vw;
    margin-top: 0.5208333333vw;
  }
}
.worries__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worries::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  background: url(../images/deco01.svg) center center/cover;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .worries::after {
    bottom: -9.765625vw;
    height: 9.765625vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .worries::after {
    height: 12.8125vw;
    bottom: -12.8125vw;
  }
}

.faq {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .faq {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .faq {
    width: 62.5vw;
    margin-bottom: 13.0208333333vw;
  }
}
.faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .faq__wrap {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 1.5625vw;
    align-items: center;
    justify-content: space-between;
  }
}
.faq__item {
  padding: 20px 10px;
  border: 1px solid #E8F2C7;
  background-color: #fff;
  box-shadow: 7px 7px #E8F2C7;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .faq__item {
    padding: 1.5104166667vw 1.0416666667vw;
    width: 30.46875vw;
    cursor: pointer;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .faq__item:hover {
    transform: translateY(-5px);
  }
}
.faq__item summary {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .faq__item summary {
    gap: 2.1875vw;
    font-size: 16px;
  }
}
.faq__item summary img {
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .faq__item summary img {
    width: 2.6041666667vw;
  }
}
.faq__item p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .faq__item p {
    font-size: 16px;
    margin-top: 1.5625vw;
  }
}
.faq__btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #66ab6d;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .faq__btn {
    font-size: 16px;
    gap: 0.8854166667vw;
    padding: 0.78125vw 2.65625vw;
    margin-top: 2.8645833333vw;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .faq__btn:hover {
    color: #66AB6D;
  }
}
.faq__btn img {
  width: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .faq__btn img {
    width: 0.6770833333vw;
  }
}

.access {
  position: relative;
  background: #F2F5E4;
  padding: 60px 0 50px;
  border-bottom: 20px solid #FCFCF4;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .access {
    padding: 0 0 4.1666666667vw;
    border-bottom: 1.5625vw solid #FCFCF4;
  }
}
.access__hospital {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .access__hospital {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .access__hospital {
    margin-inline: auto;
    justify-content: center;
    gap: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.access__google {
  max-width: 100%;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .access__google {
    width: 50%;
    height: revert;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .access__google {
    width: 30.8854166667vw;
  }
}
@media screen and (min-width: 768px) {
  .access__detail {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .access__detail {
    width: 34.53125vw;
  }
}
.access__detail-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .access__detail-box {
    margin-bottom: 1.8229166667vw;
  }
}
.access__list {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #66ab6d, #66ab6d 9px, transparent 9px, transparent 21px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 1024px) {
  .access__list {
    display: flex;
    width: auto;
    margin-inline: unset;
    padding-bottom: 1.40625vw;
    margin-bottom: 1.40625vw;
  }
}
.access__list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .access__list-title {
    font-size: 16px;
    line-height: 1.5;
    width: 20%;
    margin-bottom: 0;
  }
}
.access__list-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .access__list-text {
    font-size: 16px;
    width: 80%;
  }
}
.access__list-text span {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .access__list-text span {
    font-size: 14px;
    margin-left: 0.5208333333vw;
  }
}
.access__google-btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #66ab6d;
  padding: 10px 13px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .access__google-btn {
    font-size: 13px;
    gap: 0.5729166667vw;
    padding: 0.625vw 0.8854166667vw;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .access__google-btn:hover {
    color: #66AB6D;
  }
}
.access__google-btn img {
  width: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .access__google-btn img {
    width: 0.5729166667vw;
  }
}
.access__tel-wrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .access__tel-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.access__tel-wrap p {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .access__tel-wrap p {
    font-size: 14px;
    margin-bottom: 0.8854166667vw;
  }
}
.access__tel-wrap p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-25deg);
  width: 1px;
  height: 30px;
  background: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .access__tel-wrap p::before {
    left: -0.625vw;
    height: 1.1979166667vw;
  }
}
.access__tel-wrap p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(25deg);
  width: 1px;
  height: 30px;
  background: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .access__tel-wrap p::after {
    right: -0.625vw;
    height: 1.1979166667vw;
  }
}
.access__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #66AB6D;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 20px;
  border-radius: 25px;
}
@media screen and (min-width: 1024px) {
  .access__tel {
    margin-inline: unset;
    font-size: 18px;
    padding: 0.7291666667vw 1.3020833333vw;
    border-radius: 1.3020833333vw;
    transition: 0.2s;
  }
}
.access__tel:hover {
  transform: translateY(-5px);
}
.access__tel img {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .access__tel img {
    width: 1.40625vw;
  }
}
.access__time-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .access__time-ttl {
    gap: 0.78125vw;
    font-size: 20px;
    margin-bottom: 1.875vw;
  }
}
.access__time-ttl img {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .access__time-ttl img {
    width: 1.5625vw;
  }
}
.access__hour {
  overflow-x: auto;
  background: #fff;
  margin-bottom: 15px;
  width: 90%;
  margin-inline: auto;
  border-radius: 25px;
  border: 1px solid #D9E5BF;
  box-shadow: 7px 7px #E8F2C7;
}
@media screen and (min-width: 768px) {
  .access__hour {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .access__hour {
    width: 49.5833333333vw;
    border-radius: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.access__hour table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.access__hour th {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .access__hour th {
    font-size: 16px;
  }
}
.access__hour td {
  font-size: 40px;
  color: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .access__hour td {
    font-size: 40px;
  }
}
.access__hour th, .access__hour td {
  padding: 10px;
  text-align: center;
  border: 1px solid #D9E5BF;
  vertical-align: middle;
  height: 65px;
}
@media screen and (min-width: 1024px) {
  .access__hour th, .access__hour td {
    height: 4.4270833333vw;
  }
}
.access__span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .access__span {
    font-size: 14px;
    margin-top: 0.4166666667vw;
  }
}
.access__line {
  color: #ACACAC !important;
  font-size: 30px !important;
}
.access__time-txt {
  font-size: 16px;
  line-height: 1.5;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .access__time-txt {
    font-size: 14px;
    width: 49.5833333333vw;
  }
}

.access::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  transform: rotate(180deg);
  background: url(../images/deco01.svg) center center/cover;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .access::after {
    top: -9.765625vw;
    height: 9.765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .access::after {
    height: 12.8125vw;
    top: -12.8125vw;
  }
}

.txt-link {
  font-size: 16px;
  color: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .txt-link {
    font-size: 16px;
  }
}/*# sourceMappingURL=sub-page.css.map */