@charset "UTF-8";

/* ====================================
  base
===================================== */
.main-content {
  margin: 5rem 0;
}
picture {
  display: block;
}
/* ====================================
  h1
===================================== */
#Sub_kv {
  background: center center/cover no-repeat url(../../images/08_signage/signage_kv.png);
  height: clamp(550px, 70vh, 650px);
}
#Sub_kv .catchphrase {
  color: #000;
  text-align: left;
  text-shadow: 0 0 15px #fff;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#Sub_kv .catchphrase span {
  font-weight: 600;
  font-size: 1em;
  display: block;
}
#Sub_kv h1 {
  font-size: clamp(3rem,7vw,6rem);
  font-weight: 600;
  line-height: 1.4;
}
#Sub_kv .catchphrase p {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.7;
}
/* ====================================
  #introduction
===================================== */
#introduction {
  flex-direction: column;
  gap: 3rem;
}
#introduction .container {
  align-items: center;
  gap: 2rem;
}
.introduction__text, .introduction__img {
  flex: 1;
}
.introduction__text {
  flex-direction: column;
  gap: 2.5rem;
}
.introduction__text h2 {
  font-size: clamp(2.2rem, 2.7vw, 3.2rem);
}
.introduction__text p {
  line-height: 2;
  font-weight: 500;
}
.introduction__img {
  background-color: #f9f9f9;
  align-items: center;
  justify-content: center;
}
.problem__list {
  gap: 3rem;
  margin: 5rem auto;
}
.problem__content {
  flex: 1;
  flex-direction: column;
  gap: 3rem;
}
.problem__content dt {
  font-size: 1.8rem;
}
.problem__content figure {
  flex-direction: column;
  gap: 2.5rem;
}
.problem__content figure img {
  width: 50%;
  margin: 0 auto;
}
.problem__content figcaption {
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
}
/* ====================================
  #feature01
===================================== */
#feature_01 picture {
  max-width: 800px;
  width: 98%;
  margin: 3rem auto 0;
}
/* ====================================
  #feature02
===================================== */
.feature_02__content {
  gap: 1rem;
}
.feature_02__detail {
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
}
.feature_02__text {
  gap: 1.5rem;
  align-items: center;
}
.feature_02__text img {
  max-width: 60px;
}

/* ====================================
  #scene
===================================== */
.scene__content {
  gap: 1rem;
  margin-top: 2rem;
}
.scene__detail {
  flex: 1;
}
.scene__detail dl {
  margin-top: 1.5rem;
}
.scene__detail dl dt {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
/* ====================================
  #cost
===================================== */
#cost .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#cost h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  text-align: center;
  border-radius: 50px;
  width: 65%;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 2rem;
}
.initial-cost h3 {
  background-color: #007c5b;
  color: #fff;
}
.monthly-fee h3 {
  background-color: #16276b;
  color: #fff;
}

.initial-cost h3 span,
.monthly-fee h3 span {
  display: inline-block;
  font-size: 0.7em;
}

.cost__content {
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.initial-cost,
.monthly-fee {
  gap: 1rem;
  align-items: center;
  margin: 5rem 0 3rem 0;
  padding: 6rem 2rem 3.5rem 2rem;
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;
}
.cost__detail {
  background-color: #f9f9f9;
  width: calc((100% - 5rem) / 2);
  padding: 1.5rem;
  align-items: center;
  gap: 2rem;
}
.cost__text p {
  font-size: 2rem;
  font-weight: 600;
}
.cost__text span {
  display: block;
  font-size: 0.8em;
}
.price span {
  display: inline-block;
}
.cost__img {
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.initial-cost .cost__img {
  width: 120px;
  height: 120px;

}
.monthly-fee .cost__img {
  width: 120px;
  height: 90px;
}
.monthly-fee .cost__img img {
  width: 80px;
  height: 60px;
}
.initial-cost ul, .monthly-fee ul {
  margin-top: 2rem;
  list-style: disc;
  margin-left: 1.5rem;
}
/* ====================================
  #other
===================================== */

#other h2 {
  color: #4c2d91;
  font-size: clamp(1.8rem,2.5vw,2.4rem);
  text-align: center;
  margin-bottom: 5rem;
}
.other__content {
  gap: 2rem;
}
.other__detail {
  flex: 1;
  border: 2px solid #4c2d91;
  padding: 2rem 1.5rem 3rem 1.5rem;
}
.other__detail h3 {
  font-size: clamp(1.6rem,2.5vw,2rem);
}
.other__detail img {
  margin: 1rem 0;
}
.other__detail p {
  font-weight: 600;
}
.other__link {
  margin: 5rem auto 0;
  text-align: center;
  width: 100%;
}
.other__link a {
  background-color: #ca5628;
  display: block;
  color: #fff;
  padding: 1.5rem 0.5rem;
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}
.other__link a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 1rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* ====================================
  Screen 1280px
===================================== */
@media screen and (max-width: 1200px){

}

/* ====================================
  Screen 960px
===================================== */
@media screen and (max-width: 960px) {

}
@media screen and (min-width: 961px){

}
@media screen and (max-width: 960px) and (min-width: 641px){

}
@media screen and (max-width: 960px) and (min-width: 769px){

}
/* ====================================
  Screen 767px
===================================== */
@media screen and (max-width: 767px) {
  .Section_intro {
    font-size: 1.7rem;
  }
  #introduction .container.flex-box {
    flex-direction: column;
  }
  #problem .problem__list.flex-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem;
  }
  #problem .problem__list.flex-box .problem__content {
    width: calc((100% - 3rem) / 2);
    flex: unset;
  }
  #feature_02 .feature_02__content {
    gap: 3rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #feature_02 .feature_02__content .feature_02__detail {
    width: calc((100% - 1rem) / 2);
    flex: unset;
  }
  #scene .scene__content.flex-box {
    flex-wrap: wrap;
  }
  #scene .scene__content.flex-box .scene__detail {
    flex: unset;
    width: calc((100% - 1rem) / 2);
  }
  #cost .cost__content {
    flex-direction: column;
  }
  #cost .stb.cost__detail.flex-box, #cost .display.cost__detail.flex-box {
    width: 100%;
    justify-content: center;
  }
}


/* ====================================
  Screen 640px
===================================== */
@media screen and (max-width: 768px) and (min-width: 641px){

}

@media screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {
  .problem__content figure img {
    width: 120px;
  }
  #cost h3 {
    width: 85%;
  }
}

/* ====================================
  Screen 480px
===================================== */
@media screen and (max-width: 480px) {
  #problem .problem__list.flex-box .problem__content {
    width: 100%;
  }
  .problem__content dt {
    font-size: 2.4rem;
  }
  #feature_02 .feature_02__content .feature_02__detail {
    width: 100%;
  }
  #scene .scene__content.flex-box {
    gap: 3rem;
  }
  #scene .scene__content.flex-box .scene__detail {
    width: 100%;
  }
  #cost .stb.cost__detail.flex-box, #cost .display.cost__detail.flex-box {
    flex-direction: column;
  }
  #other .other__content {
    flex-direction: column;
  }
  .Section_content br {
    display: none;
  }
  .Section_content p {
   text-align: left;
 }
  .feature_02__text img {
    max-width: 40px;
  }
}
