@charset "UTF-8";
/*BREAK POINT*/
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}

/*--------------------common----------------------*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #222;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}

header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #222;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fadein,
.fadein02,
.fadein03 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.mv-fadein01, .mv-fadein02, .mv-fadein03 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.is-fadein {
  opacity: 1;
  transform: translateX(0);
}

.en {
  font-family: "Oswald", sans-serif !important;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  section {
    padding: 30px 0;
  }
}
section .box .title-box {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  section .box .title-box {
    padding-bottom: 30px;
  }
}
section .box .title-box h2 {
  text-align: center;
  font-family: "Oswald", sans-serif !important;
  color: rgba(0, 171, 132, 0.5);
  font-size: 4vw;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 {
    font-size: 12vw;
  }
}
section .box .title-box h2::first-letter {
  color: #00AB84;
}
section .box .title-box h2 span {
  color: #222;
  font-size: 1vw;
  display: block;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 span {
    font-size: 4vw;
  }
}
section .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  section .box .inner-box {
    width: 90%;
  }
}

#loader1 {
  width: 100vw;
  height: 50vh;
  background: #00B48D;
  position: fixed;
  top: 0;
  z-index: 9999;
}

#loader2 {
  width: 100vw;
  height: 50vh;
  background: #00B48D;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.catching {
  position: fixed;
  top: 40%;
  left: 90%;
  margin: -36px 0 0 -68px;
  z-index: 99999;
}
.catching .img {
  width: 70vw;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .catching .img {
    width: 90vw;
  }
}
.catching .img img.catch01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .catching .img img.catch01 {
    margin-bottom: 30px;
  }
}
.catching .img img.catch02 {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .catching .img img.catch02 {
    width: 70%;
  }
}

/*--------------------header----------------------*/
header nav.nav {
  background-color: #fff;
}
header nav.nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 4px auto;
  padding: 0 10px;
}
@media screen and (max-width: 769px) {
  header nav.nav ul {
    display: block;
  }
}
header nav.nav ul li {
  border: none;
}
header nav.nav ul li a {
  color: #222;
  font-size: 13px;
  padding: 0 10px;
}
@media screen and (max-width: 769px) {
  header nav.nav ul li a {
    color: #fff;
  }
}
header nav.nav ul li a img {
  height: 30px;
}
header nav.nav ul li.contact-btn a {
  color: #00AB84;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #00AB84;
  border-radius: 100px;
  padding: 10px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  header nav.nav ul li.contact-btn a {
    display: flex;
    justify-content: center;
  }
}
header nav.nav ul li.contact-btn a:hover {
  color: #fff;
  background-color: #00AB84;
}
@media screen and (max-width: 769px) {
  header .sp-logo {
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    text-align: center;
  }
}
header .sp-logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 30px;
}
header .sp-logo a img {
  height: 30px;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 769px) {
  header .hamburger-menu {
    display: block;
  }
}

main#top {
  /*--------------------mv----------------------*/
  /*--------------------about----------------------*/
  /*--------------------reason----------------------*/
  /*--------------------strength----------------------*/
  /*--------------------all----------------------*/
  /*--------------------case----------------------*/
  /*--------------------for----------------------*/
  /*--------------------faq----------------------*/
  /*--------------------flow----------------------*/
}
main#top #mv {
  background-image: url(../img/top/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  padding-top: 30px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #mv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main#top #mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}
main#top #mv .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
main#top #mv .box .mv-text {
  padding-left: 5%;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text {
    text-align: center;
    padding-left: 0;
  }
}
main#top #mv .box .mv-text h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 2vw;
  font-size: min(2vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-style: italic;
  z-index: 1;
  margin-left: 2vw;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text h2 {
    font-size: 4vw;
    margin-left: 0;
  }
}
main#top #mv .box .mv-text h2 span {
  color: #00AB84;
  font-weight: bold;
  font-size: 3em;
  font-size: min(3em, 85px);
}
main#top #mv .box .mv-text h1 {
  font-size: 3vw;
  font-size: min(3vw, 42px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin-top: 16px;
  font-style: italic;
  text-indent: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text h1 {
    font-size: 5vw;
  }
}
main#top #mv .box .mv-text h1 span {
  font-size: 1.2em;
  font-size: min(1.2em, 50px);
  color: #fff;
}
main#top #mv .box .mv-text h1 strong {
  font-size: 1.2em;
  font-size: min(1.2em, 50px);
  color: #00AB84;
}
main#top #mv .box .mv-point ul {
  display: flex;
  padding-left: 7%;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul {
    justify-content: center;
    padding-left: 0;
  }
}
main#top #mv .box .mv-point ul li {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li {
    border-top: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    padding: 10px;
  }
}
main#top #mv .box .mv-point ul li p {
  color: #fff200;
  font-size: 2.2vw;
  font-size: min(2.2vw, 31px);
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li p {
    font-size: 5.8vw;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
main#top #mv .box .mv-point ul li p small {
  color: #fff;
  font-size: 1.3vw;
  font-size: min(1.3vw, 18px);
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li p small {
    font-size: 3vw;
  }
}
main#top #mv .box .mv-btn {
  margin-top: 50px;
  padding-left: 7%;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-btn {
    padding-left: 0;
    text-align: center;
  }
}
main#top #mv .box .mv-btn a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-btn a {
    margin-left: 0;
    font-size: 16px;
  }
}
main#top #mv .box .mv-btn a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #about {
  background-color: #E6F7F3;
  position: relative;
  max-width: 100%;
  overflow: initial;
  margin: 0;
}
main#top #about::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #about::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #about::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #about::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #about .box .inner-box {
  text-align: center;
  background-image: url(../img/top/about-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main#top #about .box .inner-box h3 {
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 769px) {
  main#top #about .box .inner-box h3 {
    font-size: 18px;
  }
}
main#top #about .box .inner-box p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 769px) {
  main#top #about .box .inner-box p {
    text-align: left;
  }
}
main#top #reason {
  background-image: url(../img/top/reason-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 160px;
}
main#top #reason .box .title-box h2 span {
  color: #fff;
}
main#top #reason .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #reason .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #reason .box .inner-box ul li {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 24px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #reason .box .inner-box ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
main#top #reason .box .inner-box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgb(0, 171, 132) 0%, rgb(255, 255, 255) 100%);
}
main#top #reason .box .inner-box ul li h3 {
  color: #00AB84;
  font-size: 20px;
  font-weight: bold;
}
main#top #reason .box .inner-box ul li p {
  font-size: 14px;
  margin-top: 1em;
}
main#top #strength {
  background-image: url(../img/top/st-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #strength {
    padding-bottom: 30px;
  }
}
main#top #strength::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F2F3F3;
  border-bottom: 60px solid #F2F3F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #strength::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #F2F3F3;
  }
}
main#top #strength .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #strength .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #strength .box .inner-box ul li {
  width: 32%;
  background-color: rgba(0, 171, 132, 0.1);
  padding: 40px 24px 32px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #strength .box .inner-box ul li {
    width: 100%;
    margin-bottom: 56px;
  }
}
main#top #strength .box .inner-box ul li span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
main#top #strength .box .inner-box ul li span img {
  width: 100%;
  vertical-align: bottom;
}
main#top #strength .box .inner-box ul li h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main#top #strength .box .inner-box ul li button {
  border: none;
  background: transparent;
  width: 100%;
}
main#top #strength .box .inner-box ul li button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.2s;
  display: block;
  width: 80%;
  margin: 24px auto 0;
}
main#top #strength .box .inner-box ul li button a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #all {
  position: relative;
}
main#top #all::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #all::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
main#top #all .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #all .box .inner-box ul li {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li {
    width: 48%;
  }
}
main#top #all .box .inner-box ul li a {
  display: block;
  position: relative;
}
main#top #all .box .inner-box ul li a .img {
  width: 100%;
}
main#top #all .box .inner-box ul li a .img img {
  width: 100%;
}
main#top #all .box .inner-box ul li a .text {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #00AB84;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text {
    position: static;
    opacity: 1;
    visibility: initial;
    border: none;
  }
}
main#top #all .box .inner-box ul li a .text .text-title {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-title {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-title h3 {
    font-size: 16px;
  }
}
main#top #all .box .inner-box ul li a .text .text-content {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content p {
    font-size: 12px;
  }
}
main#top #all .box .inner-box ul li a .text .text-content h4 {
  margin: 0;
  color: #D91B5B;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content h4 {
    line-height: 1;
  }
}
main#top #all .box .inner-box ul li a .text .text-content h4 span {
  font-size: 14px;
}
main#top #all .box .inner-box ul li a:hover .text {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a:hover .text {
    display: none;
  }
}
main#top #case {
  position: relative;
  background: #E6F7F3;
}
main#top #case::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #case::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #case::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #case::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #case .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #case .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
main#top #case .box .inner-box ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li {
    width: 100%;
    padding: 15px;
  }
}
main#top #case .box .inner-box ul li .content {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 30px 20px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li .content {
    opacity: 1;
    padding: 10px 20px;
  }
}
main#top #case .box .inner-box ul li .content:hover {
  opacity: 1;
}
main#top #case .box .inner-box ul li .content img {
  width: 100px;
  margin-bottom: 20px;
}
main#top #case .box .inner-box ul li .content span {
  color: #00AB84;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
main#top #case .box .inner-box ul li .content h3 {
  text-align: center;
}
main#top #case .box .inner-box ul li .content button {
  border: none;
  background: transparent;
  width: 100%;
}
main#top #case .box .inner-box ul li .content button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.2s;
  display: block;
  width: 80%;
  margin: 24px auto 0;
}
main#top #case .box .inner-box ul li .content button a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #case .box .inner-box ul li:nth-of-type(2) {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box ul li:nth-of-type(3) {
  margin-top: -60px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(3) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box ul li:nth-of-type(4) {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(4) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box .modal-content .textarea .text h2 {
  color: #00AB84;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px;
  font-style: initial;
  font-weight: bold;
  display: block;
}
main#top #case .box .inner-box .modal-content .textarea .text .case_in_i {
  float: none;
  margin-left: 0;
}
main#top #for {
  background-image: url(../img/top/for-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 160px;
}
@media screen and (max-width: 769px) {
  main#top #for {
    background-position: left;
    padding: 80px 0;
  }
}
main#top #for .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  main#top #for .box {
    flex-wrap: wrap;
  }
}
main#top #for .box .title-box {
  margin-right: 10vw;
}
@media screen and (max-width: 769px) {
  main#top #for .box .title-box {
    width: 100%;
    margin-right: 0;
    padding-bottom: 80px;
  }
}
main#top #for .box .title-box span {
  color: #fff;
}
main#top #for .box .inner-box {
  margin: 0;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box {
    width: 100%;
  }
}
main#top #for .box .inner-box ul li {
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box ul li {
    padding: 0;
    margin-bottom: 4em;
    text-align: center;
    font-weight: bold;
  }
}
main#top #for .box .inner-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/top/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box ul li:before {
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}
main#top #faq {
  position: relative;
  background: #fff;
  padding-bottom: 160px;
}
main#top #faq::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #faq::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
main#top #faq .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}
main#top #faq .box .inner-box ul li {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}
main#top #faq .box .inner-box ul li dl dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dt {
    font-size: 14px;
    font-weight: normal;
    padding-left: 2.8em;
    padding-right: 20px;
  }
}
main#top #faq .box .inner-box ul li dl dt:before {
  content: "Q";
  color: #fff;
  background-color: #00AB84;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#top #faq .box .inner-box ul li dl dt:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dt:after {
    width: 15px;
  }
}
main#top #faq .box .inner-box ul li dl dt.on:after {
  content: "-";
  top: 16px;
  aspect-ratio: 31/4;
}
main#top #faq .box .inner-box ul li dl dd {
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dd {
    font-size: 14px;
  }
}
main#top #flow {
  background-color: #E6F7F3;
  position: relative;
}
main#top #flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #flow::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #flow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #flow::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #flow .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #flow .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  main#top #flow .box .inner-box ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
main#top #flow .box .inner-box ul li {
  width: 24%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 769px) {
  main#top #flow .box .inner-box ul li {
    width: 70%;
    flex-shrink: 0;
  }
}
main#top #flow .box .inner-box ul li::after {
  content: "";
  background-image: url(../img/top/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
main#top #flow .box .inner-box ul li span {
  background-color: rgba(0, 171, 132, 0.5);
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#top #flow .box .inner-box ul li img {
  height: 40%;
  vertical-align: bottom;
}
main#top #flow .box .inner-box ul li p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
main#top #flow .box .inner-box ul li p small {
  font-size: 0.8em;
  display: block;
}
main#top #flow .box .inner-box ul li:nth-of-type(8)::after {
  display: none;
}
main#top #contact::before {
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
}
@media screen and (max-width: 769px) {
  main#top #contact::before {
    border-top: 20px solid #E6F7F3;
  }
}

/*--------------------contact----------------------*/
#contact {
  background-image: url(../img/top/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 769px) {
  #contact {
    padding-top: 10px;
  }
}
#contact .box .inner-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #contact .box .inner-box ul {
    flex-wrap: wrap;
  }
}
#contact .box .inner-box ul li button {
  border: none;
  background: transparent;
  margin-top: 24px;
}
#contact .box .inner-box ul li button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  height: 80px;
  padding: 0 72px 0 96px;
  border-radius: 50px;
  transition: 0.2s;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  #contact .box .inner-box ul li button a {
    width: 90vw;
  }
}
#contact .box .inner-box ul li button a::before {
  content: "";
  background-image: url(../img/top/icon-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .box .inner-box ul li button a p {
  font-family: "Oswald", sans-serif !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#contact .box .inner-box ul li button a p small {
  display: block;
  font-size: 12px;
  color: #fff;
}
#contact .box .inner-box ul li a:hover {
  border: 2px solid #fff;
}
#contact .box .inner-box ul li:nth-of-type(1) button a::before {
  background-image: url(../img/top/icon-free.svg);
}
#contact .box .inner-box ul li:nth-of-type(1) button a p {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
}
#contact .box .inner-box ul li:nth-of-type(2) button a::before {
  background-image: url(../img/top/icon-mail.svg);
}

#sp-footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#sp-footer-nav ul {
  width: 100%;
  display: flex;
  margin: 0;
}
#sp-footer-nav ul li {
  background-color: #00AB84;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #sp-footer-nav ul li a {
    border: 2px solid #00AB84;
    background: #00AB84;
    color: #fff;
    padding: 10px 0 10px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #00AB84;
  }
}
#sp-footer-nav ul li a::before {
  content: "";
  background-image: url(../img/top/icon-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#sp-footer-nav ul li a p {
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#sp-footer-nav ul li a p small {
  display: block;
  font-size: 7px;
  color: #fff;
}
#sp-footer-nav ul li.sp-tel {
  width: 40%;
  border-right: 1px solid #06CC98;
}
#sp-footer-nav ul li.sp-contact {
  width: 40%;
  border-left: 1px solid #048966;
  border-right: 1px solid #06CC98;
}
#sp-footer-nav ul li.sp-contact a {
  padding-left: 15px;
}
#sp-footer-nav ul li.sp-contact a::before {
  background-image: url(../img/top/icon-mail.svg);
}
#sp-footer-nav ul li.sp-line {
  width: 20%;
  border-left: 1px solid #048966;
}
#sp-footer-nav ul li.sp-line a {
  padding-left: 0;
}
#sp-footer-nav ul li.sp-line a::before {
  display: none;
}
#sp-footer-nav ul li.sp-line a img {
  width: 40px;
}

/*BREAK POINT*/
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}

/*--------------------common----------------------*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #222;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}

header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #222;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fadein,
.fadein02,
.fadein03 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.mv-fadein01, .mv-fadein02, .mv-fadein03 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.is-fadein {
  opacity: 1;
  transform: translateX(0);
}

.en {
  font-family: "Oswald", sans-serif !important;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  section {
    padding: 30px 0;
  }
}
section .box .title-box {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  section .box .title-box {
    padding-bottom: 30px;
  }
}
section .box .title-box h2 {
  text-align: center;
  font-family: "Oswald", sans-serif !important;
  color: rgba(0, 171, 132, 0.5);
  font-size: 4vw;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 {
    font-size: 12vw;
  }
}
section .box .title-box h2::first-letter {
  color: #00AB84;
}
section .box .title-box h2 span {
  color: #222;
  font-size: 1vw;
  display: block;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 span {
    font-size: 4vw;
  }
}
section .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  section .box .inner-box {
    width: 90%;
  }
}

#loader1 {
  width: 100vw;
  height: 50vh;
  background: #00B48D;
  position: fixed;
  top: 0;
  z-index: 9999;
}

#loader2 {
  width: 100vw;
  height: 50vh;
  background: #00B48D;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.catching {
  position: fixed;
  top: 40%;
  left: 90%;
  margin: -36px 0 0 -68px;
  z-index: 99999;
}
.catching .img {
  width: 70vw;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .catching .img {
    width: 90vw;
  }
}
.catching .img img.catch01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .catching .img img.catch01 {
    margin-bottom: 30px;
  }
}
.catching .img img.catch02 {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .catching .img img.catch02 {
    width: 70%;
  }
}

/*--------------------header----------------------*/
header nav.nav {
  background-color: #fff;
}
header nav.nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 4px auto;
  padding: 0 10px;
}
@media screen and (max-width: 769px) {
  header nav.nav ul {
    display: block;
  }
}
header nav.nav ul li {
  border: none;
}
header nav.nav ul li a {
  color: #222;
  font-size: 13px;
  padding: 0 10px;
}
@media screen and (max-width: 769px) {
  header nav.nav ul li a {
    color: #fff;
  }
}
header nav.nav ul li a img {
  height: 30px;
}
header nav.nav ul li.contact-btn a {
  color: #00AB84;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #00AB84;
  border-radius: 100px;
  padding: 10px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  header nav.nav ul li.contact-btn a {
    display: flex;
    justify-content: center;
  }
}
header nav.nav ul li.contact-btn a:hover {
  color: #fff;
  background-color: #00AB84;
}
@media screen and (max-width: 769px) {
  header .sp-logo {
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    text-align: center;
  }
}
header .sp-logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 30px;
}
header .sp-logo a img {
  height: 30px;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 769px) {
  header .hamburger-menu {
    display: block;
  }
}

main#top {
  /*--------------------mv----------------------*/
  /*--------------------about----------------------*/
  /*--------------------reason----------------------*/
  /*--------------------strength----------------------*/
  /*--------------------all----------------------*/
  /*--------------------case----------------------*/
  /*--------------------for----------------------*/
  /*--------------------faq----------------------*/
  /*--------------------flow----------------------*/
}
main#top #mv {
  background-image: url(../img/top/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  padding-top: 30px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #mv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main#top #mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}
main#top #mv .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
main#top #mv .box .mv-text {
  padding-left: 5%;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text {
    text-align: center;
    padding-left: 0;
  }
}
main#top #mv .box .mv-text h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 2vw;
  font-size: min(2vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-style: italic;
  z-index: 1;
  margin-left: 2vw;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text h2 {
    font-size: 4vw;
    margin-left: 0;
  }
}
main#top #mv .box .mv-text h2 span {
  color: #00AB84;
  font-weight: bold;
  font-size: 3em;
  font-size: min(3em, 85px);
}
main#top #mv .box .mv-text h1 {
  font-size: 3vw;
  font-size: min(3vw, 42px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin-top: 16px;
  font-style: italic;
  text-indent: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-text h1 {
    font-size: 5vw;
  }
}
main#top #mv .box .mv-text h1 span {
  font-size: 1.2em;
  font-size: min(1.2em, 50px);
  color: #fff;
}
main#top #mv .box .mv-text h1 strong {
  font-size: 1.2em;
  font-size: min(1.2em, 50px);
  color: #00AB84;
}
main#top #mv .box .mv-point ul {
  display: flex;
  padding-left: 7%;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul {
    justify-content: center;
    padding-left: 0;
  }
}
main#top #mv .box .mv-point ul li {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li {
    border-top: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    padding: 10px;
  }
}
main#top #mv .box .mv-point ul li p {
  color: #fff200;
  font-size: 2.2vw;
  font-size: min(2.2vw, 31px);
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li p {
    font-size: 5.8vw;
    line-height: 1.4em;
    letter-spacing: 0;
  }
}
main#top #mv .box .mv-point ul li p small {
  color: #fff;
  font-size: 1.3vw;
  font-size: min(1.3vw, 18px);
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-point ul li p small {
    font-size: 3vw;
  }
}
main#top #mv .box .mv-btn {
  margin-top: 50px;
  padding-left: 7%;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-btn {
    padding-left: 0;
    text-align: center;
  }
}
main#top #mv .box .mv-btn a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  main#top #mv .box .mv-btn a {
    margin-left: 0;
    font-size: 16px;
  }
}
main#top #mv .box .mv-btn a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #about {
  background-color: #E6F7F3;
  position: relative;
  max-width: 100%;
  overflow: initial;
  margin: 0;
}
main#top #about::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #about::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #about::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #about::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #about .box .inner-box {
  text-align: center;
  background-image: url(../img/top/about-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main#top #about .box .inner-box h3 {
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 769px) {
  main#top #about .box .inner-box h3 {
    font-size: 18px;
  }
}
main#top #about .box .inner-box p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 769px) {
  main#top #about .box .inner-box p {
    text-align: left;
  }
}
main#top #reason {
  background-image: url(../img/top/reason-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 160px;
}
main#top #reason .box .title-box h2 span {
  color: #fff;
}
main#top #reason .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #reason .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #reason .box .inner-box ul li {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 24px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #reason .box .inner-box ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
main#top #reason .box .inner-box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgb(0, 171, 132) 0%, rgb(255, 255, 255) 100%);
}
main#top #reason .box .inner-box ul li h3 {
  color: #00AB84;
  font-size: 20px;
  font-weight: bold;
}
main#top #reason .box .inner-box ul li p {
  font-size: 14px;
  margin-top: 1em;
}
main#top #strength {
  background-image: url(../img/top/st-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #strength {
    padding-bottom: 30px;
  }
}
main#top #strength::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F2F3F3;
  border-bottom: 60px solid #F2F3F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #strength::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #F2F3F3;
  }
}
main#top #strength .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #strength .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #strength .box .inner-box ul li {
  width: 32%;
  background-color: rgba(0, 171, 132, 0.1);
  padding: 40px 24px 32px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  main#top #strength .box .inner-box ul li {
    width: 100%;
    margin-bottom: 56px;
  }
}
main#top #strength .box .inner-box ul li span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
main#top #strength .box .inner-box ul li span img {
  width: 100%;
  vertical-align: bottom;
}
main#top #strength .box .inner-box ul li h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main#top #strength .box .inner-box ul li button {
  border: none;
  background: transparent;
  width: 100%;
}
main#top #strength .box .inner-box ul li button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.2s;
  display: block;
  width: 80%;
  margin: 24px auto 0;
}
main#top #strength .box .inner-box ul li button a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #all {
  position: relative;
}
main#top #all::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #all::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
main#top #all .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #all .box .inner-box ul li {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li {
    width: 48%;
  }
}
main#top #all .box .inner-box ul li a {
  display: block;
  position: relative;
}
main#top #all .box .inner-box ul li a .img {
  width: 100%;
}
main#top #all .box .inner-box ul li a .img img {
  width: 100%;
}
main#top #all .box .inner-box ul li a .text {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #00AB84;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text {
    position: static;
    opacity: 1;
    visibility: initial;
    border: none;
  }
}
main#top #all .box .inner-box ul li a .text .text-title {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-title {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-title h3 {
    font-size: 16px;
  }
}
main#top #all .box .inner-box ul li a .text .text-content {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content p {
    font-size: 12px;
  }
}
main#top #all .box .inner-box ul li a .text .text-content h4 {
  margin: 0;
  color: #D91B5B;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a .text .text-content h4 {
    line-height: 1;
  }
}
main#top #all .box .inner-box ul li a .text .text-content h4 span {
  font-size: 14px;
}
main#top #all .box .inner-box ul li a:hover .text {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 769px) {
  main#top #all .box .inner-box ul li a:hover .text {
    display: none;
  }
}
main#top #case {
  position: relative;
  background: #E6F7F3;
}
main#top #case::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #case::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #case::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #case::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #case .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #case .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
main#top #case .box .inner-box ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li {
    width: 100%;
    padding: 15px;
  }
}
main#top #case .box .inner-box ul li .content {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 30px 20px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li .content {
    opacity: 1;
    padding: 10px 20px;
  }
}
main#top #case .box .inner-box ul li .content:hover {
  opacity: 1;
}
main#top #case .box .inner-box ul li .content img {
  width: 100px;
  margin-bottom: 20px;
}
main#top #case .box .inner-box ul li .content span {
  color: #00AB84;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
main#top #case .box .inner-box ul li .content h3 {
  text-align: center;
}
main#top #case .box .inner-box ul li .content button {
  border: none;
  background: transparent;
  width: 100%;
}
main#top #case .box .inner-box ul li .content button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.2s;
  display: block;
  width: 80%;
  margin: 24px auto 0;
}
main#top #case .box .inner-box ul li .content button a:hover {
  background-color: #fff;
  color: #00AB84;
}
main#top #case .box .inner-box ul li:nth-of-type(2) {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box ul li:nth-of-type(3) {
  margin-top: -60px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(3) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box ul li:nth-of-type(4) {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  main#top #case .box .inner-box ul li:nth-of-type(4) {
    margin-top: 0;
  }
}
main#top #case .box .inner-box .modal-content .textarea .text h2 {
  color: #00AB84;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px;
  font-style: initial;
  font-weight: bold;
  display: block;
}
main#top #case .box .inner-box .modal-content .textarea .text .case_in_i {
  float: none;
  margin-left: 0;
}
main#top #for {
  background-image: url(../img/top/for-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 160px;
}
@media screen and (max-width: 769px) {
  main#top #for {
    background-position: left;
    padding: 80px 0;
  }
}
main#top #for .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  main#top #for .box {
    flex-wrap: wrap;
  }
}
main#top #for .box .title-box {
  margin-right: 10vw;
}
@media screen and (max-width: 769px) {
  main#top #for .box .title-box {
    width: 100%;
    margin-right: 0;
    padding-bottom: 80px;
  }
}
main#top #for .box .title-box span {
  color: #fff;
}
main#top #for .box .inner-box {
  margin: 0;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box {
    width: 100%;
  }
}
main#top #for .box .inner-box ul li {
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box ul li {
    padding: 0;
    margin-bottom: 4em;
    text-align: center;
    font-weight: bold;
  }
}
main#top #for .box .inner-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/top/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 769px) {
  main#top #for .box .inner-box ul li:before {
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}
main#top #faq {
  position: relative;
  background: #fff;
  padding-bottom: 160px;
}
main#top #faq::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #faq::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
main#top #faq .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}
main#top #faq .box .inner-box ul li {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}
main#top #faq .box .inner-box ul li dl dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dt {
    font-size: 14px;
    font-weight: normal;
    padding-left: 2.8em;
    padding-right: 20px;
  }
}
main#top #faq .box .inner-box ul li dl dt:before {
  content: "Q";
  color: #fff;
  background-color: #00AB84;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#top #faq .box .inner-box ul li dl dt:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dt:after {
    width: 15px;
  }
}
main#top #faq .box .inner-box ul li dl dt.on:after {
  content: "-";
  top: 16px;
  aspect-ratio: 31/4;
}
main#top #faq .box .inner-box ul li dl dd {
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 769px) {
  main#top #faq .box .inner-box ul li dl dd {
    font-size: 14px;
  }
}
main#top #flow {
  background-color: #E6F7F3;
  position: relative;
}
main#top #flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  main#top #flow::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
main#top #flow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  main#top #flow::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
main#top #flow .box .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
main#top #flow .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  main#top #flow .box .inner-box ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
main#top #flow .box .inner-box ul li {
  width: 24%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 769px) {
  main#top #flow .box .inner-box ul li {
    width: 70%;
    flex-shrink: 0;
  }
}
main#top #flow .box .inner-box ul li::after {
  content: "";
  background-image: url(../img/top/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
main#top #flow .box .inner-box ul li span {
  background-color: rgba(0, 171, 132, 0.5);
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#top #flow .box .inner-box ul li img {
  height: 40%;
  vertical-align: bottom;
}
main#top #flow .box .inner-box ul li p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
main#top #flow .box .inner-box ul li p small {
  font-size: 0.8em;
  display: block;
}
main#top #flow .box .inner-box ul li:nth-of-type(8)::after {
  display: none;
}
main#top #contact::before {
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
}
@media screen and (max-width: 769px) {
  main#top #contact::before {
    border-top: 20px solid #E6F7F3;
  }
}

/*--------------------contact----------------------*/
#contact {
  background-image: url(../img/top/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 769px) {
  #contact {
    padding-top: 10px;
  }
}
#contact .box .inner-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #contact .box .inner-box ul {
    flex-wrap: wrap;
  }
}
#contact .box .inner-box ul li button {
  border: none;
  background: transparent;
  margin-top: 24px;
}
#contact .box .inner-box ul li button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  height: 80px;
  padding: 0 72px 0 96px;
  border-radius: 50px;
  transition: 0.2s;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  #contact .box .inner-box ul li button a {
    width: 90vw;
  }
}
#contact .box .inner-box ul li button a::before {
  content: "";
  background-image: url(../img/top/icon-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .box .inner-box ul li button a p {
  font-family: "Oswald", sans-serif !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#contact .box .inner-box ul li button a p small {
  display: block;
  font-size: 12px;
  color: #fff;
}
#contact .box .inner-box ul li a:hover {
  border: 2px solid #fff;
}
#contact .box .inner-box ul li:nth-of-type(1) button a::before {
  background-image: url(../img/top/icon-free.svg);
}
#contact .box .inner-box ul li:nth-of-type(1) button a p {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
}
#contact .box .inner-box ul li:nth-of-type(2) button a::before {
  background-image: url(../img/top/icon-mail.svg);
}

#sp-footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#sp-footer-nav ul {
  width: 100%;
  display: flex;
  margin: 0;
}
#sp-footer-nav ul li {
  background-color: #00AB84;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #sp-footer-nav ul li a {
    border: 2px solid #00AB84;
    background: #00AB84;
    color: #fff;
    padding: 10px 0 10px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #00AB84;
  }
}
#sp-footer-nav ul li a::before {
  content: "";
  background-image: url(../img/top/icon-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#sp-footer-nav ul li a p {
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#sp-footer-nav ul li a p small {
  display: block;
  font-size: 7px;
  color: #fff;
}
#sp-footer-nav ul li.sp-tel {
  width: 40%;
  border-right: 1px solid #06CC98;
}
#sp-footer-nav ul li.sp-contact {
  width: 40%;
  border-left: 1px solid #048966;
  border-right: 1px solid #06CC98;
}
#sp-footer-nav ul li.sp-contact a {
  padding-left: 15px;
}
#sp-footer-nav ul li.sp-contact a::before {
  background-image: url(../img/top/icon-mail.svg);
}
#sp-footer-nav ul li.sp-line {
  width: 20%;
  border-left: 1px solid #048966;
}
#sp-footer-nav ul li.sp-line a {
  padding-left: 0;
}
#sp-footer-nav ul li.sp-line a::before {
  display: none;
}
#sp-footer-nav ul li.sp-line a img {
  width: 40px;
}

@media screen and (max-width: 769px) {
  .under section .box {
    width: 95%;
    margin: 0 auto;
  }
}
.under #truck-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 769px) {
  .under #truck-detail {
    padding-top: 10px;
  }
}
.under #truck-detail .box .pre-box {
  text-align: right;
  margin-bottom: 10px;
}
.under #truck-detail .box .pre-box a {
  font-size: 12px;
  background-color: #eee;
  border: 1px solid #222;
  border-radius: 50px;
  padding: 5px 10px;
  transition: 0.2s;
}
.under #truck-detail .box .pre-box a:hover {
  opacity: 0.8;
}
.under #truck-detail .box .title-box {
  border-bottom: 2px solid #00AB84;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.under #truck-detail .box .title-box h3 {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .title-box h3 {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.under #truck-detail .box .title-box h3 img {
  height: 1.5em;
  margin-right: 0.5em;
}
.under #truck-detail .box .title-box .tag-list {
  display: flex;
  align-items: center;
}
.under #truck-detail .box .title-box .tag-list span {
  padding: 3px 10px;
  background-color: #473D33;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .title-box .tag-list span {
    margin-left: 5px;
  }
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box {
    width: 100%;
  }
}
.under #truck-detail .box .inner-box .slider-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under #truck-detail .box .inner-box .slider-box .thumb-item {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .slider-box .thumb-item {
    width: 100%;
  }
}
.under #truck-detail .box .inner-box .slider-box .thumb-item-nav {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .slider-box .thumb-item-nav {
    width: 100%;
  }
}
.under #truck-detail .box .inner-box .slider-box .thumb-item-nav .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.under #truck-detail .box .inner-box .slider-box .thumb-item-nav .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 29%;
  margin-bottom: 20px;
}
.under #truck-detail .box .inner-box p.truck-price {
  color: #D91B5B;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  left: 52%;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box p.truck-price {
    position: static;
  }
}
.under #truck-detail .box .inner-box p.truck-price span {
  color: #D91B5B;
  font-size: 56px;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 1;
  padding: 0 5px;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box p.truck-price span {
    line-height: 1;
  }
}
.under #truck-detail .box .inner-box p.truck-price small {
  font-size: 14px;
  color: #777;
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box p.truck-price small {
    display: block;
    padding: 0;
  }
}
.under #truck-detail .box .inner-box .table-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.under #truck-detail .box .inner-box .table-box table {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .table-box table {
    width: 100%;
    margin-top: 30px;
  }
}
.under #truck-detail .box .inner-box .table-box table thead th {
  background-color: #473D33;
  color: #fff;
  padding: 5px;
  border: 1.5px solid #473D33;
}
.under #truck-detail .box .inner-box .table-box table thead th span {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 10px;
}
.under #truck-detail .box .inner-box .table-box table tbody th {
  background-color: #E8E2D7;
  border: 1.5px solid #473D33;
}
.under #truck-detail .box .inner-box .table-box table tbody td {
  font-size: 20px;
  font-family: "Roboto", sans-serif !important;
  text-align: center;
  border: 1.5px solid #473D33;
}
.under #truck-detail .box .inner-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .btn-box {
    margin-top: 80px;
  }
}
.under #truck-detail .box .inner-box .btn-box button {
  border: none;
  background: transparent;
  padding: 0 30px;
}
.under #truck-detail .box .inner-box .btn-box button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  height: 80px;
  padding: 0 72px 0 96px;
  border-radius: 50px;
  transition: 0.2s;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .btn-box button a {
    width: 90vw;
    padding: 0 32px 0 72px;
  }
}
.under #truck-detail .box .inner-box .btn-box button a::before {
  content: "";
  background-image: url(../img/top/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.under #truck-detail .box .inner-box .btn-box button a:hover {
  opacity: 0.7;
}
.under #truck-detail .box .inner-box .btn-box button.btn-catalog a {
  background-color: #fff;
  color: #00AB84;
}
@media screen and (max-width: 769px) {
  .under #truck-detail .box .inner-box .btn-box button.btn-catalog a {
    margin-top: 30px;
  }
}
.under #truck-detail .box .inner-box .btn-box button.btn-catalog a::before {
  background-image: url(../img/top/icon-catalog.svg);
}
.under #truck-list {
  background-color: #E6F7F3;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: initial;
  margin: 160px 0;
}
.under #truck-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .under #truck-list::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
.under #truck-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .under #truck-list::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
.under #truck-list .box .inner-box {
  width: 100%;
  background-image: url(../img/top/about-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.under #truck-list .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin: 0 auto;
}
.under #truck-list .box .inner-box ul li {
  width: 22%;
}
@media screen and (max-width: 769px) {
  .under #truck-list .box .inner-box ul li {
    width: 48%;
  }
}
.under #truck-list .box .inner-box ul li a .text p {
  color: #D91B5B;
  font-size: 14px;
  font-weight: bold;
}
.under #truck-list .box .inner-box ul li a .text p span {
  color: #D91B5B;
  font-size: 32px;
  font-family: "Roboto", sans-serif !important;
}
.under #truck-list .box .inner-box button {
  border: none;
  background: transparent;
  width: 100%;
}
.under #truck-list .box .inner-box button a {
  border: 2px solid #00AB84;
  background: #00AB84;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  transition: 0.2s;
  display: block;
  width: 240px;
  margin: 24px auto 0;
}
.under #truck-list .box .inner-box button a:hover {
  background-color: #fff;
  color: #00AB84;
}
.under #banner-box {
  position: relative;
}
.under #banner-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #fff;
  border-top: 60px solid #fff;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .under #banner-box::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-right: 50vw solid transparent;
    border-left: 50vw solid #fff;
    border-top: 20px solid #fff;
  }
}
.under #banner-box .box .inner-box {
  display: flex;
  justify-content: center;
}
.under #banner-box .box .inner-box p {
  width: 100%;
  text-align: center;
}

.under section {
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  .under section {
    padding: 30px 0;
  }
}
.under section .box .title-box h2 {
  color: #ec825a;
}
.under section .box .title-box h2::first-letter {
  color: #D91B5B;
}
.under .breadcrumb-nav {
  background-color: #eee;
}
@media screen and (max-width: 769px) {
  .under .breadcrumb-nav {
    margin-top: 50px;
  }
}
.under .breadcrumb-nav ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 30px;
}
.under .breadcrumb-nav ol li {
  font-size: 12px;
  margin-right: 30px;
  position: relative;
}
.under .breadcrumb-nav ol li::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.under .breadcrumb-nav ol li:last-of-type::after {
  display: none;
}
.under #under-mv {
  background-image: url(../img/hoken/under-mv01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .under #under-mv {
    background-position: center;
    height: auto;
    padding: 30px 0 50px;
  }
}
.under #under-mv .text {
  padding-left: 10%;
}
.under #under-mv .text h1 {
  text-align: center;
  font-family: "Oswald", sans-serif !important;
  color: rgba(0, 171, 132, 0.5);
  font-size: 8vw;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .under #under-mv .text h1 {
    font-size: 12vw;
  }
}
.under #under-mv .text h1::after {
  position: absolute;
  bottom: 10%;
  left: -7%;
  background-color: #00AB84;
  background-color: #fff;
  content: "";
  width: 120%;
  height: 70%;
  z-index: -1;
  transform: skew(-15deg, 0deg);
}
.under #under-mv .text h1::first-letter {
  color: #fff;
  color: #00AB84;
}
.under #under-mv .text h2 {
  color: #00AB84;
  font-size: 2vw;
  display: inline-block;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .under #under-mv .text h2 {
    font-size: 4vw;
  }
}
.under #under-mv .text h2::after {
  position: absolute;
  bottom: 0;
  left: -5%;
  background-color: #00AB84;
  background-color: #fff;
  content: "";
  width: 110%;
  height: 100%;
  z-index: -1;
  transform: skew(-15deg, 0deg);
}
.under #under-mv .text p {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .under #under-mv .text p {
    font-size: 14px;
  }
}

#under-hoken #under-mv {
  height: 400px;
  background-image: url(../img/hoken/hoken-mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  #under-hoken #under-mv {
    background-position: center;
    align-items: flex-end;
  }
}
#under-hoken #under-mv .text {
  padding-left: 10%;
}
@media screen and (max-width: 769px) {
  #under-hoken #under-mv .text {
    padding-left: 5%;
  }
}
#under-hoken #under-mv .text h1 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #222;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: initial;
  letter-spacing: normal;
}
@media screen and (max-width: 769px) {
  #under-hoken #under-mv .text h1 {
    font-size: 28px;
    margin-bottom: 1em;
  }
}
#under-hoken #under-mv .text h1::after {
  display: none;
}
#under-hoken #under-mv .text h1::first-letter {
  color: #222;
}
#under-hoken #under-mv .text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #222;
  font-style: initial;
}
@media screen and (max-width: 769px) {
  #under-hoken #under-mv .text h2 {
    font-size: 16px;
  }
}
#under-hoken #under-mv .text h2::after {
  display: none;
}
#under-hoken #under-mv .text p {
  color: #222;
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 769px) {
  #under-hoken #under-mv .text p {
    font-size: 14px;
  }
}
#under-hoken #reason {
  background-color: #FAF7F4;
  position: relative;
  overflow: initial;
}
#under-hoken #reason::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #FAF7F4;
  border-top: 60px solid #FAF7F4;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  #under-hoken #reason::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #FAF7F4;
  }
}
#under-hoken #reason .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#under-hoken #reason .box .inner-box ul li {
  width: 35%;
  margin: 0 30px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ec825a;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #under-hoken #reason .box .inner-box ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
#under-hoken #reason .box .inner-box ul li .img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#under-hoken #reason .box .inner-box ul li .img img {
  height: 200px;
}
@media screen and (max-width: 769px) {
  #under-hoken #reason .box .inner-box ul li .img img {
    height: 150px;
  }
}
#under-hoken #reason .box .inner-box ul li .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
}
@media screen and (max-width: 769px) {
  #under-hoken #reason .box .inner-box ul li .text h3 {
    font-size: 18px;
  }
}
#under-hoken #reason .box .inner-box ul li .text p {
  font-size: 14px;
  text-align: left;
}
#under-hoken #strength {
  background-image: url(../img/hoken/st-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 240px 0;
}
@media screen and (max-width: 769px) {
  #under-hoken #strength {
    padding: 80px 0;
  }
}
#under-hoken #strength .box .title-box h2 {
  color: #fff;
}
#under-hoken #strength .box .title-box h2::first-letter {
  color: #fff;
}
#under-hoken #strength .box .title-box h2 span {
  color: #fff;
}
#under-hoken #strength .box .inner-box {
  text-align: center;
}
#under-hoken #strength .box .inner-box p {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
#under-hoken #strength .box .inner-box p::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
#under-hoken #strength .box .inner-box p::after {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
#under-hoken #strength .box .inner-box img {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #under-hoken #strength .box .inner-box img {
    margin-bottom: 30px;
    width: 100%;
  }
}
#under-hoken #st-img {
  position: relative;
}
#under-hoken #st-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #under-hoken #st-img::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
#under-hoken #st-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #fff;
  border-top: 60px solid #fff;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  #under-hoken #st-img::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
#under-hoken #st-img .box .inner-box {
  text-align: center;
}
#under-hoken #st-img .box .inner-box img {
  max-width: 800px;
  margin: 0 auto;
}

#under-case #case {
  background-image: none;
  padding-top: 0;
}
#under-case #case .casewrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#under-case #case .casewrap .case_img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap .case_img {
    width: 70%;
  }
}
#under-case #case .casewrap .case_img img {
  border-radius: 10px;
}
#under-case #case .casewrap .case_text {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap .case_text {
    width: 80%;
  }
}
#under-case #case .casewrap .case_text h2 {
  font-size: 50px;
  color: #00AB84;
  font-family: "Oswald", sans-serif !important;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap .case_text h2 {
    font-size: 40px;
  }
}
#under-case #case .casewrap .case_text .case_in_i {
  margin-left: 0;
}
#under-case #case .casewrap .case_text p.case_im {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap .case_text p.case_im {
    font-size: 16px;
  }
}
#under-case #case .casewrap .case_text p {
  font-size: 14px;
}
#under-case #case .casewrap:nth-of-type(odd) {
  background-color: #E6F7F3;
  position: relative;
  max-width: 100%;
  overflow: initial;
  padding: 80px 0;
  margin: 160px 0px;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap:nth-of-type(odd) {
    margin: 80px 0px;
  }
}
#under-case #case .casewrap:nth-of-type(odd)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #E6F7F3;
  border-bottom: 60px solid #E6F7F3;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap:nth-of-type(odd)::before {
    top: -40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #E6F7F3;
  }
}
#under-case #case .casewrap:nth-of-type(odd)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -120px;
  border-bottom: 60px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #E6F7F3;
  border-top: 60px solid #E6F7F3;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  #under-case #case .casewrap:nth-of-type(odd)::after {
    bottom: -40px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E6F7F3;
  }
}
#under-case #case .casewrap:nth-of-type(1) {
  margin-top: 0;
}

#under-lease #lease {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #under-lease #lease {
    width: 100%;
  }
}
#under-lease #lease .lease-graph {
  text-align: center;
}
#under-lease #lease .lease-graph img {
  margin: 50px auto 50px;
}
@media screen and (max-width: 769px) {
  #under-lease #lease .lease-graph img {
    width: 95%;
  }
}

@media screen and (max-width: 769px) {
  #under-contact section#form {
    margin: 0 auto;
    width: 90%;
  }
}
#under-contact section#form th span {
  color: #D91B5B;
  font-size: 10px;
  padding-left: 5px;
}
#under-contact section#form td.centre.form-btn-box p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#under-contact section#form td.centre.form-btn-box p input#previous {
  display: inline-block !important;
  margin-right: 30px;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  font-weight: normal !important;
  padding: 10px 70px;
  font-size: 16px;
  letter-spacing: 3px;
}
@media screen and (max-width: 769px) {
  #under-contact section#form td.centre.form-btn-box p input#previous {
    margin: 0 auto 10px;
    width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #under-contact section#form td.centre.form-btn-box p input[type=submit] {
    width: 80%;
  }
}
#under-contact section#form td.centre.form-btn-box p .wpcf7-spinner {
  display: none;
}
#under-contact #form-thanks {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #under-contact #form-thanks {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  #under-contact #form-thanks p {
    font-size: 14px;
  }
}
#under-contact #form-thanks p a {
  text-decoration: underline !important;
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 769px) {
  #under-contact #form-thanks p a {
    margin-top: 20px;
  }
}
#under-contact #catalog-thanks {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #under-contact #catalog-thanks {
    width: 95%;
    margin: 0 auto;
  }
}
#under-contact #catalog-thanks p {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  #under-contact #catalog-thanks p {
    font-size: 14px;
  }
}
#under-contact #catalog-thanks p a {
  color: #fff;
  letter-spacing: 1px;
  background-color: #00AB84;
  border: 1px solid #00AB84;
  border-radius: 100px;
  padding: 10px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  #under-contact #catalog-thanks p a {
    display: flex;
    justify-content: center;
  }
}
#under-contact #catalog-thanks p a:hover {
  color: #00AB84;
  background-color: #fff;
}/*# sourceMappingURL=layout.css.map */