@charset "UTF-8";
/* mv */
.mv {
  position: relative;
}
.mv-text {
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
.mv-text h2 {
  color: #fff;
  font-size: clamp(4rem, 3.1rem + 2.8125vw, 8.5rem);
}

/* mv */
/* intro */
.intro {
  background: url(../images/value/bg01.webp) no-repeat center bottom;
  background-size: 100% auto;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 801px) {
  .intro {
    background: url(../images/value/bg01_sp.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.intro h2 {
  font-size: clamp(1.5rem, 1.04rem + 1.4375vw, 3.8rem);
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  position: relative;
}
.intro h2 .fz_l {
  color: #9c8d60;
  font-size: clamp(33px, 4vw, 56px);
  font-weight: bold;
}
@media screen and (max-width: 801px) {
  .intro h2 {
    margin-bottom: 20px;
  }
  .intro h2 .fz_l {
    font-size: 157%;
  }
}
.intro-mark {
  height: 16px;
  margin: 0 auto;
  width: 18px;
}
@media screen and (max-width: 801px) {
  .intro-mark {
    height: 8px;
    width: 8px;
  }
}
.intro h3 {
  background: #595757;
  color: #fff;
  font-size: clamp(1.7rem, 1.12rem + 1.8125vw, 4.6rem);
  padding: 20px;
}
@media screen and (max-width: 801px) {
  .intro h3 {
    padding: 15px;
  }
}
.intro .color-red {
  color: #a5021e;
}
.intro .note {
  font-size: clamp(1.2rem, 0.94rem + 0.8125vw, 2.5rem);
  line-height: 2;
}
.intro-img-wrapper{
  padding-bottom: 32vw;
}
.intro-img {
  margin: 0 auto 60px;
  width: 60.75%;
}
@media screen and (max-width: 801px) {
  .intro-img-wrapper{
    padding-bottom: 8vw;
  }
  .intro-img {
    width: 86%;
  }
}
.intro-img .is-out {
  bottom: -40px;
}
.intro h4 {
  font-size: clamp(1.7rem, 0.56rem + 3.5625vw, 7.4rem);
  font-weight: bold;
  margin-bottom: 30vw;
}
@media screen and (min-width: 1600px) {
  .intro h4 {
    margin-bottom: 320px;
  }
}
.intro h5 {
  font-size: clamp(1.7rem, 1.24rem + 1.4375vw, 4rem);
  margin-top: 30px;
}
.intro .caption {
  margin-right: 8px;
}

/* intro */
/* plan */
.plan {
  background: url(../images/value/bg_plan.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 801px) {
  .plan {
    background-size: 100% 100%;
  }
}
.plan-detail .slick-prev,
.plan-detail .slick-next {
  background: none;
}
@media screen and (max-width: 801px) {
  .plan-detail .slick-prev,
  .plan-detail .slick-next {
    width: 3.2%;
  }
}
.plan-detail .slick-prev:before {
  content: url(../images/value/arrow_prev.svg);
}
.plan-detail .slick-next:before {
  content: url(../images/value/arrow_next.svg);
}
.plan-detail .name {
  align-items: center;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
  margin: 75px auto 70px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 801px) {
  .plan-detail .name {
    flex-wrap: wrap;
    margin: 30px auto;
    padding: 20px 0;
  }
}
.plan-detail .name::before {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  content: "";
  height: calc(100% - 6px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 2px;
  width: 100%;
}
.plan-detail .name .left {
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 50px;
  text-align: center;
  width: 29.3859649123%;
}
@media screen and (max-width: 801px) {
  .plan-detail .name .left {
    align-items: center;
    border-bottom: 1px solid;
    border-right: none;
    display: flex;
    justify-content: center;
    margin-right: auto;
    padding-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
}
.plan-detail .name .left .type {
  border-bottom: 1px solid;
  font-size: clamp(1.5rem, 1.18rem + 1vw, 3.1rem);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.plan-detail .name .left .type .fz_l {
  font-size: 250%;
}
@media screen and (max-width: 801px) {
  .plan-detail .name .left .type {
    border-bottom: none;
    border-right: 1px solid;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
.plan-detail .name .left .ldk {
  font-size: clamp(1.4rem, 1.12rem + 0.875vw, 2.8rem);
  word-break: break-all;
}
.plan-detail .name .left .ldk .fz_l {
  font-size: 146%;
}
@media screen and (max-width: 801px) {
  .plan-detail .name .right {
    width: 100%;
  }
}
.plan-detail .name .right .area {
  font-size: clamp(1.4rem, 1.24rem + 0.5vw, 2.2rem);
  line-height: 1.5;
}
.plan-detail .name .right .area .fz_m {
  font-size: 200%;
}
.plan-detail .name .right .area .fz_l {
  font-size: 350%;
}
@media screen and (max-width: 801px) {
  .plan-detail .name .right .area .fz_l {
    font-size: 250%;
  }
}
.plan-detail .name .right .area:first-child {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.plan-img {
  margin: 0 auto;
  width: 85.1875%;
}
.plan .hanrei {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 801px) {
  .plan .hanrei {
    line-height: 1.4;
  }
}
.plan .hanrei p {
  margin-bottom: 10px;
}
.plan .hanrei img {
  display: inline !important;
  margin-right: 10px;
}
@media screen and (max-width: 801px) {
  .plan .hanrei img {
    height: 2vw;
    width: auto;
  }
}
.plan-feature {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.plan-feature li {
  align-items: center;
  background: url(../images/value/plan_feature.svg) no-repeat center;
  background-size: 100% auto;
  color: #9c8d60;
  display: flex;
  font-size: clamp(1.2rem, 0.78rem + 1.3125vw, 3.3rem);
  font-weight: bold;
  justify-content: center;
  height: 110px;
  margin-bottom: 20px;
  text-align: center;
  width: 32.5%;
}
@media screen and (max-width: 801px) {
  .plan-feature li {
    height: auto;
    margin-bottom: 0;
    padding: 5vw;
    width: 49%;
  }
}
.plan-list {
  color: #9c8d60;
  font-size: clamp(1.4rem, 1.12rem + 0.875vw, 2.8rem);
  margin: 70px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 801px) {
  .plan-list {
    margin: 10px auto;
  }
}
.plan-list .fz_l {
  font-size: 164%;
}
.plan-list .fz_m {
  font-size: 67%;
}
.plan-list .slick-track {
  width: 100% !important;
}
.plan-list-text {
  border-bottom: 2px solid;
  padding-bottom: 5px;
  text-align: center;
  width: 29.7619047619% !important;
}
@media screen and (max-width: 801px) {
  .plan-list-text {
    width: 100% !important;
  }
}
.plan-list-text.is-active, .plan-list-text:hover {
  cursor: pointer;
  opacity: 0.7;
}
.plan-list-text:not(:first-child) {
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 801px) {
  .plan-list-text:not(:first-child) {
    margin-left: auto;
    margin-top: 10px;
  }
}
.plan-list-text:not(:first-child)::before {
  content: "・";
  left: -25px;
  position: absolute;
  top: 30%;
}
@media screen and (max-width: 801px) {
  .plan-list-text:not(:first-child)::before {
    content: none;
  }
}