@charset "utf-8";

/* kv */
.kv {
  position: relative;
  padding: 0 3.3vw;
}

.kv-img {
  width: 100%;
}

.kv-img-txt .kv-img-sp {
  display: none;
}

h1 {
  color: #ffffff;
  text-shadow: 0.5px 0.5px 8px #4d2c14;
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
  letter-spacing: 0.2em;
  line-height:1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.kv-img-txt p {
  color: #ffffff;
  text-shadow: 0.5px 0.5px 8px #4d2c14;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height:1.5;
  position: absolute;
  top: 60%;
  left:50%;
  transform: translate(-50%,-60%);
  padding:0;
  margin:0;
}

.page_oerview p {
  text-align: center;
  line-height: 3;
  margin: 6vw 0;
}

/* section */
.main {
  background: url(../images/top/backimg-layer04.png) repeat-x;
  background-position: bottom center;
  background-size: 90%;
}

.sec {
  max-width: 70vw;
  margin: 8vh auto 0;
}

.no {
  font-size: 1.5vw;
  font-weight: bold;
  color: #A7B83A;
  border-bottom: 3px dashed #A7B83A;
  letter-spacing: 0.15em;
}

.no span {
  font-size: 3vw;
  margin-left: 0.1em;
}

.no-2 {
  color: #BDBB57;
  border-bottom: 3px dashed #BDBB57;
}

.no-3 {
  color: #E28E6B;
  border-bottom: 3px dashed #E28E6B;
}

.no-4 {
  color: #B57454;
  border-bottom: 3px dashed #B57454;
}

.no-5 {
  color: #FFD243;
  border-bottom: 3px dashed #FFD243;
}

.title h2 {
  font-size: 30px;
  margin-top: 40px;
}

.overview p {
  line-height: 2.2;
  margin-top: 2vw;
}

.img img {
  margin-top: 1.5vw;
}

.img {
  position: relative;
}

.ver-txt {
  font-size: 18px;
  position: absolute;
  z-index: 1;
  top: 3vw;
  bottom: 3vh;
  right: 2vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  height: fit-content;
  background-color: #ffffff;
  padding: 1vw;
}

.ver-txt2 {
  font-size: 18px;
  position: absolute;
  z-index: 1;
  top: 3vw;
  bottom: 3vh;
  left: 2vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  height: fit-content;
  background-color: #ffffff;
  padding: 1vw;
}

.flex {
  display: flex;
}

.side_img {
  margin-top: 1.5vw;
  margin-right: 2vw;
  width: 60%;
}

.info li {
  font-size: 14px;
  letter-spacing: 0.2em;
  list-style-position: inside;
  margin-left: 2.5em;
  text-indent: -2.8em;
  line-height: 1.5;
}

.iconbox {
  margin-top: 1.8vw;
}

.icon1:before {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
  position: relative;
  top: 0.3em;
  left: 0.2em;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon1 {
  padding: 8px;
  margin-bottom: 5px;
}

.icon2:before {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
  position: relative;
  top: 0.4vw;
  left: 0.25vw;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon2 {
  padding: 8px;
  margin-bottom: 5px;
}

.icon3:before {
  content: "";
  width: 1.7vw;
  height: 1.7vw;
  display: inline-block;
  position: relative;
  top: 0.6vw;
  left: 0.15vw;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon3 {
  padding: 8px;
  margin-bottom: 5px;
}

.icon4:before {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  display: inline-block;
  position: relative;
  top: 0.6vw;
  left: 0.15vw;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon4 {
  padding: 8px;
  margin-bottom: 5px;
}

.icon5:before {
  content: "";
  width: 1.7vw;
  height: 1.7vw;
  display: inline-block;
  position: relative;
  top: 0.6vw;
  left: 0.15vw;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon05.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon5 {
  padding: 8px;
  margin-bottom: 5px;
}

.icon6:before {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  display: inline-block;
  position: relative;
  top: 0.5vw;
  left: 0.15vw;
  margin-right: 8px;
  background-image: url(../images/otanoshimi/icon06.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon6 {
  padding: 8px;
  margin-bottom: 5px;
}

.h2-1:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: relative;
  top: 0.8vw;
  left: 0.5vw;
  margin-left: 10px;
  background-image: url(../images/otanoshimi/section01-Illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.h2-2:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: relative;
  top: 0.5vw;
  left: 0.5vw;
  margin-left: 10px;
  background-image: url(../images/otanoshimi/section01-Illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.h2-3:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: relative;
  top: 0.5vw;
  left: 0.5vw;
  margin-left: 15px;
  background-image: url(../images/otanoshimi/section03-Illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.h2-4:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: relative;
  top: 1vw;
  left: 0.5vw;
  margin-left: 15px;
  background-image: url(../images/otanoshimi/section04-Illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.h2-5:after {
  content: "";
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: relative;
  top: 0.5vw;
  left: 0.5vw;
  margin-left: 15px;
  background-image: url(../images/otanoshimi/section05-Illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec05 {
  padding-bottom: 20vh;
}

.site {
  padding-bottom: 100px;
}

.back-img04 {
  width: 70%;
  position: relative;
  bottom: -0.5vh;
  z-index: 5;
}

@media screen and (max-width: 384px) {
  h1 {
    font-size: 1.5rem;
  }

  .kv-img-txt p {
    font-size: 1rem;
    top: 60%;
    transform: translate(-50%,-60%);
  }

  .title h2 {
    font-size: 25px;
  }
  
}

@media (max-width: 768px) {

  .kv-img-txt .kv-img {
    display: none;
  }

  .kv-img-txt .kv-img-sp {
    display: block;
    margin-top: 20vw;
  }  
  
}

@media (max-width: 960px) {

  .site {
    padding-bottom: 60px;
  }
  
  .page_oerview p {
    margin-top: 68px;
  }

  .sec {
    max-width: 100%;
    padding: 0 24px;
    margin-top: 8vh;
  }

  .no {
    font-size: 2.5vw;
  }

  .no span {
    font-size: 4.5vw;
  }

  .h2-1:after {
    width: 6.5vw;
    height: 6.5vw;
  }

  .h2-2:after {
    width: 6.5vw;
    height: 6.5vw;
  }

  .h2-3:after {
    width: 6.5vw;
    height: 6.5vw;
  }

  .h2-4:after {
    width: 6.5vw;
    height: 6.5vw;
    top: 2vw;
  }

  .h2-5:after {
    width: 6.5vw;
    height: 6.5vw;
  }

  .overview p {
    font-size: 0.9em;
    margin-top: 2.5vh;
    margin-bottom: 2vh;
    line-height: 2;
  }

  .ver-txt {
    font-size: 16px;
    padding: 1.5vw;
  } 

  .ver-txt2 {
    font-size: 16px;
    padding: 1.5vw;
  }

  .flex {
    display: block;
  }

  .side_img {
    width: 100%;
  }

  .img img {
    width: 100%;
  }  

  .info li {
    margin-top: -0.5vh;
  }

  .icon1:before {
    width: 2.8vw;
    height: 2.8vw;
  }

  .icon2:before {
    width: 2.8vw;
    height: 2.8vw;
  }

  .icon3:before {
    width: 3vw;
    height: 3vw;
  }  
  
  .icon4:before {
    width: 3vw;
    height: 3vw;
  }  

  .icon5:before {
    width: 2.8vw;
    height: 2.8vw;
  } 

  .icon6:before {
    width: 3vw;
    height: 3vw;
  }  

}

@media screen and (min-width: 2886px){
  .sec {
    max-width: 2000px;
    margin: 0 auto;
  }

  .back-img04 {
    width: 50%;
    margin: 100px auto 0;
  }  

  .footer {
    margin-top: 100px;
  }

  .main {
    background-size: 40%;
  }

  .sec05 {
    padding-bottom: 200px;
  }

}

