@charset "UTF-8";
body {
  margin: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1E2C4E;
  box-sizing: border-box;
  background-color: #FCFAF7;
}

main {
  text-align: center;
}

section {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.section-title {
  margin: 12px 0;
  font-size: 32px;
  margin-bottom: 70px;
}

.w100 {
  max-width: 100vw;
}

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

a:link, a:visited, a:hover, a:active {
  color: #1E2C4E;
}

.pc-none {
  display: none;
}

.syuei {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-style: normal;
}

@media (max-width: 768px) {
  section {
    padding: 0 10px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
.animated {
  /* 最初から非表示 */
  opacity: 0;
}

header {
  position: absolute;
  width: 100vw;
  text-align: center;
  top: 0;
}
header .header-wrap-pc {
  width: 100%;
}
header .header-wrap-sp {
  display: none;
}
header .navi-items {
  padding: 0;
}
header .navi-item {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  min-width: 124px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #1E2C4E;
  border-right: 1px solid #1E2C4E;
  white-space: nowrap;
}
header .navi-item:first-child {
  border-left: 1px solid #1E2C4E;
}
@media (max-width: 568px) {
  header {
    /*アクティブクラスがついたら透過なしにして最前面へ*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  header .header-wrap-pc {
    display: none;
  }
  header .header-wrap-sp {
    display: flex;
  }
  header .header-logo {
    display: flex;
    position: absolute;
    left: 15px;
    top: 20px;
    font-weight: bold;
  }
  header .header-logo__img {
    width: 40px;
  }
  header .header-logo__img img {
    width: 100%;
  }
  header .header-logo__txt {
    position: relative;
    width: 250px;
    font-style: bold;
  }
  header .header-logo__txt span {
    display: block;
    text-align: left;
    margin-left: 10px;
  }
  header .header-logo__txt--top {
    font-size: 11px;
    line-height: 13px;
  }
  header .header-logo__txt--bottom {
    font-size: 14px;
    line-height: 18px;
  }
  header .header-logo__txt-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: calc(100% - 120px);
    height: 100vh; /*ナビの高さ*/
    background: #FFF;
    /*動き*/
    transition: all 0.3s;
    padding: 0 60px;
  }
  header #g-nav.panelactive {
    opacity: 1;
    z-index: 5;
  }
  header #g-nav-list {
    position: relative;
  }
  header #g-nav ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
  header #g-nav.panelactive ul {
    display: block;
  }
  header #g-nav li {
    list-style: none;
    text-align: left;
    color: #1E2C4E;
    height: 70px;
    border-bottom: 1px solid #1E2C4E;
  }
  header #g-nav li:first-child {
    border-top: 1px solid #1E2C4E;
  }
  header #g-nav li a {
    line-height: 70px;
    color: #1E2C4E;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
  }
  header #g-nav li a i {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
  }
  header .openbtn1 {
    position: fixed;
    z-index: 10; /*ボタンを最前面に*/
    top: 20px;
    right: 5px;
    cursor: pointer;
    width: 71px;
    height: 71px;
  }
  header .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #1E2C4E;
    width: 45%;
  }
  header .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  header .openbtn1 span:nth-of-type(2) {
    top: 25px;
  }
  header .openbtn1 span:nth-of-type(3) {
    top: 35px;
  }
  header .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  header .menu-txt {
    position: fixed;
    top: 10px;
    left: 15px;
    font-size: 12px;
    color: #1E2C4E;
    font-weight: 600;
    z-index: 10;
  }
  header .g-nav__top {
    position: absolute;
    top: 80px;
    right: 60px;
    font-weight: 600;
    text-align: right;
    font-size: 30px;
    color: #1E2C4E;
  }
  header .g-nav__top--small {
    font-size: 15px;
    line-height: 15px;
    display: block;
  }
}

.kv {
  margin-top: 100px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.kv__img {
  width: 50%;
}
.kv__img img {
  width: 100%;
}
.kv__txt {
  width: 50%;
  margin-left: 30px;
  position: relative;
}
.kv__txt img {
  width: 90%;
}
.kv__txt-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.kv__content {
  margin-left: 30px;
  margin-bottom: 15px;
}
.kv__content-top {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.kv__content-bottom {
  font-size: 45px;
  line-height: 65px;
  margin: 0;
}

@media (max-width: 768px) {
  .kv {
    margin-bottom: 80px;
    margin-top: 70px;
    display: block;
    width: 100%;
  }
  .kv__img {
    width: 100%;
  }
  .kv__txt {
    width: 90%;
    margin-left: 0;
  }
  .kv__txt-inner {
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
}
.about {
  display: flex;
  width: 1036px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.about__content {
  width: 50%;
}
.about__title {
  text-align: left;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.about__txt {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-right: 50px;
}
.about__img {
  width: 50%;
}
.about__img video {
  width: 100%;
}

@media (max-width: 1096px) {
  .about {
    display: block;
    width: 95%;
    margin: auto;
    margin-bottom: 80px;
  }
  .about__content {
    width: 90vw;
  }
  .about__title {
    font-size: 27px;
    line-height: 35px;
  }
  .about__txt {
    margin: 0 0 30px;
    line-height: 30px;
  }
  .about__img {
    width: 90vw;
    position: relative;
    margin: auto;
  }
}
.problem {
  background-color: #F6F4F2;
  padding: 0;
}
.problem__deco {
  width: 100%;
}
.problem__deco img {
  width: 100%;
}
.problem .section-title--problem {
  position: relative;
}
.problem__icon {
  position: absolute;
  width: 150px;
  top: -70px;
}
.problem .problem-items {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.problem .problem-item {
  width: 330px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 30px;
  position: relative;
  margin: 0 15px;
}
.problem .problem-item__txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
}
.problem__arrow {
  width: 50px;
  margin-bottom: 50px;
}
.problem__solution {
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 70px;
  font-weight: bold;
}
@media (max-width: 1096px) {
  .problem__icon {
    width: 90px;
    right: 10px;
    top: -80px;
  }
  .problem .problem-items {
    display: block;
  }
  .problem .problem-item {
    margin-bottom: 30px;
    width: 280px;
  }
  .problem__solution {
    font-size: 22px;
    line-height: 33px;
  }
}

.feature {
  padding: 0;
}
.feature__deco {
  width: 100%;
  margin-bottom: 50px;
}
.feature__deco img {
  width: 100%;
}
.feature .section-title__top {
  margin-top: 30px;
  position: relative;
  font-size: 16px;
}
.feature .section-title__top::before {
  left: -20px;
  top: 20px;
  transform: rotate(-115deg);
  transform-origin: left center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.feature .section-title__top::after {
  right: -20px;
  top: 20px;
  transform: rotate(115deg);
  transform-origin: right center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.feature .section-title--feature {
  line-height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.feature__icon {
  width: 100px;
  position: absolute;
  top: -10px;
  right: -120px;
}
.feature .feature-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature .feature-item {
  width: 330px;
  height: 425px;
  border-radius: 7px;
  margin: 0 15px 60px 15px;
  background-color: #ffffff;
}
.feature .feature-item__img-area {
  width: 100%;
}
.feature .feature-item__img-area img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.feature .feature-item__txt-area {
  padding: 10px 20px;
  font-size: 16px;
}
.feature .feature-item__txt-top {
  font-style: normal;
  color: #ECA83A;
  font-weight: bold;
  line-height: 20px;
}
.feature .feature-item__txt-title {
  font-weight: 600;
  margin-bottom: 17px;
  font-size: 18px;
}
.feature .feature-item__txt-content {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .feature__icon {
    width: 70px;
    position: absolute;
    top: -5px;
    right: -30px;
  }
  .feature .section-title--feature {
    line-height: 35px;
  }
  .feature .feature-items {
    justify-content: center;
  }
  .feature .feature-item {
    margin-bottom: 50px;
  }
}

.qa {
  padding: 0;
  background-color: #F6F4F2;
  margin-bottom: 150px;
  /*
  IE11対策
  ----------------------------*/
  /*----------------------------*/
}
.qa__deco {
  width: 100%;
  margin-bottom: 50px;
}
.qa__deco img {
  width: 100%;
}
.qa .section-title__top {
  margin-top: 30px;
  position: relative;
  font-size: 16px;
}
.qa .section-title__top::before {
  left: -20px;
  top: 20px;
  transform: rotate(-115deg);
  transform-origin: left center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.qa .section-title__top::after {
  right: -20px;
  top: 20px;
  transform: rotate(115deg);
  transform-origin: right center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.qa .section-title--qa {
  line-height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.qa__icon {
  width: 100px;
  position: absolute;
  top: -80px;
  right: -120px;
}
.qa .qa-items {
  margin-bottom: 100px;
}
.qa .qa-item {
  margin-bottom: 30px;
}
.qa .qa-item__inner {
  margin: auto;
  display: flex;
  max-width: 780px;
}
.qa .qa-item__inner span {
  display: inline-block;
  text-align: left;
}
.qa .qa-item__inner-left {
  width: 5%;
  font-size: 24px;
}
.qa .qa-item__inner-right {
  width: 93%;
  font-size: 18px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.qa _:-ms-lang(x)::-ms-backdrop,
.qa .d-demo {
  width: 100%;
  display: -ms-grid;
  overflow: hidden;
}
.qa .d-demo {
  position: relative;
  height: 237px;
}
.qa .d-demo__wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.qa .d-demo__list {
  display: flex;
  list-style: none;
}
.qa .d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.qa .d-demo__item {
  width: 326.6666666667px;
}
.qa .d-demo__item > img {
  width: 100%;
}
.qa ul {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .qa__icon {
    width: 50px;
    position: absolute;
    top: -35px;
    right: -20px;
  }
  .qa .section-title--qa {
    line-height: 35px;
  }
  .qa .qa-items {
    width: 90%;
    margin: auto;
  }
  .qa .qa-item {
    margin-bottom: 50px;
  }
  .qa .qa-item__inner {
    margin-bottom: 20px;
  }
  .qa .qa-item__inner-left {
    width: 10%;
  }
  .qa .qa-item__inner-right {
    width: 88%;
  }
  .qa .d-demo {
    height: 157px;
  }
  .qa .d-demo__item {
    width: 233.3333333333px;
  }
}

.message {
  background-color: #FCFAF7;
  margin-bottom: 100px;
}
.message .section-title__top {
  margin-top: 30px;
  position: relative;
  font-size: 16px;
}
.message .section-title__top::before {
  left: -20px;
  top: 20px;
  transform: rotate(-115deg);
  transform-origin: left center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.message .section-title__top::after {
  right: -20px;
  top: 20px;
  transform: rotate(115deg);
  transform-origin: right center;
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #1E2C4E;
  border-radius: 2px;
}
.message .section-title--message {
  line-height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.message__icon {
  width: 80px;
  position: absolute;
  top: -45px;
  right: -120px;
}
.message__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 768px;
  margin: auto;
}
.message__img {
  width: 50%;
  margin-left: 30px;
}
.message__img img {
  width: 100%;
}
.message__content {
  width: 50%;
  text-align: left;
}
.message__who {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.message__who--small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .message__icon {
    width: 45px;
    position: absolute;
    top: -15px;
    right: -10px;
  }
  .message__inner {
    display: block;
    flex-direction: row-reverse;
    width: 100%;
  }
  .message__img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .message__content {
    width: 100%;
  }
}

.access {
  background-color: #F6F4F2;
  padding-bottom: 50px;
}
.access__deco {
  width: 100%;
}
.access__deco img {
  width: 100%;
}
.access .section-title--access {
  line-height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.access__icon {
  width: 60px;
  position: absolute;
  top: 5px;
  right: -50px;
}
.access__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.access__img {
  width: 50%;
}
.access__img img {
  width: 100%;
}
.access__txt {
  width: 40%;
  margin-left: 30px;
}
.access__txt-items {
  margin-bottom: 30px;
}
.access__txt-item {
  text-align: left;
  display: flex;
  margin-bottom: 20px;
}
.access__txt-item span {
  display: inline-block;
  line-height: 20px;
}
.access__txt-left {
  width: 30%;
  font-size: 18px;
  font-weight: bold;
}
.access__txt-right {
  width: 80%;
}
.access__btn {
  display: inline-block;
  width: 270px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .access__icon {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .access__inner {
    display: block;
  }
  .access__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .access__txt {
    width: 100%;
    margin-left: 0;
  }
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  background-color: #F6F4F2;
}

/*# sourceMappingURL=sakaiya.css.map */
