@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif !important;
  overflow-x: hidden;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  background: url(../img/banner.png) no-repeat center center/cover;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 999;
}

html {
  overflow-x: hidden;
}

.theme-color {
  color: #0AB3B6;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-btn_wrap {
  text-align: center;
}

.contact-btn {
  border-radius: 4px;
  transition: all 0.3s;
  background-color: #fff;
  border: 2px solid #0AB3B6;
  color: #0AB3B6;
  margin-top: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 6%;
  font-weight: 600;
}
.contact-btn:hover {
  color: #fff;
  background-color: #0AB3B6;
}

.header {
  background-color: #0272E3;
  padding: 10px 0;
}

.header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-icon {
  width: 35px;
  height: 28px;
}

.header-title {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
}

.top {
  background: url(../img/top-bg.png) no-repeat center center/cover;
  background-size: cover !important;
  position: relative;
  display: block;
  height: 600px;
  width: 100%;
  padding-top: 70px;
}
@media screen and (min-width: 1025px) {
  .top {
    background: url(../img/top-bg_pc.png) no-repeat center center/cover;
    height: 95vh;
    padding-top: 80px;
    overflow: hidden;
  }
}
.top::before {
  position: absolute;
  content: "";
  background: url(../img/top-lady.png) no-repeat center center/cover !important;
  bottom: 0;
  z-index: 991;
}
@media screen and (max-width: 1024px) {
  .top::before {
    left: 57%;
    transform: translateX(-50%);
    width: 381px;
    height: 402px;
  }
}
@media screen and (min-width: 1025px) {
  .top::before {
    width: 44%;
    height: 94%;
    right: 0;
    bottom: -20px;
  }
}

.top-texts {
  display: block;
  margin: 0px auto 0;
}
@media screen and (min-width: 1025px) {
  .top-texts {
    margin: 20px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .top-texts {
    width: 85%;
  }
}

.top-text {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1025px) {
  .top-text {
    font-size: 50px;
  }
}
.top-text .top-know {
  display: block;
}
.top-text .top-span {
  display: inline-block;
  font-size: 28px;
  background: linear-gradient(transparent 50%, #00BBFF 50%);
}
@media screen and (min-width: 1025px) {
  .top-text .top-span {
    font-size: 48px;
    margin-top: 20px;
  }
}
.top-text .top-span .top-span_number {
  font-size: 40px;
}
@media screen and (min-width: 1025px) {
  .top-text .top-span .top-span_number {
    font-size: 64px;
  }
}
.top-text .top-span02 {
  font-size: 20px;
  display: block;
  margin-top: 14px;
}
@media screen and (min-width: 1025px) {
  .top-text .top-span02 {
    font-size: 35px;
    margin-top: 30px;
  }
}

.top-bottom {
  position: absolute;
  content: "";
  bottom: 20px;
  z-index: 992;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .top-bottom {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .top-bottom {
    width: 45%;
    left: 6%;
    bottom: 80px;
  }
}

.top-bottom_text {
  color: #007CF7;
  background: #fff;
  font-size: 19px;
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
  padding: 6px 0;
}
@media screen and (min-width: 1025px) {
  .top-bottom_text {
    margin-top: 20px;
  }
}

.support-title {
  font-size: 20px;
  color: #0AB3B6;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (min-width: 1025px) {
  .support-title {
    font-size: 24px;
    margin-top: 70px;
    line-height: 38px;
  }
}

.support-content_wrap {
  margin-top: 28px;
}
@media screen and (min-width: 1025px) {
  .support-content_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 30px auto 0;
  }
}
.support-content_wrap .support-content:nth-of-type(1) .support-content_img {
  width: 158px;
  height: 120px;
}
.support-content_wrap .support-content:nth-of-type(2) .support-content_img {
  width: 108px;
  height: 90px;
}
.support-content_wrap .support-content:nth-of-type(3) .support-content_img {
  width: 96px;
  height: 104px;
}
.support-content_wrap .support-content:nth-of-type(3) .support-content_lists {
  padding-top: 26px;
}
@media screen and (min-width: 1025px) {
  .support-content_wrap .support-content:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}

.support-content {
  border: 2px solid #0AB3B6;
  border-radius: 6px;
  padding: 22px 4% 20px;
  width: 95%;
  margin: 20px auto;
}
@media screen and (min-width: 1025px) {
  .support-content {
    width: 33%;
    padding: 22px 2% 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 320px;
  }
}

.support-content_inner {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .support-content_inner {
    height: 47%;
  }
}

.support-content_number {
  width: 60px;
  height: 60px;
  margin-right: 47px;
}
.support-content_number img {
  width: 60px;
  height: 60px;
}

.support-content_img {
  width: 107px;
  height: 120px;
}
.support-content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-content_titles {
  padding-top: 12px;
}

.support-content_title {
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c;
  display: inline-block;
  background: linear-gradient(transparent 70%, rgba(10, 179, 182, 0.6) 30%);
}
@media screen and (min-width: 1025px) {
  .support-content_title {
    font-size: 22px;
  }
}

.support-content_lead {
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .support-content_lead {
    font-size: 16px;
    line-height: 28px;
  }
}
.support-content_lead span {
  display: inline-block;
}

.support-content_lists {
  list-style: none;
  padding-left: 30px;
  padding-top: 16px;
}
.support-content_lists .support-content_list:nth-of-type(n + 2) {
  margin-top: 10px;
}

.support-content_list {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .support-content_list {
    line-height: 26px;
    font-size: 16px;
  }
}
.support-content_list span {
  display: inline-block;
}
.support-content_list::before {
  content: "◼️";
  position: absolute;
  left: 0;
}

.support-benefit_wrap {
  margin-top: 40px;
}

.support-benefit_title {
  position: relative;
  text-align: center;
}
.support-benefit_title p {
  background-color: #0AB3B6;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 26px;
}
@media screen and (min-width: 1025px) {
  .support-benefit_title p {
    padding: 12px 80px;
    font-size: 20px;
  }
}
.support-benefit_title::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  width: 22px;
  height: 12px;
  font-size: 15px;
  background: url(../img/Polygon-sky.png) no-repeat center center/cover;
}

.support-benefit_texts {
  text-align: center;
  margin-top: 26px;
}

.support-benefit_price {
  color: #004AB9;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .support-benefit_price {
    font-size: 40px;
  }
}
.support-benefit_price span {
  font-size: 46px;
}
@media screen and (min-width: 1025px) {
  .support-benefit_price span {
    font-size: 70px;
    padding: 0 12px;
  }
}

.support-benefit_lead {
  color: #3c3c3c;
  font-size: 15px;
  margin-top: 8px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .support-benefit_lead {
    font-size: 20px;
  }
}

.support-benefit_caution {
  color: #7c7c7c;
  font-size: 12px;
  margin-top: 9px;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .support-benefit_caution {
    font-size: 14px;
  }
}

.step {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .step {
    margin-top: 80px;
  }
}

.step-title {
  background-color: #0AB3B6;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding: 7px 0 8px;
}
.step-title::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-sky.png) no-repeat center center/cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 32px;
  height: 17px;
  background-size: cover;
}
.step-title span {
  font-size: 26px;
  color: #ffcc00;
}

@media screen and (min-width: 1025px) {
  .step-content_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(1)::before {
    right: -20px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(1) .step-img {
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(2)::before {
    right: -14px;
  }
}
@media screen and (max-width: 1024px) {
  .step-content_wrap .step-content:nth-of-type(2) .step-img {
    width: 48%;
    margin: 100px auto 30px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(2) .step-img {
    width: 64%;
    margin: 0 auto;
    padding-top: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(3)::before {
    right: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .step-content_wrap .step-content:nth-of-type(3) .step-img {
    width: 58%;
    margin: 78px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(3) .step-img {
    width: 84%;
    margin: 0 auto;
    padding-top: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(4)::before {
    right: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .step-content_wrap .step-content:nth-of-type(4) .step-img {
    width: 56%;
    margin: 86px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(4) .step-img {
    width: 74%;
    margin: 0 auto;
    padding-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(5)::before {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .step-content_wrap .step-content:nth-of-type(5) .step-img {
    width: 55%;
    margin: 88px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(5) .step-img {
    width: 74%;
    margin: 0 auto;
    padding-top: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content_wrap .step-content:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

.step-content {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .step-content {
    width: 20%;
  }
}
.step-content::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-sky.png) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .step-content::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 40px;
    height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .step-content::before {
    width: 25px;
    height: 14px;
    right: 0;
    bottom: 40%;
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 1024px) {
  .step-img {
    width: 62%;
    margin: 50px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .step-img {
    width: 240px;
  }
}

.step-number {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #0AB3B6;
}
@media screen and (min-width: 1025px) {
  .step-number {
    margin-top: 26px;
  }
}
.step-number span {
  font-size: 24px;
}

.step-subtitle {
  text-align: center;
  color: #3c3c3c;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .step-subtitle {
    margin-top: 12px;
  }
}

.step-start {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .step-start {
    position: relative;
  }
  .step-start::before {
    position: absolute;
    content: "";
    background: url(../img/Polygon-sky.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .step-start::before {
    left: 50%;
    transform: translateX(-50%);
    top: 38px;
    width: 40px;
    height: 22px;
  }
}
.step-start p {
  background-color: #0AB3B6;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 50px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .step-start p {
    margin-top: 84px;
    padding: 12px 84px;
  }
}

.example {
  background-color: #D3F0FF;
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 50px;
}
.example .contact-btn {
  background-color: #fff;
  border: 2px solid #007CF7;
  color: #007CF7;
  margin-top: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 6%;
  font-weight: 600;
}
.example .contact-btn:hover {
  color: #fff;
  background-color: #007CF7;
}
@media screen and (min-width: 1025px) {
  .example {
    padding-top: 80px;
  }
}
.example::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-white.png) no-repeat center center/cover;
  width: 40px;
  height: 22px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.example-titles {
  color: #004AB9;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .example-titles {
    margin-bottom: 40px;
  }
}

.example-title {
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  background: linear-gradient(transparent 70%, rgba(10, 179, 182, 0.6) 30%);
}
@media screen and (min-width: 1025px) {
  .example-title {
    font-size: 26px;
  }
}

.example-subtitle_wrap {
  text-align: center;
}

.example-subtitle {
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .example-subtitle {
    font-size: 18px;
    margin-top: 12px;
  }
}
.example-subtitle::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #004AB9;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.example-subtitle::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #004AB9;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .example-content_wrap {
    width: 50%;
    margin: 0 auto 0;
  }
}

.example-content {
  border: 2px solid #9e9e9e;
  width: 90%;
  margin: 20px auto;
  border-radius: 6px 6px;
}

.example-content_title {
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  font-weight: 600;
  background-color: #9e9e9e;
  text-align: center;
}

.example-content_restart {
  padding: 16px 4% 20px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.example-content_subtitle {
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  width: 40%;
  margin: 0 auto;
  padding: 4px 20px;
}

.example-content_text {
  text-align: center;
  display: block;
  color: #9e9e9e;
  margin-top: 18px;
  font-weight: 600;
}

.example-content.example-support_bg {
  border-color: #3A81F4;
  margin-top: 40px;
}

.example-support_bg {
  background-color: #3A81F4;
}

.example-support_text {
  color: #606060;
}

.example-support_bg02 {
  background-color: #FF9B3D;
  color: #fff;
  width: 40%;
  margin: 10px auto;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 2px 0;
}
@media screen and (min-width: 1025px) {
  .example-support_bg02 {
    font-size: 14px;
    padding: 4px 0;
  }
}

.example-content_price.example-support_text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #3A81F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .example-content_price.example-support_text {
    font-size: 30px;
  }
}
.example-content_price.example-support_text .example-content_row {
  font-size: 15px;
  font-weight: 600;
  writing-mode: vertical-rl;
  padding-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .example-content_price.example-support_text .example-content_row {
    font-size: 18px;
  }
}
.example-content_price.example-support_text .example-content_span {
  font-size: 44px;
  font-weight: 600;
  margin: 0 4px;
}
@media screen and (min-width: 1025px) {
  .example-content_price.example-support_text .example-content_span {
    font-size: 50px;
  }
}

.reason {
  padding-top: 60px;
  position: relative;
}
.reason .contact-btn {
  background-color: #fff;
  border: 2px solid #0AB3B6;
  color: #0AB3B6;
  margin-top: 80px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 6%;
  font-weight: 600;
}
.reason .contact-btn:hover {
  color: #fff;
  background-color: #0AB3B6;
}
@media screen and (min-width: 1025px) {
  .reason {
    padding-top: 110px;
  }
}
.reason::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-skyblue.png) no-repeat center center/cover;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 22px;
}

.reason-title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #606060;
  letter-spacing: 1px;
  line-height: 32px;
}
@media screen and (min-width: 1025px) {
  .reason-title {
    font-size: 24px;
    line-height: 48px;
  }
}
.reason-title .theme-color {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .reason-title .theme-color {
    font-size: 30px;
  }
}
.reason-title .reason-title_span {
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .reason-title .reason-title_span {
    font-size: 24px;
  }
}
.reason-title .reason-title_span02 {
  font-size: 32px;
  margin: 0 4px;
}
@media screen and (min-width: 1025px) {
  .reason-title .reason-title_span02 {
    font-size: 40px;
  }
}

.reason-content_wrap {
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(1) .reason-content_img {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(1) .reason-content_img {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(1) .reason-content_img img {
    width: 60%;
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(2) .reason-content_img {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(2) .reason-content_img {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(1) .reason-content:nth-of-type(2) .reason-content_img img {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(1) .reason-content_img {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(1) .reason-content_img {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(1) .reason-content_img img {
    width: 40%;
    height: 84px;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(2) .reason-content_img {
    width: 100%;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(2) .reason-content_img {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-content_wrap .reason-content_inner:nth-of-type(2) .reason-content:nth-of-type(2) .reason-content_img img {
    width: 64%;
    height: 120px;
  }
}

.reason-content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .reason-content_inner {
    justify-content: center;
  }
}

.reason-content {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .reason-content {
    width: 40%;
  }
}

@media screen and (min-width: 1025px) {
  .reason-content_img {
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.reason-content_title {
  font-weight: 600;
  color: #606060;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .reason-content_title {
    font-size: 18px;
  }
}

.reason-content_main {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .reason-content_main {
    font-size: 32px;
    margin-top: 7px;
  }
}
.reason-content_main .reason-content_span {
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .reason-content_main .reason-content_span {
    font-size: 16px;
  }
}

.reason-content_lead {
  font-size: 10px;
  color: #606060;
}
@media screen and (min-width: 1025px) {
  .reason-content_lead {
    font-size: 12px;
  }
}

.flow {
  background-color: #D3F0FF;
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 50px;
}
.flow .contact-btn {
  background-color: #fff;
  border: 2px solid #004AB9;
  color: #004AB9;
  margin-top: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 6%;
  font-weight: 600;
}
.flow .contact-btn:hover {
  color: #fff;
  background-color: #004AB9;
}
@media screen and (min-width: 1025px) {
  .flow {
    padding-top: 80px;
  }
}
.flow::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-white.png) no-repeat center center/cover;
  width: 40px;
  height: 22px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-content_wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .flow-content_wrap {
    max-width: 800px;
    margin: 20px auto 0;
  }
}
.flow-content_wrap .flow-content:nth-of-type(n + 2) {
  margin-top: 22px;
}
.flow-content_wrap .flow-content:nth-of-type(1) .flow-step_left {
  position: relative;
}
.flow-content_wrap .flow-content:nth-of-type(1) .flow-step_left::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-blue.png) no-repeat center center/cover;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
}
.flow-content_wrap .flow-content:nth-of-type(2) .flow-step_left {
  position: relative;
}
.flow-content_wrap .flow-content:nth-of-type(2) .flow-step_left::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-blue.png) no-repeat center center/cover;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
}
.flow-content_wrap .flow-content:nth-of-type(3) .flow-step_left {
  position: relative;
}
.flow-content_wrap .flow-content:nth-of-type(3) .flow-step_left::before {
  position: absolute;
  content: "";
  background: url(../img/Polygon-blue.png) no-repeat center center/cover;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
}

.flow-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-weight: 600;
}

.flow-step_left {
  background-color: #004AB9;
  text-align: center;
  width: 20%;
  padding: 14px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-step_number {
  color: #F7FF5B;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .flow-step_number {
    font-size: 17px;
  }
}
.flow-step_number .flow-number_span {
  font-size: 16px;
  display: block;
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .flow-step_number .flow-number_span {
    font-size: 24px;
    margin-top: 5px;
  }
}

.flow-step_right {
  background-color: #fff;
  width: 80%;
  padding: 14px 16px;
}
@media screen and (min-width: 1025px) {
  .flow-step_right {
    padding: 24px 32px;
  }
}

.flow-step_title {
  color: #004AB9;
  font-size: 15px;
}
@media screen and (min-width: 1025px) {
  .flow-step_title {
    font-size: 18px;
  }
}

.flow-step_text {
  color: #3c3c3c;
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .flow-step_text {
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
  }
}
.flow-step_text .flow-step_span {
  color: #FF9B3D;
}

.question {
  padding-top: 60px;
  padding-bottom: 100px;
}
.question .contact-btn {
  background-color: #fff;
  border: 2px solid #0AB3B6;
  color: #0AB3B6;
  margin-top: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 6%;
  font-weight: 600;
}
.question .contact-btn:hover {
  color: #fff;
  background-color: #0AB3B6;
}

.question-title_wrap {
  text-align: center;
}

.question-title {
  font-size: 18px;
  position: relative;
  color: #0AB3B6;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .question-title {
    font-size: 24px;
  }
}
.question-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #0AB3B6;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.question-title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #0AB3B6;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.question-content_wrap {
  margin-top: 40px;
}
.question-content_wrap .question-content:nth-of-type(n + 2) {
  margin-top: 30px;
}

.question-content {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #0AB3B6;
  border-radius: 6px 6px;
}
@media screen and (min-width: 1025px) {
  .question-content {
    max-width: 800px;
  }
}

.question-content_title {
  color: #fff;
  background-color: #0AB3B6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 10px 6%;
}
@media screen and (min-width: 1025px) {
  .question-content_title {
    padding: 14px 6% 12px 4%;
  }
}

.question-content_left {
  font-size: 17px;
  display: block;
  width: 15%;
}
@media screen and (min-width: 1025px) {
  .question-content_left {
    width: 10%;
  }
}

.question-content_right {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  width: 85%;
}
@media screen and (min-width: 1025px) {
  .question-content_right {
    font-size: 16px;
  }
}

.question-content_text {
  background-color: #fff;
  color: #3c3c3c;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0 0 6px 6px;
  font-weight: 600;
  padding: 20px 6%;
  line-height: 22px;
}
@media screen and (min-width: 1025px) {
  .question-content_text {
    font-size: 15px;
  }
}

.footer {
  height: 30px;
  text-align: center;
  background-color: #0AB3B6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-bottom: 25%;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .banner {
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .banner {
    right: 0;
    width: 35%;
  }
}

.fadein {
  opacity: 1;
}