@charset "UTF-8";
/* 下線がうにょんってなって、うにょんってなるアニメーション */
@-webkit-keyframes linkborder {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes linkborder {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
/* 回転のアニメーション */
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  99.9%,
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  99.9%,
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-link {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes c-link {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-link2 {
  0% {
    background-size: 100% 1px;
    background-position: right 0 bottom 0;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 0 bottom 0;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 0 bottom 0;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 0 bottom 0;
  }
}
@keyframes c-link2 {
  0% {
    background-size: 100% 1px;
    background-position: right 0 bottom 0;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 0 bottom 0;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 0 bottom 0;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 0 bottom 0;
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes c-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
*[data-san="fade"] {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="fade"].is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

*[data-san="ttl"] span {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="ttl"].is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

*[data-san="subline"] {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="subline"]::before {
  -webkit-transform: translateY(-2em) scaleX(0);
  transform: translateY(-2em) scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="subline"].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
*[data-san="subline"].is-active::before {
  -webkit-transform: translateY(0) scaleX(1);
  transform: translateY(0) scaleX(1);
}

/* テキストスライドのアニメーション */
@-webkit-keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-duplicate-active img,
.mv__swiper .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
  display: block;
}
.mv__swiper .slide-img img {
  display: block;
}

/* ==============================
		news.scss
================================= */
.wrapper,
.footer {
  background-color: #f0f2f5;
}

.section-news-detail__footer {
  padding: 8.2rem 0 12.2rem;
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer {
    padding: 2rem 0 6rem;
  }
}

.section-news-detail__footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section-news-detail__footer-nav {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 3.2rem;
  }
}
.section-news-detail__footer-nav.back {
  width: 8rem;
  text-align: center;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer-nav.back {
    width: 100%;
  }
}
.section-news-detail__footer-nav.back a {
  position: relative;
}
.section-news-detail__footer-nav.back a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333641;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-news-detail__footer-nav.back:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-news-detail__footer-nav.prev {
  width: calc((100% - 11rem) / 2);
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer-nav.prev {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
}
.section-news-detail__footer-nav.prev > a {
  max-width: 32rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.section-news-detail__footer-nav.prev > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-news-detail__footer-nav.prev .section-news-detail__footer-nav__header {
  padding-left: 0.8em;
}
.section-news-detail__footer-nav.next {
  text-align: right;
  width: calc((100% - 11rem) / 2);
}
@media screen and (max-width: 768px) {
  .section-news-detail__footer-nav.next {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
}
.section-news-detail__footer-nav.next > a {
  margin-left: auto;
  max-width: 32rem;
}
.section-news-detail__footer-nav.next .section-news-detail__footer-nav__header {
  padding-right: 0.8em;
}
.section-news-detail__footer-nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-news-detail__footer-nav a:hover .section-news-detail__footer-nav__caption::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-news-detail__footer-nav a i {
  background: #0439bf;
  width: 60px;
  height: 60px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.section-news-detail__footer-nav__header {
  margin-bottom: 0.8rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-news-detail__footer-nav__caption {
  font-weight: 300;
  overflow: hidden;
  max-height: calc(2.8rem * 1.714);
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.733;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-news-detail__footer-nav__caption {
    display: none;
  }
}
.section-news-detail__footer-nav__caption::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333641;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.wp-pagenavi {
  margin: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Syncopate", sans-serif;
  display: block;
  background-color: #fff;
  border-radius: 2em;
  font-size: 13px;
  line-height: 2.1;
  padding: 16px;
  -webkit-box-shadow: 0 1px 1px 0 #dcdee6;
  box-shadow: 0 1px 1px 0 #dcdee6;
  margin-right: 5px;
  margin-bottom: 6px;
  color: #0439bf;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 10px;
    padding: 8px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi span.first {
  margin-right: 32px;
}
.wp-pagenavi a.first::after,
.wp-pagenavi span.first::after {
  content: "...";
  position: absolute;
  top: 1.3em;
  right: -22px;
  color: #dcdee6;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.first::after,
  .wp-pagenavi span.first::after {
    top: 0.7em;
  }
}
.wp-pagenavi a.last,
.wp-pagenavi span.last {
  margin-left: 32px;
}
.wp-pagenavi a.last::before,
.wp-pagenavi span.last::before {
  content: "...";
  position: absolute;
  top: 1.3em;
  left: -22px;
  color: #dcdee6;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.last::before,
  .wp-pagenavi span.last::before {
    top: 0.7em;
  }
}
.wp-pagenavi span {
  background-color: #0439bf;
  color: #fff;
}

/* ==============================
		アーカイブ
================================= */
.archive .wrapper {
  background-color: #f0f2f5;
}
.archive .archive-first {
  padding: 34px 0;
  background-color: hwb(228 86% 10% / 0.5);
}
.archive .archive-first .cms__slide-swiper__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdee6;
}
@media screen and (max-width: 768px) {
  .archive .archive-first .cms__slide-swiper__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.archive .archive-first .cms__slide-swiper__slide .swiper-slide {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .archive .archive-first .cms__slide-swiper__slide .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .archive .archive-first .cms__slide-swiper__slide .swiper-slide .swiper-slide__base__figure {
    margin: 0 auto;
  }
}
.archive .archive-first .archive-first__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 52px 0 10px;
}

.archive .archive-first .p-ino-theme-archive-first__figure {
  padding: 0 0 10px;
}

.archive .archive-content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0;
}

.archive .archive-content .p-ino-archive-content-container {
  /* padding: 162px 0 38px; */
  /*padding: 162px 1.5% 38px;*/
  padding: 38px 1.5% 38px;
  max-width: calc(1280px + 1.5%);
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 992px) {
  .archive .archive-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 38px 0;
  }
}
.archive .archive-content .archive-content__aside {
  width: 210px;
  border-right: 1px solid #dcdee6;
}
@media screen and (max-width: 992px) {
  .archive .archive-content .archive-content__aside {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 30px;
  }
}
.archive .archive-content .archive-content__aside .c-headline3 {
  font-size: 16px;
  padding: 14px 0 24px;
  margin-bottom: 1.85em;
}

@media screen and (max-width: 768px) {
  .archive .archive-content .archive-content__aside .c-headline3 {
    padding: 14px 0 14px;
    margin: 2em 0 1em;
  }
}

.archive .archive-content .archive-content__aside .c-headline3::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #0439bf), color-stop(15%, #d6dbe2));
  background: -webkit-linear-gradient(left, #0439bf 15%, #d6dbe2 15%);
  background: linear-gradient(90deg, #0439bf 15%, #d6dbe2 15%);
}
.archive .archive-content .archive-content__aside .archive-content__aside__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-content__aside__list + .c-headline3 {
  margin-top: 28px;
}

@media screen and (max-width: 992px) {
  .archive-content__aside__list + .c-headline3 {
    margin-top: 10px;
  }
}

.archive .archive-content .archive-content__aside .archive-content__aside__list li {
  margin-bottom: 14px;
  line-height: 1;
}
.archive .archive-content .archive-content__aside .archive-content__aside__list li a {
  font-size: 12px;
  color: #001491;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
}
.archive .archive-content .archive-content__aside .archive-content__aside__list li a::before {
  content: "#";
}
.archive .archive-content .archive-content__main {
  width: calc(100% - 210px);
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  .archive .archive-content .archive-content__main {
    width: 100%;
    padding: 0 16px;
  }
}
.archive .archive-content .archive-content__main .c-headline2 {
  margin: 0 0 32px;
}
.archive .archive-content .archive-content__main .cms__slide-swiper__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive .archive-content .archive-content__main .cms__slide-swiper__slide .swiper-slide {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .archive .archive-content .archive-content__main .cms__slide-swiper__slide .swiper-slide {
    width: 100%;
  }
}

.archive .archive-content .archive-content__main .archive-content__list + .c-headline2 {
  margin-top: 134px;
}

@media screen and (max-width: 768px) {
  .archive .archive-content .archive-content__main .archive-content__list + .c-headline2 {
    margin-top: 50px;
  }
}

/* ==============================
		詳細
================================= */
.single .container {
  max-width: 980px;
}
.single .single-header {
  padding: 122px 0 60px;
}
.single .single-header .single-header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single .single-header .single-header__info .single-header__info__time {
  display: block;
  margin-top: 28px;
  font-size: 10px;
  font-family: "Syncopate", sans-serif;
  color: rgba(0, 35, 167, 0.5);
  text-transform: uppercase;
  line-height: 1;
  margin-right: 10px;
}
.single .single-header .single-header__info .single-header__info__cat {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}
.single .single-header .single-header__info .single-header__info__cat li a {
  position: relative;
  z-index: 2;
  display: block;
  background: #fff;
  border-radius: 2em;
  font-size: 13px;
  line-height: 2.1;
  padding: 0 13px;
  -webkit-box-shadow: 0 1px 1px 0 #c4cdd9;
  box-shadow: 0 1px 1px 0 #c4cdd9;
  margin-right: 5px;
  margin-bottom: 6px;
  color: #0439bf;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.single .single-header .single-header__headline {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4px;
}

/* ----------- */

.single .single-header .single-header__thema {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-top: 12px;
  /* writing-mode: vertical-rl; 縦書きの方向を指定 */
}

.single .single-header .single-header__thema-color {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #0439bf;
  transform: translateX(-1px);
}

.single-header__thema-txt {
  color: #001491;
  display: inline-block;
  width: calc(100% - 8px - 6px);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}

/* ----------- */

.single .single-header .single-header__tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single .single-header .single-header__tag {
    margin-top: 2px;
  }
}
.single .single-header .single-header__tag li a {
  font-size: 12px;
  color: #0439bf;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .single .single-header .single-header__tag li a {
    font-size: 10px;
    opacity: 0.7;
    margin-right: 1.5em;
  }
}
.single .single-header .single-header__tag li a::before {
  content: "#";
}
.single .c-breadcrumb {
  background-color: #f0f2f5;
}
.single .c-breadcrumb .c-breadcrumb__list {
  max-width: 980px;
  margin: 0 auto;
}
.single .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
  max-width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single .single-article {
  padding: 50px 0;
  background-color: #f0f2f5;
}
.single .single-article .single-article__thumnail {
  margin-bottom: 30px;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl03 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #0439bf;
  background: #0439bf;
}
.cp_ipselect.cp_sl03::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
  padding: 8px 38px 8px 8px;
  color: #fff;
  /* font-size: 16px; */
}
.cp_ipselect.cp_sl03 select option {
  color: #333;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.p-single-professor {
  background-color: #fff;
  padding: 46px 40px 42px;
}

@media screen and (max-width: 768px) {
  .p-single-professor {
    padding: 34px 30px 34px;
  }
}

.p-single-professor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0 38px;
}

@media screen and (max-width: 768px) {
  .p-single-professor__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-single-professor__img {
  max-width: 205px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-single-professor__img {
    max-width: 60%;
    width: 100%;
    margin-inline: auto;
  }
}

.p-single-professor__img img {
  width: 100%;
}

.p-single-professor__text-wrap {
  width: 100%;
  max-width: calc(100% - 205px - 38px);
}

@media screen and (max-width: 768px) {
  .p-single-professor__text-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.p-single-professor__text-post {
  color: rgba(4, 57, 191, 0.7);
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-single-professor__text-post {
    font-size: 12px;
  }
}

.p-single-professor__text-post + .p-single-professor__text-name {
  margin-top: 6px;
}

.p-single-professor__text-name {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-single-professor__text-name {
    font-size: 16px;
  }
}

.p-single-professor__text-name + .p-single-professor__text-lead {
  margin-top: 14px;
}

.p-single-professor__text-lead {
  font-size: 14px;
  line-height: calc(29 / 14);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-single-professor__text-lead {
    font-size: 12px;
  }
}

.p-single-professor + .wysiwyg {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-single-professor + .wysiwyg {
    margin-top: 30px;
  }
}

/* --------------------------------------
テーマ一覧ページ
-----------------------------------------*/

.p-theme-kv {
  height: 440px;
  /* background-image: url("../img/theme/bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 114px;

  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-theme-kv {
    padding-top: 100px;
    height: auto;
    background-position: center;
    padding-bottom: 40px;
  }
}

.p-theme-kv__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.p-theme-kv__wrap {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 40px;
}

@media screen and (max-width: 768px) {
  .p-theme-kv__wrap {
    padding: 0 20px;
  }
}

/* --------------- */

.p-theme-head {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-theme-head {
    margin-top: 0px;
  }
}

.p-theme-head + .p-theme-head-archive-content {
  margin-top: 97px;
}

.archive .archive-content .p-theme-head-archive-content-container {
  padding: 38px 1.5%;
  /* max-width: 1280px; */
  max-width: calc(1280px + 1.5%);
}

@media screen and (max-width: 768px) {
  .archive .archive-content .p-theme-head-archive-content-container {
    padding: 38px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-theme-head + .p-theme-head-archive-content {
    margin-top: 0px;
  }
}

.p-theme-head__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 70px;
}

@media screen and (max-width: 768px) {
  .p-theme-head__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
  }
}
.p-theme-head__img {
  max-width: 326px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-theme-head__img {
    max-width: 100%;
    text-align: center;
  }
}

.p-theme-head__right {
  /* max-width: calc(100% - 600px - 70px); */
  /*max-width: 530px;*/
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-theme-head__right {
    max-width: 100%;
  }
}

.p-theme-head__lead {
  font-size: 16px;
  line-height: calc(37 / 16);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-theme-head__lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-theme-head__lead {
  }
}

.p-theme-breadcrumb .c-breadcrumb__list {
  margin-inline: auto;
}

.p-theme-bnr{
  margin: 60px auto;
}
.p-theme-bnr__wrap{
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .p-theme-bnr{
    margin: 30px auto 20px;
  }
  .p-theme-bnr__wrap{
    padding: 0px 20px;
  }
}


@media screen and (max-width: 768px) {
  .archive .archive-content .p-theme__aside {
    order: 2;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .archive .archive-content .p-theme__main {
    order: 1;
  }
}


/* ----------------------------------------------
イノベーションの種
------------------------------------------------ */

.p-ino-theme {
  margin-top: 47px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-ino-theme {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

.p-ino-theme-title-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-ino-theme-title-wrap {
    margin-bottom: 20px;
  }
}

.p-ino-theme-item__link {
  padding: 36px 30px 96px;
}

@media screen and (max-width: 768px) {
  .p-ino-theme-item__link {
    padding: 36px 30px 50px;
  }
}

.p-ino-theme__bg {
  display: inline-block;
  background-color: #e7e9ee;
  width: 100%;
  height: 414px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-ino-theme__bg {
    height: 200px;
  }
}

.c-title-wrap + .archive-content__list {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .c-title-wrap + .archive-content__list {
    margin-top: 16px;
  }
}

.archive-content__list + .c-title-wrap {
  margin-top: 182px;
}

@media screen and (max-width: 768px) {
  .archive-content__list + .c-title-wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .archive .archive-content .p-ino-theme__aside {
    order: 2;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .archive .archive-content .p-ino-theme__main {
    order: 1;
  }
}

/*--------------------------------------------
サイドバー テーマ
--------------------------------------------*/

.archive-content__aside-thema-list + .c-headline3 {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .archive-content__aside-thema-list + .c-headline3 {
    margin-top: 10px;
  }
}

.archive-content__aside-thema-list {
}

.archive-content__aside-thema-item {
  line-height: 1.4;
}

.archive-content__aside-thema-item + .archive-content__aside-thema-item {
  margin-top: 14px;
}

.archive-content__aside-thema-item-link {
  color: #001491;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
}

/*------------------------------------------------------------
年代
-----------------------------------------------------------*/

.cp_ipselect.cp_sl03--02 {
  background-color: #fff;
  border: none;
  border-radius: 25px;
  margin-left: 0;
  -webkit-box-shadow: 0 1px 1px #c4cdd9;
  box-shadow: 0 1px 1px #c4cdd9;
}

.cp_ipselect.cp_sl03--02::before {
  border-top: 6px solid #0439bf;
  top: 1.1em;
}

@media screen and (max-width: 768px) {
  .cp_ipselect.cp_sl03--02::before {
    top: 1.3em;
  }
}

.cp_ipselect.cp_sl03--02 select {
  color: #040e42;
  /* padding: 8px 38px 8px 8px; */
  padding: 14px 38px 14px 32px;
}

@media screen and (max-width: 768px) {
  .cp_ipselect.cp_sl03--02 select {
    font-size: 15px;
  }
}

.__privacyPolicy .wysiwyg p .__large{
  font-size: 22px;
  font-weight: bold;
}

.__privacyPolicy .wysiwyg p + h2,
.__privacyPolicy .wysiwyg ul + h2{
  margin-top: 2em;
}