.mainvisual.for-houmon {
  background-image: url("../images/img-houmon_mv.png");
}

.about {
  padding: calc(8px * 12) 0;
}

.aboutBox {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.aboutBox__text {
  font-size: var(--fontSize18);
  line-height: 1.8;
  margin-top: calc(8px * 6);
}

@media screen and (max-width: 767px) {
  .about {
    padding: calc(8px * 6) 0;
  }

  .aboutBox__text {
    margin-top: calc(8px * 3);
  }
}

/* features
----------------------------------------------------- */
.features {
  padding-bottom: calc(8px * 9);
}

.featuresList {
  display: grid;
  gap: calc(8px * 8) calc(8px * 4);
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: calc(8px * 8);
}

.featuresList__itemHead {
  align-items: center;
  column-gap: calc(8px * 2);
  display: flex;
}

.featuresList__itemHead--icon img {
  height: 44px;
  width: auto;
}

.featuresList__itemHead--title {
  font-size: var(--fontSize18);
  font-weight: bold;
}

.featuresList__item--text {
  font-size: var(--fontSize18);
  line-height: 1.8;
  margin-top: calc(8px * 1);
}

@media screen and (max-width: 767px) {
  .features {
    padding-bottom: calc(8px * 4);
  }

  .featuresList {
    gap: calc(8px * 4) calc(8px * 2);
    grid-template-columns: 100%;
    margin-top: calc(8px * 4);
  }

  .featuresList__itemHead {
    column-gap: calc(8px * 1);
  }

  .featuresList__itemHead--icon img {
    height: 30px;
  }
}

/* area
----------------------------------------------------- */
.area {
  padding-bottom: calc(8px * 16);
}

.areaBox {
  align-items: center;
  background: #fff;
  display: grid;
  grid-template-columns: 525px auto;
  margin-top: calc(8px * 10);
}

.areaBox__unit {
  padding: 0 calc(8px * 5);
}

.areaBox__unit--title {
  color: #545454;
  font-size: var(--fontSize16);
  font-weight: bold;
}

.areaBox__unit--title img {
  height: 24px;
  margin-right: calc(8px * 1);
  position: relative;
  top: -2px;
  width: auto;
}

.areaBox__unit--text {
  font-size: var(--fontSize18);
  line-height: 1.7;
  margin-top: calc(8px * 2);
}

.settingArea {
  column-gap: calc(8px * 7);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: calc(8px * 8);
}

.tableSetting {
  width: 100%;
}

.tableSetting thead tr td {
  background: #f1f1f1;
  color: #000;
  font-size: var(--fontSize14);
  font-weight: 500;
  padding: calc(8px * 2.5) 0;
  text-align: center;
}

.tableSetting tbody tr td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #545454;
  font-size: var(--fontSize18);
  padding: calc(8px * 2.5) 0;
  text-align: center;
}

.tableSetting tbody tr td:nth-of-type(2) {
  border-left: 1px solid #ccc;
}

.tableSetting tbody tr .is-lightGray {
  background: #f1f1f1;
  color: #000;
  font-size: var(--fontSize14);
  font-weight: 500;
  padding: calc(8px * 2.5) 0;
  text-align: center;
}

.settingArea__table--notes {
  font-size: var(--fontSize16);
  margin-top: calc(8px * 4);
}

@media screen and (max-width: 767px) {
  .area {
    padding-bottom: calc(8px * 8);
  }

  .areaBox {
    grid-template-columns: 100%;
    margin-top: calc(8px * 5);
  }

  .areaBox__unit {
    padding: calc(8px * 5);
  }

  .settingArea {
    grid-template-columns: 100%;
    margin-top: calc(8px * 4);
    row-gap: calc(8px * 5);
  }

  .tableSetting {
    width: 100%;
  }

  .tableSetting thead tr td {
    padding: calc(8px * 2.5) 0;
  }

  .tableSetting tbody tr td {
    line-height: 1.4;
    padding: calc(8px * 2.5) 0;
    width: 50%;
  }

  .tableSetting tbody tr .is-lightGray {
    padding: calc(8px * 1) 0;
  }

  .settingArea__table--notes {
    line-height: 1.5;
    margin-top: calc(8px * 2);
  }
}

/* medical
----------------------------------------------------- */
.medical {
  padding: calc(8px * 14) 0 0;
}

.medicalMain {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  margin: calc(8px * 10) auto 0;
  padding: calc(8px * 10) calc(8px * 8) calc(8px * 5) calc(8px * 21);
  width: 100%;
}

.medicalMain__title {
  font-size: var(--fontSize20);
  font-weight: bold;
  text-align: center;
}

.medicalMain__title span {
  background: linear-gradient(transparent 50%, #f0f5b8 50%);
  display: inline-block;
  padding: 0 calc(8px * 5);
}

.medicalMain__calculation {
  column-gap: calc(8px * 15);
  display: flex;
  margin-top: calc(8px * 7);
}

.medicalMain__calculationBox {
  padding-left: calc(8px * 3);
}

.medicalMain__calculationBox:nth-of-type(2) {
  position: relative;
}

.medicalMain__calculationBox:nth-of-type(2)::before {
  background: #545454;
  content: "";
  height: 18px;
  left: -20%;
  position: absolute;
  top: 60%;
  width: 3px;
}

.medicalMain__calculationBox:nth-of-type(2)::after {
  background: #545454;
  content: "";
  height: 18px;
  left: -20%;
  position: absolute;
  top: 60%;
  transform: rotate(90deg);
  width: 3px;
}

.medicalMain__calculationBox--title {
  font-size: var(--fontSize20);
  font-weight: bold;
  text-align: center;
}

.medicalMain__calculationBox--list {
  column-gap: calc(8px * 2);
  display: flex;
  margin-top: calc(8px * 3);
}

.medicalMain__calculationBox--list li {
  background: #f1f1f1;
  border-radius: 40px;
  display: inline-block;
  font-size: var(--fontSize18);
  font-weight: 500;
  line-height: 1.5;
  padding: calc(8px * 1.5) 0;
  text-align: center;
  width: 220px;
}

.medicalMain__price {
  align-items: center;
  column-gap: calc(8px * 4);
  display: flex;
  margin-top: calc(8px * 10);
}

.medicalMain__priceBox {
  align-items: center;
  column-gap: calc(8px * 4);
  display: flex;
}

.medicalMain__priceBox--title {
  background: rgba(240, 245, 184, .5);
  display: inline-block;
  font-size: var(--fontSize18);
  font-weight: 500;
  padding: calc(8px * 1) calc(8px * 7);
}

.medicalMain__priceBox--word {
  font-size: var(--fontSize18);
  font-weight: 500;
}

.medicalMain__notes {
  font-size: var(--fontSize18);
  line-height: 1.5;
  margin-top: calc(8px * 3);
}

@media screen and (max-width: 767px) {
  .medical {
    padding: calc(8px * 7) 0 0;
  }

  .medicalMain {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin: calc(8px * 5) auto 0;
    padding: calc(8px * 5) calc(8px * 4);
  }

  .medicalMain__title {
    line-height: 1.4;
  }

  .medicalMain__title span {
    background: linear-gradient(transparent 40%, #f0f5b8 40%);
    padding: 0 calc(8px * 2);
  }

  .medicalMain__calculation {
    column-gap: calc(8px * 7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: calc(8px * 10);
  }

  .medicalMain__calculationBox {
    padding-left: calc(8px * 0);
  }

  .medicalMain__calculationBox:nth-of-type(2) {
    position: relative;
  }

  .medicalMain__calculationBox:nth-of-type(2)::before {
    left: 0;
    margin: auto;
    right: 0;
    top: -50%;
  }

  .medicalMain__calculationBox:nth-of-type(2)::after {
    left: 0;
    margin: auto;
    right: 0;
    top: -50%;
  }

  .medicalMain__calculationBox--list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(8px * 2);
    row-gap: calc(8px * 2);
  }

  .medicalMain__calculationBox--list li {
    background: #f1f1f1;
    border-radius: 40px;
    display: inline-block;
    font-size: var(--fontSize14);
    font-weight: 500;
    line-height: 1.5;
    padding: calc(8px * 1.5) 0;
    text-align: center;
    width: 220px;
  }

  .medicalMain__price {
    flex-wrap: wrap;
    margin-top: calc(8px * 5);
    row-gap: calc(8px * 2);
  }

  .medicalMain__priceBox {
    column-gap: calc(8px * 2);
  }

  .medicalMain__priceBox--title {
    padding: calc(8px * 1) calc(8px * 3);
  }
}

/* medical
----------------------------------------------------- */
.flow {
  padding: calc(8px * 14) 0;
}

.flowStep {
  margin-top: calc(8px * 10);
}

.flowStep__box {
  background: #e8e8e8;
  padding: calc(8px * 4) 0;
  text-align: center;
}

.flowStep__box:nth-of-type(2) {
  background: #f2f2f2;
}

.flowStep__box:nth-of-type(3) {
  background: #fff;
}

.flowStep__box:nth-of-type(n+2) {
  margin-top: calc(8px * 4);
}

.flowStep__boxHead {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 520px;
  position: relative;
  width: 100%;
}

.flowStep__boxHead--title {
  color: #ff9dd2;
  font-size: var(--fontSize16);
  font-weight: bold;
  left: 0;
  position: absolute;
}

.flowStep__boxHead--word {
  font-size: var(--fontSize16);
  font-weight: bold;
}

.flowStep__boxHead--word span {
  font-size: 24px;
}

.flowStep__box--text {
  font-size: var(--fontSize16);
  margin-top: calc(8px * 1.5);
}

@media screen and (max-width: 767px) {
  .flow {
    padding: calc(8px * 7) 0;
  }

  .flowStep {
    margin-top: calc(8px * 5);
  }

  .flowStep__box {
    padding: calc(8px * 2);
  }

  .flowStep__box:nth-of-type(n+2) {
    margin-top: calc(8px * 2);
  }

  .flowStep__boxHead {
    display: grid;
    grid-template-columns: 100%;
    max-width: 100%;
    width: 100%;
  }

  .flowStep__boxHead--title {
    position: relative;
    text-align: center;
  }

  .flowStep__boxHead--word {
    margin-top: calc(8px * 1);
  }

  .flowStep__boxHead--word span {
    font-size: 18px;
  }

  .flowStep__box--text {
    line-height: 1.6;
  }
}

/* medical
----------------------------------------------------- */
.banner {
  padding-bottom: calc(8px * 12);
}

.bannerCard {
  align-items: center;
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 525px auto;
}

.bannerCard__box {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.bannerCard__box--title {
  font-size: var(--fontSize18);
  font-weight: bold;
  text-align: center;
}

.bannerCard__box--tel {
  font-size: 30px;
  margin-top: calc(8px * 3);
  text-align: center;
}

.bannerCard__box--tel a {
  color: #545454;
}

.bannerCard__box--lead {
  font-size: var(--fontSize20);
  margin-top: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner {
    padding-bottom: calc(8px * 6);
  }

  .bannerCard {
    background: #fff;
    grid-template-columns: 100%;
  }

  .bannerCard__box {
    padding: calc(8px * 3) calc(8px * 2);
  }

  .bannerCard__box--title {
    line-height: 1.5;
  }

  .bannerCard__box--tel {
    font-size: 24px;
    margin-top: calc(8px * 2);
  }

  .bannerCard__box--lead {
    margin-top: calc(8px * 2);
  }
}
