@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

.cta {
  position: relative;
  padding-top: 50px;
}
.cta:after {
  display: block;
  content: "";
  background-image: url(../img/voice-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 562px;
  height: 8px;
  margin: 50px auto;
}
@media (max-width: 650px) {
  .cta:after {
    width: 90%;
  }
}
.cta:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15vw;
  background-image: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 800px) {
  .cta:before {
    height: 32vw;
  }
}
@media (max-width: 480px) {
  .cta:before {
    height: 48vw;
  }
}
.cta .c_inner {
  width: 825px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 925px) {
  .cta .c_inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .cta .c_inner {
    width: calc(100% - 40px);
    padding: 40px 13px 0;
  }
}
.cta .c_inner .cta_ttl {
  width: 575px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_ttl {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_ttl {
    width: 85%;
  }
}
.cta .c_inner .cta_ttl img.pc_only {
  width: 100%;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_ttl img.pc_only {
    display: none;
  }
}
.cta .c_inner .cta_ttl img.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_ttl img.sp_only {
    display: block;
    width: 100%;
  }
}
.cta .c_inner .cta_wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_wrap {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_wrap {
    margin-top: 20px;
  }
}
.cta .c_inner .cta_wrap .left .txt1 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_wrap .left .txt1 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta .c_inner .cta_wrap .left .txt1 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_wrap .left .txt1 {
    font-size: 18px;
  }
}
.cta .c_inner .cta_wrap .left .txt1 .sp_only {
  display: none;
}
@media (max-width: 600px) {
  .cta .c_inner .cta_wrap .left .txt1 .sp_only {
    display: block;
  }
}
.cta .c_inner .cta_wrap .left .txt2 {
  color: #028ce2;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_wrap .left .txt2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .cta .c_inner .cta_wrap .left .txt2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_wrap .left .txt2 {
    font-size: 20px;
  }
}
.cta .c_inner .cta_wrap .right {
  width: 265px;
  flex: 0 0 265px;
}
@media (max-width: 800px) {
  .cta .c_inner .cta_wrap .right {
    flex: none;
    width: 70%;
    margin: 0 auto;
  }
}
.cta .c_inner .cta_wrap .right img {
  width: 100%;
}
.cta .c_inner .cta_con {
  width: 100%;
  padding: 3vw 0;
}
@media (max-width: 700px) {
  .cta .c_inner .cta_con {
    bottom: 5%;
  }
}
.cta .c_inner .cta_con .cta_b {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 925px) {
  .cta .c_inner .cta_con .cta_b {
    gap: 3%;
  }
}
@media (max-width: 780px) {
  .cta .c_inner .cta_con .cta_b {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b {
    flex-direction: column;
    gap: 30px;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn1 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 780px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn1 {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn1 {
    width: 280px;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
  padding-left: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(to bottom, #f46088, #f8335c);
  box-shadow: 0 8px 0 #af245a;
  transition: all 0.15s ease;
}
@media (max-width: 700px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn1 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #cc3e56;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn1 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 38px;
    font-weight: 600;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn1 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #cc3e56;
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn1 a:before {
  position: absolute;
  content: "";
  top: 26px;
  left: 63px;
  background-image: url(../img/cta-btn1-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn1 a:before {
    left: 53px;
    width: 25px;
    height: 25px;
    top: 17px;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn2 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 780px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn2 {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn2 {
    width: 280px;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn2 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(to bottom, #21b372, #039454);
  box-shadow: 0 8px 0 #046635;
  transition: all 0.15s ease;
}
@media (max-width: 700px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn2 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #40822a;
  }
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn2 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 600;
  }
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn2 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #40822a;
}
.cta .c_inner .cta_con .cta_b .cta_btn.btn2 a:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 50px;
  background-image: url(../img/cta-btn2-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 480px) {
  .cta .c_inner .cta_con .cta_b .cta_btn.btn2 a:before {
    width: 25px;
    height: 25px;
    top: 17px;
    left: 46px;
  }
}

.cta.no_border:after {
  display: none;
}

.fv_main {
  position: relative;
}
.fv_main img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .fv_main img.pc_only {
    display: none;
  }
}
.fv_main img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .fv_main img.sp_only {
    width: 100%;
    display: block;
  }
}
.fv_main .cta_con {
  background: #9ce2de;
  position: absolute;
  bottom: -21.5%;
  width: 100%;
  padding: 1.5vw 0 2.3vw;
}
@media (max-width: 750px) {
  .fv_main .cta_con {
    bottom: auto;
    padding: 6.5vw 0 8.3vw;
  }
}
.fv_main .cta_con .cta_b {
  display: flex;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b {
    gap: 7.138vw;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 {
    width: 25.517vw;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 {
    width: 280px;
    margin: 0 auto;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
  padding-left: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(to bottom, #f46088, #f8335c);
  box-shadow: 0 8px 0 #af245a;
  transition: all 0.15s ease;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a {
    font-size: 2.207vw;
    padding: 1.034vw 0;
    padding-left: 3.448vw;
    border-radius: 0.828vw;
    box-shadow: 0 0.6vw 0 #af245a;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #af245a;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 38px;
    font-weight: 600;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #cc3e56;
}
.fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a:before {
  position: absolute;
  content: "";
  top: 26px;
  left: 63px;
  background-image: url(../img/cta-btn1-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a:before {
    top: 1.793vw;
    left: 4.345vw;
    width: 2.276vw;
    height: 2.276vw;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a:before {
    width: 8vw;
    height: 8vw;
    top: 3.5vw;
    left: 21vw;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn1.fv_cta_btn1 a:before {
    left: 63px;
    width: 25px;
    height: 25px;
    top: 17px;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 {
  width: 370px;
  border-radius: 9999px;
  text-align: center;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 {
    width: 25.517vw;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 {
    width: 280px;
    margin: 0 auto;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(to bottom, #21b372, #039454);
  box-shadow: 0 8px 0 #046635;
  transition: all 0.15s ease;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a {
    font-size: 2.207vw;
    padding: 1.034vw 0;
    padding-left: 3.448vw;
    border-radius: 0.828vw;
    box-shadow: 0 0.6vw 0 #046635;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a {
    font-size: 5.507vw;
    padding: 3.034vw 0;
    padding-left: 11.448vw;
    border-radius: 8px;
    box-shadow: 0 1.552vw 0 #046635;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a {
    font-size: 22px;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 600;
  }
}
.fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a:hover {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #40822a;
}
.fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 50px;
  background-image: url(../img/cta-btn2-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 1450px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a:before {
    top: 1.793vw;
    left: 4.345vw;
    width: 2.276vw;
    height: 2.276vw;
  }
}
@media (max-width: 750px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a:before {
    width: 8vw;
    height: 8vw;
    top: 3.5vw;
    left: 21vw;
  }
}
@media (max-width: 480px) {
  .fv_main .cta_con .cta_b .cta_btn.btn2.fv_cta_btn2 a:before {
    width: 25px;
    height: 25px;
    top: 17px;
    left: 46px;
  }
}

.problem {
  padding: 15vw 0 100px;
  background: #bfefee;
}
@media (max-width: 750px) {
  .problem {
    padding: 60.5vw 0 100px;
  }
}
@media (max-width: 480px) {
  .problem {
    padding-bottom: 50px;
  }
}
.problem .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
@media (max-width: 1300px) {
  .problem .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .problem .inner {
    width: calc(100% - 40px);
    padding: 40px 13px;
  }
}
.problem .inner .problem_img1.pc_only {
  position: absolute;
  top: 136px;
  right: 50px;
  width: 200px;
}
@media (max-width: 1200px) {
  .problem .inner .problem_img1.pc_only {
    display: none;
  }
}
.problem .inner .problem_img1.pc_only img {
  width: 100%;
}
.problem .inner .problem_img2.pc_only {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 200px;
}
@media (max-width: 1200px) {
  .problem .inner .problem_img2.pc_only {
    display: none;
  }
}
.problem .inner .problem_img2.pc_only img {
  width: 100%;
}
.problem .inner .problem_img_wrap {
  display: none;
}
@media (max-width: 1200px) {
  .problem .inner .problem_img_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.problem .inner .problem_img_wrap .problem_img1.sp_only {
  width: 200px;
}
.problem .inner .problem_img_wrap .problem_img1.sp_only img {
  width: 100%;
}
.problem .inner .problem_img_wrap .problem_img2.sp_only {
  width: 200px;
}
.problem .inner .problem_img_wrap .problem_img2.sp_only img {
  width: 100%;
}
.problem .inner .p_ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .problem .inner .p_ttl {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .problem .inner .p_ttl {
    font-size: 20px;
  }
}
.problem .inner .p_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .problem .inner .p_ttl .sp_only {
    display: block;
  }
}
.problem .inner .p_ttl span {
  color: #028ce2;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .problem .inner .p_ttl span {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .problem .inner ul.pc_only {
    display: none;
  }
}
.problem .inner ul.pc_only li.p_list1 {
  width: 590px;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
  gap: 15px;
}
@media (max-width: 800px) {
  .problem .inner ul.pc_only li.p_list1 {
    width: 100%;
  }
}
.problem .inner ul.pc_only li.p_list1 .p_list_i {
  position: relative;
  width: 25px;
  flex: 0 0 25px;
  top: 12px;
}
.problem .inner ul.pc_only li.p_list1 .p_list_i img {
  width: 100%;
}
.problem .inner ul.pc_only li.p_list1 .p_list_desc {
  width: 545px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .problem .inner ul.pc_only li.p_list1 .p_list_desc {
    font-size: 16px;
  }
}
.problem .inner ul.pc_only li.p_list1 .p_list_desc span {
  color: #028ce2;
}
.problem .inner ul.pc_only li.p_list2 {
  width: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
.problem .inner ul.pc_only li.p_list2 .p_list_i {
  width: 25px;
  flex: 0 0 25px;
}
.problem .inner ul.pc_only li.p_list2 .p_list_i img {
  width: 100%;
}
.problem .inner ul.pc_only li.p_list2 .p_list_desc {
  width: 545px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 800px) {
  .problem .inner ul.pc_only li.p_list2 .p_list_desc {
    width: 100%;
  }
}
.problem .inner ul.pc_only li.p_list2 .p_list_desc span {
  color: #f15a24;
}
.problem .inner ul.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .problem .inner ul.sp_only {
    display: block;
  }
}
.problem .inner ul.sp_only li.p_list1 {
  width: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
@media (max-width: 800px) {
  .problem .inner ul.sp_only li.p_list1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list1 {
    align-items: flex-start;
    gap: 5px;
  }
}
.problem .inner ul.sp_only li.p_list1 .p_list_i {
  width: 25px;
  flex: 0 0 25px;
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list1 .p_list_i {
    width: 20px;
    flex: 0 0 20px;
    position: relative;
    top: 4px;
  }
}
.problem .inner ul.sp_only li.p_list1 .p_list_i img {
  width: 100%;
}
.problem .inner ul.sp_only li.p_list1 .p_list_desc_con {
  display: block;
  width: 100%;
}
.problem .inner ul.sp_only li.p_list1 .p_list_desc {
  width: 545px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 800px) {
  .problem .inner ul.sp_only li.p_list1 .p_list_desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list1 .p_list_desc {
    font-size: 16px;
  }
}
.problem .inner ul.sp_only li.p_list1 .p_list_desc span {
  color: #028ce2;
  font-weight: bold;
}
.problem .inner ul.sp_only li.p_list2 {
  width: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
@media (max-width: 800px) {
  .problem .inner ul.sp_only li.p_list2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list2 {
    align-items: flex-start;
    gap: 5px;
  }
}
.problem .inner ul.sp_only li.p_list2 .p_list_i {
  width: 25px;
  flex: 0 0 25px;
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list2 .p_list_i {
    width: 20px;
    flex: 0 0 20px;
    position: relative;
    top: 4px;
  }
}
.problem .inner ul.sp_only li.p_list2 .p_list_i img {
  width: 100%;
}
.problem .inner ul.sp_only li.p_list2 .p_list_desc {
  width: 545px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 800px) {
  .problem .inner ul.sp_only li.p_list2 .p_list_desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .problem .inner ul.sp_only li.p_list2 .p_list_desc {
    font-size: 16px;
  }
}
.problem .inner ul.sp_only li.p_list2 .p_list_desc span {
  color: #f15a24;
  font-weight: bold;
}
.problem .inner ul.sp_only li.p_list2 .p_list_desc_con {
  display: block;
  width: 100%;
}

.answer {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .answer {
    padding: 50px 0 0;
  }
}
.answer .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .answer .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .answer .inner {
    width: calc(100% - 40px);
  }
}
.answer .inner .a_ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .answer .inner .a_ttl {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .answer .inner .a_ttl {
    font-size: 24px;
  }
}
.answer .inner .a_ttl span {
  font-size: 45px;
  color: #f15a24;
  font-weight: bold;
}
@media (max-width: 600px) {
  .answer .inner .a_ttl span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .answer .inner .a_ttl span {
    font-size: 28px;
  }
}
.answer .inner .a_ttl .sp_only {
  display: none;
}
@media (max-width: 600px) {
  .answer .inner .a_ttl .sp_only {
    display: block;
  }
}
.answer .inner .l_ttl_txt_con {
  position: relative;
  text-align: center;
}
.answer .inner .l_ttl_txt_con .l_ttl_txt {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .answer .inner .l_ttl_txt_con .l_ttl_txt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .answer .inner .l_ttl_txt_con .l_ttl_txt {
    font-size: 18px;
  }
}
.answer .inner .l_ttl_txt_con .l_ttl_txt .sp_only {
  display: none;
}
@media (max-width: 950px) {
  .answer .inner .l_ttl_txt_con .l_ttl_txt .sp_only {
    display: block;
  }
}
.answer .inner .l_ttl_txt_con .l_ttl_txt span {
  color: #f15a24;
  font-weight: bold;
}
.answer .inner .l_ttl_txt_con:before {
  position: absolute;
  content: "";
  background-image: url(../img/answer-l-ttl-img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 77px;
  height: 130px;
  top: -44px;
  left: 133px;
}
@media (max-width: 950px) {
  .answer .inner .l_ttl_txt_con:before {
    width: 47px;
    height: 80px;
    top: 44px;
    left: auto;
  }
}
@media (max-width: 480px) {
  .answer .inner .l_ttl_txt_con:before {
    width: 37px;
    height: 63px;
    top: 36px;
    transform: translateX(10px);
  }
}
.answer .inner .l_ttl_txt_con:after {
  position: absolute;
  content: "";
  background-image: url(../img/answer-l-ttl-img2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 140px;
  height: 130px;
  top: -44px;
  right: 79px;
}
@media (max-width: 950px) {
  .answer .inner .l_ttl_txt_con:after {
    width: 86px;
    height: 80px;
    top: 44px;
    right: auto;
    transform: translateX(-54px);
  }
}
@media (max-width: 480px) {
  .answer .inner .l_ttl_txt_con:after {
    width: 56px;
    height: 52px;
    top: 35px;
    right: auto;
    transform: translateX(-48px);
  }
}
.answer .inner .a_f_con {
  margin-top: 50px;
}
.answer .inner .a_f_con .a_f_b {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 12px;
  gap: 30px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .answer .inner .a_f_con .a_f_b {
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .answer .inner .a_f_con .a_f_b {
    padding: 20px;
    gap: 13px;
  }
}
.answer .inner .a_f_con .a_f_b:last-of-type {
  margin-bottom: 0;
}
.answer .inner .a_f_con .a_f_b .left {
  width: 240px;
  flex: 0 0 240px;
}
@media (max-width: 750px) {
  .answer .inner .a_f_con .a_f_b .left {
    flex: none;
    width: 100%;
  }
}
.answer .inner .a_f_con .a_f_b .left img {
  width: 100%;
}
.answer .inner .a_f_con .a_f_b .right .point_txt {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  background: #f15a24;
  font-size: 20px;
}
@media (max-width: 480px) {
  .answer .inner .a_f_con .a_f_b .right .point_txt {
    font-size: 16px;
  }
}
.answer .inner .a_f_con .a_f_b .right .a_f_txt {
  margin-top: 15px;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .answer .inner .a_f_con .a_f_b .right .a_f_txt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .answer .inner .a_f_con .a_f_b .right .a_f_txt {
    font-size: 18px;
    margin-top: 10px;
  }
}
.answer .inner .a_f_con .a_f_b .right .a_f_txt span {
  background: linear-gradient(transparent 65%, rgba(241, 91, 36, 0.4980392157) 65%);
}
.answer .inner .a_f_con .a_f_b .right .a_f_txt .sp_only {
  display: none;
}
@media (max-width: 600px) {
  .answer .inner .a_f_con .a_f_b .right .a_f_txt .sp_only {
    display: block;
  }
}
@media (max-width: 600px) {
  .answer .inner .a_f_con .a_f_b .right .a_f_txt .pc_only {
    display: none;
  }
}

.what {
  position: relative;
}
.what:after {
  position: absolute;
  background: #def7f6;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 800px) {
  .what:after {
    top: 1%;
  }
}
@media (max-width: 480px) {
  .what:after {
    top: 1.6%;
  }
}
.what .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .what .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .what .inner {
    width: calc(100% - 40px);
    padding: 40px 13px 0;
  }
}
.what .inner .what_ttl img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .what .inner .what_ttl img.pc_only {
    display: none;
  }
}
.what .inner .what_ttl img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .what .inner .what_ttl img.sp_only {
    width: 100%;
    display: block;
  }
}
.what .inner .l_ttl_txt {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .what .inner .l_ttl_txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .what .inner .l_ttl_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.what .inner .flow_con {
  background: #fff;
  padding: 50px 60px 60px;
}
@media (max-width: 480px) {
  .what .inner .flow_con {
    padding: 30px 20px;
  }
}
.what .inner .flow_con .flow_ttl {
  width: 405px;
  margin: 0 auto;
}
@media (max-width: 615px) {
  .what .inner .flow_con .flow_ttl {
    width: 100%;
  }
}
.what .inner .flow_con .flow_ttl img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b {
  margin-top: 20px;
}
.what .inner .flow_con .flow_con2 .flow_b:after {
  display: block;
  margin-top: 30px;
  background-image: url(../img/flow-arrow-img.png);
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b:after {
    height: 15px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
  width: 230px;
  flex: 0 0 230px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
    flex: none;
    width: 100%;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b img {
  width: 100%;
  vertical-align: bottom;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
  width: 100%;
  position: relative;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
    padding-top: 20px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
  position: relative;
  top: 8px;
  color: #fff;
  background: #028ce2;
  display: inline-block;
  border-radius: 9999px;
  height: 30px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
    top: 0;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 span {
  position: relative;
  top: 2px;
  font-size: 24px;
  line-height: 1;
  padding: 2px 8px;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
  font-size: 27px;
  color: #028ce2;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
    font-size: 20px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt .pc_only {
    display: none;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
    font-size: 16px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b:last-of-type:after {
  display: none;
}
.what .inner .can_wrap {
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .what .inner .can_wrap {
    justify-content: center;
    gap: 5%;
  }
}
@media (max-width: 750px) {
  .what .inner .can_wrap {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .what .inner .can_wrap {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 0;
  }
}
.what .inner .can_wrap .can_b {
  width: 406px;
}
@media (max-width: 750px) {
  .what .inner .can_wrap .can_b {
    width: 100%;
  }
}
.what .inner .can_wrap .can_b img {
  width: 100%;
}
.what .inner .can_wrap .center {
  width: 10px;
  position: relative;
  top: -25px;
}
@media (max-width: 750px) {
  .what .inner .can_wrap .center {
    display: none;
  }
}
.what .inner .can_wrap .center img {
  width: 100%;
}

.achieve {
  position: relative;
}
.achieve:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8vw;
  background-image: url(../img/achieve-under-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  bottom: -3vw;
}
@media (max-width: 1015px) {
  .achieve:after {
    height: 100px;
    bottom: -30px;
  }
}
.achieve .inner .achieve_ttl {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .achieve .inner .achieve_ttl {
    width: 80%;
  }
}
.achieve .inner .achieve_ttl img.pc_only {
  width: 100%;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_ttl img.pc_only {
    display: none;
  }
}
.achieve .inner .achieve_ttl img.sp_only {
  display: none;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_ttl img.sp_only {
    width: 100%;
    display: block;
  }
}
.achieve .inner .date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}
@media (max-width: 550px) {
  .achieve .inner .date {
    text-align: right;
    font-size: 16px;
    padding-right: 30px;
  }
}
.achieve .inner .achieve_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1030px) {
  .achieve .inner .achieve_wrap {
    flex-direction: column;
  }
}
.achieve .inner .achieve_wrap .achieve_b {
  box-shadow: 0px 0px 15px -5px #777777;
  width: 450px;
  height: 450px;
  position: relative;
  border-radius: 9999px;
  background: #fff;
}
@media (max-width: 1030px) {
  .achieve .inner .achieve_wrap .achieve_b {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b {
    width: 320px;
    height: 320px;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con {
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_i {
  width: 95px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_i {
    width: 75px;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_i img {
  width: 100%;
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt1 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt1 {
    font-size: 20px;
    font-weight: bold;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt2 {
    font-size: 20px;
    font-weight: bold;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt3 {
  font-size: 32px;
  color: #028ce2;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  top: -3px;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt3 {
    font-size: 24px;
    font-weight: bold;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt3 span {
  font-size: 40px;
  color: #028ce2;
  font-weight: bold;
  position: relative;
  top: 2px;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt3 span {
    font-size: 30px;
    font-weight: bold;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt4 .sp_only {
  display: none;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b .achieve_b_con .achieve_txt4 .sp_only {
    display: block;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b2 .achieve_b_con .achieve_txt3 {
  color: #f15a24;
  letter-spacing: 0.05em;
  position: relative;
  top: -3px;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 .achieve_b_con .achieve_txt3 {
    font-weight: bold;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b2 .achieve_b_con .achieve_txt3 span {
  color: #f15a24;
  position: relative;
  top: 2px;
}
@media (max-width: 550px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 .achieve_b_con .achieve_txt3 span {
    font-weight: bold;
  }
}

.voice {
  padding: 100px 0 30px;
}
.voice .inner {
  width: 825px;
  margin: 0 auto;
}
@media (max-width: 925px) {
  .voice .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .voice .inner {
    width: calc(100% - 40px);
  }
}
.voice .inner .voice_ttl_img {
  width: 765px;
  margin: 0 auto;
}
@media (max-width: 925px) {
  .voice .inner .voice_ttl_img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_ttl_img {
    width: 100%;
  }
}
.voice .inner .voice_ttl_img img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .voice .inner .voice_ttl_img img.pc_only {
    display: none;
  }
}
.voice .inner .voice_ttl_img img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .voice .inner .voice_ttl_img img.sp_only {
    width: 100%;
    display: block;
  }
}
.voice .inner .voice_con .voice_b:after {
  display: block;
  content: "";
  background-image: url(../img/voice-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 562px;
  height: 8px;
  margin: 50px auto;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b:after {
    margin: 30px auto;
  }
}
.voice .inner .voice_con .voice_b .wrap {
  display: flex;
  gap: 32px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .wrap {
    gap: 20px;
  }
}
.voice .inner .voice_con .voice_b .wrap .left {
  width: 150px;
  flex: 0 0 150px;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .wrap .left {
    flex: none;
    margin: 0 auto;
  }
}
.voice .inner .voice_con .voice_b .wrap .left img {
  width: 100%;
}
.voice .inner .voice_con .voice_b .wrap .right .txt1 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .wrap .right .txt1 {
    font-size: 16px;
  }
}
.voice .inner .voice_con .voice_b .wrap .right .txt2 {
  font-size: 24px;
  font-weight: bold;
  color: #f15a24;
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_b .wrap .right .txt2 {
    font-size: 20px;
  }
}
.voice .inner .voice_con .voice_b .wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 700px) {
  .voice .inner .voice_con .voice_b .wrap.reverse {
    flex-direction: column;
  }
}
.voice .inner .voice_con .voice_b.last:after {
  display: none;
}

.faq {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq:after {
  position: absolute;
  background: #bfefee;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 800px) {
  .faq:after {
    top: 11vw;
  }
}
@media (max-width: 480px) {
  .faq:after {
    top: 15vw;
  }
}
.faq .inner {
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .faq .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .faq .inner {
    width: calc(100% - 40px);
  }
}
.faq .inner .faq_img img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .faq .inner .faq_img img.pc_only {
    display: none;
  }
}
.faq .inner .faq_img img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .faq .inner .faq_img img.sp_only {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.faq .inner .qa_con {
  /* 必須 */
}
.faq .inner .qa_con .accordion-content {
  display: none;
}
.faq .inner .qa_con .accordion-header {
  background: #fff;
  padding: 12px 45px 10px 20px;
  margin: 20px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-header {
    padding: 12px 55px 10px 20px;
  }
}
.faq .inner .qa_con .accordion-header:first-of-type {
  margin: 0;
}
.faq .inner .qa_con .accordion-header::before,
.faq .inner .qa_con .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #151e2f;
}
.faq .inner .qa_con .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.faq .inner .qa_con .accordion-header.active::after {
  transform: rotate(0deg);
}
.faq .inner .qa_con .accordion-content {
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-content {
    padding: 0;
  }
}
.faq .inner .qa_con .accordion-header span {
  position: relative;
  font-size: 1.125em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-header span {
    font-size: 1.15em;
  }
}
@media (max-width: 480px) {
  .faq .inner .qa_con .accordion-header span {
    font-size: 16px;
  }
}
.faq .inner .qa_con .accordion-content span {
  position: relative;
  font-size: 1.125em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-content span {
    font-size: 1.15em;
  }
}
@media (max-width: 480px) {
  .faq .inner .qa_con .accordion-content span {
    font-size: 16px;
  }
}

.upper_ftr_img img.pc_only {
  width: 100%;
  padding: 50px 0 80px;
  vertical-align: bottom;
}
@media (max-width: 750px) {
  .upper_ftr_img img.pc_only {
    display: none;
  }
}
.upper_ftr_img img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .upper_ftr_img img.sp_only {
    display: block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 50px;
  }
}

.ftr_main {
  position: relative;
  background: #bfefee;
  width: 100%;
}
.ftr_main .inner {
  padding: 60px;
}
@media (max-width: 1200px) {
  .ftr_main .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .ftr_main .inner {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .ftr_main .inner {
    padding: 30px;
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap {
    display: block;
  }
}
.ftr_main .inner .ftr_wrap nav ul {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul li {
    margin-bottom: 20px;
  }
}
.ftr_main .inner .ftr_wrap nav ul li a {
  font-family: "M PLUS 2", sans-serif;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */