/* header
--------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 200ms linear 0s;
}
header h1 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 2rem;
}
header a {
  color: #fff;
  background: #78cad2;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
  width: 33.3rem;
  height: 10rem;
}
header a br,
header h1 br {
  display: none;
}
@media screen and (min-width: 769px) {
  header.scrolled {
    background: #fff;
  }
}
@media screen and (max-width: 1060px) {
  header h1 {
    font-size: 1.8rem;
    padding: 1rem 1rem 1rem 2rem;
  }
  header a {
    font-size: 1.6rem;
    width: 22rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: #fff;
  }
  header h1 {
    font-size: 1.6rem;
  }
  header a {
    font-size: 1.4rem;
    width: 18rem;
    width: auto;
    height: auto;
    padding: 1.5rem;
  }
  header a br {
    display: inline-block;
  }
}
@media screen and (max-width: 580px) {
  header h1 br {
    display: inline-block;
  }
}

/* sp menu
--------------------------------------------- */
#nav-toggle {
  font-variant: JIS04;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  height: 60px;
  cursor: pointer;
  padding: 18px;
  transition: all 200ms linear 0s;
  background: #78cad2;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
  transition: transform 0.4s ease-in-out, top 0.3s ease, -webkit-transform 0.4s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 24px;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#global-nav {
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#global-nav a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
  text-transform: uppercase;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
#global-nav a:hover {
  color: #666;
}
#global-nav ul {
  list-style: none;
}
#global-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#global-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#global-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#global-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#global-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#global-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#global-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#global-nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}

.open {
  overflow: hidden;
}
.open #global-nav {
  visibility: visible;
  opacity: 1;
}
.open #global-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 768px) {
  #global-nav {
    font-size: 1.8rem;
  }
  #nav-toggle {
    height: 38px;
    padding: 10px 9px;
    bottom: 2rem;
  }
  #nav-toggle > div {
    width: 20px;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle span:nth-child(1),
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
  }
}

/* main
--------------------------------------------- */
#One,
#Two,
#Three,
#Four,
#Five,
#Six {
  padding-top: 10rem;
  margin-top: -10rem;
}
.float-btn {
  background: rgba(51, 51, 51, 1);
  font-size: 1.5rem;
  color: #fff;
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 4rem 2rem 2rem;
  display: block;
  z-index: 999;
  font-weight: 600;
  height: 20rem;
  text-align: center;
}
.float-btn:before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0;
  left: 0;
  width: 2rem;
  height: 1.5rem;
  background: url(../images/icon-mail.png) no-repeat top left;
  background-size: contain;
  margin: auto;
}
.fv {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.fv .inner {
  position: relative;
  z-index: 2;
}
.fv .one {
  position: absolute;
  width: 42rem;
  height: 18rem;
  left: 0;
  top: 31rem;
}
.fv .one {
  position: absolute;
  width: 42rem;
  height: 18rem;
  left: 10rem;
  top: 22rem;
}
.fv .one .txt-one span {
  color: #78cad2;
}
.fv .txt-two {
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 0;
}
.nav-menu > li > a {
  display: block;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.nav-menu > li:last-child > a {
  color: #78cad2;
}
.nav-menu > li > a:hover,
.foot-list01 > li > a:hover {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

section.what {
  padding: 15rem 0 0 0;
  position: relative;
}
section.future {
  padding: 6rem 0 12rem;
  position: relative;
}
section.what .ttl,
section.future .ttl {
  font-size: 2.4rem;
  color: #78cad2;
  position: relative;
  font-weight: 600;
  line-height: 2;
  padding: 0 0 3rem 0;
  margin: 0;
}
section.what:before {
  content: "";
  position: absolute;
  background: url(../images/ttl-what.png) no-repeat top left;
  background-size: contain;
  top: 12rem;
  left: 0;
  width: 32.6rem;
  height: 7.7rem;
  z-index: -1;
}
section.future:before {
  content: "";
  position: absolute;
  background: url(../images/ttl-future.png) no-repeat top left;
  background-size: contain;
  top: 3rem;
  left: 0;
  width: 41.4rem;
  height: 7.8rem;
  z-index: -1;
}
section.future.mj:before {
  background: url(../images/ttl-mj.png) no-repeat top left;
  background-size: contain;
  width: 61.2rem;
  height: 7.9rem;
  left: 1rem;
  z-index: 1;
  top: 12.5rem;
}
section.what .ttl:after,
section.future .ttl:after,
section.solu h2:after {
  content: "";
  width: 6rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #78cad2;
}
section.what .txt-one {
  padding-left: 1rem;
  /* width: 50%; */
}
section.what .txt-one p {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
section.what .txt-one p.last > span {
  background: linear-gradient(transparent 25%, #badee3 0%);
  font-size: 1.8rem;
  font-weight: 600;
}
.future-list {
  width: 100%;
  max-width: 68rem;
}
.future-list li {
  font-size: 2.0rem;
  color: #78cad2;
  padding: 2rem 2.5rem;
  background: rgba(255, 253, 244, 1);
  border: 1px solid #78cad2;
  margin: 0 0 2rem;
  font-weight: 600;
}
section.greeting {
  background: url(../images/bg-greeting.jpg) no-repeat top right;
  background-size: cover;
  padding: 10rem 0;
}
section.greeting p {
  color: #fff;
  line-height: 1.8;
}
section.greeting p span {
  font-size: 1.2em;
  font-weight: 500;
}
section.greeting > .inner > .one {
  width: 100%;
  max-width: 88rem;
}

section.now {
  padding: 9rem 0;
}
section.now h2 {
  text-align: center;
  color: #78cad2;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 3rem;
  position: relative;
}
section.now h2:after {
  content: "";
  position: absolute;
  background: url(../images/ttl-now.png) no-repeat top left;
  background-size: contain;
  top: -3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 26.4rem;
  height: 7.9rem;
  z-index: -1;
}
.now-list {
  background: #78cad2;
  padding: 5rem 10rem;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
}
.now-list::after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-top: solid 4px #78cad2;
  border-right: solid 4px #78cad2;
  position: absolute;
  left: 0;
  bottom: -6rem;
  transform: rotate(135deg);
  right: 0;
  margin: auto;
}
.now-list li {
  padding: 0 0 0 5rem;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 3rem;
  position: relative;
}
.now-list li:before {
  content: "";
  position: absolute;
  background: url(../images/icon-check.png) no-repeat top left;
  background-size: contain;
  width: 4.0rem;
  height: 4.0rem;
  left: 0;
  top: 0;
}
.now-list li:last-child {
  margin-bottom: 0;
}
section.greeting .one p {
  margin-bottom: 6rem;
}
section.greeting h2 br.none {
  display: none;
}
section.problem {
  padding: 3.6rem 0 10rem;
  background: rgba(189, 189, 189, 1);
}
section.problem .inner {
  max-width: 125.7rem;
}
section.problem h2 {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 0 4rem;
}
section.problem h2:after {
  content: "";
  position: absolute;
  background: url(../images/ttl-problem.png) no-repeat top left;
  background-size: contain;
  top: -3.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50.9rem;
  height: 7.9rem;
}
section.problem picture {
  display: block;
  margin: 0 0 1rem;
}
section.problem .inner > .one {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0 0 3rem;
}
.problem-box {
  border: 2px solid #fff;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 13rem;
}
.problem-box p {
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 600;
  margin: 0;
}
.problem-box .one {
  padding: 2rem;
  border-bottom: 2px solid #fff;
}
.problem-box .two {
  padding: 3rem 2rem;
}
.problem-box .two span {
  font-size: 1.6em;
  display: inline-block;
  padding: 0 2rem;
}
.problem-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.problem-list > li {
  width: 45%;
  position: relative;
  display: flex;
  padding: 3rem 3rem;
}
.problem-list > li:before,
.problem-list > li:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
.problem-list > li:before {
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  top: 0;
  left: 0;
}
.problem-list > li:after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  bottom: 0;
  right: 0;
}
.problem-list > li figure {
  flex: 0 0 auto;
}
.problem-list > li img {
  width: 100%;
  max-width: 6.4rem;
}
.problem-list > li .txt {
  padding-left: 3rem;
}
.problem-list > li .txt > ul {
  margin: 0;
}
.problem-list > li .txt > ul > li {
  padding-left: 2.2rem;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}
.problem-list > li .txt > ul > li:before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border-radius: 10rem;
  top: 1rem;
  left: 0;
}
.problem-list > li .txt > p {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
.fig-pro01 {
  width: 100%;
  max-width: 24.5rem;
  margin: 0 auto 2rem;
}
.problem-list02 {
  display: flex;
  margin: 0 0 4rem;
  align-items: flex-start;
}
.problem-list02 > li {
  border: 2px solid #fff;
  border-radius: 2.5rem;
  padding: 3rem 2.5rem;
  position: relative;
  background: #bdbdbd;
}
.problem-list02 > li:after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 5rem;
  background: #fff;
  bottom: -4.2rem;
  z-index: 1;
  transform: rotate(50deg);
  right: 10rem;
}
.problem-list02 > li:nth-child(1):after {
}
.problem-list02 > li:nth-child(1) {
  top: 6rem;
  left: 1rem;
}
.problem-list02 > li:nth-child(2) {
}
.problem-list02 > li:nth-child(3) {
  top: 9rem;
  right: 1rem;
}
.problem-list02 > li:nth-child(1):after {
  transform: rotate(-50deg);
  right: 10rem;
}
.problem-list02 > li:nth-child(2):after {
}
.problem-list02 > li:nth-child(3):after {
}
.problem-list02 > li > p {
  color: #fff;
  margin: 0 0 0;
  line-height: 1.8;
}
section.problem .inner > .one > br {
  display: none;
}
.dli-plus {
  display: block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 5em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin: 8rem auto;
}
.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.problem-circle {
  max-width: 30rem;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 30rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}
.problem-circle span {
  display: block;
  font-size: 3.3em;
}

section.solu {
  padding: 10rem 0 18rem;
}
section.solu h2 {
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  margin: 6rem 0 9rem 11.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 0 0 4rem;
}
section.solu h2 br.none3 {
  display: none;
}
section.solu h2:before {
  content: "";
  position: absolute;
  background: url(../images/ttl-sol.png) no-repeat top left;
  background-size: contain;
  width: 53.6rem;
  height: 7.9rem;
  top: -4.8rem;
  left: -11rem;
  z-index: -1;
}
section.solu h2 span {
  display: inline-block;
}
section.solu h2 span.one {
  font-size: 1.6em;
}
section.solu h2 span.two {
  font-size: 0.8em;
}
.solu-col {
  display: flex;
  justify-content: space-between;
}
.solu-col > div {
  width: 50%;
}
.solu-col > div:first-child {
}
.solu-col > div > figure {
}
.solu-col > div > figure.one {
  margin: 0 0 4rem;
}
.solu-col > div > figure > img {
}
.solu-col > div > .wbox {
  background: rgb(255 255 255 / 70%);
  padding: 1.5rem;
  margin-top: -19rem;
  margin-left: 9rem;
  position: relative;
}
.solu-col p {
  line-height: 1.8;
}
.solu-col > div > .wbox > p {
  margin: 0 0 6rem;
}
.solu-col > div > p {
  margin: 0 0 12rem;
  line-height: 1.8;
  padding-right: 1rem;
}
.solu-col > div > .wbox > p > span.one {
  display: none;
}
.solu-col > div > .wbox > p.three {
  display: none;
}
section.feat {
  background: #d5ebef;
  padding: 0 0 6rem;
}
section.feat .inner {
  max-width: 130rem;
}
section.feat h2 {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 12rem;
  padding: 4rem 0 0;
  position: relative;
  z-index: 1;
  color: rgba(51, 51, 51, 1);
}
section.feat h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  width: 54.2rem;
  height: 7.9rem;
  z-index: -1;
  background: url(../images/ttl-feat.png) no-repeat top left;
  background-size: contain;
}
.feat-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8rem;
}
.feat-list > li {
  width: 33.333333%;
  position: relative;
  padding: 1rem 3rem;
  margin: 0;
}
.feat-list > li:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
.feat-list > li:last-child:after {
  content: none;
}
.feat-list > li figure,
.feat-list > li picture {
  width: 100%;
  max-width: 30.5rem;
  margin: 0 0 3rem;
  display: block;
}
.feat-list > li figure > img {
}
.feat-list > li p {
  margin: 0;
  line-height: 1.8;
}
.feat-box {
  border: 5px solid #78cad2;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feat-box p {
  position: relative;
  margin: 0;
  padding-right: 9rem;
  padding-left: 3rem;
}
.feat-box p:nth-child(1) {
  padding-left: 0;
}
.feat-box p:after {
  content: "";
  position: absolute;
  background: url(../images/feat02-plus.png) no-repeat top left;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}
.feat-box p:nth-child(3):after {
  background: url(../images/feat02-equal.png) no-repeat top left;
  background-size: contain;
  width: 5rem;
  height: 2.2rem;
}
.feat-box p:nth-child(4) {
  padding-right: 0;
}
.feat-box p:nth-child(1):before {
  content: "深い";
  position: absolute;
  font-size: 2rem;
  top: -3.5rem;
  left: 0;
  font-weight: 700;
}
.feat-box p:nth-child(4):after {
  content: none;
}
.feat-box p:nth-child(1) img {
  width: 18rem;
}
.feat-box p:nth-child(2) img {
  width: 22.8rem;
}
.feat-box p:nth-child(3) img {
  width: 13.5rem;
}
.feat-box p:nth-child(4) img {
  width: 23.1rem;
}
section.cta-wrap {
  background: linear-gradient(to bottom, #d5ebef 50%, #fffdf3 50%);
}
section.cta-wrap.two {
  background: linear-gradient(to bottom, #8796a0 50%, #2d2d2d 50%);
}
section.cta-wrap.three {
  background: linear-gradient(to bottom, #c0b5af 50%, #ffffff 50%);
}
section.cta-wrap > div {
  padding: 0 2rem;
}
.cta {
  background: #78cad2;
  border-radius: 1rem;
  padding: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
.cta > div {
  width: 50%;
  position: relative;
}
.cta > div:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta p,
.cta .btn,
.cta h2 {
  color: #fff;
}
.cta p.one {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.cta p.one span {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 0.5rem;
}
.cta p.two {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.cta h2 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 6.4rem;
  margin: 0 0 3rem;
  line-height: 1;
}
.cta .btn {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
}
.cta .btn .one {
  display: block;
  width: 100%;
}
.cta .btn .one > span {
  display: block;
  width: 24.5rem;
  margin: 0 auto;
}
.cta .btn .two {
  width: 5.2rem;
  height: 5.2rem;
  background: #fff;
  border-radius: 100rem;
  display: block;
  position: relative;
}
.cta .btn .two:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #78cad2;
  border-radius: 10rem;
}
.feat-box p.sp {
  display: none;
}
section.mj {
  background: rgba(255, 253, 244, 1);
  padding-top: 16rem;
  padding-bottom: 9rem;
  position: relative;
}
section.mj .inner {
  max-width: 125.6rem;
}
section.mj.future h2 {
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 2;
}
section.mj figure {
  margin: 6rem auto;
}
.mj-list > li {
  border: 2px solid #78cad2;
  padding: 3rem;
  margin: 0 0 5rem;
  position: relative;
}
.mj-list > li:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: solid 3px #78cad2;
  border-right: solid 3px #78cad2;
  position: absolute;
  left: 0;
  bottom: -3rem;
  transform: rotate(135deg);
  right: 0;
  margin: auto;
}
.mj-list > li:last-child:after {
  content: none;
}
.mj-list > li:last-child {
  margin-bottom: 0;
}
.mj-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  border-bottom: 2px solid #78cad2;
  margin: 0 0 3rem;
  padding: 0 0 1rem;
  color: #78cad2;
}
.mj-ttl > span {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  margin-right: 4rem;
  align-items: center;
  line-height: 1;
}
.mj-ttl > span > span {
  font-weight: 600;
  font-size: 2em;
  margin-left: 1rem;
}
.mj-txt01 {
  font-size: 2.2rem;
  color: #ffffff;
  background: #78cad2;
  padding: 0.1rem 1rem;
  display: inline-block;
  margin: 0 0 2.5rem;
}
.mj-txt02 {
  margin: 0 0 4rem;
}
section.special {
  background: #ad9961;
}
section.special h2:after {
  background: url(../images/ttl-sp.png) no-repeat top left;
  background-size: contain;
  width: 44.6rem;
  height: 7.9rem;
}
section.special h2 {
  color: #fff;
  padding-bottom: 5rem;
  margin: 0 0 4rem;
  letter-spacing: 1px;
}
section.special h2:before {
  content: "";
  position: absolute;
  background: url(../images/icon-gift.png) no-repeat top left;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sp-list {
  display: flex;
  justify-content: space-between;
}
.sp-list > li {
  width: 47%;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 3rem;
}
.sp-list > li:last-child {
  margin-bottom: 0;
}
.sp-top {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem;
}
.sp-top > .one {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-right: 2px solid #fff;
  padding: 1rem 3rem;
  margin: 0;
}
.sp-top > .one > span {
  font-size: 2.8em;
  display: block;
  line-height: 1;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin: 0.5rem 0 0;
}
.sp-top > .two {
  margin: 0;
  padding: 0 0 0 3rem;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.4;
}
.sp-top > .two > .one {
  font-size: 0.7em;
}
.sp-top > .two > .two {
  font-size: 1.6em;
  line-height: 1.2;
}
.sp-bottom {
  margin: 0;
  color: #fff;
  line-height: 1.8;
}
section.detail {
  padding: 9rem 0 10rem;
}
section.detail .inner {
  max-width: 100rem;
}
section.detail h2 {
  text-align: center;
  position: relative;
  margin: 0 0 8rem;
}
section.detail h2 span {
  font-size: 3.0rem;
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1;
  background: #fff;
  position: relative;
  z-index: 1;
}
section.detail h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #78cad2;
}
.detail-list > li {
  display: flex;
  margin: 0 0 9rem;
}
.detail-list > li:last-child {
  margin-bottom: 0;
}
.detail-list > li > .one {
  width: 16rem;
  flex: 0 0 auto;
}
.detail-list > li > .one > p {
  margin: 0;
  color: #78cad2;
  font-size: 2.2rem;
  font-weight: 600;
}
.detail-list > li > .two > .one {
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 2.2rem;
  line-height: 1.4;
  position: relative;
}
.detail-list > li > .two > .one > span {
  font-size: 0.8em;
}
.detail-list > li > .two > .one.none {
  padding-left: 0;
}
.detail-list > li > .two > .one.none:before {
  content: none;
}
.detail-list > li > .two > .one:before {
  content: "";
  position: absolute;
  background: #78cad2;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 10rem;
  top: 0.8rem;
  left: 0;
}
.detail-list > li > .two > .three {
  font-weight: 600;
  margin: 0;
}
.detail-list > li > .two > .three > .one {
  color: #78cad2;
}
.detail-list > li > .two > .three > .two {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}
section.voice {
  padding: 12rem 0 10rem;
}
section.voice.future.mj:before {
  background: url(../images/ttl-voice.png) no-repeat top left;
  background-size: contain;
  width: 33.2rem;
  height: 7.9rem;
  top: 8.5rem;
}
.voice-list {
  margin: 8rem 0 0;
}
.voice-list > li {
  padding: 2rem 4rem;
  margin: 0 0 6rem;
  /* border: 4px solid #78cad2; */
  position: relative;
}
.voice-list > li:before,
.voice-list > li:after {
  position: absolute;
  top: -3px;
  width: 4rem;
  height: 100%;
  content: "";
  border-top: solid 4px #78cad2;
  border-bottom: solid 4px #78cad2;
}
.voice-list > li:before {
  border-left: solid 4px #78cad2;
  left: 0;
}
.voice-list > li:after {
  border-right: solid 4px #78cad2;
  right: 0;
}
.voice-list > li:last-child {
  margin-bottom: 0;
}
.voice-list > li > p.vttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #78cad2;
  padding-bottom: 2rem;
  border-bottom: 3px solid #78cad2;
  margin: 0 0 2rem;
}
.voice-list > li > p.meta {
  font-size: 1.6rem;
  font-weight: 400;
  color: #78cad2;
  margin: 0 0 2rem;
  padding-left: 3.2rem;
  position: relative;
}
.voice-list > li > p.meta:before {
  content: "";
  position: absolute;
  background: url(../images/icon-smile.png) no-repeat left top;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  top: 0.2rem;
  left: 0;
}
.voice-list > li > p.txt {
  margin: 0;
  line-height: 1.8;
}
section.qa {
  background: #c0b5af;
}
section.voice.future.mj.qa:before {
  background: url(../images/ttl-qa.png) no-repeat top left;
  background-size: contain;
  width: 23.7rem;
  height: 8.8rem;
  top: 8.5rem;
}
section.qa .inner {
  max-width: 122rem;
}
section.qa .inner h2.ttl {
}
section.qa.future h2 {
  color: #fff;
}
section.qa.future h2:after {
  background: #f7f4ee;
}
.qa-wrap {
  display: flex;
  justify-content: flex-end;
}
.qa-list {
  width: 100%;
  max-width: 78rem;
}
.qa-list > li {
  padding: 4rem 0;
  border-bottom: 1px solid #fff;
}
.qa-list > li:last-child {
  border-bottom: 0;
}
.qa-list > li > .qone,
.qa-list > li > .atwo {
  color: #fff;
  margin: 0;
  padding-left: 7.5rem;
  position: relative;
}
.qa-list > li > .qone {
  font-size: 2.0rem;
  font-weight: 600;
}
.qa-list > li > .atwo {
  margin-top: 5rem;
  display: none;
  font-weight: 600;
}
.qa-list > li > .qone:before,
.qa-list > li > .atwo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.qa-list > li > .qone:before {
  background: url(../images/icon-q.png) no-repeat top left;
  background-size: contain;
}
.qa-list > li > .atwo:before {
  background: url(../images/icon-a.png) no-repeat top left;
  background-size: contain;
}
.qa-list > li > .qone {
  padding-right: 5rem;
  cursor: pointer;
}
.qa-list > li > .qone:after {
  content: "";
  position: absolute;
  background: url(../images/icon-plus.png) no-repeat top left;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.3rem;
  right: 0;
  transition: all 200ms linear 0s;
}
.qa-list > li > .qone.open:after {
  transform: rotate(45deg);
}
section.ctatwo {
  background: #78cad2;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.ctatwo a {
  position: relative;
  color: #fff;
  padding-right: 8.5rem;
  display: block;
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 600;
}
section.ctatwo a:before {
  content: "";
  position: absolute;
  background: url(../images/icon-dir.png) no-repeat top left;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.mess {
  padding: 7rem 0 14rem;
}
section.mess h2 {
  font-size: 2.4rem;
  line-height: 2;
}
section.mess h2:before {
  content: "";
  position: absolute;
  background: url(../images/ttl-mess.png) no-repeat top left;
  background-size: contain;
  width: 51rem;
  height: 7.9rem;
  top: -3rem;
  left: -11rem;
  z-index: -1;
}
.mess-col {
  display: flex;
  justify-content: space-between;
}
.mess-col > .txt {
  padding: 3rem 2rem 0 11.5rem;
}
.mess-col > figure {
}
.mess-col > .txt > p {
  font-size: 1.6rem;
  margin: 0 0 4rem;
  line-height: 1.8;
  font-weight: 500;
}
.mess-col > .txt > p > span {
  font-size: 1.2em;
  font-weight: 600;
}
section.ctatwo a br {
  display: none;
}

section.pro {
  background: #8796a0;
  padding: 15rem 6rem 9rem;
}
section.pro h2 {
  font-size: 6rem;
  color: #fff;
  position: relative;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 5rem;
  margin: 0 0 12rem;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
section.pro h2:before {
  content: "";
  position: absolute;
  background: url(../images/ttl-pro.png) no-repeat top left;
  background-size: contain;
  width: 43.4rem;
  height: 7.9rem;
  top: -4.8rem;
  left: -5rem;
  z-index: 1;
}
section.pro h2:after {
  content: "";
  width: 6rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #78cad2;
}
section.pro h2 span {
  font-size: 0.3em;
  font-weight: normal;
  display: block;
  margin-bottom: 1rem;
  margin-right: 4rem;
  letter-spacing: normal;
}
section.pro .inner {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
section.pro .inner > div {
}
section.pro .inner p {
  color: #fff;
  margin: 0 0 4rem;
}
.pro-col01 {
  width: 26%;
}
.pro-col02 {
  width: 60%;
  margin-top: -30rem;
}
.pro-col01 figure {
  width: 100%;
  max-width: 31.3rem;
  margin: 0 0 4rem;
}
section.pro .inner > div p.one {
  font-size: 2.4rem;
  font-weight: 600;
}
section.pro .inner > div p.two {
  font-size: 1.8rem;
}
section.pro .inner > div p.three {
  font-size: 2.8rem;
  line-height: 2;
  margin-bottom: 12rem;
  font-weight: 600;
}
.pro-label {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100rem;
  padding: 0.6rem 1em;
  font-size: 2.2rem;
  margin: 0 0 3rem;
  color: #fff;
}
footer {
  background: #2d2d2d;
  padding: 13rem 0 3rem;
  position: relative;
}
.foot-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
  border-bottom: 1px solid #fff;
}
footer h2 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 2;
  margin: 0;
}
.foot-list01 {
  width: 100%;
  max-width: 50rem;
  flex-wrap: wrap;
  display: flex;
}
.foot-list01 > li {
  width: 50%;
}
.foot-list01 > li > a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.5rem 1rem;
}
.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-bottom p {
  color: #fff;
  font-size: 1rem;
}
.foot-list02 {
  display: flex;
}
.foot-list02 > li {
}
.foot-list02 > li > a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding: 2rem 1rem 0;
}
.foot-list02 > li:last-child > a {
  padding-left: 0;
}
.foot-bottom p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding-top: 2em;
}
.topto {
  position: fixed;
  width: 5.2rem;
  height: 5.2rem;
  bottom: -1rem;
  border-radius: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  left: 50%;
  transform: translate(65rem, -50%);
  opacity: 0.7;
}
.topto img {
  width: 2.5rem;
}

/* lastline */
@media screen and (max-width: 1440px) {
  section.mj.future h2 {
    margin-left: 10rem;
  }
  .topto {
    transform: translate(-50%, -50%);
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1330px) {
  section.pro {
    padding: 15rem 2rem 9rem;
  }
  .pro-col02 {
    width: 70%;
  }
  section.pro h2:before {
    left: -1rem;
  }
  footer {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1300px) {
  .solu-col > div p > .none1 {
    display: none;
  }
  .solu-col > div > .wbox > p > span.one {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .fv .one {
    left: 10rem;
    top: 15rem;
  }
  .fv .txt-two {
    right: 10rem;
  }
  .mess-col > figure {
    width: 35%;
  }
  .mess-col > .txt > p .none1 {
    display: none;
  }
  .mess-col > .txt {
    width: 65%;
    padding-left: 7rem;
  }
}
@media screen and (max-width: 1120px) {
  .nav-menu > li > a {
    padding: 2rem 2rem;
  }
  section.what:before {
    top: 10rem;
  }
  section.future .flx.sp-col {
    flex-direction: column !important;
  }
  .future-list {
    max-width: 68rem;
    margin: 4rem auto 0;
  }
  .solu-col > div p > .none2 {
    display: none;
  }
  .solu-col > div > .wbox > p {
    margin: 0 0 3rem;
  }
  .solu-col > div > .wbox {
    margin-left: 4rem;
  }
  section.solu {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 1100px) {
  .cta {
    padding: 3rem;
  }
  .cta h2 {
    font-size: 4.8rem;
    margin: 0 0 1rem;
  }
  .cta .btn {
    font-size: 1.8rem;
  }
  .sp-top > .two {
    font-size: 2rem;
  }
  section.pro .inner > div p.three {
    font-size: 3.2rem;
    line-height: 2;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 1060px) {
  section.what .ttl,
  section.now h2,
  section.future .ttl {
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 0 0 2rem 0;
    margin-left: 2rem;
  }
  section.now h2 {
    margin-left: 0;
    margin-bottom: 0;
  }
  section.what .ttl {
    margin-left: 2rem;
  }
  section.problem h2 {
    font-size: 2.4rem;
  }
  section.greeting h2 {
    font-size: 2.2rem !important;
    margin-bottom: 4rem !important;
  }
  section.what .ttl:after,
  section.future .ttl:after,
  section.solu h2:after {
    width: 4rem;
    height: 0.5rem;
  }
  section.problem h2:after {
    width: 30rem;
    height: 4.7rem;
    top: -2.2rem;
  }
  section.problem {
    padding: 2.4rem 0 4rem;
  }
  section.problem .inner > .one {
    font-size: 2rem;
    font-weight: 500;
  }
  section.problem .inner > .one > br {
    display: inline-block;
  }
  .problem-box p {
    font-size: 2.4rem;
  }
  section.greeting {
    padding: 4rem 0;
  }
  section.greeting .one p {
    margin-bottom: 3rem;
  }
  .now-list li {
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
  .now-list li:before {
    width: 3rem;
    height: 3rem;
  }
  section.now h2:after {
    top: -2rem;
    width: 16rem;
    height: 4.8rem;
  }
  .future-list li {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .future-list li br {
    display: none;
  }
  section.future:before {
    top: 4.4rem;
    left: 0;
    width: 24rem;
    height: 4.5rem;
    left: 1rem;
  }
  section.future.mj:before {
    width: 30rem;
    height: 3.9rem;
    left: 1rem;
    top: 8rem;
  }
  section.mj.future h2 {
    margin-left: 4rem;
  }
  section.mj {
    padding-top: 6rem;
  }
  .problem-list > li .txt > ul > li {
    font-size: 1.8rem;
  }
  .problem-list > li .txt > p {
    font-size: 1.4rem;
  }
  .problem-box {
    margin: 0 auto 6rem;
  }
  .problem-list > li img {
    max-width: 3.5rem;
  }
  .problem-list > li {
    width: 48%;
    padding: 2rem;
  }
  .problem-box .two span {
    font-size: 1.2em;
    padding: 0 1rem;
  }
  .problem-box p {
    font-size: 2rem;
    padding: 2rem;
  }
  .problem-box .two span {
    font-size: 1.2em;
    padding: 0 1rem;
  }
  .problem-box .two {
    padding: 2rem 2rem;
  }
  .problem-box .one {
    padding: 1rem 2rem;
  }
  section.solu h2 {
    font-size: 2rem;
    margin: 0rem 0 5rem 7rem;
    max-width: 60rem;
    padding: 0 0 3rem;
  }
  section.solu h2:before {
    width: 30rem;
    height: 4.5rem;
    top: -2rem;
    left: -5.4rem;
  }
  .solu-col > div:last-child {
    padding-left: 2rem;
  }
  .solu-col > div > p {
    margin: 0 0 6rem;
  }
  .feat-box p:after {
    width: 3rem;
    height: 3rem;
  }
  section.feat h2 {
    margin: 0 0 6rem;
    padding: 2rem 0 0;
  }
  .feat-box p {
    padding-right: 6rem;
  }
  .feat-box p:nth-child(3):after {
    width: 3.5rem;
    height: 1.6rem;
  }
  .feat-list {
    margin: 0 0 4rem;
  }
  .feat-box {
    padding: 2rem;
  }
  section.feat h2 {
    font-size: 2.6rem;
    z-index: 1;
  }
  section.feat h2:after {
    width: 30rem;
    height: 4.4rem;
  }
  section.feat.special h2:after {
    width: 25rem;
    height: 4.5rem;
  }
  section.feat.special h2 {
    padding-bottom: 4.5rem;
    margin-bottom: 4rem;
  }
  section.detail h2 span {
    font-size: 2.6rem;
  }
  section.detail h2 {
    margin: 0 0 4rem;
  }
  section.detail {
    padding: 6rem 0 7rem;
  }
  .sp-top > .one {
    padding-left: 0;
  }
  .sp-list > li {
    width: 49%;
  }
  .feat-list > li {
    padding: 1rem 2rem;
  }
  .feat-box p:nth-child(1):before {
    font-size: 1.6rem;
    top: -2.5rem;
  }
  .mj-ttl > span {
    font-size: 2rem;
    margin-right: 2rem;
  }
  .mj-list > li {
    padding: 2rem;
    margin: 0 0 5rem;
  }
  .mj-ttl {
    font-size: 1.9rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    font-weight: 600;
  }
  .mj-txt01 {
    font-size: 1.9rem;
    margin: 0 0 1rem;
    text-indent: -2em;
    padding-left: 2.5em;
    font-weight: 600;
  }
  section.voice.future.mj:before {
    width: 20rem;
    height: 4.8rem;
    top: 4.5rem;
  }
  section.voice.future.mj.qa:before {
    width: 15rem;
    height: 5.6rem;
    top: 4rem;
  }
  .problem-circle {
    max-width: 25rem;
    height: 25rem;
    font-size: 1.6rem;
  }
  .qa-list {
    margin-top: 3rem;
  }
  .qa-list > li {
    padding: 2rem 0;
  }
  .qa-list > li > .qone {
    padding-right: 5rem;
    font-size: 2.0rem;
  }
  .qa-list > li > .qone,
  .qa-list > li > .atwo {
    padding-left: 4rem;
  }
  .qa-list > li > .qone:before,
  .qa-list > li > .atwo:before {
    top: 0;
    width: 3rem;
    height: 3rem;
  }
  .qa-list > li > .qone:after {
    width: 2.5rem;
    height: 2.5rem;
    top: 0rem;
    right: 0;
  }
  section.ctatwo a {
    padding-right: 5rem;
    font-size: 2.6rem;
  }
  section.ctatwo a:before {
    width: 4rem;
    height: 4rem;
  }
  section.ctatwo {
    height: 18rem;
    padding: 0 2rem;
  }
  section.pro {
    padding: 10rem 2rem 6rem;
  }
  section.pro h2 {
    font-size: 2.8rem;
    margin: 0 0 6rem;
    padding-bottom: 3rem;
  }
  section.pro h2:before {
    width: 24rem;
    height: 4.4rem;
    top: -2.8rem;
    left: -1rem;
  }
  .pro-label {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  section.pro .inner > div p.three {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-bottom: 6rem;
  }
  section.pro .inner > div p.two {
    font-size: 1.8rem;
  }
  section.pro .inner p {
    margin: 0 0 2rem;
  }
  .pro-col02 {
    margin-top: -18rem;
  }
  section.pro .inner > div p.one {
    font-size: 2.4rem;
  }
  .pro-col01 figure {
    margin: 0 0 3rem;
  }
  section.pro h2:after {
    width: 4rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 980px) {
  .fv .one {
    left: 5rem;
    top: 10rem;
  }
  .fv .one h2 img {
    width: 28rem;
  }
  .fv .txt-two {
    bottom: 0rem;
    right: 10rem;
    font-size: 1.6rem;
  }
  .nav-menu > li > a {
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
  section.what:before {
    top: 3.8rem;
    left: 1rem;
    width: 20rem;
    height: 4.8rem;
  }
  section.what {
    padding: 6rem 0 0 0;
  }
  footer h2 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .foot-list01 {
    max-width: 35rem;
  }
}

@media screen and (max-width: 900px) {
  section.what .flx.sp-col {
    flex-direction: column !important;
  }
  section.what .ttl {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 0 20px 0;
    margin: 0 0 4rem;
  }
  section.what {
    padding: 6rem 0 0 0;
  }
  section.mj figure {
    overflow-x: scroll;
  }
  section.mj figure img {
    width: 123rem;
    max-width: none;
  }
  .sp-list {
    flex-direction: column;
  }
  .sp-list > li {
    width: 100%;
    padding: 2rem;
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 860px) {
  .mess-col {
    flex-direction: column-reverse;
  }
  .mess-col > figure {
    width: 100%;
  }
  .mess-col > .txt {
    width: 100%;
    padding-left: 7rem;
  }
  section.pro .inner {
    flex-direction: column;
  }
  .pro-col01,
  .pro-col02 {
    width: 100%;
    margin-top: 0;
  }
  .pro-col01 {
    margin-bottom: 4rem;
  }
  section.pro .inner > div p.three {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .float-btn {
    display: none;
  }
  .fv .txt-two {
    right: 0;
    padding: 0 2rem;
  }
  .fv .txt-two br.none {
    display: none;
  }
  .nav-menu {
    display: none;
  }

  section.what:before {
    top: 4.4rem;
  }

  section.what .ttl:after,
  section.future .ttl:after {
    width: 4rem;
    height: 0.5rem;
  }
  section.what .txt-one p {
    font-size: 1.5rem;
  }
  section.what .txt-one p.last > span {
    font-size: 1.7rem;
    line-height: 1.8;
  }
  section.greeting {
    background: url(../images/bg-greeting-sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .now-list::after {
    width: 3rem;
    height: 3rem;
    bottom: -4rem;
  }
  .now-list {
    padding: 3rem 3rem;
  }
  section.now {
    padding: 6rem 0 4rem;
  }
  .now-list li,
  .future-list li {
    font-size: 1.7rem;
  }
  .future-list li {
    margin-bottom: 1rem;
  }
  section.future {
    padding-bottom: 3rem;
  }
  section.what .txt-one {
    padding-left: 0;
  }
  .problem-list > li {
    width: 100%;
    padding: 2rem;
  }
  .problem-list > li .txt > ul > li {
    margin-bottom: 1.2rem;
  }
  .problem-list > li {
    margin-bottom: 3rem;
  }
  .problem-list > li:last-child {
    margin-bottom: 0;
  }
  .dli-plus {
    width: 3em;
    margin: 4rem auto;
  }
  .problem-list > li img {
    max-width: 2.6rem;
  }
  .problem-list > li .txt > ul > li {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .problem-list > li .txt > ul > li:before {
    width: 1rem;
    height: 1rem;
    top: 0.8rem;
  }
  .problem-list > li .txt > ul > li {
    padding-left: 1.6rem;
  }
  .problem-list > li .txt > ul > li > .none1 {
    display: none;
  }
  .problem-circle {
    max-width: 22rem;
    height: 22rem;
    font-size: 1.6rem;
  }
  section.problem h2 {
    margin: 0 0 2rem;
  }
  .problem-box .two span {
    padding: 0 0.5rem;
  }
  .problem-box {
    margin: 0 auto 4rem;
  }
  .problem-list > li .txt {
    padding-left: 2rem;
  }
  .problem-circle span {
    font-size: 2.8em;
  }
  .solu-col > div {
    width: 100%;
  }
  .solu-col > div > .wbox {
    margin-bottom: 2rem;
  }
  .solu-col > div > p {
    display: none;
  }
  .solu-col > div > .wbox > p.three {
    display: block;
    font-weight: 500;
    font-size: 1.5rem;
  }
  section.solu h2 {
    font-size: 2rem;
    margin: 0rem 0 5rem 2rem;
    width: auto;
  }
  section.solu h2 br.none3 {
    display: inline-block;
  }
  section.solu {
    padding: 6rem 0 4rem;
  }
  section.solu h2:before {
    top: -2.3rem;
    left: -1.2rem;
  }
  section.feat h2 {
    margin: 0 0 3rem;
  }
  section.feat {
    padding: 0 0 3rem;
  }
  .feat-list {
    flex-direction: column;
    margin: 0;
  }
  .feat-list > li figure,
  .feat-list > li picture {
    max-width: 34rem;
  }
  .feat-list > li {
    width: 100%;
    padding: 2rem 0;
    margin: 0 0 3rem;
    border-bottom: 1px solid #fff;
  }
  .feat-list > li:last-child {
    border-bottom: none;
  }
  .feat-list > li:after {
    content: none;
  }
  .feat-list > li figure,
  .feat-list > li picture {
    width: 100%;
    margin: 0 0 2rem;
  }
  .feat-box p.sp {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }
  .feat-box p {
    display: none;
  }
  .feat-box p:after {
    content: none;
  }
  .feat-box {
    padding: 3rem;
  }
  .cta {
    flex-direction: column;
  }
  .cta > div {
    width: 100%;
    margin: 0 0 2rem;
  }
  .cta > div.last {
    margin: 0;
  }
  .cta > div:first-child:after {
    content: none;
  }
  .cta .btn .one {
    width: auto;
    font-size: 1.6rem;
  }
  .cta .btn .one > span {
    width: 20rem;
  }
  section.future.mj:before {
    top: 5rem;
  }
  section.mj {
    padding-top: 6rem;
  }
  section.mj.future h2 {
    margin-left: 0rem;
  }
  section.mj figure {
    margin: 3rem auto;
  }
  .mj-txt02 {
    margin: 0 0 2rem;
  }
  .detail-list > li > .one > p {
    font-size: 2rem;
  }
  .detail-list > li > .two > .one {
    margin: 0 0 2rem;
    font-size: 1.8rem;
  }
  .detail-list > li > .two > .one:before {
    top: 0.5rem;
  }
  .detail-list > li > .one {
    width: 11rem;
  }
  .voice-list {
    margin: 4rem 0 0;
  }
  .voice-list > li > p.vttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .voice-list > li {
    padding: 2rem 3rem;
  }
  .voice-list > li:before,
  .voice-list > li:after {
    width: 3rem;
    border-top: solid 3px #78cad2;
    border-bottom: solid 3px #78cad2;
  }
  .voice-list > li:after {
    border-right: solid 3px #78cad2;
  }
  .voice-list > li:before {
    border-left: solid 3px #78cad2;
  }
  .sp-top > .two > .two {
    font-size: 1.6em;
    line-height: 1.4;
  }
  .qa-list > li > .qone:after {
    width: 2.3rem;
    height: 2.3rem;
    top: 0.3rem;
  }
  .qa-list > li > .qone,
  .qa-list > li > .atwo {
    padding-left: 3.4rem;
  }
  .qa-list > li > .qone {
    padding-right: 3rem;
    font-size: 1.8rem;
  }
  .qa-list {
    margin-top: 2rem;
  }

  .qa-list > li > .qone:before,
  .qa-list > li > .atwo:before {
    top: 0.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .qa-list > li {
    padding: 2rem 0;
  }
  .qa-list > li > .atwo {
    margin-top: 2rem;
  }
  .mess-col > .txt {
    padding-left: 2rem;
  }
  .mess-col > .txt > p {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
  .mess-blk {
    display: block;
  }
  section.ctatwo {
    height: 14rem;
  }

  section.ctatwo a {
    padding-right: 5rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .foot-top {
    padding-bottom: 2rem;
    flex-direction: column;
  }
  footer h2 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .foot-list01 > li > a {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .topto {
    right: -1rem;
    bottom: -2rem;
  }

  footer {
    padding: 3rem 0;
  }
  .topto img {
    width: 2rem;
  }
  .foot-bottom {
    flex-direction: column;
  }
  .foot-list02 > li > a {
    padding: 1rem 1rem 0;
  }
  .cta p.two {
    font-size: 1.4rem;
  }
  .cta {
    padding: 3rem;
  }
  .cta > div:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
  }
  .solu-col > div > .wbox > p {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .sp-bottom {
    line-height: 1.6;
  }
  .problem-list02 {
    flex-direction: column;
    margin: 0;
  }
  .problem-list02 > li {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1.5rem;
  }
  .problem-list02 > li:nth-child(1),
  .problem-list02 > li:nth-child(3) {
    top: 0;
    left: 0;
    right: 0;
  }
  .problem-list02 > li:after {
    content: none;
  }
  .fig-pro01 {
    max-width: 18rem;
  }
  section.problem .inner > .one {
    font-size: 1.6rem;
  }
  .problem-list02 > li > p {
    letter-spacing: -0.8px;
  }
}

@media screen and (max-width: 580px) {
  section.pro .inner > div p.three {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 540px) {
  section.greeting h2 br.none {
    display: inline-block;
  }
  .feat-box {
    /* padding: 1.5rem; */
  }
  .feat-list > li:last-child {
    margin: 0;
  }
  section.voice.future.mj:before {
    width: 20rem;
    height: 4.8rem;
    top: 4.5rem;
  }
}

@media screen and (max-width: 480px) {
  .fv .one {
    left: 2rem;
    top: 10.5rem;
    width: 30rem;
  }
  .fv .one h2 img {
    width: 21rem;
  }
  .fv .one .txt-one {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .fv .txt-two {
    font-size: 1.5rem;
  }
  section.what .txt-one p.last > span > br {
    display: none;
  }
  .sp-top > .two {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .sp-top > .one {
    padding-right: 1rem;
  }
  .sp-top > .one {
    font-size: 1.6rem;
  }
  section.what .ttl {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }
  section.detail {
    padding: 4rem 0 4rem;
  }
  section.detail h2 {
    margin: 0 0 3rem;
  }
  .detail-list > li {
    margin: 0 0 4rem;
    flex-direction: column;
  }
  .detail-list > li > .one {
    width: auto;
    margin: 0 0 1rem;
  }
  section.pro .inner > div p.three br.none1 {
    display: none;
  }
  #nav-toggle {
    bottom: 1rem;
  }
}

@media screen and (max-width: 420px) {
  section.ctatwo a br {
    display: inline-block;
  }
  .foot-list02 > li > a {
    font-size: 1rem;
  }
  .cta p.two > br {
    display: none;
  }
  .feat-box p.sp {
    width: calc(100vw * 380 / 750);
  }
}

@media screen and (max-width: 400px) {
  section.what .txt-one p br.none {
    display: none;
  }
}

/* footer
--------------------------------------------- */

@media screen and (max-width: 768px) {
}
