.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: 700px) {
  .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: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

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

a {
  text-decoration: none;
}

.animation_dokundokun {
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.06);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------- header ---------------*/
.header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow-x: hidden;
}

.header_wrap {
  padding: 14px 20px;
  background-color: #fff;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .header_wrap {
    padding: 14px 0;
  }
}

.header_logo {
  width: 248px;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 20vw;
  }
}
@media screen and (max-width: 700px) {
  .header_logo {
    width: 46vw;
    margin: 0 auto 4px;
  }
}

.header_txt {
  color: #2F66D6;
  font-weight: 600;
  font-size: 28px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .header_txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .header_txt {
    transform: none;
    position: static;
    font-size: 3.7vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
}

/*---------------  ---------------*/
.fv {
  position: relative;
}

@media screen and (max-width: 700px) {
  .fv_bg-pc {
    display: none;
  }
}

.fv_bg-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .fv_bg-sp {
    display: block;
  }
}

.fv_txt {
  width: 55vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15vw;
}
@media screen and (max-width: 1200px) {
  .fv_txt {
    width: 60vw;
    left: 8vw;
  }
}
@media screen and (max-width: 700px) {
  .fv_txt {
    width: 100%;
    left: 0;
    transform: none;
    top: auto;
    bottom: 8vw;
  }
}

@media screen and (max-width: 700px) {
  .fv_txt-pc {
    display: none;
  }
}

.fv_txt-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .fv_txt-sp {
    display: block;
  }
}

/*--------------- banner ---------------*/
.banner {
  background-color: #fff;
  padding: 60px 0 80px;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 5vw 0 6.6vw;
  }
}

.banner_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .banner_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .banner-pc {
    display: none;
  }
}

.banner-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .banner-sp {
    display: block;
  }
}

/*--------------- cta ---------------*/
.cta {
  background: linear-gradient(180deg, #2F66D6 0%, #0047D7 100%);
}

.cta_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .cta_wrap {
    padding: 4.2vw 0;
  }
}
@media screen and (max-width: 700px) {
  .cta_wrap {
    width: 90%;
    padding: 4.8vw 0 4.8vw;
  }
}

.cta_img {
  width: 196px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .cta_img {
    width: 16.4vw;
  }
}
@media screen and (max-width: 700px) {
  .cta_img {
    width: 15.8vw;
    bottom: 12.8vw;
  }
}

.cta_top {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .cta_top {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .cta_top {
    font-size: 4.2vw;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cta_top span {
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .cta_top span {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 700px) {
  .cta_top span {
    font-size: 4.2vw;
  }
}
.cta_top span span {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .cta_top span span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .cta_top span span {
    font-size: 3.7vw;
  }
}

.cta_btn {
  border-radius: 100px;
  display: block;
  width: 540px;
  margin: 0 auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .cta_btn {
    width: 45vw;
  }
}
@media screen and (max-width: 700px) {
  .cta_btn {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cta_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  .cta_btn:hover {
    opacity: 1;
  }
}

/*--------------- trouble ---------------*/
.trouble {
  background: linear-gradient(180deg, #CCDFFF 0%, #F4F8FF 100%);
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .trouble {
    padding-top: 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble {
    padding: 4.2vw 0 10vw;
  }
}

.trouble_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .trouble_wrap {
    width: 90%;
  }
}

.trouble_heading {
  width: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .trouble_heading {
    width: 64vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_heading {
    width: 100%;
  }
}
.trouble_heading h2 {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .trouble_heading h2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_heading h2 {
    font-size: 8vw;
    text-align: left;
  }
}
.trouble_heading img {
  width: 146px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .trouble_heading img {
    width: 12.2vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_heading img {
    width: 26.6vw;
    transform: translateX(-1.2vw) translateY(0.8vw);
  }
}

.trouble_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .trouble_list {
    gap: 1.2vw;
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_list {
    flex-direction: column;
    gap: 2.6vw;
    margin-bottom: 20px;
  }
}

.trouble_item {
  width: calc((100% - 28px) / 3);
  border: 2px solid #2F66D6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 182px;
}
@media screen and (max-width: 1200px) {
  .trouble_item {
    width: calc((100% - 2.4vw) / 3);
    height: 15.2vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_item {
    height: 18.6vw;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.trouble_txt {
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .trouble_txt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_txt {
    font-size: 4.2vw;
  }
}
.trouble_txt span {
  color: #2F66D6;
}
@media screen and (max-width: 700px) {
  .trouble_txt br.sp_LL_hidden {
    display: none;
  }
}

.trouble_bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #FF6B00;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 4px 16px 6px;
}
@media screen and (max-width: 1200px) {
  .trouble_bottom {
    font-size: 3.2vw;
    padding: 0.3vw 1.4vw 0.4vw;
  }
}
@media screen and (max-width: 700px) {
  .trouble_bottom {
    font-size: 5.2vw;
  }
}

/*--------------- solution ---------------*/
.solution {
  background-color: #F4F8FF;
}

.solution_wrap {
  background-image: url(../img/solution_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 100px;
  clip-path: polygon(0 0, 50% 170px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .solution_wrap {
    padding: 16.6vw 0 6.8vw;
    clip-path: polygon(0 0, 50% 12vw, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 700px) {
  .solution_wrap {
    background-image: url(../img/solution_bg-sp.webp);
    padding: 48vw 0 8vw;
  }
}

.solution_content {
  margin-right: 15.4vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .solution_content {
    width: 90%;
    margin: 0 auto;
  }
}

.solution_heading {
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 0 12px #2F66D6;
}
@media screen and (max-width: 1200px) {
  .solution_heading {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
    text-shadow: 0 0 1vw #2F66D6;
  }
}
@media screen and (max-width: 700px) {
  .solution_heading {
    font-size: 6.4vw;
  }
}
.solution_heading span {
  color: #FFA144;
}

.solution_txt {
  line-height: 1.8;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 12px #2F66D6;
}
@media screen and (max-width: 1200px) {
  .solution_txt {
    font-size: 2.5vw;
    text-shadow: 0 0 1vw #2F66D6;
  }
}
@media screen and (max-width: 700px) {
  .solution_txt {
    font-size: 5vw;
  }
}

/*--------------- about ---------------*/
.about {
  background-color: #F4F8FF;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 700px) {
  .about {
    padding-top: 13vw;
  }
}

.about_wrap {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .about_wrap {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .about_wrap {
    width: 90%;
    padding-bottom: 6vw;
  }
}

.about_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1200px) {
  .about_heading {
    margin: 0 auto 2.5vw;
  }
}
.about_heading span {
  font-weight: 700;
  font-size: 30px;
  color: #2F66D6;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .about_heading span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 700px) {
  .about_heading span {
    font-size: 5.2vw;
  }
}
.about_heading h2 {
  font-size: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .about_heading h2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .about_heading h2 {
    font-size: 8vw;
  }
}

.about_top {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .about_top {
    font-size: 1.6vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .about_top {
    font-size: 4.2vw;
    margin: 0 auto 5.2vw;
  }
}
.about_top span {
  color: #FFA144;
}

.about_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .about_list {
    gap: 2.8vw;
    margin: 0 auto 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .about_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.2vw;
    margin: 0 auto 5.2vw;
  }
}

.about_item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .about_item {
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 700px) {
  .about_item {
    border-radius: 2vw;
  }
}

.about_item:nth-child(1) .about_txt_inner,
.about_item:nth-child(2) .about_txt_inner {
  padding-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .about_item:nth-child(1) .about_txt_inner,
  .about_item:nth-child(2) .about_txt_inner {
    padding-bottom: 0.6vw;
  }
}

.about_item:nth-child(3) .about_txt_inner {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .about_item:nth-child(3) .about_txt_inner {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .about_item:nth-child(3) .about_txt_inner {
    font-size: 5.6vw;
  }
}

.about_img {
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about_img {
    height: 16vw;
  }
}
@media screen and (max-width: 700px) {
  .about_img {
    height: 58vw;
  }
}
.about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_arrow {
  width: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .about_arrow {
    width: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .about_arrow {
    width: 6.4vw;
  }
}

.about_txt {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .about_txt {
    height: 8vw;
  }
}
@media screen and (max-width: 700px) {
  .about_txt {
    height: 28vw;
  }
}

.about_txt_inner {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .about_txt_inner {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 700px) {
  .about_txt_inner {
    font-size: 7vw;
  }
}
.about_txt_inner .color_txt {
  color: #FFA144;
}
.about_txt_inner .big_txt {
  font-size: 50px;
  display: inline-block;
  padding: 0 6px;
}
@media screen and (max-width: 1200px) {
  .about_txt_inner .big_txt {
    font-size: 4.2vw;
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 700px) {
  .about_txt_inner .big_txt {
    font-size: 12vw;
  }
}

.about_bottom {
  background-color: #2F66D6;
  padding: 24px 0 30px;
}
@media screen and (max-width: 1200px) {
  .about_bottom {
    padding: 2vw 0 2.5vw;
  }
}
@media screen and (max-width: 700px) {
  .about_bottom {
    padding: 5.2vw 0;
  }
}
.about_bottom h3 {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .about_bottom h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .about_bottom h3 {
    font-size: 6.6vw;
    text-align: center;
    line-height: 1.2;
  }
}
.about_bottom h3 span {
  color: #FFA144;
  font-size: 45px;
}
@media screen and (max-width: 1200px) {
  .about_bottom h3 span {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 700px) {
  .about_bottom h3 span {
    font-size: 6.6vw;
  }
}

/*--------------- reason ---------------*/
.reason {
  background-image: url(../img/reason_bg.webp);
  background-size: 100% 100%;
  padding: 90px 0 0;
}
@media screen and (max-width: 1200px) {
  .reason {
    padding: 7.5vw 0 0;
  }
}

.reason_bubble {
  font-weight: 700;
  color: #2F66D6;
  font-size: 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .reason_bubble {
    font-size: 2.5vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_bubble {
    font-size: 4.8vw;
  }
}
.reason_bubble::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #2F66D6;
  height: 84px;
  width: 1px;
  transform: rotate(-30deg);
  bottom: 0;
  left: -48px;
}
@media screen and (max-width: 1200px) {
  .reason_bubble::before {
    height: 7vw;
    left: -4vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_bubble::before {
    height: 13vw;
    left: -6vw;
  }
}
.reason_bubble::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2F66D6;
  height: 84px;
  width: 1px;
  transform: rotate(30deg);
  bottom: 0;
  right: -48px;
}
@media screen and (max-width: 1200px) {
  .reason_bubble::after {
    height: 7vw;
    right: -4vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_bubble::after {
    height: 13vw;
    right: -6vw;
  }
}

.reason_heading {
  font-size: 40px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .reason_heading {
    font-size: 3.2vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .reason_heading {
    font-size: 8vw;
    text-align: center;
    line-height: 1.2;
  }
}

.reason_list {
  width: 100%;
  overflow-x: hidden;
  padding: 60px 0 160px;
}
@media screen and (max-width: 1200px) {
  .reason_list {
    padding: 5vw 0 13vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_list {
    padding: 9.4vw 0 13vw;
  }
}

.reason_item {
  width: 1218px;
  background-color: #fff;
  height: 350px;
  box-shadow: 0 0 20px rgba(47, 102, 214, 0.2);
  margin-bottom: 8px;
}
@media screen and (max-width: 1400px) {
  .reason_item {
    width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_item {
    width: 92%;
    height: 29.2vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item {
    position: relative;
    height: auto;
    width: 94%;
    padding: 7vw 8.5vw 5.4vw 5.2vw;
    gap: 5.2vw;
  }
}

.reason_item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .reason_item:not(:last-child) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:not(:last-child) {
    margin-bottom: 9.4vw;
  }
}

.reason_item:nth-child(odd) {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  padding: 0 128px 0 220px;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .reason_item:nth-child(odd) {
    padding: 0 100px 0 120px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(odd) {
    padding: 0 8vw 0 10vw;
    grid-template-columns: 1fr 32vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(odd) {
    border-top-right-radius: 20vw;
    border-bottom-right-radius: 20vw;
    grid-template-columns: 1fr;
    padding: 7vw 8.5vw 5.4vw 5.2vw;
  }
}

.reason_item:nth-child(even) {
  padding-left: 160px;
  border-bottom-left-radius: 300px;
  border-top-left-radius: 300px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .reason_item:nth-child(even) {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(even) {
    grid-template-columns: 32vw 1fr;
    gap: 4vw;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(even) {
    border-bottom-left-radius: 20vw;
    border-top-left-radius: 20vw;
    margin-left: auto;
    padding: 7vw 5.2vw 5.4vw 8.5vw;
    grid-template-columns: 1fr;
  }
}
.reason_item:nth-child(even) .reason_img {
  order: -2;
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(even) .reason_img {
    margin-left: auto;
  }
}
.reason_item:nth-child(even) .reason_desc {
  padding-right: 168px;
}
@media screen and (max-width: 1400px) {
  .reason_item:nth-child(even) .reason_desc {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(even) .reason_desc {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(even) .reason_desc {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(even) .reason_txt {
    padding-left: 2.4vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(even) .reason_num {
    left: auto;
    right: 5.2vw;
  }
}

@media screen and (max-width: 700px) {
  .reason_item:nth-child(4) .reason_ttl {
    font-size: 4.5vw;
  }
}

.reason_item:nth-child(5) .reason_ttl {
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(5) .reason_ttl {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_item:nth-child(5) .reason_ttl {
    font-size: 4.5vw;
  }
}

.reason_num {
  width: 108px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .reason_num {
    width: 8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_num {
    width: 19vw;
    position: absolute;
    left: 5.2vw;
    top: -6.8vw;
  }
}

.reason_img {
  width: 400px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .reason_img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .reason_img {
    order: -2;
    width: 90%;
  }
}

.reason_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #2F66D6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .reason_ttl {
    font-size: 2.5vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_ttl {
    font-size: 5.2vw;
    margin-bottom: 2.6vw;
  }
}

.reason_line {
  width: 100%;
  background-color: #333;
  display: block;
  height: 1px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .reason_line {
    margin-bottom: 1.2vw;
  }
}

.reason_desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 50px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .reason_desc {
    font-size: 1.6vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 700px) {
  .reason_desc {
    font-size: 4.2vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .reason_desc br.tab_hidden {
    display: none;
  }
}

/*--------------- flow ---------------*/
.flow {
  background-color: #F4F8FF;
  padding: 90px 0 0;
}

.flow_wrap {
  max-width: 1100px;
  width: 84%;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media screen and (max-width: 700px) {
  .flow_wrap {
    width: 90%;
    padding-bottom: 30px;
  }
}

.flow_heading {
  font-size: 40px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  .flow_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_heading {
    font-size: 8vw;
    margin: 0 auto 12.2vw;
  }
}

.flow_arrow {
  width: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flow_arrow {
    width: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_arrow {
    width: 6.4vw;
  }
}

.flow_list {
  margin-bottom: 28px;
}
@media screen and (max-width: 700px) {
  .flow_list {
    margin-bottom: 16px;
  }
}

.flow_item {
  background-color: #fff;
  position: relative;
  padding: 18px 32px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 114px 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .flow_item {
    grid-template-columns: 9.5vw 1fr;
    gap: 5vw;
    padding: 1.5vw 2.6vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_item {
    display: block;
    padding: 9vw 8vw 5.6vw;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}
.flow_item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .flow_item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.flow_num {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #2F66D6;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .flow_num {
    aspect-ratio: unset;
    border-radius: 100px;
    width: 52vw;
    height: 10vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4vw;
  }
}

.flow_num span {
  display: block;
}
@media screen and (max-width: 700px) {
  .flow_num span {
    display: inline;
  }
}
.flow_num span:nth-child(1) {
  font-size: 23px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  line-height: 0.9;
}
@media screen and (max-width: 1200px) {
  .flow_num span:nth-child(1) {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_num span:nth-child(1) {
    font-size: 6vw;
  }
}
.flow_num span:nth-child(2) {
  font-size: 47px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 0.95;
}
@media screen and (max-width: 1200px) {
  .flow_num span:nth-child(2) {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_num span:nth-child(2) {
    font-size: 6vw;
  }
}

.flow_icon {
  width: 58px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%) rotate(15deg);
}
@media screen and (max-width: 1200px) {
  .flow_icon {
    right: 4vw;
    width: 4.8vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_icon {
    display: none;
  }
}

.flow_txt h3 {
  color: #FFA144;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .flow_txt h3 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_txt h3 {
    font-size: 5.2vw;
  }
}
.flow_txt span {
  display: block;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .flow_txt span {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_txt span {
    font-size: 4.2vw;
  }
}

.flow_bottom {
  background-color: #2F66D6;
  padding: 30px 0;
}
@media screen and (max-width: 700px) {
  .flow_bottom {
    padding: 20px 0;
  }
}
.flow_bottom h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .flow_bottom h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .flow_bottom h3 {
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 700px) {
  .flow_bottom h3 {
    font-size: 6.6vw;
  }
}
.flow_bottom h3 span {
  color: #FFA144;
}

/*--------------- voice ---------------*/
.voice {
  background-color: #FFA144;
  padding: 80px 0 100px;
}
@media screen and (max-width: 700px) {
  .voice {
    padding: 13vw 0;
  }
}

.voice_wrap {
  max-width: 1100px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .voice_wrap {
    width: 90%;
  }
}

.voice_bubble {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .voice_bubble {
    font-size: 2.5vw;
    margin: 0 auto 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .voice_bubble {
    font-size: 5.2vw;
    margin: 0 auto 2.6vw;
  }
}

.voice_heading {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1200px) {
  .voice_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .voice_heading {
    font-size: 6.6vw;
    margin: 0 auto 8vw;
  }
}

.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .voice_list {
    gap: 2.1vw;
  }
}
@media screen and (max-width: 1000px) {
  .voice_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .voice_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voice_item {
  background-color: #fff;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .voice_item {
    border-radius: 0.6vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 700px) {
  .voice_item {
    padding: 5.2vw;
    border-radius: 2.6vw;
    height: 100%;
  }
}

.voice_prof {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .voice_prof {
    grid-template-columns: 5.4vw 1fr;
    gap: 1.5vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .voice_prof {
    grid-template-columns: 8vw 1fr;
  }
}
@media screen and (max-width: 700px) {
  .voice_prof {
    grid-template-columns: 18.8vw 1fr;
    margin-bottom: 3.2vw;
  }
}
.voice_prof h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .voice_prof h3 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1000px) {
  .voice_prof h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .voice_prof h3 {
    font-size: 5.2vw;
  }
}

.voice_txt {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .voice_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1000px) {
  .voice_txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 700px) {
  .voice_txt {
    font-size: 4.2vw;
  }
}
.voice_txt span {
  color: #FFA144;
  font-weight: 700;
}

/*--------------- future ---------------*/
.future {
  background-image: url(../img/future_bg.webp);
  background-size: cover;
  background-position: left top;
  padding: 80px 0 100px;
}
@media screen and (max-width: 700px) {
  .future {
    background-image: url(../img/future_bg-sp.webp);
    padding: 13vw 0;
  }
}

.future_wrap {
  max-width: 1100px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .future_wrap {
    width: 90%;
  }
}

.future_bubble {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .future_bubble {
    font-size: 2.5vw;
    margin: 0 auto 1.6vw;
  }
}
@media screen and (max-width: 700px) {
  .future_bubble {
    font-size: 5.2vw;
    margin: 0 auto 2.6vw;
  }
}

.future_heading {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1200px) {
  .future_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .future_heading {
    font-size: 8vw;
    margin: 0 auto 8vw;
  }
}

.future_img-pc {
  display: block;
}
@media screen and (max-width: 700px) {
  .future_img-pc {
    display: none;
  }
}

.future_img-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .future_img-sp {
    display: block;
  }
}

/*--------------- faq ---------------*/
.faq {
  background-color: #F4F8FF;
  padding: 80px 0 100px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .faq {
    padding: 13vw 0;
  }
}

.faq_wrap {
  max-width: 1100px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .faq_wrap {
    width: 90%;
  }
}

.faq_heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .faq_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .faq_heading {
    font-size: 8vw;
    margin: 0 auto 8vw;
  }
}

.faq_item {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.faq_item:not(:last-child) {
  margin-bottom: 20px;
}

.faq_item-sm .faq_ttl p {
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .faq_item-sm .faq_ttl p {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  .faq_item-m .faq_ttl p {
    font-size: 4.4vw;
  }
}

.faq_ttl {
  background: linear-gradient(180deg, #2F66D6 0%, #0047D7 100%);
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 24px;
  align-items: center;
  color: #fff;
  padding: 16px 20px 16px;
}
@media screen and (max-width: 700px) {
  .faq_ttl {
    grid-template-columns: 6.6vw 1fr;
    gap: 0;
    padding: 4vw 10vw 4vw 4vw;
    position: relative;
    cursor: pointer;
  }
}
.faq_ttl span {
  font-weight: 700;
  font-size: 30px;
  transform: translateY(-2px);
}
@media screen and (max-width: 700px) {
  .faq_ttl span {
    font-size: 6vw;
  }
}
.faq_ttl p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .faq_ttl p {
    font-size: 4.8vw;
    text-align: justify;
  }
}

.faq_plus {
  position: absolute;
  width: 2.6vw;
  height: 2.6vw;
  display: block;
  right: 4vw;
}
.faq_plus::before {
  content: "";
  width: 100%;
  height: max(0.26vw, 1px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq_plus::after {
  content: "";
  width: 100%;
  height: max(0.26vw, 1px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
}

.open .faq_plus::after {
  transform: translate(-50%, -50%);
}

.faq_txt span {
  color: #2F66D6;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .faq_txt span {
    font-size: 6vw;
  }
}
.faq_txt p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .faq_txt p {
    font-size: 4.2vw;
  }
}

.faq_txt_inner {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 24px;
  align-items: flex-start;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .faq_txt_inner {
    grid-template-columns: 6.6vw 1fr;
    padding: 4vw;
    gap: 0;
  }
}

/*--------------- company ---------------*/
.company {
  background-color: #F4F8FF;
  padding: 80px 0 100px;
}
@media screen and (max-width: 700px) {
  .company {
    padding: 13vw 0;
  }
}

.company_wrap {
  max-width: 1100px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .company_wrap {
    width: 90%;
  }
}

.company_heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .company_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .company_heading {
    font-size: 8vw;
    margin: 0 auto 8vw;
  }
}

.company_list {
  border-top: 1px solid #2F66D6;
}

.company_item {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #2F66D6;
}
@media screen and (max-width: 1200px) {
  .company_item {
    padding: 2vw 0;
    grid-template-columns: 16.6vw 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .company_item {
    grid-template-columns: 20vw 1fr;
  }
}
@media screen and (max-width: 700px) {
  .company_item {
    padding: 5.8vw 0;
    grid-template-columns: 26vw 1fr;
  }
}
.company_item h3 {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .company_item h3 {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 1000px) {
  .company_item h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .company_item h3 {
    font-size: 4.2vw;
  }
}
.company_item span {
  line-height: 1.2;
  display: block;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .company_item span {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 1000px) {
  .company_item span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .company_item span {
    font-size: 4.2vw;
    padding: 0 2vw;
  }
}

.company_item.company_item-start {
  align-items: flex-start;
}

/*--------------- contact ---------------*/
.contact {
  background-color: #fff;
  padding: 80px 0 100px;
}
@media screen and (max-width: 700px) {
  .contact {
    padding: 13vw 0;
  }
}

.contact_wrap {
  max-width: 800px;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .contact_wrap {
    width: 90%;
  }
}

.contact_heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .contact_heading {
    font-size: 3.2vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (max-width: 700px) {
  .contact_heading {
    font-size: 8vw;
    margin: 0 auto 8vw;
  }
}

.form_list {
  margin-bottom: 40px;
}

.form_item:not(:last-child) {
  margin-bottom: 20px;
}

.form_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.form_ttl h3 {
  font-size: 20px;
  font-weight: 500;
}
.form_ttl span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #FF3B30;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 3px;
}

.form_input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #0E0E0E;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}
.form_input::-moz-placeholder {
  color: #E7E7E7;
  font-size: 16px;
  font-weight: 500;
}
.form_input::placeholder {
  color: #E7E7E7;
  font-size: 16px;
  font-weight: 500;
}

.form_select {
  width: 100%;
  position: relative;
}
.form_select::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  right: 24px;
  top: 46%;
  transform: translateY(-50%) rotate(45deg);
}

.form_select select {
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #0E0E0E;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}
.form_select select::-moz-placeholder {
  color: #E7E7E7;
  font-size: 16px;
  font-weight: 500;
}
.form_select select::placeholder {
  color: #E7E7E7;
  font-size: 16px;
  font-weight: 500;
}

.form_textarea {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #0E0E0E;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}

.form_policy {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 700px) {
  .form_policy {
    align-items: flex-start;
  }
}
.form_policy a {
  color: #32ADE6;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .form_policy p {
    line-height: 1.3;
    text-align: center;
    transform: translateY(-1px);
  }
}

.form_policy input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #CACACA;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.form_policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_btn {
  display: block;
  width: 300px;
  height: 50px;
  background-image: url(../img/form_btn.webp);
  background-size: 100% 100%;
  margin: 0 auto;
  transition: all 0.4s;
}
.form_btn input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.form_btn:hover {
  opacity: 0.8;
}

.form_complete {
  padding: 16px;
  border: 3px solid #28a745;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 32px;
}

.form_error {
  padding: 16px;
  border: 3px solid #FF3B30;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 32px;
}

/*--------------- footer ---------------*/
.footer {
  background-color: #2F66D6;
  padding: 24px 0;
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 24px 0 60px;
  }
}

.footer_link {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .footer_link {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 1000px) {
  .footer_link {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .footer_link {
    font-size: 4.2vw;
  }
}/*# sourceMappingURL=index.css.map */