@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

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

.sp {
  display: none !important;
  font-size: 0;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP",sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  a.tel {
    pointer-events: initial;
  }
}

a.hov:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  a.hov:hover {
    opacity: 1;
  }
}

section {
  width: 100%;
  overflow: hidden;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.5px;
  color: #052326;
}

main {
  position: relative;
}

/* ---------------------------------------------------- */
/* mainVis
/* ---------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .mainvisual {
    height: auto;
  }
}

.mainvisual .fv_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.mainvisual .fv_inner .fv_leftCnt {
  background: url(../img/pc/fv_Bg.png) top center no-repeat;
  background-size: cover;
  padding: 25px 3.125vw 50px;
  height: 100%;
  width: 34.74vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #389c47 rgba(242, 242, 242, 0);
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_leftCnt {
    width: 0;
    display: none;
  }
}

.mainvisual .fv_inner .fv_leftCnt::-webkit-scrollbar {
  width: 10px;
}

.mainvisual .fv_inner .fv_leftCnt::scrollbar-width {
  width: 10px;
}

.mainvisual .fv_inner .fv_leftCnt::-webkit-scrollbar-track {
  background-color: rgba(242, 242, 242, 0);
}

.mainvisual .fv_inner .fv_leftCnt::-webkit-scrollbar-thumb {
  background-color: #389c47;
  border-radius: 8px;
}

.mainvisual .fv_inner .fv_leftCnt .fv_leftCnt_logo {
  max-width: 210px;
  display: block;
}

.mainvisual .fv_inner .fv_leftCnt .fv_leftCnt_inner {
  width: 26.198vw;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 70px;
  justify-content: flex-start;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 {
    width: 100%;
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li {
  border-bottom: 1px solid #201715;
  display: inline-block;
  max-width: 400px;
  width: 85.867vw;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li {
    margin: 0 auto;
    display: block;
  }
  .mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a img {
    max-width: 16px;
    margin-right: 8px;
  }
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #201715;
  padding: 15px 5px 15px 5px;
  width: 100%;
  text-align: left;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:hover {
  color: #ff5f00;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:hover:after {
  background: url(../img/common/arrow5.png) center center no-repeat;
  background-size: 19px 19px;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:after {
  content: '';
  position: absolute;
  background: url(../img/common/arrow4.png) center center no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .snsWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85.333vw;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .snsWrap a {
  width: 40vw;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .snsWrap a:hover {
  opacity: .8;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .snsWrap a + a {
  margin-left: 2%;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 {
  padding-top: 20px;
  width: 100%;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .snsWrap {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li {
  max-width: 100%;
  border-bottom: 1px solid #389c47;
  line-height: 1.6;
  margin-top: 0;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a {
  color: #389c47;
  padding-right: 1.25em;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:after {
  background: url(../img/common/arrow1.png) center center no-repeat;
  background-size: 19px 19px;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:hover {
  color: #ff5f00;
}

.mainvisual .fv_inner .fv_leftCnt .naviWrap2 .gNavi2 li a:hover:after {
  background: url(../img/common/arrow5.png) center center no-repeat;
  background-size: 19px 19px;
}

.mainvisual .fv_inner .fv_rightCnt {
  position: relative;
  background: url(../img/pc/fv_mainbg.png) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 65.26vw;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt {
    width: 100%;
    background: url(../img/sp/fv_mainbg.png) center center no-repeat;
    background-size: cover;
  }
}

.mainvisual .fv_inner .fv_rightCnt:after {
  position: absolute;
  bottom: 0;
  right: 4vw;
  content: '';
  background: url(../img/pc/fv_eng.png) center center no-repeat;
  background-size: 44.583vw 3.229vw;
  width: 44.583vw;
  height: 3.229vw;
  max-width: 856px;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt:after {
    display: none;
  }
}

.mainvisual .fv_inner .fv_rightCnt .mvslider {
  position: relative;
}

.mainvisual .fv_inner .fv_rightCnt .mvslider img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt .mvslider img {
    height: 60vh;
  }
}

.mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_ttl {
  position: absolute;
  z-index: 1;
  left: 3.646vw;
  top: 2.083vw;
  width: 7.031vw;
}

@media screen and (max-width: 1150px) {
  .mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_ttl {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_ttl {
    top: 18.667vw;
    left: 8vw;
    width: 16vw;
  }
}

.mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_mainttl {
  position: absolute;
  z-index: 1;
  right: 2.865vw;
  bottom: 2.083vw;
  width: 30.573vw;
}

@media screen and (max-width: 1150px) {
  .mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_mainttl {
    width: 360px;
  }
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt .fv_rightCnt_mainttl {
    width: 86.667vw;
    right: 1.333vw;
    bottom: 21.333vw;
    max-width: 400px;
  }
}

.mainvisual .fv_inner .fv_rightCnt .snsWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .mainvisual .fv_inner .fv_rightCnt .snsWrap {
    padding-top: 40vw;
  }
}

.mainvisual .fv_inner .fv_rightCnt .snsWrap a {
  display: inline-block;
  width: 50%;
}

.effect {
  position: relative;
  overflow: hidden;
}

.effect:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: kiratto 2s infinite ease-in-out;
  z-index: 1;
  pointer-events: none;
}

@keyframes kiratto {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 120%;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

/* ---------------------------------------------------- */
/* common text */
/* ---------------------------------------------------- */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

.mb1em {
  margin-bottom: 1em;
}

.mb1_5em {
  margin-bottom: 1.5em;
}

.txtInd {
  text-indent: -1em;
  padding-left: 1em;
}

/* ---------------------------------------------------- */
/* trouble wrap */
/* ---------------------------------------------------- */
.troubleWrap {
  overflow: initial;
  position: relative;
  background: url(../img/pc/sec1_trouble_bg.png) bottom center no-repeat;
  background-size: cover;
  padding: 110px 0 140px;
}

@media screen and (max-width: 750px) {
  .troubleWrap {
    padding: 9.333vw 0 21.333vw;
    background: url(../img/sp/sec1_trouble_bg.png) bottom center no-repeat;
    background-size: cover;
  }
}

.troubleWrap:after {
  position: absolute;
  content: '';
  background: url(../img/common/sec1_trouble_logo.png) center center no-repeat;
  width: 261px;
  height: 102px;
  background-size: 261px 102px;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .troubleWrap:after {
    width: 34.933vw;
    height: 13.6vw;
    background-size: 34.933vw 13.6vw;
    bottom: -4.5vw;
  }
}

.troubleWrap .troubleWrap_ttl {
  width: 37.813vw;
  max-width: 726px;
  min-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .troubleWrap .troubleWrap_ttl {
    width: 67.467vw;
    max-width: 400px;
    min-width: initial;
  }
}

.troubleWrap .trouble_listWrap {
  width: 94%;
  max-width: 1200px;
  margin: 50px auto 30px;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_listWrap {
    width: 92vw;
    display: block;
    margin-top: 6.667vw;
  }
}

.troubleWrap .trouble_listWrap .trouble_list_content {
  width: 45%;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_listWrap .trouble_list_content {
    width: 100%;
  }
}

.troubleWrap .trouble_listWrap .trouble_list_content .list_inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_listWrap .trouble_list_content .list_inner {
    margin-bottom: 2.667vw;
  }
}

.troubleWrap .trouble_listWrap .trouble_list_content .list_inner img {
  width: 39px;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_listWrap .trouble_list_content .list_inner img {
    width: 6.133vw;
  }
}

.troubleWrap .trouble_listWrap .trouble_list_content .list_inner span {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  padding-left: .75em;
}

@media screen and (max-width: 1150px) {
  .troubleWrap .trouble_listWrap .trouble_list_content .list_inner span {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_listWrap .trouble_list_content .list_inner span {
    font-size: 4vw;
  }
}

.troubleWrap .trouble_arrow {
  text-align: center;
}

.troubleWrap .trouble_arrow img {
  width: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_arrow img {
    width: 5.333vw;
  }
}

.troubleWrap .trouble_txt {
  margin: 15px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_txt {
    margin: 6px 0;
  }
}

.troubleWrap .trouble_txt img {
  width: 70%;
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .troubleWrap .trouble_txt img {
    width: 92vw;
  }
}

/* ---------------------------------------------------- */
/* about wrap */
/* ---------------------------------------------------- */
.aboutWrap {
  width: 100%;
  background: url(../img/common/bg1.png) center center repeat;
  background-size: 29px 29px;
  padding: 158px 0 0px;
  margin-top: -100px;
}

@media screen and (max-width: 750px) {
  .aboutWrap {
    padding: 21.333vw 0 0;
    margin-top: -18.667vw;
  }
}

.aboutWrap .aboutWrap_inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner {
    width: 100%;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt {
    width: 94%;
    margin: 0 auto;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .aboutWrap_ttl {
  max-width: 779px;
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .aboutWrap_ttl {
    width: 77.733vw;
    max-width: 500px;
    padding-bottom: 8vw;
    padding-top: 6.667vw;
    margin: 0 auto;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .read {
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  padding-bottom: 1em;
}

@media screen and (max-width: 1150px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .read {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .read {
    font-size: 4vw;
    padding-bottom: 4.533vw;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .read span {
  font-weight: 600;
  color: #27743b;
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap {
  max-width: 595px;
  width: 75%;
  padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap {
    width: 80%;
    padding-bottom: 35.333vw;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: .75em;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li {
    padding: .5em;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li img {
  width: 19px;
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li img {
    width: 4vw;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li p {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  padding-left: .75em;
}

@media screen and (max-width: 1150px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .leftCnt .listWrap li p {
    font-size: 4vw;
    padding-left: .5em;
  }
}

.aboutWrap .aboutWrap_inner .aboutWrap_content .rightCnt {
  width: 20vw;
  width: 32%;
  max-width: 384px;
  min-width: 320px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1150px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .rightCnt {
    padding-bottom: 2vw;
  }
}

@media screen and (max-width: 750px) {
  .aboutWrap .aboutWrap_inner .aboutWrap_content .rightCnt {
    position: absolute;
    overflow: hidden;
    padding-bottom: 24vw;
    width: 48vw;
    min-width: initial;
    bottom: -3vw;
    right: -10vw;
  }
}

/* ---------------------------------------------------- */
/* reason  wrap */
/* ---------------------------------------------------- */
section.reasonWrap {
  overflow: initial;
}

.reasonWrap {
  position: relative;
  padding: 210px 0 90px;
  background-color: #cfe6b0;
}

@media screen and (max-width: 750px) {
  .reasonWrap {
    padding: 32vw 0 13.333vw;
  }
}

.reasonWrap .reasonWrap_beforeimg {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  margin-top: -260px;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonWrap_beforeimg {
    width: 90%;
    margin-top: -60vw;
  }
}

.reasonWrap .reason_ttl {
  position: relative;
  padding-top: 30px;
  width: 45%;
  max-width: 584px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_ttl {
    width: 77.733vw;
    padding-top: 0.933vw;
  }
}

.reasonWrap .reason_ttl:after {
  position: absolute;
  content: '';
  bottom: -6.3vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 65%;
  height: 10vw;
  max-width: 323px;
  background: url(../img/pc/sec3_reason_eng.png) center center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_ttl:after {
    width: 68.8vw;
    background: url(../img/sp/sec3_reason_eng.png) center center no-repeat;
    background-size: 100%;
    height: 12vw;
    bottom: -9vw;
  }
}

.reasonWrap .reasonslider {
  max-width: 1200px;
  width: 94%;
  margin: 10px auto 0;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider {
    margin: 0.667vw auto 0;
  }
}

.reasonWrap .reasonslider .slick-list {
  height: auto !important;
}

.reasonWrap .reasonslider .slick-track {
  height: auto !important;
  display: block !important;
}

.reasonWrap .reasonslider .slick-slide {
  height: auto !important;
}

.reasonWrap .reasonslider li {
  max-width: 378px;
  margin: 1%;
  padding-top: 50px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li {
    padding-top: 38px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li {
    max-width: 100%;
    padding-top: 6.667vw;
    margin: 0 1.333vw;
  }
}

.reasonWrap .reasonslider li .inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 1px 30px 20px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner {
    padding: 3px 1.563vw 20px;
  }
}

.reasonWrap .reasonslider li .inner .inner_content {
  margin-top: -60px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner .inner_content {
    margin-top: -50px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner .inner_content {
    width: 75.2vw;
    margin: -5.333vw auto 0;
  }
}

.reasonWrap .reasonslider li .inner_detail {
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail {
    width: 75.2vw;
    margin: 0 auto;
    padding-top: 2.667vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl img {
  width: 45px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl img {
    width: 35px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl img {
    width: 10.667vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl p {
  width: calc(100% - 55px);
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #329045;
  margin-left: 10px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl p {
    width: calc(100% - 45px);
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_ttl p {
    font-size: 6.133vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl img {
  width: 45px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl img {
    width: 35px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl img {
    width: 10.667vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl p {
  width: calc(100% - 55px);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #329045;
  margin-left: 10px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl p {
    width: calc(100% - 45px);
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_ttl p {
    font-size: 6.133vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl img {
  width: 45px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl img {
    width: 35px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl img {
    width: 10.667vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl p {
  width: calc(100% - 55px);
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #329045;
  margin-left: 10px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl p {
    width: calc(100% - 45px);
    font-size: 19px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_ttl p {
    font-size: 6.133vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_read {
  width: 100%;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_read .reasonslide01_read_inner {
  display: inline-block;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide01_read .reasonslide01_read_inner p {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 1px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_read .reasonslide01_read_inner p {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide01_read .reasonslide01_read_inner p {
    font-size: 4.267vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_read {
  width: 100%;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_read .reasonslide02_read_inner {
  display: inline-block;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide02_read .reasonslide02_read_inner p {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 1px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_read .reasonslide02_read_inner p {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide02_read .reasonslide02_read_inner p {
    font-size: 4.267vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_read {
  width: 100%;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_read .reasonslide03_read_inner {
  display: inline-block;
}

.reasonWrap .reasonslider li .inner_detail .reasonslide03_read .reasonslide03_read_inner p {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 1px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_read .reasonslide03_read_inner p {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .reasonslide03_read .reasonslide03_read_inner p {
    font-size: 4.267vw;
  }
}

.reasonWrap .reasonslider li .inner_detail p {
  font-size: 18px;
  color: #1a1a1a;
}

@media screen and (max-width: 1150px) {
  .reasonWrap .reasonslider li .inner_detail p {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail p {
    font-size: 4vw;
    letter-spacing: -0.5px;
  }
}

.reasonWrap .reasonslider li .inner_detail .cta_line {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reasonslider li .inner_detail .cta_line {
    margin-bottom: 5.333vw;
  }
}

.reasonWrap .reasonslider li .inner_detail .cta_line > div:nth-child(1) {
  width: 49%;
  border: 0;
  border-top: 2px solid #1a1a1a;
  margin: 0;
  padding: 0;
}

.reasonWrap .reasonslider li .inner_detail .cta_line > div:nth-child(2) {
  transform: rotate(-30deg);
  width: 15px;
  border: 0;
  border-top: 2px solid #1a1a1a;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -4px;
  right: -2px;
}

.reasonWrap .reasonslider li .inner_detail .cta_line > div:nth-child(3) {
  width: 49%;
  border: 0;
  border-top: 2px solid #1a1a1a;
  margin: 0;
  padding: 0;
}

.reasonWrap .reason_arrow {
  padding: 30px 0 20px;
  width: 56px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_arrow {
    padding: 1.333vw 0 4vw;
    width: 10.4vw;
  }
}

.reasonWrap .reason_img1 {
  max-width: 847px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_img1 {
    width: 94%;
  }
}

.reasonWrap .reason_voice {
  max-width: 678px;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 30px;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_voice {
    width: 85.333vw;
    padding: 4vw 0 0;
  }
}

.reasonWrap .reason_voice_detailwrap {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_voice_detailwrap {
    display: block;
    width: 100%;
  }
}

.reasonWrap .reason_voice_detailwrap > div {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_voice_detailwrap > div {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.reasonWrap .reason_voice_detailwrap .txtInd {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .reasonWrap .reason_voice_detailwrap .txtInd {
    font-size: 2.933vw;
    width: 89.333vw;
    margin: 0 auto;
  }
}

.reason_arrow_box {
  padding: 2.667vw 0 8vw;
  position: absolute;
  top: 0vw;
  bottom: initial;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 1150px) {
  .reason_arrow_box {
    top: 23vw;
  }
}

@media screen and (max-width: 750px) {
  .reason_arrow_box {
    position: relative;
    top: 0;
    padding-bottom: 8vw;
  }
}

.trainer_arrow_box {
  position: absolute;
  top: -.75vw;
  left: 0;
  right: 0;
  bottom: initial;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 80px;
}

@media screen and (max-width: 1150px) {
  .trainer_arrow_box {
    max-width: 640px;
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .trainer_arrow_box {
    position: relative;
    width: 96vw;
    padding-bottom: 26.667vw;
  }
}

.voice_arrow_box {
  position: absolute;
  top: -.5vw;
  left: 0;
  right: 0;
  bottom: initial;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 80px;
  max-width: 700px;
  width: 53%;
}

@media screen and (max-width: 1150px) {
  .voice_arrow_box {
    max-width: 740px;
    width: 73%;
  }
}

@media screen and (max-width: 750px) {
  .voice_arrow_box {
    position: relative;
    width: 96vw;
    padding-bottom: 0;
  }
}

.reason_arrow_box, .trainer_arrow_box, .voice_arrow_box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  bottom: 0;
  right: 0;
  justify-content: center;
}

.reason_arrow_box .prev-arrow,
.reason_arrow_box .next-arrow, .trainer_arrow_box .prev-arrow,
.trainer_arrow_box .next-arrow, .voice_arrow_box .prev-arrow,
.voice_arrow_box .next-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  transition: all .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .reason_arrow_box .prev-arrow,
  .reason_arrow_box .next-arrow, .trainer_arrow_box .prev-arrow,
  .trainer_arrow_box .next-arrow, .voice_arrow_box .prev-arrow,
  .voice_arrow_box .next-arrow {
    width: 9.333vw;
    height: 9.333vw;
  }
}

.reason_arrow_box .prev-arrow, .trainer_arrow_box .prev-arrow, .voice_arrow_box .prev-arrow {
  background: url(../img/common/slide_prev_on.png) center center no-repeat;
  background-size: 100%;
  left: 5vw;
}

.reason_arrow_box .prev-arrow.slick-disabled, .trainer_arrow_box .prev-arrow.slick-disabled, .voice_arrow_box .prev-arrow.slick-disabled {
  background: url(../img/common/slide_prev.png) center center no-repeat;
  background-size: 100%;
}

.reason_arrow_box .next-arrow, .trainer_arrow_box .next-arrow, .voice_arrow_box .next-arrow {
  background: url(../img/common/slide_next.png) center center no-repeat;
  background-size: 100%;
  right: 5vw;
}

.reason_arrow_box .next-arrow.slick-disabled, .trainer_arrow_box .next-arrow.slick-disabled, .voice_arrow_box .next-arrow.slick-disabled {
  background: url(../img/common/slide_next_off.png) center center no-repeat;
  background-size: 100%;
}

.dots-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .dots-wrap {
    padding-top: 7vw;
  }
}

.dots-wrap li {
  width: 90px;
  height: 12px;
  background: #cacaca;
  cursor: pointer;
  width: 24vw;
  height: 1.6vw;
}

@media screen and (max-width: 750px) {
  .dots-wrap li {
    margin: 40px 10px 0 -9vw;
    background: #cacaca;
    padding-top: 0 !important;
  }
}

.dots-wrap li:hover {
  background-image: linear-gradient(90deg, #f8232a, #ff8831);
}

.dots-wrap li.slick-active {
  background-image: linear-gradient(90deg, #f8232a, #ff8831);
  padding-top: 0;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* ---------------------------------------------------- */
/* trainer  wrap */
/* ---------------------------------------------------- */
.trainerWrap {
  padding: 130px 0 0px;
}

@media screen and (max-width: 750px) {
  .trainerWrap {
    padding: 13.333vw 0 0vw;
  }
}

.trainerWrap .trainer_ttl {
  width: 80%;
  max-width: 1062px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1150px) {
  .trainerWrap .trainer_ttl {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_ttl {
    width: 80%;
    max-width: 80vw;
    margin-bottom: 0.667vw;
  }
}

.trainerWrap .trainer_ttl_eng {
  width: 50%;
  max-width: 332px;
  margin: 0 auto -5px;
}

@media screen and (max-width: 1150px) {
  .trainerWrap .trainer_ttl_eng {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_ttl_eng {
    width: 90%;
    max-width: 73.333vw;
  }
}

.trainerWrap .trainerslider {
  position: relative;
  max-width: 1550px;
  margin: -53px auto 0;
  width: 94%;
}

.trainerWrap .trainerslider .slick-slide {
  opacity: 0.5;
  filter: blur(0px);
  transition: all .4s ease;
  transform: scale(0.9);
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainerslider .slick-slide {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}

.trainerWrap .trainerslider .slick-center {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.trainerWrap .trainerslider li {
  margin: 0.35%;
}

.trainerWrap .trainerslider li .inner {
  max-width: 476px;
  margin: 0 auto;
}

.trainerWrap .trainerslider li .inner .inner_content {
  width: 100%;
}

.trainerWrap .trainerslider li .inner .inner_detail .detail_ttl {
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trainerWrap .trainerslider li .inner .inner_detail .detail_ttl p {
  width: calc(100% - 55px);
}

.trainerWrap .trainerslider li .inner .inner_detail .detail_ttl img {
  width: 51px;
}

.trainerWrap .trainerslider li .inner .inner_detail p {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1150px) {
  .trainerWrap .trainerslider li .inner .inner_detail p {
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainerslider li .inner .inner_detail p {
    font-size: 3.467vw;
  }
}

.trainerWrap .trainerslider .dots-wrap {
  padding: 40px 0 0;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainerslider .dots-wrap {
    padding: 4vw 0 0;
  }
}

.trainerWrap .trainerslider .dots-wrap li {
  width: 90px;
  height: 8px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainerslider .dots-wrap li {
    width: 18.667vw;
  }
}

.trainerWrap .trainer_sub {
  background: url(../img/common/bg2.png) center center repeat;
  background-size: 29px 29px;
  padding-bottom: 100px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub {
    padding-bottom: 12vw;
  }
}

.trainerWrap .trainer_sub .inner {
  max-width: 1200px;
  margin: 0 auto 0;
  width: 94%;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner {
    width: 100%;
  }
}

.trainerWrap .trainer_sub .inner .imgCnt {
  max-width: 408px;
  width: 35%;
}

.trainerWrap .trainer_sub .inner .txtCnt {
  width: 65%;
}

.trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner {
    flex-direction: column;
    width: 45.333vw;
  }
}

.trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner p {
  font-size: 25px;
  color: #f1eeaf;
  font-weight: 600;
}

@media screen and (max-width: 1150px) {
  .trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner p {
    font-size: 4.267vw;
  }
}

.trainerWrap .trainer_sub .inner .txtCnt .txtCnt_inner p span {
  background-color: #000;
  padding: .3em;
  border-radius: 10px;
  margin-bottom: .2em;
  display: inline-block;
}

.trainerWrap .trainer_sub .inner .txtCnt > p {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .txtCnt > p {
    width: 94%;
    margin: 0 auto;
    font-size: 3.467vw;
  }
}

.trainerWrap .trainer_sub .inner .content1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  margin-top: 0px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content1 {
    display: block;
  }
}

.trainerWrap .trainer_sub .inner .content1 .imgCnt {
  margin-right: 20px;
  margin-top: -20px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content1 .imgCnt {
    width: 69.333vw;
    margin-top: -40px;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content1 .txtCnt {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: -39vw;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content1 .txtCnt .txtCnt_inner > div {
    margin-right: -15vw;
    margin-bottom: 3vw;
  }
}

.trainerWrap .trainer_sub .inner .content1 .txtCnt img {
  max-width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content1 .txtCnt img {
    width: 13.333vw;
  }
}

.trainerWrap .trainer_sub .inner .content2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content2 {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content2 .txtCnt_inner {
    width: 61.333vw;
    margin-right: 39vw;
  }
  .trainerWrap .trainer_sub .inner .content2 .txtCnt_inner > div {
    margin-left: -27vw;
    margin-bottom: 7vw;
  }
}

.trainerWrap .trainer_sub .inner .content2 .imgCnt {
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content2 .imgCnt {
    width: 69.333vw;
  }
}

.trainerWrap .trainer_sub .inner .content2 .txtCnt {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content2 .txtCnt {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: -46vw;
  }
}

.trainerWrap .trainer_sub .inner .content2 .txtCnt img {
  max-width: 115px;
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .trainerWrap .trainer_sub .inner .content2 .txtCnt img {
    width: 14.133vw;
    margin-right: 0;
  }
}

/* ---------------------------------------------------- */
/* campaign  wrap */
/* ---------------------------------------------------- */
.campaignwrap {
  background: url(../img/pc/sec5_bg.png) center center no-repeat;
  background-size: cover;
}

.campaignwrap .campaign_ttl_eng {
  max-width: 404px;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_ttl_eng {
    width: 100%;
    max-width: 100%;
  }
}

.campaignwrap .campaign_ttl {
  max-width: 765px;
  margin: 0 auto;
  width: 60%;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_ttl {
    width: 76vw;
    max-width: 100%;
  }
}

.campaignwrap .campaign_priceWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto 0px;
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_priceWrap {
    width: 100%;
    flex-direction: column;
    padding-bottom: 10.667vw;
  }
}

.campaignwrap .campaign_priceWrap .img1 {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_priceWrap .img1 {
    width: 96%;
    margin-left: 4%;
  }
}

.campaignwrap .campaign_priceWrap .img2 {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_priceWrap .img2 {
    width: 96%;
    margin-top: -5vw;
  }
}

.campaignwrap .campaign_menuWrap {
  background: url(../img/common/bg2.png) center center repeat;
  background-size: 29px 29px;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap {
    width: 100%;
    padding: 10.667vw 4vw 10.667vw;
  }
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_ttl {
  width: 82.667vw;
  margin: 0 auto 5.333vw;
  font-size: 5.333vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #41b34a;
  padding: 3px 10px;
  border-radius: 30px;
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_time {
  width: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_time {
    margin-right: 4vw;
    width: 10.667vw;
  }
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail {
  width: calc(100% - 80px);
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail {
    width: calc(100% - 10.6vw);
  }
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .ttl {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #41b34a;
  padding: 3px 10px;
  border-radius: 30px;
  max-width: 504px;
  margin: 0 auto 30px;
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt {
  width: 100%;
  display: block;
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25em;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li {
    display: block;
    margin-bottom: 2.667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li img {
  width: 53px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li img {
    width: 14.133vw;
  }
}

.campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.6;
  padding-left: .5em;
}

@media screen and (max-width: 1150px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li p {
    font-size: 19px;
  }
}

@media screen and (max-width: 750px) {
  .campaignwrap .campaign_menuWrap .campaign_menuWrap_inner .campaign_menu_detail .txt li p {
    font-size: 4.533vw;
    width: calc(100% - 14.13vw);
  }
}

/* ---------------------------------------------------- */
/* flow  wrap */
/* ---------------------------------------------------- */
.flowWrap {
  background: url(../img/pc/sec6_bg.png) center center no-repeat;
  background-size: cover;
  padding: 110px 0 120px;
}

@media screen and (max-width: 750px) {
  .flowWrap {
    padding: 14.667vw 0 13.333vw;
    background: url(../img/sp/sec6_bg.png) center center no-repeat;
    background-size: cover;
  }
}

.flowWrap .flow_ttl {
  max-width: 738px;
  margin: 0 auto;
  width: 55%;
}

@media screen and (max-width: 750px) {
  .flowWrap .flow_ttl {
    width: 48.8vw;
  }
}

.flowWrap .flow_read {
  max-width: 345px;
  margin: 10px auto 40px;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .flowWrap .flow_read {
    max-width: 90%;
    margin: 1.333vw auto 8vw;
    width: 92vw;
  }
}

.flowWrap .flowdetailWrap {
  max-width: 868px;
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap {
    width: 94%;
    margin-top: 8vw;
  }
}

.flowWrap .flowdetailWrap .flowdetailWrap_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner {
    flex-direction: column;
  }
}

.flowWrap .flowdetailWrap .flowdetailWrap_inner > div {
  position: relative;
  width: 28%;
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5em;
  }
}

.flowWrap .flowdetailWrap .flowdetailWrap_inner > div + div:before {
  content: "";
  position: absolute;
  top: 30%;
  margin: 0 auto;
  left: -15%;
  width: 30px;
  height: 3px;
  background: #8bc440;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner > div + div:before {
    top: -15%;
    left: 8%;
    width: 16px;
    transform: rotate(90deg);
  }
}

.flowWrap .flowdetailWrap .flowdetailWrap_inner > div > p img {
  max-width: 190px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner > div > p img {
    max-width: 32vw;
  }
}

.flowWrap .flowdetailWrap .flowdetailWrap_inner > div .read {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  color: #1c1c1c;
  margin-top: 25px;
}

@media screen and (max-width: 1150px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner > div .read {
    font-size: 21px;
  }
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .flowdetailWrap_inner > div .read {
    margin-top: 0;
    margin-left: .5em;
    font-size: 4.8vw;
  }
}

.flowWrap .flowdetailWrap .txtInd {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .flowWrap .flowdetailWrap .txtInd {
    font-size: 3.2vw;
    margin-top: 0;
  }
}

.voiceWrap {
  background-color: #cfe6b0;
}

@media screen and (max-width: 750px) {
  .voiceWrap {
    padding-top: 13.333vw;
  }
}

.voiceWrap .voiceTtl_eng {
  max-width: 242px;
  margin: 0 auto;
  width: 94%;
}

.voiceWrap .voiceTtl {
  max-width: 960px;
  margin: 0 auto;
  width: 94%;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voiceTtl {
    width: 58.667vw;
  }
}

.voiceWrap .voice_secondTtl {
  max-width: 640px;
  margin: 0 auto;
  width: 94%;
  padding: 100px 0 30px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_secondTtl {
    width: 90%;
    width: 88vw;
    padding: 9.333vw 0 9.333vw;
  }
}

.voiceWrap .voice_second_detail {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.voiceWrap .voice_second_detail .content {
  width: 24%;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_second_detail .content {
    width: 24.5%;
    padding: 4vw 0;
  }
}

.voiceWrap .voice_second_detail .content img {
  width: 113px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_second_detail .content img {
    width: 15.467vw;
  }
}

.voiceWrap .voice_second_detail .content p {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_second_detail .content p {
    line-height: 1.4;
  }
}

.voiceWrap .voice_second_detail .content p span {
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_second_detail .content p span {
    font-size: 2.667vw;
  }
}

.voiceWrap .voice_second_detail .content .txt {
  font-size: 20px;
  height: 54px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_second_detail .content .txt {
    font-size: 3.6vw;
    height: 12.533vw;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
}

.voiceWrap .voice_second_detail .content + .content {
  border-left: 1px solid #5cbd48;
}

.voiceWrap .voice_Content {
  max-width: 1200px;
  width: 94%;
  margin: -50px auto 0;
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  padding: 90px 0 90px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content {
    width: 100%;
    border-radius: 50vw 50vw 0 0;
  }
}

.voiceWrap .voice_Content .googleimg {
  max-width: 460px;
  margin: 0 auto 40px;
  width: 90%;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .googleimg {
    margin: 0 auto 0;
    width: 86.133vw;
  }
}

.voiceWrap .voice_Content .voiceslider {
  position: relative;
  max-width: 800px;
  margin: 0 auto 0;
  width: 94%;
}

.voiceWrap .voice_Content .voiceslider li {
  margin: 0.35%;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li {
    padding-top: 50px;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner {
  max-width: 787px;
  margin: 0 auto;
  border: 3px solid #226837;
  border-radius: 12px;
  padding: 10px 36px 20px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner {
    padding: 0 5.333vw 6.667vw;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .inner_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .inner_detail {
    display: block;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .imgCnt {
  max-width: 307px;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .imgCnt {
    width: 100%;
    max-width: 100%;
    margin-top: -30px;
    margin-bottom: 20px;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content {
  width: 56%;
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content {
    width: 100%;
    margin-left: 0;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .name {
  background-color: #cfe6b0;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .name {
    font-size: 4vw;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl {
  font-size: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #329045;
  font-weight: 600;
}

@media screen and (max-width: 1150px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl {
    font-size: 19px;
  }
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl {
    font-size: 4.667vw;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl span {
  position: relative;
  text-align: center;
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5em;
  background: url(../img/common/ten_before.png) center center no-repeat;
  background-size: 26px 20px;
  width: 26px;
  height: 20px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl span:before {
    left: -1.25em;
    background: url(../img/common/ten_before.png) center center no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl span:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -1.25em;
  background: url(../img/common/ten_after.png) center center no-repeat;
  background-size: 26px 20px;
  width: 26px;
  height: 20px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .ttl span:after {
    right: -1.25em;
    background: url(../img/common/ten_after.png) center center no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
  }
}

.voiceWrap .voice_Content .voiceslider li .inner .detail_content .txt {
  font-size: 17px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider li .inner .detail_content .txt {
    font-size: 3.733vw;
  }
}

.voiceWrap .voice_Content .voiceslider .dots-wrap {
  padding: 40px 0 0;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider .dots-wrap {
    padding: 4vw 0 0;
  }
}

.voiceWrap .voice_Content .voiceslider .dots-wrap li {
  width: 50px;
  height: 8px;
}

@media screen and (max-width: 750px) {
  .voiceWrap .voice_Content .voiceslider .dots-wrap li {
    width: 9.333vw;
  }
}

@media (max-width: 750px) {
  .voice_autoslider .slick-slide {
    margin: 0 5px !important;
  }
  .voice_autoslider .slick-list {
    margin: 0 -5px !important;
  }
}

/* ---------------------------------------------------- */
/* cta  wrap */
/* ---------------------------------------------------- */
.ctaWrap {
  overflow: hidden;
  background: url(../img/pc/cta_bg.png) center center no-repeat;
  background-size: cover;
  padding: 110px 0;
}

@media screen and (max-width: 750px) {
  .ctaWrap {
    background: url(../img/sp/cta_bg.png) center center no-repeat;
    background-size: cover;
    padding: 10.667vw 0 13.333vw;
  }
}

.ctaWrap .ctaWrap_txt_inner {
  max-width: 560px;
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .ctaWrap .ctaWrap_txt_inner {
    width: 71.467vw;
  }
}

.ctaWrap .ctaWrap_txt_inner p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .ctaWrap .ctaWrap_txt_inner p {
    font-size: 4.533vw;
  }
}

.ctaWrap .cta_line {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .ctaWrap .cta_line {
    margin-bottom: 5.333vw;
  }
}

.ctaWrap .cta_line > div:nth-child(1) {
  width: 49%;
  border: 0;
  border-top: 2px solid #fff;
  margin: 0;
  padding: 0;
}

.ctaWrap .cta_line > div:nth-child(2) {
  transform: rotate(-30deg);
  width: 30px;
  border: 0;
  border-top: 2px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -7px;
  right: -2px;
}

.ctaWrap .cta_line > div:nth-child(3) {
  width: 49%;
  border: 0;
  border-top: 2px solid #fff;
  margin: 0;
  padding: 0;
}

.ctaWrap .cta_btnWrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 94%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .ctaWrap .cta_btnWrap {
    display: block;
    width: 86%;
  }
}

.ctaWrap .cta_btnWrap a {
  display: block;
  position: relative;
  width: 48%;
  margin-top: 2em;
  transition: .2s;
}

@media screen and (max-width: 750px) {
  .ctaWrap .cta_btnWrap a {
    width: 100%;
  }
}

.ctaWrap .cta_btnWrap a:first-child {
  box-shadow: 0 7px 0 rgba(86, 46, 11, 0.7);
}

.ctaWrap .cta_btnWrap a:nth-child(2) {
  box-shadow: 0 7px 0 rgba(8, 47, 9, 0.7);
}

.ctaWrap .cta_btnWrap a:hover {
  opacity: 1;
  box-shadow: none;
  transition: .2s;
  transform: translateY(7px);
}

.ctaWrap .cta_btnWrap a.cta-anime {
  animation: cta-anime 2s ease-in-out infinite;
}

@keyframes cta-anime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

.planWrap {
  background: url(../img/common/bg2.png) center center repeat;
  background-size: 29px 29px;
  padding: 110px 0 110px;
}

@media screen and (max-width: 750px) {
  .planWrap {
    padding: 16vw 0 13.333vw;
  }
}

.planWrap .planWrap_ttl {
  max-width: 487px;
  margin: 0 auto 30px;
  width: 55%;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_ttl {
    width: 57.733vw;
    margin: 0 auto vwx(40);
  }
}

.planWrap .read {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #1a1a1a;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 1150px) {
  .planWrap .read {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .planWrap .read {
    font-size: 3.733vw;
    margin-bottom: 8vw;
  }
}

.planWrap .planWrap_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

.planWrap .planWrap_inner .planWrap_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content {
    display: block;
    margin-bottom: 4vw;
  }
}

.planWrap .planWrap_inner .planWrap_content .priceWrap {
  max-width: 493px;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .priceWrap {
    width: 100%;
    max-width: 100%;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent {
  width: 60%;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(68, 182, 71, 0.1) 0%, rgba(204, 220, 36, 0.1) 100%);
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent {
    width: 100%;
    padding: 2.667vw 9.333vw;
    border-radius: 0px 0px 20px 20px;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner {
    display: block;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner .read {
  max-width: 199px;
  width: 45%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner .read {
    width: 33.333vw;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner {
  margin-left: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner {
    margin-left: 0vw;
    margin-bottom: 2.667vw;
    width: 100%;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner:last-child {
  margin-bottom: 0;
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner img {
    width: 4vw;
    height: 4vw;
  }
}

.planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner span {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 400;
  margin-left: 10px;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 1150px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner span {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content .txtContent .txtContent_inner_list .list_inner span {
    font-size: 3.467vw;
  }
}

.planWrap .planWrap_inner .planWrap_content.first .priceWrap {
  position: relative;
}

.planWrap .planWrap_inner .planWrap_content.first .priceWrap::before {
  position: absolute;
  background: url(../img/common/plan_txt.png) center center no-repeat;
  background-size: 100%;
  width: 80%;
  max-width: 335px;
  height: 26px;
  top: -30px;
  right: 40px;
  content: '';
}

@media screen and (max-width: 750px) {
  .planWrap .planWrap_inner .planWrap_content.first .priceWrap::before {
    top: -4vw;
    right: 2.667vw;
    width: 70.4vw;
    height: 5.333vw;
  }
}

.planWrap .plan_morbtn {
  position: relative;
  max-width: 486px;
  width: 90%;
  margin: 40px auto 20px;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #000;
  cursor: pointer;
}

.planWrap .plan_morbtn::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

@media screen and (max-width: 750px) {
  .planWrap .plan_morbtn::before {
    width: 20px;
    height: 2px;
  }
}

.planWrap .plan_morbtn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s;
}

@media screen and (max-width: 750px) {
  .planWrap .plan_morbtn::after {
    width: 20px;
    height: 2px;
  }
}

.planWrap .plan_morbtn p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.planWrap .f-plan_morbtn::before {
  opacity: 0;
}

.planWrap .f-plan_morbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.planWrap .plan_morbtn_caption {
  position: relative;
  max-width: 486px;
  width: 94%;
  margin: 0 auto;
}

.planWrap .plan_morbtn_caption p {
  font-size: 15px;
}

@media screen and (max-width: 1150px) {
  .planWrap .plan_morbtn_caption p {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .planWrap .plan_morbtn_caption p {
    font-size: 2.933vw;
  }
}

.planWrap_more {
  display: none;
}

/* ---------------------------------------------------- */
/* companyWrap  wrap */
/* ---------------------------------------------------- */
.companyWrap {
  width: 100%;
  background: url(../img/pc/sec9_bg.png) top center no-repeat;
  background-size: cover;
  padding: 117px 0 110px;
}

@media screen and (max-width: 750px) {
  .companyWrap {
    padding: 10.667vw 0 9.333vw;
  }
}

.companyWrap .companyTtl {
  width: 80%;
  margin: 0 auto 70px;
  max-width: 396px;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyTtl {
    width: 87.2vw;
    max-width: 100%;
    margin: 0 auto 6.667vw;
  }
}

.companyWrap .mapWrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}

.companyWrap .mapWrap .mapWrap_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner {
    display: block;
  }
}

.companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail {
    width: 100%;
    margin-bottom: 9.333vw;
  }
}

.companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail:nth-child(3n + 2) {
  margin: 0 2%;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail:nth-child(3n + 2) {
    margin: 0 auto 9.333vw;
  }
}

.companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail .ttl {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #979797;
  padding: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail .ttl {
    font-size: 4vw;
  }
}

.companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail .address {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail .address {
    font-size: 4vw;
  }
}

.companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail iframe {
  height: 260px;
}

@media screen and (max-width: 750px) {
  .companyWrap .mapWrap .mapWrap_inner .mapWrap_inner_detail iframe {
    height: 220px;
  }
}

.companyWrap .companyListWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap {
    margin-bottom: 13.333vw;
    display: block;
  }
}

.companyWrap .companyListWrap .imgCnt {
  max-width: 380px;
  width: 30%;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .imgCnt {
    display: none;
  }
}

.companyWrap .companyListWrap .txtCnt {
  width: 68%;
  margin-left: 2%;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .txtCnt {
    width: 100%;
    margin-left: 0;
  }
}

.companyWrap .companyListWrap .txtCnt .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #979797;
  padding: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .txtCnt .ttl {
    font-size: 4vw;
  }
}

.companyWrap .companyListWrap .txtCnt dl {
  display: block;
  border-bottom: 1px SOLID #1a1a1a;
}

.companyWrap .companyListWrap .txtCnt dl dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #41b34a;
  font-weight: 500;
  padding: 1.25em 0 1.25em 0;
  width: 9em;
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .txtCnt dl dt {
    font-size: 3.733vw;
    width: 7em;
  }
}

.companyWrap .companyListWrap .txtCnt dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  padding: 1.25em 0 1.25em 0;
  width: calc(100% - 10em);
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .txtCnt dl dd {
    font-size: 4vw;
    width: calc(100% - 7em);
  }
}

@media screen and (max-width: 750px) {
  .companyWrap .companyListWrap .txtCnt dl dd span {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  .companyWrap .company_autoslider {
    margin-bottom: 13.333vw;
  }
}

/* ---------------------------------------------------- */
/* faq  wrap */
/* ---------------------------------------------------- */
.faqWrap {
  position: relative;
  padding: 100px 0 120px;
  background-color: #f8f6f1;
  background: url(../img/pc/sec10_faq_bg.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .faqWrap {
    padding: 16vw 0;
  }
}

.faqWrap h2 {
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .faqWrap h2 {
    width: 34.667vw;
  }
}

.p-qa_content.f-accordion__list {
  width: 100%;
}

.p-qa_list {
  width: 100%;
  background: linear-gradient(90deg, #44b647 0%, #ccdc24 100%);
  margin-bottom: 20px;
  padding: 5px 0 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  .p-qa_list {
    padding: 2.667vw 0 0;
    margin-bottom: 2.667vw;
  }
}

.p-qa_head {
  padding: 15px 0px 20px;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-qa_head {
    padding: 2vw 1.333vw 3.333vw;
  }
}

.p-qa_head p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .p-qa_head p {
    font-size: 4vw;
    width: calc( 100% - 2em);
  }
}

.p-qa_head span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  width: 1.5em;
}

@media screen and (max-width: 750px) {
  .p-qa_head span {
    font-size: 4.267vw;
    width: 8.8vw;
    margin-right: 0;
    display: inline-block;
  }
}

.p-qa_body_content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 20px 10px 20px 0;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 750px) {
  .p-qa_body_content {
    padding: 3.733vw 1.333vw 2.667vw;
  }
}

.p-qa_body_content p {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .p-qa_body_content p {
    font-size: 3.467vw;
    line-height: 1.5;
  }
}

.p-qa_body_content span {
  font-size: 30px;
  font-weight: 600;
  color: #052326;
  margin-right: 10px;
  width: 1.5em;
}

@media screen and (max-width: 750px) {
  .p-qa_body_content span {
    width: 8.8vw;
    margin-right: 2.667vw;
  }
}

.f-accordion__head {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .5s ease;
  display: flex;
  padding-right: 2em;
}

@media screen and (max-width: 750px) {
  .f-accordion__head {
    padding-right: .25em;
  }
}

.f-accordion__head p {
  position: relative;
}

@media screen and (max-width: 750px) {
  .f-accordion__head p {
    padding-right: 1.75em;
  }
}

@media (max-width: 750px) {
  .f-accordion__icon {
    width: 34px;
    margin-right: 1rem;
  }
}

.f-accordion__head::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

@media screen and (max-width: 750px) {
  .f-accordion__head::before {
    width: 20px;
    height: 2px;
  }
}

.f-accordion__head::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s;
}

@media screen and (max-width: 750px) {
  .f-accordion__head::after {
    width: 20px;
    height: 2px;
  }
}

@media (min-width: 750px) {
  .f-accordion__head::before {
    width: 26px;
    height: 2px;
  }
  .f-accordion__head::after {
    width: 26px;
    height: 2px;
  }
}

.f-accordion__item.active {
  margin-bottom: 30px;
}

.f-accordion__item.active .f-accordion__head::before {
  opacity: 0;
}

.f-accordion__item.active .f-accordion__head::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 750px) {
  .f-accordion__head::before {
    width: 13px;
    height: 1px;
    right: 10px;
    width: 20px;
    height: 2px;
  }
  .f-accordion__head::after {
    width: 13px;
    height: 1px;
    right: 10px;
    width: 20px;
    height: 2px;
  }
}

.f-accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .2s ease;
  position: relative;
}

.f-accordion__item.active .f-accordion__body {
  height: auto;
}

.p-qa {
  padding: 120px 0;
  background-color: #F2F2F2;
}

@media screen and (max-width: 820px) {
  .p-qa {
    padding: 70px 0;
    margin-top: 0px;
  }
}

/* ---------------------------------------------------- */
/* common
/* ---------------------------------------------------- */
.section_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

.headingh2 .eng {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #268a92;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .headingh2 .eng {
    font-size: 3.733vw;
    margin-bottom: 2.667vw;
  }
}

.delay1 {
  transition-delay: 0.25s;
}

.delay2 {
  transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 0.75s;
}

.delay4 {
  transition-delay: 1s;
}

.tight {
  /* プロポーショナルメトリクスを有効にする */
  font-feature-settings: "palt" 1;
  /* ベンダープレフィックスも併記するとより確実 */
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  /* 新しい記述方法 */
}

.gnavi_cta {
  display: block;
  position: absolute;
  top: 5px;
  right: 90px;
  z-index: 10;
  opacity: 1;
  transition: .1s;
}

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

.gnavi_cta .snsWrap {
  width: 285px;
  display: flex;
  justify-content: space-between;
}

.gnavi_cta .snsWrap a {
  width: 48%;
}

.open .gnavi_cta {
  transition: .1s;
  opacity: 0.1;
  pointer-events: none;
}

.foot_cta {
  display: none;
}

@media screen and (max-width: 750px) {
  .foot_cta {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .4s ease;
    z-index: 1000;
  }
  .foot_cta .snsWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.foot_cta.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer .copy p {
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
}

footer .footmenu {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

footer .footmenu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
}

footer .footmenu li a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}

footer .footmenu li a:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width: 750px) {
  footer .footmenu li a {
    font-size: 3.733vw;
  }
}

footer .txtInd {
  color: #fff;
  font-size: 15px;
  max-width: 1080px;
  margin: 20px auto 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  footer .txtInd {
    width: 94%;
    margin: 15px auto 0;
    font-size: 3.2vw;
  }
}

/*----------------------------------------------------
Global menu
----------------------------------------------------*/
.gNavi_head {
  display: none;
  position: fixed;
  right: 0;
  z-index: 101;
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .gNavi_head {
    z-index: 105;
  }
}

.gNavi_head .inner #mobile-head {
  position: fixed;
  right: 0;
  z-index: 10100;
  max-width: 1500px;
  margin: 0 auto;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gNavi_head .inner #mobile-head .btntoggleWrap {
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .gNavi_head .inner #mobile-head .btntoggleWrap {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}

.gNavi_head .inner #mobile-head .logoWrap {
  margin: 0;
  margin-left: 20px;
}

.gNavi_head .inner #mobile-head .logoWrap .logo {
  display: inline-block;
  width: 25.067vw;
  max-width: 90px;
}

.gNavi_head .inner #mobile-head #nav-toggle {
  display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url(../img/common/menubtn_bg.png) center center no-repeat;
  background-size: 45px 45px;
  border-radius: 50%;
  padding: 12px 9px;
}

.gNavi_head .inner #mobile-head #nav-toggle div {
  position: relative;
}

.gNavi_head .inner #mobile-head #nav-toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 0;
}

.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 9px;
}

.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 18px;
}

.gNavi_head .inner .gNavi_rightCnt_Wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  height: 100vh;
  height: 0;
}

@media screen and (max-width: 750px) {
  .gNavi_head .inner .gNavi_rightCnt_Wrap {
    margin-right: 0;
    padding-right: 0;
  }
}

.gNavi_head .inner #global-nav {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -3000px;
  height: 100%;
  padding: 0;
  background: url(../img/common/menu_bg.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #389c47 rgba(242, 242, 242, 0);
}

.gNavi_head .inner #global-nav::-webkit-scrollbar {
  width: 3px;
}

.gNavi_head .inner #global-nav::-webkit-scrollbar-track {
  border-radius: 0px;
  background: rgba(50, 50, 50, 0);
}

.gNavi_head .inner #global-nav::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #389c47;
}

@media screen and (max-width: 750px) {
  .gNavi_head .inner #global-nav {
    width: 100%;
  }
}

.naviWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 70px;
  justify-content: flex-start;
}

.naviWrap .gNavi {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .naviWrap .gNavi {
    width: 100%;
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
}

.naviWrap .gNavi li {
  border-bottom: 1px solid #201715;
  display: inline-block;
  max-width: 400px;
  width: 85.867vw;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .naviWrap .gNavi li {
    margin: 0 auto;
    display: block;
  }
  .naviWrap .gNavi li a img {
    max-width: 16px;
    margin-right: 8px;
  }
}

.naviWrap .gNavi li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #201715;
  padding: 15px 5px 15px 5px;
  width: 100%;
  text-align: left;
}

.naviWrap .gNavi li a:hover {
  color: #ff5f00;
}

.naviWrap .gNavi li a:hover:after {
  background: url(../img/common/arrow5.png) center center no-repeat;
  background-size: 19px 19px;
}

.naviWrap .gNavi li a:after {
  content: '';
  position: absolute;
  background: url(../img/common/arrow4.png) center center no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.naviWrap .snsWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85.333vw;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.naviWrap .snsWrap a {
  width: 40vw;
}

.naviWrap .snsWrap a:hover {
  opacity: .8;
}

.naviWrap .snsWrap a + a {
  margin-left: 2%;
}

.open.gNavi_head {
  height: auto;
  z-index: 11111;
  height: 100vh;
}

.open.gNavi_head .inner #mobile-head #nav-toggle {
  background: none;
}

.open.gNavi_head .inner #mobile-head #nav-toggle div span {
  background: #201715;
}

.open.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open.gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.open.gNavi_head .inner .gNavi_rightCnt_Wrap {
  height: 100vh;
}

.open #global-nav {
  height: 100vh;
  -moz-transform: translateY(3000px);
  -webkit-transform: translateY(3000px);
  transform: translateY(3000px);
}

.Gnavi_overflow {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .Gnavi_overflow {
    overflow: hidden;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.sliderWrap {
  position: relative;
}

.fake-scroll-hint {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  margin: auto;
  height: 240px;
  transform: translateX(-50%);
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}

.fake-scroll-hint img {
  width: 109px;
  height: 62px;
  animation: shake-horizontal 2s ease-in-out infinite;
  display: inline-block;
}

.fake-scroll-hint p {
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@keyframes shake-horizontal {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.fake-scroll-hint {
  opacity: 0;
  transition: .4s;
}

.fake-scroll-hint.show {
  opacity: 1;
}

@media (min-width: 751px) {
  .fake-scroll-hint {
    display: none;
  }
}

.logo.white {
  opacity: 0;
}

.gNavi_head.is-white .logo {
  transition: .3s;
}

.gNavi_head.is-white .logo.white {
  opacity: 1;
  display: block !important;
}

.gNavi_head.is-white .logo.black {
  opacity: 0;
  display: none !important;
}
