@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
#mv,
#primary {
  font-size: 14px;
}
#mv img,
#primary img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.primary-cta-button {
  width: 508px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.primary-cta-button:hover {
  opacity: 0.7;
}
.primary-cta-button span {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #e2276e;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: grid;
  place-items: center;
}
/* PC用 s */
@media (min-width: 769px) {
  #mv {
    background: url("../img/bgMV.jpg") no-repeat center/cover;
    margin: 0 calc(50% - 50vw);
    position: relative;
    overflow: hidden;
    width: calc(100vw - 10px);
    height: 250px;
    min-height: 340px;
  }
  #mv p {
    position: unset;
    width: 100%;
    text-align: center;
  }
  #mv .mv__wrap {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #mv .mv__wrap img.mv-doctors {
    width: 393px;
    height: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .mv__wrap p {
    margin-bottom: 14.5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  #mv .mv__wrap .mv__wrap-text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #mv .mv__wrap .mv__wrap-text::before {
    content: "";
    background: url(../img/bg-mv-text.svg) no-repeat center/contain;
    width: 852px;
    height: 340px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20%;
    z-index: -1;
  }
  #mv .mv__wrap .mv__wrap-text p {
    color: #0C3F81;
    font-family: "Hiragino Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text {
    color: #0C3F81;
    font-family: "Hiragino Sans";
    font-size: 48px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-end;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text:before {
    content: "";
    background: url("/first/img/icon-beginner.svg")no-repeat center / cover;
    display: flex;
    margin-right: 8px;
    width: 68px;
    height: 67px;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text span {
    font-size: 32px;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text-item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    padding: 24px 0;
    border-top: 2px dotted #1E5FB3;
    border-bottom: 2px dotted #1E5FB3;
  }
  .sideSearch {
    top: 100px;
  }
}
.cta.cta-01 {
  width: calc(100vw - 10px);
  margin: 0 calc(50% - 50vw) 64px;
  padding: 16px 0;
  background: #f5f4f4;
  display: flex;
  justify-content: center;
}
.cta.cta-01 a {
  width: 508px;
  display: flex;
  padding: 11px 0 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  transition: 0.3s;
  position: relative;
}
.cta.cta-01 a::after {
  content: "";
  background: url(../img/button-arrow-white.svg) no-repeat center/cover;
  width: 13px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
#message {
  padding: 24px;
  background: #f4faff;
  margin-bottom: 40px;
}
.message__title {
  color: var(---text-blue700, #1E5FB3);
  font-family: "Hiragino Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 auto 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.message__title::before {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -44px;
}
.message__title::after {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -44px;
  transform: scaleX(-1);
}
#message .message__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#message .message__wrap li {
  display: flex;
  gap: 36px;
}
#message .message__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}
#message .message__wrap li .message__wrap-icon {
  width: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#message .message__wrap li .message__wrap-icon p {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
#message .message__wrap li .message__wrap-text {
  width: 73%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 473px;
  padding: 24px;
  background: #fff;
  border: 2px solid #1E5FB3;
  border-radius: 5px;
  position: relative;
}
#message .message__wrap li .message__wrap-text.item-1::before {
  content: "";
  background: url(../img/messege-arrow.svg) no-repeat center/cover;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 37px;
  left: -20px;
}
#message .message__wrap li .message__wrap-text.item-2::before {
  content: "";
  background: url(../img/messege-arrow.svg) no-repeat center/cover;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) scaleX(-1);
}
#message .message__wrap li .message__wrap-text span {
  color: var(---text-pink, #E2276E);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  padding: 0 4px;
}
#message .message__wrap li .message__wrap-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
#message .message__wrap li .message__wrap-text p strong {
  color: #1E5FB3;
  font-weight: 600;
}
.index {
  background-color: #f5f4f4;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.index__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
  width: 100%;
}
.index ul {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.index ul li:hover {
  opacity: 0.8;
}
.index ul li a {
  color: var(---text-blue700, #1E5FB3);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  display: block;
  width: 100%;
  text-decoration: none !important;
  position: relative;
}
.index ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.primary-heading2 {
  display: flex;
  padding: 12px 0px 12px 16px;
  margin-bottom: 24px;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  background: var(---bg-blue800, #0C3F81);
  color: var(---text-white, #FFF);
  font-family: "Hiragino Sans";
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.primary-heading2 span {
  color: #0C3F81;
  line-height: 1;
  width: 42px;
  height: 42px;
  background: #fff;
  display: grid;
  place-items: center;
}
#situation p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#situation .data__wrap {
  padding: 24px 24px 24px 40px;
  margin: 32px 0 8px;
  border-radius: 5px;
  border: 2px solid #1E5FB3;
  position: relative;
}
#situation .data__wrap::before {
  content: "DATA";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  background: #1E5FB3;
  border-radius: 5px 0px 0px 0px;
  padding: 4px 8px;
  position: absolute;
  top: -2px;
  left: -2px;
}
#situation .data__wrap-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#situation .data__wrap-item .img {
  width: 222.149px;
  height: 222.149px;
  position: relative;
}
#situation .data__wrap-item .img::before {
  content: "";
  width: 238.149px;
  height: 238.149px;
  position: absolute;
  background: url(../img/situation-graph01.png) no-repeat top/cover;
  top: 16px;
  right: 16px;
}
#situation .data__wrap-item h3 {
  color: #0C3F81;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px;
}
#situation .data__wrap-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#situation .data__wrap-item p strong {
  color: #E2276E;
  font-weight: 600;
}
#situation .data__wrap-item.item-2 {
  margin-top: 32px;
}
#situation .data__wrap-item.item-2 h3 {
  position: relative;
}
#situation .data__wrap-item.item-2 h3 span {
  color: #E2276E;
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  border-top: 1px solid var(---border-gray300, #CCC);
  border-bottom: 1px solid var(---border-gray300, #CCC);
  padding: 0 8px;
}
#situation .data__wrap-item.item-2 h3 span strong {
  font-size: 56px;
  font-family: "Mohave", sans-serif;
  padding-top: 14px;
  font-weight: 500;
  display: inline-flex;
}
#situation .data__wrap-item.item-2 .img {
  width: 222.149px;
  height: 222.149px;
  position: relative;
}
#situation .data__wrap-item.item-2 .img::before {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  background: url(../img/situation-graph02.png) no-repeat top/cover;
  top: -12px;
  right: 0px;
}
#situation .text-annotation {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-align: right;
  margin-bottom: 16px;
}
#situation .text-annotation a {
  color: #1E5FB3;
  text-decoration-line: underline;
  transition: 0.3s;
}
#situation .text-annotation a:hover {
  opacity: 0.8;
}
.consul__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 24px;
  margin-bottom: 104px;
  border-radius: 5px;
  background: var(---bg-blue50, #F4FAFF);
}
.consul__wrap .consul__wrap-icon {
  width: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.consul__wrap .consul__wrap-icon p {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
.consul__wrap .consul__wrap-icon .img-reverce {
  transform: scale(-1, 1);
}
.consul__wrap .consul__wrap-text {
  width: 73%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 473px;
  padding: 24px;
  background: #fff;
  border: 2px solid #1E5FB3;
  border-radius: 5px;
  position: relative;
}
.consul__wrap .consul__wrap-text::before {
  content: "";
  background: url(../img/messege-arrow.svg) no-repeat center/cover;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 37px;
  left: -20px;
}
.consul__wrap .consul__wrap-text span {
  color: var(---text-pink, #E2276E);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  padding: 0 4px;
}
.consul__wrap .consul__wrap-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.consul__wrap .consul__wrap-text p strong {
  color: #1E5FB3;
  font-weight: 600;
}
#means p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#means .data__wrap {
  padding: 24px 24px 24px 40px;
  margin: 32px 0 8px;
  border-radius: 5px;
  border: 2px solid #1E5FB3;
  position: relative;
}
#means .data__wrap::before {
  content: "DATA";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  background: #1E5FB3;
  border-radius: 5px 0px 0px 0px;
  padding: 4px 8px;
  position: absolute;
  top: -2px;
  left: -2px;
}
#means .data__wrap-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#means .data__wrap-item .img::before {
  content: "";
  width: 260px;
  height: 186px;
  background: url("../img/means-graph01.png") no-repeat top -45px left/cover;
  display: block;
}
#means .data__wrap-item h3 {
  color: #0C3F81;
  font-size: 24px;
  font-weight: 600;
}
#means .data__wrap-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#means .data__wrap-item p strong {
  color: #E2276E;
  font-weight: 600;
}
#means .data__wrap-item .data__wrap-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#means .data__wrap-item .data__wrap-text li {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
#means .data__wrap-item .data__wrap-text li span {
  font-size: 14px;
  font-weight: 400;
  display: contents;
}
#means .data__wrap-item .data__wrap-text .img-number {
  margin-right: 10px;
  width: 38px;
  height: 38px;
}
#means .text-annotation {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-align: right;
  margin-bottom: 16px;
}
#means .text-annotation a {
  color: #1E5FB3;
  text-decoration-line: underline;
  transition: 0.3s;
}
#means .text-annotation a:hover {
  opacity: 0.8;
}
.table-merit {
  width: 100%;
  border-collapse: collapse;
  padding: 24px;
  margin-bottom: 40px;
}
.table-merit th,
.table-merit td {
  padding: 24px 20px;
  border: 1px solid #ccc;
}
.table-merit td {
  width: 39.5%;
  position: relative;
}
.table-merit td:before {
  content: "";
  background: url(../img/table-bg-maru.svg) no-repeat center/cover;
  width: 87.5px;
  height: 87.5px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.table-merit tr td:nth-of-type(2) {
  position: relative;
}
.table-merit tr td:nth-of-type(2):before {
  content: "";
  background: url(../img/table-bg-batsu.svg) no-repeat center/cover;
  width: 87px;
  height: 87px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.table-merit th {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  background-color: #FBFBFB;
  text-align: center;
  padding: 12px 24px;
}
.table-merit th.empty {
  background: #fff;
  border-top: none;
  border-left: none;
}
.table-merit tbody th {
  color: #1E5FB3;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  background-color: #F4FAFF;
  text-align: left;
  width: 92px;
}
.table-merit thead {
  background: #FBFBFB;
}
.table-merit td ul {
  padding-left: 24px;
}
.table-merit li {
  list-style: disc;
}
.table-merit td li {
  margin-bottom: 4px;
}
#primary-cta {
  width: 100%;
  height: 268px;
  border-radius: 5px;
  background: url(../img/primary-cta-bg-pc.png) no-repeat center/cover;
}
#primary-cta .cta__primary {
  width: 55%;
  padding: 47px 0 24px 28px;
}
.cta__primary__title {
  color: #1E5FB3;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#primary-cta .primary-cta-button {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  padding: 6px 0px;
}
#primary-cta .primary-cta-button span {
  width: 35px;
  height: 35px;
  font-size: 14px;
}
#primary-cta .cta__primary-tel {
  display: flex;
  gap: 8px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #1E5FB3;
  margin-top: 8px;
}
#primary-cta .cta__primary-tel span {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
#primary-cta .cta__primary-tel p {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.12px;
  text-align: center;
}
#primary-cta .cta__primary-tel p.tel-text {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
#primary-cta .cta__primary-tel a {
  border-left: 1px solid #1E5FB3;
  padding-left: 8px;
}
#failurecase {
  margin: -16px auto 104px;
}
#failurecase .rank__wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
#failurecase .rank__wrap ul h3 {
  color: var(---text-blue700, #1E5FB3);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 12px 12px;
  border-bottom: 1px solid var(---border-blue700, #1E5FB3);
}
#failurecase .rank__wrap ul h3 span {
  color: var(---text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  padding: 3px 8px 0;
  border-radius: 90px;
  background: var(---icon-pink, #E2276E);
}
#failurecase .rank__wrap ul li {
  background: #F5F4F4;
  padding: 24px;
  position: relative;
  border-radius: 5px;
}
#failurecase .rank__wrap ul li .rank__icon {
  position: absolute;
  width: 70px;
  height: 68px;
  top: -4px;
  right: 24px;
}
#failurecase .rank__wrap ul .detail-list {
  display: flex;
  gap: 8px;
}
#failurecase .rank__wrap ul .detail-list li {
  padding: 0;
  margin-left: 24px;
  list-style: disc;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
#failurecase .rank__wrap ul .detail-list li b {
  font-weight: 600;
}
#failurecase .consul__wrap {
  margin-top: 24px;
}
#failurecase .rank__wrap ul h3.list03::after {
  background: url(../img/rank-icon-doctor03.svg) no-repeat center/cover;
}
.more-btn {
  width: 184px;
  height: 36px;
  margin-left: auto;
}
.more-btn a {
  width: 100%;
  display: block;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  background: #1E5FB3;
  position: relative;
}
.more-btn a::after {
  content: "";
  background: url(../img/button-arrow-white.svg) no-repeat center/cover;
  width: 11px;
  height: 21.5px;
  position: absolute;
  top: 6px;
  right: 8px;
}
#points .index {
  gap: 24px;
  padding-right: 37px;
  margin-bottom: 40px;
}
#points .index ul {
  width: 33%;
}
#points .index img {
  width: 142px;
  height: 149px;
  margin-top: 12px;
}
#points .points__item {
  margin-bottom: 64px;
  margin-top: -120px;
  padding-top: 120px;
}
#points .points__item .points-heading3 {
  color: #0C3F81;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  background: #DDE9F8;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
#points .points__item .points-heading3 span {
  background: #1E5FB3;
  color: #fff;
  padding: 8px 12px;
  font-size: 20px;
}
#points .points__item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
#points .points__item p strong {
  color: #1E5FB3;
  font-weight: 600;
}
#points .points__item p b {
  font-weight: 600;
}
#points .points__item .head-text {
  margin-bottom: 24px;
}
#points .points__item-img {
  margin: 16px 0 32px;
  display: -webkit-box;
  overflow-x: auto !important;
  width: 100%;
  background: #F4FAFF;
}
#points .points__item-img img {
  width: 1330px;
  height: 513px;
  max-width: unset;
  padding-bottom: 8px;
}
#points .points__item-onepoint {
  padding: 24px 24px 20px 24px;
  border-radius: 5px;
  border: 2px dashed #1E5FB3;
  position: relative;
  margin-bottom: 24px;
}
#points .points__item .onepoint__wrapper {
  background-color: #fff;
  position: absolute;
  top: -12px;
  left: 24px;
  color: #1E5FB3;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.onepoint__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
#points .points__item .consul__wrap {
  margin-bottom: 64px;
}
#points .points__item .consul__wrap-icon p {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
#points .points__item-rank {
  padding: 24px;
  border-radius: 5px;
  border: 2px solid #1E5FB3;
  margin: 16px auto 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#points .points__item .points__item-rank__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
  width: 100%;
}
#points .points__item-rank ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 48%;
}
#points .points__item-rank ul li {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #D7DBE4;
}
#points .points__item-rank ul li img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
#points .points__item-rank ul li p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
#points .points__item a.point-rank-link {
  margin-bottom: 32px;
  display: block;
  text-align: end;
  font-weight: 600;
  color: #1E5FB3;
  font-size: 12px;
}
#points .points__item-info {
  margin: 24px auto 32px;
}
#points .points__item-info ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
#points .points__item-info ul li {
  padding: 16px;
  border-radius: 5px;
  border: 2px solid #1E5FB3;
  background: #FBFBFB;
  width: 291px;
  min-height: 202px;
}
#points .points__item-info ul li .points__item-info__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
#points .points__item-info ul li .points__item-info__title img {
  width: 88px;
  height: 88px;
}
#points .points__item-info ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
.consul__wrap.item-start {
  align-items: start;
}
#point4 .more-btn {
  margin-top: 8px;
  width: 200px;
}
#point5 .consul__wrap {
  flex-wrap: wrap;
  gap: 0;
}
#point5 .consul__wrap-text {
  max-width: 426px;
}
#point5 .consul__wrap-text::before {
  top: 56px;
}
#point5 .consul__wrap .more-btn {
  width: 230px;
  margin-left: auto;
  margin-top: 8px;
}
#point5 .consul__wrap .consul__wrap-exam {
  margin-top: 32px;
}
#point5 .consul__wrap .consul__wrap-exam h3 {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#point5 .consul__wrap .consul__wrap-exam ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#point5 .consul__wrap .consul__wrap-exam ul li {
  width: 50%;
  border-radius: 8px;
  border: 2px solid var(---border-gray200, #EEE);
  background: #FFF;
  padding: 16px;
}
#point5 .consul__wrap .consul__wrap-exam ul li .consul__wrap-exam__title {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted var(---border-blue700, #1E5FB3);
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: unset;
}
#point5 .consul__wrap .consul__wrap-exam ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  min-height: 66px;
}
#point5 .consul__wrap .consul__wrap-exam ul li a {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-align: end;
  display: block;
  margin-top: 1px;
}
#point7 .more-btn {
  width: 230px;
  margin-left: auto;
  margin-top: 8px;
}
#point8 .more-btn {
  width: 323px;
  margin-left: auto;
  margin-top: 8px;
}
#point9 .consul__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#point9 .consul__wrap .wrap {
  display: flex;
  gap: 36px;
}
#point9 .consul__wrap-text .consul__wrap-text__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#point9 .consul__wrap-text .consul__wrap-text__title strong {
  color: #E2276E;
}
#point9 .consul__wrap-text-content {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin: 8px 0;
}
#point9 .consul__wrap-text-content div {
  background: #F5F4F4;
  border-radius: 5px;
  width: calc(100% - (64% + 8px));
  padding: 39px 0 27px;
}
#point9 .consul__wrap-text-content div:nth-child(1) {
  width: 64%;
  position: relative;
  padding: 18.5px 0px 0 27px;
}
#point9 .consul__wrap-text-content div:nth-child(1) img {
  width: 110px;
  height: 86px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
#point9 .consul__wrap-text-content .consul__wrap-text-content__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-align: unset;
}
#point9 .consul__wrap-text-content .consul__wrap-text-content__title strong {
  color: var(---text-pink, #E2276E);
  font-family: Mohave;
  font-size: 48px;
  line-height: 1.3;
}
#point9 .consul__wrap-text-content .consul__wrap-text-content__title strong span {
  position: unset;
  background: transparent;
  font-size: 24px;
}
#point9 .consul__wrap-text-content div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
#point9 p.text-annotation {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-align: right;
}
#point9 p.text-annotation a {
  color: #1E5FB3;
  text-decoration-line: underline;
  transition: 0.3s;
}
#point9 p.text-annotation a:hover {
  opacity: 0.8;
}
#point9 .consul__wrap .wrap.woman {
  flex-direction: row-reverse;
}
#point9 .consul__wrap .wrap.woman .consul__wrap-icon img {
  transform: scale(-1, 1);
}
#point9 .consul__wrap .wrap.woman .consul__wrap-text::before {
  content: "";
  background: url(../img/messege-arrow.svg) no-repeat center/cover;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 37px;
  right: -20px;
  left: inherit;
  transform: scale(-1);
}
#advice {
  padding: 32px 24px 24px 24px;
  background: #F5F4F4;
  margin-bottom: 64px;
}
#advice .advice__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 9px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  position: relative;
}
#advice .advice__title::before {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -30px;
  bottom: 2px;
  transform: scaleX(-1);
}
#advice .advice__title::after {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -30px;
  bottom: 2px;
}
#advice .advice__title strong {
  color: #1E5FB3;
  font-size: 24px;
}
#advice p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#advice a {
  display: flex;
  margin-top: 8px;
  justify-content: end;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #1E5FB3;
}
#advice ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
#advice ul li {
  width: 168px;
  min-height: 154px;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid var(---border-gray200, #EEE);
  background: #FFF;
  margin-bottom: 8px;
}
#advice ul li .advice__doctor {
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted var(---border-blue700, #1E5FB3);
  display: flex;
  align-items: center;
  gap: 8px;
}
#advice ul li .advice__doctor span {
  display: contents;
  font-weight: 600;
  color: #1E5FB3;
  line-height: 120%;
}
#advice ul li img {
  width: 48px;
  height: 48px;
}
#advice ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  text-align: left;
}
#leverage {
  margin: -16px auto 104px;
}
#leverage .head-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 32px;
}
#leverage .leverage__title {
  color: #0C3F81;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  background: #DDE9F8;
  margin-bottom: 24px;
  padding: 8px 8px 8px 16px;
  height: 36px;
}
#leverage ul {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#leverage ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 5px;
  border: 2px solid #1E5FB3;
}
#leverage ul li img {
  width: 100px;
  height: 100px;
}
#leverage ul li h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#leverage ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
#leverage .consul__wrap {
  margin-bottom: 0;
}
#leverage .award .img-outer {
  border-radius: 5px;
  padding: 40px 0 40px 40px;
  margin: 24px auto;
  background: url(../img/award-block-bg.jpg) no-repeat center/cover;
}
#leverage .award .img-wrapper {
  width: 334px;
  height: 161px;
}
#leverage .award p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#leverage .award p strong {
  color: #1E5FB3;
  font-weight: 600;
}
#leverage .award p.text-annotation {
  font-size: 12px;
  margin-top: 8px;
}
#services {
  margin-bottom: 104px;
}
#services .head-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 32px;
}
#services .points-heading3 {
  color: #0C3F81;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  background: #DDE9F8;
  margin-bottom: 24px;
  padding: 8px 8px 8px 16px;
  height: 36px;
}
#services .award {
  margin-bottom: 56px;
}
#services .award .img-outer {
  border-radius: 5px;
  margin: 24px auto;
  height: 290px;
  background: url(../img/award-block-bg-2.png) no-repeat center/cover;
  position: relative;
}
#services .award .img-wrapper {
  width: 309.488px;
  height: 171.182px;
  position: absolute;
  top: 45px;
  left: 45px;
}
#services .award span {
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  position: absolute;
  left: 84px;
  bottom: 45px;
}
#services ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
#services ul li {
  display: flex;
  border: 1px solid #CCC;
  padding: 16px 16px 16px 285px;
}
#services ul li:nth-child(1) {
  background: url(../img/services-icon-reason1.png) no-repeat center/cover;
}
#services ul li:nth-child(2) {
  background: url(../img/services-icon-reason2.png) no-repeat center/cover;
}
#services ul li:nth-child(3) {
  background: url(../img/services-icon-reason3.png) no-repeat center/cover;
}
#services ul li h3 {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#services ul li h3 span {
  color: rgba(30, 95, 179, 0.05);
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}
#services ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
#services .more-links {
  margin-top: 48px;
}
#services .more-links .more-links__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#services .more-links .more-links__title::after {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -44px;
}
#services .more-links .more-links__title::before {
  content: "";
  background: url(../img/voiceline.svg) no-repeat center/cover;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -44px;
  transform: scaleX(-1);
}
#services .more-links ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
#services .more-links ul li {
  padding: unset;
  gap: 12px;
  background: none;
  border: none;
  width: 212px;
  height: 84px;
  display: unset;
}
#services .more-links ul li a {
  width: 100%;
  height: 100%;
  color: var(---text-white, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(---border-blue700, #1E5FB3);
  background: radial-gradient(83.34% 83.33% at 49.84% 16.67%, #1383C8 0%, #004692 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .more-links ul li a span {
  font-size: 16px;
  display: block;
}
#services .more-links ul li a::after {
  content: "";
  background: url(../img/button-arrow-white.svg) no-repeat center/cover;
  width: 11px;
  height: 21.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
#services .mendan .points-heading3 {
  margin-top: 56px;
}
#services .mendan p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 32px;
}
#faq-beginner .faq-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
#faq-beginner .faq-wrap li {
  padding: 16px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
#faq-beginner .faq-wrap dt {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
#faq-beginner .faq-wrap dt::before {
  content: "";
  background: url(../img/faq-icon-q.svg) no-repeat center/cover;
  width: 25px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-58%);
}
#faq-beginner .faq-wrap dt::after {
  content: "";
  background: url(../img/faq-icon-plus.svg) no-repeat center/cover;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-58%);
  transition: transform 0.3s ease-in-out;
}
#faq-beginner .faq-wrap dd {
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  padding-left: 34px;
  position: relative;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #ccc;
}
#faq-beginner .faq-wrap dd::before {
  content: "";
  background: url(../img/faq-icon-a.svg) no-repeat center/cover;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 0;
}
#faq-beginner .faq-wrap dt.is-open::after {
  content: "";
  background: url(../img/faq-icon-minus.svg) no-repeat center/cover;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-58%);
}
#faq-beginner .faq-wrap dd.active {
  display: block;
}
.anchor {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 769px) {
  .anchor {
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  #mv {
    width: unset;
    min-height: 376px;
    margin: 0 auto;
    background: url(../img/bgMV-sp.jpg) no-repeat center/cover;
    padding: 24px;
    position: relative;
  }
  #mv p {
    position: unset;
    width: 100%;
    text-align: center;
  }
  #mv .mv__wrap {
    position: unset;
    display: flex;
    justify-content: center;
  }
  #mv .mv__wrap img.mv-doctors {
    width: 66.4vw;
    max-width: 250px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #mv .mv__wrap p {
    margin-bottom: 14.5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  #mv .mv__wrap .mv__wrap-text {
    text-align: center;
    position: unset;
  }
  #mv .mv__wrap .mv__wrap-text::before {
    content: "";
    background: url(../img/bg-mv-text.svg) no-repeat center/contain;
    max-width: 852px;
    height: 340px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20%;
    z-index: -1;
  }
  #mv .mv__wrap .mv__wrap-text p {
    color: #0C3F81;
    font-size: clamp(12px, 3.5vw, 16px);
    margin-bottom: 8px;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text {
    color: #0C3F81;
    font-size: clamp(28px, 8.533vw, 34px);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text:before {
    content: "";
    background: url("/first/img/icon-beginner.svg")no-repeat center / cover;
    display: flex;
    margin: auto 8px auto 0;
    width: 1.2em;
    max-width: 60px;
    height: 1.2em;
    max-height: 60px;
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text__main-text span {
    font-size: clamp(18px, 5.33vw, 22px);
  }
  #mv .mv__wrap .mv__wrap-text .mv__wrap-text-item p {
    font-size: clamp(13px, 3.733vw, 16px);
    font-weight: 600;
    line-height: 160%;
    padding: 8px 0;
    border-top: 2px dotted #1E5FB3;
    border-bottom: 2px dotted #1E5FB3;
    margin: 0;
  }
  #primary {
    width: 100%;
  }
  .cta.cta-01 {
    background: #fff;
    margin: 0 auto;
  }
  .cta.cta-01 a {
    width: 89vw;
    padding: 8px 0;
    font-size: clamp(15px, 4.26vw, 18px);
    line-height: 1.3;
  }
  .primary-cta-button span {
    font-size: clamp(15px, 4.26vw, 18px);
  }
  .header-menu-close {
    display: flex !important;
  }
  .message__title {
    font-size: clamp(18px, 5.33vw, 22px);
    line-height: 140%;
    margin-bottom: 12px;
  }
  .message__title::before {
    right: -28px;
    bottom: 4px;
  }
  .message__title::after {
    left: -28px;
    bottom: 4px;
  }
  #message .message__wrap li {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #message .message__wrap li .message__wrap-icon {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  #message .message__wrap li .message__wrap-icon img {
    width: 109px;
    height: 89px;
  }
  #message .message__wrap li .message__wrap-text {
    width: 90%;
    max-width: none;
  }
  #message .message__wrap li:nth-child(even) {
    flex-direction: column;
  }
  #message .message__wrap li:nth-child(even) .message__wrap-icon {
    flex-direction: row-reverse;
  }
  #message .message__wrap li:nth-child(even) .message__wrap-icon img {
    width: 83px;
    height: 89px;
  }
  #message .message__wrap li:nth-child(even) .message__wrap-icon p {
    text-align: end;
  }
  #message .message__wrap li .message__wrap-icon p {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 600;
    line-height: 130%;
  }
  #message .message__wrap li .message__wrap-icon p span {
    color: #E2276E;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
  }
  #message .message__wrap li .message__wrap-text.item-1::before {
    background: url(../img/messege-arrow-sp.svg) no-repeat center/cover;
    width: 29.268px;
    height: 20px;
    top: -20px;
    left: 34%;
  }
  #message .message__wrap li .message__wrap-text.item-2::before {
    background: url(../img/messege-arrow-sp.svg) no-repeat center/cover;
    width: 29.268px;
    height: 20px;
    top: -10px;
    left: 58%;
  }
  #message .message__wrap li .message__wrap-text p {
    font-size: 14px;
  }
  .index {
    flex-direction: column;
    gap: 8px;
  }
  .index__title {
    margin-bottom: 0;
  }
  .index ul {
    width: 100%;
  }
  .primary-heading2 {
    font-size: clamp(22px, 6.4vw, 28px);
    margin-bottom: 16px;
  }
  .primary-heading2 span {
    width: 36px;
    height: 34px;
  }
  #situation .data__wrap {
    padding: 48px 24px 24px;
  }
  #situation {
    width: 93.6vw;
    margin-right: auto;
    margin-left: auto;
  }
  #situation .data__wrap-item {
    flex-direction: column;
    gap: 24px;
  }
  #situation .data__wrap-item.item-1 {
    margin-bottom: 17.3%;
  }
  #situation .data__wrap-item h3 {
    font-size: clamp(18px, 5.33vw, 22px);
    line-height: 1.4;
  }
  #situation .data__wrap-item img {
    width: 59.466vw;
    max-width: 360px;
    height: auto;
  }
  #situation .data__wrap-item.item-2 h3 {
    position: relative;
    justify-content: flex-start;
    display: flex;
    gap: 3.2%;
  }
  #situation .data__wrap-item.item-2 h3 span {
    position: unset;
  }
  .consul__wrap {
    flex-direction: column;
    gap: 0;
    padding: 16px;
    margin-bottom: 32px;
    border-radius: 0;
  }
  .consul__wrap .consul__wrap-icon {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .consul__wrap .consul__wrap-icon img {
    width: 83px;
    height: auto;
    transform: scale(-1, 1);
  }
  .consul__wrap .consul__wrap-icon img.man {
    width: 109px;
    height: auto;
    transform: scale(1);
  }
  .consul__wrap .consul__wrap-icon p {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    position: relative;
  }
  .consul__wrap .consul__wrap-icon p::before {
    content: "MESSAGE";
    color: #E2276E;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    top: 1.5em;
  }
  .consul__wrap .consul__wrap-icon p::after {
    content: "";
    background: url(../img/messege-arrow-sp.svg) no-repeat center/cover;
    width: 29px;
    height: 20px;
    position: absolute;
    top: 36px;
    left: 0;
  }
  .consul__wrap .consul__wrap-text {
    width: 80%;
    position: unset;
  }
  .consul__wrap .consul__wrap-text::before {
    background: url(../img/messege-arrow-sp.svg) no-repeat center/cover;
    width: 29px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 32%;
  }
  .consul__wrap .consul__wrap-text p strong {
    font-weight: 600;
  }
  .consul__wrap .consul__wrap-text span {
    display: none;
  }
  .consul__wrap .consul__wrap-text span.percent {
    display: unset;
  }
  #situation .data__wrap-item .img::before {
    top: 0;
    right: 0;
  }
  #situation .data__wrap-item.item-2 .img::before {
    top: -16px;
    right: -16px;
  }
  #means {
    width: 93.6vw;
  }
  #means .data__wrap {
    padding: 40px 24px 24px;
  }
  #means .data__wrap-item {
    flex-direction: column;
    gap: 24px;
  }
  #means .data__wrap-item img {
    width: 59.466vw;
    max-width: 360px;
    height: auto;
  }
  #means .data__wrap-item .data__wrap-text li {
    font-size: clamp(18px, 6.4vw, 22px);
  }
  #means .data__wrap-item .img::before {
    background: url("../img/means-graph01.png") no-repeat center/cover;
    width: 62vw;
    height: 50vw;
  }
  #means .data__wrap-item .data__wrap-text li span {
    font-size: clamp(13px, 3.2vw, 14px);
  }
  .table-merit {
    width: 93%;
    height: auto;
    margin: 0 auto 40px;
  }
  .table-merit tbody th {
    width: 16%;
    padding: 24px 4px;
    text-align: center;
  }
  .table-merit tbody th span {
    writing-mode: vertical-rl;
    display: block;
    margin: 0 auto;
    white-space: pre;
  }
  .table-merit tr:nth-child(3) th {
    text-align: left;
    padding-bottom: max(17.066vw, 48px);
  }
  .table-merit td {
    width: 42%;
  }
  .table-merit td ul {
    padding-left: calc(1em + 4px);
  }
  .table-merit td li {
    font-size: clamp(11px, 3.2vw, 14px);
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .table-merit th,
  .table-merit td {
    padding: 16px 8px;
  }
  .table-merit tbody th span.text-vertical {
    display: initial;
    writing-mode: horizontal-tb;
    line-height: 1;
  }
  #primary-cta {
    height: unset;
    width: 93.6vw;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(to top, rgb(228, 239, 241) 0%, rgba(228, 239, 241, 0) 100%), url(../img/primary-cta-bg-sp.png) no-repeat top/cover;
  }
  #primary-cta .cta__primary {
    padding: 16px;
    padding-top: 24px;
    width: 86%;
    margin: 0 auto;
  }
  .cta__primary__title {
    font-size: clamp(13px, 3.733vw, 16px);
    font-weight: 600;
    line-height: 160%;
    text-align: left;
  }
  #primary-cta .cta__primary-tel p.tel-text {
    padding-right: 12px;
  }
  #failurecase {
    margin-top: 0px;
    width: 93.6vw;
  }
  #failurecase .rank__wrap ul li {
    position: unset;
  }
  #failurecase .rank__wrap ul li:nth-of-type(2) h3::after {
    content: "";
    background: url(../img/rank-icon-doctor02.svg) no-repeat center/cover;
    width: 70px;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: 80%;
  }
  #failurecase .rank__wrap ul h3 {
    flex-direction: column;
    align-items: baseline;
    padding: 0 0 12px;
    position: relative;
  }
  #failurecase .rank__wrap ul h3::after {
    content: "";
    background: url(../img/rank-icon-doctor.svg) no-repeat center/cover;
    width: 70px;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: 80%;
  }
  #failurecase .rank__wrap ul img {
    display: none;
  }
  #failurecase .rank__wrap ul .detail-list {
    gap: 16px;
  }
  #failurecase .consul__wrap {
    width: 100vw;
    margin: 24px calc(50% - 50vw) 0;
    padding: 24px 0;
  }
  #points {
    width: 93.6vw;
  }
  #points .index {
    gap: 8px;
    padding: 24px;
  }
  #points .index ul {
    width: 100%;
  }
  #points .index img {
    display: none;
  }
  #points .points__item {
    margin-top: -100px;
    padding-top: 100px;
  }
  #points .points__item .points-heading3 {
    font-size: clamp(18px, 5.6vw, 22px);
  }
  #points .points__item .points-heading3 span {
    font-size: clamp(14px, 4.26vw, 18px);
    padding: 16px 12px;
  }
  #points .points__item-rank {
    gap: 6px;
    padding: 24px 0;
  }
  #points .points__item .points__item-rank__title {
    text-align: center;
    margin-bottom: 6px;
  }
  #points .points__item-rank ul {
    width: 90%;
    margin: 0 auto;
  }
  #points .points__item-info ul li {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  #points .points__item-info ul li .points__item-info__title {
    justify-content: space-between;
  }
  #point5 .consul__wrap .consul__wrap-exam {
    width: 93%;
    margin: 32px auto 0;
  }
  #point5 .consul__wrap .consul__wrap-exam h3 {
    margin-bottom: 8px;
  }
  #point5 .consul__wrap .consul__wrap-exam ul {
    justify-content: space-between;
  }
  #point5 .consul__wrap-text::before {
    top: -20px;
  }
  #points .points__item .consul__wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 32px;
    align-items: center;
    padding: 16px 0;
  }
  #point9 .consul__wrap .wrap.woman {
    flex-direction: column;
  }
  #points .points__item .consul__wrap-icon p {
    font-size: 16px;
    font-weight: 600;
  }
  #point9 .consul__wrap-text-content div {
    height: 148px;
    padding: 16px 8px;
  }
  #point9 .consul__wrap .wrap {
    flex-direction: column;
    gap: 0;
    width: 93.6vw;
    align-items: center;
  }
  #point9 .consul__wrap .wrap.woman p::before {
    right: 0;
  }
  #point9 .consul__wrap .wrap.woman p::after {
    right: 0;
    left: auto;
    transform: scale(-1, 1);
  }
  #point9 .consul__wrap .consul__wrap-text {
    width: calc(100% - 48px);
  }
  #point9 .consul__wrap-text-content div:nth-child(1) {
    padding: 16px;
    height: 148px;
  }
  #point9 .consul__wrap-text-content .consul__wrap-text-content__title {
    text-align: center;
  }
  #point9 .consul__wrap-text-content div:nth-child(1) img {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #point9 .consul__wrap-text-content div:nth-child(2) {
    display: grid;
    place-items: center;
  }
  #point9 .consul__wrap .wrap.woman .consul__wrap-text::before {
    display: none;
  }
  #point9 .consul__wrap-text-content div p {
    font-size: clamp(13px, 3.2vw, 14px);
  }
  #point9 .consul__wrap .wrap:nth-child(2) .consul__wrap-icon {
    flex-direction: row-reverse;
  }
  #point9 .consul__wrap .wrap:nth-child(2) .consul__wrap-icon img {
    transform: scaleX(1);
  }
  #point9 .consul__wrap .wrap:nth-child(2) .consul__wrap-text:before {
    transform: scaleX(-1);
    left: 60%;
  }
  #point9 .consul__wrap .wrap:nth-child(2) .consul__wrap-text span {
    left: 68%;
  }
  #advice {
    padding: 24px 20px;
  }
  #advice ul {
    gap: 4px;
  }
  #advice ul li {
    width: 38.6%;
    margin-bottom: 0;
  }
  #advice .advice__title {
    font-size: clamp(15px, 4.26vw, 20px);
    text-align: center;
  }
  #advice .advice__title strong {
    font-size: clamp(23px, 6.4vw, 28px);
  }
  #leverage {
    width: 93.6vw;
  }
  #leverage .leverage__title {
    font-size: clamp(19px, 5.333vw, 24px);
    padding: 16px;
    line-height: 140%;
    height: unset;
  }
  #leverage ul li {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  #leverage ul li .text-wrap {
    display: contents;
  }
  #leverage ul li h3 {
    margin-bottom: 0;
    font-size: clamp(19px, 5.333vw, 24px);
  }
  #leverage ul li img {
    width: 22.79%;
    height: 22.79%;
    max-width: 100px;
  }
  #leverage .consul__wrap.item-start {
    align-items: center;
    width: 100vw;
    padding: 24px 0;
    margin: 0 calc(50% - 50vw);
  }
  #leverage .award .img-outer {
    background: url(../img/award-block-sp.jpg) no-repeat center/cover;
    height: auto;
    width: 100%;
    max-width: 530px;
    aspect-ratio: 351/328;
    padding: 0;
    position: relative;
  }
  #leverage .award .img-wrapper {
    width: 80.8%;
    height: auto;
    aspect-ratio: 303/146;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%);
  }
  #services {
    width: 93.6vw;
  }
  #services .award .img-outer {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 720px;
    background: url(../img/award-block-bg-sp.png) no-repeat center/contain;
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #services .award .img-outer img {
    width: 82.28%;
    max-width: 500px;
    height: auto;
  }
  #services .award .img-outer .img-wrapper {
    width: 84.28%;
    max-width: 500px;
    height: auto;
    position: unset;
    margin-bottom: 3.533vw;
    margin-top: 32px;
  }
  #services .award .img-outer .img-wrapper img {
    width: 100%;
  }
  #services .award .img-outer span {
    position: unset;
    margin-bottom: 4.26vw;
    font-size: clamp(12px, 3.2vw, 16px);
  }
  #services .points-heading3 {
    height: auto;
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.4;
  }
  #services ul li {
    padding: 47.5% 16px 16px;
  }
  #services ul li:nth-child(1) {
    background: url(../img/services-icon-reason1-sp.png) no-repeat center/cover;
  }
  #services ul li:nth-child(2) {
    background: url(../img/services-icon-reason2-sp.png) no-repeat center/cover;
  }
  #services ul li:nth-child(3) {
    background: url(../img/services-icon-reason3-sp.png) no-repeat center/cover;
  }
  #services ul li h3 {
    font-size: clamp(18px, 5.6vw, 22px);
    align-items: baseline;
    position: relative;
  }
  #services ul li h3 span {
    display: none;
  }
  #services .more-links .more-links__title {
    text-align: center;
  }
  #services .more-links .more-links__title::before {
    left: -24px;
    bottom: 0;
  }
  #services .more-links .more-links__title::after {
    right: -24px;
    bottom: 0;
  }
  #services .more-links ul li {
    width: 33%;
    height: 85px;
    background: none;
  }
  #services .more-links ul li a {
    font-size: clamp(12px, 2.8vw, 16px);
  }
  #services .more-links ul li a span {
    font-size: clamp(12px, 2.8vw, 16px);
  }
  #services .more-links ul li a::after {
    right: 4px;
  }
  #faq-beginner {
    width: 93.6vw;
  }
  #faq-beginner .faq-wrap dt {
    font-size: clamp(15px, 4.26vw, 18px);
  }
  #primary-cta .cta__primary-tel {
    gap: 0;
  }
  #primary-cta .cta__primary-tel a {
    padding-left: 12px;
  }
}
@media (430px < width < 769px) {
  .consul__wrap .consul__wrap-text::before {
    left: 38%;
  }
  #advice ul {
    justify-content: center;
  }
  #advice ul li {
    width: 44%;
  }
  #services .award .img-outer {
    padding: 4.26vw 0;
  }
  #services .more-links ul li a::after {
    right: 16px;
  }
  #faq-beginner .faq-wrap dt {
    width: 76%;
    text-indent: 0;
    margin: 0 auto;
  }
  #faq-beginner .faq-wrap dt::before {
    left: -10vw;
  }
  #faq-beginner .faq-wrap dt::after,
  #faq-beginner .faq-wrap dt.is-open::after {
    right: -10vw;
  }
}
@media screen and (max-width: 430px) {
  .consul__wrap .consul__wrap-icon p {
    font-size: clamp(14px, 4vw, 16px);
  }
  #faq-beginner .faq-wrap dt {
    width: 76%;
    text-indent: 0;
    margin: 0 auto;
  }
  #faq-beginner .faq-wrap dt::before {
    left: -10vw;
  }
  #faq-beginner .faq-wrap dt::after,
  #faq-beginner .faq-wrap dt.is-open::after {
    right: -10vw;
  }
  .more-btn a {
    width: 98%;
  }
  #primary-cta {
    width: 93vw;
    margin: 0px auto;
    background: url(../img/primary-cta-bg-sp.png) no-repeat top/cover;
  }
  #primary-cta .cta__primary {
    width: 90%;
  }
}
@media (770px < width < 1000px) {
  .cta.cta-01 {
    width: 100%;
    margin: 0;
  }
  #mv {
    width: 100%;
    margin: 0;
  }
  #mv .mv__wrap img.mv-doctors {
    width: 32%;
    height: auto;
    aspect-ratio: 393/320;
  }
}
@media screen and (max-width: 368px) {
  #point8 .more-btn {
    max-width: 323px;
    margin: 0 auto;
    margin-top: 8px;
    width: 100%;
  }
  #advice ul li {
    width: 38%;
  }
  #points .points__item .consul__wrap-icon p {
    font-size: 15px;
  }
}