#main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #main {
    aspect-ratio: 1920/1017;
    --img: url(../images/top/main_bg.jpg);
  }
}
@media screen and (max-width: 767px) {
  #main {
    --img: url(../images/top/main_sp_bg.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #main .main_wrap {
    width: 100%;
  }
  #main .main_wrap:after {
    position: relative;
    z-index: 2;
    content: "";
    margin-top: -8rem;
    width: 100%;
    display: block;
    aspect-ratio: 375/205;
    background: url(../images/top/main_sp_after.png) center/contain no-repeat;
  }
}
#main .main_content {
  --img: url(../images/top/main_content.png);
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #main .main_content {
    width: 49.4791666667vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_content {
    width: auto;
    flex: 1;
    height: 51rem;
    background-size: cover;
    margin-top: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_content {
    aspect-ratio: 1;
    padding-top: 5.2083333333vw;
    margin-top: 1.71875vw;
    margin-right: 10.4166666667vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #main .main_content:after {
    content: "";
    position: absolute;
    z-index: 1;
    --img: url(../images/top/main_content_bg.png);
    display: block;
    height: auto;
    background: var(--img) center/contain no-repeat;
    bottom: 0;
    right: -1%;
    aspect-ratio: 990/335;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #main .main_content:after {
    width: 51.5625vw;
  }
}
#main .main_label {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  font-weight: 900;
  text-align: center;
  aspect-ratio: 150/513;
  transform-origin: bottom;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: transparent;
}
@media screen and (min-width: 768px) {
  #main .main_label {
    width: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_label {
    width: 5.8rem;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_label {
    font-size: 5.2083333333vw;
  }
}
#main .main_label_left {
  --img: url(../images/top/main_label_left.png);
}
@media screen and (max-width: 767px) {
  #main .main_label_left {
    transform: rotate(-5deg) translateY(-3rem);
  }
}
@media screen and (min-width: 768px) {
  #main .main_label_left {
    transform: rotate(-10deg);
  }
}
#main .main_label_right {
  --img: url(../images/top/main_label_right.png);
}
@media screen and (max-width: 767px) {
  #main .main_label_right {
    transform: rotate(5deg) translateY(-3rem);
  }
}
@media screen and (min-width: 768px) {
  #main .main_label_right {
    transform: rotate(10deg);
  }
}
#main .main_mid {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #main .main_mid {
    width: 33.0729166667vw;
  }
}
#main .main_mid .main_h1 {
  margin: 0;
}
#main .main_mid .main_txt_top {
  margin: 0 auto;
  font-weight: 900;
  margin-bottom: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_txt_top {
    font-size: 2rem;
    padding-top: 2rem;
    position: relative;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_txt_top {
    padding-top: 1%;
    gap: 1.0416666667vw;
    font-size: 2.34375vw;
  }
}
#main .main_mid .main_txt_top::before, #main .main_mid .main_txt_top::after {
  content: "";
  aspect-ratio: 95/115;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_txt_top::before, #main .main_mid .main_txt_top::after {
    width: 3.5rem;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_txt_top::before, #main .main_mid .main_txt_top::after {
    width: 4.9479166667vw;
  }
}
#main .main_mid .main_txt_top::before {
  background: url(../images/top/main_img_left.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_txt_top::before {
    left: 0;
    transform: translateX(-15%) translateY(60%);
  }
}
#main .main_mid .main_txt_top::after {
  background: url(../images/top/main_img_right.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_txt_top::after {
    right: 0;
    transform: translateX(15%) translateY(60%);
  }
}
#main .main_mid .main_txt_lg {
  --img: url(../images/top/main_txt_lg.png);
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  margin: 0 auto;
  aspect-ratio: 530/224;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.01em;
  color: transparent;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_txt_lg {
    width: 21rem;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_txt_lg {
    font-size: 8.7rem;
    font-size: 4.53125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #main .main_mid .main_txt_lg {
    width: 27.6041666667vw;
  }
}
#main .main_mid .main_box {
  --img: url(../images/top/main_box_bg.png);
  display: block;
  height: auto;
  background: var(--img) center/cover no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_box {
    margin-left: -6rem;
    margin-right: -6rem;
    margin-top: -0.2rem;
    border: 0.4rem solid #2e38d2;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_box {
    aspect-ratio: 513/90;
    margin-top: -0.2083333333vw;
    margin-bottom: 1.8229166667vw;
    border: 0.15625vw solid #2e38d2;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #main .main_mid .main_box {
    width: 26.71875vw;
  }
}
#main .main_mid .main_box::before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_box::before {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
    border: 0.2rem solid #2e38d2;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_box::before {
    top: 0.2083333333vw;
    right: 0.2083333333vw;
    bottom: 0.2083333333vw;
    left: 0.2083333333vw;
    border: 0.1041666667vw solid #2e38d2;
  }
}
#main .main_mid .main_box span {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_box span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_box span {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }
}
#main .main_mid .main_call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call {
    margin-left: -6rem;
    margin-right: -6rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call {
    gap: 1.0416666667vw;
  }
}
#main .main_mid .main_call .call_ttl {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_ttl {
    font-size: 1.3020833333vw;
  }
}
#main .main_mid .main_call .call_ttl b {
  color: #f60707;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_ttl b {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_ttl b {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_action .btn_form {
    border-width: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_action .btn_form {
    border-width: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_action .btn_form .btn_form_wrap {
    gap: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_action .btn_form .btn_form_wrap {
    gap: 1.5625vw;
    padding: 0.625vw 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_action .btn_form .btn_form_wrap::before, #main .main_mid .main_call .call_action .btn_form .btn_form_wrap::after {
    width: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_action .btn_form .btn_form_wrap::before, #main .main_mid .main_call .call_action .btn_form .btn_form_wrap::after {
    width: 2.0833333333vw;
  }
}
#main .main_mid .main_call .call_desc {
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_desc {
    font-size: 1.1458333333vw;
  }
}
#main .main_mid .main_call .call_desc::after {
  content: "";
  aspect-ratio: 268/15;
  height: auto;
  display: block;
  margin: 0 auto;
  background: url(../images/top/main_call_desc.png) top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #main .main_mid .main_call .call_desc::after {
    margin-top: 0.5rem;
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  #main .main_mid .main_call .call_desc::after {
    margin-top: 0.78125vw;
    width: 13.9583333333vw;
  }
}

.form_banner {
  display: block;
  height: auto;
  background: var(--img) center/cover no-repeat;
  --img: url(../images/top/banner_bg.png);
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .form_banner {
    position: relative;
    padding-top: 5rem;
  }
}
.form_banner .banner_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;
}
@media screen and (max-width: 1350px) {
  .form_banner .banner_wrap {
    gap: 0;
  }
}
.form_banner .banner_wrap::before, .form_banner .banner_wrap::after {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  --img: url(../images/top/banner_layer.png);
  content: "";
  aspect-ratio: 300/430;
  transform: translateY(-50%);
  width: 15.625vw;
}
@media screen and (max-width: 1350px) {
  .form_banner .banner_wrap::before, .form_banner .banner_wrap::after {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap::before, .form_banner .banner_wrap::after {
    position: absolute;
    top: 0;
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap::before {
    left: 0;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap::after {
    right: 0;
    transform: translateY(-30%) rotateY(180deg);
  }
}
@media screen and (min-width: 768px) {
  .form_banner .banner_wrap::after {
    transform: translateY(-15rem) rotateY(180deg);
  }
}
.form_banner .banner_wrap .banner_content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form_banner .banner_wrap .banner_content {
    width: 84rem;
  }
}
.form_banner .banner_wrap .banner_content .banner_ttl {
  font-weight: 900;
  font-size: 3.6rem;
  text-align: center;
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap .banner_content .banner_ttl {
    text-shadow: -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff;
  }
}
@media screen and (min-width: 768px) {
  .form_banner .banner_wrap .banner_content .banner_ttl {
    text-shadow: -5px -1px 0 #fff, -5px 0px 0 #fff, -5px 1px 0 #fff, -4px -3px 0 #fff, -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0px 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -4px 3px 0 #fff, -3px -4px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -3px 4px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -5px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, -1px 5px 0 #fff, 0px -5px 0 #fff, 0px -4px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 0px 4px 0 #fff, 0px 5px 0 #fff, 1px -5px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 1px 5px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 3px 4px 0 #fff, 4px -3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0px 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff, 4px 3px 0 #fff, 5px -1px 0 #fff, 5px 0px 0 #fff, 5px 1px 0 #fff;
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 1350px) {
  .form_banner .banner_wrap .banner_content .banner_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap .banner_content .banner_ttl {
    font-size: 2.4rem;
    margin-bottom: 7rem;
  }
}
.form_banner .banner_wrap .banner_content .banner_ttl .blue {
  color: #203fdc;
}
.form_banner .banner_wrap .banner_content .banner_action {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
}
.form_banner .banner_wrap .banner_content .banner_action .label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  aspect-ratio: 1;
  border-radius: 12rem;
  background-color: #2083dc;
  color: #fff;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap .banner_content .banner_action .label {
    font-size: 1.4rem;
    border: 0.2rem solid #fff;
    width: 8rem;
    transform: translate(-1rem, -70%);
  }
}
@media screen and (min-width: 768px) {
  .form_banner .banner_wrap .banner_content .banner_action .label {
    font-size: 1.8rem;
    border: 0.3rem solid #fff;
    width: 12.5rem;
    transform: translate(-50%, -50%);
  }
}
.form_banner .banner_wrap .banner_content .banner_desc {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .form_banner .banner_wrap .banner_content .banner_desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#recommended {
  position: relative;
  z-index: 2;
  padding-bottom: 26rem;
}
#recommended:after {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  --img: url(../images/top/recommended_bg.png);
  background-position: bottom center;
  background-size: 100% auto;
}
#recommended .section_title {
  --img: url(../images/top/recommended_section_title_top.png);
}
#recommended .recommended_wrap {
  max-width: 132rem;
  margin: 0 auto;
  transform: translateX(10%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  #recommended .recommended_wrap {
    transform: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #recommended .recommended_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
#recommended .recommended_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #recommended .recommended_group {
    width: 68rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 1300px) {
  #recommended .recommended_group {
    width: 58rem;
  }
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group {
    width: 100%;
    gap: 2rem;
  }
}
#recommended .recommended_group .rec {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group .rec {
    gap: 1rem;
    border: 0.3rem solid #397cde;
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_group .rec {
    gap: 2rem;
    border: 0.5rem solid #397cde;
    border-radius: 0.5rem;
    padding: 2rem;
  }
}
#recommended .recommended_group .rec::before, #recommended .recommended_group .rec::after {
  content: "";
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group .rec::before, #recommended .recommended_group .rec::after {
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_group .rec::before, #recommended .recommended_group .rec::after {
    width: 8.2rem;
  }
}
#recommended .recommended_group .rec::before {
  background-image: linear-gradient(to right, #846ae2, #1c83dc);
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  #recommended .recommended_group .rec::before {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_group .rec::before {
    font-size: 2.5rem;
  }
}
#recommended .recommended_group .rec::after {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
}
#recommended .recommended_group .rec .rec-inn {
  flex: 1;
  width: 41rem;
}
@media screen and (max-width: 1300px) {
  #recommended .recommended_group .rec .rec-inn {
    width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group .rec .rec-inn {
    width: 100%;
  }
}
#recommended .recommended_group .rec .rec-inn p {
  font-weight: 900;
  color: #121212;
  font-size: 2.5rem;
}
@media screen and (max-width: 1300px) {
  #recommended .recommended_group .rec .rec-inn p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group .rec .rec-inn p {
    font-size: 1.6rem;
  }
}
#recommended .recommended_group .rec .rec-inn .rttl {
  color: #2c82d4;
  text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
  font-size: 3rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
}
@media screen and (max-width: 1300px) {
  #recommended .recommended_group .rec .rec-inn .rttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #recommended .recommended_group .rec .rec-inn .rttl {
    font-size: 2rem;
  }
}
#recommended .recommended_group .rec_1::before {
  content: "1";
}
#recommended .recommended_group .rec_1::after {
  --img: url(../images/top/recommended1.png);
}
#recommended .recommended_group .rec_2::before {
  content: "2";
}
#recommended .recommended_group .rec_2::after {
  --img: url(../images/top/recommended2.png);
}
#recommended .recommended_group .rec_3::before {
  content: "3";
}
#recommended .recommended_group .rec_3::after {
  --img: url(../images/top/recommended3.png);
}
#recommended .recommended_box {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  --img: url(../images/top/recommended_box.png);
  aspect-ratio: 558/312;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recommended .recommended_box {
    font-size: 1.3rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_box {
    font-size: 2rem;
    width: 56rem;
  }
}
#recommended .recommended_box .btt {
  color: #397cde;
  border-bottom: 0.3rem solid #397cde;
}
@media screen and (max-width: 767px) {
  #recommended .recommended_box .btt {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_box .btt {
    font-size: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
#recommended .recommended_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(103%);
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  --img: url(../images/top/recommended_bot_rig.png);
  aspect-ratio: 600/610;
}
@media screen and (max-width: 767px) {
  #recommended .recommended_box::after {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  #recommended .recommended_box::after {
    width: 60rem;
  }
}

#about {
  position: relative;
  overflow: hidden;
  background: url(../images/top/about_bg.png) top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #about {
    margin-top: -5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #about {
    margin-top: -15rem;
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
}
#about .section_title {
  --img: url(../images/top/about_section_title_top.png);
}
#about .about_content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  #about .about_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #about .about_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .about_content {
    font-size: 2.2rem;
    margin-bottom: 10rem;
  }
}
#about .about_content .about_img {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #about .about_content .about_img {
    gap: 2rem;
  }
}
#about .about_content .about_img .imgs {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #about .about_content .about_img .imgs {
    gap: 2rem;
  }
}
#about .about_content .about_img .img {
  display: block;
  aspect-ratio: 200/150;
  border: 0.4rem solid #3f7bde;
  border-radius: 1.5rem;
  background: var(--about-img) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #about .about_content .about_img .img {
    width: 15rem;
    border-width: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #about .about_content .about_img .img {
    width: 20rem;
  }
}
#about .about_content .about_img .img_1 {
  --about-img: url(../images/top/about1.png);
}
#about .about_content .about_img .img_2 {
  --about-img: url(../images/top/about2.png);
}
#about .about_content .about_img .img_3 {
  --about-img: url(../images/top/about3.png);
}
#about .about_content .about_detail {
  max-width: 62rem;
}
@media screen and (max-width: 767px) {
  #about .about_content .about_detail {
    font-size: 1.5rem;
    text-align: center;
  }
}
#about .about_box {
  border-radius: 2rem;
  position: relative;
  width: 100%;
  max-width: 61rem;
  margin: 0 auto;
}
#about .about_box::after {
  display: block;
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  overflow: hidden;
  text-indent: -1000vw;
  overflow: hidden;
  aspect-ratio: 1;
  content: "";
  --img: url(../images/top/about_box_img.png);
  aspect-ratio: 216/314;
  width: 80%;
  max-width: 21.6rem;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #about .about_box::after {
    margin-top: 2rem;
    width: 16rem;
  }
}
#about .about_box .about_box_wrap {
  display: block;
  height: auto;
  background: var(--img) center/contain no-repeat;
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.2509803922));
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about .about_box .about_box_wrap {
    aspect-ratio: 610/225;
    --img: url(../images/top/about_box_sp_bg.png);
  }
}
@media screen and (min-width: 768px) {
  #about .about_box .about_box_wrap {
    aspect-ratio: 610/150;
    --img: url(../images/top/about_box_bg.png);
  }
}
#about .about_box .about_box_inn {
  width: 100%;
  aspect-ratio: 608/115;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #about .about_box .about_box_inn {
    font-size: 1.6rem;
    aspect-ratio: 610/186;
  }
}
@media screen and (min-width: 768px) {
  #about .about_box .about_box_inn {
    line-height: 1.9;
  }
}

#process {
  overflow: hidden;
  background: url(../images/top/process_bg_top.png) top center/100% auto no-repeat;
  padding-top: 10rem;
}
#process .section_title {
  --img: url(../images/top/process_section_title_top.png);
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #process .section_title {
    margin-top: 7rem;
  }
}
#process .after_title {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
#process .process2 {
  background: url(../images/top/process2_bg.png) top center/100% auto no-repeat;
  padding-top: 18rem;
  margin-top: -8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #process .process2 {
    padding-top: 8rem;
    margin-top: -4rem;
  }
}
#process .process_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #process .process_ttl {
    gap: 1rem;
  }
}
#process .process_ttl .number,
#process .process_ttl .percent {
  display: flex;
  align-items: center;
  justify-content: center;
}
#process .process_ttl .number {
  aspect-ratio: 197/190;
  width: 19.7rem;
  background: url(../images/top/process_number_bg.png) center/100% auto no-repeat;
  font-weight: 900;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #process .process_ttl .number {
    width: 8rem;
    font-size: 3rem;
  }
}
#process .process_ttl .percent {
  aspect-ratio: 200/206;
  width: 20rem;
  background: url(../images/top/process_percent_bg.png) center/100% auto no-repeat;
  font-weight: 800;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #process .process_ttl .percent {
    width: 8rem;
    font-size: 1.6rem;
  }
}
#process .process_ttl .percent .percent_wrap {
  display: block;
  transform: rotate(-10deg);
  transform-origin: top;
}
#process .process_ttl .percent span {
  display: block;
  text-align: center;
}
#process .process_ttl .percent b {
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
  display: block;
  line-height: 1;
  text-shadow: -5px -1px 0 #fff, -5px 0px 0 #fff, -5px 1px 0 #fff, -4px -3px 0 #fff, -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0px 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -4px 3px 0 #fff, -3px -4px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -3px 4px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -5px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, -1px 5px 0 #fff, 0px -5px 0 #fff, 0px -4px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 0px 4px 0 #fff, 0px 5px 0 #fff, 1px -5px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 1px 5px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 3px 4px 0 #fff, 4px -3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0px 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff, 4px 3px 0 #fff, 5px -1px 0 #fff, 5px 0px 0 #fff, 5px 1px 0 #fff;
}
@media screen and (max-width: 767px) {
  #process .process_ttl .percent b {
    font-size: 3rem;
    text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
  }
}
#process .process_ttl .percent b small {
  font-size: 0.6em;
  margin-left: 0.1em;
}
#process .process_ttl .txt {
  background: linear-gradient(to right, #846ae2, #1c83dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #process .process_ttl .txt {
    font-size: 1.8rem;
  }
}
#process .steps {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #process .steps {
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #process .steps .step {
    width: 100%;
    margin-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  #process .steps .step {
    width: 33rem;
    margin-top: 11rem;
    margin-bottom: 5rem;
  }
}
#process .steps .step .step_inn {
  height: 100%;
  background-color: #397cde;
  position: relative;
  border-radius: 1.5rem;
  padding-bottom: 2rem;
}
#process .steps .step .step_inn .step_number {
  position: absolute;
  display: flex;
  gap: 2rem;
  left: 1rem;
  top: -11rem;
}
#process .steps .step .step_inn .step_number:after {
  content: "";
  width: 21.6rem;
  background: url(../images/top/step_arrow.svg) left center/100% auto no-repeat;
}
#process .steps .step .step_inn .step_number .flag {
  background-color: #397cde;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  aspect-ratio: 96/76;
  width: 9.6rem;
}
#process .steps .step .step_inn .step_number .flag::before {
  content: "";
  background-color: #397cde;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 12rem;
}
#process .steps .step .step_inn .step_detail {
  color: #fff;
  padding: 1rem;
}
#process .steps .step .step_inn .step_detail::before {
  content: "";
  width: 100%;
  display: block;
  aspect-ratio: 332/240;
  border-radius: 0.5rem;
  background: var(--step) top center/contain no-repeat;
}
#process .steps .step .step_inn .step_detail .step_name {
  text-align: center;
  transform: translateY(-50%);
}
#process .steps .step .step_inn .step_detail .step_name span {
  display: inline-block;
  color: #397cde;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10rem;
  border: 0.3rem solid #397cde;
  font-size: 2.2rem;
  padding: 0.5rem 2rem;
  padding-bottom: 0.6rem;
}
#process .steps .step .step_inn .step_detail .detail {
  text-align: left;
  font-weight: 800;
  line-height: 1.9;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #process .steps .step .step_inn .step_detail .detail {
    font-size: 1.6rem;
  }
}
#process .steps .step_11 {
  --step: url(../images/top/step11.png);
}
#process .steps .step_12 {
  --step: url(../images/top/step12.png);
}
#process .steps .step_13 {
  --step: url(../images/top/step13.png);
}
#process .steps .step_13 .step_inn .step_number:after {
  content: none;
}
#process .steps .step_21 {
  --step: url(../images/top/step21.png);
}
#process .steps .step_22 {
  --step: url(../images/top/step22.png);
}
#process .steps .step_23 {
  --step: url(../images/top/step23.png);
}
#process .steps .step_23 .step_inn .step_number:after {
  content: none;
}
#process .step_note {
  text-align: center;
  font-weight: 800;
  color: #ca4b96;
  text-shadow: -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
  font-size: 3.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #process .step_note {
    font-size: 2rem;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#product {
  overflow: hidden;
  background: url(../images/top/product_bg.png) top center/100% auto no-repeat;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1900px) {
  #product {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #product {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
#product .section_title {
  --img: url(../images/top/product_section_title_top.png);
}
#product .products {
  display: flex;
  gap: 8rem;
  justify-content: center;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #product .products {
    gap: 3rem;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#product .products .product {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #product .products .product {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #product .products .product {
    width: 31.5rem;
    margin-top: 10rem;
    gap: 3rem;
  }
}
#product .products .product::after {
  content: "";
  display: block;
  margin: 0 auto;
  aspect-ratio: 185/220;
  width: 18.5rem;
  background: var(--product-img) top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #product .products .product::after {
    width: 12rem;
  }
}
#product .products .product .product_inn {
  border: 0.3rem solid #555bff;
  border-radius: 0.5rem;
  padding: 1.5rem 4rem 3rem 2.5rem;
  position: relative;
  background-color: #fff;
}
#product .products .product .product_inn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  right: -1rem;
  background: url(../images/top/product_item_bg.png) bottom right/contain no-repeat;
}
#product .products .product .product_inn::before {
  content: "";
  aspect-ratio: 156/125;
  width: 15.6rem;
  display: block;
  background: var(--product) top center/contain no-repeat;
  margin-bottom: 2.5rem;
}
#product .products .product .product_inn .product_name span {
  text-align: center;
  color: #397cde;
  font-weight: 900;
  display: block;
  width: 15rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  transform: rotate(-5deg);
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  #product .products .product .product_inn .product_name span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #product .products .product .product_inn .product_name span {
    font-size: 2.5rem;
  }
}
#product .products .product .product_inn .product_name span::after, #product .products .product .product_inn .product_name span::before {
  content: "";
  width: 100%;
  display: block;
}
#product .products .product .product_inn .product_name span::before {
  border-top: 0.2rem solid #397cde;
  transform: rotate(-5deg);
  transform-origin: top left;
}
#product .products .product .product_inn .product_name span::after {
  border-top: 0.2rem solid #397cde;
  transform: rotate(5deg);
  transform-origin: bottom left;
}
#product .products .product_1 {
  --product: url(../images/top/product1.png);
  --product-img: url(../images/top/product1_img.png);
}
#product .products .product_2 {
  --product: url(../images/top/product2.png);
  --product-img: url(../images/top/product2_img.png);
  margin-top: 0;
}
#product .products .product_2::after {
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  #product .products .product_2 .product_inn {
    order: 2;
  }
}
#product .products .product_3 {
  --product: url(../images/top/product3.png);
  --product-img: url(../images/top/product3_img.png);
}

#testimonials {
  overflow: hidden;
  background: url(../images/top/testimonials_bg.png) top center/100% auto no-repeat;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1900px) {
  #testimonials {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #testimonials {
    padding-bottom: 0;
  }
}
#testimonials .section_title {
  --img: url(../images/top/testimonials_section_title_top.png);
}
#testimonials .testimonial_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial_wrap {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap {
    padding: 0 1.5rem;
  }
}
#testimonials .testimonial_wrap .testimonial {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial_wrap .testimonial {
    width: 110rem;
  }
}
#testimonials .testimonial_wrap .testimonial::after {
  content: "";
  aspect-ratio: 331/458;
  width: 33rem;
  display: block;
  transform: translateY(-5rem);
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial::after {
    width: 14rem;
  }
}
#testimonials .testimonial_wrap .testimonial .content {
  position: relative;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial .content {
    aspect-ratio: 678/623;
  }
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial_wrap .testimonial .content {
    aspect-ratio: 730/406;
    width: 73rem;
  }
}
#testimonials .testimonial_wrap .testimonial .content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 19.8rem;
  aspect-ratio: 198/186;
  background: url(../images/top/testimonial_star.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial .content::before {
    width: 5rem;
  }
}
#testimonials .testimonial_wrap .testimonial .content::after {
  content: "";
  position: absolute;
  bottom: 0;
}
#testimonials .testimonial_wrap .testimonial .content .content_inn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial .content .content_inn {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    aspect-ratio: 678/623;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial_wrap .testimonial .content .content_inn {
    aspect-ratio: 68/41;
    width: 68rem;
    padding: 4.5rem 10rem;
    font-size: 2.2rem;
  }
}
#testimonials .testimonial_wrap .testimonial .content .content_inn .ttl {
  color: #ff6d00;
  font-weight: 900;
}
#testimonials .testimonial_wrap .testimonial_1::after {
  background: url(../images/top/testimonial1.png) top center/100% auto no-repeat;
}
#testimonials .testimonial_wrap .testimonial_1 .content {
  background: url(../images/top/testimonial1_box.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_1 .content {
    background-image: url(../images/top/testimonial1_box_sp.png);
  }
}
#testimonials .testimonial_wrap .testimonial_1 .content::before {
  left: 0;
  width: 19.8rem;
  transform: translate(-20%, -40%);
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_1 .content::before {
    width: 6rem;
  }
}
#testimonials .testimonial_wrap .testimonial_1 .content::after {
  right: 0;
  width: 7.5rem;
  aspect-ratio: 75/61;
  background: url(../images/top/testimonial_star_yl.png) top center/100% auto no-repeat;
  transform: translate(-150%, -40%);
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_1 .content::after {
    width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_2 {
    align-items: flex-start;
    margin-top: -5rem;
  }
}
#testimonials .testimonial_wrap .testimonial_2::after {
  background: url(../images/top/testimonial2.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_2 .content {
    aspect-ratio: 678/650;
    background: url(../images/top/testimonial2_box_sp.png) top center/100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial_wrap .testimonial_2 .content {
    background: url(../images/top/testimonial2_box.png) top center/100% auto no-repeat;
    order: 2;
  }
}
#testimonials .testimonial_wrap .testimonial_2 .content::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-40%) rotateY(180deg);
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_2 .content::before {
    transform: translateY(3rem) rotateY(180deg);
  }
}
#testimonials .testimonial_wrap .testimonial_2 .content::after {
  left: 0;
  width: 7.5rem;
  aspect-ratio: 75/61;
  background: url(../images/top/testimonial_star_bl.png) top center/100% auto no-repeat;
  transform: translate(150%, -40%);
}
@media screen and (max-width: 767px) {
  #testimonials .testimonial_wrap .testimonial_2 .content::after {
    width: 4rem;
    transform: translate(150%, -40%);
  }
}
#testimonials .testimonial_wrap .testimonial_2 .content .content_inn {
  margin-left: auto;
}

#faq {
  overflow: hidden;
  background: url(../images/top/faq_bg.png) top center/cover no-repeat;
  padding-top: 10rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  #faq {
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
#faq .section_title {
  --img: url(../images/top/faq_section_title_top.png);
}
#faq .faq_wrap {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 9.5rem;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap {
    padding: 4rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq_wrap {
    width: 100%;
    max-width: 110rem;
  }
}
#faq .faq_wrap .faq {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq {
    gap: 1rem;
  }
}
#faq .faq_wrap .faq .faq_number {
  background: url(../images/top/faq_number.png) center/contain no-repeat;
  aspect-ratio: 125/120;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq .faq_number {
    width: 8rem;
  }
}
#faq .faq_wrap .faq .faq_number span {
  background: linear-gradient(to right, #846ae2, #1c83dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq .faq_number span {
    font-size: 2.4rem;
  }
}
#faq .faq_wrap .faq .faq_inn {
  padding: 3.4rem 0;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq .faq_inn {
    padding: 0;
    width: calc(100% - 9rem);
  }
}
#faq .faq_wrap .faq .faq_inn .ques {
  background: linear-gradient(to right, #846ae2, #1c83dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq .faq_inn .ques {
    font-size: 1.8rem;
    min-height: 8rem;
    display: flex;
    align-items: center;
  }
}
#faq .faq_wrap .faq .faq_inn .ans {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #faq .faq_wrap .faq .faq_inn .ans {
    font-size: 1.6rem;
    margin-left: -7rem;
  }
}
#faq .faq_wrap .faq .faq_inn .ans .mb_20 {
  margin-bottom: 2rem;
}
#faq .faq_wrap .faq .faq_inn .ans .text-indent {
  text-indent: -0.8em;
  padding-left: 0.8em;
  font-size: 1.5rem;
}