@charset "UTF-8";
.f-white {
  color: #fff;
}

.txt-fs15 {
  font-size: 1.5rem;
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.6rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.9rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 2rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2.1rem;
  }
}

.txt-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs26 {
    font-size: 2.1rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.5rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.8rem;
  }
}

.txt-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs36 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.col-12 {
  width: 100%;
}

.hv-r:hover {
  color: #0072af;
}

a {
  text-decoration: none;
}

.z11 {
  position: relative;
  z-index: 11 !important;
  display: block;
}

.z10 {
  position: relative;
  z-index: 10;
  display: block;
}

.z9 {
  position: relative;
  z-index: 9;
  display: block;
}

.banner .banner__inner {
  position: relative;
  max-width: 186rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.banner .banner__inner .z10 {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .z10 {
    position: relative;
    left: 0;
  }
}
.banner .banner__inner .banner__image {
  border-radius: 2rem;
  display: flex;
}
.banner .banner__inner .banner__image video {
  width: 100% !important;
  height: auto !important;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__image video {
    height: 42rem !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner .banner__inner .banner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 2rem;
  transform: translate(-50%, -50%);
  background-color: #72DAFE;
  opacity: 0.2;
  z-index: 2;
}
.banner .banner__inner .banner__content {
  padding-bottom: 8rem;
  padding-left: 9rem;
  padding-top: 15rem;
  background-image: url(../img/top/bt.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 88rem;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .banner .banner__inner .banner__content {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .banner__inner .banner__content {
    padding-left: 8rem;
    padding-bottom: 4rem;
    background-position: 0rem 3rem;
    background-size: 63rem;
  }
}
@media screen and (max-width: 999px) {
  .banner .banner__inner .banner__content {
    padding-top: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__content {
    position: absolute;
    bottom: 26rem;
    padding-left: 1rem;
    background-image: none;
  }
}
.banner .banner__inner .banner__content .banner__title {
  font-size: 4rem;
  color: #3da9f4;
  overflow: visible;
  position: relative;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.7rem #fff;
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .banner__inner .banner__content .banner__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__content .banner__title {
    font-size: 1.9rem;
    line-height: 1.3;
    padding-bottom: 1rem;
  }
}
.banner .banner__inner .banner__content .banner__description {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .banner__inner .banner__content .banner__description {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__content .banner__description {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
}
.banner .banner__inner .banner__content .banner__description {
  font-weight: bold;
  color: #fff;
}
.banner .banner__inner .banner__info {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2.604vw;
  max-width: 83rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info {
    padding-left: 0;
    margin-top: 4rem;
  }
}
.banner .banner__inner .banner__info .banner__info-head {
  margin-top: -1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-head {
    padding-left: 1rem;
  }
}
.banner .banner__inner .banner__info .banner__info-head .banner__info-subtitle {
  font-size: 5rem;
  color: #3da9f4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-head .banner__info-subtitle {
    font-size: 3rem;
  }
}
.banner .banner__inner .banner__info .banner__info-more {
  position: absolute;
  right: 6.5rem;
  top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-more {
    display: block;
    position: initial;
    margin-left: auto;
    max-width: 15rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.banner .banner__inner .banner__info .banner__info-list {
  padding-right: 1rem;
  max-height: 11rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-list {
    max-height: 18rem;
    padding-left: 0.5rem;
  }
}
.banner .banner__inner .banner__info .banner__info-list::-webkit-scrollbar-track {
  border-radius: 2rem;
  background-color: #E9E9E9;
}
.banner .banner__inner .banner__info .banner__info-list::-webkit-scrollbar {
  width: max(0.4rem, 4px);
  border-radius: 2rem;
  background-color: #E9E9E9;
}
.banner .banner__inner .banner__info .banner__info-list::-webkit-scrollbar-thumb {
  border-radius: 2rem;
  background: #72DAFE;
}
.banner .banner__inner .banner__info .banner__info-list .banner__info-item a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-list .banner__info-item a {
    padding: 0.2rem 0.5rem;
  }
}
.banner .banner__inner .banner__info .banner__info-list .banner__info-item a:hover {
  background-color: rgba(114, 218, 254, 0.34);
}
.banner .banner__inner .banner__info .banner__info-list .banner__info-item a .banner__info-date {
  font-size: 1.8rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-list .banner__info-item a .banner__info-date {
    font-size: 1.6rem;
    width: 100%;
  }
}
.banner .banner__inner .banner__info .banner__info-list .banner__info-item a .banner__info-text {
  font-size: 1.8rem;
  width: calc(100% - 11rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__info .banner__info-list .banner__info-item a .banner__info-text {
    font-size: 1.6rem;
    width: 100%;
  }
}

.banner__actions {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .banner__actions {
    display: flex;
    top: auto;
    transform: initial;
    bottom: 0;
    width: 100%;
  }
}
.banner__actions .banner__action {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 1.5rem 0 0 1.5rem;
  text-align: center;
  display: block;
  padding-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .banner__actions .banner__action {
    width: 25%;
    border-radius: 0;
    height: 7.5rem;
    padding-top: 0.5rem;
  }
  .banner__actions .banner__action img {
    transform: scale(0.7) !important;
    margin-bottom: 0 !important;
  }
}
.banner__actions .banner__action.banner__action--line {
  background-color: #8cc74d;
}
.banner__actions .banner__action.banner__action--line img {
  width: 3.7rem;
}
.banner__actions .banner__action.banner__action--web img {
  width: 2.8rem;
  margin-bottom: 0.5rem;
}
.banner__actions .banner__action.banner__action--web {
  background-color: #72DAFE;
}
.banner__actions .banner__action.banner__action--online img {
  width: 3.4rem;
}
.banner__actions .banner__action.banner__action--online {
  background-color: #3da9f4;
}
@media screen and (max-width: 767px) {
  .banner__actions .banner__action.banner__action--online {
    background-color: #FEAFAC;
  }
}
.banner__actions .banner__action.banner__action--tel img {
  width: 1.8rem;
}
.banner__actions .banner__action.banner__action--tel {
  background-color: #FEAFAC;
}
@media screen and (max-width: 767px) {
  .banner__actions .banner__action.banner__action--tel {
    background-color: #3da9f4;
  }
}
.banner__actions .banner__action img {
  margin-bottom: 0.2rem;
}
.banner__actions .banner__action span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.d-inline {
  display: inline-block;
}

.banner__cta {
  position: fixed;
  right: 9rem;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .banner__cta {
    bottom: 7.5rem;
  }
}
.banner__cta .banner__cta-inner .close {
  position: absolute;
  top: -1.2rem;
  right: 0rem;
  width: 2.4rem;
}
.banner__cta .banner__cta-inner .banner__cta-img a img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .banner__cta .banner__cta-inner .banner__cta-img a img {
    width: 17rem;
  }
}

.br-2 {
  border-radius: 2rem;
}

.line__title {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-left: 1.2rem;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 1400px) {
  .line__title {
    font-size: 2rem;
  }
}
.line__title:before {
  position: absolute;
  content: "";
  width: 8.6rem;
  height: 0.2rem;
  border-radius: 99rem;
  background-color: #D9D9D9;
  left: 0;
  bottom: 0;
}
.line__title:after {
  position: absolute;
  content: "";
  width: 3.3rem;
  height: 0.2rem;
  border-radius: 99rem;
  left: 0;
  bottom: 0;
  background-color: #72DAFE;
}

.more_link {
  border-radius: 99rem;
  background-color: #72DAFE;
  background-size: auto calc(100% - 0.4rem);
  background-position: calc(100% - 0.2rem) center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.more_link a {
  display: block;
  padding: 0.4rem 2rem;
}

.more_link-blue {
  border-radius: 99rem;
  background-color: #fff;
  background-size: auto calc(100% - 0.4rem);
  background-position: calc(100% - 0.2rem) center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 500;
}
.more_link-blue a {
  padding: 0.2rem 0rem 0.2rem 2rem;
}

.group_title__lvb div {
  display: inline-block;
}

.group_title__lv2 div {
  color: #3DA9F4;
  font-weight: bold;
  font-size: 8rem;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .group_title__lv2 div {
    font-size: 4rem;
  }
}
.group_title__lv2.lv2--center div {
  display: block;
  text-align: center;
}
.group_title__lv2.lv2--center .line__title {
  margin-left: 0;
  display: block;
  text-align: center;
}
.group_title__lv2.lv2--center .line__title::before {
  left: 50%;
  transform: translateX(-50%);
}
.group_title__lv2.lv2--center .line__title::after {
  left: calc(50% - 2.7rem);
  transform: translateX(-50%);
}

.footer__pagetop {
  z-index: 20;
  position: fixed;
  bottom: 0.2rem;
  right: 1rem;
  border-radius: 100rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    bottom: 8.5rem;
  }
}
.footer__pagetop img {
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .footer__pagetop img {
    width: 5rem;
    height: 5rem;
  }
}

.container {
  max-width: 144rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-2 {
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .col-2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

.main__top {
  background-image: url(../img/top/bg-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 4rem;
  padding-bottom: 11rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .main__top.bg_fix .container::after {
    top: 6rem;
  }
}
@media screen and (max-width: 1400px) and (max-width: 999px) {
  .main__top.bg_fix .container::after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .main__top.bg_fix .container::before {
    top: 8rem;
  }
}
@media screen and (max-width: 1400px) and (max-width: 999px) {
  .main__top.bg_fix .container::before {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (max-width: 999px) {
  .main__top .col-2 {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 3rem;
    padding: 1.5rem 1rem 2rem 1rem;
  }
  .main__top .col-2 .clinic__info {
    padding: 1rem 0 1rem 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .main__top {
    padding-bottom: 8rem;
  }
}

.bg_fix {
  position: relative;
  overflow-x: hidden;
}
.bg_fix::before {
  position: absolute;
  content: "";
  width: 23.7rem;
  height: 23.6rem;
  border-radius: 0;
  background-image: url(../img/common/pl-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 16rem;
  left: -1rem;
}
.bg_fix::after {
  position: absolute;
  content: "";
  width: 14.9rem;
  height: 17.8rem;
  border-radius: 0;
  background-image: url(../img/common/pl-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 13rem;
  right: 5rem;
}
.bg_fix .container {
  max-width: 146rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .bg_fix .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg_fix .container {
  position: relative;
  z-index: 3;
}
.bg_fix .container::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  left: 50%;
  top: 13rem;
  height: calc(100% - 13rem);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .bg_fix .container::before {
    content: none;
  }
}
.bg_fix .container::after {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  left: 50%;
  top: 11rem;
  height: 5rem;
  transform: translateX(-50%);
  background-image: url(../img/top/a.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 146rem auto;
  z-index: 1;
  border-radius: 2.2rem 2.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .bg_fix .container::after {
    content: none;
  }
}

.clinic ul li {
  list-style: none;
  position: relative;
}
.clinic ul li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 10rem;
  left: -1rem;
  background-color: #72DAFE;
  top: 1.3rem;
}
.clinic .clinic__inner .clinic__info {
  padding: 5rem 3rem 3.5rem;
}
.clinic .clinic__inner .clinic__info .clinic__head-logo img {
  width: 39.2rem;
}
@media screen and (max-width: 767px) {
  .clinic .clinic__inner .clinic__info .clinic__head-logo img {
    width: 26rem;
  }
}
.clinic .clinic__inner .clinic__info .clinic__info-list {
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .clinic .clinic__inner .clinic__info .clinic__info-list {
    margin-top: 2rem;
  }
}
.clinic .clinic__inner .clinic__info .clinic__info-list .clinic__info-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.clinic .clinic__inner .clinic__info .clinic__info-list .clinic__info-item .clinic__info-label {
  background-color: #72DAFE;
  border-radius: 2rem 0 0 2rem;
  width: 18rem;
  padding-left: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .clinic .clinic__inner .clinic__info .clinic__info-list .clinic__info-item .clinic__info-label {
    padding-left: 1.5rem;
    width: 9rem;
  }
}
.clinic .clinic__inner .clinic__info .clinic__info-list .clinic__info-item .clinic__info-value {
  padding-left: 2rem;
  border-radius: 0 2rem 2rem 0;
  background-color: rgba(114, 218, 254, 0.28);
  width: calc(100% - 19rem);
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .clinic .clinic__inner .clinic__info .clinic__info-list .clinic__info-item .clinic__info-value {
    width: calc(100% - 10rem);
  }
}

.schedule .schedule__inner .schedule-table {
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .schedule .schedule__inner .schedule-table {
    padding: 0;
  }
}
.schedule .schedule__inner .schedule-note {
  margin-top: 2.5rem;
}
@media screen and (max-width: 999px) {
  .schedule .schedule__inner .schedule-contact {
    padding-bottom: 2rem;
  }
}
.schedule .schedule__inner .schedule-contact .schedule-tel a {
  font-size: 5rem;
  font-weight: 700;
  background-color: #72DAFE;
  border-radius: 10rem;
  text-align: center;
  display: block;
  width: 51rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  padding-top: 0.2rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__inner .schedule-contact .schedule-tel a {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
.schedule .schedule__inner .schedule-contact .schedule-tel a img {
  margin-right: 2rem;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__inner .schedule-contact .schedule-tel a img {
    width: 2rem;
  }
}

.schedule-table {
  font-weight: 500;
  padding: 2rem 1.563vw;
}
@media screen and (max-width: 767px) {
  .schedule-table {
    padding: 2rem 1rem;
  }
}
.schedule-table .schedule-head {
  display: flex;
  background-color: #72DAFE;
  border-radius: 2rem;
  gap: 0.781vw;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.563vw;
}
@media screen and (max-width: 1279px) {
  .schedule-table .schedule-head {
    gap: 0.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .schedule-table .schedule-head {
    gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-head {
    gap: 0;
  }
}
.schedule-table .schedule-head .schedule-col {
  min-width: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-head .schedule-col {
    min-width: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-head .schedule-col:last-child {
    min-width: 4rem;
  }
}
.schedule-table .schedule-head .schedule-col--time {
  width: 12.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-head .schedule-col--time {
    padding-left: 0.5rem;
  }
}
.schedule-table .schedule-row {
  display: flex;
  gap: 0.781vw;
  padding-left: 1.563vw;
  border-bottom: 1px solid #72DAFE;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1279px) {
  .schedule-table .schedule-row {
    gap: 0.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .schedule-table .schedule-row {
    gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-row {
    gap: 0;
  }
}
.schedule-table .schedule-row .schedule-time {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-row .schedule-time {
    padding-left: 0.5rem;
  }
}
.schedule-table .schedule-row .schedule-cell {
  min-width: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-row .schedule-cell {
    min-width: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table .schedule-row .schedule-cell:last-child {
    min-width: 4rem;
  }
}
.schedule-table .schedule-row .schedule-cell .on {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9rem;
  background-color: #72DAFE;
}
.schedule-table .schedule-row .schedule-cell .of {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/common/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.schedule-note {
  padding-bottom: 5.5rem;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .schedule-note {
    padding-bottom: 1.5rem;
  }
}

.concept {
  position: relative;
  background-image: url(../img/top/bg-02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 192rem;
  padding-top: 6.5rem;
  margin-top: -10rem;
  padding-top: 10rem;
  padding-bottom: 32rem;
  overflow-x: hidden;
}
.concept .decoration {
  bottom: -23rem;
}
.concept .concept__inner {
  padding-top: 6.5rem;
}
.concept .concept__inner .concept__head {
  max-width: 75rem;
  margin-left: auto;
  margin-right: 20vw;
}
@media screen and (max-width: 1400px) {
  .concept .concept__inner .concept__head {
    margin-right: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .concept .concept__inner .concept__head {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__head {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.concept .concept__inner .concept__content .concept__image.concept__image--main {
  position: absolute;
  top: -1.5rem;
}
.concept .concept__inner .concept__content .concept__image.concept__image--main img {
  width: 42.188vw;
  max-width: 100%;
}
.concept .concept__inner .concept__content .concept__image.concept__image--sub {
  position: absolute;
  right: 7.5rem;
  top: 1rem;
}
.concept .concept__inner .concept__content .concept__image.concept__image--sub img {
  width: 19.792vw;
  max-width: 100%;
}
.concept .concept__inner .concept__content .concept__body {
  max-width: 75rem;
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: 24.479vw;
}
@media screen and (max-width: 1400px) {
  .concept .concept__inner .concept__content .concept__body {
    margin-right: 20vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .concept .concept__inner .concept__content .concept__body {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__body {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.concept .concept__inner .concept__content .concept__body .concept__text {
  max-width: 53rem;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  .concept .concept__inner .concept__content .concept__body .concept__text {
    max-width: 47rem;
    margin-right: 0;
  }
}
.concept .concept__inner .concept__content .concept__body .concept__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  justify-content: center;
  margin-top: 5.5rem;
  max-width: 44rem;
  margin-top: 5.5rem;
  margin-right: 4.688vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__body .concept__actions {
    gap: 2rem 1rem;
    margin-right: 0;
  }
}
.concept .concept__inner .concept__content .concept__body .concept__actions .concept__action {
  min-width: 20rem;
  text-align: center;
  font-size: 1.8rem;
  background-size: auto calc(100% - 1rem);
  background-position: calc(100% - 0.5rem) center;
}
@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__body .concept__actions .concept__action {
    min-width: auto;
    width: calc(50% - 0.5rem);
    font-size: 1.6rem;
  }
}
.concept__gallery {
  margin-top: 11rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 75.4rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .concept__gallery {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .concept__gallery {
    margin-top: 5rem;
  }
}
.concept__gallery .concept__gallery-item {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .concept__gallery .concept__gallery-item {
    width: calc(50% - 0.5rem);
  }
}
.concept__gallery .concept__gallery-item img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .concept__gallery .concept__gallery-item img {
    border-radius: 1rem;
  }
}

.trouble {
  margin-top: -20rem;
  padding-top: 20rem;
  background-image: url(../img/top/bg-03.png);
  background-position: center bottom;
  background-size: 192rem auto;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
.trouble .trouble__inner .trouble__tabs {
  max-width: 112rem;
  margin: 7rem auto 0;
  width: calc(100% - 3rem);
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__tabs {
    gap: 2rem;
  }
}
.trouble .trouble__inner .trouble__tabs .trouble__tab {
  width: calc(50% - 3rem);
  border-radius: 9rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.7rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__tabs .trouble__tab {
    width: calc(50% - 1rem);
    font-size: 1.8rem;
  }
}
.trouble .trouble__inner .trouble__tabs .trouble__tab.blue_s {
  background-color: #34c8ff;
}
.trouble .trouble__inner .trouble__tabs .trouble__tab.blue_o {
  background-color: #72DAFE;
}
.trouble .trouble__inner .trouble__panel {
  max-width: 128rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  position: relative;
  padding-top: 4rem;
}
.trouble .trouble__inner .trouble__panel .trouble__list {
  position: absolute;
  top: 4rem;
  padding: 6rem 4rem;
  opacity: 0;
  transition: all 0s ease;
  width: 100%;
  pointer-events: none;
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .trouble .trouble__inner .trouble__panel .trouble__list {
    padding: 6rem 1.5rem;
    gap: 1rem;
  }
}
.trouble .trouble__inner .trouble__panel .trouble__list::before {
  content: "";
  position: absolute;
  top: -2.9rem;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_s {
  background-color: #34c8ff;
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_s .trouble__item {
  border: 0.4rem solid #34c8ff;
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_s::before {
  left: 32rem;
  border-bottom: 3rem solid #34c8ff;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__panel .trouble__list.blue_s::before {
    left: 6rem;
  }
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_o {
  background-color: #72DAFE;
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_o .trouble__item {
  border: 0.4rem solid #72DAFE;
}
.trouble .trouble__inner .trouble__panel .trouble__list.blue_o::before {
  right: 32rem;
  border-bottom: 3rem solid #72DAFE;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__panel .trouble__list.blue_o::before {
    right: 6rem;
  }
}
.trouble .trouble__inner .trouble__panel .trouble__list.is-active {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateY(-4rem);
  position: relative;
  pointer-events: auto;
  z-index: 1;
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item {
  width: calc((100% - 6rem) / 3);
  background-size: 2.8rem;
  background-position: calc(100% - 2rem) center;
  outline: 1px solid #fff;
  padding: 0.2rem 4rem 0.3rem 1rem;
  position: relative;
  background-image: none;
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item a {
  display: flex;
  align-items: center;
  gap: 0rem;
}
@media screen and (max-width: 1400px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item {
    width: calc(50% - 0.5rem);
    max-width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item {
    width: 100%;
    padding: 0.2rem 3rem 0.3rem 1rem;
  }
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item::after {
    right: 1rem !important;
  }
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item::before {
  position: absolute;
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-radius: 99rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item::after {
  position: absolute;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 99rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background-image: url(../img/common/i-link-b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: none;
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item .trouble__item-icon {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item .trouble__item-icon {
    width: 5rem;
    height: 5rem;
  }
}
.trouble .trouble__inner .trouble__panel .trouble__list .trouble__item .trouble__item-text {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  width: calc(100% - 6rem);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item .trouble__item-text {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__panel .trouble__list .trouble__item .trouble__item-text {
    font-size: 1.6rem;
  }
}

.medical {
  margin-top: -11rem;
  padding-top: 11rem;
  background-position: center -42rem;
  background-size: 192rem auto;
  background-repeat: no-repeat;
  position: relative;
}
.medical::before {
  position: absolute;
  content: "";
  width: 23.7rem;
  height: 23.6rem;
  border-radius: 0;
  background-image: url(../img/common/ss22.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 25rem;
  right: 21.5rem;
}
.medical::after {
  position: absolute;
  content: "";
  width: 14.9rem;
  height: 17.8rem;
  border-radius: 0;
  background-image: url(../img/common/pl-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 45vw;
  left: 3rem;
}
.medical .medical__inner {
  padding-top: 10.5rem;
}
.medical .medical__inner .medical__list {
  position: relative;
  z-index: 2;
  max-width: 174rem;
  margin: 19rem auto 11rem;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.medical .medical__inner .medical__list .medical__item {
  width: calc((100% - 4rem) / 3);
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item {
    width: 100%;
  }
}
.medical .medical__inner .medical__list .medical__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 7rem);
  border-radius: 2rem;
  bottom: 0;
  left: 0;
}
.medical .medical__inner .medical__list .medical__item.medical__item--blue .medical__item-icon {
  outline: 0.4rem solid #72DAFE;
  background-color: #72DAFE;
}
.medical .medical__inner .medical__list .medical__item.medical__item--blue::before {
  background-color: #60c4e9;
}
.medical .medical__inner .medical__list .medical__item.medical__item--blue .medical__item-image img {
  border: 0.4rem solid #72DAFE;
}
.medical .medical__inner .medical__list .medical__item.medical__item--blue .medical__item-link:hover {
  background-color: #72DAFE;
}
.medical .medical__inner .medical__list .medical__item.medical__item--dark .medical__item-icon {
  outline: 0.4rem solid #3da9f4;
  background-color: #3da9f4;
}
.medical .medical__inner .medical__list .medical__item.medical__item--dark::before {
  background-color: #3DA9F4;
}
.medical .medical__inner .medical__list .medical__item.medical__item--dark .medical__item-image img {
  border: 0.4rem solid #3da9f4;
}
.medical .medical__inner .medical__list .medical__item.medical__item--dark .medical__item-link:hover {
  background-color: #3da9f4;
}
.medical .medical__inner .medical__list .medical__item.medical__item--dark .medical__item-content {
  max-width: 55.5rem;
}
.medical .medical__inner .medical__list .medical__item.medical__item--pink .medical__item-icon {
  outline: 0.4rem solid #FEAFAC;
  background-color: #FEAFAC;
}
.medical .medical__inner .medical__list .medical__item.medical__item--pink::before {
  background-color: #fcbdba;
}
.medical .medical__inner .medical__list .medical__item.medical__item--pink .medical__item-image img {
  border: 0.4rem solid #FEAFAC;
}
.medical .medical__inner .medical__list .medical__item.medical__item--pink .medical__item-link:hover {
  background-color: #FEAFAC;
}
.medical .medical__inner .medical__list .medical__item.medical__item--pink .medical__item-content {
  max-width: 57.5rem;
}
.medical .medical__inner .medical__list .medical__item .medical__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9.5rem;
  width: 17rem;
  height: 17rem;
  border-radius: 90rem;
  border: 0.5rem solid #fff;
}
@media screen and (max-width: 1600px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-icon {
    top: -11.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-icon {
    top: -13.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-icon {
    top: -15.5rem;
  }
}
@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-icon {
    transform: scale(0.6) translateX(-80%) translateY(4rem);
  }
}
.medical .medical__inner .medical__list .medical__item .medical__item-image {
  padding-left: 3rem;
  padding-right: 3rem;
}
.medical .medical__inner .medical__list .medical__item .medical__item-content {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 53.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.medical .medical__inner .medical__list .medical__item .medical__item-content .medical__item-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-content .medical__item-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-content .medical__item-title {
    font-size: 2rem;
  }
}
.medical .medical__inner .medical__list .medical__item .medical__item-content .medical__item-subtitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  text-align: center;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link {
  font-size: 1.8rem;
  background-size: auto calc(100% - 1rem);
  background-position: calc(100% - 0.6rem) center;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link a {
  padding: 0.4rem 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link {
    font-size: 1.6rem;
  }
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link:hover {
  color: #fff;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}
.medical .medical__inner .medical__list .medical__item .medical__item-actions .medical__item-links .medical__item-link {
  min-width: 24.5rem;
  max-width: 100%;
}
.medical .medical__inner .medical__categories {
  background-image: url(../img/top/bg-06.png);
  background-position: left calc(100% + 19rem);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  padding-bottom: 51rem;
  margin-bottom: -51rem;
}
.medical .medical__inner .medical__categories .categories__inner {
  padding-top: 21rem;
  margin-top: -21rem;
  background-image: url(../img/top/bg-05.png);
  background-position: left top;
  background-size: 35.8rem auto;
  background-repeat: no-repeat;
}
.medical .medical__inner .medical__categories .row {
  max-width: 144rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .row {
    gap: 1.5rem;
  }
}
.medical .medical__inner .medical__categories .medical__category {
  width: calc((100% - 8rem) / 5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category {
    width: calc(50% - 0.75rem);
  }
}
.medical .medical__inner .medical__categories .medical__category .z10 {
  padding-top: 12rem;
}
.medical .medical__inner .medical__categories .medical__category::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  top: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-image: none !important;
}
.medical .medical__inner .medical__categories .medical__category::after {
  position: absolute;
  content: "";
  width: 3.8rem;
  height: 4.3rem;
  border-radius: 0rem;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-image: url(../img/common/od.png);
  border-radius: 2rem 0 2rem 0;
  background-color: #fff;
}
.medical .medical__inner .medical__categories .medical__category:nth-child(odd) {
  background-color: #72DAFE;
}
.medical .medical__inner .medical__categories .medical__category:nth-child(even) {
  background-color: #3da9f4;
}
.medical .medical__inner .medical__categories .medical__category:nth-child(1)::before {
  background-image: url(../img/common/bim-1.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(2)::before {
  background-image: url(../img/common/bim-2.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(3)::before {
  background-image: url(../img/common/bim-3.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(4)::before {
  background-image: url(../img/common/bim-4.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(5)::before {
  background-image: url(../img/common/bim-5.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(6)::before {
  background-image: url(../img/common/bim-6.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(7)::before {
  background-image: url(../img/common/bim-7.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(8)::before {
  background-image: url(../img/common/bim-8.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(9)::before {
  background-image: url(../img/common/bim-9.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(10)::before {
  background-image: url(../img/common/bim-10.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(11)::before {
  background-image: url(../img/common/bim-11.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(12)::before {
  background-image: url(../img/common/bim-12.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(13)::before {
  background-image: url(../img/common/bim-13.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(14)::before {
  background-image: url(../img/common/bim-14.png);
}
.medical .medical__inner .medical__categories .medical__category:nth-child(15)::before {
  background-image: url(../img/common/bim-15.png);
}
.medical .medical__inner .medical__categories .medical__category:hover .medical__hover {
  opacity: 1;
}
.medical .medical__inner .medical__categories .medical__category:hover .medical__category-icon {
  opacity: 0;
}
.medical .medical__inner .medical__categories .medical__category .medical__hover {
  position: absolute;
  display: block;
  top: 4rem;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.medical .medical__inner .medical__categories .medical__category .medical__category-icon {
  position: absolute;
  display: block;
  top: 2rem;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.medical .medical__inner .medical__categories .medical__category .medical__category-title {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category .medical__category-title {
    font-size: 1.8rem;
  }
}
.medical .medical__inner .medical__categories .medical__category .medical__category-action {
  display: block;
  word-break: auto-phrase;
}

.feature {
  position: relative;
  z-index: 10 !important;
  margin-top: 5rem;
  background-image: url(../img/top/bg-07.png);
  background-position: center top;
  background-size: 192rem auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 13rem;
  padding-bottom: 10rem;
}
.feature .feature__inner {
  overflow-x: hidden;
}
.feature .feature__inner .feature__list .feature__item {
  padding-bottom: 4rem;
  position: relative;
}
.feature .feature__inner .feature__list .feature__item .number {
  font-size: 20rem;
  z-index: 3;
  line-height: 1.5;
  position: absolute;
  color: rgba(226, 226, 226, 0.15);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item .number {
    font-size: 12rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .number {
  right: 34vw;
  top: -5rem;
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 {
  position: relative;
  right: -3.5vw;
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 {
    right: 0;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image {
  position: absolute;
  top: -5.208vw;
  left: -14vw;
}
@media screen and (max-width: 1500px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image {
    left: -8vw;
  }
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image {
    top: 2rem;
    left: -2vw;
  }
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image {
    left: 5vw;
    top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image {
    position: initial;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image img {
  width: 30.729vw;
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image img {
    width: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-image img {
    margin-top: 10rem;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-content {
  max-width: 68.6rem;
  margin-left: 37rem;
  margin-right: 8rem;
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-content {
    width: auto !important;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-content {
    margin-left: 1.5rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 {
  max-width: 114rem;
  margin: 10rem auto 9.896vw;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 {
    margin: 7rem auto 10rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--01::before {
  background-image: url(../img/top/bg-08.png);
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-title {
  text-align: left !important;
  margin-left: 0;
}
.feature .feature__inner .feature__list .feature__item.feature__item--01 .feature__item-label {
  text-align: left;
  margin-left: 0 !important;
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .number {
  left: 32vw;
  top: -5rem;
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 {
  position: relative;
  left: -3.5vw;
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 {
    left: 0;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image {
  position: absolute;
  top: -5.208vw;
  right: -14vw;
}
@media screen and (max-width: 1500px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image {
    right: -8vw;
  }
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image {
    right: -2vw;
    top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image {
    right: 5vw;
    top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image {
    position: initial;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image img {
  width: 30.729vw;
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image img {
    width: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-image img {
    margin-top: 10rem;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-content {
  max-width: 68.6rem;
  text-align: left;
  margin-left: 8rem;
  margin-right: 37rem;
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-content {
    width: auto !important;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-content {
    margin-right: 1.5rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-title {
  text-align: left !important;
  margin-left: 0;
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 .feature__item-label {
  text-align: left;
  margin-left: 0 !important;
}
.feature .feature__inner .feature__list .feature__item.feature__item--02 {
  max-width: 114rem;
  margin: 0 auto 9.896vw;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 {
    margin: 0 auto 10rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--02::before {
  background-image: url(../img/top/bg-09.png);
}
.feature .feature__inner .feature__list .feature__item.feature__item--03 .feature__item-content {
  max-width: 64rem;
  margin: 0 auto;
}
.feature .feature__inner .feature__list .feature__item.feature__item--03 .number {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature .feature__inner .feature__list .feature__item.feature__item--03 {
  max-width: 163rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.feature .feature__inner .feature__list .feature__item.feature__item--03::after {
  background: linear-gradient(0deg, rgba(226, 226, 226, 0.15) 0%, rgba(61, 169, 244, 0.7) 100%);
}
.feature .feature__inner .feature__list .feature__item.feature__item--03::before {
  background-image: url(../img/top/bg-10.png);
}
.feature .feature__inner .feature__list .feature__item.feature__item--04 {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--04 {
    width: 100%;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--04 .number {
  bottom: 24rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--04 .number {
    bottom: 35rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--04 .feature__item-content {
  max-width: 56rem;
  margin: 0 auto;
}
.feature .feature__inner .feature__list .feature__item.feature__item--04::before {
  background-image: url(../img/top/bg-11.png);
}
.feature .feature__inner .feature__list .feature__item.feature__item--05 {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--05 {
    width: 100%;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--05 {
  margin: 0 auto;
}
.feature .feature__inner .feature__list .feature__item.feature__item--05 .number {
  bottom: 24rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--05 .number {
    bottom: 35rem;
  }
}
.feature .feature__inner .feature__list .feature__item.feature__item--05 .feature__item-content {
  max-width: 56rem;
  margin: 0 auto;
}
.feature .feature__inner .feature__list .feature__item.feature__item--05::before {
  background-image: url(../img/top/bg-12.png);
}
.feature .feature__inner .feature__list .feature__item {
  position: relative;
}
.feature .feature__inner .feature__list .feature__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature .feature__inner .feature__list .feature__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(61, 169, 244, 0.7);
}
.feature .feature__inner .feature__list .feature__item .feature__item-content {
  padding-top: 4rem;
  width: calc(100% - 3rem);
}
.feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-label {
  max-width: 22rem;
  text-align: center;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  background-color: #FEAFAC;
}
.feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-title {
    font-size: 1.8rem;
  }
}
.feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-text {
  margin-top: 2rem;
  line-height: 1.5;
}
.feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-actions {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.7rem;
}
.feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-actions .feature__item-button {
  display: block;
  min-width: 24rem;
  text-align: center;
  font-size: 1.8rem;
  background-size: auto calc(100% - 1rem);
  background-position: calc(100% - 0.5rem) center;
  padding: 0.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item .feature__item-content .feature__item-actions .feature__item-button {
    font-size: 1.6rem;
  }
}
.feature .feature__inner .feature__list .feature__gallery {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgb(217, 217, 217) 100%);
  width: 154rem;
  margin: 0 auto;
  max-width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  border-radius: 2rem;
  padding: 3.5rem 3rem;
  position: relative;
  margin-top: -6rem;
  bottom: -10rem;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__gallery {
    max-width: 100%;
    padding: 2rem 1rem;
    gap: 0.5rem;
  }
}
.feature .feature__inner .feature__list .feature__gallery .feature__gallery-item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__gallery .feature__gallery-item {
    width: calc((100% - 1rem) / 3);
  }
}
.feature .feature__inner .feature__list .feature__gallery .feature__gallery-item img {
  width: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__gallery .feature__gallery-item img {
    border-radius: 1rem;
  }
}
.feature .feature__inner .feature__list .feature__group {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  max-width: 140rem;
  margin: 8rem auto 0;
  width: calc(100% - 3rem);
}
.feature .feature__inner .feature__list .feature__group .feature__item::before {
  height: calc(100% - 16.146vw);
  bottom: 0;
}
.feature .feature__inner .feature__list .feature__group .feature__item::after {
  height: calc(100% - 16.146vw);
  bottom: 0;
}
.feature .feature__inner .feature__list .feature__group .feature__item-image {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  max-width: 100%;
}
.feature .feature__inner .feature__list .feature__group .feature__item-image img {
  border: 0.4rem solid #72DAFE;
  border-radius: 2rem;
}

.greeting {
  background-image: url(../img/top/bg-13.png);
  background-position: center top;
  background-size: 192rem auto;
  background-repeat: no-repeat;
  position: relative;
}
.greeting .greeting__inner .greeting__content .greeting__image img {
  width: 87.5rem;
  max-width: 100%;
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__quote .greeting__quote-icon {
  font-weight: 500;
  font-size: 30rem;
  line-height: 0;
  color: #3da9f4;
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__quote .greeting__quote-text {
  font-size: 3rem;
  font-weight: 700;
  color: #3da9f4;
  overflow: visible;
  position: relative;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.7rem #fff;
  text-shadow: 0px 0.4rem 0.5rem rgba(0, 0, 0, 0.25);
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__actions {
  max-width: 48rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__actions .greeting__button {
  min-width: 19rem;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.2rem 4rem 0.3rem 1rem;
  background-size: auto calc(100% - 1rem);
  background-position: calc(100% - 0.5rem) center;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__content .greeting__body .greeting__actions .greeting__button {
    font-size: 1.6rem;
  }
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__author .greeting__author-name {
  font-size: 2.5rem;
  color: #3da9f4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__content .greeting__body .greeting__author .greeting__author-name {
    font-size: 2.2rem;
  }
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__author .greeting__author-name .author-name {
  font-size: 1.8rem;
  color: #72DAFE;
  display: inline-block;
  margin-left: 1.5rem;
}
.greeting .greeting__inner .greeting__slider .greeting__slide img {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.decoration {
  position: absolute;
  width: 29.167vw;
  max-width: 100%;
  height: 53rem;
  border-radius: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/bg-00.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-map {
  background-image: url(../img/top/bg-14.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
  position: relative;
  overflow-x: hidden;
  padding-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .column-map {
    padding-top: 9rem;
  }
}
.column-map::after {
  top: 8rem;
  left: 3rem;
  background-image: url(../img/common/ss20.png);
}
.column-map::before {
  top: auto;
  left: auto;
  right: -3rem;
  bottom: 10rem;
}
.column-map .column-map__inner .container::after {
  top: 0;
}
.column-map .column-map__inner .container::before {
  top: 2rem;
  height: calc(100% - 2rem);
}
.column-map .column-map__inner .column-map__box .column-map__content {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content {
    padding: 2rem 1.5rem;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2rem;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column {
  position: relative;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__head {
  padding-bottom: 2rem;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__more {
  font-size: 1.6rem;
  position: absolute;
  right: 3rem;
  top: 6.5rem;
}
@media screen and (max-width: 1400px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__more {
    top: auto;
    position: initial;
    right: 0;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    max-width: 15rem;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list {
  max-height: 44rem;
  overflow-y: auto;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list {
    padding-right: 0.5rem;
    overflow-y: initial;
    max-height: initial;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list::-webkit-scrollbar-track {
  border-radius: 2rem;
  background-color: #E9E9E9;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list::-webkit-scrollbar {
  width: max(0.4rem, 4px);
  border-radius: 2rem;
  background-color: #E9E9E9;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list::-webkit-scrollbar-thumb {
  border-radius: 2rem;
  background: #72DAFE;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.7rem;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-image {
  width: 18rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-image {
    width: 10rem;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-image img {
  border-radius: 2rem;
  border: 0.2rem solid #72DAFE;
  -o-object-fit: cover;
     object-fit: cover;
  height: 13.5rem;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-image img {
    height: auto;
    width: 100%;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-content {
  width: calc(100% - 19rem);
  background-color: rgba(114, 218, 254, 0.3);
  border-radius: 2rem;
  padding: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-content {
    width: calc(100% - 11rem);
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-content .column-map__item-date {
  color: #72DAFE;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-content .column-map__item-text {
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__map {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .column-map .column-map__inner .column-map__box .column-map__content .column-map__map {
    padding-left: 0;
  }
}
.column-map .column-map__inner .column-map__box .column-map__content .column-map__map .column-map__head {
  padding-bottom: 2rem;
}
.contact {
  background-image: url(../img/top/bg-contact.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 10;
}
.contact .contact__inner {
  max-width: 144rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.contact .contact__inner .contact__box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.contact .contact__inner .contact__box .contact__head .contact__tel .contact__tel-number {
  justify-content: center;
  font-size: 8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #72DAFE;
}
@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__head .contact__tel .contact__tel-number {
    font-size: 4rem;
  }
}
.contact .contact__inner .contact__box .contact__head .contact__tel .contact__tel-number img {
  margin-top: 2rem;
  width: 3rem;
  margin-right: 1rem;
}
.contact .contact__inner .contact__box .contact__head .contact__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__head .contact__address {
    font-size: 1.5rem;
  }
}
.contact .contact__inner .contact__box .contact__head .contact__address img {
  display: inline-block;
  width: 1.3rem;
}
.contact .contact__inner .contact__box .contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 135rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .contact .contact__inner .contact__box .contact__actions {
    gap: 1rem;
  }
}
.contact .contact__inner .contact__box .contact__actions .contact__action {
  display: flex;
  flex-wrap: wrap;
  background-size: 4rem;
  background-position: calc(100% - 1.5rem) center;
  width: calc((100% - 12rem) / 4);
}
.contact .contact__inner .contact__box .contact__actions .contact__action a {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action {
    width: calc((100% - 3rem) / 4);
    background-size: 2.8rem;
    background-position: calc(100% - 1rem) center;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action {
    width: 100%;
  }
}
.contact .contact__inner .contact__box .contact__actions .contact__action.contact__action--online {
  background-color: #3da9f4;
}
.contact .contact__inner .contact__box .contact__actions .contact__action.contact__action--tel {
  background-color: #FEAFAC;
}
.contact .contact__inner .contact__box .contact__actions .contact__action.contact__action--pre {
  background-color: #8cc74d;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action img {
    transform: scale(0.6);
  }
}
.contact .contact__inner .contact__box .contact__actions .contact__action span {
  width: calc(100% - 5rem);
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action span {
    width: calc(100% - 3rem);
  }
}

.group_white {
  background-color: rgba(255, 255, 255, 0.75);
}

.footer {
  margin-top: -10rem;
  position: relative;
  background-color: #fff;
  background: #72DAFE;
  background: linear-gradient(0deg, rgb(114, 218, 254) 0%, rgb(80, 201, 245) 100%);
}
.footer .footer__inner {
  padding-top: 2.5rem;
  margin-top: -2.5rem;
  background-image: url(../img/common/bg-15.png);
  background-position: left 9rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .footer .footer__inner {
    background-position: left top;
  }
}
.footer .footer__inner .footer__container {
  width: 150rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
}
.footer .footer__inner .footer__top .footer__info {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding-block: 6.5rem;
}
.footer .footer__inner .footer__top .footer__info .schedule {
  width: 48%;
}
@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__top .footer__info .schedule {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__info .footer__schedule-table {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.footer .footer__inner .footer__top .footer__info .footer__schedule-table .schedule-note {
  padding-left: 3.125vw;
  padding-right: 1.563vw;
}
.footer .footer__inner .footer__top .footer__nav {
  width: calc(52% - 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__top .footer__nav {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group {
  padding: 2rem 1.5rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group {
    padding: 1.5rem;
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group:first-child {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group:first-child {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group:last-child {
  width: calc(100% - 29rem);
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group:last-child {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__nav ul {
  padding-left: 1.5rem;
}
.footer .footer__inner .footer__top .footer__nav ul li {
  list-style: none;
  position: relative;
}
.footer .footer__inner .footer__top .footer__nav ul li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 10rem;
  left: -1.3rem;
  background-color: #72DAFE;
  top: 1.3rem;
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group {
  background-color: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group {
  border-radius: 2rem;
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-title {
  font-weight: 500;
  font-size: 2.5rem;
  background-color: #72DAFE;
  padding-left: 2rem;
  border-radius: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-title {
    font-size: 2.2rem;
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list {
  padding-top: 2rem;
  padding-bottom: 12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list {
    padding-bottom: 4rem;
  }
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list.col_x2 .footer__nav-item {
  width: calc(50% - 1rem);
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list .footer__nav-item {
  width: 100%;
}
.footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list .footer__nav-item a {
  letter-spacing: -0.5px;
}
.footer .footer__inner .footer__middle {
  display: flex;
  gap: 2rem;
  padding-bottom: 8rem;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle {
    margin-top: 0rem;
  }
}
.footer .footer__inner .footer__middle .footer__clinic {
  position: relative;
  top: 1.3rem;
  display: inline-block;
  left: -0.7rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle .footer__clinic {
    display: block;
    margin-right: 0;
    left: 0;
  }
}
.footer .footer__inner .footer__middle .footer__clinic img {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle .footer__clinic img {
    width: 100%;
  }
}
.footer .footer__inner .footer__middle .footer__emergency {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle .footer__emergency {
    display: block;
  }
}
.footer .footer__inner .footer__middle .footer__emergency .footer__emergency-tel img {
  width: 28.7rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle .footer__emergency .footer__emergency-tel img {
    width: 100%;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.footer .footer__inner .footer__bottom {
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0rem 2rem;
  color: #fff;
  padding: 1.5rem 1.5rem 0.5rem;
}
.footer .footer__inner .footer__bottom .footer__brand {
  display: flex;
}
.footer .footer__inner .footer__bottom .footer__brand img {
  width: 19rem;
}
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 1500px) {
  .banner-page {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 10rem;
  }
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.85;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #72DAFE;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

.brecum-page-ul {
  font-size: max(1.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #72DAFE;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #72DAFE;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid #72DAFE;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #72DAFE;
  -webkit-mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
          mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: #72DAFE;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #72DAFE;
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h3 {
  letter-spacing: 0.3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
  background-image: url(../img/common/icon1.png);
  background-size: 8.5rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 8rem;
}
.setting-title h3::first-letter {
  color: #72DAFE;
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    background-size: 7.8rem auto;
    font-size: 2.4rem;
    padding-top: 7.5rem;
    margin-bottom: 2.5rem;
  }
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.setting-title h4 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: #72DAFE;
  padding: 1rem 1.5rem;
  border-bottom: max(0.3rem, 1px) dashed #fff;
  color: #fff;
  padding-top: 0;
}
.setting-title h4:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-image: url(../img/common/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  transform: translateY(0.7rem);
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
    letter-spacing: 0.1rem;
  }
}

.setting-title h6 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: #72DAFE;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}

.pb {
  padding-bottom: 10rem;
}

.default-txt {
  font-size: 1.7rem;
  line-height: 2;
}
.default-txt a {
  text-decoration: underline;
  color: #72DAFE;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

.endoscopy {
  display: grid;
  grid-template-columns: 58.5% 38.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
  width: 100%;
}

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.setting-title h5 {
  font-size: 2.2rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #72DAFE;
  padding-top: 0;
}
.setting-title h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-image: linear-gradient(240deg, rgb(2, 64, 151) 0%, rgb(55, 145, 154) 100%);
}

.m_kakomi__checklist {
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #72DAFE;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  border-radius: 1rem;
  padding: 3rem 3rem;
  background-color: #F2FBFF;
  border: 0.6rem solid #3FAAF4;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.m_kakomi__checklist--1col {
  grid-template-columns: 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-image: url(../img/common/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 1rem;
}
.m_kakomi02 h1,
.m_kakomi02 h2,
.m_kakomi02 h3,
.m_kakomi02 h4,
.m_kakomi02 h5,
.m_kakomi02 h6 {
  margin-top: 0 !important;
}

.m_kakomi02_box-stiker {
  font-size: 1.7rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #72DAFE;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}

.default-txt-mini {
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed #72DAFE;
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2,
.m_flow h3,
.m_flow h4,
.m_flow h5,
.m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #cec9c6;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #212121;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #212121;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #72DAFE;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page img {
    height: 25rem;
    -o-object-position: left center;
       object-position: left center;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 32rem;
    top: 61%;
  }
  .brecum-page-ul {
    font-size: 1.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid #72DAFE;
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.6rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    display: block;
  }
  .m_kakomi__checklist li {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 1.5rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    font-size: 1.6rem;
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #72DAFE;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .default-txt-mini {
    font-size: 1rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.m_page_links-item {
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #72DAFE !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: #72DAFE;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #72DAFE;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: #72DAFE;
  position: absolute;
  top: 50%;
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
}

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #72DAFE;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: rgba(92, 194, 215, 0.2588235294);
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 1.8rem;
    padding-right: 5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #72DAFE;
  display: inline-block;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt {
    font-size: 1.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
  display: none;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #72DAFE;
  padding-top: 2rem;
  margin-top: 2rem;
}

.archive-post-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.5rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #72DAFE;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #72DAFE;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #72DAFE;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.wrap-pagi .wp-pagenavi a,
.wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #72DAFE;
}
.wrap-pagi .wp-pagenavi a:hover,
.wrap-pagi .wp-pagenavi span.current {
  background-color: #72DAFE;
  color: #fff;
  border-color: #72DAFE;
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  font-size: 1.6rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: 1.5rem;
  }
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #72DAFE !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 10px;
  display: none;
  padding-top: 2em;
}
@media screen and (max-width: 1500px) {
  .menu-global {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-global {
    font-size: 0.67vw;
  }
}
.menu-global.menu-global-1column {
  width: 25em;
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5em 10em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media screen and (max-width: 1500px) {
  .menu-global.menu-global-3column .menu-colum-global {
    padding: 5em 5em;
  }
}

.menu-colum-global {
  background-color: #72DAFE;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.7em;
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

.dropmenu1column {
  position: relative;
}
.dropmenu1column .menu-global-1column {
  position: absolute;
  top: calc(100% - 1em);
  left: -1em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 6em);
  left: 0;
  right: 0;
  padding-top: 6em;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem !important;
  }
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid #72DAFE !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #72DAFE;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #72DAFE;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .archive-post-column li img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .content-box-sub-column {
    padding: 1rem;
  }
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #72DAFE;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-tlt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #72DAFE;
  border-bottom: max(1px, 0.1rem) solid #72DAFE;
  line-height: 1.2;
}

.h1-none-page {
  display: none;
}

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #72DAFE;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  border-bottom-color: #fff;
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #72DAFE;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #72DAFE;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

.table-calender-style {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calender-style {
    font-size: 1.4rem;
  }
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: #72DAFE;
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 28rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 10rem) / 8);
  }
}
.table-calender-style tr:first-child td {
  background-color: #72DAFE;
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid #72DAFE;
}
.table-calender-style tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr + tr td:first-child {
  border-top: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border-left: max(1px, 0.1rem) solid #72DAFE;
  border-bottom: max(1px, 0.1rem) solid #72DAFE;
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid #72DAFE;
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #344d6d;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(92, 194, 215, 0.2588235294) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #72DAFE;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  font-size: 1.8rem !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
#toc_container a {
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
  padding-left: 2rem;
}
#toc_container a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container a:hover {
  opacity: 0.7;
}
#toc_container li + li {
  margin-top: 1rem;
}

.google-map-iframe iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-map-iframe iframe {
    height: 25rem;
  }
}

.list-paradai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .list-paradai {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-paradai {
    display: block;
  }
  .list-paradai .list-paradai-item + .list-paradai-item {
    margin-top: 3rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}
.list-paradai-item .default-txt {
  text-align: left;
}

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 25.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-img img {
    height: 23rem;
  }
}

.list-paradai-item-content {
  background-color: #72DAFE;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-content {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.list-paradai-item-content p.no-hiden {
  border-bottom: max(1px, 0.2rem) solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -20rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -10rem;
  }
}

@media screen and (min-width: 768px) {
  .txt-centersp {
    text-align: center;
  }
}

.ud_point-item-number {
  position: relative;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: #72DAFE;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt {
    font-size: 6rem;
    bottom: -2rem;
  }
}
.ud_point-item-number-txt:before {
  content: "POINT";
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt:before {
    font-size: 1.8rem;
  }
}

.ud_point-item {
  padding: 3rem 4rem;
  padding-top: 1rem;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  background-color: #f0f8ff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
}
@media screen and (max-width: 767px) {
  .ud_point-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.ud_point {
  padding-top: 5rem;
}
.ud_point .ud_point-item + .ud_point-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_point {
    padding-top: 4rem;
  }
  .ud_point .ud_point-item + .ud_point-item {
    margin-top: 7rem;
  }
}

.mgt3 {
  margin-top: 3rem;
}

.ud_step {
  padding-top: 3rem;
}
.ud_step .ud_step-item + .ud_step-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item {
    margin-top: 7rem;
  }
}
.ud_step .ud_step-item + .ud_step-item:after {
  content: "";
  position: absolute;
  top: -6rem;
  width: 3rem;
  height: 3rem;
  background-color: #72DAFE;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: #72DAFE;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ud_step-item:before {
    right: -0.6rem;
    bottom: -1rem;
  }
}
.ud_step-item .ud_step-item-step {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  width: 20rem;
  padding: 1rem 0;
  background-color: #72DAFE;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #72DAFE;
  border: max(1px, 0.1rem) solid #72DAFE;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 48%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: #72DAFE;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.setting-single-heading h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h1 {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
}
.setting-single-heading h2 {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background-color: #72DAFE;
  color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h2 {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.setting-single-heading h3,
.setting-single-heading h4,
.setting-single-heading h5,
.setting-single-heading h6 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #72DAFE;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h3,
  .setting-single-heading h4,
  .setting-single-heading h5,
  .setting-single-heading h6 {
    font-size: 2.2rem;
    margin: 0.7rem 0;
  }
}
.setting-single-heading h4 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h4 {
    font-size: 2rem;
  }
}
.setting-single-heading h5 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h5 {
    font-size: 1.8rem;
  }
}
.setting-single-heading h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h6 {
    font-size: 1.7rem;
  }
}

.alower-secmer {
  border: max(1rem, 5px) solid rgb(254, 175, 172);
  padding: 3rem 3rem;
  background-color: rgba(255, 244, 244, 0.7);
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid rgb(254, 175, 172);
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.disadvantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages {
    display: block;
  }
}
.disadvantages .disadvantages-item {
  border: max(0.2rem, 2px) solid #72DAFE;
}
.disadvantages .disadvantages-item h1,
.disadvantages .disadvantages-item h2,
.disadvantages .disadvantages-item h3,
.disadvantages .disadvantages-item h4,
.disadvantages .disadvantages-item h5,
.disadvantages .disadvantages-item h6 {
  margin-top: 0;
}
.disadvantages .disadvantages-item .disadvantages-acres {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages .disadvantages-item + .disadvantages-item {
    margin-top: 3rem;
  }
}

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: #72DAFE;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: #72DAFE;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.clnumberzen {
  color: #72DAFE;
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #72DAFE;
}
@media screen and (max-width: 999px) {
  .doctor-single-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .doctor-single-name {
    font-size: 1.8rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}
header .header {
  max-width: 186rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1500px) {
  header .header {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 999px) {
  header .header {
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
header .header-left {
  padding-top: 1rem;
}
@media screen and (max-width: 999px) {
  header .header-left {
    padding-top: 0;
  }
}
header .header-menu {
  width: 100%;
}
@media screen and (max-width: 999px) {
  header .header-menu {
    display: none;
  }
}

.header-logo img {
  width: 39.2rem;
}
@media screen and (max-width: 1500px) {
  .header-logo img {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 26rem;
  }
}

.header-right-address-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #454545;
}
@media screen and (max-width: 1500px) {
  .header-right-address-txt {
    font-size: 1.5rem;
  }
}

.header-right-address-icon:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.2rem;
  background-image: url(../img/common/icon3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 0.5rem;
}

.header-right-tell-link {
  display: inline-block;
  width: 25.7rem;
  height: 5.8rem;
  background-image: url(../img/common/icon4.png);
  background-size: 22.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #72DAFE;
  border-radius: 10rem;
}
@media screen and (max-width: 1500px) {
  .header-right-tell-link {
    width: 20rem;
    height: 5rem;
    background-size: 17rem auto;
  }
}

.header-right-hamberger {
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background-color: #72DAFE;
}
@media screen and (max-width: 1500px) {
  .header-right-hamberger {
    width: 5rem;
    height: 5rem;
  }
}
.header-right-hamberger .btn-hamberger {
  transform: scale(0.7);
}
@media screen and (max-width: 1500px) {
  .header-right-hamberger .btn-hamberger {
    transform: scale(0.6);
  }
}

.header-right-gr1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0.5rem;
}

.header-right-tell {
  margin-left: 4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1500px) {
  .header-right-tell {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

.header-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.3rem;
       column-gap: 4.3rem;
  font-weight: 700;
}
.header-menu-list > li > a {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 1.8rem;
  color: #454545;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1500px) {
  .header-menu-list > li > a {
    font-size: 1.6rem;
  }
}
.header-menu-list > li > a .line-menu-itemhd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(1px, 0.2rem);
  border-radius: 100rem;
  background-color: #D9D9D9;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.header-menu-list > li > a .line-menu-itemhd:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #72DAFE;
}
.header-menu-list > li > a:hover, .header-menu-list > li > a.is-active {
  color: #72DAFE;
}
.header-menu-list > li > a:hover .line-menu-itemhd, .header-menu-list > li > a.is-active .line-menu-itemhd {
  opacity: 1;
}

.menu-toggle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 18rem;
  z-index: 80;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu-toggle.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1500px) {
  .menu-toggle {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 999px) {
  .menu-toggle {
    padding-top: 11rem;
  }
}

.inside-menu {
  overflow: auto;
}

.menu-cont {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 40% 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  height: calc(100vh - 22rem);
}
@media screen and (max-width: 1500px) {
  .menu-cont {
    height: calc(100vh - 20rem);
  }
}
@media screen and (max-width: 999px) {
  .menu-cont {
    height: calc(100vh - 14rem);
  }
}
@media screen and (max-width: 767px) {
  .menu-cont {
    display: block;
    height: calc(100vh - 11rem);
  }
}

.menu-toggle-item-tlt {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #72DAFE;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 1500px) {
  .menu-toggle-item-tlt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle-item-tlt {
    font-size: 1.8rem;
    padding: 0.3rem 1.5rem;
  }
}

.menu-toggle-list-menu {
  padding-top: 3rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-toggle-list-menu {
    padding-top: 1.5rem;
    padding-left: 0;
  }
}
.menu-toggle-list-menu li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #454545;
}
@media screen and (max-width: 767px) {
  .menu-toggle-list-menu li a {
    font-size: 1.5rem;
  }
}
.menu-toggle-list-menu li a:hover, .menu-toggle-list-menu li a.is-active {
  border-bottom: max(1px, 0.1rem) solid #454545;
}
.menu-toggle-list-menu li + li {
  margin-top: 1rem;
}

.menu-toggle-list-menu-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
}
.menu-toggle-list-menu-flex li {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .menu-toggle-list-menu-flex {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .btn-hamberger--table {
    display: none;
  }
}
.btn-hamberger--table span {
  background-color: #72DAFE;
}
.btn-hamberger--table:before, .btn-hamberger--table:after {
  background-color: #72DAFE;
}

@media screen and (max-width: 767px) {
  .menu-toggle-list-menu-first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    margin-bottom: 3rem;
  }
  .menu-toggle-list-menu-first li {
    margin-top: 0 !important;
  }
}

.sec12-top-list-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-list-column {
    -moz-column-gap: 1.8%;
         column-gap: 1.8%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.sec12-top-list-column .sec12-top-list-column-img img {
  width: 100%;
  height: 19.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec12-top-list-column .sec12-top-list-column-img img {
    height: 16.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-img img {
    height: 12.4rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-date {
  font-size: 1.6rem;
  color: #56C4F5;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-date {
    font-size: 1.5rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-tlt {
  font-size: 1.7rem;
  font-weight: 500;
  color: #141414;
  padding-bottom: 0.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-tlt {
    font-size: 1.6rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-dect {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-dect {
    font-size: 1.3rem;
  }
}

.banner--mgttop {
  margin-top: 14.5rem;
}
@media screen and (max-width: 1500px) {
  .banner--mgttop {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .banner--mgttop {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 1000px) {
  .banner .banner__inner .banner__image video {
    height: 113vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.schedule-tel-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__image.concept__image--main img {
    width: 23rem;
    z-index: -1;
    position: relative;
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__image.concept__image--sub img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main__top {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept__inner {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept__inner .concept__content .concept__body {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .concept {
    background-image: url(../img/top/bg-02sp.png);
    padding-bottom: 5rem;
    margin-bottom: 4rem;
    margin-top: 0;
    padding-top: 0;
    background-size: cover;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__tabs {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .trouble {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-icon {
    transform: scale(0.6) translateX(-80%) translateY(10rem);
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list {
    margin-top: 8rem;
    row-gap: 9rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 .number {
    right: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .medical__item .medical__item-content .medical__item-title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .categories__inner {
    margin-top: 0;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .feature {
    margin-top: 4rem;
    padding-top: 8rem;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    background-image: none;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__categories {
    padding-bottom: 18rem;
    margin-bottom: -18rem;
  }
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories {
    padding-bottom: 5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--01 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item.feature__item--02 {
    margin-bottom: 3rem;
  }
}

.sec-greeting-top {
  position: relative;
  background-image: url(../img/top/yoshitake-chikako.png), url(../img/top/img03.png), url(../img/top/img01.png);
  background-size: 87.5rem auto, 100% auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom 5rem left, bottom left, bottom right;
  padding-top: 18rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 1600px) {
  .sec-greeting-top {
    background-size: 54.69vw auto, 100% auto, cover;
    background-position: bottom 3.13vw left -10rem, bottom left, bottom right;
  }
}
@media screen and (max-width: 1400px) {
  .sec-greeting-top {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-greeting-top {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url(../img/top/img01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.sec-greeting-top-cont {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
.sec-greeting-top-cont .sec-greeting-top-main {
  max-width: 86.6rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: 12rem 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec-greeting-top-cont .sec-greeting-top-main {
    grid-template-columns: 8rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec-greeting-top-cont .sec-greeting-top-main {
    grid-template-columns: 5rem 1fr;
    max-width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-cont .sec-greeting-top-main {
    display: block;
  }
}
.sec-greeting-top-cont .sec-greeting-top-main .more_link {
  min-width: 19rem;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.4rem 2rem;
  background-size: auto calc(100% - 1rem);
  background-position: calc(100% - 0.5rem) center;
}
.sec-greeting-top-cont .sec-greeting-top-main .greeting__actions {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3.4rem;
  border-bottom: max(1px, 0.1rem) solid #72DAFE;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec-greeting-top-cont .sec-greeting-top-main .greeting__actions {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-cont .sec-greeting-top-main .greeting__actions {
    row-gap: 1.5rem;
  }
}

.sec-greeting-top-tlt {
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #3da9f4;
}
@media screen and (max-width: 1400px) {
  .sec-greeting-top-tlt {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-greeting-top-tlt {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
.sec-greeting-top-tlt {
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.sec-greeting-top-txt {
  font-size: 1.8rem;
  color: #454545;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-txt {
    font-size: 1.5rem;
  }
}

.sec-greeting-top-right-cky .sec-greeting-top-right-cky1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-right-cky .sec-greeting-top-right-cky1 {
    font-size: 1.6rem;
  }
}
.sec-greeting-top-right-cky .sec-greeting-top-right-cky2 span {
  display: inline-block;
}
.sec-greeting-top-right-cky .sec-greeting-top-right-cky2 .greeting-top-right-big {
	font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #3da9f4;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-right-cky .sec-greeting-top-right-cky2 .greeting-top-right-big {
    font-size: 2.1rem;
  }
}
.sec-greeting-top-right-cky .sec-greeting-top-right-cky2 .greeting-top-right-small {
  font-size: 1.8rem;
  color: #72DAFE;
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-right-cky .sec-greeting-top-right-cky2 .greeting-top-right-small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-right-cky {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
}

.sec-greeting-top-left {
  padding-top: 20rem;
}
@media screen and (max-width: 1400px) {
  .sec-greeting-top-left {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-greeting-top-left {
    padding-top: 10rem;
  }
}

.slider-top-column .greeting__slide img {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .slider-top-column .greeting__slide img {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-top-column .greeting__slide img {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.slider-top-column {
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .slider-top-column {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .column-map {
    background-image: url(../img/top/img04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
  }
}

.footer .footer__inner {
  background-position: top left;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__top .footer__nav ul {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group:first-child {
    width: 18rem;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group:last-child {
    width: calc(100% - 18rem);
    border-top-left-radius: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__top .footer__nav {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .footer .footer__inner .footer__middle {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group .footer__nav-list {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__middle {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__top .footer__nav .footer__nav-group {
    background-color: #fff;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__top .footer__info {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__info {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    background-image: url(../img/common/img05.jpg);
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner {
    margin-top: 0;
    padding-top: 5rem;
    background-position: top left 39%;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__middle .footer__clinic {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner__actions .banner__action span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__actions .banner__action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
    height: 5rem;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .banner__actions .banner__action.banner__action--online img {
    width: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__actions .banner__action.banner__action--tel {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__cta .banner__cta-inner .banner__cta-img a img {
    width: 19rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__cta {
    right: auto;
    left: 1.5rem;
  }
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

.column-map .column-map__inner .column-map__box .column-map__content .column-map__column .column-map__list .column-map__item .column-map__item-image img {
  width: 100%;
}

.banner .banner__inner .banner__content .banner__title {
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 999px) {
  .banner .banner__inner .banner__content .banner__title {
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category .z10 {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category .medical__category-title {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category .medical__category-icon {
    transform: scale(0.8) translateY(-1.5rem);
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category .medical__category-action {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category::after {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__categories .medical__category {
    padding-bottom: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__cta {
    bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action {
    width: 48%;
    border-radius: 2rem;
    background-image: none;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions {
    gap: 0;
    justify-content: space-between;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action span {
    width: 100%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action a {
    display: grid;
    grid-template-columns: 2rem 1fr;
    align-items: center;
    padding: 1rem 1rem;
  }
  .contact .contact__inner .contact__box .contact__actions .contact__action a br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action.contact__action--tel a {
    grid-template-columns: 1.5rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact__inner .contact__box .contact__actions .contact__action.contact__action--pre a {
    grid-template-columns: 1.2rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .schedule-table .schedule-row .schedule-cell .on,
  .schedule-table .schedule-row .schedule-cell .of {
    transform: scale(0.7);
  }
}

.sec-greeting-top-gradent {
  margin-top: 1.5rem;
  padding-top: 2rem;
  position: relative;
}
.sec-greeting-top-gradent:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -4rem;
  left: -4rem;
  right: -1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  box-shadow: 0px 0px 1rem 1rem rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .sec-greeting-top-gradent:before {
    left: -1.5rem;
    bottom: -2rem;
  }
}
.sec-greeting-top-gradent .sec-greeting-top-gradent-mod {
  position: relative;
  z-index: 2;
}

.header-right-address {
  width: 100%;
  text-align: right;
}/*# sourceMappingURL=style.css.map */