@charset "utf-8";

/*----- voice -----*/
/*tabの形状*/
.tabnav {
  display: flex;
  flex-wrap: wrap;
}

.tabnav li {
  width: 23rem;
  margin: 0 1rem 0 0;
  text-align: center;
}

.tabnav li:last-child {
  margin: 0;
}

.tabnav li span {
  display: block;
  background: #999999;
  line-height: 6rem;
  border-radius: 9px 9px 0 0;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.tabnav li span:hover {
  opacity: 0.8;
}

.tabnav li span:focus,
.tabnav li span:active {
  opacity: 1;
}

/*liにactiveクラスがついた時の形状*/
.tabnav li.active span {
  pointer-events: none;
  background: #199342;
}

/*エリアの表示非表示と形状*/
.tab_area {
  display: none;
  opacity: 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.tab_area.show {
  display: block;
  opacity: 1;
}

.v_ttl {
  min-height: 15.6rem;
}

.v_name {
  background: #199342;
  padding: 0.5rem 2rem;
  width: 53rem;
}

.v_img {
  width: 23rem;
  position: absolute;
  top: -1rem;
  right: 0;
}

.v_body {
  border: 0.1rem solid #e1f5eb;
}

.v_body b {
  text-decoration: underline;
}

/*----- achievement -----*/
#position-modal,
#position-modal02,
#position-modal03 {
  width: 100%;
  overflow: hidden;
}

#posi-modal-base,
#posi-modal-cont,
#posi-modal-base02,
#posi-modal-cont02,
#posi-modal-base03,
#posi-modal-cont03 {
  margin-left: -100vw;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: fixed;
}

#posi-modal-base,
#posi-modal-base02,
#posi-modal-base03 {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  z-index: 101;
}

#posi-modal-cont,
#posi-modal-cont02,
#posi-modal-cont03 {
  top: calc(50% - 23rem);
  z-index: 110;
}

#posi-modal-cont02 {
  top: calc(50% - 27.4rem);
}

#posi-modal-cont03 {
  top: calc(50% - 26rem);
}

#posi-modal-close,
#posi-modal-close02,
#posi-modal-close03 {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  margin-top: -2.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.achievement_img {
  width: 71rem;
}

.achievement_btn {
  width: 23rem;
}

#achievement_notes {
  background: url(../img/achievement/notes.svg) no-repeat center center;
  background-size: cover;
  height: 15rem;
  padding: 3rem 0 0 0;
}

/*----- issue -----*/
#issue_arw {
  width: 8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: 0 auto;
  animation: arw 0.7s ease-in infinite alternate;
}

@keyframes arw {
  0% {
    bottom: -1rem;
  }

  100% {
    bottom: -3rem;
  }
}

/*----- issue -----*/
.issue {
  position: relative;
  background: url(../img/issueBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 10rem 0 7rem 0;
}

.issueTT {
  width: 64.1rem;
  display: block;
  margin: 0 auto;
}

.issueLst ul li {
  position: relative;
  background-color: #3e3a39;
  border-radius: 1.8rem;
  padding: 1.5rem 8rem 1.5rem 10rem;
  margin: 0 6rem;
  margin-bottom: 2rem;
}

.issueLst ul li::after{
  content: '';
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
  background: url(../img/issueCheck.webp) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

.issueTxt{
  width: 66rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
}

/*----- solution -----*/
.solution{
  position: relative;
  background: url(../img/solutionBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 10rem 0 0 0;
  margin-top: -5rem;
}

.solutionTT{
  width: 64.3rem;
  display: block;
  margin: 0 auto;
}

.solutionTxt{
  border: .1em solid #e48008;
  border-radius: 2rem;
  margin: 3.5rem 3rem;
  padding: 1.5rem 0;
}

.solutionItem{
  margin: 0 2rem;
}

.solution01{
  width: 63rem;
  display: block;
  margin: 0 auto;
}

.solutionItemBox{
  background: url(../img/solutionItemBg.webp) no-repeat center;
  background-size: 100% 100%;
  background-position-y: 0rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.solutionItemBox mark::after{
  background-color: #ffdf62;
}

.solution01Img{
  width: 64rem;
  display: block;
  margin: 0 auto 2rem auto;
}

.solutionSliderBox{
  position: relative;
}

.solutionSliderTT{
  width: 49.6rem;
  display: block;
  margin: 6rem auto 2rem auto;
}

.solutionSliderItem{
  width: 55rem !important;
  margin: 0 auto 0 9rem;
  position: relative;
}

.solutionSliderTxt{
  position: absolute;
  width: 47rem;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}

.solutionSliderTxt h2{
  margin: 0 2rem;
  margin-bottom: 2.5rem;
  border-bottom: .1rem dotted #196e3c;
}

.solutionSliderNext{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9rem;
  width: 1.8rem;
  height: 3.4rem;
  cursor: pointer;
}

.solutionSliderPrev{
  display: none;
}

.solutionSliderItem01.slick-current {
  margin-left: 9rem;
}

.solutionSliderItem02.slick-current {
  margin-left: 15.5rem;
}

.solutionSliderItem03.slick-current {
  margin-left: 22.5rem;
}

.solutionSliderItem04.slick-current {
  margin-left: 29.5rem;
}

.solutionSliderItem05.slick-current {
  margin-left: 36.5rem;
}

.solution02{
  padding-top: 5rem;
}

.solution02Tbl{
  width: 62.9rem;
  display: block;
  margin: 5rem auto;
}

.solution02Banner{
  width: 63rem;
  display: block;
  margin: 0 auto;
}

.showMoreBlock{
  display: none;
  padding-bottom: 3rem;
}

.showMoreBtn{
  position: absolute;
  cursor: pointer;
  bottom: 0;
}

.solutionItemBox02 {
  background: url(../img/solutionItemBg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}


.solutionShowItem{
  display: inline-block;
}

.solutionShowItemTxt{
  /* border: .2rem solid #196e3c;
  border-radius: 1rem; */
  background-color: #fff;
  margin: 0 1.5rem;
  padding: 1rem 2rem;
}

.solutionShowItemTxt.active{
  border: .2rem solid #196e3c;
  border-radius: 1rem;
}

.solutionShowItemTT{
  position: relative;
  margin-left: 6rem;
}

.solutionShowItemTT::after{
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13.5px 0 13.5px 23px;
  border-color: transparent transparent transparent #196e3c;
  transform: rotate(0deg);
  position: absolute;
  left: -3.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.solutionShowItemTriangle{
  background-color: #eef7ee;
  margin: 0 1.5rem;
  padding: 2.5rem 0 5rem 0;
  clip-path: polygon(0 1%, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
}

.solutionShowItemTriangle02{
  background-color: #d8edd8;
}

.solutionShowItemTriangle ul li {
  position: relative;
  border-radius: 1.8rem;
  margin: 0 2rem 0 6rem;
}

.solutionShowItemTriangle ul li::after {
  content: '';
  position: absolute;
  width: 2.1rem;
  height: 2rem;
  background: url(../img/greenCheck.webp) no-repeat center;
  background-size: cover;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
}

.showOrangeBox{
  color: #e48008;
  position: relative;
  background-color: #fff;
  margin: 1rem 6.5rem;
  padding: 1rem 0 2rem 3rem;
}

.showOrangeBox::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e48008 transparent transparent transparent;
  transform: rotate(0deg);
  top: .3rem;
  left: .3rem;
}

.solutionShowMoreImg{
  width: 65.6rem;
  display: block;
  margin: 3rem auto 0 auto;
}

.solution03{
  padding-top: 5rem;
}

.solution03Item{
  position: relative;
}

.solution03ItemBg{
  width: 63rem;
  display: block;
  margin: 0 auto;
}

.solution03Item p{
  width: 42rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
}

.solution03Item02 p{
  right: 4rem;
}

.solutionItemBox04 {
  background: url(../img/solutionItemBg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  position: relative;
}

.solutionItemBoxTbl {
  margin: 2rem 3rem 0 3rem;
  background-color: #fff;
  border: .2rem solid #198042;
  border-radius: 1.5rem;
  position: relative;
  padding: 1rem 0 2rem 0;
}

.solutionItemBoxTblTT{
  color: #198042;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: .2rem solid #198042;
  left: 50%;
  transform: translateX(-50%);
}

.solutionItemColLeft{
  margin-left: 4rem;
}

.solutionItemBoxTbl .solutionItemColRight{
  margin-left: 15.5rem;
}

.solutionItemBoxTbl .showMoreBlock .solutionItemColRight{
  margin-left: 7rem;
}

.solutionItemColLeft h2, .solutionItemColRight h2 {
  color: #198042;
}
.solutionItemColLeft ul, .solutionItemColRight ul {
  list-style-type: none;
  padding: 0;
}

.solutionItemBoxTbl .showMoreBtn{
  bottom: 1rem;
}

.solutionLastImg{
  width: 75rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
}
/*----- strong -----*/
.strong_box {
  border-radius: 1.5rem;
  padding: 5rem 3rem 3rem 3rem;
}

.strong_ttl {
  position: absolute;
  top: -3.3rem;
  width: 18rem;
  left: 0;
  right: 0;
}

/*----- why -----*/
#why {
  background: url(../img/why/bg01.webp) no-repeat center bottom;
  background-size: cover;
  height: 24.1rem;
  padding: 8rem 0 0 0;
}

#why02 {
  background: url(../img/why/bg02.webp) no-repeat center bottom;
  background-size: cover;
  height: 22.8rem;
}

#why02 .box {
  padding: 3.5rem 0 0 0;
}

#why_img02 {
  width: 17.2rem;
  position: absolute;
  top: -1.2rem;
  left: 16.6rem;
}

#why_img03 {
  width: 21.6rem;
  position: absolute;
  top: 3.1rem;
  left: 5.8rem;
}

#why_img04 {
  width: 17.2rem;
  position: absolute;
  top: 9rem;
  left: 2rem0;
}

#why_img05 {
  width: 44rem;
}

/*----- couurse -----*/
#couurse_box li {
  width: 32rem;
}

#couurse_box h3 {
  background: #199342;
  border-radius: 3rem;
  padding: 0.5rem 0;
}

#course_notes {
  background: url(../img/course/img09.svg) no-repeat center top;
  background-size: cover;
  height: 21rem;
  padding: 1rem 0 0 0;
}

#couurse_box .orange_box{
  border-color: #e48008;
}

#couurse_box .orange{
  color: #e48008;
}

/*----- step -----*/
.step{
  padding-top: 4rem;
  padding-bottom: 5rem;
}

#step02_ttl {
  border-bottom: 0.5rem solid #199342;
}

.stepTT{
  width: 70rem;
  display: block;
  margin: 0 auto;
}

.step01TT{
  width: 60.6rem;
  display: block;
  margin: 0 auto;
}

.stepImg{
  width: 59rem;
  display: block;
  margin: 0 auto;
}

.step01BtnBox ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.stepItem{
  margin: 0 2rem;
  border: .5rem solid #198042;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding-bottom: 2rem;
}

.stepItem02{
  margin-top: 4rem;
}

.stepItemTxt{
  margin: 4rem 6rem 2rem 4rem;
}

.stepItem02 .stepImg{
  margin-top: 3.5rem;
}

.step #h_tel{
  width: 21.6rem;
  display: block;
  margin: 0 auto;
}

.step #h_btn{
  width: 41.4rem;
  display: block;
  margin: 0 auto;
}

#step02_li li {
  border-bottom: 0.1rem dashed #e48008;
}

#step02_li li strong{
  color: #e48008;
}

.stepTxtBlockTT{
  width: 57rem;
  display: block;
  margin: 0 auto 4rem auto;
}

.stepTxtBlockTxt{
  margin: 0 4rem;
}

/*----- scampaign -----*/


.scampaign_ttl {
  padding: 0 1rem 0 8rem;
}

.scampaign_img01 {
  width: 64.7rem;
}

.scampaign_content {
  width: 71rem;
}

.scampaign_parents {
  width: 71rem;
}




/*----- shop -----*/
#shop_color li {
  line-height: 4rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 5.5rem;
  margin: 0 0 1rem 0;
}

#shop_color li::before {
  content: '';
  display: block;
  background: linear-gradient(to bottom, #ffb200, #ff9300 50%);
  box-shadow: 0 0 0 0.1rem #ff9300 inset;
  width: 4.5rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5rem);
  border-radius: 0.3rem;
}

#shop_color li:nth-child(2)::before {
  background: #199342;
  box-shadow: none;
}

.shop_ttl01 {
  background: #1a4369;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
  font-weight: bold;
  border-radius: 0.9rem;
  position: relative;
  cursor: pointer;
}

.shop_ttl01::before,
.shop_ttl01::after {
  content: "";
  display: block;
  background: #FFF;
  border-radius: 0.2rem;
  position: absolute;
}

.shop_ttl01::before {
  width: 0.4rem;
  height: 2.4rem;
  top: calc(50% - 1.2rem);
  right: 4rem;
}

.shop_ttl01::after {
  width: 2.4rem;
  height: 0.4rem;
  top: calc(50% - 0.2rem);
  right: 3rem;
}

.shop_ttl01.active::before {
  display: none;
}

.shop_box {
  padding: 3rem;
  display: none;
}

.shop_box>div>div {
  margin: 0 1rem 1rem 0;
}

.shop_box>div>div:nth-child(2n) {
  margin: 0 0 1rem 0;
}

.shop_ttl02 a {
  display: block;
  color: #ffffff;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 26rem;
  border-radius: 4rem;
  position: relative;
  z-index: 1;
  background: #ff9300;
  position: relative;
  z-index: 1;
}

.shop_ttl02 a::before {
  content: "";
  display: block;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  background: linear-gradient(to bottom, #ffb200, #ff9300 50%);
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border-radius: 6rem;
  z-index: -1;
}

.shop_ttl02 a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/shop/modal.svg) no-repeat 90% center;
  background-size: 2rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
  z-index: 1;
}

.shop_ttl02 a:hover {
  opacity: 0.8;
}

.online {
  pointer-events: none;
  cursor: default;
}

.online a {
  pointer-events: none;
  cursor: default;
  background: #199342;
  color: #ffffff;
}

.online a:hover {
  opacity: 1;
}

.online a::before,
.online a::after {
  content: none;
}

.shop_ttl03 {
  color: #ff9300;
  background: #fff8ed;
  padding: 1.5rem 2rem;
}

.shop_area .flex p {
  margin: 0 1rem 1rem 0;
  font-weight: bold;
  width: 28rem;
  border-radius: 0.9rem;
}

.shop_area .flex p:nth-child(2n) {
  margin: 0 0 1rem 0;
}

.shop_ttl04 {
  background: #e7ffef;
  color: #199342;
  padding: 1rem 2rem;
  line-height: 1.2;
}

.shop_link a,
.js_shop_link a {
  display: inline-block;
  color: #005aff;
  padding-left: 3rem;
  background: url(../img/shop/arw.svg) no-repeat left center;
  background-size: 2.3rem;
}


/*----- faq -----*/
.faq_btn {
  display: block;
  width: 35rem;
  height: 8.3rem;
  line-height: 8.3rem;
  text-decoration: none;
  background: url(../img/faq/btn.svg) no-repeat center top, url(../img/faq/btn_h.svg) no-repeat center top;
  /* 予めhover時の画像を読み込むことでチラつき防止 */
  background-size: cover;
}

.faq_btn:hover {
  background: url(../img/faq/btn_h.svg) no-repeat center top;
  background-size: cover;
}

.faq_ttl {
  background: #199342 url(../img/faq/ttl.svg) no-repeat 3rem center;
  background-size: 1rem;
  border-radius: 0.9rem;
  padding: 2rem 2rem 2rem 5rem;
}

.accordion_box {
  border: 0.1rem solid #199342;
  background: #FFF;
  margin-right: 0.5rem;
  box-shadow: 0.5rem 0.5rem 0 #00000026;
}

/*アコーディオンタイトル*/
.faq_q {
  cursor: pointer;
  padding: 0 2rem 0 5rem;
  position: relative;
}

.faq_q::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/faq/q.svg) no-repeat center top;
  background-size: 4.2rem;
  position: absolute;
  top: calc(50% - 2.1rem);
  left: 0;
}

/*アコーディオンで現れるエリア*/
.faq_a {
  display: none;
  /*はじめは非表示*/
  background: #FFF;
  padding: 2rem 0 0 5rem;
  margin-top: 2rem;
  position: relative;
  border-top: 0.1rem solid #199342;
}

.faq_a::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/faq/a.svg) no-repeat center top;
  background-size: 4.2rem;
  position: absolute;
  top: 2rem;
  left: 0;
}

/*アイコンの＋と×*/
.faq_q::after {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 1.4rem;
  top: calc(50% - 0.4rem);
  right: 0;
  background: url(../img/faq/arw.svg) no-repeat center top;
  background-size: contain;
  transition: 0.3s;
}

/*　closeというクラスがついたら形状変化　*/
.faq_q.close::after {
  transform: rotate(90deg);
}


/*----- footer_on -----*/
#footer_on {
  background: url(../img/footer/bg.svg) no-repeat center top;
  background-size: contain;
}

#footer_on .flex li {
  margin: 0 1.5rem;
}

#f_logo01 {
  width: 20rem;
}

#f_logo02 {
  width: 23.2rem;
}

/*----- footer -----*/
footer {
  background: #199342;
  color: #FFF;
}

footer a {
  display: inline-block;
  margin: 0 1rem 2rem;
  color: #FFF;
}

@media screen and (min-width:600px) {}

@media screen and (max-width:599px) {
  .solutionShowItemTT{
    margin-left: 9rem;
  }

  .solutionShowItemTT::after{
    left: -6.3rem;
    border-width: 10.5px 0 10.5px 20px;
  }
}