@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.27rem;
  }
}
.medical-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.02rem solid #f091a8;
  color: #f091a8;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.36rem;
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .medical-title {
    min-height: 0.7rem;
    padding: 0.04rem 0.3rem 0.06rem;
    line-height: 1.5;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .medical-title {
    min-height: 92px;
    padding: 5px 30px;
  }
}
.medical-box {
  border-radius: 0.1rem;
  background-color: #fef5e6;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.28rem;
    line-height: 1.4;
  }
  .title-common-primary .title-wrapper {
    padding-bottom: 0.22rem;
  }
}
.section-medial-internal .wrapper {
  position: relative;
  z-index: 1;
}
.section-medial-internal .wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.section-medial-internal .internal-block:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-medial-internal {
    padding-top: 0.4rem;
  }
  .section-medial-internal .wrapper::before {
    top: 4.47rem;
    left: 0.04rem;
    width: 1.67rem;
    height: 3.48rem;
    background: url("../img/medical/sp/decor_03.svg") no-repeat 0 0/auto 100%;
  }
  .section-medial-internal .medical-title {
    margin-bottom: 0.24rem;
  }
  .section-medial-internal .title-common-primary {
    margin-bottom: 0.28rem;
  }
  .section-medial-internal .internal-block {
    margin-bottom: 0.8rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-medial-internal {
    padding-top: 102px;
  }
  .section-medial-internal .wrapper::before {
    top: -60px;
    left: -246px;
    width: 296px;
    height: 617px;
    background: url("../img/medical/decor_03.svg") no-repeat 0 0/auto 100%;
  }
  .section-medial-internal .medical-title {
    margin-bottom: 44px;
  }
  .section-medial-internal .title-common-primary {
    margin-bottom: 39px;
  }
  .section-medial-internal .internal-block {
    margin-bottom: 84px;
  }
}
.internal-about .about-content .highlight {
  font-weight: 700;
}
.internal-about .about-content p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .internal-about .about-content {
    margin-bottom: 0.21rem;
  }
  .internal-about .about-content p {
    margin-bottom: 0.32rem;
  }
  .internal-about .about-image {
    height: 2.5rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .internal-about .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .internal-about .about-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -1px;
    margin-right: 150px;
  }
  .internal-about .about-content p {
    margin-bottom: 31px;
  }
  .internal-about .about-image {
    width: 400px;
    height: 300px;
  }
}
.internal-symptoms .symptoms-wrapper {
  position: relative;
}
.internal-symptoms .symptoms-wrapper::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 143px;
  background: url("../img/medical/decor_01.svg") no-repeat 0 0/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .internal-symptoms {
    margin-bottom: 1.4rem;
  }
  .internal-symptoms .symptoms-wrapper {
    padding: 0.35rem 0.3rem 0.42rem;
  }
  .internal-symptoms .symptoms-wrapper::after {
    bottom: -0.86rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .internal-symptoms .list-common-check {
    margin-bottom: 0.08rem;
  }
  .internal-symptoms .list-common-check:last-child {
    margin-bottom: 0;
  }
  .internal-symptoms .list-common-check .check-item {
    margin-bottom: 0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .internal-symptoms .symptoms-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 250px 40px 29px;
  }
  .internal-symptoms .symptoms-wrapper::after {
    top: 43px;
    right: 94px;
  }
  .internal-symptoms .list-common-check {
    margin-right: 51px;
  }
  .internal-symptoms .list-common-check:nth-child(odd) {
    width: 362px;
  }
  .internal-symptoms .list-common-check:nth-child(even) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .internal-symptoms .list-common-check .check-item {
    margin-bottom: 0;
  }
}
.internal-main {
  position: relative;
}
.internal-main .main-anchor {
  position: absolute;
}
.internal-main .button-common-primary.is-style-pink {
  font-size: 0.18rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .internal-main .main-anchor {
    top: -0.4rem;
  }
  .internal-main .button-common-primary.is-style-pink {
    width: 100%;
    margin: 0.4rem auto 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .internal-main .main-anchor {
    top: -70px;
  }
  .internal-main .button-common-primary.is-style-pink {
    width: 400px;
    margin: 19px auto 0;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-medical-links {
    padding: 0.29rem 0.2rem 0.23rem;
  }
  .block-medical-links .list-links-secondary {
    margin-bottom: 0.24rem;
  }
  .block-medical-links .list-links-secondary:last-child {
    margin-bottom: 0;
  }
  .block-medical-links.is-three-column .list-links-secondary {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-medical-links {
    padding: 29px 25px 32px;
  }
  .block-medical-links .medical-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 881px;
    margin: 0 auto;
    padding: 0 7px 0 9px;
  }
  .block-medical-links .list-links-secondary {
    position: relative;
    width: 50%;
    padding-right: 30px;
  }
  .block-medical-links .list-links-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background-color: #d2a36c;
    -webkit-mask-image: url("../img/common/line_common_02.svg");
    -webkit-mask-repeat: repeat-y;
  }
  .block-medical-links .list-links-secondary:last-child {
    padding-right: 0;
    padding-left: 102px;
    border: 0;
  }
  .block-medical-links .list-links-secondary:last-child::before {
    display: none;
  }
  .block-medical-links .list-links-secondary:last-child .links-item {
    margin-right: -20px;
  }
  .block-medical-links.is-three-column {
    padding-right: 31px;
    padding-left: 31px;
  }
  .block-medical-links.is-three-column .medical-links-wrapper {
    width: unset;
  }
  .block-medical-links.is-three-column .list-links-secondary {
    width: 33.3333333333%;
  }
  .block-medical-links.is-three-column .list-links-secondary:last-child, .block-medical-links.is-three-column .list-links-secondary:nth-child(2n) {
    padding-left: 40px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-medial-vaccinations {
    padding-top: 0.4rem;
  }
  .section-medial-vaccinations .medical-title {
    margin-bottom: 0.29rem;
  }
  .section-medial-vaccinations .vaccinations-text {
    margin-bottom: 0.21rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-medial-vaccinations {
    padding-top: 71px;
  }
  .section-medial-vaccinations .medical-title {
    margin-bottom: 60px;
  }
  .section-medial-vaccinations .vaccinations-text {
    margin-bottom: 12px;
    text-align: center;
  }
}
.vaccinations-block .available-wrapper:last-child {
  margin-bottom: 0;
}
.vaccinations-block .available-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vaccinations-block .category-common {
  min-width: 0.52rem;
  min-height: 0.26rem;
  margin-left: 0.2rem;
  padding-top: 0.04rem;
  padding-bottom: 0.03rem;
  background-color: #f091a8;
  color: #fff;
  line-height: 1;
}
.vaccinations-block .title-common-secondary {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .vaccinations-block {
    padding-top: 0.74rem;
  }
  .vaccinations-block .title-common-primary {
    margin-bottom: 0.19rem;
  }
  .vaccinations-block .available-wrapper {
    padding-top: 0.3rem;
  }
  .vaccinations-block .available-head {
    margin-bottom: 0.19rem;
  }
  .vaccinations-block .available-text {
    margin-bottom: 0.31rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .vaccinations-block {
    padding-top: 30px;
  }
  .vaccinations-block .title-common-primary {
    margin-bottom: 39px;
  }
  .vaccinations-block .available-wrapper {
    margin-bottom: 22px;
    padding-top: 50px;
  }
  .vaccinations-block .available-head {
    margin-bottom: 18px;
  }
  .vaccinations-block .available-text {
    margin-bottom: 40px;
  }
}
.vaccinations-attention .list-common-dot {
  padding-top: 0.02rem;
  line-height: 1.6;
}
.vaccinations-attention .list-common-dot .dot-item {
  margin-bottom: 0.07rem;
}
.vaccinations-attention .list-common-dot .dot-item::before {
  top: 0.02rem;
}
.vaccinations-attention .list-common-dot .dot-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .vaccinations-attention {
    padding-top: 0.4rem;
  }
  .vaccinations-attention .list-common-dot {
    margin-bottom: 0.4rem;
  }
  .vaccinations-attention .attention-image {
    height: 50%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .vaccinations-attention {
    padding-top: 84px;
  }
  .vaccinations-attention .attention-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vaccinations-attention .title-common-primary {
    margin-bottom: 50px;
  }
  .vaccinations-attention .attention-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vaccinations-attention .list-common-dot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 160px;
  }
  .vaccinations-attention .attention-image {
    width: 400px;
    height: 300px;
  }
}
.section-medial-treatment .treatment-block:last-child {
  margin-bottom: 0;
}
.section-medial-treatment .block-common-contact {
  background-color: #fff;
}
.section-medial-treatment .category-common {
  background-color: #8fae79;
  color: #fff;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-medial-treatment {
    padding: 0.4rem 0;
  }
  .section-medial-treatment .treatment-block {
    margin-bottom: 0.4rem;
  }
  .section-medial-treatment .treatment-box {
    margin-bottom: 0.4rem;
    padding: 0.2rem;
  }
  .section-medial-treatment .block-common-contact {
    width: 100%;
  }
  .section-medial-treatment .block-common-contact .category-common {
    width: 100%;
  }
  .section-medial-treatment .treatment-text {
    margin-bottom: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-medial-treatment {
    padding: 91px 0 145px;
  }
  .section-medial-treatment .treatment-block {
    margin-bottom: 84px;
  }
  .section-medial-treatment .medical-title {
    margin-bottom: 60px;
  }
  .section-medial-treatment .title-common-primary {
    margin-bottom: 39px;
  }
  .section-medial-treatment .treatment-box {
    margin-bottom: 44px;
    padding: 30px;
  }
  .section-medial-treatment .treatment-text {
    margin-bottom: 20px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .treatment-eligible .list-common-check {
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .treatment-eligible .eligible-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .treatment-eligible .eligible-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
    padding: 54px 0 54px 37px;
    border-left: 3px solid #f9afbb;
  }
  .treatment-eligible .eligible-image {
    width: 400px;
    height: 300px;
  }
  .treatment-eligible .check-item {
    margin-bottom: 0;
  }
}
.treatment-target .target-box {
  min-height: 0.92rem;
  padding: 0.28rem 0.2rem;
}
.treatment-target .target-text {
  text-align: center;
}

.treatment-procedures .list-common-dot {
  font-size: 0.18rem;
}
.treatment-procedures .list-common-dot .dot-item::before {
  top: 0.06rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .treatment-procedures .procedures-content {
    margin-bottom: 0.2rem;
  }
  .treatment-procedures .procedures-row {
    margin-bottom: 0.2rem;
  }
  .treatment-procedures .procedures-image {
    height: 2.51rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .treatment-procedures .procedures-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 31px;
  }
  .treatment-procedures .procedures-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 9px;
  }
  .treatment-procedures .procedures-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px 10px 0;
  }
  .treatment-procedures .procedures-image {
    width: 400px;
    height: 300px;
  }
  .treatment-procedures .list-common-dot {
    width: 249px;
    margin-right: 30px;
  }
}
.treatment-steps {
  position: relative;
}
.treatment-steps::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1.29rem;
  height: 2.44rem;
  background: url("../img/medical/decor_02.svg") no-repeat 0 0/auto 100%;
  pointer-events: none;
}
.treatment-steps .steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.treatment-steps .steps-item:last-child {
  margin-bottom: 0;
}
.treatment-steps .steps-content p:last-child {
  margin-bottom: 0;
}
.treatment-steps .steps-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.08rem;
}
.treatment-steps .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  padding-bottom: 0.03rem;
  border-radius: 1rem;
  background-color: #f091a8;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 500;
}
.treatment-steps .title-text {
  color: #f091a8;
  font-size: 0.2rem;
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .treatment-steps::after {
    right: -0.5rem;
    bottom: -0.6rem;
  }
  .treatment-steps .steps-list {
    margin-bottom: 0.4rem;
  }
  .treatment-steps .steps-item {
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .treatment-steps::after {
    right: -95px;
    bottom: -1px;
  }
  .treatment-steps .steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .treatment-steps .steps-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 9px;
    padding-right: 95px;
  }
  .treatment-steps .steps-item {
    margin-bottom: 59px;
  }
  .treatment-steps .procedures-image {
    width: 400px;
    height: 300px;
    margin-top: 2px;
  }
}
/*# sourceMappingURL=medical.css.map */