@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

  汎用スタイル

////////////////////////////////////////////////////*/
button {
  font-family: inherit;
}

.mt10 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.ml25 {
  margin-left: 2.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.lh80 {
  line-height: 8rem;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .tabmt15 {
    margin-top: 15px;
  }
  .tabmt20 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .smt10 {
    margin-top: 0.9090909091rem;
  }
  .smt15 {
    margin-top: 1.363636364rem;
  }
  .smt20 {
    margin-top: 1.81818rem;
  }
  .smt25 {
    margin-top: 2.272727273rem;
  }
  .smt30 {
    margin-top: 2.727272727rem;
  }
  .smt35 {
    margin-top: 3.181818182rem;
  }
  .smt40 {
    margin-top: 3.636363636rem;
  }
  .smt50 {
    margin-top: 4.545454545rem;
  }
  .smt60 {
    margin-top: 5.454545455rem;
  }
  .sml17 {
    margin-left: 1.545454545rem;
  }
  .slh5 {
    line-height: 5rem;
  }
}
.strong01 {
  background: linear-gradient(transparent 60%, #C7DCF5 0%);
  display: inline;
  padding: 0 1px 0px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media only screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*////////////////////////////////////////////////////

  個別レイアウト

////////////////////////////////////////////////////*/
body {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.scp .contactbtn.contactbtn {
  background-color: #fff;
}
.scp .contactbtn.contactbtn .contactbtnTxt {
  color: #00D18B;
  transition-delay: 0.1s;
}
.scp .contactbtn.contactbtn:hover .contactbtnTxt {
  color: #fff;
}
.state_pagescrolling .scp .contactbtn.contactbtn {
  background-color: #00D18B;
}
.state_pagescrolling .scp .contactbtn.contactbtn .contactbtnTxt {
  color: #fff;
}

main {
  background-color: #fff;
}

.mvArea {
  background: linear-gradient(to right, #0068C2, #4ECEE2);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .mvArea {
    height: 71rem;
  }
}
@media only screen and (max-width: 640px) {
  .mvArea {
    height: calc(100vh - 75px);
  }
}
.mvArea .mv_figure {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .mvArea .mv_figure {
    bottom: -25rem;
    left: calc((100vw - 120rem) / 2 + 12rem);
    width: 115rem;
    height: 80rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .mvArea .mv_figure {
    bottom: -25rem;
    right: 0;
    width: 115rem;
    height: 80rem;
  }
}
@media only screen and (max-width: 640px) {
  .mvArea .mv_figure {
    bottom: -18%;
    right: 0;
    width: 132vw;
    height: auto;
  }
}
.mvArea .txtBox {
  color: #fff;
  font-weight: bold;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .mvArea .txtBox {
    width: 100%;
    max-width: 120rem;
    padding-top: 17rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .mvArea .txtBox {
    width: calc(80% - 8rem);
    padding-top: 17rem;
  }
}
@media only screen and (max-width: 640px) {
  .mvArea .txtBox {
    margin: 0 2rem;
    padding-top: 7rem;
  }
}
.mvArea .mainTxt {
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background-image: url(../img/mv_txtcross.svg);
  background-position: bottom 2rem center;
  background-repeat: no-repeat;
  background-size: 131px auto;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .mvArea .mainTxt {
    background-position: bottom 1rem center;
    background-size: 10rem auto;
  }
}
.mvArea .mainTxt .sub {
  display: block;
  font-size: 4.6rem;
}
@media only screen and (max-width: 640px) {
  .mvArea .mainTxt .sub {
    font-size: 2.8rem;
  }
}
.mvArea .mainTxt .main {
  display: block;
}
@media only screen and (min-width: 641px) {
  .mvArea .mainTxt .main {
    font-size: 8.5rem;
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .mvArea .mainTxt .main {
    font-size: 5rem;
    margin-top: 2.5rem;
  }
}
.mvArea .subTxt {
  text-shadow: 0px 0px 4px #00487A;
}
@media only screen and (min-width: 641px) {
  .mvArea .subTxt {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 4.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .mvArea .subTxt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2.5rem;
  }
}
.mvArea .bkDeco_bubble {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  .mvArea .bkDeco_bubble::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 72, 122, 0.3), rgba(0, 72, 122, 0));
    width: 100%;
    height: 20rem;
  }
}
.mvArea .bkDeco_bubble .bubble {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
}
.mvArea .bkDeco_bubble .bubble01 {
  width: 78rem;
  height: 78rem;
  top: -35rem;
  left: -35rem;
}
.mvArea .bkDeco_bubble .bubble02 {
  width: 78rem;
  height: 78rem;
  top: 28rem;
  right: -35rem;
}
.mvArea .bkDeco_bubble .bubble03 {
  width: 60rem;
  height: 60rem;
  bottom: -110rem;
  left: 40rem;
}

.bubble01 {
  animation: floating-y 3s infinite alternate ease-in-out, floating-x 4.11s infinite alternate ease-in-out;
}

.bubble02 {
  animation: floating-y 3s infinite alternate ease-in-out, floating-x02 4.11s infinite alternate ease-in-out;
}

.bubble03 {
  animation: floating-y02 4s infinite alternate ease-in-out, floating-x 5.5s infinite alternate ease-in-out;
}

/* 上下 */
@keyframes floating-y {
  0% {
    translate: 0 -20px;
  }
  100% {
    translate: 0 20px;
  }
}
@keyframes floating-y02 {
  0% {
    translate: 0 -10px;
  }
  100% {
    translate: 0 40px;
  }
}
/* 左右 */
@keyframes floating-x {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes floating-x02 {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.leadArea {
  background-color: #F2F3F3;
  line-height: 1;
  position: relative;
}
.leadArea::before, .leadArea::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/lead_bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  .leadArea::before {
    width: 70rem;
    height: 70rem;
    top: -8rem;
    left: -30rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea::before {
    width: 25rem;
    height: 25rem;
    top: 20rem;
    left: -14rem;
  }
}
.leadArea::after {
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  .leadArea::after {
    width: 59rem;
    height: 59rem;
    bottom: -8rem;
    right: -30rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea::after {
    width: 20rem;
    height: 20rem;
    bottom: 5rem;
    right: -10rem;
  }
}
@media only screen and (min-width: 641px) {
  .leadArea {
    padding: 10rem calc((100% - 120rem) / 2);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .leadArea {
    padding: 10rem 10%;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea {
    padding: 5rem 2rem;
  }
}
.leadArea .tit_h1 {
  text-align: center;
  color: #00487A;
}
.leadArea .tit_h1 .main {
  display: block;
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h1 .main {
    font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 300;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h1 .main {
    font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h1 .sub {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h1 .sub {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h1 .sub01 {
    display: block;
  }
}
.leadArea .tit_h1 .sub02 {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  background-color: #00487A;
  color: #fff;
  padding: 2px 20px;
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h1 .sub02 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h1 .sub02 {
    display: inline-block;
  }
}
.leadArea .recommend {
  position: relative;
  z-index: 3;
}
.leadArea .tit_h2_lead {
  text-align: center;
  color: #00487A;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h2_lead {
    margin-left: 8rem;
    margin-right: 8rem;
    margin-top: 7rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .leadArea .tit_h2_lead {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h2_lead {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.leadArea .tit_h2_lead::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: linear-gradient(to right, #073481, #7DE3EF);
  top: 50%;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h2_lead::before {
    height: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h2_lead::before {
    height: 2px;
  }
}
.leadArea .tit_h2_lead.active::before {
  transition: clip-path 0.5s 0.6s cubic-bezier(0.2, 0, 0.1, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.leadArea .tit_h2_lead .txt {
  display: inline-block;
  background-color: #F2F3F3;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  .leadArea .tit_h2_lead .txt {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .tit_h2_lead .txt {
    padding: 0 10px;
  }
}
.leadArea .blockList01 {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .leadArea .blockList01 {
    padding: 0 8rem;
    justify-content: space-between;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .leadArea .blockList01 {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .blockList01 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.leadArea .blockList01 > li {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 641px) {
  .leadArea .blockList01 > li {
    width: calc((100% - 4rem) / 2);
    margin-top: 4rem;
    padding: 3rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .leadArea .blockList01 > li {
    width: 100%;
    margin-top: 2rem;
    padding: 2rem;
    padding-right: 22%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .leadArea .blockList01 > li {
    padding-right: 10%;
  }
}
.leadArea .blockList01 > li .img {
  position: absolute;
}
@media only screen and (min-width: 641px) {
  .leadArea .blockList01 > li .img {
    right: -2rem;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .leadArea .blockList01 > li .img {
    width: 20%;
    height: auto;
    right: 1rem;
    bottom: 0rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .leadArea .blockList01 > li .img {
    right: -2rem;
    width: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  .sec01, .sec02, .sec04 {
    padding: 10rem calc((100% - 120rem) / 2);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .sec01, .sec02, .sec04 {
    padding: 10rem 10%;
  }
}
@media only screen and (max-width: 640px) {
  .sec01, .sec02, .sec04 {
    padding: 5rem 2rem;
  }
}

.sec01 {
  background-color: #fff;
}

.sec02 {
  background-color: #F2F3F3;
}

.sec03 {
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .sec03 {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .sec03 {
    padding: 5rem 0;
  }
}

.sec04 {
  background: linear-gradient(to right, #C7DCF5, #C2F8FE);
}

.tit_h2 {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .tit_h2 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .tit_h2 {
    margin-bottom: 3rem;
  }
}
.tit_h2 .sub {
  display: block;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 300;
  color: #00487A;
}
@media only screen and (min-width: 641px) {
  .tit_h2 .sub {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .tit_h2 .sub {
    font-size: 1.8rem;
  }
}
.tit_h2 .main {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .tit_h2 .main {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .tit_h2 .main {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 641px) {
  .about .lead {
    font-weight: bold;
    padding: 0 8rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .about .lead {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .about .lead {
    font-size: 1.4rem;
  }
}
.about .img_wrap {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 641px) {
  .about .img_wrap {
    margin: 5rem 8rem 0 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .about .img_wrap {
    margin-top: 2rem;
  }
}
.about .img_wrap img {
  max-width: 100%;
  height: auto;
}
.about .memo {
  background-color: #F1F8F9;
  color: #00487A;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .about .memo {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2rem 4rem;
    margin: 5rem 8rem 0rem 8rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .about .memo {
    margin: 5rem 4rem 0rem 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .about .memo {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 2.5rem;
    margin-top: 2.5rem;
  }
}

.howto .typeList {
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .howto .typeList {
    padding: 7rem 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .typeList {
    padding: 15rem 2rem 3rem 2rem;
  }
}
.howto .typeList + .typeList {
  margin-top: 5rem;
}
.howto .tit_band {
  background: linear-gradient(to right, #C7DCF5, #C2F8FE);
  position: absolute;
  color: #00487A;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band {
    width: 40rem;
    height: 20rem;
    left: -2rem;
    top: 4rem;
    padding: 3rem 0 3rem 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band {
    width: 24rem;
    height: 13rem;
    left: -1rem;
    top: 2rem;
    padding: 2rem 0 2rem 3rem;
  }
}
.howto .tit_band::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #00487A;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media only screen and (min-width: 641px) {
  .howto .tit_band::before {
    width: 2.1rem;
    height: 2.1rem;
    left: 0;
    bottom: -2.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band::before {
    width: 1.1rem;
    height: 1.1rem;
    left: 0;
    bottom: -1.1rem;
  }
}
.howto .tit_band::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/howto_titimg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1rem;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band::after {
    width: 11rem;
    height: 14rem;
    right: -2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band::after {
    width: 11rem;
    height: 10rem;
    right: -4.5rem;
  }
}
@media only screen and (min-width: 641px) {
  .howto .tit_band._type02 {
    height: 23rem;
  }
}
.howto .tit_band._type02::after {
  background-image: url(../img/howto_titimg02.svg);
}
@media only screen and (min-width: 641px) {
  .howto .tit_band._type02::after {
    width: 12rem;
    height: 12.6rem;
    bottom: -2rem;
    right: -2.5rem;
  }
}
.howto .tit_band .deco {
  display: block;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band .deco {
    width: 11.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band .deco {
    width: 8rem;
  }
}
.howto .tit_band .deco img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band .sub {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band .sub {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.howto .tit_band .sub01 {
  display: block;
  margin-top: 0.5rem;
}
.howto .tit_band .main {
  display: inline-block;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band .main {
    margin-top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band .main {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.howto .tit_band .sub02 {
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (min-width: 641px) {
  .howto .tit_band .sub02 {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_band .sub02 {
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  .howto .lead {
    font-weight: bold;
    height: 17rem;
    padding-left: 37rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 640px) {
  .howto .lead {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 3rem;
  }
}
.howto .howtoList01 {
  margin-top: 7rem;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 {
    margin-top: 3rem;
  }
}
.howto .howtoList01 > li {
  background-color: #F1F8F9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #00487A;
  border-radius: 2rem;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li {
    padding: 9rem 0;
    width: calc((100% - 6rem) / 3);
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li {
    padding: 4.5rem 0 5.5rem 0;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 6rem;
  }
}
.howto .howtoList01 > li .caseLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #7DE3EF, #073481);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .caseLabel {
    width: 9.2rem;
    height: 9.2rem;
    line-height: 2.6rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .caseLabel {
    width: 6rem;
    height: 6rem;
    line-height: 2rem;
    top: -3rem;
  }
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .caseLabel .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .caseLabel .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .caseLabel .num {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .caseLabel .num {
    font-size: 1.8rem;
  }
}
.howto .howtoList01 > li .item {
  padding-left: 4rem;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .item {
    width: 24rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .item {
    width: 20rem;
  }
}
.howto .howtoList01 > li .ico {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .plus {
    width: 2.5rem;
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .plus {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem auto;
  }
}
.howto .howtoList01 > li .plus img {
  width: 100%;
  height: auto;
}
.howto .howtoList01 > li .memo {
  display: block;
  color: #fff;
  font-weight: bold;
  background: #00487A;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .memo {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .memo {
    height: 3.6rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
}
.howto .howtoList01 > li .memo::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #00487A;
  width: 1.2rem;
  height: 1.2rem;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  left: 50%;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li .memo::before {
    bottom: 4.9rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li .memo::before {
    bottom: 3.5rem;
  }
}
@media only screen and (min-width: 641px) {
  .howto .howtoList01 > li._thin .item {
    width: 20rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList01 > li._thin .item {
    width: 17rem;
  }
}
.howto .howtoList01 > li._long .plus {
  margin: 1.2rem auto;
}
.howto .wrapBlock {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .howto .wrapBlock {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .wrapBlock {
    margin-top: 3rem;
  }
}
.howto .wrapBlock::before, .howto .wrapBlock:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: linear-gradient(to right, #073481, #7DE3EF);
  left: 0;
  width: 100%;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media only screen and (min-width: 641px) {
  .howto .wrapBlock::before, .howto .wrapBlock:after {
    height: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .howto .wrapBlock::before, .howto .wrapBlock:after {
    height: 2px;
  }
}
@media only screen and (min-width: 641px) {
  .howto .wrapBlock::before {
    top: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .wrapBlock::before {
    top: 1.5rem;
  }
}
.howto .wrapBlock::after {
  bottom: 0;
}
.howto .wrapBlock.active::before, .howto .wrapBlock.active:after {
  transition: clip-path 0.5s 0.6s cubic-bezier(0.2, 0, 0.1, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.howto .tit_howtoList02 {
  display: inline-block;
  text-align: center;
  color: #00487A;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  .howto .tit_howtoList02 {
    padding: 0 1rem;
    font-size: 2rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 640px) {
  .howto .tit_howtoList02 {
    padding: 0 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.howto .howtoList02 {
  display: grid;
  justify-content: center;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList02 {
    grid-template-columns: repeat(4, 20rem);
    gap: 3rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2rem 0;
  }
}
.howto .howtoList02 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F3F3;
  color: #00487A;
  font-weight: bold;
  border-radius: 8px;
  line-height: 1.3;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList02 .card {
    justify-content: center;
    height: 15rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList02 .card {
    height: 10rem;
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
.howto .howtoList02 .card .img_wrap {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 641px) {
  .howto .howtoList02 .card .img_wrap {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .howtoList02 .card .img_wrap {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.howto .howtoList02 .card .ico {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.howto .howtoList02 {
  /* 上段3つを中央寄せ風に調整 */
}
.howto .howtoList02 .card:nth-child(1) {
  grid-column: 2;
}
.howto .howtoList02 .card:nth-child(2) {
  grid-column: 3;
}
.howto .howtoList02 .card:nth-child(3) {
  grid-column: 4;
}
.howto .howtoList02 .card:nth-child(-n+3) {
  position: relative;
  left: -50%;
  transform: translateX(-10%);
}
.howto .cv_lead {
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .howto .cv_lead {
    font-size: 2.4rem;
    margin: 7rem auto;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .howto .cv_lead {
    font-size: 1.6rem;
    margin: 3rem auto;
    padding-bottom: 5rem;
  }
}

.cvArea {
  background: linear-gradient(to right, #00D18B, #4DCDE2);
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.cvArea .tit_h2 .main {
  color: #fff;
}
@media only screen and (min-width: 641px) {
  .cvArea .btn_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_wrap {
    text-align: center;
  }
}
.cvArea .btn {
  font-weight: bold;
  border-radius: 70px;
}
@media only screen and (min-width: 641px) {
  .cvArea .btn {
    width: calc((100% - 3rem) / 2);
    height: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn {
    width: calc(100% - 4rem);
    height: 5rem;
    margin: auto;
  }
}
.cvArea .btn_web {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.1, 1);
}
@media only screen and (min-width: 641px) {
  .cvArea .btn_web {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_web {
    font-size: 1.4rem;
  }
}
.cvArea .btn_web::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #00487A;
  width: 1.2rem;
  height: 1.4rem;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.1, 1);
}
.cvArea .btn_web::after {
  background: #00487A;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.1, 1);
  z-index: 1;
}
.cvArea .btn_web:hover {
  color: #fff;
}
.cvArea .btn_web:hover::before {
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .cvArea .btn_web:hover::after {
    transform: scale(1, 1);
  }
}
.cvArea .btn_web .txt {
  position: relative;
  z-index: 3;
}
.cvArea .btn_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00487A;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_tel {
    margin: 1rem auto 0 auto;
  }
}
.cvArea .btn_tel .txt {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .cvArea .btn_tel .txt {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_tel .txt {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.cvArea .btn_tel .num_wrap {
  display: flex;
}
@media only screen and (min-width: 641px) {
  .cvArea .btn_tel .num_wrap {
    font-size: 3rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_tel .num_wrap {
    font-size: 2rem;
    margin-left: 0.6rem;
  }
}
@media only screen and (min-width: 641px) {
  .cvArea .btn_tel .ico {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea .btn_tel .ico {
    margin-right: 0.2rem;
    width: 1.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .cvArea._ptn01 {
    padding: 5rem 8rem 6rem 8rem;
    width: 100%;
    max-width: 120rem;
    height: 32rem;
    margin: auto;
    margin-bottom: -16rem;
    transform: translateY(-16rem);
    border-radius: 16rem 0 16rem 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .cvArea._ptn01 {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea._ptn01 {
    padding: 3rem 0 4rem 0;
    width: calc(100% - 4rem);
    margin: auto;
    margin-bottom: -10rem;
    transform: translateY(-10rem);
    border-radius: 4rem 0 4rem 0;
  }
}
.cvArea._ptn01 .tit_h2 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .cvArea._ptn02 {
    padding: 5rem 8rem 6rem 8rem;
    padding-right: calc((100vw - 120rem) / 2 + 8rem);
    margin-left: calc((100% - 120rem) / 2);
    border-radius: 16rem 0 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .cvArea._ptn02 {
    padding: 5rem 4rem 6rem 4rem;
    padding-right: calc(10vw + 4rem);
    margin-left: 10%;
    border-radius: 16rem 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea._ptn02 {
    padding: 3rem 0 4rem 0;
    border-radius: 4rem 4rem 0 0;
  }
}
.cvArea._ptn02 .tit_h2 {
  margin-bottom: 2rem;
}
.cvArea._ptn02 .lead {
  text-align: center;
  font-weight: bold;
  color: #00487A;
}
@media only screen and (min-width: 641px) {
  .cvArea._ptn02 .lead {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .cvArea._ptn02 .lead {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.pointCont .item {
  background-color: #F1F8F9;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .pointCont .item {
    margin-left: calc((100vw - 120rem) / 2 + 8rem);
    padding: 3rem 0 5rem 0;
    padding-left: 34.5rem;
    border-radius: 16rem 0 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pointCont .item {
    margin-left: calc((100% - 120rem) / 2);
    padding-right: calc((100% - 120rem) / 2 + 8rem);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item {
    margin-left: 2rem;
    padding: 2rem 0 3rem 2rem;
    border-radius: 4rem 0 0 0;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item + .item {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item + .item {
    margin-top: 2rem;
  }
}
.pointCont .item .tit {
  display: flex;
  align-items: center;
  color: #00487A;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .pointCont .item .tit {
    padding-right: calc((100vw - 120rem) / 2 + 8rem);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .tit {
    padding-right: 2rem;
  }
}
.pointCont .item .tit .point {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/bg_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  .pointCont .item .tit .point {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .tit .point {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item .tit .txt {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .tit .txt {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
.pointCont .item .cont {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .pointCont .item .cont {
    font-weight: bold;
    font-size: 1.6rem;
    padding-right: calc((100vw - 120rem) / 2 + 8rem);
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .cont {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-right: 2rem;
    margin-top: 13rem;
  }
}
.pointCont .item .sum {
  color: #00487A;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .pointCont .item .sum {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .sum {
    font-size: 1.4rem;
  }
}
.pointCont .item .ico {
  height: auto;
  position: absolute;
}
@media only screen and (min-width: 641px) {
  .pointCont .item .ico {
    width: 19rem;
    left: -25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .ico {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    left: 48%;
    top: -12rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item .ico._update {
    width: 14rem;
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item:nth-child(2n) {
    margin-left: auto;
    margin-right: calc((100vw - 120rem) / 2 + 8rem);
    padding-left: 0;
    padding-right: 34.5rem;
    border-radius: 0 16rem 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pointCont .item:nth-child(2n) {
    margin-right: calc((100% - 120rem) / 2);
    padding-left: calc((100% - 120rem) / 2 + 8rem);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item:nth-child(2n) {
    margin-left: auto;
    margin-right: 2rem;
    padding: 2rem 0 3rem 2rem;
    border-radius: 0 4rem 0 0;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item:nth-child(2n) .tit {
    padding-right: 0;
    padding-left: calc((100vw - 120rem) / 2 + 8rem);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item:nth-child(2n) .tit {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item:nth-child(2n) .cont {
    padding-right: 0;
    padding-left: calc((100vw - 120rem) / 2 + 8rem);
  }
}
@media only screen and (max-width: 640px) {
  .pointCont .item:nth-child(2n) .cont {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .pointCont .item:nth-child(2n) .ico {
    left: auto;
    right: -25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .voice .voiceList01 {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .voice .voiceList01 {
    padding: 0 4rem;
  }
}
.voice .voiceList01 .item {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .item {
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .item + .item {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .item + .item {
    margin-top: 2rem;
  }
}
.voice .voiceList01 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .img_wrap {
    width: 17.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .img_wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14rem;
  }
}
.voice .voiceList01 .img_wrap img {
  width: 100%;
  height: auto;
}
.voice .voiceList01 .voiceListCont {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont {
    padding: 5rem 7rem 6rem 7rem;
    width: calc(100% - 10.5rem);
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont {
    padding: 9rem 3rem 3rem 3rem;
  }
}
.voice .voiceList01 .voiceListCont::before, .voice .voiceList01 .voiceListCont::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/ico_voice.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont::before, .voice .voiceList01 .voiceListCont::after {
    width: 5.4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont::before, .voice .voiceList01 .voiceListCont::after {
    width: 4rem;
    height: 3rem;
  }
}
.voice .voiceList01 .voiceListCont::before {
  top: -2rem;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont::before {
    left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont::before {
    left: 1rem;
  }
}
.voice .voiceList01 .voiceListCont::after {
  transform: rotate(180deg);
  bottom: -2rem;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont::after {
    right: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont::after {
    right: 1rem;
  }
}
.voice .voiceList01 .voiceListCont .tit {
  font-weight: bold;
  color: #00487A;
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont .tit {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont .tit {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .voice .voiceList01 .voiceListCont .cont {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 640px) {
  .voice .voiceList01 .voiceListCont .cont {
    font-size: 1.4rem;
  }
}

.price .lead {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .price .lead {
    font-weight: bold;
    padding: 0 8rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .price .lead {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .lead {
    font-size: 1.4rem;
  }
}
.price .cont_wrap {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .price .cont_wrap {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .price .cont_wrap {
    padding: 0 4rem;
  }
}
.price .combo_wrap {
  position: relative;
  background-color: #F2F3F3;
  border-radius: 2rem;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap {
    margin: 3rem 2rem 0 2rem;
    padding: 5rem 1rem 6rem 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap {
    margin: 3rem 1rem 0 1rem;
    padding: 4rem 1rem 4rem 1rem;
  }
}
.price .combo_wrap::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #F2F3F3;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap::before {
    width: 4.6rem;
    height: 3.8rem;
    bottom: -3.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap::before {
    width: 2.3rem;
    height: 1.9rem;
    bottom: -1.9rem;
  }
}
.price .combo_wrap .tit_deco {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #7DE3EF, #073481);
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .tit_deco {
    width: 12rem;
    height: 12rem;
    line-height: 2.6rem;
    top: -2rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .tit_deco {
    width: 8rem;
    height: 8rem;
    line-height: 2rem;
    top: -3rem;
    left: -2rem;
  }
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .tit_deco .txt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .tit_deco .txt {
    font-size: 1.6rem;
  }
}
.price .combo_wrap .memo {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #00487A;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .memo {
    padding: 0 5rem;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .memo {
    padding: 0 2rem;
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
.price .combo_wrap .combo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #00487A;
  text-align: left;
  margin-top: 4rem;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .combo {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .combo {
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.price .combo_wrap .combo .item {
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .combo .item {
    padding-right: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .combo .item {
    padding-right: 6rem;
    width: 18rem;
  }
}
.price .combo_wrap .combo .ico {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .combo .ico {
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .combo .ico {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.price .combo_wrap .combo .plus {
  display: inline-block;
}
@media only screen and (min-width: 641px) {
  .price .combo_wrap .combo .plus {
    width: 2.5rem;
    margin: 0 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .combo_wrap .combo .plus {
    width: 2rem;
    margin: 1.5rem auto;
  }
}
.price .combo_wrap .combo .plus img {
  width: 100%;
  height: auto;
}
.price .txt01 {
  font-weight: bold;
  color: #00487A;
}
@media only screen and (min-width: 641px) {
  .price .txt01 {
    font-size: 2rem;
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .txt01 {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.price .txt_price {
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(to bottom, #C7DCF5, #C2F8FE);
  background-size: 100% 40%;
  background-position: bottom;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .price .txt_price {
    padding: 0 2rem;
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 640px) {
  .price .txt_price {
    padding: 0 1rem;
    font-size: 2.4rem;
  }
}
.price .txt_price .price {
  color: #00487A;
}
.price .txt_price01 {
  margin-top: 2rem;
}
.price .txt_price02 {
  margin-top: 1rem;
}
@media only screen and (min-width: 641px) {
  .price .txt02 {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .txt02 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.price .cv_lead {
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .price .cv_lead {
    font-size: 2.4rem;
    margin: 7rem auto;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 640px) {
  .price .cv_lead {
    font-size: 1.6rem;
    margin: 4rem auto;
    padding-bottom: 5rem;
  }
}

.cvNext {
  position: relative;
  z-index: 1;
  margin-top: -32rem;
  padding-top: 26rem;
}

.option .cont_wrap {
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
}
@media only screen and (min-width: 641px) {
  .option .cont_wrap {
    margin: 0 8rem;
    padding: 5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .option .cont_wrap {
    margin: 0 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .cont_wrap {
    padding: 3rem 2rem;
  }
}
.option .cont_wrap .lead {
  text-align: center;
  font-weight: bold;
  color: #00487A;
}
@media only screen and (min-width: 641px) {
  .option .cont_wrap .lead {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .cont_wrap .lead {
    font-size: 1.6rem;
  }
}
.option .optionList01 {
  display: grid;
  justify-content: center;
}
@media only screen and (min-width: 641px) {
  .option .optionList01 {
    grid-template-columns: repeat(3, 24rem);
    gap: 3rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .option .optionList01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2rem 0;
  }
}
.option .optionList01 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F1F8F9;
  color: #00487A;
  font-weight: bold;
  border-radius: 8px;
  line-height: 1.3;
}
@media only screen and (min-width: 641px) {
  .option .optionList01 .card {
    justify-content: center;
    height: 15rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .optionList01 .card {
    height: 10rem;
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
.option .optionList01 .card .img_wrap {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 641px) {
  .option .optionList01 .card .img_wrap {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .optionList01 .card .img_wrap {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (min-width: 641px) {
  .option .optionList01 .card .img_wrap.marketing, .option .optionList01 .card .img_wrap.kaizan {
    width: 10rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .optionList01 .card .img_wrap.marketing, .option .optionList01 .card .img_wrap.kaizan {
    width: 6rem;
    padding-left: 1rem;
  }
}
.option .optionList01 .card .ico {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 641px) {
  .option .txt01 {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .option .txt01 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .qa .qaList {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .qa .qaList {
    padding: 0 4rem;
  }
}
.qa .qaList .q_cont {
  display: flex;
  font-weight: bold;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .qa .qaList .q_cont {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa .qaList .q_cont {
    font-size: 1.4rem;
  }
}
.qa .qaList .q_cont:nth-child(n+2) {
  margin-top: 5rem;
}
.qa .qaList .deco {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00487A;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (min-width: 641px) {
  .qa .qaList .deco {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa .qaList .deco {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
.qa .qaList .a_cont {
  background-color: #F1F8F9;
  margin-top: 1rem;
}
@media only screen and (min-width: 641px) {
  .qa .qaList .a_cont {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa .qaList .a_cont {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1rem 2rem;
  }
}/*# sourceMappingURL=SCP.css.map */