@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP','Montserrat', sans-serif;
  color: #1e2123;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
}
.container{
  width: 100%;
  max-width: 690px;
  margin: auto;
}
.smp {
  display: none;
}

@media only screen and (max-width:  820px) {
  .container{
    width: 100%;
    max-width: 690px;
    margin: auto;
  }
}

@media only screen and (max-width: 450px) {

  .container{
    width: 90%;
    max-width: 400px;
    margin: auto;
  }
  .smp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.section{
  padding:50px 0;
}
h2{
  font-size: 36px;
  color: #2A892A;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  .section{
    padding:30px 0 10px;
  }
  h2{
  font-size: 28px;
}
}
.q_and_a h2 {
  padding-top: 0px;
  margin-top: 30px;
}

h2:before{
  content:"＼";
 color:  #505050;
}

h2:after{
  content:"／";
  color:  #505050;
}
p{
 color:  #505050;

}
.top{
position: relative;
height: 100%;
padding-bottom: 40px;

}
@media only screen and (max-width: 450px) {
  .top{
    height: auto;
  position: relative;
    padding-bottom: 0px;
}
}



.design_top img{
  width: 100%;

}
.copy {
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.top-box{
  padding-top: 20px;
  display: flex;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/bg-head.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media only screen and (max-width:  820px) {
  .top-box{
  margin-left: 0;

  }

}

@media only screen and (max-width: 800px) {
  .top-box{
    margin-left: 0;
    background-image: url(../img/bg-head_smp.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

}
.top-box a img{
 margin: 0 auto;
}

.top-box-left{
  width: 70%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .top-box-left{
    width: 100%;

  }
}

.top img{
  display: block;

margin: 0 auto;
}

.line_img{
  width: 65%;
}

@media only screen and (max-width:  820px) {
  .top-box-left img{
   width: 90%;
    margin:0 auto ;
  }
}

@media only screen and (max-width: 450px) {
  .top-box-left img{
   width: 90%;
    margin:0 auto ;
  }
}

.top-box-right{
  width: 18%;
  z-index: 2;
  position: fixed;
  right: 0;

}
@media only screen and (max-width: 1299px) {
  .top-box-right{
    display: none;
  }
}

.top_text1{
  text-align: center;
  font-size: 28px;
  color: #2A892A;
  font-weight: 900;

}
@media only screen and (max-width: 450px) {
  .top_text1{
  text-align: center;
  font-size: 21px;
  color: #2A892A;
  margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  .top_text1{
  font-size: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .top_text1{
  font-size: 15px;
  }
}
.top-flex{
  display: flex;
  width: 80%;
  margin: 30px auto;
  justify-content: center;
}
@media only screen and (max-width:  1000px) {

  .top-flex{
    margin: 0;
  width: 90%;
}}
@media only screen and (max-width:  820px) {

.top-flex{
  margin: 30px auto;
width: 90%;
}

}
@media only screen and (max-width: 450px) {
  .top-flex{

    width: 90%;
    margin: 30px auto;

  }
}

.top_left p{
  color: #505050;
  line-height: 2em;
 font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .top_left p{
   font-size: 12px;
  }
  .top_right {
    width: 32%;
  }
}
@media only screen and (max-width: 375px) {
  .top_right {
    width: 30%;
  }
}

.text_green1{
  color: #2A892A;
  font-size: 28px;
  border-bottom: 6px solid #FFEC26;
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  .text_green1{
    color: #2A892A;
    font-size: 18px;
    border-bottom: 6px solid #FFEC26;

  }
}


.text_green2{
  color: #2A892A;
  font-size: 23px;
  border-bottom: 6px solid #FFEC26;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
@media only screen and (max-width: 450px) {
  .text_green2{
    color: #2A892A;
    font-size: 16px;
    border-bottom: 6px solid #FFEC26;

  }
}
@media only screen and (max-width: 320px) {
  .text_green2 {
    font-size: 13px;
  }
  .top_right {
    width: 28%;
  }
}
.attention{
  display: block;
  color: #505050;
  margin-top: 10px;
  font-size: 11px;
}
@media only screen and (max-width:  820px) {
  .attention{
   font-size: 14px;

  }}
  @media only screen and (max-width:  450px) {
    .attention{
     font-size: 10px;

    }}
.attention2{
  color: #505050;
  display: block;
  font-size: 11px;
  text-align: center;
}

@media only screen and (max-width:  820px) {
  .attention2{
    bottom: 33%;
    left:30px;
    width: 500px;
    font-size: 8px;
  }
  }

@media only screen and (max-width: 450px) {
  .attention2 {
    bottom: 33%;
    left:30px;
    width: 100%;
    font-size: 9px;
    text-align: center;
  }
}
@media only screen and (max-width: 390px) {
  .attention2{
    bottom: 33%;
    left:30px;
    width: 300px;
    font-size: 8px;
  }
}
.top_right{
  margin-left: 5px;
}
.top_right img{
  margin:0;
}


.top_img{
  position: absolute;
  left: -50px;
  bottom:10px;
}
@media only screen and (max-width:  1000px) {
  .top_img{
  display: none !important;
    }
  }

.top_nav{
  margin: 30px 0;
  padding-left: 15px;
}
.top_nav ul li {
  margin: 25px 0 40px;
  position:relative;
}
.top_nav ul li a{
color: #2A892A;
font-size: 20px;
padding-left: 40px;
}

.top_nav ul li a::before{
  content:"";
  background-image:url(../img/nav_icon.svg);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top:-10px;
  left: 0;
}



@media only screen and (max-width:  1000px) {
  .white{
    position: absolute;
    width: 100%;
    height: 400px;
   bottom: -100px;
   left: -50px;
    margin: 0;
   background-color: #fff;
  }
}

@media only screen and (max-width:  450px) {
  .white{
    position: absolute;
    width: 100%;
    height: 370px;
   bottom: -100px;
    margin: 0;
   background-color: #fff;
  }
}

.top_img_sp{
  display: none;
}
@media only screen and (max-width:  800px) {
  .top_img_sp{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
  }
  .top_img_sp img{
    width: 100%;
  }
}

/*recommendation*/

.recommendation{
  background-color: #FFF69B;
  position: relative;
  height: 100%;
  margin-top: 50px;
  background-image: url(../img/bg-recommend.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 144px;
}
@media only screen and (max-width:  820px) {
  .recommendation{
    height: 100%;
    margin-top: 0px;
    }
}
@media only screen and (max-width: 450px) {
  .recommendation{
  height: 100%;
  background-image: url(../img/bg-recommend_smp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 104px;
  }
}

.recommendation_box{
  width: 49%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.recommendation_box:first-child {
  width: 100%;
}
@media only screen and (max-width:  820px) {

  .recommendation_box{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    text-align: left;
  }
}

@media only screen and (max-width: 450px) {

  .recommendation_box{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
  }
}


.recommendation_small_box{
height: auto;
}
@media only screen and (max-width:  820px) {
  .recommendation_small_box{

    height: auto;
    }
}

@media only screen and (max-width: 450px) {
  .recommendation_small_box{

    height: auto;
    }
}

.recommendation_box_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

.recommendation_box_flex::after{
  content: "";
  display: block;
  width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;

}
.recommendation_box_text_box:first-child .recommendation_box_text {
  padding-bottom: 10px;
}


.recommendation_box span{
  display: inline;
  margin: 10px 0;
  margin-left: 30px;
  font-size: 12px;
}
@media only screen and (max-width: 450px) {
  .recommendation_box span{
    display: block;
  }
}


.recommendation_box span:before{
  content:"▶︎";
color:  #505050;
}

.recommendation_box span a{

  color: #3B77FF;
  text-decoration:underline!important;
}

.recommendation_box_text_box p {
  font-size: 24px;
  color: #2A892A;
  line-height: 1.3em;
  padding-top: 50px;
}
.recommendation_box_text_box p br {
  display: block;
}
@media only screen and (max-width: 800px) {
  .recommendation_box_text_box p {
    font-size: 18px;
     padding-top: 0px;
    padding-left: 30px;
  }
  .recommendation_box_text_box p br {
    display: none;
  }
}
.recommendation_box_text_box{
  position: relative;
  width: 100%;

}

.recommendation_box_text_box:before{
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  background-image: url(../img/nav_icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .recommendation_box_text_box:before{
    content: "";
    top: -5px;
    left: 0;
}
}
/*recommendationここまで*/


/*use*/

.use{
  position: relative;

}
.use_small_box .inner {
  border-bottom: 1px dotted #707070;
  padding-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .use{
    height: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .use_text_box{
    width: auto;
    margin: 0 30px;
  }
}


.use_text_box p{
  font-size: 20px;
  line-height: 1.3em;
}
.use_text_box p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.use_text_box p span{
  color: #2A892A;
}
.use_small_text_box {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 450px) {
  .use_small_box{
    width: auto;
    margin: 0 30px;
 }
  .use_text_box p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0px;
  }
}
.use_small_box h3 {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2A892A;
  color: #FEF273;
  padding: 20px 0;
   font-size: 24px;
   border-radius: 100px;
   margin: 30px 0 0;
}
.use_small_text_box {
  text-align: left;
}
.use_small_text_box span {color: #2A892A;}
.use_small_text_box span.dot {

  font-size: 30px;
}

.use_text1{
  font-size: 24px;
  line-height: 1.6;
  display:flex;
  align-items: center;
  justify-content:center;
}
.use_text{
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.6;
  }

.use_text2{
  color: #2A892A;
  font-size: 20px;
}
.use_text2 strong {
  display:flex;
  align-items: center;
  justify-content:flex-start;
}
.use_text2 span{
   color: #FEF273;
   font-size: 30px;
  }

  .slider {

  }

  @media only screen and (max-width:  820px) {
    .slider {

      margin-top: 30px;
    }
  }

  .slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider-nav a {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }

  .slider-nav a:hover {
    color: #ccc;
  }


.slider-dots {
  display: flex;
  margin: 0 10px;
}

.slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.slider-dot.active {
  background-color: #333;
}
@media only screen and (min-width: 800px) {
  .use_small_box .list {
   display:flex;
   justify-content: center;
   flex-wrap: wrap;
  }
  .use_small_box .list p {
    margin-bottom: 20px;
    width: 30%;
  }
  .use_small_box .list.first {
    padding-top: 30px;
  }
  .slider-block {
    padding-top: 30px;
    width: 100%;
    max-width:820px;
    margin: auto;
  }
  .slider-block .slider {
    display:flex;
    justify-content:space-between;
  }
  .slider-block .slider li {
    width: 32%;
  }
  .slider-block .slider li img {
    width: 100%;
    height:auto;
  }
}
/*useここまで*/



/*q_and_a*/
.q_and_a{
  position: relative;
  height: 100%;
  margin: 140px 0;
}
.q_and_a:before {
  content: "";
  background-image: url(../img/bg-faqHead.svg);
  background-repeat: repeat-x;
  background-position: center top;
  width: 100%;
  height: 140px;
  position: absolute;
  top: -140px;
  left: auto;
  background-color: #E8F7E4;
}
.q_and_a:after {
  content: "";
  background-image: url(../img/bg-faqFoot.svg);
  background-repeat: repeat-x;
  background-position: center top;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: -140px;
  left: auto;
}
@media only screen and (max-width: 800px) {
  .q_and_a{
    position: relative;
    height: 100%;
  }
   .slider-block {
    width: 84.62vw;
    margin: auto;
   }
  .q_and_a{
    margin: 72px 0 62px;
  }
  .q_and_a:before {
    background-image: url(../img/bg-faqHead_smp.svg);
    height: 72px;
    top: -72px;
  }
  .q_and_a:after {
    background-image: url("../img/bg-faqFoot_smp.svg");
    height: 62px;
    bottom: -62px;
  }
}

@media only screen and (max-width: 450px) {
  .use_text1 {
    font-size: 16px;
    margin-top: -25px;
    line-height: 1.6;
    justify-content: flex-start;
  }
  .use_text {
    font-size: 16px;
    padding-left: 14px;
    line-height: 1.6;
  }
  .q_and_a{
    position: relative;
    height: 100%;
  }
  .use_small_box h3 {
    font-size: 16px;
    padding: 10px 0;
  }
}
.design_q_and_a{
  background-image: url(../img/design2.svg);

height: 150px;
width: 100%;
position: absolute;
top: 0;

}
.design_q_and_a2{
  background-image: url(../img/design1.svg);

height: 150px;
width: 100%;
position: absolute;
bottom: 0;

}
.q_and_a{
  background-color: #E8F7E4;
}

.q_and_a_box{
  background-color: #fff;
  margin: 30px 0;
  padding: 20px ;
  border-radius: 10px;
}
.q_and_a .foot {
  background-color: #ffffff;
}
@media only screen and (max-width: 450px) {
  .q_and_a_box{
    margin: 10px 0;
 position: relative;
  }
}
.question{
  color: #2A892A;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.answer_box{
position: relative;
padding-left: 2px;
line-height: 1.6;
}
.answer{
  display: block;
  font-size: 16px;
  margin: 10px 0;
  padding-left: 30px;

}

@media only screen and (max-width: 450px) {
  .answer{
    display: block;
    font-size: 16px;
    margin: 10px 0;

    padding-left: 30px;
    margin-top: 0px;
    line-height: 1.5em;
  }

}


@media only screen and (max-width: 800px) {

  .q_and_a_box span{
    display: block;
  width: 180px;
  margin-left: auto;
  right: 0px;
  bottom: -20px;
  font-size: 10px;

  }}
@media only screen and (max-width: 450px) {

.q_and_a_box span{
  display: block;
width: 180px;
margin-left: auto;
right: 0px;
bottom: 0px;
font-size: 10px;

}

}

.question:before{
content:"Q.";
color: #5482EA;
font-size: 22px;
}

.answer_box:before{
  content:"A.";
  display: block;
  margin-top: 0px;
  top: -7px;
  position: absolute;
  font-size: 22px;
  color: #F84444;
  }

  @media only screen and (max-width: 450px) {
    .answer_box:before{
      content:"A.";
      display: block;
      margin-top: 0px;
      top: 0px;
    position: absolute;
      font-size: 22px;
      color: #F84444;
      }

  }
.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
opacity: 1;
color: #969696;
}
/*q_and_aここまで*/



/*access*/
.access .inner {
  width: 100%;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}
.access a{
  display: block;
  text-align: center;
  margin: 50px auto;
  color: #505050;
}
.access_flex_box{
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 450px) {
  .access_flex_box{
    display: flex;
    width: 100%;
  }
}


.access_img{
  width: 50%;
}
@media only screen and (max-width: 450px) {
  .access_img{
    width: 48%;
  }
}
.access_img img{
  width: 100%;
  object-fit: cover;
}
.access_text_box{
  width: 60%;
margin-left: 30px;
}
@media only screen and (max-width: 450px) {
  .access_text_box{
    width: 60%;
  margin-left: 10px;
  }
}

.access_text_box p{
  font-size: 16px;
  line-height: 1.5em;
  margin: 0px 0 20px;
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  .access_text_box p{
    font-size: 14px;
    margin: 0;

  }
}

.access_text_small_box span{
  color: #505050;
  display: block;
  margin: 10px 0 0 auto;
  margin-left: auto;
  line-height: 1.3;
  font-size: 10px;
}
@media only screen and (max-width: 450px) {
  .access_text_small_box span{
  }
}
.access_text_small_box{
  position: relative;
  padding: 0 10px;
  margin-left: auto;
}
@media only screen and (max-width: 450px) {
  .access_text_small_box{
    margin: 0 0;
    position: relative;
    padding: 0px;
    padding-left: 0px;
    margin-left: auto;
  }

}
.access_text_small_box:before{
  position: absolute;
  content: "";
  top: -5px;
  background-image: url(../img/nav_icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 800px) {
.access_text_small_box:before{
  top: -5px;
}
}
.access_text_small_box p {
  padding-left: 30px;
  margin-bottom: 15px;
}
.access_text_small_box:last-child p {
  margin-bottom: 5px;
}

.access_map {
  width: 90%;
  margin: 0;
}
.access_map img{
  width: 100%;
}
.button_box {
  margin-top: 20px;
}
.button_box a {
  text-align: center;
  display: block;
  background-color: #2A892A;
  color: #fff;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  box-shadow: 1px 1px 10px #505050;
}
.button_box a:before{
  content: "▶︎";
  color: #fff;
  margin-right: 10px;
}
/*accessここまで*/

.slick-slide img {
  width: 100%;
  height: auto;
}
footer{
  background-color: #505050;
  padding: 12px 0;
}
footer small {
  font-size: 12px;
  letter-spacing: 0.1rem;
  display: block;
  text-align: center;
  color: #fff;
}

.smp {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .access_map {
    width: 100%;
    margin: 0 auto;
  }
  .button_box a {
    padding: 10px 0;
  }
  .smp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
