@charset "UTF-8";
/****共通****/
html {
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  color: #333;
  font-size: 62.5%;
  overflow-x: hidden;
  background: #f7f6f5;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', 'Meiryo', "YuGothic", sans-serif;
    font-weight: 500;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul, li, p {
  padding: 0;
  list-style: none;
}

* {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.tb-br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .pc-br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .pctb-br {
    display: none;
  }
}

/********セクション共通********/
.sec__title {
  font-weight: bold;
  font-size: 4em;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.sec__title--en {
  display: inline;
  height: 41px;
  margin-bottom: -16px;
}

@media screen and (max-width: 1024px) {
  .sec__title--en {
    height: 27px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .sec__title {
    font-size: 3em;
  }
}

@media screen and (max-width: 599px) {
  .sec__title {
    font-size: 2.6em;
  }
}

.sec__title-w {
  color: #fff;
}

.sec__text {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  padding-top: 35px;
}

@media screen and (max-width: 599px) {
  .sec__text {
    font-size: 1.4em;
    line-height: 1.71;
    padding-top: 29px;
  }
}

.sec__subtitle {
  font-size: 3em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .sec__subtitle {
    font-size: 2em;
  }
}

.sec__subtitle::before, .sec__subtitle::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333;
}

@media screen and (max-width: 599px) {
  .sec__subtitle::before, .sec__subtitle::after {
    width: 20px;
  }
}

.sec__subtitle::before {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .sec__subtitle::before {
    margin-right: 15px;
  }
}

.sec__subtitle::after {
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .sec__subtitle::after {
    margin-left: 15px;
  }
}

.sec__subtitle-w {
  color: #fff;
  font-size: 2.4em;
}

@media screen and (max-width: 599px) {
  .sec__subtitle-w {
    font-size: 2em;
  }
}

.sec__subtitle-w::before, .sec__subtitle-w::after {
  background-color: #fff;
}

.cta-button__text {
  margin-left: 71px;
  font-weight: bold;
  font-size: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-button__text::before, .cta-button__text::after {
  content: "";
  display: block;
  width: 32px;
  height: 27px;
  background: url(../img/icon_tri.svg) no-repeat;
}

@media screen and (max-width: 1024px) {
  .cta-button__text::before, .cta-button__text::after {
    width: 22px;
    height: 18px;
    background-size: contain;
  }
}

.cta-button__text::before {
  margin-right: 10px;
}

.cta-button__text::after {
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .cta-button__text {
    font-size: 2em;
    margin-left: 53px;
  }
}

@media screen and (max-width: 599px) {
  .cta-button__text {
    font-size: 1.8em;
    margin-left: 58px;
  }
}

@media screen and (max-width: 375px) {
  .cta-button__text {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-button__link {
  width: 480px;
  height: 90px;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#ffcc02));
  background: linear-gradient(#fc0 0%, #ffcc02 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
          box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
  color: #fff;
  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;
  font-weight: bold;
  font-size: 2.9em;
  letter-spacing: 0.035em;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .cta-button__link {
    width: 100%;
    max-width: 350px;
    height: 65px;
    font-size: 2.2em;
    letter-spacing: 0;
  }
}

.cta-button__link:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/*********ヘッダー**********/
.header {
  width: 93.7%;
  max-width: 1280px;
  height: 70px;
  margin: 0 auto;
  position: fixed;
  z-index: 13;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 3px 6px rgba(221, 221, 221, 0.16);
          box-shadow: 0px 3px 6px rgba(221, 221, 221, 0.16);
}

.header__inner {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  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: 1024px) {
  .header__inner {
    width: 88.1%;
  }
}

.header__logo {
  width: 207px;
}

@media screen and (max-width: 599px) {
  .header__logo {
    width: 150px;
  }
}

@media screen and (max-width: 599px) {
  .header {
    top: 20px;
    height: 60px;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-right: 40px;
}

.main-nav__item {
  margin-left: 30px;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.035em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav__link {
  padding: 10px;
}

.main-nav__link:hover {
  opacity: 0.8;
}

.main-nav__button {
  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;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#ffcc02));
  background: linear-gradient(#fc0 0%, #ffcc02 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
          box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-nav__button:hover {
  opacity: 0.8;
}

.sp-nav {
  display: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  z-index: 11;
  background: #f86147;
  position: fixed;
  top: 0px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
}

.sp-nav.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sp-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 31vh;
}

.sp-nav__item {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  font-weight: bold;
  margin-top: 40px;
  color: #fff;
}

.sp-nav__item:first-child {
  margin-top: 0;
}

.sp-nav__link {
  padding: 10px;
}

.sp-nav__button {
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .sp-nav {
    display: block;
  }
}

/***ハンバーガーボタン***/
html.noscroll {
  overflow: hidden;
}

.burger-btn {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 10;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .burger-btn {
    display: block;
    margin-right: 8px;
  }
}

.bar {
  width: 30px;
  height: 2px;
  background-color: #f34f33;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.bar_top {
  top: 0px;
}

.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 0px;
}

.burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 8px) rotate(45deg);
          transform: translate(-50%, 8px) rotate(45deg);
}

.burger-btn.close .bar_mid {
  opacity: 0;
}

.burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
}

/******MV*****/
.mv {
  text-align: left;
  position: relative;
}

.mv::after {
  position: absolute;
  content: "";
  width: 72.2%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#fc7159), to(#ef3f22));
  background: linear-gradient(to top right, #fc7159 0%, #ef3f22 100%);
  top: 0;
  right: -140px;
  z-index: -1;
  -webkit-transform: skewX(14deg);
          transform: skewX(14deg);
}

@media screen and (max-width: 599px) {
  .mv::after {
    width: 100%;
  }
}

.mv__img {
  position: absolute;
  width: 50.58%;
  max-width: 608px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .mv__img {
    right: -10px;
    min-width: 350px;
  }
}

@media screen and (max-width: 599px) {
  .mv__img {
    width: 100%;
    max-width: 345px;
    top: 98px;
    right: 0px;
  }
}

.mv__inner {
  padding-top: 149px;
  padding-bottom: 79px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .mv__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .mv__inner {
    padding-top: 333px;
    padding-bottom: 51px;
  }
}

.mv__title {
  font-size: 40px;
  letter-spacing: 0.035em;
  margin-top: 30px;
}

.mv__title--box {
  background: #fff;
  padding: 20px 23px 24px 20px;
  margin-top: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv__title--box:first-child {
  margin-top: 0;
}

.mv__title--box span {
  font-size: 55px;
}

@media screen and (max-width: 1024px) {
  .mv__title--box span {
    font-size: 40px;
  }
}

@media screen and (max-width: 599px) {
  .mv__title--box span {
    font-size: 8.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .mv__title--box {
    padding: 22px 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 599px) {
  .mv__title--box {
    padding: 15px 8px;
  }
  
}

@media screen and (max-width: 1024px) {
  .mv__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 599px) {
  .mv__title {
    font-size: 28px;
  }
  .fz24{
    font-size: 25px;
    letter-spacing: -0.03em;
  }
  .mv__title{
    margin-top: 10px;
  }
  .mv__subtitle{
    padding-top: 15px;
    font-size: 1.4em;
  }

}

.mv__subtitle {
  font-weight: bold;
  font-size: 2.6em;
  letter-spacing: 0.035em;
  padding-top: 25px;
}

@media screen and (max-width: 1024px) {
  .mv__subtitle {
    line-height: 1.7;
  }
}

@media screen and (max-width: 599px) {
  .mv__subtitle {
    font-size: 1.8em;
    padding-top: 24px;
  }
}

.mv__text {
  font-size: 36px;
  letter-spacing: 0.035em;
  font-weight: bold;
  padding-top: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mv__text .red {
  color: #f34f33;
  font-size: 60px;
  padding: 0 4px 0 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fc3));
  background: linear-gradient(transparent 85%, #fc3 85%);
  margin-left: 3px;
  margin-right: 3px;
}

.mv__text .red span {
  font-size: 36px;
}

.mv__text .red::after {
  content: "";
}

@media screen and (max-width: 1024px) {
  .mv__text {
    font-size: 30px;
  }
  .mv__text .red {
    font-size: 52px;
  }
  .mv__text .red span {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .mv__text {
    font-size: 26px;
    padding-top: 8px;
  }
  .mv__text .red {
    font-size: 44px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .mv__text .red span {
    font-size: 26px;
  }
}

.mv__cta {
  margin-top: 51px;
}

@media screen and (max-width: 599px) {
  .mv__cta {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .mv__title {
    font-size: 36px;
  }
  .mv__title span {
    font-size: 34px;
  }
}

/***********problem*********/
.problem {
  padding: 81px 0 60px;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .problem {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .problem {
    padding-top: 100px;
  }
}

.problem__img {
  padding-top: 40px;
}

@media screen and (max-width: 599px) {
  .problem__img {
    display: none;
  }
}

.problem__img-sp {
  padding-top: 44px;
  display: none;
}

@media screen and (max-width: 599px) {
  .problem__img-sp {
    display: block;
  }
}

/*************case**********/
.case {
  background: -webkit-gradient(linear, left bottom, right top, from(#fc7159), to(#ef3f22));
  background: linear-gradient(to top right, #fc7159, #ef3f22);
}

.case__inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 0 59px;
}

@media screen and (max-width: 599px) {
  .case__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .case__inner {
    padding: 73px 0 49px;
  }
}

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 41px;
}

@media screen and (max-width: 1024px) {
  .case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 45px;
  }
}

.case__item {
  width: 30%;
  min-height: 0%;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .case__item {
    width: 100%;
    max-width: 330px;
    margin-top: 15px;
  }
  .case__item:first-child {
    margin-top: 0;
  }
}

.case__item--inner {
  padding: 26px 9px 17px 9px;
}

.case__item--title {
  font-weight: bold;
  font-size: 2.6em;
  color: #f34f33;
}

.case__item--img {
  padding-top: 15px;
}

.case__item--text {
  padding: 14px 13px 0 11px;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  text-align: left;
}

.case__text {
  padding-top: 41px;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.67;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .case__text {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 599px) {
  .case__text {
    font-size: 2em;
    padding-top: 43px;
    line-height: 2;
  }
}

/********merit*********/
.merit__inner {
  padding-top: 71px;
  padding-bottom: 74px;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .merit__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .merit__inner {
    padding-top: 87px;
  }
}

.merit__list {
  padding-top: 43px;
}

@media screen and (max-width: 599px) {
  .merit__list {
    padding-top: 29px;
  }
}

.merit__item {
  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;
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merit__item:first-child {
  margin-top: 0;
}

.merit__item--detail {
  width: 51.02%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .merit__item--detail {
    width: 100%;
    max-width: 440px;
  }
}

.merit__item--title {
  font-size: 2.6em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .merit__item--title {
    font-size: 2em;
    line-height: 1.7;
  }
}

.merit__item--text {
  padding-top: 19px;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
}

@media screen and (max-width: 599px) {
  .merit__item--text {
    padding-top: 6px;
  }
}

.merit__item--img {
  width: 44.59%;
  min-height: 0%;
}

@media screen and (max-width: 599px) {
  .merit__item--img {
    width: 100%;
    max-width: 440px;
    padding-bottom: 25px;
  }
}

.merit__arrow {
  padding-top: 52px;
}

@media screen and (max-width: 1024px) {
  .merit__arrow {
    max-width: 400px;
  }
}

@media screen and (max-width: 599px) {
  .merit__arrow {
    max-width: 281px;
    padding-top: 50px;
  }
}

.solution {
  padding-top: 79px;
}

.solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .solution__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 55px;
  }
}

.solution__item {
  width: 30.61%;
}

.solution__item--text {
  padding-top: 14px;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .solution__item {
    width: 100%;
    max-width: 300px;
    min-height: 0%;
    margin-top: 14px;
  }
  .solution__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .solution__title {
    font-size: 2.2em;
  }
}

/*******CTA********/
.cta {
  background-color: #f34f33;
}

@media screen and (max-width: 599px) {
  .cta__title {
    font-size: 2em;
  }
}

.cta__inner {
  width: 95%;
  margin: 0 auto;
  padding: 71px 0 80px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cta__inner {
    padding-top: 57px;
  }
}

.cta .cta-button {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .cta .cta-button {
    padding-top: 34px;
  }
}

.cta .cta-button__text {
  margin-left: 0;
}

/*******about*******/
.about__inner {
  padding: 71px 0 60px;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .about__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .about__inner {
    padding-top: 88px;
  }
}

.about__text {
  padding-top: 33px;
  font-size: 2em;
  letter-spacing: 0.035em;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .about__text {
    font-size: 1.6em;
    padding-top: 38px;
  }
}

.about__img {
  padding-top: 43px;
}

/********feature******/
.feature__inner {
  padding: 69px 0 115px;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .feature__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .feature__inner {
    padding: 88px 0 75px;
  }
}

.feature__list {
  padding-top: 63px;
}

@media screen and (max-width: 599px) {
  .feature__list {
    padding-top: 44px;
  }
}

.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature__item:first-child {
  margin-top: 0;
}

.feature__item:nth-child(2) {
  margin-top: 83px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(2) {
    margin-top: 35px;
  }
}

.feature__item:nth-child(3) {
  margin-top: 49px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(3) {
    margin-top: 35px;
  }
}

.feature__item:nth-child(4) {
  margin-top: 31px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(4) {
    margin-top: 35px;
  }
}

.feature__item:nth-child(5) {
  margin-top: 31px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(5) {
    margin-top: 35px;
  }
}

.feature__item:nth-child(6) {
  margin-top: 76px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(6) {
    margin-top: 35px;
  }
}

.feature__item:nth-child(7) {
  margin-top: 61px;
}

@media screen and (max-width: 599px) {
  .feature__item:nth-child(7) {
    margin-top: 35px;
  }
}

.feature__item--detail, .feature__item--img {
  width: 46.9%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .feature__item--detail, .feature__item--img {
    width: 100%;
    max-width: 440px;
  }
}

@media screen and (max-width: 599px) {
  .feature__item--img {
    min-height: 0%;
    padding-bottom: 29px;
  }
}

.feature__item--title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 1024px) {
  .feature__item--title {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 599px) {
  .feature__item--title {
    font-size: 20px;
  }
}

.feature__item--title span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 23px;
  font-family: 'Noto Sans', sans-serif;
}

@media screen and (max-width: 1024px) {
  .feature__item--title span {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

.feature__item--text {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  padding-top: 19px;
}

@media screen and (max-width: 599px) {
  .feature__item--text {
    padding-top: 15px;
  }
}

.feature .even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .feature .even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/********feature-操作性******/
.operation {
  background: #f34f33;
}

.operation__inner {
  padding: 41px 0 57px;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .operation__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .operation__inner {
    padding: 58px 0 54px;
  }
}

.operation__text {
  font-size: 2.4em;
  letter-spacing: 0.035em;
  line-height: 1.71;
  color: #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 33px;
}

@media screen and (max-width: 599px) {
  .operation__text {
    font-size: 1.4em;
    padding-top: 37px;
  }
}

/********スライドショー******/
.slider {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 9px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .slider {
    margin-top: 14px;
  }
}

.slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.slider__list {
  width: 64.8%;
  margin: 0 auto;
}

.slider__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 3.8%;
}

.slick-arrow::before {
  display: none !important;
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots {
  display: inline-block;
  margin-top: 82px;
  margin-left: -10px;
}

@media screen and (max-width: 599px) {
  .slick-dots {
    margin-top: 7.13vw;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
  padding: 8.5px;
}

.slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ffcc01;
  border-radius: 50%;
}

/*******greeting******/
.greeting__inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  padding: 71px 0 55px;
}

@media screen and (max-width: 599px) {
  .greeting__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .greeting__inner {
    padding: 88px 0 73px;
  }
}

.greeting .ceo {
  padding-top: 40px;
  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: 1024px) {
  .greeting .ceo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 43px;
  }
}

.greeting .ceo__img {
  width: 41.73%;
  height: 100%;
  min-height: 0%;
}

@media screen and (max-width: 1024px) {
  .greeting .ceo__img {
    max-width: 400px;
  }
}

@media screen and (max-width: 599px) {
  .greeting .ceo__img {
    width: 100%;
  }
}

.greeting .ceo__detail {
  width: 50%;
  text-align: left;
  margin-top: -8px;
}

@media screen and (max-width: 1024px) {
  .greeting .ceo__detail {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 28px;
  }
}

.greeting .ceo__name {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.035em;
}

.greeting .ceo__name span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.035em;
  display: block;
}

@media screen and (max-width: 599px) {
  .greeting .ceo__name {
    font-size: 2em;
  }
}

.greeting .ceo__list {
  padding-top: 23px;
}

.greeting .ceo__item {
  margin-top: 14px;
}

.greeting .ceo__item:first-child {
  margin-top: 0;
}

.greeting .ceo__item--title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.035em;
}

.greeting .ceo__item--text {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  padding-top: 10px;
}

.greeting .books {
  padding-top: 60px;
}

@media screen and (max-width: 599px) {
  .greeting .books {
    padding-top: 56px;
  }
}

.greeting .books__list {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .greeting .books__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
  }
}

.greeting .books__item {
  width: 47.1%;
  min-height: 0%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.greeting .books__item--text {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  text-align: left;
  padding-top: 13px;
}

.greeting .books__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .greeting .books__item {
    width: 100%;
    max-width: 285px;
    margin-top: 24px;
  }
  .greeting .books__item:first-child {
    margin-top: 0;
  }
}

/*******price***********/
.price__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 71px 0 60px 0;
}

@media screen and (max-width: 599px) {
  .price__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .price__inner {
    padding-top: 88px;
    width: 100%;
  }
}

.price__wrapper {
  background: #fff;
  border-radius: 30px;
}

/**フキダシ**/
.caption {
  position: absolute;
  top: -130px;
  height: 99px;
  border-radius: 5px;
  background: #ffcc02;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 1.428;
  text-align: left;
}

.caption::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top: 20px solid #ffcc02;
}

.table {
  width: 1130px;
  margin: 0 auto;
  padding: 0px 15px 50px;
  border-spacing: 0;
}

.table__wrapper {
  /* overflow-x: scroll; */
  padding-top: 169px;
  position: relative;
}

.table__wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 1200px;
  height: 169px;
  background-color: #F7F6F5;
  top: 0px;
  left: 0;
}

.table__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 1200px;
  height: 50px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  top: 119px;
  left: 0;
  z-index: 0;
}

.table th {
  width: 166px;
  padding-left: 8px;
}

.table td {
  width: 200px;
  border-left: 1px solid #e5e5e5;
}

.table__title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 1;
}

.table__title .th__inner {
  display: block;
  height: 72px;
  border-radius: 5px;
  font-size: 20px;
  margin: 0 auto;
}

.table__title .th__inner span {
  font-size: 16px;
  padding-top: 5px;
  display: block;
}

.table__title .th-01 {
  border: 1px solid #cecece;
  padding-top: 26px;
  color: #cecece;
  margin-right: 12px;
  margin-left: -8px;
}

.table__title .th-02,
.table__title .th-03,
.table__title .th-04,
.table__title .th-05 {
  background: #f34f33;
  color: #fff;
  padding-top: 27px;
}

.table__title .th-02 {
  opacity: 0.4;
  margin: 0 14px 0 10px;
}

.table__title .th-03 {
  opacity: 0.55;
  margin: 0 14px;
}

.table__title .th-04 {
  opacity: 0.7;
  margin: 0 10px 0 14px;
}

.table__title .th-05 {
  opacity: 0.85;
  margin-left: 17px;
}

.table__title01 {
  position: relative;
}

.table__title01 .caption01 {
  position: absolute;
  width: 436px;
  left: 11px;
  font-size: 18px;
  line-height: 1.67;
  padding: 20px 31px;
  opacity: 0.7;
  z-index: 1;
}

.table__title03 {
  position: relative;
}

.table__title03 .caption03 {
  width: 205px;
  left: 15px;
  padding: 11px 21px;
  opacity: 0.9;
  z-index: 1;
}

.table__title04 {
  position: relative;
}

.table__title04 .caption04 {
  width: 205px;
  left: 21px;
  padding: 30px 21px;
  z-index: 1;
}

.table__date {
  text-align: left;
}

.table__date--title {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  font-weight: bold;
}

.table__date--title small {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.035em;
  display: block;
  padding-top: 2px;
}

.table__date--icon {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

.table__date td {
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 1.714;
}

.table__date td:not(.custom) {
  padding: 14px 14px 12px;
  vertical-align: baseline;
}

.table__date .custom {
  padding: 20px 6px 20px 14px;
  vertical-align: top;
}

.table__detail {
  height: 83px;
}

.table__detail th {
  vertical-align: middle;
}

.table .glay td {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.035em;
  text-align: center;
  vertical-align: middle;
  padding: 0 14px;
  font-family: 'Noto Sans', sans-serif;
}

.table .glay td:last-child {
  padding-right: 0;
}

.table .glay th {
  padding: 0 14px 0 0;
}

.table .glay__inner {
  display: block;
  height: 72px;
  border-radius: 5px;
  background: #f7f7f7;
}

.table .glay__title {
  padding-left: 8px;
  padding-top: 22px;
}

.table .glay__price01 {
  padding-top: 6px;
}

.table .glay .red {
  color: #f34f33;
  font-size: 34px;
  letter-spacing: 0.035em;
  font-weight: bold;
}

.table .price-top {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.035em;
  display: block;
  margin-bottom: -21px;
  position: relative;
}

.table .price-top::before {
  position: absolute;
  content: "";
  display: block;
  width: 103.58px;
  height: 2px;
  background: #f34f33;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table .price-top span {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.035em;
}
.caution_text{
  font-size: 14px;
  margin-top: 20px;
  text-align-last: left;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
.table__date--title{
  font-size: 1.4em;
}
.table th {
  width: 130px;
}
.table__date--title small{
  font-size: 12px;
}
.table__title .th__inner{
  font-size: 18px;
}
.table__date td {
  font-size: 12px;
}
.table .glay .red{
  font-size: 28px;
}
.table .glay__inner{
  height: 63px;
}
.table__title01 .caption01{
  font-size: 16px;
}
}

/*********voice**********/
.voice__inner {
  padding: 71px 0 60px 0;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .voice__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .voice__inner {
    padding: 86px 0 81px;
    width: 100%;
  }
}

.voice__box {
  background: #fff;
  margin-top: 15px;
}

.voice__box--inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  padding: 77px 0 86px;
}

@media screen and (max-width: 599px) {
  .voice__box--inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .voice__box--inner {
    padding: 70px 0 99px;
  }
}

.voice .voice-company {
  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: 599px) {
  .voice .voice-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice .voice-company__img {
  width: 39.49%;
  height: 100%;
  min-height: 0%;
  padding-top: 8px;
}

@media screen and (max-width: 599px) {
  .voice .voice-company__img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 39px;
  }
}

.voice .voice-company__detail {
  width: 54.1%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .voice .voice-company__detail {
    width: 100%;
  }
}

.voice .voice-company__name {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 1024px) {
  .voice .voice-company__name {
    font-size: 2.4em;
  }
  .table__wrapper{
    overflow-x: scroll;
  }
}

@media screen and (max-width: 599px) {
  .voice .voice-company__name {
    font-size: 2em;
  }
}

.voice .voice-company__text {
  padding-top: 18px;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  line-height: 1.875;
}

.voice__list {
  padding-top: 106px;
}

@media screen and (max-width: 599px) {
  .voice__list {
    padding-top: 75px;
  }
}

.voice__item {
  text-align: left;
  border-radius: 20px;
  background: #f7f6f5;
  position: relative;
  padding: 38px 6.63% 24px 6.63%;
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .voice__item {
    padding: 39px 20px 23px;
  }
}

.voice__item:first-child {
  margin-top: 0;
}

.voice__item--title {
  position: absolute;
  top: -22px;
  left: 5.9%;
  border-radius: 10px;
  background: #f34f33;
  display: inline;
  font-weight: bold;
  font-size: 2.4em;
  letter-spacing: 0.035em;
  line-height: 1.25;
  color: #fff;
  padding: 9px 22px 7px 11px;
}

@media screen and (max-width: 599px) {
  .voice__item--title {
    font-size: 1.8em;
    padding: 12px 6px 12px 11px;
    left: 20px;
  }
}

.voice__item--sub {
  font-size: 1.8em;
  letter-spacing: 0.035em;
  line-height: 1.67;
}

.voice__item--text {
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  line-height: 1.875;
  padding-top: 6px;
}

.voice__item::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -26px;
  left: 11%;
  width: 0;
  height: 0;
  border-top: 37px solid #f7f6f5;
  border-left: 22px solid transparent;
  border-right: 12px solid transparent;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/*********FAQ***************/
.faq {
  background-color: #f34f33;
}

.faq__inner {
  width: 92%;
  max-width: 750px;
  margin: 0 auto;
  padding: 42px 0 60px;
}

@media screen and (max-width: 599px) {
  .faq__inner {
    padding: 71px 0 80px;
  }
}

.faq__block {
  padding-top: 51px;
}

.faq__block:first-of-type {
  padding-top: 41px;
}

@media screen and (max-width: 599px) {
  .faq__block:first-of-type {
    padding-top: 44px;
  }
}

.faq__ac {
  text-align: left;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 599px) {
  .faq__ac {
    margin-top: 11px;
  }
}

.faq__ac:first-of-type {
  margin-top: 23px;
}

@media screen and (max-width: 599px) {
  .faq__ac:first-of-type {
    margin-top: 26px;
  }
}

.faq__ac--parent {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.035em;
  padding: 16px 43px 14px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  /* オープン時にopenクラスを付与 */
}

@media screen and (max-width: 599px) {
  .faq__ac--parent {
    font-size: 1.4em;
    line-height: 1.429;
    padding: 9px 36px 10px 42px;
  }
}

.faq__ac--parent span {
  position: relative;
}

.faq__ac--parent span::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 27px;
  background: url(../img/icon_q.svg);
  margin-right: 5px;
  top: 2px;
  left: -28px;
}

@media screen and (max-width: 599px) {
  .faq__ac--parent span::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -32px;
  }
}

.faq__ac--parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 8px;
  background: url(../img/icon_faq-arrow.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .faq__ac--parent::after {
    right: 14px;
  }
}

.faq__ac--parent.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__ac--child {
  font-size: 1.4em;
  line-height: 2.14;
  letter-spacing: 0.035em;
  padding: 0px 55px 30px 53px;
  margin-top: -4px;
  display: none;
}

@media screen and (max-width: 599px) {
  .faq__ac--child {
    padding: 14px 22px 12px 38px;
  }
}

.faq__ac--child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.faq__ac--child span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -27px;
  width: 21px;
  height: 27px;
  background: url(../img/icon_a.svg);
  margin-right: 7px;
}

/**********Contact**************/
.contact {
  padding-top: 80px;
}

@media screen and (max-width: 599px) {
  .contact {
    padding-top: 61px;
  }
}

.contact__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding-top: 72px;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .contact__inner {
    width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .contact__inner {
    padding-top: 88px;
    width: 100%;
  }
}

.form {
  padding-top: 41px;
  width: 92%;
  max-width: 877px;
  margin: 0 auto;
}

.form .sec__subtitle {
  font-size: 2.4em;
  padding-top: 29px;
}

@media screen and (max-width: 599px) {
  .form .sec__subtitle {
    font-size: 1.8em;
    padding-top: 51px;
  }
}

.form__privacy {
  margin-top: 25px;
  width: 100%;
  height: 244px;
  background: #f7f6f5;
  overflow: auto;
  padding: 26px 32px 27px 18px;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
}

@media screen and (max-width: 599px) {
  .form__privacy {
    height: 230px;
    font-size: 1.4em;
    line-height: 1.714;
    padding: 29px 3px 27px 13px;
  }
}

.form__privacy span {
  font-weight: bold;
}

.form__privacy::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

.form__privacy::-webkit-scrollbar-track {
  background: #d9d9d9;
}

.form__privacy::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  height: 62px;
  border: solid 4px #d9d9d9;
}

.form__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  margin-top: 51px;
  width: 100%;
  max-width: 390px;
  height: 73px;
  border-radius: 45px;
  background: #f34f33;
  -webkit-box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
          box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form__button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .form__button {
    height: 67px;
    margin-top: 40px;
  }
}

.field {
  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;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 599px) {
  .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.field__label {
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28.5%;
  background: #f7f6f5;
  padding: 26px 20px 27px 18px;
}

@media screen and (max-width: 1024px) {
  .field__label {
    padding-left: 15px;
    padding-right: 15px;
    width: 38%;
  }
}

@media screen and (max-width: 599px) {
  .field__label {
    padding-bottom: 12px;
    padding-left: 10px;
    background: #fff;
    width: auto;
  }
}

.field__label::after {
  width: 48px;
  height: 24px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 599px) {
  .field__label::after {
    margin-left: 15px;
  }
}

.field .required::after {
  content: "必須";
  background-color: #f34f33;
  color: #fff;
}

.field__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45.5px;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  letter-spacing: 0;
  padding: 16px 10px 14px 9px;
}

.wpcf7-form-control-wrap{
  width: 68.4%;
}
.form br{
  display: none;
}
.form .block{
  display: block !important;
}
.field__input::-webkit-input-placeholder {
  color: #ccc;
}

.field__input:-ms-input-placeholder {
  color: #ccc;
}

.field__input::-ms-input-placeholder {
  color: #ccc;
}

.field__input::placeholder {
  color: #ccc;
}

@media screen and (max-width: 1024px) {
  .field__input {
    width: 59%;
  }
}

@media screen and (max-width: 599px) {
  .field__input {
    width: 100%;
  }
  .wpcf7-form-control-wrap{
    width: 100%;
  }
}

/*********company**************/
.company__inner {
  padding: 74px 0 62px 0;
  width: 92%;
  max-width: 483px;
  margin: 0 auto;
}

.wpcf7-response-output{
  display: none;
}
.screen-reader-response
{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0084de;
}

@media screen and (max-width: 599px) {
  .company__inner {
    padding: 88px 0 49px;
  }
}

.company__table {
  width: 100%;
  margin-top: 31px;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  .company__table {
    margin-top: 35px;
  }
}

.company__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.company__table tr:first-child {
  padding-top: 0;
}

.company__table th {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .company__table th {
    width: 82px;
    text-align: left;
  }
}

.company__table td {
  width: 72.9%;
}

@media screen and (max-width: 599px) {
  .company__table td {
    width: 68.7%;
  }
}

/************footer************/
footer {
  height: 81px;
  background: #f34f33;
  padding-top: 32px;
}

footer small {
  font-size: 14px;
  letter-spacing: 0.035em;
  text-align: left;
  color: #fff;
}

/***********モーダル**********/
.modal-open {
  position: fixed;
  z-index: 13;
  bottom: 14px;
  right: 14px;
  width: 400px;
  height: 101px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#7bc7fa), to(#0084de));
  background: linear-gradient(to right, #7bc7fa 0%, #0084de 100%);
  -webkit-box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-open:hover {
  opacity: 0.9;
}

@media screen and (max-width: 599px) {
  .modal-open {
    width: 300px;
    height: 80px;
  }
}

.modal-open__inner {
  font-size: 24px;
  letter-spacing: 0.035em;
  line-height: 2.5;
  padding-right: 16px;
  margin-top: 11px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .modal-open__inner {
    font-size: 18px;
  }
}

.modal-open__inner span {
  font-size: 20px;
  letter-spacing: 0.035em;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -15px;
}

@media screen and (max-width: 599px) {
  .modal-open__inner span {
    font-size: 16px;
    margin-bottom: -10px;
  }
}

.modal-open__inner span::before {
  content: "";
  width: 28px;
  height: 21px;
  background: url(../img/icon_note.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .modal-open__inner span::before {
    width: 21px;
    height: 15px;
    margin-right: 7px;
  }
}

.modal-open__inner::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  background: url(../img/icon_modal-arrow.svg) no-repeat;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-open__none {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 3px;
  right: 5px;
  cursor: pointer;
  padding: 5px;
}

.modal-open.close {
  display: none;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 14;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .modal-body {
    width: 92%;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.035em;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .modal-close {
    top: 20px;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding-top: 32px;
}

@media screen and (max-width: 599px) {
  .modal-content {
    padding-top: 50px;
  }
}

.modal-content__inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 599px) {
  .modal-content__inner {
    width: 92%;
  }
}

@media screen and (max-width: 1024px) {
  .modal-content__inner {
    width: 95%;
  }
}

.modal-box {
  border: 3px solid #0184de;
  border-radius: 43px;
  width: 71.33%;
  padding: 33px 27px 35px;
  margin-bottom: 63px;
}

@media screen and (max-width: 1024px) {
  .modal-box {
    padding: 23px 20px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 599px) {
  .modal-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.modal-box__title {
  font-size: 3em;
  letter-spacing: 0.035em;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#7bc7fa), to(#0084de));
  background: linear-gradient(to left, #7bc7fa 0%, #0084de 100%);
  padding: 2px 36px 1px 16px;
}

@media screen and (max-width: 1024px) {
  .modal-box__title {
    font-size: 2em;
  }
}

@media screen and (max-width: 599px) {
  .modal-box__title {
    padding: 2px 5px;
  }
}

.modal-box__text {
  padding-top: 24px;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1.6875;
}

.modal-pic {
  width: 26.84%;
  text-align: center;
  margin-bottom: -1px;
}

.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
@media screen and (max-width: 1024px) {
  .modal-pic {
    width: 24%;
    min-width: 155px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .modal-pic {
    display: none;
  }
  .sp_none{
    display: none;
  }
  .pc_none{
    display: block;
  }
}

.modal-pic__text {
  font-size: 2em;
  letter-spacing: 0.035em;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .modal-pic__text {
    font-size: 1.6em;
    line-height: 1.4;
  }
}

.modal-pic__img {
  width: 100%;
  padding-top: 14px;
}

/*******アニメーション*********/
.scroll {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.scroll.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fade-in {
  opacity: 0;
  -webkit-animation: fade-in-anime 0.5s forwards linear 1;
          animation: fade-in-anime 0.5s forwards linear 1;
}

@-webkit-keyframes fade-in-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=stylesheet.css.map */