.top-main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 0;
}

.top-main-visual a {
  display: block;
  height: 100%;
}

.top-main-visual .mv-logo {
  width: 40%;
  position: absolute;
}

.top-main-visual .mv-logo.mv-logo-left {
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.top-main-visual .mv-logo.mv-logo-left img {
  width: 100%;
}

.top-main-visual .mv-logo.mv-logo-center {
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top-main-visual .mv-logo.mv-logo-center img {
  width: 100%;
}

.top-main-visual .its-news-container {
  position: absolute;
  padding: 30px;
  padding-right: 70px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
}

.top-main-visual .its-news-container .its-news-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: yellow;
  border-bottom: 1px solid #FFF;
  font-size: 1.8rem;
}

.top-main-visual .its-news-container a.its-news {
  color: #FFF;
  display: block;
}

.top-main-visual .its-news-container a.its-news:hover {
  opacity: 0.8;
}

.top-main-visual .its-news-container a.its-news .date {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.top-main-visual .its-news-container a.its-news .title {
  font-size: 1.4rem;
}

.top-main-visual .its-news-container a.its-news + a.its-news {
  margin-top: 1em;
}

.top-main-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.top-main-slider li.slider-img {
  width: 100%;
  height: 100vh;
}

.top-main-slider .screen01 {
  background: url(../images/top/top-slider01.jpg) no-repeat center center;
  background-size: cover;
}

.top-main-slider .screen02 {
  background: url(../images/top/top-slider02.jpg) no-repeat center top;
  background-size: cover;
}

.top-main-slider .screen03 {
  background: url(../images/top/top-slider03.jpg) no-repeat center top;
  background-size: cover;
}

.top-main-slider .screen07 {
  background: url(../images/top/top-slider07.jpg) no-repeat center center;
  background-size: cover;
}

.top-main-slider .screen07 .readmore-arrow {
  position: absolute;
  left: 43%;
  bottom: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 8px 30px;
  border-radius: 20px;
}

.top-main-slider .screen07 .readmore-arrow .readmore {
  font-size: 1.4rem;
  width: 70%;
}

.top-main-slider .screen07 .readmore-arrow .arrow {
  display: flex;
  align-items: center;
  width: 30%;
}

.top-main-slider .screen07 .readmore-arrow .arrow img {
  width: 100%;
}

.top-main-slider .screen08 {
  background: url(../images/top/top-slider08.jpg) no-repeat center center;
  background-size: cover;
}

.top-main-slider .screen08 .mv-logo-center {
  width: 60%;
}

.top-main-slider .screen08 .readmore-arrow {
  position: absolute;
  left: 43%;
  bottom: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 8px 30px;
  border-radius: 20px;
}

.top-main-slider .screen08 .readmore-arrow .readmore {
  font-size: 1.4rem;
  width: 70%;
}

.top-main-slider .screen08 .readmore-arrow .arrow {
  display: flex;
  align-items: center;
  width: 30%;
}

.top-main-slider .screen08 .readmore-arrow .arrow img {
  width: 100%;
}

.top-main-slider .screen09 {
  background: url(../images/top/top-slider09.jpg) no-repeat center center;
  background-size: cover;
}

.top-main-slider .screen09 .readmore-arrow {
  position: absolute;
  left: 43%;
  bottom: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 8px 30px;
  border-radius: 20px;
}

.top-main-slider .screen09 .readmore-arrow .readmore {
  font-size: 1.4rem;
  width: 70%;
}

.top-main-slider .screen09 .readmore-arrow .arrow {
  display: flex;
  align-items: center;
  width: 30%;
}

.top-main-slider .screen09 .readmore-arrow .arrow img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 25vw;
  height: 8px;
  display: flex;
  justify-content: space-between;
}

.slick-dots li {
  width: calc(15% - 5px);
  position: relative;
}

.slick-dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #43825b;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.slick-dots li.slick-active::before {
  background: #43825b;
}

.slick-dots li button {
  display: none;
}

@-webkit-keyframes float-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.video-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.video-wrap video {
  width: auto;
  min-width: inherit;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-section.news {
  z-index: 2;
}

.top-section.bnr {
  background: rgba(111, 98, 41, 0.3);
}

.top-content-inner {
  width: 80vw;
  margin: 0 auto;
  padding: 3%;
  background: #FFF;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

h3.section-news {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5%;
  color: #6f6229;
}

h3.section-news span {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.tab_area {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab_area li {
  width: calc(16% - 10px);
  padding: 10px 2px;
  margin: 0 10px 5px 0;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #6f6229;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.tab_area li span {
  text-align: center;
  color: #6f6229;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
}

.tab_area li.active {
  background: #6f6229;
}

.tab_area li.active span {
  color: #FFF;
}

.tab_area li.active.info::before {
  background: #93b1dd;
}

.tab_area li.active.oc::before {
  background: #eac287;
}

.tab_area li:hover {
  opacity: 0.8;
}

.news_panel {
  display: none;
}

.news_panel.active {
  display: block;
}

.news_panel .news-more {
  width: 300px;
  margin: 50px auto 0;
  background: #FFF;
  border-radius: 30px;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.news_panel .news-more:hover {
  opacity: 1;
  background: #8d8d8d;
  color: #FFF;
}

.news_panel .news-more:hover::before {
  border-top: 1px solid #6f6229;
  border-right: 1px solid #6f6229;
}

.news_panel .news-more:hover::after {
  border-top: 1px solid #6f6229;
  border-right: 1px solid #6f6229;
}

.news_panel .news-more::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
}

.news_panel .news-more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 25px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list li {
  width: 100%;
  margin: auto;
}

.news-box {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.news-box a {
  color: #6f6229;
  display: block;
  border-bottom: 1px solid #6f6229;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.news-box .data {
  padding: 5px;
  display: flex;
}

.news-box .category {
  width: 15% !important;
  color: #FFF;
  background: #6f6229;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  width: 100px;
  padding: 2px;
  text-align: center;
  margin-right: 3%;
}

.news-box .day {
  width: 10%;
  color: #6f6229;
}

.news-box .text {
  width: 72%;
  color: #000;
}

.info,
.category-info {
  background: #93b1dd !important;
}

.oc,
.category-free-school-day {
  background: #eac287 !important;
}

.content-trigger {
  opacity: 0;
  transition: 0.5s;
}

.content-trigger.is-show {
  opacity: 1;
}

.top .panel_area {
  background: none;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

.top-section.topics {
  background: #efefef;
  padding: 5%;
}

.top-section.topics h3.top-section-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: bold;
  color: #43825b;
  margin-bottom: 50px;
}

.top-section.topics .topics-container {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top-section.topics .topics-container a {
  width: 48%;
}

.top-section.topics .topics-container a .topics-box .topics-img {
  margin-bottom: 10px;
}

.top-section.topics .topics-container a .topics-box .title {
  color: #43825b;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.top-section.topics .topics-container a .topics-box .title span {
  font-size: 1.5rem;
  line-height: 2;
  display: block;
}

.footer-bnr-container.gray {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-bnr-container.gray a.footer-bnr {
  width: 33%;
  color: #43825b;
  text-align: center;
  background: #c8c8c9;
  padding: 30px;
  font-weight: bold;
}

.top-section.movie {
  background: rgb(164, 183, 179);
  background: linear-gradient(90deg, rgb(155, 149, 124) 0%, rgb(164, 183, 179) 100%);
  padding: 50px 10vw 80px;
}

.top-section.movie .content-inner {
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.top-section.movie .content-inner .top-sns-box01 {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.top-section.movie .content-inner .top-sns-box01 li {
  width: 80%;
  margin-right: 2%;
}

.top-section.movie .content-inner .top-sns-box01 li a {
  display: block;
}

.top-section.movie .content-inner .top-sns-box02 {
  width: 10%;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.top-section.movie .content-inner .top-sns-box02 a {
  background: #fff;
  width: 100%;
  border-radius: 50%;
}

.top-section.movie .content-inner .top-sns-box02 a img {
  width: 100%;
}

.top-section.movie .content-inner .top-sns-box02 a + a {
  margin-top: 40%;
}

.top-section.allforyou a.allforyou-bnr {
  background: url("../images/top/allforyou-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px;
}

.top-section.allforyou a.allforyou-bnr .allforyou-logo {
  width: 60%;
}

.top-section.allforyou a.allforyou-bnr .allforyou-logo img {
  width: 100%;
}

.top-section.allforyou a.allforyou-bnr .link-arrow {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 100px;
}

.top-section.allforyou a.allforyou-bnr .link-arrow img {
  width: 100%;
}

.top-section.clubblog {
  background: url("../images/top/club-blog-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 80vw;
  margin: 100px auto;
  padding: 50px 10% 50px 10%;
}

.top-section.clubblog .clubblog-title {
  position: absolute;
  left: 5%;
  top: 20px;
  color: #FFF;
  font-size: 3rem;
  font-family: "Noto Serif", serif;
  line-height: 1.2;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog-title_en {
  color: #FFF;
  border: 1px solid;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "Noto Serif", serif;
  margin-bottom: 20px;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog a {
  color: #FFF;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px dotted #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog a .blog-date {
  color: #FFF;
  margin-right: 1em;
  width: 12%;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog a .blog-date span {
  background: #e8382f;
  color: #FFF;
  padding: 5px;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog a .clubcategory {
  color: #FFF;
  margin-right: 1em;
  width: 23%;
  text-align: center;
  border: 1px solid #FFF;
  padding: 2px 10px;
  font-size: 1.4rem;
}

.top-section.clubblog ul.clubblog-blog-list li.clubblog a .blog-title {
  width: 50%;
  color: #FFF;
}

.top-section.clubblog a.archive {
  background: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  right: 10%;
  padding: 5px 10px;
}

.top-section.sdgs a.sdgs-bnr {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 80vw;
  height: 300px;
  margin: 0 auto 50px;
  background: url("../images/top/sdgs-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
}

.top-section.sdgs a.sdgs-bnr .sdgs-logo {
  width: 60%;
}

.top-section.sdgs a.sdgs-bnr .sdgs-logo img {
  width: 100%;
}

.top-section.sdgs a.sdgs-bnr .readmore-arrow {
  position: absolute;
  bottom: 20px;
  right: 10%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.top-section.sdgs a.sdgs-bnr .readmore-arrow .readmore {
  font-size: 1.4rem;
  width: 70%;
}

.top-section.sdgs a.sdgs-bnr .readmore-arrow .arrow {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
}

.top-section.sdgs a.sdgs-bnr .readmore-arrow .arrow img {
  width: 100%;
}

.top-section.numbers a.numbers-bnr {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 80vw;
  height: 300px;
  margin: 0 auto 50px;
  background: url("../images/top/numbers-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
}

.top-section.numbers a.numbers-bnr .numbers-logo {
  width: 30%;
}

.top-section.numbers a.numbers-bnr .numbers-logo img {
  width: 100%;
}

.top-section.numbers a.numbers-bnr .readmore-arrow {
  position: absolute;
  bottom: 20px;
  left: 5%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.top-section.numbers a.numbers-bnr .readmore-arrow .readmore {
  font-size: 1.4rem;
  width: 70%;
}

.top-section.numbers a.numbers-bnr .readmore-arrow .arrow {
  width: 30%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-section.numbers a.numbers-bnr .readmore-arrow .arrow img {
  width: 100%;
}

.top-section.overview .overview-title {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 4rem;
  margin-bottom: 30px;
}

.top-section.overview .overview-title span {
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  display: block;
}

.top-section.overview .overview-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80vw;
  margin: auto;
  margin-bottom: 50px;
}

.top-section.overview .overview-container .bnr {
  width: 18%;
  margin-right: 2%;
  background: #666;
  color: #FFF;
  margin-bottom: 20px;
  height: 200px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.top-section.overview .overview-container .bnr:nth-child(5n) {
  margin-right: 0;
}

.top-section.overview .overview-container a.bnr.message-bnr {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: url("../images/top/overview-bnr01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.message-bnr .message-title-en {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
}

.top-section.overview .overview-container a.bnr.message-bnr .message-title-en span {
  font-size: 1.4rem;
  display: block;
}

.top-section.overview .overview-container a.bnr.message-bnr .message-title-jp {
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.facilities-bnr {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.facilities-bnr .facilities-title-en {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 3rem;
}

.top-section.overview .overview-container a.bnr.facilities-bnr .facilities-title-jp {
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.career-bnr {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.career-bnr .career-title-jp {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.nochime-bnr {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr04.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.nochime-bnr .nochime-title-jp {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.top-section.overview .overview-container a.bnr.abroad-bnr {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr05.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.abroad-bnr .abroad-title-en {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
}

.top-section.overview .overview-container a.bnr.abroad-bnr .abroad-title-jp {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.schoollife-bnr {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr06.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.schoollife-bnr .schoollife-title-en {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif", serif;
}

.top-section.overview .overview-container a.bnr.schoollife-bnr .schoollife-title-jp {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.fund-bnr {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr07.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.fund-bnr .fund-title-jp {
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.top-section.overview .overview-container a.bnr.club-bnr {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: url("../images/top/overview-bnr08.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.club-bnr .club-title-en {
  font-size: 3rem;
  text-align: right;
  font-family: din-2014, sans-serif;
}

.top-section.overview .overview-container a.bnr.bridge-bnr {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr09.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.overview .overview-container a.bnr.ddp-bnr {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/top/overview-bnr10.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-section.link {
  background: url("../images/top/link-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
}

.top-section.link .link-container {
  width: 80vw;
  margin: auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top-section.link .link-container a.link-box {
  width: 18%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.top-section.link .link-container a.link-box .link-img {
  width: 10vw;
  height: 10vw;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.top-section.link .link-container a.link-box .link-img img {
  width: 100%;
}

.top-section.link .link-container a.link-box .link-title {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
}

.side-bnr-container {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
}

.side-bnr-container .side-bnr {
  opacity: 1 !important;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  padding: 40px 10px 10px;
  margin-bottom: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
}

.side-bnr-container .side-bnr.icon01 {
  position: relative;
}

.side-bnr-container .side-bnr.icon01::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/top/side-icon01.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side-bnr-container .side-bnr.icon02 {
  position: relative;
}

.side-bnr-container .side-bnr.icon02::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/top/side-icon02.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.circle-btn-container {
  position: fixed;
  top: 100px;
  right: 7vw;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.circle-btn-container > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff000;
  position: relative;
  box-shadow: 0 0 10px rgba(111, 98, 41, 0.3);
}

.circle-btn-container > a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px dotted #6f6229;
  border-radius: 50%;
}

.circle-btn-container > a + a {
  margin-top: 2vw;
}

.circle-btn-container > a span {
  display: inline-block;
  color: #6f6229;
  font-weight: bold;
  font-size: 0.9vw;
  line-height: 1;
  text-align: center;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #6f6229;
}

.circle-btn-container > a span + span {
  margin-top: 0.5em;
}

.circle-btn-container > a span.fs-adjust {
  margin-top: 0.4em;
  font-size: 0.8vw;
  letter-spacing: 0.05em;
}

.circle-btn-container > a.navy {
  background: #0a2c51;
}

.circle-btn-container > a.navy::before {
  border: 2px dotted #FFF;
}

.circle-btn-container > a.navy.no-display {
  display: none;
}

.circle-btn-container > a.navy span {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.circle-btn-container > a.sky {
  background: #00e3ff;
}

.circle-btn-container > a.sky::before {
  border: 2px dotted #0b3174;
}

.circle-btn-container > a.sky span {
  color: #0b3174;
  border-bottom: 2px solid #0b3174;
}

.circle-btn-container > a.red {
  background: #ef0050;
}

.circle-btn-container > a.red::before {
  border: 2px dotted #FFF;
}

.circle-btn-container > a.red span {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.bnr-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

.bnr-container a.bnr-box {
  width: 18%;
  margin-right: 2.5%;
}

.bnr-container a.bnr-box:nth-child(5n) {
  margin-right: 0;
}

.bnr-container a.bnr-box:nth-child(n+6) {
  margin-top: 10px;
}

.bnr-container a.bnr-box .bnr-img {
  width: 100%;
}

.bnr-container a.bnr-box .bnr-img img {
  width: 100%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .side-bnr-container {
    position: fixed;
    right: 0;
    top: 80px;
  }
  .side-bnr-container .side-bnr {
    width: 60px;
    font-size: 1.2rem;
  }
  .side-bnr-container .side-bnr .text {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .top-main-visual .mv-logo {
    width: 80%;
  }
  .top-main-visual .mv-logo.mv-logo-left {
    left: 50px;
    top: 50%;
  }
  .top-main-visual .mv-logo.mv-logo-left img {
    width: 100%;
  }
  .top-main-visual .mv-logo.mv-logo-center {
    top: 43%;
  }
  .top-main-slider .screen01 {
    background-position: 50% -30vw;
  }
  .top-main-slider .screen02 {
    background-position: 50% 16vw;
  }
  .top-main-slider .screen03 {
    background-position: 75% top;
  }
  .top-main-slider .screen07 {
    background-position: 60% center;
  }
  .top-main-slider .screen07 .readmore-arrow {
    left: 21%;
    bottom: 24%;
  }
  .top-main-slider .screen08 .mv-logo-center {
    width: 90%;
  }
  .top-main-slider .screen08 .readmore-arrow {
    left: 21%;
    bottom: 24%;
  }
  .top-main-slider .screen09 .mv-logo-center {
    width: 90%;
  }
  .top-main-slider .screen09 .readmore-arrow {
    left: 21%;
    bottom: 24%;
  }
  .top-content-inner {
    width: 90vw;
    padding: 3% 10% 3% 3%;
    z-index: 2;
  }
  h3.section-news {
    font-size: 3rem;
  }
  .tab_area {
    justify-content: flex-start;
  }
  .tab_area li {
    width: fit-content;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    height: auto;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .news_panel .news-more {
    width: 100%;
  }
  .news-box .data {
    flex-wrap: wrap;
  }
  .news-box .category {
    width: fit-content !important;
    height: fit-content;
    margin: 0px 0 0 10px;
  }
  .news-box .day {
    width: 30%;
  }
  .news-box .text {
    width: 100%;
    margin: 10px 0;
  }
  .top-section.movie {
    padding: 50px 12vw 80px;
  }
  .top-section.movie .content-inner {
    display: block;
  }
  .top-section.movie .content-inner .top-sns-box01 {
    width: 100%;
    display: block;
    margin-bottom: 4vh;
  }
  .top-section.movie .content-inner .top-sns-box01 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .top-section.movie .content-inner .top-sns-box02 {
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .top-section.movie .content-inner .top-sns-box02 a + a {
    margin-top: 0;
    margin-left: 5%;
  }
  .top-section.allforyou a.allforyou-bnr {
    padding: 60px 15px;
  }
  .top-section.allforyou a.allforyou-bnr .allforyou-logo {
    width: 80%;
  }
  .top-section.allforyou a.allforyou-bnr .link-arrow {
    bottom: 20px;
    right: 50%;
    width: 80px;
    transform: translateX(50%);
  }
  .top-section.clubblog {
    margin: 60px auto;
    padding: 100px 5% 80px 5%;
  }
  .top-section.clubblog .clubblog-title {
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  .top-section.clubblog ul.clubblog-blog-list li.clubblog-title_en {
    font-size: 1rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .top-section.clubblog ul.clubblog-blog-list li.clubblog a {
    flex-wrap: wrap;
  }
  .top-section.clubblog ul.clubblog-blog-list li.clubblog a .blog-date {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top-section.clubblog ul.clubblog-blog-list li.clubblog a .clubcategory {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .top-section.clubblog ul.clubblog-blog-list li.clubblog a .blog-title {
    width: 100%;
    font-size: 1.4rem;
  }
  .top-section.sdgs a.sdgs-bnr {
    height: 240px;
    margin: 0 auto 20px;
    padding: 30px;
  }
  .top-section.sdgs a.sdgs-bnr .sdgs-logo {
    width: 100%;
  }
  .top-section.numbers a.numbers-bnr {
    height: 240px;
    margin: 0 auto 50px;
    padding: 30px;
  }
  .top-section.numbers a.numbers-bnr .numbers-logo {
    width: 100%;
  }
  .top-section.numbers a.numbers-bnr .readmore-arrow {
    left: auto;
    right: 10%;
  }
  .top-section.overview .overview-container {
    justify-content: space-between;
  }
  .top-section.overview .overview-container .bnr {
    width: 49%;
    margin-right: 0;
    margin-bottom: 5px;
    height: 38vw;
  }
  .top-section.overview .overview-container a.bnr.facilities-bnr .facilities-title-en {
    font-size: 2rem;
  }
  .top-section.overview .overview-container a.bnr.nochime-bnr .nochime-title-jp {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .top-section.overview .overview-container a.bnr.abroad-bnr .abroad-title-en {
    font-size: 1.2rem;
    text-align: center;
  }
  .top-section.overview .overview-container a.bnr.abroad-bnr .abroad-title-jp {
    line-height: 1.4;
  }
  .top-section.overview .overview-container a.bnr.schoollife-bnr .schoollife-title-en {
    font-size: 2rem;
    line-height: 1;
  }
  .top-section.overview .overview-container a.bnr.fund-bnr .fund-title-jp {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .top-section.overview .overview-container a.bnr.club-bnr .club-title-en {
    font-size: 2rem;
    line-height: 1;
  }
  .top-section.link {
    padding: 30px;
  }
  .top-section.link .link-container {
    flex-wrap: wrap;
  }
  .top-section.link .link-container a.link-box {
    width: 49%;
    margin-bottom: 4vw;
  }
  .top-section.link .link-container a.link-box .link-img {
    width: 30vw;
    height: 30vw;
    margin-bottom: 10px;
  }
  .top-section.link .link-container a.link-box .link-title {
    font-size: 1.5rem;
  }
  .side-bnr-container {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side-bnr-container .side-bnr {
    width: 32%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #444;
    padding: 10px;
    margin-bottom: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: rl-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 1.2rem;
  }
  .side-bnr-container .side-bnr .text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .side-bnr-container .side-bnr.icon01 {
    width: 100%;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    border: 0.5px solid #fff;
  }
  .side-bnr-container .side-bnr.icon01::before {
    left: 80px;
    right: auto;
  }
  .side-bnr-container .side-bnr.icon02 {
    width: 50%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border: 0.5px solid #fff;
  }
  .side-bnr-container .side-bnr.icon02::before {
    content: none;
  }
  .circle-btn-container {
    top: 80px;
    right: 10px;
  }
  .circle-btn-container > a {
    width: 80px;
    height: 80px;
  }
  .circle-btn-container > a::before {
    left: 3px;
    top: 3px;
    width: 74px;
    height: 74px;
    border: 1px dotted #6f6229;
  }
  .circle-btn-container > a + a {
    margin-top: 10px;
  }
  .circle-btn-container > a span {
    font-size: 1.1rem;
    border-bottom: 1px solid #6f6229;
  }
  .circle-btn-container > a span + span {
    margin-top: 0.3em;
  }
  .circle-btn-container > a span.fs-adjust {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .circle-btn-container > a.navy::before {
    border: 1px dotted #FFF;
  }
  .circle-btn-container > a.navy span {
    border-bottom: 1px solid #FFF;
  }
  .circle-btn-container > a.sky::before {
    border: 1px dotted #0b3174;
  }
  .circle-btn-container > a.sky span {
    border-bottom: 1px solid #0b3174;
  }
  .circle-btn-container > a.red::before {
    border: 1px dotted #FFF;
  }
  .circle-btn-container > a.red span {
    border-bottom: 1px solid #FFF;
  }
  .bnr-container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .bnr-container a.bnr-box {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-container a.bnr-box:nth-child(5n) {
    margin-right: 4%;
  }
  .bnr-container a.bnr-box:nth-child(2n) {
    margin-right: 0;
  }
  .bnr-container a.bnr-box:nth-child(n+3) {
    margin-top: 10px;
  }
  .bnr-container a.bnr-box .bnr-img {
    width: 100%;
  }
  .bnr-container a.bnr-box .bnr-img img {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/top.css.map */
