body {
  min-width: 375px;
  line-height: 1.6;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-weight: 500;
}

header {
  border-top: 10px solid #03afc3;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
  padding: 0px 70px 0 20px;
  box-sizing: border-box;
  background: #fff;
}
header .h_logo {
  position: relative;
  z-index: 999;
}
header .h_logo img {
  width: 70px;
  height: auto;
}
header .btn_cta a {
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 28.37%, #ff9900 122.38%);
  width: 163px;
  height: 35px;
  line-height: 35px;
  gap: 10px;
  padding: 0 15px 0 50px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
header .btn_cta a .txt8 {
  height: 35px;
  background-color: #1cccdf;
  border-radius: 20px;
  padding: 0 8px;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header .btn_cta a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 4px;
  height: 6px;
  background: url(../img/bt_ar.svg) 50% 50% no-repeat;
  z-index: 3;
}

.btn_cta02 a {
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 28.37%, #ff9900 122.38%);
  width: min(315px, 100%);
  height: 56px;
  line-height: 54px;
  gap: 10px;
  padding: 0 15px 0 95px;
  border-radius: 40px;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
}
.btn_cta02 a .txt16 {
  line-height: 56px;
  background-color: #1cccdf;
  border-radius: 40px;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn_cta02 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 7px;
  height: 12px;
  background: url(../img/bt_ar.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 3;
}

.btn_cta02_wrap {
  padding: 60px 0 70px;
  background: url(../img/bg_cta.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
}

#fv {
  padding: 0 0 20px;
  background-color: #fee5e0;
  margin-bottom: 70px;
}
#fv::after {
  content: "";
  position: absolute;
  height: 70px;
  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: -70px;
}

#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-top: 30px;
}
#fv02 .lead_h3 {
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
}
#fv02 .lead_h3 .marker {
  background: linear-gradient(transparent 94%, var(--pink) 0%);
  padding: 0 2px 8px;
}
#fv02 .lead_h4 {
  background-color: #fff6ee;
  line-height: 56px;
  padding: 0 25px;
}
#fv02 .lead_h4:before {
  display: block;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: auto;
  position: absolute;
  border: 2px solid #fdd7d0;
}

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

#s01 {
  padding: 50px 0 60px;
}
#s01 .btn_cta02 {
  margin: 0px auto 80px;
}
#s01 .marker_y {
  border-bottom: 2px solid #ffd400;
  font-weight: 700;
}
#s01 .point_box01 {
  background: #fee6df;
  padding: 30px;
  position: relative;
}
#s01 .point_box01 + .point_box01 {
  margin-top: 30px;
}
#s01 .point_box01 .txt_pink {
  border-bottom: 2px solid #fff6ee;
  padding: 0 5px 10px;
  margin: 30px auto 10px;
  color: #ff7275;
}
#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: 185px 185px 0 0;
}
#s02::after {
  display: block;
  content: "";
  width: 199px;
  height: 128px;
  bottom: 0px;
  left: 5%;
  margin: auto;
  position: absolute;
  background: url(../img/av02.png) 50% 50% no-repeat;
  background-size: auto 100%;
}
#s02 .point_box02_wrap {
  max-width: 440px;
  margin-inline: auto;
}
#s02 .point_box02 {
  width: 305px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: grid;
  place-items: center;
  box-shadow: 0px 2px 8px 0px rgba(142, 195, 203, 0.1019607843);
}
#s02 .point_box02 + .point_box02 {
  margin-top: -80px;
}
#s02 .point_box02 .txt24 {
  padding-bottom: 18px;
  margin-bottom: 10px;
}
#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%;
}
#s02 .point_box02 .txt16 {
  width: 225px;
}
#s02 .point_box02:nth-child(even) {
  margin-left: auto;
  margin-right: -12px;
}
#s02 .point_box02:nth-child(odd) {
  margin-right: auto;
  margin-left: -12px;
}
#s02 .point_box02.av01::before {
  display: block;
  content: "";
  width: 63px;
  height: 130px;
  bottom: 30px;
  right: -30px;
  margin: auto;
  position: absolute;
  background: url(../img/av01.png) 50% 50% no-repeat;
  background-size: auto 100%;
}
#s02 .point_box02:nth-child(2) .txt24:after {
  background: url(../img/dot02.svg) 50% 50% no-repeat;
}
#s02 .point_box02:nth-child(3) .txt24:after {
  background: url(../img/dot03.svg) 50% 50% no-repeat;
}
#s02 .point_box02:nth-child(4) .txt24:after {
  background: url(../img/dot04.svg) 50% 50% no-repeat;
}

#s03 {
  padding: 0 0 60px;
}
#s03 .stit32 {
  line-height: 76px;
  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 {
  gap: 20px;
  align-items: center;
}
#s03 .point_box03 + .point_box03 {
  margin-top: 60px;
}
#s03 .point_box03 .txt_box {
  display: contents;
}
#s03 .point_box03 .txt_box .icon {
  order: -2;
  height: 40px;
  line-height: 1;
  width: 113px;
  gap: 3px;
}
#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 {
  order: -1;
  border-bottom: 2px solid var(--bl);
  padding-bottom: 10px;
}
#s03 .point_box03 .txt_box .txt16 .marker_y {
  display: inline-block;
  background: linear-gradient(transparent 92%, #ffd400 0%);
  padding: 0;
}

#case {
  padding: 60px 0 40px;
}
#case .swiper-container {
  width: 375px;
  overflow: visible;
  margin-inline: auto;
}
#case .swiper-slide {
  width: 264px;
  height: auto;
}
#case .inner-item {
  width: 100%;
  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 .tag {
  gap: 5px;
  padding: 10px 20px 15px;
  font-weight: bold;
}
#case .inner-item .tag li {
  background-color: #fee6df;
  border-radius: 5px;
  line-height: 25px;
  padding: 0 15px;
}
#case .inner-item .tag .txt16 {
  text-align: left;
}
#case .swiper-button-next:after,
#case .swiper-button-prev:after {
  font-size: 20px;
}
#case .swiper-button-prev {
  left: 20px;
  right: auto;
}
#case .swiper-button-next {
  right: 20px;
  left: auto;
}

#step {
  padding: 60px 0;
  background: #fee6df;
}
#step .step {
  gap: 20px;
}
#step .step:before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: var(--pink);
}
#step .step li {
  background: #fff6ee;
  padding: 10px;
  position: relative;
}
#step .step li .bg_aqua {
  gap: 10px;
  color: #fff;
  background: #76d6ee;
  height: 41px;
  z-index: 5;
  position: relative;
}
#step .step li .bg_aqua .font-en .txt22 {
  padding-left: 5px;
}
#step .step li .txt_box {
  padding: 20px;
}
#step .step li .txt_box .txt22 {
  line-height: 1.5;
}
#step .step li .bt_p {
  font-weight: 500;
  border-top: 1px solid var(--pink);
  padding-top: 10px;
  margin-inline: auto;
}
#step .step li:before {
  display: block;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  position: absolute;
  border: 2px solid #fee6df;
}

#wakai {
  border-radius: 0 0 50vw 50vw;
  overflow: hidden;
}
#wakai:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/bg_wakai_sp.jpg) 50% 50% no-repeat;
  border-radius: 50vw;
  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;
}
#wakai .inbox {
  padding: 110px 44px 61vw;
}
#wakai .txt32 {
  color: #02afc2;
  line-height: 1.2;
}
#wakai .txt20 {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff6ee 0%);
  padding: 0 2px 4px;
}
#wakai .tR {
  padding-right: 0.8em;
}
#wakai .img_hands {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
#wakai .img_hands img {
  max-width: none;
  width: 100%;
  height: 242px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.footer {
  border-top: 10px solid #02afc2;
  padding: 50px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.footer a {
  color: var(--bl);
}
.footer .f_nav {
  font-size: 15px;
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  padding: 30px 0;
  margin: 30px auto;
}
.footer .f_nav li {
  line-height: 1;
}
.footer .f_nav li + li {
  margin-top: 10px;
}
.footer .f_nav li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 5px;
  height: 9px;
  background: url(../img/bt_ar_bl.svg) 50% 50% no-repeat;
  z-index: 3;
}
.footer .sns_btn {
  gap: 20px;
}

#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  margin: auto;
  pointer-events: none;
}
#gnavi .toggle {
  pointer-events: all;
  width: 30px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  top: 14px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
#gnavi .toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 1.5px;
  border-radius: 1px;
  background: var(--bl);
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 7px;
  background: var(--pink);
}
#gnavi .toggle span:nth-of-type(2) {
  top: 15px;
}
#gnavi .toggle span:nth-of-type(3) {
  top: 23px;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(1) {
  transform: translateY(8px) rotate(-345deg);
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(2) {
  display: none;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(3) {
  transform: translateY(-8px) rotate(345deg);
}

#gnavi .menu_open {
  z-index: 992;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
#gnavi .menu_open ul.pa {
  opacity: 0;
  height: 0;
  margin: 0px auto;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li {
  opacity: 0;
  height: 0;
  transition: all 0.4s linear;
  pointer-events: none;
}
#gnavi .menu_open ul.pa > li a {
  color: var(--navy);
  position: relative;
  overflow: hidden;
  line-height: 54px;
  display: block;
}

#menu_toggle:checked ~ .menu_open {
  pointer-events: none;
  top: 60px;
  display: block;
  opacity: 1;
  padding: 0px 0 1px;
}
#menu_toggle:checked ~ .menu_open #spNav {
  background: url(../img/bg_cta.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#menu_toggle:checked ~ .menu_open ul.pa {
  pointer-events: all;
  opacity: 1;
  height: auto;
}
#menu_toggle:checked ~ .menu_open ul.pa > li {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
/*# sourceMappingURL=sp.css.map */