* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1F1F1F;
  background: white;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 220px;
  padding-top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding-left: 0;
  }
}

.container {
  flex: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
.lg-inner {
  width: 85%;
  max-width: 1050px;
  margin: 0 auto;
}

.sm-inner {
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
}

.section_content {
  margin: 160px 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    margin: 80px 0;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
  }
}

.anchor {
  display: block;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.detail_ttlWrap {
  padding: 0 10rem 0 4rem;
  margin: 0 0 8rem;
}
@media screen and (max-width: 480px) {
  .detail_ttlWrap {
    padding: 0 0 0 2rem;
    margin-bottom: 4rem;
  }
}
.detail_ttlWrap._red {
  border-left: 6px solid #F08278;
}
@media screen and (max-width: 480px) {
  .detail_ttlWrap._red {
    border-left: 4px solid #F08278;
  }
}
.detail_ttlWrap._red .detail_label {
  color: #F08278;
}
.detail_ttlWrap._blue {
  border-left: 6px solid #64A0F0;
}
@media screen and (max-width: 480px) {
  .detail_ttlWrap._blue {
    border-left: 4px solid #64A0F0;
  }
}
.detail_ttlWrap._blue .detail_label {
  color: #64A0F0;
}
.detail_ttlWrap._yellow {
  border-left: 6px solid #FFB450;
}
@media screen and (max-width: 480px) {
  .detail_ttlWrap._yellow {
    border-left: 4px solid #FFB450;
  }
}
.detail_ttlWrap._yellow .detail_label {
  color: #FFB450;
}

.detail_label {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.detail_subtitle {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  margin: 1.5rem 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .detail_subtitle {
    margin: 1rem 0;
  }
}

.detail_title {
  font-size: clamp(2.4rem, 2.169rem + 1.03vw, 3.4rem);
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .detail_title {
    font-size: 6.2vw;
  }
}

.detail_date {
  font-family: "Montserrat", sans-serif;
}

.detail_top_img {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto 12rem;
}
.detail_top_img img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .detail_top_img {
    margin-bottom: 5rem;
  }
}

.bold-txt {
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  font-weight: 600;
  line-height: 1.7;
  margin-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .bold-txt {
    margin-block: 0 1.5rem;
  }
}

.detail-txt {
  line-height: 2.2;
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .detail-txt {
    margin-bottom: 6rem;
  }
}

.detail_block {
  font-size: 1.5rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 960px) {
  .detail_block {
    margin-bottom: 8rem;
  }
}
.detail_block img {
  margin: 3rem 0;
}
@media screen and (max-width: 960px) {
  .detail_block img {
    margin: 1.5rem 0;
  }
}/*# sourceMappingURL=sub.css.map */