@keyframes mv-movie {
  0% {
    mask-size: 10px auto;
    -webkit-mask-size: 10px auto;
  }
  25% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  75% {
    mask-size: 20% auto;
    -webkit-mask-size: 20% auto;
  }
  100% {
    mask-size: 500% auto;
    -webkit-mask-size: 500% auto;
  }
}
@keyframes mv-copy {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-movie-poster {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-movie-poster-image {
  0% {
    width: 10px;
  }
  25% {
    width: 23.4375%;
  }
  75% {
    width: 23.4375%;
  }
  100% {
    width: 500%;
  }
}
@keyframes mv-movie-poster-image-sp {
  0% {
    width: 10px;
  }
  25% {
    width: 52.533333333%;
  }
  75% {
    width: 52.533333333%;
  }
  100% {
    width: 500%;
  }
}
/*
---
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    padding-top: 0;
  }
}

h2 {
  font-size: 3rem;
  text-align: center;
}
h2:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 2px solid;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

.h__tag {
  display: flex;
  justify-content: center;
}
.h__tag span {
  font-weight: bolder;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
}
.h__tag + h2 {
  margin-top: 15px;
}
.h__lead {
  font-weight: bolder;
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .h__lead {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .h__lead {
    margin-top: 25px;
  }
}

/*
---
---------------------------------------------------------------------------*/
section.mainvisual--image {
  position: relative;
	overflow: hidden;
}

section.mainvisual {
  position: relative;
  opacity: 0;
  transition: all .5s;
}
body.ready section.mainvisual {
  opacity: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  section.mainvisual {
    min-height: 100svh;
  }
}

.mainvisual__inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mainvisual__inner {
    position: absolute;
    top: 65px;
    bottom: 62px;
    left: 0;
    right: 0;
    border-radius: 0 100px 0 0;
    margin-right: 30px;
  }
}

.mainvisual__copy {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 42%;
  font-size: 5rem;
  line-height: 1.1;
  animation-name: mv-copy;
  animation-play-state: paused;
  font-weight: bold;
  padding-top: calc(23.4375% / 2);
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(50px);
}
.mainvisual__copy img {
  display: block;
  margin: 0 auto;
}
body.ready .mainvisual__copy {
  animation-play-state: running;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mainvisual__copy {
    font-size: 3.5rem;
    padding-top: calc(52.533333333% / 2);
  }
}

.mainvisual__movie {
  position: relative;
}
body.ready .mainvisual__movie {
  animation-play-state: running;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mainvisual__movie {
    height: 100%;
  }
}
.mainvisual__movie__video {
  width: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mainvisual__movie__video {
    max-width: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
.mainvisual__movie__poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F0F2F2;
  opacity: 1;
  z-index: 1;
  animation-name: mv-movie-poster;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-delay: .5s;
}
.mainvisual__movie__star {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  animation-name: mv-movie-poster-image;
  animation-play-state: paused;
  animation-delay: .5s;
  max-width: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mainvisual__movie__star {
    animation-name: mv-movie-poster-image-sp;
  }
}
body.ready .mainvisual__movie__poster {
  animation-play-state: running;
}
body.ready .mainvisual__movie__star {
  animation-play-state: running;
}

#mv-movie-pc {
  display: block;
}

#mv-movie-smp {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #mv-movie-pc {
    display: none;
  }

  #mv-movie-smp {
    display: block;
  }
}
.mainvisual__aside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.mainvisual__gohi {
  padding: 0 15px 55px;
}
.mainvisual__gohi__banner {
  border-radius: 10px;
  border: 4px solid #E7B000;
  background-color: #fff;
  color: #E7B000;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual__gohi__banner {
    font-size: 2.6rem;
    letter-spacing: 2px;
    padding: 8px;
    max-width: 264px;
  }
}

.mainvisual__emergency {
  transition: all .5s;
  position: relative;
}
.mainvisual__emergency.close {
  transform: translateY(100%);
}
.mainvisual__emergency h2 {
  background-color: #F40012;
  font-weight: bolder;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 8px 20px;
  transform: translateY(-100%);
  border-radius: 0 20px 0 0;
  font-size: 1.6rem;
  cursor: pointer;
}
.mainvisual__emergency h2:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .mainvisual__emergency h2 {
    font-size: 1.4rem;
  }
}
.mainvisual__emergency__articles {
  position: relative;
  background-color: #fff;
  padding: 20px 40px 20px 20px;
}
.mainvisual__emergency__close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 21px;
  height: 21px;
}
.mainvisual__emergency__close:before, .mainvisual__emergency__close:after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #585757;
  left: 0;
  top: 50%;
}
.mainvisual__emergency__close:before {
  transform: translate(0, -50%) rotate(45deg);
}
.mainvisual__emergency__close:after {
  transform: translate(0, -50%) rotate(-45deg);
}
.mainvisual__emergency__item {
  color: inherit;
}
@media screen and (min-width: 768px), print {
  .mainvisual__emergency__item {
    display: flex;
  }
}
.mainvisual__emergency__date {
  width: 80px;
  font-size: 1.3rem;
  padding-top: 2px;
	display: none;
}
.mainvisual__emergency__title {
  font-weight: bolder;
  transition: all .5s;
}
a:hover .mainvisual__emergency__title {
  opacity: .5;
}

/*
---
---------------------------------------------------------------------------*/
section.banner {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.banner {
    margin-top: 18px;
  }
}
section.banner:has(.set-none) {
	margin-top: 0px;
}

.banner__slider {
  padding-left: 42px;
  padding-right: 42px;
	margin-top: 35px;
}
@media (max-width: 767px) {
	.banner__slider {
		margin-top: 18px;
	}
}
.banner__slider__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner__slider .slick-list {
    overflow: visible;
  }
}
.banner__slider .slick-slide {
  padding: 0 8px 1px;
}
.banner__slider__item {
  display: flex;
  position: relative;
  font-size: 1.5rem;
  font-weight: bolder;
  overflow: hidden;
  line-height: 1.3;
  color: inherit;
  height: 100%;
}
.banner__slider__item:hover {
  opacity: 0.5;
}
.banner__slider__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #E7B000 transparent transparent transparent;
}
.banner__slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #585757;
  z-index: 1;
}
.banner__slider__text {
  padding: 4px 5px 4px 20px;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 88px;
}
.banner__slider__text:before, .banner__slider__text:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  transform-origin: right center;
}
.banner__slider__text:before {
  transform: skewX(35deg);
}
.banner__slider__text:after {
  transform: skewX(-35deg);
}
.banner__slider__thumb {
  background-size: cover;
  background-position: center;
  width: 77px;
  flex-shrink: 0;
}
.banner__slider__thumb:before {
  content: '';
  padding-bottom: 114%;
  display: block;
}

/*
---
---------------------------------------------------------------------------*/
section.important {
  background-color: #E6EBEB;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  section.important {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .important__info {
    display: flex;
    align-items: center;
    position: relative;
  }
}
.important__info h2 {
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .important__info h2 {
    border-right: 1px solid;
    padding: 20px 55px 20px 0;
    font-size: 1.8rem;
    text-align: left;
  }
  .important__info h2:after {
    content: none;
  }
}
@media screen and (min-width: 768px), print {
  .important__info__articles {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .important__info__articles {
    margin-top: 45px;
  }
}
.important__info__item {
  display: flex;
  color: inherit;
}
.important__info__item + .important__info__item {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .important__info__item {
    display: block;
  }
}
.important__info__date {
  width: 85px;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.important__info__date span {
  box-shadow: 0px 4px 0px #E60012;
}
.important__info__title {
  font-weight: bolder;
  transition: all .5s;
}
a:hover .important__info__title {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .important__info__title {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px), print {
  .important__info__nothing {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .important__info__nothing {
    margin-top: 45px;
    text-align: center;
  }
}

.important__button a {
  display: block;
  max-width: 420px;
  color: inherit;
  border: 1px solid;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .important__button a {
    font-size: 2rem;
  }
}
.important__button a:hover {
  background-color: #E6EBEB;
}
.important__button a + a {
  margin-top: 15px;
}

/*
---
---------------------------------------------------------------------------*/
section.project {
  margin-top: 110px;
}
section.project .h__tag span {
  background-color: #92308D;
  color: #fff;
}
section.project h2 {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  section.project {
    margin-top: 60px;
  }
  section.project h2 {
    font-size: 3rem;
  }
}

.project__articles__flex {
  display: flex;
  margin: -40px -20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.project__articles__col {
  padding: 40px 20px 0;
}
@media screen and (min-width: 768px), print {
  .project__articles__col {
    width: 50%;
  }
  .project__articles__col:nth-of-type(n+3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project__articles__col {
    width: 100%;
    max-width: 460px;
  }
}
.project__articles__item {
  display: block;
  color: inherit;
}
.project__articles__thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all .5s;
  overflow: hidden;
}
.project__articles__thumb:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.project__articles__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #92308D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  transform: translate(50%, -50%) rotate(45deg);
}
a:hover .project__articles__thumb {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .project__articles__thumb {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.project__articles__text {
  margin-top: 20px;
}
.project__articles__tag {
  display: flex;
  flex-wrap: wrap;
}
.project__articles__tag span {
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  background-color: #92308D;
  color: #fff;
  margin: 0 5px 5px 0;
}
.project__articles__author {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .project__articles__author {
    font-size: 1.3rem;
  }
}
.project__articles__title {
  font-size: 2rem;
  font-weight: bolder;
}

/*
---
---------------------------------------------------------------------------*/
section.prize {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 1.5px 1.5px 6.5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  section.prize {
    margin-top: 50px;
    padding-top: 65px;
    padding-bottom: 75px;
  }
}

.prize__info__item {
  display: flex;
  color: inherit;
}
.prize__info__item + .prize__info__item {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .prize__info__item {
    display: block;
  }
}
.prize__info__date {
  width: 85px;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.prize__info__date span {
  box-shadow: 0px 4px 0px #E7B000;
}
.prize__info.purple .prize__info__date span {
  box-shadow: 0px 4px 0px #C5A5FF;
}
.prize__info__title {
  font-weight: bolder;
  transition: all .5s;
}
a:hover .prize__info__title {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .prize__info__title {
    margin-top: 5px;
  }
}

/*
---
---------------------------------------------------------------------------*/
/*
section.keywords {
  margin-top: 130px;
}
*/
@media screen and (max-width: 767px) {
/*
  section.keywords {
    margin-top: 80px;
  }
*/
}

.keywords__keywords {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.keywords__keywords__flex {
  margin: -8px -4px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.keywords__keywords__col {
  padding: 8px 4px 0;
}
.keywords__keywords__item {
  display: flex;
  height: 100%;
  color: inherit;
  padding: 5px;
  border-radius: 7px;
  border: 1px solid;
  background-color: #fff;
}
.keywords__keywords__item:hover {
  opacity: 0.5;
}

/*
---
---------------------------------------------------------------------------*/
section.news, section.news-labo {
  padding-top: 85px;
  padding-bottom: 85px;
  margin-top: 130px;
  background: #edc540;
  background: linear-gradient(90deg, #edc540 0%, #fbf3d9 15%, #fffefc 25%, #ebc600 100%);
}
@media screen and (max-width: 767px) {
  section.news, section.news-labo {
    margin-top: 90px;
    padding-top: 65px;
    padding-bottom: 75px;
    background: linear-gradient(180deg, #edc540 0%, #fbf3d9 25%, #fffefc 35%, #ebc600 100%);
  }
}

section.banner + section.news {
	margin-top: 80px;
}
@media (max-width: 767px) {
	section.banner + section.news {
		margin-top: 60px;
	}
}
section.banner:has(.set-pickup) + section.news {
	margin-top: 40px;
}
@media (max-width: 767px) {
	section.banner:has(.set-pickup) + section.news {
		margin-top: 20px;
	}
}
section.banner:has(.set-none) + section.news {
	margin-top: 0px;
}
section.mainvisual--image + section.news {
	margin-top: 0;
}

.news__tabs {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__tabs {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.news__tabs__col {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .news__tabs__col {
    padding: 15px 10px 0;
  }
}
.news__tabs__item {
  display: block;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__tabs__item {
    font-size: 1.3rem;
  }
}
.news__tabs__item:hover {
  opacity: 0.5;
}
.news__tabs__item:after {
  content: '\02605';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.news__tabs__item.active:after {
  opacity: 1;
}

.news__slider {
  padding-left: 38px;
  padding-right: 38px;
}
.news__slider__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__slider {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news__slider .slick-list {
    overflow: visible;
  }
}
.news__slider .slick-slide {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .news__slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.news__slider__item {
  height: 100%;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  color: inherit;
  overflow: hidden;
}
.news__slider__thumb {
  background-size: cover;
  background-position: center;
  transition: all .5s;
}
a:hover .news__slider__thumb {
  opacity: 0.5;
}
.news__slider__thumb:before {
  content: '';
  padding-bottom: 55%;
  display: block;
}
.news__slider__text {
  padding: 20px;
  min-height: 150px;
}
.news__slider__aside {
  display: flex;
  align-items: center;
}
.news__slider__cat {
  min-width: 70px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 3px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  background-color: #E6EBEB;
}
.news__slider__cat.cat2 {
  background-color: #FFDA00;
}
.news__slider__cat.cat3 {
  background-color: #ABDECD;
}
.news__slider__cat.cat7 {
  background-color: #ACC5FF;
}
.news__slider__cat.cat24 {
  background-color: #f1c9c9;
}
.news__slider__date {
  flex-shrink: 0;
  font-size: 1.3rem;
  margin-left: 5px;
}
.news__slider__title {
  font-weight: bolder;
	text-align: left;
}

.top-news-contentWrapper {
  position: relative;
  overflow: hidden;
}

.top-news-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s;
}

.top-news-wrapper.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s;
}


/*
---
---------------------------------------------------------------------------*/
section.movie {
  margin-top: 105px;
  padding-bottom: 85px;
  position: relative;
}
section.movie:before {
  content: '';
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  left: 0;
  height: 30px;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  section.movie {
    margin-top: 65px;
    padding-bottom: 70px;
  }
}

.movie__slider {
  padding-left: 25px;
  padding-right: 25px;
}
.movie__slider__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .movie__slider {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .movie__slider .slick-list {
    overflow: visible;
  }
}
.movie__slider .slick-slide {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .movie__slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.movie__slider__item {
  display: block;
  color: inherit;
}
.movie__slider__thumb {
  aspect-ratio: 16/9;
  position: relative;
  transition: all .5s;
  margin-bottom: 20px;
  overflow: hidden;
}
a:hover .movie__slider__thumb {
  opacity: 0.5;
}
.movie__slider__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie__slider__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #E7B000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
.movie__slider__meta {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.movie__slider__cat {
  min-width: 70px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 3px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  background-color: #E6EBEB;
}
.movie__slider__cat.cat2 {
  background-color: #FFDA00;
}
.movie__slider__cat.cat3 {
  background-color: #ABDECD;
}
.movie__slider__cat.cat7 {
  background-color: #ACC5FF;
}
.movie__slider__cat.cat24 {
  background-color: #f1c9c9;
}
.movie__slider__date {
  flex: 1;
  font-size: 1.3rem;
}
.movie__slider__title {
  font-weight: bold;
  margin-top: 5px;
}

/*
---
---------------------------------------------------------------------------*/
section.interview {
  margin-top: 115px;
}
section.interview .h__tag span {
  background-color: #E7B000;
}
section.interview h2 {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  section.interview {
    margin-top: 60px;
  }
  section.interview h2 {
    font-size: 3rem;
  }
}

.interview__articles {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.interview__articles__flex {
  margin: -60px -30px 0;
}
@media screen and (min-width: 768px), print {
  .interview__articles__flex {
    display: flex;
    justify-content: center;
  }
}
.interview__articles__col {
  padding: 60px 30px 0;
}
@media screen and (min-width: 768px), print {
  .interview__articles__col {
    width: 33.33333333333%;
  }
}
.interview__articles__item {
  display: block;
  color: inherit;
  position: relative;
}
.interview__articles__item:after {
  content: '\02605';
  line-height: 1;
  font-size: 4.2rem;
  color: #E7B000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .interview__articles__item {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.interview__articles__thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all .5s;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
.interview__articles__thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.interview__articles__thumb.new:after {
  content: 'NEW';
  font-size: 1.3rem;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #E7B000;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: translate(50%, 50%) rotate(-45deg);
  padding-top: 4px;
}
a:hover .interview__articles__thumb {
  opacity: 0.5;
}
.interview__articles__title {
  font-weight: bolder;
  font-size: 2rem;
}
.interview__articles__author {
  font-size: 1.4rem;
}

/*
---
---------------------------------------------------------------------------*/
section.landscape {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #E6EBEB;
}
@media screen and (max-width: 767px) {
  section.landscape {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  section.landscape h2 {
    font-size: 3rem;
  }
}

.landscape__gallery {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .landscape__gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
.landscape__gallery__item img {
  margin-left: auto;
  margin-right: auto;
}

/*
---
---------------------------------------------------------------------------*/
section.links {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.links {
    margin-top: 50px;
  }
}

.links__links {
  overflow: hidden;
}
.links__links__flex {
  display: flex;
  flex-wrap: wrap;
}
.links__links__col {
  width: 33.333333333%;
}
@media screen and (max-width: 767px) {
  .links__links__col {
    width: 50%;
  }
}
.links__links__col a:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  border-right: 1px solid #585757;
}
.links__links__col a:after {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  border-top: 1px solid #585757;
}
@media screen and (min-width: 768px), print {
  .links__links__col:nth-of-type(3n+1) a:before, .links__links__col:nth-of-type(3n+2) a:before {
    content: '';
  }
  .links__links__col:nth-of-type(3n+4) a:after {
    content: '';
  }
}
@media screen and (max-width: 767px) {
  .links__links__col:nth-of-type(2n+1) a:before {
    content: '';
  }
  .links__links__col:nth-of-type(2n+3) a:after {
    content: '';
  }
}
.links__links__item {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: inherit;
  font-size: 1.8rem;
  font-weight: bolder;
}
.links__links__item:hover {
  opacity: 0.5;
}
.links__links__item.gaibu span:after {
  content: '';
  background-image: url("../images/icon-linkwindow-18x13-black.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

/*
---
---------------------------------------------------------------------------*/
section.yakugakubu {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
	margin-top: 100px;
}
@media (max-width: 767px) {
	section.yakugakubu {
		padding-bottom: 60px;
		margin-top: 60px;
	}
}
section.yakugakubu:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -10px;
	box-shadow: 1.5px 1.5px 6.5px rgba(0, 0, 0, 0.35);
	left: 0;
	height: 10px;
}
.yakugakubu__lead {
	font-weight: 700;
	text-align: center;
	font-size: 1.7rem;
}
@media (max-width: 767px) {
	.yakugakubu__lead {
		text-align: left;
		font-size: 1.5rem;
	}
}
.yakugakubu__links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.yakugakubu__links a {
	display: flex;
	align-items: center;
	min-height: 56px;
	color: inherit;
	border: 1px solid;
	justify-content: center;
	text-align: center;
	width: calc( (100% - 40px) / 3 );
	font-weight: 700;
	position: relative;
	padding: 2px 30px;
}
@media (max-width: 767px) {
	.yakugakubu__links {
		gap: 10px;
	}
	.yakugakubu__links a {
		width: calc( (100% - 10px) / 2 );
	}
	.yakugakubu__links a.wide {
		width: 100%;
	}
}
.yakugakubu__links a:hover {
	opacity: .5;
}
.yakugakubu__links a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f6cd00;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


/*
---
---------------------------------------------------------------------------*/
.banner__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
}
.banner__flex__col {
	width: calc( (100% - 30px) / 4 );
	display: block;
	border: 1px solid #585757;
}
a.banner__flex__col:hover {
	opacity: .5;
}
@media (max-width: 767px) {
	.banner__flex {
		max-width: 600px;
		padding: 0;
	}
	.banner__flex__col {
		width: calc( (100% - 10px) / 2 );
	}
}








