/* Page style CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.001em;
  font-size: 14px;
  background-color: #fff;
}

#main * {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  width: 100%;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

::placeholder {
  color: #979FA8;
}

/*------------------------------
  #main
------------------------------*/
#main {
  font-size: 14px;
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
  /*------------------------------
    #fv
  ------------------------------*/
}
#main .fv {
  background-image: url(kv.png);
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: min(48px, 6.4vw) 0 min(64px, 8.5333333333vw);
  border-radius: 0 0 min(32px, 4.2666666667vw) min(32px, 4.2666666667vw);
}
#main .fv_outer {
  background-image: linear-gradient(90deg, #83aefe 0%, #94c8fd 100%);
  border-radius: 0 0 min(32px, 4.2666666667vw) min(32px, 4.2666666667vw);
}
#main .fv .logo {
  width: min(247.38px, 32.984vw);
  margin: 0 auto;
}
#main .fv_catch {
  width: min(596px, 79.4666666667vw);
  margin: min(40px, 5.3333333333vw) auto 0;
  color: #004077;
  position: relative;
}
#main .fv_catch_text {
  font-size: min(60px, 8vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#main .fv_catch_text-image {
  margin: min(8px, 1.0666666667vw) auto 0;
}
#main .fv_catch_point {
  display: flex;
  color: #004077;
  margin: min(32px, 4.2666666667vw) 0 0 min(71px, 9.4666666667vw);
}
#main .fv_catch_listItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(8px, 1.0666666667vw);
  font-size: min(30px, 4vw);
  font-weight: 600;
}
#main .fv_catch_listItem:not(:first-child) {
  margin-left: min(17px, 2.2666666667vw);
}
#main .fv_catch_listItem:not(:first-child):before {
  content: "";
  display: block;
  width: min(2px, 0.2666666667vw);
  height: min(24px, 3.2vw);
  background-color: #004077;
  opacity: 0.5;
  margin-right: min(8px, 1.0666666667vw);
}
#main .fv_catch_listItem .list_num {
  width: min(40px, 5.3333333333vw);
  height: auto;
}
#main .fv_catch_bubble {
  width: min(176px, 23.4666666667vw);
  position: absolute;
  top: -8%;
  left: 70%;
}
#main .fv_form_wrap {
  margin-top: min(580px, 77.3333333333vw);
}
#main .contents .features {
  margin: min(80px, 10.6666666667vw) 0 0;
}
#main .contents .features_inner {
  padding: 0 min(32px, 4.2666666667vw);
}
#main .contents .features_heading_box {
  background-image: url(Features.png);
  background-size: min(354px, 47.2vw) auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: min(50px, 6.6666666667vw) 0 0;
}
#main .contents .features_heading {
  font-size: min(44px, 5.8666666667vw);
  font-weight: 600;
  text-align: center;
  color: #383838;
  line-height: 1.5;
  position: relative;
}
#main .contents .features_heading_span {
  padding-left: min(32px, 4.2666666667vw);
}
#main .contents .features_heading_span::before {
  content: "";
  display: inline-block;
  width: min(27px, 3.6vw);
  height: min(47px, 6.2666666667vw);
  background-image: url(5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 54.5%;
}
#main .contents .features_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: min(80px, 10.6666666667vw) 0 0;
  padding: min(46px, 6.1333333333vw) min(46px, 6.1333333333vw) min(32px, 4.2666666667vw);
  box-shadow: 0px min(20px, 2.6666666667vw) min(48px, 6.4vw) 0px rgba(0, 101, 189, 0.1215686275);
  border-radius: min(32px, 4.2666666667vw);
}
#main .contents .features_item + .features_item {
  margin: min(64px, 8.5333333333vw) 0 0;
}
#main .contents .features_item .heading_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(14px, 1.8666666667vw);
}
#main .contents .features_item .heading_image {
  width: min(140px, 18.6666666667vw);
}
#main .contents .features_item .heading_num_01 {
  width: min(56.6px, 7.5466666667vw);
}
#main .contents .features_item .heading_num_02 {
  width: min(67.2px, 8.96vw);
}
#main .contents .features_item .heading_num_03 {
  width: min(67.2px, 8.96vw);
}
#main .contents .features_item .heading_text {
  font-size: min(40px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  color: #383838;
}
#main .contents .features_item .body {
  margin: min(32px, 4.2666666667vw) 0 0;
}
#main .contents .features_item .body_text {
  font-size: min(32px, 4.2666666667vw);
  font-weight: 300;
  line-height: 1.5;
  color: #383838;
}
#main .contents .features_item .video {
  width: 100%;
  margin: min(48px, 6.4vw) 0 0;
}
#main .contents .features_item .video_outer {
  border-radius: min(16px, 2.1333333333vw);
  overflow: hidden;
}
#main .contents .features_item .video video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  vertical-align: top;
}
#main .contents .arrow {
  width: min(84px, 11.2vw);
  height: auto;
  margin: min(70px, 9.3333333333vw) auto 0;
}
#main .contents .merits {
  margin: min(80px, 10.6666666667vw) 0 0;
}
#main .contents .merits_inner {
  padding: 0 min(32px, 4.2666666667vw);
}
#main .contents .merits_heading_box {
  background-image: url(Merits.png);
  background-size: min(256px, 34.1333333333vw) auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: min(50px, 6.6666666667vw) 0 0;
}
#main .contents .merits_heading {
  font-size: min(44px, 5.8666666667vw);
  font-weight: 600;
  text-align: center;
  color: #383838;
  line-height: 1.5;
  position: relative;
}
#main .contents .merits_heading_span {
  padding-left: min(32px, 4.2666666667vw);
}
#main .contents .merits_heading_span::before {
  content: "";
  display: inline-block;
  width: min(14px, 1.8666666667vw);
  height: min(47px, 6.2666666667vw);
  background-image: url(1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 4%;
  left: 35.5%;
}
#main .contents .merits_item {
  margin: min(80px, 10.6666666667vw) 0 0;
  background: linear-gradient(134.39deg, #D7EEFF 0.05%, rgba(233, 246, 255, 0.85) 25.05%, rgba(232, 246, 255, 0.4) 100.05%);
  padding: min(52px, 6.9333333333vw) min(48px, 6.4vw) min(64px, 8.5333333333vw);
  border-radius: min(32px, 4.2666666667vw);
}
#main .contents .merits_item + .merits_item {
  margin: min(24px, 3.2vw) 0 0;
}
#main .contents .merits_item .heading_text {
  font-size: min(44px, 5.8666666667vw);
  font-weight: 600;
  line-height: 1.5;
  color: #0065BD;
  text-align: center;
}
#main .contents .merits_item .heading_text_sm {
  font-size: min(32px, 4.2666666667vw);
}
#main .contents .merits_item .body {
  margin: min(32px, 4.2666666667vw) 0 0;
}
#main .contents .merits_item .body_text {
  font-size: min(32px, 4.2666666667vw);
  font-weight: 300;
  line-height: 1.5;
  color: #383838;
  text-align: justify;
}
#main .contents .merits_item .illust {
  margin: min(48px, 6.4vw) 0 0;
}
#main .contents .merits_item .note {
  font-size: min(20px, 2.6666666667vw);
  font-weight: 300;
  line-height: 1.5;
  color: #606E85;
  margin: min(24px, 3.2vw) 0 0;
}
#main .contents_form {
  background-image: url(contents_form_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin: min(76px, 10.1333333333vw) 0 0;
  padding: min(80px, 10.6666666667vw) min(32px, 4.2666666667vw);
}
#main .contents_form_heading {
  font-size: min(44px, 5.8666666667vw);
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
#main .contents_form_wrap {
  margin: min(48px, 6.4vw) 0 0;
}
#main .contents_form_wrap .rn3-backdrop {
  padding: 0;
}
#main .float-btn {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  max-width: 750px;
  padding: min(32px, 4.2666666667vw) min(32px, 4.2666666667vw) min(24px, 3.2vw);
}
#main .float-btn .float-btn_link {
  display: inline-block;
  position: relative;
}
#main .float-btn .float-btn_link .float-btn_badge {
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
  width: min(196px, 26.1333333333vw);
  height: min(40px, 5.3333333333vw);
}

/* CTA AREA */
.cta {
  display: flex;
  width: min(91.47vw, 686px);
  padding: min(8.53vw, 64px) min(48px, 6.4vw);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: min(8.53vw, 64px);
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(153, 18, 18, 0.12);
  position: relative;
  z-index: 999;
}

.cta_ttl {
  color: #383838;
  font-size: min(3.73vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cta_ttl:after, .cta_ttl:before {
  background-color: #D1D7E0;
  content: "";
  height: 1px;
  flex-grow: 0;
  width: 20px;
}

.cta_ttl:before {
  margin-right: 6px;
}

.cta_ttl:after {
  margin-left: 6px;
}

.cta_companys {
  width: min(466px, 62.13vw);
  margin: 0 auto;
}

.cta_text {
  color: #383838;
  font-size: min(3.2vw, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
}

.cta_box01 {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: min(48px, 6.4vw);
  align-self: stretch;
}

.cta_box01 .cta_btn {
  display: block;
  width: 100%;
  height: min(13.33vw, 100px);
  padding: 0;
  border-radius: 8px;
  background: #417BAA;
  position: relative;
}

.cta_box01 .cta_btn a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: min(13.33vw, 100px);
  color: #fff;
  font-size: min(4.27vw, 32px);
  font-style: normal;
  font-weight: 600;
}

.cta_box01 .cta_btn_deco {
  position: absolute;
  top: max(-24px, -3.2vw);
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  height: min(52px, 6.9333333333vw);
  padding: 0 min(2.13vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 2px solid #417BAA;
  background: #FFF;
  color: #417BAA;
  text-align: center;
  font-size: min(3.2vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.cta_box02 {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: min(4.27vw, 32px);
  align-self: stretch;
}

.cta_box02 .cta_btn {
  width: 100%;
  height: min(13.33vw, 100px);
  padding: 0 min(3.2vw, 24px);
  border-radius: 8px;
  background: #D72332;
}

.cta_box02 .cta_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: min(13.33vw, 100px);
  color: #fff;
  font-size: min(4.27vw, 32px);
  font-style: normal;
  font-weight: 600;
}

.cta_box02 .cta_btn_white {
  padding: min(1.07vw, 8px);
  margin: 0 0 0 min(1.07vw, 8px);
  border-radius: 4px;
  background: #FFF;
  color: #D72332;
  font-size: min(3.2vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}

/* footer */
.footer {
  display: flex;
  width: 100%;
  max-width: 750px;
  padding: min(48px, 6.4vw) min(4.27vw, 32px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: min(3.2vw, 24px);
  background: #F5F7FA;
  box-sizing: border-box;
}

.footer_list {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: min(2.13vw, 16px) min(4.27vw, 32px);
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
}

.footer_item {
  color: #1478C9;
  font-size: min(2.67vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 15px */
}

.footer_item a {
  color: #1478C9;
}

.footer_copyright {
  color: #6e6e6e;
  font-size: min(2.67vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 15px */
}

/* /footer *//*# sourceMappingURL=style.css.map */