.heading_1 {
  margin: 0 0 0 3rem;
  line-height: 1;
}
.heading_1 .heading_en {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.heading_1 .heading_en img {
  width: 2rem;
  margin-right: .8rem;
}
.heading_1 .heading_en span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1.6;
  color: #396C87;
}
.heading_1 strong {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #4F7B92;
}

@media (min-width: 768px) {
  .heading_1 {
    margin: 0 0 0 17%;
  }
  .heading_1 .heading_en {
    margin-bottom: 1.2rem;
  }
  .heading_1 .heading_en img {
    width: 2rem;
  }
  .heading_1 .heading_en span {
    font-size: 2rem;
    font-weight: 300;
  }
  .heading_1 strong {
    font-size: 4rem;
  }
}
#MV {
  width: 100%;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #MV {
    padding-left: 3.6vw;
  }
}

.sec_service .inner {
  padding: 0 2rem;
}
.sec_service .heading_2_line {
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
  position: relative;
}
.sec_service .heading_2_line::after {
  content: '';
  display: block;
  width: calc(100% - (42px + 3em));
  height: 1px;
  background: #D7E5EC;
  position: absolute;
  top: 50%;
  right: 0;
}
.sec_service .heading_2_line img {
  width: 1.8rem;
}
.sec_service .heading_2_line strong {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 1.2rem;
  color: #396C87;
}
.sec_service .heading_2_line._sports {
  margin-top: 7rem;
}
.sec_service .heading_2_line._sports::after {
  width: calc(100% - (42px + 8em));
}
.sec_service .flex_block {
  display: flex;
  flex-direction: column;
  gap: 4.8rem 0;
}
.sec_service .flex_block figure {
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0;
}
.sec_service .flex_block .heading_3 {
  margin: 0 0 3.2rem;
}
.sec_service .link_text {
  display: inline-block;
  position: relative;
}
.sec_service .link_text a {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .08em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 2%;
}
.sec_service .link_text a + .link_icon {
  position: absolute;
  width: .9rem;
  height: auto;
  top: 50%;
  right: -1.7rem;
  transform: translateY(-50%);
}
.sec_service .link_text a:hover {
  opacity: .6;
}
@media (min-width: 768px) {
  .sec_service .inner {
    max-width: 1510px;
    margin: 0 auto;
  }
  .sec_service .heading_2_line::after {
    display: none;
  }
  .sec_service .heading_2_line img {
    width: 2.4rem;
  }
  .sec_service .heading_2_line strong {
    font-size: 3.2rem;
  }
  .sec_service .heading_2_line._sports {
    margin-top: 12rem;
  }
  .sec_service .flex_block {
    flex-direction: row;
    gap: 0 6.5%;
  }
  .sec_service .flex_block figure {
    width: 38%;
    flex-shrink: 0;
    border-radius: 3rem;
  }
  .sec_service .flex_block p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
  }
  .sec_service .flex_block p.link_text a {
    font-size: 1.5rem;
  }
  .sec_service .flex_block p.link_text a + .link_icon {
    width: 1.8rem;
    right: -3.4rem;
  }
}

/*# sourceMappingURL=service.css.map */
