@charset "UTF-8";
@font-face {
  font-family: "font-montserrat";
  src: url(../fonts/Montserrat-Bold.ttf), url(../fonts/Montserrat-Regular.ttf), url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "font-kozuka";
  src: url(../fonts/KozGoPr6N-Regular.otf);
}
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: block;
  }
}

.c-palt {
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-non-palt {
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #251714;
}
body.fixed {
  overflow: hidden;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

section {
  padding: 90px 0 70px;
}
@media (max-width: 768px) {
  section {
    padding: 45px 0 30px;
  }
}
section.is-about {
  padding: 123px 0 0px;
}
@media (max-width: 768px) {
  section.is-about {
    padding: 40px 0 0;
  }
}
section.is-benefits {
  padding: 90px 0 95px;
}
@media (max-width: 768px) {
  section.is-benefits {
    padding: 38px 0 45px;
  }
}
@media (max-width: 768px) {
  section.is-features {
    padding: 37px 0 29px;
  }
}
section.is-contact {
  padding: 112px 0 160px;
}
@media (max-width: 768px) {
  section.is-contact {
    padding: 30px 0 0;
  }
}

.l-header {
  position: fixed;
  top: -300px;
  right: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 5;
  will-change: transform;
  transition: top 0.5s;
}
.l-header.js-scroll {
  top: 0;
}
@media (max-width: 768px) {
  .l-header {
    will-change: auto;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    opacity: 0.95;
  }
  .l-header.js-active {
    right: 0;
  }
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 14px 0;
}
@media screen and (min-width: 769px) and (max-width: 1315px) {
  .l-header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-header__inner {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 185px 0 385px 0;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .l-header__inner__wrap {
    padding: 57px 0 0;
  }
}
.l-header__catch {
  width: 240px;
  margin: 0 11px 0;
}
@media (max-width: 768px) {
  .l-header__catch {
    display: none;
  }
}
.l-header__catch > img {
  width: 100%;
}
.l-header__navigation-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1272px) {
  .l-header__navigation-wrap {
    margin: 15px 0 0;
  }
}
.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .l-header__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.l-header__list.is-button {
  margin: 0 0 0 72px;
}
@media (max-width: 1100px) {
  .l-header__list.is-button {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .l-header__list.is-button {
    display: none;
  }
}
.l-header__list.is-button > li.is-touch, .l-header__list.is-button > li.is-contact {
  padding: 0;
}
.l-header__list.is-button > li > a {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 12.28px;
  font-size: 0.7675rem;
  line-height: 1;
  letter-spacing: 0.08em;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #251714;
  width: 198px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  will-change: transform;
}
@media screen and (max-width: 1100px) {
  .l-header__list.is-button > li > a {
    width: 170px;
    padding: 10px 0;
  }
}
.l-header__item {
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  .l-header__item {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .l-header__item {
    padding: 0;
  }
}
.l-header__item:first-of-type {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 1100px) {
  .l-header__item:first-of-type {
    padding: 0 8px 0 0;
  }
}
@media (max-width: 768px) {
  .l-header__item:first-of-type {
    padding: 0;
  }
}
.l-header__item:last-of-type {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 1100px) {
  .l-header__item:last-of-type {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 768px) {
  .l-header__item:last-of-type {
    padding: 0;
  }
}
.l-header__item:not(:first-of-type) {
  border-left: 1px solid #251714;
}
@media (max-width: 768px) {
  .l-header__item:not(:first-of-type) {
    border-left: none;
  }
}
.l-header__item.is-touch > a {
  position: relative;
  background: #EAFF00;
}
.l-header__item.is-touch > a::before {
  display: inline-block;
  content: "";
  width: 15.2px;
  height: 17.32px;
  background: url(../img/component/c-button_touch-ico.svg) no-repeat center center/contain;
  margin: 0 8.8px 0 0;
  vertical-align: -3px;
}
.l-header__item.is-contact {
  border-left: none;
  margin: 0 0 0 13px;
}
@media screen and (max-width: 1100px) {
  .l-header__item.is-contact {
    margin: 0 0 0 9px;
  }
}
.l-header__item.is-contact > a {
  background: #F80064;
  position: relative;
}
.l-header__item.is-contact > a::before {
  display: inline-block;
  content: "";
  width: 17.26px;
  height: 11.94px;
  background: url(../img/component/c-button_contact-ico.svg) no-repeat center center/contain;
  margin: 0 8.8px 0 0;
  vertical-align: -2px;
}
.l-header__item > a {
  font-family: "font-montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: inline-block;
}
@media (max-width: 1000px) {
  .l-header__item > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .l-header__item > a {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    padding: 21px 0;
  }
}
.l-header__item > a:link, .l-header__item a:visited, .l-header__item a:hover, .l-header__item a:active {
  color: #251714;
}
.l-header__item.is-contact > a {
  color: #ffffff;
}
.l-header__ham-button {
  display: none;
}
@media (max-width: 768px) {
  .l-header__ham-button {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 25px;
    height: 24px;
    z-index: 10;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s;
  }
}
@media (max-width: 768px) {
  .l-header__ham-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #251714;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .l-header__ham-button span:nth-child(1) {
    top: 0;
  }
  .l-header__ham-button span:nth-child(2) {
    top: 10px;
  }
  .l-header__ham-button span:nth-child(3) {
    top: 20px;
  }
}
.l-header__ham-button.open span:nth-child(1) {
  background: #251714;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__ham-button.open span:nth-child(2),
.l-header__ham-button.open span:nth-child(3) {
  top: 6px;
  background: #251714;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__sp {
  z-index: 5;
  position: fixed;
  top: -70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 57px;
  background: #ffffff;
  transition: all 0.5s;
}
.l-header__sp.js-scroll {
  top: 0;
}
.l-header__sp__inner {
  position: relative;
  width: inherit;
  height: inherit;
}
.l-header__sp__catch {
  position: absolute;
  top: 48%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
}
.l-header__sp__catch > img {
  width: 100%;
}

.l-footer {
  background: #EAFF00;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 0 0 30px;
  }
}
.l-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 132px 0 90px;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 36px 0 37.5px;
  }
}
.l-footer__top {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 0 120px;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .l-footer__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 31px;
  }
}
.l-footer__top__text {
  max-width: 420px;
  width: 100%;
  margin: 0 100px 0 0;
}
@media (max-width: 768px) {
  .l-footer__top__text {
    margin: 0 0 35px;
  }
}
.l-footer__top__title {
  margin: 0 auto 12.8px;
}
@media (max-width: 768px) {
  .l-footer__top__title {
    margin: 0 auto 7.3px;
  }
}
.l-footer__top__title > img {
  max-width: 255.25px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__top__title > img {
    max-width: 145.86px;
  }
}
@media (max-width: 768px) {
  .l-footer__top__title > span {
    display: inline-block;
    -webkit-transform: scale(0.568);
            transform: scale(0.568);
  }
}
.l-footer__top__catch {
  max-width: 420px;
  width: 100%;
}
.l-footer__top__catch > img {
  max-width: inherit;
  width: inherit;
}
@media (max-width: 768px) {
  .l-footer__top__catch > img {
    max-width: 240px;
  }
}
.l-footer__top__logo {
  width: 160px;
}
.l-footer__top__logo > img {
  max-width: 160px;
  width: inherit;
}
@media (max-width: 768px) {
  .l-footer__top__logo > img {
    max-width: 110px;
  }
}
.l-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-family: "font-montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 44px;
}
@media (max-width: 768px) {
  .l-footer__nav {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    margin: 0 0 19px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 2.0769230769;
  }
}
.l-footer__nav > :last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .l-footer__nav > li {
    width: 25.5%;
  }
}
.l-footer__nav > li:last-of-type > a {
  border-right: none;
}
.l-footer__nav > li > a {
  display: inline-block;
  color: #231816;
  padding: 0 23px 0;
  border-right: 1px solid #231816;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .l-footer__nav > li > a {
    padding: 0 10px 0;
  }
}
@media (max-width: 768px) {
  .l-footer__nav > li > a {
    border-right: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 9px 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .l-footer__nav > li > a {
    width: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
  }
}
.l-footer__nav > li a:link, .l-footer__nav > li a:visited, .l-footer__nav > li a:hover, .l-footer__nav > li a:active {
  color: #231816;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright > img {
  max-width: 222px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__copyright > img {
    max-width: 156px;
  }
}

.l-footer-button-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.l-footer-button-area__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-footer-button-area__list > li {
  width: calc(47% - 6px);
  margin: 0 6px;
}
.l-footer-button-area__list > li > a {
  display: block;
  padding: 12px 0;
  line-height: 1;
  border: 1px solid #251714;
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 18px 18px 0 0;
}
.l-footer-button-area__list > li > a.is-touch {
  background: #EAFF00;
  color: #251714;
}
.l-footer-button-area__list > li > a.is-contact {
  background: #F80064;
  color: #ffffff;
}

.c-inner1100 {
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.c-inner1440 {
  box-sizing: content-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-button01 {
  display: inline-block;
  min-width: 198px;
  padding: 16px 0;
  line-height: 1.46;
  background: #EAFF00;
  color: #251714;
}
.c-button01.is-contact {
  background: #F80064;
  color: #ffffff;
}

.c-button02 {
  display: inline-block;
  min-width: 312px;
  padding: 25px 0;
  line-height: 1;
  background: #F80064;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  border: 1px solid #251714;
  border-radius: 999px;
  position: relative;
}
.c-button02::before {
  display: inline-block;
  content: "";
  width: 23.83px;
  height: 16.49px;
  background: url(../img/component/c-button_contact-ico.svg) no-repeat center center/contain;
  margin: 0 8.8px 0 0;
  vertical-align: -2px;
}

.c-button03 {
  display: inline-block;
  max-width: 900px;
  width: 100%;
  padding: 55.7px 0 59px;
  line-height: 1.40625;
  background: #F80064;
  color: #ffffff;
  border-radius: 999px;
  border: 2px solid #251714;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-button03:hover {
  will-change: transform;
}
@media (max-width: 768px) {
  .c-button03 {
    min-width: 327px;
    padding: 40.9px 0 42.8px;
    font-size: 11.63px;
    font-size: 0.726875rem;
    line-height: 1.4058469475;
    letter-spacing: 0.04em;
  }
}
.c-button03.is-contact {
  padding: 56px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-button03.is-contact {
    padding: 18px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-button03.is-functions {
  background-color: #EAFF00;
  color: #251714;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-button03.is-functions {
    padding: 20px 0;
  }
}
.c-button03.is-functions::before {
  display: inline-block;
  content: "";
  width: 66.5px;
  height: 10px;
  background-color: #F1F1F1;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .c-button03.is-functions::before {
    width: 23.5px;
  }
}
.c-button03.is-functions::after {
  display: inline-block;
  content: "";
  width: 40.62px;
  height: 46.6px;
  background: url(../img/component/c-button_touch-ico.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-button03.is-functions::after {
    width: 14.76px;
    height: 17.2px;
    bottom: -8px;
  }
}

.c-title01 {
  text-align: center;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .c-title01 {
    margin: 0 0 38px;
  }
}
.c-title01 > .is-small {
  display: inline-block;
  font-family: "font-montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  color: #F80064;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .c-title01 > .is-small {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 17px;
  }
}
.c-title01 > .is-large {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .c-title01 > .is-large {
    line-height: 1.68;
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: 0.035em;
  }
}
.c-title01 > .is-large.is-features {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-title01 > .is-large.is-features {
    line-height: 1.6842105263;
  }
}
.c-title01 > .is-large.is-functions.c-pc {
  display: block;
}
@media (max-width: 768px) {
  .c-title01 > .is-large.is-functions.c-pc {
    display: none;
  }
}
.c-title01 > .is-large.is-functions.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-title01 > .is-large.is-functions.c-sp {
    display: block;
  }
}
.c-title01.is-about {
  text-align: left;
  margin: 0 0 47px;
}
@media (max-width: 768px) {
  .c-title01.is-about {
    margin: 0 0 17px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .c-title01.is-about > .is-large {
    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.c-title01.is-about > .is-large > .c-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-title01.is-about > .is-large > .c-pc {
    display: none;
  }
}
.c-title01.is-features {
  margin: 0 0 76px;
}
@media (max-width: 768px) {
  .c-title01.is-features {
    margin: 0 0 36px;
  }
}
.c-title01.is-contact {
  margin: 0 0 46px;
}
@media (max-width: 768px) {
  .c-title01.is-contact {
    margin: 0 0 28px;
  }
}
.c-title01.is-contact > .is-large {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-title01.is-contact > .is-large {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.virtual__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.virtual__list.is-second {
  -ms-flex-pack: center;
      justify-content: center;
}
.virtual__list.is-second > li:nth-of-type(1) {
  margin: 0 25px 25px 0;
}
@media (max-width: 768px) {
  .virtual__list.is-second > li:nth-of-type(1) {
    margin: 0 15px 15px 0;
  }
}
.virtual__list.is-functions {
  margin: 0 0 135px;
}
@media (max-width: 768px) {
  .virtual__list.is-functions {
    margin: 0 0 65px;
  }
}
.virtual__item {
  background: #ffffff;
  width: calc(25% - 18.75px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 168px;
  margin: 0 0 25px;
  position: relative;
}
@media (max-width: 768px) {
  .virtual__item {
    margin: 0 0 15px;
  }
}
.virtual__item.is-functions {
  height: auto;
  padding: 37px 0 27px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (max-width: 768px) {
  .virtual__item.is-functions {
    padding: 20px 0 19px;
    height: 159px;
  }
}
@media (max-width: 768px) {
  .virtual__item {
    width: calc(50% - 7.5px);
    height: 105px;
    margin: 0 0 15px;
  }
}
.virtual__item.is-functions::before {
  border-top: solid 50px #EAFF00;
}
.virtual__item::before, .virtual__item::after {
  height: 0;
  display: block;
  position: absolute;
  content: "";
  border-left: solid 50px transparent;
}
@media (max-width: 768px) {
  .virtual__item::before, .virtual__item::after {
    border-left: solid 27px transparent;
  }
}
.virtual__item::before {
  right: -3px;
  border-top: solid 50px #F1F1F1;
  top: -3px;
  z-index: 2;
}
@media (max-width: 768px) {
  .virtual__item::before {
    border-top: solid 27px #F1F1F1;
  }
}
.virtual__lead {
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.virtual__lead > .is-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .virtual__lead > .is-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .virtual__lead > .is-small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
.virtual__lead > .is-large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .virtual__lead > .is-large {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 768px) {
  .virtual__lead > .is-large {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3529411765;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 768px) {
  .virtual__lead > .is-large.is-benefits {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.virtual__lead > .is-large.is-functions {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .virtual__lead > .is-large.is-functions {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.p-about__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 146px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-about__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-about__contents {
    display: block;
    margin: 0 0 60px;
  }
}
.p-about__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% - 579.73px);
}
@media (max-width: 1200px) {
  .p-about__text {
    width: 100%;
  }
}
.p-about__lead {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2.125;
  margin: 0 0 -13px;
}
@media (max-width: 768px) {
  .p-about__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 23px;
  }
}
.p-about__image {
  max-width: 579.73px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__image {
    max-width: 654px;
  }
}
.p-about__image > figure {
  width: 100%;
}
.p-about__image > figure > img {
  width: 100%;
}
.p-about__movie-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-about__movie {
  width: 50%;
}

.p-benefits {
  background: #F1F1F1;
}
.p-benefits__contents :last-child {
  margin: 0;
}
.p-benefits__content {
  margin: 0 0 78px;
}
@media (max-width: 768px) {
  .p-benefits__content {
    margin: 0 0 30px;
  }
}
.p-benefits__icon {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-benefits__icon {
    margin: 0 0 16px;
  }
}
.p-benefits__icon > img {
  width: 121.96px;
}
@media (max-width: 768px) {
  .p-benefits__icon > img {
    width: 60.98px;
  }
}
.p-benefits__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  text-align: center;
  margin: 0 0 40px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-benefits__title {
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: nowrap;
    line-height: 1.6923076923;
    margin: 0 0 12px;
  }
}
.p-contact {
  background-color: #F1F1F1;
}
.p-contact__button {
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__button {
    padding: 0 0 80px;
  }
}
.p-contact__button > a {
  position: relative;
}
.p-contact__button > a::before {
  display: inline-block;
  content: "";
  width: 46.77px;
  height: 31.68px;
  background: url(../img/component/c-button_contact-ico.svg);
  margin: 0 29.6px 0 0;
  vertical-align: -2px;
}
@media (max-width: 768px) {
  .p-contact__button > a::before {
    width: 22.01px;
    height: 15.2px;
  }
}

.p-features {
  background: #EAFF00;
  text-align: center;
}
.p-features__list:last-of-type {
  margin: 0;
}
.p-features__list > li {
  margin: 0 0 88px;
}
@media (max-width: 768px) {
  .p-features__list > li {
    margin: 0 0 42px;
  }
}
.p-features__list > li:nth-of-type(1) > .p-features__number div::before {
  position: absolute;
  content: "1";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "font-montserrat", sans-serif;
}
@media (max-width: 768px) {
  .p-features__list > li:nth-of-type(1) > .p-features__number div::before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .p-features__list > li:last-of-type {
    margin: 0;
  }
}
.p-features__list > li.is-last {
  margin: 0;
}
.p-features__number {
  display: inline-block;
  margin: 0 0 21px;
}
@media (max-width: 768px) {
  .p-features__number {
    margin: 0 0 8px;
  }
}
.p-features__number > div {
  width: 60px;
  height: 51.96px;
  background: url(../img/project/p-features_num_img.svg) no-repeat top center/cover;
  position: relative;
}
@media (max-width: 768px) {
  .p-features__number > div {
    width: 30px;
    height: 25.98px;
  }
}
.p-features__number > div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "font-montserrat", sans-serif;
}
@media (max-width: 768px) {
  .p-features__number > div::before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-features__number > div.is-first::before {
  content: "1";
}
.p-features__number > div.is-second::before {
  content: "2";
}
.p-features__number > div.is-third::before {
  content: "3";
}
.p-features__catch {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #F80064;
  font-weight: 600;
  margin: 0 0 10px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-features__catch {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
    line-height: 1.5882352941;
    margin: 0 0 9px;
  }
}
.p-features__catch > span {
  padding: 0 5px;
}
.p-features__lead {
  line-height: 2;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-features__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    line-height: 2;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .p-features__lead > span {
    -webkit-font-feature-settings: "palt";
       -moz-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-features__images {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .p-features__images {
    margin: 0 0 12px;
  }
}
.p-features__images.is-last {
  margin: 0;
}
.p-features__movie {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 15px;
  padding: 45.5% 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .p-features__movie {
    padding: 56% 0 0 0;
  }
}
@media (max-width: 768px) {
  .p-features__movie {
    margin: 0 auto 12px;
    padding: 0;
    height: 51.2vw;
  }
}
.p-features__wrap {
  padding: 0 100px;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .p-features__wrap {
    padding: 0;
    margin: 0 0 12px;
  }
}
.p-features__notice {
  font-size: 12px;
  font-size: 0.75rem;
  color: #595757;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: left;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-features__notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-features__notice.is-second {
  margin: 0;
}
.p-features__notice.is-second > .c-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-features__notice.is-second > .c-pc {
    display: none;
  }
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -16px;
  width: 50px;
}
@media (max-width: 768px) {
  .slide-arrow {
    width: 25px;
    top: 0;
  }
}

.prev-arrow {
  left: 0px;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .prev-arrow {
    left: -25px;
  }
}
@media (max-width: 768px) {
  .prev-arrow {
    left: -12.5px;
  }
}

.next-arrow {
  right: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .next-arrow {
    right: -25px;
  }
}
@media (max-width: 768px) {
  .next-arrow {
    right: -12.5px;
  }
}

.slick-slide > img {
  max-width: 900px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .slick-slide > img {
    height: 51vw;
  }
}

.slick-list.dragging {
  cursor: pointer;
}

.p-functions {
  background: linear-gradient(180deg, #EAFF00 0%, #EAFF00 61.5%, #F1F1F1 61.5%, #F1F1F1 100%);
}
@media (max-width: 768px) {
  .p-functions {
    background: linear-gradient(180deg, #EAFF00 0%, #EAFF00 72%, #F1F1F1 72%, #F1F1F1 100%);
  }
}
.p-functions__button {
  background-color: #F1F1F1;
  text-align: center;
}
.p-functions__image {
  height: 96px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .p-functions__image {
    height: 70px;
  }
}
.p-functions__image.is-archive {
  width: 79.8px;
}
@media (max-width: 768px) {
  .p-functions__image.is-archive {
    width: 48.28px;
  }
}
.p-functions__image.is-install {
  width: 72.2px;
}
@media (max-width: 768px) {
  .p-functions__image.is-install {
    width: 43.68px;
  }
}
.p-functions__image.is-link {
  width: 57px;
}
@media (max-width: 768px) {
  .p-functions__image.is-link {
    width: 34.49px;
  }
}
.p-functions__image.is-report {
  width: 68.4px;
}
@media (max-width: 768px) {
  .p-functions__image.is-report {
    width: 41.38px;
  }
}
.p-functions__image.is-pdf {
  width: 49.68px;
}
@media (max-width: 768px) {
  .p-functions__image.is-pdf {
    width: 29.9px;
  }
}
.p-functions__image.is-question {
  width: 58.71px;
}
@media (max-width: 768px) {
  .p-functions__image.is-question {
    width: 35.52px;
  }
}
.p-functions__image.is-3dcg {
  width: 91.2px;
}
@media (max-width: 768px) {
  .p-functions__image.is-3dcg {
    width: 55.18px;
  }
}
.p-functions__image.is-bgm {
  width: 64.6px;
}
@media (max-width: 768px) {
  .p-functions__image.is-bgm {
    width: 39.09px;
  }
}

.p-mainvisual {
  padding: 18px 0 0;
}
@media (max-width: 768px) {
  .p-mainvisual {
    padding: 0;
  }
}
.p-mainvisual__inner {
  width: calc(100vw - 36px);
  height: calc(55.88vw - 18px);
  max-height: calc(100vh - 18px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-mainvisual__inner {
    width: 100%;
    height: 104vw;
    max-height: none;
  }
}
.p-mainvisual__inner::before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-bottom: solid 100px #fff;
  border-left: solid 100px transparent;
  bottom: -3px;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-mainvisual__inner::before {
    right: -46px;
  }
}
.p-mainvisual__inner::after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 100px #fff;
  border-left: solid 100px transparent;
  bottom: -2px;
}
@media (max-width: 768px) {
  .p-mainvisual__inner::after {
    right: -47px;
  }
}
.p-mainvisual__contents {
  position: absolute;
  top: 251px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1430px) {
  .p-mainvisual__contents {
    top: 23%;
    max-width: 570px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-mainvisual__contents {
    top: 14%;
  }
}
@media (max-width: 768px) {
  .p-mainvisual__contents {
    top: 30%;
    width: 87.2vw;
  }
}
.p-mainvisual__title {
  margin: 0 auto 20.7px;
}
@media (max-width: 768px) {
  .p-mainvisual__title {
    margin: 0 auto 10.5px;
  }
}
.p-mainvisual__title > img {
  max-width: 413.26px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-mainvisual__title > img {
    max-width: 223.28px;
  }
}
.p-mainvisual__catch {
  margin: 0 0 50px;
  max-width: inherit;
  width: inherit;
}
@media screen and (max-width: 1200px) {
  .p-mainvisual__catch {
    margin: 0 0 38px;
  }
}
@media (max-width: 768px) {
  .p-mainvisual__catch {
    margin: 0 0 32px;
  }
}
.p-mainvisual__catch > img {
  max-width: inherit;
  width: inherit;
}
.p-mainvisual__lead {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin: 0 0 71px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .p-mainvisual__lead {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0 0 38px;
  }
}
@media (max-width: 768px) {
  .p-mainvisual__lead {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7058823529;
    letter-spacing: 0.07em;
  }
}
.p-mainvisual__button {
  margin: 0 auto;
}
.p-mainvisual__logo {
  display: inline-block;
  position: absolute;
  bottom: 6.5%;
  left: 51.7px;
  z-index: 3;
  width: 160.6px;
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  .p-mainvisual__logo {
    width: 150px;
    left: 21.7px;
  }
}
@media (max-width: 768px) {
  .p-mainvisual__logo {
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 108px;
  }
}
.p-mainvisual__logo > img {
  width: inherit;
}
@media screen and (max-width: 1200px) {
  .p-mainvisual__logo > img {
    width: inherit;
  }
}
@media (max-width: 768px) {
  .p-mainvisual__logo > img {
    width: inherit;
  }
}
.p-mainvisual__movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-mainvisual__movie {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    bottom: auto;
    width: auto;
    height: inherit;
  }
}
.p-mainvisual__movie::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(37, 23, 20, 0.5);
}
.p-mainvisual__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(37, 23, 20, 0.5);
  z-index: 1;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1.5%;
  right: 59px;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  z-index: 3;
}
@media (max-width: 768px) {
  .scrolldown4 {
    right: 34px;
  }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  top: -93px;
  /*テキストの形状*/
  color: #F80064;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "font-montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .scrolldown4 span {
    top: -67.435px;
    left: 3px;
  }
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 13px;
  background: #F80064;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
@media (max-width: 768px) {
  .scrolldown4:before {
    height: 7px;
    bottom: 1px;
    right: -4px;
  }
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 93px;
  background: #F80064;
}
@media (max-width: 768px) {
  .scrolldown4:after {
    height: 67.435px;
  }
}