@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@media (max-width: 767px) {
  .box-bg {
    border-radius: 0 0 40px 40px;
    background: #ebf5de;
    background: linear-gradient(0deg, rgb(235, 245, 222) 56%, rgb(255, 255, 255) 100%);
  }
}

.info-anchor {
  margin: 70px 0 70px;
}
@media (min-width: 768px) {
  .info-anchor {
    background: #fff;
    margin: 120px 0 72px;
  }
}
.info-anchor__ctn {
  padding: 30px;
  border-radius: 12px;
  background-color: #ebf5de;
}
@media (min-width: 768px) {
  .info-anchor__ctn {
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .info-anchor__ctn .c-btn {
    width: calc(50% - 10px);
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .info-anchor__ctn .c-btn {
    min-height: 60px;
  }
}
.info-anchor__ctn .c-btn .ico::after {
  width: 6px;
  height: 11px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.414' height='10.828' viewBox='0 0 6.414 10.828'%3E%3Cpath id='arw' d='M0,0,4,4,0,8' transform='translate(1.414 1.414)' fill='none' stroke='%235eb178' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.info-anchor__ctn .c-btn:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .info-anchor__ctn .c-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.sec-reserve {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .sec-reserve {
    padding: 35px 0 80px;
    background: #ebf5de;
    background: linear-gradient(0deg, rgb(235, 245, 222) 56%, rgb(255, 255, 255) 100%);
    border-radius: 0 0 60px 60px;
  }
}
.sec-reserve__ctn {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sec-reserve__ctn {
    display: flex;
    align-items: flex-start;
    margin-bottom: 79px;
  }
}
@media (max-width: 767px) {
  .sec-reserve .c-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sec-reserve .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sec-reserve .item--txt {
    padding-right: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sec-reserve .item--txt {
    padding-right: 30px;
  }
}
.sec-reserve .item--txt .desc {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .sec-reserve .item--txt .desc {
    margin-top: 37px;
  }
}
.sec-reserve .item--txt .desc .clGreen {
  font-weight: bold;
}
.sec-reserve .item--txt .desc-small {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 19px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .sec-reserve .item--txt .desc-small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3846153846em;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 17px;
    margin-top: 11px;
  }
}
.sec-reserve .item--txt .desc-small::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec-reserve .item--calendar {
  margin-top: 41px;
}
@media (min-width: 768px) {
  .sec-reserve .item--calendar {
    background-color: #fff;
    border-radius: 12px;
    padding: 39px 40px;
    margin-top: 49px;
  }
}
.sec-reserve .item--calendar .c-title02 {
  margin-bottom: 21px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec-reserve .item--calendar .c-title02 {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .sec-reserve .item--calendar .c-timeline {
    background-color: #fff;
  }
}
.sec-reserve .item--calendar .c-timeline .timeline-table tr {
  border-bottom: 1px solid #d5d5d5;
}
.sec-reserve .item--calendar .c-calendar {
  background: #ebf5de;
  border-radius: 20px;
  padding: 20px 34px 15px;
}
@media (max-width: 767px) {
  .sec-reserve .item--calendar .c-calendar {
    background: #fff;
    padding: 10px 15px;
  }
}

.sec-subjects {
  padding: 119px 0;
}
@media (max-width: 767px) {
  .sec-subjects {
    padding: 50px 0 120px;
  }
}
@media (max-width: 767px) {
  .sec-subjects .c-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sec-subjects__ctn .item--02 .item__img {
    margin-top: 0;
  }
  .sec-subjects__ctn .item--03 .item__img, .sec-subjects__ctn .item--04 .item__img {
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .sec-subjects__ctn .item__txt {
    width: 68.916%;
    padding-right: 40px;
  }
}
.sec-subjects__ctn .item__img {
  margin-top: 31px;
}
@media (min-width: 768px) {
  .sec-subjects__ctn .item__img {
    width: 31.084%;
    margin-top: 10px;
  }
}
.sec-subjects__ctn .item__img .fadezoom {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__img .fadezoom {
    border-radius: 16px;
  }
}
.sec-subjects__ctn .item__img img {
  width: 100%;
}
.sec-subjects__ctn .item__title {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__title {
    margin-left: -11px;
    margin-bottom: 24px;
  }
}
.sec-subjects__ctn .item__title .ico {
  width: 124px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__title .ico {
    width: 64px;
  }
}
.sec-subjects__ctn .item__title .ttJp {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4411764706em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0 26px 0 20px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .sec-subjects__ctn .item__title .ttJp {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__title .ttJp {
    padding-right: 18px;
    padding-left: 8px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
  }
}
.sec-subjects__ctn .item__title .ttJp:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  background-color: #5eb178;
}
.sec-subjects__ctn .item__title .ttEN {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #868686;
  padding-left: 30px;
}
@media only screen and (max-width: 1025px) {
  .sec-subjects__ctn .item__title .ttEN {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__title .ttEN {
    padding-left: 18px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25em;
    letter-spacing: 0.05em;
  }
}
.sec-subjects__ctn .item__title .ttEN span {
  display: block;
  white-space: nowrap;
}
.sec-subjects__ctn .item__title .ttEN span + span {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__title--04 .ttJp {
    padding-top: 5px;
  }
  .sec-subjects__ctn .item__title--04 .ttJp .mrg {
    display: inline-block;
    position: relative;
    left: 10px;
  }
}
.sec-subjects__ctn .item__sub {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.5555555556em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__sub {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556em;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 360px) {
  .sec-subjects__ctn .item__sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.sec-subjects__ctn .item .c-applies {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item .c-applies {
    margin-top: 40px;
  }
}
.sec-subjects__ctn .item__desc {
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__desc {
    margin-top: 38px;
  }
}
.sec-subjects__ctn .item__desc p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__desc p + p {
    margin-top: 10px;
  }
}
.sec-subjects__ctn .item__btn {
  width: 100%;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .sec-subjects__ctn .item__btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
  }
}
@media (min-width: 768px) {
  .sec-subjects__ctn .item__btn .c-btn {
    max-width: 320px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__btn .c-btn {
    padding-left: 40px;
  }
  .sec-subjects__ctn .item__btn .c-btn .ico {
    right: 17px;
  }
}
.sec-subjects__ctn .item__btn .c-btn:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sec-subjects__ctn .item__btn .c-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}

.anchor-cbtn {
  margin: 46px -7px 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .anchor-cbtn {
    margin: 33px -6px 42px;
    justify-content: flex-start;
  }
}
.anchor-cbtn .c-btn02 {
  margin: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .anchor-cbtn .c-btn02 {
    padding-right: 44px;
  }
}
@media (max-width: 767px) {
  .anchor-cbtn .c-btn02 {
    margin: 6px;
  }
}

.item-border {
  padding: 31px 0 60px;
  border-top: 1px solid #d5d5d5;
  position: relative;
}
@media (min-width: 768px) {
  .item-border {
    display: flex;
    flex-wrap: wrap;
    padding: 53px 0 80px;
  }
}
.item-border:last-child {
  padding-bottom: 0;
}
.item-border::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 63px;
  height: 4px;
  background-color: #5eb178;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .item-border::before {
    width: 43px;
  }
}

@media (min-width: 768px) {
  .information #anchor-child04 .item__desc {
    margin-top: 26px;
  }
  .information #anchor-child04 .item__btn {
    margin-top: 58px;
  }
}

.sec-intro {
  margin: 70px 0 39px;
}
@media (min-width: 768px) {
  .sec-intro {
    display: flex;
    flex-wrap: wrap;
    margin: 120px 0 46px;
  }
}
@media (min-width: 768px) {
  .sec-intro__txt {
    width: 72.557%;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sec-intro__txt {
    padding-right: 30px;
  }
}
.sec-intro__txt .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1025px) {
  .sec-intro__txt .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .sec-intro__txt .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545em;
    letter-spacing: 0.08em;
    margin-bottom: 32px;
  }
}
.sec-intro__txt .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .sec-intro__txt .desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.sec-intro__img {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .sec-intro__img {
    width: 27.443%;
    margin-bottom: 0;
  }
}
.sec-intro__img .fadezoom {
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .sec-intro__img .fadezoom {
    border-radius: 16px;
  }
}
.sec-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-treated {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .sec-treated {
    margin-bottom: 120px;
  }
}
.sec-treated .anchor-cbtn {
  margin: 13px -7px 51px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .sec-treated .anchor-cbtn {
    margin-top: 18px;
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .sec-treated .anchor-cbtn .c-btn02 {
    min-height: 48px;
    padding: 8px 63px 8px 29px;
    background-position: right 29px top 22px;
    margin: 8px 7px;
  }
}
.sec-treated .item {
  padding-top: 62px;
}
@media (max-width: 767px) {
  .sec-treated .item {
    padding-top: 43px;
    padding-bottom: 59px;
  }
}
.sec-treated .item:last-child {
  padding-bottom: 0;
}
.sec-treated .item .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1025px) {
  .sec-treated .item .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .sec-treated .item .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545em;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .sec-treated .item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .sec-treated .item .desc {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .sec-treated .item .c-applies {
    margin-top: 30px;
  }
}
.sec-treated .item__btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sec-treated .item__btn .c-btn {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .sec-treated .item__btn .c-btn {
    padding-left: 40px;
  }
  .sec-treated .item__btn .c-btn .ico {
    right: 17px;
  }
}
.sec-treated .item-w100 {
  display: block;
}
.sec-treated .item-flex {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .sec-treated .item-flex__txt {
    width: 73.09%;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sec-treated .item-flex__txt {
    width: 64%;
    padding-right: 30px;
  }
}
.sec-treated .item-flex__txt .desc {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-treated .item-flex .c-applies {
    width: 26.91%;
    margin-top: 16px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sec-treated .item-flex .c-applies {
    width: 36%;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .sec-treated .item-flex .c-applies__tt {
    margin-bottom: 17px;
  }
}
.sec-treated .item-flex .c-applies__list {
  display: block;
}
@media (min-width: 768px) {
  .sec-treated .item-flex .c-applies__list li + li {
    margin-top: 6px;
  }
}
.sec-treated .item-point {
  width: 100%;
  margin-top: 32px;
  border-radius: 10px;
  padding: 30px;
  background-color: #ebf5de;
}
@media (min-width: 768px) {
  .sec-treated .item-point {
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .sec-treated .item-point {
    padding: 20px;
  }
}
.sec-treated .item-point__title {
  border-radius: 10px;
  color: #fff;
  background-color: #5eb178;
  padding: 35px 10px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  background-size: 100%;
  background-position: center bottom;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-treated .item-point__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444em;
    letter-spacing: 0.05em;
    font-weight: bold;
    width: 27.625%;
    padding: 60px 10px 28px;
  }
}
.sec-treated .item-point__title:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/internal/ico.svg");
}
@media (max-width: 767px) {
  .sec-treated .item-point__title:before {
    top: 10px;
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
}
.sec-treated .item-point__desc {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec-treated .item-point__desc {
    width: 72.375%;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sec-treated .item-point__desc {
    line-height: 26px;
  }
}
.sec-treated .item-point .c-btn02 {
  margin-top: 11px;
  padding: 8px 63px 8px 29px;
  min-height: 0;
  background-position: right 29px center;
}
@media (max-width: 767px) {
  .sec-treated .item-point .c-btn02 {
    display: block;
    margin: 19px auto 0;
    max-width: 181px;
    padding-left: 15px;
    padding-right: 38px;
    background-position: right 16px center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .respiratory .sec-intro__txt .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .respiratory .sec-treated .item .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .respiratory .sec-treated .item-flex {
    align-items: center;
    padding-top: 63px;
  }
  .respiratory .sec-treated .item-flex .c-applies {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .respiratory .sec-treated .item-point {
    margin-top: 49px;
  }
}
@media (min-width: 768px) {
  .respiratory .sec-treated #anchor03 .c-applies__tt {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .respiratory .sec-treated #anchor07 .c-applies .c-applies__list {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .respiratory .c-applies .c-applies-ctn {
    display: flex;
    flex-wrap: wrap;
    padding-left: 22px;
    margin-top: 17px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .respiratory .c-applies .c-applies-ctn .c-applies__list {
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .respiratory .c-applies .c-applies-ctn .c-applies__list:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .respiratory .c-applies .c-applies-ctn .c-applies__list li {
    margin: 0;
  }
  .respiratory .c-applies .c-applies-ctn .c-applies__list li + li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .respiratory .c-applies__list li {
    margin: 8px 10px;
  }
}

@media (min-width: 768px) {
  .allergy .sec-treated .anchor-cbtn {
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .allergy .sec-treated .item-flex {
    align-items: center;
    padding-bottom: 79px;
  }
  .allergy .sec-treated .item-flex:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .allergy .sec-treated .item .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .allergy .sec-treated .c-applies {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .allergy .item-point {
    margin-top: 50px;
    align-items: center;
  }
}
.allergy .item-point__title {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  .allergy .item-point__title {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .allergy .item-point__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.allergy .item-point__title:before {
  display: none;
}
.allergy .item-point__desc {
  padding: 0;
}
@media (min-width: 768px) {
  .allergy .item-point__desc {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .allergy .item-point__desc {
    padding-left: 30px;
  }
}
.allergy .item-point__desc .c-list {
  max-width: 605px;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  column-gap: 70px;
  row-gap: 7px;
}
@media only screen and (max-width: 1050px) {
  .allergy .item-point__desc .c-list {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .allergy .item-point__desc .c-list {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .allergy .item-point__desc .c-list {
    max-width: 265px;
    grid-template-columns: repeat(3, max-content);
    column-gap: 34px;
    row-gap: 1px;
    position: relative;
    padding-bottom: 30px;
  }
}
.allergy .item-point__desc .c-list li {
  margin: 0;
}
@media (max-width: 767px) {
  .allergy .item-point__desc .c-list li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.allergy .item-point__desc .c-list li:last-child::before {
  display: none;
}

@media (max-width: 767px) {
  .other .c-subpage__title {
    line-height: 42px;
    margin-bottom: 18px;
  }
}
.other .ctel {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2222222222em;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
  color: #5eb178;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: top 10px left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.471' height='27.471' viewBox='0 0 27.471 27.471'%3E%3Cpath id='Icon_metro-phone' data-name='Icon metro-phone' d='M16.133,13.2c-1.467,1.467-1.467,2.933-2.933,2.933S10.267,14.667,8.8,13.2,5.867,10.267,5.867,8.8,7.333,7.333,8.8,5.867,5.867,0,4.4,0,0,4.4,0,4.4c0,2.933,3.014,8.88,5.867,11.733S14.667,22,17.6,22c0,0,4.4-2.933,4.4-4.4s-4.4-5.867-5.867-4.4Z' transform='translate(6.432) rotate(17)' fill='%235eb178'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .other .ctel {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2142857143em;
    letter-spacing: 0.03em;
    padding-left: 28px;
    background-size: 25px;
    background-position: top 5px left -1px;
  }
}
.other .ctel::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 32px;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #5eb178;
}
.other .ctel {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .other .ctel:hover {
    opacity: 1;
  }
  .other .ctel:hover::after {
    opacity: 1;
  }
}
.other .other-contact {
  border: 1px solid #5eb178;
  border-radius: 10px;
  padding: 29px;
  margin: 59px auto 0;
}
@media only screen and (max-width: 1025px) {
  .other .other-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .other .other-contact {
    margin-top: 30px;
    padding: 29px;
  }
}
.other .other-contact {
  max-width: max-content;
}
@media (min-width: 768px) {
  .other .other-contact__ctn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.other .other-contact__ctn .txtTime {
  background-color: #5eb178;
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .other .other-contact__ctn .txtTime {
    display: block;
    line-height: 28px;
    padding: 9px 25px;
  }
}
@media (min-width: 768px) {
  .other .other-contact__ctn .txttel {
    margin-left: 29px;
  }
}
@media (max-width: 767px) {
  .other .other-contact__ctn .txttel {
    text-align: center;
  }
}
.other .other-contact__desc {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .other .other-contact__desc {
    margin: 18px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.other .desc-small {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 19px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .other .desc-small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3846153846em;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 17px;
    margin-top: 11px;
  }
}
.other .desc-small::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.other .sec-treated {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .other .sec-treated {
    margin-top: 112px;
  }
  .other .sec-treated .item-flex {
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .anchor-cbtn {
    margin-top: 0;
  }
}
.other .sec-treated #anchor01 .title {
  width: 100%;
}
@media (min-width: 768px) {
  .other .sec-treated #anchor01 .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .other .sec-treated #anchor01 .item-flex__txt {
    margin-top: -6px;
  }
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-flex__txt {
    width: 72.557%;
  }
  .other .sec-treated .item .item-flex__txt .other-contact {
    margin: 36px 0 0;
  }
  .other .sec-treated .item .item-flex__txt .desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
.other .sec-treated .item .title {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .other .sec-treated .item .title {
    margin-bottom: 40px;
  }
}
.other .sec-treated .item .item__img {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .other .sec-treated .item .item__img {
    width: 27.443%;
    margin-bottom: 0;
  }
}
.other .sec-treated .item .item__img .fadezoom {
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .other .sec-treated .item .item__img .fadezoom {
    border-radius: 16px;
  }
}
.other .sec-treated .item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-point {
    align-items: stretch;
    padding: 25px 25px 23px;
    margin-top: 45px;
  }
}
.other .sec-treated .item .item-point__title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-point__title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4705882353em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .item .item-point__title {
    padding: 12px;
  }
}
.other .sec-treated .item .item-point__title:before {
  display: none;
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-point__desc {
    padding-left: 53px;
  }
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-point__desc .c-list {
    max-width: 482px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 70px;
    row-gap: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .other .sec-treated .item .item-point__desc .c-list {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .other .sec-treated .item .item-point__desc .c-list {
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .other .sec-treated .item .item-point__desc .c-list li {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .other .sec-treated .item .item-point__desc .c-list li {
    margin-top: -1px;
  }
}
.other .sec-treated .item .item-point__desc .list-note {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .other .sec-treated .item .item-point__desc .list-note {
    margin-top: 11px;
  }
}
.other .sec-treated .item .item-point__desc .list-note li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6923076923em;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 767px) {
  .other .sec-treated .item .item-point__desc .list-note li {
    line-height: 18px;
    padding-left: 17px;
  }
}
.other .sec-treated .item .item-point__desc .list-note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.other .sec-treated .item .item-point__desc .list-note li + li {
  margin-top: -1px;
}
@media (max-width: 767px) {
  .other .sec-treated .item .item-point__desc .list-note li + li {
    margin-top: 3px;
  }
}
.other .sec-treated .item-row {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .other .sec-treated .item-row {
    margin-top: 40px;
  }
}
.other .sec-treated .item-row + .item-row {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .other .sec-treated .item-row + .item-row {
    margin-top: 60px;
  }
}
.other .sec-treated .item-row .c-title02 {
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .other .sec-treated .item-row .c-title02 {
    margin-bottom: 32px;
  }
}
.other .sec-treated .c-medical-table-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-wrap {
    margin: 0 -25px;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__hand {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -54px;
    margin-left: -53px;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
.other .sec-treated .c-medical-table__hand.is-hide {
  opacity: 0;
  visibility: hidden;
}
.other .sec-treated .c-medical-table {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table {
    display: flex;
    padding-left: 25px;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .other .sec-treated .c-medical-table::after {
    content: "";
    display: block;
    flex: 0 0 25px;
    width: 25px;
  }
}
.other .sec-treated .c-medical-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .other .sec-treated .c-medical-table table {
    table-layout: auto;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table table {
    width: 693px;
    flex: 0 0 auto;
  }
}
.other .sec-treated .c-medical-table th,
.other .sec-treated .c-medical-table td {
  padding: 13px 24px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table th,
  .other .sec-treated .c-medical-table td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    padding: 13px 15px;
  }
}
.other .sec-treated .c-medical-table th .txtY,
.other .sec-treated .c-medical-table td .txtY {
  position: relative;
  top: 2px;
}
.other .sec-treated .c-medical-table__empty {
  width: 240px;
  border: 0 !important;
  background: transparent;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__empty {
    width: 140px;
  }
}
.other .sec-treated .c-medical-table__head {
  height: 56px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #5eb178;
  border-color: #fff !important;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__head {
    height: 48px !important;
  }
}
.other .sec-treated .c-medical-table__head--content {
  width: 425px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__head--content {
    width: 238px;
  }
}
.other .sec-treated .c-medical-table__head:nth-child(3),
.other .sec-treated .c-medical-table__head:nth-child(4) {
  width: 198px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__head:nth-child(3),
  .other .sec-treated .c-medical-table__head:nth-child(4) {
    width: 141px;
  }
}
.other .sec-treated .c-medical-table thead th:nth-child(2) {
  border-radius: 20px 20px 0 0;
}
.other .sec-treated .c-medical-table thead th:nth-child(3),
.other .sec-treated .c-medical-table thead th:nth-child(4) {
  border-radius: 20px 20px 0 0;
}
.other .sec-treated .c-medical-table__category {
  width: 240px;
  padding-left: 51px !important;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  color: #fff;
  background: #5eb178;
  border-right-color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.45) !important;
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table__category {
    padding-left: 18px !important;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table__category {
    width: 140px;
  }
}
.other .sec-treated .c-medical-table tbody td:nth-of-type(1) {
  text-align: left;
  padding-left: 100px;
  background: #fff;
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table tbody td:nth-of-type(1) {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table tbody td:nth-of-type(1) {
    padding-left: 24px;
  }
}
.other .sec-treated .c-medical-table__check {
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.other .sec-treated .circle {
  display: block;
  width: 23px;
  height: 23px;
  border: 3px solid #5eb178;
  border-radius: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .other .sec-treated .circle {
    width: 21px;
    height: 21px;
  }
}
.other .sec-treated .dash {
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  background: #d5d5d5;
}
@media (max-width: 767px) {
  .other .sec-treated .dash {
    width: 22px;
  }
}
.other .sec-treated .c-medical-table tbody tr:last-child .c-medical-table__category {
  border-radius: 0 0 0 20px;
}
.other .sec-treated .c-medical-table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.other .sec-treated .c-medical-table tbody tr:first-child .c-medical-table__category {
  border-radius: 20px 0 0 0;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 table {
    width: 813px;
  }
}
.other .sec-treated .c-medical-table-02 .circle {
  width: 21px;
  height: 21px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .circle {
    width: 18px;
    height: 18px;
  }
}
.other .sec-treated .c-medical-table-02 .dash {
  width: 23px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .dash {
    width: 18px;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table__empty {
  width: 315px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table__empty {
    width: 214px;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table__head--content {
  width: 390px;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table__head--content {
    width: 274px;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table__head:nth-child(3),
.other .sec-treated .c-medical-table-02 .c-medical-table__head:nth-child(4) {
  width: auto;
}
.other .sec-treated .c-medical-table-02 thead th:nth-child(2) {
  border-radius: 20px 20px 0 0;
}
.other .sec-treated .c-medical-table-02 thead th:nth-child(3),
.other .sec-treated .c-medical-table-02 thead th:nth-child(4),
.other .sec-treated .c-medical-table-02 thead th:nth-child(5) {
  width: 140px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 thead th:nth-child(3),
  .other .sec-treated .c-medical-table-02 thead th:nth-child(4),
  .other .sec-treated .c-medical-table-02 thead th:nth-child(5) {
    width: 99px;
  }
}
.other .sec-treated .c-medical-table-02 tbody td:nth-of-type(1) {
  padding-left: 84px;
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table-02 tbody td:nth-of-type(1) {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 tbody td:nth-of-type(1) {
    padding-left: 26px;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table__category[colspan="2"] {
  width: 315px;
  padding-left: 25px !important;
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table__category[colspan="2"] {
    padding-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table__category[colspan="2"] {
    width: 214px;
    min-width: 214px;
    padding-left: 18px !important;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table-02__blood {
  width: 130px;
  padding: 13px 25px !important;
  padding-top: 41px !important;
  border-right: none;
  vertical-align: top;
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table-02__blood {
    padding: 13px 10px !important;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table-02__blood {
    width: 95px;
    padding: 13px 17px !important;
    padding-right: 5px !important;
    padding-top: 41px !important;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table-02__subcategory {
  width: 185px;
  padding: 13px 25px !important;
  padding-left: 36px !important;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
@media only screen and (max-width: 1025px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table-02__subcategory {
    padding: 13px 12px !important;
  }
}
@media (max-width: 767px) {
  .other .sec-treated .c-medical-table-02 .c-medical-table-02__subcategory {
    width: 115px;
    padding: 13px 17px !important;
    padding-right: 5px !important;
  }
}
.other .sec-treated .c-medical-table-02 .c-medical-table__check {
  width: 140px;
}
.other .sec-treated .c-medical-table-02 tbody tr:first-child .c-medical-table__category {
  border-radius: 20px 0 0 0;
}
.other .sec-treated .c-medical-table-02 tbody tr:last-child .c-medical-table__category {
  border-radius: 0 0 0 20px;
}
.other .sec-treated .c-medical-table-02 tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.other .course {
  margin-top: 70px;
  background-color: #ebf5de;
  border-radius: 10px;
  padding: 26px 63px 30px;
}
@media only screen and (max-width: 1025px) {
  .other .course {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .other .course {
    margin-top: 32px;
    padding: 30px;
    line-height: 26px;
  }
}
.other .course__tt {
  border-radius: 10px;
  color: #fff;
  padding: 16px 15px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  background-color: #5eb178;
  background-size: 100%;
  background-position: center bottom;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .other .course__tt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    padding: 15px 10px;
    margin-bottom: 18px;
  }
}
.other .course__tt .clYellow {
  color: #f2e07c;
  position: relative;
  display: inline;
  padding: 0 1px;
}
@media (max-width: 767px) {
  .other .course__tt .clYellow {
    top: -2px;
  }
}
.other .course__tt .clYellow::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2e07c;
}
.other .course__tt .clYellow .num {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2222222222em;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: inline-block;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .other .course__tt .clYellow .num {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2173913043em;
  }
}
.other .course__desc {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .other .course__desc {
    margin-bottom: 18px;
  }
}
.other .course__desc a {
  color: #5eb178;
  text-decoration: underline;
  font-weight: bold;
}
.other .course__desc .txtNote {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6923076923em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .other .course__desc .txtNote {
    line-height: 18px;
    margin-top: 12px;
    padding-left: 17px;
  }
}
.other .course__desc .txtNote::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .other .course .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.other .course .row + .row {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .other .course .row + .row {
    margin-top: 20px;
  }
}
.other .course .row__lb {
  color: #5eb178;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 4px 5px;
  background-color: #fff;
  border-radius: 5px;
  width: 97px;
}
@media (max-width: 767px) {
  .other .course .row__lb {
    width: 100%;
    padding: 2px 5px;
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .other .course .row__ctn {
    width: calc(100% - 97px);
    padding-left: 31px;
  }
}
.other .course .row__ctn .ctel {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .other .course .row__ctn .ctel {
    margin-top: 10px;
    margin-left: 17px;
  }
}
.other .course .row .c-applies__list {
  margin: 0;
}
.other .course .row .c-applies__list li {
  margin: 0;
}
@media (max-width: 767px) {
  .other .course .row .c-applies__list li {
    background-position: top 2px left;
  }
}
.other .course .row .c-applies__list li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .other .course .row .c-applies__list li + li {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .other .course + .other-contact {
    padding-right: 44px;
  }
}
@media (max-width: 767px) {
  .other .course + .other-contact {
    margin-top: 32px;
  }
}
.other .other-contact-03 {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .other .other-contact-03 {
    margin-top: 62px;
  }
}

.ft-map {
  margin-top: 0;
}/*# sourceMappingURL=maps/information-sub.min.css.map */
