@charset "UTF-8";

/* CSS Document */
.head-visual-h1 {
  font-size: 26px;
  font-weight: 600;
}

.head-visual-subtitle {
  font-size: 18px;
}

h2.wp-block-heading {
  position: relative;
  display: block;
  padding: 10px 24px;
  font-size: 34px;
  line-height: 150%;
  font-weight: normal;
  font-weight: 600;
  margin: 72px auto 24px auto;
  font-family: var(--serif);
}

h2.wp-block-heading::after {
  content: "";
  display: block;
  max-width: 140px;

  border-bottom: 3px solid #ff903c;
  margin: auto;
  margin-top: 18px;
}

@media (max-width: 767px) {
  h2.wp-block-heading {
    font-size: 26px;
  }
}

h3.wp-block-heading {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--serif);
  margin: 16px auto 16px auto;
  line-height: 150%;
  position: relative;
  gap: 8px;
}

h4.wp-block-heading {
  max-width: -moz-fit-content;
  font-weight: 600;
  font-size: 18px;
  margin: 10px auto 10px auto;
  line-height: 150%;
}

.has-text-align-center {
  text-align: center;
  justify-content: center;
}

.has-text-align-left {
  text-align: left;
  justify-content: flex-start;
}

.has-text-align-right {
  text-align: right;
  justify-content: flex-end;
}

.wp-block-heading:not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  text-align: center;
}

.wp-block-image {
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

.comparison-column {
  margin: 36px auto 24px auto;
  gap: 24px;
  font-size: 16px;
  line-height: 24px;
}

.comparison-column .wp-block-heading {
  font-weight: 600;
  background-color: #dbf3b0;
  padding: 6px 12px;
}

.comparison-column>* {
  background-color: #fefefe;
  padding: 0 16px 16px 16px;
}

@media only screen and (max-width: 760px) {
  .comparison-column>*:nth-child(1) {
    border-bottom: 0;
    background-color: #fefefe;
  }
}

.article-step {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.article-step dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  background-color: white;
}

@media only screen and (max-width: 760px) {
  .article-step dl {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.article-step dt {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
  background-color: white;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .article-step dt {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.article-step dt img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  height: auto;
}

.step1-bg {
  background-color: rgb(255, 205, 54);
  text-align: center;
  padding: 8px;
  width: 45px;
}

@media only screen and (max-width: 760px) {
  .step1-bg {
    width: 100%;
  }
}

.step2-bg {
  background-color: rgb(255, 175, 88);
  text-align: center;
  padding: 8px;
  width: 45px;
}

@media only screen and (max-width: 760px) {
  .step2-bg {
    width: 100%;
  }
}

.step3-bg {
  background-color: rgb(255, 154, 137);
  text-align: center;
  padding: 8px;
  width: 45px;
}

@media only screen and (max-width: 760px) {
  .step3-bg {
    width: 100%;
  }
}

.article-h2 {
  border-radius: 60px;
  background: rgba(255, 144, 104, 0.5);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 24px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: 24px auto;
}

.check {
  background: rgba(183, 217, 215, 0.39);
  width: 100%;
  margin-top: 80px;
  position: relative;
  padding: 36px 0;
}

@media only screen and (max-width: 760px) {
  .check .inner {
    padding: 16px;
  }
}

.check .inner:after {
  position: absolute;
  content: "";
  background-image: url(images/woman01.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 320px;
  background-size: contain;
  z-index: 1;
  bottom: 0;
  right: 24px;
}

@media only screen and (max-width: 760px) {
  .check .inner:after {
    width: 160px;
    height: 240px;
    right: 12px;
  }
}

.check a {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px 24px;
  text-align: center;
  margin: 24px 0;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none;
  color: #fd746c;
  font-family: var(--round);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 100% */
  display: block;
}

@media only screen and (max-width: 760px) {
  .check a {
    font-size: 22px;
    line-height: 30px;
    /* 100% */
  }
}

.check-sub {
  font-weight: 300;
  font-size: 19px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 760px) {
  .check-sub {
    text-align: left;
  }
}

.article-section {
  max-width: 960px;
  margin: auto;
}