@font-face {
  font-family: "Bahnschrift";
  src: url("bahnschrift.ttf") format("truetype");
  font-display: swap;
}
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #1C1C1C;
  font-family: "Noto Sans JP", serif;
}

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

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*--------------- header ---------------*/
.header {
  background-color: #016BAB;
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 10px;
  }
}

.header_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .header_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .header_wrap {
    width: 94%;
  }
}

.header_logo {
  width: 360px;
}
@media screen and (max-width: 1400px) {
  .header_logo {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo {
    width: 240px;
  }
}

/*--------------- fv ---------------*/
.fv_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    display: block;
    position: relative;
  }
}

.fv_left {
  display: grid;
  grid-template-columns: 9.9vw 1fr;
}
@media screen and (max-width: 800px) {
  .fv_left {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .fv_left {
    position: absolute;
    width: 100%;
    bottom: 4vw;
    left: 0;
    z-index: 3;
  }
}

.fv_left_img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .fv_left_img {
    display: none;
  }
}

.fv_txt {
  padding: 2vw 1vw;
}
@media screen and (max-width: 600px) {
  .fv_txt {
    padding: 0;
  }
}

.fv_txt_main {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 600px) {
  .fv_txt_main {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .fv_txt_main_pc {
    display: none;
  }
}

.fv_txt_main_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_txt_main_sp {
    display: block;
    background-color: #fff;
    padding: 2.6vw 0;
    width: 100%;
  }
}

.fv_txt_logo {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 600px) {
  .fv_txt_logo {
    display: none;
  }
}

.fv_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.8vw;
}
@media screen and (max-width: 600px) {
  .fv_list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .fv_list.fv_list_pc {
    display: none;
  }
}
.fv_list.fv_list_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_list.fv_list_sp {
    display: block;
  }
}

.fv_right {
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv_right {
    padding-bottom: 26vw;
  }
}

.fv_right_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5vw;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .fv_right_img {
    gap: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_right_img.fv_right_img_pc {
    display: none;
  }
}
.fv_right_img.fv_right_img_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_right_img.fv_right_img_sp {
    display: grid;
  }
}

.fv_right_img img {
  position: relative;
  z-index: 1;
}
.fv_right_img img:nth-child(1) {
  transform: translateY(-1000px);
  animation: fv_right_img_top 1s 0.2s forwards;
}
.fv_right_img img:nth-child(2) {
  margin-top: auto;
  transform: translateY(1000px);
  animation: fv_right_img_bottom 1s 0.6s forwards;
}
@media screen and (max-width: 600px) {
  .fv_right_img img:nth-child(2) {
    margin-top: 0;
  }
}
.fv_right_img img:nth-child(3) {
  transform: translateY(-1000px);
  animation: fv_right_img_top 1s 1s forwards;
}

@keyframes fv_right_img_top {
  0% {
    transform: translateY(-1000px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fv_right_img_bottom {
  0% {
    transform: translateY(1000px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fv_cta {
  width: 566px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6vw;
  background-color: #FFF;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .fv_cta {
    width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta {
    width: 360px;
    border-radius: 36px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta {
    width: 260px;
    border-radius: 24px;
    bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta {
    display: none;
    transform: none;
    left: 0;
    border-radius: 0;
  }
}

.fv_cta_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0 12px;
}
@media screen and (max-width: 1400px) {
  .fv_cta_heading {
    padding: 16px 0 8px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_heading {
    gap: 6px;
  }
}
.fv_cta_heading span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .fv_cta_heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_heading span {
    font-size: 16px;
  }
}
.fv_cta_heading img {
  width: 18px;
  animation: fv_cta_heading_img 1.4s infinite;
}

@keyframes fv_cta_heading_img {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.fv_cta_btn_wrap {
  padding: 8px;
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_wrap {
    padding: 4px;
  }
}

.fv_cta_btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  border-radius: 80px;
  background: linear-gradient(90deg, #DF4391 0%, #B843DF 100%);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .fv_cta_btn {
    height: 64px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_btn {
    height: 52px;
  }
}
.fv_cta_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #B843DF 0%, #DF4391 100%);
  border-radius: 80px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.fv_cta_btn:hover::after {
  opacity: 1;
}

.fv_cta_btn_inner {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0 56px;
}
@media screen and (max-width: 1400px) {
  .fv_cta_btn_inner {
    padding: 0 36px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_btn_inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 350px) {
  .fv_cta_btn_inner {
    padding: 0 40px;
  }
}
.fv_cta_btn_inner span {
  display: block;
  font-weight: 900;
  color: #FFF;
  font-size: 24px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1400px) {
  .fv_cta_btn_inner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_btn_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_inner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .fv_cta_btn_inner span {
    font-size: 18px;
  }
}
.fv_cta_btn_inner img {
  position: absolute;
  width: 46px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-radius: 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1400px) {
  .fv_cta_btn_inner img {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_btn_inner img {
    width: 24px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_btn_inner img {
    right: 12px;
  }
}

/*--------------- growth ---------------*/
.growth {
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  background-color: #FFF;
}
@media screen and (max-width: 600px) {
  .growth {
    padding-bottom: 40px;
  }
}

.growth_heading {
  background-color: #60ABF0;
  padding: 80px 0;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .growth_heading {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .growth_heading {
    padding: 48px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .growth_heading {
    padding: 36px 0;
    margin-bottom: 48px;
  }
}
.growth_heading::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 42px;
  background-color: #60ABF0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -41px;
}
@media screen and (max-width: 1400px) {
  .growth_heading::after {
    width: 64px;
    height: 32px;
    bottom: -31px;
  }
}
@media screen and (max-width: 1000px) {
  .growth_heading::after {
    width: 42px;
    height: 21px;
    bottom: -20px;
  }
}
@media screen and (max-width: 600px) {
  .growth_heading::after {
    width: 32px;
    height: 16px;
    bottom: -15px;
  }
}
.growth_heading img {
  width: 706px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .growth_heading img {
    width: 620px;
  }
}
@media screen and (max-width: 1000px) {
  .growth_heading img {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .growth_heading img {
    max-width: 420px;
    width: 94%;
  }
}

.growth_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .growth_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .growth_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .growth_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .growth_wrap {
    width: 94%;
  }
}

.growth_title {
  width: 766px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .growth_title {
    width: 660px;
  }
}
@media screen and (max-width: 1000px) {
  .growth_title {
    width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .growth_title {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 480px;
  }
}
.growth_title span {
  display: block;
  background: linear-gradient(100deg, #60ABF0 0%, #607FF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .growth_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .growth_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .growth_title span {
    font-size: 24px;
  }
}

.growth_item {
  display: grid;
  grid-template-columns: 1fr 34vw;
  align-items: center;
  gap: 5vw;
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .growth_item {
    grid-template-columns: 1fr;
  }
}

.growth_item:nth-child(2) {
  grid-template-columns: 34vw 1fr;
}
@media screen and (max-width: 1000px) {
  .growth_item:nth-child(2) {
    grid-template-columns: 1fr;
  }
}
.growth_item:nth-child(2) .growth_item_img {
  order: -1;
}
@media screen and (max-width: 1000px) {
  .growth_item:nth-child(2) .growth_item_img {
    order: 2;
  }
}

.growth_item_txt_top {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #016BAB;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .growth_item_txt_top {
    font-size: 18px;
  }
}
.growth_item_txt_top span {
  color: #DF4391;
}

.growth_item_txt_band {
  margin-bottom: 16px;
}
.growth_item_txt_band span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #FFF;
  padding: 6px 20px 8px;
  width: 100%;
  background-color: #60ABF0;
}
@media screen and (max-width: 1600px) {
  .growth_item_txt_band span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .growth_item_txt_band span {
    font-size: 21px;
  }
}
.growth_item_txt_band span:nth-child(1) {
  margin-bottom: 6px;
}

.growth_item_txt_des {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.growth_item_txt_des span {
  color: #016BAB;
}

.growth_item_img {
  box-shadow: 8px 8px 0 #60ABF0;
}
@media screen and (max-width: 1000px) {
  .growth_item_img {
    order: 2;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .growth_item_img {
    box-shadow: 4px 4px 0 #60ABF0;
  }
}

.growth_bottom {
  display: grid;
  grid-template-columns: 1fr 27.6vw;
  align-items: flex-end;
  width: 100%;
  gap: 3vw;
}
@media screen and (max-width: 1000px) {
  .growth_bottom {
    grid-template-columns: 1fr;
  }
}

.growth_bottom_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .growth_bottom_list {
    display: grid;
    grid-template-columns: 140px 140px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
}

.growth_bottom_list li {
  background: linear-gradient(135deg, #60ABF0 0%, #607FF0 100%);
  width: 180px;
  height: 180px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 6px 6px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1600px) {
  .growth_bottom_list li {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1400px) {
  .growth_bottom_list li {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .growth_bottom_list li {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_list li {
    width: 140px;
    height: 140px;
  }
}
.growth_bottom_list li span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .growth_bottom_list li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .growth_bottom_list li span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .growth_bottom_list li span {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_list li span {
    font-size: 17px;
  }
}

.growth_bottom_img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .growth_bottom_img {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_img {
    max-width: 240px;
  }
}

.growth_bottom_des {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .growth_bottom_des {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_des {
    font-size: 20px;
  }
}
.growth_bottom_des span {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .growth_bottom_des span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_des span {
    display: inline-block;
    margin-top: 6px;
  }
}

.growth_bottom_band p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .growth_bottom_band p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .growth_bottom_band p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_band p {
    font-size: 17px;
    gap: 4px;
  }
}
@media screen and (max-width: 375px) {
  .growth_bottom_band p {
    font-size: 16px;
  }
}
.growth_bottom_band p:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .growth_bottom_band p:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.growth_bottom_band p span {
  display: inline-block;
  font-size: 32px;
  font-weight: 900;
  color: #FFF;
  background-color: #60ABF0;
  padding: 6px 20px 8px;
}
@media screen and (max-width: 1400px) {
  .growth_bottom_band p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .growth_bottom_band p span {
    padding: 6px 12px 8px;
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .growth_bottom_band p span {
    padding: 4px 6px 6px;
  }
}
@media screen and (max-width: 375px) {
  .growth_bottom_band p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .growth_bottom_band p span {
    font-size: 18px;
  }
}

/*--------------- model ---------------*/
.model {
  background-image: url(../img/lp/model_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .model {
    padding: 40px 0;
  }
}

.model_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .model_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .model_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .model_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .model_wrap {
    width: 94%;
  }
}

.model_bubble {
  width: 820px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1400px) {
  .model_bubble {
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .model_bubble {
    width: 460px;
  }
}
@media screen and (max-width: 600px) {
  .model_bubble {
    width: 100%;
    max-width: 480px;
  }
}

.model_title {
  width: 850px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .model_title {
    width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  .model_title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .model_title {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .model_title {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 500px;
  }
}
.model_title span {
  display: block;
  color: #016BAB;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .model_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .model_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .model_title span {
    font-size: 24px;
  }
}

.model_list {
  display: grid;
  grid-template-columns: repeat(2, 32vw);
  width: -moz-fit-content;
  width: fit-content;
  gap: 40px;
  margin: 0 auto;
  overflow: visible !important;
}
@media screen and (max-width: 1600px) {
  .model_list {
    grid-template-columns: repeat(2, 36vw);
  }
}
@media screen and (max-width: 1400px) {
  .model_list {
    grid-template-columns: repeat(2, 38vw);
  }
}
@media screen and (max-width: 1200px) {
  .model_list {
    grid-template-columns: repeat(2, 460px);
    width: 100%;
    gap: 24px;
    overflow-x: scroll !important;
    padding-top: 48px;
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 600px) {
  .model_list {
    grid-template-columns: repeat(2, 360px);
    gap: 12px;
    padding-top: 56px;
  }
}
.model_list::-webkit-scrollbar {
  display: none;
}

.model_item {
  padding: 0 8px 8px;
}
.model_item:nth-child(1) {
  background-color: #60ABF0;
}
.model_item:nth-child(1) .model_item_heading_line {
  background-color: #60ABF0;
}
.model_item:nth-child(1) .model_item_heading_txt {
  color: #60ABF0;
}
.model_item:nth-child(1) .model_item_img {
  left: -8px;
}
.model_item:nth-child(2) {
  background-color: #818CDF;
}
.model_item:nth-child(2) .model_item_heading_line {
  background-color: #818CDF;
}
.model_item:nth-child(2) .model_item_heading_txt {
  color: #818CDF;
}
.model_item:nth-child(2) .model_item_img {
  right: -8px;
}

.model_item_title {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .model_item_title {
    padding: 16px 0;
  }
}

.model_item_img {
  position: absolute;
  bottom: 0;
  width: max(8.5vw, 85px);
}

.model_item_title_txt {
  display: flex;
  align-items: center;
  font-weight: 900;
  gap: 4px;
  font-size: 24px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .model_item_title_txt {
    font-size: 20px;
  }
}
.model_item_title_txt span {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .model_item_title_txt span {
    font-size: 24px;
  }
}

.model_item_inner {
  background-color: #FFF;
  padding: 40px 5.6vw;
}
@media screen and (max-width: 1400px) {
  .model_item_inner {
    padding: 40px 4.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .model_item_inner {
    padding: 40px 42px;
  }
}
@media screen and (max-width: 600px) {
  .model_item_inner {
    padding: 24px 24px;
  }
}

.model_item_table {
  width: 100%;
}

.model_item_table_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .model_item_table_top {
    margin-bottom: 24px;
  }
}

.model_item_table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .model_item_table tr {
    margin-bottom: 10px;
  }
}
.model_item_table tr:last-child {
  margin-bottom: 0;
}

.model_item_table td:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .model_item_table td:nth-child(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .model_item_table td:nth-child(1) {
    font-size: 18px;
  }
}
.model_item_table td:nth-child(1) span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .model_item_table td:nth-child(1) span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .model_item_table td:nth-child(1) span {
    font-size: 16px;
  }
}
.model_item_table td:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .model_item_table td:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .model_item_table td:nth-child(2) {
    font-size: 18px;
  }
}
.model_item_table td:nth-child(2) span {
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .model_item_table td:nth-child(2) span {
    font-size: 30px;
  }
}
.model_item_table td.pink_txt {
  color: #DF4391;
}
.model_item_table td.pink_txt span {
  font-size: 40px;
}
@media screen and (max-width: 1400px) {
  .model_item_table td.pink_txt span {
    font-size: 36px;
  }
}

.model_item_heading {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .model_item_heading {
    margin: 0 auto 12px;
  }
}

.model_item_heading_line {
  display: block;
  width: 3.8vw;
  min-width: 40px;
  height: 3px;
}
@media screen and (max-width: 600px) {
  .model_item_heading_line {
    height: 2px;
  }
}

.model_item_heading_txt {
  font-weight: 900;
  font-size: 24px;
  display: block;
  padding-bottom: 2px;
}
@media screen and (max-width: 1200px) {
  .model_item_heading_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .model_item_heading_txt {
    font-size: 20px;
  }
}

/*--------------- trouble ---------------*/
.trouble {
  position: relative;
  z-index: 3;
}

.trouble_bubble {
  width: 100%;
  padding: 40px 0;
  background-color: #404040;
  position: relative;
}
@media screen and (max-width: 600px) {
  .trouble_bubble {
    padding: 24px 0;
  }
}
.trouble_bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 42px;
  background-color: #404040;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .trouble_bubble::after {
    width: 54px;
    height: 26px;
    bottom: -25px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bubble::after {
    width: 28px;
    height: 16px;
    bottom: -15px;
  }
}

.trouble_bubble_txt {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1400px) {
  .trouble_bubble_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .trouble_bubble_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bubble_txt {
    font-size: 20px;
  }
}

.trouble_content {
  width: 100%;
  height: 36.6vw;
  background-image: url(../img/lp/trouble_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .trouble_content {
    height: 440px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 460px) {
  .trouble_content {
    height: 96vw;
  }
}

.trouble_txt {
  width: 32vw;
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .trouble_txt {
    width: 34vw;
  }
}
@media screen and (max-width: 1400px) {
  .trouble_txt {
    width: 36.6vw;
  }
}
@media screen and (max-width: 1200px) {
  .trouble_txt {
    width: 440px;
    bottom: 24px;
  }
}
@media screen and (max-width: 460px) {
  .trouble_txt {
    width: 96%;
    bottom: 5vw;
  }
}

.trouble_bottom {
  background-color: #1C1C1C;
  padding: 40px 0;
}
@media screen and (max-width: 1400px) {
  .trouble_bottom {
    padding: 32px 0;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bottom {
    padding: 24px 0;
  }
}

.trouble_bottom_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #FFF;
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .trouble_bottom_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bottom_txt {
    font-size: 16px;
  }
}

/*--------------- risk ---------------*/
.risk_bubble {
  width: 100%;
  padding: 40px 0;
  background-color: #404040;
  position: relative;
}
@media screen and (max-width: 600px) {
  .risk_bubble {
    padding: 24px 0;
  }
}
.risk_bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 42px;
  background-color: #404040;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .risk_bubble::after {
    width: 54px;
    height: 26px;
    bottom: -25px;
  }
}
@media screen and (max-width: 600px) {
  .risk_bubble::after {
    width: 28px;
    height: 16px;
    bottom: -15px;
  }
}

.risk_bubble_top {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .risk_bubble_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .risk_bubble_top {
    margin: 0 auto 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .risk_bubble_top {
    line-height: 1.5;
  }
}

.risk_bubble_txt {
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .risk_bubble_txt {
    flex-direction: column;
    gap: 8px;
  }
}
.risk_bubble_txt span {
  font-size: 32px;
  font-weight: 900;
  color: #FFF;
}
@media screen and (max-width: 1400px) {
  .risk_bubble_txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .risk_bubble_txt span {
    font-size: 22px;
  }
}
.risk_bubble_txt > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.risk_bubble_txt img {
  width: 100px;
}
@media screen and (max-width: 1400px) {
  .risk_bubble_txt img {
    width: 82px;
  }
}
@media screen and (max-width: 600px) {
  .risk_bubble_txt img {
    width: 72px;
  }
}

.risk_bg {
  background-color: #E0E0E0;
  padding: 100px 0 80px;
}
@media screen and (max-width: 600px) {
  .risk_bg {
    padding: 60px 0 40px;
  }
}

.risk_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .risk_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .risk_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .risk_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .risk_wrap {
    width: 94%;
  }
}

.risk_title {
  width: 850px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .risk_title {
    width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  .risk_title {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1000px) {
  .risk_title {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .risk_title {
    width: 100%;
    max-width: 500px;
  }
}
.risk_title span {
  display: block;
  color: #1C1C1C;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .risk_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .risk_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .risk_title span {
    font-size: 24px;
  }
}

.risk_content {
  width: 100%;
}

.risk_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  gap: 0.6vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .risk_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .risk_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .risk_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 28px;
  }
}

.risk_item {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background-color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .risk_item:nth-child(1),
  .risk_item:nth-child(2),
  .risk_item:nth-child(3) {
    order: -3;
  }
}
@media screen and (max-width: 1000px) {
  .risk_item:nth-child(1),
  .risk_item:nth-child(2),
  .risk_item:nth-child(3) {
    order: 0;
  }
}

@media screen and (max-width: 1200px) {
  .risk_item:nth-child(1),
  .risk_item:nth-child(2) {
    order: -3;
  }
}
@media screen and (max-width: 600px) {
  .risk_item:nth-child(1),
  .risk_item:nth-child(2) {
    order: 0;
  }
}

@media screen and (max-width: 600px) {
  .risk_item:nth-child(1) {
    order: -3;
  }
}

.risk_item_space {
  background-color: unset;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .risk_item_space {
    order: -1;
  }
}
.risk_item_space img {
  position: absolute;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .risk_item_space img {
    width: 78%;
  }
}

.risk_item_txt {
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .risk_item_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .risk_item_txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .risk_item_txt {
    font-size: 15px;
    line-height: 1.6;
  }
}
.risk_item_txt span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .risk_item_txt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .risk_item_txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .risk_item_txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .risk_item_txt span {
    font-size: 18px;
  }
}
.risk_item_txt span span {
  font-size: 22px;
}
@media screen and (max-width: 1600px) {
  .risk_item_txt span span {
    font-size: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .risk_item_txt span span {
    font-size: 19px;
  }
}
@media screen and (max-width: 800px) {
  .risk_item_txt span span {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .risk_item_txt span span {
    font-size: 15px;
  }
}

.risk_bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.risk_bottom_txt {
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline;
  padding: 0 1px 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) {
  .risk_bottom_txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .risk_bottom_txt {
    font-size: 18px;
  }
}
.risk_bottom_txt span {
  font-weight: 900;
}

/*--------------- solution ---------------*/
.solution {
  background-image: url(../img/lp/solution_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .solution {
    padding-bottom: 40px;
  }
}

.solution_heading {
  width: 100%;
  background: linear-gradient(110deg, #60ABF0 0%, #607FF0 100%);
  padding: 40px 0 96px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .solution_heading {
    padding: 16px 0 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
    margin-bottom: 24px;
  }
}

.solution_heading_txt {
  display: block;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .solution_heading_txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .solution_heading_txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .solution_heading_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .solution_heading_txt {
    font-size: 18px;
  }
}

.solution_wrap {
  max-width: 1500px;
  width: 82%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .solution_wrap {
    width: 88%;
  }
}
@media screen and (max-width: 800px) {
  .solution_wrap {
    width: 94%;
  }
}

.solution_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  .solution_top {
    display: block;
    margin-bottom: 62px;
  }
}

.solution_top_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45.5vw;
}
@media screen and (max-width: 1000px) {
  .solution_top_txt {
    width: 58vw;
  }
}
@media screen and (max-width: 600px) {
  .solution_top_txt {
    position: static;
    transform: none;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .solution_top_txt_pc {
    display: none;
  }
}

.solution_top_txt_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .solution_top_txt_sp {
    display: block;
  }
}

.solution_top img:nth-child(1) {
  width: 14vw;
}
@media screen and (max-width: 600px) {
  .solution_top img:nth-child(1) {
    width: 20vw;
    position: absolute;
    bottom: -35vw;
    left: -9vw;
  }
}
.solution_top img:nth-child(2) {
  width: 12.2vw;
}
@media screen and (max-width: 600px) {
  .solution_top img:nth-child(2) {
    width: 18.2vw;
    position: absolute;
    bottom: -35vw;
    right: -8vw;
  }
}

.plan {
  border-radius: 16px;
  background-color: #FFF;
  width: 100%;
  border: 8px solid #60ABF0;
  padding: 40px 8px;
  position: relative;
  z-index: 4;
  margin-bottom: calc(40px + 6.25vw);
}
@media screen and (max-width: 1000px) {
  .plan {
    margin-bottom: 102.5px;
  }
}
@media screen and (max-width: 600px) {
  .plan {
    padding: 30px 8px;
    border: 4px solid #60ABF0;
  }
}

.plan_title {
  margin: 0 auto 40px;
  position: relative;
}
.plan_title span {
  display: block;
  color: #016BAB;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .plan_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .plan_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .plan_title span {
    font-size: 22px;
  }
}
.plan_title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .plan_title img {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .plan_title img {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .plan_title img {
    width: 120px;
  }
}

.plan_table {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.plan_table tr {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .plan_table tr {
    margin-bottom: 8px;
  }
}
.plan_table tr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .plan_table tr:last-child {
    flex-direction: column;
    gap: 8px;
  }
}

.plan_table td:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #016BAB;
  padding-right: 60px;
}
@media screen and (max-width: 1000px) {
  .plan_table td:nth-child(1) {
    font-size: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .plan_table td:nth-child(1) {
    font-size: 17px;
  }
}
.plan_table td:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .plan_table td:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .plan_table td:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .plan_table td:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .plan_table td:nth-child(2) {
    text-align: right;
  }
}
.plan_table td.tr_last_table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan_table td.tr_last_table > div:nth-child(1) {
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .plan_table td.tr_last_table > div:nth-child(1) {
    margin-bottom: 8px;
  }
}
.plan_table td .num_txt {
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .plan_table td .num_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .plan_table td .num_txt {
    font-size: 21px;
  }
}

.reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}
@media screen and (max-width: 1400px) {
  .reasons {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: calc(24px + 6.25vw);
  }
}
@media screen and (max-width: 1000px) {
  .reasons {
    row-gap: 84px;
  }
}
@media screen and (max-width: 800px) {
  .reasons {
    grid-template-columns: 1fr;
  }
}

.reasons_item {
  background: linear-gradient(90deg, #DF4391 0%, #B843DF 100%);
  padding: 8px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reasons_item {
    padding: 4px;
  }
}
@media screen and (max-width: 1400px) {
  .reasons_item:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .reasons_item:nth-child(3) {
    width: 100%;
  }
}

.reasons_item_num {
  position: absolute;
  width: max(12.5vw, 125px);
  height: max(12.5vw, 125px);
  border-radius: 100%;
  top: min(-6.25vw, -62.5px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #DF4391 0%, #B843DF 100%);
  box-shadow: inset 8px 8px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .reasons_item_num {
    width: 110px;
    height: 110px;
  }
}

.reasons_item_num_txt {
  font-size: 26px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .reasons_item_num_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .reasons_item_num_txt {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_num_txt {
    font-size: 16px;
  }
}
.reasons_item_num_txt span {
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .reasons_item_num_txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .reasons_item_num_txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_num_txt span {
    font-size: 20px;
  }
}

.reasons_item_inner {
  background-color: #FFF;
  border-radius: 12px;
  height: 100%;
  padding: 46px 1vw;
}
@media screen and (max-width: 1400px) {
  .reasons_item_inner {
    padding: 46px 2.1vw;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_inner {
    padding: 24px 16px;
  }
}

.reasons_item_title {
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .reasons_item_title {
    max-width: 260px;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_title {
    margin: 0 auto 8px;
  }
}

.reasons_item_img {
  margin: 0 auto 16px;
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .reasons_item_img {
    margin: 0 auto;
  }
}

.reaosons_item_txt span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #DF4391;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1600px) {
  .reaosons_item_txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .reaosons_item_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .reaosons_item_txt span {
    margin: 0 auto 8px;
  }
}
.reaosons_item_txt p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

/*--------------- cta ---------------*/
.cta {
  background: linear-gradient(90deg, #60ABF0 0%, #607FF0 100%);
  padding: 64px 0;
}

.cta_bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .cta_bubble {
    gap: 12px;
  }
}
.cta_bubble span {
  font-weight: 900;
  font-size: 32px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 1400px) {
  .cta_bubble span {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .cta_bubble span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cta_bubble span {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .cta_bubble span {
    font-size: 20px;
  }
}
.cta_bubble img {
  width: 42px;
  animation: fv_cta_heading_img 1.4s infinite;
}
@media screen and (max-width: 1400px) {
  .cta_bubble img {
    width: 36px;
  }
}
@media screen and (max-width: 800px) {
  .cta_bubble img {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cta_bubble img {
    width: 28px;
  }
}

.cta_btn {
  display: block;
  width: 1200px;
  margin: 0 auto;
  border: 8px solid #FFF;
  border-radius: 100px;
  padding: 40px 240px;
  background: linear-gradient(90deg, #DF4391 0%, #B843DF 100%);
  position: relative;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1600px) {
  .cta_btn {
    width: 1000px;
    padding: 36px 180px;
  }
}
@media screen and (max-width: 1400px) {
  .cta_btn {
    width: 820px;
    padding: 32px 120px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn {
    width: 640px;
    padding: 28px 80px;
  }
}
@media screen and (max-width: 800px) {
  .cta_btn {
    width: 90%;
    max-width: 480px;
    padding: 28px 42px;
    border: 6px solid #FFF;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn {
    padding: 20px 0;
    width: 94%;
    border: 4px solid #FFF;
  }
}
.cta_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #B843DF 0%, #DF4391 100%);
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}

.cta_btn:hover::after {
  opacity: 1;
}

.cta_btn_inner {
  position: relative;
  z-index: 5;
}
.cta_btn_inner img {
  width: 46px;
  border-radius: 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1600px) {
  .cta_btn_inner img {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn_inner img {
    width: 34px;
  }
}
@media screen and (max-width: 800px) {
  .cta_btn_inner img {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_inner img {
    width: 28px;
  }
}

.cta_btn_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .cta_btn_content {
    flex-direction: row;
    gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.cta_btn_txt {
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1600px) {
  .cta_btn_txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .cta_btn_txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_btn_txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .cta_btn_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_txt {
    font-size: 20px;
    line-height: 1.4;
  }
}

/*--------------- comparison ---------------*/
.comparison {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .comparison {
    padding: 40px 0;
  }
}

.comparison_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .comparison_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .comparison_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .comparison_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .comparison_wrap {
    width: 94%;
  }
}

.comparison_content {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .comparison_content {
    margin-bottom: 40px;
  }
}

.comparison_top {
  margin-bottom: 40px;
}

.comparison_bubble {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .comparison_bubble {
    width: 660px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison_bubble {
    width: 440px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_bubble {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 8px;
  }
}

.comparison_title {
  width: 700px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .comparison_title {
    width: 660px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison_title {
    width: 440px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_title {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 440px;
  }
}
.comparison_title span {
  display: block;
  color: #818CDF;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .comparison_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_title span {
    font-size: 24px;
  }
}

.comparison_table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .comparison_table {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
}
.comparison_table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 800px) {
  .comparison_table img {
    width: 820px;
  }
}

.comparison_txt {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .comparison_txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .comparison_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison_txt {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .comparison_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .comparison_txt {
    font-size: 16px;
  }
}
.comparison_txt .bold_txt {
  font-weight: 900;
  font-size: 40px;
}
@media screen and (max-width: 1600px) {
  .comparison_txt .bold_txt {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_txt .bold_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_txt .bold_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .comparison_txt .bold_txt {
    font-size: 20px;
  }
}
.comparison_txt .pink_txt {
  font-weight: 900;
  font-size: 40px;
  color: #DF4391;
}
@media screen and (max-width: 1600px) {
  .comparison_txt .pink_txt {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_txt .pink_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_txt .pink_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .comparison_txt .pink_txt {
    font-size: 20px;
  }
}
.comparison_txt .big_txt {
  color: #DF4391;
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 80px;
  display: inline-block;
  padding: 0 8px;
}
@media screen and (max-width: 1600px) {
  .comparison_txt .big_txt {
    font-size: 66px;
  }
}
@media screen and (max-width: 1400px) {
  .comparison_txt .big_txt {
    font-size: 58px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_txt .big_txt {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_txt .big_txt {
    font-size: 32px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 375px) {
  .comparison_txt .big_txt {
    font-size: 22px;
  }
}
.comparison_txt .big_txt span {
  font-size: 130px;
}
@media screen and (max-width: 1600px) {
  .comparison_txt .big_txt span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .comparison_txt .big_txt span {
    font-size: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_txt .big_txt span {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .comparison_txt .big_txt span {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .comparison_txt .big_txt span {
    font-size: 38px;
  }
}

.comparison_txt > div {
  display: flex;
  align-items: center;
}

.option_heading {
  width: 100%;
  background-image: url(../img/lp/option_heading_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .option_heading {
    padding: 10px 0;
    margin-bottom: 16px;
  }
}

.option_heading_img {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .option_heading_img {
    width: 220px;
  }
}
@media screen and (max-width: 800px) {
  .option_heading_img {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .option_heading_img {
    width: 150px;
  }
}

.option_heading_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-weight: 900;
  color: #016BAB;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .option_heading_txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .option_heading_txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .option_heading_txt {
    font-size: 22px;
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (max-width: 350px) {
  .option_heading_txt {
    font-size: 21px;
  }
}
.option_heading_txt span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .option_heading_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .option_heading_txt span {
    font-size: 16px;
  }
}

.option_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 2.1vw;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .option_list {
    grid-template-columns: 1fr;
  }
}

.option_item {
  padding: 0 8px 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .option_item {
    padding: 0 4px 4px;
  }
}
.option_item:nth-child(1) {
  background-color: #60ABF0;
}
.option_item:nth-child(1) .option_item_price_tag {
  background-color: #60ABF0;
}
.option_item:nth-child(2) {
  background-color: #818CDF;
}
.option_item:nth-child(2) .option_item_price_tag {
  background-color: #818CDF;
}

.option_item_title_txt {
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 1400px) {
  .option_item_title_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_title_txt {
    font-size: 22px;
  }
}
.option_item_title_txt span {
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .option_item_title_txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_title_txt span {
    font-size: 15px;
  }
}

.option_item_inner {
  background-color: #FFF;
  flex: 1;
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .option_item_inner {
    padding: 40px 0 12px;
  }
}

.option_item_price {
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1000px) {
  .option_item_price {
    gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_price {
    gap: 20px;
  }
}

.option_item_price_tag {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 3px 20px;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .option_item_price_tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_price_tag {
    font-size: 18px;
  }
}

.option_item_price_txt {
  font-weight: 900;
  font-size: 40px;
  color: #DF4391;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .option_item_price_txt {
    font-size: 28px;
  }
}
.option_item_price_txt span {
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.5;
}
@media screen and (max-width: 1000px) {
  .option_item_price_txt span {
    font-size: 68px;
  }
}

.option_item_des {
  width: 86%;
  margin: 0 auto 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .option_item_des {
    width: 94%;
    margin: 0 auto 24px;
  }
}
.option_item_des span {
  color: #DF4391;
}

.option_item_point {
  flex: 1;
}

.option_item_point_heading {
  display: flex;
  align-items: center;
  gap: 1vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .option_item_point_heading {
    gap: 16px;
    margin: 0 auto 12px;
  }
}

.option_item_point_heading span:nth-child(1), .option_item_point_heading span:nth-child(3) {
  display: block;
  height: 3px;
  width: 4vw;
}
@media screen and (max-width: 600px) {
  .option_item_point_heading span:nth-child(1), .option_item_point_heading span:nth-child(3) {
    width: 32px;
  }
}
.option_item_point_heading span:nth-child(2) {
  font-size: 24px;
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .option_item_point_heading span:nth-child(2) {
    font-size: 22px;
  }
}

.option_item:nth-child(1) .option_item_point_heading span {
  color: #60ABF0;
}
.option_item:nth-child(1) .option_item_point_heading span:nth-child(1), .option_item:nth-child(1) .option_item_point_heading span:nth-child(3) {
  background-color: #60ABF0;
}
.option_item:nth-child(1) .option_item_point_list li::after {
  background-color: #60ABF0;
}

.option_item:nth-child(2) .option_item_point_heading span {
  color: #818CDF;
}
.option_item:nth-child(2) .option_item_point_heading span:nth-child(1), .option_item:nth-child(2) .option_item_point_heading span:nth-child(3) {
  background-color: #818CDF;
}
.option_item:nth-child(2) .option_item_point_list li::after {
  background-color: #818CDF;
}

.option_item_point_list {
  width: 86%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .option_item_point_list {
    width: 94%;
  }
}

.option_item_point_list li {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .option_item_point_list li {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_point_list li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.option_item_point_list li:last-child {
  margin-bottom: 0;
}
.option_item_point_list li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .option_item_point_list li::after {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}

.option_item_bottom {
  font-size: 32px;
  font-weight: 900;
  color: #DF4391;
  line-height: 1.5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .option_item_bottom {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .option_item_bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_bottom {
    font-size: 20px;
  }
}
.option_item_bottom span {
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .option_item_bottom span {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .option_item_bottom span {
    font-size: 42px;
  }
}

.option_bottom {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .option_bottom {
    font-size: 12px;
  }
}

/*--------------- commit ---------------*/
.commit {
  background-color: #60ABF0;
  padding: 80px 0;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .commit {
    padding: 60px 0;
  }
}

.commit_bg {
  height: 47.4vw;
  width: 100%;
  background-image: url(../img/lp/commit_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .commit_bg {
    top: 50%;
    transform: translateY(-50%);
  }
}

.commit_wrap {
  position: relative;
  z-index: 4;
}

.commit_heading {
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1600px) {
  .commit_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .commit_heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .commit_heading {
    font-size: 18px;
    margin: 0 auto 28px;
  }
}
.commit_heading span {
  font-size: 56px;
}
@media screen and (max-width: 1600px) {
  .commit_heading span {
    font-size: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_heading span {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .commit_heading span {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .commit_heading span {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .commit_heading span {
    font-size: 24px;
  }
}

.commit_des p {
  line-height: 1.5;
}
.commit_des p:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1600px) {
  .commit_des p:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .commit_des p:nth-child(1) {
    font-size: 16px;
  }
}
.commit_des p:nth-child(2) {
  font-weight: 900;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1600px) {
  .commit_des p:nth-child(2) {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_des p:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .commit_des p:nth-child(2) {
    font-size: 20px;
  }
}

.commit_middle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-weight: 500;
}

.commit_middle_line:nth-child(1) {
  display: block;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .commit_middle_line:nth-child(1) {
    margin-bottom: 12px;
  }
}

.commit_middle_line:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .commit_middle_line:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.commit_middle_line:nth-child(2) span {
  font-weight: 900;
  color: #FFF;
  font-size: 40px;
  background-color: #DF4391;
  padding: 12px 16px;
}
@media screen and (max-width: 1600px) {
  .commit_middle_line:nth-child(2) span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_middle_line:nth-child(2) span {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .commit_middle_line:nth-child(2) span {
    font-size: 24px;
    padding: 10px 12px;
  }
}

.commit_bottom {
  font-size: 40px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .commit_bottom {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_bottom {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .commit_bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .commit_bottom {
    font-size: 20px;
  }
}

.commit_arrow {
  background-color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 98px;
  height: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .commit_arrow {
    width: 80px;
    height: 40px;
  }
}
@media screen and (max-width: 800px) {
  .commit_arrow {
    width: 60px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .commit_arrow {
    width: 48px;
    height: 21px;
  }
}

/*--------------- qa ---------------*/
.qa {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .qa {
    padding: 40px 0;
  }
}

.qa_title {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.qa_title img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .qa_title img {
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .qa_title img {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .qa_title img {
    width: 120px;
  }
}
.qa_title span {
  display: block;
  color: #60ABF0;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .qa_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .qa_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .qa_title span {
    font-size: 24px;
  }
}

.qa_content {
  margin: 0 auto;
  width: 920px;
}
@media screen and (max-width: 1200px) {
  .qa_content {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .qa_content {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .qa_content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .qa_content {
    width: 94%;
  }
}

.qa_item {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .qa_item {
    margin-bottom: 12px;
  }
}
.qa_item:last-child {
  margin-bottom: 0;
}

.qa_question {
  background: #60ABF0;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 54px 20px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .qa_question {
    padding: 12px 46px 12px 12px;
  }
}

.qa_question_inner {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .qa_question_inner {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .qa_question_inner {
    gap: 10px;
  }
}
.qa_question_inner img {
  width: 32px;
}
@media screen and (max-width: 1400px) {
  .qa_question_inner img {
    width: 28px;
  }
}
@media screen and (max-width: 600px) {
  .qa_question_inner img {
    width: 20px;
  }
}
.qa_question_inner p {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .qa_question_inner p {
    font-size: 18px;
  }
}

.qa_question:after {
  position: absolute;
  display: block;
  content: "";
  top: 38%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 3.6px solid #FFF;
  border-right: 3.6px solid #FFF;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .qa_question:after {
    top: 42%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.qa_question.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.qa_txt {
  border-left: 4px solid #60ABF0;
  border-right: 4px solid #60ABF0;
  border-bottom: 4px solid #60ABF0;
  display: none;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .qa_txt {
    border-left: 2px solid #60ABF0;
    border-right: 2px solid #60ABF0;
    border-bottom: 2px solid #60ABF0;
    padding: 12px;
  }
}

.qa_txt_inner {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .qa_txt_inner {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .qa_txt_inner {
    gap: 10px;
  }
}
.qa_txt_inner img {
  width: 32px;
}
@media screen and (max-width: 1400px) {
  .qa_txt_inner img {
    width: 28px;
  }
}
@media screen and (max-width: 600px) {
  .qa_txt_inner img {
    width: 20px;
  }
}
.qa_txt_inner p {
  font-size: 20px;
  font-weight: 500;
  color: #60ABF0;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .qa_txt_inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .qa_txt_inner p {
    font-size: 17px;
  }
}

/*--------------- form ---------------*/
.form {
  background-color: #E0EFFC;
  padding: 80px 0;
}

.form_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 78%;
}
@media screen and (max-width: 1200px) {
  .form_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .form_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .form_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .form_wrap {
    width: 94%;
  }
}

.form_title {
  width: 990px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .form_title {
    width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  .form_title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .form_title {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .form_title {
    margin: 0 auto 48px;
    width: 100%;
    max-width: 500px;
  }
}

.form_title_txt {
  display: block;
  color: #016BAB;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .form_title_txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .form_title_txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .form_title_txt {
    font-size: 24px;
  }
}
.form_title_txt span {
  font-size: 32px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 1400px) {
  .form_title_txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .form_title_txt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .form_title_txt span {
    font-size: 20px;
  }
}

.form_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .form_list {
    margin-bottom: 48px;
  }
}

.form_item {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .form_item {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .form_item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .form_item {
    margin-bottom: 16px;
    gap: 8px;
  }
}
.form_item:last-child {
  margin-bottom: 0;
}

.form_item_title {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .form_item_title {
    gap: 6px;
  }
}

.form_item_title_txt {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .form_item_title_txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .form_item_title_txt {
    font-size: 18px;
  }
}

.form_item_title_icon {
  display: block;
  padding: 2px 10px 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background-color: #016BAB;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .form_item_title_icon {
    font-size: 14px;
  }
}

.form_item_input {
  width: 100%;
}

.form_item_input input {
  width: 100%;
  padding: 16px 20px;
  background-color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .form_item_input input {
    font-size: 18px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 600px) {
  .form_item_input input {
    padding: 8px;
  }
}

.form_btn {
  width: 566px;
  height: 86px;
  background: linear-gradient(110deg, #60ABF0 0%, #607FF0 100%);
  border-radius: 100px;
  border: 4px solid #FFF;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .form_btn {
    width: 480px;
    height: 78px;
  }
}
@media screen and (max-width: 800px) {
  .form_btn {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .form_btn {
    width: 290px;
    height: 68px;
    border: 3px solid #FFF;
  }
}
.form_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-image: url(../img/lp/btn_icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .form_btn::after {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 800px) {
  .form_btn::after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .form_btn::after {
    width: 24px;
    height: 24px;
    top: 52%;
  }
}
.form_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(110deg, #607FF0 0%, #60ABF0 100%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.form_btn:hover::before {
  opacity: 1;
}

.form_btn_inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.form_btn input {
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 900;
  color: #FFf;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .form_btn input {
    padding-right: 24px;
    font-size: 22px;
  }
}

/*--------------- footer ---------------*/
.footer {
  background-color: #016BAB;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 20px 0 140px;
  }
}

.footer_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .footer_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .footer_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    width: 94%;
  }
}

.footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .footer small {
    margin: 0 auto;
  }
}

/*--------------- cta-fixed ---------------*/
.cta-fixed {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta-fixed {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

/*--------------- thanks ---------------*/
.thanks {
  padding-top: 80px;
}

.thanks_wrap {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .thanks_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1000px) {
  .thanks_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .thanks_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .thanks_wrap {
    width: 94%;
  }
}

.thanks_title {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.thanks_title img {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .thanks_title img {
    width: 440px;
  }
}
@media screen and (max-width: 1000px) {
  .thanks_title img {
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_title img {
    width: 100%;
    max-width: 360px;
  }
}
.thanks_title span {
  display: block;
  background: linear-gradient(90deg, #60ABF0 0%, #607FF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .thanks_title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .thanks_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_title span {
    font-size: 24px;
    line-height: 1.3;
  }
}

.thanks_message {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .thanks_message {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_message {
    font-size: 16px;
    line-height: 1.8;
  }
}

.thanks_btn {
  display: block;
  width: 566px;
  height: 86px;
  background: linear-gradient(110deg, #60ABF0 0%, #607FF0 100%);
  border-radius: 100px;
  border: 4px solid #FFF;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1600px) {
  .thanks_btn {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 1400px) {
  .thanks_btn {
    width: 480px;
    height: 78px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 800px) {
  .thanks_btn {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_btn {
    width: 290px;
    height: 68px;
    border: 3px solid #FFF;
  }
}
.thanks_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-image: url(../img/lp/btn_icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .thanks_btn::after {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 800px) {
  .thanks_btn::after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_btn::after {
    width: 24px;
    height: 24px;
    top: 52%;
  }
}
.thanks_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(110deg, #607FF0 0%, #60ABF0 100%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.thanks_btn:hover::before {
  opacity: 1;
}

.thanks_btn_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 900;
  color: #FFf;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .thanks_btn_inner {
    padding-right: 24px;
    font-size: 22px;
  }
}

.thanks_img {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .thanks_img {
    width: 620px;
  }
}
@media screen and (max-width: 1400px) {
  .thanks_img {
    width: 560px;
  }
}
@media screen and (max-width: 1000px) {
  .thanks_img {
    width: 460px;
  }
}
@media screen and (max-width: 800px) {
  .thanks_img {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_img {
    width: 94%;
    max-width: 400px;
  }
}/*# sourceMappingURL=lp-index.css.map */