#sdgs-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  font-size: calc(14 / 15) rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #002e15;
  background: #f7f6f2
}

#sdgs-container a, #sdgs-container p {
  font-family: "Noto Serif JP", serif
}

#sdgs-container a:visited {
  color: #002e15
}

#sdgs-container *, #sdgs-container ::after, #sdgs-container ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#sdgs-container ol, #sdgs-container ul {
  list-style: none
}

#sdgs-container img {
  max-width: 100%;
  display: block;
  height: auto
}

#sdgs-container table {
  border-collapse: collapse
}

#sdgs-container a, #sdgs-container button {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#sdgs-container a:focus, #sdgs-container button:focus {
  outline: 0
}

#sdgs-container a:focus-visible, #sdgs-container button:focus-visible {
  outline: 6px solid #002e15;
  outline-offset: 4px;
  -webkit-box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, .6);
  box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, .6)
}

#sdgs-container a:hover, #sdgs-container button:hover {
  opacity: .8
}

#sdgs-container .custom-link {
  color: #002e15;
  text-decoration: underline;
  text-decoration-color: #002e15
}

#sdgs-container .custom-link:hover {
  text-decoration: none
}

@media screen and (min-width:768px) {
  .pc {
    display: block
  }
}

@media screen and (max-width:767.98px) {
  .pc {
    display: none
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none
  }
}

@media screen and (max-width:767.98px) {
  .sp {
    display: block
  }
}

.in_block {
  display: inline-block
}

.u-line {
  border-bottom: 1px solid #002e15;
  padding-bottom: .2em
}

.g-footer, .g-header {
  background: #fff;
  position: relative
}

.-js-scroll {
  padding-bottom: 0
}

.g-footer {
  margin-top: 0
}

.page-title {
  margin: 0 0 60px 0;
  z-index: 1
}

.page-title::before {
  background: rgba(195, 212, 203, .85)
}

.page-title .section-title {
  color: #222
}

.page-title .section-sub-title {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #002e15
}

.c-hero__contents {
  width: 100%;
  height: 100vh;
  position: relative
}

.c-hero__slider {
  position: relative;
  width: 100%
}

.c-hero__slider.fixed {
  position: fixed;
  left: 0;
  width: 100%
}

@media screen and (max-width:767.98px) {
  .c-hero__slider.fixed {
    top: 0 !important
  }
}

.c-hero__slider-placeholder {
  height: 0
}

.c-hero__item {
  aspect-ratio: 1920/800;
  width: 100%;
  margin: 0 auto;
  position: relative
}

@media screen and (max-width:767.98px) {
  .c-hero__item {
    height: 100vh !important;
  }
}

.c-hero__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 46, 21, .4);
  z-index: 3
}

.c-hero__img {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2
}

@media screen and (max-width:767.98px) {
  .c-hero__img {
    position: relative;
    background-size: cover;
    height: 100vh
  }
}

@media screen and (min-width:768px) {
  .c-hero__img.blur {
    background-size: cover;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1
  }
}

.c-hero__img video {
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  height: 800px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}

@media screen and (max-width:767.98px) {
  .c-hero__img video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2
  }
}

.c-hero__img video.blur {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.c-hero__inner {
  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;
  width: 100%;
  height: 100vh;
  text-align: center
}

.c-hero__catch {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 3;
  text-align: center
}

@media screen and (max-width:580px) {
  .c-hero__catch {
    width: 90%
  }
}

.c-hero__title img {
  margin: 0 auto
}

.c-hero__text {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  color: #fff;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: .04em;
  margin-top: 1.6rem
}

@media screen and (max-width:580px) {
  .c-hero__text .br {
    display: block
  }
}

.c-hero__link {
  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;
  margin-top: 4rem;
  padding: 0;
  gap: .5rem
}

@media screen and (max-width:767.98px) {
  .c-hero__link {
    width: 65%;
    gap: .7rem;
    margin: 2rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
  }
}

.c-hero__link a {
  height: 30px;
  padding: 0 24px;
  font-size: 13px;
  font-size: calc(13 / 15) rem;
  font-weight: 600;
  color: #002e15;
  background: #fff;
  letter-spacing: .05em;
  white-space: nowrap;
  display: grid;
  place-content: center
}

@media screen and (max-width:580px) {
  .c-hero__link a {
    width: 100%;
    font-size: 12px;
    font-size: calc(12 / 15) rem;
    padding: 0 8px;
    margin-bottom: .5rem
  }
}

.c-hero__link a::hover {
  opacity: .9
}

.l-section {
  width: 100%;
  margin: 0 auto;
  background: #f7f6f2;
  position: relative
}

.l-section__inner {
  max-width: 1288px;
  width: 95%;
  margin: 0 auto;
  padding: 6.4rem 0
}

@media screen and (max-width:767.98px) {
  .l-section__inner {
    width: 85%
  }
}

.l-section__inner.--size {
  max-width: 780px;
  padding: 14rem 0
}

@media screen and (max-width:767.98px) {
  .l-section__inner.--size {
    padding: 5rem 0
  }
}

.l-section__title {
  font-size: 24px;
  font-size: calc(24 / 15) rem;
  letter-spacing: .05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px
}

@media screen and (max-width:767.98px) {
  .l-section__title {
    font-size: 20px;
    font-size: calc(20 / 15) rem;
    margin-bottom: 25px
  }
}

.l-section__catch {
  display: block;
  font-size: 17px;
  font-size: calc(20 / 15) rem;
  text-align: center
}

.l-section__col.--2col {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

@media screen and (max-width:1200px) {
  .l-section__col.--2col {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:767.98px) {
  .l-section__col.--2col {
    grid-template-columns: repeat(1, 1fr)
  }
}

.l-section__col.--2col .p-article {
  display: none
}

.l-section__col.--2col .p-article.visible {
  display: block
}

.p-article h3, .p-article p {
  color: #002e15
}

.p-article__title {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: 0 0 10px 0
}

.p-article__subtitle {
  font-size: 15px;
  font-size: calc(15 / 15) rem;
  letter-spacing: .02em;
  line-height: 20px;
  margin: 0
}

.p-article__subtitle .title_s {
  display: block;
  font-size: 13px;
  font-size: calc(13 / 15) rem
}

.p-article .new {
  width: 40px;
  text-align: center;
  font-size: 12px;
  font-size: calc(12 / 15) rem;
  font-weight: 700;
  color: #fff;
  background: #e4011e;
  margin-right: 10px;
  padding: 2px 4px
}

@media screen and (max-width:580px) {
  .p-article .new {
    font-size: 10px;
    font-size: calc(10 / 15) rem
  }
}

.p-article__item {
  display: block;
  -webkit-box-shadow: 5px 5px 0 #002e15;
  box-shadow: 5px 5px 0 #002e15;
  -webkit-transition: all .25s cubic-bezier(.25, 1, .5, 1) 0s;
  transition: all .25s cubic-bezier(.25, 1, .5, 1) 0s
}

.p-article__item:hover {
  opacity: .9;
  margin-top: -4px;
  margin-bottom: 4px;
  -webkit-transition: all .25s cubic-bezier(.25, 1, .5, 1) 0s;
  transition: all .25s cubic-bezier(.25, 1, .5, 1) 0s
}

@media screen and (max-width:767.98px) {
  .p-article__img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.p-article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 24px 24px;
  background: #fff
}

@media screen and (max-width:767.98px) {
  .p-article__body {
    padding: 2rem
  }
}

.p-article__tag {
  font-size: 12px;
  font-size: calc(12 / 15) rem;
  line-height: 20px;
  margin-bottom: 16px
}

@media screen and (max-width:767.98px) {
  .p-article__tag {
    margin-bottom: 10px
  }
}

.more-btn {
  display: grid;
  place-content: center;
  width: 200px;
  height: 50px;
  margin: 3rem auto 0 auto;
  color: #fff;
  background: #002e15;
  border: 1px solid #002e15;
  text-align: center
}

.more-btn:hover {
  color: #002e15;
  background: #fff
}

#sc .l-section__col {
  width: 100%;
  position: relative
}

#message {
  background: rgba(0, 26, 16, .5)
}

#message .p-item__text {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  line-height: 2.5;
  color: #fff
}

#message .p-item__text:nth-of-type(1) {
  margin-bottom: 2.4rem
}

#event .p-article:focus, #event .p-article:focus-visible {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0
}

#event .p-article .new {
  margin-left: 10px
}

#event .p-article__box {
  position: relative;
  display: block
}

#event .p-article__img {
  margin-bottom: 1rem
}

#event .p-article__body {
  width: 50%;
  padding: 1rem;
  border-radius: .5em;
  background: rgba(0, 46, 21, .9);
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  display: grid
}

#event .p-article__body h3, #event .p-article__body p {
  color: #fff
}

#event .p-article__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 .5rem 0
}

#event .p-article__date .text {
  margin-left: 5px
}

#event .p-article__title {
  font-size: 15px;
  font-size: calc(15 / 15) rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width:580px) {
  #event .p-article__title {
    font-size: 14px;
    font-size: calc(14 / 15) rem
  }
}

#interview .l-section__inner {
  max-width: 100%;
  width: 100%
}

#interview .p-article {
  padding: 1rem
}

#interview .p-article__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:767.98px) {
  #interview .p-article__img img {
    height: 200px
  }
}

#interview .p-article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width:767.98px) {
  #interview .p-article__body {
    padding: 1.5rem 1rem
  }
}

#interview .p-article__head {
  position: relative;
  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
}

#interview .p-article__head .new {
  position: absolute;
  left: 0;
  top: 0
}

#interview .p-article__subtitle {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  position: relative
}

@media screen and (max-width:767.98px) {
  #interview .p-article__subtitle {
    font-size: 14px;
    font-size: calc(14 / 15) rem
  }
}

#interview .p-article__subtitle .title_s {
  margin-bottom: .4rem
}

#interview .p-article__title {
  color: #002e15;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width:767.98px) {
  #interview .p-article__title {
    font-size: 15px;
    font-size: calc(15 / 15) rem
  }
}

#interview .p-article__desciption {
  font-size: 15px;
  font-size: calc(15 / 15) rem;
  line-height: 1.5;
  color: #002e15;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width:767.98px) {
  #interview .p-article__desciption {
    font-size: 14px;
    font-size: calc(14 / 15) rem
  }
}

#interview .p-article__more {
  text-align: center;
  margin-top: auto;
  padding-top: 1rem
}

@media screen and (max-width:767.98px) {
  #interview .p-article__more {
    font-size: 13px;
    font-size: calc(13 / 15) rem
  }
}

#interview .slider-controls {
  margin: 2rem 0 3rem 0;
  position: relative
}

#interview .slider__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

#interview .slider__arrow button.next-arrow, #interview .slider__arrow button.prev-arrow {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #002e15;
  border-top: 2px solid #002e15;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#interview .slider__arrow button.next-arrow:hover, #interview .slider__arrow button.prev-arrow:hover {
  opacity: .8
}

#interview .slider__arrow button.prev-arrow {
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg)
}

#interview .slider__arrow button.next-arrow {
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

#interview .slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#interview .slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0
}

#interview .slider__dots ul li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #002e15;
  border-radius: 50%;
  cursor: pointer
}

#interview .slider__dots ul li.slick-active, #interview .slider__dots ul li:hover {
  background: #9c9
}

#interview .slider__dots ul li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0)
}

#interview .slider__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#interview .slider__play button.js-slider-pause {
  background: url(../../assets/img/top/pause-icon.svg) no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  width: 13px;
  height: 15px;
  cursor: pointer
}

#interview .slider__play button.js-slider-pause:hover {
  opacity: .8
}

#interview .slider__play button.js-slider-pause.paused {
  background-image: url(../../assets/img/top/play-icon.svg)
}

#interview .js-slider-interview.no-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5rem
}

#interview .js-slider-interview.no-slider>* {
  max-width: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

#interview .js-slider-interview .slick-slide:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

#interview .js-slider-interview .slick-slide a:focus, #interview .js-slider-interview .slick-slide a:focus-visible {
  outline: 6px solid #002e15;
  outline-offset: 4px;
  -webkit-box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, .6);
  box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, .6)
}

#banner .p-item {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:767.98px) {
  #banner .p-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem
  }
}

#banner .p-item__banner {
  display: block;
  margin: 0 auto
}

#sdgs {
  background: #002e15
}

#sdgs .l-section__title {
  color: #fff;
  text-align: left
}

#sdgs .p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#sdgs .p-item__col {
  width: 48.4472049689%
}

@media screen and (max-width:1200px) {
  #sdgs .p-item__col {
    width: 48%
  }
}

@media screen and (max-width:1024px) {
  #sdgs .p-item__col {
    width: 100%;
    margin-bottom: 3rem
  }
}

#sdgs .p-item__text {
  font-size: 15px;
  font-size: calc(15 / 15) rem;
  letter-spacing: .1em;
  line-height: 2;
  color: #fff
}

.p-item__icon {
  width: 45.0310559006%;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr))
}

@media screen and (max-width:1200px) {
  .p-item__icon {
    width: 48%
  }
}

@media screen and (max-width:1024px) {
  .p-item__icon {
    width: 100%
  }
}

.l-article .l-section__inner {
  padding: 4.4rem 0
}

.l-article .l-section__header {
  background: #fff;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw
}

.l-article .l-section__detail {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  padding: 4.4rem 0
}

@media screen and (max-width:767.98px) {
  .l-article .l-section__detail {
    width: 85%
  }
}

.l-article .p-articleDetail {
  max-width: 700px;
  margin: 0 auto
}

.l-article .p-articleDetail__img {
  margin: 0 0 40px 0
}

.l-article .p-articleDetail__img img {
  margin: 0 auto
}

.l-article .p-articleDetail__subtitle {
  font-size: 20px;
  font-size: calc(20 / 15) rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin: 0 0 40px 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__subtitle {
    font-size: 18px;
    font-size: calc(18 / 15) rem
  }
}

.l-article .p-articleDetail__title {
  font-size: 24px;
  font-size: calc(24 / 15) rem;
  letter-spacing: .04em;
  line-height: 2;
  text-align: center;
  white-space: pre-wrap;
  margin: 0 0 40px 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__title {
    font-size: 20px;
    font-size: calc(20 / 15) rem
  }
}

.l-article .p-articleDetail__title.--s {
  font-size: 20px;
  font-size: calc(20 / 15) rem;
  margin: 0 0 20px 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__title.--s {
    font-size: 18px;
    font-size: calc(18 / 15) rem
  }
}

.l-article .p-articleDetail__body span {
  line-height: 2
}

.l-article .p-articleDetail__text {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  line-height: 2;
  margin: 0 0 30px 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__text {
    font-size: 15px;
    font-size: calc(15 / 15) rem
  }
}

.l-article .p-articleDetail__button {
  display: grid;
  place-content: center;
  width: 255px;
  height: 42px;
  margin: 3rem auto 0 auto;
  letter-spacing: .1em;
  color: #002e15;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 #000;
  box-shadow: 5px 5px 0 0 #000
}

.l-article .p-articleDetail__button:hover {
  opacity: .7
}

.l-article .p-articleDetail .p-item__icon {
  width: 100%;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fill, 80px);
  margin-top: 3rem
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail .p-item__icon {
    grid-template-columns: repeat(auto-fit, 70px)
  }
}

.l-article .p-articleDetail__nav {
  margin: 0 0 64px 0;
  padding: 0
}

.l-article .p-articleDetail__nav li {
  text-align: center;
  padding: 18px 0 25px;
  border-top: 1px solid #999
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__nav li {
    padding: .5rem 0 1rem 0
  }
}

.l-article .p-articleDetail__nav li:last-child {
  border-bottom: 1px solid #999
}

.l-article .p-articleDetail__nav li a {
  font-size: 20px;
  font-size: calc(20 / 15) rem;
  font-weight: 700;
  color: unset
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__nav li a {
    font-size: 18px;
    font-size: calc(18 / 15) rem
  }
}

.l-article .p-articleDetail__nav li span {
  display: block;
  font-size: 28px;
  font-size: calc(28 / 15) rem;
  margin-bottom: 8px
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__nav li span {
    font-size: 22px;
    font-size: calc(22 / 15) rem;
    margin-bottom: 3px
  }
}

.l-article .p-articleDetail__profile {
  margin-bottom: 4rem
}

.l-article .p-articleDetail__profile .p-profile__title {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 14px
}

.l-article .p-articleDetail__profile .p-profile__name {
  font-size: 20px;
  font-size: calc(20 / 15) rem;
  text-align: center
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__profile .p-profile__name {
    font-size: 18px;
    font-size: calc(18 / 15) rem
  }
}

.l-article .p-articleDetail__profile .p-profile__text {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  line-height: 2
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__profile .p-profile__text {
    font-size: 15px;
    font-size: calc(15 / 15) rem
  }
}

.l-article .p-articleDetail__sectionTitle {
  font-size: 24px;
  font-size: calc(24 / 15) rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin: 2rem 0 0 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__sectionTitle {
    font-size: 20px;
    font-size: calc(20 / 15) rem
  }
}

.l-article .p-articleDetail__sectionTitle span {
  display: block;
  font-size: 28px;
  font-size: calc(28 / 15) rem;
  margin-bottom: 30px
}

@media screen and (max-width:767.98px) {
  .l-article .p-articleDetail__sectionTitle span {
    font-size: 24px;
    font-size: calc(24 / 15) rem;
    margin-bottom: 5px
  }
}

.l-article .p-articleDetail____dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-article .p-header__body {
  max-width: 840px;
  width: 95%;
  margin: 0 auto;
  padding: 4.4rem 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-header__body {
    width: 85%
  }
}

.l-article #event .p-article__img {
  aspect-ratio: 640/360
}

.l-article #event .p-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top
}

.l-article .p-interview__section p {
  font-size: 16px;
  font-size: calc(16 / 15) rem;
  line-height: 2;
  margin: 0
}

@media screen and (max-width:767.98px) {
  .l-article .p-interview__section p {
    font-size: 15px;
    font-size: calc(15 / 15) rem
  }
}

.l-article .p-interview__question {
  font-size: 18px;
  font-size: calc(18 / 15) rem;
  line-height: 2
}

@media screen and (max-width:767.98px) {
  .l-article .p-interview__question {
    font-size: 16px;
    font-size: calc(16 / 15) rem
  }
}

.l-article .p-interview__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px
}

@media screen and (max-width:767.98px) {
  .l-article .p-interview__answer {
    margin-bottom: 20px
  }
}

@media screen and (min-width:768px) {
  .l-article .p-interview__speaker {
    width: 14.2857142857%
  }
}

@media screen and (min-width:768px) {
  .l-article .p-interview__body {
    width: 85.7142857143%
  }
}

.l-article .p-interview__img {
  margin: 48px 0 16px 0
}

.l-article .p-interview__img figcaption {
  margin-top: 10px
}

@media screen and (max-width:767.98px) {
  .l-article .p-interview__img figcaption {
    font-size: 13px;
    font-size: calc(13 / 15) rem
  }
}

.l-article #interview .l-section__inner {
  max-width: 1288px;
  width: 95%
}

.l-article #interview .l-section__col.--2col {
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:767.98px) {
  .l-article #interview .l-section__col.--2col {
    grid-template-columns: repeat(1, 1fr)
  }
}