body {
  min-width: 1080px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.w800 {
  margin-inline: auto;
  width: 800px;
  max-width: 90%;
}

.mb0_pc {
  margin-bottom: 0 !important;
}

header {
  border-top: 15px solid #03afc3;
  width: 100%;
  min-width: 1080px;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
  padding: 0px min(50px, 2%);
  box-sizing: border-box;
  background: #fff;
}
header .h_logo {
  position: relative;
  z-index: 999;
  width: 92px;
  height: auto;
}
header .menu_toggle {
  display: none;
}
header #gnavi ul.pa {
  gap: 37px;
  font-size: 15px;
}
header #gnavi ul.pa a {
  font-weight: 500;
  line-height: 45px;
  color: var(--navy);
}
header .gn_wrap {
  height: 45px;
  gap: 50px;
}
header .btn_cta a {
  color: #fff;
  background: linear-gradient(90deg, #ff9900 28.37%, #ff5e00 122.38%);
  width: 266px;
  height: 45px;
  gap: 10px;
  padding: 0 10px 0 50px;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  transition: all 0.4s linear;
  text-align: center;
  overflow: hidden;
}
header .btn_cta a span {
  transition: all 0.4s linear;
  position: relative;
  z-index: 3;
}
header .btn_cta a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: linear-gradient(90deg, #ff5e00 28.37%, #ff9900 122.38%);
  opacity: 1;
  transition: all 0.4s linear;
}
header .btn_cta a .txt8 {
  font-size: 14px;
  height: 45px;
  background-color: #1cccdf;
  border-radius: 30px;
  padding: 0 16px;
  line-height: 45px;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header .btn_cta a .txt14 {
  font-size: 20px;
  line-height: 45px;
}
header .btn_cta a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 7px;
  height: 12px;
  background: url(../img/bt_ar.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
header .btn_cta a:hover span:not(.txt16) {
  letter-spacing: 1px;
}
header .btn_cta a:hover::after {
  opacity: 0;
}

#fv {
  padding: 0;
  background-color: #fee5e0;
  margin-bottom: 150px;
}
#fv::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fee5e0;
  left: 0;
  bottom: -150px;
}

@media screen and (max-width: 1200px) {
  header .btn_cta a {
    width: 246px;
  }
  header .btn_cta a .txt8 {
    padding: 0 12px;
  }
  header #gnavi ul.pa {
    gap: 24px;
  }
  header .gn_wrap {
    gap: 30px;
  }
} /*---max-width: 1200px---*/
#gnavi ul.pa {
  gap: 37px;
  font-size: 15px;
}
#gnavi ul.pa a {
  font-weight: 500;
  line-height: 45px;
  color: var(--navy);
}

.gn_wrap {
  height: 45px;
  gap: 50px;
}

#fv {
  margin-top: 90px;
}

#fv01 .txt_box {
  position: absolute;
  top: max(110px, 29.33vw);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
#fv01 .txt30 {
  font-size: max(30px, 8vw);
}
#fv01 .txt36 {
  font-size: max(36px, 9.6vw);
  line-height: 1.2;
}
#fv01 .txt18 {
  font-size: max(18px, 4.6vw);
  line-height: 1.5;
}
#fv01 .txt18 .txt12 {
  font-size: 66.6%;
}
#fv01 .txt18 .bg_pink {
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 6px;
}
#fv01 .logo {
  margin: 10px auto 10px;
}
#fv01 .logo img {
  width: 47%;
  height: auto;
}

#fv02 {
  padding: 30px 0 105px;
}
#fv02 .lead_h3 {
  font-size: 34px;
  margin-bottom: 60px;
  line-height: 1.6;
  position: relative;
}
#fv02 .lead_h3 .marker {
  background: linear-gradient(transparent 94%, var(--pink) 0%);
  padding: 0 2px 8px;
}
#fv02 .lead_h3 .txt22 {
  font-size: 42px;
}
#fv02 .lead_h3 .txt28 {
  font-size: 54px;
}
#fv02 .lead_h4 {
  background-color: #fff6ee;
  line-height: 101px;
  padding: 0 50px;
  font-size: 34px;
}
#fv02 .lead_h4:before {
  display: block;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  position: absolute;
  border: 2px solid #fdd7d0;
}
#fv02::before {
  display: block;
  content: "";
  width: 309px;
  height: 312px;
  bottom: 15px;
  right: calc(50% + 282px);
  margin: auto;
  position: absolute;
  background: url(../img/fv02_img01.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
#fv02::after {
  display: block;
  content: "";
  width: 359px;
  height: 325px;
  bottom: 15px;
  left: calc(50% + 274px);
  margin: auto;
  position: absolute;
  background: url(../img/fv02_img02.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.btn_cta02 a {
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(90deg, #ff9900 28.37%, #ff5e00 122.38%);
  width: 500px;
  height: 90px;
  line-height: 88px;
  gap: 10px;
  padding: 0 0 0 85px;
  border-radius: 50px;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.4s linear;
  text-align: center;
}
.btn_cta02 a span {
  transition: all 0.4s linear;
  position: relative;
  z-index: 3;
}
.btn_cta02 a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: linear-gradient(90deg, #ff5e00 28.37%, #ff9900 122.38%);
  opacity: 1;
  transition: all 0.4s linear;
}
.btn_cta02 a .txt16 {
  font-size: 26px;
  line-height: 90px;
  background-color: #1cccdf;
  border-radius: 50px;
  padding: 0 23px;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.btn_cta02 a .txt24 {
  font-size: 38px;
}
.btn_cta02 a .txt18 {
  font-size: 28px;
}
.btn_cta02 a .txt22 {
  font-size: 36px;
}
.btn_cta02 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 10px;
  height: 18px;
  background: url(../img/bt_ar.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.btn_cta02 a:hover span:not(.txt16) {
  letter-spacing: 1px;
}
.btn_cta02 a:hover::after {
  opacity: 0;
}

.btn_cta02_wrap {
  padding: 60px 0 80px;
  background: url(../img/bg_cta_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.btn_cta02_wrap .txt20 {
  font-size: 28px;
}

.stit_h2 {
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.stit_h2::first-letter {
  color: var(--pink);
}
.stit_h2 .txt_bl {
  background: linear-gradient(transparent 60%, #fff159 0%);
  padding: 0 8px 2px;
}

section .txt16 {
  font-size: 20px;
}

#s01 {
  padding: 50px 0 100px;
}
#s01 .btn_cta02 {
  margin: 0px auto 120px;
}
#s01 .txt18 {
  font-size: 30px;
  margin-bottom: 60px;
}
#s01 .marker_y {
  border-bottom: 3px solid #ffd400;
  font-weight: 700;
}
#s01 .point_wrap {
  gap: 40px;
}
#s01 .point_box01 {
  width: calc(50% - 20px);
  background: #fee6df;
  padding: 30px 30px 40px;
  position: relative;
  box-sizing: border-box;
}
#s01 .point_box01 .txt_pink {
  font-size: 30px;
  border-bottom: 2px solid #fff6ee;
  padding: 0 5px 20px;
  margin: 30px auto 20px;
  color: #ff7275;
}
#s01 .point_box01 .lh90_pc {
  line-height: 90px;
}
#s01 .point_box01 .lh72_pc {
  line-height: 76px;
}
#s01 .point_box01 .txt16 {
  font-size: 20px;
}
#s01 .point_box01:before {
  display: block;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  position: absolute;
  border: 2px solid #fff6ee;
}

#s02 {
  position: relative;
  padding: 100px 0 124px;
}
#s02::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #cff2f7;
  background: linear-gradient(80deg, #cff2f7 0%, #edf8fc 90%);
  border-radius: 400px 400px 0 0;
}
#s02::after {
  display: block;
  content: "";
  width: 365px;
  height: 226px;
  bottom: 0px;
  right: calc(50% + 284px);
  margin: auto;
  position: absolute;
  background: url(../img/av02.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
#s02 .point_box02_wrap {
  text-align: left;
  margin-inline: auto;
  height: 624px;
}
#s02 .point_box02 {
  width: 370px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  box-shadow: 0px 2px 8px 0px rgba(142, 195, 203, 0.1019607843);
}
#s02 .point_box02 .txt24 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#s02 .point_box02 .txt24 .marker_y2 {
  background: linear-gradient(transparent 75%, #fff159 0%);
  padding: 0 2px;
}
#s02 .point_box02 .txt24:after {
  display: block;
  content: "";
  width: auto;
  height: 6px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/dot01.svg) 50% 50% no-repeat;
  background-size: auto 100% !important;
}
#s02 .point_box02 .txt16 {
  font-size: 20px;
  text-align: center;
}
#s02 .point_box02:first-child {
  left: -10px;
  top: 0;
}
#s02 .point_box02:nth-child(2) {
  top: 250px;
  left: 196px;
}
#s02 .point_box02:nth-child(2) .txt24:after {
  background: url(../img/dot02.svg) 50% 50% no-repeat;
}
#s02 .point_box02:nth-child(3) {
  left: 430px;
  top: 0;
}
#s02 .point_box02:nth-child(3) .txt24:after {
  background: url(../img/dot03.svg) 50% 50% no-repeat;
}
#s02 .point_box02:last-child {
  top: 250px;
  right: -10px;
}
#s02 .point_box02:last-child::before {
  display: block;
  content: "";
  width: 107px;
  height: 223px;
  top: -95px;
  right: 30px;
  margin: auto;
  position: absolute;
  background: url(../img/av01.png) 50% 50% no-repeat;
  background-size: auto 100%;
}
#s02 .point_box02:last-child .txt24:after {
  background: url(../img/dot04.svg) 50% 50% no-repeat;
}

#s03 {
  padding: 0 0 120px;
}
#s03 .stit32 {
  font-size: 50px;
  line-height: 122px;
  font-weight: 700;
}
#s03 .stit32:before {
  display: block;
  content: "";
  width: 100%;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-top: 2px solid #fff6ee;
  border-bottom: 2px solid #fff6ee;
}
#s03 .point_box03 {
  margin: 80px auto 0;
}
#s03 .point_box03 + .point_box03 {
  margin-top: 70px;
}
#s03 .point_box03.rev {
  flex-direction: row-reverse;
}
#s03 .point_box03 .img {
  width: 450px;
}
#s03 .point_box03 .txt_box {
  width: 510px;
  position: relative;
}
#s03 .point_box03 .txt_box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 157px;
  height: 58px;
  line-height: 58px;
  gap: 3px;
}
#s03 .point_box03 .txt_box .icon .txt12 {
  font-size: 16px;
}
#s03 .point_box03 .txt_box .icon .txt18 {
  font-size: 24px;
}
#s03 .point_box03 .txt_box .icon:before {
  display: block;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: auto;
  position: absolute;
  border: 1px solid #fff6ee;
}
#s03 .point_box03 .txt_box .txt28 {
  margin-left: 177px;
  display: inline-block;
  border-bottom: 2px solid var(--bl);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#s03 .point_box03 .txt_box .txt16 .marker_y {
  display: inline-block;
  background: linear-gradient(transparent 92%, #ffd400 0%);
  padding: 0;
}

#case {
  padding: 80px 0 120px;
}
#case .case_slider {
  margin: 60px auto 0;
}
#case .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline: auto;
  align-items: stretch;
}
#case .swiper-slide {
  width: 310px;
  height: auto;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 14px 0px rgba(0, 105, 217, 0.1019607843);
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
#case .inner-item img {
  width: 231px;
}
#case .inner-item .tag {
  gap: 5px;
  padding: 20px 0px 20px;
  font-weight: bold;
}
#case .inner-item .tag li {
  font-size: 16px;
  background-color: #fee6df;
  border-radius: 5px;
  line-height: 34px;
  padding: 0 15px;
}
#case .inner-item .tag .txt16 {
  text-align: left;
}

#step {
  padding: 80px 0 120px;
  background: #fee6df;
}
#step .step {
  gap: 20px;
}
#step .step:before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 106px;
  margin: auto;
  position: absolute;
  background: var(--pink);
}
#step .step li {
  background: #fff6ee;
  padding: 11px;
  position: relative;
}
#step .step li .bg_aqua {
  width: 202px;
  gap: 10px;
  color: #fff;
  background: #76d6ee;
  font-size: 24px;
  z-index: 5;
  position: relative;
}
#step .step li .bg_aqua .font-en .txt22 {
  font-size: 34px;
  padding-left: 5px;
}
#step .step li .bg_aqua .font-en .txt16 {
  font-size: 24px;
}
#step .step li .bg_aqua .icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
#step .step li .bg_aqua .icon img {
  width: 100%;
}
#step .step li .txt_box {
  width: calc(100% - 202px);
  box-sizing: border-box;
  padding: 30px 20px 30px 0;
}
#step .step li .txt_box .txt22 {
  font-size: 24px;
  text-align: center;
  width: 260px;
  line-height: 1.5;
  margin-bottom: 0;
}
#step .step li .bt_p {
  font-weight: 500;
  font-size: 20px;
  width: calc(100% - 260px);
  border-left: 1px solid var(--pink);
  padding-left: 30px;
  box-sizing: border-box;
}
#step .step li:before {
  display: block;
  content: "";
  top: 11px;
  left: 11px;
  right: 11px;
  bottom: 11px;
  margin: auto;
  position: absolute;
  border: 2px solid #fee6df;
}

#wakai {
  border-radius: 0 0 400px 400px;
  overflow: hidden;
}
#wakai:before {
  display: block;
  content: "";
  width: max(1200px, 100%);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/bg_wakai.jpg) 50% 50% no-repeat;
  border-radius: 400px;
  background-size: cover;
  z-index: 2;
}
#wakai:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #fee6df;
  z-index: 1;
}
#wakai .inbox {
  padding: 80px 44px 277px;
}
#wakai .txt32 {
  font-size: 50px;
  color: #02afc2;
  line-height: 1.6;
}
#wakai .txt32 .txt24 {
  font-size: 36px;
}
#wakai .txt20 {
  font-size: 26px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff6ee 0%);
  padding: 0 2px 4px;
}
#wakai .txt20 + .txt18 {
  margin-bottom: 15px;
}
#wakai .txt18 {
  font-size: 20px;
  line-height: 1.8 !important;
}
#wakai .tR {
  font-size: 12px;
  width: 500px;
  margin-inline: auto;
}
#wakai .img_hands {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

#faq {
  padding: 80px 20px 60px;
}
#faq .faq_list i {
  font-size: 26px;
  font-weight: 500 !important;
  line-height: 1.5;
}
#faq .faq_list p {
  width: calc(100% - 44px);
}
#faq .faq_list dt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  border-radius: 10px;
  gap: 20px;
  padding: 10px 10px 10px 30px;
}
#faq .faq_list dd {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 20px;
  gap: 20px;
  padding-left: 30px;
}
#faq .faq_list dd + dt {
  margin-top: 20px;
}

.footer {
  border-top: 10px solid #02afc2;
  padding: 50px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.footer a {
  color: var(--bl);
}
.footer .txt18 {
  font-size: 20px;
}
.footer .txt14 {
  font-size: 18px;
}
.footer .logo_box_wrap {
  gap: 30px;
}
.footer .f_nav {
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  padding: 30px 0;
  margin: 30px auto;
  font-size: 18px;
}
.footer .f_nav li {
  line-height: 1;
}
.footer .f_nav li + li {
  margin-top: 18px;
}
.footer .f_nav li a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.footer .f_nav li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url(../img/bt_ar_bl.svg) 50% 60% no-repeat;
  background-size: auto 100%;
  z-index: 3;
}
.footer .sns_btn {
  gap: 20px;
}
.footer .sns_btn .twitter {
  width: 38px;
  height: auto;
}
.footer .sns_btn .facebook {
  width: 42px;
  height: auto;
}
/*# sourceMappingURL=pc.css.map */