:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.6;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
body {
  counter-reset: number 0;
  background: url(../img/bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
body .objWrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  body .objWrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body .objWrap {
    position: absolute;
    top: 20px;
  }
}
body .objWrap > * {
  position: absolute;
}
body .objWrap .logo {
  width: 10%;
  top: 5%;
  left: 4%;
}
body .objWrap .obj1 {
  width: 14%;
  top: 24%;
  left: 2%;
}
body .objWrap .obj2 {
  width: 14%;
  top: 48%;
  left: 13%;
}
body .objWrap .obj3 {
  width: 16%;
  top: 71%;
  left: 2%;
}
body .objWrap .obj4 {
  width: 15%;
  top: 7%;
  right: 3%;
}
body .objWrap .obj5 {
  width: 14%;
  top: 32%;
  right: 14%;
}
body .objWrap .obj6 {
  width: 16%;
  top: 56%;
  right: 2%;
}
body .objWrap .linkbtn {
  width: 22%;
  top: 82%;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  body .objWrap > *:not(.logo) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .objWrap .logo {
    width: 23%;
    left: 7%;
  }
}

.main {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: 0 auto 100px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 0;
  }
}
.main .sec1 .img {
  margin-top: -20px;
  position: relative;
}
.main .sec1 .img .linkbtn {
  max-width: 340px;
  width: 70%;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
}
.main .sec1 .slider1 img {
  height: auto;
  max-height: 260px;
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .main .sec1 .img .linkbtn {
    bottom: 25px;
  }
}
.main .sec2 .slider2 img {
  height: auto;
  max-height: 260px;
  min-height: 260px;
}
.main .sec2 .info {
  position: relative;
}
.main .sec2 .info .linkbtn {
  max-width: 340px;
  width: 70%;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main .sec2 .info .linkbtn {
    bottom: 35px;
  }
}
.main .sec3 {
  background-color: #EFEAEA;
  padding-top: 30px;
  padding-bottom: 80px;
}
.main .sec3 .head {
  max-width: 460px;
  width: 90%;
  margin: 0 auto 60px;
}
.main .sec3 .blk {
  position: relative;
}
.main .sec3 .blk:nth-of-type(n+2) {
  margin-top: 80px;
}
.main .sec3 .blk .num {
  position: absolute;
  top: -30px;
  left: 90px;
  z-index: 10;
}
.main .sec3 .blk .num img {
  width: auto;
  height: 150px;
}
.main .sec3 .blk .txt {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.8;
  letter-spacing: 3px;
  margin-top: 30px;
  color: #4d4d4d;
}
.main .sec3 .blk .reasonSlider1,
.main .sec3 .blk .reasonSlider2,
.main .sec3 .blk .reasonSlider3 {
  max-width: 490px;
  width: 85%;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main .sec3 .blk:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .main .sec3 .blk .num {
    top: -20px;
    left: 60px;
  }
  .main .sec3 .blk .num img {
    height: 80px;
  }
  .main .sec3 .blk .txt {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
  }
}
.main .sec4 {
  background-color: #F7F5F1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main .sec4 .head {
  max-width: 220px;
  width: 50%;
  margin: 0 auto 60px;
}
.main .sec4 .acd {
  width: 100%;
}
.main .sec4 .acd .acdTtl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  font-family: var(--sans);
  text-align: left;
  padding: 25px 30px;
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
}
.main .sec4 .acd .acdTtl:before {
  font-size: 24px;
  font-family: var(--serif);
  font-weight: 400;
  color: #a1c598;
  margin-right: 30px;
  counter-increment: number 1;
  content: "Q" counter(number);
}
.main .sec4 .acd .acdTtl:after {
  content: "";
  background: url(../img/acd-open.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
.main .sec4 .acd .acdTtl.active:after {
  background: url(../img/acd-close.png) center center/contain no-repeat;
}
.main .sec4 .acd .acdBox {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--sans);
  line-height: 1.8;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 3px solid #fff;
}
.main .sec4 .acd .acdBox:last-of-type {
  border-bottom: none;
}
.main .sec4 .acd .acdBox .acdInner {
  padding: 0 30px 35px;
}
@media screen and (max-width: 768px) {
  .main .sec4 .acd .acdTtl {
    font-size: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .main .sec4 .acd .acdTtl:before {
    font-size: 16px;
    margin-right: 10px;
    display: block;
  }
  .main .sec4 .acd .acdTtl:after {
    width: 25px;
    height: 25px;
    right: 25px;
  }
  .main .sec4 .acd .acdBox .acdInner {
    padding: 0 20px 25px;
  }
}
.main .sec5 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #F6F0E4;
}
.main .sec5 .head {
  max-width: 340px;
  width: 80%;
  margin: 0 auto 60px;
}
.main .sec5 .slider3 {
  width: 100%;
  margin: 0 auto 30px;
}
.main .sec5 .slider3 .slideArrow {
  z-index: 10;
}
.main .sec5 .slider3 .slick-slide {
  padding: 0 30px;
}
.main .sec5 .slider3 .prevArrow,
.main .sec5 .slider3 .nextArrow {
  font-size: 20px;
  color: #754c24;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
.main .sec5 .slider3 .prevArrow {
  left: 10px;
}
.main .sec5 .slider3 .nextArrow {
  right: 10px;
}
.main .sec5 .txt {
  width: 80%;
  margin: 0 auto 40px;
}
.main .sec5 .linkbtn {
  max-width: 340px;
  width: 70%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}