@charset "UTF-8";
/*　-----------------------------
	■ footer
----------------------------- */
.r-movie__youtube {
  background-image: url('/production/wp-content/themes/layers-consulting_renewal/assets/img/publications/back_youtube-link_sp.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube {
    background-image: url('/production/wp-content/themes/layers-consulting_renewal/assets/img/publications/back_youtube-link.webp');
    margin-top: 120px;
  }
}

.r-movie__youtube-contents {
  font-family: "Noto Serif JP", serif;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-contents {
    padding: 50px 0;
  }
}

.r-movie__youtube-icon {
  text-align: center;
  width: 16%;
  padding: 0 2%;
  margin: auto 0;
}
@media screen and (min-width: 1200px) {
  .r-movie__youtube-icon {
	padding: 0 25px;
	width: auto;
  }
}

.r-movie__youtube-icon img {
    width: 100px;
}

.r-movie__youtube-text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-text {
    margin-top: 0;
    flex: 1;
  }
}

.r-movie__youtube-title {
  font-weight: bold;
  font-size: max(3.0vw, 18px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-title {
    font-size: 23px;
  }
}

.r-movie__youtube-image {
  display: flex;
  margin: 50px 0;
}

.r-movie__youtube-image-item:not(.r-movie__youtube-icon) {
  flex: 1;
  margin: auto 0;
}

.r-movie__youtube-image-item:first-child {
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-image-item:first-child {
    margin-right: 25px;
  }
}

.r-movie__youtube-image-item:last-child {
  margin-left: 2%;
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-image-item:last-child {
    margin-left: 25px;
  }
}
.r-movie__youtube-text .r-text {
  margin-top: 20px;
  font-size: max(3.5vw, 14px);
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-text .r-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.r-movie__youtube-btn .r-btn-basic {
  background-color: #311B92;
  margin: 0 auto;
  border: none;
  transition: all .4s;
  width: 250px;
  font-size: max(2.61vw, 16px);
}
@media screen and (min-width: 768px) {
  .r-movie__youtube-btn .r-btn-basic {
    font-size: 20px;
  }
}

.r-movie__youtube-btn .r-btn-basic::before {
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition: all .4s;
}

.r-movie__youtube-btn .r-btn-basic:hover {
  background-color: #fff;
  color: #311B92;
}

.r-movie__youtube-btn .r-btn-basic:hover::before {
  border-right-color: #311B92;
  border-bottom-color: #311B92;
}

.r-card-movie-relation {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  transition-property: box-shadow, transform;
}

.r-card-movie-relation:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}

.r-card-movie-relation__thumb {
  height: 50.4vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .r-card-movie-relation__thumb {
    height: 190px;
  }
}

.r-card-movie-relation__thumb img {
  transition: transform 0.4s;
  transform-origin: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.r-card-movie-relation__box {
  padding: 5.8666666667vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .r-card-movie-relation__box {
    padding: 16px 24px 20px;
  }
}

.r-card-movie-relation__text {
  font-size: max(3.73vw, 14px);
  position: relative;
  display: inline;
  padding-right: max(3.73vw, 14px);
}
@media screen and (min-width: 768px) {
  .r-card-movie-relation__text {
    font-size: 14px;
    padding-right: 16px;
  }
}

.r-card-movie-relation__text::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #311B92;
  border-top: 1px solid #311B92;
  transform: rotate(45deg);
  width: 2.5vw;
  height: 2.5vw;
  right: 0;
  bottom: 1.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .r-card-movie-relation__text::after {
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 5px;
  }
}

.r-subPage-section__list {
  margin-top: 32px;
}

.r-movie__link {
  font-size: max(3.73vw, 14px);
  line-height: 2;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: max(4.46vw, 28px);
  padding-right: max(3.73vw, 14px);
  position: relative;
  transition: all .4s;
}
@media screen and (min-width: 768px) {
  .r-movie__link {
    font-size: 16px;
    margin-top: 32px;
    padding-right: 16px;
  }
}

.r-movie__link::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #311B92;
  border-top: 1px solid #311B92;
  transform: rotate(45deg);
  width: 2.5vw;
  height: 2.5vw;
  right: 0;
  bottom: 2.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .r-movie__link::after {
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 9px;
  }
}

.r-movie__link:hover {
  text-decoration: underline;
  text-decoration-color: #311B92;
  text-underline-offset: 5px;
  color: #311B92;
}

/*　-----------------------------
	■ page-publications.php
----------------------------- */
.publications-banner {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .publications-banner {
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
  }
}

.publications-banner img {
  aspect-ratio: 60 / 12;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
  transition: transform 0.3s;
}

.publications-banner a:hover img {
  transform: scale(1.05);
}

.service-archive-grid.publications {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.service-archive-grid.publications .service-archive-item-contents {
  width: 100%;
  font-size: 25px;
}
@media (max-width: 767px) {
  .service-archive-grid.publications .service-archive-item-contents {
	font-size: max(3.26vw, 20px);
	padding-left: 0;
  }
}

.service-archive-item-text {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .service-archive-item-text {
	margin-top: 16px;
  }
}

.service-archive-grid.publications .r-pack-linkText__more {
  position: absolute;
  font-size: 20px;
  bottom: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .service-archive-grid.publications .r-pack-linkText__more {
	font-size: max(2.61vw, 16px);
    bottom: 22px;
    right: 16px;
  }
}

.service-archive-grid.publications .service-archive-item-img {
  min-height: 180px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .service-archive-grid.publications .service-archive-item-img {
    width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-archive-grid.publications .service-archive-item-img {
    max-width: none;
	width: 100%;
  }
}

.service-archive-grid.publications .service-archive-item-img img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.r-news__contents.publications {
  margin-top: 20px;
}

.r-news__contents.publications .r-news__list {
  margin-bottom: 0;
}
.r-news__contents.publications .r-movie__link {
  display: block;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .service-archive-item-column {
    display: flex;
	flex-direction: column;
  }
}

/*　-----------------------------
	■ single-series.php
----------------------------- */
@media (min-width: 768px) {
  .r-card-personDetail__thumb {
    margin-top: 16px;
  }
}

.r-subPage-boxtype.series {
  padding-bottom: 0;
}

.r-card-personDetail.series {
  align-items: unset;
}

.nav-buttons {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 60px 20px 0;
}
@media (max-width: 767px) {
  .nav-buttons {
    gap: 15px;
    padding: 30px 0 0;
  }
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
  position: relative;
  border: 1px solid #311b92;
  background-color: #311b92;
}

.btn-nav.disable {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  cursor: default;
}

.btn-nav.enable:hover {
  color: #311b92;
  background-color: #fff;
}

.btn-nav.enable:hover.btn-prev::before, .btn-nav.enable:hover.btn-next::before {
  border-right: 2px solid #311b92;
  border-bottom: 2px solid #311b92;
}

.btn-prev::before, .btn-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: 0.4s;	
}

.btn-prev::before {
  transform: rotate(135deg);
  left: 35px;
}
@media (max-width: 767px) {
  .btn-prev::before {
    left: 20px;
  }
}

.btn-next::before {
  transform: rotate(-45deg);
  right: 35px;
}
@media (max-width: 767px) {
  .btn-next::before {
    right: 20px;
  }
}

/*　-----------------------------
	■ taxonomy-series-cat.php
----------------------------- */
.r-subPage-section.series-cat {
  padding-bottom: 0;
}

.r-flex-grid.series-cat {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}

.r-flex-grid.series-cat .r-pack-linkText__title .r-link-underline {
  font-size: 25px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 767px) {
  .r-flex-grid.series-cat .r-pack-linkText__title .r-link-underline {
    font-size: max(3.26vw, 21px);
  }
}

.r-flex-grid.series-cat .r-pack-linkText__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  -webkit-line-clamp: none;
}
@media (max-width: 767px) {
  .r-flex-grid.series-cat .r-pack-linkText__text {
    font-size: max(2.61vw, 16px);
  }
}

.r-flex-grid.series-cat .r-pack-linkText__more {
  margin-top: 20px;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .r-flex-grid.series-cat .r-pack-linkText__more {
    font-size: max(2.61vw, 16px);
  }
}

.r-pack-linkText {
  padding: 48px;
}
@media (max-width: 767px) {
  .r-pack-linkText {
    padding: 6.26vw;
  }
}
