@charset "UTF-8";
.l-page-news-detail {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.top-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-main {
  position: relative;
  z-index: 3;
}

.detail-head {
  height: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15.9rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .detail-head {
    height: 39rem;
    padding-top: 12.3rem;
  }
}
.detail-head:before {
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.detail-head__inner {
  max-width: 108rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .detail-head__inner {
    padding: 0 2rem;
  }
}
.detail-head__date {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: var(--font-jost);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .detail-head__date {
    font-size: 1.6rem;
  }
}
.detail-head__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .detail-head__ttl {
    font-size: 2.4rem;
  }
}

.detail-body {
  background: #F5F7F6;
  padding: 0 8rem 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .detail-body {
    padding: 0 2rem 5rem;
  }
}
.detail-body__inner {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -10rem;
}
@media screen and (max-width:767px) {
  .detail-body__inner {
    top: -3rem;
  }
}

.detail-content {
  background: #fff;
  padding: 10rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.04);
}
@media screen and (max-width:767px) {
  .detail-content {
    padding: 4rem 2rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.04);
            box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.04);
  }
}
.detail-content p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .detail-content p {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-bottom: 3.6rem;
  }
}
.detail-content h2 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #222222;
  margin-bottom: 4rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.detail-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .detail-content h3 {
    font-size: 1.6rem;
  }
}
.detail-content h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .detail-content h4 {
    font-size: 1.4rem;
  }
}
.detail-content a {
  display: inline-block;
  font-size: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 2.4rem;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (max-width:767px) {
  .detail-content a {
    font-size: 1.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media print, screen and (min-width:768px) {
  .detail-content a:hover {
    opacity: 0.7;
  }
}
.detail-content a:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(/assets/images/arrow_s_b.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail-content a[target=_blank]:after {
  background: url("/assets/images/ico-window.png") no-repeat center/contain;
  width: 1.8rem;
  height: 2.2rem;
}
.detail-content a.pdf {
  padding-right: 3.3rem;
}
.detail-content a.pdf:after {
  content: "PDF";
  background: none;
  color: #BE3131;
  font-family: var(--font-jost);
  font-weight: 400;
  border: 1px solid #BE3131;
  border-radius: 0.2rem;
  font-size: 1rem;
  height: auto;
  width: 2.7rem;
  height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-content ul {
  margin-top: 1rem;
}
.detail-content ul li {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width:767px) {
  .detail-content ul li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.detail-content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.detail-content ul.note {
  margin-top: 2rem;
}
.detail-content ul.note li {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width:767px) {
  .detail-content ul.note li {
    font-size: 1.2rem;
  }
}
.detail-content ul.note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.detail-content .photo img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-content .photos_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4rem;
  margin-left: -4rem;
}
@media screen and (max-width:767px) {
  .detail-content .photos_col {
    margin-top: -2rem;
    margin-left: 0;
  }
}
.detail-content .photos_col .photo {
  width: calc(50% - 4rem);
  margin-left: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .detail-content .photos_col .photo {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

.detail-backbtn {
  margin: 7rem auto 0;
  width: 32rem;
}
@media screen and (max-width:767px) {
  .detail-backbtn {
    margin-top: 4.8rem;
    width: 31rem;
  }
}
.detail-backbtn a {
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width:767px) {
  .detail-backbtn a {
    font-size: 1.4rem;
  }
}
.detail-backbtn a:before {
  content: "";
  content: "";
  width: 3rem;
  height: 2.4rem;
  background: url(/assets/images/pager-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
}
@media print, screen and (min-width:768px) {
  .detail-backbtn a:hover {
    background: #222;
    color: #fff;
  }
  .detail-backbtn a:hover:before {
    background: url(/assets/images/pager-arrow-w.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
}