@charset "UTF-8";

*,
*::before,
*::after,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  color: #333;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

.pc,
.slick-slide img.pc {
  display: none;
}

.sp,
.slick-slide img.sp,
.step .steps-container.slider-sp {
  display: block;
}

.slick-dots li button:before {
  content: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus {
  color: initial;
  outline: initial;
  background: initial;
  opacity: 1;
}

.cta {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  padding: 50px 0;
}

.cta h2 {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.cta_contents {
  display: flex;
  justify-content: space-between;
  max-width: 644px;
  margin: 10px auto 18px;
  align-items: center;
}

.cta_contents_right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.cta_contents_right .right_text p:first-of-type {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-style: Black;
  font-size: 17px;
  line-height: 135%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 3.8px;
  background-color: #FFF266;
  width: 204px;
  height: 50px;
  justify-content: center;
  border-radius: 9px;
  position: relative;
}

.cta_contents_right .right_text p:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%) rotate(90deg);
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-bottom: 12px solid #FFF266;
}

.cta_contents_right .right_text p:first-of-type strong {
  font-family: "Jost";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F85355;
}

.cta_contents_right .right_text p:first-of-type strong span {
  font-family: "Jost";
  font-weight: 700;
  font-style: Bold;
  font-size: 22.8px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F85355;
}

.cta_contents_right .right_text p:nth-of-type(2) {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Black;
  font-size: 29px;
  line-height: 115%;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  margin-top: 9px;
}

.cta_contents_right .right_num {
  color: #FFF266;
  font-family: "Jost";
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.04rem;
}

.cta_contents_right .right_num strong {
  color: #FFF266;
  font-family: "Jost";
  font-weight: 700;
  font-style: Bold;
  font-size: 120px;
  line-height: 120%;
  letter-spacing: -4px;
  margin-right: 4px;
}

.cta_contents_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 127px;
  top: 8.5px;
  left: 499px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  color: white;
}

.cta_btns {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.cta_btns_btn {
  width: 376px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  border-radius: 73.5px;
}

.cta_btns_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.5px;
  left: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  border-radius: 75px;
  /* boxのborder-radius + ボーダー幅 */
}

.cta_btns_btn div {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

.cta_btns_btn div p {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.cta_btns_btn div small {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  background: linear-gradient(90.23deg, #ED902A 0.25%, #F85355 94.55%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cta_btns_btn div span.gradient-text {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
}

.cta_btns_btn div span.decorated-wrapper {
  position: absolute;
  top: calc(-12px + -3 * (100vw - 750px) / 750);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: block;
  padding: 4.5px 15px;
  border-radius: 72px;
  z-index: 10;
}

.cta_btns_btn div span.decorated-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.5px;
  left: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  border-radius: 75px;
  /* boxのborder-radius + ボーダー幅 */
}

.cta_btns_btn div span {
  -webkit-text-fill-color: initial;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.cta_btns_btn div span.gradient-text {
  background: linear-gradient(90deg, #ED902A, #F85355);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cta_btns_btn div img {
  width: 36px;
}

.cta_btns .bg_white div {
  /* ブロックレベル必須 */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cta_btns .bg_gradient {
  color: #FFF;
}

.cta_btns .bg_gradient div {
  color: #fff;
}

.cta_btns.pc {
  display: none;
}

.dots,
.slick-dots {
  text-align: center;
  margin-top: calc(15px + 15 * (100vw - 375px) / 374);
  bottom: -45px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.dot,
.slick-dots li button {
  padding: 0;
  display: inline-block;
  width: calc(6px + 6 * (100vw - 375px) / 374);
  height: calc(6px + 6 * (100vw - 375px) / 374);
  margin: 0 calc(5px + 5 * (100vw - 375px) / 374);
  background-color: #a0dcd3;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

@media (min-width: 750px) {

  .dot,
  .slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}

.dot.active,
.slick-dots li.slick-active button {
  background-color: #00a889;
}

header {
  background-color: #10A6A9;
  padding: 14px 0;
}

header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

header .header_wrap .logo {
  max-width: 96px;
}

header .header_wrap .cta_btns {
  gap: 40px;
}

header .header_wrap .cta_btns_btn {
  width: 259px;
  height: 50px;
}

header .header_wrap .cta_btns_btn div {
  font-size: 16px;
  gap: 17px;
  justify-content: space-between;
}

header .header_wrap .cta_btns_btn div span {
  font-size: 12px;
}

header .header_wrap .cta_btns_btn div p {
  width: 34px;
  height: 34px;
}

header .header_wrap .cta_btns_btn div small {
  font-size: 14px;
}

header .header_wrap .cta_btns_btn div img {
  width: 24px;
}

header .header_wrap .cta_btns.pc {
  display: none;
}

header .header_wrap .cta_btns.sp {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

header .header_wrap .cta_btns.sp a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  gap: 3px;
  padding: 6px 3px;
  border-radius: 5px;
}

header .header_wrap .cta_btns.sp a img {
  width: 20px;
}

header .header_wrap .cta_btns.sp a.gradient {
  background: linear-gradient(90.23deg, #ED902A 0.25%, #F85355 94.55%);
  color: #fff;
}

header .header_wrap .cta_btns.sp a.border {
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  /* 枠のグラデーションを border に見せかける */
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #ED902A, #F85355);
  /* 外側のグラデーション */
  /* テキストと画像にグラデーション適用 */
}

header .header_wrap .cta_btns.sp a.border::before {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: #fff;
  border-radius: 3px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 29px;
  width: 108px;
}

header .header_wrap .cta_btns.sp a.border span {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #ED902A, #F85355);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (min-width: 750px) {
  header {
    padding: 30px 0 16px;
	  	    position: sticky;
    top: 0;
    z-index: 1000;
  }

  header .header_wrap .logo {
    max-width: 170px;
  }

  header .header_wrap .cta_btns.sp {
    display: none;
  }

  header .header_wrap .cta_btns.pc {
    display: flex;
  }

  header .header_wrap .cta_btns {
    gap: calc(10px + (20 - 10) * ((100vw - 750px) / (1440 - 750)));
  }
}

.fv {
  background: #E4F3F0;
  background: linear-gradient(107deg, rgb(228, 243, 240) 0%, rgb(228, 243, 240) 40%, rgb(205, 235, 230) 40%, rgb(205, 235, 230) 100%);
}

.fv_contents {
  margin: 0 auto;
  position: relative;
  height: 60vh;
  width: 375px;
}

.fv_contents h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  position: relative;
  justify-content: center;
}

.fv_contents h2 .text_wrap {
  text-align: center;
}

.fv_contents h2 .text_wrap span {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(94.08deg, #21CDCB 0.53%, #0187E0 99.98%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.fv_contents h2 .text_wrap div {
  color: #fff;
  padding: 5px 8px;
  background: linear-gradient(94.08deg, #21CDCB 0.53%, #0187E0 99.98%);
  font-family: Hiragino Kaku Gothic Std;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.fv_contents h2::after {
  bottom: -5%;
  content: "×";
  position: absolute;
  font-size: 27px;
  font-weight: 200;
  background: linear-gradient(180deg, #00A68E 0%, #0070BA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  left: 52.5%;
  transform: translateX(-50%);
}

.fv_contents h1 {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.fv_contents h1 strong {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  background: linear-gradient(94.08deg, #21CDCB 0.53%, #0187E0 99.98%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.fv_contents h1 small {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
}

.fv_contents h1 .h1_bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.fv_contents h1 .h1_bottom strong {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 48px;
}

.fv_contents h1 .h1_bottom div {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
}

.fv_contents h1 .h1_bottom div strong {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 29px;
  line-height: 1;
}

.fv_contents h1 .h1_bottom div small {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-style: W8;
  font-size: 20px;
  line-height: 1;
}

.fv_contents h1 .h1_bottom div span {
  font-family: Hiragino Kaku Gothic StdN;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.fv_contents_img {
  width: 347px;
  position: absolute;
  right: 0px;
  bottom: -8px;
}

.fv_contents_wrap {
  max-width: 348px;
  margin: 0 auto;
}

.fv .cta_contents {
  max-width: 606px;
  margin: 0 auto 24px;
}

.fv .cta_contents_right .right_text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fv .cta_contents_right .right_text p:nth-of-type(2) {
  font-size: 18px;
  margin: 0;
  line-height: 1.15;
  font-family: "Noto Sans JP";
}

.fv .cta_contents_right .right_text p:nth-of-type(2) strong {
  font-size: 29px;
  color: #fff;
  line-height: 1;
}

.fv .cta_contents_right .right_num strong {
  font-size: 84px;
  line-height: 1;
}

@media screen and (min-width: 375px) and (max-width: 749px) {
  .fv {
    padding-top: calc(20px + 20 * (100vw - 375px) / 374);
    background: #E4F3F0;
    background: linear-gradient(107deg, rgb(228, 243, 240) 0%, rgb(228, 243, 240) 40%, rgb(205, 235, 230) 40%, rgb(205, 235, 230) 100%);
  }

  .fv_contents {
    margin: 0 auto;
    position: relative;
    height: calc(414px + 376 * (100vw - 375px) / 374);
    width: calc(375px + 374 * (100vw - 375px) / 374);
  }

  .fv_contents h2 {
    display: flex;
    align-items: center;
    gap: calc(20px + 20 * (100vw - 375px) / 374);
    margin-bottom: calc(16px + 16 * (100vw - 375px) / 374);
    position: relative;
    justify-content: center;
  }

  .fv_contents h2 .text_wrap {
    text-align: center;
  }

  .fv_contents h2 .text_wrap span {
    font-size: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .fv_contents h2 .text_wrap div {
    padding: calc(5px + 5 * (100vw - 375px) / 374) calc(8px + 8 * (100vw - 375px) / 374);
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .fv_contents h2::after {
    bottom: -5%;
    font-size: calc(27px + 27 * (100vw - 375px) / 374);
    left: 52.5%;
    transform: translateX(-50%);
  }

  .fv_contents h1 {
    font-size: calc(24px + 24 * (100vw - 375px) / 374);
  }

  .fv_contents h1 strong {
    font-size: calc(32px + 32 * (100vw - 375px) / 374);
  }

  .fv_contents h1 small {
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom {
    margin-top: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom strong {
    font-size: calc(48px + 48 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom div {
    font-size: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom div strong {
    font-size: calc(29px + 29 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom div small {
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .fv_contents h1 .h1_bottom div span {
    font-size: calc(24px + 24 * (100vw - 375px) / 374);
  }

  .fv_contents_img {
    width: calc(347px + 347 * (100vw - 375px) / 374);
    right: 0;
    bottom: calc(-8px + -8 * (100vw - 375px) / 374);
  }

  .fv_contents_wrap {
    max-width: calc(348px + 348 * (100vw - 375px) / 374);
  }

  .fv .cta_contents {
    max-width: 602px;
    margin: 0 auto calc(24px + 24 * (100vw - 375px) / 374);
  }

  .fv .cta_contents_right .right_text {
    gap: calc(16px + 16 * (100vw - 375px) / 374);
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) {
    font-size: calc(18px + 18 * (100vw - 375px) / 374);
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) strong {
    font-size: calc(29px + 29 * (100vw - 375px) / 374);
  }

  .fv .cta_contents_right .right_num strong {
    font-size: calc(84px + 84 * (100vw - 375px) / 374);
  }
}

@media screen and (min-width: 750px) {
  .fv {
    padding-top: calc(40px + 40 * (100vw - 750px) / 690);
  }

  .fv_contents {
    width: initial;
    height: auto;
    max-width: calc(517.5px + 517.5 * (100vw - 750px) / 690);
    margin: 0 auto calc(25px + 25 * (100vw - 750px) / 690);
  }

  .fv_contents h2 {
    gap: calc(24px + 24 * (100vw - 750px) / 690);
    margin-bottom: calc(15px + 15 * (100vw - 750px) / 690);
    justify-content: start;
  }

  .fv_contents h2 .text_wrap span {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    line-height: calc(17.5px + 17.5 * (100vw - 750px) / 690);
  }

  .fv_contents h2 .text_wrap div {
    padding: calc(2.5px + 2.5 * (100vw - 750px) / 690) calc(4px + 4 * (100vw - 750px) / 690);
    font-size: calc(25.5px + 25.5 * (100vw - 750px) / 690);
    line-height: calc(25.5px + 25.5 * (100vw - 750px) / 690);
  }

  .fv_contents h2::after {
    bottom: -11%;
    font-size: calc(30px + 30 * (100vw - 750px) / 690);
    left: 42.7%;
  }

  .fv_contents h1 {
    font-size: calc(24.275px + 24.275 * (100vw - 750px) / 690);
  }

  .fv_contents h1 strong {
    font-size: calc(38.845px + 38.845 * (100vw - 750px) / 690);
  }

  .fv_contents h1 small {
    font-size: calc(19.42px + 19.42 * (100vw - 750px) / 690);
  }

  .fv_contents h1 .h1_bottom {
    margin-top: calc(11px + 11 * (100vw - 750px) / 690);
    margin-left: -1rem;
  }

  .fv_contents h1 .h1_bottom strong {
    font-size: calc(58.265px + 58.265 * (100vw - 750px) / 690);
  }

  .fv_contents h1 .h1_bottom div {
    font-size: calc(14.565px + 14.565 * (100vw - 750px) / 690);
    line-height: 1.2;
  }

  .fv_contents h1 .h1_bottom div strong {
    font-size: calc(38.845px + 38.845 * (100vw - 750px) / 690);
    line-height: calc(35.81px + 35.81 * (100vw - 750px) / 690);
  }

  .fv_contents h1 .h1_bottom div small {
    font-size: calc(19.42px + 19.42 * (100vw - 750px) / 690);
    line-height: calc(35.81px + 35.81 * (100vw - 750px) / 690);
  }

  .fv_contents h1 .h1_bottom div span {
    font-size: calc(24.275px + 24.275 * (100vw - 750px) / 690);
    line-height: calc(35.81px + 35.81 * (100vw - 750px) / 690);
  }

  .fv_contents_img {
    width: calc(240.5px + 240.5 * (100vw - 750px) / 690);
    bottom: calc(-50px + -50 * (100vw - 750px) / 690);
  }

  .fv_contents_wrap {
    max-width: initial;
  }

  .fv .cta_contents {
    max-width: calc(308px + 308 * (100vw - 750px) / 690);
    margin: 0 auto calc(16px + 16 * (100vw - 750px) / 690);
  }

  .fv .cta_contents_right {
    gap: calc(5px + 5 * (100vw - 750px) / 690);
  }

  .fv .cta_contents_right .right_text {
    gap: calc(8px + 8 * (100vw - 750px) / 690);
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) {
    font-size: calc(9px + 9 * (100vw - 750px) / 690);
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) strong {
    font-size: calc(14.5px + 14.5 * (100vw - 750px) / 690);
  }

  .fv .cta_contents_right .right_num {
    letter-spacing: 1px;
  }

  .fv .cta_contents_right .right_num strong {
    font-size: calc(42px + 42 * (100vw - 750px) / 690);
  }
}

@media screen and (min-width: 1440px) {
  .fv {
    padding-top: 80px;
  }

  .fv_contents {
    margin: 0 auto 50px;
    max-width: 1044px;
  }

  .fv_contents h2 {
    gap: 48px;
    margin-bottom: 30px;
  }

  .fv_contents h2 .text_wrap span {
    font-size: 24px;
    line-height: 35px;
  }

  .fv_contents h2 .text_wrap div {
    font-size: 51px;
    line-height: 51px;
  }

  .fv_contents h2::after {
    font-size: 60px;
  }

  .fv_contents h1 {
    font-size: 48.55px;
  }

  .fv_contents h1 strong {
    font-size: 77.69px;
  }

  .fv_contents h1 small {
    font-size: 38.84px;
  }

  .fv_contents h1 .h1_bottom {
    margin-top: 22px;
    margin-left: -1rem;
  }

  .fv_contents h1 .h1_bottom strong {
    font-size: 116.53px;
  }

  .fv_contents h1 .h1_bottom div {
    font-size: 29.13px;
  }

  .fv_contents h1 .h1_bottom div strong {
    font-size: 77.69px;
    line-height: 71.62px;
  }

  .fv_contents h1 .h1_bottom div small {
    font-size: 38.84px;
    line-height: 71.62px;
  }

  .fv_contents h1 .h1_bottom div span {
    font-size: 48.55px;
    line-height: 71.62px;
  }

  .fv_contents_img {
    max-width: 481px;
    bottom: -100px;
  }

  .fv .cta_contents {
    max-width: 606px;
    margin: 0 auto 32px;
  }

  .fv .cta_contents_right {
    gap: 10px;
  }

  .fv .cta_contents_right .right_text {
    gap: 16px;
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) {
    font-size: 18px;
  }

  .fv .cta_contents_right .right_text p:nth-of-type(2) strong {
    font-size: 29px;
  }

  .fv .cta_contents_right .right_num strong {
    font-size: 84px;
  }
}

@media screen and (min-width: 375px) and (max-width: 749px) {
  .cta {
    padding: calc(26px + 26 * (100vw - 375px) / 374) 0;
  }

  .cta h2 {
    display: none;
  }

  .cta_contents {
    justify-content: center;
    margin: 0 auto calc(10px + 10 * (100vw - 375px) / 374);
  }

  .cta_contents_right {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  .cta_contents_right .right_text p:first-of-type {
    width: calc(196px + 196 * (100vw - 375px) / 374);
    font-size: calc(11px + 11 * (100vw - 375px) / 374);
    color: #4A6272;
    font-weight: 700;
    border-radius: calc(16px + 16 * (100vw - 375px) / 374);
    height: calc(28px + 28 * (100vw - 375px) / 374);
  }

  .cta_contents_right .right_text p:first-of-type strong {
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .cta_contents_right .right_text p:first-of-type strong span {
    font-size: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .cta_contents_right .right_text p:nth-of-type(2) {
    display: none;
  }

  .cta_contents_right .right_text p::before {
    display: none;
  }

  .cta_contents_right .right_num.sp {
    display: flex;
    align-items: center;
  }

  .cta_contents_right .right_num.sp strong {
    font-size: calc(84px + 84 * (100vw - 375px) / 374);
    letter-spacing: 0.005rem;
  }

  .cta_contents_right .right_num.sp div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .cta_contents_right .right_num.sp div p {
    font-size: calc(11px + 11 * (100vw - 375px) / 374);
    line-height: 1.4;
    color: #fff;
  }

  .cta_contents_right .right_num.sp div p strong {
    font-size: calc(19px + 19 * (100vw - 375px) / 374);
    display: block;
    letter-spacing: 1px;
    color: #fff;
  }

  .cta_contents_right .right_num.sp div span {
    font-size: calc(36px + 36 * (100vw - 375px) / 374);
    line-height: 1;
    font-weight: 700;
    color: #FFF266;
    font-family: "Jost";
  }

  .cta_contents_left {
    display: none;
  }

  .cta_btns {
    flex-direction: column;
    align-items: center;
    gap: calc(8px + 8 * (100vw - 375px) / 374);
  }

  .cta_btns_btn {
    width: calc(340px + 340 * (100vw - 375px) / 374);
  }

  .cta_btns_btn div {
    font-size: calc(14px + 14 * (100vw - 375px) / 374);
    width: 90%;
    justify-content: space-between;
  }

  .cta_btns_btn div span {
    font-size: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .cta_btns_btn div span.decorated-wrapper {
    top: calc(-11px + -10 * (100vw - 375px) / 374);
    padding: calc(4px + 4 * (100vw - 375px) / 374) calc(15px + 15 * (100vw - 375px) / 374);
  }

  .cta_btns_btn div p {
    width: calc(30px + 30 * (100vw - 375px) / 374);
    height: calc(30px + 30 * (100vw - 375px) / 374);
  }

  .cta_btns_btn div small {
    font-size: calc(11px + 11 * (100vw - 375px) / 374);
  }

  .cta_btns_btn div img {
    width: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .cta_btns_btn:last-of-type div {
    justify-content: end;
    gap: 20%;
  }
}

@media screen and (min-width: 750px) {
  .cta {
    padding: calc(25px + 25 * (100vw - 750px) / 690) 0;
  }

  .cta h2 {
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
    line-height: calc(115% + 15 * (100vw - 750px) / 690);
  }

  .cta_contents {
    max-width: calc(322px + 322 * (100vw - 750px) / 690);
    margin: calc(14px + 4 * (100vw - 750px) / 690) auto;
  }

  .cta_contents_right {
    gap: calc(7.5px + 7.5 * (100vw - 750px) / 690);
  }

  .cta_contents_right .right_text p:first-of-type {
    font-size: calc(8.5px + 8.5 * (100vw - 750px) / 690);
    line-height: calc(117.5% + 17.5 * (100vw - 750px) / 690);
    gap: calc(1.9px + 1.9 * (100vw - 750px) / 690);
    width: calc(102px + 102 * (100vw - 750px) / 690);
    height: calc(25px + 25 * (100vw - 750px) / 690);
    border-radius: calc(4.5px + 4.5 * (100vw - 750px) / 690);
  }

  .cta_contents_right .right_text p:first-of-type::before {
    right: calc(-4.5px + -4.5 * (100vw - 750px) / 690);
    border-left: calc(2.75px + 2.75 * (100vw - 750px) / 690) solid transparent;
    border-right: calc(2.75px + 2.75 * (100vw - 750px) / 690) solid transparent;
    border-bottom: calc(6px + 6 * (100vw - 750px) / 690) solid #FFF266;
  }

  .cta_contents_right .right_text p:first-of-type strong {
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
    line-height: 100%;
  }

  .cta_contents_right .right_text p:first-of-type strong span {
    font-size: calc(11.4px + 11.4 * (100vw - 750px) / 690);
  }

  .cta_contents_right .right_text p:nth-of-type(2) {
    font-size: calc(14.5px + 14.5 * (100vw - 750px) / 690);
    line-height: calc(107.5% + 7.5 * (100vw - 750px) / 690);
    margin-top: calc(4.5px + 4.5 * (100vw - 750px) / 690);
  }

  .cta_contents_right .right_num {
    font-size: calc(21px + 21 * (100vw - 750px) / 690);
    line-height: 120%;
  }

  .cta_contents_right .right_num strong {
    font-size: calc(60px + 60 * (100vw - 750px) / 690);
    letter-spacing: calc(-4px + -4 * (100vw - 750px) / 690);
  }

  .cta_contents_left {
    width: calc(63.5px + 63.5 * (100vw - 750px) / 690);
    height: calc(63.5px + 63.5 * (100vw - 750px) / 690);
    top: calc(4.25px + 4.25 * (100vw - 750px) / 690);
    left: calc(249.5px + 249.5 * (100vw - 750px) / 690);
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    line-height: calc(120% + 20 * (100vw - 750px) / 690);
  }

  .cta_btns {
    gap: calc(30px + 30 * (100vw - 750px) / 690);
  }

  .cta_btns_btn {
    height: calc(37.5px + 37.5 * (100vw - 750px) / 690);
    width: calc(188px + 188 * (100vw - 750px) / 690);
    border-radius: calc(36.75px + 36.75 * (100vw - 750px) / 690);
  }

  .cta_btns_btn div {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    gap: calc(15px + 15 * (100vw - 750px) / 690);
  }

  .cta_btns_btn div p {
    width: calc(22.5px + 22.5 * (100vw - 750px) / 690);
    height: calc(22.5px + 22.5 * (100vw - 750px) / 690);
  }

  .cta_btns_btn div small,
  .cta_btns_btn div span.gradient-text,
  .cta_btns_btn div span {
    font-size: calc(9px + 9 * (100vw - 750px) / 690);
    letter-spacing: calc(5% + 5 * (100vw - 750px) / 690);
  }

  .cta_btns_btn div img {
    width: calc(18px + 18 * (100vw - 750px) / 690);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    padding: 50px 0;
  }

  .cta h2 {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .cta_contents {
    max-width: 644px;
    margin: 10px auto 18px;
  }

  .cta_contents_right {
    gap: 25px;
  }

  .cta_contents_right .right_text p:first-of-type {
    font-size: 17px;
    line-height: 135%;
    letter-spacing: 1px;
    gap: 3.8px;
    width: 204px;
    height: 50px;
    border-radius: 9px;
  }

  .cta_contents_right .right_text p:first-of-type::before {
    top: 50%;
    right: -9px;
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-bottom: 12px solid #FFF266;
  }

  .cta_contents_right .right_text p:first-of-type strong {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 1px;
  }

  .cta_contents_right .right_text p:first-of-type strong span {
    font-size: 22.8px;
    line-height: 100%;
    letter-spacing: 1px;
  }

  .cta_contents_right .right_text p:nth-of-type(2) {
    font-size: 29px;
    line-height: 115%;
    letter-spacing: 1px;
    margin-top: 9px;
  }

  .cta_contents_right .right_num {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 1px;
  }

  .cta_contents_right .right_num strong {
    font-size: 120px;
    line-height: 120%;
    letter-spacing: -4px;
  }

  .cta_contents_left {
    width: 127px;
    height: 127px;
    top: 8.5px;
    left: 499px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .cta_btns {
    gap: 60px;
  }

  .cta_btns_btn {
    height: 75px;
    width: 376px;
    border-radius: 73.5px;
  }

  .cta_btns_btn::before {
    top: 1.5px;
    left: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    border-radius: 75px;
    /* boxのborder-radius + ボーダー幅 */
  }

  .cta_btns_btn div {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 10%;
    gap: 30px;
  }

  .cta_btns_btn div p {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .cta_btns_btn div small {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 10%;
  }

  .cta_btns_btn div span.gradient-text {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 10%;
  }

  .cta_btns_btn div span.decorated-wrapper {
    top: -15px;
    padding: 4.5px 15px;
    border-radius: 72px;
  }

  .cta_btns_btn div span.decorated-wrapper::before {
    top: 1.5px;
    left: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    border-radius: 75px;
  }

  .cta_btns_btn div span {
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .cta_btns_btn div img {
    width: 36px;
  }
}

.solution-banner {
  width: 100%;
  background: #E4F3F0;
  padding: 0;
  position: relative;
}

.solution-banner .banner-header {
  background: linear-gradient(90deg, #00A68E -0.63%, #0070BA 100%);
  padding: calc(5px + 5 * (100vw - 375px) / 373) 0;
  text-align: center;
  position: relative;
}

.solution-banner .banner-header::after {
  content: "";
  position: absolute;
  bottom: calc(-15px + -15 * (100vw - 375px) / 373);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: calc(27px + 27 * (100vw - 375px) / 373) solid transparent;
  border-right: calc(27px + 27 * (100vw - 375px) / 373) solid transparent;
  border-top: calc(16px + 16 * (100vw - 375px) / 373) solid #238ba5;
}

.solution-banner .banner-header .header-text {
  color: #fff;
  font-size: calc(16px + 16 * (100vw - 375px) / 373);
  font-weight: 900;
  font-family: "Noto Sans JP";
}

.solution-banner .banner-header .header-text .small {
  font-size: calc(16px + 16 * (100vw - 375px) / 373);
  color: #fff;
}

.solution-banner .banner-content {
  background: #E4F3F0;
  padding: calc(30px + 30 * (100vw - 375px) / 373) 0 calc(12px + 12 * (100vw - 375px) / 373);
  text-align: center;
}

.solution-banner .banner-content .main-message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 373);
  justify-content: center;
  gap: calc(5px + 5 * (100vw - 375px) / 373);
}

.solution-banner .banner-content .main-message .highlight-box {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: calc(32px + 32 * (100vw - 375px) / 373);
  padding: 0 calc(5px + 5 * (100vw - 375px) / 373) calc(4px + 4 * (100vw - 375px) / 373);
}

.solution-banner .banner-content .main-message .highlight-box.lecture {
  font-family: "Noto Sans JP";
  background: linear-gradient(135deg, #21CDCB 0%, #0187E0 100%);
}

.solution-banner .banner-content .main-message .highlight-box.content {
  font-family: "Noto Sans JP";
  background: linear-gradient(135deg, #0187E0 0%, #21CDCB 100%);
}

.solution-banner .banner-content .main-message .connector {
  font-size: calc(20px + 20 * (100vw - 375px) / 373);
  background: linear-gradient(180deg, #00A68E 0%, #0070BA 100%);
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP";
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solution-banner .banner-content .main-message .suffix-text {
  color: #00a889;
  font-size: calc(16px + 16 * (100vw - 375px) / 373);
  font-weight: bold;
  letter-spacing: 2px;
}

.solution-banner .banner-content .sub-message {
  font-size: calc(24px + 24 * (100vw - 375px) / 373);
  color: #00a889;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Noto Sans JP";
}

@media screen and (min-width: 750px) {
  .solution-banner .banner-header {
    padding: calc(14px + 14 * (100vw - 750px) / 690) 0 calc(17.5px + 17.5 * (100vw - 750px) / 690);
    background: linear-gradient(135deg, #21CDCB 0%, #0187E0 100%);
  }

  .solution-banner .banner-header .header-text {
    font-size: calc(16px + 16 * (100vw - 750px) / 690);
  }

  .solution-banner .banner-header .header-text .small {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    font-weight: bold;
    font-family: "Noto Sans JP";
  }

  .solution-banner .banner-header::after {
    bottom: calc(-10px + -10 * (100vw - 750px) / 690);
    border-left: calc(21px + 21 * (100vw - 750px) / 690) solid transparent;
    border-right: calc(21px + 21 * (100vw - 750px) / 690) solid transparent;
    border-top: calc(10.5px + 10.5 * (100vw - 750px) / 690) solid #2fa8d6;
  }

  .solution-banner .banner-content {
    padding: calc(43px + 43 * (100vw - 750px) / 690) 0 calc(45px + 45 * (100vw - 750px) / 690);
  }

  .solution-banner .banner-content .main-message {
    margin-bottom: calc(11.5px + 11.5 * (100vw - 750px) / 690);
    gap: calc(7.5px + 7.5 * (100vw - 750px) / 690);
  }

  .solution-banner .banner-content .main-message .highlight-box {
    font-size: calc(39px + 39 * (100vw - 750px) / 690);
    padding: 0 5px calc(3px + 3 * (100vw - 750px) / 690);
  }

  .solution-banner .banner-content .main-message .highlight-box.lecture {
    padding: 0 calc(10px + 10 * (100vw - 750px) / 690) 6px;
  }

  .solution-banner .banner-content .main-message .suffix-text {
    font-size: calc(32px + 32 * (100vw - 750px) / 690);
  }

  .solution-banner .banner-content .sub-message {
    font-size: calc(32px + 32 * (100vw - 750px) / 690);
  }
}

@media screen and (min-width: 1440px) {
  .solution-banner .banner-header {
    padding: 28px 0 35px;
    background: linear-gradient(135deg, #21CDCB 0%, #0187E0 100%);
  }

  .solution-banner .banner-header .header-text {
    font-size: 32px;
  }

  .solution-banner .banner-header .header-text .small {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP";
  }

  .solution-banner .banner-header::after {
    bottom: -21px;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 21px solid #2fa8d6;
  }

  .solution-banner .banner-content {
    padding: 86px 0 90px;
  }

  .solution-banner .banner-content .main-message {
    margin-bottom: 23px;
    gap: 15px;
  }

  .solution-banner .banner-content .main-message .highlight-box {
    font-size: 78px;
  }

  .solution-banner .banner-content .main-message .highlight-box.lecture {
    padding: 0 44px 6px;
  }

  .solution-banner .banner-content .main-message .suffix-text {
    font-size: 64px;
  }

  .solution-banner .banner-content .sub-message {
    font-size: 64px;
  }
}

.primepath-service {
  padding: calc(40px + 40 * (100vw - 375px) / 374) 0px;
}

@media (min-width: 750px) {
  .primepath-service {
    padding-top: calc(-3.4782608696px + 5.7971014493 * 1vw);
    padding-bottom: calc(-3.4782608696px + 5.7971014493 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service {
    padding: 80px 0px;
  }
}

.primepath-service__container {
  max-width: calc(340px + 340 * (100vw - 375px) / 374);
  margin: 0 auto;
}

.primepath-service__header {
  text-align: center;
  margin-bottom: calc(62px + 62 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__header {
    margin-bottom: calc(-4.0869565217px + 6.8115942029 * 1vw);
  }
}

/* @media (min-width: 1440px) {
  .primepath-service__header {
    font-size: 94px;
  }
} */

.primepath-service__subtitle {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  letter-spacing: 8%;
  display: inline-block;
  color: #00a889;
}

@media (min-width: 750px) {
  .primepath-service__subtitle {
    font-size: calc(-1.3913043478px + 2.3188405797 * 1vw);
    color: #00a889;
    background: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
  }
}

@media (min-width: 1440px) {
  .primepath-service__subtitle {
    font-size: 32px;
  }
}

.primepath-service__title {
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  font-weight: bold;
  color: #333;
}

@media (min-width: 750px) {
  .primepath-service__title {
    font-size: calc(-1.7391304348px + 2.8985507246 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__title {
    font-size: 40px;
  }
}

.primepath-service__title span {
  color: #00a889;
  font-size: calc(32px + 32 * (100vw - 375px) / 374);
  font-family: "Jost";
}

@media (min-width: 750px) {
  .primepath-service__title span {
    font-size: calc(-2.7826086957px + 4.6376811594 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__title span {
    font-size: 64px;
  }
}

.primepath-service__section {
  margin-bottom: calc(62px + 62 * (100vw - 375px) / 374);
  background: #E4F3F0;
  border-radius: calc(20px + 20 * (100vw - 375px) / 374);
  padding: calc(40px + 40 * (100vw - 375px) / 374) 0;
  position: relative;
}

@media (min-width: 750px) {
  .primepath-service__section {
    padding-top: calc(-2.6956521739px + 4.4927536232 * 1vw);
    padding-bottom: calc(-1.3043478261px + 2.1739130435 * 1vw);
    margin-bottom: calc(-4.4347826087px + 7.3913043478 * 1vw);
    border-radius: calc(-0.8695652174px + 1.4492753623 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__section {
    padding-top: 62px;
    padding-bottom: 30px;
    margin-bottom: 103px;
  }
}

.primepath-service__section:last-child {
  margin-bottom: 0;
}

.primepath-service__section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(80px + 80 * (100vw - 375px) / 374);
  height: calc(80px + 80 * (100vw - 375px) / 374);
  background: #E4F3F0;
  color: #00a889;
  border-radius: 50%;
  font-size: calc(32px + 32 * (100vw - 375px) / 374);
  font-weight: bold;
  font-family: "Jost";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-42px + -42 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__section-number {
    width: calc(-5.2173913043px + 8.6956521739 * 1vw);
    height: calc(-5.2173913043px + 8.6956521739 * 1vw);
    font-size: calc(-1.7391304348px + 2.8985507246 * 1vw);
    top: calc(2.6086956522px + -4.347826087 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__section-number {
    width: 120px;
    height: 120px;
    font-size: 40px;
    top: -60px;
  }
}

.primepath-service__section-title {
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(44px + 44 * (100vw - 375px) / 374);
  line-height: 1.6;
}

@media (min-width: 750px) {
  .primepath-service__section-title {
    margin-bottom: calc(-1.7391304348px + 2.8985507246 * 1vw);
    font-size: calc(-1.7391304348px + 2.8985507246 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__section-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.primepath-service__section-title .primary {
  color: #00a889;
}

.primepath-service__section-title .small {
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__section-title .small {
    font-size: calc(-1.5652173913px + 2.6086956522 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__section-title .small {
    font-size: 36px;
  }
}

.primepath-service__section-title.mb12 {
  margin-bottom: calc(12px + 12 * (100vw - 375px) / 374);
}

.primepath-service__instructors {
  max-width: calc(300px + 300 * (100vw - 375px) / 374);
  margin: 0 auto;
}

.primepath-service__instructor-grid {
  display: flex;
  flex-direction: column;
  gap: calc(30px + 30 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__instructor-grid {
    flex-direction: row;
    gap: calc(-1.3043478261px + 2.1739130435 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__instructor-grid {
    gap: 30px;
  }
}

.primepath-service__instructor {
  flex: 1;
  position: relative;
}

@media (min-width: 750px) {
  .primepath-service__instructor {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

.primepath-service__instructor-image {
  border-radius: calc(10px + 10 * (100vw - 375px) / 374);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 750px) {
  .primepath-service__instructor-image {
    border-radius: calc(-0.4347826087px + 0.7246376812 * 1vw);
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .primepath-service__instructor-image {
    border-radius: 10px;
  }
}

.primepath-service__instructor-name {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: calc(20px + 20 * (100vw - 375px) / 374) 0;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(24px + 24 * (100vw - 375px) / 374);
  display: inline-block;
}

@media (min-width: 750px) {
  .primepath-service__instructor-name {
    font-size: calc(-1.0434782609px + 1.7391304348 * 1vw);
    margin-top: calc(-0.8695652174px + 1.4492753623 * 1vw);
    margin-bottom: calc(-0.8695652174px + 1.4492753623 * 1vw);
    background: linear-gradient(90deg, #00A68E 0%, #0070BA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
}

@media (min-width: 1440px) {
  .primepath-service__instructor-name {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.primepath-service__instructor-title {
  color: #fff;
  background: #00a889;
  padding: calc(3px + 3 * (100vw - 375px) / 374) calc(5px + 5 * (100vw - 375px) / 374);
  border-radius: calc(10px + 10 * (100vw - 375px) / 374) 0 calc(10px + 10 * (100vw - 375px) / 374) 0;
  display: inline-block;
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
  position: absolute;
  top: 1px;
  left: 1px;
}

@media (min-width: 750px) {
  .primepath-service__instructor-title {
    font-size: calc(-0.6956521739px + 1.1594202899 * 1vw);
    border-top-left-radius: calc(-0.4347826087px + 0.7246376812 * 1vw);
    border-bottom-right-radius: calc(-0.4347826087px + 0.7246376812 * 1vw);
    padding-top: calc(-0.1304347826px + 0.2173913043 * 1vw);
    padding-bottom: calc(-0.1304347826px + 0.2173913043 * 1vw);
    padding-left: calc(-0.2173913043px + 0.3623188406 * 1vw);
    padding-right: calc(-0.2173913043px + 0.3623188406 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__instructor-title {
    font-size: 16px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.primepath-service__instructor-description {
  line-height: 1.5;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__instructor-description {
    letter-spacing: calc(0.2px + 0.2 * (100vw - 375px) / 374);
    font-size: calc(-0.6956521739px + 1.1594202899 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__instructor-description {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.primepath-service__curriculum {
  text-align: center;
}

.primepath-service__curriculum-diagram {
  max-width: calc(319px + 319 * (100vw - 375px) / 374);
  margin: 0 auto calc(20px + 20 * (100vw - 375px) / 374);
  position: relative;
}

@media (min-width: 750px) {
  .primepath-service__curriculum-diagram {
    max-width: calc(-24.5217391304px + 40.8695652174 * 1vw);
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-diagram {
    max-width: 563px;
  }
}

.primepath-service__curriculum-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(113px + 113 * (100vw - 375px) / 374);
  height: calc(113px + 113 * (100vw - 375px) / 374);
  background: #fff;
  border-radius: 50%;
  margin: 0 auto calc(24px + 24 * (100vw - 375px) / 374);
  flex-direction: column;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  color: #00a889;
  font-weight: bold;
  box-shadow: 0px 4px 10px 0px rgba(36, 147, 131, 0.1490196078);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-center {
    font-size: calc(-1.0434782609px + 1.7391304348 * 1vw);
    width: calc(-8.6956521739px + 14.4927536232 * 1vw);
    height: calc(-8.6956521739px + 14.4927536232 * 1vw);
    margin-bottom: calc(-0.9565217391px + 1.5942028986 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-center {
    font-size: 24px;
    width: 200px;
    height: 200px;
    margin-bottom: 22px;
  }
}

.primepath-service__curriculum-timeline {
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  font-weight: bold;
}

@media (min-width: 750px) {
  .primepath-service__curriculum-timeline {
    font-size: calc(-1.0434782609px + 1.7391304348 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-timeline {
    font-size: 24px;
  }
}

.primepath-service__curriculum-timeline span {
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  color: #00a889;
  font-family: "Jost";
}

.primepath-service__curriculum-timeline span.small {
  font-size: calc(-1.5652173913px + 2.6086956522 * 1vw);
  color: #333;
}

@media (min-width: 750px) {
  .primepath-service__curriculum-timeline span {
    font-size: calc(-1.5652173913px + 2.6086956522 * 1vw);
  }

  .primepath-service__curriculum-timeline span:first-of-type {
    display: inline-block;
    line-height: 1;
  }

  .primepath-service__curriculum-timeline span:first-of-type::first-letter {
    font-size: calc(-2.7826086957px + 4.6376811594 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-timeline span {
    font-size: 36px;
  }

  .primepath-service__curriculum-timeline span:first-of-type::first-letter {
    font-size: 64px;
  }
}

.primepath-service__curriculum-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(-27px + -27 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-steps {
    margin-top: calc(2.1739130435px + -3.6231884058 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-steps {
    margin-top: -50px;
  }
}

.primepath-service__curriculum-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(113px + 113 * (100vw - 375px) / 374);
  height: calc(113px + 113 * (100vw - 375px) / 374);
  background: #fff;
  border-radius: 50%;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  color: #00a889;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0px 4px 10px 0px rgba(36, 147, 131, 0.1490196078);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-step {
    font-size: calc(-1.0434782609px + 1.7391304348 * 1vw);
    width: calc(-8.6956521739px + 14.4927536232 * 1vw);
    height: calc(-8.6956521739px + 14.4927536232 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-step {
    font-size: 24px;
    width: 200px;
    height: 200px;
  }
}

.primepath-service__curriculum-arrow {
  position: relative;
  display: inline-block;
  width: calc(56px + 56 * (100vw - 375px) / 374);
  height: 2px;
  border-radius: 9999px;
  background-color: #00a889;
}

@media (min-width: 750px) {
  .primepath-service__curriculum-arrow {
    width: calc(-4.347826087px + 7.2463768116 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-arrow {
    width: 100px;
  }
}

.primepath-service__curriculum-arrow::after,
.primepath-service__curriculum-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -10px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00a889;
  transform-origin: calc(100% - 1px) 50%;
}

.primepath-service__curriculum-arrow::before {
  transform: rotate(135deg);
}

.primepath-service__curriculum-arrow::after {
  transform: rotate(-135deg);
}

.primepath-service__curriculum-arrow.absolute {
  position: absolute;
  top: calc(130px + 130 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-arrow.absolute {
    top: calc(-10px + 16.6666666667 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-arrow.absolute {
    top: 230px;
  }
}

.primepath-service__curriculum-arrow.absolute.left {
  rotate: 135deg;
  left: calc(60px + 60 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-arrow.absolute.left {
    left: calc(-4.7826086957px + 7.9710144928 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-arrow.absolute.left {
    left: 110px;
  }
}

.primepath-service__curriculum-arrow.absolute.right {
  rotate: 45deg;
  right: calc(60px + 60 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__curriculum-arrow.absolute.right {
    right: calc(-4.7826086957px + 7.9710144928 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__curriculum-arrow.absolute.right {
    right: 110px;
  }
}

.primepath-service__features {
  display: flex;
  flex-direction: column;
  gap: calc(24px + 24 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .primepath-service__features {
    flex-direction: row;
    gap: calc(-1.3043478261px + 2.1739130435 * 1vw);
    padding-top: calc(-3.0869565217px + 3.4782608696 * 1vw);
    max-width: calc(-49.5652173913px + 82.6086956522 * 1vw);
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .primepath-service__features {
    gap: 30px;
    padding-top: 47px;
    max-width: 1140px;
  }
}

.primepath-service__feature {
  padding: calc(16px + 16 * (100vw - 375px) / 374) 0;
  flex: 1;
  max-width: calc(300px + 300 * (100vw - 375px) / 374);
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 750px) {
  .primepath-service__feature {
    max-width: calc(-15.652173913px + 26.0869565217 * 1vw);
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .primepath-service__feature {
    max-width: 360px;
  }
}

.primepath-service__feature-header {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  color: #fff;
  padding: calc(10px + 10 * (100vw - 375px) / 374) calc(16px + 16 * (100vw - 375px) / 374);
  border-radius: calc(20px + 20 * (100vw - 375px) / 374);
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
  font-weight: 500;
  margin-bottom: calc(4px + 4 * (100vw - 375px) / 374);
  letter-spacing: 0.06rem;
}

@media (min-width: 750px) {
  .primepath-service__feature-header {
    font-size: calc(-0.6956521739px + 1.1594202899 * 1vw);
    padding-top: calc(-0.4347826087px + 0.7246376812 * 1vw);
    padding-bottom: calc(-0.4347826087px + 0.7246376812 * 1vw);
    margin-bottom: calc(-0.1739130435px + 0.2898550725 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__feature-header {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 4px;
  }
}

.primepath-service__feature-title {
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  font-weight: bold;
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 750px) {
  .primepath-service__feature-title {
    font-size: calc(-1.0434782609px + 1.7391304348 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__feature-title {
    font-size: 24px;
  }
}

.primepath-service__feature-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin: calc(8px + 8 * (100vw - 375px) / 374) 0;
}

@media (min-width: 750px) {
  .primepath-service__feature-image {
    margin-top: calc(-0.8695652174px + 1.4492753623 * 1vw);
    margin-bottom: calc(-0.8695652174px + 1.4492753623 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__feature-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.primepath-service__feature-description {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 750px) {
  .primepath-service__feature-description {
    font-size: calc(-0.6956521739px + 1.1594202899 * 1vw);
  }
}

@media (min-width: 1440px) {
  .primepath-service__feature-description {
    font-size: 16px;
  }
}

.example .example-header {
  background-color: #E4F3F0;
  padding: 73px 0 43px;
}

.example .example-header h2 {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  color: #00a889;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.8;
  position: relative;
}

.example .example-header h2 p {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.example .example-header h2 .small {
  font-size: 14px;
}

.example .example-header h2 span {
  color: #333;
}

.example .example-header h2::before {
  position: absolute;
  content: "ChatGPT\aだけでない！";
  white-space: pre;
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF266;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  left: 43px;
  bottom: 22px;
}

.example .example-header h2::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 114px;
  width: 0;
  height: 0;
  rotate: -50deg;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FFF266;
}

.example .example-header .skills {
  display: flex;
  max-width: 340px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 10px 5px;
}

.example .example-header .skills .skill {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  padding: 5px 10px;
  background-color: #00a889;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}

.example .example-header .skills .skill:last-of-type {
  position: relative;
}

.example .example-header .skills .skill:last-of-type::after {
  content: "etc.";
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #333;
  position: absolute;
  right: -27.2px;
}

.example .example-content .banner {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 4px 0 7px;
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  position: relative;
}

.example .example-content .banner::after {
  content: "";
  position: absolute;
  bottom: calc(-15px + -15 * (100vw - 375px) / 373);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: calc(28px + 28 * (100vw - 375px) / 373) solid transparent;
  border-right: calc(28px + 28 * (100vw - 375px) / 373) solid transparent;
  border-top: calc(18px + 18 * (100vw - 375px) / 373) solid #2fa8d6;
}

.example .example-content .cercle {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin: 26px auto 43px;
  background: linear-gradient(140.79deg, #ED902A 16.05%, #F85355 85.85%);
  width: 202px;
  height: 202px;
  border-radius: 50%;
  padding: 35px 0 0;
  line-height: 1;
  border: 14px solid #fdeeda;
}

.example .example-content .cercle strong {
  font-size: 64px;
  font-family: "Jost";
  color: #fff;
  line-height: 1;
  font-weight: 700;
  line-height: 0.9;
  position: relative;
}

.example .example-content .cercle strong::after {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: calc(46px + 45 * (100vw - 375px) / 375);
  right: calc(-10px + -8 * (100vw - 375px) / 375);
}

.example .example-content .cercle span {
  color: #fff;
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 7px;
}

@media screen and (max-width: 749px) {
  .example .example-header {
    padding: calc(73px + 73 * (100vw - 375px) / 375) 0 calc(43px + 43 * (100vw - 375px) / 375);
  }

  .example .example-header h2 {
    font-size: calc(20px + 20 * (100vw - 375px) / 375);
    margin-bottom: calc(22px + 22 * (100vw - 375px) / 375);
  }

  .example .example-header h2 p {
    color: #00a889;
    font-size: calc(14px + 14 * (100vw - 375px) / 375);
  }

  .example .example-header h2 .small {
    font-size: calc(14px + 14 * (100vw - 375px) / 375);
  }

  .example .example-header h2::before {
    font-size: calc(12px + 12 * (100vw - 375px) / 375);
    width: calc(85px + 85 * (100vw - 375px) / 375);
    height: calc(85px + 85 * (100vw - 375px) / 375);
    left: calc(43px + 43 * (100vw - 375px) / 375);
    bottom: calc(22px + 22 * (100vw - 375px) / 375);
  }

  .example .example-header h2::after {
    bottom: calc(30px + 30 * (100vw - 375px) / 375);
    left: calc(114px + 114 * (100vw - 375px) / 375);
    border-left: calc(6px + 6 * (100vw - 375px) / 375) solid transparent;
    border-right: calc(6px + 6 * (100vw - 375px) / 375) solid transparent;
    border-top: calc(10px + 10 * (100vw - 375px) / 375) solid #FFF266;
  }

  .example .example-header .skills {
    max-width: calc(340px + 340 * (100vw - 375px) / 375);
    gap: calc(10px + 10 * (100vw - 375px) / 375) calc(5px + 5 * (100vw - 375px) / 375);
  }

  .example .example-header .skills .skill {
    font-size: calc(14px + 14 * (100vw - 375px) / 375);
    padding: calc(5px + 5 * (100vw - 375px) / 375) calc(10px + 10 * (100vw - 375px) / 375);
    border-radius: calc(5px + 5 * (100vw - 375px) / 375);
  }

  .example .example-header .skills .skill:last-of-type::after {
    font-size: calc(12px + 12 * (100vw - 375px) / 375);
    right: calc(-27.2px + -25.6 * (100vw - 375px) / 375);
  }

  .example .example-content .banner {
    font-size: calc(20px + 20 * (100vw - 375px) / 375);
    padding: calc(10px + 10 * (100vw - 375px) / 375) 0 calc(10px + 10 * (100vw - 375px) / 375);
  }

  .example .example-content .banner::after {
    bottom: calc(-15px + -15 * (100vw - 375px) / 375);
    border-left: calc(28px + 28 * (100vw - 375px) / 375) solid transparent;
    border-right: calc(28px + 28 * (100vw - 375px) / 375) solid transparent;
    border-top: calc(18px + 18 * (100vw - 375px) / 375) solid #2fa8d6;
  }

  .example .example-content .cercle {
    font-size: calc(20px + 20 * (100vw - 375px) / 375);
    margin: calc(26px + 26 * (100vw - 375px) / 375) auto calc(43px + 43 * (100vw - 375px) / 375);
    width: calc(202px + 202 * (100vw - 375px) / 375);
    height: calc(202px + 202 * (100vw - 375px) / 375);
    padding: calc(35px + 35 * (100vw - 375px) / 375) 0 0;
    border: calc(14px + 14 * (100vw - 375px) / 375) solid #fdeeda;
  }

  .example .example-content .cercle strong {
    font-size: calc(64px + 64 * (100vw - 375px) / 375);
  }

  .example .example-content .cercle strong::after {
    font-size: calc(10px + 10 * (100vw - 375px) / 375);
    bottom: calc(46px + 46 * (100vw - 375px) / 375);
    right: calc(-10px + -10 * (100vw - 375px) / 375);
  }

  .example .example-content .cercle span {
    font-size: calc(12px + 12 * (100vw - 375px) / 375);
    margin-top: calc(7px + 7 * (100vw - 375px) / 375);
  }
}

@media screen and (min-width: 750px) {
  .example .example-header {
    padding: calc(53px + 53 * (100vw - 750px) / 690) 0 calc(41.5px + 41.5 * (100vw - 750px) / 690);
    text-align: center;
  }

  .example .example-header h2 {
    font-size: calc(20px + 20 * (100vw - 750px) / 690);
    margin-bottom: calc(16px + 16 * (100vw - 750px) / 690);
    display: inline-block;
  }

  .example .example-header h2 p {
    margin-bottom: calc(5px + 5 * (100vw - 750px) / 690);
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    color: #00a889;
  }

  .example .example-header h2 .small {
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
  }

  .example .example-header h2::before {
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    width: calc(61.5px + 61.5 * (100vw - 750px) / 690);
    height: calc(61.5px + 61.5 * (100vw - 750px) / 690);
    left: calc(-35px + -35 * (100vw - 750px) / 690);
    bottom: calc(30px + 30 * (100vw - 750px) / 690);
  }

  .example .example-header h2::after {
    bottom: calc(28px + 28 * (100vw - 750px) / 690);
    left: calc(11px + 11 * (100vw - 750px) / 690);
    rotate: -40deg;
    border-left: calc(6px + 6 * (100vw - 750px) / 690) solid transparent;
    border-right: calc(6px + 6 * (100vw - 750px) / 690) solid transparent;
    border-top: calc(10px + 10 * (100vw - 750px) / 690) solid #FFF266;
  }

  .example .example-header .skills {
    max-width: calc(416.5px + 416.5 * (100vw - 750px) / 690);
  }

  .example .example-header .skills .skill {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    padding: calc(5px + 5 * (100vw - 750px) / 690) calc(10px + 10 * (100vw - 750px) / 690);
  }

  .example .example-header .skills .skill:last-of-type::after {
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    right: calc(-20px + -20 * (100vw - 750px) / 690);
    bottom: calc(2px + 2 * (100vw - 750px) / 690);
  }

  .example .example-content .banner {
    padding: calc(5.5px + 5.5 * (100vw - 750px) / 690) 0;
    font-size: calc(20px + 20 * (100vw - 750px) / 690);
  }

  .example .example-content .banner::after {
    border-left: calc(20px + 20 * (100vw - 750px) / 690) solid transparent;
    border-right: calc(20px + 20 * (100vw - 750px) / 690) solid transparent;
    border-top: calc(13px + 13 * (100vw - 750px) / 690) solid #00a889;
    bottom: calc(-18px + -18 * (100vw - 750px) / 690);
  }

  .example .example-content .cercle {
    margin: calc(30px + 30 * (100vw - 750px) / 690) auto;
    width: calc(225px + 225 * (100vw - 750px) / 690);
    height: calc(225px + 225 * (100vw - 750px) / 690);
    border: calc(15px + 15 * (100vw - 750px) / 690) solid #fdeeda;
    font-size: calc(24px + 24 * (100vw - 750px) / 690);
    padding: calc(35px + 35 * (100vw - 750px) / 690) 0 0;
  }

  .example .example-content .cercle strong {
    font-size: calc(64px + 64 * (100vw - 750px) / 690);
  }

  .example .example-content .cercle strong::after {
    bottom: calc(46px + 46 * (100vw - 750px) / 690);
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    right: calc(-9px + -9 * (100vw - 750px) / 690);
  }

  .example .example-content .cercle span {
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    margin-top: calc(7px + 7 * (100vw - 750px) / 690);
  }
}

@media screen and (min-width: 1440px) {
  .example .example-header {
    padding: 106px 0 83px;
    text-align: center;
  }

  .example .example-header h2 {
    font-size: 40px;
    margin-bottom: 32px;
    display: inline-block;
  }

  .example .example-header h2 p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #00a889;
  }

  .example .example-header h2 .small {
    font-size: 36px;
  }

  .example .example-header h2::before {
    font-size: 16px;
    width: 123px;
    height: 123px;
    left: -70px;
    bottom: 60px;
  }

  .example .example-header h2::after {
    bottom: 56px;
    left: 22px;
    rotate: -40deg;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #FFF266;
  }

  .example .example-header .skills {
    max-width: 833px;
  }

  .example .example-header .skills .skill {
    font-size: 24px;
    padding: 10px 20px;
  }

  .example .example-header .skills .skill:last-of-type::after {
    font-size: 16px;
    right: -40px;
    bottom: 4px;
  }

  .example .example-content .banner {
    padding: 11px 0;
    font-size: 40px;
  }

  .example .example-content .banner::after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 26px solid #00a889;
    bottom: -36px;
  }

  .example .example-content .cercle {
    margin: 60px auto;
    width: 450px;
    height: 450px;
    border: 30px solid #fdeeda;
    font-size: 48px;
    padding: 70px 0 0;
  }

  .example .example-content .cercle strong {
    font-size: 128px;
  }

  .example .example-content .cercle strong::after {
    bottom: 92px;
    font-size: 16px;
    right: -18px;
  }

  .example .example-content .cercle span {
    font-size: 16px;
    margin-top: 14px;
  }
}

.report {
  background-color: #E4F3F0;
  padding: calc(40px + 40 * (100vw - 375px) / 374) 0;
}

.report h2 {
  font-family: Noto Sans JP;
  font-weight: 700;
  margin-bottom: calc(40px + 40 * (100vw - 375px) / 374);
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  line-height: 1.4;
  text-align: center;
}

.report h2 span {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  line-height: 100%;
  text-align: center;
  color: #00a889;
}

.report h2 p {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  line-height: 1.4;
  letter-spacing: 8%;
  text-align: center;
  color: #00a889;
}

.report .container {
  flex-direction: column;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  gap: calc(20px + 20 * (100vw - 375px) / 374);
  max-width: calc(340px + 340 * (100vw - 375px) / 374);
}

@media screen and (min-width: 750px) {
  .report {
    background-color: #E4F3F0;
    padding: calc(51px + 17 * (100vw - 750px) / 241) 0 calc(75px + 25 * (100vw - 750px) / 241);
  }

  .report h2 {
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
    margin-bottom: calc(30px + 10 * (100vw - 750px) / 241);
    font-size: calc(30px + 10 * (100vw - 750px) / 241);
    line-height: 1.4;
    text-align: center;
  }

  .report h2 span {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: calc(30px + 10 * (100vw - 750px) / 241);
    line-height: 100%;
    text-align: center;
    color: #00a889;
    background: linear-gradient(90deg, #00A68E 0%, #0070BA 101.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .report h2 p {
    display: inline-block;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: calc(18px + 6 * (100vw - 750px) / 241);
    line-height: 1.4;
    letter-spacing: 8%;
    text-align: center;
    background: linear-gradient(90deg, #00A68E 0%, #0070BA 101.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .report .container {
    flex-direction: row;
    max-width: calc(720px + 240 * (100vw - 750px) / 241);
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: calc(9px + 3 * (100vw - 750px) / 241);
  }
}

@media screen and (min-width: 992px) {
  .report {
    padding: 68px 0 100px;
  }

  .report h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .report h2 span {
    font-size: 40px;
  }

  .report h2 p {
    font-size: 24px;
  }

  .report .container {
    max-width: 960px;
    gap: 12px;
  }
}

.worries {
  position: relative;
  padding: calc(41px + 10 * (100vw - 375px) / 1064) 0 calc(32px + 38 * (100vw - 375px) / 1064);
  background: linear-gradient(180deg, #929797 0%, #CED6D4 100%);
}

@media (min-width: 750px) {
  .worries {
    padding: calc(25.5px + 25.5 * (100vw - 750px) / 690) 0 calc(35px + 35 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries {
    padding: 51px 0 70px;
  }
}

.worries .header {
  text-align: center;
  background: none;
}

.worries .header__subtitle {
  font-size: clamp(14px, 14px + 11 * (100vw - 375px) / 1064, 28px);
  padding: calc(8px + 7 * (100vw - 375px) / 1064);
  background-color: #000;
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  margin: 0 auto;
  display: inline-block;
}

@media (min-width: 750px) {
  .worries .header__subtitle {
    padding: calc(7.5px + 7.5 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .header__subtitle {
    padding: 15px;
    font-size: 25px;
  }
}

.worries .header__title {
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 1064, 40px);
  color: #fff;
  margin-top: 4px;
}

@media (min-width: 1440px) {
  .worries .header__title {
    font-size: 37px;
  }
}

.worries .header__title span {
  font-size: clamp(32px, 32px + 32 * (100vw - 375px) / 1064, 64px);
  color: #fff;
  line-height: 1;
}

@media (min-width: 1440px) {
  .worries .header__title span {
    font-size: 60px;
  }
}

.worries .worries-content {
  max-width: calc(340px + 405 * (100vw - 375px) / 1064);
  margin: 20px auto 0;
  position: relative;
}

@media (min-width: 750px) {
  .worries .worries-content {
    max-width: calc(550px + 195 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .worries-content {
    max-width: 745px;
  }
}

.worries .worries-lists {
  max-width: calc(340px + 405 * (100vw - 375px) / 1064);
}

@media (min-width: 750px) {
  .worries .worries-lists {
    margin-left: calc(-26px + -27 * (100vw - 750px) / 690);
    max-width: calc(550px + 195 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .worries-lists {
    margin-left: -53px;
    max-width: 745px;
  }
}

.worries .worries-lists__item {
  padding: 20px 0 20px calc(30px + 20 * (100vw - 375px) / 1064);
  border-bottom: 1px dashed #333;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(14px, 14px + 10 * (100vw - 375px) / 1064, 28px);
  position: relative;
  line-height: 1.2;
}

@media (min-width: 750px) {
  .worries .worries-lists__item {
    padding: 20px 0 20px calc(25px + 25 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .worries-lists__item {
    padding: 20px 0 20px 50px;
    font-size: 24px;
  }
}

.worries .worries-lists__item:nth-of-type(n+3) {
  max-width: calc(200px + 200 * (100vw - 375px) / 1064);
}

@media (min-width: 750px) {
  .worries .worries-lists__item:nth-of-type(n+3) {
    max-width: initial;
  }
}

@media (min-width: 1440px) {
  .worries .worries-lists__item:nth-of-type(n+3) {
    max-width: 745px;
  }
}

.worries .worries-lists__item::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/worries-check-circle.png);
  width: calc(20px + 12 * (100vw - 375px) / 1064);
  height: calc(20px + 12 * (100vw - 375px) / 1064);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: cover;
}

@media (min-width: 750px) {
  .worries .worries-lists__item::before {
    width: calc(16px + 16 * (100vw - 750px) / 690);
    height: calc(16px + 16 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .worries-lists__item::before {
    width: 32px;
    height: 32px;
  }
}

.worries .worries-img {
  width: calc(133px + 47 * (100vw - 375px) / 749);
  right: 0;
  position: absolute;
  bottom: calc(-32px + -28 * (100vw - 375px) / 749);
}

@media (min-width: 750px) {
  .worries .worries-img {
    width: calc(150px + 50 * (100vw - 750px) / 690);
    bottom: calc(-35px + -35 * (100vw - 750px) / 690);
    right: calc(-90px + -40 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .worries .worries-img {
    width: 200px;
    bottom: -70px;
    right: -130px;
  }
}

.points {
  max-width: calc(340px + 860 * (100vw - 375px) / 1065);
  margin: 0 auto;
  padding: calc(40px + 48 * (100vw - 375px) / 1065) 0;
}

.points .points-header {
  text-align: center;
  margin-bottom: calc(40px + 40 * (100vw - 375px) / 1065);
}

.points .points-header .points-title {
  font-size: calc(24px + 24 * (100vw - 375px) / 1065);
  font-weight: bold;
  color: #333;
  position: relative;
}

.points .points-header .points-title .brand-name {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  opacity: 0.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-size: calc(23px + 23 * (100vw - 375px) / 1065);
  position: absolute;
  top: calc(12px + 12 * (100vw - 375px) / 1065);
  left: calc(118px + 362 * (100vw - 375px) / 1065);
}

@media (min-width: 750px) {
  .points .points-header .points-title .brand-name {
    position: initial;
    color: #00a889;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    opacity: 1;
    background: initial;
    font-size: calc(20px + 4 * (100vw - 750px) / 690);
  }
}

.points .points-header .points-title .main-text {
  color: #00a889;
  font-size: calc(64px + 32 * (100vw - 375px) / 1065);
  line-height: 0.1;
  font-family: "Jost";
  font-weight: 500;
}

.points .points-header .points-title .sub-text {
  color: #00a889;
  font-size: calc(20px + 20 * (100vw - 375px) / 1065);
}

.points .points-header .points-title .sub-text small {
  font-size: calc(20px + 12 * (100vw - 375px) / 1065);
  color: #333;
}

.points .points-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(5px + 23 * (100vw - 375px) / 1065);
  max-width: calc(340px + 706 * (100vw - 375px) / 1065);
  margin: 0 auto;
}

.points .points-grid .point-card {
  background-color: #E4F3F0;
  border-radius: calc(7.5px + 7.5 * (100vw - 375px) / 1065);
  padding: calc(0px + 50 * (100vw - 375px) / 1065) calc(0px + 30 * (100vw - 375px) / 1065);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(10px + 30 * (100vw - 375px) / 1065);
  height: calc(110px + 220 * (100vw - 375px) / 1065);
  width: calc(110px + 220 * (100vw - 375px) / 1065);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.points .points-grid .point-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 168, 137, 0.15);
}

.points .points-grid .point-card .icon {
  width: calc(40px + 40 * (100vw - 375px) / 1065);
  height: calc(40px + 40 * (100vw - 375px) / 1065);
  display: flex;
  align-items: center;
  justify-content: center;
}

.points .points-grid .point-card .card-title {
  font-size: calc(12px + 12 * (100vw - 375px) / 1065);
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .points .points-grid .point-card .card-title {
    font-weight: 500;
  }
}

@media (min-width: 1440px) {
  .points {
    max-width: 1200px;
    padding: 88px 0;
  }

  .points .points-header {
    margin-bottom: 40px;
  }

  .points .points-header .points-title {
    font-size: 48px;
  }

  .points .points-header .points-title .brand-name {
    font-size: 24px;
  }

  .points .points-header .points-title .main-text {
    font-size: 96px;
  }

  .points .points-header .points-title .sub-text {
    font-size: 40px;
  }

  .points .points-header .points-title .sub-text small {
    font-size: 32px;
  }

  .points .points-grid {
    gap: 28px;
    max-width: 1046px;
  }

  .points .points-grid .point-card {
    border-radius: 15px;
    padding: 50px 30px;
    gap: 40px;
    height: 330px;
    width: 330px;
  }

  .points .points-grid .point-card .icon {
    width: 80px;
    height: 80px;
  }

  .points .points-grid .point-card .card-title {
    font-size: 24px;
  }
}

.strength {
  padding: 60px 0;
  background: #E4F3F0;
}

.strength .container {
  max-width: 1200px;
  margin: 0 auto;
}

.strength .header {
  text-align: center;
  margin-bottom: 40px;
  background: none;
}

.strength .header .subtitle {
  font-size: 14px;
  color: #00a889;
  font-weight: bold;
}

.strength .header .main-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.strength .header .main-title small {
  font-size: 16px;
}

.strength .header .main-title strong {
  color: #00a889;
}

.strength .comparison-table {
  background: #fff;
  border-radius: 20px;
  overflow: scroll;
  margin-top: 40px;
  padding: 12px 16px;
  margin: 40px auto 0;
  width: 96%;
}

.strength .comparison-table .table-header {
  display: grid;
  grid-template-columns: 120px repeat(3, minmax(154px, 1fr));
  gap: 0 2px;
}

.strength .comparison-table .table-header .header-cell {
  padding: 15px 0px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

.strength .comparison-table .table-header .header-cell.header-primepath {
  background-color: #00a889;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength .comparison-table .table-header .header-cell.header-service-a {
  background-color: #ccc;
}

.strength .comparison-table .table-header .header-cell.header-service-b {
  background-color: #999;
}

.strength .comparison-table .table-body {
  display: grid;
  grid-template-columns: 120px repeat(3, minmax(154px, 1fr));
  gap: 0 2px;
}

.strength .comparison-table .table-body .row {
  display: contents;
}

.strength .comparison-table .table-body .row:last-of-type .primepath-cell {
  border-bottom: 6px solid #00a889;
}

.strength .comparison-table .table-body .row:last-of-type .service-cell-a {
  border-bottom: 6px solid #ccc;
}

.strength .comparison-table .table-body .row:last-of-type .service-cell-b {
  border-bottom: 6px solid #999;
}

.strength .comparison-table .table-body .category-cell {
  padding: 12px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
}

.strength .comparison-table .table-body .content-cell {
  padding: 12px 8px;
  display: flex;
  gap: 4px;
  flex-direction: row;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.strength .comparison-table .table-body .content-cell.primepath-cell {
  background-color: #e8f5f2;
}

.strength .comparison-table .table-body .content-cell .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.strength .comparison-table .table-body .content-cell .icon.check-icon {
  color: #fff;
}

.strength .comparison-table .table-body .content-cell .icon.check-icon::after {
  content: "◎";
  color: #00a889;
  font-size: 24px;
}

.strength .comparison-table .table-body .content-cell .icon.triangle-icon::after {
  content: "△";
  font-size: 24px;
}

.strength .comparison-table .table-body .content-cell .icon.cross-icon {
  background-color: transparent;
  color: #dc3545;
  font-size: 24px;
  border: none;
}

.strength .comparison-table .table-body .content-cell .icon.cross-icon::after {
  content: "✕";
  font-size: 24px;
}

.strength .comparison-table .table-body .content-cell .icon.circle-icon::after {
  content: "◯";
  font-size: 24px;
}

.strength .comparison-table .table-body .content-cell .content-text {
  font-size: 10px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 640px) {

  .strength .comparison-table .table-header,
  .strength .comparison-table .table-body {
    width: 640px;
  }
}

@media (min-width: 750px) {
  .strength {
    padding: calc(30px + 30 * (100vw - 750px) / 690) 0;
    background: #E4F3F0;
  }

  .strength .container {
    max-width: calc(600px + 600 * (100vw - 750px) / 690);
    margin: 0 auto;
  }

  .strength .header {
    text-align: center;
    margin-bottom: calc(20px + 20 * (100vw - 750px) / 690);
  }

  .strength .header .subtitle {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    margin-bottom: calc(5px + 5 * (100vw - 750px) / 690);
    font-weight: bold;
    color: #00a889;
  }

  .strength .header .main-title {
    font-size: calc(20px + 20 * (100vw - 750px) / 690);
    font-weight: bold;
    color: #333;
  }

  .strength .header .main-title small {
    font-size: calc(16px + 16 * (100vw - 750px) / 690);
  }

  .strength .header .main-title strong {
    color: #00a889;
  }

  .strength .comparison-table {
    background: #fff;
    border-radius: calc(10px + 10 * (100vw - 750px) / 690);
    overflow: hidden;
    margin-top: calc(20px + 20 * (100vw - 750px) / 690);
    padding: calc(15px + 15 * (100vw - 750px) / 690) calc(8px + 8 * (100vw - 750px) / 690) calc(25px + 25 * (100vw - 750px) / 690) 0;
  }

  .strength .comparison-table .table-header {
    width: initial;
    display: grid;
    grid-template-columns: calc(100px + 110 * (100vw - 750px) / 690) repeat(3, 1fr);
    gap: 0 calc(11.5px + 11.5 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-header .header-cell {
    padding: calc(7.5px + 7.5 * (100vw - 750px) / 690) 0px;
    text-align: center;
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    font-weight: bold;
    color: #fff;
  }

  .strength .comparison-table .table-header .header-cell.header-primepath {
    background-color: #00a889;
    font-size: calc(16px + 16 * (100vw - 750px) / 690);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .strength .comparison-table .table-header .header-cell.header-service-a {
    background-color: #ccc;
  }

  .strength .comparison-table .table-header .header-cell.header-service-b {
    background-color: #999;
  }

  .strength .comparison-table .table-body {
    display: grid;
    grid-template-columns: calc(100px + 110 * (100vw - 750px) / 690) repeat(3, 1fr);
    gap: 0 calc(11.5px + 11.5 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .row {
    display: contents;
  }

  .strength .comparison-table .table-body .row:last-of-type .primepath-cell {
    border-bottom: calc(3px + 3 * (100vw - 750px) / 690) solid #00a889;
  }

  .strength .comparison-table .table-body .row:last-of-type .service-cell-a {
    border-bottom: calc(3px + 3 * (100vw - 750px) / 690) solid #ccc;
  }

  .strength .comparison-table .table-body .row:last-of-type .service-cell-b {
    border-bottom: calc(3px + 3 * (100vw - 750px) / 690) solid #999;
  }

  .strength .comparison-table .table-body .category-cell {
    padding: calc(12.5px + 12.5 * (100vw - 750px) / 690) calc(10px + 10 * (100vw - 750px) / 690);
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell {
    padding: calc(12.5px + 12.5 * (100vw - 750px) / 690) calc(10px + 10 * (100vw - 750px) / 690);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: calc(60px + 60 * (100vw - 750px) / 690);
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    font-weight: bold;
  }

  .strength .comparison-table .table-body .content-cell.primepath-cell {
    background-color: #e8f5f2;
  }

  .strength .comparison-table .table-body .content-cell .icon {
    width: calc(15px + 15 * (100vw - 750px) / 690);
    height: calc(15px + 15 * (100vw - 750px) / 690);
    border-radius: 50%;
    margin-bottom: calc(7.5px + 7.5 * (100vw - 750px) / 690);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: calc(9px + 9 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell .icon.check-icon {
    color: #fff;
  }

  .strength .comparison-table .table-body .content-cell .icon.check-icon::after {
    content: "◎";
    color: #00a889;
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell .icon.triangle-icon::after {
    content: "△";
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell .icon.cross-icon {
    background-color: transparent;
    color: #dc3545;
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    border: none;
  }

  .strength .comparison-table .table-body .content-cell .icon.cross-icon::after {
    content: "✕";
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell .icon.circle-icon::after {
    content: "◯";
    font-size: calc(18px + 18 * (100vw - 750px) / 690);
  }

  .strength .comparison-table .table-body .content-cell .content-text {
    font-size: calc(7px + 7 * (100vw - 750px) / 690);
    color: #333;
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
  .strength {
    padding: 60px 0;
  }

  .strength .container {
    max-width: 1200px;
  }

  .strength .header {
    margin-bottom: 40px;
  }

  .strength .header .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .strength .header .main-title {
    font-size: 40px;
  }

  .strength .header .main-title small {
    font-size: 32px;
  }

  .strength .comparison-table {
    border-radius: 20px;
    margin-top: 40px;
    padding: 30px 16px 50px 0px;
    width: initial;
  }

  .strength .comparison-table .table-header {
    gap: 23px;
    grid-template-columns: 210px repeat(3, minmax(300px, 1fr));
  }

  .strength .comparison-table .table-header .header-cell {
    padding: 15px 0px;
    font-size: 24px;
  }

  .strength .comparison-table .table-header .header-cell.header-primepath {
    font-size: 32px;
  }

  .strength .comparison-table .table-body {
    gap: 0 23px;
    grid-template-columns: 210px repeat(3, minmax(300px, 1fr));
  }

  .strength .comparison-table .table-body .category-cell {
    padding: 25px 20px;
    font-size: 16px;
  }

  .strength .comparison-table .table-body .content-cell {
    padding: 25px 20px;
    min-height: 120px;
    font-size: 16px;
  }

  .strength .comparison-table .table-body .content-cell .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .strength .comparison-table .table-body .content-cell .icon.check-icon::after {
    font-size: 36px;
  }

  .strength .comparison-table .table-body .content-cell .icon.triangle-icon::after {
    font-size: 36px;
  }

  .strength .comparison-table .table-body .content-cell .icon.cross-icon {
    font-size: 24px;
  }

  .strength .comparison-table .table-body .content-cell .icon.cross-icon::after {
    font-size: 36px;
  }

  .strength .comparison-table .table-body .content-cell .icon.circle-icon::after {
    font-size: 36px;
  }

  .strength .comparison-table .table-body .content-cell .content-text {
    font-size: 14px;
  }
}

.customer-testimonials {
  width: 100%;
  margin: 0 auto;
  background: #E4F3F0;
  padding-bottom: calc(98px + 98 * (100vw - 375px) / 374);
  overflow: hidden;
}

@media (min-width: 750px) {
  .customer-testimonials {
    padding-bottom: calc(74px + 0.1072463768 * (100vw - 750px));
    overflow: hidden;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials {
    padding-bottom: 148px;
  }
}

.customer-testimonials__hero {
  background: #E4F3F0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 750px) {
  .customer-testimonials__hero {
    gap: calc(40px + 0.0869565217 * (100vw - 750px));
    max-width: calc(530px + 0.768115942 * (100vw - 750px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__hero {
    gap: 120px;
    max-width: 1076px;
  }
}

@media (min-width: 750px) {
  .customer-testimonials__hero-left {
    flex: 1;
    padding-right: 0px;
    text-align: left;
  }
}

.customer-testimonials__hero-left .subtitle {
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 750px) {
  .customer-testimonials__hero-left .subtitle {
    font-size: calc(16px + 0.0231884058 * (100vw - 750px));
    color: #00a889;
    background: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__hero-left .subtitle {
    font-size: 32px;
  }
}

@media (min-width: 750px) {
  .customer-testimonials__hero-right {
    flex: 0 0 calc(150px + 0.2115942029 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__hero-right {
    flex: 0 0 300px;
  }
}

.customer-testimonials__circle-chart {
  position: relative;
  width: calc(220px + 220 * (100vw - 375px) / 374);
  height: calc(220px + 220 * (100vw - 375px) / 374);
  margin: 0 auto calc(10px + 10 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart {
    width: calc(158px + 0.2289855072 * (100vw - 750px));
    height: calc(158px + 0.2289855072 * (100vw - 750px));
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart {
    width: 316px;
    height: 316px;
  }
}

.customer-testimonials__circle-chart svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.customer-testimonials__circle-chart-background {
  fill: none;
  stroke: rgba(0, 168, 137, 0.2);
  stroke-width: calc(5px + 5 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart-background {
    stroke-width: calc(4px + 0.0057971014 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart-background {
    stroke-width: 8px;
  }
}

.customer-testimonials__circle-chart-progress {
  fill: none;
  stroke: #00a889;
  stroke-width: calc(10px + 10 * (100vw - 375px) / 374);
  stroke-linecap: round;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 28.27;
  transition: stroke-dashoffset 2s ease-in-out;
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart-progress {
    stroke-width: calc(7px + 0.0101449275 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart-progress {
    stroke-width: 14px;
  }
}

.customer-testimonials__circle-chart-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.customer-testimonials__circle-chart-content .percentage {
  font-size: calc(100px + 100 * (100vw - 375px) / 374);
  font-weight: 500;
  color: #00a889;
  line-height: 1;
  font-family: "Jost";
  letter-spacing: -0.1rem;
  margin-top: calc(10px + 10 * (100vw - 375px) / 374);
  position: relative;
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart-content .percentage {
    font-size: calc(75px + 0.1086956522 * (100vw - 750px));
    margin-top: calc(3px + 0.0057971014 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart-content .percentage {
    font-size: 150px;
    letter-spacing: -0.4rem;
    margin-top: 7px;
  }
}

.customer-testimonials__circle-chart-content .percentage::before {
  content: "※";
  color: #333;
  display: inline-block;
  position: absolute;
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
  right: calc(6px + 6 * (100vw - 375px) / 374);
  top: calc(22px + 22 * (100vw - 375px) / 374);
  font-weight: 600;
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart-content .percentage::before {
    right: calc(10px + 0.0144927536 * (100vw - 750px));
    top: calc(20px + 0.0289855072 * (100vw - 750px));
    font-size: calc(8px + 0.0115942029 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart-content .percentage::before {
    right: 20px;
    top: 40px;
    font-size: 16px;
  }
}

.customer-testimonials__circle-chart-content .note {
  font-size: calc(32px + 32 * (100vw - 375px) / 374);
  color: #575757;
  position: relative;
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart-content .note {
    text-align: left;
    font-size: calc(25px + 0.0362318841 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__circle-chart-content .note {
    font-size: 50px;
  }
}

.customer-testimonials__circle-chart .subtitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50px + 50 * (100vw - 375px) / 374);
  font-size: calc(12px + 12 * (100vw - 375px) / 374);
  color: #333;
}

@media (min-width: 750px) {
  .customer-testimonials__circle-chart .subtitle {
    display: none;
  }
}

.customer-testimonials__subtitle {
  font-family: Noto Sans JP;
  font-weight: 700;
}

@media (min-width: 750px) {
  .customer-testimonials__subtitle {
    font-size: calc(16px + 0.0231884058 * (100vw - 750px));
    margin-bottom: calc(16px + 0.0231884058 * (100vw - 750px));
    color: #00a889;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__subtitle {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.customer-testimonials__title {
  font-size: calc(36px + 36 * (100vw - 375px) / 374);
  font-weight: bold;
  color: #333;
  margin: calc(10px + 10 * (100vw - 375px) / 374) 0;
  line-height: 1.2;
}

@media (min-width: 750px) {
  .customer-testimonials__title {
    font-size: calc(32px + 0.0463768116 * (100vw - 750px));
    margin-bottom: calc(16px + 0.0231884058 * (100vw - 750px));
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__title {
    font-size: 64px;
    margin-bottom: 32px;
  }
}

.customer-testimonials__title .highlight {
  color: #00a889;
}

.customer-testimonials__note {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(12px + 12 * (100vw - 375px) / 374);
  text-align: center;
}

@media (min-width: 750px) {
  .customer-testimonials__note {
    font-size: calc(8px + 0.0115942029 * (100vw - 750px));
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__note {
    font-size: 16px;
  }
}

.customer-testimonials-wrap {
  margin: calc(74px + 74 * (100vw - 375px) / 374) auto 0;
  position: relative;
  width: calc(375px + 374 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials-wrap {
    margin: calc(47px + 0.0695652174 * (100vw - 750px)) auto 0;
    display: flex;
    width: calc(552px + 0.8 * (100vw - 750px));
  }
}

@media screen and (min-width: 1440px) {
  .customer-testimonials-wrap {
    max-width: 1104px;
    margin: 95px auto 0;
  }
}

.customer-testimonials__testimonial {
  padding: calc(20px + 20 * (100vw - 375px) / 374);
  max-width: calc(340px + 340 * (100vw - 375px) / 374);
  background: #fff;
  border-radius: calc(10px + 10 * (100vw - 375px) / 374);
  transition: all ease-in-out 0.4s;
  margin: 0 calc(17.5px + 17.5 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial {
    display: block;
    padding: calc(20px + 0.0289855072 * (100vw - 750px));
    max-width: calc(432px + 0.6260869565 * (100vw - 750px));
    border-radius: calc(10px + 0.0144927536 * (100vw - 750px));
    margin: 0 calc(60px + 0.0869565217 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial {
    padding: 40px;
    max-width: 864px;
    border-radius: 20px;
    margin: 0 120px;
  }
}

.customer-testimonials__testimonial.first h2 {
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
}

.customer-testimonials__testimonial.first .customer-testimonials__testimonial-content {
  line-height: 1.2;
}

.customer-testimonials__testimonial.first .customer-testimonials__testimonial-number {
  margin-bottom: calc(14px + 14 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial.first h2 {
    font-size: calc(18px + 0.0260869565 * (100vw - 750px));
  }

  .customer-testimonials__testimonial.first .customer-testimonials__testimonial-number {
    margin-bottom: calc(10px + 0.0144927536 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial.first h2 {
    font-size: 36px;
  }

  .customer-testimonials__testimonial.first .customer-testimonials__testimonial-number {
    margin-bottom: 20px;
  }
}

.customer-testimonials__testimonial.last h2 {
  font-size: calc(15px + 15 * (100vw - 375px) / 374);
  margin-bottom: calc(8px + 8 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial.last h2 {
    font-size: calc(18px + 0.0260869565 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial.last h2 {
    font-size: 36px;
  }
}

.customer-testimonials__testimonial.last .customer-testimonials__testimonial-content {
  line-height: 1.2;
}

.customer-testimonials__testimonial.last .customer-testimonials__testimonial-number {
  margin-bottom: calc(4px + 4 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial.last .customer-testimonials__testimonial-number {
    margin-bottom: calc(10px + 0.0144927536 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial.last .customer-testimonials__testimonial-number {
    margin-bottom: 20px;
  }
}

.customer-testimonials__testimonial.last .customer-testimonials__testimonial-info {
  padding: calc(10px + 10 * (100vw - 375px) / 374) 0 calc(12px + 12 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial.last .customer-testimonials__testimonial-info {
    padding: 0;
  }
}

.customer-testimonials__testimonial.last .customer-testimonials__testimonial-info .customer-testimonials__website {
  margin-top: 0;
}

.customer-testimonials__testimonial.last .customer-testimonials__comparison {
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(4px + 4 * (100vw - 375px) / 374);
  max-width: calc(294px + 294 * (100vw - 375px) / 374);
  margin: calc(12px + 12 * (100vw - 375px) / 374) auto 0;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial.last .customer-testimonials__comparison {
    max-width: calc(410px + 0.5942028986 * (100vw - 750px));
    gap: calc(4px + 0.0057971014 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial.last .customer-testimonials__comparison {
    max-width: 820px;
    gap: 8px;
  }
}

.customer-testimonials__testimonial.last .customer-testimonials__comparison-item {
  border: 1px solid #333;
  max-width: calc(143px + 143 * (100vw - 375px) / 374);
  padding: calc(6px + 6 * (100vw - 375px) / 374) 0;
}

.customer-testimonials__testimonial.last .customer-testimonials__comparison-icon {
  height: auto;
}

.customer-testimonials__testimonial.last .customer-testimonials__comparison-text {
  font-weight: 700;
}

.customer-testimonials__testimonial.last .customer-testimonials__comparison-text span {
  color: #00a889;
}

.customer-testimonials__testimonial.last__testimonial-content {
  line-height: 1.2;
}

.customer-testimonials__testimonial-number {
  display: inline-block;
  color: #00a889;
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
  margin-bottom: calc(30px + 30 * (100vw - 375px) / 374);
  font-weight: bold;
  font-family: "Jost";
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-number {
    font-size: calc(20px + 0.0289855072 * (100vw - 750px));
    margin-bottom: calc(10px + 0.0144927536 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-number {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.customer-testimonials__testimonial-title {
  font-size: calc(16px + 16 * (100vw - 375px) / 374);
  font-weight: bold;
  color: #333;
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 374);
  line-height: 1.4;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-title {
    margin-bottom: 0;
    font-size: calc(18px + 0.0260869565 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-title {
    font-size: 36px;
  }
}

.customer-testimonials__testimonial-card {
  overflow: hidden;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(23px + 0.0333333333 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-card {
    margin-bottom: 46px;
  }
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-header {
    max-width: calc(180px + 0.2608695652 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-header {
    max-width: 360px;
  }
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-left {
    display: flex;
    flex-direction: column;
    font-size: 0 0 calc(183px + 0.2652173913 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-left {
    flex: 0 0 366px;
  }
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.customer-testimonials__testimonial-image {
  width: 100%;
  height: calc(200px + 200 * (100vw - 375px) / 374);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-image {
    height: calc(120px + 0.1739130435 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-image {
    height: 240px;
  }
}

.customer-testimonials__testimonial-info {
  padding: calc(10px + 10 * (100vw - 375px) / 374) 0 calc(20px + 20 * (100vw - 375px) / 374);
  text-align: right;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-info {
    margin-top: calc(5px + 0.0072463768 * (100vw - 750px));
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-info {
    margin-top: 10px;
  }
}

.customer-testimonials__company-name {
  font-size: calc(12px + 12 * (100vw - 375px) / 374);
  color: #333;
}

@media (min-width: 750px) {
  .customer-testimonials__company-name {
    margin-bottom: 0px;
    font-size: calc(8px + 0.0115942029 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__company-name {
    font-size: 16px;
  }
}

.customer-testimonials__website {
  font-size: calc(11px + 11 * (100vw - 375px) / 374);
  color: #00a889;
  text-decoration: none;
  display: block;
  margin-top: calc(5px + 5 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__website {
    font-size: calc(6px + 0.0086956522 * (100vw - 750px));
    margin-top: calc(5px + 0.0072463768 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__website {
    font-size: 12px;
    margin-top: 10px;
  }
}

.customer-testimonials__website:hover {
  text-decoration: underline;
}

.customer-testimonials__testimonial-content {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: calc(12px + 12 * (100vw - 375px) / 374);
  line-height: 1.45;
}

@media (min-width: 750px) {
  .customer-testimonials__testimonial-content {
    font-size: calc(8px + 0.0115942029 * (100vw - 750px));
    padding: 0px;
    flex: 1;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__testimonial-content {
    font-size: 16px;
  }
}

.customer-testimonials__comparison {
  display: flex;
  margin-top: calc(20px + 20 * (100vw - 375px) / 374);
  gap: calc(1px + 1 * (100vw - 375px) / 374);
  justify-content: space-between;
  max-width: calc(281px + 281 * (100vw - 375px) / 374);
  margin: calc(20px + 20 * (100vw - 375px) / 374) auto 0;
}

@media (min-width: 750px) {
  .customer-testimonials__comparison {
    margin-top: calc(23px + 0.0333333333 * (100vw - 750px));
    gap: calc(10px + 0.0144927536 * (100vw - 750px));
    max-width: calc(332px + 0.4826086957 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison {
    margin-top: 46px;
    gap: 20px;
    max-width: 665px;
  }
}

.customer-testimonials__comparison-item {
  flex: 1;
  text-align: center;
  padding: calc(14.5px + 14.5 * (100vw - 375px) / 374) 0 calc(14.5px + 14.5 * (100vw - 375px) / 374);
  max-width: calc(130px + 130 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__comparison-item {
    padding: calc(5px + 0.0072463768 * (100vw - 750px)) 0;
    max-width: calc(150px + 0.2173913043 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison-item {
    padding: 10px 0;
    max-width: 300px;
  }
}

.customer-testimonials__comparison-item--before {
  background: #f8f9fa;
  position: relative;
  border: 1px solid #333;
}

.customer-testimonials__comparison-item--before::after {
  position: absolute;
  content: "";
  width: 0;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: calc(-22px + -22 * (100vw - 375px) / 374);
  width: 0;
  height: 0;
  border-left: calc(9px + 9 * (100vw - 375px) / 374) solid transparent;
  border-right: calc(9px + 9 * (100vw - 375px) / 374) solid transparent;
  border-top: calc(9px + 9 * (100vw - 375px) / 374) solid #00a889;
}

@media (min-width: 750px) {
  .customer-testimonials__comparison-item--before::after {
    border-left: calc(11px + 0.0173913043 * (100vw - 750px));
    border-right: calc(11px + 0.0173913043 * (100vw - 750px));
    border-top: calc(12px + 0.0188405797 * (100vw - 750px));
    right: calc(-29px + -0.0420289855 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison-item--before::after {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 25px solid #00a889;
    right: -58px;
  }
}

.customer-testimonials__comparison-item--after {
  border: 1px solid #00a889;
  position: relative;
}

.customer-testimonials__comparison-item--after .customer-testimonials__comparison-text {
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customer-testimonials__comparison-label {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: calc(10px + 10 * (100vw - 375px) / 374);
  padding: calc(3px + 3 * (100vw - 375px) / 374) calc(8px + 8 * (100vw - 375px) / 374);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 750px) {
  .customer-testimonials__comparison-label {
    font-size: calc(8px + 0.0115942029 * (100vw - 750px));
    padding: calc(1px + 0.0028985507 * (100vw - 750px)) calc(2px + 0.0043478261 * (100vw - 750px));
    margin-bottom: 0px;
    font-weight: bold;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison-label {
    font-size: 16px;
    padding: 3px 5px;
  }
}

.customer-testimonials__comparison-label--after {
  background: #00a889;
}

.customer-testimonials__comparison-icon {
  width: calc(120px + 120 * (100vw - 375px) / 374);
  height: calc(120px + 120 * (100vw - 375px) / 374);
  margin: 0 auto calc(10px + 10 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__comparison-icon {
    margin-bottom: calc(5px + 0.0072463768 * (100vw - 750px));
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison-icon {
    margin-bottom: 10px;
  }
}

.customer-testimonials__comparison-text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: calc(9px + 9 * (100vw - 375px) / 374);
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 750px) {
  .customer-testimonials__comparison-text {
    font-size: calc(7px + 0.0101449275 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials__comparison-text {
    font-size: 14px;
  }
}

.customer-testimonials__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px + 8 * (100vw - 375px) / 374);
  padding: calc(20px + 20 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials__pagination {
    display: none;
  }
}

.customer-testimonials .customer-testimonials__navigation,
.customer-testimonials .slick-next,
.customer-testimonials .slick-prev {
  width: calc(40px + 40 * (100vw - 375px) / 374);
  height: calc(40px + 40 * (100vw - 375px) / 374);
  border-radius: 50%;
  background-color: #00A895;
  cursor: pointer;
  position: absolute;
  top: calc(358px + 358 * (100vw - 375px) / 374);
  z-index: 500;
  transition: opacity 0.5s ease-in-out;
}

@media (min-width: 750px) {

  .customer-testimonials .customer-testimonials__navigation,
  .customer-testimonials .slick-next,
  .customer-testimonials .slick-prev {
    width: calc(20px + 0.0289855072 * (100vw - 750px));
    height: calc(20px + 0.0289855072 * (100vw - 750px));
    top: 50%;
  }
}

@media (min-width: 1440px) {

  .customer-testimonials .customer-testimonials__navigation,
  .customer-testimonials .slick-next,
  .customer-testimonials .slick-prev {
    width: 40px;
    height: 40px;
  }
}

.customer-testimonials .slick-prev {
  left: 0;
}

@media (min-width: 750px) {
  .customer-testimonials .slick-prev {
    left: calc(20px + 0.0289855072 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials .slick-prev {
    left: 40px;
  }
}

.customer-testimonials .slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.customer-testimonials .slick-next {
  right: 0;
}

@media (min-width: 750px) {
  .customer-testimonials .slick-next {
    right: calc(20px + 0.0289855072 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials .slick-next {
    right: 40px;
  }
}

.customer-testimonials .slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.customer-testimonials .customer-testimonials__navigation::before,
.customer-testimonials .slick-next::before,
.customer-testimonials .slick-prev::before {
  content: "";
  width: calc(8px + 8 * (100vw - 375px) / 374);
  height: calc(8px + 8 * (100vw - 375px) / 374);
  border-top: calc(2px + 2 * (100vw - 375px) / 374) solid white;
  border-right: calc(2px + 2 * (100vw - 375px) / 374) solid white;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
}

@media (min-width: 750px) {

  .customer-testimonials .customer-testimonials__navigation::before,
  .customer-testimonials .slick-next::before,
  .customer-testimonials .slick-prev::before {
    width: calc(4px + 0.0057971014 * (100vw - 750px));
    height: calc(4px + 0.0057971014 * (100vw - 750px));
    border-top: calc(1px + 0.0014492754 * (100vw - 750px)) solid white;
    border-right: calc(1px + 0.0014492754 * (100vw - 750px)) solid white;
  }
}

@media (min-width: 1440px) {

  .customer-testimonials .customer-testimonials__navigation::before,
  .customer-testimonials .slick-next::before,
  .customer-testimonials .slick-prev::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
  }
}

.customer-testimonials .slick-dots {
  bottom: calc(-48px + -48 * (100vw - 375px) / 374);
}

@media (min-width: 750px) {
  .customer-testimonials .slick-dots {
    bottom: calc(-39.5px + -0.0572463768 * (100vw - 750px));
  }
}

@media (min-width: 1440px) {
  .customer-testimonials .slick-dots {
    bottom: -79;
  }
}

.step {
  padding: calc(20px + 20 * (100vw - 375px) / 374) 0px calc(46px + 46 * (100vw - 375px) / 374);
  background-color: #E4F3F0;
  overflow: hidden;
}

.step .header {
  text-align: center;
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 374);
  position: relative;
  background: none;
}

.step .header h1 {
  font-weight: bold;
  color: #333;
}

.step .header .number {
  font-size: calc(55px + 55 * (100vw - 375px) / 374);
  line-height: calc(45px + 45 * (100vw - 375px) / 374);
  margin-right: calc(10px + 10 * (100vw - 375px) / 374);
  color: #00a889;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.8rem;
  font-family: "Jost";
}

.step .header .text {
  font-size: calc(32px + 32 * (100vw - 375px) / 374);
  color: #333;
  font-weight: bold;
}

.step .header .text.top {
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  vertical-align: top;
  color: #00a889;
}

.step .header .text.bottom {
  position: absolute;
  font-size: calc(24px + 24 * (100vw - 375px) / 374);
  left: calc(156px + 156 * (100vw - 375px) / 374);
  bottom: calc(-3px + -3 * (100vw - 375px) / 374);
  margin-bottom: 0;
}

.step .steps-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.step .steps-container .dots {
  position: absolute;
  bottom: calc(-36px + -36 * (100vw - 375px) / 374);
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}

.step .step-card {
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(20px + 20 * (100vw - 375px) / 374);
  width: 100%;
  max-width: calc(341px + 341 * (100vw - 375px) / 374);
  position: relative;
  gap: calc(10px + 10 * (100vw - 375px) / 374);
  margin: 0 auto;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.step .slider-sp .step-card {
  display: flex;
  margin: 0 calc(18px + 18 * (100vw - 375px) / 374);
}

.step .step-number {
  flex-shrink: 0;
}

.step .step-number .step-label {
  font-size: calc(10px + 10 * (100vw - 375px) / 374);
  color: #00a889;
  font-weight: 500;
  font-family: "Jost";
}

.step .step-number .number {
  font-family: "Jost";
  font-size: calc(20px + 20 * (100vw - 375px) / 374);
  color: #00a889;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1rem;
}

.step .step-image {
  flex-shrink: 0;
}

.step .step-image img {
  width: calc(100px + 100 * (100vw - 375px) / 374);
  height: calc(100px + 100 * (100vw - 375px) / 374);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: calc(10px + 10 * (100vw - 375px) / 374);
}

.step .step-content {
  flex: 1;
}

.step .step-content h3 {
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: calc(10px + 10 * (100vw - 375px) / 374);
}

.step .step-content p {
  font-size: calc(12px + 12 * (100vw - 375px) / 374);
  color: #333;
  line-height: 1.2;
}

.step .slick-next,
.step .slick-prev {
  width: auto;
  height: auto;
}

.step .slick-next::before,
.step .slick-prev::before {
  content: "";
  border-left: calc(18px + 18 * (100vw - 375px) / 374) solid transparent;
  border-right: calc(18px + 18 * (100vw - 375px) / 374) solid transparent;
  border-top: calc(16px + 16 * (100vw - 375px) / 374) solid #00a889;
  opacity: 1;
}

.step .slick-prev {
  left: calc(-27px + -18 * (100vw - 375px) / 374);
  transform: translateY(-50%) rotate(90deg);
  z-index: 100;
}

.step .slick-next {
  right: calc(-27px + -18 * (100vw - 375px) / 374);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 500;
}

.step .placeholder-image {
  width: calc(100px + 100 * (100vw - 375px) / 374);
  height: calc(100px + 100 * (100vw - 375px) / 374);
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border-radius: calc(10px + 10 * (100vw - 375px) / 374);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: calc(14px + 14 * (100vw - 375px) / 374);
}

@media screen and (min-width: 750px) {
  .step {
    padding: calc(30px + 30 * (100vw - 750px) / 690) 0;
    background-color: #E4F3F0;
  }

  .step .header {
    text-align: center;
    margin-bottom: calc(25px + 25 * (100vw - 750px) / 690);
    position: relative;
  }

  .step .header h1 {
    font-size: calc(24px + 24 * (100vw - 750px) / 690);
    font-weight: bold;
    color: #333;
  }

  .step .header .number {
    font-size: calc(48px + 48 * (100vw - 750px) / 690);
    color: #00a889;
    font-weight: 500;
    display: inline-block;
    line-height: calc(35px + 35 * (100vw - 750px) / 690);
    vertical-align: sub;
    letter-spacing: calc(-0.4rem + -0.4 * (100vw - 750px) / 690);
    font-family: "Jost";
    margin-right: 0;
  }

  .step .header .text {
    font-size: calc(16px + 16 * (100vw - 750px) / 690);
    color: #333;
    font-weight: bold;
  }

  .step .header .text.top {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    vertical-align: text-top;
    color: #00a889;
    line-height: 0;
  }

  .step .header .text.bottom {
    position: absolute;
    left: calc(350px + 318 * (100vw - 750px) / 690);
    bottom: calc(8px + 8 * (100vw - 750px) / 690);
    margin-bottom: 0;
    font-size: calc(16px + 16 * (100vw - 750px) / 690);
  }

  .step .steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .step .step-card {
    padding: calc(15px + 15 * (100vw - 750px) / 690);
    width: calc(500px + 500 * (100vw - 750px) / 690);
    position: relative;
    gap: calc(20px + 20 * (100vw - 750px) / 690);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
  }

  .step .step-card.active {
    display: block;
    opacity: 1;
  }

  .step .step-number {
    flex-shrink: 0;
  }

  .step .step-number .step-label {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    color: #00a889;
    font-weight: 500;
    font-family: "Jost";
  }

  .step .step-number .number {
    font-size: calc(24px + 24 * (100vw - 750px) / 690);
    font-family: "Jost";
    color: #00a889;
    font-weight: 500;
    line-height: 1;
    letter-spacing: calc(-0.05rem + -0.05 * (100vw - 750px) / 690);
  }

  .step .step-image {
    flex-shrink: 0;
  }

  .step .step-image img {
    width: calc(150px + 150 * (100vw - 750px) / 690);
    height: calc(100px + 100 * (100vw - 750px) / 690);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: calc(5px + 5 * (100vw - 750px) / 690);
  }

  .step .step-content {
    flex: 1;
  }

  .step .step-content h3 {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    color: #333;
    font-weight: bold;
    margin-bottom: calc(10px + 10 * (100vw - 750px) / 690);
  }

  .step .step-content p {
    font-size: calc(8px + 8 * (100vw - 750px) / 690);
    color: #333;
    line-height: 1.6;
  }

  .step .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(5px + 5 * (100vw - 750px) / 690) 0 calc(20px + 20 * (100vw - 750px) / 690);
  }

  .step .arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: calc(21px + 21 * (100vw - 750px) / 690) solid transparent;
    border-right: calc(21px + 21 * (100vw - 750px) / 690) solid transparent;
    border-top: calc(13.5px + 13.5 * (100vw - 750px) / 690) solid #00a889;
  }

  .step .placeholder-image {
    width: calc(150px + 150 * (100vw - 750px) / 690);
    height: calc(100px + 100 * (100vw - 750px) / 690);
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    border-radius: calc(5px + 5 * (100vw - 750px) / 690);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: calc(7px + 7 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .step {
    padding: 60px 0px;
  }

  .step .header {
    margin: 0 auto 50px;
    max-width: 1440px;
  }

  .step .header h1 {
    font-size: 48px;
  }

  .step .header .number {
    font-size: 96px;
    line-height: 42px;
    letter-spacing: -0.3rem;
  }

  .step .header .text {
    font-size: 32px;
  }

  .step .header .text.top {
    font-size: 24px;
  }

  .step .header .text.bottom {
    left: 668px;
    bottom: 12px;
  }

  .step .step-card {
    padding: 30px;
    gap: 40px;
  }

  .step .step-number .step-label {
    font-size: 24px;
  }

  .step .step-number .number {
    font-size: 48px;
    letter-spacing: -0.1rem;
  }

  .step .step-image img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
  }

  .step .step-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .step .step-content p {
    font-size: 16px;
  }

  .step .arrow {
    margin: 10px 0 40px;
  }

  .step .arrow::after {
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 27px solid #00a889;
  }

  .step .placeholder-image {
    width: 300px;
    height: 200px;
    font-size: 14px;
    border-radius: 10px;
  }
}

.pricing-section {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(92.27deg, #21CDCB 4.89%, #0187E0 103.64%);
  padding: calc(51px + 0.136vw) 0;
  position: relative;
  overflow: hidden;
  border: calc(16px + 0.04267vw) solid #fff;
}

@media (min-width: 750px) {
  .pricing-section {
    border: 0;
    max-width: calc(500px + 500 * (100vw - 750px) / 690);
    margin: calc(24px + 24 * (100vw - 750px) / 690) auto;
    border-radius: calc(12px + 12 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section {
    max-width: 1000px;
    margin: 48px auto;
    border-radius: 24px;
  }
}

.pricing-section__title {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: calc(20px + 0.05333vw);
  line-height: 100%;
  margin-bottom: calc(10px + 0.02667vw);
  text-align: center;
}

@media (min-width: 750px) {
  .pricing-section__title {
    font-size: calc(12px + 12 * (100vw - 750px) / 690);
    margin-bottom: calc(8px + 8 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

@media (min-width: 750px) {
  .pricing-section-wrap {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: calc(380px + 381 * (100vw - 750px) / 690);
    gap: calc(12px + 12 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section-wrap {
    max-width: 761px;
    gap: 24px;
  }
}

.pricing-section__pricing-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(10px + 0.02667vw);
  gap: calc(11px + 0.02933vw);
}

.pricing-section__base-price {
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  border-radius: 50%;
  width: calc(114px + 0.304vw);
  height: calc(114px + 0.304vw);
  text-align: center;
  position: relative;
  z-index: 2;
  color: #0070BA;
}

@media (min-width: 750px) {
  .pricing-section__base-price {
    width: calc(71px + 71 * (100vw - 750px) / 690);
    height: calc(71px + 71 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__base-price {
    width: 142px;
    height: 142px;
  }
}

.pricing-section__base-price-label {
  font-size: calc(14px + 0.03733vw);
  color: #0070BA;
  font-weight: 700;
}

@media (min-width: 750px) {
  .pricing-section__base-price-label {
    font-size: calc(8.5px + 8.5 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__base-price-label {
    font-size: 17px;
  }
}

.pricing-section__base-price-amount {
  line-height: 1.4;
  font-size: calc(22px + 0.05867vw);
  font-weight: bold;
  color: #0070BA;
  font-family: "Jost";
  letter-spacing: -0.05rem;
}

@media (min-width: 750px) {
  .pricing-section__base-price-amount {
    font-size: calc(13px + 14 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__base-price-amount {
    font-size: 27px;
  }
}

.pricing-section__base-price-amount .yen {
  font-size: calc(16px + 0.04267vw);
  color: #0070BA;
}

@media (min-width: 750px) {
  .pricing-section__base-price-amount .yen {
    font-size: calc(9px + 10 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__base-price-amount .yen {
    font-size: 19px;
  }
}

.pricing-section__base-price-unit {
  font-size: calc(8px + 0.02133vw);
  font-weight: bold;
  color: #0070BA;
}

@media (min-width: 750px) {
  .pricing-section__base-price-unit {
    font-size: calc(5px + 5 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__base-price-unit {
    font-size: 10px;
  }
}

.pricing-section__discount-badge {
  background: #FFF266;
  color: #333;
  border-radius: 50%;
  width: calc(114px + 0.304vw);
  height: calc(114px + 0.304vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 750px) {
  .pricing-section__discount-badge {
    width: calc(71px + 71 * (100vw - 750px) / 690);
    height: calc(71px + 71 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-badge {
    width: 142px;
    height: 142px;
  }
}

.pricing-section__discount-label {
  font-size: calc(14px + 0.03733vw);
  color: #482A2A;
}

@media (min-width: 750px) {
  .pricing-section__discount-label {
    font-size: calc(8px + 9 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-label {
    font-size: 17px;
  }
}

.pricing-section__discount-rate {
  font-size: calc(16px + 0.04267vw);
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: "Jost";
  color: #D00E0E;
}

@media (min-width: 750px) {
  .pricing-section__discount-rate {
    font-size: calc(10px + 10 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-rate {
    font-size: 20px;
  }
}

.pricing-section__discount-rate .max {
  font-size: calc(18px + 0.048vw);
  vertical-align: top;
  letter-spacing: 0.2rem;
  color: #482A2A;
  display: contents;
}

@media (min-width: 750px) {
  .pricing-section__discount-rate .max {
    font-size: calc(11px + 11 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-rate .max {
    font-size: 22px;
  }
}

.pricing-section__discount-rate .strong {
  font-size: calc(43px + 0.11467vw);
  font-family: "Jost";
  letter-spacing: -0.05rem;
  color: #D00E0E;
}

@media (min-width: 750px) {
  .pricing-section__discount-rate .strong {
    font-size: calc(27px + 27 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-rate .strong {
    font-size: 54px;
  }
}

.pricing-section__discount-text {
  font-size: calc(12px + 0.032vw);
  text-align: center;
  line-height: 1.2;
  color: #482A2A;
}

@media (min-width: 750px) {
  .pricing-section__discount-text {
    font-size: calc(7px + 7 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__discount-text {
    font-size: 14px;
  }
}

.pricing-section__arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.pricing-section__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  rotate: -90deg;
  border-left: calc(15px + 0.04vw) solid transparent;
  border-right: calc(15px + 0.04vw) solid transparent;
  border-top: calc(14px + 0.03733vw) solid #fff;
  top: calc(-7px - 0.01867vw);
  left: calc(-8px - 0.02133vw);
  position: absolute;
}

.pricing-section__arrow::after {
  content: "";
  display: block;
  width: calc(12px + 0.032vw);
  height: calc(17px + 0.04533vw);
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}

.pricing-section__final-price {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: calc(2px + 0.00533vw) solid rgba(255, 255, 255, 0.7);
  max-width: calc(263px + 0.70133vw);
  margin: 0 auto;
}

@media (min-width: 750px) {
  .pricing-section__final-price {
    margin: 0;
    max-width: initial;
  }
}

.pricing-section__final-price-label {
  color: #4A6272;
  font-size: calc(11px + 0.02933vw);
  background: #FFF266;
  display: inline-block;
  padding: calc(4px + 0.01067vw) calc(5px + 0.01333vw);
  font-weight: bold;
  position: relative;
  width: calc(48px + 0.128vw);
  margin-right: calc(16px + 0.04267vw);
}

@media (min-width: 750px) {
  .pricing-section__final-price-label {
    font-size: calc(9px + 9 * (100vw - 750px) / 690);
    padding: calc(4px + 4 * (100vw - 750px) / 690);
    width: calc(40px + 40 * (100vw - 750px) / 690);
    margin-right: calc(11px + 11 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-label {
    font-size: 18px;
    padding: 8px;
    width: 80px;
    margin-right: 22px;
  }
}

.pricing-section__final-price-label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: calc(12px + 0.032vw) solid transparent;
  border-right: calc(12px + 0.032vw) solid transparent;
  border-top: calc(15px + 0.04vw) solid #FFF266;
  position: absolute;
  rotate: -90deg;
  right: calc(-19px - 0.05067vw);
  top: calc(4.5px + 0.012vw);
}

@media (min-width: 750px) {
  .pricing-section__final-price-label::after {
    top: calc(5.5px + 5.5 * (100vw - 750px) / 690);
    right: calc(-15.5px + -15.5 * (100vw - 750px) / 690);
    border-top: calc(10px + 10 * (100vw - 750px) / 690) solid #FFF266;
    border-right: calc(11px + 10 * (100vw - 750px) / 690) solid transparent;
    border-left: calc(11px + 10 * (100vw - 750px) / 690) solid transparent;
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-label::after {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 20px solid #FFF266;
    right: -31px;
    top: 11px;
  }
}

.pricing-section__final-price-amount {
  display: inline-block;
  font-size: calc(48px + 0.128vw);
  font-weight: 600;
  font-family: "Jost";
  color: #FFF266;
  line-height: calc(35px + 0.09333vw);
  letter-spacing: -0.8px;
}

@media (min-width: 750px) {
  .pricing-section__final-price-amount {
    line-height: 1;
    font-size: calc(40px + 40 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-amount {
    font-size: 80px;
  }
}

.pricing-section__final-price-amount .yen {
  font-size: calc(30px + 0.08vw);
  color: #FFF266;
  line-height: calc(30px + 0.08vw);
}

@media (min-width: 750px) {
  .pricing-section__final-price-amount .yen {
    font-size: calc(25px + 25 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-amount .yen {
    font-size: 50px;
  }
}

.pricing-section__final-price-amount .comma {
  font-size: calc(27px + 0.072vw);
  color: #FFF266;
  font-family: "Jost";
}

@media (min-width: 750px) {
  .pricing-section__final-price-amount .comma {
    font-size: calc(22px + 23 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-amount .comma {
    font-size: 45px;
  }
}

.pricing-section__final-price-unit {
  font-size: calc(16px + 0.04267vw);
  font-weight: 600;
  display: inline-block;
  color: #FFF266;
  margin-top: calc(8px + 0.02133vw);
  letter-spacing: 0.06rem;
}

@media (min-width: 750px) {
  .pricing-section__final-price-unit {
    font-size: calc(13px + 13 * (100vw - 750px) / 690);
    margin-top: calc(13px + 13 * (100vw - 750px) / 690);
  }
}

@media (min-width: 1440px) {
  .pricing-section__final-price-unit {
    font-size: 26px;
    margin-top: 26px;
  }
}

.message {
  margin: 0 auto;
  padding: 50px 0;
  background-color: #E4F3F0;
  font-family: "Noto Sans JP";
}

.message .container-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 24px;
  color: #1A8F9F;
}

.message .profile-card {
  background: white;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 340px;
  height: 440px;
}

.message .profile-card .profile-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 168, 137, 0.1) 0%, rgba(0, 168, 137, 0.05) 100%);
  position: relative;
  overflow: hidden;
}

.message .profile-card .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message .profile-card .profile-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f5f3 0%, #d4f0ea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 18px;
}

.message .profile-card .profile-text .title {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 5px;
  font-family: "Noto Sans JP";
  position: absolute;
  right: 24px;
  top: 16px;
  color: #fff;
  opacity: 0.7;
}

.message .profile-card .profile-text .name {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: right;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  left: 9px;
  bottom: 15px;
}

.message .content-section {
  flex: 1;
  max-width: 340px;
}

.message .content-section .main-title {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
}

.message .content-section .main-title .highlight {
  color: #00a889;
  font-size: 20px;
  font-family: "Noto Sans JP";
}

.message .content-section .main-title .smallhighlight {
  color: #00a889;
  font-size: 20px;
  font-family: "Noto Sans JP";
}

.message .content-section .main-title .percentage {
  font-size: 36px;
  color: #00a889;
  font-weight: 500;
  font-family: "Jost";
  line-height: 1.2;
}

.message .content-section .description {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 500;
}

.message .content-section .description p {
  margin-bottom: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.message .content-section .description p:last-child {
  margin-bottom: 0;
}

.message .content-section .description .company-name {
  color: #333;
}

.message .content-section .experience-section {
  margin-top: 20px;
  background: #D5E7E4;
  padding: 20px;
  border-radius: 10px;
}

.message .content-section .experience-section .section-title {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.message .content-section .experience-section .experience-text {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 749px) {
  .message {
    padding: calc(50px + 50 * (100vw - 375px) / 374) 0;
  }

  .message .container-title {
    font-size: calc(32px + 32 * (100vw - 375px) / 374);
    line-height: calc(32px + 32 * (100vw - 375px) / 374);
    margin-bottom: calc(24px + 24 * (100vw - 375px) / 374);
  }

  .message .profile-card {
    width: calc(340px + 340 * (100vw - 375px) / 374);
    height: calc(440px + 440 * (100vw - 375px) / 374);
    margin: 0 auto;
  }

  .message .profile-card .profile-text .title {
    font-size: calc(51px + 51 * (100vw - 375px) / 374);
    letter-spacing: calc(5px + 5 * (100vw - 375px) / 374);
    right: calc(24px + 24 * (100vw - 375px) / 374);
    top: calc(16px + 16 * (100vw - 375px) / 374);
  }

  .message .profile-card .profile-text .name {
    font-size: calc(16px + 16 * (100vw - 375px) / 374);
    letter-spacing: calc(1px + 1 * (100vw - 375px) / 374);
    left: calc(9px + 9 * (100vw - 375px) / 374);
    bottom: calc(15px + 15 * (100vw - 375px) / 374);
  }

  .message .content-section {
    max-width: calc(340px + 340 * (100vw - 375px) / 374);
    margin: 0 auto;
  }

  .message .content-section .main-title {
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
    margin: calc(24px + 24 * (100vw - 375px) / 374) auto calc(20px + 20 * (100vw - 375px) / 374);
    margin: 24px auto 20px;
  }

  .message .content-section .main-title .highlight,
  .message .content-section .main-title .smallhighlight {
    font-size: calc(20px + 20 * (100vw - 375px) / 374);
  }

  .message .content-section .main-title .percentage {
    font-size: calc(36px + 36 * (100vw - 375px) / 374);
  }

  .message .content-section .description {
    font-size: calc(16px + 16 * (100vw - 375px) / 374);
  }

  .message .content-section .description p {
    margin-bottom: calc(14px + 14 * (100vw - 375px) / 374);
  }

  .message .content-section .experience-section {
    margin-top: calc(20px + 20 * (100vw - 375px) / 374);
    padding: calc(20px + 20 * (100vw - 375px) / 374);
    border-radius: calc(10px + 10 * (100vw - 375px) / 374);
  }

  .message .content-section .experience-section .section-title,
  .message .content-section .experience-section .experience-text {
    font-size: calc(12px + 12 * (100vw - 375px) / 374);
  }

  .message .content-section .experience-section .section-title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 374);
  }
}

@media screen and (min-width: 750px) {
  .message {
    margin: 0 auto;
    background-color: #E4F3F0;
    font-family: "Noto Sans JP";
    padding: calc(40px + 40 * (100vw - 750px) / 202) 0 calc(67.5px + 67.5 * (100vw - 750px) / 202);
  }

  .message .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: calc(30px + 30 * (100vw - 750px) / 202);
  }

  .message .profile-card {
    background: white;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: calc(169.5px + 169.5 * (100vw - 750px) / 202);
    height: calc(385px + 385 * (100vw - 750px) / 202);
  }

  .message .profile-card .profile-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .message .profile-card .profile-text .title {
    letter-spacing: 5px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #fff;
    opacity: 0.7;
    font-size: calc(25.5px + 25.5 * (100vw - 750px) / 202);
    position: absolute;
    right: calc(12px + 12 * (100vw - 750px) / 202);
    top: calc(8px + 8 * (100vw - 750px) / 202);
  }

  .message .profile-card .profile-text .name {
    letter-spacing: 1px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    font-size: calc(19.5px + 19.5 * (100vw - 750px) / 202);
    left: calc(7px + 7 * (100vw - 750px) / 202);
    bottom: calc(9.5px + 9.5 * (100vw - 750px) / 202);
  }

  .message .content-section {
    flex: 1;
    max-width: calc(261.5px + 261.5 * (100vw - 750px) / 202);
  }

  .message .content-section .main-title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1;
    font-size: calc(20px + 20 * (100vw - 750px) / 202);
  }

  .message .content-section .main-title .highlight {
    color: #00a889;
    font-size: calc(24px + 24 * (100vw - 750px) / 202);
    font-family: "Noto Sans JP";
  }

  .message .content-section .main-title .smallhighlight {
    color: #00a889;
    font-size: calc(23px + 23 * (100vw - 750px) / 202);
    font-family: "Noto Sans JP";
  }

  .message .content-section .main-title .percentage {
    font-size: calc(32px + 32 * (100vw - 750px) / 202);
    color: #00a889;
    font-weight: bold;
    font-family: "Noto Sans JP";
  }

  .message .content-section .description {
    font-size: calc(8px + 8 * (100vw - 750px) / 202);
    color: #333;
    line-height: 1.4;
    font-weight: 500;
  }

  .message .content-section .description p {
    margin-bottom: calc(8px + 8 * (100vw - 750px) / 202);
    line-height: 1.5;
    font-family: "Noto Sans JP";
  }

  .message .content-section .description .company-name {
    color: #333;
  }

  .message .content-section .experience-section {
    margin-top: calc(10px + 10 * (100vw - 750px) / 202);
    background: #D5E7E4;
    padding: calc(10px + 10 * (100vw - 750px) / 202);
    border-radius: calc(5px + 5 * (100vw - 750px) / 202);
  }

  .message .content-section .experience-section .section-title {
    font-size: calc(8px + 8 * (100vw - 750px) / 202);
    margin-bottom: calc(5px + 5 * (100vw - 750px) / 202);
    color: #333;
    font-weight: bold;
  }

  .message .content-section .experience-section .experience-text {
    font-size: calc(8px + 8 * (100vw - 750px) / 202);
    color: #666;
    line-height: 1.5;
    font-family: "Noto Sans JP";
  }
}

@media screen and (min-width: 952px) {
  .message {
    padding: 80px 0 135px;
  }

  .message .container {
    gap: 60px;
  }

  .message .profile-card {
    width: 339px;
    height: 770px;
  }

  .message .profile-card .profile-text .title {
    font-size: 51px;
    right: 24px;
    top: 16px;
  }

  .message .profile-card .profile-text .name {
    font-size: 39px;
    left: 14px;
    bottom: 19px;
  }

  .message .content-section {
    max-width: 523px;
  }

  .message .content-section .main-title {
    font-size: 40px;
  }

  .message .content-section .main-title .highlight {
    font-size: 48px;
  }

  .message .content-section .main-title .smallhighlight {
    font-size: 46px;
  }

  .message .content-section .main-title .percentage {
    font-size: 64px;
  }

  .message .content-section .description {
    font-size: 16px;
  }

  .message .content-section .description p {
    margin-bottom: 16px;
  }

  .message .content-section .experience-section {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
  }

  .message .content-section .experience-section .section-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .message .content-section .experience-section .experience-text {
    font-size: 16px;
  }
}

/* バナー */
.banner {
  position: relative;
}

.banner h2 {
  position: absolute;
  font-size: calc(20px + 44 * (100vw - 375px) / 1065);
  bottom: calc(21px + 43.5 * (100vw - 375px) / 1065);
  left: calc(35px + 94 * (100vw - 375px) / 1065);
}

.banner h2 strong {
  color: #00A68E;
}

.banner h2 span {
  font-size: calc(20px + 28 * (100vw - 375px) / 1065);
}

@media screen and (min-width: 750px) {

  .pc,
  .slick-slide img.pc {
    display: block;
  }

  .sp,
  .slick-slide img.sp,
  .step .steps-container.slider-sp {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .banner h2 {
    font-size: 64px;
    bottom: 64.5px;
    left: 129px;
  }

  .banner h2 span {
    font-size: 48px;
  }
}

/*# sourceMappingURL=style.css.map */

/* バナー */
.banner {
  position: relative;
}

.banner h2 {
  position: absolute;
  font-size: calc(20px + 44 * (100vw - 375px) / 1065);
  bottom: calc(21px + 43.5 * (100vw - 375px) / 1065);
  left: calc(35px + 94 * (100vw - 375px) / 1065);
}

.banner h2 strong {
  color: #00A68E;
}

.banner h2 span {
  font-size: calc(20px + 28 * (100vw - 375px) / 1065);
}

@media screen and (min-width: 750px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .banner h2 {
    font-size: 64px;
    bottom: 64.5px;
    left: 129px;
  }

  .banner h2 span {
    font-size: 48px;
  }
}

@media screen and (max-width: 750px) {
  .sp-floating-cta {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 175px); 
    opacity: 0;
 transition: opacity 0.6s ease, transform 0.6s ease;
	    height:auto;
  }

  .sp-floating-cta.show {
  visibility: visible; 
    opacity: 1;
    transform: translate(-50%, 0); 
  animation: floatY 2s ease-in-out infinite;
  animation-delay: 0.6s;
  }

  @keyframes floatY {
    0%   { transform: translate(-50%, 0); }
    50%  { transform: translate(-50%, -8px); }
    100% { transform: translate(-50%, 0); }
  }
}

@media screen and (min-width: 750px) {
  .sp-floating-cta {
 visibility: hidden;
	  opacity: 0;
	    height:0;
  }
}


/*# sourceMappingURL=style.css.map */