@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}
*::before, *::after {
  box-sizing: border-box;
}

img, video {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

body {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-size: 1.406vw;
  line-height: 2.16;
  letter-spacing: 0.08em;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media (max-width: 768px) {
  body {
    font-size: 3.255vw;
    line-height: 1.92;
  }
}

small {
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

a {
  color: currentColor;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.btn_cta {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #4CC764; */
  background: #ff7500;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 0.781vw;
  width: 29.375vw;
  height: 5vw;
  /* box-shadow: 0 0.625vw 0 #0D7E23; */
  box-shadow: 0 0.625vw 0 #bf6112;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .btn_cta {
    width: 89.583vw;
    border-radius: 2.604vw;
    height: 14.583vw;
    font-size: 4.688vw;
    /* box-shadow: 0 1.042vw 0 #0D7E23; */
    box-shadow: 0 1.042vw 0 #bf6112;
  }
}
.echo {
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 6px;
  font-size: 75%;
  color: #FFF;
}
@media (max-width: 768px) {
  .echo {
    top: 3px;
    font-size: 100%;
  }
}
.btn_cta:hover .echo {
  opacity: 0;
}
.btn_cta::after {
  content: "";
  background: url("../images/icon_plane_1.svg") no-repeat center/contain;
  width: 2.08em;
  height: 2.08em;
  margin-left: 1.6em;
  margin-right: -2.4em;
}
@media (max-width: 768px) {
  .btn_cta::after {
    width: 2.4em;
    height: 2.4em;
    margin-right: -2.88em;
  }
}
.btn_cta:hover {
  opacity: 0.8;
}

.fz_up_104 {
  font-size: 104%;
}
.fz_up_112 {
  font-size: 112%;
}
.fz_up_120 {
  font-size: 120%;
}
.fz_up_128 {
  font-size: 128%;
}
.fz_up_136 {
  font-size: 136%;
}
.fz_up_144 {
  font-size: 144%;
}
.fz_up_152 {
  font-size: 152%;
}
.fz_up_160 {
  font-size: 160%;
}
.fz_up_168 {
  font-size: 168%;
}
.fz_up_176 {
  font-size: 176%;
}
.fz_down_88 {
  font-size: 88%;
}
.fz_down_80 {
  font-size: 80%;
}
.fz_down_72 {
  font-size: 72%;
}
.fz_down_64 {
  font-size: 64%;
}

.fw_bold {
  font-weight: bolder;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_900 {
  font-weight: 900;
}
.fw_medium {
  font-weight: 500;
}
.fw_normal {
  font-weight: normal;
}
.fw_300 {
  font-weight: 300;
}

.fs_italic {
  font-style: italic;
}

.pink {
  color: #D93657;
}

.yellow {
  color: #F9DC5C;
}

.aligncenter {
  text-align: center !important;
}

@media (min-width: 769px) {
  .pc_hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.fwh-cta_inner {
  background: url("../images/img_fwh-cta_1.jpg") no-repeat center/cover;
}
.webp .fwh-cta_inner {
  background-image: url("../images/img_fwh-cta_1.webp");
}
.fwh-cta_header {
  padding: 5vw 12.5vw 6.875vw;
}
@media (max-width: 768px) {
  .fwh-cta_header {
    /* padding: 6.25vw 5.208vw 27.083vw; */
    padding: 6.25vw 5.208vw 22.083vw;
  }
}
.fwh-cta_header h2 {
  display: flex;
  align-items: center;
  margin: 0 0 -10vw 7.5vw;
}
@media (max-width: 768px) {
  .fwh-cta_header h2 {
    margin: 0 0 -7.292vw 0;
  }
}
.fwh-cta_header h2::after {
  content: "";
  background: url("../images/icon_plane_1.svg") no-repeat center/contain;
  width: 8.75vw;
  height: 8.75vw;
  margin: 0 0 1.875vw 2.5vw;
}
@media (max-width: 768px) {
  .fwh-cta_header h2::after {
    width: 14.583vw;
    height: 14.583vw;
    margin: 0 0 1.563vw 3.125vw;
  }
}
.fwh-cta_header h2 img {
  width: 31.25vw;
}
@media (max-width: 768px) {
  .fwh-cta_header h2 img {
    width: 55.208vw;
  }
}
.fwh-cta_benefits {
  width: 75vw;
  /* width: 89.583vw; */
  margin: 0 auto 1.375vw;
  text-align: center;
  color: #fff;
  position: relative;
  border: solid;
  border-width: 0 1px 1px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fwh-cta_benefits {
    width: 89.583vw;
    margin-bottom: 9.375vw;
  }
}
.fwh-cta_benefits::before, .fwh-cta_benefits::after {
  content: "";
  height: 1px;
  width: 15vw;
  background: #fff;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .fwh-cta_benefits::before, .fwh-cta_benefits::after {
    width: 13.542vw;
  }
}
.fwh-cta_benefits::before {
  left: 0;
}
.fwh-cta_benefits::after {
  right: 0;
}
.fwh-cta_benefits h3 {
  font-size: 2.656vw;
  line-height: 1.28;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.16em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);

  flex-direction: column;
  transform: translate(-50%, -55%);
}
.fwh-cta_benefits_p {
  line-height: 1.44;
  font-weight: bold;
  /* font-size: 1.875vw; */
  font-size: 2vw;
  margin: 0.4em 0;
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-cta_benefits h3 {
    font-size: 6.51vw;
    flex-direction: column;
    letter-spacing: 0.08em;
    transform: translate(-50%, -74%);
  }
  .fwh-cta_benefits_p {
    font-size: 5vw;
  }
}
.fwh-cta_benefits h3 .span1 {
  text-align: right;
  margin-right: 0.64em;
}
@media (max-width: 768px) {
  .fwh-cta_benefits h3 .span1 {
    margin: 0;
    font-weight: 900;
    margin-bottom: 20%;
  }
}
.fwh-cta_benefits h3 .span2 {
  /* font-size: 248%; */
  font-size: 85%;
  padding-top: 3%;
}
@media (max-width: 768px) {
  .fwh-cta_benefits h3 .span2 {
    /* font-size: 208%; */
    font-size: 70%;
    padding-top: 17%;
    position: absolute;
    /* left: -10%;
    top: 25%; */
  }
}
.fwh-cta_benefits_content {
  display: flex;
  justify-content: space-between;
  padding: 5.625vw 4.375vw 1.25vw;
  line-height: 1.44;
  font-weight: bold;
  font-size: 1.875vw;
}
.fwh-cta_benefits_b {
  color: #fff;
  width: 75vw;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-bottom: 5vw;
  text-align: center;
}
@media (max-width: 768px) {
  .fwh-cta_benefits_content {
    /* padding: 11.458vw 7.292vw 2.083vw; */
    padding: 10.458vw 7.292vw 0vw;
    font-size: 3.125vw;
  }
  .fwh-cta_benefits_b {
    margin: 0 auto;
    color: #fff;
    width: 89.583vw;
    font-size: 0.70rem;
    padding-bottom: 10.083vw;
    /* padding: 1.25vw 11.208vw 10.083vw; */
  }
  .fwh-cta_benefits {
    width: 75vw;
    width: 89.583vw;
    margin: 0 auto 4.375vw;
    margin-bottom: 2.375vw;
    text-align: center;
    color: #fff;
    position: relative;
    border: solid;
    border-width: 0 1px 1px;
    white-space: nowrap;
}
}
.fwh-cta_benefits_content_list {
  width: 32.969vw;
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .fwh-cta_benefits_content_list {
    width: 37.37vw;
  }
}
.fwh-cta_benefits_content_list:last-of-type {
  width: 30.938vw;
  align-self: center;
  width: 49%;
}
@media (max-width: 768px) {
  .fwh-cta_benefits_content_list:last-of-type {
    /* width: 35.156vw; */
    width: 100%;
    text-align: left;
  }
}
.fwh-cta_benefits_content p {
  margin: 0.4em 0;
  width: 61vw;
}
@media (max-width: 768px) {
  .fwh-cta_benefits_content p {
    margin: 0.4em 0;
  }
}
.fwh-cta_contact {
  background: #FFF5F7;
  padding: 4.375vw 12.5vw 6.25vw;
}
.fwh-cta_contact .section_title {
  color: #333333;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 768px) {
  .fwh-cta_contact {
    background: #FFF5F7;
    /* padding: 4.375vw 12.5vw 6.25vw; */
    padding: 4.375vw 12.5vw 16.25vw;
  }
  .fwh-cta_contact .section_title {
    margin-bottom: 1vw;
  }
}
.fwh-cta_contact .sec__inputTtl {
  font-weight: bold;
}
.fwh-cta_contact .hissu::after {
  content: "必須";
  color: #ffffff;
  background-color: #f00000;
  font-size: 1vw;
  font-weight: 400;
  padding: 0.02rem 0.1rem;;
  margin-left: 0.313vw;
  line-height: 1.1rem;
}
@media (max-width: 768px) {
  .fwh-cta_contact .hissu::after {
    font-size: 0.54rem;
  }
}
.fwh-cta_contact .sec__inputCts {
  position: relative;
}
.fwh-cta_contact .inputCts__ano {
  position: absolute;
  top: -2vw;
  right:0;
  font-size: 1vw;
  color: #aaaaaa;
}
@media (max-width: 768px) {
  .fwh-cta_contact .inputCts__ano {
    top: -6vw;
    font-size: 0.5rem;
  }
}
.fwh-cta_contact .sec__input {
  position: relative;
  margin-bottom: 1.2rem;
}
.fwh-cta_contact select,
.fwh-cta_contact input,
.fwh-cta_contact textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 1vw;
  line-height: 1.2rem;
}
.fwh-cta_contact select,
.fwh-cta_contact input {
  height: 3.2rem;
}
@media (max-width: 768px) {
  .fwh-cta_contact select,
  .fwh-cta_contact input {
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .fwh-cta_contact select,
  .fwh-cta_contact input,
  .fwh-cta_contact textarea {
    padding: 2.4vw;
  }
}
.fwh-cta_contact select::placeholder,
.fwh-cta_contact input::placeholder,
.fwh-cta_contact textarea::placeholder {
  color: #aaaaaa;
  line-height: 1.2rem;
}
@media (max-width: 768px) {
  .fwh-cta_contact select::placeholder,
  .fwh-cta_contact input::placeholder,
  .fwh-cta_contact textarea::placeholder {
    font-size: 2.8vw;
  }
}
.fwh-cta_contact .sec__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .fwh-cta_contact .sec__submit {
    margin-bottom: 2.4rem;
  }
}
.fwh-cta_contact .sec__submit .submit__desc {
  margin: 0 auto;
}
.fwh-cta_contact .sec__submit .submit__desc a {
  text-decoration: underline;
}
.fwh-cta_contact .sec__submit .submit__desc a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fwh-cta_contact .sec__submitBtn,
.fwh-cta_contact .sec7__btn {
  position: relative;
  display: inline-block;
  width: 50%;
  color: #ffffff;
  /* background-color: #4b4b4b; */
  background-color: #ff7500;
  font-size: 1.6vw;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0.2rem auto 0;
  padding: 1rem;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0.5vw 0 #bf6112;
}
.fwh-cta_contact .sec__submitBtn::after,
.fwh-cta_contact .sec7__btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .fwh-cta_contact .sec__submitBtn,
  .fwh-cta_contact .sec7__btn {
    width: 92%;
    font-size: 4.2vw;
    padding: 0.8rem;
  }
  .fwh-cta_contact .sec__submitBtn,
.fwh-cta_contact .sec7__btn {
  box-shadow: 0 1.042vw 0 #bf6112;
}
}
.fwh-cta_contact .sec__submitBtn:hover {
  opacity: 0.8;
}
.fwh-cta_contact .btns {
  display: flex;
  gap: 2vw;
}
@media (max-width: 768px) {
  .fwh-cta_contact .btns {
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
}
.fwh-cta_footer {
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-cta_footer {
    padding-bottom: 3.125vw;
  }
}
.fwh-cta_footer h4 {
  position: relative;
  background: #fff;
  font-weight: 500;
  font-size: 1.172vw;
  padding: 0.32em 1.28em;
  border-radius: 0.781vw;
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-top: -1.28em;
}
.fwh-cta_footer h4::before {
  content: "▼";
  line-height: 1.04;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -48%) scaleX(1.2);
  color: #fff;
}
@media (max-width: 768px) {
  .fwh-cta_footer h4 {
    font-size: 3.125vw;
    border-radius: 1.302vw;
  }
}
.fwh-cta_footer h4::before {
  font-size: 184%;
}
.fwh-cta_footer_btn {
  margin: 0.781vw 0;
}
@media (max-width: 768px) {
  .fwh-cta_footer_btn {
    margin: 3.125vw 0 1.563vw;
  }
}
.fwh-cta_footer_note {
  color: #0D7E23;
}
.fwh-cta_footer_note small {
  display: block;
  font-size: 1.094vw;
}
@media (max-width: 768px) {
  .fwh-cta_footer_note small {
    font-size: 3.125vw;
  }
}

.fwh-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(6.25vw, 80px);
}
@media (max-width: 768px) {
  .fwh-header {
    height: 12.5vw;
  }
}
.fwh-header_logo {
  line-height: 0;
  width: min(11.875vw, 152px);
}
@media (max-width: 768px) {
  .fwh-header_logo {
    width: 31.25vw;
  }
}

.fwh-footer {
  margin-top: auto;
}
.fwh-footer_copyright {
  text-align: center;
  background: #D93657;
  color: #fff;
  padding: 0.32em 0;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fwh-footer_copyright {
    font-size: 2.344vw;
  }
}
.fwh-footer_copyright small {
  display: block;
  font-size: 100%;
}
.fwh-footer_cta {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 13.281vw;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: 0.8s;
  z-index: 100;
  pointer-events: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-footer_cta {
    width: 26.042vw;
  }
}
.fwh-footer_cta:hover picture {
  opacity: 0.8;
}
.fwh-footer_cta picture {
  transition: 0.4s;
}
.fwh-footer_cta a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  white-space: nowrap;
  text-indent: 101%;
  color: transparent;
  opacity: 0;
}
.body_sticky .fwh-footer_cta {
  opacity: 1;
  transform: translateY(0);
}
.fixed_btn_remove .fwh-footer_cta {
  opacity: 0;
  pointer-events: none;
}

.fwh-fv {
  background: url("../images/img_fwh-fv_1.jpg") no-repeat center/cover;
  min-height: 40vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-fv {
    min-height: 115.625vw;
    background: url("../images/img_fwh-fv_2.jpg") no-repeat center bottom/100%;
  }
}
.webp .fwh-fv {
  background-image: url("../images/img_fwh-fv_1.webp");
}
@media (max-width: 768px) {
  .webp .fwh-fv {
    background-image: url("../images/img_fwh-fv_2.webp");
  }
}
.fwh-fv_header {
  padding: 6.875vw 0 0 12.5vw;
}
@media (max-width: 768px) {
  .fwh-fv_header {
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
.fwh-fv_header picture {
  width: 34.141vw;
}
@media (max-width: 768px) {
  .fwh-fv_header picture {
    width: 100%;
  }
}
.fwh-fv_header h1 {
  font-size: 2.656vw;
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-top: 0.64em;
}
@media (max-width: 768px) {
  .fwh-fv_header h1 {
    font-size: 4.427vw;
    margin: 44.792vw 0 0 5.208vw;
  }
}
.fwh-fv_header h1 .span1 {
  display: table;
  color: #fff;
  background: #D93657;
  padding: 0 0.32em;
  margin: 0.32em 0;
}
.fwh-fv_header h1 .span1:first-of-type {
  padding-right: 0;
}
.fwh-fv_header h1 .span2 {
  font-size: 80%;
}
.fwh-fv_picture {
  position: absolute;
  width: 54.766vw;
  right: 3.125vw;
  bottom: 0;
}
@media (max-width: 768px) {
  .fwh-fv_picture {
    width: 120.833vw;
    right: -8.333vw;
  }
}
.fwh-fv_footer {
  position: absolute;
  right: 12.5vw;
  bottom: 4.375vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.52;
  background: #fff;
  border: 0.273vw solid #fff;
  box-shadow: 0 0 0 0.156vw #D93657 inset, 0 0.313vw 0.313vw rgba(0, 0, 0, 0.24);
  width: 35.859vw;
  height: 7.5vw;
}
@media (max-width: 768px) {
  .fwh-fv_footer {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 2.865vw;
    width: auto;
    height: 18.75vw;
    border: 0.456vw solid #fff;
    box-shadow: 0 0 0 0.26vw #D93657 inset, 0 0.521vw 0.521vw rgba(0, 0, 0, 0.24);
    margin: 2.604vw 5.208vw 0;
  }
  .fwh-fv_footer .pink {
    font-size: 112%;
  }
}
.fwh-fv_footer dt {
  width: 13.125vw;
  margin-right: 1.6em;
}
@media (max-width: 768px) {
  .fwh-fv_footer dt {
    width: 33.333vw;
  }
}

.fwh-sec01 {
  padding: 1.875vw 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-sec01 {
    padding: 4.167vw 0 7.292vw;
  }
}
.fwh-sec01_cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fwh-sec01_cta_btn {
  margin-bottom: 0.781vw;
  position: relative;
}
@media (max-width: 768px) {
  .fwh-sec01_cta_btn {
    margin-bottom: 1.563vw;
  }
}
.fwh-sec01_cta_note {
  color: #0D7E23;
}
.fwh-sec01_cta_note small {
  display: block;
  font-size: 1.094vw;
}
@media (max-width: 768px) {
  .fwh-sec01_cta_note small {
    font-size: 3.125vw;
  }
}
.fwh-sec01_media {
  width: 53.281vw;
  margin: 1.875vw auto;
}
.fwh-sec01_swiper {
  margin-top: 6.25vw;
}
.fwh-sec01_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.fwh-sec02 {
  background: url("../images/img_fwh-sec02_1.jpg") no-repeat center top/100%, url("../images/img_fwh-sec02_2.jpg") repeat center bottom/100%;
  padding: 5vw 12.5vw 6.25vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-sec02 {
    padding: 4.167vw 10.417vw 9.375vw;
    background-size: 240%, 166.667vw;
  }
}
.webp .fwh-sec02 {
  background-image: url("../images/img_fwh-sec02_1.webp"), url("../images/img_fwh-sec02_2.jpg");
}
.fwh-sec02_header {
  text-align: center;
  color: #fff;
}
.fwh-sec02_header h2 {
  width: 35.625vw;
  margin: auto;
}
@media (max-width: 768px) {
  .fwh-sec02_header h2 {
    width: 59.375vw;
  }
}
.fwh-sec02_header p {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.875vw;
  line-height: 1.36;
  margin: 2.813vw 0;
}
@media (max-width: 768px) {
  .fwh-sec02_header p {
    font-size: 3.906vw;
    margin: 6.25vw 0 5.208vw;
  }
}
.fwh-sec02_header p .span1 {
  background: url("../images/icon_deco_1.svg") no-repeat center bottom/100%;
  width: 29.375vw;
  padding-bottom: 2.5vw;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-sec02_header p .span1 {
    width: 57.292vw;
    padding-bottom: 5.208vw;
    margin-bottom: 2.083vw;
  }
}
.fwh-sec02_header p .span2 {
  font-size: 136%;
  font-weight: 900;
}
.fwh-sec02_header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 900;
  line-height: 1.44;
  font-size: 1.328vw;
}
@media (max-width: 768px) {
  .fwh-sec02_header ul {
    font-size: 2.734vw;
  }
}
.fwh-sec02_header li {
  width: 24%;
  min-height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.32);
  border: 2px solid;
}
@media (max-width: 768px) {
  .fwh-sec02_header li {
    width: 48.5%;
    min-height: 16.667vw;
    margin: 1.042vw 0;
    border-width: 1px;
  }
}
.fwh-sec02_inside {
  margin: 3.125vw 0;
  background: #fff;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 1.563vw;
  line-height: 2;
  padding: 1.563vw 0 2.5vw;
}
.fwh-sec02_inside::before {
  content: "▼";
  line-height: 1.04;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -48%) scaleX(1.2);
  color: #fff;
}
@media (max-width: 768px) {
  .fwh-sec02_inside {
    margin: 5.208vw 0;
    font-size: 3.125vw;
    line-height: 2.56;
    padding: 4.167vw 0 5.208vw;
  }
}
.fwh-sec02_inside::before {
  font-size: 3.125vw;
}
@media (max-width: 768px) {
  .fwh-sec02_inside::before {
    font-size: 5.208vw;
  }
}
.fwh-sec02_inside h3 {
  width: 30.625vw;
  margin: 0 auto 1.875vw;
}
@media (max-width: 768px) {
  .fwh-sec02_inside h3 {
    width: 56.771vw;
    margin-bottom: 3.125vw;
  }
}
.fwh-sec02_inside p {
  margin-top: 1em;
}
.fwh-sec02_inside p strong {
  font-weight: 900;
  background: linear-gradient(0deg, #F9DC5C 0.8em, rgba(249, 220, 92, 0) 0.8em);
  padding-bottom: 0.1em;
}
.fwh-sec02_miss, .fwh-sec02_trap {
  color: #fff;
  font-size: 1.875vw;
  line-height: 1.84;
}
@media (max-width: 768px) {
  .fwh-sec02_miss, .fwh-sec02_trap {
    font-size: 3.125vw;
  }
}
.fwh-sec02_miss {
  margin: 4.375vw 0 3.125vw;
}
@media (max-width: 768px) {
  .fwh-sec02_miss {
    margin: 5.208vw 0;
  }
}
.fwh-sec02_miss h3 {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 900;
  margin: 1em 0;
}
@media (max-width: 768px) {
  .fwh-sec02_miss h3 {
    text-align: left;
    font-size: 5.208vw;
    margin-bottom: 0.64em;
  }
}
.fwh-sec02_miss_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content {
    flex-direction: column;
  }
}
.fwh-sec02_miss_content::before {
  content: "";
  background: url("../images/img_fwh-sec02_5.png") no-repeat center/contain;
  width: 19.844vw;
  height: 10.938vw;
  position: absolute;
  left: -9.375vw;
  top: -5vw;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content::before {
    width: 33.073vw;
    height: 18.229vw;
    left: auto;
    top: -8.333vw;
    right: -11.458vw;
    transform: rotate(32deg);
  }
}
.fwh-sec02_miss_content picture {
  width: 37.5vw;
  height: 22.188vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content picture {
    width: 100%;
    height: auto;
    margin-bottom: 7.292vw;
  }
}
.fwh-sec02_miss_content picture img {
  max-width: none;
  width: 40.625vw;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content picture img {
    width: 100%;
  }
}
.fwh-sec02_miss_content_text {
  position: relative;
  width: calc(100% - 37.5vw);
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content_text {
    width: 100%;
    padding: 0;
    position: static;
  }
}
.fwh-sec02_miss_content_text h4 {
  font-weight: 900;
  font-size: 3.125vw;
  line-height: 1.36;
  margin-bottom: 0.64em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content_text h4 {
    font-size: 5.208vw;
    position: absolute;
    left: 3.125vw;
    top: 3.125vw;
  }
}
.fwh-sec02_miss_content_text h4 .span1 {
  position: absolute;
  left: -15.625vw;
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content_text h4 .span1 {
    position: static;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }
}
.fwh-sec02_miss_content_text h4 .span1::after {
  content: "";
  height: 1px;
  width: 1.76em;
  background: #000;
  margin-left: -0.4em;
}
@media (max-width: 768px) {
  .fwh-sec02_miss_content_text h4 .span1::after {
    background: #fff;
    margin: 0.32em 0.533em;
    width: 1px;
    height: 15.625vw;
  }
}
@media (max-width: 768px) {
  .fwh-sec02_trap p {
    padding-right: 30.208vw;
  }
}
.fwh-sec02_trap picture {
  margin-top: -11.875vw;
}
@media (max-width: 768px) {
  .fwh-sec02_trap picture {
    width: 93.229vw;
    margin: -47.917vw -5.208vw 0 -3.125vw;
  }
}
.fwh-sec04 {
  position: relative;
  padding: 4.375vw 0;
  background-image: repeating-linear-gradient(-36deg, #FFFBFC, #FFFBFC 2.5vw, #fff 0, #fff 6.25vw);
}
@media (max-width: 768px) {
  .fwh-sec04 {
    padding: 7.292vw 0 0;
    background-image: repeating-linear-gradient(-40deg, #FFFBFC, #FFFBFC 4.167vw, #fff 0, #fff 10.417vw);
  }
}
.fwh-sec04 h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.36;
  font-size: 1.563vw;
}
@media (max-width: 768px) {
  .fwh-sec04 h2 {
    font-size: 3.906vw;
  }
}
.fwh-sec04 h2 .span1 {
  color: #fff;
  background: url("../images/img_fwh-sec04_1.svg") no-repeat center/contain;
  width: 22.031vw;
  height: 6.641vw;
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-sec04 h2 .span1 {
    background-image: url("../images/img_fwh-sec04_2.svg");
    width: 56.771vw;
    height: 11.068vw;
    padding-top: 1.042vw;
  }
}
.fwh-sec04 h2 .span2 {
  font-size: 144%;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .fwh-sec04 h2 .span2 {
    font-size: 136%;
  }
}
.fwh-sec04 h2 .span3 {
  font-size: 144%;
}
@media (max-width: 768px) {
  .fwh-sec04 h2 .span3 {
    font-size: 160%;
  }
}
.fwh-sec04_content {
  width: 33.125vw;
  margin: 4.375vw 0 0 12.5vw;
  border: 1px solid #D93657;
  box-shadow: -0.625vw 0.625vw 0 #D93657;
}
@media (max-width: 768px) {
  .fwh-sec04_content {
    width: auto;
    margin: 5.208vw 5.208vw 8.333vw;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .fwh-sec04_content picture img {
    height: 46.875vw;
    object-fit: cover;
  }
}
.fwh-sec04_content_text {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 2.08;
  padding: 1em 1.28em;
  background: #fff;
}
@media (max-width: 768px) {
  .fwh-sec04_content_text {
    font-size: 3.385vw;
    line-height: 1.92;
    margin: -11.458vw 5.208vw 0;
    border: 1px solid #D93657;
    position: relative;
    box-shadow: -1.042vw 1.042vw 0 #D93657;
  }
}
.fwh-sec04_footer {
  position: absolute;
  right: 1.875vw;
  bottom: 0;
  width: 48.828vw;
}
@media (max-width: 768px) {
  .fwh-sec04_footer {
    position: static;
    margin-left: auto;
    width: 89.974vw;
  }
}
.fwh-sec05 {
  background: #FFF5F7;
  padding: 3.75vw 0 5vw;
}
@media (max-width: 768px) {
  .fwh-sec05 {
    padding: 8.333vw 0 0;
  }
}
.fwh-sec05_header {
  text-align: center;
  margin-bottom: 7.5vw;
}
@media (max-width: 768px) {
  .fwh-sec05_header {
    margin-bottom: 8.333vw;
  }
}
.fwh-sec05_header h2 {
  width: 31.875vw;
  margin: auto;
}
@media (max-width: 768px) {
  .fwh-sec05_header h2 {
    width: 65.625vw;
  }
}
.fwh-sec05_header h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.188vw;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.36;
  margin: 3.75vw 0;
}
@media (max-width: 768px) {
  .fwh-sec05_header h3 {
    font-size: 3.906vw;
    margin: 6.25vw 0;
  }
}
.fwh-sec05_header h3 .span1 {
  background: url("../images/icon_deco_2.svg") no-repeat center bottom/100%;
  width: 25vw;
  padding-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .fwh-sec05_header h3 .span1 {
    width: 41.667vw;
    padding-bottom: 5.208vw;
  }
}
.fwh-sec05_header h3 .span2 {
  font-size: 256%;
  font-weight: 900;
}
@media (max-width: 768px) {
  .fwh-sec05_header h3 .span2 {
    font-size: 300%;
  }
}
.fwh-sec05_header h3 .span3 {
  font-size: 64%;
}
.fwh-sec05_reason {
  padding-left: 12.5vw;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .fwh-sec05_reason {
    padding: 0;
    margin: 0;
    flex-direction: column;
    border-bottom: 1.042vw solid #D93657;
  }
}
.fwh-sec05_reason picture {
  position: relative;
  width: 38.203vw;
}
@media (max-width: 768px) {
  .fwh-sec05_reason picture {
    width: 100%;
  }
}
.fwh-sec05_reason picture::before {
  content: "";
  background: url("../images/icon_num_1.svg") no-repeat center/contain;
  width: 9.141vw;
  height: 9.141vw;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 768px) {
  .fwh-sec05_reason picture::before {
    background-image: url("../images/icon_num_4.png");
    transform: translate(16%, 16%);
    width: 15.234vw;
    height: 15.234vw;
  }
}
.fwh-sec05_reason_content {
  width: 41.563vw;
  margin: 0 0 0 -8.125vw;
  position: relative;
}
@media (max-width: 768px) {
  .fwh-sec05_reason_content {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 9.896vw 8.333vw;
  }
}
.fwh-sec05_reason_content h4 {
  text-align: center;
  color: #D93657;
  font-weight: 900;
  font-size: 2.969vw;
  line-height: 1.36;
  position: relative;
  display: table;
  max-width: 100%;
  margin: 4.375vw auto 1.25vw;
  padding-left: 3.75vw;
}
@media (max-width: 768px) {
  .fwh-sec05_reason_content h4 {
    font-size: 7.292vw;
    margin: 5.208vw auto;
  }
}
.fwh-sec05_reason_content h4 .img1 {
  position: absolute;
  width: 9.375vw;
  left: -4.375vw;
  top: -7.5vw;
}
@media (max-width: 768px) {
  .fwh-sec05_reason_content h4 .img1 {
    width: 15.625vw;
    left: -11.458vw;
    top: -12.5vw;
  }
}
.fwh-sec05_reason_content h4 .img2 {
  width: 2.4em;
  font-size: 100%;
  vertical-align: -0.32em;
  margin: -1.6em 0.1em 0 0.2em;
}
@media (max-width: 768px) {
  .fwh-sec05_reason_content h4 .img2 {
    width: 1.92em;
  }
}
.fwh-sec05_reason_content_text {
  background: #fff;
  border-radius: 1.563vw;
  padding: 2.5vw;
  line-height: 1.76;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .fwh-sec05_reason_content_text {
    background: #FFF5F7;
    border-radius: 2.604vw;
    padding: 4.167vw;
  }
}
@media (max-width: 768px) {
  .fwh-sec05_reason.reason1 .fwh-sec05_reason_content h4 {
    margin: 7.292vw auto 3.125vw;
  }
}
.fwh-sec05_reason.reason2 picture::before {
  background-image: url("../images/icon_num_2.svg");
}
@media (max-width: 768px) {
  .fwh-sec05_reason.reason2 picture::before {
    background-image: url("../images/icon_num_5.png");
  }
}
.fwh-sec05_reason.reason3 picture::before {
  background-image: url("../images/icon_num_3.svg");
}
@media (max-width: 768px) {
  .fwh-sec05_reason.reason3 picture::before {
    background-image: url("../images/icon_num_6.png");
  }
}
.fwh-sec05_reason.reason3 .fwh-sec05_reason_content h4 {
  padding-left: 0;
  margin: 1.25vw 1.25vw 1.25vw auto;
}
@media (max-width: 768px) {
  .fwh-sec05_reason.reason3 .fwh-sec05_reason_content h4 {
    margin: 5.208vw auto;
  }
}
.fwh-sec05_reason.reason3 .fwh-sec05_reason_content h4 .img1 {
  left: -5.625vw;
  top: -5.625vw;
}
@media (max-width: 768px) {
  .fwh-sec05_reason.reason3 .fwh-sec05_reason_content h4 .img1 {
    left: -5.208vw;
    top: -11.458vw;
  }
}
.fwh-sec06 {
  background: url("../images/img_fwh-sec06_1.jpg") no-repeat center/100% 100%;
  padding: 1.875vw 12.5vw 4.375vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fwh-sec06 {
    padding: 8.333vw 0;
  }
}
.webp .fwh-sec06 {
  background-image: url("../images/img_fwh-sec06_1.webp");
}
.fwh-sec06_header {
  position: relative;
  padding: 0 0 2.5vw 8.125vw;
}
@media (max-width: 768px) {
  .fwh-sec06_header {
    padding: 0 0 8.333vw 7.292vw;
  }
}
.fwh-sec06_header_title {
  position: relative;
  z-index: 1;
  width: 32.578vw;
}
@media (max-width: 768px) {
  .fwh-sec06_header_title {
    width: 61.393vw;
  }
}
.fwh-sec06_header_image {
  position: absolute;
  right: 3.125vw;
  bottom: 0;
  width: 29.688vw;
}
@media (max-width: 768px) {
  .fwh-sec06_header_image {
    right: -12.5vw;
    width: 64.583vw;
  }
}
.fwh-sec06_content {
  background: #fff;
  padding: 1.875vw 3.125vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .fwh-sec06_content {
    background: none;
    padding: 0;
    flex-direction: column;
  }
}
.fwh-sec06_content figure {
  width: 32.5vw;
}
@media (max-width: 768px) {
  .fwh-sec06_content figure {
    width: 100%;
    background: #fff;
    padding: 3.125vw 7.292vw;
  }
}
.fwh-sec06_content_text {
  width: calc(100% - 32.5vw);
  padding-left: 3.125vw;
}
@media (max-width: 768px) {
  .fwh-sec06_content_text {
    width: 100%;
    padding: 0 10.417vw;
  }
  .fwh-sec06_content_text p {
    margin-top: 1.6em;
  }
  .fwh-sec06_content_text .span1 {
    display: block;
    margin-top: 1.6em;
  }
}
.fwh-sec07 {
  padding: 6.25vw 0 3.125vw;
  overflow: hidden;
  background: radial-gradient(#FFFAFB 19%, rgba(255, 255, 255, 0) 20%) space center/5vw 5vw;
}
@media (max-width: 768px) {
  .fwh-sec07 {
    padding: 10.417vw 0 7.292vw;
    background: radial-gradient(#FFFAFB 19%, rgba(255, 255, 255, 0) 20%) space center/6.25vw 6.25vw;
  }
}
.fwh-sec07_header {
  text-align: center;
}
.fwh-sec07_header h2 {
  margin: auto;
  width: 28.75vw;
}
@media (max-width: 768px) {
  .fwh-sec07_header h2 {
    width: 47.917vw;
  }
}
.fwh-sec07_header h3 {
  font-size: 3.906vw;
  margin-top: 0.4em;
}
@media (max-width: 768px) {
  .fwh-sec07_header h3 {
    font-size: 6.51vw;
  }
}
.fwh-sec07_voice {
  border: 1px solid #D93657;
  box-shadow: -0.625vw 0.625vw 0 #D93657;
  background: #fff;
}
@media (max-width: 768px) {
  .fwh-sec07_voice {
    box-shadow: -1.042vw 1.042vw 0 #D93657;
  }
}
.fwh-sec07_voice_header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .fwh-sec07_voice_header {
    padding: 3.125vw 0 0 3.125vw;
  }
}
.fwh-sec07_voice_header picture img {
  width: auto;
  height: 12.891vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice_header picture img {
    height: 28.906vw;
  }
}
.fwh-sec07_voice_header h4 {
  font-size: 1.719vw;
  color: #606060;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.4em;
}
@media (max-width: 768px) {
  .fwh-sec07_voice_header h4 {
    font-size: 3.646vw;
    margin: 0 0 0 1.28em;
  }
}
.fwh-sec07_voice_header h4 .span1 {
  display: block;
  font-size: 128%;
  font-weight: bold;
  color: #000;
  margin-top: 0.4em;
}
.fwh-sec07_voice_text {
  margin: 0 2.969vw 2.5vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice_text {
    margin: 0 4.688vw 5.208vw;
    line-height: 2.16;
    font-size: 3.125vw;
  }
}
.fwh-sec07_voice_text::before {
  content: "";
  display: block;
  height: 1px;
  background: repeating-linear-gradient(90deg, #D93657, #D93657 0.938vw, rgba(217, 54, 87, 0) 0, rgba(217, 54, 87, 0) 1.875vw) no-repeat left bottom/100% 1px;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice_text::before {
    background: repeating-linear-gradient(90deg, #D93657, #D93657 1.563vw, rgba(217, 54, 87, 0) 0, rgba(217, 54, 87, 0) 3.125vw) no-repeat left bottom/100% 1px;
  }
}
@media (max-width: 768px) {
  .fwh-sec07_voice_text::before {
    margin-bottom: 4.688vw;
  }
}
.fwh-sec07_voice.voice1 .fwh-sec07_voice_header {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice.voice1 .fwh-sec07_voice_header {
    padding-left: 3.125vw;
  }
}
.fwh-sec07_voice.voice3 .fwh-sec07_voice_header {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice.voice3 .fwh-sec07_voice_header {
    padding-left: 3.125vw;
  }
}
.fwh-sec07_voice.voice3 .fwh-sec07_voice_header h4 {
  margin-left: 1.875vw;
}
@media (max-width: 768px) {
  .fwh-sec07_voice.voice3 .fwh-sec07_voice_header h4 {
    margin-left: 1.28em;
  }
}
.fwh-sec07_swiper {
  position: relative;
}
.fwh-sec07_swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.06, 0.43, 0.17, 1);
}
.fwh-sec07_swiper .swiper-slide {
  padding: 0.625vw 1.25vw 3.75vw;
  height: auto;
}
@media (max-width: 768px) {
  .fwh-sec07_swiper .swiper-slide {
    padding: 4.167vw 2.604vw 9.375vw;
  }
}
.fwh-sec07_swiper .swiper-pagination {
  line-height: 0;
  bottom: 0 !important;
}
.fwh-sec07_swiper .swiper-pagination-bullet {
  width: 0.938vw;
  height: 0.938vw;
  margin: 0 0.469vw !important;
  background: #000;
}
@media (max-width: 768px) {
  .fwh-sec07_swiper .swiper-pagination-bullet {
    width: min(2.604vw, 18px);
    height: min(2.604vw, 18px);
    margin: 0 min(1.302vw, 8px) !important;
  }
}
.fwh-sec09 {
  padding: 2.5vw 0 8.75vw;
  background: url("../images/img_fwh-sec09_1.jpg") no-repeat center/cover;
}
@media (max-width: 768px) {
  .fwh-sec09 {
    padding: 6.25vw 10.417vw 17.708vw;
    background-image: url("../images/img_fwh-sec09_2.jpg");
  }
}
.fwh-sec09 h2 {
  text-align: center;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 900;
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .fwh-sec09 h2 {
    font-size: 6.51vw;
  }
}
.fwh-sec09_content {
  width: 60vw;
  margin: auto;
}
@media (max-width: 768px) {
  .fwh-sec09_content {
    width: 100%;
  }
}
.fwh-sec09_content_header {
  position: relative;
  overflow: hidden;
}
.fwh-sec09_content_header picture {
  height: 30vw;
}
@media (max-width: 768px) {
  .fwh-sec09_content_header picture {
    height: auto;
  }
}
.fwh-sec09_content_header picture img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fwh-sec09_content_header h3 {
  position: absolute;
  top: 0;
  right: 3.125vw;
  width: 7.5vw;
}
@media (max-width: 768px) {
  .fwh-sec09_content_header h3 {
    right: 3.125vw;
    width: 14.583vw;
  }
}
.fwh-sec09_content_header p {
  position: absolute;
  left: 1.875vw;
  bottom: 1.25vw;
  width: 26.263vw;
}
@media (max-width: 768px) {
  .fwh-sec09_content_header p {
    left: 2.083vw;
    bottom: 2.083vw;
    width: 37.802vw;
  }
}
.fwh-sec09_content_text {
  background: #fff;
  padding: 2.344vw;
  font-size: 1.172vw;
  line-height: 1.52;
}
@media (max-width: 768px) {
  .fwh-sec09_content_text {
    padding: 3.906vw;
    font-size: 3.125vw;
    line-height: 1.84;
  }
}
.fwh-sec09_content_text p + p {
  margin-top: 1.28em;
}
.fwh-sec10 {
  padding: 4.375vw 12.5vw 6.25vw;
  background: #FFF5F7;
}
@media (max-width: 768px) {
  .fwh-sec10 {
    padding: 15.625vw 5.208vw 13.542vw;
  }
}
.fwh-sec10_header {
  text-align: center;
}
.fwh-sec10_header h2 {
  width: 18.398vw;
  margin: auto;
}
@media (max-width: 768px) {
  .fwh-sec10_header h2 {
    width: 31.51vw;
  }
}
.fwh-sec10_header h3 {
  font-size: 2.5vw;
}
@media (max-width: 768px) {
  .fwh-sec10_header h3 {
    font-size: 4.167vw;
  }
}
.fwh-sec10_qa {
  margin: 1.875vw 0 0;
}
@media (max-width: 768px) {
  .fwh-sec10_qa {
    margin: 6.25vw 0 0;
  }
}
.fwh-sec10_qa h4 {
  color: #fff;
  background: #D93657;
  border-radius: 1.563vw 1.563vw 0 0;
  font-size: 1.563vw;
  line-height: 1.6;
  position: relative;
  padding: 1em 7.5vw;
}
@media (max-width: 768px) {
  .fwh-sec10_qa h4 {
    border-radius: 2.604vw 2.604vw 0 0;
    font-size: 3.255vw;
    padding: 1em 10.417vw 1em 18.75vw;
  }
}
.fwh-sec10_qa h4::before {
  content: "";
  background: url("../images/img_fwh-sec10_2.svg") no-repeat center/contain;
  width: 2.16em;
  height: 2.16em;
  position: absolute;
  left: 1.875vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .fwh-sec10_qa h4::before {
    left: 3.125vw;
    width: 3.36em;
    height: 3.36em;
  }
}
.fwh-sec10_qa h4.toggle_js {
  cursor: pointer;
  border-radius: 1.563vw;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .fwh-sec10_qa h4.toggle_js {
    border-radius: 2.604vw;
  }
}
.fwh-sec10_qa h4.toggle_js .toggle_icon {
  width: 1.875vw;
  height: 1.875vw;
  right: 1.875vw;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s;
  position: absolute;
}
@media (max-width: 768px) {
  .fwh-sec10_qa h4.toggle_js .toggle_icon {
    width: 4.688vw;
    height: 4.688vw;
    right: 3.125vw;
  }
}
.fwh-sec10_qa h4.toggle_js .toggle_icon::before, .fwh-sec10_qa h4.toggle_js .toggle_icon::after {
  content: "";
  width: 100%;
  height: max(1px, min(0.391vw, 3px));
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.4s;
}
.fwh-sec10_qa h4.toggle_js .toggle_icon::before {
  transform: translate(-50%, -50%);
}
.fwh-sec10_qa h4.toggle_js .toggle_icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.fwh-sec10_qa h4.toggle_js.show {
  border-radius: 1.563vw 1.563vw 0 0;
}
@media (max-width: 768px) {
  .fwh-sec10_qa h4.toggle_js.show {
    border-radius: 2.604vw 2.604vw 0 0;
  }
}
.fwh-sec10_qa h4.toggle_js.show .toggle_icon {
  transform: translateY(-50%) rotate(90deg);
}
.fwh-sec10_qa h4.toggle_js.show .toggle_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.fwh-sec10_qa_a {
  background: #fff;
  border-radius: 0 0 1.563vw 1.563vw;
  padding: 1.875vw;
  line-height: 1.76;
  color: #767676;
}
.thanx_sec {
  padding: 2rem 7rem 5rem 7rem;
}
.thanx_sec h3 {
  text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
}
.thanx_sec p {
  text-align: center;
  line-height: 1.8;
}
.thanx_contact {
  text-align: center;
  margin-top: 40px;
  background-color: #f8f9fa;
  padding: 1.5rem;
}
.thanx_contact h3 {
  font-size: 1.2rem;
  color: #333333;
}
.thanx_btn {
  text-align: center;
}
.thanx_contact .mail_color {
  color: #0522c4;
}
.thanx_btn {
  margin: 0 auto;
  margin-top: 40px;
  /* border: solid; */
  border: 1px solid;
  border-radius: 30px;
  width: 30%;
  padding: 5px;
  color: #888;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.thanx_btn:hover {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.thanx_sec img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 10%;
  height: auto;
}
@media (max-width: 768px) {
  .thanx_sec img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 30%;
    height: auto;
}
  .thanx_sec {
    padding: 2rem;
  }
  .thanx_sec h3 {
    text-align: center;
      font-size: 1.4rem;
      line-height: 1.8;
      margin-bottom: 10px;
  }
  .thanx_sec p {
    text-align: center;
  }
  .thanx_contact {
    text-align: center;
    margin-top: 40px;
    background-color: #f8f9fa;
    padding: 1.5rem;
  }
  .thanx_contact h3 {
    font-size: 1.0rem;
    color: #333333;
  }
  .thanx_btn {
    text-align: center;
  }
  .thanx_contact .mail_color {
    color: #0522c4;
  }
  .thanx_btn {
    margin: 0 auto;
    margin-top: 30px;
    /* border: solid; */
    border: 1px solid;
    border-radius: 20px;
    width: 60%;
    padding: 8px;
  }

  .fwh-sec10_qa_a {
    border-radius: 0 0 2.604vw 2.604vw;
    padding: 3.125vw 5.208vw;
    font-size: 3.516vw;
  }
}
@media (max-width: 768px) {
  .fwh-sec10_qa_a p + p {
    margin-top: 1.28em;
  }
}
.fwh-sec10_qa_a.toggle_js > *, .fwh-sec10_qa_a.toggle_js::before {
  transition: opacity 1.6s;
  opacity: 0;
}
.fwh-sec10_qa_a.toggle_js.show > *, .fwh-sec10_qa_a.toggle_js.show::before {
  opacity: 1;
}
.fwh-sec11 {
  position: relative;
}
.fwh-sec11 p {
  position: absolute;
  left: 22.5vw;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-weight: bold;
  font-size: 2.188vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .fwh-sec11 p {
    left: 5.208vw;
    top: auto;
    transform: translate(0, 0);
    bottom: 5.208vw;
    font-size: 3.776vw;
  }
  .fwh-cta_benefits_content_list img {
    position: relative;
    width: 100%;
    height: auto;
    /* top: -10%;
    right: 4%; */
    z-index: 1;
  }
  .fwh-cta_benefits_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.44;
    font-weight: bold;
  }
  .benefits_content_img {
    width: 84%;
    align-self: center;
    margin-bottom: 3vw;
  }
}
.fwh-sec11 p .span1 {
  color: #fff;
  background: #D93657;
  margin: 0.2em 0;
  padding: 0 0.4em;
}

.webp .fwh-cta {
  background-image: url(../images/img_fwh-cta_1.webp);
}
.fwh-cta {
  background: url(../images/img_fwh-cta_1.jpg) no-repeat center/cover;
}
.fwh-cta_contact .sec__input:last-of-type {
  position: relative;
  margin-bottom: 0;
}

/* CTA */

.btn-action {
  color: #fff !important;
  font-weight: bold;
  border: none;
  border-width: 0 0 2px 0;
  box-shadow: 0 5px 0 0 #e48f01, 0 3px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.ani--bright:before,.btn-order.ani--bright:before,.btn-line.ani--bright:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -30%;
  top: -50%;
  content: "";
  width: 90px;
  height: 200px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, #fff), color-stop(100%, rgba(255,255,255,0)));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff #fff, rgba(255,255,255,0) 10%);
  animation: shiny 5s infinite linear;
  -webkit-animation: shiny 5s infinite linear;
  -moz-animation: shiny 5s infinite linear
}

@keyframes shiny {
  0% {
    left: -30%
  }

  20% {
    left: 120%
  }

  100% {
    left: 120%
  }
}

.button-container {
  display: flex;
  gap: 20px;
  margin: 2rem;
  width: 80%;
}

.button-container .cell {
  display: inline-flex;
  position: relative;
  width: 100%;
}

.button-container .cell .button {
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button-container {
    width: 90%;
  }
  .button-container .cell .button {
    font-size: 4vw;
  }
}

.button-container .cell .button:hover {
  transform: scale(1.05);
}

.button-container .cell .button-green {
  background-color: #00c300;
  box-shadow: 0 8px 0 rgba(0, 100, 0, 1);
}

.button-container .cell .button-pink {
  background-color: #ff1493;
}

.button-container .cell .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  margin: 0 auto;
  display: inline-block;
  z-index: 10;
  background-color: #fff;
  color: #555;
  border-radius: 30px;
  padding: 2px 14px;
  font-size: 70%;
  font-weight: normal;
  white-space: nowrap;
}

.button-container .cell .label-green {
  border: 2px solid #00c300;
  color: #00c300;
}
.button-container .cell .label-pink {
  border: 2px solid #ff1493;
  color: #ff1493;
}
.si-header__pc-cv .button-container {
  margin-left: 20px;
}

.layout-cv-foot .cell,
.layout-cv-foot .button {
  width: 100%;
}
