.feature-top-box {
  width: 690px;
  margin: 0 auto;
  position: relative;
}
.feature-top-text {
  margin: 25px auto 25px;
  border: 5px solid #009380;
  padding: 22px;
  font-weight: bold;
}
.feature-top-text::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background-color: #009380;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.underline {
  background: linear-gradient(transparent 70%, #fee5a5 70%);
}
#feature {
  margin: 25px auto 25px;
  width: 1000px;
  position: relative;
}
.section-title-box {
  display: flex;
  justify-content: left;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.section-title-box::before {
  content: "";
  position: absolute;
  bottom: 21px;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    #009380 0%,
    #009380 70%,
    #f4f4f4 70%,
    #f4f4f4 100%
  );
}
.triangle-img {
  height: 40px;
  width: 35px;
}
.section-title {
  font-size: 40px;
  padding-left: 11px;
  color: #009380;
}
.small-title-txt {
  font-size: 40px;
}
.skew {
  display: inline-block;
  font-style: italic;
  font-size: 73px;
  margin: 0 4px;
  color: #f88300;
}
.feature-cnt-box {
  margin: 25px auto 25px;
}
.feature-cnt {
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}

.feature-img {
  width: 50%;
}
.feature-cnt-text-box {
  color: var(--main-color);
  font-weight: bold;
}
.feature-show-more-btn {
  background: var(--main-color);
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-left: 200px;
  margin-top: 35px;
  cursor: pointer;
}
.feature-show-more-btn:hover {
  opacity: 0.8;
}

.feature-lower {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 460px;
  background-repeat: no-repeat;
  margin-top: 20px;
  background-color: white;
  width: 900px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.feature-textbox {
  position: absolute;
  top: 10%;
  left: 3%;
}

.feature-text-title {
  font-size: 30px;
  color: var(--main-color);
}

.feture-text-under {
  margin-top: 20px;
}

.feture-text-under2 {
  margin-top: 65px;
}

.feture-text-under3 {
  margin-top: 45px;
}

.feature-text {
  margin-top: 7px;
  font-size: 20px;
}

.feature-lower-image1 {
  position: absolute;
  width: 300px;
  left: 65%;
  top: 10%;
}

.feature-lower-image2 {
  position: absolute;
  width: 450px;
  left: 47%;
  top: 20%;
}

.feature-lower-image3 {
  position: absolute;
  width: 360px;
  left: 57%;
  top: 16.5%;
}

.subtitle-right {
  right: 1%;
  letter-spacing: -3px;
  top: 19%;
}

.subtitle-left {
  top: 5%;
  left: 1%;
}
.feature-modal-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.7);
}
.js-modal-hide {
  display: none;
}
.feature-close-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  border: solid 1px;
  position: absolute;
  right: -8px;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-right: 1px;
}
.feature-text-url {
  text-decoration: underline !important;
  position: absolute;
  bottom: 70px;
  right: 0;
  text-align: right;
  color: #0013ff;
  font-weight: bold;
  text-decoration-color: #0013ff;
}
.winter-font {
  font-size: 50px;
}

/* 日本地図 */
#japan_map {
  margin: 0px auto 25px;
  width: 1000px;
  position: relative;
}
.orange_apply_botan {
  margin: 0 auto;
  width: 450px;
  display: block;
  cursor: pointer;
  transition: .5s;
}
.orange_apply_botan:hover {
  opacity: .7;
}