.root#index .mv {
  background-image: url("../../images/mv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0 140px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv {
    background-image: url("../../images/mv_bg_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 100px;
  }
}
.root#index .mv__company {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__company {
    margin-bottom: 80px;
  }
}
.root#index .mv__company__text {
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__company__text {
    margin-bottom: 40px;
  }
}
.root#index .mv__company__logo {
  display: inline-block;
  width: 114px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__company__logo {
    width: 80px;
  }
}
.root#index .mv__lead {
  margin: 0 auto;
  text-align: start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 3.25;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.75;
  }
}
.root#index .intro {
  position: relative;
  padding-bottom: 270px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .intro {
    padding-bottom: 240px;
  }
}
.root#index .intro::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 160px;
  width: 1px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .intro::after {
    height: 120px;
  }
}
.root#index .intro__list__item__visual {
  margin: 0 calc(50% - 50vw);
}
.root#index .intro__list__item__lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3.5;
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__list__item__lead {
    padding: 85px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.75;
  }
}
.root#index .overcome {
  position: relative;
  padding-bottom: 235px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome {
    padding-bottom: 320px;
  }
}
.root#index .overcome::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 160px;
  width: 1px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome::after {
    height: 120px;
  }
}
.root#index .overcome__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(50% - 50vw) 100px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container {
    display: block;
    margin: 0 0 100px;
  }
}
.root#index .overcome__container--vertical {
  display: block;
  margin: 0 calc(50% - 50vw);
}
.root#index .overcome__container--vertical .overcome__container__image {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container--vertical .overcome__container__image {
    margin: 0 calc(50% - 50vw) 100px;
  }
}
.root#index .overcome__container--vertical .overcome__container__texts__image {
  width: 588px;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container--vertical .overcome__container__texts__image {
    width: 100%;
    max-width: 322px;
	padding-top: 20px;
  }
}
.root#index .overcome__container:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 100px calc(50% - 50vw);
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container:nth-child(2) {
    margin: 0 0 100px;
  }
}
.root#index .overcome__container__image {
  width: calc(100% - 480px);
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container__image {
    width: calc(100% + 60px);
    margin: 0 -30px 30px;
    padding-top: 0;
  }
}
.root#index .overcome__container__texts__hl {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 140px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container__texts__hl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.root#index .overcome__container__texts__hl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 60px;
  height: 1px;
  background-color: #000;
}
.root#index .overcome__container__texts__hl > em {
  color: #e60012;
  font-style: normal;
}
.root#index .overcome__container__texts__hl > span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: #000;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px;
}
.root#index .overcome__container__texts__lead > p {
  line-height: 2.4375;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .root#index .overcome__container__texts__lead > p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.root#index .overcome__container__texts__lead > p:last-child {
  margin-bottom: 0;
}
.root#index .about {
  background-color: #f4f4f4;
  padding-top: 450px;
  padding-bottom: 400px;
  background-image: url(../../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .about {
    padding-top: 250px;
    background-image: url(../../images/about_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
.root#index .about::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 150px;
  height: 160px;
  width: 1px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .about::after {
    height: 120px;
  }
}
.root#index .about__container {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container {
    margin-bottom: 120px;
  }
}
.root#index .about__container:last-child {
  margin-bottom: 0;
}
.root#index .about__container:last-child .about__container__topics {
  background-color: #fff;
  position: relative;
  padding: 55px 48px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container:last-child .about__container__topics {
    padding: 50px 20px;
  }
}
.root#index .about__container__image {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__image {
    margin-bottom: 60px;
  }
}
.root#index .about__container__texts {
  width: 480px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__texts {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.root#index .about__container__texts__hl {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 140px;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__texts__hl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.root#index .about__container__texts__hl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 60px;
  height: 1px;
  background-color: #000;
}
.root#index .about__container__texts__hl > em {
  color: #e60012;
  font-style: normal;
}
.root#index .about__container__texts__hl > span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: #000;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px;
}
.root#index .about__container__texts__lead > p {
  line-height: 2.4375;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__texts__lead > p {
    margin-bottom: 30px;
  }
}
.root#index .about__container__texts__lead > p:last-child {
  margin-bottom: 0;
}
.root#index .about__container__topics {
  background-color: #fff;
  position: relative;
  padding: 55px 116px 55px 115px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__topics {
    padding: 50px 20px;
  }
}
.root#index .about__container__topics::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1px;
  height: 80px;
  background-color: #9b9b9b;
}
.root#index .about__container__topics::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1px;
  height: 80px;
  background-color: #9b9b9b;
}
.root#index .about__container__topics__hl {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  font-weight: 400;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__topics__hl {
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.root#index .about__container__topics__hl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  width: 60px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__topics__hl::after {
    bottom: -30px;
  }
}
.root#index .voice {
  position: relative;
  padding-bottom: 400px;
  background-image: url(../../images/voice_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .root#index .voice {
    background-image: url(../../images/voice_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: 320px;
  }
}
.root#index .voice::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 160px;
  width: 1px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .voice::after {
    height: 120px;
  }
}
.root#index .voice__kv {
  overflow: hidden;
  padding-top: 620px;
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__kv {
    margin-bottom: 40px;
    padding-top: 375px;
  }
}
.root#index .voice__kv__hl {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__kv__hl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.root#index .voice__kv__lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 3.5;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__kv__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4375;
  }
}
.root#index .voice__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper {
    display: block;
  }
}
.root#index .voice__contentsWrapper__sticky {
  margin: 0 0 0 -222px;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper__sticky {
    margin: 0 0 60px;
  }
}
.root#index .voice__contentsWrapper__sticky__image {
  max-width: 568px;
  top: calc(50% - 272.5px);
  position: sticky;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper__sticky__image {
    position: static;
    max-width: 100%;
  }
}
.root#index .voice__contentsWrapper__interview {
  width: 620px;
  padding-left: 100px;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper__interview {
    width: 100%;
    padding: 0;
  }
}
.root#index .voice__contentsWrapper__interview__lead {
  line-height: 3;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper__interview__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4375;
  }
}
.root#index .voice__contentsWrapper__interview__lead:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 60px;
  height: 1px;
  background-color: #000;
}
.root#index .voice__contentsWrapper__interview__list__item {
  position: relative;
  margin-bottom: 120px;
}
.root#index .voice__contentsWrapper__interview__list__item:last-child {
  margin-bottom: 0;
}
.root#index .voice__contentsWrapper__interview__list__item:last-child::after {
  display: none;
}
.root#index .voice__contentsWrapper__interview__list__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 60px;
  height: 1px;
  background-color: #000;
}
.root#index .voice__contentsWrapper__interview__list__item__num {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.root#index .voice__contentsWrapper__interview__list__item__num > em {
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
}
.root#index .voice__contentsWrapper__interview__list__item__catch {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  color: #000;
  text-align: left;
}
.root#index .voice__contentsWrapper__interview__list__item__catch > em {
  color: #e60012;
  font-style: normal;
}
.root#index .voice__contentsWrapper__interview__list__item__lead {
  line-height: 1.75;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .root#index .voice__contentsWrapper__interview__list__item__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4375;
    margin-bottom: 30px;
  }
}
.root#index .voice__contentsWrapper__interview__list__item__lead:last-child {
  margin-bottom: 0;
}
.root#index .contact {
  background-color: #f4f4f4;
  padding: 120px 0;
}
.root#index .contact__texts {
  text-align: center;
  margin-bottom: 100px;
}
.root#index .contact__texts__hl {
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6666666667;
  margin-bottom: 80px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .root#index .contact__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.9;
    margin-bottom: 60px;
  }
}
.root#index .contact__texts__lead > p {
  line-height: 2.4375;
}
@media only screen and (max-width: 767px) {
  .root#index .contact__texts__lead > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4375;
  }
}
.root#index .contact__texts__lead > p:first-child {
  margin-bottom: 50px;
}
.root#index .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #e2ddca;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.root#index .fixed.is-hidden {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.root#index .fixed__btn {
  background-color: #006712;
  color: #fff !important;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  width: 346px;
  padding: 15px 0 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .fixed__btn {
    width: 100%;
  }
}
.root#index .fixed__btn::before, .root#index .fixed__btn::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.root#index .fixed__btn::before {
  right: 30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.root#index .fixed__btn::after {
  right: 20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

input[type=text] {
  background-color: #fff;
}

button[type=submit] {
  background-color: transparent !important;
}