@charset "UTF-8";
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
[data-target],
[data-target-center] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  will-change: transform, opacity;
}
[data-target].action,
[data-target-center].action {
  opacity: 1;
}
[data-target][data-mask-right], [data-target][data-mask-left], [data-target][data-mask-up], [data-target][data-mask-down],
[data-target-center][data-mask-right],
[data-target-center][data-mask-left],
[data-target-center][data-mask-up],
[data-target-center][data-mask-down] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  visibility: hidden;
  opacity: 1;
}
[data-target][data-mask-right].action, [data-target][data-mask-left].action, [data-target][data-mask-up].action, [data-target][data-mask-down].action,
[data-target-center][data-mask-right].action,
[data-target-center][data-mask-left].action,
[data-target-center][data-mask-up].action,
[data-target-center][data-mask-down].action {
  visibility: visible;
  clip-path: inset(0);
}
[data-target][data-mask-right],
[data-target-center][data-mask-right] {
  clip-path: inset(0 99.99% 0 0);
}
[data-target][data-mask-left],
[data-target-center][data-mask-left] {
  clip-path: inset(0 0 0 99.99%);
}
[data-target][data-mask-up],
[data-target-center][data-mask-up] {
  clip-path: inset(99.99% 0 0 0);
}
[data-target][data-mask-down],
[data-target-center][data-mask-down] {
  clip-path: inset(0 0 99.99% 0);
}
[data-target][data-nomotion],
[data-target-center][data-nomotion] {
  -webkit-transition: none;
  transition: none;
}
[data-target][data-nomotion].action,
[data-target-center][data-nomotion].action {
  opacity: 0;
}
[data-target][data-slideup],
[data-target-center][data-slideup] {
  -webkit-transform: translateY(0.6944444444vw) scale(1);
  transform: translateY(0.6944444444vw) scale(1);
}
[data-target][data-slideup].action,
[data-target-center][data-slideup].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slidedown],
[data-target-center][data-slidedown] {
  -webkit-transform: translateY(-1.3888888889vw) scale(1);
  transform: translateY(-1.3888888889vw) scale(1);
}
[data-target][data-slidedown].action,
[data-target-center][data-slidedown].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slideleft],
[data-target-center][data-slideleft] {
  -webkit-transform: translateX(1.3888888889vw) scale(1);
  transform: translateX(1.3888888889vw) scale(1);
}
[data-target][data-slideleft].action,
[data-target-center][data-slideleft].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-target][data-slideright],
[data-target-center][data-slideright] {
  -webkit-transform: translateX(-1.3888888889vw) scale(1);
  transform: translateX(-1.3888888889vw) scale(1);
}
[data-target][data-slideright].action,
[data-target-center][data-slideright].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-target][data-scaleup],
[data-target-center][data-scaleup] {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
[data-target][data-scaleup].action,
[data-target-center][data-scaleup].action {
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-target][data-scaledown],
[data-target-center][data-scaledown] {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
[data-target][data-scaledown].action,
[data-target-center][data-scaledown].action {
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-target][data-paint].action,
[data-target-center][data-paint].action {
  -webkit-animation: paint_mask 1s steps(5) forwards;
  animation: paint_mask 1s steps(5) forwards;
}

.disable-hover {
  pointer-events: none;
}

i.icon {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  display: block;
}
i.icon.search {
  -webkit-mask-image: url(../img/common/ic_search.png);
  mask-image: url(../img/common/ic_search.png);
  width: 18px;
  height: 18px;
}
i.icon.yt {
  -webkit-mask-image: url(../img/common/ic_yt.png);
  mask-image: url(../img/common/ic_yt.png);
  width: 20px;
  height: 14px;
}
i.icon.ig {
  -webkit-mask-image: url(../img/common/ic_ig.png);
  mask-image: url(../img/common/ic_ig.png);
  width: 20px;
  height: 20px;
}

.center_container {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin-inline: auto;
  padding-inline: 80px;
}
.center_container:before, .center_container:after {
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.center_container:before {
  left: 80px;
}
.center_container:after {
  right: 80px;
}
.center_container.white {
  background-color: #ffffff;
}

.basic_page section {
  border-bottom: 1px solid #2a6f75;
}
.basic_page section:last-of-type {
  border-bottom: none;
}
.basic_page .mv {
  border-bottom: 1px solid #2a6f75;
  padding: 10px;
}
.basic_page .mv img {
  border-radius: 8px;
}
.basic_page .slideshow {
  border-bottom: 1px solid #2a6f75;
  padding: 10px 10px 20px;
  position: relative;
}
.basic_page .slideshow .splide {
  padding-bottom: 25px;
}
.basic_page .slideshow .splide__slide {
  width: 100%;
}
.basic_page .slideshow .splide__slide img {
  border-radius: 8px;
}
.basic_page .slideshow .splide__slide figcaption {
  padding: 10px;
}
.basic_page .slideshow .splide__pagination {
  position: absolute;
  bottom: 40px;
  right: 10px;
}
.basic_page .slideshow .splide__arrows {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.basic_page .contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 50px;
  padding: 90px 76px 100px;
}
.basic_page .contents.with_post {
  padding-bottom: 0;
}
.basic_page .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  line-height: 2;
}
.basic_page .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic_page .txt ol li:before {
  content: "一、";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basic_page .txt ul {
  margin-left: 1em;
}
.basic_page .txt ul li {
  list-style: disc;
}
.basic_page .post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basic_page .post .thumb_study {
  border: 1px solid #2a6f75;
  border-bottom: none;
  width: 430px;
}

.grid_list {
  display: grid;
}
.grid_list .thumb {
  border-bottom: 1px solid #2a6f75;
  border-right: 1px solid #2a6f75;
  margin-bottom: -1px;
}
.grid_list.grid_3 {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
@media screen and (max-width: 1439px) {
  .grid_list.grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .grid_list.grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  }
}
.grid_list.grid_4 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.post_container {
  width: 100%;
  max-width: 1000px;
  padding-inline: 40px;
  margin-inline: auto;
}

.post_contents {
  line-height: 2;
}
.post_contents > * {
  margin-bottom: 46px;
}
.post_contents h2,
.post_contents h3,
.post_contents h4 {
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 30px;
}
.post_contents h2 {
  font-size: 3.4rem;
}
.post_contents h3 {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.post_contents h3:before {
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.7em;
}
.post_contents h4 {
  font-size: 2.4rem;
}
.post_contents figure img {
  border-radius: 8px;
}
.post_contents figure figcaption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 35px;
}
.post_contents .aligncenter {
  margin-inline: auto;
}
.post_contents .alignright {
  margin-left: auto;
}
.post_contents .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_contents .wp-block-gallery figure {
  border-radius: 8px;
  overflow: hidden;
}
.post_contents .wp-block-separator {
  border-top: 1px solid #2a6f75;
  margin: 80px 0;
}
.post_contents ul {
  margin-left: 1em;
}
.post_contents ul li {
  list-style: disc;
}
.post_contents ol {
  margin-left: 1em;
}
.post_contents ol li {
  list-style: decimal;
}
.post_contents blockquote {
  border: 1px solid #2a6f75;
  padding: 20px 30px;
}
.post_contents .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post_contents .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.post_share {
  border-top: 1px solid #2a6f75;
  border-bottom: 1px solid #2a6f75;
  margin-top: 80px;
  margin-bottom: 100px;
  height: 154px;
  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;
}
.post_share dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.post_share dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.post_share dl dd a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  display: block;
}
@media screen and (min-width: 750px) {
  .post_share dl dd a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.post_share dl dd .fb {
  -webkit-mask-image: url(../img/common/ic_fb.png);
  mask-image: url(../img/common/ic_fb.png);
  width: 32px;
  height: 32px;
}
.post_share dl dd .x {
  -webkit-mask-image: url(../img/common/ic_x.png);
  mask-image: url(../img/common/ic_x.png);
  width: 23px;
  height: 23px;
}

.post_navi {
  padding-bottom: 100px;
  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;
  position: relative;
  height: 142px;
}
@media screen and (min-width: 750px) {
  .post_navi .btn_center:hover {
    text-decoration: underline;
  }
}
.post_navi .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  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;
  position: absolute;
  top: 0;
  border: 1px solid #2a6f75;
}
.post_navi .btn:before {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 17px;
  height: 12px;
}
.post_navi .btn.left {
  left: 0;
}
.post_navi .btn.left:before {
  -webkit-mask-image: url(../img/common/ic_arrow_left.png);
  mask-image: url(../img/common/ic_arrow_left.png);
}
.post_navi .btn.right {
  right: 0;
}
.post_navi .btn.right:before {
  -webkit-mask-image: url(../img/common/ic_arrow_right.png);
  mask-image: url(../img/common/ic_arrow_right.png);
}
@media screen and (min-width: 750px) {
  .post_navi .btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.category_info {
  border-bottom: 1px solid #2a6f75;
  padding: 50px 30px;
}
.category_info .categories {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.category_info .theme {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 10px;
}
.category_info h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 25px;
}
.category_info h2 .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
}
.category_info h2 .ja {
  font-size: 2rem;
}
.category_info h2 .middle {
  font-size: 3rem;
  line-height: 1.75;
}
.category_info .description {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 30px;
}

.no_result {
  height: 300px;
  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;
}

.post_people {
  margin: 40px 0 70px;
}
.post_people .title {
  margin-bottom: 18px;
}
.post_people ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.post_people li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.post_people li figure {
  width: 138px;
  height: 100%;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post_people li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post_people li .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_people li .txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}
.post_people li .txt h2 .name {
  font-size: 2rem;
}
.post_people li .txt h2 .kana {
  font-size: 1.4rem;
}
.post_people li .txt .role {
  font-size: 1.6rem;
  line-height: 1.75;
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.splide__pagination .splide__pagination__page {
  background-color: #cfcfcf;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #2a6f75;
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 92px;
  -moz-column-gap: 92px;
  column-gap: 92px;
}
.splide__arrows .splide__arrow {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid #2a6f75;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  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;
}
.splide__arrows .splide__arrow:before {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 19px;
  height: 14px;
}
.splide__arrows .splide__arrow svg {
  display: none;
}
@media screen and (min-width: 750px) {
  .splide__arrows .splide__arrow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.splide__arrows .splide__arrow--prev:before {
  -webkit-mask-image: url(../img/common/ic_arrow_left.png);
  mask-image: url(../img/common/ic_arrow_left.png);
}
.splide__arrows .splide__arrow--next:before {
  -webkit-mask-image: url(../img/common/ic_arrow_right.png);
  mask-image: url(../img/common/ic_arrow_right.png);
}

.page_header {
  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;
  padding: 25px;
  border-bottom: 1px solid #2a6f75;
}

.sec_header {
  height: 130px;
  border-bottom: 1px solid #2a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 28px;
  position: relative;
}
.sec_header:before {
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  pointer-events: none;
}

.thumb.disable {
  pointer-events: none;
}
.thumb.disable .study_button {
  opacity: 0;
}

.thumb_study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thumb_study .study_head {
  padding: 20px 20px 0;
  margin-bottom: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.thumb_study .post_id {
  font-size: 2.4rem;
}
.thumb_study .category {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.thumb_study .study_poster {
  margin: 0 20px 18px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/0.66;
}
.thumb_study .study_poster img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb_study .study_detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumb_study .study_txt {
  padding: 0 20px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumb_study .title {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 500;
}
.thumb_study .title .clip_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.thumb_study .title .clip_block span {
  display: block;
  border: 1px solid #cfcfcf;
  width: 60px;
  height: 60px;
  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;
  position: relative;
  font-size: 4rem;
  padding-bottom: 0.1em;
}
.thumb_study .title .clip_block span:before, .thumb_study .title .clip_block span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.thumb_study .title .clip_block span:before {
  border-top: 1px dashed #cfcfcf;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.thumb_study .title .clip_block span:after {
  border-left: 1px dashed #cfcfcf;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}
.thumb_study .title .clip_block span:first-child {
  margin-bottom: -1px;
}
.thumb_study .title .clip_text {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: -0.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.thumb_study .study_people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.thumb_study .study_people .name {
  font-size: 2rem;
  font-weight: 400;
}
.thumb_study .date {
  font-size: 1.6rem;
}
.thumb_study .study_button {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 56px;
  border-top: 1px dashed #2a6f75;
}
.thumb_study .study_button:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
}
.thumb_study .study_button span {
  padding-top: 0.2em;
}
@media screen and (min-width: 750px) {
  .thumb_study:hover .study_poster img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .thumb_study:hover .title {
    color: #2a6f7570;
  }
  .thumb_study:hover .study_button:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.thumb_program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thumb_program .poster {
  margin: 20px 20px 18px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/0.66;
}
.thumb_program .poster img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb_program .detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumb_program .txt {
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.thumb_program .head {
  margin-bottom: 18px;
}
.thumb_program .date {
  font-size: 1.8rem;
  margin-bottom: 25px;
  display: block;
}
.thumb_program .date strong {
  font-size: 3.2rem;
  font-weight: 400;
}
.thumb_program .title {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 2.4rem;
  line-height: 1.75;
}
.thumb_program .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.thumb_program .people .name {
  font-size: 2rem;
  font-weight: 400;
}
.thumb_program .button {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 56px;
  border-top: 1px dashed #2a6f75;
}
.thumb_program .button:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
}
.thumb_program .button span {
  padding-top: 0.2em;
}
@media screen and (min-width: 750px) {
  .thumb_program:hover .poster img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .thumb_program:hover .title {
    color: #2a6f7570;
  }
  .thumb_program:hover .button:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.thumb_people {
  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;
}
.thumb_people .poster {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.thumb_people .poster img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb_people .txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumb_people .title {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.thumb_people .title .name {
  font-size: 2rem;
  margin-bottom: 15px;
}
.thumb_people .title .kana {
  font-size: 1.4rem;
}
.thumb_people .role {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 750px) {
  .thumb_people:hover .poster img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .thumb_people:hover .title {
    color: #2a6f7570;
  }
}

.post_mv {
  margin-bottom: 70px;
}
.post_mv img {
  border-radius: 8px;
  width: 100%;
  max-width: initial;
}
.post_mv .tags {
  margin-top: 32px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 750px) {
  .tags a:hover {
    text-decoration: underline;
  }
}

.pagenate {
  height: 220px;
  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;
}
.pagenate .wp-pagenavi {
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  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;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  color: #bebebe;
  position: relative;
  padding-inline: 72px;
}
.pagenate .previouspostslink,
.pagenate .nextpostslink {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  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;
  width: 42px;
  height: 42px;
  border: 1px solid #2a6f75;
  border-radius: 100%;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.pagenate .previouspostslink:before,
.pagenate .nextpostslink:before {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 17px;
  height: 12px;
}
.pagenate .previouspostslink.previouspostslink,
.pagenate .nextpostslink.previouspostslink {
  left: 0;
}
.pagenate .previouspostslink.previouspostslink:before,
.pagenate .nextpostslink.previouspostslink:before {
  -webkit-mask-image: url(../img/common/ic_arrow_left.png);
  mask-image: url(../img/common/ic_arrow_left.png);
}
.pagenate .previouspostslink.nextpostslink,
.pagenate .nextpostslink.nextpostslink {
  right: 0;
}
.pagenate .previouspostslink.nextpostslink:before,
.pagenate .nextpostslink.nextpostslink:before {
  -webkit-mask-image: url(../img/common/ic_arrow_right.png);
  mask-image: url(../img/common/ic_arrow_right.png);
}
@media screen and (min-width: 750px) {
  .pagenate .previouspostslink:hover,
  .pagenate .nextpostslink:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pagenate .pages {
  -webkit-box-ordinal-group: 99;
  -ms-flex-order: 98;
  order: 98;
}
.pagenate .page {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  .pagenate .page:hover {
    color: #2a6f75;
  }
}
.pagenate .current {
  color: #2a6f75;
}

.categories {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #2a6f75;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
.categories a {
  text-underline-offset: 3px;
}
.categories a.active {
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .categories a:hover {
    text-decoration: underline;
  }
}

.page_title {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
}
.page_title .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 5.4rem;
  padding-top: 0.3em;
  line-height: 1;
}
.page_title .ja {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.head_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.head_title .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  padding-top: 0.2em;
  line-height: 1;
}
.head_title .ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.head_title .middle {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.sec_title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 1440px) {
  [data-target][data-slideup] {
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
  }
  [data-target][data-slidedown] {
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }
  [data-target][data-slideleft] {
    -webkit-transform: translateX(20px) scale(1);
    transform: translateX(20px) scale(1);
  }
  [data-target][data-slideright] {
    -webkit-transform: translateX(-20px) scale(1);
    transform: translateX(-20px) scale(1);
  }
  .tabs {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .tabs a {
    border-radius: 9px 9px 0 0;
    row-gap: 10px;
    width: 500px;
    height: 80px;
  }
  .tabs a span {
    font-size: 15px;
  }
  .tabs a strong {
    font-size: 20px;
  }
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  i.icon.search {
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
  i.icon.yt {
    width: 1.953125vw;
    height: 1.3671875vw;
  }
  i.icon.ig {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .center_container {
    max-width: 187.5vw;
    padding-inline: 7.8125vw;
  }
  .center_container:before {
    left: 7.8125vw;
  }
  .center_container:after {
    right: 7.8125vw;
  }
  .basic_page .mv {
    padding: 0.9765625vw;
  }
  .basic_page .mv img {
    border-radius: 0.78125vw;
  }
  .basic_page .slideshow {
    padding: 0.9765625vw 0.9765625vw 1.953125vw;
  }
  .basic_page .slideshow .splide {
    padding-bottom: 2.44140625vw;
  }
  .basic_page .slideshow .splide__slide img {
    border-radius: 0.78125vw;
  }
  .basic_page .slideshow .splide__slide figcaption {
    padding: 0.9765625vw;
  }
  .basic_page .slideshow .splide__pagination {
    bottom: 3.90625vw;
    right: 0.9765625vw;
  }
  .basic_page .contents {
    grid-template-columns: repeat(auto-fit, minmax(37.109375vw, 1fr));
    gap: 4.8828125vw;
    padding: 8.7890625vw 7.421875vw 9.765625vw;
  }
  .basic_page .txt {
    row-gap: 1.953125vw;
  }
  .basic_page .post .thumb_study {
    width: 41.9921875vw;
  }
  .grid_list.grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(37.109375vw, 1fr));
  }
}
@media screen and (pointer: coarse) and (min-width: 768px) and (orientation: portrait) and (max-width: 1439px) {
  .grid_list.grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(31.25vw, 1fr));
  }
}
@media screen and (pointer: coarse) and (min-width: 768px) and (orientation: portrait) and (min-width: 1025px) {
  .grid_list.grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(28.125vw, 1fr));
  }
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  .grid_list.grid_4 {
    grid-template-columns: repeat(auto-fill, minmax(31.25vw, 1fr));
  }
  .post_container {
    max-width: 97.65625vw;
    padding-inline: 3.90625vw;
  }
  .post_contents > * {
    margin-bottom: 4.4921875vw;
  }
  .post_contents h2,
  .post_contents h3,
  .post_contents h4 {
    margin-bottom: 2.9296875vw;
  }
  .post_contents h2 {
    font-size: 3.3203125vw;
  }
  .post_contents h3 {
    font-size: 2.734375vw;
    -webkit-column-gap: 1.171875vw;
    -moz-column-gap: 1.171875vw;
    column-gap: 1.171875vw;
  }
  .post_contents h3:before {
    width: 1.171875vw;
    height: 1.171875vw;
  }
  .post_contents h4 {
    font-size: 2.34375vw;
  }
  .post_contents figure img {
    border-radius: 0.78125vw;
  }
  .post_contents figure figcaption {
    font-size: 1.3671875vw;
    margin-top: 3.41796875vw;
  }
  .post_contents .wp-block-gallery figure {
    border-radius: 0.78125vw;
  }
  .post_contents .wp-block-separator {
    margin: 7.8125vw 0;
  }
  .post_contents blockquote {
    padding: 1.953125vw 2.9296875vw;
  }
  .post_share {
    margin-top: 7.8125vw;
    margin-bottom: 9.765625vw;
    height: 15.0390625vw;
  }
  .post_share dl {
    -webkit-column-gap: 2.34375vw;
    -moz-column-gap: 2.34375vw;
    column-gap: 2.34375vw;
  }
  .post_share dl dd {
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
  }
  .post_share dl dd .fb {
    width: 3.125vw;
    height: 3.125vw;
  }
  .post_share dl dd .x {
    width: 2.24609375vw;
    height: 2.24609375vw;
  }
  .post_navi {
    padding-bottom: 9.765625vw;
    height: 13.8671875vw;
  }
  .post_navi .btn {
    width: 4.1015625vw;
    height: 4.1015625vw;
  }
  .post_navi .btn:before {
    width: 1.66015625vw;
    height: 1.171875vw;
  }
  .category_info {
    padding: 4.8828125vw 2.9296875vw;
  }
  .category_info .categories {
    margin-bottom: 1.46484375vw;
  }
  .category_info .theme {
    font-size: 1.953125vw;
    margin-bottom: 0.9765625vw;
  }
  .category_info h2 {
    row-gap: 1.46484375vw;
    margin-bottom: 2.44140625vw;
  }
  .category_info h2 .en {
    font-size: 4.1015625vw;
  }
  .category_info h2 .ja {
    font-size: 1.953125vw;
  }
  .category_info h2 .middle {
    font-size: 2.9296875vw;
  }
  .category_info .description {
    font-size: 1.953125vw;
    margin-bottom: 2.9296875vw;
  }
  .no_result {
    height: 29.296875vw;
  }
  .post_people {
    margin: 3.90625vw 0 6.8359375vw;
  }
  .post_people .title {
    margin-bottom: 1.7578125vw;
  }
  .post_people ul {
    row-gap: 1.953125vw;
  }
  .post_people li {
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
  }
  .post_people li figure {
    width: 13.4765625vw;
  }
  .post_people li .txt h2 {
    row-gap: 1.46484375vw;
  }
  .post_people li .txt h2 .name {
    font-size: 1.953125vw;
  }
  .post_people li .txt h2 .kana {
    font-size: 1.3671875vw;
  }
  .post_people li .txt .role {
    font-size: 1.5625vw;
  }
  .splide__pagination {
    -webkit-column-gap: 1.5625vw;
    -moz-column-gap: 1.5625vw;
    column-gap: 1.5625vw;
  }
  .splide__pagination .splide__pagination__page {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .splide__arrows {
    -webkit-column-gap: 8.984375vw;
    -moz-column-gap: 8.984375vw;
    column-gap: 8.984375vw;
  }
  .splide__arrows .splide__arrow {
    width: 4.1015625vw;
    height: 4.1015625vw;
  }
  .splide__arrows .splide__arrow:before {
    width: 1.85546875vw;
    height: 1.3671875vw;
  }
  .page_header {
    padding: 2.44140625vw;
  }
  .sec_header {
    height: 12.6953125vw;
    padding: 0 2.734375vw;
  }
  .thumb_study .study_head {
    padding: 1.953125vw 1.953125vw 0;
    margin-bottom: 0.48828125vw;
  }
  .thumb_study .post_id {
    font-size: 2.34375vw;
  }
  .thumb_study .category {
    font-size: 1.5625vw;
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
  .thumb_study .study_poster {
    margin: 0 1.953125vw 1.7578125vw;
  }
  .thumb_study .study_txt {
    padding: 0 1.953125vw 1.953125vw;
  }
  .thumb_study .title {
    margin-bottom: 1.7578125vw;
    -webkit-column-gap: 0.9765625vw;
    -moz-column-gap: 0.9765625vw;
    column-gap: 0.9765625vw;
  }
  .thumb_study .title .clip_block span {
    width: 5.859375vw;
    height: 5.859375vw;
    font-size: 3.90625vw;
  }
  .thumb_study .title .clip_text {
    font-size: 2.34375vw;
  }
  .thumb_study .study_people {
    row-gap: 0.48828125vw;
    margin-bottom: 1.46484375vw;
    font-size: 1.5625vw;
  }
  .thumb_study .study_people .name {
    font-size: 1.953125vw;
  }
  .thumb_study .date {
    font-size: 1.5625vw;
  }
  .thumb_study .study_button {
    -webkit-column-gap: 0.9765625vw;
    -moz-column-gap: 0.9765625vw;
    column-gap: 0.9765625vw;
    height: 5.46875vw;
  }
  .thumb_study .study_button:after {
    width: 1.3671875vw;
    height: 0.9765625vw;
  }
  .thumb_program .poster {
    margin: 1.953125vw 1.953125vw 1.7578125vw;
  }
  .thumb_program .txt {
    padding: 0 1.953125vw 1.953125vw;
  }
  .thumb_program .head {
    margin-bottom: 1.7578125vw;
  }
  .thumb_program .date {
    font-size: 1.7578125vw;
    margin-bottom: 2.44140625vw;
  }
  .thumb_program .date strong {
    font-size: 3.125vw;
  }
  .thumb_program .title {
    font-size: 2.34375vw;
  }
  .thumb_program .people {
    row-gap: 0.48828125vw;
    font-size: 1.5625vw;
  }
  .thumb_program .people .name {
    font-size: 1.953125vw;
  }
  .thumb_program .button {
    -webkit-column-gap: 0.9765625vw;
    -moz-column-gap: 0.9765625vw;
    column-gap: 0.9765625vw;
    height: 5.46875vw;
  }
  .thumb_program .button:after {
    width: 1.3671875vw;
    height: 0.9765625vw;
  }
  .thumb_people {
    padding: 1.953125vw;
  }
  .thumb_people .poster {
    margin-bottom: 1.953125vw;
  }
  .thumb_people .title {
    margin-bottom: 1.953125vw;
  }
  .thumb_people .title .name {
    font-size: 1.953125vw;
    margin-bottom: 1.46484375vw;
  }
  .thumb_people .title .kana {
    font-size: 1.3671875vw;
  }
  .thumb_people .role {
    font-size: 1.5625vw;
  }
  .post_mv {
    margin-bottom: 6.8359375vw;
  }
  .post_mv img {
    border-radius: 0.78125vw;
  }
  .post_mv .tags {
    margin-top: 3.125vw;
  }
  .tags {
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
    font-size: 1.3671875vw;
  }
  .pagenate {
    height: 21.484375vw;
  }
  .pagenate .wp-pagenavi {
    font-size: 1.953125vw;
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
    padding-inline: 7.03125vw;
  }
  .pagenate .previouspostslink,
  .pagenate .nextpostslink {
    width: 4.1015625vw;
    height: 4.1015625vw;
    margin-top: -2.05078125vw;
  }
  .pagenate .previouspostslink:before,
  .pagenate .nextpostslink:before {
    width: 1.66015625vw;
    height: 1.171875vw;
  }
  .categories {
    font-size: 1.5625vw;
    padding: 4.8828125vw 2.9296875vw;
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
    row-gap: 1.953125vw;
  }
  .page_title {
    -webkit-column-gap: 3.90625vw;
    -moz-column-gap: 3.90625vw;
    column-gap: 3.90625vw;
    row-gap: 0.9765625vw;
  }
  .page_title .en {
    font-size: 5.2734375vw;
  }
  .page_title .ja {
    font-size: 3.90625vw;
  }
  .head_title {
    row-gap: 0.9765625vw;
  }
  .head_title .en {
    font-size: 4.1015625vw;
  }
  .head_title .ja {
    font-size: 1.953125vw;
  }
  .head_title .middle {
    font-size: 3.125vw;
  }
  .sec_title {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  [data-target][data-slideup] {
    -webkit-transform: translateY(5.3333333333vw) scale(1);
    transform: translateY(5.3333333333vw) scale(1);
  }
  [data-target][data-slidedown] {
    -webkit-transform: translateY(-5.3333333333vw) scale(1);
    transform: translateY(-5.3333333333vw) scale(1);
  }
  [data-target][data-slideleft] {
    -webkit-transform: translateX(5.3333333333vw) scale(1);
    transform: translateX(5.3333333333vw) scale(1);
  }
  [data-target][data-slideright] {
    -webkit-transform: translateX(-5.3333333333vw) scale(1);
    transform: translateX(-5.3333333333vw) scale(1);
  }
  i.icon.search {
    width: 4.8vw;
    height: 4.8vw;
  }
  i.icon.yt {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
  i.icon.ig {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .center_container {
    max-width: initial;
    padding-inline: 2.6666666667vw;
  }
  .center_container:before {
    left: 2.6666666667vw;
  }
  .center_container:after {
    right: 2.6666666667vw;
  }
  .basic_page .mv {
    padding: 2.6666666667vw;
  }
  .basic_page .mv img {
    border-radius: 2.1333333333vw;
  }
  .basic_page .slideshow {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
  .basic_page .slideshow .splide {
    padding-bottom: 12vw;
  }
  .basic_page .slideshow .splide__slide img {
    border-radius: 2.1333333333vw;
  }
  .basic_page .slideshow .splide__slide figcaption {
    padding: 2.6666666667vw;
  }
  .basic_page .slideshow .splide__pagination {
    bottom: 16vw;
    right: 2.6666666667vw;
  }
  .basic_page .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .basic_page .txt {
    row-gap: 4.2666666667vw;
  }
  .basic_page .post .thumb_study {
    width: 100%;
  }
  .grid_list {
    padding-inline: 4.8vw;
  }
  .grid_list .thumb {
    border-bottom: 1px solid #2a6f75;
    border-right: 1px solid #2a6f75;
    border-left: 1px solid #2a6f75;
    margin-bottom: -1px;
  }
  .grid_list.is-odd .thumb:last-child {
    border-bottom: none;
  }
  .grid_list.is-even .thumb:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .post_container {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .post_contents > * {
    margin-bottom: 8vw;
  }
  .post_contents h2,
  .post_contents h3,
  .post_contents h4 {
    margin-bottom: 5.3333333333vw;
  }
  .post_contents h2 {
    font-size: 6.4vw;
  }
  .post_contents h3 {
    font-size: 4.8vw;
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
  .post_contents h3:before {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 0.6em;
  }
  .post_contents h4 {
    font-size: 4.2666666667vw;
  }
  .post_contents figure img {
    border-radius: 2.1333333333vw;
  }
  .post_contents figure figcaption {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
  .post_contents .wp-block-gallery {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
  .post_contents .wp-block-gallery figure {
    width: 100% !important;
    border-radius: 2.1333333333vw;
  }
  .post_contents .wp-block-separator {
    margin: 10.6666666667vw 0;
  }
  .post_contents blockquote {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .post_share {
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw;
    height: 26.6666666667vw;
  }
  .post_share dl {
    -webkit-column-gap: 6.4vw;
    -moz-column-gap: 6.4vw;
    column-gap: 6.4vw;
  }
  .post_share dl dd {
    -webkit-column-gap: 8vw;
    -moz-column-gap: 8vw;
    column-gap: 8vw;
  }
  .post_share dl dd .fb {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .post_share dl dd .x {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .post_navi {
    padding-bottom: 13.3333333333vw;
    height: 26.6666666667vw;
  }
  .post_navi .btn {
    width: 11.2vw;
    height: 11.2vw;
  }
  .post_navi .btn:before {
    width: 4.5333333333vw;
    height: 3.2vw;
  }
  .category_info {
    padding: 8vw 5.3333333333vw;
  }
  .category_info .categories {
    margin-bottom: 4vw;
  }
  .category_info .theme {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .category_info h2 {
    row-gap: 4vw;
    margin-bottom: 6.6666666667vw;
  }
  .category_info h2 .en {
    font-size: 8.5333333333vw;
  }
  .category_info h2 .ja {
    font-size: 4vw;
  }
  .category_info h2 .middle {
    font-size: 8vw;
  }
  .category_info .description {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .no_result {
    height: 80vw;
  }
  .post_people {
    margin: 10.6666666667vw 0;
  }
  .post_people .title {
    margin-bottom: 4.8vw;
  }
  .post_people ul {
    row-gap: 5.3333333333vw;
  }
  .post_people li {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .post_people li figure {
    width: 16vw;
  }
  .post_people li .txt h2 {
    row-gap: 1.3333333333vw;
  }
  .post_people li .txt h2 .name {
    font-size: 4.2666666667vw;
  }
  .post_people li .txt h2 .kana {
    font-size: 3.4666666667vw;
  }
  .post_people li .txt .role {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .splide__pagination {
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
  .splide__pagination .splide__pagination__page {
    width: 1.6vw;
    height: 1.6vw;
  }
  .splide__arrows {
    -webkit-column-gap: 24.5333333333vw;
    -moz-column-gap: 24.5333333333vw;
    column-gap: 24.5333333333vw;
  }
  .splide__arrows .splide__arrow {
    width: 11.2vw;
    height: 11.2vw;
  }
  .splide__arrows .splide__arrow:before {
    width: 5.0666666667vw;
    height: 3.7333333333vw;
  }
  .page_header {
    padding: 4vw 6.6666666667vw 9.3333333333vw;
  }
  .sec_header {
    height: 34.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .sec_header:before {
    display: none;
  }
  .thumb_study .study_head {
    padding: 3.4666666667vw 4.2666666667vw 0;
    margin-bottom: 1.8666666667vw;
  }
  .thumb_study .post_id {
    font-size: 4.8vw;
  }
  .thumb_study .category {
    font-size: 3.2vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
  .thumb_study .study_poster {
    margin: 0 4.2666666667vw 3.4666666667vw;
  }
  .thumb_study .study_txt {
    padding: 0 4.2666666667vw 5.3333333333vw;
  }
  .thumb_study .title {
    margin-bottom: 3.7333333333vw;
    -webkit-column-gap: 1.6vw;
    -moz-column-gap: 1.6vw;
    column-gap: 1.6vw;
  }
  .thumb_study .title .clip_block span {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    font-size: 8vw;
  }
  .thumb_study .title .clip_text {
    font-size: 4.8vw;
  }
  .thumb_study .study_people {
    row-gap: 1.3333333333vw;
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
  .thumb_study .study_people .name {
    font-size: 4vw;
  }
  .thumb_study .date {
    font-size: 3.4666666667vw;
  }
  .thumb_study .study_button {
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    height: 14.9333333333vw;
  }
  .thumb_study .study_button:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
  .thumb_program .poster {
    margin: 3.7333333333vw 4.2666666667vw 4vw;
  }
  .thumb_program .txt {
    padding: 0 4.2666666667vw 5.3333333333vw;
  }
  .thumb_program .head {
    margin-bottom: 2.6666666667vw;
  }
  .thumb_program .date {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .thumb_program .date strong {
    font-size: 6.4vw;
  }
  .thumb_program .title {
    font-size: 4.8vw;
  }
  .thumb_program .people {
    row-gap: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thumb_program .people .name {
    font-size: 4vw;
  }
  .thumb_program .button {
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    height: 14.9333333333vw;
  }
  .thumb_program .button:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
  .thumb_people {
    padding: 5.3333333333vw 4.2666666667vw;
  }
  .thumb_people .poster {
    margin-bottom: 5.3333333333vw;
  }
  .thumb_people .title {
    margin-bottom: 5.3333333333vw;
  }
  .thumb_people .title .name {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .thumb_people .title .kana {
    font-size: 3.7333333333vw;
  }
  .thumb_people .role {
    font-size: 3.2vw;
  }
  .post_mv {
    margin-bottom: 10.6666666667vw;
  }
  .post_mv img {
    border-radius: 2.1333333333vw;
  }
  .post_mv .tags {
    margin-top: 4.2666666667vw;
  }
  .tags {
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 2.5;
  }
  .pagenate {
    border-top: 1px solid #2a6f75;
    height: 26.6666666667vw;
  }
  .pagenate .wp-pagenavi {
    font-size: 4.8vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
    padding-inline: 19.2vw;
  }
  .pagenate .previouspostslink,
  .pagenate .nextpostslink {
    width: 11.2vw;
    height: 11.2vw;
    margin-top: -5.6vw;
  }
  .pagenate .previouspostslink:before,
  .pagenate .nextpostslink:before {
    width: 4.5333333333vw;
    height: 3.2vw;
  }
  .categories {
    font-size: 4.2666666667vw;
    padding: 8vw 5.3333333333vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
    row-gap: 2.6666666667vw;
  }
  .page_title {
    -webkit-column-gap: 10.6666666667vw;
    -moz-column-gap: 10.6666666667vw;
    column-gap: 10.6666666667vw;
    row-gap: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_title .en {
    font-size: 10.9333333333vw;
  }
  .page_title .ja {
    font-size: 7.4vw;
  }
  .head_title {
    row-gap: 2.6666666667vw;
  }
  .head_title .en {
    font-size: 8.5333333333vw;
  }
  .head_title .ja {
    font-size: 4.8vw;
  }
  .head_title .middle {
    font-size: 8.5333333333vw;
    font-weight: 500;
    line-height: 1;
  }
  .sec_title {
    font-size: 6.4vw;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

html {
  width: 100%;
  height: 100dvh;
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fefff6;
  color: #2a6f75;
  width: 100vw;
  max-width: 100%;
  overflow: clip;
  scrollbar-gutter: stable;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
body.noscroll {
  position: fixed;
  left: 0;
  width: calc(100% - var(--scrollbarWidth));
}
body svg {
  vertical-align: top;
}
body picture {
  position: relative;
  display: block;
  line-height: 0;
  width: auto;
  height: auto;
}
body picture source {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
body img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#loading {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fefff6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#globalHeader {
  background-color: #fefff6;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #2a6f75;
  padding-right: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#globalHeader.active {
  width: calc(100% - var(--scrollbarWidth));
}
#globalHeader .logo {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  width: 240px;
  height: 50px;
  border-right: 1px solid #2a6f75;
  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;
}
@media screen and (min-width: 750px) {
  #globalHeader .logo:hover {
    opacity: 0.5;
  }
}
#globalHeader .snavi {
  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;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  width: 240px;
  height: 100%;
  border-right: 1px solid #2a6f75;
  border-left: 1px solid #2a6f75;
}
#globalHeader .snavi a,
#globalHeader .snavi button {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  #globalHeader .snavi a:hover,
  #globalHeader .snavi button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#btnSearch {
  position: relative;
  width: 18px;
  height: 18px;
}
#btnSearch i.icon {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#btnSearch span {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #2a6f75;
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#btnSearch span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
#btnSearch span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
#btnSearch.is_open i.icon {
  opacity: 0;
  visibility: hidden;
}
#btnSearch.is_open span {
  opacity: 1;
  visibility: visible;
}

#btnMenu {
  position: fixed;
  top: 16px;
  right: 102px;
  width: 30px;
  height: 18px;
  z-index: 200;
}
#btnMenu span {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #2a6f75;
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
}
#btnMenu span:nth-child(1) {
  top: 0;
}
#btnMenu span:nth-child(2) {
  top: 7px;
}
#btnMenu span:nth-child(3) {
  top: 14px;
}
#btnMenu.active {
  right: calc(102px + var(--scrollbarWidth));
}
#btnMenu.active span:nth-child(1) {
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  top: 7px;
}
#btnMenu.active span:nth-child(2) {
  opacity: 0;
}
#btnMenu.active span:nth-child(3) {
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
  top: 7px;
}
@media screen and (min-width: 750px) {
  #btnMenu.active:hover span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }
  #btnMenu.active:hover span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
}
@media screen and (min-width: 750px) {
  #btnMenu:hover span:nth-child(1) {
    top: 2px;
  }
  #btnMenu:hover span:nth-child(3) {
    top: 12px;
  }
}

#searchContainer {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fefff6;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 230px;
  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;
  border-bottom: 1px solid #2a6f75;
  opacity: 0;
  visibility: hidden;
}
#searchContainer .inner {
  border-bottom: 1px solid #2a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-bottom: 5px;
}
#searchContainer ::-webkit-input-placeholder {
  color: #2a6f7550;
}
#searchContainer ::-moz-placeholder {
  color: #2a6f7550;
}
#searchContainer :-ms-input-placeholder {
  color: #2a6f7550;
}
#searchContainer ::-ms-input-placeholder {
  color: #2a6f7550;
}
#searchContainer ::placeholder {
  color: #2a6f7550;
}
#searchContainer #searchInput {
  font-size: 2rem;
}
#searchContainer.is_open {
  opacity: 1;
  visibility: visible;
}

#globalNavi {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color-scheme: light dark;
  background-color: #fefff6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  overflow-y: scroll;
}
#globalNavi.active {
  opacity: 1;
  visibility: visible;
}
#globalNavi .inner {
  padding: 127px 185px 0 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 50px;
}
#globalNavi .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#globalNavi .main .logo {
  -webkit-mask: url(../img/common/logo.png) no-repeat 0 0;
  mask: url(../img/common/logo.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  display: block;
  width: 94px;
  height: 169px;
}
#globalNavi .main .logo span {
  display: none;
}
#globalNavi .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 140px;
  -moz-column-gap: 140px;
  column-gap: 140px;
  row-gap: 16px;
}
#globalNavi .gnavi .nav_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
#globalNavi .gnavi a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  line-height: 2;
}
#globalNavi .gnavi a .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.2em;
}
#globalNavi .gnavi a .ja {
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  #globalNavi .gnavi a:hover {
    opacity: 0.5;
  }
}
#globalNavi .gnavi .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
#globalNavi .gnavi .navi > a .en {
  font-size: 2.4rem;
}
#globalNavi .gnavi .navi > a .ja {
  font-size: 2rem;
}
#globalNavi .gnavi .navi .sub {
  margin-left: 18px;
}
#globalNavi .gnavi .navi .sub a .en {
  font-size: 1.8rem;
}
#globalNavi .gnavi .navi .sub a .ja {
  font-size: 1.5rem;
}
#globalNavi .gnavi .nu1 .navi > a {
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}
#globalNavi .gnavi .nu1 .sub a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
#globalNavi .gnavi .nu2 .navi > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#globalNavi .gnavi .nu2 .navi > a strong {
  width: 120px;
}
#globalNavi .gnavi .nu2 .sub a span {
  min-width: 250px;
}
#globalNavi .other {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 40px;
}
#globalNavi .other address {
  font-style: normal;
}
#globalNavi .other a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 750px) {
  #globalNavi .other a:hover {
    text-decoration: none;
  }
}

#globalFooter {
  background-color: #fefff6;
  border-top: 1px solid #2a6f75;
  padding-top: 40px;
  position: relative;
}
#globalFooter .container {
  border-top: 1px solid #2a6f75;
  padding: 90px 10px 110px;
  width: 100%;
  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;
}
#globalFooter .container:before {
  background: url(../img/common/bg_footer.webp) no-repeat 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
}
#globalFooter .inner {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 50px 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  width: 570px;
}
#globalFooter .news_letter {
  margin-bottom: 67px;
}
#globalFooter .news_letter .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
  line-height: 1;
}
#globalFooter .news_letter .title .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  margin-bottom: 10px;
}
#globalFooter .news_letter .title .ja {
  font-size: 2.4rem;
  font-weight: 500;
}
#globalFooter .news_letter p {
  line-height: 1.75;
  margin-bottom: 30px;
}
#globalFooter .news_letter #mc_embed_signup {
  background-color: transparent;
  width: 100%;
}
#globalFooter .news_letter #mc_embed_signup ::-webkit-input-placeholder {
  color: #2a6f7550;
}
#globalFooter .news_letter #mc_embed_signup ::-moz-placeholder {
  color: #2a6f7550;
}
#globalFooter .news_letter #mc_embed_signup :-ms-input-placeholder {
  color: #2a6f7550;
}
#globalFooter .news_letter #mc_embed_signup ::-ms-input-placeholder {
  color: #2a6f7550;
}
#globalFooter .news_letter #mc_embed_signup ::placeholder {
  color: #2a6f7550;
}
#globalFooter .news_letter #mc_embed_signup form {
  margin: 0;
}
#globalFooter .news_letter #mc_embed_signup .row {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  font-size: 1.6rem;
}
#globalFooter .news_letter #mc_embed_signup .row .mc-field-group {
  margin: 0;
  min-height: initial;
  width: 100%;
}
#globalFooter .news_letter #mc_embed_signup .row .email {
  background-color: #cfcfcf;
  width: calc(100% + 10px);
  height: 43px;
  padding: 0 20px;
  margin: 0 -10px 0 0;
  border: none;
  border-radius: 6px 0 0 6px;
}
#globalFooter .news_letter #mc_embed_signup .row .button {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #2a6f75;
  width: 133px;
  height: 43px;
  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;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  margin: 0;
  position: relative;
  z-index: 5;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent;
  margin-bottom: 0;
  visibility: hidden;
  position: relative;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error:after {
  content: "必須項目です。";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form #mce-responses {
  width: 100%;
  margin: 0;
  padding: 0;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form #mce-responses .response {
  background-color: transparent;
  margin-bottom: 0;
  visibility: hidden;
  position: relative;
  color: #e85c41;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form #mce-responses .response:after {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}
#globalFooter .news_letter #mc_embed_signup #mc-embedded-subscribe-form #mce-success-response:after {
  content: "ご購読いただきありがとうございます";
}
#globalFooter .other {
  width: 100%;
}
#globalFooter .other .info {
  margin-bottom: 30px;
}
#globalFooter .other .info .name {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
#globalFooter .other .info address {
  line-height: 1.75;
  font-size: 1.6rem;
  font-style: normal;
}
#globalFooter .other .info address a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 750px) {
  #globalFooter .other .info address a:hover {
    text-decoration: none;
  }
}
#globalFooter .other .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 50px;
}
#globalFooter .other .sns a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  #globalFooter .other .sns a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#globalFooter .other .copyright {
  text-align: center;
  font-size: 1.2rem;
}

.btn_pagetop {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity,visibility,-webkit-transform;
  transition-property: opacity,visibility,-webkit-transform;
  transition-property: transform,opacity,visibility;
  transition-property: transform,opacity,visibility,-webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  bottom: 24px;
  right: 38px;
  z-index: 20;
  width: 42px;
  height: 42px;
  border: 1px solid #2a6f75;
  border-radius: 100%;
  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;
  opacity: 1;
  visibility: visible;
}
.btn_pagetop.fixed {
  position: fixed;
}
.btn_pagetop.hide {
  opacity: 0;
  visibility: hidden;
}
.btn_pagetop:before {
  -webkit-mask: url(../img/common/ic_arrow_up.png) no-repeat 0 0;
  mask: url(../img/common/ic_arrow_up.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 13px;
  height: 19px;
}
@media screen and (min-width: 750px) {
  .btn_pagetop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#wrapper {
  position: relative;
}

#container {
  position: relative;
  padding-top: 50px;
}

@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  body {
    font-size: 1.7578125vw;
  }
  #globalHeader {
    height: 4.8828125vw;
    padding-right: 23.4375vw;
  }
  #globalHeader .logo {
    font-size: 2.34375vw;
    width: 23.4375vw;
    height: 4.8828125vw;
  }
  #globalHeader .snavi {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    width: 23.4375vw;
  }
  #btnSearch {
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
  #btnSearch span {
    width: 1.7578125vw;
  }
  #btnSearch span:nth-child(1) {
    top: 0.78125vw;
  }
  #btnSearch span:nth-child(2) {
    top: 0.78125vw;
  }
  #btnMenu {
    top: 1.5625vw;
    right: 9.9609375vw;
    width: 2.9296875vw;
    height: 1.7578125vw;
  }
  #btnMenu span {
    width: 2.9296875vw;
  }
  #btnMenu span:nth-child(1) {
    top: 0;
  }
  #btnMenu span:nth-child(2) {
    top: 0.68359375vw;
  }
  #btnMenu span:nth-child(3) {
    top: 1.3671875vw;
  }
  #btnMenu.active {
    right: calc(9.9609375vw + var(--scrollbarWidth));
  }
  #btnMenu.active span:nth-child(1) {
    top: 0.68359375vw;
  }
  #btnMenu.active span:nth-child(2) {
    opacity: 0;
  }
  #btnMenu.active span:nth-child(3) {
    top: 0.68359375vw;
  }
  #searchContainer {
    top: 4.8828125vw;
    height: 22.4609375vw;
  }
  #searchContainer .inner {
    -webkit-column-gap: 1.46484375vw;
    -moz-column-gap: 1.46484375vw;
    column-gap: 1.46484375vw;
    padding-bottom: 0.48828125vw;
  }
  #searchContainer #searchInput {
    font-size: 1.953125vw;
  }
  #globalNavi .inner {
    padding: 12.40234375vw 18.06640625vw 0 3.90625vw;
    row-gap: 4.8828125vw;
  }
  #globalNavi .main .logo {
    width: 9.1796875vw;
    height: 16.50390625vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #globalNavi .gnavi {
    -webkit-column-gap: 13.671875vw;
    -moz-column-gap: 13.671875vw;
    column-gap: 13.671875vw;
    row-gap: 1.5625vw;
  }
  #globalNavi .gnavi .nav_unit {
    row-gap: 0.9765625vw;
  }
  #globalNavi .gnavi a {
    -webkit-column-gap: 1.7578125vw;
    -moz-column-gap: 1.7578125vw;
    column-gap: 1.7578125vw;
  }
  #globalNavi .gnavi .navi {
    row-gap: 0.9765625vw;
  }
  #globalNavi .gnavi .navi > a .en {
    font-size: 2.34375vw;
  }
  #globalNavi .gnavi .navi > a .ja {
    font-size: 1.953125vw;
  }
  #globalNavi .gnavi .navi .sub {
    margin-left: 1.7578125vw;
  }
  #globalNavi .gnavi .navi .sub a .en {
    font-size: 1.7578125vw;
  }
  #globalNavi .gnavi .navi .sub a .ja {
    font-size: 1.46484375vw;
  }
  #globalNavi .gnavi .nu1 .navi > a {
    -webkit-column-gap: 3.3203125vw;
    -moz-column-gap: 3.3203125vw;
    column-gap: 3.3203125vw;
  }
  #globalNavi .gnavi .nu1 .sub a {
    -webkit-column-gap: 3.90625vw;
    -moz-column-gap: 3.90625vw;
    column-gap: 3.90625vw;
  }
  #globalNavi .gnavi .nu2 .navi > a strong {
    width: 11.71875vw;
  }
  #globalNavi .gnavi .nu2 .sub a span {
    min-width: 24.4140625vw;
  }
  #globalNavi .other {
    font-size: 1.5625vw;
    padding-bottom: 3.90625vw;
  }
  #globalFooter {
    padding-top: 3.90625vw;
  }
  #globalFooter .container {
    padding: 8.7890625vw 0.9765625vw 10.7421875vw;
  }
  #globalFooter .container:before {
    width: calc(100% - 1.953125vw);
    height: calc(100% - 1.953125vw);
    top: 0.9765625vw;
    left: 0.9765625vw;
    border-radius: 0.78125vw;
  }
  #globalFooter .inner {
    border-radius: 0.78125vw;
    padding: 4.8828125vw 5.859375vw 4.8828125vw;
    width: 55.6640625vw;
  }
  #globalFooter .news_letter {
    margin-bottom: 6.54296875vw;
  }
  #globalFooter .news_letter .title {
    margin-bottom: 3.515625vw;
  }
  #globalFooter .news_letter .title .en {
    font-size: 3.7109375vw;
    margin-bottom: 0.9765625vw;
  }
  #globalFooter .news_letter .title .ja {
    font-size: 2.34375vw;
  }
  #globalFooter .news_letter p {
    margin-bottom: 2.9296875vw;
  }
  #globalFooter .news_letter #mc_embed_signup .row {
    font-size: 1.5625vw;
  }
  #globalFooter .news_letter #mc_embed_signup .row .email {
    width: calc(100% + 0.9765625vw);
    height: 4.19921875vw;
    padding: 0 1.953125vw;
    margin: 0 -0.9765625vw 0 0;
    border-radius: 0.5859375vw 0 0 0.5859375vw;
  }
  #globalFooter .news_letter #mc_embed_signup .row .button {
    width: 12.98828125vw;
    height: 4.19921875vw;
    border-radius: 0.5859375vw;
  }
  #globalFooter .other .info {
    margin-bottom: 2.9296875vw;
  }
  #globalFooter .other .info .name {
    font-size: 2.34375vw;
    margin-bottom: 1.46484375vw;
  }
  #globalFooter .other .info address {
    font-size: 1.5625vw;
  }
  #globalFooter .other .sns {
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    margin-bottom: 4.8828125vw;
  }
  #globalFooter .other .copyright {
    font-size: 1.171875vw;
  }
  .btn_pagetop {
    bottom: 2.34375vw;
    right: 3.7109375vw;
    width: 4.1015625vw;
    height: 4.1015625vw;
  }
  .btn_pagetop:before {
    width: 1.26953125vw;
    height: 1.85546875vw;
  }
  #container {
    padding-top: 4.8828125vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4.2666666667vw;
  }
  #globalHeader {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 13.3333333333vw;
    padding-right: 18.6666666667vw;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #globalHeader.active {
    width: 100%;
  }
  #globalHeader .logo {
    font-size: 5.8666666667vw;
    width: 40vw;
    height: 13.3333333333vw;
    border-right: none;
  }
  #globalHeader .snavi {
    -webkit-column-gap: 6.4vw;
    -moz-column-gap: 6.4vw;
    column-gap: 6.4vw;
    width: 40vw;
  }
  #btnSearch {
    width: 4.8vw;
    height: 4.8vw;
  }
  #btnSearch span {
    width: 4.8vw;
  }
  #btnSearch span:nth-child(1) {
    top: 2.1333333333vw;
  }
  #btnSearch span:nth-child(2) {
    top: 2.1333333333vw;
  }
  #btnMenu {
    top: 4.2666666667vw;
    right: 5.3333333333vw;
    width: 8vw;
    height: 4.8vw;
  }
  #btnMenu span {
    width: 8vw;
  }
  #btnMenu span:nth-child(1) {
    top: 0;
  }
  #btnMenu span:nth-child(2) {
    top: 1.8666666667vw;
  }
  #btnMenu span:nth-child(3) {
    top: 3.7333333333vw;
  }
  #btnMenu.active {
    right: 5.3333333333vw;
  }
  #btnMenu.active span:nth-child(1) {
    top: 1.8666666667vw;
  }
  #btnMenu.active span:nth-child(3) {
    top: 1.8666666667vw;
  }
  #searchContainer {
    top: 13.3333333333vw;
    z-index: 200;
    height: 37.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  #searchContainer .inner {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    padding-bottom: 1.3333333333vw;
    width: 100%;
  }
  #searchContainer #searchInput {
    font-size: 4.8vw;
  }
  #globalNavi .inner {
    padding: 18.6666666667vw 8vw 0 8vw;
    row-gap: 21.3333333333vw;
  }
  #globalNavi .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  #globalNavi .main .logo {
    display: none;
  }
  #globalNavi .gnavi {
    -webkit-column-gap: 37.3333333333vw;
    -moz-column-gap: 37.3333333333vw;
    column-gap: 37.3333333333vw;
    row-gap: 0;
  }
  #globalNavi .gnavi .nav_unit {
    row-gap: 0;
  }
  #globalNavi .gnavi a {
    -webkit-column-gap: 4.8vw;
    -moz-column-gap: 4.8vw;
    column-gap: 4.8vw;
  }
  #globalNavi .gnavi .navi {
    row-gap: 0;
  }
  #globalNavi .gnavi .navi > a .en {
    font-size: 5.8666666667vw;
  }
  #globalNavi .gnavi .navi > a .ja {
    font-size: 4.8vw;
  }
  #globalNavi .gnavi .navi .sub {
    margin-left: 6.9333333333vw;
    padding-bottom: 2.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.2vw;
  }
  #globalNavi .gnavi .navi .sub a {
    line-height: 1.2;
  }
  #globalNavi .gnavi .navi .sub a .en {
    font-size: 4.5333333333vw;
  }
  #globalNavi .gnavi .navi .sub a .ja {
    font-size: 3.7333333333vw;
  }
  #globalNavi .gnavi .nu1 .navi > a {
    -webkit-column-gap: 9.0666666667vw;
    -moz-column-gap: 9.0666666667vw;
    column-gap: 9.0666666667vw;
  }
  #globalNavi .gnavi .nu1 .sub a {
    -webkit-column-gap: 10.6666666667vw;
    -moz-column-gap: 10.6666666667vw;
    column-gap: 10.6666666667vw;
  }
  #globalNavi .gnavi .nu2 .navi > a strong {
    width: auto;
  }
  #globalNavi .gnavi .nu2 .sub a span {
    min-width: 34.6666666667vw;
  }
  #globalNavi .other {
    font-size: 3.7333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  #globalFooter {
    padding-top: 0;
    border-top: none;
  }
  #globalFooter .container {
    padding: 24vw 5.3333333333vw 29.3333333333vw;
  }
  #globalFooter .container:before {
    background-image: url(../img/common/bg_footer_sp.webp);
    width: 100%;
    height: calc(100% - 5.3333333333vw);
    top: 2.6666666667vw;
    left: 0;
    border-radius: 0;
  }
  #globalFooter .inner {
    border-radius: 2.1333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
    width: 100%;
  }
  #globalFooter .news_letter {
    margin-bottom: 17.8666666667vw;
  }
  #globalFooter .news_letter .title {
    margin-bottom: 8vw;
  }
  #globalFooter .news_letter .title .en {
    font-size: 7.4666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  #globalFooter .news_letter .title .ja {
    font-size: 4.8vw;
  }
  #globalFooter .news_letter p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  #globalFooter .news_letter form {
    border-radius: 1.3333333333vw;
    height: 9.0666666667vw;
  }
  #globalFooter .news_letter form input {
    padding: 0 2.6666666667vw;
  }
  #globalFooter .news_letter form button {
    width: 21.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  #globalFooter .other .info {
    margin-bottom: 10.6666666667vw;
  }
  #globalFooter .other .info .name {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  #globalFooter .other .info address {
    font-size: 3.7333333333vw;
  }
  #globalFooter .other .sns {
    -webkit-column-gap: 8.5333333333vw;
    -moz-column-gap: 8.5333333333vw;
    column-gap: 8.5333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  #globalFooter .other .copyright {
    font-size: 3.2vw;
  }
  .btn_pagetop {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
    width: 11.2vw;
    height: 11.2vw;
  }
  .btn_pagetop:before {
    width: 3.4666666667vw;
    height: 5.0666666667vw;
  }
  #container {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  #container:after {
    background-color: #2a6f75;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 21.3333333333vw;
    left: 0;
    pointer-events: none;
  }
}
[data-parent=top] #container {
  padding-top: 0;
}
[data-parent=top] #globalHeader {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
[data-parent=top] #globalHeader.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-parent=top] #btnMenu {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
[data-parent=top] #btnMenu.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-parent=top] #mv {
  height: calc(100vh - 60px);
  min-height: 700px;
  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;
  padding-top: 60px;
}
[data-parent=top] #mv .mv_navi {
  position: absolute;
  top: 30px;
  left: 40px;
}
[data-parent=top] #mv .mv_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
[data-parent=top] #mv .mv_navi a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
[data-parent=top] #mv .mv_navi a .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -10px;
}
[data-parent=top] #mv .mv_navi a .ja {
  font-size: 1.3rem;
}
@media screen and (min-width: 750px) {
  [data-parent=top] #mv .mv_navi a:hover {
    color: #2a6f7550;
  }
}
[data-parent=top] #mv .logo {
  background-color: #fefff6;
  position: absolute;
  top: 130px;
  right: 130px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 20px;
  z-index: 20;
  padding: 10px;
}
[data-parent=top] #mv .logo .ja {
  -webkit-mask: url(../img/common/logo.png) no-repeat 0 0;
  mask: url(../img/common/logo.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  display: block;
  width: 94px;
  height: 169px;
}
[data-parent=top] #mv .logo .ja span {
  display: none;
}
[data-parent=top] #mv .logo .en {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
[data-parent=top] #mv .mv {
  max-width: 640px;
}
[data-parent=top] #mv .mv figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  line-height: 2;
  margin-top: 7px;
}
[data-parent=top] #mv .mv figcaption .date {
  font-size: 1.6rem;
}
[data-parent=top] #news {
  height: 60px;
  border-top: 1px solid #2a6f75;
  border-bottom: 1px solid #2a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-parent=top] #news .title {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  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;
  width: 81px;
  border-right: 1px solid #2a6f75;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-parent=top] #news .news_container {
  width: 100%;
  height: 100%;
}
[data-parent=top] #news .news_slide {
  visibility: visible;
  width: 100%;
  height: 100%;
}
[data-parent=top] #news .splide__track,
[data-parent=top] #news .splide__list {
  height: 100%;
}
[data-parent=top] #news .splide__slide a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  padding: 0 40px;
}
[data-parent=top] #news .splide__slide a.blank:after {
  -webkit-mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  mask: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 17px;
  height: 12px;
}
@media screen and (min-width: 750px) {
  [data-parent=top] #news .splide__slide a.blank:hover {
    opacity: 0.5;
  }
}
[data-parent=top] #news .splide__slide a.nolink {
  pointer-events: none;
}
[data-parent=top] .grid_list .thumb {
  border-bottom-width: 0;
}
@media screen and (max-width: 1024px) {
  [data-parent=top] .grid_list .thumb {
    border-bottom-width: 1px;
  }
}
[data-parent=top] .grid_list .thumb:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1327px) {
  [data-parent=top] .grid_list .thumb:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-parent=top] .grid_list .thumb:nth-child(5) {
  display: none;
}
@media screen and (min-width: 1615px) {
  [data-parent=top] .grid_list .thumb:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-parent=top] #study {
  margin-bottom: 40px;
  border-bottom: 1px solid #2a6f75;
}
[data-parent=top] #study .statement {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  padding: 72px 50px 0;
}
[data-parent=top] #study .statement .main {
  width: calc(100% - 530px);
  min-width: 300px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1110px) {
  [data-parent=top] #study .statement .main {
    width: 100%;
  }
}
[data-parent=top] #study .statement .main .title {
  position: relative;
  font-size: clamp(28px, 2.6388888889vw, 40px);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 28px;
}
[data-parent=top] #study .statement .main .title:before {
  background-image: linear-gradient(180deg, #cfcfcf 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[data-parent=top] #study .statement .main .title:after {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fefff6 50%, #fefff6 100%), linear-gradient(180deg, #cfcfcf 1px, transparent 1px);
  background-size: 4px 100%, 100% 2em;
  background-position: 0 1em, 0 1em;
  line-height: 2em;
  padding-bottom: 1px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
[data-parent=top] #study .statement .main .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
[data-parent=top] #study .statement .main p {
  line-height: 2;
}
[data-parent=top] #study .statement .pickup_area {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-parent=top] #study .statement .pickup_area .pickup_inner {
  width: 430px;
}
[data-parent=top] #study .statement .pickup_area h3 {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 10px;
}
[data-parent=top] #study .statement .pickup_area .pickup_slide {
  border: 1px solid #2a6f75;
  border-bottom: none;
}
[data-parent=top] #study .statement .pickup_area .splide__list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
[data-parent=top] #study .statement .pickup_area .splide__list .thumb_study {
  height: 100%;
}
[data-parent=top] #study .statement .pickup_area .splide__slide {
  width: 100%;
}
[data-parent=top] #study .statement .pickup_area .splide__pagination {
  position: absolute;
  top: -34px;
  right: 0;
}
[data-parent=top] #study .statement .pickup_area .splide__arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
[data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--prev {
  left: -72px;
}
[data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--next {
  right: -72px;
}
[data-parent=top] #study .cat_info {
  background-color: #eaf1f1;
  border-top: 1px solid #2a6f75;
  border-bottom: 1px solid #2a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-parent=top] #study .cat_info .cat_main {
  border-right: 1px solid #2a6f75;
  border-left: 1px solid #2a6f75;
  padding: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-parent=top] #study .cat_info .cat_main .theme,
[data-parent=top] #study .cat_info .cat_main .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
[data-parent=top] #study .cat_info .cat_main h2 {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 2;
  margin-bottom: -0.2em;
}
[data-parent=top] #study .cat_info .cat_detail {
  padding: 30px 80px 30px 20px;
  position: relative;
  width: 100%;
}
[data-parent=top] #study .cat_info .cat_detail p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
[data-parent=top] #study .cat_info .cat_detail .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 42px;
  height: 42px;
  border: 1px solid #2a6f75;
  border-radius: 100%;
  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;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -21px;
}
[data-parent=top] #study .cat_info .cat_detail .btn:before {
  -webkit-mask-image: url(../img/common/ic_arrow_right.png);
  mask-image: url(../img/common/ic_arrow_right.png);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  content: "";
  display: block;
  width: 19px;
  height: 14px;
}
[data-parent=top] #study .cat_info .cat_detail .btn span {
  display: none;
}
@media screen and (min-width: 750px) {
  [data-parent=top] #study .cat_info .cat_detail .btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
[data-parent=top] #program {
  background-color: #ffffff;
  border-top: 1px solid #2a6f75;
  position: relative;
}

[data-parent=temple] #information .t2 dl {
  margin-bottom: 30px;
}
[data-parent=temple] #information .t2 dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
[data-parent=temple] #information .t2 dl dd {
  line-height: 2;
}
[data-parent=temple] #information .map iframe {
  aspect-ratio: 1/0.56;
  max-width: 490px;
  max-height: 275px;
  width: 100%;
  height: 100%;
}

[data-parent=study][data-child=detail] .study_header {
  padding: 68px 0;
}
[data-parent=study][data-child=detail] .study_header .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 10px;
  margin-bottom: 30px;
}
[data-parent=study][data-child=detail] .study_header .head .post_id {
  font-size: 2.4rem;
}
[data-parent=study][data-child=detail] .study_header .head .category {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
}
[data-parent=study][data-child=detail] .study_header .title {
  position: relative;
  font-size: 4rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 28px;
}
[data-parent=study][data-child=detail] .study_header .title:before {
  background-image: linear-gradient(180deg, #cfcfcf 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[data-parent=study][data-child=detail] .study_header .title:after {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fefff6 50%, #fefff6 100%), linear-gradient(180deg, #cfcfcf 1px, transparent 1px);
  background-size: 4px 100%, 100% 2em;
  background-position: 0 1em, 0 1em;
  line-height: 2em;
  padding-bottom: 1px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
[data-parent=study][data-child=detail] .study_header .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
[data-parent=study][data-child=detail] .study_header .people .name {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  [data-parent=study][data-child=detail] .study_header .people a:hover {
    text-decoration: underline;
  }
}

[data-parent=program] {
  background-color: #ffffff;
}
[data-parent=program][data-child=detail] .post_header {
  padding: 68px 0 60px;
}
[data-parent=program][data-child=detail] .post_header .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
[data-parent=program][data-child=detail] .post_header .date strong {
  font-size: 3.2rem;
  font-weight: 400;
}
[data-parent=program][data-child=detail] .post_header .title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 2;
}

[data-parent=people][data-child=detail] .people_container {
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 62px;
  -moz-column-gap: 62px;
  column-gap: 62px;
  row-gap: 50px;
}
[data-parent=people][data-child=detail] .people_container .poster {
  max-width: 440px;
  width: 39%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-parent=people][data-child=detail] .people_container .txt {
  width: 100%;
}
[data-parent=people][data-child=detail] .people_container .txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
[data-parent=people][data-child=detail] .people_container .txt .title .name {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
[data-parent=people][data-child=detail] .people_container .txt .title .kana {
  font-size: 2.2rem;
}
[data-parent=people][data-child=detail] .people_container .txt .role {
  font-size: 2.6rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
[data-parent=people][data-child=detail] .people_container .txt .description {
  line-height: 2;
  margin-bottom: 30px;
}
[data-parent=people][data-child=detail] .people_container .txt .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
[data-parent=people][data-child=detail] .people_container .txt .sns a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #2a6f75;
  display: block;
}
@media screen and (min-width: 750px) {
  [data-parent=people][data-child=detail] .people_container .txt .sns a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
[data-parent=people][data-child=detail] .people_container .txt .sns .ig {
  -webkit-mask-image: url(../img/common/ic_ig.png);
  mask-image: url(../img/common/ic_ig.png);
  width: 25px;
  height: 25px;
}
[data-parent=people][data-child=detail] .people_container .txt .sns .x {
  -webkit-mask-image: url(../img/common/ic_x.png);
  mask-image: url(../img/common/ic_x.png);
  width: 23px;
  height: 23px;
}
[data-parent=people][data-child=detail] .people_container .txt .sns .fb {
  -webkit-mask-image: url(../img/common/ic_fb.png);
  mask-image: url(../img/common/ic_fb.png);
  width: 32px;
  height: 32px;
}
[data-parent=people][data-child=detail] .people_container .txt .sns .link {
  -webkit-mask-image: url(../img/common/ic_link.png);
  mask-image: url(../img/common/ic_link.png);
  width: 33px;
  height: 32px;
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  [data-parent=people][data-child=detail] .people_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-parent=people][data-child=detail] .people_container .poster {
    width: 100%;
    max-width: initial;
  }
}
[data-parent=people][data-child=detail] .wide_pager {
  border-top: 1px solid #2a6f75;
  border-bottom: 1px solid #2a6f75;
  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;
  height: 220px;
}
[data-parent=people][data-child=detail] .wide_pager .post_navi {
  max-width: 920px;
  width: 100%;
  padding: 0;
  height: 42px;
  margin-inline: 80px;
}
[data-parent=people][data-child=detail] .outer_container.program {
  background-color: #ffffff;
  border-top: 1px solid #2a6f75;
}

@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  [data-parent=top] #mv {
    height: calc(var(--vh) * 100 - 5.859375vw);
    min-height: initial;
    padding-top: 5.859375vw;
  }
  [data-parent=top] #mv .mv_navi {
    top: 2.9296875vw;
    left: 3.90625vw;
  }
  [data-parent=top] #mv .mv_navi ul {
    -webkit-column-gap: 2.34375vw;
    -moz-column-gap: 2.34375vw;
    column-gap: 2.34375vw;
  }
  [data-parent=top] #mv .mv_navi a .en {
    margin-bottom: -0.9765625vw;
  }
  [data-parent=top] #mv .mv_navi a .ja {
    font-size: 1.26953125vw;
  }
  [data-parent=top] #mv .logo {
    top: 12.6953125vw;
    right: 15.625vw;
    row-gap: 1.953125vw;
    padding: 0.48828125vw;
  }
  [data-parent=top] #mv .logo .ja {
    width: 9.1796875vw;
    height: 16.50390625vw;
  }
  [data-parent=top] #mv .logo .en {
    font-size: 1.5625vw;
  }
  [data-parent=top] #mv .mv {
    max-width: 62.5vw;
  }
  [data-parent=top] #mv .mv figcaption {
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
    margin-top: 0.68359375vw;
  }
  [data-parent=top] #mv .mv figcaption .date {
    font-size: 1.5625vw;
  }
  [data-parent=top] #news {
    height: 5.859375vw;
  }
  [data-parent=top] #news .title {
    width: 7.91015625vw;
  }
  [data-parent=top] #news .splide__slide a {
    -webkit-column-gap: 0.48828125vw;
    -moz-column-gap: 0.48828125vw;
    column-gap: 0.48828125vw;
    padding: 0 3.90625vw;
  }
  [data-parent=top] #news .splide__slide a.blank:after {
    width: 1.66015625vw;
    height: 1.171875vw;
  }
  [data-parent=top] .grid_list .thumb {
    border-bottom-width: 0;
  }
}
@media screen and (pointer: coarse) and (min-width: 768px) and (orientation: portrait) and (max-width: 1024px) {
  [data-parent=top] .grid_list .thumb {
    border-bottom-width: 1px;
  }
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  [data-parent=top] .grid_list .thumb:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [data-parent=top] #study {
    margin-bottom: 3.90625vw;
    border-bottom: 1px solid #2a6f75;
  }
  [data-parent=top] #study .statement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.8828125vw;
  }
  [data-parent=top] #study .statement .main {
    width: calc(100% - 51.7578125vw);
    min-width: 31.25vw;
    padding-bottom: 4.8828125vw;
  }
}
@media screen and (pointer: coarse) and (min-width: 768px) and (orientation: portrait) and (max-width: 1110px) {
  [data-parent=top] #study .statement .main {
    width: 100%;
  }
}
@media (pointer: coarse) and (min-width: 768px) and (orientation: portrait) {
  [data-parent=top] #study .statement .main .title {
    font-size: clamp(30px, 3.90625vw, 40px);
    margin-bottom: 2.734375vw;
  }
  [data-parent=top] #study .statement .main .txt {
    row-gap: 1.953125vw;
  }
  [data-parent=top] #study .statement .pickup_area {
    max-width: 46.875vw;
  }
  [data-parent=top] #study .statement .pickup_area .pickup_inner {
    width: 41.9921875vw;
  }
  [data-parent=top] #study .statement .pickup_area h3 {
    font-size: 2.9296875vw;
    margin-bottom: 0.9765625vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__pagination {
    top: -3.3203125vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow {
    margin-top: -2.05078125vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--prev {
    left: -7.03125vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--next {
    right: -7.03125vw;
  }
  [data-parent=top] #study .cat_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #2a6f75;
    border-left: 1px solid #2a6f75;
  }
  [data-parent=top] #study .cat_info .cat_main {
    padding: 2.44140625vw 0 2.734375vw;
    border: none;
    border-bottom: 1px solid #2a6f75;
    width: 100%;
    text-align: center;
  }
  [data-parent=top] #study .cat_info .cat_main .theme,
  [data-parent=top] #study .cat_info .cat_main .subtitle {
    font-size: 1.953125vw;
  }
  [data-parent=top] #study .cat_info .cat_main h2 {
    font-size: 4.1015625vw;
  }
  [data-parent=top] #study .cat_info .cat_detail {
    padding: 2.9296875vw 7.8125vw 2.9296875vw 1.953125vw;
    position: relative;
    width: 100%;
  }
  [data-parent=top] #study .cat_info .cat_detail p {
    font-size: 1.953125vw;
    margin-bottom: 0.9765625vw;
  }
  [data-parent=top] #study .cat_info .cat_detail .btn {
    width: 4.1015625vw;
    height: 4.1015625vw;
    right: 1.953125vw;
    margin-top: -2.05078125vw;
  }
  [data-parent=top] #study .cat_info .cat_detail .btn:before {
    width: 1.85546875vw;
    height: 1.3671875vw;
  }
  [data-parent=temple] #information .t2 dl {
    margin-bottom: 2.9296875vw;
  }
  [data-parent=temple] #information .t2 dl dt {
    font-size: 2.34375vw;
  }
  [data-parent=temple] #information .map iframe {
    max-width: 47.8515625vw;
    max-height: 26.85546875vw;
  }
  [data-parent=study][data-child=detail] .study_header {
    padding: 6.640625vw 0;
  }
  [data-parent=study][data-child=detail] .study_header .head {
    -webkit-column-gap: 2.734375vw;
    -moz-column-gap: 2.734375vw;
    column-gap: 2.734375vw;
    row-gap: 0.9765625vw;
    margin-bottom: 2.9296875vw;
  }
  [data-parent=study][data-child=detail] .study_header .head .post_id {
    font-size: 2.34375vw;
  }
  [data-parent=study][data-child=detail] .study_header .head .category {
    font-size: 1.5625vw;
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
    row-gap: 0.9765625vw;
  }
  [data-parent=study][data-child=detail] .study_header .title {
    font-size: 3.90625vw;
    margin-bottom: 2.734375vw;
  }
  [data-parent=study][data-child=detail] .study_header .people {
    row-gap: 0.9765625vw;
    font-size: 1.5625vw;
  }
  [data-parent=study][data-child=detail] .study_header .people .name {
    font-size: 1.953125vw;
  }
  [data-parent=program][data-child=detail] .post_header {
    padding: 6.640625vw 0 5.859375vw;
  }
  [data-parent=program][data-child=detail] .post_header .date {
    margin-bottom: 1.953125vw;
  }
  [data-parent=program][data-child=detail] .post_header .date strong {
    font-size: 3.125vw;
  }
  [data-parent=program][data-child=detail] .post_header .title {
    font-size: 3.90625vw;
  }
  [data-parent=people][data-child=detail] .people_container {
    padding: 7.8125vw;
    -webkit-column-gap: 6.0546875vw;
    -moz-column-gap: 6.0546875vw;
    column-gap: 6.0546875vw;
    row-gap: 4.8828125vw;
  }
  [data-parent=people][data-child=detail] .people_container .poster {
    max-width: 42.96875vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title {
    margin-bottom: 1.953125vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title .name {
    font-size: 3.125vw;
    margin-bottom: 1.46484375vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title .kana {
    font-size: 2.1484375vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .role {
    font-size: 2.5390625vw;
    margin-bottom: 2.9296875vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .description {
    margin-bottom: 2.9296875vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns {
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .ig {
    width: 2.44140625vw;
    height: 2.44140625vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .x {
    width: 2.24609375vw;
    height: 2.24609375vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .fb {
    width: 3.125vw;
    height: 3.125vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .link {
    width: 3.22265625vw;
    height: 3.125vw;
  }
  [data-parent=people][data-child=detail] .wide_pager {
    height: 21.484375vw;
  }
  [data-parent=people][data-child=detail] .wide_pager .post_navi {
    max-width: 89.84375vw;
    height: 4.1015625vw;
    margin-inline: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  [data-parent=top] #mv {
    height: calc(var(--vh) * 100 - 13.3333333333vw);
    min-height: 173.3333333333vw;
    padding-top: 64vw;
    display: block;
  }
  [data-parent=top] #mv .mv_navi {
    display: none;
  }
  [data-parent=top] #mv .logo {
    top: 26.6666666667vw;
    right: 18.6666666667vw;
    row-gap: 5.3333333333vw;
    padding: 1.3333333333vw;
  }
  [data-parent=top] #mv .logo .ja {
    width: 16.5333333333vw;
    height: 29.8666666667vw;
  }
  [data-parent=top] #mv .logo .en {
    font-size: 3.7333333333vw;
  }
  [data-parent=top] #mv .mv {
    max-width: initial;
  }
  [data-parent=top] #mv .mv img {
    aspect-ratio: 1/0.752;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  [data-parent=top] #mv .mv figcaption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    line-height: 2;
    margin-top: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    font-size: 4.8vw;
  }
  [data-parent=top] #mv .mv figcaption .date {
    font-size: 4.2666666667vw;
  }
  [data-parent=top] #news {
    height: 13.3333333333vw;
  }
  [data-parent=top] #news .title {
    width: 16vw;
    font-size: 4.2666666667vw;
    padding-top: 0.2em;
  }
  [data-parent=top] #news .splide__slide a {
    font-size: 4.2666666667vw;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
    padding: 0 10.6666666667vw;
  }
  [data-parent=top] #news .splide__slide a.blank:after {
    width: 4.5333333333vw;
    height: 3.2vw;
  }
  [data-parent=top] .grid_list .thumb {
    border-bottom: 1px solid #2a6f75;
  }
  [data-parent=top] .grid_list .thumb:nth-of-type(3n) {
    border-bottom: none;
  }
  [data-parent=top] #study {
    margin-bottom: 10.6666666667vw;
  }
  [data-parent=top] #study .statement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.6666666667vw;
    padding: 20vw 5.3333333333vw 21.3333333333vw;
  }
  [data-parent=top] #study .statement .main {
    width: 100%;
    padding-bottom: 13.3333333333vw;
  }
  [data-parent=top] #study .statement .main .title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
    padding-bottom: 3px;
  }
  [data-parent=top] #study .statement .main .txt {
    row-gap: 4.2666666667vw;
  }
  [data-parent=top] #study .statement .main p {
    font-size: 4.2666666667vw;
  }
  [data-parent=top] #study .statement .pickup_area .pickup_inner {
    width: 100%;
    padding-bottom: 16.5333333333vw;
  }
  [data-parent=top] #study .statement .pickup_area h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  [data-parent=top] #study .statement .pickup_area .pickup_slide {
    border: 1px solid #2a6f75;
  }
  [data-parent=top] #study .statement .pickup_area .splide__pagination {
    top: -7.4666666667vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow {
    top: auto;
    bottom: -16.5333333333vw;
    margin-top: 0;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--prev {
    left: 19.2vw;
  }
  [data-parent=top] #study .statement .pickup_area .splide__arrow.splide__arrow--next {
    right: 19.2vw;
  }
  [data-parent=top] #study .cat_container {
    margin-bottom: -0.5px;
  }
  [data-parent=top] #study .cat_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #2a6f75;
    border-left: 1px solid #2a6f75;
  }
  [data-parent=top] #study .cat_info .cat_main {
    padding: 6.6666666667vw 0 7.4666666667vw;
    border: none;
    border-bottom: 1px solid #2a6f75;
    width: 100%;
    text-align: center;
  }
  [data-parent=top] #study .cat_info .cat_main .theme,
  [data-parent=top] #study .cat_info .cat_main .subtitle {
    font-size: 4vw;
  }
  [data-parent=top] #study .cat_info .cat_main h2 {
    font-size: 8.5333333333vw;
  }
  [data-parent=top] #study .cat_info .cat_detail {
    padding: 8vw 5.3333333333vw 24vw;
  }
  [data-parent=top] #study .cat_info .cat_detail p {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  [data-parent=top] #study .cat_info .cat_detail .btn {
    width: 11.2vw;
    height: 11.2vw;
    top: auto;
    bottom: 7.4666666667vw;
    right: auto;
    left: 50%;
    margin: 0 0 0 -5.6vw;
  }
  [data-parent=top] #study .cat_info .cat_detail .btn:before {
    width: 5.0666666667vw;
    height: 3.7333333333vw;
  }
  [data-parent=temple] #information .t2 dl {
    margin-bottom: 0;
  }
  [data-parent=temple] #information .t2 dl dt {
    font-size: 4.8vw;
  }
  [data-parent=temple] #information .map iframe {
    max-width: 130.6666666667vw;
    max-height: 100vw;
  }
  [data-parent=study][data-child=detail] .study_header {
    padding: 13.3333333333vw 0 8vw;
  }
  [data-parent=study][data-child=detail] .study_header .head {
    -webkit-column-gap: 7.4666666667vw;
    -moz-column-gap: 7.4666666667vw;
    column-gap: 7.4666666667vw;
    row-gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  [data-parent=study][data-child=detail] .study_header .head .post_id {
    font-size: 4.8vw;
  }
  [data-parent=study][data-child=detail] .study_header .head .category {
    font-size: 4.2666666667vw;
    -webkit-column-gap: 8vw;
    -moz-column-gap: 8vw;
    column-gap: 8vw;
    row-gap: 2.6666666667vw;
  }
  [data-parent=study][data-child=detail] .study_header .title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
  }
  [data-parent=study][data-child=detail] .study_header .people {
    row-gap: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  [data-parent=study][data-child=detail] .study_header .people .name {
    font-size: 4vw;
  }
  [data-parent=program] {
    background-color: #ffffff;
  }
  [data-parent=program][data-child=detail] .post_header {
    padding: 13.3333333333vw 0 8vw;
  }
  [data-parent=program][data-child=detail] .post_header .date {
    margin-bottom: 5.3333333333vw;
  }
  [data-parent=program][data-child=detail] .post_header .date strong {
    font-size: 6.4vw;
  }
  [data-parent=program][data-child=detail] .post_header .title {
    font-size: 6.4vw;
  }
  [data-parent=people][data-child=index] .grid_list {
    grid-template-columns: repeat(2, 1fr);
  }
  [data-parent=people][data-child=index] .grid_list .thumb {
    margin-bottom: 0;
  }
  [data-parent=people][data-child=index] .grid_list .thumb:nth-child(even) {
    border-left: none;
  }
  [data-parent=people][data-child=detail] .people_container {
    padding: 13.3333333333vw 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 8vw;
  }
  [data-parent=people][data-child=detail] .people_container .poster {
    max-width: initial;
    width: 100%;
  }
  [data-parent=people][data-child=detail] .people_container .txt {
    width: 100%;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title {
    margin-bottom: 5.3333333333vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title .name {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .title .kana {
    font-size: 4.2666666667vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .role {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .description {
    margin-bottom: 8vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns {
    -webkit-column-gap: 8vw;
    -moz-column-gap: 8vw;
    column-gap: 8vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .ig {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .x {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .fb {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  [data-parent=people][data-child=detail] .people_container .txt .sns .link {
    width: 8.8vw;
    height: 8.5333333333vw;
  }
  [data-parent=people][data-child=detail] .wide_pager {
    height: 26.6666666667vw;
  }
  [data-parent=people][data-child=detail] .wide_pager .post_navi {
    max-width: initial;
    height: 11.2vw;
    margin-inline: 5.3333333333vw;
  }
}