/* CSS Document */
* {
  margin-block: 0;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

main {
  position: relative;
  overflow: hidden;
}

#fvArea {
  background-image: url(../img/pc/fv_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fvArea .inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
}

.sec {
  width: 1040px;
  margin: 0 auto;
}
.sec .inner {
  padding-top: 50px;
  padding-bottom: 40px;
}
.sec .area_ttl {
  background-color: rgb(254, 217, 0);
  border: 3px solid rgb(51, 51, 51);
  border-radius: 5px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  width: 414px;
  margin: 0 auto 40px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  text-align: center;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.sec .box {
  margin-bottom: 80px;
}
.sec .box_inner {
  display: flex;
  flex-wrap: wrap;
}
.sec .areaLeft {
  margin-right: 40px;
  padding-top: 30px;
}
.sec .areaRight {
  width: 660px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec .mvImg {
  width: 340px;
  border-radius: 20px;
}
.sec .ttl_shisetsu {
  color: #e83921;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec .cap_shisetsu {
  color: #3e3a3a;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec dl {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 15px;
  align-items: center;
  margin-bottom: 50px;
}
.sec dl dt {
  background-color: #534d4d;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 90px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.sec dl dt.as_Fs {
  align-self: flex-start;
}
.sec dl dd {
  font-size: 16px;
  width: 84%;
  margin-bottom: 4px;
}
.sec .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec .slick-dots {
  bottom: -40px;
}
.sec .slick-dots li button:before {
  color: #666;
  font-size: 18px;
  opacity: 1;
}
.sec .slick-dots li.slick-active button:before {
  color: #0066cc;
  opacity: 1;
}

#footer {
  background: #c8152d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright {
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #fvArea {
    background: none;
    padding-top: 14vw;
  }
  #fvArea .inner {
    width: 100%;
    padding: 0;
  }
  .sec {
    width: 84vw;
  }
  .sec .inner {
    padding-top: 6.67vw;
    padding-bottom: 5.33vw;
  }
  .sec .area_ttl {
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    width: 67.2vw;
    margin: 0 auto 5.33vw;
    font-size: 4.8vw;
  }
  .sec .box {
    margin-bottom: 10.67vw;
  }
  .sec .areaLeft {
    margin: 0 auto;
    margin-bottom: 2vw;
    padding-top: 4vw;
  }
  .sec .areaRight {
    width: 100%;
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }
  .sec .mvImg {
    width: 72vw;
  }
  .sec .ttl_shisetsu {
    font-size: 4.8vw;
    margin-bottom: 1.67vw;
  }
  .sec .cap_shisetsu {
    font-size: 3.47vw;
    margin-bottom: 0;
  }
  .sec dl {
    gap: 4px 12px;
    margin-bottom: 6.67vw;
  }
  .sec dl dt {
    font-size: 2.67vw;
    width: 15vw;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .sec dl dt.as_Fs_sp {
    align-self: flex-start;
  }
  .sec dl dd {
    font-size: 2.93vw;
    width: 65vw;
    margin-bottom: 0.53vw;
  }
  .sec .flex {
    gap: initial;
    justify-content: space-between;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .sec .flex .f-item {
    width: 40vw;
  }
  .sec .slick-dots {
    bottom: -25px;
  }
  .sec .slick-dots li button:before {
    font-size: 12px;
  }
  .btnTop {
    width: 12vw;
  }
  #footer .copyright {
    font-size: 2.133vw;
  }
}/*# sourceMappingURL=style.css.map */