.hero.is-animated .hero__inner .box__header .content-title.--lv2 small.jp {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
}

.wrapper {
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-inline: 15px;
  }
}

.contents {
  max-width: 1256px;
  width: 100%;
  margin-inline: auto;
}

.contents_titleWrap {
  background-color: #f45521;
  color: #fff;
  border-radius: 50px 50px 0 0;
  padding-block: 25px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .contents_titleWrap {
    padding-inline: 15px;
    border-radius: 30px 30px 0 0;
  }
}

.contents_title {
  text-align: center;
}
.contents_title .sub {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contents_title .sub {
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
  }
}
.contents_title .main {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_title .main {
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
  }
}

.contents_main {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  padding-block: 70px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .contents_main {
    padding-inline: 15px;
    padding-block: 50px;
    border-radius: 0 0 30px 30px;
  }
}

.contents_img {
  max-width: 878px;
  margin-inline: auto;
}

.contents_read {
  margin-top: -20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents_read {
    margin-top: -10px;
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
  }
}

.contents_text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.contents_text + .contents_text {
  margin-top: 20px;
}
.contents_text strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_text {
    font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
  }
}

.location {
  width: 57.1428571429vw;
  margin-top: 3.5714285714vw;
  margin-inline: auto;
  background-color: #f3eee9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4285714286vw;
  border-radius: 10px;
  padding: 2.1428571429vw 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .location {
    width: 80vw;
  }
}
.location h4 {
  font-size: 1.7142857143vw;
  font-weight: bold;
  text-align: center;
  background-color: #f45521;
  color: #fff;
  border-radius: 50px;
  padding: 0.7142857143vw 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  .location h4 {
    font-size: 4.8vw;
  }
}
.location__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .location__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-inline: auto;
  }
}
.location__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2857142857vw;
  font-weight: bold;
  padding-left: 1.2857142857vw;
  text-indent: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  .location__list li {
    font-size: 3.2vw;
    padding-left: 3.2vw;
    text-indent: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.location__list li.header {
  text-indent: 0;
}
.location__list li span {
  color: #f45521;
}

.annotation {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  }
}/*# sourceMappingURL=fms.css.map */