/* Scss Document */
/* UTILITY
 * ========================================================================== */
/*
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Rubik', sans-serif;
*/
html,
body {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 3.2vw;
  }
}

body.fixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

main {
  min-width: 1220px;
  overflow: hidden;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main {
    min-width: 0px;
  }
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, figcaption, blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

figure {
  margin: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
img.resize {
  width: 100%;
  height: auto;
}
img.responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a.opacity {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a.opacity:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  a.opacity:hover {
    opacity: inherit;
  }
}

li {
  list-style: none;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/* .tel [href^="tel:"] {
	pointer-events: none;
}
@include media-sp {
    .tel[href^="tel:"] {
        pointer-events: auto;
    }
}
*/
.hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.hover:hover {
  opacity: 0.7;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* HEADER
 * ========================================================================== */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header {
    display: block;
  }
}
.header .logo {
  width: 223px;
  padding: 10px 0 0 20px;
  mix-blend-mode: multiply;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .header .flag {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .flag .box {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .flag .box {
    width: 26.66666667%;
  }
}
.header .flag .box .txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 1.4em;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .header .flag .box .txt {
    font-size: 2.9333333333vw;
    padding: 0 0 8vw 0;
  }
}

/* MV
 * ========================================================================== */
.mvbox {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 690px;
  background-image: url("/lp/assets/img/mvpc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .mvbox {
    max-height: 788px;
  }
}
@media screen and (max-width: 768px) {
  .mvbox {
    height: auto;
    background-image: url("/lp/assets/img/mvsp.jpg");
  }
}
.mvbox .subtitle {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .mvbox .subtitle {
    font-size: 3.7333333333vw;
  }
}
.mvbox .title {
  font-size: 64px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .mvbox .title {
    font-size: 8.5333333333vw;
    line-height: 1.4em;
  }
}
.mvbox .mv_copy {
  position: absolute;
  top: 26%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mvbox .mv_copy {
    top: 30%;
    left: 50vw;
    margin-left: -50%;
  }
}
.mvbox .cm-flex {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mvbox .cm-flex {
    gap: 5vw;
    font-size: 12px;
  }
}
.mvbox .cm-flex .box {
  width: 200px;
  background-color: #FFF;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .mvbox .cm-flex .box {
    width: 40vw;
    line-height: 36px;
  }
}
.mvbox .cm-flex .box::after {
  content: "";
  background-image: url("/lp/assets/img/pats01.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: -10px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .mvbox .cm-flex .box:first-child {
    margin: 0 30vw;
  }
}
.mvbox .contact {
  position: absolute;
  display: block;
  right: 20px;
  bottom: 20px;
  width: 136px;
  height: 136px;
  background-color: #FF7C0B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: background 1s;
  transition: background 1s;
}
@media screen and (max-width: 768px) {
  .mvbox .contact {
    display: none;
  }
}
.mvbox .contact .wid {
  width: 100%;
}
.mvbox .contact .img {
  width: 45px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
.mvbox .contact:hover {
  background-color: #FF6C00;
}
.mvbox .pagedown {
  width: 60px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .mvbox .pagedown {
    width: 46px;
  }
}

/* problem
 * ========================================================================== */
.problem {
  width: 900px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .problem {
    width: 90%;
  }
}
.problem .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .problem .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.problem .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 10px;
}
.problem .flex .box {
  width: 290px;
  background-color: #F4F8F8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem .flex .box {
    width: 48%;
  }
}
.problem .flex .box .img {
  padding: 20px 0 0 0;
}
.problem .flex .box .txt {
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .problem .flex .box .txt {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.problem .flex .box .txt .bb {
  font-size: 18px;
  color: #FF7C0B;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem .flex .box .txt .bb {
    font-size: 3.7333333333vw;
  }
}
.problem .flex .box .label {
  font-family: "Rubik", sans-serif;
  position: absolute;
  font-size: 12px;
  left: 10px;
  top: 0;
  color: #D8EBEB;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .problem .flex .box .label {
    font-size: 2.6666666667vw;
  }
}
.problem .flex .box .label .bb {
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .problem .flex .box .label .bb {
    font-size: 2.6666666667vw;
  }
}
.problem .balloon2-top {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFF;
  border: solid 3px #FF7C0B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.problem .balloon2-top .title {
  font-size: 24px;
  color: #FF7C0B;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .problem .balloon2-top .title {
    font-size: 4.8vw;
  }
}
.problem .balloon2-top .subtitle {
  font-size: 16px;
  color: #FF7C0B;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem .balloon2-top .subtitle {
    font-size: 3.2vw;
  }
}
.problem .balloon2-top .txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .problem .balloon2-top .txt {
    font-size: 3.2vw;
  }
}
.problem .balloon2-top .image {
  width: 264px;
  position: absolute;
  left: -50px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .problem .balloon2-top .image {
    position: static;
    width: 60%;
    margin: 20px auto;
  }
}
.problem .balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.problem .balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FF7C0B;
  z-index: 1;
}
.problem .bal-wrap {
  margin: 40px 40px 40px 250px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .problem .bal-wrap {
    width: 90%;
    margin: 20px auto;
  }
}
.problem .bal-wrap .txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.icon-qa {
  position: absolute;
  right: -40px;
  bottom: 40px;
  width: 188px;
}
@media screen and (max-width: 768px) {
  .icon-qa {
    width: 20%;
    right: -20px;
    bottom: 20px;
  }
}

/* distribution
 * ========================================================================== */
.distribution {
  position: relative;
}
.distribution::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F4F8F8;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  z-index: -1;
}
.distribution.active::after {
  width: 97%;
}
.distribution .m-wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .distribution .m-wrap {
    width: 90%;
  }
}
.distribution .m-wrap .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .distribution .m-wrap .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.distribution .flex01 {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .distribution .flex01 {
    width: 100%;
    display: block;
  }
}
.distribution .flex01 .icon-f {
  width: 54px;
}
@media screen and (max-width: 768px) {
  .distribution .flex01 .icon-f {
    width: 60%;
    position: static;
    margin: 0 auto;
  }
}
.distribution .flex01 .icon-f .box {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .distribution .flex01 .icon-f .box {
    width: 50%;
    margin: 0 auto;
  }
}
.distribution .flex01 .icon-f .box .txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 1.4em;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .distribution .flex01 .icon-f .box .txt {
    font-size: 2.9333333333vw;
    padding: 0 0 8vw 0;
  }
}
.distribution .flex01 .txt02 {
  width: 625px;
}
@media screen and (max-width: 768px) {
  .distribution .flex01 .txt02 {
    width: 100%;
    margin: 0 auto;
  }
}
.distribution .m-subtitle {
  font-size: 22px;
  color: #FF7C0B;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .distribution .m-subtitle {
    font-size: 4.8vw;
  }
}
.distribution .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .distribution .flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.distribution .flex02 .box {
  width: 290px;
  position: relative;
  background-color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .distribution .flex02 .box {
    width: 46%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .distribution .flex02 .box:first-child {
    margin: 0 27%;
  }
}
.distribution .m-subtxt {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .distribution .m-subtxt {
    width: 100%;
    display: block;
  }
}
.distribution .m-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .distribution .m-center {
    text-align: left;
  }
}
.distribution .m-center02 {
  text-align: center;
  font-size: 18px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .distribution .m-center02 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 3.4666666667vw;
  }
}
.distribution .flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .distribution .flex03 {
    gap: 5vw;
  }
}
.distribution .flex03 .box {
  width: 160px;
  background-color: #FFD00B;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .distribution .flex03 .box {
    width: 40vw;
    font-size: 3.2vw;
  }
}
.distribution .flex03 .box::after {
  content: "";
  background-image: url("/lp/assets/img/pars02.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: -10px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .distribution .flex03 .box:first-child {
    margin: 0 20vw;
  }
}
.distribution .dis-wrap {
  background-color: #FFFFFF;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .distribution .dis-wrap {
    padding: 20px 0;
  }
}
.distribution .dis-wrap .flex04-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .distribution .dis-wrap .flex04-4 {
    display: block;
  }
}
.distribution .dis-wrap .flex04 {
  border-bottom: 1px solid #D8EBEB;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .distribution .dis-wrap .flex04 {
    width: 90%;
    margin: 0 auto 20px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column-gap: 20px;
  }
}
.distribution .dis-wrap .flex04 .no {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #FFD00B;
  width: 40px;
  position: relative;
  font-family: "Lato", sans-serif;
}
.distribution .dis-wrap .flex04 .no::after {
  content: "CASE";
  color: #FF7C0B;
  position: absolute;
  font-size: 12px;
  z-index: 1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-family: "Rubik", sans-serif;
  line-height: 1em;
}
.distribution .dis-wrap .flex04 .txt {
  width: 345px;
  font-size: 14px;
}
/* trouble
 * ========================================================================== */
.trouble {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .trouble {
    width: 90%;
  }
}
.trouble .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .trouble .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.trouble .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 30px;
}
.trouble .flex .bg {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .trouble .flex .bg {
    width: 48%;
  }
}
.trouble .flex .box {
  width: 100%;
  background-color: #F4F8F8;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.trouble .flex .box .img {
  padding: 20px 0 0 0;
}
.trouble .flex .box .txt {
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .trouble .flex .box .txt {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.trouble .flex .box .txt .bb {
  font-size: 18px;
  color: #FF7C0B;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .trouble .flex .box .txt .bb {
    font-size: 3.7333333333vw;
  }
}
.trouble .flex .box .label {
  font-family: "Rubik", sans-serif;
  position: absolute;
  font-size: 12px;
  left: 10px;
  top: 0;
  color: #D8EBEB;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .trouble .flex .box .label {
    font-size: 2.6666666667vw;
  }
}
.trouble .flex .box .label .bb {
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .trouble .flex .box .label .bb {
    font-size: 2.6666666667vw;
  }
}
.trouble .balloon2-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #FFF;
  /* border: solid 3px $color01; */
  background-image: url("/lp/assets/img/balloon_pc.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  /* padding: 0 10px; */
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .trouble .balloon2-top {
    text-align: left;
    background-image: url("/lp/assets/img/balloon_sp.svg");
    min-height: 92px;
    padding: 0 10px;
  }
}
.trouble .balloon2-top .txt {
  font-size: 14px;
  width: 100%;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .trouble .balloon2-top .txt {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
.trouble .bal-wrap {
  width: 98%;
  padding: 0 0 10px 0;
  margin: 0 auto;
}

.icon-w {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .icon-w {
    display: none;
  }
}

/* efficiency
 * ========================================================================== */
.efficiency {
  position: relative;
}
.efficiency::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #F4F8F8;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  z-index: -1;
}
.efficiency.active::after {
  width: 97%;
}
.efficiency .m-wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap {
    width: 90%;
  }
}
.efficiency .m-wrap .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.efficiency .m-wrap .subtitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #FF7C0B;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .subtitle {
    font-size: 3.7333333333vw;
  }
}
.efficiency .m-wrap .m-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .m-center {
    text-align: left;
  }
}
.efficiency .m-wrap .flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .flex01 {
    grid-row-gap: 20px;
  }
}
.efficiency .m-wrap .flex01 .box {
  width: 274px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .flex01 .box {
    width: 48%;
  }
}
.efficiency .m-wrap .flex01 .box .image {
  height: 230px;
}
@media screen and (max-width: 768px) {
  .efficiency .m-wrap .flex01 .box .image {
    height: 140px;
  }
}
.efficiency .icon-f {
  position: absolute;
  left: 0px;
  top: -120px;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .efficiency .icon-f {
    width: 60%;
    position: static;
    margin: 0 auto;
  }
}
.efficiency .icon-f .box {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .efficiency .icon-f .box {
    width: 50%;
    margin: 0 auto;
  }
}
.efficiency .icon-f .box .txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 1.4em;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .efficiency .icon-f .box .txt {
    font-size: 2.9333333333vw;
    padding: 0 0 8vw 0;
  }
}

/* service
 * ========================================================================== */
.service {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    width: 90%;
  }
}
.service .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .service .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
.service .flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service .flex::after {
  content: "";
  border-right: 3px dotted #FFD00B;
  position: absolute;
  width: 1px;
  height: 85px;
  left: 50%;
  bottom: -35%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service .flex::after {
    height: 14vw;
  }
}
.service .flex:last-child::after {
  border-right: none;
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 768px) {
  .service .flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.service .flex .box {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .service .flex .box {
    width: 34%;
  }
}
.service .flex .box-txt {
  width: 535px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .service .flex .box-txt {
    width: 66%;
    letter-spacing: 0.05em;
    padding-top: 30px;
    background-color: transparent;
  }
}
.service .flex .box-txt .s-title {
  font-size: 18px;
  font-weight: bold;
  color: #FF7C0B;
}
@media screen and (max-width: 768px) {
  .service .flex .box-txt .s-title {
    font-size: 3.7333333333vw;
  }
}

/* voice
 * ========================================================================== */
.voice {
  position: relative;
}
.voice::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F4F8F8;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  z-index: -1;
}
.voice.active::after {
  width: 97%;
}
.voice .m-wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap {
    width: 90%;
  }
}
.voice .m-wrap .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.voice .m-wrap .subtitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #FF7C0B;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .subtitle {
    font-size: 3.7333333333vw;
  }
}
.voice .m-wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .flex {
    grid-row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice .m-wrap .flex .box {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .flex .box {
    width: 100%;
  }
}
.voice .m-wrap .flex .box .img {
  width: 156px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .flex .box .img {
    width: 50vw;
  }
}
.voice .m-wrap .flex .box .sub {
  font-size: 16px;
  font-weight: bold;
  color: #FF7C0B;
}
@media screen and (max-width: 768px) {
  .voice .m-wrap .flex .box .sub {
    font-size: 3.7333333333vw;
  }
}

/* facility
 * ========================================================================== */
.facility {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facility {
    width: 90%;
  }
}
.facility .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .facility .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.facility .flex01 {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .facility .flex01 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px;
  }
}
.facility .flex01 .box {
  width: 133px;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  border: 1px solid #FF7C0B;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .facility .flex01 .box {
    width: 25vw;
    height: 25vw;
  }
  .facility .flex01 .box:nth-child(1) {
    margin-left: 10vw;
  }
  .facility .flex01 .box:nth-child(2) {
    margin-right: 10vw;
  }
}
.facility .flex01 .box .ss {
  font-size: 12px;
  color: #FF7C0B;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .facility .flex01 .box .ss {
    font-size: 2.6666666667vw;
  }
}
.facility .flex01 .box .ss .bb {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .facility .flex01 .box .ss .bb {
    font-size: 4.5333333333vw;
  }
}
.facility .flex01 .box .txt {
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .facility .flex01 .box .txt {
    font-size: 3.2vw;
  }
}
.facility .subtxt {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .facility .subtxt {
    width: 100%;
  }
}
.facility .flex02 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .facility .flex02 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 20px;
  }
}
.facility .flex02 .box {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .facility .flex02 .box {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}
.facility .flex03 {
  width: 512px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .facility .flex03 {
    width: 100%;
    grid-row-gap: 20px;
  }
}
.facility .flex03 .box {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .facility .flex03 .box {
    max-width: 32%;
    margin: 0 auto;
    width: 100%;
  }
}
.facility .flex03 .box .cnet {
  text-align: center;
}
.facility .flex04 {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .facility .flex04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
}
.facility .flex04 .box {
  width: 220px;
  background-color: #F4F8F8;
  border-radius: 22px;
  padding-left: 20px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .facility .flex04 .box {
    max-width: 49%;
    padding-left: 20px;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0px;
  }
}
.facility .flex04 .box .ss {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .facility .flex04 .box .ss {
    font-size: 2vw;
  }
}
.facility .balloon2-top {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFF;
  border: solid 3px #FFB40B;
  background-color: #FFB40B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facility .balloon2-top .title {
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility .balloon2-top .title {
    font-size: 5.0666666667vw;
  }
}
.facility .balloon2-top .subtitle {
  font-size: 20px;
  color: #FFF;
  padding-top: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility .balloon2-top .subtitle {
    font-size: 3.2vw;
  }
}
.facility .balloon2-top .image {
  width: 107px;
  position: absolute;
  left: -20px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .facility .balloon2-top .image {
    width: 20%;
  }
}
.facility .balloon2-top .image02 {
  width: 101px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .facility .balloon2-top .image02 {
    width: 20%;
  }
}
.facility .balloon2-top:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 12px solid #FFB40B;
  z-index: 2;
}
.facility .balloon2-top:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 14px solid #FFB40B;
  z-index: 1;
}
.facility .bal-wrap {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .facility .bal-wrap {
    width: 90%;
    margin: 20px auto;
  }
}

/* qa
 * ========================================================================== */
.qa {
  position: relative;
}
.qa::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #F4F8F8;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  z-index: -1;
}
.qa.active::after {
  width: 97%;
}
.qa .m-wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap {
    width: 90%;
  }
}
.qa .m-wrap .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.qa .m-wrap .line {
  border-bottom: 1px solid #D8EBEB;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap .line {
    width: 100%;
  }
}
.qa .m-wrap .line .qq {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #FF7C0B;
  padding: 0 0 0 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap .line .qq {
    font-size: 4vw;
  }
}
.qa .m-wrap .line .qq::before {
  content: "Q.";
  margin-left: -1em;
}
.qa .m-wrap .line .aa {
  position: relative;
  padding: 0 0 0 1.7em;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap .line .aa {
    padding: 0 0 0 1.5em;
  }
}
.qa .m-wrap .line .aa::before {
  content: "A.";
  margin-left: -1em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .qa .m-wrap .line .aa::before {
    font-size: 3.4666666667vw;
  }
}
.qa .m-wrap .line .aa a:link, .qa .m-wrap .line .aa a:visited {
  color: #FFB40B;
  text-decoration: underline;
}

/* contact
 * ========================================================================== */
.contact {
  background-color: #FFD00B;
}
.contact .bg01 {
  background-image: url("/lp/assets/img/bg01.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: relative;
  width: 100%;
}
.contact .bg01 .label {
  font-family: "Rubik", sans-serif;
  position: absolute;
  line-height: 1em;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.4);
  left: 80px;
  bottom: -30px;
  z-index: 2;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .contact .bg01 .label {
    left: 5vw;
    bottom: -2.5vw;
    font-size: 13.3333333333vw;
    width: auto;
  }
}
.contact .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .contact .title {
    font-size: 5.8666666667vw;
    line-height: 1.4em;
  }
}
.contact .subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .contact .subtitle {
    width: 90%;
    margin: 0 auto;
    font-size: 3.4666666667vw;
    line-height: 1.4em;
    text-align: left;
  }
}
.contact .content {
  position: relative;
  z-index: 3;
}
.contact .wrap {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .wrap {
    width: auto;
    margin-left: 5%;
  }
}
.contact .wrap .center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .wrap .center {
    text-align: left;
  }
}
.contact .wrap .tel {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact .wrap .tel {
    font-size: 10.1333333333vw;
    text-align: left;
  }
}
.contact .wrap .tel a:link, .contact .wrap .tel a:visited {
  color: #FFF;
}
.contact .wrap .tel .event_tel a {
  color: #FFF;
}
.contact .wrap .bt {
  display: block;
  line-height: 70px;
  background-color: #FF7C0B;
  color: #FFF;
  text-align: center;
  width: 100%;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .contact .wrap .bt {
    font-size: 3.7333333333vw;
    width: 95%;
  }
}
.contact .wrap .bt::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  right: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .wrap .bt:hover {
  color: #FF7C0B;
  background-color: #FFF;
}

/* footer
 * ========================================================================== */
.footer {
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
    padding-bottom: 17vw;
  }
}
.footer .logo {
  width: 378px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 60%;
  }
}
.footer .copylight {
  color: #707070;
  font-size: 12px;
  padding: 20px 100px 0 0;
}
@media screen and (max-width: 768px) {
  .footer .copylight {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
.footer .priv {
  width: 61px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
@media screen and (max-width: 768px) {
  .footer .priv {
    max-width: 61px;
    width: 20%;
    right: 20px;
    top: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed {
    display: block;
    background-color: #FF7C0B;
    color: #FFFFFF;
    text-align: center;
    line-height: 15vw;
    position: fixed;
    font-size: 4.8vw;
    width: 100%;
    z-index: 999;
    bottom: 0;
  }
}
.fixed::after {
  content: "";
  background-image: url(/lp/assets/img/icon02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 60px;
  height: 80%;
  right: 10px;
  top: 10%;
}

.pagetop {
  display: none;
  color: white;
  height: 70px;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #FF7C0B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.pagetop.fix {
  bottom: 110px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    height: 50px;
    width: 50px;
    right: 10px;
    bottom: 66px;
  }
  .pagetop.fix {
    bottom: 147px;
  }
}