/* ////////////////////////////////////////////////// */
/* general */
/* ////////////////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1em;
  color: #333;
  font-size: 12px;
  overflow-x: hidden;
}
.tsuku{
  font-family: fot-tsukuardgothic-std, sans-serif;
}
img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: bold;
}
h2{
  font-size: clamp(17px,3vw,32px);
}
h3{
  font-size: clamp(17px,2.5vw,24px);
}
h4{
  font-size: clamp(16px,2.2vw,20px);
}
h5{
  font-size: clamp(14px,2vw,18px);
}
h6{
  font-size: clamp(14px,2vw,16px);
}
p{
  line-height: 1.8em;
  margin-bottom: 1em;
  letter-spacing: 0em;
}
p:last-child{
  margin-bottom: 0;
}
section{
  margin: 50px 0;
}
.container{
  width: 90%;
}

@media screen and (min-width: 768px) {
  section{
    margin: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  html,body{
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .container{
    max-width: 1180px;
    margin: 0 auto;
  }
}


/* header */
header{
  background-image: url(./img/fv.jpg);
  background-size: 150%;
  background-position: center;
  max-height: 460px;
  height: 70vw;
  background-repeat: no-repeat;
  position: relative;
}
.fv-ttl{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  color: #fff;
  width: 90%;
}
.fv-ttl h2{
  font-size: clamp(14px,2.8vw,20px);
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
}
.fv-ttl h1{
  font-size: clamp(36px,6.2vw,50px);
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  header{
    background-size: cover;
  }
}

.intro{
  background-image: url(./img/intro-bg.png);
  background-size: 250%;
  background-position: left 20% top -3%;
background-repeat: no-repeat;
}
.intro-img{
  display: block;
  margin: 40px 0 0 auto;
}

@media screen and (min-width: 768px) {
  .intro-img{
    display: block;
    width: 80%;
    margin: 0 0 0 auto;
  }
  .intro{
    background-size: 100%;
    background-position: center top -30%;
  }
}

.secttl-img{
  display: block;
  margin: 0 auto 30px;
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .secttl-img{
    margin: 0 auto 50px;
  }
}

section.kodawari{
  padding-bottom: 0;
}
.kodawari-slide{
  width: 100%;
}
.kodawari-dannetsu{
  padding: 40px 0;
  margin-top: 80px;
  background: url(./img/bg.jpg);
  background-size: cover;
  position: relative;
}
.dannetsu-left img:first-child{
  margin-bottom: 20px;
}
.dannetsu-img-wrap{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 30px;
  overflow-x: scroll;
  margin-top: 30px;
}
.dannetsu-img-wrap img{
  min-width: 600px;
}
@media screen and (min-width: 768px) {
  .kodawari-dannetsu{
    padding: 70px 0;
  }
  .kodawari-dannetsu .dannetsu-left{
    width: 26%;
  }
  .dannetsu-left img{
    display: block;
  }
  .dannetsu-right{
    background: #fff;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    width: 65vw;
    max-width: 1100px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 50px;
  }
}

.kijyun{
  background: url(./img/kijyun-bg.png);
  background-size: 60%;
  background-position: top 15% right;
  background-repeat: no-repeat;
}
.kijyun .secttl-img{
  max-height: 100px;
  margin-bottom: 20px;
  max-width: 100%;
}
.kijyun .ttl-p{
  font-size: clamp(12px,2.4vw,20px);;
  font-size: clamp(12px,2.4vw,20px);
  text-align: center;
}
.kijyun .ttl-p span{
  font-size: 1.5em;
}
.kijyun-row{
  margin: 50px 0;
}

.kijyun-subttl{
  margin: 0 auto 2rem;
  display: block;
  max-height: 80px;
  width: auto;
}
.kijyun-img-right{
  display: block;
  margin-top: 20px;
}
.kijyun-img-left{
  display: block;
  margin-top: 20px;
}

.deco{
  position: absolute;
  z-index: 1;
}
.deco-wrap{
  position: relative;
}
.kijyun-subttl-wrap1 .deco{
  top: -10px;
  left: 30px;
  width: 50px;
}
.kijyun-subttl-wrap2 .deco{
  top: -20px;
  right: -10px;
  width: 50px;
}
.deco1{
  display: none;
}
.deco2{
  display: none;
}
.deco3{
  display: none;
}
.kijyun-footer h3{
  font-size: clamp(17px,3.4vw,40px);
  text-align: center;
}
.kotae{
  background: url(./img/kotae-bg.jpg);
  height: 120vw;
  position: relative;
  background-size: cover;
  background-position: center left 68%;
  margin-top: 120px;
  max-height: 500px;
}
.kotae img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  max-width: 300px;
  display: block;
}

@media screen and (min-width: 768px) {
  .kijyun .secttl-img{
    margin-bottom: 0px;
  }
  .kijyun-subttl{
    max-height: 100px;
  }
  .kijyun-subttl-wrap1 .deco{
    top: -10px;
    left: 50px;
    width: 80px;
  }
  .kijyun-subttl-wrap2 .deco{
    top: -10px;
    right: 10px;
    width: 80px;
  }
  .deco1{
    display: block;
    top: 100px;
    right: -100px;
    width: 100px;
  }
  .deco2{
    display: block;
    top: -50px;
    left: -100px;
    width: 100px;
  }
  .deco3{
    display: block;
    top: -50px;
    left: 50%;
    width: 70px;
  }
  .kijyun-img-right{
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .kijyun-img-left{
    display: block;
    width: 90%;
    margin: 0 auto 0 0;
  }
  .kotae{
    height: 40vw;
    background-position: center;
    margin-top: 80px;
  }
  .kotae img{
    position: absolute;
    left: 10%;
    transform: none;
    top: -50px;
  }
}


.kouzou .secttl-img{
  margin-bottom: 100px;
}
.kouzou-deco{
  position: relative;
}
.kouzou-deco img{
  position: absolute;
  width: 300%;
  top: -40vw;
  left: -100%;
}

.kouzou-wrap{
  position: relative;
  text-align: right;
}
.kouzou-wrap p{
  font-size: clamp(12px,2.4vw,20px);;
}

.kouzou-subttl{
  max-width: 400px;
  margin-bottom: 20px;
}
.kouzou-graph{
  margin-top: 40px;
}
.kouzou-img-sp{
  right: 0;
  width: 90%;
  border-radius: 30px 0 0 30px;
  background: url(./img/kouzou-img.jpg);
  background-size: 200%;
  background-position: left;
  height: 60vw;
  margin: 30px 0 0 auto;
}
.hosyou-graph{
  margin-top: 0px;
}
.after{
  margin-bottom: 0;
}
.after-wrap{
  background: url(./img/after-bg_sp.png);
  background-size: cover;
  background-position: top;
  padding: 30px 0 40px;
}
.after-wrap h3{
  font-size: clamp(20px, 4vw,40px);
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}
.after-img-wrap{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}
.after-img{
  margin-bottom: 20px;
}
.secttl-img-after.secttl-img{
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .kouzou-deco img{
    position: absolute;
    width: 100%;
    top: -200px;
    left: auto;
  }
  .kouzou-img{
    position: absolute;
    right: 0;
    width: 41%;
    border-radius: 30px 0 0 30px;
    background: url(./img/kouzou-img.jpg);
    background-size: 200%;
    background-position: left;
    height: 380px;
  }
  .kouzou-graph{
    margin-top: 80px;
  }
  .hosyou-graph{
    margin-top: 80px;
  }
  .after-wrap{
    background: url(./img/after-bg.png);
    padding: 100px 0 70px;
  }
  .after-img{
    margin-bottom: 0;
  }
  .kouzou .secttl-img{
    margin-bottom: 150px;
  }
  .after-img-wrap{
    grid-template-columns: 1fr 1fr;
  }

}






.contact{
  background: url(./img/contact-bg.png);
  background-size: cover;
  margin: 0;
  padding: 30px 0;
}
.contact-btn{
  max-width: 800px;
  display: block;
  margin: 0 auto;
  transition: .3s;
}
.contact-btn:hover{
  transform: translateY(3px);
}

@media screen and (min-width: 768px) {
  .contact{
    padding: 70px 0;
  }
}


footer{
  border-top: 1px dashed #584942;
  padding: 50px 0;
  font-size: 12px;
}
.footer-bnr{
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  align-items: center;
  margin: 0 0 0 auto;
}
.footer-bnr a img{
  height: 40px;
  width: auto;
  margin: 10px 0;
  display: block;
}
footer .logo{
  max-width: 240px;
  display: block;
}


.slick-dots li.slick-active button:before{
  color: #00ab3b;
}
.slick-dots li button:before{
  color: #eee4bd;
}
