@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.wrap {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .wrap {
    padding-inline: 15px;
  }
}

.inner {
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 800px) {
  .inner {
    padding-inline: 15px;
  }
}

main {
  padding-top: 60px;
}
@media (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .anchor {
    padding-top: 130px;
    margin-top: -130px;
  }
}

.sup {
  font-size: max(50%, 10px);
  vertical-align: top;
}

.hmts {
  color: #333;
  font-feature-settings: "palt";
}
.hmts .introduction {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.hmts .introduction .hero-wrap {
  position: relative;
}
.hmts .introduction .hero {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .hmts .introduction .hero {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.hmts .introduction .hero-caption {
  position: absolute;
  inset: auto 1em -2em auto;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
}
.hmts .introduction .title {
  position: absolute;
  inset: auto auto clamp(0.938rem, 0.49rem + 1.99vw, 2.188rem) 0;
  max-width: 900px;
  width: clamp(17.5rem, 3.633rem + 61.63vw, 56.25rem);
  height: auto;
}
.hmts .introduction__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.hmts .introduction__text:first-of-type {
  padding-block: 50px 20px;
}
@media (min-width: 768px) {
  .hmts .introduction__text:first-of-type {
    padding-block: 70px 45px;
  }
}
.hmts .introduction__text .marker-line {
  background-color: #fff7d4;
}
.hmts .introduction__caption {
  margin-block: 20px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .hmts .introduction__caption {
    margin-block: 45px;
  }
}
.hmts {
  /* ~.introduction */
}
.hmts .sec01 {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-block: 25px 40px;
}
@media (min-width: 768px) {
  .hmts .sec01 {
    padding-block: 55px 80px;
  }
}
.hmts .sec01.bg-gray {
  background-color: #e0e6e9;
}
.hmts .sec01 .icon-bar {
  text-align: center;
}
.hmts .sec01 .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .sec01 .title-container {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 25px auto 45px;
  color: #136992;
}
@media (min-width: 768px) {
  .hmts .sec01 .title-container {
    margin: 50px auto 90px;
  }
}
.hmts .sec01 .title-container .number-prefix {
  position: relative;
  font-size: clamp(3.125rem, 2.678rem + 1.99vw, 4.375rem);
  line-height: 0.2;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hmts .sec01 .title-container .number-prefix::after {
  content: "";
  position: absolute;
  top: clamp(-2.5rem, -2.947rem + 1.99vw, -1.25rem);
  left: 1px;
  width: 1px;
  height: 90px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: bottom;
}
.hmts .sec01 .title-container .title-content {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hmts .sec01 .title-container .title-content {
    padding-left: 20px;
  }
}
.hmts .sec01 .title-container .title-content .title-text {
  font-size: clamp(0.938rem, 0.535rem + 1.79vw, 2.063rem);
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.hmts .sec01__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.8;
}
.hmts .sec01__text .marker-line {
  background-color: #fff7d4;
}
.hmts .sec01__text.text-center {
  text-align: center;
}
.hmts .sec01__img-01 {
  margin-block: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec01__img-01 {
    margin-block: 60px;
  }
}
.hmts .sec01__img-01 .caption {
  padding-top: 5px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec01__img-02 {
  margin-block: 30px 40px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec01__img-02 {
    margin-block: 60px 80px;
  }
}
.hmts .sec01__img-02 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec01__img-03 {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec01__img-03 {
    margin-bottom: 60px;
  }
}
.hmts .sec01__img-03 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec01__img-04 {
  width: 100%;
  height: auto;
}
.hmts .sec01__img-04 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec01__caption-01 {
  margin-block: 25px;
  font-size: 10px;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .hmts .sec01__caption-01 {
    margin-block: 50px;
  }
}
.hmts .sec01__caption-02 {
  margin-block: 25px 20px;
  font-size: 10px;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .hmts .sec01__caption-02 {
    margin-block: 45px 40px;
  }
}
.hmts .sec01__flex-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-block: 35px 45px;
}
@media (min-width: 768px) {
  .hmts .sec01__flex-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}
.hmts .sec01__flex-01 .left {
  width: 100%;
}
@media (min-width: 768px) {
  .hmts .sec01__flex-01 .left {
    max-width: 370px;
  }
}
.hmts .sec01__flex-01 .right {
  width: 100%;
}
@media (min-width: 768px) {
  .hmts .sec01__flex-01 .right {
    max-width: 370px;
  }
}
.hmts .sec01 .point-box .title {
  width: 100%;
  padding: 10px 25px;
  font-size: clamp(1rem, 0.911rem + 0.4vw, 1.25rem);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #136992;
}
.hmts .sec01 .point-box .text {
  padding-top: 15px;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .hmts .sec01 .point-box .text {
    padding-top: 30px;
  }
}
.hmts {
  /* ~.sec01 */
}
.hmts .sec02 {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-block: 40px 50px;
}
@media (min-width: 768px) {
  .hmts .sec02 {
    padding-block: 170px 100px;
  }
}
.hmts .sec02 .icon-bar {
  text-align: center;
}
.hmts .sec02 .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .sec02 .title-container {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 25px auto 45px;
  color: #136992;
}
@media (min-width: 768px) {
  .hmts .sec02 .title-container {
    margin: 50px auto 90px;
  }
}
.hmts .sec02 .title-container .number-prefix {
  position: relative;
  font-size: clamp(3.125rem, 2.678rem + 1.99vw, 4.375rem);
  line-height: 0.2;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hmts .sec02 .title-container .number-prefix::after {
  content: "";
  position: absolute;
  top: clamp(-2.5rem, -2.947rem + 1.99vw, -1.25rem);
  left: clamp(0.313rem, 0.268rem + 0.2vw, 0.438rem);
  width: 1px;
  height: 90px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: bottom;
}
.hmts .sec02 .title-container .title-content {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hmts .sec02 .title-container .title-content {
    padding-left: 20px;
  }
}
.hmts .sec02 .title-container .title-content .title-text {
  font-size: clamp(1.25rem, 0.959rem + 1.29vw, 2.063rem);
  line-height: 1.3;
  font-weight: 500;
}
.hmts .sec02__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.8;
}
.hmts .sec02__text .marker-line {
  background-color: #fff7d4;
}
.hmts .sec02__text.text-center {
  text-align: center;
}
.hmts .sec02__img-01 {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec02__img-01 {
    max-width: 630px;
    width: min(46.12vw, 630px);
    height: auto;
    margin-left: auto;
  }
}
.hmts .sec02__img-01 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__img-02 {
  width: clamp(9.375rem, 4.4rem + 22.11vw, 15rem);
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec02__img-02 {
    max-width: 340px;
    width: min(24.89vw, 340px);
    height: auto;
  }
}
.hmts .sec02__img-03 {
  margin-block: 35px 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec02__img-03 {
    margin-block: 65px 60px;
  }
}
.hmts .sec02__img-03 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__img-04 {
  width: 100%;
  height: auto;
}
.hmts .sec02__img-04 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__img-05 {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec02__img-05 {
    margin-bottom: 65px;
  }
}
.hmts .sec02__img-05 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__img-06 {
  position: relative;
  margin-block: 35px 40px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hmts .sec02__img-06 {
    margin-block: 70px 80px;
  }
}
.hmts .sec02__img-06 .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__img-06 .caption-right {
  position: absolute;
  inset: auto 0 0 auto;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__caption {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .hmts .sec02__caption {
    margin-top: 40px;
  }
}
.hmts .sec02__flex-01 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-block: 35px 0;
}
@media (min-width: 768px) {
  .hmts .sec02__flex-01 {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 25px;
    transform: translateY(-250px);
  }
}
.hmts .sec02__flex-01 .right .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__flex-02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hmts .sec02__flex-02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .hmts .sec02__flex-02 .left {
    width: 39%;
  }
}
@media (min-width: 768px) {
  .hmts .sec02__flex-02 .right {
    width: 54%;
  }
}
.hmts .sec02__flex-02 .right .caption {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.58rem + 0.2vw, 0.75rem);
  color: #333;
}
.hmts .sec02__gallery {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .hmts .sec02__gallery {
    margin-top: 50px;
    margin-bottom: -250px;
  }
}
.hmts {
  /* ~.sec02 */
}
.hmts .sec03 {
  padding-block: 30px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .hmts .sec03 {
    padding-block: 60px;
  }
}
.hmts .sec03.bg-gray {
  background-color: #e0e6e9;
}
.hmts .sec03 .icon-bar {
  text-align: center;
}
.hmts .sec03 .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .sec03 .title-container {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 25px auto 45px;
  color: #136992;
}
@media (min-width: 768px) {
  .hmts .sec03 .title-container {
    margin: 50px auto 90px;
  }
}
.hmts .sec03 .title-container .number-prefix {
  position: relative;
  font-size: clamp(3.125rem, 2.678rem + 1.99vw, 4.375rem);
  line-height: 0.2;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hmts .sec03 .title-container .number-prefix::after {
  content: "";
  position: absolute;
  top: clamp(-2.5rem, -2.947rem + 1.99vw, -1.25rem);
  left: 2px;
  width: 1px;
  height: 90px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: bottom;
}
.hmts .sec03 .title-container .title-content {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hmts .sec03 .title-container .title-content {
    padding-left: 20px;
  }
}
.hmts .sec03 .title-container .title-content .title-text {
  font-size: clamp(1.25rem, 0.959rem + 1.29vw, 2.063rem);
  line-height: 1.3;
  font-weight: 500;
}
.hmts .sec03__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.hmts .sec03__text .marker-line {
  background-color: #fff7d4;
}
.hmts .sec03__img-01 {
  width: 100%;
  height: auto;
  margin-block: 20px 25px;
}
@media (min-width: 768px) {
  .hmts .sec03__img-01 {
    margin-block: 40px 50px;
  }
}
.hmts .sec03__img-01 .caption {
  padding-top: 10px;
  font-size: 10px;
  color: #333;
}
.hmts {
  /* ~.sec03 */
}
.hmts .sec04 {
  padding-block: 30px 45px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .hmts .sec04 {
    padding-block: 60px 90px;
  }
}
.hmts .sec04 .icon-bar {
  text-align: center;
}
.hmts .sec04 .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .sec04 .title-container {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 25px auto 45px;
  color: #136992;
}
@media (min-width: 768px) {
  .hmts .sec04 .title-container {
    margin: 50px auto 90px;
  }
}
.hmts .sec04 .title-container .number-prefix {
  position: relative;
  font-size: clamp(3.125rem, 2.678rem + 1.99vw, 4.375rem);
  line-height: 0.2;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hmts .sec04 .title-container .number-prefix::after {
  content: "";
  position: absolute;
  top: clamp(-2.5rem, -2.947rem + 1.99vw, -1.25rem);
  left: clamp(0.375rem, 0.33rem + 0.2vw, 0.5rem);
  width: 1px;
  height: 90px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: bottom;
}
.hmts .sec04 .title-container .title-content {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hmts .sec04 .title-container .title-content {
    padding-left: 20px;
  }
}
.hmts .sec04 .title-container .title-content .title-text {
  font-size: clamp(1.25rem, 0.959rem + 1.29vw, 2.063rem);
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hmts .sec04 .title-container .title-content .title-line {
    display: none;
  }
}
.hmts .sec04__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.hmts .sec04__text .marker-line {
  background-color: #fff7d4;
}
.hmts .sec04 .point-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .hmts .sec04 .point-box {
    margin-top: 50px;
  }
}
.hmts .sec04 .point-box .title {
  width: 100%;
  padding: 10px 25px;
  font-size: clamp(1rem, 0.911rem + 0.4vw, 1.25rem);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #136992;
}
.hmts .sec04 .point-box .title .small {
  font-size: 10px;
}
.hmts .sec04 .point-box .text {
  padding-top: 15px;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .hmts .sec04 .point-box .text {
    padding-top: 30px;
  }
}
.hmts .sec04__btn-01 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .hmts .sec04__btn-01 {
    margin-top: 160px;
  }
}
.hmts .sec04__btn-01 a {
  width: 100%;
  height: 90px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  line-height: 1.7;
  background: #136992;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .hmts .sec04__btn-01 a {
    width: 350px;
    height: 100px;
  }
}
.hmts .sec04__btn-01 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.hmts {
  /* ~.sec04 */
}
.hmts .sec05 {
  padding-block: 30px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .hmts .sec05 {
    padding-block: 30px 60px;
  }
}
.hmts .sec05.bg-gray {
  background-color: #e0e6e9;
}
.hmts .sec05 .icon-bar {
  text-align: center;
}
.hmts .sec05 .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .sec05 .title-container {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 25px auto 45px;
  color: #136992;
}
@media (min-width: 768px) {
  .hmts .sec05 .title-container {
    margin: 50px auto 90px;
  }
}
.hmts .sec05 .title-container .number-prefix {
  position: relative;
  font-size: clamp(3.125rem, 2.678rem + 1.99vw, 4.375rem);
  line-height: 0.2;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hmts .sec05 .title-container .number-prefix::after {
  content: "";
  position: absolute;
  top: clamp(-2.5rem, -2.947rem + 1.99vw, -1.25rem);
  left: clamp(0.125rem, 0.103rem + 0.1vw, 0.188rem);
  width: 1px;
  height: 90px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: bottom;
}
.hmts .sec05 .title-container .title-content {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .hmts .sec05 .title-container .title-content {
    padding-left: 20px;
  }
}
.hmts .sec05 .title-container .title-content .title-text {
  font-size: clamp(1.25rem, 0.959rem + 1.29vw, 2.063rem);
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hmts .sec05 .title-container .title-content .title-line {
    display: none;
  }
}
.hmts .sec05__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.hmts .sec05__text .marker-line {
  background-color: #fff7d4;
}
.hmts .sec05__text + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hmts .sec05__text + p {
    margin-top: 40px;
  }
}
.hmts .sec05__img-01 {
  width: 100%;
  height: auto;
  margin-block: 35px 25px;
}
@media (min-width: 768px) {
  .hmts .sec05__img-01 {
    margin-block: 65px 50px;
  }
}
.hmts .sec05__img-01 .caption {
  padding-top: 10px;
  font-size: 10px;
  color: #333;
}
.hmts .sec05__img-02 {
  width: 100%;
  height: auto;
}
.hmts .sec05__img-02 .caption {
  padding-top: 10px;
  font-size: 10px;
  color: #333;
}
.hmts .sec05__img-03 {
  width: 100%;
  height: auto;
}
.hmts .sec05__img-03 .caption {
  padding-top: 10px;
  font-size: 10px;
  color: #333;
}
.hmts .sec05__flex-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 768px) {
  .hmts .sec05__flex-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
  }
}
.hmts .sec05__flex-01 .left {
  width: 100%;
}
@media (min-width: 768px) {
  .hmts .sec05__flex-01 .left {
    width: 48%;
  }
}
.hmts .sec05__flex-01 .right {
  width: 100%;
}
@media (min-width: 768px) {
  .hmts .sec05__flex-01 .right {
    width: 50%;
  }
}
.hmts {
  /* ~.sec05 */
}
.hmts .link-container {
  padding-block: 25px 75px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .hmts .link-container {
    padding-block: 50px 150px;
  }
}
.hmts .link-container .icon-bar {
  text-align: center;
}
.hmts .link-container .icon-bar img {
  width: 44px;
  height: auto;
}
.hmts .link-container__title {
  margin-block: 30px;
  text-align: center;
  font-size: clamp(1.25rem, 0.959rem + 1.29vw, 2.063rem);
  color: #136992;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hmts .link-container__title {
    margin-block: 55px;
  }
}
.hmts .link-container__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.hmts .link-container__text .marker-line {
  background-color: #fff7d4;
}
.hmts .link-container__text + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hmts .link-container__text + p {
    margin-top: 40px;
  }
}
.hmts .link-container__link {
  font-size: clamp(1.125rem, 1.013rem + 0.5vw, 1.438rem);
  line-height: 1.75;
}
.hmts .link-container__link .marker-line {
  background-color: #fff7d4;
}
.hmts .link-container__link.text-center {
  text-align: center;
}
.hmts .link-container__link a {
  display: inline-block;
  color: #136992;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
  padding-inline: 0.2em;
  transition: all 0.3s ease-in-out;
}
.hmts .link-container__link a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hmts .link-container__link a:hover {
  opacity: 0.8;
}
.hmts .link-container__link a:hover::after {
  transform: scaleX(0);
}
.hmts .link-container__caption {
  margin-block: 35px 45px;
  font-size: 10px;
  color: #333;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .hmts .link-container__caption {
    margin-block: 70px 90px;
  }
}
.hmts {
  /* ~.link-container */
}/*# sourceMappingURL=hm-ts.css.map */