@charset "utf-8";
.low {
  padding-bottom: 0;
}
/*===================
service-contact
===================*/
.service-contact__wrap {
  max-width: 770px;
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
}
.service-contact__contents {
  width: calc(100% - 40px);
  padding-top: 29px;
  padding-bottom: 37px;
  margin: 0 auto;
}
.service-contact__heading {
  color: #c8455a;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.75;
}
.service-contact__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.77;
  letter-spacing: 0.03em;
}
.service-contact__notes {
  width: calc(100% - 40px);
  margin: 30px auto 0;
}

/*===================
time
===================*/
.time {
  padding-top: 108px;
  padding-bottom: 80px;
}

/*===================
ams
===================*/
.ams {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ams__noteList {
  width: 100%;
  margin-bottom: 57px;
}
.ams__noteItem {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  line-height: 2;
  letter-spacing: 0.03em;
}
.ams__noteItem:not(:last-child) {
  margin-bottom: 4px;
}
.ams__noteItem::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.ams__noteItem:nth-child(1)::before {
  background: url("../imgs/service/icon_num01.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(2)::before {
  background: url("../imgs/service/icon_num02.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(3)::before {
  background: url("../imgs/service/icon_num03.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(4)::before {
  background: url("../imgs/service/icon_num04.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(5)::before {
  background: url("../imgs/service/icon_num05.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(6)::before {
  background: url("../imgs/service/icon_num06.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(7)::before {
  background: url("../imgs/service/icon_num07.svg") center center / cover no-repeat;
}
.ams__noteItem:nth-child(8)::before {
  background: url("../imgs/service/icon_num08.svg") center center / cover no-repeat;
}
.ams__noteItem span.tel {
  padding-left: 0;
  display: inline;
}

.ams__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 20px;
}
.ams__item:not(:last-child) {
  margin-bottom: 65px;
}
.ams__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.ams__contentsWrap {
  width: 48.5%;
  max-width: 554px;
}

.ams__text {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.ams__text.mgb {
  margin-bottom: 20px;
}
.ams__imgWrap {
  width: 48.5%;
  max-width: 554px;
  padding-top: 0;
}
.ams__imgWrap img {
  border-radius: 40px;
}

/*===================
medical
===================*/
.medical {
  padding-top: 50px;
  padding-bottom: 110px;
}
.medical__text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 61px;
  line-height: 1.75;
}
.link-collection__list.column1 {
  margin-bottom: 80px;
}
.medical__contentsText {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 29px;
  line-height: 1.37;
}
.medical__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.4%;
}
.medical__item {
  width: calc(85.2% / 3);
  max-width: 329px;
}
.medical__itemHeading {
  color: #646464;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 32px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.medical__itemHeading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.medical__item:nth-child(1) .medical__itemHeading::before {
  background: url("../imgs/service/icon_num01.svg") center center / cover no-repeat;
}
.medical__item:nth-child(2) .medical__itemHeading::before {
  background: url("../imgs/service/icon_num02.svg") center center / cover no-repeat;
}
.medical__item:nth-child(3) .medical__itemHeading::before {
  background: url("../imgs/service/icon_num03.svg") center center / cover no-repeat;
}
.medical__item img {
  width: calc(100% - 40px);
  max-width: 296px;
  margin: 0 auto 23%;
}
.medical__itemText {
  margin-bottom: 0;
}

/*===================
detailed
===================*/
.detailed {
  padding-top: 60px;
  padding-bottom: 80px;
}
.detailed .sec__heading.mgb {
  margin-bottom: 47px;
}
.detailed__list {
  margin-bottom: 60px;
}
.detailed__item:not(:last-child) {
  margin-bottom: 50px;
}
.detailed__itemText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.detailed__numList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 7.4%;
  margin-bottom: 50px;
}
.detailed__numItem {
  width: calc(85.2% / 3);
  max-width: 341px;
}
.detailed__numHeading {
  color: #646464;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 4px;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.detailed__numHeading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.detailed__numItem:nth-child(1) .detailed__numHeading::before {
  background: url("../imgs/service/icon_num01.svg") center center / cover no-repeat;
}
.detailed__numItem:nth-child(2) .detailed__numHeading::before {
  background: url("../imgs/service/icon_num02.svg") center center / cover no-repeat;
}
.detailed__numItem:nth-child(3) .detailed__numHeading::before {
  background: url("../imgs/service/icon_num03.svg") center center / cover no-repeat;
}
.detailed__numHeading--sml {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.02em;
}
.detailed__numHeading--sml.letter-spacing__negative {
  letter-spacing: -0.04em;
}
.detailed__numHeading--sml .letter-spacing__negative02 {
  letter-spacing: -0.1em;
}
.detailed__numText {
  margin-bottom: 44px;
}
.detailed__numText.sml {
  font-size: 12px;
}
.detailed__numText.mgb {
  margin-bottom: 0;
}
.detailed__numText.mgb--none {
  margin-bottom: 0;
}
.detailed__numCaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}
.detailed__numItem img {
  padding-top: 10px;
  margin-bottom: 5px;
}
.detailed__notice {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
  padding: 16px 15px;
  line-height: 1.55;
  background-color: #c8455a;
}

@media screen and (max-width: 750px) {
  /*===================
service-contact
===================*/
  .service-contact__heading {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .service-contact__title {
    font-size: 16px;
  }

  /*===================
time
===================*/
  .time {
    padding-top: 70px;
  }
  /*===================
ams
===================*/
  .ams__item {
    display: block;
  }
  .ams__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .ams__contentsWrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ams__imgWrap {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  /*===================
medical
===================*/
  .medical {
    padding-bottom: 80px;
  }
  .medical__text {
    margin-bottom: 40px;
  }
  .link-collection__list.column1 {
    margin-bottom: 60px;
  }
  .medical__contentsText {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .medical__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 7.4%;
    justify-content: center;
  }
  .medical__item {
    width: calc(92.6% / 2);
  }
  .medical__itemHeading {
    font-size: 17px;
    padding-left: 1.3em;
    margin-bottom: 20px;
  }
  .medical__itemHeading::before {
    width: 17px;
    height: 17px;
  }
  .medical__item img {
    margin: 0 auto 17%;
  }
  .medical__itemText {
    margin-bottom: 0;
  }

  /*===================
detailed
===================*/
  .detailed__list {
    margin-bottom: 50px;
  }
  .detailed__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .detailed__numList {
    justify-content: center;
  }
  .detailed__numItem {
    width: calc(92.6% / 2);
  }
  .detailed__numHeading {
    font-size: 17px;
    padding-left: 1.3em;
  }
  .detailed__numHeading::before {
    width: 17px;
    height: 17px;
  }
  .detailed__numCaption {
    font-size: 15px;
  }
  .detailed__notice {
    font-size: 16px;
    padding: 11px 15px;
  }
}
@media screen and (max-width: 480px) {
  /*===================
service-contact
===================*/
  .service-contact__contents {
    padding-top: 23px;
    padding-bottom: 30px;
  }
  .service-contact__heading {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .service-contact__title {
    font-size: 14px;
  }
  /*===================
ams
===================*/
  .ams__imgWrap img {
    border-radius: 30px;
  }

  /*===================
medical
===================*/
  .medical__list {
    display: block;
  }
  .medical__item {
    width: 100%;
    max-width: 100%;
  }
  .medical__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .medical__item img {
    margin: 0 auto 10%;
  }

  /*===================
detailed
===================*/
  .detailed__numList {
    display: block;
  }
  .detailed__numItem {
    width: 100%;
    max-width: 100%;
  }
  .detailed__numItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .detailed__numItem img {
    padding-top: 0;
  }
}
