@charset "UTF-8";
/*color*/
/* PC（〜1280px） */
/* TABLET（〜1024px） */
/* SP（〜768px） */
/* SP（〜640px） */
/* SP（〜480px） */
.feature-point_inner {
  margin: auto;
  max-width: 1000px;
  width: 94%;
}
.feature-point_article {
  padding-top: 6%;
}
.feature-point_title {
  padding-bottom: 0.8em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
}
.feature-point_title .-ja {
  display: block;
  line-height: 1.4em;
  color: #b30002;
}
.feature-point_title .-en {
  display: block;
  font-size: 40%;
  color: #ecdc80;
}
@media screen and (max-width: 767px) {
  .feature-point_title {
    font-size: 6vw;
  }
}
.feature-point_box {
  margin: auto;
  padding: 0 0 10%;
}
.feature-point_box:last-of-type {
  padding: 0 0 3%;
}
.feature-point_subtitle {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-bottom: 55px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
}
.feature-point_subtitle.-subtitle1 {
  background-image: url("/feature/zeisei/assets/images/point/subtitle01.png");
  padding-top: 77px;
}
.feature-point_subtitle.-subtitle2 {
  background-image: url("/feature/zeisei/assets/images/point/subtitle02.png");
  padding-top: 72px;
}
.feature-point_subtitle.-subtitle3 {
  background-image: url("/feature/zeisei/assets/images/point/subtitle03.png");
  padding-top: 77px;
}
.feature-point_detail {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.feature-point_text {
  width: 58%;
  line-height: 1.8em;
}
.feature-point_photo {
  width: 40%;
}
.feature-point_image {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 999px) {
  .feature-point_subtitle.-subtitle1 {
    padding-top: 8.19%;
  }
  .feature-point_subtitle.-subtitle2 {
    padding-top: 8.19%;
  }
  .feature-point_subtitle.-subtitle3 {
    padding-top: 8.19%;
  }
}
@media screen and (max-width: 767px) {
  .feature-point_subtitle {
    margin-bottom: 3%;
  }
  .feature-point_subtitle.-subtitle1 {
    background-image: url("/feature/zeisei/assets/images/point/subtitle01_sp.png");
    padding-top: 27.33%;
  }
  .feature-point_subtitle.-subtitle2 {
    background-image: url("/feature/zeisei/assets/images/point/subtitle02_sp.png");
    padding-top: 19.73%;
  }
  .feature-point_subtitle.-subtitle3 {
    background-image: url("/feature/zeisei/assets/images/point/subtitle03_sp.png");
    padding-top: 36.4%;
  }
  .feature-point_detail {
    flex-flow: column wrap;
  }
  .feature-point_text {
    padding-bottom: 2em;
    width: 100%;
  }
  .feature-point_photo {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .feature-point_image {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .feature-point_inner {
    width: 90%;
  }
  .feature-point_text {
    font-size: 1.4rem;
  }
}
