@charset "UTF-8";
:root {
  --accent-color: #f9ee00;
  --font-color_b1: #333;
  --font-color_b2: #24292d;
}

/* 共通ユーティリティ */
.u-sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
}
/* 共通 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--font-color_b1);
  letter-spacing: 0.04em;
}

/* fv */
.fv_bg_sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
        margin-bottom: 26.7vw;
  }
  .fv {
    position: relative;
  }
  .fv_bg_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
/* cta */
.cta {
  background-image: url(../img/campaign_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 100px;
  margin-top: -5.5vw;
  z-index: 1;
  position: relative;
}

.cta_box {
  max-width: 1234px;
  margin: 0 auto;
  padding-inline: 20px;
}

.cta_ttl {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06em;
  margin-bottom: 26px;
}

.cta_campaign {
  position: relative;
  border-radius: 4px;
  background: #5ca4ba;
  padding: 72px 43px;
  margin-bottom: 44px;
}

.cta_campaign_ttl {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-bottom: 69px;
}

.cta_campaign_course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 62px;
  background-color: #fff;
  margin-bottom: 82px;
}

.cta_campaign_course_l {
  width: 48%;
}

.cta_campaign_course_l > p {
  position: relative;
  background-color: #001435;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

.cta_campaign_course_price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}

.price_sm {
  width: 22%;
}

.price_sm_ttl {
  color: var(--font-color_b2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 103%;
  letter-spacing: 0.484px;
}

.price_sm_box {
  width: 98px;
}

.price > p {
  position: relative;
  font-family: "Noto Serif JP";
  color: var(--font-color_b2);
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.03;
  background: linear-gradient(transparent 70%, var(--accent-color) 70%);
}

.price > p > span {
  font-size: 38px;
}

.price > p::before {
  position: absolute;
  content: "(税込)";
  top: 15px;
  right: 2px;
  color: var(--font-color_b1);
  font-size: 13px;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 100%;
}

.discount {
  width: 19%;
}

.cta_campaign_course_content {
  position: relative;
}

.cta_campaign_course_content_ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.175px;
  color: #fff;
  background: #5ca4ba;
  padding: 10px 27px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.cta_campaign_course_content > ul {
  display: flex;
  justify-content: center;
}

.cta_campaign_course_content > ul > li {
  width: 33.3333333333%;
  padding: 21px 12px 10px;
  border: 1.443px solid #5ca4ba;
  background: #f3f8fa;
}

.cta_campaign_course_content > ul > li:first-child {
  border-radius: 2.886px 0px 0px 2.886px;
}

.cta_campaign_course_content > ul > li:last-child {
  border-radius: 0px 2.886px 2.886px 0px;
}

.cta_campaign_course_content > ul > li img {
  width: 100%;
  margin-bottom: 9px;
}

.cta_campaign_course_content > ul > li p {
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.577px;
  color: var(--font-color_b1);
}

.cta_campaign_course_c > img {
  width: 27px;
  height: 27px;
}

.cta_campaign_course_r {
  width: 48%;
}

.cta_campaign_course_info {
  padding: 38px 28px;
  border-radius: 2.886px;
  border: 1.443px solid #5ca4ba;
  background: #f3f8fa;
}

.cta_campaign_course_info > p:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157%;
  letter-spacing: 1.01px;
  color: var(--font-color_b1);
  text-align: center;
  margin-bottom: 12px;
}

.cta_campaign_course_info > p:nth-child(2) {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.807px;
  color: var(--font-color_b1);
  text-align: center;
  margin-bottom: 30px;
}

.cta_campaign_course_info > p:nth-child(2) > span {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.133px;
  color: var(--font-color_b1);
  background: linear-gradient(transparent 60%, var(--accent-color) 60%);
}

.cta_campaign_course_info > p:nth-child(3) {
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.807px;
  color: var(--font-color_b1);
  text-align: center;
  margin-bottom: 32px;
}

.cta_campaign_course_info > p:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 35%;
  height: 1px;
  background-color: var(--font-color_b2);
}

.cta_campaign_course_info > p:nth-child(3)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 35%;
  height: 1px;
  background-color: var(--font-color_b2);
}

.cta_campaign_course_info > ul {
  display: flex;
  justify-content: space-around;
}

.cta_campaign_course_info > ul > li {
  width: 30%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.577px;
  color: var(--font-color_b1);
}

.cta_campaign_course_info > ul > li > img {
  width: auto;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}
.cta_campaign_course_info > ul > li:nth-child(2)>img {
  width: 90px;
}
.cta_campaign_course_info > ul > li:last-child {
  width: 25%;
}

.cta_campaign_benefits {
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
  padding: px 67px 29px;
}

.campaign_first {
  position: absolute;
  top: -3px;
  left: 5%;
  width: 11%;
}

.cta_campaign_benefits {
  position: relative;
  max-width: 667px;
  border-radius: 4px;
  border: 2px solid #5ca4ba;
  background: #fff;
  padding: 33px 67px 20px;
}

.cta_campaign_benefits h3 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.924px;
  background: #001435;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 36px;
}

.cta_campaign_benefits_price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta_campaign_benefits_price > p {
  color: var(--font-color_b1);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 7px 11px;
  border: 1px solid var(--font-color_b1);
  margin-right: 12px;
}

.campaign_price_sm2 {
  width: 156px;
}

.campaign_price_arrow {
  margin-left: 10px;
  margin-right: 13px;
}

.campaign_price2 {
  font-family: "Noto Serif JP";
  color: #24292d;
  text-align: center;
  font-size: 53px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  background: linear-gradient(transparent 70%, var(--accent-color) 70%);
}

.campaign_price2 > p > span {
  color: #333;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 50%;
}

.cta_campaign_benefits_icon {
  position: absolute;
  top: -28%;
  left: -7%;
  width: 15%;
  height: auto;
}

.cta_btn_box {
  padding-bottom: 113px;
}

.cta_btn_ttl {
  color: var(--font-color_b1);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 15px;
  font-family: Noto Sans JP;
  letter-spacing: 0.09em;
}

.cta_btn {
  display: block;
  position: relative;
  max-width: 679px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(1deg, #ff540a 1.4%, #ff8b11 98.96%);
  padding: 25px 0 22px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.cta_btn_txt {
  margin-right: 50px;
}

.cta_btn_txt > p:first-child {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3px;
}

.cta_btn_txt > p:last-child {
  color: #fff;
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 4px;
}

.cta_btn_arrow {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.dot {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 19px;
}

.cta_sub_txt {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.96px;
  margin-bottom: 11px;
}
.cta_sub_txt span {
  position: relative;
}

.cta_sub_txt2 {
  text-align: center;
}

.cta_sub_txt2 > p {
  display: inline-block;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.28px;
  background: linear-gradient(transparent 70%, var(--accent-color) 70%);
}

.cta_campaign_sp {
  display: none;
}

.cta_bg_sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .cta {
    padding-top: 5.1vw;
    padding-inline: clamp(0.781rem, 3.33vw, 1.563rem);
    margin-top: 0;
    background-image: unset;
    overflow: hidden;
  }
  .cta_box {
    padding-inline: 0;
  }
  .cta_campaign {
    margin-bottom: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
    padding: clamp(1.125rem, 4.8vw, 2.25rem) clamp(0.875rem, 3.73vw, 1.75rem);
  }
  .cta_campaign_sp {
    display: block;
    width: 93.5%;
    margin: 0 auto;
    margin-bottom: 4.8vw;
  }
  .campaign_first {
    width: clamp(4.125rem, 17.6vw, 8.25rem);
    left: 3.5%;
    top: 0;
  }
  .cta_ttl {
    font-size: clamp(1.094rem, 4.67vw, 2.188rem);
    margin-bottom: clamp(1.175rem, 0.04rem + 4.85vw, 2.3125rem);
  }
  .cta_campaign_ttl {
    font-size: clamp(1.344rem, 5.73vw, 2.688rem);
    margin-bottom: clamp(1.313rem, 5.6vw, 2.625rem);
    line-height: 130%;
    letter-spacing: 0.8vw;
    transform: translateX(7%);
    -webkit-transform: translateX(7%);
    -moz-transform: translateX(7%);
    -ms-transform: translateX(7%);
    -o-transform: translateX(7%);
}
  .cta_campaign_course {
    flex-direction: column;
    padding: clamp(1.031rem, 4.4vw, 2.063rem) clamp(0.563rem, 2.4vw, 1.125rem);
    margin-bottom: clamp(2.375rem, 0rem + 10.13vw, 4.75rem);
  }
  .cta_campaign_course_l {
    position: relative;
    width: 100%;
  }
  .cta_campaign_course_r {
    margin-top: -2.5vw;
    width: 100%;
  }
  .cta_campaign_course_l > p {
    font-size: clamp(1rem, 4.27vw, 2rem);
    padding: 1.9vw 0;
    margin-bottom: 2.4vw;
  }
  .cta_campaign_course_price {
    position: relative;
    padding-top: 3vw;
  }
  .price_sm {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .price_sm_box {
    width: clamp(3.969rem, 16.93vw, 7.938rem);
  }
  .price_sm_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0.719rem, 3.07vw, 1.438rem);
    line-height: 103%;
  }
  .price_arrow {
    display: none;
  }
  .price > p {
    font-size: 16.5vw;
  }
  .price > p::before {
    top: 3.5vw;
    right: -0.3vw;
    font-size: clamp(0.781rem, 3.33vw, 1.563rem);
  }
  .price > p > span {
    font-size: 9.8vw;
  }
  .discount {
    width: 22.4vw;
  }
  .cta_campaign_course_content_ttl {
    font-size: clamp(0.813rem, 3.47vw, 1.625rem);
    padding-inline: clamp(0.844rem, 3.6vw, 1.688rem);
  }
  .cta_campaign_course_content > ul > li {
    /* padding-inline: clamp(0.244rem, 1.27vw, 0.688rem); */
    padding: 5.4vw 1.4vw 2.7vw;
    border: 1px solid #5ca4ba;
  }
  .cta_campaign_course_content > ul > li:nth-child(2){
    border-right: none;
    border-left: none;
}
  .cta_campaign_course_content > ul > li p {
    font-size: clamp(0.781rem, 3.33vw, 1.563rem);
    margin-inline: -3%;
  }
  .cta_campaign_course_c > img {
    width: clamp(1.75rem, 0rem + 7.47vw, 3.5rem);
    height: auto;
    aspect-ratio: 1;
    margin-top: clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
    position: relative;
    z-index: 1;
  }
  .cta_campaign_course_info {
    /* padding: clamp(1.594rem, 6.8vw, 3.188rem) clamp(0.625rem, 2.67vw, 1.25rem); */
    padding: 7.1vw 2.8vw;
  }
  .cta_campaign_course_info > p:first-child {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    margin-bottom: clamp(0rem, 0rem + 0vw, 0rem);
  }
  .cta_campaign_course_info > p:nth-child(2) {
    font-size: 3.8vw;
    text-align: left;
    margin-bottom: clamp(1.125rem, 4.8vw, 2.25rem);
  }
  .cta_campaign_course_info > p:nth-child(2) > span {
    display: block;
    text-align: center;
    font-size: 8vw;
    line-height: 150%;
    text-align: center;
  }
  .cta_campaign_course_info > ul > li {
    width: 31%;
  }
  .cta_campaign_course_info > ul > li:nth-child(2) {
    width: 35%;
  }
  .cta_campaign_course_info > ul > li:last-child {
    width: 20%;
  }
  .cta_campaign_course_info > ul > li:first-child > img {
    width: 19.1vw;
  }
  .cta_campaign_course_info > ul > li:nth-child(2)>img {
    width: 15vw;
  }
  .cta_campaign_course_info > ul > li > img {
    height: clamp(3.75rem, 0rem + 16vw, 7.5rem);
    margin-bottom: 0;
  }
  .cta_campaign_course_info > p:nth-child(3) {
    font-size: clamp(0.781rem, 3.33vw, 1.563rem);
    margin-bottom: clamp(0.469rem, 2vw, 0.938rem);
  }
  .cta_campaign_course_info > ul {
    justify-content: space-between;
  }
  .cta_campaign_course_info > ul > li > p {
    font-size: 3.4vw;
    margin-inline: -10%;
  }
  .cta_campaign_benefits_icon {
    width: clamp(2.5rem, -2.25rem + 20.27vw, 7.25rem);
    width: clamp(3.625rem, 0rem + 15.47vw, 7.25rem);
    top: 0vw;
    left: -0.6vw;
    transform: translate(0, -50%);
  }
  .cta_campaign_benefits {
    padding: clamp(0.8125rem, 0rem + 3.47vw, 1.625rem) clamp(1.3125rem, 0rem + 5.6vw, 2.625rem) clamp(0.78125rem, -0.63rem + 6vw, 2.1875rem);
  }
  .cta_campaign_benefits_ttl {
    position: relative;
    display: block;
    margin-inline: auto;
    margin-bottom: 2.2vw;
    font-size: clamp(0.719rem, 3.07vw, 1.438rem);
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 4%;
  }
  .cta_campaign_benefits_ttl > span {
    position: relative;
    font-size: clamp(0.719rem, 3.07vw, 1.438rem);
  }
  .cta_campaign_benefits h3 {
    font-size: clamp(1.188rem, 5.07vw, 2.375rem);
    margin-bottom: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
  }
  .cta_campaign_benefits_price > p {
    font-size: clamp(1rem, 4.27vw, 2rem);
    margin-right: 0;
    padding: clamp(0.25rem, 1.07vw, 0.5rem) clamp(0.406rem, 1.73vw, 0.813rem);
  }
  .cta_campaign_benefits_price {
    justify-content: space-between;
  }
  .campaign_price_sm2 {
    width: clamp(6.219rem, 26.53vw, 12.438rem);
  }
  .campaign_price_arrow {
    margin: 0;
  }
  .campaign_price_arrow svg {
    width: 3vw;
    height: 7.8vw;
  }
  .campaign_price2 > p {
    font-size: clamp(2.156rem, 9.2vw, 4.313rem);
  }
  .campaign_price2 > p > span {
    font-size: clamp(3.906rem, 16.67vw, 7.813rem);
  }
  .cta_btn_ttl {
    font-size: clamp(0.875rem, 0rem + 3.73vw, 1.75rem);
    font-weight: 500;
    margin-bottom: 1.1vw;
  }
  .cta_btn {
    width: 87vw;
    padding: 3.6vw 0 2.6vw;
  }
  .cta_btn_txt {
    margin-right: 4vw;
  }
  .cta_btn_txt > p:first-child {
    font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
    letter-spacing: 0.6vw;
  }
  .cta_btn_txt > p:last-child {
    font-size: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
    letter-spacing: 0.8vw;
  }
  .cta_btn_arrow {
    right: 7%;
  }
  .cta_btn_arrow > svg {
    width: 6.3vw;
    height: 6.3vw;
  }
  .dot {
    margin-top: 8.6vw;
    margin-bottom: 0;
  }
  .dot svg {
    width: clamp(0.125rem, 0rem + 0.53vw, 0.25rem);
  }
  .cta_sub_txt {
    font-size: 4.3vw;
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
    margin-bottom: 3.2vw;
  }
  .cta_sub_txt span:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/cta_sub_txt_bg.webp) no-repeat center center/100% 100%;
  }
  .cta_btn_box {
    /* padding-bottom: clamp(9.375rem, 3.13rem + 26.67vw, 15.625rem); */
    padding-bottom: clamp(9.375rem, 3.13rem + 26.67vw, 10.625rem);
  }
  /* .cta_sub_txt>span {
      position: relative;
  }
  .cta_sub_txt>span::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
  } */
  .cta_sub_txt2 > p {
    font-size: 6.7vw;
  }
  .cta_bg_sp {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
/* worries */
.worries {
  position: relative;
  padding-top: 230px;
  padding-bottom: 140px;
  margin-top: -120px;
}

.worries_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.worries_bg img {
  width: 100%;
  height: 100%;
}

.worries_box {
  position: relative;
  z-index: 2;
}

.worries_box > p:first-child {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.12px;
  margin-bottom: 24px;
}

.worries_box > h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1.6px;
  margin-bottom: 65px;
  font-family: "Noto Serif JP";
}

.worries_box > h2 > span {
  position: relative;
}

.worries_box > h2 > span::before {
  position: absolute;
  content: "・・・";
  top: -25px;
  left: 0;
  width: 100%;
}

.worries_box > h2 > span::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/worries_icon2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.worries_img_box {
  position: relative;
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 82px;
}

.worries_list {
  position: absolute;
  top: 23%;
  left: 9.5%;
}

.worries_list > li {
  display: flex;
  align-items: center;
  font-size: clamp(0.65rem, -0.53rem + 2.51vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  /* line-height: 32px;
  line-height: clamp(1.0375rem, -0.85rem + 4.03vw, 2rem); */
  line-height: 20px;
  letter-spacing: 0.8px;
  color: var(--font-color_b1);
  margin-bottom: 7px;
}
.worries_list > li svg {
  width: clamp(1.0375rem, -0.85rem + 4.03vw, 2rem);
  height: auto;
  aspect-ratio: 1;
}

.worries_list > li > p > span {
  display: inline-block;
  background-color: var(--accent-color);
}

.worries_result_box {
  position: relative;
  max-width: 663px;
  padding: 61px 35px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
}

.worries_result_icon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 171px;
}

.worries_result_list > li {
  display: flex;
  align-items: center;
  color: var(--font-color_b1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.worries_result_list > li:nth-child(2) {
  border-top: 1px solid var(--font-color_b1);
  border-bottom: 1px solid var(--font-color_b1);
}

.worries_result_list > li > div {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: var(--font-color_b1);
}

.worries_result_list > li > span {
  font-weight: 900;
  color: #3d93ad;
}

.worries_txt_box {
  text-align: center;
  margin-top: 51px;
}

.worries_txt {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  line-height: 1.3571428571;
  position: relative;
}

.worries_txt .worries_txt:first-child {
  margin-bottom: 8px;
}

.worries_txt:last-child {
  position: relative;
  display: inline-block;
}

.worries_txt.u-pc {
  margin-top: 8px;
  display: inline-block;
}

.worries_txt.u-pc::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/worries_icon3.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 750px) {
  .worries {
    padding-top: 22.7vw;
    padding-bottom: 5vw;
  }
  .worries_bg img {
    width: 100%;
    height: auto;
  }
  .worries_box > p:first-child {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
    margin-bottom: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  }
  .worries_box > h2 {
    font-size: clamp(1.875rem, 0rem + 8vw, 3.75rem);
    line-height: clamp(2.8125rem, -0.28rem + 13.2vw, 5.90625rem);
    margin-bottom: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  }
  .worries_box > h2 > span::before {
    top: -7vw;
  }
  .worries_img_box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: clamp(3.21875rem, 0rem + 13.73vw, 6.4375rem);
  }
  .worries_list {
    margin-inline: clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
    padding: clamp(1.40625rem, 0rem + 6vw, 2.8125rem) clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
    position: static;
    background: url(../img/worries_list.webp) no-repeat center center/100% 100%;
  }
  .worries_list > li {
    font-weight: 500;
    /* line-height: clamp(1.65625rem, -0.04rem + 7.25vw, 3.355rem); */
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
  .worries_list > li svg {
    width: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .worries_img {
    margin-top: -30px;
    position: relative;
    z-index: -1;
  }
  .worries_result_box {
    margin-inline: clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
    padding: clamp(1.90625rem, 0rem + 8.13vw, 3.8125rem) clamp(1.28125rem, -0.62rem + 8.13vw, 3.1875rem) clamp(1.5rem, 0rem + 6.4vw, 3rem);
  }
  .worries_result_icon {
    width: clamp(7.3125rem, 0rem + 31.2vw, 14.625rem);
  }
  .worries_result_list > li {
    display: inline-block;
    position: relative;
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.65625rem, -0.04rem + 7.25vw, 3.35625rem);
    font-weight: 500;
  }
  .worries_result_list > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 5px;
    height: 5px;
    margin-right: clamp(0.3125rem, 0rem + 1.33vw, 0.625rem);
    background-color: var(--font-color_b1);
  }
  .worries_result_list > li > div {
    display: none;
  }
  .worries_txt_box {
    margin-top: clamp(1.40625rem, 0rem + 6vw, 2.8125rem);
  }
  .worries_txt {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.875rem, -0.13rem + 8.53vw, 3.875rem);
  }
  .worries_txt:first-child {
    margin-bottom: 0;
  }
  .worries_txt.u-sp:not(:first-child) {
    position: relative;
    display: inline-block !important;
  }
  .worries_txt:not(:first-child)::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../img/worries_icon3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.cause {
  margin-top: -14vw;
  padding-top: calc(80px + 15vw);
  padding-bottom: 167px;
  background-image: url(../img/cause_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: -1;
}
.cause:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(4.4375rem, 0rem + 18.93vw, 8.875rem);
  z-index: 0;
  background: url(../img/why_bg.webp) repeat center right/100%;
  background-position: 1440px 698px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.cause_box {
  max-width: 100%;
  padding-inline: clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
  margin-left: auto;
  margin-right: auto;
}

.cause_box > p:first-child {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.96px;
}

.cause_heading {
  text-align: center;
}

.cause_heading > p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: clamp(1.375rem, 0.97rem + 0.87vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: var(--font-color_b1);
}

.cause_heading > p:before {
  position: absolute;
  content: "";
  right: -16px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px var(--font-color_b1);
  border-bottom: solid 54px transparent;
}

.cause_heading > p:after {
  position: absolute;
  content: "";
  left: -16px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px transparent;
  border-bottom: solid 54px var(--font-color_b1);
}

.cause_box > p:nth-child(3) {
  color: var(--font-color_b1);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.96px;
  margin-bottom: 26px;
}

.cause_box > p:nth-child(4) {
  color: var(--font-color_b1);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 33px;
}

.cause_box > p:nth-child(4) > span {
  color: var(--font-color_b1);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.8px;
  background-color: var(--accent-color);
}

.cause_box > img {
  width: min(635px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  .cause {
    /* padding-top: calc(clamp(3rem, 0rem + 12.8vw, 6rem) + 14vw); */
    padding-top: calc(clamp(3rem, 0rem + 12.8vw, 6rem) + 20vw);
    margin-top: -4vw;
    padding-bottom: clamp(5.4375rem, 0rem + 23.2vw, 10.875rem);
  }
  .cause:after {
    background-image: url(../img/why_bg_sp.webp);
    height: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem);
  }
  .cause_box > p:first-child {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .cause_heading > p {
    display: inline-block !important;
    margin: 0;
    padding: 0 10px;
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .cause_heading > p:nth-child(2){
    padding: 0 calc(10px + 3vw);
  }
  .cause_heading > p:last-child {
    margin-top: clamp(0.3125rem, 0rem + 1.33vw, 0.625rem);
  }
  .cause_heading > p.u-pc:first-child {
    display: none !important;
  }
  .cause_heading > p:before {
    border-bottom: solid 10.8vw transparent;
    border-bottom-width: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .cause_heading > p:after {
    border-bottom: solid 10.8vw var(--font-color_b1);
    border-bottom-width: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .cause_box > p:nth-child(3) {
    margin-bottom: clamp(1.28125rem, 0rem + 5.47vw, 2.5625rem);
  }
  .cause_box > p:nth-child(4) {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    text-align: left;
    margin-bottom: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
  }
  .cause_box > p:nth-child(4) > span {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
}
.why {
  position: relative;
  padding-top: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  padding-bottom: 62px;
}
.why:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url(../img/why_bg.webp) repeat center right/100%;
  background-position: 1440px 698px;
}

.why_box {
  width: min(868px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

.why_ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.96px;
  vertical-align: bottom;
  text-align: center;
  color: #001435;
}
.why_ttl:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  translate: 0 50%;
  z-index: -2;
  width: 100%;
  height: 19px;
  opacity: 0.6;
  background: url(../img/why_title_icon.webp) no-repeat center center/contain;
}

.why_content {
  margin-top: 59px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.why_content_txt {
  margin-top: 84px;
  padding-bottom: 101px;
  width: min(75%, 537px);
}

.why_list {
  width: min(395px, 100%);
}

.why_list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #333333;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
}
.why_list_item span {
  background: linear-gradient(transparent 10%, var(--accent-color) 10%);
}

.why_list_item:not(:last-child) {
  margin-bottom: 14px;
}

.why_content_txt_sub {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
}

.why_img_box {
  position: relative;
  flex-shrink: 0;
  align-self: normal;
}
.why_img_box img:first-child {
  margin-right: 74px;
}
.why_img_box img:last-child {
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 163px;
  height: 247px;
}

@media only screen and (max-width: 750px) {
  .why {
    padding-top: 0;
  }
  .why:before {
    background-image: url(../img/why_bg_sp.webp);
  }
  .why_box {
    padding-inline: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
    padding-bottom: clamp(3.84375rem, -0.5rem + 18.53vw, 8.1875rem);
  }
  .why_ttl {
    font-size: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    line-height: clamp(1.9375rem, -0.66rem + 11.07vw, 4.53125rem);
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 10px;
  }
  .why_ttl span {
    display: block;
    font-weight: 700;
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
    text-align: center;
    margin-bottom: 1vw;
  }
  .why_ttl:before {
    content: "";
    position: absolute;
    bottom: clamp(-0.65625rem, 0rem + -2.8vw, -1.3125rem);
    left: 0;
    translate: 0 50%;
    z-index: -2;
    width: 100%;
    height: 10.4%;
    opacity: 0.6;
    background: url(../img/why_title_icon_sp.webp) no-repeat center center/contain;
  }
  .why_content {
    flex-direction: column;
    align-items: center;
    margin-top: clamp(2.03125rem, 0rem + 8.67vw, 4.0625rem);
  }
  .why_content_txt {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .why_list {
    width: 100%;
  }
  .why_list_item {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    letter-spacing: 0.04em;
    vertical-align: bottom;
    gap: 0;
    border-bottom: none;
  }
  .why_list_item>svg {
    width: 7.2vw;
    height: 7.2vw;
  }
  .why_list_item:not(:last-child) {
    margin-bottom: clamp(0.4375rem, 0rem + 1.87vw, 0.875rem);
  }
  .why_content_txt_sub {
    margin-top: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .why_img_box {
    width: 71%;
    margin-top: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
    margin-inline: auto;
  }
  .why_img_box img {
    width: clamp(8.375rem, 0rem + 35.73vw, 16.75rem);
    height: clamp(12.65625rem, 0rem + 54vw, 25.3125rem);
  }
  .why_img_box img:last-child {
    bottom: clamp(-6.25rem, 0rem + -26.67vw, -12.5rem);
    width: clamp(8.375rem, 0rem + 35.73vw, 16.75rem);
    height: clamp(12.65625rem, 0rem + 54vw, 25.3125rem);
  }
}
.foryou {
  position: relative;
  padding-block: 120px 164px;
  background-color: #f3f8fa;
}
.foryou:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -32%;
  z-index: 0;
  width: 190px;
  height: 90px;
  background: url(../img/foryou_arrow.webp) no-repeat center center/contain;
}
.foryou:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 140px;
  background-color: #5ca4ba;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.foryou_box {
  width: min(1045px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.foryou_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 33.26px;
  line-height: 49.89px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #001435;
}

.foryou_content {
  margin-top: 60px;
  position: relative;
}

.foryou_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(63px, 10%);
}

.foryou_list_item {
  border: 3px solid #3d93ad;
  text-align: center;
  width: 100%;
}
.foryou_list_item h3 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
  background-color: #3d93ad;
  padding: 9px 0;
}
.foryou_list_item p {
  color: #3d93ad;
  font-size: 31.99px;
  font-weight: 700;
  line-height: 49.99px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.foryou_list_item_img_wrap {
  padding: 16px 20px;
  display: grid;
  place-items: center;
}

.foryou_list_item:nth-child(even) {
  border-color: #e16e76;
  background-color: #fff;
}
.foryou_list_item:nth-child(even) h3 {
  background-color: #e16e76;
}
.foryou_list_item:nth-child(even) p {
  color: #e16e76;
}

.foryou_img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.foryou_txt_box {
  margin-top: 60px;
  text-align: center;
}

.foryou_sub_ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-align: center;
}

.foryou_main_ttl {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  text-align: center;
}
.foryou_main_ttl span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.04em;
  padding-inline: 8px;
  color: #ffffff;
  background-color: #001435;
}
.foryou_main_ttl span:before {
  position: absolute;
  content: "";
  right: -16px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px #001435;
  border-bottom: solid 70px transparent;
}
.foryou_main_ttl span:after {
  position: absolute;
  content: "";
  left: -16px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 16px transparent;
  border-bottom: solid 70px #001435;
}

.foryou_bottom_box {
  max-width: 777px;
  margin-inline: auto;
  margin-top: 69px;
  padding: 41px 27px 30px;
  text-align: center;
  border: 2px solid #3d93ad;
}

.foryou_bottom_ttl {
  position: relative;
  display: inline-block;
  color: #3d93ad;
  padding: 8px 29px;
  background-color: #f3f8fa;
  color: #3d93ad;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 29px;
  top: -75px;
}
.foryou_bottom_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3d93ad;
}
.foryou_bottom_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3d93ad;
}

.foryou_bottom_txt {
  padding: 32px 32px 38px;
  margin-top: -65px;
  font-size: 20px;
  font-weight: 500;
  line-height: 41px;
  text-align: center;
  background-color: #fff;
}
.foryou_bottom_txt span {
  background: linear-gradient(transparent 10%, var(--accent-color) 10%);
}

@media only screen and (max-width: 750px) {
  .foryou {
    padding-block: clamp(2.5625rem, 0rem + 10.93vw, 5.125rem) clamp(5.375rem, 0rem + 22.93vw, 10.75rem);
  }
  .foryou:after {
    height: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem);
  }
  .foryou:before {
    width: clamp(5.9375rem, 0rem + 25.33vw, 11.875rem);
    translate: -50% -43%;
  }
  .foryou_box {
    padding-inline: 4vw;
  }
  .foryou_ttl {
    font-size: clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
    line-height: clamp(2.1875rem, 0rem + 9.33vw, 4.375rem);
  }
  .foryou_content {
    margin-top: clamp(1.40625rem, 0rem + 6vw, 2.8125rem);
  }
  .foryou_list {
    flex-direction: column;
    gap: clamp(1.953125rem, 0rem + 8.33vw, 3.90625rem);
  }
  .foryou_list_item h3 {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
  }
  .foryou_list_item .foryou_list_item_img_wrap {
    padding: clamp(0.65625rem, 0rem + 2.8vw, 1.3125rem) clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem);
  }
  .foryou_list_item p {
    font-size: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
    line-height: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  }
  .foryou_img_box {
    width: clamp(3rem, 0rem + 12.8vw, 6rem);
    height: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
  }
  .foryou_txt_box {
    margin-top: clamp(1.5625rem, 0rem + 6.67vw, 3.125rem);
  }
  .foryou_sub_ttl {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .foryou_main_ttl span {
    font-family: Noto Sans JP;
    font-size: clamp(2.03125rem, 0rem + 8.67vw, 4.0625rem);
    line-height: clamp(2.9375rem, 0rem + 12.53vw, 5.875rem);
    padding-inline: clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem);
  }
  .foryou_main_ttl span.u-pc {
    display: block;
  }
  .foryou_main_ttl span.u-sp {
    display: none;
  }
  .foryou_main_ttl span::before {
    border-bottom-width: clamp(2.9375rem, 0rem + 12.53vw, 5.875rem);
  }
  .foryou_main_ttl span::after {
    border-bottom-width: clamp(2.9375rem, 0rem + 12.53vw, 5.875rem);
  }
  .foryou_main_ttl span:last-child {
    margin-top: clamp(0.4375rem, 0rem + 1.87vw, 0.875rem);
  }
  .foryou_bottom_box {
    margin-top: clamp(2.5625rem, 0rem + 10.93vw, 5.125rem);
    padding-top: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    padding-bottom: clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
    padding-inline: clamp(0.65625rem, 0rem + 2.8vw, 1.3125rem);
  }
  .foryou_bottom_ttl {
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
    top: -11.5vw;
  }
  .foryou_bottom_txt {
    margin-top: -10vw;
    padding: clamp(1rem, 0rem + 4.27vw, 2rem) clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    text-align: left;
    font-weight: 500;
  }
}
.point {
  position: relative;
  padding-top: 16px;
  padding-bottom: 246px;
  background-color: #5ca4ba;
}
.point:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 140px;
  background-color: #f3f8fa;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.point_box {
  width: min(1196px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.point_header {
  text-align: center;
}

.point_sub_ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #5ca4ba;
  background-color: #fff;
  padding: 1px 8px;
}

.point_ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  color: #fff;
  margin-top: 12px;
}
.point_ttl span {
  font-family: "Noto Serif JP";
  font-size: 109.1px;
  line-height: 106.44px;
  letter-spacing: -0.12em;
  color: var(--accent-color);
}

.point_content {
  margin-top: 65px;
}

.point_item:nth-child(even) .point_item_main {
  flex-direction: row-reverse;
}
.point_item:not(:first-child) {
  margin-top: 117px;
}
.point_item:nth-child(2) .point_item_main {
  padding-bottom: 175px;
}
.point_item:nth-child(3) .point_item_main {
  padding-bottom: 214px;
}
.point_item:nth-child(3) .point_item_detail {
  margin-top: -129px;
  padding: 57px min(213px, 20%);
}

.point_item_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 58px 35px 130px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.2509803922);
}

.point_item_main_content {
  width: min(597px, 70%);
}

.point_item_main_point {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.point_item_main_point span {
  color: #5ca4ba;
}
.point_item_main_point span:first-child {
  font-weight: 700;
  font-size: 32.65px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.point_item_main_point span:last-child {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 97.66px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.point_item_main_txt_wrap {
  margin-top: 8px;
}

.point_item_main_lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
}

.point_item_main_txt {
  width: 96%;
  margin-top: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.point_item_main_txt span {
  background: linear-gradient(transparent 10%, var(--accent-color) 10%);
}

.point_item_main_img_wrap {
  width: min(472px, 100%);
  /* height: 360px; */
  height: 100%;
  max-height: 425px;
}
.point_item_main_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}

.point_item_detail {
  box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.2509803922);
  margin-top: -73px;
  width: min(1037px, 100%);
  padding: 61px 71px 47px;
  margin-inline: auto;
  background-color: #f3f8fa;
}
.point_item_detail:has(.point_item_table) {
  position: relative;
  padding: 86px 43px 47px;
}
.point_item_detail:has(.point_item_table)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 331.5px;
  height: 67.81px;
  background: url(../img/point_fukidashi.webp) no-repeat center center/contain;
  z-index: 1;
}

.point_item_detail_content_wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: space-between;
  row-gap: 49px;
}

.point_item_detail_content {
  width: min(407px, 70%);
}

.point_item_detail_content_ttl {
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}
.point_item_detail_content_ttl span:first-child {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
.point_item_detail_content_ttl span:last-child {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
}

.point_item_detail_content_item {
  display: flex;
  align-items: start;
  justify-content: start;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
}

.point_item_detail_content_img_wrap {
  padding-top: 6px;
  width: 100%;
  display: grid;
  place-items: center;
}

.point_item_detail_img_wrap {
  width: 437px;
  height: 403px;
}
.point_item_detail_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point_item_table {
  width: 100%;
}
.point_item_table table {
  width: 100%;
  border-collapse: collapse;
}
.point_item_table th,
.point_item_table td {
  padding: 23.5px 15px;
  text-align: center;
}
.point_item_table th {
  background-color: #ececec;
  font-weight: 700;
  font-size: 21.85px;
  line-height: 34.6px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 26.58px;
  padding-bottom: 26.58px;
}
.point_item_table th.empty {
  background-color: transparent;
  border: none;
}
.point_item_table th:first-child {
  width: 24%;
}
.point_item_table th:last-child {
  display: block;
  margin-top: 27px;
}
.point_item_table td {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 18.21px;
  line-height: 29.14px;
  letter-spacing: 0.04em;
}
.point_item_table td div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.point_item_table td:first-child {
  font-weight: 500;
  font-size: 18.21px;
  line-height: 29.14px;
  letter-spacing: 0.04em;
  text-align: center;
}
.point_item_table thead th:nth-child(2) {
  font-weight: 700;
  font-size: 29.14px;
  line-height: 45.53px;
  padding-block: 36px;
}
.point_item_table th:nth-child(2) {
  color: #ffffff;
  background-color: #5ca4ba;
  border-radius: 7.2px 7.2px 0 0;
}
.point_item_table td:nth-child(2) {
  background-color: #f3f8fa;
  color: #5ca4ba;
  position: relative;
  font-weight: 700;
  font-size: 20.94px;
  line-height: 29.14px;
  letter-spacing: 0.04em;
}
.point_item_table td:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 100%;
  background-color: #5ca4ba;
  border: 1px solid #5ca4ba;
}
.point_item_table td:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 7px;
  height: 100%;
  background-color: #5ca4ba;
  border: 1px solid #5ca4ba;
}
.point_item_table tr:last-child td:nth-child(2):before,
.point_item_table tr:last-child td:nth-child(2):after {
  border-bottom: 1px solid #e1e1e1;
}

.point_item_table_txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 8px;
}

.point_item_detail_header {
  text-align: center;
}
.point_item_detail_header h3 {
  margin-top: 11px;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 24%;
  text-decoration-thickness: 8%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #3d93ad;
}

.point_item_detail_header_img {
  display: grid;
  place-items: center;
}

.point_item_detail_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
  margin-top: 28px;
}

.point_item_detail_flex_item li {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1em;
}
.point_item_detail_flex_item li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  margin-right: 10px;
}
.point_item_detail_flex_item li span {
  background: linear-gradient(transparent 0%, var(--accent-color) 0%);
}
.point_item_detail_flex_item li + li {
  margin-top: 17px;
}

.point_item_detail_flex_img {
  width: min(215px, 100%);
  height: 222px;
}
.point_item_detail_flex_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point_item_detail_lead {
  text-align: center;
  margin-top: 50px;
}
.point_item_detail_lead p:not([class]) {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
}

.point_item_detail_lead_main {
  margin-top: 5px;
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
}
.point_item_detail_lead_main:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  rotate: 70.95deg;
  background-color: var(--font-color_b1);
  bottom: 46px;
  left: -25px;
}
.point_item_detail_lead_main:after {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  rotate: -70.95deg;
  background-color: var(--font-color_b1);
  bottom: 46px;
  right: -25px;
}

.point_bottom {
  margin-top: 116px;
  padding: 117px 30px 112px;
  background-color: #fff;
  box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 3px;
  position: relative;
}
.point_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 209.5px;
  height: 82.5px;
  background: url(../img/point_arrow.webp) no-repeat center center/contain;
  z-index: 1;
}

.point_bottom_appearance {
  max-width: 750px;
  margin-inline: auto;
  border: 3px solid #3d93ad;
  text-align: center;
  padding: 0 18px 18px;
}

.point_bottom_appearance_ttl {
  position: relative;
  display: inline-block;
  color: #3d93ad;
  padding: 8px 29px;
  background-color: #ffffff;
  color: #3d93ad;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 4px 29px;
  translate: 0 -50%;
}
.point_bottom_appearance_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% -50%;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3d93ad;
}
.point_bottom_appearance_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3d93ad;
}

.point_bottom_appearance_list {
  margin-top: -29px;
  background-color: #f3f8fa;
  padding: 19px 15px 10px;
  display: flex;
  justify-content: center;
  gap: 30px 9px;
  flex-wrap: wrap;
}
.point_bottom_appearance_list li:nth-child(1) {
  margin-left: 25px;
}
.point_bottom_appearance_list li:nth-child(2) {
  margin-right: 25px;
}

.point_bottom_appearance_list_item_img {
  width: 218px;
  height: 218 px;
  border-radius: 50%;
  border: 5px solid #3d93ad;
  overflow: hidden;
}
.point_bottom_appearance_list_item_img img {
  width: 100%;
  height: 100%;
}

.point_bottom_appearance_list_item_txt {
  margin-top: 5px;
  display: inline-block;
  border-radius: 2.36px;
  padding-right: 7.86px;
  padding-left: 7.86px;
  color: #ffffff;
  background-color: #3d93ad;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: center;
}

.point_bottom_inside {
  max-width: 777px;
  margin-inline: auto;
  margin-top: 89px;
  border: 3px solid #e16e76;
  text-align: center;
  padding: 0 18px 18px;
}

.point_bottom_inside_ttl {
  position: relative;
  display: inline-block;
  padding: 8px 29px;
  background-color: #ffffff;
  color: #e16e76;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 29px;
  translate: 0 -50%;
}
.point_bottom_inside_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e16e76;
}
.point_bottom_inside_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e16e76;
}

.point_bottom_inside_list {
  margin-top: -33px;
  background-color: #fffcfd;
  padding: 10px 15px 10px;
  display: flex;
  justify-content: center;
  gap: 30px 9px;
  flex-wrap: wrap;
}
.point_bottom_inside_list li:nth-child(1) {
  margin-left: 25px;
}
.point_bottom_inside_list li:nth-child(2) {
  margin-right: 25px;
}

.point_bottom_inside_list_item_img {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 5px solid #e16e76;
  overflow: hidden;
}
.point_bottom_inside_list_item_img img {
  width: 100%;
  height: 100%;
}

.point_bottom_inside_list_item_txt {
  margin-top: 5px;
  display: inline-block;
  border-radius: 2.36px;
  padding-right: 7.86px;
  padding-left: 7.86px;
  color: #ffffff;
  background-color: #e16e76;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: center;
}

.point_bottom_lead {
  margin-top: 75px;
  text-align: center;
}
.point_bottom_lead p {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
}
.point_bottom_lead p:last-child {
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  background: linear-gradient(transparent 70%, var(--accent-color) 70%);
}

@media only screen and (max-width: 750px) {
  .point {
    padding-top: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
    padding-bottom: clamp(6.15625rem, 0rem + 26.27vw, 12.3125rem);
  }
  .point:after {
    height: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem);
  }
  .point_box {
    padding: 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
  .point_sub_ttl {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
  }
  .point_ttl {
    margin-top: clamp(0.34375rem, 0rem + 1.47vw, 0.6875rem);
    font-size: clamp(2.0625rem, 0rem + 8.8vw, 4.125rem);
    line-height: clamp(4.125rem, 0rem + 17.6vw, 8.25rem);
  }
  .point_ttl span {
    font-size: clamp(5rem, 0rem + 21.33vw, 10rem);
    line-height: clamp(4.90625rem, 0rem + 20.93vw, 9.8125rem);
  }
  .point_content {
    margin-top: clamp(0.875rem, 0rem + 3.73vw, 1.75rem);
  }
  .point_item {
    background-color: #fff;
    /* padding: clamp(0.8125rem, 0rem + 3.47vw, 1.625rem) clamp(1.0625rem, 0rem + 4.53vw, 2.125rem) clamp(1.4375rem, 0rem + 6.13vw, 2.875rem); */
    padding: 7.8vw 2vw 6.2vw;
    box-shadow: 12.07px 12.07px 15.08px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .point_item_main {
    padding: 0;
    flex-direction: column;
    box-shadow: none;
  }
  .point_item_main_content {
    width: 100%;
  }
  .point_item_main_point {
    align-items: center;
  }
  .point_item_main_point span:first-child {
    font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
    line-height: clamp(1.53125rem, 0rem + 6.53vw, 3.0625rem);
  }
  .point_item_main_point span:last-child {
    font-size: clamp(2.28125rem, 0rem + 9.73vw, 4.5625rem);
    line-height: 0.8;
  }
  .point_item_main_txt_wrap {
    /* margin-top: clamp(0.4375rem, 0rem + 1.87vw, 0.875rem); */
    margin-top: clamp(0.4375rem, 0rem + 1.87vw, 0.875rem);
  }
  .point_item_main_lead {
    text-align: center;
    font-size: clamp(1.8125rem, 0rem + 7.73vw, 3.625rem);
    line-height: clamp(2.46875rem, 0rem + 10.53vw, 4.9375rem);
  }
  .point_item_main_txt {
    /* margin-top: clamp(0.625rem, 0rem + 2.67vw, 1.25rem); */
    margin-top: 6.2vw;
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    width: 100%;
    padding: 0 3.4vw;
  }
  .point_item_main_img_wrap {
    margin-top: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-height: unset;
    /* padding: 0 3.4vw; */
    /* aspect-ratio: 617/401; */
  }
  .point_item_detail {
    margin-top: clamp(1.59375rem, 0rem + 6.8vw, 3.1875rem);
    box-shadow: none;
    padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(0.90625rem, 0rem + 3.87vw, 1.8125rem);
  }
  .point_item_detail_content_wrapper {
    flex-direction: column;
    gap: clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
  }
  .point_item_detail_content {
    width: 100%;
  }
  .point_item_detail_img_wrap {
    width: clamp(18.71875rem, 0rem + 79.87vw, 37.4375rem);
    height: clamp(13rem, 0rem + 55.47vw, 26rem);
    width: 100%;
  }
  .point_item_detail_content_ttl {
    text-align: center;
    width: 90%;
    margin-inline: auto;
  }
  .point_item_detail_content_ttl span:first-child {
    font-size: clamp(0.90625rem, 0rem + 3.87vw, 1.8125rem);
    line-height: clamp(1.53125rem, 0rem + 6.53vw, 3.0625rem);
  }
  .point_item_detail_content_ttl span:last-child {
    font-size: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    line-height: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  }
  .point_item_detail_content_item {
    padding-left: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
    font-size: clamp(0.8125rem, 0rem + 3.47vw, 1.625rem);
    line-height: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
  }
  .point_item_detail_content_img_wrap {
    margin-top: clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
  }
  .point_item_detail_content_img_wrap img {
    width: 596px;
    height: auto;
    aspect-ratio: 596/227;
  }
  .point_item:not(:first-child) {
    margin-top: clamp(2.5rem, 0rem + 10.67vw, 5rem);
  }
  .point_item:nth-child(even) .point_item_main {
    flex-direction: column;
  }
  .point_item:nth-child(2) .point_item_main {
    padding: clamp(1.1875rem, 0rem + 5.07vw, 2.375rem) clamp(0.6875rem, 0rem + 2.93vw, 1.375rem);
  }
  .point_item:nth-child(2) .point_item_main_lead {
    text-align: center;
    font-size: 7.8vw;
    line-height: 10.6vw;
  }
  .point_item:nth-child(2) .point_item_main_lead::first-line {
    /* font-size: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem); */
    /* line-height: clamp(2.46875rem, 0rem + 10.53vw, 4.9375rem); */
    font-size: 5.2vw;
    line-height: 10.6vw;
  }
  .point_item:nth-child(2) .point_item_detail {
    padding: clamp(2.5625rem, 0rem + 10.93vw, 5.125rem) clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem) clamp(0.21875rem, 0rem + 0.93vw, 0.4375rem);
  }
  .point_item_detail:has(.point_item_table)::before {
    width: clamp(10.34375rem, 0rem + 44.13vw, 20.6875rem);
  }
  .point_item:has(.point_item_table) {
    /* padding: 0 clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem); */
    padding: 0 1.8vw 5.1vw;
  }
  .point_item_table {
    width: 100%;
  }
  .point_item_table table {
    width: 100%;
    border-collapse: collapse;
  }
  .point_item_table th,
  .point_item_table td {
    padding: clamp(0.6875rem, 0rem + 2.93vw, 1.375rem) clamp(0.5rem, 0rem + 2.13vw, 1rem);
    text-align: center;
  }
  .point_item_table th {
    font-size: clamp(0.84375rem, 0rem + 3.6vw, 1.6875rem);
    line-height: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    padding-block: clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
  }
  .point_item_table th.empty {
    background-color: transparent;
    border: none;
  }
  .point_item_table th:first-child {
    width: clamp(3rem, 0rem + 12.8vw, 6rem);
  }
  .point_item_table th:last-child {
    display: block;
    margin-top: 19px;
  }
  .point_item_table td {
    font-size: clamp(0.71875rem, 0rem + 3.07vw, 1.4375rem);
    line-height: clamp(1.0625rem, 0rem + 4.53vw, 2.125rem);
    letter-spacing: 0.04em;
  }
  .point_item_table td div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
  }
  .point_item_table td div img {
    width: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    height: auto;
    aspect-ratio: 1;
  }
  .point_item_table td:first-child {
    font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
    line-height: clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem);
    /* -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright; */
    /* padding: clamp(0.75rem, 0rem + 3.2vw, 1.5rem); */
  }
  .point_item_table td:first-child span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
-webkit-text-orientation: upright;
        text-orientation: upright;
        white-space: pre;
  }
  .point_item_table thead th:nth-child(2) {
    font-size: clamp(0.84375rem, 0rem + 3.6vw, 1.6875rem);
    line-height: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    padding-block: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    border-radius: 6.5px 6.5px 0 0;
    -webkit-border-radius: 6.5px 6.5px 0 0;
    -moz-border-radius: 6.5px 6.5px 0 0;
    -ms-border-radius: 6.5px 6.5px 0 0;
    -o-border-radius: 6.5px 6.5px 0 0;
}
  .point_item_table th:nth-child(2) {
    color: #ffffff;
    background-color: #5ca4ba;
    border-radius: 2.7px 2.7px 0 0;
  }
  .point_item_table td:nth-child(2) {
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem);
    width: clamp(8.90625rem, 0rem + 38vw, 17.8125rem);
    padding-inline: clamp(0.6875rem, 0rem + 2.93vw, 1.375rem) clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem);
  }
  .point_item_table tr:last-child td:nth-child(2) {
    border-bottom: 0.8vw solid #5ca4ba;
  }
  .point_item_table td:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 96%;
    background-color: #5ca4ba;
    border: 0.8vw solid #5ca4ba;
  }
  .point_item_table td:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 96%;
    background-color: #5ca4ba;
    border: 0.8vw solid #5ca4ba;
  }
  .point_item_table tr:last-child td:nth-child(2):before,
  .point_item_table tr:last-child td:nth-child(2):after {
    /* border-bottom: 1px solid #e1e1e1; */
    border-bottom: unset;
  }
  .point_item_table_txt {
    font-size: clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
    line-height: clamp(1rem, 0rem + 4.27vw, 2rem);
  }
  .point_item_main_img_wrap {
  }
  .point_item:nth-child(3) .point_item_main {
    padding-bottom: clamp(2.46875rem, 0rem + 10.53vw, 4.9375rem);
  }
  .point_item:nth-child(3) .point_item_detail {
    margin-top: inherit;
    padding: inherit;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  .point_item_detail_header_img img {
    width: clamp(16.78125rem, 0rem + 71.6vw, 33.5625rem);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .point_item_detail_header h3 {
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
    margin-top: 0;
  }
  .point_item_detail_flex {
    flex-direction: column;
    margin-top: clamp(0.875rem, 0rem + 3.73vw, 1.75rem);
    gap: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem);
  }
  .point_item_detail_flex_item li {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .point_item_detail_flex_item li + li {
    margin-top: 0;
  }
  .point_item_detail_lead {
    margin-top: clamp(2.1875rem, 0rem + 9.33vw, 4.375rem);
  }
  .point_item_detail_lead p:not([class]) {
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
    margin-inline: auto;
  }
  .point_item_detail_flex_img {
    width: clamp(13.1875rem, 0rem + 56.27vw, 26.375rem);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .point_item_detail_lead p {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
  }
  p.point_item_detail_lead_main {
    display: inline-block;
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
  }
  p.point_item_detail_lead_main:before {
    left: -23%;
    bottom: 6vw;
    width: clamp(3.1875rem, 0rem + 13.6vw, 6.375rem);
  }
  p.point_item_detail_lead_main:after {
    right: -23%;
    bottom: 6vw;
    width: clamp(3.1875rem, 0rem + 13.6vw, 6.375rem);
  }
  .point_bottom {
    margin-top: 17.2vw;
  }
  .point_bottom::before {
    width: clamp(8.40625rem, 0rem + 35.87vw, 16.8125rem);
  }
  .point_bottom {
    padding: clamp(4.375rem, 0rem + 18.67vw, 8.75rem) clamp(0.8125rem, 0rem + 3.47vw, 1.625rem) clamp(3.03125rem, 0rem + 12.93vw, 6.0625rem);
  }
  .point_bottom_appearance_ttl {
    font-size: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
    line-height: clamp(2.1875rem, 0rem + 9.33vw, 4.375rem);
    padding: clamp(0.25rem, 0rem + 1.07vw, 0.5rem) clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
    top: -10vw;
    translate: 0 0;
  }
  .point_bottom_appearance_list {
    margin-top: -9vw;
    padding: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem) clamp(0.59375rem, 0rem + 2.53vw, 1.1875rem) clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
  }
  .point_bottom_appearance_list li {
    width: 48%;
  }
  .point_bottom_appearance_list_item_img {
    width: clamp(7.96875rem, 0rem + 34vw, 15.9375rem);
    height: auto;
    aspect-ratio: 1;
  }
  .point_bottom_appearance_list_item_ttl {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .point_bottom_appearance {
    padding: clamp(0.875rem, -0.38rem + 5.33vw, 2.125rem) clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem) clamp(0.53125rem, 0rem + 2.27vw, 1.0625rem);
    padding: clamp(1.063rem, 0.676rem + 1.93vw, 2.125rem) clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem) clamp(0.53125rem, 0rem + 2.27vw, 1.0625rem);
  }
  .point_bottom_appearance_list li:nth-child(1) {
    margin: 0;
  }
  .point_bottom_appearance_list li:nth-child(2) {
    margin: 0;
  }
  .point_bottom_appearance_list_item_txt {
    margin-top: clamp(0.3125rem, 0rem + 1.33vw, 0.625rem);
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    background-color: transparent;
    color: #5ca4ba;
  }
  .point_bottom_inside {
    margin-top: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
  }
  .point_bottom_inside_ttl {
    font-size: clamp(1.375rem, 0rem + 5.87vw, 2.75rem);
    line-height: clamp(2.1875rem, 0rem + 9.33vw, 4.375rem);
    padding: clamp(0.25rem, 0rem + 1.07vw, 0.5rem) clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
    top: -10vw;
    translate: 0 0;
  }
  .point_bottom_inside_list {
    margin-top: -9vw;
    padding: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem) clamp(0.59375rem, 0rem + 2.53vw, 1.1875rem);
    gap: clamp(1.875rem, -0.06rem + 8.27vw, 3.8125rem) clamp(0.28125rem, 0rem + 1.2vw, 0.5625rem);
  }
  .point_bottom_inside_list li {
    width: 48%;
  }
  .point_bottom_inside_list_item_img {
    width: clamp(7.96875rem, 0rem + 34vw, 15.9375rem);
    height: auto;
    aspect-ratio: 1;
  }
  .point_bottom_inside_list_item_ttl {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .point_bottom_inside {
    padding: clamp(0.875rem, -0.38rem + 5.33vw, 2.125rem) clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem) clamp(0.53125rem, 0rem + 2.27vw, 1.0625rem);
  }
  .point_bottom_inside_list li:nth-child(1) {
    margin: 0;
  }
  .point_bottom_inside_list li:nth-child(2) {
    margin: 0;
  }
  .point_bottom_inside_list_item_txt {
    margin-top: clamp(0.3125rem, 0rem + 1.33vw, 0.625rem);
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    line-height: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    background-color: transparent;
    color: #e16e76;
  }
  .point_bottom_lead {
    margin-top: clamp(2.34375rem, 0rem + 10vw, 4.6875rem);
  }
  .point_bottom_lead p {
    font-size: clamp(1.0625rem, 0rem + 4.53vw, 2.125rem);
    line-height: clamp(1.4375rem, 0rem + 6.13vw, 2.875rem);
    display: block;
  }
  .point_bottom_lead p:last-child {
    display: inline;
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(2.28125rem, 0rem + 9.73vw, 4.5625rem);
  }
}
.voice {
  padding-top: 40px;
  padding-bottom: 65px;
  background-color: #f3f8fa;
}

.voice_inner {
  width: min(1111px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.voice_head {
  text-align: center;
}

.voice_lead {
  display: inline-block;
  border-top: 1px solid #5ca4ba;
  border-bottom: 1px solid #5ca4ba;
  padding: 2px 8px;
  color: #5ca4ba;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
}

.voice_ttl {
  color: #5ca4ba;
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 0.13em;
}

.voice_list1 {
  display: flex;
  gap: 30px;
}
.voice_item {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.voice_list1 .voice_item_content {
  margin-top: 100px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 9px 9px 16px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 110px 40px 20px;
  height: 100%;
}
.voice_list1 .voice_item_img {
  display: grid;
  place-items: center;
  width: min(252px, 100%);
  height: 155px;
  box-shadow: 9px 9px 16px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.voice_list1 .voice_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_list1 .voice_item_target {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
}
.voice_list1 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  margin-top: 10px;
}
.voice_list1 .voice_item_txt {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
.voice_list1 .voice_item_txt_sm {
  font-size: 14px;
}

.voice_list2 {
  max-width: 994px;
  margin-inline: auto;
  margin-top: 29px;
  display: flex;
  gap: 29px;
}
.voice_list2 .voice_item {
  flex: 1;
}
.voice_list2 .voice_item_content {
  height: 100%;
  padding: 17px 0px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 9px 9px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.voice_list2 .voice_item_content p {
  font-size: 24.18px;
  line-height: 38.69px;
  letter-spacing: 0.04em;
  color: #919191;
  text-align: center;
}

.voice_head2 {
  margin-top: 130px;
}

@media (max-width: 768px) {
  .voice {
    padding-top: clamp(2.5rem, 0rem + 10.67vw, 5rem);
    padding-bottom: clamp(3.28125rem, 0rem + 14vw, 6.5625rem);
  }
  .voice_inner {
    padding-inline: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
  .voice_lead {
    font-weight: 700;
    padding: clamp(0.0625rem, 0rem + 0.27vw, 0.125rem) clamp(0.25rem, 0rem + 1.07vw, 0.5rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .voice_ttl {
    margin-top: clamp(0.4375rem, 0rem + 1.87vw, 0.875rem);
    font-size: clamp(2.15625rem, 0rem + 9.2vw, 4.3125rem);
    line-height: clamp(3.3125rem, 0rem + 14.13vw, 6.625rem);
    letter-spacing: 0.04em;
  }
  .voice_item {
    width: 100%;
  }
  .voice_list1 {
    margin-top: clamp(2.375rem, 0rem + 10.13vw, 4.75rem);
    flex-direction: column;
    gap: clamp(2.53125rem, 0rem + 10.8vw, 5.0625rem);
  }
  .voice_list1 .voice_item_img {
    width: clamp(15rem, 0rem + 64vw, 30rem);
    height: clamp(9.28125rem, 0rem + 39.6vw, 18.5625rem);
    translate: -50% -55%;
  }
  .voice_list1 .voice_item_content {
    padding: clamp(5.6875rem, 0rem + 20vw, 9.375rem) clamp(2rem, 0rem + 8.53vw, 4rem) clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .voice_list1 .voice_item_target {
    text-align: center;
    font-size: clamp(0.90625rem, 0rem + 3.87vw, 1.8125rem);
    line-height: 5.5vw;
  }
  .voice_list1 h3 {
    margin-top: clamp(0.78125rem, 0rem + 3.33vw, 1.5625rem);
    font-size: clamp(1.25rem, 0rem + 5.33vw, 2.5rem);
    line-height: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem);
  }
  .voice_list1 .voice_item_txt {
    font-weight: 500;
    margin-top: clamp(0.40625rem, 0rem + 1.73vw, 0.8125rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .voice_list1 .voice_item_txt>span {
    font-size: 3.4vw;
  }
  .voice_head2 {
    margin-top: clamp(5.375rem, 0rem + 22.93vw, 10.75rem);
  }
  .voice_head2 .voice_ttl {
    font-size: clamp(2.15625rem, 0rem + 9.2vw, 4.3125rem);
    line-height: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
  }
  .voice_head2 .voice_ttl:first-line {
    font-size: clamp(1.75rem, 0rem + 7.47vw, 3.5rem);
    line-height: clamp(2.5rem, 0rem + 10.67vw, 5rem);
  }
  .voice_list2 {
    flex-direction: column;
    margin-top: clamp(2.21875rem, 0rem + 9.47vw, 4.4375rem);
    gap: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
  }
  .voice_list2 .voice_item {
    width: 100%;
  }
  .voice_list2 .voice_item_content {
    width: 100%;
    padding: 4.8vw 0;
    position: relative;
  }
  .voice_list2 .voice_item_content p {
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(2.09375rem, 0rem + 8.93vw, 4.1875rem);
    letter-spacing: 0.04em;
    color: #919191;
    text-align: center;
  }
}
.cta2 {
  background-image: url(../img/cta2_bg.webp);
  background-color: #f3f8fa;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 164px;
  padding-bottom: 60px;
  margin-top: 0;
  position: relative;
}

.cta2 .cta_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cta2 .cta_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/139;
  background-image: url(../img/cta2_bg_bottom.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.cta_lead_wrap {
  display: grid;
  place-items: center;
}

.cta2 .cta_ttl {
  margin-top: 39px;
  margin-bottom: 36px;
  font-size: 32px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .cta2 {
    padding-top: clamp(5.5625rem, 0rem + 23.73vw, 11.125rem);
    position: relative;
    background-image: url(../img/cta2_bg2_sp.webp);
    background-position: top center;
  }
  .cta2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(3.90625rem, 0rem + 16.67vw, 7.8125rem);
    background-color: #f3f8fa;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .cta2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/cta2_bg1_sp.webp);
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .cta2 .cta_btn_box {
    padding-bottom: clamp(1.375rem, -0.63rem + 8.53vw, 3.375rem);
  }
  .cta_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(43.875rem, 0rem + 187.2vw, 87.75rem);
    background-image: url(../img/cta2_bg2_sp.webp);
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .cta_bg::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem);
    background-color: #f3f8fa;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .cta_lead_wrap {
    width: clamp(19.4375rem, 0rem + 82.93vw, 38.875rem);
    margin-inline: auto;
  }
  .cta_lead_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cta2 .cta_ttl {
    margin-top: clamp(1.625rem, 0rem + 6.93vw, 3.25rem);
    margin-bottom: clamp(1.15625rem, 0rem + 4.93vw, 2.3125rem);
    font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
    line-height: 1.39;
    letter-spacing: 0.06em;
  }
}
.comparison {
  padding-top: 47px;
  padding-bottom: 26px;
  background-color: #f3f8fa;
}

.comparison_inner {
  width: min(854px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.comparison_ttl {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-align: center;
}
.comparison_ttl span {
  position: relative;
}
.comparison_ttl span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 100%;
  width: 100%;
  height: 13px;
  background: url(../img/comparison_ttl_icon.webp) no-repeat center center/contain;
}

.comparison_box {
  margin-top: 49px;
  display: flex;
  gap: 63px;
}

.comparison_box_item {
  flex: 1;
  background-color: #ffffff;
  border: 3px solid #dcdcdc;
}
.comparison_box_item h3 {
  font-weight: 500;
  font-size: 22.41px;
  line-height: 42.57px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 39px 10px 13px;
}

.gray {
  border: 3px solid #dcdcdc;
  border: 3px solid #dcdcdc;
}
.gray h3 {
  background-color: #dcdcdc;
  position: relative;
}
.gray h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 13px;
  width: 38px;
  height: 30px;
  background: url(../img/comparison_box_icon1.webp) no-repeat center center/contain;
}

.blue {
  border: 3px solid #3d93ad;
}
.blue h3 {
  background-color: #3d93ad;
  color: #ffffff;
  font-weight: 700;
  font-size: 26.89px;
  line-height: 42.57px;
  position: relative;
}
.blue h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 12px;
  width: 47px;
  height: 29px;
  background: url(../img/comparison_box_icon2.webp) no-repeat center center/contain;
}
.blue .comparison_box_item_price {
  padding-top: 45px;
}
.blue .comparison_box_fukidashi {
  margin-top: 39px;
  background-color: var(--accent-color);
  font-weight: 500;
  font-size: 22.41px;
  line-height: 35.85px;
}
.blue .comparison_box_fukidashi:before {
  background-color: var(--accent-color);
}

.comparison_box_item_price {
  padding: 28px 15px 37px;
  text-align: center;
}
.comparison_box_item_price > p {
  text-align: center;
  font-weight: 500;
  font-size: 22.41px;
  line-height: 43.69px;
  letter-spacing: 0.04em;
}

.comparison_box_fukidashi {
  display: inline-block;
  margin-top: 26px;
  padding: 5px 12px;
  font-weight: 500;
  font-size: 22.41px;
  line-height: 35.85px;
  text-align: center;
  position: relative;
  background-color: #dcdcdc;
}
.comparison_box_fukidashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 19px;
  transform: translate(-50%, -70%);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #dcdcdc;
}

.comparison_box_item_price_ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 22.41px;
  line-height: 35.85px;
  letter-spacing: 0.08em;
  vertical-align: bottom;
  color: #3d93ad;
  border-bottom: 2px solid #3d93ad;
}
.comparison_box_item_price_ttl p {
  font-weight: 700;
  font-size: 40.33px;
  line-height: 56.02px;
}
.comparison_box_item_price_ttl span {
  font-weight: 500;
  font-size: 19.38px;
  line-height: 31.01px;
  position: relative;
}
.comparison_box_item_price_ttl span:before {
  position: absolute;
  content: "(税込)";
  top: 0;
  left: 50%;
  width: 30px;
  translate: -50% -100%;
  font-style: normal;
  font-family: "Noto Sans JP";
  line-height: 100%;
  font-family: Noto Sans JP;
  font-size: 8px;
  color: #3d93ad;
}

.comparison_content {
  margin-top: 59px;
  background-color: #ffffff;
  box-shadow: 1px 2px 10px 0px rgba(61, 147, 173, 0.3215686275);
  text-align: center;
  padding: 0 51px 47px;
  position: relative;
}
.comparison_content:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 16.5px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #3d93ad;
  border-left: 1px solid #3d93ad;
}
.comparison_content:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 16.5px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #3d93ad;
  border-right: 1px solid #3d93ad;
}

.comparison_content_ttl {
  display: inline-block;
  min-width: 312px;
  padding: 15px 19px;
  background-color: #3d93ad;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-top: -50%;
}

.comparison_content_txt {
  padding-top: 29px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #3d93ad;
}
.comparison_content_txt p span {
  background: linear-gradient(transparent 10%, var(--accent-color) 10%);
}
.comparison_content_txt:before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 16.5px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #3d93ad;
  border-left: 1px solid #3d93ad;
}
.comparison_content_txt:after {
  content: "";
  position: absolute;
  bottom: 21px;
  right: 16.5px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #3d93ad;
  border-right: 1px solid #3d93ad;
}

.comparison_footer {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  margin-top: 54px;
}

@media (max-width: 768px) {
  .comparison_inner {
    padding-inline: clamp(1.09375rem, 0rem + 4.67vw, 2.1875rem);
  }
  .comparison_ttl {
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
  }
  .comparison_ttl span {
    display: inline-block;
    font-size: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
    line-height: clamp(2.53125rem, 0rem + 10.8vw, 5.0625rem);
    vertical-align: bottom;
  }
  .comparison_ttl span:before {
    left: 50%;
    translate: -50% 100%;
    width: clamp(10.8125rem, 0rem + 46.13vw, 21.625rem);
  }
  .comparison_box {
    width: clamp(16.46875rem, 0rem + 70.27vw, 32.9375rem);
    margin-inline: auto;
    margin-top: clamp(2.46875rem, 0rem + 10.53vw, 4.9375rem);
    flex-direction: column;
    gap: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  }
  .comparison_box_item h3 {
    font-size: clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem);
    line-height: clamp(1.84375rem, 0rem + 7.87vw, 3.6875rem);
    padding: clamp(1.71875rem, 0rem + 7.33vw, 3.4375rem) clamp(0.625rem, 0rem + 2.67vw, 1.25rem) clamp(0.59375rem, 0rem + 2.53vw, 1.1875rem);
  }
  .gray h3:before {
    translate: -50% clamp(0.59375rem, 0rem + 2.53vw, 1.1875rem);
    width: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
    height: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  }
  .gray .comparison_box_item_price {
    padding-block: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem) clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
  }
  .blue {
    border: 3px solid #3d93ad;
  }
  .blue h3 {
    font-size: clamp(1.15625rem, 0rem + 4.93vw, 2.3125rem);
  }
  .blue h3:before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 50%;
    translate: -50% 12px;
    width: 9vw;
    height: 6.7vw;
    background: url(../img/comparison_box_icon2.webp) no-repeat center center/contain;
  }
  .blue .comparison_box_item_price {
    padding-block: clamp(1.9375rem, 0rem + 8.27vw, 3.875rem) clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .blue .comparison_box_fukidashi {
    margin-top: clamp(1.21875rem, 0rem + 5.2vw, 2.4375rem);
    background-color: var(--accent-color);
    font-weight: 500;
    font-size: 4.2vw;
    line-height: 6.7vw;
  }
  v .blue .comparison_box_fukidashi:before {
    background-color: var(--accent-color);
  }
  .comparison_box_item_price > p {
    font-size: clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem);
    line-height: clamp(1.90625rem, 0rem + 8.13vw, 3.8125rem);
  }
  p.comparison_box_fukidashi {
    font-size: clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem);
    line-height: clamp(1.5625rem, 0rem + 6.67vw, 3.125rem);
  }
  p.comparison_box_fukidashi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 19px;
    transform: translate(-50%, -70%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
    background-color: #dcdcdc;
  }
  .comparison_box_item_price_ttl {
    font-size: clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem);
    line-height: clamp(1.5625rem, 0rem + 6.67vw, 3.125rem);
  }
  .comparison_box_item_price_ttl > p {
    font-size: clamp(1.75rem, 0rem + 7.47vw, 3.5rem);
    line-height: clamp(2.4375rem, 0rem + 10.4vw, 4.875rem);
  }
  .comparison_box_item_price_ttl span {
    font-size: clamp(0.84375rem, 0rem + 3.6vw, 1.6875rem);
    line-height: clamp(1.34375rem, 0rem + 5.73vw, 2.6875rem);
    margin-top: 2.7vw;
  }
  .comparison_box_item_price_ttl span:before {
    position: absolute;
    content: "(税込)";
    top: 0.8vw;
    left: 50%;
    width: 10vw;
    translate: -50% -100%;
    font-style: normal;
    font-family: "Noto Sans JP";
    line-height: 100%;
    font-family: Noto Sans JP;
    /* font-size: clamp(0.375rem, 0rem + 1.6vw, 0.75rem); */
    font-size: 1.3vw;
    color: #3d93ad;
  }
  .comparison_content {
    margin-top: clamp(3.25rem, 0rem + 13.87vw, 6.5rem);
    padding: 0 clamp(1.375rem, 0rem + 5.87vw, 2.75rem) clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
  }
  .comparison_content:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 16.5px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #3d93ad;
    border-left: 1px solid #3d93ad;
  }
  .comparison_content:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 16.5px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #3d93ad;
    border-right: 1px solid #3d93ad;
  }
  .comparison_content_ttl {
    min-width: clamp(11.375rem, 0rem + 48.53vw, 22.75rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
    padding: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem) clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
  }
  .comparison_content_txt {
    padding-top: clamp(2.375rem, 0rem + 10.13vw, 4.75rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .comparison_footer {
    margin-top: clamp(0.875rem, 0rem + 3.73vw, 1.75rem);
    font-size: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
    line-height: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
  }
}
.reason {
  position: relative;
  padding-bottom: 216px;
}
.reason:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  aspect-ratio: 2880/3414;
  background: url(../img/reason_bg1.webp) no-repeat center center/100% 100%;
}
.reason:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  aspect-ratio: 2880/4006;
  background: url(../img/reason_bg2.webp) no-repeat center center/100% 100%;
}

.reason_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reason_bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1440/144;
  background: url(../img/reason_bg3.webp) no-repeat center center/100% 100%;
}

.reason_inner {
  width: min(1065px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.reason_head {
  padding-top: 177px;
  text-align: center;
}
.reason_head > span {
  display: inline-block;
  padding: 1px 26px;
  background-color: #3d93ad;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}
.reason_head h2 {
  margin-top: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  color: #3d93ad;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
.reason_head h2 span {
  font-family: "Noto Serif JP";
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.1em;
}

.reason_content {
  margin-top: 92px;
}

.reason_item {
  padding: 76px 23px 28px;
  background-color: #ffffff;
  box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.1411764706);
}

.reason_item + .reason_item {
  margin-top: 53px;
}

.reason_item_inner {
  border: 3px solid #3d93ad;
  padding: 0 23px 60px;
}

.reason_item_heading {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  transform: translate(2px, -50%);
  background-color: #ffffff;
}
.reason_item_heading h3 {
  padding: 8px 20px;
  color: #3d93ad;
  font-size: 32px;
  line-height: 50px;
}

.reason_item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: -14px;
}

.reason_item:nth-child(even) .reason_item_content {
  flex-direction: row-reverse;
}

.reason_item_content_txt {
  width: min(453px, 65%);
}
.reason_item_content_txt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.reason_item_content_txt p span {
  background: linear-gradient(transparent 10%, var(--accent-color) 10%);
}

.reason_item_content_img {
  width: 50%;
}

@media (max-width: 768px) {
  .reason {
    overflow: hidden;
    padding-bottom: clamp(6rem, 0rem + 25.6vw, 12rem);
  }
  .reason_bg:before {
    aspect-ratio: 750/93;
  }
  .reason_inner {
    padding-inline: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
  .reason_head {
    padding-top: clamp(5.0625rem, 0rem + 21.6vw, 10.125rem);
  }
  .reason_head > span {
    padding: 1px clamp(0.8125rem, 0rem + 3.47vw, 1.625rem);
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.46875rem, 0rem + 6.27vw, 2.9375rem);
  }
  .reason_head h2 {
    font-size: clamp(2.0625rem, 0rem + 8.8vw, 4.125rem);
    line-height: clamp(3.8125rem, -0.63rem + 18.93vw, 8.25rem);
  }
  .reason_head h2 span {
    font-size: clamp(5rem, 0rem + 21.33vw, 10rem);
    line-height: clamp(5.53125rem, 1.25rem + 18.27vw, 9.8125rem);
  }
  .reason_content {
    margin-top: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
  }
  .reason_item {
    padding: clamp(2.375rem, 0rem + 10.13vw, 4.75rem) clamp(0.625rem, 0rem + 2.67vw, 1.25rem);
  }
  .reason_item_inner {
    padding: 0 clamp(0.96875rem, 0rem + 4.13vw, 1.9375rem) clamp(2.21875rem, 0rem + 9.47vw, 4.4375rem);
    border: 0.6vw solid #3d93ad;
  }
  .reason_item_heading {
    flex-direction: column;
    align-items: start;
    gap: clamp(1.1875rem, 0rem + 5.07vw, 2.375rem);
    transform: translate(0, 0);
    margin-bottom: clamp(1.75rem, 0rem + 7.47vw, 3.5rem);
    translate: -1vw 0;
  }
  .reason_item_heading h3 {
    margin-top: -6vw;
    width: 108%;
    padding: 0;
    font-size: clamp(1.8125rem, 0rem + 7.73vw, 3.625rem);
    font-size: clamp(1.625rem, 6.93vw, 3.25rem);
    line-height: clamp(2.78125rem, 0.63rem + 9.2vw, 4.9375rem);
  }
  .reason_item_heading img {
    width: clamp(5.0625rem, 0rem + 21.6vw, 10.125rem);
    height: clamp(1.90625rem, 0rem + 8.13vw, 3.8125rem);
    translate: 0 -50%;
  }
  .reason_item_content {
    position: relative;
    flex-direction: column-reverse;
  }
  .reason_item_content_txt {
    width: 100%;
    padding-top: calc(clamp(12.375rem, 0rem + 52.8vw, 24.75rem) + clamp(1.75rem, 0rem + 7.47vw, 3.5rem));
  }
  .reason_item_content_txt p {
    font-size: clamp(1rem, 0rem + 4.27vw, 2rem);
    line-height: clamp(1.65625rem, 0rem + 7.07vw, 3.3125rem);
  }
  .reason_item_content_img {
    position: absolute;
    top: 0;
    left: calc(-1 * (clamp(0.625rem, 0rem + 2.67vw, 1.25rem) + clamp(2.21875rem, 0rem + 9.47vw, 4.4375rem)));
    width: 100vw;
    height: clamp(12.375rem, 0rem + 52.8vw, 24.75rem);
  }
  .reason_item_content_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.2509803922);
  }
}


.cta_btn_sp {
  display: none;
}
@media (max-width: 768px) {
  .cta_btn_sp {
    position: fixed;
    display: block;
    bottom: 10px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
}


.txt_br_sp {
    display: none;
}
@media only screen and (max-width: 750px) {
    .txt_br_sp {
        display: block;
    }
}

.cta.last {
    margin-top: 0;
    padding-top: 196px;
    padding-bottom: 111px;
    background-image: url(../img/cta_bg_last.webp);
}
.cta.last .cta_btn_box {
    padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
    .cta.last {
        padding-top: 26.7vw;
        padding-bottom: 19.2vw;
        background-image: url(../img/cta_bg_last_sp.webp);
    }
}


/* Q&A */
.section_bg {
    display: flex;
}
.section_bg>svg {
    width: 100%;
}
.section_ttl_box {
    text-align: center;
}
.section_ttl {
    color: #3D93AD;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 5.2px;
}
.section_ttl_en {
    position: relative;
    display: inline-block;
    color: #3D93AD;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}
.section_ttl_en::before,
.section_ttl_en::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: #3D93AD; /* 線の色 */
}

.section_ttl_en::before {
    right: 100%;
    margin-right: 15px; /* テキストとの間隔 */
}

.section_ttl_en::after {
    left: 100%;
    margin-left: 15px; /* テキストとの間隔 */
}

.qa_box {
    padding-top: 50px;
    padding-bottom: 88px;
}
.qa_card {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background: #F3F8FA;
    box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.14);
}
.qa_card:nth-child(n+2){
    margin-top: 50px;
}

.question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #333;
}
.question>p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
}
.answer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.answer>p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
}

@media only screen and (max-width: 750px) {
    .qa {
        padding-left: 6.4vw;
        padding-right: 6.4vw;
        padding-top: 10.4vw;
    }
    .section_bg>svg {
        width: 100%;
    }

    .section_ttl {
        font-size: 9.4vw;
        font-weight: 700;
        line-height: 10.7vw;
        letter-spacing: 1.2vw;
        margin-bottom: 17px;
    }
    .section_ttl_en {
        font-size: 4.6vw;
        font-weight: 700;
        line-height: 7.1vw;
        letter-spacing: 1.339px;
    }
    .section_ttl_en::before,
    .section_ttl_en::after {
        width: 26px; /* 線の長さ */
    }
    .qa_box {
        padding-top: 7.1vw;
        padding-bottom: 8.6vw;
    }
    .qa_card:nth-child(n+2) {
        margin-top: 5.8vw;
    }
    .question>p {
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 7.1vw;
        letter-spacing: 1.28px;
    }
    .answer>p {
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 7.1vw;
        letter-spacing: 1.28px;
    }
}

.information_box {
    background: #F3F8FA;
    padding-bottom: 64px;
}
.information_card {
    max-width: 987px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.14);
}
.information_card_box {
    display: flex;
    /* align-items: center; */
    gap: 35px;
    align-self: stretch;
    margin-bottom: 80px;
}
.information_card_img {
    width: 45%;
}
.information_card_img>div:first-child {
    margin-bottom: 27px;
}
.information_txt_box>h3 {
    color: #3D93AD;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 156.25% */
    letter-spacing: 1.28px;
    margin-bottom: 15px;
}

.information_txt_box>dl {
    display: flex;
    padding-bottom: 15px;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-bottom: 1px solid #333;
}
.information_txt_box>dl:nth-child(n+2) {
    margin-top: 15px;
}
.information_txt_box>dl:last-child {
    border-bottom: none;
}
.information_txt_box>dl>dt,
.information_txt_box>dl>dd {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    letter-spacing: 0.8px;
}
.information_txt_box>dl>dd>div {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.information_txt_box>dl>dd>div>span:first-child {
    display: block;
    width: 7px;
    height: 7px;
    background: #333;
}


.information_map {
    max-width: 643px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    .information_box {
        padding-top: 12.8vw;
        padding-bottom: 10.7vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .information_card_box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 0px;
        margin-bottom: 7.4vw;
    }
    .information_card {
        padding: 7.5vw 6.8vw;
        margin-top: 7.1vw;
    }
    .information_txt_box>h3 {
        font-size: 5.6vw;
        font-weight: 700;
        line-height: 7.6vw;
        letter-spacing: 1.68px;
        text-align: center;
    }
    .information_txt_box>dl:last-child {
        padding-bottom: 0;
    }
    .information_txt_box>dl>dt {
        min-width: 17.6vw;
    }
    .information_txt_box>dl>dt, .information_txt_box>dl>dd {
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 7.1vw;
        letter-spacing: 1.28px
    }
    .information_card_img {
        width: 100%;
        margin-top: 5.5vw;
    }
    .information_card_img>div:first-child {
        margin-bottom: 5.4vw;
    }
}

.course {
    padding-top: 43px;
    padding-bottom: 69px;
    background: #F0F0F0;
}
.course_box {
    max-width: 889px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.14);
    padding: 34px 102px 45px;
    background: url(../img/course_bg.webp) #fff -172.099px 0px / 138.648% 100% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.course_txt {
    max-width: 594px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 135.714% */
    letter-spacing: 3.92px;
    background: #001435;
    padding: 3px 0px;
    margin-top: 43px;
    margin-bottom: 17px;
}
.course_price_box {
    display: flex;
    justify-content: space-between;
    max-width: 489px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.course_default_price {
    display: flex;
    align-items: end;
    color: #333;
}
.course_default_price>p {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 103%; /* 17.472px */
    letter-spacing: 0.509px;
    padding-bottom: 6.8px;
    margin-right: 8px;
}
.course_default_price>div {
    position: relative;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%; /* 45.597px */
    letter-spacing: 1.328px;
}
.course_default_price>div>span {
    font-size: 26.769px;
    font-style: normal;
    font-weight: 500;
    line-height: 103%;
    letter-spacing: 0.803px;
}
.course_default_price>div::after {
    content: "（税込）";
    position: absolute;
    top: 7px;
    right: -10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 10.518px */
}
.course_default_price_slash {
    position: absolute;
    top: 0;
    left: 0;
}
.course_arrow {
    display: flex;
    align-items: center;
}
.cource_price {
    position: relative;
    color: #333;
    font-size: 96px;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 96.35px */
    background: linear-gradient(transparent 80%, var(--accent-color) 80%);
}
.cource_price::after {
    position: absolute;
    content: "※";
    top: 0;
    right: -20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #333;
}
.cource_price>p>span {
    color: #24292D;
    text-align: center;
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    line-height: 103%; /* 54.829px */
}
.course_list {
    margin-bottom: 48px;
}
.course_item {
    display: flex;
    margin-bottom: 18px;
}
.course_item:first-child {
    position: relative;
}
.course_item:last-child {
    margin-bottom: 0px;
}
.course_icon {
    position: absolute;
    top: -60px;
    left: -30px;
    width: 99px;
    height: auto;
    background: url(../img/course_icon.webp) no-repeat center center / cover;
    z-index: 1;
}
.course_item_l {
    width: 50%;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: 1.12px;
    border-radius: 3px 0px 0px 3px;
    background: #5CA4BA;
    padding: 25px 0;
}
.course_item_r {
    width: 50%;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
    border-top: 2px solid #3D93AD;
    border-right: 2px solid #3D93AD;
    border-bottom: 2px solid #3D93AD;
    background: #FFF;
    padding: 14px 0;
}
.course_item_r>p:first-child {
    color: #3D93AD;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: 1.12px;
}
.course_item_r>p:last-child {
    color: #3D93AD;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.64px;
}
.course_second_txt {
    text-align: center;
}
.course_second_txt>span {
    display: inline-block;
    padding: 8px 48px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.64px;
    border-radius: 24px;
    border: 1px solid #333;
}
.special_note {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: 0.64px;
    
    margin-top: 58px;
}

@media only screen and (max-width: 750px) {
    .course_box {
        background: unset;
        box-shadow: none;
        padding: 0 4vw;
    }
    .course_inner {
        margin-top: 6vw;
        padding: 6vw 3vw;
        background: url(../img/course_bg.webp) #fff -172.099px 0px / 138.648% 100% no-repeat;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.14);
    }
    .course_txt {
        max-width: unset;
        width: 100%;
        margin-top: 0;
        font-size: 5vw;
        font-weight: 500;
        line-height: 5.5vw; /* 110.715% */
        letter-spacing: 0.7vw;
        margin-bottom: 2.4vw;
    }
    .course_price_box {
        width: 100%;
        max-width: unset;
        margin-bottom: 11.2vw;
    }
    .course_default_price>p {
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 103%; /* 25.218px */
        letter-spacing: 0.734px;
    }
    .course_default_price>div {
        font-size: 8.6vw;
        font-weight: 500;
        line-height: 103%; /* 65.813px */
        letter-spacing: 1.917px;
    }
    .course_default_price>div>span {
        font-size: 5.1vw;
        font-weight: 500;
        line-height: 103%;
        letter-spacing: 1.159px;
    }
    .course_default_price>div::after {
        font-size: 2vw;
        line-height: 100%; /* 15.181px */
        top: 1vw;
        right: -2.7vw;
    }
    .cource_price {
        font-size: 18.6vw;
        font-weight: 700;
        line-height: 100%; /* 139.066px */
        margin-right: 3.2vw;
    }
    .cource_price>p>span {
        font-size: 10.3vw;
        font-weight: 600;
        line-height: 103%; /* 79.137px */
    }
    .course_arrow>svg {
        width: 3.2vw;
        height: 8.7vw;
    }
    .course_list {
        margin-bottom: 11.2vw;
    }
    .course_icon {
        width: 15.9vw;
        top: -11vw;
        left: -5.4vw;
    }
    .course_item_l {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.6vw;
        font-weight: 700;
        line-height: 5.1vw; /* 111.765% */
        letter-spacing: 1.36px;
        padding: 3.4vw 0;
    }
    .course_item_r {
        padding: 7px 0;
    }
    .course_item_r>p:first-child {
        font-size: 5vw;
        font-weight: 700;
        line-height: 6.7vw; /* 135.714% */
        letter-spacing: 1.497px;
    }
    .course_item_r>p:last-child {
        font-size: 2.8vw;
        font-weight: 700;
        line-height: 4vw; /* 137.5% */
        letter-spacing: 0.856px;
    }
    .course_second_txt>span {
        padding: 2.2vw 9vw;
        font-size: 3.8vw;
        font-weight: 700;
        line-height: 3vw; /* 78.571% */
        letter-spacing: 1.12px;
    }
    .special_note {
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 4.3vw; /* 133.333% */
        letter-spacing: 0.96px;
    }
}

/* flow */
.flow {

}
.flow_box {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F3F8FA;
}
.flow_ttl_box {
    color: #3D93AD;
    text-align: center;
    font-style: normal;
}
.flow_ttl_sm {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
    letter-spacing: 0.8px;
    padding: 2px 8px;
    border-top: 1px solid #3D93AD;
    border-bottom: 1px solid #3D93AD;
}
.flow_ttl {
    font-size: 40px;
    font-weight: 700;
    line-height: 80px; /* 200% */
    letter-spacing: 5.2px;
}
.flow_step_box {
    position: relative;
    margin-top: 38px;
}
.flow_step_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #3D93AD;
    transform: translateX(-50%);
    z-index: 1;
}
.flow_step {
    position: relative;
    max-width: 929px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 63px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 12px 12px 29.5px -1px rgba(0, 0, 0, 0.14);
}
.flow_step_inner {
    display: flex;
    align-items: flex-start;
    gap: 33px;
}
.flow_step:nth-child(n+2) {
    margin-top: 30px;
}
.flow_step_img {
    width: 197px;
    min-width: 197px;
}
.flow_step_ttl {
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 33px;
}
.flow_step_ttl>p:first-child {
    padding: 0px 12px;
    border-radius: 3px;
    background: #3D93AD;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.822px;
    letter-spacing: 0.447px;
}
.flow_step_ttl>h3 {
    color: #3D93AD;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px; /* 156.25% */
    letter-spacing: 1.28px;
}
.flow_step_ttl>p:last-child {
    padding: 0px 13px;
    color: #3D93AD;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: 1.12px;
    border-radius: 3px;
    border: 2px solid #3D93AD;
}
.flow_step_ttl>p:last-child >span {
    color: #3D93AD;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.8px;
}
.flow_step:last-child .flow_step_ttl {
    align-items: start;
}
.flow_step:last-child .flow_step_ttl>p:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}
.flow_step_ttl_time_sp {
    display: none;
}
.flow_step_txt {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
    letter-spacing: 1px;
}
.flow_step_txt_sp {
    display: none;
}

@media only screen and (max-width: 750px) {
    .flow_box {
        padding: 10.7vw 4vw;
    }
    .flow_ttl_sm {
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 3.2vw; /* 167.753% */
        letter-spacing: 1.28px;
        border-top: 2px solid #3D93AD;
        border-bottom: 2px solid #3D93AD;
        margin-bottom: 2.8vw;
    }
    .flow_ttl {
        font-size: 9.4vw;
        font-weight: 700;
        line-height: 12vw; /* 129.143% */
        letter-spacing: 2.788px;
    }
    .flow_step_box {
        margin-bottom: 9.5vw;
    }
    .flow_step {
        padding: 6.3vw 5.9vw;
    }
    .flow_step:nth-child(n+2) {
        margin-top: 10.3vw;
    }
    .flow_step_inner {
        gap: 3.5vw;
    }
    .flow_step_img {
        width: 26.3vw;
        min-width: 26.3vw;
    }
    .flow_step_ttl {
        display: block;
        margin-bottom: 0;
    }
    .flow_step_ttl>p:first-child {
        display: inline-block;
        margin-bottom: 3.9vw;
        padding: 1.1vw 1.6vw;
        font-size: 4.3vw;
        font-weight: 600;
        line-height: 5.4vw; /* 76.118% */
        letter-spacing: 0.647px;
    }
    .flow_step_ttl>h3 {
        font-size: 5.6vw;
        font-weight: 700;
        line-height: 7.6vw; /* 135.714% */
        letter-spacing: 1.68px;
    }
    .flow_step_ttl>p:last-child {
        padding: 0 1.5vw;
        display: inline-block;
        margin-top: 1.6vw;
        font-size: 4vw;
        font-weight: 700;
        line-height: 6.2vw; /* 153.333% */
        letter-spacing: 1.2px;
    }
    .flow_step_ttl>p:last-child >span {
        font-size: 4vw;
        line-height: 6.2vw;
    }
    .flow_step_ttl>p:last-child.flow_step_ttl_time_pc {
        display: none;
    }
    .flow_step_ttl_time_sp {
        display: inline-block;
        padding: 0 1.5vw;
        margin-left: 1.4vw;
        font-size: 4vw;
        font-weight: 700;
        line-height: 6.2vw;
        letter-spacing: 1.2px;
        border-radius: 3px;
        border: 2px solid #3D93AD;
    }
    .flow_step_txt {
        display: none;
    }
    .flow_step_txt_sp {
        display: block;
        margin-top: 4.4vw;
        color: #333;
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 7.1vw; /* 167.753% */
        letter-spacing: 1.28px;
    }
    .flow_step:last-child .flow_step_ttl>p:last-child {
        position: unset;
    }
}