.GreenTxt {
  color: #279896;
}

/*ALL*/
a {
  cursor: pointer;
}

html {
  overflow-x: hidden;
  color: #0F0F0F;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

section {
  padding: 40px 0 !important;
}
@media only screen and (min-width: 769px) {
  section {
    padding: 100px 0 !important;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.pc-none {
  display: block;
}
@media only screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

/*parts*/
.wave {
  position: relative;
}
.wave:after {
  content: "";
  background: url(../img/wave_sp.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16%;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .wave:after {
    background: url(../img/wave_pc.png) no-repeat;
    background-size: cover;
    height: 42vw;
  }
}

.waveReverse {
  position: relative;
}
.waveReverse:after {
  content: "";
  background: url(../img/wave_reverse_sp.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 31%;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .waveReverse:after {
    background: url(../img/wave_reverse_pc.png) no-repeat;
    background-size: cover;
    height: 42vw;
    left: -6%;
    width: 106%;
  }
}

/* header
------------------------------------------------------------*/
.l-header_inner-logo {
  width: 45%;
  max-width: 230px;
  margin: 4px auto;
}
@media only screen and (min-width: 769px) {
  .l-header_inner-logo {
    width: auto;
    max-width: 1000px;
  }
}
/* main block
***********************************************************/
.Fv {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 769px) {
  .Fv {
    margin: 0 0 -1px;
  }
}
@media only screen and (min-width: 769px) {
  .Fv_inner-box {
    position: relative;
  }
}
.Fv_inner-box .fvBtn {
  width: 70%;
  margin: 15px auto 0;
}
@media only screen and (min-width: 769px) {
  .Fv_inner-box .fvBtn {
    width: 36%;
    margin: 15px auto 0;
    max-width: 470px;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
  }
}
.Fv_inner-box .fvBtn p {
  text-align: center;
  color: #279896;
  font-weight: 600;
  margin: 0 auto 10px;
}

.Nayami {
  background: #f3f3f3;
}
.Nayami_inner h3 {
  width: 300px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner h3 {
    width: 660px;
    margin: 0 auto 80px;
  }
}
.Nayami_inner-List {
  position: relative;
  z-index: 1;
}
.Nayami_inner-List-Item {
  background: #fff;
  margin: 0 auto 30px;
  width: 100%;
  border-radius: 20px;
  padding: 5%;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item {
    padding: 25px 4%;
  }
}
.Nayami_inner-List-Item .img {
  width: 60%;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item .img {
    width: 46%;
  }
}
.Nayami_inner-List-Item .img img {
  margin: auto;
}
.Nayami_inner-List-Item .txtBox {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item .txtBox {
    width: 54%;
  }
}
.Nayami_inner-List-Item .txtBox h4 {
  color: #279896;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 25px;
}
.Nayami_inner-List-Item .txtBox h4:before {
  content: "";
}
.Nayami_inner-List-Item .txtBox h4 span {
  display: inline-block;
  padding: 0 0 0 5px;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item .txtBox h4 span {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0 0 0 22px;
  }
}
.Nayami_inner-List-Item .txtBox ol {
  list-style: decimal;
}
.Nayami_inner-List-Item .txtBox ol li {
  font-size: 10px;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item .txtBox ol li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Nayami_inner-List-Item:nth-child(1) h4:before {
  background: url(../img/01.png) no-repeat;
  background-size: contain;
  width: 59px;
  height: 46px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item:nth-child(1) h4:before {
    width: 94px;
    height: 85px;
    position: relative;
    bottom: -5px;
  }
}
.Nayami_inner-List-Item:nth-child(2) h4:before {
  background: url(../img/02.png) no-repeat;
  background-size: contain;
  width: 59px;
  height: 46px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item:nth-child(2) h4:before {
    width: 107px;
    height: 85px;
    position: relative;
    bottom: -5px;
  }
}
.Nayami_inner-List-Item:nth-child(3) h4:before {
  background: url(../img/03.png) no-repeat;
  background-size: contain;
  width: 59px;
  height: 46px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .Nayami_inner-List-Item:nth-child(3) h4:before {
    width: 107px;
    height: 85px;
    position: relative;
    bottom: -5px;
  }
}

.Solution {
  background: #f3f3f3;
}
@media only screen and (min-width: 769px) {
  .Solution.waveReverse:after {
    height: 30vw;
  }
}
.Solution_inner {
  position: relative;
  z-index: 1;
}
.Solution_inner h3 {
  width: 90%;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 769px) {
  .Solution_inner h3 {
    max-width: 684px;
  }
}
.Solution_inner-List-Item {
  background: #fff;
  margin: 0 auto 30px;
  width: 100%;
  border-radius: 20px;
  padding: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #aaa;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item {
    width: 32%;
    margin: 0;
    padding: 0 15px 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.Solution_inner-List-Item .txtBox {
  width: 63%;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item .txtBox {
    width: 100%;
  }
}
.Solution_inner-List-Item .txtBox h4 {
  color: #279896;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 15px auto;
  padding-top: 50px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item .txtBox h4 {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 65px 0 25px;
  }
}
.Solution_inner-List-Item .txtBox h4:before {
  content: "";
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item .txtBox p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Solution_inner-List-Item .img {
  width: 31%;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item .img {
    width: 100%;
  }
}
.Solution_inner-List-Item .img img {
  margin: auto;
}
.Solution_inner-List-Item:nth-child(1) h4:before {
  background: url(../img/1.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item:nth-child(1) h4:before {
    width: 68px;
    height: 68px;
    top: -35px;
  }
}
.Solution_inner-List-Item:nth-child(2) h4:before {
  background: url(../img/2.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item:nth-child(2) h4:before {
    width: 68px;
    height: 68px;
    top: -35px;
  }
}
.Solution_inner-List-Item:nth-child(3) h4:before {
  background: url(../img/3.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Solution_inner-List-Item:nth-child(3) h4:before {
    width: 68px;
    height: 68px;
    top: -35px;
  }
}

.Features_inner h3 {
  width: 60%;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 769px) {
  .Features_inner h3 {
    max-width: 315px;
  }
}
.Features_inner-List {
  position: relative;
  z-index: 1;
  padding: 0 12%;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List {
    padding: 0;
  }
}
.Features_inner-List-Item {
  background: #fff;
  margin: 0 auto 30px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item {
    width: 31%;
    margin: 0;
  }
}
.Features_inner-List-Item h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto 15px auto;
  padding-top: 50px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item h4 {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 100px 0 25px;
  }
}
.Features_inner-List-Item h4:before {
  content: "";
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Features_inner-List-Item .img {
  margin: 0 auto 10px;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item .img {
    margin: 0 auto 15px;
  }
}
.Features_inner-List-Item:nth-child(1) h4:before {
  background: url(../img/1-1.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item:nth-child(1) h4:before {
    width: 68px;
    height: 68px;
  }
}
.Features_inner-List-Item:nth-child(2) h4:before {
  background: url(../img/2-1.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item:nth-child(2) h4:before {
    width: 68px;
    height: 68px;
  }
}
.Features_inner-List-Item:nth-child(3) h4:before {
  background: url(../img/3-1.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .Features_inner-List-Item:nth-child(3) h4:before {
    width: 68px;
    height: 68px;
  }
}

.Voice {
  background: #f3f3f3;
}
.Voice_inner h3 {
  width: 50%;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner h3 {
    width: 293px;
  }
}
.Voice_inner-List {
  position: relative;
  z-index: 1;
}
.Voice_inner-List-Item {
  background: #fff;
  padding: 5%;
  border: 2px solid #000;
  border-radius: 20px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item {
    padding: 20px 40px 35px;
  }
}
.Voice_inner-List-Item h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fdf400));
  background: -webkit-linear-gradient(transparent 65%, #fdf400 65%);
  background: linear-gradient(transparent 65%, #fdf400 65%);
  display: inline;
  padding: 0 1px 0;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item h4 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.Voice_inner-List-Item dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Voice_inner-List-Item dl dt {
  letter-spacing: 0.2em;
  text-align: center;
  background: #279896;
  color: #fff;
  padding: 0.3em 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5em 5px;
  }
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Voice_inner-List-Item dl.agenda {
  width: 75%;
  margin: 25px 0 15px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.agenda {
    margin: 38px 0 38px;
  }
}
.Voice_inner-List-Item dl.agenda dt {
  width: 58px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.agenda dt {
    width: 88px;
  }
}
.Voice_inner-List-Item dl.agenda dd {
  width: 70%;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.agenda dd {
    width: 83%;
  }
}
.Voice_inner-List-Item dl.resolution {
  width: 75%;
  margin: 0 0 15px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.resolution {
    width: 100%;
    margin: 38px 0 38px;
  }
}
.Voice_inner-List-Item dl.resolution dt {
  width: 58px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.resolution dt {
    width: 88px;
  }
}
.Voice_inner-List-Item dl.resolution dd {
  width: 70%;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.resolution dd {
    width: 87%;
  }
}
.Voice_inner-List-Item dl.comment dt {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.comment dt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 88px;
  }
}
.Voice_inner-List-Item dl.comment dd {
  width: 78%;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item dl.comment dd {
    width: 87%;
  }
}
.Voice_inner-List-Item:nth-child(1) {
  margin: 0 auto 30px;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item:nth-child(1) {
    margin: 0 auto 60px;
  }
}
.Voice_inner-List-Item:nth-child(1) dl.agenda:after {
  content: "";
  background: url(../img/voice1.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 31%;
  height: 85%;
  position: absolute;
  right: -35%;
  bottom: -20%;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item:nth-child(1) dl.agenda:after {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -35%;
    bottom: -24px;
  }
}
.Voice_inner-List-Item:nth-child(2) dl.agenda:after {
  content: "";
  background: url(../img/voice2.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 31%;
  height: 86%;
  position: absolute;
  right: -35%;
  bottom: -20%;
}
@media only screen and (min-width: 769px) {
  .Voice_inner-List-Item:nth-child(2) dl.agenda:after {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -35%;
    bottom: -24px;
  }
}

.Flow {
  padding: 70px 0 !important;
}
.Flow_inner h3 {
  width: 60%;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 769px) {
  .Flow_inner h3 {
    width: 416px;
  }
}
.Faq {
  background: #f3f3f3;
}
.Faq_inner {
  position: relative;
  z-index: 1;
}
.Faq_inner h3 {
  width: 55%;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 769px) {
  .Faq_inner h3 {
    width: 408px;
    margin: 0 auto 80px;
  }
}
.Faq_inner dl {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 769px) {
  .Faq_inner dl {
    max-width: 780px;
    margin: 0 auto 45px;
  }
}
.Faq_inner dl dt {
  color: #279896;
  border-bottom: dotted 2px #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 769px) {
  .Faq_inner dl dt {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 769px) {
  .Faq_inner dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 35px;
  }
}

.cta {
  background: #f3f3f3;
  padding: 0 0 40px;
}
@media only screen and (min-width: 769px) {
  .cta {
    padding: 0 0 100px;
  }
}
.cta.waveReverse:after {
  height: 85%;
}
@media only screen and (min-width: 769px) {
  .cta.waveReverse:after {
    height: 38vw;
  }
}
.cta_inner .ctaBtn {
  position: relative;
  z-index: 1;
}

/*footer
***********************************************************/
footer .copy {
  text-align: center;
  padding: 10px 0;
}/*# sourceMappingURL=style.css.map */