@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
body {
  background: url(../../img/f3/common/bg.jpg) repeat center top/clamp(1px, 21.3333333333vw, 160px) auto;
}

.f3 {
  box-shadow: 5px 0 5px rgba(204, 204, 204, 0.8), -5px 0 5px rgba(204, 204, 204, 0.8);
  --primary: #288cd2;
  --red: #e66478;
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --bebas: "Oswald", sans-serif;
  --montserrat: "Montserrat", sans-serif;
}
.f3 .l-header__logo {
  width: clamp(1px, 34vw, 255px);
}
.f3 .p-idx-floating a.line {
  background: #00c100;
}
.f3 .p-idx-floating a.taiken {
  background: linear-gradient(90deg, #419bdd, #818bef);
}
.f3__wrap {
  background: #fff url(../../img/f3/fv/bg.jpg) no-repeat center top/100% auto;
  color: #4d4d4d;
}
.f3__fv {
  width: 100%;
  padding-bottom: clamp(1px, 10.6666666667vw, 80px);
  position: relative;
  z-index: 1;
}
.f3__fv__header__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1px, 5.6vw, 42px);
  font-weight: 700;
  font-size: clamp(1px, 3.0356133333vw, 22.7671px);
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #419bdd, #818bef);
  text-align: center;
  color: #fff;
  text-shadow: 0 clamp(1px, 0.2666666667vw, 2px) clamp(1px, 0.5333333333vw, 4px) rgba(0, 0, 0, 0.5);
}
.f3__fv__header__logo {
  width: clamp(1px, 26.4vw, 198px);
  margin: clamp(1px, 11.2vw, 84px) auto clamp(1px, 8vw, 60px);
}
.f3__fv__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 0.5333333333vw, 4px);
  margin-bottom: clamp(1px, 4vw, 30px);
}
.f3__fv__img .txt {
  font-size: clamp(1px, 4.8vw, 36px);
  font-weight: 700;
  line-height: clamp(1px, 8vw, 60px);
  color: #fff;
  text-align: center;
  text-shadow: 0 clamp(1px, 0.2666666667vw, 2px) clamp(1px, 0.5333333333vw, 4px) rgba(0, 0, 0, 0.5);
  letter-spacing: 0.075em;
}
.f3__fv__img .img {
  width: clamp(1px, 77.8666666667vw, 584px);
}
.f3__fv__copy {
  font-size: clamp(1px, 8vw, 60px);
  font-weight: 800;
  line-height: clamp(1px, 11.2vw, 84px);
  text-align: center;
  letter-spacing: 0.05em;
}
.f3__fv__copy .strong {
  display: block;
  margin-top: clamp(1px, 1.3333333333vw, 10px);
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1px, 8.5333333333vw, 64px);
  font-weight: 900;
}
.f3__rating {
  padding-inline: clamp(1px, 5.3333333333vw, 40px);
}
.f3__rating__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1px, 7.3333333333vw, 55px);
  margin-bottom: clamp(1px, 9.8666666667vw, 74px);
  border-radius: clamp(1px, 1.6vw, 12px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.16), rgba(129, 139, 239, 0.16));
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.f3__rating__head .strong {
  color: var(--red);
}
.f3__rating__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f3__rating__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  width: 50%;
  margin-bottom: clamp(1px, 3.2vw, 24px);
}
.f3__rating__list__item:first-child {
  flex: 1;
  min-width: 100%;
}
.f3__rating__list__item:first-child .img {
  width: clamp(1px, 41.3333333333vw, 310px);
}
.f3__rating__list__item .img {
  width: clamp(1px, 34.6666666667vw, 260px);
}
.f3__rating__list__item .txt {
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 700;
  line-height: clamp(1px, 4.8vw, 36px);
  text-align: center;
}
.f3__rating__list__item .txt .strong {
  color: var(--red);
}
.f3__rating__list__item .txt .sup {
  vertical-align: super;
  font-size: 0.5em;
  font-weight: 400;
}
.f3__rating__notes {
  margin-top: clamp(1px, 1.6vw, 12px);
  font-size: clamp(1px, 1.8666666667vw, 14px);
  line-height: clamp(1px, 2.6666666667vw, 20px);
}
.f3__rating__notes__item {
  position: relative;
  padding-left: 2.5em;
}
.f3__rating__notes__item .num {
  position: absolute;
  top: 0;
  left: 0;
}
.f3__special {
  padding: clamp(1px, 10.6666666667vw, 80px) clamp(1px, 6vw, 45px) clamp(1px, 10.6666666667vw, 80px);
}
.f3__special__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__special__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 4.2666666667vw, 32px);
  font-weight: 500;
  font-style: italic;
  color: var(--primary);
  z-index: 10;
}
.f3__special__head .jp {
  position: relative;
  font-size: clamp(1px, 7.7333333333vw, 58px);
  font-weight: 900;
  line-height: clamp(1px, 11.3333333333vw, 85px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__special__head .jp .strong {
  color: var(--red);
}
.f3__special__img {
  margin-inline: max(-2.6666666667vw, -20px);
  margin-bottom: clamp(1px, 4.6666666667vw, 35px);
}
.f3__special__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 1.0666666667vw, 8px);
  margin-bottom: clamp(1px, 3.2vw, 24px);
}
.f3__special__section__head .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1px, 18.6666666667vw, 140px);
  height: clamp(1px, 5.8666666667vw, 44px);
  border-radius: clamp(1px, 0.8vw, 6px);
  background: linear-gradient(90deg, #818bef, #419bdd);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.f3__special__section__head .main {
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 800;
  line-height: clamp(1px, 7.4666666667vw, 56px);
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__special__section__txt {
  margin-bottom: clamp(1px, 6.4vw, 48px);
  font-size: clamp(1px, 3.2vw, 24px);
  line-height: clamp(1px, 4.6666666667vw, 35px);
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__special__section__img .img {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__special__section__img .txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 4vw, 30px);
  letter-spacing: 0.1em;
}
.f3__special__material {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__special__material__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1px, 1.6vw, 12px);
  line-height: 1;
}
.f3__special__material__head .en {
  display: flex;
  align-items: center;
  gap: clamp(1px, 2.4vw, 18px);
  font-family: var(--montserrat);
  font-size: clamp(1px, 5.6vw, 42px);
  font-weight: 600;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__special__material__head .en::before {
  content: "";
  display: block;
  width: clamp(1px, 1.7333333333vw, 13px);
  height: clamp(1px, 2.9333333333vw, 22px);
  background: url(../../img/f3/special/icn_arrow.png) no-repeat left center/contain;
}
.f3__special__material__head .jp {
  font-size: clamp(1px, 2.6666666667vw, 20px);
  font-weight: 600;
  white-space: nowrap;
}
.f3__special__material__list {
  display: flex;
  justify-content: center;
  padding: clamp(1px, 1.6vw, 12px) clamp(1px, 2.4vw, 18px);
  border-radius: clamp(1px, 2.6666666667vw, 20px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.08), rgba(129, 139, 239, 0.08));
}
.f3__special__material__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(1px, 41.0666666667vw, 308px);
  margin-inline: auto;
  text-align: center;
}
.f3__special__material__list__item .img {
  width: clamp(1px, 16vw, 120px);
  height: clamp(1px, 16vw, 120px);
  margin-bottom: clamp(1px, 1.6vw, 12px);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 clamp(1px, 0.2vw, 1.5px) clamp(1px, 0.4vw, 3px) rgba(24, 97, 119, 0.2);
  background-color: #fff;
}
.f3__special__material__list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.f3__special__material__list__item .main {
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 700;
}
.f3__special__material__list__item .sub {
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 400;
}
.f3__special__plus {
  position: relative;
  height: clamp(1px, 10.9333333333vw, 82px);
  margin-block: clamp(1px, 6.6666666667vw, 50px);
}
.f3__special__plus::before,
.f3__special__plus::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: clamp(1px, 2.6666666667vw, 20px);
  margin-inline: auto;
  background-color: #e0eaf6;
}
.f3__special__plus::before {
  rotate: 90deg;
}
.f3__reason {
  padding: clamp(1px, 6.6666666667vw, 50px) clamp(1px, 4vw, 30px) 0;
}
.f3__reason__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 13.3333333333vw, 100px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__reason__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__reason__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__reason__head .jp .strong {
  color: var(--red);
}
.f3__reason__section {
  margin-bottom: clamp(1px, 13.3333333333vw, 100px);
}
.f3__reason__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 1.0666666667vw, 8px);
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__reason__section__head .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1px, 14.1333333333vw, 106px);
  height: clamp(1px, 5.8666666667vw, 44px);
  border-radius: 100vmax;
  background: linear-gradient(90deg, #818bef, #419bdd);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.f3__reason__section__head .main {
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 800;
  line-height: clamp(1px, 7.4666666667vw, 56px);
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__reason__section__img .img {
  margin-inline: max(-4vw, -30px);
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__reason__section__img .txt {
  padding-inline: clamp(1px, 1.6vw, 12px);
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.6vw, 27px);
  letter-spacing: 0.075em;
}
.f3__reason__section__box {
  position: relative;
  margin-top: clamp(1px, 14.6666666667vw, 110px);
  padding: clamp(1px, 8vw, 60px) clamp(1px, 4vw, 30px) clamp(1px, 5.3333333333vw, 40px);
  border: clamp(1px, 0.2666666667vw, 2px) dashed rgba(77, 77, 77, 0.5);
  border-radius: clamp(1px, 1.7333333333vw, 13px);
}
.f3__reason__section__box .head {
  position: absolute;
  inset: auto 0 100%;
  margin-bottom: clamp(1px, 2.1333333333vw, 16px);
  font-size: clamp(1px, 2.9333333333vw, 22px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__reason__section__box .img {
  margin-bottom: clamp(1px, 4vw, 30px);
}
.f3__reason__section__box .txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.6vw, 27px);
  letter-spacing: 0.075em;
}
.f3__reason__section__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1px, 10.6666666667vw, 80px);
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__reason__section__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
}
.f3__reason__section__list__item .img {
  width: clamp(1px, 16.6666666667vw, 125px);
}
.f3__reason__section__list__item .txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 400;
  line-height: clamp(1px, 3.6vw, 27px);
  letter-spacing: 0.075em;
  text-align: center;
}
.f3__reason__section__txt1 {
  margin-bottom: clamp(1px, 9.3333333333vw, 70px);
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 400;
  line-height: clamp(1px, 3.6vw, 27px);
  letter-spacing: 0.075em;
}
.f3__reason__section__txt2 {
  font-size: clamp(1px, 4.9333333333vw, 37px);
  font-weight: 800;
  line-height: clamp(1px, 8.4vw, 63px);
  text-align: center;
  letter-spacing: 0.075em;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__problems {
  padding: clamp(1px, 6.6666666667vw, 50px) 0 0;
}
.f3__problems__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__problems__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__problems__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__problems__head .jp .strong {
  color: var(--red);
}
.f3__problems__img1 {
  margin-bottom: clamp(1px, 13.3333333333vw, 100px);
}
.f3__problems__img1 .img {
  margin-bottom: clamp(1px, 3.2vw, 24px);
}
.f3__problems__img1 .txt {
  font-size: clamp(1px, 6.2666666667vw, 47px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__problems__img1 .txt .strong {
  color: var(--red);
}
.f3__problems__txt1 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
  font-size: clamp(1px, 8vw, 60px);
  font-weight: 800;
  line-height: clamp(1px, 12vw, 90px);
  text-align: center;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__problems__img2 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__problems__img2 .img {
  margin-bottom: clamp(1px, 9.3333333333vw, 70px);
}
.f3__problems__img2 .txt {
  font-size: clamp(1px, 4.6666666667vw, 35px);
  font-weight: 700;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__problems__img2 .txt .strong {
  color: var(--red);
}
.f3__problems__img3 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__problems__img3 .img {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__problems__img3 .txt {
  font-size: clamp(1px, 4.6666666667vw, 35px);
  font-weight: 700;
  line-height: clamp(1px, 8vw, 60px);
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__problems__arrow {
  width: clamp(1px, 12.4vw, 93px);
  height: clamp(1px, 4.8vw, 36px);
  margin: 0 auto clamp(1px, 5.3333333333vw, 40px);
  background-color: rgba(230, 100, 120, 0.18);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.f3__problems__img4 {
  margin-bottom: clamp(1px, 12vw, 90px);
}
.f3__problems__img4 .head {
  margin-bottom: clamp(1px, 6.1333333333vw, 46px);
  font-size: clamp(1px, 5.6vw, 42px);
  font-weight: 700;
  line-height: clamp(1px, 8.2666666667vw, 62px);
  text-align: center;
}
.f3__problems__img4 .img {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__problems__img4 .txt {
  font-size: clamp(1px, 4.6666666667vw, 35px);
  font-weight: 700;
  line-height: clamp(1px, 7.0666666667vw, 53px);
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__mechanism {
  padding: clamp(1px, 6.6666666667vw, 50px) 0 clamp(1px, 10.6666666667vw, 80px);
}
.f3__mechanism__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.1333333333vw, 16px);
  margin-bottom: clamp(1px, 3.2vw, 24px);
}
.f3__mechanism__head .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1px, 18.6666666667vw, 140px);
  height: clamp(1px, 5.8666666667vw, 44px);
  border-radius: clamp(1px, 0.8vw, 6px);
  background: linear-gradient(90deg, #818bef, #419bdd);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.f3__mechanism__head .main {
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 800;
  line-height: clamp(1px, 7.4666666667vw, 56px);
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__mechanism__txt {
  margin-bottom: clamp(1px, 8vw, 60px);
  font-size: clamp(1px, 3.2vw, 24px);
  line-height: clamp(1px, 4.6666666667vw, 35px);
  letter-spacing: 0.075em;
  text-align: center;
}
.f3__mechanism__section {
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__mechanism__section .orange1 {
  color: #fe6601;
}
.f3__mechanism__section .orange2 {
  color: #f7931e;
}
.f3__mechanism__section .red1 {
  color: #d4145a;
}
.f3__mechanism__section .red2 {
  color: #c1272d;
}
.f3__mechanism__section .green {
  color: #006837;
}
.f3__mechanism__section .brown {
  color: #603813;
}
.f3__mechanism__section__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 8vw, 60px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__mechanism__section__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__mechanism__section__head .jp {
  position: relative;
  font-size: clamp(1px, 5.6vw, 42px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__mechanism__material {
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__mechanism__material__head {
  margin-bottom: clamp(1px, 6.4vw, 48px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.f3__mechanism__material__head.color1 {
  --color: #f15a24;
}
.f3__mechanism__material__head.color2 {
  --color: #c1272d;
}
.f3__mechanism__material__head.color3 {
  --color: #006837;
}
.f3__mechanism__material__head.color4 {
  --color: #603813;
}
.f3__mechanism__material__head .main {
  display: block;
  margin-bottom: clamp(1px, 2.1333333333vw, 16px);
  font-size: clamp(1px, 6.4vw, 48px);
  font-weight: 700;
}
.f3__mechanism__material__head .main::after {
  content: "";
  display: block;
  width: clamp(1px, 87.6vw, 657px);
  height: clamp(1px, 0.5333333333vw, 4px);
  margin-inline: auto;
  margin-top: clamp(1px, 0.8vw, 6px);
  background: linear-gradient(90deg, transparent 0%, var(--color) 30%, var(--color) 70%, transparent 100%);
}
.f3__mechanism__material__head .sub {
  display: block;
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
}
.f3__mechanism__material__lead {
  margin-bottom: clamp(1px, 6.4vw, 48px);
  font-size: clamp(1px, 2.9333333333vw, 22px);
  font-weight: 500;
  line-height: clamp(1px, 4.6666666667vw, 35px);
  text-align: center;
  letter-spacing: 0.05em;
}
.f3__mechanism__material__img1 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__mechanism__material__img1 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.1333333333vw, 16px);
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__mechanism__material__img1 .caption {
  padding: clamp(1px, 1.0666666667vw, 8px) clamp(1px, 3.2vw, 24px);
  border: 1px solid rgba(89, 87, 87, 0.32);
  border-radius: clamp(1px, 1.0666666667vw, 8px);
  font-size: clamp(1px, 1.8666666667vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.f3__mechanism__material__img1 .txt {
  width: clamp(1px, 87.6vw, 657px);
  margin-inline: auto;
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.8666666667vw, 29px);
  letter-spacing: 0.075em;
}
.f3__mechanism__material__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(1px, 87.6vw, 657px);
  margin-inline: auto;
  padding: clamp(1px, 2.6666666667vw, 20px) clamp(1px, 2.6666666667vw, 20px) clamp(1px, 2.6666666667vw, 20px);
  border: clamp(1px, 0.2666666667vw, 2px) dashed rgba(77, 77, 77, 0.5);
  border-radius: clamp(1px, 3.2vw, 24px);
  text-align: center;
}
.f3__mechanism__material__box .head {
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 700;
  line-height: clamp(1px, 5.0666666667vw, 38px);
  letter-spacing: 0.05em;
}
.f3__mechanism__material__box .img {
  margin-bottom: clamp(1px, 4vw, 30px);
}
.f3__mechanism__material__box .notes {
  font-size: clamp(1px, 2vw, 15px);
  font-weight: 700;
  color: #595757;
  letter-spacing: 0.05em;
}
.f3__mechanism__material__col1 {
  display: flex;
  align-items: flex-start;
  margin-top: max(-1.3333333333vw, -10px);
  padding-right: clamp(1px, 6vw, 45px);
}
.f3__mechanism__material__col1__img {
  width: clamp(1px, 34.4vw, 258px);
}
.f3__mechanism__material__col1__txt {
  flex: 1;
}
.f3__mechanism__material__col1__txt .head {
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
  font-size: clamp(1px, 4.8vw, 36px);
  font-weight: 200;
  line-height: clamp(1px, 6.9333333333vw, 52px);
  letter-spacing: 0.05em;
}
.f3__mechanism__material__col1__txt .txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.8666666667vw, 29px);
  letter-spacing: 0.075em;
}
.f3__mechanism__material__col2 {
  width: clamp(1px, 87.6vw, 657px);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: clamp(1px, 5.3333333333vw, 40px);
}
.f3__mechanism__material__col2__img {
  width: clamp(1px, 36.6666666667vw, 275px);
}
.f3__mechanism__material__col2__txt {
  flex: 1;
}
.f3__mechanism__material__col2__txt .txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.8666666667vw, 29px);
  letter-spacing: 0.05em;
}
.f3__mechanism__material__col2__txt .notes {
  margin-top: clamp(1px, 2.6666666667vw, 20px);
  font-size: clamp(1px, 2vw, 15px);
  font-weight: 500;
  line-height: clamp(1px, 2.9333333333vw, 22px);
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.f3__mechanism__finish {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 4vw, 30px);
}
.f3__mechanism__finish .arrow {
  width: clamp(1px, 12.4vw, 93px);
}
.f3__mechanism__finish .txt {
  font-size: clamp(1px, 4.9333333333vw, 37px);
  font-weight: 700;
  line-height: clamp(1px, 8.2666666667vw, 62px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__mechanism__finish .txt .strong {
  color: var(--red);
}
.f3__consulting {
  padding: 0 clamp(1px, 6vw, 45px) clamp(1px, 10.6666666667vw, 80px);
}
.f3__consulting__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1px, 18.6666666667vw, 140px);
  height: clamp(1px, 5.8666666667vw, 44px);
  margin-inline: auto;
  margin-bottom: clamp(1px, 3.2vw, 24px);
  border-radius: clamp(1px, 0.8vw, 6px);
  background: linear-gradient(90deg, #818bef, #419bdd);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
}
.f3__consulting__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__consulting__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__consulting__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__consulting__head .jp .strong {
  color: var(--red);
}
.f3__consulting__img1 {
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__consulting__img1 .strong {
  color: var(--red);
}
.f3__consulting__img1 .img {
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
}
.f3__consulting__img1 .txt1 {
  margin-bottom: clamp(1px, 3.2vw, 24px);
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 500;
  line-height: clamp(1px, 5.0666666667vw, 38px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__consulting__img1 .txt2 {
  margin-bottom: clamp(1px, 3.2vw, 24px);
  font-size: clamp(1px, 6.9333333333vw, 52px);
  font-weight: 900;
  line-height: clamp(1px, 9.8666666667vw, 74px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__consulting__img1 .arrow {
  width: clamp(1px, 12.4vw, 93px);
  margin: 0 auto clamp(1px, 3.2vw, 24px);
}
.f3__consulting__img1 .txt3 {
  font-size: clamp(1px, 2.9333333333vw, 22px);
  font-weight: 300;
  line-height: clamp(1px, 4.6666666667vw, 35px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__consulting__img2 .img {
  margin: 0 max(-1.3333333333vw, -10px) clamp(1px, 4vw, 30px);
}
.f3__consulting__img2 .txt1 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.8666666667vw, 29px);
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__consulting__img2 .txt2 {
  font-size: clamp(1px, 4.5333333333vw, 34px);
  font-weight: 700;
  line-height: clamp(1px, 7.0666666667vw, 53px);
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__safety {
  padding: 0 clamp(1px, 6vw, 45px) clamp(1px, 2.6666666667vw, 20px);
}
.f3__safety__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__safety__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__safety__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__safety__head .jp .strong {
  color: var(--red);
}
.f3__safety__section {
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__safety__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 3.2vw, 24px);
  margin-bottom: clamp(1px, 4.8vw, 36px);
}
.f3__safety__section__head .sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 3.2vw, 24px);
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 600;
  line-height: 1;
}
.f3__safety__section__head .sub::before {
  content: "[";
  color: #288cd2;
}
.f3__safety__section__head .sub::after {
  content: "]";
  color: #288cd2;
}
.f3__safety__section__head .main {
  font-size: clamp(1px, 4.2666666667vw, 32px);
  font-weight: 500;
}
.f3__safety__section__img {
  margin-bottom: clamp(1px, 3.2vw, 24px);
}
.f3__safety__section__txt {
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 500;
  line-height: clamp(1px, 3.8666666667vw, 29px);
  letter-spacing: 0.05em;
}
.f3__cta1 {
  padding: clamp(1px, 6.6666666667vw, 50px) clamp(1px, 4.6666666667vw, 35px) clamp(1px, 10.6666666667vw, 80px);
}
.f3__cta1__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__cta1__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__cta1__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__cta1__head .jp .strong {
  color: var(--red);
}
.f3__cta1__head .sub {
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.f3__cta1__box {
  margin-bottom: clamp(1px, 8vw, 60px);
  padding: clamp(1px, 4vw, 30px) clamp(1px, 5.3333333333vw, 40px);
  border-radius: clamp(1px, 2vw, 15px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.08), rgba(129, 139, 239, 0.08));
}
.f3__cta1__box__list__item {
  position: relative;
  padding-left: 1em;
  font-size: clamp(1px, 2.5333333333vw, 19px);
  line-height: clamp(1px, 4vw, 30px);
}
.f3__cta1__box__list__item::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
.f3__cta1__box__list__item .red {
  font-weight: 700;
  color: #db536b;
}
.f3__cta1__course__header {
  display: flex;
  align-items: center;
  gap: clamp(1px, 2.1333333333vw, 16px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
}
.f3__cta1__course__header__off {
  min-width: clamp(1px, 16.1333333333vw, 121px);
}
.f3__cta1__course__header__head {
  flex: 1;
}
.f3__cta1__course__header__head .main {
  display: block;
  font-size: clamp(1px, 6.9333333333vw, 52px);
  font-weight: 800;
  line-height: 1.4;
  scale: 0.94 1;
  transform-origin: left center;
  white-space: nowrap;
}
.f3__cta1__course__header__head .sub {
  display: block;
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--red);
}
.f3__cta1__course__box {
  position: relative;
  padding: clamp(1px, 5.3333333333vw, 40px) clamp(1px, 4vw, 30px) clamp(1px, 4vw, 30px);
  border-radius: clamp(1px, 2vw, 15px);
  box-shadow: 0 0 clamp(1px, 1.6vw, 12px) rgba(10, 68, 68, 0.4);
  background-color: #fff;
}
.f3__cta1__course__box__top {
  display: flex;
  justify-content: space-between;
}
.f3__cta1__course__box__img {
  position: relative;
  width: clamp(1px, 30.6666666667vw, 230px);
}
.f3__cta1__course__box__img img {
  position: absolute;
  inset: auto 0 clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta1__course__box__txt {
  width: clamp(1px, 46.6666666667vw, 350px);
}
.f3__cta1__course__box__txt .label {
  position: absolute;
  inset: 0 auto auto clamp(1px, 44vw, 330px);
  padding: clamp(1px, 1.3333333333vw, 10px) clamp(1px, 2.6666666667vw, 20px);
  border-radius: clamp(1px, 2vw, 15px);
  background: linear-gradient(90deg, #419bdd, #818bef);
  font-size: clamp(1px, 2.8vw, 21px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  translate: 0 -80%;
}
.f3__cta1__course__box__txt .label::before {
  content: "";
  position: absolute;
  inset: 100% 0 auto 0;
  display: block;
  width: clamp(1px, 2.6666666667vw, 20px);
  height: clamp(1px, 3.4666666667vw, 26px);
  margin-inline: auto;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.f3__cta1__course__box__txt .course {
  margin-bottom: clamp(1px, 4vw, 30px);
  padding: clamp(1px, 1.0666666667vw, 8px);
  border: 1px solid #7e9ba3;
  font-size: clamp(1px, 3.4666666667vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.f3__cta1__course__box__txt .price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(1px, 2.4vw, 18px);
  padding-left: clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta1__course__box__txt .price__label {
  margin-right: auto;
  font-size: clamp(1px, 4.1333333333vw, 31px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--red);
}
.f3__cta1__course__box__txt .price__num {
  position: relative;
  font-family: var(--bebas);
  font-size: clamp(1px, 11.4666666667vw, 86px);
  font-weight: 500;
  line-height: 0.9;
}
.f3__cta1__course__box__txt .price__num .normal {
  position: absolute;
  inset: auto auto 100% 0;
  margin-bottom: clamp(1px, 0.2666666667vw, 2px);
  font-family: var(--sans);
  font-size: clamp(1px, 1.9333333333vw, 14.5px);
  text-align: right;
  line-height: 1.5;
  opacity: 0.5;
}
.f3__cta1__course__box__txt .price__yen {
  position: relative;
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 800;
  line-height: 1;
}
.f3__cta1__course__box__txt .price__yen .tax {
  position: absolute;
  inset: auto 0 100% 0;
  margin-bottom: clamp(1px, 0.5333333333vw, 4px);
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.f3__cta1__course__box__txt .second {
  margin-bottom: clamp(1px, 4vw, 30px);
  padding-block: clamp(1px, 0.2666666667vw, 2px);
  border-radius: 100vmax;
  background-color: rgba(212, 20, 90, 0.12);
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.075em;
  color: var(--red);
}
.f3__cta1__course__box__merit {
  display: flex;
  justify-content: space-between;
  margin: max(-2vw, -15px) 0 clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta1__course__box__merit__item {
  padding: clamp(1px, 1.3333333333vw, 10px) clamp(1px, 2.2666666667vw, 17px);
  background-color: var(--primary);
  font-size: clamp(1px, 2.6666666667vw, 20px);
  font-weight: 600;
  color: #fff;
}
.f3__cta1__course__box__notes {
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
  font-size: clamp(1px, 1.4666666667vw, 11px);
  line-height: clamp(1px, 1.8666666667vw, 14px);
  letter-spacing: 0.05em;
}
.f3__cta1__course__box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1px, 10vw, 75px);
  border-radius: 100vmax;
  background: linear-gradient(90deg, #419bdd, #818bef);
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 600;
  color: #fff;
}
.f3__cta1__line {
  margin-bottom: clamp(1px, 8vw, 60px);
}
.f3__cta1__line__plus {
  position: relative;
  height: clamp(1px, 10.9333333333vw, 82px);
  margin-block: clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta1__line__plus::before,
.f3__cta1__line__plus::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: clamp(1px, 2.6666666667vw, 20px);
  margin-inline: auto;
  background-color: #e0eaf6;
}
.f3__cta1__line__plus::before {
  rotate: 90deg;
}
.f3__cta1__line__box {
  position: relative;
  padding: clamp(1px, 5.3333333333vw, 40px) clamp(1px, 4vw, 30px) clamp(1px, 4vw, 30px);
  border-radius: clamp(1px, 2vw, 15px);
  box-shadow: 0 0 clamp(1px, 1.6vw, 12px) rgba(30, 72, 119, 0.4);
  background-color: #fff;
}
.f3__cta1__line__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 1.6vw, 12px);
  margin-bottom: clamp(1px, 3.7333333333vw, 28px);
}
.f3__cta1__line__head .sub {
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.075em;
}
.f3__cta1__line__head .main {
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__cta1__line__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 0.5333333333vw, 4px);
  min-height: clamp(1px, 17.3333333333vw, 130px);
  margin-bottom: clamp(1px, 4vw, 30px);
  padding-left: clamp(1px, 25.3333333333vw, 190px);
  background: url(../../img/f3/cta/img_line.png) no-repeat clamp(1px, 4vw, 30px) center/clamp(1px, 16vw, 120px) auto;
}
.f3__cta1__line__list__item {
  font-size: clamp(1px, 3.4666666667vw, 26px);
  font-weight: 500;
  line-height: clamp(1px, 4.8vw, 36px);
  letter-spacing: 0.075em;
}
.f3__cta1__line__txt {
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
  line-height: clamp(1px, 4.2666666667vw, 32px);
  text-align: center;
  letter-spacing: 0.075em;
}
.f3__cta1 .p-idx-plan__amazon {
  box-shadow: 0 0 clamp(1px, 1.6vw, 12px) rgba(30, 72, 119, 0.4);
  color: #fff;
}
.f3__cta1 .p-idx-plan__amazon-inner {
  background-color: #fff;
}
.f3__cta1__guarantee {
  overflow: hidden;
  margin-top: clamp(1px, 10.6666666667vw, 80px);
}
.f3__cta1__guarantee__head1 {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
  font-size: clamp(1px, 4.2666666667vw, 32px);
  line-height: clamp(1px, 7.7333333333vw, 58px);
  text-align: center;
}
.f3__cta1__guarantee__head2 {
  margin-bottom: clamp(1px, 5.6vw, 42px);
  padding: clamp(1px, 3.3333333333vw, 25px) clamp(1px, 1.3333333333vw, 10px);
  border-radius: clamp(1px, 2vw, 15px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.08), rgba(129, 139, 239, 0.08));
  text-align: center;
}
.f3__cta1__guarantee__head2 .sub {
  display: block;
  margin-bottom: clamp(1px, 1.6vw, 12px);
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.f3__cta1__guarantee__head2 .main {
  display: block;
  font-size: clamp(1px, 9.0666666667vw, 68px);
  font-weight: 800;
  line-height: 1.1;
}
.f3__cta1__guarantee__head2 .main .red {
  color: #e56478;
}
.f3__cta1__guarantee__list__item {
  position: relative;
  padding-left: 1em;
  font-size: clamp(1px, 2.5333333333vw, 19px);
  line-height: clamp(1px, 4vw, 30px);
}
.f3__cta1__guarantee__list__item::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
.f3__cta1__guarantee__list__item .red {
  font-weight: 700;
  color: #db536b;
}
.f3__cta1__guarantee__list__item .notes {
  font-size: clamp(1px, 1.8666666667vw, 14px);
}
.f3__cta1__guarantee__head3 {
  margin-bottom: clamp(1px, 4vw, 30px);
  font-size: clamp(1px, 3.7333333333vw, 28px);
  line-height: clamp(1px, 5.7333333333vw, 43px);
  text-align: center;
}
.f3__cta1__guarantee__box {
  padding: clamp(1px, 4vw, 30px);
  border-radius: clamp(1px, 2vw, 15px);
  background: linear-gradient(90deg, rgba(0, 118, 187, 0.08) 0%, rgba(50, 172, 79, 0.08) 100%);
}
.f3__cta1__guarantee__box__head {
  margin-bottom: clamp(1px, 3.3333333333vw, 25px);
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 700;
  line-height: clamp(1px, 5.8666666667vw, 44px);
  text-align: center;
}
.f3__cta1__guarantee__box__list__item {
  position: relative;
  padding-left: 1em;
  font-size: clamp(1px, 2.5333333333vw, 19px);
  line-height: clamp(1px, 4vw, 30px);
}
.f3__cta1__guarantee__box__list__item::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
.f3__cta1__guarantee__box__list__item .red {
  font-weight: 700;
  color: #db536b;
}
.f3__cta1__guarantee__box__list__item .notes {
  font-size: clamp(1px, 1.8666666667vw, 14px);
}
.f3__line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 clamp(1px, 6.4vw, 48px) clamp(1px, 8vw, 60px);
}
.f3__line.blue {
  background-color: #f3f7fd;
}
.f3__line__head {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
  font-size: clamp(1px, 3.2vw, 24px);
  font-weight: 600;
  line-height: clamp(1px, 5.3333333333vw, 40px);
  text-align: center;
}
.f3__line__img {
  width: clamp(1px, 68vw, 510px);
  margin-inline: auto;
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__line__balloon {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__line__txt {
  font-size: clamp(1px, 4.1333333333vw, 31px);
  font-weight: 700;
  line-height: clamp(1px, 6.4vw, 48px);
  text-align: center;
  letter-spacing: 0.05em;
}
.f3__line .p-idx-cta__line-txt1,
.f3__line .p-idx-cta__line-txt2 {
  color: #333;
}
.f3__line .p-idx-cta__line-inner {
  background-color: #fff;
}
.f3__voice {
  padding: clamp(1px, 6.6666666667vw, 50px) clamp(1px, 6.6666666667vw, 50px) clamp(1px, 10.6666666667vw, 80px);
}
.f3__voice__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__voice__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__voice__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.075em;
  z-index: 10;
}
.f3__voice__head .jp .strong {
  color: var(--red);
}
.f3__voice__section {
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
}
.f3__voice__section__head {
  position: relative;
  padding-bottom: clamp(1px, 1.7333333333vw, 13px);
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.f3__voice__section__head::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: clamp(1px, 0.4vw, 3px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.3), rgba(129, 139, 239, 0.3));
}
.f3__voice__section__head .sub {
  display: block;
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
  line-height: clamp(1px, 4vw, 30px);
  text-align: center;
  color: var(--primary);
}
.f3__voice__section__head .sub.female {
  color: var(--red);
}
.f3__voice__section__head .main {
  display: block;
  margin-inline: max(-6.6666666667vw, -50px);
  font-size: clamp(1px, 3.4666666667vw, 26px);
  font-weight: 700;
  line-height: clamp(1px, 5.2vw, 39px);
  text-align: center;
}
.f3__voice__section__head .main.narrow {
  scale: 0.96 1;
}
.f3__voice__section__txt {
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 500;
  line-height: clamp(1px, 3.0666666667vw, 23px);
  text-align: center;
}
.f3__voice__rating__head {
  margin-bottom: clamp(1px, 6.4vw, 48px);
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 800;
  text-align: center;
}
.f3__voice__rating__head .strong {
  color: var(--red);
}
.f3__voice__rating__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(1px, 4.2666666667vw, 32px);
}
.f3__voice__rating__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  width: 50%;
}
.f3__voice__rating__list__item .img {
  width: clamp(1px, 34.6666666667vw, 260px);
}
.f3__voice__rating__list__item .txt {
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 700;
  line-height: clamp(1px, 4.8vw, 36px);
  text-align: center;
}
.f3__voice__rating__list__item .txt .strong {
  color: var(--red);
}
.f3__voice__rating__list__item .txt .sup {
  vertical-align: super;
  font-size: 0.5em;
  font-weight: 400;
}
.f3__voice__rating__notes {
  font-size: clamp(1px, 1.8666666667vw, 14px);
  line-height: clamp(1px, 2.6666666667vw, 20px);
}
.f3__voice__rating__notes__item {
  position: relative;
  padding-left: 2.5em;
}
.f3__voice__rating__notes__item .num {
  position: absolute;
  top: 0;
  left: 0;
}
.f3__offer {
  padding: clamp(1px, 6.6666666667vw, 50px) clamp(1px, 10vw, 75px);
}
.f3__offer__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__offer__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__offer__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.075em;
  z-index: 10;
}
.f3__offer__head .jp .strong {
  color: var(--red);
}
.f3__offer__section {
  display: flex;
  align-items: center;
  gap: clamp(1px, 4vw, 30px);
  margin-bottom: clamp(1px, 4vw, 30px);
}
.f3__offer__section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(1px, 23.3333333333vw, 175px);
  background: url(../../img/f3/offer/bg_head.png) no-repeat center center/contain;
}
.f3__offer__section__head .sub {
  font-size: clamp(1px, 4.2666666667vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__offer__section__head .main {
  display: block;
  width: clamp(1px, 13.3333333333vw, 100px);
  font-family: var(--montserrat);
  font-size: clamp(1px, 18.6666666667vw, 140px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-align: center;
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f3__offer__section__txt {
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 600;
  line-height: clamp(1px, 6.6666666667vw, 50px);
  letter-spacing: 0.1em;
}
.f3__offer__section__txt .strong {
  color: var(--red);
}
.f3__cta2 {
  padding: clamp(1px, 6.6666666667vw, 50px) clamp(1px, 4.6666666667vw, 35px) clamp(1px, 10.6666666667vw, 80px);
  background: linear-gradient(#fff 20%, #f3f7fd 40%);
}
.f3__cta2__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  padding-top: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__cta2__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 3.0666666667vw, 23px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__cta2__head .jp {
  position: relative;
  font-size: clamp(1px, 5.7333333333vw, 43px);
  font-weight: 900;
  line-height: clamp(1px, 8vw, 60px);
  letter-spacing: 0.05em;
  z-index: 10;
}
.f3__cta2__head .jp .strong {
  color: var(--red);
}
.f3__cta2__head .sub {
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.f3__cta2__box {
  margin-bottom: clamp(1px, 8vw, 60px);
  padding: clamp(1px, 4vw, 30px) clamp(1px, 5.3333333333vw, 40px);
  border-radius: clamp(1px, 2vw, 15px);
  background: linear-gradient(90deg, rgba(65, 155, 221, 0.08), rgba(129, 139, 239, 0.08));
}
.f3__cta2__box__list__item {
  position: relative;
  padding-left: 1em;
  font-size: clamp(1px, 2.5333333333vw, 19px);
  line-height: clamp(1px, 4vw, 30px);
}
.f3__cta2__box__list__item::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
.f3__cta2__box__list__item .red {
  font-weight: 700;
  color: #db536b;
}
.f3__cta2__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(1px, 17.3333333333vw, 130px);
  padding: clamp(1px, 5.3333333333vw, 40px) clamp(1px, 4vw, 30px) clamp(1px, 2.6666666667vw, 20px) clamp(1px, 2.1333333333vw, 16px);
  border-radius: clamp(1px, 2vw, 15px);
  box-shadow: 0 0 clamp(1px, 1.6vw, 12px) rgba(10, 68, 68, 0.4);
  background-color: #fff;
}
.f3__cta2__single__img {
  width: clamp(1px, 32vw, 240px);
}
.f3__cta2__single__txt {
  flex: 1;
}
.f3__cta2__single__txt .head {
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
  padding-left: clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta2__single__txt .head .sub {
  display: block;
  font-size: clamp(1px, 2.6666666667vw, 20px);
  font-weight: 600;
  color: var(--primary);
}
.f3__cta2__single__txt .head .main {
  display: block;
  font-size: clamp(1px, 4.9333333333vw, 37px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.f3__cta2__single__txt .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(1px, 3.3333333333vw, 25px);
  padding-left: clamp(1px, 2.6666666667vw, 20px);
}
.f3__cta2__single__txt .price .num {
  font-family: var(--bebas);
  font-size: clamp(1px, 12.6666666667vw, 95px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.f3__cta2__single__txt .price .yen {
  position: relative;
  margin-left: clamp(1px, 1.3333333333vw, 10px);
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 800;
  line-height: 1;
}
.f3__cta2__single__txt .price .yen .tax {
  position: absolute;
  inset: auto auto 100% 0;
  margin-bottom: clamp(1px, 0.5333333333vw, 4px);
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.f3__cta2__single__txt .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1px, 9.8666666667vw, 74px);
  border-radius: 100vmax;
  background: linear-gradient(90deg, #419bdd, #818bef);
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 600;
  color: #fff;
}
.f3__cta2__set {
  position: relative;
  margin-top: clamp(1px, 17.3333333333vw, 130px);
  padding: clamp(1px, 8vw, 60px) clamp(1px, 4vw, 30px) clamp(1px, 4vw, 30px) clamp(1px, 4vw, 30px);
  border-radius: clamp(1px, 2vw, 15px);
  box-shadow: 0 0 clamp(1px, 1.6vw, 12px) rgba(10, 68, 68, 0.4);
  background-color: #fff;
}
.f3__cta2__set__top {
  display: flex;
  align-items: flex-start;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 1.6vw, 12px);
}
.f3__cta2__set__off {
  position: absolute;
  inset: max(-8vw, -60px) clamp(1px, 1.3333333333vw, 10px) auto clamp(1px, 1.3333333333vw, 10px);
}
.f3__cta2__set__img {
  width: clamp(1px, 40vw, 300px);
  margin-left: max(-1.3333333333vw, -10px);
}
.f3__cta2__set__txt {
  flex: 1;
}
.f3__cta2__set__txt .head {
  margin-bottom: clamp(1px, 2vw, 15px);
  font-size: clamp(1px, 3.8666666667vw, 29px);
  font-weight: 700;
  line-height: clamp(1px, 5.3333333333vw, 40px);
  letter-spacing: 0.05em;
}
.f3__cta2__set__txt .label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: clamp(1px, 2vw, 15px);
  padding-inline: clamp(1px, 2.9333333333vw, 22px);
  border-radius: clamp(1px, 0.6666666667vw, 5px);
  background: linear-gradient(90deg, #419bdd, #818bef);
  font-size: clamp(1px, 2.9333333333vw, 22px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075em;
  color: #fff;
}
.f3__cta2__set__txt .label .tax {
  font-size: clamp(1px, 2.2666666667vw, 17px);
}
.f3__cta2__set__txt .label::before {
  content: "";
  position: absolute;
  inset: 100% clamp(1px, 2vw, 15px) auto auto;
  display: block;
  width: clamp(1px, 3.3333333333vw, 25px);
  height: clamp(1px, 1.8666666667vw, 14px);
  background: linear-gradient(90deg, #419bdd, #818bef);
  -webkit-clip-path: polygon(30% 0, 100% 0, 0 100%);
  clip-path: polygon(30% 0, 100% 0, 0 100%);
}
.f3__cta2__set__txt .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(1px, 3.3333333333vw, 25px);
}
.f3__cta2__set__txt .price .num {
  font-family: var(--bebas);
  font-size: clamp(1px, 12.6666666667vw, 95px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.f3__cta2__set__txt .price .yen {
  position: relative;
  margin-left: clamp(1px, 1.3333333333vw, 10px);
  font-size: clamp(1px, 5.3333333333vw, 40px);
  font-weight: 600;
  line-height: 1;
}
.f3__cta2__set__txt .price .yen .tax {
  position: absolute;
  inset: auto 0 100% 0;
  margin-bottom: clamp(1px, 0.5333333333vw, 4px);
  font-size: clamp(1px, 2.1333333333vw, 16px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.f3__cta2__set__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(1px, 9.8666666667vw, 74px);
  border-radius: 100vmax;
  background: linear-gradient(90deg, #419bdd, #818bef);
  font-size: clamp(1px, 3.7333333333vw, 28px);
  font-weight: 600;
  color: #fff;
  z-index: 10;
}
.f3__faq {
  padding: clamp(1px, 9.3333333333vw, 70px) clamp(1px, 9.3333333333vw, 70px) clamp(1px, 5.3333333333vw, 40px);
}
.f3__faq__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 2.6666666667vw, 20px);
  margin-bottom: clamp(1px, 8vw, 60px);
  padding-block: clamp(1px, 5.3333333333vw, 40px);
  background: url(../../img/f3/common/bg_head.png) no-repeat center top/clamp(1px, 16.6666666667vw, 125px) auto;
  text-align: center;
}
.f3__faq__head .en {
  position: relative;
  font-family: var(--montserrat);
  font-size: clamp(1px, 6.1333333333vw, 46px);
  font-weight: 500;
  font-style: italic;
  z-index: 10;
}
.f3__faq__section {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.f3__faq__section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1px, 1.3333333333vw, 10px);
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.f3__faq__section__head .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1px, 5.3333333333vw, 40px);
  height: clamp(1px, 5.3333333333vw, 40px);
  background-color: var(--primary);
  border-radius: 50%;
  font-size: clamp(1px, 2.2666666667vw, 17px);
  font-weight: 600;
  color: #fff;
}
.f3__faq__section__head .main {
  font-size: clamp(1px, 3.6vw, 27px);
  font-weight: 700;
  line-height: clamp(1px, 5.0666666667vw, 38px);
  text-align: center;
}
.f3__faq__section__txt {
  position: relative;
  padding-top: clamp(1px, 2.9333333333vw, 22px);
  text-align: center;
}
.f3__faq__section__txt::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: clamp(1px, 2.9333333333vw, 22px);
  height: clamp(1px, 1.3333333333vw, 10px);
  margin-inline: auto;
  background-color: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.f3__faq__section__txt .head {
  font-size: clamp(1px, 2.4vw, 18px);
  font-weight: 600;
  line-height: clamp(1px, 4.2666666667vw, 32px);
}
.f3__faq__section__txt .txt {
  font-size: clamp(1px, 2vw, 15px);
  font-weight: 400;
  line-height: clamp(1px, 3.2vw, 24px);
}
