.wholewrapper {
  background: url(../media/images/pltf/common/bg_dot.png) repeat top -4px left 28px;
}
@media screen and (max-width: 767px) {
  .wholewrapper {
    background-position: top -23px left 13px;
    background-size: 51%;
  }
}

section[id] {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  section[id] {
    padding-top: 50px;
    margin-top: -50px;
  }
}
section[id].section_about, section[id].member {
  position: relative;
}
section[id].section_about::before, section[id].member::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  section[id].section_about::before, section[id].member::before {
    top: 50px;
  }
}
section[id].section_about > div, section[id].member > div {
  position: relative;
}
section[id].section_about::before {
  background-color: #F4F4EA;
}
section[id].member::before {
  background-color: #F5F5F5;
}

header.header {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 980px) {
  header.header {
    opacity: 1;
    visibility: visible;
  }
}
header.header.show {
  opacity: 1;
  visibility: visible;
}

.top_header {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 980px) {
  .top_header {
    display: none;
  }
}
.top_header.header {
  position: absolute;
  box-shadow: none;
  background: transparent;
}
.top_header.header .top_header_logo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 445px;
  overflow: hidden;
  pointer-events: none;
}
.top_header.header .top_header_logo img {
  display: block;
  width: 540px;
  transform: translateX(-95px);
}
@media print, screen and (max-width: 1100px) {
  .top_header.header .top_header_logo img {
    transform: translateX(-145px);
  }
}
@media screen and (max-width: 1024px) {
  .top_header.header .top_header_logo img {
    width: 450px;
    transform: translateX(-105px);
  }
}
.top_header.header .site_logo {
  display: none;
}
.top_header.header .gnavi_wrap {
  flex: 1 1 auto;
}
.top_header.header .gnavi {
  padding-top: 19px;
}
.top_header.header .gnavi ul.depth1 {
  margin-right: 48px;
  padding-top: 6px;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi ul.depth1 {
    margin-right: 25px;
  }
}
.top_header.header .gnavi ul.depth1 li.depth1 {
  margin-right: 0;
  margin-left: 50px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi ul.depth1 li.depth1 {
    margin-left: 28px;
  }
}
.top_header.header .gnavi ul.depth1 li.depth1 a {
  color: #fff;
}
.top_header.header .gnavi .entry {
  flex: 0 0 150px;
  margin-right: 32px;
  max-width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .top_header.header .gnavi .entry {
    flex: 0 0 130px;
    margin-right: 20px;
  }
}
.top_header.header .gnavi .entry a {
  border-radius: 0;
  padding: 12px 30px 13px;
  border-radius: 30px;
  color: #fff;
  border: none;
  max-width: 100%;
}
.top_header.header .lang_list {
  flex: 0 0 80px;
  margin: 0;
  font-size: 14px;
  transform: translateY(3px);
}
.top_header.header .lang_list li.active a {
  color: #fff;
}
.top_header.header .lang_list li.active a::before {
  margin-top: -1px;
  border-color: transparent transparent transparent #fff;
}
.top_header.header .lang_list li a {
  padding: 3px 12px 3px;
  background-color: transparent;
  color: #064544;
  text-align: left;
}
.top_header.header .lang_list li a[href="en/"] {
  font-size: 15px;
}
@media print, screen and (min-width: 1025px) {
  .top_header.header .lang_list li a:hover {
    color: #fff;
  }
}

.snippet .news_letter {
  margin-top: 0;
}

#main.block-editor-main > section.first {
  padding-top: 0;
}

@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movie_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.top_header .top_header_logo {
  animation: fade-in 1s linear 6s both;
}
.top_header .gnavi_wrap {
  animation: fade-in 1s linear 7s both;
}
.top_header .gnavi_wrap.show {
  animation: fade-in 0s linear 0s both;
}

#main section.kv .prologue {
  animation: fade-out 1s linear 3s both;
}
#main section.kv .prologue .prologue_inner {
  animation: slide-top 2s ease-out 0.5s both;
}
#main section.kv .main_title_sleeve {
  animation: fade-in 1s linear 5s both;
}
#main .block-editor-main > .block:not(.kv) > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}
@media print, screen and (max-width: 1200px) {
  #main .block-editor-main > .block:not(.kv) > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  #main .block-editor-main > .block:not(.kv) > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .block-editor-main > .block:not(.kv) > div {
    padding: 0 15px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv {
    margin-top: 40px;
  }
}
#main section.kv > div {
  padding: 0;
  max-width: 100%;
}
#main section.kv .prologue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  #main section.kv .prologue .prologue_inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .prologue .prologue_inner img {
    display: block;
    width: 100%;
  }
}
#main section.kv .movie-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  transform: scale(1.18);
  background: #000;
}
@media screen and (max-width: 980px) {
  #main section.kv .movie-item {
    transform: scale(1.38);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .movie-item {
    width: 300vw;
    transform: translateX(-100vw);
  }
}
#main section.kv .kv {
  position: relative;
  margin-bottom: 30px;
  padding-top: 56.25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main section.kv .kv {
    padding-top: 0;
    margin-bottom: 20px;
    min-height: 540px;
  }
}
#main section.kv .kv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#7e9fa3 0%, #385526 100%);
  opacity: 0.55;
}
#main section.kv .kv > .inner {
  position: absolute;
  z-index: 5;
  top: 33%;
  left: 0;
  right: 0;
  width: 100%;
}
@media print, screen and (max-width: 1150px) {
  #main section.kv .kv > .inner {
    top: 28%;
  }
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv > .inner {
    top: 26%;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv > .inner {
    top: 50%;
    transform: translatey(-50%);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv > .inner {
    transform: none;
  }
}
#main section.kv .kv .main_title_sleeve {
  padding-left: 61px;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main_title_sleeve {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main_title_sleeve {
    padding: 0 15px;
  }
}
#main section.kv .kv .main-top_title {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.53333333;
  letter-spacing: 0;
  color: #DDFF4E;
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-top_title {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-top_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-top_title {
    margin: 0 0 5px;
    font-size: 13px;
  }
}
#main section.kv .kv .main-top_title .main-top_title_en {
  margin-right: 7px;
  font-family: alternate-gothic-no-1-d, "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 65px;
  letter-spacing: 0.04em;
  color: #B9E500;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-3px);
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 50px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 38px;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-top_title .main-top_title_en {
    font-size: 33px;
  }
}
#main section.kv .kv .main-title {
  margin: 18px 0 0 -6px;
  padding-bottom: 39px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 110px;
  line-height: 1.09091;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title {
    padding-bottom: 35px;
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title {
    margin: 5px 0 0;
    padding-bottom: 15px;
    font-size: 65px;
    line-height: 1.15;
  }
}
#main section.kv .kv .main-title_copy {
  margin-top: 0;
  border-top: 2px solid #DDFF4E;
  padding-top: 15px;
  max-width: 530px;
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title_copy {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title_copy {
    max-width: 100%;
  }
}
#main section.kv .kv .main-title_copy p {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.44;
  letter-spacing: 0.03em;
  text-align: left;
  color: #F3F6F6;
}
@media screen and (max-width: 1024px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv .kv .main-title_copy p {
    font-size: 15px;
  }
}
[lang="en"] #main section.kv .kv .main-title_copy p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.35714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  [lang="en"] #main section.kv .kv .main-title_copy p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  [lang="en"] #main section.kv .kv .main-title_copy p {
    font-size: 16px;
  }
}

.block-editor-main {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.635;
}
@media screen and (max-width: 767px) {
  .block-editor-main {
    font-size: 14px;
  }
}

#main section.block {
  position: relative;
  background-color: transparent;
}
#main .button_right {
  position: absolute;
  top: 30px;
  right: 49px;
  margin-top: 0;
}
#main .button_right a {
  display: inline-block;
  padding: 9px 40px 9px 0;
  background: url(../media/images/pltf/top/arrow.svg) no-repeat center right/30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  color: #064544;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #main .button_right a {
    padding: 9px 37px 9px 0;
    background-size: 25px;
    font-size: 13px;
  }
}
#main .pickup {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  #main .pickup {
    margin-bottom: 40px;
  }
}
#main .topics_wrap {
  position: relative;
  background-color: #F4F4EA;
  padding: 33px 30px 25px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #main .topics_wrap {
    padding: 20px 15px;
  }
}
#main .topics_wrap + .topics_wrap {
  margin-top: 21px;
}
#main .topic_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 34px 0px;
  padding: 0 33px;
  list-style: none;
  gap: 0 2.7%;
}
@media screen and (max-width: 767px) {
  #main .topic_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_list {
    padding: 0;
    margin: 25px 0 10px;
  }
}
#main .topic_list .topic_item {
  flex: 0 0 31.5162%;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item {
    display: table;
    margin: 25px auto 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item + .topic_item {
    margin-top: 20px;
  }
}
#main .topic_list .topic_item a {
  display: block;
  text-decoration: none;
  color: #333;
}
@media print, screen and (min-width: 1025px) {
  #main .topic_list .topic_item a:hover {
    opacity: 1;
  }
  #main .topic_list .topic_item a:hover .thumbnail img {
    transform: scale(1.1);
  }
}
#main .topic_list .topic_item a.text {
  cursor: text;
  pointer-events: none;
}
#main .topic_list .topic_item .thumbnail {
  aspect-ratio: 370 / 208;
  margin-bottom: 16px;
  border: 1px solid #8a9a9f;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .thumbnail {
    margin-bottom: 10px;
  }
}
#main .topic_list .topic_item .thumbnail[data-img-src=""] {
  background: url(../media/images/pltf/news/noimage_wh.svg) no-repeat center/cover;
}
#main .topic_list .topic_item .thumbnail[data-img-src=""] img {
  display: none;
}
#main .topic_list .topic_item .thumbnail img {
  display: block;
  aspect-ratio: 370 / 208;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
#main .topic_list .topic_item .news_title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  #main .topic_list .topic_item .news_title {
    font-size: 15px;
  }
}
#main .topic_list .topic_item .news_title br {
  display: none;
}
#main .title_lead {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  #main .title_lead {
    display: block;
  }
}
#main .title_lead .title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  color: #064544;
  margin: 0 30px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .title_lead .title {
    font-size: 18px;
  }
}
#main .title_lead .text {
  padding-top: 5px;
  padding-right: 130px;
}
@media screen and (max-width: 767px) {
  #main .title_lead .text {
    padding-right: 0;
  }
}
#main .title_lead .text p, #main .title_lead .text div:not([class]) {
  margin: 0;
}
#main .title_lead .text p + p, #main .title_lead .text p div:not([class]), #main .title_lead .text div:not([class]) + p, #main .title_lead .text div:not([class]) div:not([class]) {
  margin-top: 1em;
}
#main .title_lead .button_right {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #main .title_lead .button_right {
    top: 4px;
  }
}
#main .topic_scroll_area {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  #main .topic_scroll_area {
    margin: 0 -15px;
  }
}
#main .topic_scroll {
  margin: 40px 0px 0;
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll {
    margin-top: 5px;
    overflow: hidden;
  }
}
#main .topic_scroll .topic_list {
  position: relative;
  display: block;
  padding: 0;
  opacity: 0;
}
#main .topic_scroll .topic_list.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .topic_list {
    display: flex;
  }
}
#main .topic_scroll .topic_list .topic_item {
  display: none;
}
#main .topic_scroll .topic_list .topic_item:first-child {
  display: block;
}
#main .topic_scroll .topic_list .topic_item.slick-slide {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .topic_list .topic_item {
    margin-top: 0;
    max-width: 80vw;
  }
}
#main .topic_scroll .topic_list .topic_item a {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .topic_list .topic_item a {
    margin: 0 10px;
  }
}
#main .topic_scroll .topic_list .topic_item img {
  max-width: 100vw;
}
#main .topic_scroll .slick-arrow {
  position: absolute;
  top: 29%;
  width: 60px;
  background: none;
  height: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .slick-arrow {
    width: 45px;
  }
}
#main .topic_scroll .slick-arrow.arrow-prev {
  left: 55px;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .slick-arrow.arrow-prev {
    left: 15px;
  }
}
#main .topic_scroll .slick-arrow.arrow-next {
  right: 55px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .slick-arrow.arrow-next {
    right: 15px;
  }
}
#main .topic_scroll .slick-arrow img {
  display: block;
  width: 100%;
}
#main .topic_scroll .slick-dots {
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 31px auto 0;
  padding-left: 0;
  list-style: none;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  #main .topic_scroll .slick-dots {
    margin-top: 20px;
  }
}
#main .topic_scroll .slick-dots li {
  flex: 0 0 7px;
  aspect-ratio: 1;
  width: 7px;
}
#main .topic_scroll .slick-dots li.slick-active button {
  transform: scale(1.5);
  background-color: #148560;
}
#main .topic_scroll .slick-dots li button {
  display: block;
  padding: 0;
  background: #8a9a9f;
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
}
#main .block.bg_color {
  background-color: #F4F4EA;
}
#main .block.bg_color .topics_wrap {
  box-shadow: none;
}
#main .learn_about {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .learn_about .button_right {
    position: static;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #main .learn_about .narrow_lead {
    padding: 0;
  }
}
#main .program .h2.fixedleft {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main .program .event_viewlist {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .program .button_right {
    position: static;
    text-align: right;
  }
}
#main section.block.member {
  position: relative;
  margin-top: 64px;
  padding-bottom: 51px;
}
@media screen and (max-width: 767px) {
  #main section.block.member {
    margin-top: 30px;
    padding-bottom: 21px;
  }
}
#main section.block.member .block.h2.fixedleft {
  float: left;
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  #main section.block.member .block.h2.fixedleft {
    float: none;
  }
}
#main section.block.member .current_count {
  margin: 0 0 60px;
  padding-top: 30px;
  text-align: right;
  padding-right: 50px;
  transform: translateY(12px);
  font-size: 18px;
}
@media print, screen and (max-width: 1301px) {
  #main section.block.member .current_count {
    padding-right: 0px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #main section.block.member .current_count {
    font-size: 11px;
    position: absolute;
    top: -17px;
    right: 15px;
  }
}
#main .member_list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 30px auto 20px;
  padding-left: 0;
  list-style: none;
  max-width: 1200px;
  gap: 25px 2%;
}
@media screen and (max-width: 767px) {
  #main .member_list {
    margin: 30px 0 30px;
    gap: 10px 2%;
  }
}
#main .member_list > li {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #main .member_list > li {
    flex: 0 0 18.334%;
    max-width: 220px;
    padding-top: 11.667%;
  }
}
@media screen and (max-width: 767px) {
  #main .member_list > li {
    flex: 0 0 32%;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    padding-top: 21%;
  }
}
#main .member_list > li .logo_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
#main .member_list > li a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 30px;
  height: 100%;
  transition: .3s;
}
#main .member_list > li a:hover {
  transform: scale(1.1);
}
@media print, screen and (min-width: 1025px) {
  #main .member_list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  #main .member_list > li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .member_list > li a {
    padding: 10px 15px;
    height: 100%;
  }
}
#main .member_list > li .logo_img img {
  display: block;
  object-fit: scale-down;
  max-height: 100%;
  max-width: 100%;
  height: 90px;
}
#main section.member_entry {
  background-color: #fff;
}

.highlight_list {
  display: flex;
  flex-flow: row wrap;
  margin: 60px auto;
  padding-left: 0;
  list-style: none;
  gap: 41px 3.8%;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .highlight_list {
    gap: 25px 2%;
  }
}
@media screen and (max-width: 767px) {
  .highlight_list {
    display: block;
    margin: 30px auto;
  }
}
.highlight_list > li {
  flex: 0 0 30.8%;
}
@media print, screen and (max-width: 1200px) {
  .highlight_list > li {
    flex: 0 0 32%;
  }
}
.highlight_list > li:nth-child(n + 10) {
  display: none;
}
@media screen and (max-width: 767px) {
  .highlight_list > li + li {
    margin-top: 20px;
  }
}
.highlight_list > li a {
  display: block;
  text-decoration: none;
  background-color: #F4F4EA;
  color: #222;
  height: 100%;
}
.highlight_list > li .wrap {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.highlight_list > li .img {
  aspect-ratio: 370/ 208;
  width: 100%;
  overflow: hidden;
}
.highlight_list > li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight_list > li .info {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 auto;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .highlight_list > li .info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .highlight_list > li .info {
    padding: 9px 15px;
  }
}
.highlight_list > li .title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: calc(27 / 20);
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .highlight_list > li .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 980px) {
  .highlight_list > li .title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .highlight_list > li .title {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.highlight_list > li .topic_date {
  margin-top: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #8a9a9f;
}
@media screen and (max-width: 767px) {
  .highlight_list > li .topic_date {
    font-size: 13px;
  }
}

#main .block.section .block.div.section_right_link {
  position: absolute;
  right: 0;
  top: 31px;
  margin: 0;
}
@media print, screen and (max-width: 1301px) {
  #main .block.section .block.div.section_right_link {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .block.section .block.div.section_right_link {
    width: 10em;
    top: 6px;
    right: 5px;
  }
}
#main .block.section .block.div.section_right_link a {
  position: relative;
  display: block;
  padding: 3px 0 5px 0;
  margin: 0 41px 0 0;
  letter-spacing: 0;
  background: none;
  color: #064544;
  border-bottom: 1px solid #064544;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .block.section .block.div.section_right_link a {
    font-size: 12px;
  }
}
#main .block.section .block.div.section_right_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translatey(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: url(../media/images/pltf/en/top/icon_arrow_bgg.svg) no-repeat right center/cover;
}
@media screen and (max-width: 767px) {
  #main .block.section .block.div.section_right_link a::after {
    width: 20px;
    right: -25px;
  }
}
#main .section_highlight {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  #main .section_highlight {
    margin-bottom: 54px;
  }
}
#main .highlight_list_more {
  display: table;
  margin: 0 auto;
  padding: 66px 0 0;
  background: url(../media/images/pltf/en/top/icon_view_more.svg) no-repeat top 0 center/50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #064544;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .highlight_list_more {
    padding: 49px 0 0;
    background-size: 40px;
    font-size: 13px;
  }
}
#main section.block.section_about .block.h2,
#main section.block.section_program .block.h2 {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .block.h2,
  #main section.block.section_program .block.h2 {
    margin-bottom: 25px;
  }
}
#main section.block.section_about .block:not(.h2),
#main section.block.section_program .block:not(.h2) {
  margin: 15px auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .block:not(.h2),
  #main section.block.section_program .block:not(.h2) {
    margin: 10px auto;
  }
}
#main section.block.section_about .div.button_wh,
#main section.block.member .div.button_wh {
  position: relative;
  margin: 30px auto;
  width: 300px;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh,
  #main section.block.member .div.button_wh {
    width: 200px;
  }
}
#main section.block.section_about .div.button_wh a,
#main section.block.section_about .div.button_wh span,
#main section.block.member .div.button_wh a,
#main section.block.member .div.button_wh span {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  color: #fff;
  max-width: 300px;
  padding: 22px 35px 22px;
  border-radius: 29px;
  font-size: 16px;
  letter-spacing: 0.03em;
  border-color: #064544;
  color: #064544;
}
@media print, screen and (min-width: 1025px) {
  #main section.block.section_about .div.button_wh a:hover,
  #main section.block.section_about .div.button_wh span:hover,
  #main section.block.member .div.button_wh a:hover,
  #main section.block.member .div.button_wh span:hover {
    opacity: 0.6;
  }
}
#main section.block.section_about .div.button_wh a::after,
#main section.block.section_about .div.button_wh span::after,
#main section.block.member .div.button_wh a::after,
#main section.block.member .div.button_wh span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../media/images/pltf/common/button_arrow_wh.svg);
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh a::after,
  #main section.block.section_about .div.button_wh span::after,
  #main section.block.member .div.button_wh a::after,
  #main section.block.member .div.button_wh span::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh a,
  #main section.block.section_about .div.button_wh span,
  #main section.block.member .div.button_wh a,
  #main section.block.member .div.button_wh span {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh a,
  #main section.block.section_about .div.button_wh span,
  #main section.block.member .div.button_wh a,
  #main section.block.member .div.button_wh span {
    padding: 14px 35px 14px;
    font-weight: 500;
    font-size: 12px;
  }
}
#main section.block.section_about .div.button_wh a::after,
#main section.block.section_about .div.button_wh span::after,
#main section.block.member .div.button_wh a::after,
#main section.block.member .div.button_wh span::after {
  right: 25px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh a::after,
  #main section.block.section_about .div.button_wh span::after,
  #main section.block.member .div.button_wh a::after,
  #main section.block.member .div.button_wh span::after {
    right: 13px;
  }
}
#main section.block.section_about .div.button_wh.left_side,
#main section.block.member .div.button_wh.left_side {
  margin-left: 0;
}
#main section.block.section_about .div.button_wh.right_side,
#main section.block.member .div.button_wh.right_side {
  margin-right: 0;
}
#main section.block.section_about .div.button_wh.button_more,
#main section.block.member .div.button_wh.button_more {
  margin-top: 50px;
}
#main section.block.section_about .div.button_wh.button_more.mt_large,
#main section.block.member .div.button_wh.button_more.mt_large {
  margin-top: 70px;
}
#main section.block.section_about .div.button_wh.button_more a,
#main section.block.section_about .div.button_wh.button_more span,
#main section.block.member .div.button_wh.button_more a,
#main section.block.member .div.button_wh.button_more span {
  border: none;
}
#main section.block.section_about .div.button_wh.button_more a::before,
#main section.block.section_about .div.button_wh.button_more span::before,
#main section.block.member .div.button_wh.button_more a::before,
#main section.block.member .div.button_wh.button_more span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: url(../media/images/pltf/common/button_arrow_more.svg) no-repeat center/15px 17.5px;
  margin: 0 auto;
  top: -27px;
  width: 15px;
  height: 17px;
}
#main section.block.section_about .div.button_wh.button_more a::after,
#main section.block.section_about .div.button_wh.button_more span::after,
#main section.block.member .div.button_wh.button_more a::after,
#main section.block.member .div.button_wh.button_more span::after {
  display: none;
}
#main section.block.section_about .div.button_wh.disable a,
#main section.block.section_about .div.button_wh.disable span,
#main section.block.member .div.button_wh.disable a,
#main section.block.member .div.button_wh.disable span {
  background: #dbdbdb;
  color: #7e7e7e;
  pointer-events: none;
  box-shadow: none;
}
#main section.block.section_about .div.button_wh.disable a:hover,
#main section.block.section_about .div.button_wh.disable span:hover,
#main section.block.member .div.button_wh.disable a:hover,
#main section.block.member .div.button_wh.disable span:hover {
  opacity: 1;
}
#main section.block.section_about .div.button_wh.disable a::after,
#main section.block.section_about .div.button_wh.disable span::after,
#main section.block.member .div.button_wh.disable a::after,
#main section.block.member .div.button_wh.disable span::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh,
  #main section.block.member .div.button_wh {
    margin-top: 28px;
    width: 220px;
  }
}
#main section.block.section_about .div.button_wh a,
#main section.block.member .div.button_wh a {
  border-style: solid;
  border-width: 1px;
  background: #fff url(../media/images/pltf/common/link_arrow_gr.svg) no-repeat center right 20px/7px;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .div.button_wh a,
  #main section.block.member .div.button_wh a {
    padding: 16px 35px 18px;
    font-size: 13px;
    max-width: 220px;
    background-position: center right 16px;
    background-size: 5px;
  }
}
#main section.block.section_about {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about {
    padding-bottom: 20px;
  }
}
#main section.block.section_about .block.div.about_note {
  margin: 40px auto 0;
  padding: 25px 30px;
  background-color: #E8E8D3;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section.block.section_about .block.div.about_note {
    margin: 20px auto 0;
    padding: 15px 20px;
    font-size: 13px;
  }
}
#main section.block.section_program {
  padding-bottom: 11px;
}
#main section.block.section_program .program_image ul.images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 60px auto;
  padding: 0 87px;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  #main section.block.section_program .program_image ul.images {
    margin: 26px auto;
    padding: 0;
    gap: 15px 0;
  }
}
#main section.block.section_program .program_image ul.images > li {
  flex: 0 0 48.6%;
}
@media screen and (max-width: 767px) {
  #main section.block.section_program .program_image ul.images > li {
    flex: 0 0 48%;
  }
}
#main section.block.section_program .program_image ul.images > li img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=pltf_top_2025_en.css.map */
