@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

@media screen and (max-width: 1149px) {
  html {
    scroll-padding-top: 0;
  }
}
.content {
  font-family: Noto Sans JP, sans-serif;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc-tab {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .is-tab-sp {
    display: none;
  }
}
.page-header-service.is-fixed .local-nav {
  z-index: 11;
}

.mv-ev {
  background-image: url("../images/mv_ev.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 10;
}
.mv-ev .mv-txt {
  width: 100%;
  text-align: center;
}
.mv-ev .mv-txt h2 {
  -webkit-transform: translate(-1px, -25px);
          transform: translate(-1px, -25px);
  display: inline-block;
}
.mv-ev .mv-nav {
  margin: 197px 0 0 0;
}
.mv-ev .caution {
  text-align: right;
  color: #666;
  font-size: 1rem;
  margin: 0;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .mv-ev {
    background-image: url(../images/mv_ev.png);
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45%;
    width: 100%;
  }
}
.mv-ev__inner-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -15px;
  padding-top: 30px;
  width: 97%;
}

@media screen and (max-width: 900px) {
  .mv-ev__inner-btn {
    margin-bottom: 0;
    padding: 2.6041666667vw 1.953125vw 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev__inner-btn {
    padding: 5.3333333333vw 1.953125vw 0;
    width: 100%;
  }
}
.mv-ev__inner-logo {
  width: 17.1%;
}

@media screen and (max-width: 900px) {
  .mv-ev__inner-logo {
    width: 22.1354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev__inner-logo {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50.3%;
  }
}
.mv-ev__note {
  font-size: 1.3rem;
}

@media screen and (max-width: 900px) {
  .mv-ev__note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev__note {
    color: #fff;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .mv-ev__note {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev .mv-txt__header {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  .mv-ev .mv-txt__sub {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1150px) {
  .mv-ev .mv-txt__sub {
    font-size: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-ev .mv-txt__sub {
    font-size: 2.9947916667vw;
    padding: 0.5208333333vw 7.8125vw 0.5208333333vw 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev .mv-txt__sub {
    font-size: 6vw;
    margin: 0 auto;
    padding: 0.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .mv-ev .mv-txt__s {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .mv-ev .mv-txt__s {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-ev .mv-txt__s {
    font-size: 3.75vw;
  }
}
.mv-ev__bg {
  background: hsla(0, 0%, 100%, 0.8);
  display: inline-block;
  padding: 5px 3rem;
}

@media screen and (max-width: 767px) {
  .mv-ev__bg {
    padding: 0;
    width: 100%;
  }
  .mv-ev .white-bg {
    background: #fff;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.nav__conts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9252120278vw;
  justify-content: center;
  margin: 0;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .nav__conts {
    display: none;
  }
}
.nav__w {
  overflow: visible !important;
  position: relative;
  width: 15.8828064765vw;
}

@media screen and (max-width: 1149px) {
  .nav__w {
    width: 17.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__w {
    width: 50%;
  }
}
.nav__link {
  text-decoration: none;
}

.nav__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-pack: distribute;
  background-color: #fff;
  border-radius: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 0 25px;
  position: relative;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-style: solid;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0085ea;
  content: "";
  height: 0;
  justify-content: center;
  left: 50%;
  margin-inline: auto;
  position: absolute;
  top: 78%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 0;
}
.nav__item:hover:after {
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}

@media screen and (max-width: 900px) {
  .nav__item:after {
    border-left: 1.3020833333vw solid transparent;
    border-right: 1.3020833333vw solid transparent;
    border-top: 1.3020833333vw solid #0085ea;
  }
}
@media screen and (max-width: 767px) {
  .nav__item:after {
    border-left: 1.6927083333vw solid transparent;
    border-right: 1.6927083333vw solid transparent;
    border-top: 1.6927083333vw solid #0085ea;
    bottom: -6px;
    top: 75%;
  }
}
@media screen and (max-width: 900px) {
  .nav__item--h .nav__item-txt {
    font-size: 1.4322916667vw;
  }
}
.nav__item--h:hover:after {
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}

.nav__item--hsp {
  border-bottom: 1px solid #0085ea;
  border-right: 1px solid #0085ea;
}
.nav__item--hsp:after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-style: solid;
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0085ea;
  bottom: -13%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  justify-content: center;
  left: 50%;
  margin-inline: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

@media screen and (max-width: 900px) {
  .nav__item--hsp:after {
    border-left: 1.3020833333vw solid transparent;
    border-right: 1.3020833333vw solid transparent;
    border-top: 1.3020833333vw solid #0085ea;
  }
}
@media screen and (max-width: 767px) {
  .nav__item--hsp:after {
    border-left: 1.6927083333vw solid transparent;
    border-right: 1.6927083333vw solid transparent;
    border-top: 1.6927083333vw solid #0085ea;
    bottom: -15px;
  }
  .nav__item {
    background: none;
    border-radius: 0;
    height: 0;
    padding: 35px 10px 55px;
  }
  .nav__item--sp {
    border-bottom: 1px solid #0085ea;
  }
  .nav__item--sp-vl {
    border-right: 1px solid #0085ea;
  }
}
.nav__item-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375vw;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .nav__item-txt {
    font-size: 1.0434782609vw;
  }
}
@media screen and (max-width: 900px) {
  .nav__item-txt {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__item-txt {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.nav__conts-sp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  justify-content: space-between;
  margin-top: -3rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .nav__conts-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 7rem;
  }
}
.btn-list.l-btn-list li {
  width: auto;
}
.btn-list .btn-g {
  background-color: #78BE48;
}
.btn-list .btn-b {
  background-color: #17499D;
}

.section > div p {
  margin-bottom: 0;
}
.section > div h3 {
  text-align: center;
  margin: 0;
}
.section > div h3 .border {
  border-bottom: 5px #0085EA solid;
  padding-bottom: 2px;
  line-height: 1.3;
  color: #17499D;
  display: inline-block;
  margin-top: 11px;
}
.section > div h3 .border .red {
  font-size: 2rem;
  color: #F00;
  font-weight: bold;
}
.section > div h3 .border .red span {
  font-size: 5.1rem;
}
.section > div h3 .slash {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: -5px;
  color: #17499D;
}
.section > div h3 .slash span {
  display: inline-block;
  position: relative;
}
.section > div h3 .slash span:before, .section > div h3 .slash span:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #17499D;
  display: block;
  position: absolute;
  top: 24px;
}
.section > div h3 .slash span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -20px;
}
.section > div h3 .slash span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -20px;
}

.section-merit {
  margin-top: 29px !important;
  margin-bottom: 0 !important;
}
.section-merit > div {
  width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #D9EDFC;
  padding: 39px 28px 0;
}
.section-merit > div h3 {
  font-size: 2.8rem;
}
.section-merit > div h3 .border {
  padding-bottom: 0px;
  line-height: 1.3;
  margin-top: 11px;
  display: inline-block;
}
.section-merit > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 16px;
  margin-top: 46px;
}
.section-merit > div ul li {
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  width: 240px;
  height: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  line-height: 1.4;
}
.section-merit > div ul li > span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section-merit > div ul li > span span {
  font-size: 2rem;
  color: #006ABB;
  font-weight: bold;
}
.section-merit > div ul li:nth-child(1)::after, .section-merit > div ul li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 28px;
  background: #fff;
  height: 20px;
  width: 20px;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 0 100%);
          clip-path: polygon(30% 0%, 100% 0%, 0 100%);
}
.section-merit > div ul li:nth-child(1)::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: inherit;
  right: 25px;
}
.section-merit > div ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 8px);
  background: #fff;
  height: 20px;
  width: 16px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-merit > div .img {
  text-align: center;
}
.section-merit > div .img img {
  width: 128px;
}

.section-merit2 {
  margin-top: 44px !important;
  margin-bottom: 0 !important;
  position: relative;
}
.section-merit2:before {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 25px);
  background: #17499D;
  height: 24px;
  width: 50px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-merit2 > div {
  width: 800px;
  margin: 0 auto;
}
.section-merit2 > div h3 {
  font-size: 2.8rem;
}
.section-merit2 > div .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 39px;
  gap: 0 25px;
  margin-bottom: 0;
}
.section-merit2 > div .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
}
.section-merit2 > div .step-list li > span {
  font-size: 1.6rem;
  font-weight: bold;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  line-height: 1.4;
}
.section-merit2 > div .step-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0085EA;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 16px 16px 46px;
  width: 100%;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}
.section-merit2 > div .step-list li a:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 14px);
  background: url(../images/step_arrow.png) no-repeat center center;
  background-size: contain;
}
.section-merit2 > div .step-list li a .babge {
  display: inline-block;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 30px;
  font-size: 1.6rem;
  margin-right: 10px;
  position: absolute;
  right: -16px;
  top: -6px;
}
.section-merit2 > div .step-list li a img:hover {
  opacity: 1;
}
.section-merit2 > div .step-list li a .step {
  position: relative;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  background: #FEFF44;
  color: #0085EA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  width: 107px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-merit2 > div .step-list li a .step:before, .section-merit2 > div .step-list li a .step:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-merit2 > div .step-list li a .step:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 7px;
  border-color: transparent transparent transparent #0085EA;
  border-style: solid;
}
.section-merit2 > div .step-list li a .step:after {
  top: 0;
  right: 0;
  border-width: 15px 7px 15px 0px;
  border-color: transparent #0085EA transparent transparent;
  border-style: solid;
}
.section-merit2 > div .step-list li a .step span {
  font-size: 2.6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.section-merit2 > div .step-list li a h4 {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
}
.section-merit2 > div .step-list li a .text {
  font-size: 1.4rem;
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.55em;
}
.section-merit2 > div .step-list li a .text span {
  text-align: center;
}
.section-merit2 > div .step-list li a .text span .small {
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
}
.section-merit2 > div .step-list li a .img {
  margin-top: 19px;
}

.section-about {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 110px;
}
.section-about > div {
  width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  border: 6px solid #17499D;
  background: #FFF;
  padding: 0 0 34px 0;
}
.section-about > div h3 {
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  background-color: #17499D;
  padding: 35px 0 24px 0;
}
.section-about > div h3 + p {
  font-size: 1.6rem;
  text-align: center;
  margin: 32px 0 0 0;
  font-weight: bold;
}
.section-about > div h3 .baloon {
  position: absolute;
  left: calc(50% - 108px);
  top: -56px;
}
.section-about > div .img {
  margin-top: 34px;
  text-align: center;
}
.section-about > div > ul {
  margin: 65px auto 0;
  width: 700px;
}
.section-about > div > ul li {
  text-indent: 0;
  padding-left: 25px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
}
.section-about > div > ul li + li {
  margin-top: 3px;
}
.section-about > div > ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(../images/num1.png) no-repeat center center;
  background-size: contain;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 1px;
}
.section-about > div > ul li:nth-of-type(2):before {
  background: url(../images/num2.png) no-repeat center center;
  background-size: contain;
}

.section-strengths {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
  position: relative;
}
.section-strengths > div {
  width: 800px;
  margin: 0 auto;
}
.section-strengths > div .strengths-list {
  margin-top: 0;
  margin-bottom: 0;
}
.section-strengths > div .strengths-list > li {
  background-color: #d9edfc;
  padding-bottom: 24px;
  border-radius: 10px;
}
.section-strengths > div .strengths-list > li + li {
  margin-top: 28px;
}
.section-strengths > div .strengths-list > li h4 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #0085EA;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  position: relative;
  padding: 37px 0 13px 28px;
  position: relative;
}
.section-strengths > div .strengths-list > li h4 .strengths {
  position: absolute;
  left: -9px;
  top: -8px;
  height: 36px;
  text-align: center;
  padding: 2px 27px 0 21px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #FEFF44;
  color: #0085EA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-strengths > div .strengths-list > li h4 .strengths:before, .section-strengths > div .strengths-list > li h4 .strengths:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-strengths > div .strengths-list > li h4 .strengths:before {
  position: absolute;
  bottom: -9px;
  left: 0px;
  background: #17499D;
  height: 9px;
  width: 9px;
  /* -webkit-clip-path: polygon(30% 0%, 100% 0%, 0 100%); */
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-strengths > div .strengths-list > li h4 .strengths:after {
  top: 0;
  right: -8px;
  border: 0;
  background: url(../images/step_right.png) no-repeat center center;
  width: 8px;
  height: 36px;
  display: block;
  background-size: contain;
}
.section-strengths > div .strengths-list > li h4 .strengths span {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0px 12px 0px 2px;
}
.section-strengths > div .strengths-list > li h4 .strengths span:nth-of-type(2) {
  font-size: 1.8rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin: 0;
}
.section-strengths > div .strengths-list > li h4 span {
  font-size: 2.4rem;
}
.section-strengths > div .strengths-list > li h4 .step {
  font-size: 1.5rem;
}
.section-strengths > div .strengths-list > li h4 .step span {
  font-size: 2.6rem;
}
.section-strengths > div .strengths-list > li > div {
  padding: 0 27px;
  margin-top: 17px;
}
.section-strengths > div .strengths-list > li > div > p {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 17px;
  margin-bottom: 0;
}
.section-strengths > div .strengths-list > li > div > p span {
  color: #f00;
  font-weight: bold;
}
.section-strengths > div .strengths-list > li > div .textBox {
  border-radius: 12px;
  border: 3px solid #F6AB00;
  background: #FFE100;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #644809;
  margin-top: 28px;
  text-align: center;
  padding: 10px 0 15px 0;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span {
  font-size: 2.2rem;
  color: #644809;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span span {
  font-size: 3rem;
  color: #644809;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) {
  font-size: 2rem;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(1) {
  font-size: 2.2rem;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 3.2rem;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(3) {
  font-size: 2.2rem;
}
.section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(4) {
  font-size: 2.6rem;
}
.section-strengths > div .strengths-list > li > div .caution {
  margin-top: 8px;
}
.section-strengths > div .strengths-list > li > div .caution li {
  font-size: 1.1rem;
  line-height: 1.4;
  padding-left: 1.5em;
  position: relative;
}
.section-strengths > div .strengths-list > li > div .caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.section-strengths > div .strengths-list > li > div .subStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 28px auto 0;
  gap: 0 24px;
}
.section-strengths > div .strengths-list > li > div .subStep li {
  width: 232px;
  padding: 17px 25px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.section-strengths > div .strengths-list > li > div .subStep li .title {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
.section-strengths > div .strengths-list > li > div .subStep li .img {
  margin-top: 12px;
}
.section-strengths > div .strengths-list > li > div .subStep li .text {
  font-size: 1.3rem;
  line-height: 1.44;
  margin-top: 12px;
}
.section-strengths > div .strengths-list > li > div .subStep li .text span {
  color: #F00;
  font-weight: bold;
}
.section-strengths > div .strengths-list > li > div .subStep li .badge {
  display: inline-block;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 30px;
  font-size: 1.6rem;
  margin-right: 10px;
  position: absolute;
  right: -23px;
  top: -13px;
}
.section-strengths > div .strengths-list > li > div .subStep li .caution {
  font-size: 1.1rem;
  color: #666;
}
.section-strengths > div .strengths-list > li > div .subStep li:after {
  left: -26px;
}
.section-strengths > div .strengths-list > li > div .stepImg {
  padding: 0;
  margin-top: 21px;
  text-align: center;
}
.section-strengths > div > p {
  margin-top: 58px;
}

.section-flow {
  margin-top: 88px !important;
}
.section-flow .sec-title {
  margin-bottom: 23px;
}
.section-flow .flow-unyou {
  margin-bottom: 0;
}
.section-flow .flow-unyou + p {
  margin-top: 21px;
}
.section-flow .flow-unyou li.rbox {
  padding: 16px 20px 16px;
}
.section-flow .flow-unyou li:not(:last-child) {
  margin-bottom: 40px;
}
.section-flow .flow-unyou li:not(:first-child):after {
  content: "";
  width: 16px;
  height: 30px;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  background-image: url(../images/step_arrow2.png) !important;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -15px;
}
.section-flow .flow-unyou li .number {
  background: #0085EA;
}
.section-flow .flow-unyou li .baloon {
  position: absolute;
  border-radius: 12px;
  background: #0085EA;
  color: #fff;
  line-height: 1;
  display: inline-block;
  left: 248px;
  font-size: 1.6rem;
  top: -4px;
  padding: 12px 23px 12px 17px;
}
.section-flow .flow-unyou li .baloon:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' viewBox='0 0 21 16' fill='none'%3E%3Cpath d='M21 13.7143V0L0 16L21 13.7143Z' fill='%230085EA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -17px;
  top: calc(50% - 5px);
}
.section-flow .flow-unyou li .icon {
  width: 60px;
  margin-right: 12px;
}
.section-flow .flow-unyou li .text h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  color: #0085EA;
}
.section-flow .flow-unyou li .text p {
  margin-bottom: 0;
}
.section-flow .flow-unyou li .text p.caution {
  font-size: 1.1rem;
}

.section-qa {
  margin-top: 94px !important;
}
.section-qa .sec-title {
  margin-bottom: 23px;
}

.section-fluid {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cts-ev .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .btn-list.l-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 82.5%;
    margin: 8px auto 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn-list.l-btn-list li {
    width: 48%;
    margin: 0;
  }
  .btn-list.l-btn-list li:nth-of-type(3) {
    width: 100%;
    margin-top: 12px;
  }
  .btn-list.l-btn-list li:nth-of-type(4) {
    width: 100%;
    margin-top: 12px;
  }
  .mv-ev {
    background-image: url(../images/mv_ev_sp.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 85.2%;
    width: 100%;
    margin-bottom: 0;
  }
  .mv-ev .mv-txt {
    width: 86.5%;
    text-align: center;
    position: absolute;
    top: 61%;
    left: 3%;
    z-index: 2;
  }
  .mv-ev .mv-txt h2 {
    -webkit-transform: translate(15px, -7px);
            transform: translate(15px, -7px);
  }
  .mv-ev .mv-nav {
    margin: 0;
    position: absolute;
    bottom: -198px;
    left: 0;
    width: 100%;
  }
  .mv-ev .mv-nav .nav__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .mv-ev .mv-nav .nav__conts a {
    width: 50%;
    border-bottom: 1px solid #0085EA;
  }
  .mv-ev .mv-nav .nav__conts a:nth-of-type(2n+1) {
    border-right: 1px solid #0085EA;
  }
  .mv-ev .mv-nav .nav__conts a .nav__item {
    padding: 41px 10px 47px;
  }
  .mv-ev .mv-nav .nav__conts a .nav__item:after {
    top: 81%;
  }
  .mv-ev .mv-nav .nav__conts a .nav__item-txt {
    font-size: 1.4rem;
  }
  .mv-ev .caution {
    text-align: right;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 43%);
    width: 100%;
    padding: 36px 14px 9px 0;
  }
  .section {
    margin: 30px 24px;
  }
  .section > div {
    width: 100%;
    margin: 0 auto;
  }
  .section > div h3 .border .red {
    font-size: 1.6rem;
  }
  .section > div h3 .border .red span {
    font-size: 4rem;
  }
  .section > div h3 .slash {
    font-size: 1.6rem;
    margin-bottom: -2px;
  }
  .section > div h3 .slash span:before, .section > div h3 .slash span:after {
    top: 14px;
  }
  .section > div h3 .slash span:before {
    left: -23px;
  }
  .section > div h3 .slash span:after {
    right: -23px;
  }
  .section-merit {
    margin-top: 208px !important;
  }
  .section-merit > div {
    border-radius: 12px;
    padding: 23px 28px 0;
  }
  .section-merit > div h3 {
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .section-merit > div h3 .slash {
    margin-bottom: 4px;
  }
  .section-merit > div h3 .slash span:before, .section-merit > div h3 .slash span:after {
    top: initial;
    bottom: 6px;
  }
  .section-merit > div h3 .border {
    padding-bottom: 0;
    line-height: 1.7;
    display: inline;
  }
  .section-merit > div ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 23px;
  }
  .section-merit > div ul li {
    width: 100%;
    min-height: 70px;
    height: auto;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 14px 15px 16px;
  }
  .section-merit > div ul li > span {
    text-align: center;
    width: 100%;
  }
  .section-merit > div ul li > span span {
    font-size: 1.6rem;
  }
  .section-merit > div ul li:nth-child(1)::after, .section-merit > div ul li:nth-child(2)::after, .section-merit > div ul li:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: calc(50% - 8px);
    background: #fff;
    height: 20px;
    width: 16px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-merit > div ul li:nth-child(1) > span span {
    margin-top: 3px;
    display: inline-block;
  }
  .section-merit > div ul li:nth-child(1):after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .section-merit > div .img {
    text-align: center;
  }
  .section-merit > div .img img {
    width: 130px;
  }
  .section-merit2 {
    margin-top: 84px !important;
    margin-bottom: 0 !important;
    position: relative;
  }
  .section-merit2:before {
    content: "";
    position: absolute;
    top: -46px;
    left: calc(50% - 25px);
    background: #17499D;
    height: 24px;
    width: 50px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-merit2 > div h3 {
    font-size: 2.2rem;
  }
  .section-merit2 > div h3 .border {
    line-height: 1.55;
    margin-top: 8px;
  }
  .section-merit2 > div .step-list {
    margin-top: 26px;
    gap: 32px 0;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-merit2 > div .step-list li {
    width: 100%;
  }
  .section-merit2 > div .step-list li:nth-of-type(2) a, .section-merit2 > div .step-list li:nth-of-type(3) a {
    padding: 16px 44px 20px 12px;
  }
  .section-merit2 > div .step-list li:nth-of-type(2) a h4, .section-merit2 > div .step-list li:nth-of-type(3) a h4 {
    margin-top: 15px;
  }
  .section-merit2 > div .step-list li > span {
    display: none;
  }
  .section-merit2 > div .step-list li a {
    border-radius: 10px;
    padding: 16px 45px 20px 13px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-merit2 > div .step-list li a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: calc(50% - 8px);
    left: initial;
    right: 9px;
  }
  .section-merit2 > div .step-list li a .babge {
    width: 40px;
    height: 40px;
    right: -19px;
    top: -8px;
  }
  .section-merit2 > div .step-list li a img:hover {
    opacity: 1;
  }
  .section-merit2 > div .step-list li a .step {
    position: absolute;
    left: -9px;
    top: -8px;
    height: 26px;
    font-size: 1.1rem;
    line-height: 1.6;
    width: auto;
    padding: 0 12px 0 11px;
  }
  .section-merit2 > div .step-list li a .step:before, .section-merit2 > div .step-list li a .step:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .section-merit2 > div .step-list li a .step:before {
    position: absolute;
    bottom: -9px;
    left: 0px;
    background: #17499D;
    height: 9px;
    width: 9px;
    /* -webkit-clip-path: polygon(30% 0%, 100% 0%, 0 100%); */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: initial;
    border: 0;
  }
  .section-merit2 > div .step-list li a .step:after {
    top: 0;
    right: -7px;
    border: 0;
    background: url(../images/step_right_sp.png) no-repeat center center;
    width: 8px;
    height: 26px;
    display: block;
  }
  .section-merit2 > div .step-list li a .step span {
    font-size: 2.1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 3px;
  }
  .section-merit2 > div .step-list li a h4 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
  }
  .section-merit2 > div .step-list li a h4 .text1 {
    font-size: 2rem;
  }
  .section-merit2 > div .step-list li a h4 .text2 {
    font-size: 2.6rem;
  }
  .section-merit2 > div .step-list li a .text {
    font-size: 1.1rem;
    height: auto;
    position: absolute;
    left: 14px;
    top: 67px;
    width: 48%;
    line-height: 1.6;
  }
  .section-merit2 > div .step-list li a .text span {
    text-align: left;
  }
  .section-merit2 > div .step-list li a .text span span {
    display: inline;
  }
  .section-merit2 > div .step-list li a .text span .small {
    display: inline;
  }
  .section-merit2 > div .step-list li a .img {
    margin-top: 0;
    width: 37%;
    text-align: right;
  }
  .section-merit2 > div .step-list2 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .section-merit2 > div .step-list2 > li {
    padding-bottom: 25px;
    border-radius: 10px;
  }
  .section-merit2 > div .step-list2 > li + li {
    margin-top: 24px;
  }
  .section-merit2 > div .step-list2 > li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    background: #0085EA;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    position: relative;
    padding: 6px 0 10px 120px;
    position: relative;
  }
  .section-merit2 > div .step-list2 > li h4 .babge {
    display: inline-block;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: 10px;
    position: absolute;
    right: -16px;
    top: -6px;
  }
  .section-merit2 > div .step-list2 > li h4 .step {
    position: absolute;
    left: -9px;
    top: 12px;
    padding: 0 25px 0 37px;
    font-size: 1.5rem;
    width: auto;
  }
  .section-merit2 > div .step-list2 > li h4 .step:before, .section-merit2 > div .step-list2 > li h4 .step:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .section-merit2 > div .step-list2 > li h4 .step:before {
    position: absolute;
    bottom: -9px;
    left: 0px;
    background: #17499D;
    height: 9px;
    width: 9px;
    /* -webkit-clip-path: polygon(30% 0%, 100% 0%, 0 100%); */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section-merit2 > div .step-list2 > li h4 .step:after {
    top: 0;
    right: 0;
    border-width: 15px 7px 15px 0px;
    border-color: transparent #0085EA transparent transparent;
    border-style: solid;
  }
  .section-merit2 > div .step-list2 > li h4 .step span {
    font-size: 2.6rem;
  }
  .section-merit2 > div .step-list2 > li h4 span {
    font-size: 2.4rem;
  }
  .section-merit2 > div .step-list2 > li h4 .step {
    font-size: 1.5rem;
  }
  .section-merit2 > div .step-list2 > li h4 .step span {
    font-size: 2.6rem;
  }
  .section-merit2 > div .step-list2 > li h4 + p {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 0;
    padding: 0 26px;
  }
  .section-merit2 > div .step-list2 > li h4 + p span {
    color: #f00;
    font-weight: bold;
  }
  .section-merit2 > div .step-list2 > li .subStep {
    width: 83%;
    margin: 22px auto 0;
    gap: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-merit2 > div .step-list2 > li .subStep.subStep2 {
    gap: 36px 0;
  }
  .section-merit2 > div .step-list2 > li .subStep.subStep2 li {
    width: 100%;
    padding: 10px 8px 8px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-merit2 > div .step-list2 > li .subStep.subStep2 li p {
    padding: 0 16px 0;
  }
  .section-merit2 > div .step-list2 > li .subStep.subStep2 li:after {
    left: calc(50% - 8px);
    top: -31px;
  }
  .section-merit2 > div .step-list2 > li .subStep li {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 17px 24px 24px;
  }
  .section-merit2 > div .step-list2 > li .subStep li img {
    width: 100%;
  }
  .section-merit2 > div .step-list2 > li .subStep li:before {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #0085EA;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
  }
  .section-merit2 > div .step-list2 > li .subStep li:after {
    bottom: initial;
    left: calc(50% - 8px);
    top: -35px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(1):before {
    content: "1";
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(1):after {
    display: none;
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(2):before {
    content: "2";
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(3):before {
    content: "3";
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(4):before {
    content: "4";
  }
  .section-merit2 > div .step-list2 > li .subStep li:nth-of-type(5):before {
    content: "5";
  }
  .section-merit2 > div .step-list2 > li .subStep li p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-merit2 > div .step-list2 > li .stepImg {
    padding: 6px 28px 0;
  }
  .section-about {
    margin-top: 40px !important;
    padding-top: 40px;
  }
  .section-about > div {
    border-radius: 12px;
    border: 6px solid #17499D;
    background: #FFF;
    padding: 0 0 19px 0;
    position: relative;
  }
  .section-about > div h3 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 33px 0 23px 0;
  }
  .section-about > div h3 + p {
    font-size: 1.6rem;
    text-align: left;
    margin: 0;
    font-weight: normal;
    width: auto;
    line-height: 1.6;
    padding: 21px 21px 0;
  }
  .section-about > div h3 .slash {
    font-size: 1.8rem;
    margin-bottom: -11px;
  }
  .section-about > div h3 .baloon {
    left: calc(50% - 91px);
    top: -46px;
    width: 182px;
    height: auto;
  }
  .section-about > div > ul {
    margin: 39px auto 0;
    width: auto;
    padding: 0 21px;
  }
  .section-about > div > ul li {
    text-indent: 0;
    padding-left: 19px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .section-about > div > ul li + li {
    margin-top: 11px;
  }
  .section-about > div > ul li:before {
    left: -2px;
    top: 0px;
  }
  .section-about > div .img {
    margin: 31px 0 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
    padding: 0 22px 0px 22px;
  }
  .section-strengths {
    margin-top: 80px !important;
    margin-bottom: 0 !important;
    position: relative;
  }
  .section-strengths > div .strengths-list {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .section-strengths > div .strengths-list > li {
    padding-bottom: 25px;
    border-radius: 10px;
  }
  .section-strengths > div .strengths-list > li + li {
    margin-top: 36px;
  }
  .section-strengths > div .strengths-list > li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    background: #0085EA;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    position: relative;
    padding: 36px 21px 12px 27px;
    position: relative;
    line-height: 1.32;
  }
  .section-strengths > div .strengths-list > li h4 .babge {
    display: inline-block;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: 10px;
    position: absolute;
    right: -16px;
    top: -6px;
  }
  .section-strengths > div .strengths-list > li h4 .strengths {
    position: absolute;
    left: -9px;
    top: -8px;
    padding: 0 27px 0 21px;
    font-size: 1.5rem;
    width: auto;
  }
  .section-strengths > div .strengths-list > li h4 .strengths:before, .section-strengths > div .strengths-list > li h4 .strengths:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .section-strengths > div .strengths-list > li h4 .strengths:before {
    position: absolute;
    bottom: -9px;
    left: 0px;
    background: #17499D;
    height: 9px;
    width: 9px;
    /* -webkit-clip-path: polygon(30% 0%, 100% 0%, 0 100%); */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section-strengths > div .strengths-list > li h4 .strengths:after {
    top: 0;
    right: -7px;
    border: 0;
    background: url(../images/step_right.png) no-repeat center center;
    width: 8px;
    height: 36px;
    display: block;
    background-size: contain;
  }
  .section-strengths > div .strengths-list > li h4 .strengths span {
    font-size: 2.6rem;
  }
  .section-strengths > div .strengths-list > li h4 span {
    font-size: 2.4rem;
  }
  .section-strengths > div .strengths-list > li h4 .step {
    font-size: 1.5rem;
  }
  .section-strengths > div .strengths-list > li h4 .step span {
    font-size: 2.6rem;
  }
  .section-strengths > div .strengths-list > li h4 + p {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 0;
    padding: 0 26px;
  }
  .section-strengths > div .strengths-list > li h4 + p span {
    color: #f00;
    font-weight: bold;
  }
  .section-strengths > div .strengths-list > li .stepImg {
    padding: 6px 28px 0;
  }
  .section-strengths > div .strengths-list > li > div > p {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .section-strengths > div .strengths-list > li > div .subStep {
    width: 100%;
    margin: 22px auto 0;
    gap: 24px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-strengths > div .strengths-list > li > div .subStep li {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 17px 23px 20px;
  }
  .section-strengths > div .strengths-list > li > div .subStep li img {
    width: 100%;
  }
  .section-strengths > div .strengths-list > li > div .subStep li .img {
    margin-top: 8px;
  }
  .section-strengths > div .strengths-list > li > div .subStep li .text {
    font-size: 1.3rem;
    line-height: 1.44;
    margin: 11px 0 0;
  }
  .section-strengths > div .strengths-list > li > div .textBox {
    border-radius: 12px;
    border: 4px solid #F6AB00;
    background: #FFE100;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #644809;
    margin-top: 28px;
    text-align: left;
    padding: 4px 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span {
    font-size: 2rem;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span span {
    font-size: 2.8rem;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: -5px;
    display: inline-block;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 2rem;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(2) {
    font-size: 3rem;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(3) {
    font-size: 2rem;
  }
  .section-strengths > div .strengths-list > li > div .textBox > div > span:nth-of-type(2) > span:nth-of-type(4) {
    font-size: 2.4rem;
  }
  .section-strengths > div .strengths-list > li > div .caution {
    margin-bottom: 0;
  }
  .section-strengths > div > p {
    margin-top: 35px;
  }
  .section-flow {
    margin-top: 57px !important;
  }
  .section-flow .sec-title {
    margin-bottom: 23px;
  }
  .section-flow .flow-unyou + p {
    margin-top: 24px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .section-flow .flow-unyou li.rbox {
    padding: 16px 20px 16px;
  }
  .section-flow .flow-unyou li:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-flow .flow-unyou li:not(:first-child):after {
    content: "";
    width: 16px;
    height: 30px;
    display: block;
    position: absolute;
    left: calc(50% - 1px);
    background-image: url(../images/step_arrow2.png) !important;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -15px;
  }
  .section-flow .flow-unyou li:nth-of-type(3) {
    margin-top: 98px;
  }
  .section-flow .flow-unyou li:nth-of-type(3):after {
    top: -73px;
  }
  .section-flow .flow-unyou li .number {
    background: #0085EA;
  }
  .section-flow .flow-unyou li .icon {
    width: 60px;
    margin-right: 12px;
  }
  .section-flow .flow-unyou li .text h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    text-align: left;
    color: #0085EA;
  }
  .section-flow .flow-unyou li .text p {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .section-flow .flow-unyou li .text p.caution {
    font-size: 1.1rem;
    margin-top: -4px;
  }
  .section-flow .flow-unyou li .baloon {
    position: absolute;
    border-radius: 12px;
    background: #0085EA;
    color: #fff;
    line-height: 1.4;
    display: inline-block;
    left: initial;
    font-size: 1.6rem;
    top: -58px;
    padding: 9px 23px 10px 17px;
    width: auto;
    display: inline-block;
    width: 63.5%;
    right: 12px;
    text-align: center;
  }
  .section-flow .flow-unyou li .baloon:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 13px;
    position: absolute;
    left: calc(50% - 36px);
    top: initial;
    bottom: -13px;
    -webkit-transform: rotate(280deg) scale(1, -1);
            transform: rotate(280deg) scale(1, -1);
  }
  .section-qa {
    margin-top: 69px !important;
  }
  .section-qa .sec-title {
    margin-bottom: 14px;
  }
  .section-fluid {
    width: 100%;
    margin-top: 106px;
    margin-bottom: 55px;
  }
}
/*# sourceMappingURL=style.css.map */