@charset "UTF-8";
/* slider -----------------------------------------------------------*/
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.others-bg-slider {
  display: flex;
  overflow: hidden;
  margin-bottom: 8em;
}


.others-slider_ul {
  display: flex;
  animation: horizontal-animation 80s linear infinite;
}


.slide {
  width: 330px;
  padding: 1.5em;
  margin: 1em;
  background: #eee;
  border-radius: 0.3em;
}


.lazyload img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (hover: hover) {
  .others-bg-slider:hover .others-slider_ul {
    animation-play-state: paused;
  }
}


/* ABOUT -----------------------------------------------------------*/
#ABOUT{
  padding: 6em 0;
  margin-bottom: 0;
  text-align: center;
  background: #f3f3f3;
}

.about-inner{
  width: 94%;
  max-width: 120rem;
  margin: 0 auto;
}

/* about01 */
.about01-ul{
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}

.about01-ul li{
  position: relative;
  width: 25%;
  margin: 1rem 2rem 0;
  text-align: center;
}

.about01-ul li::after{
  position: absolute;
  content: "";
  top: calc( 50% - 4.5rem);
  bottom: 0;
  right: -2.8rem;
  width: 1rem;
  height: 3rem;
  border-bottom: 2.2rem solid transparent;
  border-left: 1.3rem solid #999;
  border-top: 2.2rem solid transparent;
}

.about01-ul li:last-child:after{
  position: absolute;
  content: none;
}

/* about02 */
.about02{
  margin: 5em auto;
  padding: 0;
  width: 100%;
  max-width: 52rem;
  box-shadow: 0 1.5rem 1rem -1rem rgba(128, 128, 128, 0.6);
}

.movie-block {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.movie-block .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jstream-eqPlayer{
  display: block!important;
  cursor: pointer!important;
}

/* about03 */
.about02-ul{
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0;
}

.about02-ul li{
  position: relative;
  width: calc( 25% - 2rem);
  min-height: 44rem;
  margin: 2rem 1rem 0;
  text-align: center;
}

.about02-ul .about-title{
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 2rem 0 4rem;
  background: url(/tatami/shop/ciss/img/fukidashi.svg) center center no-repeat;
  background-size: contain;
  font-size: 1.2em;
}

.about02-ul .about-img{
  position: absolute;
  z-index: 2;
  display: block;
  margin: auto;
  padding: 0;
  top: 6rem;
  right: 0;
  left: 0;
}

.about02-ul .about-comment{
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  margin: auto;
  padding: 3rem 0 2rem;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 999px){
  .about01-ul,.about02-ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about01-ul li {
    width: calc( 50% - 4rem );
    max-width: 34rem;
  }

  .about01-ul li::after {
    right: -2rem;
  }

  .about02-ul li {
    width: calc( 50% - 2rem );
    margin: 4rem 0.5rem 1rem;
    max-width: 34rem;
  }

}

@media screen and (max-width: 640px){
  .about01-ul,
  .about02-ul  {
    display: block;
  }

  .about01-ul li {
    width: 100%;
    margin: 4rem 0.5rem 1rem;
    max-width: none;
  }

  .about01-ul li::after {
    right: 0;
    left: 0;
    bottom: -4rem;
    top: auto;
    margin: auto;
    border: 2rem solid transparent;
    border-top: 1rem solid #999;
  }

  .about02-ul li {
    width: 100%;
    margin: 4rem auto 1rem;
  }
}



/* ITEM -----------------------------------------------------------*/
#ITEM{
  text-align: center;
}

section#ITEM{
  margin-bottom: 0;
}

#ITEM .item-ul{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

#ITEM .item-ul li{
  width: calc( 50% - 2rem );
  margin: 2rem 1rem;
}

@media screen and (max-width: 850px){
  #ITEM .item-ul{
    display: block;
    margin: 2rem;
  }

  #ITEM .item-ul li{
  width: 100%;
  margin: 1.5rem auto;
  }
}

/* SERVICE -----------------------------------------------------------*/

.service_ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50% ;
  color: #0e5e4c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0 -1rem ;
  flex-shrink: 0;
}

.service-left,
.service-right{
  text-align: center;
  width: calc( 25% - 2rem );
  padding: 0 1rem 1rem;
  margin: 3rem 1rem;
  position: relative;
  color: #353535;
  background-color: rgba(192, 189, 149, 0.2) ;
  border: 0.02rem solid #0e5e4c;
}

.service-text{
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
}

.service-text2{
   font-size: 1.2rem;
   text-align: left;
   margin-top: 1rem;
}


.service-text-red{
   font-size: 1.8rem;
    max-width: 46rem;
    margin: 1rem auto 0;
    color: #77040d;
}

@media screen and (max-width: 850px){
  .service_ul{
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.service-left,
.service-right{
  width: calc( 50% - 2rem );
  min-height: 18rem;
}

}
/* FLOW -----------------------------------------------------------*/
#FLOW{
  padding: 6em 0;
  text-align: center;
  background: #f0f0f0;
}

.flow{
  margin: 6rem auto;
}

.flow-title{
  font-size: 2.0rem;
  font-weight: bold;
}

/* flow-ul */
.flow-ul{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.flow-ul li{
  width: calc( 100% / 3 );
  margin: 0;
}

/* flow-dl */
.flow-step{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 0;
  color: #fff;
  font-size: 1.7rem;
}

.flow-step .flow-num{
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 3em;
}

/* step01 */
.flow-step01{
  position:relative;
  background-color: #0e5e4c;
}

.flow-step01::before,
.flow-step01::after,
.flow-step02::before,
.flow-step02::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.flow-step01::before{
  top: 0;
  bottom: 0;
  right: -4em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 5.2rem 0 5.2rem 7rem;
  z-index: 10;
}

.flow-step01::after{
  top: 0;
  bottom: 0;
  right: -3.8em;
  border-style: solid;
  border-color: transparent transparent transparent #0e5e4c;
  border-width: 5.2rem 0 5.2rem 7rem;
  z-index: 10;
}

/* step02 */
.flow-step02{
  position: relative;
  background-color: #0e4739;
}

.flow-step02::before{
  top: 0;
  bottom: 0;
  right: -4em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 5.2rem 0 5.2rem 7rem;
  z-index: 10;
}

.flow-step02::after{
  top: 0;
  bottom: 0;
  right: -3.8em;
  border-style: solid;
  border-color: transparent transparent transparent #0e4739;
  border-width: 5.2rem 0 5.2rem 7rem;
  z-index: 10;
}

/* step03 */
.flow-step03{
  background-color: #0e382d;
}

.step03-dl{
  margin-bottom: 1rem;
}

.step03-dd{
  position: relative;
  margin-bottom: 2.5rem;
}

.step03-dd::after{
  position: absolute;
  bottom: -2.3rem;
  left: 1rem;
  content: "\2193";
  text-align: center;
  color: #000;
}

.flow-txt{
  border: 0.1rem solid #0e5e4c;
  padding: 2rem;
  background-color: #fff;
  text-align: left;
}

.flow-ul01 .flow-txt{
  min-height: 31rem;
}


/* flow02 */
.flow-ul02 .flow-txt{
  min-height: 18rem;
}

@media screen and (max-width: 1120px){
  .flow-ul {
    display: block;
    margin: 3rem auto;
  }

  .flow-ul li {
    width: 100%;
    padding: 0 2rem;
  }

  .flow-ul dl{
    overflow-x: hidden;
  }

  .flow-step {
    padding: 2rem 0 0;
  }

  .flow-step01,
  .flow-step02,
  .flow-step03 {
    z-index: 15;
  }

  .flow-step01::before,
  .flow-step02::before {
    content: none;
  }

  .flow-step01::after {
    z-index: -1;
    border-color: #0e5e4c transparent transparent transparent;
    border-width: 8rem 90rem 0 90rem;
    inset: inherit;
    bottom: -4.5rem;
    width: 100%;
  }

  .flow-step02::after {
    z-index: -1;
    border-color: #0e4739 transparent transparent transparent;
    border-width: 8rem 90rem 0 90rem;
    inset: inherit;
    bottom: -4.5rem;
    width: 100%;
  }

  .flow-step03 {
    position: relative;
  }

  .flow-step03::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-color: #0e382d transparent transparent transparent;
    border-width: 8rem 90rem 0 90rem;
    inset: inherit;
    bottom: -4.5rem;
    width: 100%;
    border-style: solid;
  }

  .flow-txt {
    padding-top: 6.5rem;
  }

  .flow-ul01 .flow-txt,
  .flow-ul02 .flow-txt {
    min-height: 16rem;
  }

}




/* tel-inner-------------------------------- */
.tel-box{
  padding: 3rem 1rem;
  margin: 2rem auto;
  max-width: 60rem;
  background: #fff;
}

.tel strong {
  position: relative;
  padding: 0 0 0 4rem;
  font-size: 3rem;
  white-space: nowrap;
  font-weight: bold;
}

.tel strong:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  background: url(/tatami/shop/ciss/img/tel.svg) center center no-repeat;
  background-size: contain;
}

.tel-box .notice{
  margin: 1rem auto 0;
  line-height: 1.7;
}

.tel-box .notice02{
  max-width: 46rem;
  margin: 1rem auto 0;
  color: #77040d;
}

.tel-inner .product-link-button{
  display: inline-block;
  margin: 1.5rem auto 1rem;
}

.tel-inner02{
  text-align: center;
}

rt{
font-size: 2rem;}


/* REASONS -----------------------------------------------------------*/
.product-reasons-title{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-reasons-title .reason-icon{
  max-width: 10rem;
  padding: 2rem 1rem 0 0;
  box-sizing: border-box;
}

.reason-title-box{
  margin: 1rem;
}

.product-reasons-lead{
  text-align: left;
  margin-bottom: 1rem;
}

.product-reasons-title h3{
  margin: 1rem 0;
  color: #0e5e4c;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}

.reasons-title{
  position:relative;
  padding-left: 1.5rem;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
}

.reasons-title:before{
  position: absolute;
  display: inline-block;
  top: 0.6rem;
  left: 0;
  content:  "";
  width: 1rem;
  height: 1rem;
  background: #393838;
}

.txt{
  text-align: left;
}

.reason-dd{
  text-align: center;
}

.product-reasons-box01,
.product-reasons-box02{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.product-reasons-point{
  width: calc( 50% - 1rem );
  margin-top: 2rem;
}

.product-reasons-box02 .product-reasons-point{
  text-align: center;
}

.product-reasons-point01 dd ul{
  display: flex;
  justify-content: space-between;
  max-width: 41rem;
  min-height: 26rem;
  margin: 1rem auto;
}

.product-reasons-point01 dd ul li{
  max-width: 20.5rem;
  margin: 0 0.5rem;
}

.product-reasons-point02 dd ul{
  display: flex;
  justify-content:center;
}

.product-reasons-point02 dd ul li{
  max-width: 18rem;
  margin: 0.5rem;
  min-height: 26rem;
}

.product-reasons-box01 dd ul p{
  margin-top: 0.5rem;
  font-size: 0.9em;
}

/* product-reasons-box02 ----------*/
.product-reasons-box02 .product-reasons-lead{
  min-height: 17rem;
  margin-bottom: 0;
}

.product-reasons-point03,
.tatami-split{
  min-height: 20rem;
}

.product-reasons-point03 dt,
.product-reasons-point04 dt{
  margin-bottom: 1rem;
}

.product-reasons-point03 .reason-dd{
  max-width: 54rem;
}

.product-reasons-point03 ul{
  display: flex;
  justify-content: center;
  margin: 2rem auto 1rem;
}

.product-reasons-point03 ul li{
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 1em;
}

.product-reasons-point03 ul li:first-child{
  justify-content: right;
}

.product-reasons-point03 ul li .reasons-point03-img{
  width: 11rem;
}

.product-reasons-point03 ul li .point03-txt{
  text-align: right;
  padding-right: 1rem;
  max-width: 11rem;
}

.product-reasons-point03 ul li .point03-txt02{
  padding-left: 1rem;
}


/* product-reasons-point04 */

.tatami-split{
  display: flex;
  justify-content:space-between;
  align-items: flex-start;
}

.reasons-point04-img{
  max-width: 18rem;
  padding-right: 0.5rem;
}

.reasons-point05-img{
  max-width: 18.5rem;
  padding-right: 0.5rem;
}

.reasons-point06-img{
  max-width: 13.5rem;
  padding-left: 1rem;
}

.point04-box{
  display: flex;
  justify-content: space-between;
}


.tatami-split table{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 120%;
}

.tatami-split table th{
  padding: 0.3rem;
  background: #d7e7c8;
  border: solid 0.1rem #0e5e4c;
  vertical-align: middle;
  font-size: 0.9em;
}

.tatami-split table td{
  padding: 0.3rem;
  border: solid 0.1rem #0e5e4c;
  vertical-align: middle;
  background: #FFF;
  font-size: 0.9em;
}

.tatami-split table td img{
  max-width:11.4rem;
}

.product-reasons-box03{
  margin-top: 6rem;
  text-align: center;
}

.product-reasons-box03 dd img{
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 1080px){
  .point04-box {
    display: block;
  }

  .product-reasons-point03, .tatami-split {
    min-height: 28rem;
  }
}

@media screen and (max-width: 999px){
  .product-reasons-box01, .product-reasons-box02 {
    display: block;
  }

  .product-reasons-point {
    width: 100%;
    padding: 0 2rem;
  }

  .product-reasons-point01 dd ul {
    max-width: none;
    min-height: auto;
    justify-content: center;
  }

  .product-reasons-point02 dd ul li {
    max-width: 24rem;
    min-height: auto;
  }

  .product-reasons-box02 .product-reasons-lead {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .product-reasons-point03, .tatami-split {
    min-height: auto;
  }

  .product-reasons-point03 ul li {
    width: auto;
  }

  .product-reasons-point03 ul li .reasons-point03-img {
    width: auto;
    max-width: 15rem;
  }

  .tatami-split {
    align-items: flex-end;
  }

  .reasons-point06-img {
    max-width: 18.5rem;
  }
}

@media screen and (max-width: 767px){
  .product-reasons-point03 ul li {
    flex-direction: column;
    align-items: center;
  }

  .product-reasons-point03 ul li:last-child {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-reasons-point03 ul li .point03-txt {
    max-width: none;
    padding: 0 0 0.5rem 0;
  }

  .product-reasons-point03 ul li .point03-txt02 {
    padding: 0 0 0.5rem 0;
  }
}


@media screen and (max-width: 450px){
  .product-reasons-point {
  padding: 0 1rem;
  }

  .reason-title-box {
    margin: 1rem 0.5rem;
  }

  .product-reasons-title .reason-icon {
    max-width: 7rem;
    padding: 2rem 0.5rem 0 0;
  }

  .product-reasons-title h3 {
    font-size: 1.2em;
  }
}



/* SAMPLE -----------------------------------------------------------*/
.sample{
  padding: 6em 0;
  text-align: center;
  margin: 0;
}

.sample-title{
  display: inline-block;
  position: relative;
}

.sample-title::before,
.sample-title::after {
  position: absolute;
  top: 1.8rem;
  width: 0.2rem;
  height: 7rem;
  background-color: #6e6e6e;
  content: "";
}

.sample-title::before {
  left: -4rem;
  transform: rotate(-40deg);
}

.sample-title::after {
  right: -4rem;
  transform: rotate(40deg);
}

.sample-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 2rem;
}

.sample-inner h3{
  font-size: 2rem;
}

.sample-subtext{
  position: relative;
  margin-bottom: 2.2rem;
}

.sample-subtext::after {
  position: absolute;
  display: block;
  margin: auto;
  padding: 0;
  bottom: -0.3em;
  right: 0;
  left: 0;
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  background-color: #003e1b;
}

.sample-left,
.sample-right{
  position: relative;
  padding: 3rem 1rem 4rem;
  border-radius: 1rem;
  text-align: center;
  width: calc( 50% - 2rem );
  min-height: 37rem;
}

.sample-left{
  background-color: #b7e19b;
  margin: auto 1rem;
}

.sample-right{
  background-color: #cef183;
  margin: auto 1rem;
}

.sample-room-left,
.sample-room-right{
  position: absolute;
  top: -4rem;
  color: #fff;
  font-size: 2rem;
  padding: 2.5rem 2rem;
  z-index: 2;
}

.sample-room-left{
  left: -2rem;
}

.sample-room-left::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(/tatami/shop/ciss/img/sample-fukidashi01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  z-index: -1;
}

.sample-room-right{
  right: -2rem;
}

.sample-room-right::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  margin: auto;
  background-image: url(/tatami/shop/ciss/img/sample-fukidashi02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  z-index: -1;
}

.link-button-sample01,
.link-button-sample02{
  position: absolute;
  bottom: -4rem;
  right: 0;
  left: 0;
  margin: auto;
}

.link-button-sample01 span{
  position: relative;
  display: block;
  padding: 0.5em 0;
  margin: auto;
  border: 0.2rem solid #b7e19b;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  max-width: 48rem;
  background: #fff;
}

@media (hover: hover) {
.link-button-sample01 span:hover {
  background-color: #b7e19b;
  border: 0.2rem solid #fff;
  }
}

.link-button-sample01 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}

.link-button-sample01 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}


.link-button-sample02 span{
  position: relative;
  display: block;
  padding: 0.5em 0;
  margin: auto;
  border: 0.2rem solid #cef183;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  max-width: 48rem;
  background: #fff;
}

@media (hover: hover) {
.link-button-sample02 span:hover {
  background-color: #cef183;
  border: 0.2rem solid #fff;
}
}

.link-button-sample02 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}

.link-button-sample02 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 1100px){
  .sample-inner {
    display: block;
  }

  .sample-left,
  .sample-right {
    width: 100%;
    margin: 6rem auto 8rem;
    max-width: 66rem;
  }
}

@media screen and (max-width: 767px){
  .sp-block{
    display: block;
  }

  .sample-title::before, .sample-title::after {
    top: auto;
    bottom: -0.5rem;
  }

  .sample-inner {
    margin: 4rem auto 2rem;
    display: block;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 500px){
.sp-block02{
  display: block;
}

.link-button-sample01 span,
.link-button-sample02 span {
  font-size: 1.6rem;
}

.link-button-sample02 span {
  border-radius: 6rem;
}


.link-button-sample01 span::before,
.link-button-sample02 span::before {
  right: 1.8rem;
  width: 1.2rem;
  height: 1.2rem;
}

.link-button-sample01 span::after,
.link-button-sample02 span::after {
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
}

.link-button-sample02 {
  bottom: -6rem;
}

}

@media screen and (max-width: 450px){
  .sample-title{
    font-size: 2.2rem;
  }

  .sample-title::before,
  .sample-title::after {
    height: 5rem;
  }

  .sample-title::before {
    left: -2rem;
  }

  .sample-title::after {
    right: -2rem;
  }

}
/* FAQ -----------------------------------------------------------*/
.FAQ{
  margin-top: 0;
}


.FAQ-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 2rem;
  background-color: #cee193;
  border-radius: 1rem;
}

.FAQ-title{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

/* .FAQ-left{
 background-color: #cef183;
 border-radius: 1rem;
 margin: auto 1rem;
}
.FAQ-right{
 background-color:#b7e19b;
 border-radius: 1rem;
 border-radius: 1rem
} */

.link-button-FAQ01,
.link-button-FAQ02{
  /* position: absolute; */
  bottom: -4rem;
  right: 10rem;
  left: 0;
  margin: 6rem 4rem;
}

.link-button-FAQ01 span{
  position: relative;
  display: block;
  padding: 0.5em 0;
  margin: auto;
  border: 0.2rem solid #b7e19b;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  max-width: 48rem;
  background: #fff;
}

@media (hover: hover) {
.link-button-FAQ01 span:hover {
  background-color: #b7e19b;
  border: 0.2rem solid #fff;
  }
}

.link-button-FAQ01 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}

.link-button-FAQ01 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}


.link-button-FAQ02 span{
  position: relative;
  display: block;
  padding: 0.5em 0;
  margin: auto;
  border: 0.2rem solid #cef183;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  max-width: 48rem;
  background: #fff;
}

@media (hover: hover) {
.link-button-FAQ02 span:hover {
  background-color: #cef183;
  border: 0.2rem solid #fff;
}
}

.link-button-FAQ02 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}

.link-button-FAQ02 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  margin: auto;
  padding: 0;
  display: block;
  content: "";
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid;
  border-color: #071e1a #071e1a transparent transparent;
  transform: rotate(45deg);
}


@media screen and (max-width: 500px){
.sp-block02{
  display: block;
}

.link-button-FAQ01 span,
.link-button-FAQ02 span {
  font-size: 1.6rem;
}

.link-button-FAQ02 span {
  border-radius: 6rem;
}


.link-button-FAQ01 span::before,
.link-button-FAQ02 span::before {
  right: 1.8rem;
  width: 1.2rem;
  height: 1.2rem;
}

.link-button-FAQ01 span::after,
.link-button-FAQ02 span::after {
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
}

.link-button-FAQ02 {
  bottom: -6rem;
}

}

@media screen and (max-width: 1100px){
.FAQ-inner {
    width: 100%;
    margin: 6rem auto 8rem;
    max-width: 66rem;
    display: flex;
    flex-direction: column;
    background-color: #cee193;
    border-radius: 1rem;
  }
  }

@media screen and (max-width: 767px){
  .FAQ-inner {
    margin: 4rem auto 2rem;
    padding: 0 1rem;
  }
}


/* footer ----------------------------------------*/
footer{
  background-color: #dfdfdf;
  margin-top: 6em;
  padding: 3rem 2rem 2rem;
}

.footer-logo{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 2rem;
}

.footer-logo a:first-child{
  margin-right: 2rem;
}

.footer-logo-img{
  width: 100%;
  max-width: 21rem;
}

.footer-logo-img02{
  width: 100%;
  max-width: 21rem;
}

footer a:hover{
  opacity: 0.5;
  transition: ease-in-out .3s;
}

.footer-box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}

.footer-menu{
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem #999;
  font-size: 1.4rem;
}

.footer-menu .footer-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 2rem auto 1rem;
  max-width: 120rem;
}

.footer-menu .footer-list li{
  margin: 0 5rem 1.2rem 0;
  min-width: 18rem;
  white-space: nowrap;
}

.copyright{
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
}

@media screen and (max-width: 900px){
  .footer-menu .footer-list li {
  min-width: 22rem;
  }

  .footer-box {
  display: block;
  }

  .footer-logo {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 500px){
  .footer-menu {
    margin: 1.5rem 0 0;
  }

  .footer-menu .footer-list {
    display: block;
    margin-top: 2rem;
  }
}

/* MODALWINDOW */

.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 1000;
}

.modal-open{ cursor: pointer;}


.modal-bg{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 1000;
}

.modal-body{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 66rem;
  height: 65%;
  max-height: 70vh;
  padding: 0.5rem;
  border-radius: 0.5em;
  background: #fff;
  transform: translate(-50%,-50%);
  z-index: 1000;
}

.modal-body iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}


/* menu-bottom -----------------------------------------------------------*/
.menu-bottom{
  margin: 10rem auto;
}

/* tel-box-bottom -----------------------------------------------------------*/
.tel-box-inner{
  padding: 6em 0;
  text-align: center;
}

.tel-box02{
  background: #F7F7F7;
}

h2.tel-box-bottom-title{
  font-size: 1.8rem;
}