@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap');


/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /リセットCSS */


/****************************************
		clearfix
*****************************************/
.cf::before,
.cf::after {
	content: " ";
	display: table;
}
.cf::after {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
	*zoom: 1;
}

* html .cf {
	height: 1%;
}
/* /clearfix */

/****************************************
		base
*****************************************/

*{
	box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'YakuHanJP','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
  font-weight: 500;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #1A2E66;
}
.btn_more,
.totop,
.sub_fv .page_tit_en,
.en,
.num,
.date,
.pagination{
	font-family: 'Poppins','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 500;
  font-style: normal;
}

p{
	line-height: 2em;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-wrap : break-word;
	font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4em;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-wrap : break-word;
}

img{
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
a{
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a:hover{
	transition: 0.3s;
	color: inherit;
	opacity: 0.7;
}

button{
	font-size: 100%;
	border: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
strong{
	font-weight: 800;
}

body ::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	display: inline-block;
}
body ::-webkit-scrollbar-track {
	background: #D1D1D1;
}

body ::-webkit-scrollbar-thumb {
	background: #1A2E66;
}

/*オーディオカスタマイズ*/
audio {
	background-color: transparent;
}
audio::-webkit-media-controls-panel{/*背景*/
	background-color: rgb(0 0 0 / 20%);
}
audio::-webkit-media-controls-play-button{/*再生停止ボタン部分*/
}
audio::-webkit-media-controls-current-time-display{/*経過時間*/
}

/****************************************
		共通
*****************************************/
.wrapper{
	position: relative;
	background: #F4F5F9;
}

.inner{
	margin: 0 auto;
	width: 93%;
	box-sizing: border-box;
	display: block;
}
.top_song .inner{
	max-width: 1020px;
}
.inner2{
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	max-width: 820px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.col2 li{
	width: 48.5%;
	margin-bottom: 4%;
}
.flex.col3 li{
	width: 30%;
	margin-bottom: 4%;
}
.flex.col4 li{
	width: 24%;
	margin-bottom: 1.5%;
}


.sec_tit{
}
.sec_tit .en{
	display: block;
	font-size: 3.2em;
	font-weight: 700;
	margin-bottom: 0.5em;
	letter-spacing: -0.01em;
	line-height: 1.15;
}
.sec_tit .ja{
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2;
}

.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.indent-half{
	text-indent: -0.5em;
	padding-left: 0.5em;
	display: inline-block;
}
.indent1em{
	text-indent: 1em;
	display: inline-block;
}
.indent-1em{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.indent-list{
	line-height: 1.4;
	margin: 2em 0 1em;
}
.indent-list li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.kerning{
	margin-left: -0.09em;
}

.txt_left{
	text-align: left;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}

.f_weight600{
	font-weight: 600;
}
.f_weight700{
	font-weight: 700;
}
.f_weight800{
	font-weight: 800;
}
.f_weight900{
	font-weight: 900;
}
.bold,
b{
	font-weight: bold;
}
sup{
	font-size: 0.8em;
	vertical-align: top;
}
.big{
	font-size: 1.2em;
}

.map iframe{
	width: 100%;
}
.movie_wrap iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.btn_more{
	position: relative;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.07em;
	padding: 0.5em 2em 0.5em 0.5em;
	margin: 0 0.5em 0 auto;
	text-align: right;
	display: block;
	max-width: fit-content;
}
.pickup_list li .btn_more{
	position: absolute;
	bottom: 0;
	right: 1em;
	left: auto;
	top: auto;
}

.btn_more:after{
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 1.5em;
	transition: all 1s;
	background: url(../img/ico_arrow.svg) center center / contain no-repeat;
}


.slider .slick-list{
	padding-bottom: 0.6em;
}
.slider li p{
	font-size: 1.05em;
	padding: 1em 0 1em;
}
.news_content .slider li{
	padding: 0 0 0 0;
}
.news_content .slider li:before{
	display: none;
}
.news_content .slider li .img img{
	margin: 0 0 0 0;
}
.news_content .slider .slick-dots{
	margin: 0 0 0 0;
	line-height: inherit;
}

.slider.slick-dotted.slick-slider{
	margin-bottom: 3em;
}
.slider .slick-prev,
.slider .slick-next{
	top: 42.2%;
	width: 0;
	height: 0;
}
.slider .slick-prev{
	left: 0;
	z-index: 2;
}
.slider .slick-next{
	right: 0;
	z-index: 2;
}
.slider .slick-prev:before,
.slider .slick-next:before{
	content: "";
	width: 3em;
	height: 3em;
	display: block;
	opacity: 1;
	background: rgba(255,255,255,0.5) url(../img/ico_slider_next.png) center center/contain no-repeat;
	border-radius: 50%;
	margin-left: -1.5em;
}
.slider .slick-prev:before{
	transform: scale(-1, 1);
}
.slider .slick-dots{
	bottom: 0;
}
.slider .slick-dots li{
	margin: 0 0.9em;
	width: 0;
	height: 0;
}
.slider .slick-dots li button{
	width: 1em;
	height: 1em;
	padding: 0.5em;
}
.slider .slick-dots li button:before{
  content: '';
	background: #ccc;
	width: 1.6em;
	height: 1.6em;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.slider .slick-dots li.slick-active button:before{
	background: #151744;
	border: solid 0.3em #fff;
	opacity: 1;
}
.slider .slick-dots > li:first-child:last-child {
  display: none;
}

/****************************************
		アニメーション
*****************************************/
/* 画像ズーム */
.ov_zoom{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ov_zoom .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.ov_zoom .bg img{
	transition:1s all;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.ov_zoom:hover .bg img{
	transition:1s all;
	transform:scale(1.1,1.1);
}
.ov_zoom a:hover{
	opacity: 1;
}


/* fade */
.fadein {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}

.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.fadein + .fadein{
	transition-delay: 0.2s;
}
.fadein + .fadein + .fadein{
	transition-delay: 0.4s;
}
.fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.6s;
}
.fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.8s;
}
.fadein + .fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 1s;
}


/****************************************
		header
*****************************************/
header{
	top: 0;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	pointer-events: none;
	transition: .3s;
	display: flex;
	justify-content: space-between;
	position: fixed;
}
header .head_left{
}
header .head_logo{
	display: inline-block;
	position: static;
	left: 0;
	top: 0;
	z-index: 98;
  pointer-events: auto;
	margin: 3.3em 0 0 5em;
	transition: .3s;
}

header .head_logo img{
	width: 29em;
}
header .head_right{
	display: flex;
	align-items: center;
}
header .head_gnav{
	text-align: right;
	margin-top: 3.5em;
	margin-right: 11em;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
header .head_gnav li{
	margin-bottom: 0.8em;
	display: inline-block;
	pointer-events: auto;
	margin-left: 1.7em;
}
header .head_gnav li a{
	padding: 0.5em 0.5em;
	letter-spacing: 0.1em;
	display: block;
	position: relative;
	font-size: 1.1em;
}
header .head_gnav_main{
	font-weight: 800;
}
header .head_gnav_sub li{
	font-size: 0.85em;
	margin-left: 1em;
}


/****************************************
		ハンバーガーメニュー
*****************************************/
header .ham_menu{
	top: 0;
	left: auto;
	right: 0;
	pointer-events: none;
	position: static;
}

header .ham_menu .menu{
	position: absolute;
	padding: 0;
	top: 0;
	left: auto;
	right: 0;
	width: 480px;
	height: 96vh;
	margin: 1em;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.2em;
	transition: 0.3s;
	z-index: -1;
	background: rgb(26 46 102 / 80%);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	color: #fff;
	overflow-x: auto;
	opacity: 0;
	pointer-events: none;
	align-content: center;
	border-radius: 10px;
	z-index: 97;
}
header .ham_menu.active .menu{
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}


/* .nav_toggle */
header .ham_menu .nav_toggle,
header .ham_menu .nav_toggle .line {
	z-index: 2001;
	position: relative;
  display: inline-block;
  transition: .3s;
  box-sizing: border-box;
	pointer-events: auto;
}
header .ham_menu .nav_toggle {
	padding: 2em 1em 2em 2.5em;
	margin: 3.4em 2.7em 0 2em;
	appearance: none;
	cursor: pointer;
	pointer-events: auto;
	border: none;
}

header .ham_menu .nav_toggle .line{
	position: relative;
	width: 3em;
	margin: 0 0 0 auto;
	text-align: right;
}
header .ham_menu .nav_toggle .line:before,
header .ham_menu .nav_toggle .line:after{
  transition: .3s;
	content: "";
	position: absolute;
	right: 0;
}
header .ham_menu .nav_toggle .line,
header .ham_menu .nav_toggle .line:before,
header .ham_menu .nav_toggle .line:after{
	height: 2px;
	background-color: #151744;
	display: block;
}
header .ham_menu .nav_toggle .line:before{
	top: -0.8em;
	width: 4.5em;
}
header .ham_menu .nav_toggle .line:after{
	top: 0.8em;
	width: 1.5em;
}


/* .active */
header .ham_menu.active .nav_toggle{
	background: transparent !important;
}
header .ham_menu.active .nav_toggle .line{
	visibility: hidden;
	background-color: transparent !important;
}
header .ham_menu.active .nav_toggle .line:before,
header .ham_menu.active .nav_toggle .line:after{
	height: 2px;
	top: 0;
	visibility: visible;
	width: 4em;
	background-color: #fff;
}
header .ham_menu.active .nav_toggle .line:before{
	transform: rotate(30deg);
}
header .ham_menu.active .nav_toggle .line:after{
	transform: rotate(-30deg);
}

header .ham_menu .inner{
	width: 70%;
}

header .ham_menu .menu_list_wrap{
}
header .ham_menu .menu_list{
	margin-top: 1em;
}
header .ham_menu .menu_list li{
	margin-bottom: 2.4em;
}
header .ham_menu .menu_list li .en{
	display: block;
	font-size: 0.6em;
	margin-bottom: 1.1em;
	font-weight: 100;
	letter-spacing: 0.2em;
}
header .ham_menu .menu_list li .ja{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
header .ham_menu .menu_list_sub{
	font-size: 0.9em;
	margin-top: 6em;
}

/****************************************
		scroll
*****************************************/
body header:before{
	content: "";
	display: block;
	transition: .3s;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: .3s;
  background-image: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0%) 100%);
}
body header.headerscroll:before{
	opacity: 1;
	transition: .3s;
}
body .top-page header:not(.headerscroll){
	color: #fff;
}
body .top-page header:not(.headerscroll) .head_logo{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
body .top-page header:not(.headerscroll) .ham_menu .nav_toggle .line,
body .top-page header:not(.headerscroll) .ham_menu .nav_toggle .line:before,
body .top-page header:not(.headerscroll) .ham_menu .nav_toggle .line:after{
	background-color: #fff;
}

.down header.headerscroll .head_gnav {
	height: 0;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
}


/****************************************
		totop
*****************************************/
.totop{
	box-sizing: border-box;
	position: fixed;
	top: auto;
	left: auto;
	right: 3.8em;
	bottom: 2em;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.1em;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.totop a{
	text-decoration: none;
	pointer-events: all;
}
.totop a img{
	width: 1.5em;
	height: auto;
	margin-right: 1em;
}

body.scroll .totop,
.totop.active{
	opacity: 1;
  visibility: visible;
	transition: .3s;
}
.totop.absolute{
  position: absolute;
	top: 3em;
  bottom: auto;
}

/****************************************
		breadcrumb
*****************************************/
.breadcrumb{
	font-size: 0.9em;
	line-height: 1.2;
	padding: 3em 0;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
}
.breadcrumb li{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.breadcrumb li,
.breadcrumb li a{
	padding: 0;
	margin: 0;
	line-height: 1;
	vertical-align: middle;
}
.breadcrumb li:after {
	content: "";
	width: 0.9em;
	height: 1em;
	margin: 0 1em 0 1.5em;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico_arrow.svg) center center/contain no-repeat;
}
.breadcrumb li:last-of-type:after {
	display: none;
}

.breadcrumb li:first-of-type:before{
	content: "";
	width: 1.5em;
	height: 1.5em;
	margin: 0 1.5em 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico_home.svg) center center/contain no-repeat;
}



/****************************************
		footer
*****************************************/
footer{
	padding: 0 0 0;
	position: relative;
}

footer .footer_sec01{
	padding: 6em 0 8.5em;
	display: flex;
	align-items: flex-start;
	z-index: 1;
	position: relative;
	background: #fff;
	margin: 0 1em;
	border-radius: 10px;
}
footer .footer_sec01 .inner{
	max-width: 1240px;
}
footer .footer_sec01 .left{
	width: 34.5%;
}
footer .footer_sec01 .right{
	margin-top: 1em;
	width: 58%;
}
footer .footer_logo img{
}
footer .footer_info{
	margin-left: 25%;
	margin-top: 1.7em;
}
footer .footer_info p{
	font-size: 0.9em;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

footer .footer_menu li{
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1.3em;
}
footer .footer_menu li a{
	font-size: 1.2em;
	padding: 0.2em 0.5em;
	letter-spacing: 0.06em;
	display: block;
	position: relative;
}
footer .footer_menu .footer_menu_main{
	font-weight: 800;
}
footer .footer_menu .footer_menu_sub{
	margin-top: 1em;
}
footer .footer_menu .footer_menu_sub li{
	margin-right: 1em;
}
footer .footer_menu .footer_menu_sub li a{
	font-size: 0.95em;
}

footer .footer_sec02{
	text-align: center;
	padding: 2.5em 0 5em;
}
footer .footer_link{
	position: relative;
	font-size: 0.9em;
}
footer .footer_link li{
	position: relative;
	display: inline-flex;
	margin: 1em 0;
}
footer .footer_link li a{
	padding: 0.3em 0.5em;
	font-size: 1.1em;
	letter-spacing: 0.06em;
}
footer .footer_link li:before {
	content: "";
	vertical-align: middle;
	width: 1px;
	height: 1em;
	margin: auto 1em;
	display: inline-block;
	background: #151744;
}
footer .footer_link li:first-of-type:before {
	display: none;
}

footer small{
	display: block;
	clear: both;
	float: none;
	padding: 4em 0;
	font-size: 0.73em;
	letter-spacing: 0.07em;
}


/****************************************
		@top
*****************************************/
.top-page .main_content{
	overflow: hidden;
}
.top_fv{
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #fff;
	height: 60vw;
}
.top_fv .top_fv .inner{
	width: 85%;
}
.top_fv .bg{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.top_fv .bg img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	height: 60vw;
}
.top_fv .bg .slick-active,
.top_fv .bg .slick-slide:has(+ .slick-active),
.top_fv .bg .slick-slide:last-child{
	animation: zoom-in 10s linear 0s 1 normal;
}
.top_fv .bg .slick-active + .slick-slide:last-child{
  animation: none;
}
@keyframes zoom-in {
  100% {
    transform: scale(1.15);
  }
}


.top_fv .txt{
	position: relative;
	margin: 22vw 0 2vw;
	z-index: 1;
}
.top_fv .inner{
	width: 86%;
}
.top_fv .txt .en{
	display: block;
	font-size: 8.9vw;
	letter-spacing: -0.02em;
	font-weight: 800;
	line-height: 1.05em;
	color: rgb(255 255 255 / 25%);
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
	margin-bottom: 0.2em;
}
.top_fv .txt .ja{
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
}
.top_fv p{
	font-size: 1.05em;
	letter-spacing: 0.01em;
	margin-top: 1.5em;
	line-height: 1.8;
}


.top_news{
	position: relative;
	background: url(../img/top/top_news_bg.png) top left / 168px no-repeat;
	padding: 6em 0 12.5em;
	margin-top: 3.8em;
}

.top_news .left{
	width: 19%;
	margin: 6.8em 0 0 0;
	display: flex;
	justify-content: flex-end;
}
.top_news .left .sec_tit{
}

.top_news .right{
	width: 77%;
}
.news-none{
	padding: 2em 0;
	font-size: 1.2em;
	text-align: center;
}

.pickup_list{
	padding: 1em 0 2.8em;
	position: relative;
	margin-bottom: 1em;
}
.pickup_list .slick-list li{
	position: relative;
	margin: 0 0.5em 0 0.5em;
	width: 395px;
}
.pickup_list li.new:before{
	position: absolute;
	display: inline-block;
	content: "";
	top: 13em;
	left: -1em;
	width: 4.3em;
	height: 4.3em;
	z-index: 10;
	overflow: visible;
	background: url(../img/ico_new.svg) center center / contain no-repeat;
}
.pickup_list li .item_wrap{
	display: block;
	min-height: 41.5em;
	padding: 0.8em;
	background: #fff;
	border-radius: 0.6em;
}
.pickup_list li .ov_zoom{
	display: block;
	overflow: hidden;
}
.pickup_list li a:hover{
	opacity: 1;
}
.pickup_list li .bg{
	position: static;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	height: 16em;
}
.pickup_list li .txt{
	display: block;
	padding: 2em 1.5em 2em;
	min-height: 21.9em;
	position: relative;
	z-index: 2;
}
.pickup_list li .head{
	display: flex;
	justify-content: space-between;
}
.pickup_list li .head .date{
	display: block;
	text-align: center;
	margin-top: -4.1em;
	background: #fff;
	border-radius: 10px;
	font-weight: 800;
	padding: 1.3em 0.5em 0.5em;
	width: 7.4em;
}
.pickup_list li .head .date .day{
	display: block;
	font-size: 2.7em;
	margin-top: 0.3em;
	font-weight: bold;
}
.pickup_list li .head .cate{
	display: block;
	color: #fff;
	font-size: 0.96em;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0.5em 0.5em;
	border-radius: 4px;
	width: 9em;
	height: 1.9em;
	text-align: center;
	background: #84A7D7;
}
.cate.color01,
.cate.notice{
	background: #84A7D7 !important;
}
.cate.color02,
.cate.students{
	background: #6EB778 !important;
}
.cate.color03,
.cate.admissions{
	background: #D09F58 !important;
}
.cate.color04,
.cate.educators{
	background: #C975C3 !important;
}

.pickup_list li .tit{
	display: block;
	letter-spacing: 0.01em;
	line-height: 1.7;
	font-size: 1.3em;
	font-weight: 800;
	margin: 1.5em 0 1.2em;
}
.pickup_list li .excerpt{
	display: block;
	line-height: 1.7;
	font-size: 1em;
	letter-spacing: 0.04em;
	height: 6em;
	overflow: hidden;
}
.pickup_list .slick-list{
	overflow: visible;
	padding: 0 1em !important;
	overflow: hidden;
}
.pickup_list .slick-track{
}

.pickup_list .slick-prev,
.pickup_list .slick-next{
	top: 47%;
	width: 0;
	height: 0;
}
.pickup_list .slick-prev{
	left: -60px;
	z-index: 2;
}
.pickup_list .slick-prev:before,
.pickup_list .slick-next:before{
	content: "";
	width: 3em;
	height: 3em;
	display: block;
	opacity: 1;
	background: rgba(255,255,255,0.5) url(../img/ico_slider_next.png) center center/contain no-repeat;
	border-radius: 50%;
}
.pickup_list .slick-prev:before{
	transform: scale(-1, 1);
}
.pickup_list .slick-next{
	right: 100px;
	z-index: 2;
}
.pickup_list .slick-dots{
	bottom: 1em;
	left: 0.2em;
	text-align: left;
}
.pickup_list .slick-dots li{
	margin: 0 0.9em;
	width: 0;
	height: 0;
}
.pickup_list .slick-dots li button{
	width: 1em;
	height: 1em;
	padding: 0.5em;
}
.pickup_list .slick-dots li button:before{
  content: '';
	background: #ccc;
	width: 1.6em;
	height: 1.6em;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.pickup_list .slick-dots li.slick-active button:before{
	background: #151744;
	border: solid 0.3em #fff;
	opacity: 1;
}
.pickup_list .slick-dots > li:first-child:last-child {
  display: none;
}

.sub_pickup_list_wrap{
	overflow: visible;
	margin: 0 0;
}
.sub_pickup_list_wrap .slick-dotted.slick-slider:after{
	content: "";
	height: 100%;
	position: absolute;
	width: 2em;
	background: #F4F5F9;
	top: 0;
	right: -1em;
}
.sub_pickup_list_wrap .pickup_list .slick-dots{
	text-align: center;
}
.sub_pickup_list_wrap .pickup_list .slick-prev{
	left: -4vw;
}
.sub_pickup_list_wrap .pickup_list .slick-next{
	right: 1vw;
}


.news_list{
	padding: 3em 0 2.1em;
	border-radius: 0.5em;
	position: relative;
	z-index: 10;
}
.news_list li{
	position: relative;
	border-bottom: solid 1px #ccc;
}
.sub_main .news_list li:first-of-type{
	border-top: solid 1px #ccc;
}
.news_list li a{
	display: block;
}
.news_list li a:hover{
	opacity: 1;
}
.news_list li a:after{
	content: "";
	position: absolute;
	left: auto;
	right: 2.3em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.5em;
	height: 1.5em;
	transition: all 1s;
	background: url(../img/ico_arrow.svg) center center / contain no-repeat;
}
.news_list li .item_wrap{
	padding: 0.5em 6em 0.5em 3.6em;
	display: flex;
	align-items: center;
	position: relative;
	transition: .3s;
	min-height: 8.5em;
}
.news_list li a:hover .item_wrap{
	background: #fff;
	transition: .3s;
}
.news_list li .date{
	display: inline-block;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-top: 0.5em;
	margin-right: 3.2em;
}
.news_list li .date .day{
	display: block;
	font-size: 2.6em;
	margin-top: 0.2em;
	font-weight: bold;
}
.news_list li .txt{
	flex: 1;
}
.news_list li .txt .cate{
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 2em;
	min-width: 9em;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	font-size: 0.95em;
	font-weight: 400;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #84A7D7;
}
.news_list li .txt .new{
	background: #FE366E;
	color: #fff;
	border-radius: 4px;
	height: 2.25em;
	width: 4.2em;
	padding: 0.2em 0.5em;
	font-size: 0.85em;
	vertical-align: middle;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.news_list li .txt .tit{
	display: block;
	letter-spacing: 0.01em;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.18em;
	margin-top: 0.6em;
}

.news_list_head{
	margin: 5.5em auto 3em;
}
.news_list_select{
	max-width: 670px;
	flex: 1;
}
.news_list_select .flex{
}
.select_item{
	width: 47.5%;
}
.select_item .tit{
	font-size: 1.1em;
	margin: 0 0 0.8em;
	letter-spacing: 0.1em;
}

.select_box {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.select_box select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 16px;
	color: #1A2E66;
	padding: 0.5em 3em 0.5em 2em;
	height: 60px;
}
.select_box select::-ms-expand {
    display: none;
}
.select_box::before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: auto;
	right: 1.5em;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	padding: 0;
	width: 20px;
	height: 12px;
	margin-top: -5px;
	display: block;
	background: url(../img/ico_arrow.svg) center center/contain no-repeat;
	transform: rotate(90deg);
}
.select_box option{
	padding: 1em;
}

.news_tab_wrap{
	margin: 0.6em auto;
	max-width: 1240px;
}
.news_tab_wrap .btn_more{
	margin: 0.8em 2.8em 0 auto;
}

.news_tab_wrap .tab-group{
	background: #E0E1EA;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 1.5em 1.5em 0;
	margin: 0 auto 0;
	gap: 0.6em;
}
.news_tab_wrap .tab-group .tab{
	width: 18.3%;
	position: relative;
}
.news_tab_wrap .tab-group .tab a{
	border-radius: 5px 5px 0 0;
	padding: 0.5em;
	min-height: 5.8em;
	font-weight: 800;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeff5;
	color: #1d2a70;
}
.news_tab_wrap .tab-group .tab a:hover{
	opacity: 1;
}
.news_tab_wrap .tab-group .tab.color01 a{
	background: #e6edf7;
	color: #5f83b4;
}
.news_tab_wrap .tab-group .tab.color02 a{
	background: #eaf3eb;
	color: #69956c;
}
.news_tab_wrap .tab-group .tab.color03 a{
	background: #f4f0eb;
	color: #9d7846;
}
.news_tab_wrap .tab-group .tab.color04 a{
	background: #f4ecf3;
	color: #a973a5;
}

.news_tab_wrap .tab-group .tab.active a{
	background: #F4F5F9 !important;
}
.news_tab_wrap .tab-group .tab.active:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: auto;
	bottom: -1em;
	z-index: 20;
	margin: auto;
	width: 1.6em;
	height: 1.6em;
	overflow: visible;
	transition: all 1s;
	background: url(../img/tab_active.png) center center / contain no-repeat;
}
.news_tab_wrap .content-group .content{
	display: none;
	min-height: 20em;
}

.news_tab_wrap .content-group .content.active{
	display: block !important;
}


/* top_content_menu */
.top_content_menu_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
		position: relative;
		z-index: 1;
		gap: 0.9em;
		padding: 1em;
}
.top_content_menu_wrap .item_wrap{
	position: relative;
	margin: 0 0 5.5em;
}
.top_content_menu_wrap .item_wrap a{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 100%;
}
.top_content_menu_wrap .item_wrap a:hover{
	opacity: 1;
}
.top_content_menu_wrap .item_wrap a:after{
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 2.5em;
	right: 3%;
	width: 4em;
	height: 6em;
	z-index: 1;
	background: url(../img/ico_arrow.svg) center center / contain no-repeat;
}

.top_content_menu_wrap .item_wrap .bg{
	position: absolute;
	display: block;
	min-height: 400px;
	height: 41vw;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	border-radius: 10px;
}
.top_content_menu_wrap .item_wrap .bg img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.top_content_menu_wrap .item_wrap .txt{
	display: block;
	padding-top: 37vw;
	width: 100%;
	margin-left: 5%;
}
.top_content_menu_wrap.top_content_menu_wrap02 .item_wrap .txt{
	padding-top: 32.2vw;
}
.top_content_menu_wrap .item_wrap .tit{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	width: 100%;
}
.top_content_menu_wrap .item_wrap .tit .en{
	display: block;
	font-size: 6.5vw;
	letter-spacing: 0.03em;
	font-weight: 800;
	line-height: 1.05em;
	color: rgb(255 255 255 / 40%);
	-webkit-text-stroke: 1px #1A2E66;
	text-stroke: 1px #1A2E66;
	margin-bottom: 2.5vw;
}
.top_content_menu_wrap.top_content_menu_wrap02 .item_wrap .tit .en{
	margin-bottom: 1.3vw;
}
.top_content_menu_wrap .item_wrap.top_educators .tit .en{
	font-size: 5.2vw;
}
.top_content_menu_wrap .item_wrap .tit .ja{
	display: block;
	font-size: 1.4em;
	margin-bottom: 0.8em;
	letter-spacing: 0.1em;
}
.top_content_menu_wrap .item_wrap .copy{
	min-height: 6em;
}

.top_guide{
	width: 35.2%;
}
.top_mirai{
	flex: 1;
}

.top_admissions{
	flex: 1;
}
.top_educators{
	width: 35%;
}


/* top_song */
.top_song{
	position: relative;
	padding: 11.5em 0 6em;
	margin: 9em 1em 2em;
	border-radius: 1em;
	min-height: 1040px;
	z-index: 1;
}
.top_song .bg{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 10px;
	overflow: hidden;
}
.top_song .bg img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top_song .flex{
	justify-content: flex-start;
}
.top_song .flex .left{
	width: 22em;
	margin-right: 7.8%;
}
.top_song .flex .right{
	flex: 1;
}
.top_song .tit{
	margin-bottom: 2.5em;
}
.top_song .tit .small{
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0.8em;
}
.top_song .tit .big{
	display: block;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
.top_song .artist{
	line-height: 1.8;
}
.top_song .audio{
	margin: 3em 0;
}

.top_song .txt .indent{
	padding-left: 3em;
	text-indent: -2.65em;
	line-height: 2.1;
	margin-bottom: 2.2em;
	letter-spacing: 0.12em;
}

/****************************************
		main_cont_inner
*****************************************/
.main_cont_inner{
	width: 86%;
	max-width: 1360px;
	max-width: 1245px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.sub_main_inner{
	width: 72%;
}
.sub_main{
	width: 65.6%;
	max-width: 960px;
	margin-top: 9.5em;
	margin-top: 3em;
}
.sub_main_full{
	width: 100%;
	max-width: 1030px;
	margin: 7em auto;
}
.news_wrap .sub_main_full,
.admissions_wrap .sub_main_full{
	max-width: 1240px;
	margin: 4.5em auto 0.5em;
}

.sub_main p{
	letter-spacing: 0.12em;
	line-height: 2.15em;
}


/****************************************
		@side_menu
*****************************************/
.side_menu{
	width: 25.5%;
	z-index: 2;
	position: sticky;
	top: 0;
	right: 0;
	padding-top: 11.2em;
}

.side_menu .side_head{
	padding: 0 0 3.5em;
}
.side_menu .side_head .tit .en{
	font-size: 1em;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
}
.side_menu .side_head .tit .ja{
	font-size: 2em;
	font-weight: 800;
	display: block;
	line-height: 1.2;
}
.side_menu .side_head .tit .js-current-text{
	display: none;
}

.side_menu_list{
	font-size: 15px;
}
.side_menu_list li a{
	line-height: 1.4;
	position: relative;
	padding: 0.6em 0.6em 0.6em 2.5em;
	font-weight: 500;
	display: block;
}
.side_menu_list > li > a.is-current:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 1.6em;
	height: 2px;
	top: 1.3em;
	left: 0;
	background: #151744;
}
.side_menu_list li a:hover{
	text-decoration: underline;
	text-underline-offset: 0.4em;
	opacity: 1;
}


/****************************************
		@sub
*****************************************/

.sub-page .main_content{
	position: relative;
}

.sub_fv{
	position: relative;
	padding-top: 17.5em;
}

.sub_fv .inner{
	width: 86%;
}
.news_wrap .sub_fv .inner{
	width: 82%;
	margin-top: 1vw;
}

.sub_fv .page_tit{
}

.sub_fv .page_tit .ja{
	display: block;
	font-size: 2.6em;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 0.9em;
}
.sub_fv .page_tit_en{
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 800;
	margin-left: -0.05em;
	color: rgb(255 255 255 / 25%);
	-webkit-text-stroke: 1px #1A2E66;
	text-stroke: 1px #1A2E66;
	height: 5vw;
	font-size: 8.2vw;
	letter-spacing: 0.025em;
	padding-top: 0.15em;
	line-height: 0.85em;
}
.news_wrap .sub_fv .page_tit_en{
	height: auto;
	padding-top: 0.05em;
}
.sub_fv .img{
	border-radius: 10px;
	overflow: hidden;
	margin: 1em;
}
.sub_fv .img img{
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 10 / 3.17;
}

h1.wp-block-heading{
	font-size: 2em;
	font-weight: 700;
	margin: 1em 0 0.5em;
}

h2.wp-block-heading,
.tit01{
	font-size: 1.65em;
	font-weight: 800;
	letter-spacing: 0.1em;
	min-height: 4.3em;
	padding: 0.5em 0.5em 0.5em 2.5em;
	margin: 5em 0 2.5em;
	text-align: left;
	display: flex;
	align-items: center;
	background-image: linear-gradient(0deg, #1A2E66 0 15%, #caccda 15%);
	background-repeat: no-repeat;
	background-size: 4px 100%;
	background-position: left;
}
h3.wp-block-heading,
.tit02{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 1.7em 0 0;
	margin: 2em 0 2.7em;
	border-top: 2px solid #ddd;
}

h4.wp-block-heading,
.tit03{
	font-size: 1.21em;
	font-weight: 600;
	letter-spacing: 0.05em;
	min-height: 2.3em;
	padding: 0.5em 0.5em 0.5em 1.8em;
	margin: 3.2em 0 2em;
	text-align: left;
	display: flex;
	align-items: center;
	background-image: linear-gradient(0deg, #1A2E66 0 25%, #caccda 25%);
	background-repeat: no-repeat;
	background-size: 4px 100%;
	background-position: left;
}
h5.wp-block-heading,
.tit04{
	font-size: 1.08em;
	font-weight: 700;
	margin: 2.3em 0 0.3em;
}
h6.wp-block-heading,
.tit05{
	font-size: 1em;
	font-weight: 700;
	margin: 2.3em 0 0.3em;
}

.txt_list{
	line-height: 1.4;
	margin: 0.7em 0 0;
}
.txt_list li{
	text-indent: -0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.8em;
}

.dl_list{
	margin: 3.8em 0 5.8em;
}
.dl_list li{
	position: relative;
	background: #fff;
	border-radius: 5px;
	font-size: 1.1em;
	padding: 0 0 0 0 !important;
	letter-spacing: 0.05em;
}
.dl_list li + li{
	margin-top: 0.6em;
}
.dl_list li:before{
	display: none;
}
.dl_list li a{
	color: #151744 !important;
	padding: 1em 3em 1em 2.5em;
	min-height: 6em;
	display: flex !important;
	align-items: center;
	font-weight: 500 !important;
	text-decoration: none !important;
}
.dl_list li a::after {
	content: "";
	top: 0;
	bottom: 0;
	right: 2.2em;
	position: absolute;
	display: block;
	width: 0.6em;
	height: 1em;
	margin: auto;
	z-index: 1;
	background: url(../img/ico_arrow.svg) center center / contain no-repeat;
}
.dl_list li a::before {
	vertical-align: middle;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-right: 1.5em;
	z-index: 1;
}
.dl_list li a::before,
.dl_list li.file a::before {
	content: "";
	background: url(../img/ico_file.svg) center center / contain no-repeat;
}
.dl_list li a[href$=".pdf"]::before,
.dl_list li.pdf a::before {
	content: "";
	background: url(../img/ico_pdf.svg) center center / contain no-repeat;
}
.dl_list li a[href$=".doc"]::before,
.dl_list li a[href$=".docx"]::before,
.dl_list li.word a::before {
	content: "";
	background: url(../img/ico_word.svg) center center / contain no-repeat;
}
.dl_list li a[href$=".xls"]::before,
.dl_list li a[href$=".xlsx"]::before,
.dl_list li.excel a::before {
	content: "";
	background: url(../img/ico_excel.svg) center center / contain no-repeat;
}
.dl_list li a[href$=".zip"]::before,
.dl_list li.zip a::before {
	content: "";
	background: url(../img/ico_zip.svg) center center / contain no-repeat;
}

.news_content{
	max-width: 815px;
	margin: 5.7em auto 8em;
}
.news_content p{
	letter-spacing: 0.05em;
	line-height: 2;
}
.news_content img{
	margin: 3.8em 0 2.5em;
}
.default-template_wrap .news_content{
	max-width: none;
	margin: 0 auto;
}

/****************************************
		ブロックエディタ
*****************************************/
em{
	font-style: italic;
}
.news_content ul{
	margin: 1em 0;
	line-height: 1.9;
}
.news_content ol{
	list-style: decimal;
	margin: 1em 0;
	padding-left: 1.5em;
	line-height: 1.9;
}
.news_content ul li{
	padding-left: 1em;
	position: relative;
}
.news_content ol li{
}
.news_content ul li:before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.news_content p a,
.news_content ul a,
.news_content ol a{
	color: #40b3e1;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.4em;
}

.news_content table {
	width: 100%;
	table-layout: fixed;
	margin: 1em 0;
	background: #fff;
}
.news_content table th{
	padding: 1.5em;
	line-height: 1.4;
	background: #F4F5F9;
	vertical-align: middle;
	background: #E0E1EA;
	font-weight: 800;
	font-size: 1.1em;
}
.news_content table thead th{
	background: #E0E1EA;
}
.news_content table td{
	padding: 1.5em;
	line-height: 1.4;
	vertical-align: middle;
}

.news_content blockquote {
	position: relative;
	padding: 25px 55px 5px;
	border: 0;
	font-style: oblique;
	color: #2b2b2b;
	background: #f7f6f5
}
.news_content blockquote p {
	margin-bottom: 0
}
.news_content blockquote p:last-of-type {
	margin-bottom: 1em
}
.news_content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
	content: "“";
	font-family: serif;
	color: #dcdcdc;
	font-size: 100px;
	line-height: 1
}
.news_content blockquote:after {
	display: inline-block;
	position: absolute;
	bottom: -50px;
	right: 20px;
	content: "”";
	font-family: serif;
	color: #dcdcdc;
	font-size: 100px;
	line-height: 1
}
.news_content blockquote cite {
	position: relative;
	padding: 10px;
	z-index: 3;
	display: block;
	text-align: right;
	color: #888;
	font-size: .9em
}

/****************************************
		slider
*****************************************/
.slider{
	text-align: center;
}
.slider img{
	width: 100%;
}

/****************************************
		guide
*****************************************/
.guide_wrap{

}
.guide_wrap .guide_message{
	margin-bottom: 20em;
}
.guide_wrap .guide_message .img{
	margin: 0 0 4em;
}
.guide_wrap .guide_message .img img{
	margin: 0 0 0 0;
}
.guide_wrap .guide_message .name{
	font-size: 1.06em;
	margin-top: 2em;
	text-align: right;
}

.guide_wrap .guide_goals{
	margin-bottom: 8.5em;
}
.guide_wrap .guide_goals .goals_list li{
	background: #fff;
	border-radius: 5px;
	padding: 0.5em 0.5em 0.5em 1.2em;
	min-height: 3em;
	font-size: 1.9em;
	font-weight: 400;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
.guide_wrap .guide_goals .goals_list li:before{
	display: none;
}
.guide_wrap .guide_goals .goals_list li + li{
	margin-top: 0.4em;
}
.guide_wrap .guide_goals .goals_list li .tit{
	font-weight: 800;
	letter-spacing: 0.1em;
}
.guide_wrap .guide_goals .goals_list li .colon{
	margin: 0 0.3em 0 0.4em;
	display: inline-block;
}

.guide_wrap .guide_info{
	margin-bottom: 23.4em;
}
.guide_wrap .guide_info .flex{
	gap: 2%;
	margin: 4.4em auto 8em;
}
.guide_wrap .guide_info .flex .left{
	text-align: center;
	width: 24%;
	margin: 0.5em 0;
}
.guide_wrap .guide_info .flex .left img{
	margin: 0 0 0 0;
}
.guide_wrap .guide_info .flex .right{
	flex: 1;
}

.guide_wrap .guide_data{
	margin-bottom: 6em;
}
.guide_wrap .guide_data + .guide_data{
	margin-top: 19em;
}

/****************************************
		mirai
*****************************************/
.mirai_wrap .mirai_intro{
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	max-width: 820px;
}
.mirai_wrap .mirai_gallery{
	margin: 8em auto 5em;
}
.gallery_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.gallery_list .wp-block-column,
.gallery_list li{
	width: 48.5%;
	margin-bottom: 4%;
}
.gallery_list p{
	margin: 1em 0;
}


/****************************************
		news
*****************************************/
.news_detail_wrap .sub_fv .flex{
	flex-wrap: nowrap;
	align-items: center;
	width: 75%;
}
.news_detail_wrap .sub_fv .page_tit .ja{
	font-size: 1.7em;
}
.news_detail_wrap .sub_fv .page_tit_en{
	font-size: 4.1em;
	padding-top: 0;
	height: auto;
}
.news_detail_wrap .sub_fv .back_btn a{
	margin-top: 1.6em;
}
.back_btn{
	display: flex;
	justify-content: center;
	text-align: center;
}
.back_btn a{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	pointer-events: auto;
	padding: 0.5em 2em 0.5em 1em;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
.back_btn a:before{
	content: "";
	display: inline-block;
	margin: 0.1em 1.9em 0 0;
	width: 0.4em;
	height: 100%;
	transition: .3s;
	background: url(../img/ico_arrow.svg) center/contain no-repeat;
	transform: rotate(180deg);
}

.news_detail_wrap .sub_main_full{
	max-width: 1095px;
	margin: 5em auto 3.5em;
}
.news_detail_wrap .news_detail_inner{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 0.6em;
	position: relative;
	box-sizing: border-box;
	padding: 2.5em;
}
.news_detail_wrap .eyecatch img{
	width: 100% !important;
	height: auto !important;
}

.news_detail_head{
	display: flex;
	position: relative;
	margin-bottom: 3.85em;
}
.news_detail_head .new{
	content: "";
	top: 0.5em;
	left: -2.3em;
	position: absolute;
	display: inline-block;
	width: 4.2em;
	height: 4.2em;
	z-index: 10;
	background: url(../img/ico_new.svg) center center / contain no-repeat;
}
.news_detail_head .data{
	margin-right: 2em;
	width: 10.5em;
}
.news_detail_head .date{
	display: block;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5em;
}
.news_detail_head .date .day{
	display: block;
	font-size: 2.5em;
	margin-top: 0.2em;
	font-weight: bold;
}
.news_detail_head .cate{
	display: block;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.4em 1em;
	color: #fff;
	border-radius: 0.3em;
	text-align: center;
}
.news_detail_head .tit{
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.7;
	font-weight: 800;
	font-size: 1.6em;
	margin: 0.5em 0;
	flex: 1;
}
.news_detail_body{
	overflow: hidden;
}

/****************************************
		pagination
*****************************************/
.pagination{
	margin: 2em auto 5.5em;
	margin: 2em auto 9em;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.pagination .page-numbers{
	width: 2.3em;
	height: 2.3em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0.1em;
	padding-top: 0.1em;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.pagination a:hover{
	background: #1A2E66;
	color: #fff;
	opacity: 1;
}
.pagination .page-numbers.current{
	background: #1A2E66;
	color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.first,
.pagination .page-numbers.last{
	margin: 0;
	padding: 0;
}
.pagination .page-numbers.prev{
  margin: 0 4em 0 1em;
}
.pagination .page-numbers.next{
  margin: 0 1em 0 4em;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  background: url(../img/pager_arrow.png) center center/contain no-repeat;
}
.pagination .page-numbers.first,
.pagination .page-numbers.last{
	background: url(../img/pager_arrow2.png) center center/contain no-repeat;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.first{
	transform: rotate(180deg);
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
  background: url(../img/pager_arrow_wh.png) center center/contain no-repeat;
	background-color: #1A2E66;
}
.pagination .page-numbers.first:hover,
.pagination .page-numbers.last:hover{
	background: url(../img/pager_arrow2_wh.png) center center/contain no-repeat;
	background-color: #1A2E66;
}
.pagination .page-numbers.dots{
	width: 2em;
}
.pagination .page-numbers.dots:hover{
  background: none;
}

/****************************************
		news_detail_nav
*****************************************/
.news_detail_nav{
	margin: 4.5em auto;
}
.news_detail_nav ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 auto;
	width: 97%;
	letter-spacing: 0.01em;
	gap: 3%;
}
.news_detail_nav li.prev,
.news_detail_nav li.next{
	max-width: 30%;
}
.news_detail_nav li.next{
	text-align: right;
}
.news_detail_nav li.prev a,
.news_detail_nav li.next a{
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 0.5em;
}
.news_detail_nav li.next a{
	justify-content: flex-end;
	text-align: right;
}
.news_detail_nav li.prev a:hover,
.news_detail_nav li.next a:hover{
	opacity: 1;
}
.news_detail_nav li a span{
	position: relative;
	line-height: 1.4;
	flex: 1;
}
.news_detail_nav li.prev a span:before,
.news_detail_nav li.next a span:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #1A2E66;
	bottom: -0.3em;
	display: block;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.news_detail_nav li a:hover span:before {
	transform: scale(1, 1);
}
.news_detail_nav li.prev a:before,
.news_detail_nav li.next a:after{
	content: "";
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	transition: .3s;
	background: url(../img/ico_arrow.svg) center/contain no-repeat;
}
.news_detail_nav li.prev a:before{
	transform: rotate(180deg);
	margin: 0 1em 0 0;
}



/****************************************
		レスポンシブ
*****************************************/
.pc{
	display: block;
}
.sp{
	display: none !important;
}
.tablet{
	display: none !important;
}

img.pc{
	display: inline-block !important;
}
img.sp{
	display: none !important;
}

/****************************************
		tablet
*****************************************/
@media (max-width: 999px) and (min-width: 769px) {
	.tablet{
		display: block !important;
	}
	.head_gnav{
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}
	.top_news .left{
    width: 22%;
	}
	.top_content_menu_wrap .item_wrap .copy{
    margin-right: 8.5vw;
	}
	.top_content_menu_wrap.top_content_menu_wrap02 .item_wrap .txt{
    padding-top: 40.2vw;
	}
	.top_educators{
    width: 41%;
	}
	.top_song .flex .left{
    margin-right: 2.8%;
	}
	.sub_main{
    flex: 1;
	}
}

@media (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	img.pc{
		display: none !important;
	}
	img.sp{
		display: inline-block !important;
	}
	.sp-scroll-x{
		overflow-x: auto !important;
	}
	.sp-scroll-x table{
		margin-bottom: 0 !important;
	}
	.sp-scroll-x + p{
		margin-top: 1em;
	}
	.br:before {
		content: "\A";
		white-space: pre;
	}
	body{
		font-size: 3.4vw;
		min-width: 0;
		-webkit-text-size-adjust: 100%;
	}
	p{
    font-size: 2.93vw;
	}

	.inner2{
		width: 100%;
	}
	.flex.col2 li{
		width: 100%;
	}
	.flex.col3 li{
		width: 100%;
	}
	.flex.col4 li{
		width: 100%;
	}

	header{
		position: static;
		pointer-events: none;
		visibility: visible;
	}
	body header:before{
    height: 20vw;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 5;
	}
	header .head_left{
	}
	header .head_logo{
		margin: 5vw 0 0 5vw;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: all;
	}
	header .head_logo img{
		width: 53vw;
	}
	body.ham_active header .head_logo{
	}
	body.ham_active .top-page header .head_logo,
	body.ham_active .top-page header:not(.headerscroll) .head_logo{
		-webkit-filter: none;
		filter: none;
	}
	header .head_right{
	}
	header .head_right .head_gnav{
		display: none;
	}
	body.ham_active{
		overflow: hidden;
	}
	header .ham_menu .nav_toggle{
		margin: 5vw 4vw 0 0;
		padding: 3vw 1vw 3vw 4vw;
		opacity: 1;
		pointer-events: all;
		position: fixed;
		top: 0;
		right: 0;
	}
	header .ham_menu .nav_toggle .line{
		width: 5vw;
	}
	header .ham_menu .nav_toggle .line:before{
		width: 8vw;
    top: -1.5vw;
	}
	header .ham_menu .nav_toggle .line:after{
		width: 3vw;
    top: 1.5vw;
	}
	body .top-page header:not(.headerscroll) .ham_menu.active .nav_toggle .line:before,
	body .top-page header:not(.headerscroll) .ham_menu.active .nav_toggle .line:after,
	header .ham_menu.active .nav_toggle .line:before,
	header .ham_menu.active .nav_toggle .line:after{
		width: 7vw;
    background-color: #151744;
	}

	header .ham_menu .menu{
		display: block;
		position: fixed;
    background: rgb(255 255 255 / 70%);
		color: #1A2E66;
		margin: 1.5vw;
		width: 97%;
    height: 98vh;
	}
	header .ham_menu .inner{
		width: 90%;
		padding: 21vw 0;
	}
	header .ham_menu .menu_list{
		text-align: center;
	}
	header .ham_menu .menu_list li{
		margin-bottom: 11vw;
	}
	header .ham_menu .menu_list li .en{
    font-size: 3vw;
    margin-bottom: 1.1em;
    font-weight: 600;
    letter-spacing: 0.12em;
	}
	header .ham_menu .menu_list li .ja{
    font-size: 5.5vw;
    font-weight: 800;
    letter-spacing: 0.05em;
	}
	header .ham_menu .menu_list.menu_list_sub{
    font-size: 3.5vw;
    margin-top: 5.5em;
    font-weight: 800;
		padding-bottom: 15vw;
	}
	header .ham_menu .menu_list.menu_list_sub li{
    margin-bottom: 2em;
	}

	.totop{
		font-size: 2.5vw;
		right: 5vw;
		bottom: 5vw;
	}
	.totop.absolute{
    top: 10vw;
	}
	.totop a img{
    width: 4vw;
	}

	.breadcrumb{
		font-size: 2.5vw;
		width: 80%;
		margin: 0 0 0 5vw;
    padding: 4em 0;
	}
	.breadcrumb li{
		margin-bottom: 0.5vw;
		line-height: 1.5;
	}
	.breadcrumb li:after{
    width: 1.2vw;
    height: 2vw;
	}

	footer{
	}
	footer .footer_sec01{
    margin: 0 1.5vw;
    padding: 11vw 0 20vw;
	}
	footer .footer_sec01 .left{
		width: 100%;
	}
	footer .footer_sec01 .right{
		width: 100%;
    margin-top: 11vw;
	}
	footer .footer_logo{
    width: 68vw;
		margin: 0 auto;
		display: block;
	}
	footer .footer_info{
    margin: 7vw 0 0 0;
		text-align: center;
		margin-left: 0;
	}
	footer .footer_menu li{
		text-align: center;
		display: block;
		margin: 0 0 6vw 0;
	}
	footer .footer_menu .footer_menu_sub{
    margin-top: 12vw;
	}
	footer .footer_menu .footer_menu_sub li{
    margin: 0 0 3vw 0;
	}
	
	footer .footer_sec02{
    padding: 11vw 0 24vw;
	}
	footer .footer_link li{
		margin: 3vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	footer .footer_link li:after,
	footer .footer_link li:last-of-type:after{
		content: "";
    vertical-align: middle;
    width: 1px;
    height: 1em;
    margin: auto 1em auto;
    display: inline-block;
    background: #151744;
	}
	footer .footer_link li a{
    font-size: 0.95em;
	}
	footer .footer_link li:first-of-type:before {
		display: block;
	}
	footer small{
    font-size: 2vw;
		padding: 8vw 0;
    line-height: 1.4;
	}

	.sec_tit .en{
    font-size: 7.4vw;
    margin-bottom: 0.2em;
    letter-spacing: 0.02em;
	}
	.sec_tit .ja{
    font-size: 3.4vw;
		letter-spacing: 0.1em;
	}
	.btn_more{
    font-size: 2.7vw;
	}

	h1.wp-block-heading{
    font-size: 6vw;
	}
	h2.wp-block-heading,
	.tit01{
    font-size: 4.4vw;
    background-size: 1vw 100%;
    margin: 2.5em 0 2.5em;
	}
	h3.wp-block-heading,
	.tit02{
    font-size: 3.7vw;
    margin: 3em 0 3em;
	}
	h4.wp-block-heading,
	.tit03{
    font-size: 3.5vw;
    background-size: 1vw 100%;
	}
	h5.wp-block-heading,
	.tit04{
    font-size: 3vw;
	}
	h6.wp-block-heading{
    font-size: 2.6vw;
	}

	.txt_list{
    font-size: 0.9em;
	}
	.txt_list li{
    margin-bottom: 0.6em;
	}
	.dl_list{
		margin: 3.5em 0 4.5em;
	}
	.dl_list li{
    font-size: 3.1vw;
	}
	.dl_list li a{
    min-height: 5.8em;
    padding: 1em 3em 1em 1.5em;
	}

	.slider li p{
    font-size: 2.8vw;
	}
	.slider .slick-prev,
	.slider .slick-next{
    top: 34.2%;
	}
	.slider .slick-prev:before,
	.slider .slick-next:before{
		width: 11vw;
		height: 11vw;
    margin-left: -9vw;
	}
	.slider .slick-prev:before{
    margin-left: -3vw;
	}
	.slider.slick-dotted.slick-slider{
    margin-bottom: 13vw;
	}
	.slider .slick-dots{
		text-align: center;
    bottom: 1.5vw;
	}
	.slider .slick-dots li button:before{
		width: 2vw;
		height: 2vw;
	}

	.top_fv{
		height: 170vw;
    justify-content: flex-end;
	}
	.top_fv .bg img{
		height: 170vw;
	}
	.top_fv .inner{
    width: 87%;
	}
	.top_fv .txt{
		margin: 3vw 0 20vw;
	}
	.top_fv .txt .en{
		font-size: 16vw;
    letter-spacing: 0.01em;
    line-height: 1.1em;
    margin-bottom: 0.55em;
		-webkit-text-stroke: 0.5px #ffffff;
		text-stroke: 0.5px #ffffff;
	}
	.top_fv .txt .ja {
		font-size: 4.8vw;
		letter-spacing: 0.08em;
	}
	.top_fv p {
		font-size: 2.8vw;
		letter-spacing: 0.08em;
		line-height: 2.1;
	}

	.top_news{
		margin-top: 2em;
		padding: 6.5em 0 12vw;
		background: url(../img/top/top_news_bg.png) top left / 21vw no-repeat;
	}
	.top_news .left{
		display: block;
		margin: 0 auto;
		width: 83%;
	}
	.top_news .right{
		width: 100%;
	}

	.pickup_list{
		margin-left: -6%;
	}
	.pickup_list .slick-list li{
		width: 77vw;
		margin: 0 3vw;
	}
	.pickup_list li.new:before{
		top: 35vw;
		width: 12vw;
	}
	.pickup_list li .item_wrap{
    padding: 2vw;
		min-height: 116vw;
	}
	.pickup_list li .bg{
		height: 44.4vw;
    border-radius: 1.5vw;
	}
	.pickup_list li .txt{
		min-height: 62vw;
    padding: 6vw 3vw 6vw;
	}
	.pickup_list li .head .date{
    font-size: 2.8vw;
    letter-spacing: 0.05em;
	}
	.pickup_list li .head .cate{
    font-size: 2.6vw;
	}
	.pickup_list li .tit{
    font-size: 3.7vw;
    letter-spacing: 0.05em;
    margin: 1.7em 0 1.2em;
	}
	.pickup_list li .excerpt{
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    height: 6.5em;
	}
	.sub_pickup_list_wrap .pickup_list .slick-prev,
	.pickup_list .slick-prev{
		left: 9vw;
	}
	.sub_pickup_list_wrap .pickup_list .slick-next,
	.pickup_list .slick-next{
		right: 14vw;
	}
	.pickup_list .slick-prev:before,
	.pickup_list .slick-next:before{
		width: 11vw;
		height: 11vw;
	}
	.pickup_list.slick-dotted.slick-slider{
    margin-bottom: 13vw;
	}
	.sub_pickup_list_wrap .pickup_list .slick-dots,
	.pickup_list .slick-dots{
		text-align: center;
    bottom: 1.5vw;
	}
	.pickup_list .slick-dots li{
    margin: 0 2.5vw;
	}
	.pickup_list .slick-dots li button:before{
		width: 2vw;
		height: 2vw;
	}
	.pickup_list li:has(+ .slick-current){
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}

	.top_pickup_list_wrap{
    margin-top: 5vw;
	}
	.sub_pickup_list_wrap{
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.sub_pickup_list_wrap .slick-dotted.slick-slider:after{
		display: none;
	}


	.news_tab_wrap .tab-group{
		overflow-x: auto !important;
		overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: calc(50% - 50vw);
		display: block;
		-ms-overflow-style: none;
		scrollbar-width: none;
    padding: 4vw 4vw 3vw;
    border-radius: 1vw;
		background: linear-gradient(#E0E1EA 86%, transparent 14%);
	}
	.news_tab_wrap .tab-group::-webkit-scrollbar {
		display:none;
	}
	.news_tab_wrap .tab-group .tab{
		width: 32vw;
		display: inline-block;
	}
	.news_tab_wrap .tab-group .tab a{
		min-height: 17vw;
    font-weight: 600;
    font-size: 3.1vw;
    letter-spacing: 0.05em;
	}
	.news_tab_wrap .tab-group .tab.active:after{
    width: 5vw;
    height: 5vw;
    bottom: -3vw;
	}
	.news_list_head{
		display: block;
		width: 96%;
	}
	.news_list {
    padding: 1.4em 0 2.1em;
	}
	.news_list li .item_wrap{
    padding: 3vw 3vw 3vw;
    min-height: 30vw;
	}
	.news_list li .date{
    font-size: 3vw;
    margin-right: 6vw;
	}
	.news_list li .txt .cate{
    font-size: 2.7vw;
    border-radius: 0.8vw;
    height: 4.2vw;
    min-width: 8.5em;
    margin-right: 1vw;
	}
	.news_list li .txt .new{
    height: 4.2vw;
    width: 10vw;
    letter-spacing: 0.05em;
	}
	.news_list li .txt .tit{
    letter-spacing: 0.07em;
    font-size: 3vw;
    margin-top: 1em;
	}
	.news_list li a:after{
		display: none;
	}
	.news_tab_wrap .btn_more{
    margin: 0 0 0 auto;
	}
	.top_content_menu_wrap{
    padding: 1.5vw;
		gap: 0;
	}
	.top_content_menu_wrap .item_wrap{
    margin: 0 0 12vw;
    gap: 0;
	}
	.top_content_menu_wrap .item_wrap .bg{
    min-height: 0;
		height: auto;
		position: static;
		border-radius: 1vw;
	}
	.top_content_menu_wrap .item_wrap .txt{
    padding-top: 0;
		margin-top: -8vw;
    margin-left: 4vw;
	}
	.top_content_menu_wrap.top_content_menu_wrap02 .item_wrap .txt{
		padding-top: 0;
	}
	.top_content_menu_wrap .item_wrap .tit .en{
    font-size: 12vw;
    margin-bottom: 7.5vw;
    -webkit-text-stroke: 0.5px #1A2E66;
    text-stroke: 0.5px #1A2E66;
	}
	.top_content_menu_wrap .item_wrap.top_guide .tit .en{
    font-size: 17vw;
	}
	.top_content_menu_wrap.top_content_menu_wrap02 .item_wrap .tit .en{
    margin-bottom: 7.5vw;
	}
	.top_content_menu_wrap .item_wrap.top_admissions .tit .en{
    font-size: 13.5vw;
	}
	.top_content_menu_wrap .item_wrap.top_educators .tit .en{
		font-size: 13.5vw;
		margin-top: -13vw;
	}
	.top_content_menu_wrap .item_wrap .tit .ja{
    font-size: 4.6vw;
    margin-bottom: 3vw;
		margin-left: 3vw;
	}
	.top_content_menu_wrap .item_wrap .copy{
		margin-left: 3vw;
		width: 80%;
		font-size: 2.7vw;
	}
	.top_content_menu_wrap .item_wrap a:after{
    width: 9vw;
    height: 15vw;
	}

	.top_guide{
		width: 100%;
	}
	.top_mirai{
		width: 100%;
	}
	.top_admissions{
		width: 100%;
	}
	.top_educators{
		width: 100%;
	}

	.top_song{
    padding: 0;
    margin: 13vw 1.5vw 1vw;
    min-height: 0;
		overflow: hidden;
		background: #fff;
		border-radius: 1vw;
	}
	.top_song .bg{
		position: relative;
		height: auto;
		border-radius: 0;
	}
	.top_song .flex{

	}
	.top_song .flex .left{
		width: 100%;
		text-align: center;
		margin: 10vw auto 2em;
	}
	.top_song .tit{
    margin-bottom: 4vw;
	}
	.top_song .tit .small{
    font-size: 3.3vw;
    margin-bottom: 1vw;
	}
	.top_song .tit .big{
    font-size: 6vw;
	}
	.top_song .artist .sp{
		display: inline !important;
	}
	.top_song .audio{
    margin: 6vw auto 4vw;
		width: 66%;
	}
	audio {
    width: 100%;
		height: 12vw;
	}
	audio::-webkit-media-controls-panel{/*背景*/
	}
	audio::-webkit-media-controls-play-button{/*再生停止ボタン部分*/
	}
	audio::-webkit-media-controls-current-time-display{/*経過時間*/
	}

	.top_song .flex .right{
		width: 95%;
		margin: 0 auto;
		flex: none;
		padding-bottom: 13vw;
	}

	.main_cont_inner{
    width: 90%;
    width: 93%;
	}

	.sub_fv{
		padding-top: 33vw;
	}
	.sub_fv .page_tit .ja{
    font-size: 7vw;
    margin: 0 0 0.7em;
		line-height: 1.2;
	}
	.sub_fv p{
    font-size: 2.7vw;
	}
	.sub_fv .page_tit_en{
    letter-spacing: 0.03em;
    padding-top: 0.3em;
		font-size: 11.5vw;
		height: 9vw;
		line-height: 1.2;
	}
	.guide_wrap .sub_fv .page_tit_en{
		font-size: 18vw;
    height: 14vw;
		line-height: 1.05;
	}
	.mirai_wrap .sub_fv .page_tit_en{
		font-size: 10vw;
		height: 8vw;
		line-height: 1.1;
	}
	.admissions_wrap .sub_fv .page_tit_en{
		padding-top: 0.1em;
		font-size: 13vw;
		height: 8vw;
	}
	.news_wrap .sub_fv .page_tit_en{
		font-size: 17.5vw;
		line-height: 1.1;
    padding-top: 0;
		margin-top: -0.1em;
	}

	.sub_fv .img{
    margin: 1.5vw;
    border-radius: 1vw;
	}

	.sub_fv .img img{
    aspect-ratio: 10 / 6.64;
	}
	.side_menu{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		padding: 0;
		z-index: 99;
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}
	.scroll .side_menu{
		opacity: 1;
		pointer-events: auto;
		transition: .3s;
	}
	.ham_active .side_menu{
		opacity: 0 !important;
		pointer-events: none !important;
		transition: .3s;
	}
	.side_menu .side_head{
		cursor:pointer;
		position:relative;
		min-height: 20vw;
		padding: 4vw 5vw 3vw 16vw;
		background:#fff;
		border-bottom:1px solid #ddd;
		margin: 0;
	}
	.side_menu .side_head::before{
		content:"";
		position:absolute;
		left: 6vw;
		top: 43%;
		width: 4vw;
		height: 4vw;
		transition:.3s;
		transform: rotate(90deg);
		background: url(../img/ico_arrow.svg) center/contain no-repeat;
	}
	.side_menu.is-open .side_head::before{
		transform: rotate(-90deg);
	}
	.side_menu .side_head .tit .en{
		display: inline-block;
    font-size: 2vw;
	}
	.side_menu .side_head .tit .ja{
		display: inline-block;
		font-size: 3.2vw;
    font-weight: 500;
	}
	.side_menu .side_head .tit .js-current-text{
		display: block;
		font-size: 4.5vw;
		margin-top: 1vw;
		font-weight: 600;
	}

	.side_menu .side_body{
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#ebecf0;
		border-top:none;
		z-index:100;
	}
	.side_menu .side_body .side_menu_list li{
		border-bottom:1px solid #ddd;
	}
	.side_menu_list li a{
    line-height: 1.4;
    position: relative;
    padding: 3vw 5vw 3vw 16vw;
    min-height: 16vw;
    font-weight: 500;
    display: flex;
    align-items: center;
	}
	.side_menu_list li a:hover{
		background: #fff;
		text-decoration: none;
	}
	.side_menu_list > li > a.is-current:before{
		display: none;
	}


	.sub_main{
		width: 100%;
    margin-top: 4vw;
	}
	.sub_main p{
    font-size: 3vw;
	}
	.sub_main_full{
		margin: 12vw auto 3vw;
	}
	.news_wrap .sub_main_full,
	.admissions_wrap .sub_main_full{
    margin: 4vw auto 4vw;
	}

	.guide_wrap .guide_message{
    margin-bottom: 3.5em;
	}
	.guide_wrap .guide_message .img{
    margin: 0 0 2.8em;
	}
	.guide_wrap .guide_message .name{
		font-size: 3vw;
	}

	.guide_wrap .guide_goals{
    margin-bottom: 6.5em;
	}
	.guide_wrap .guide_goals .goals_list li{
    min-height: 4.1em;
    font-size: 4vw;
	}

	.guide_wrap .guide_info{
    margin-bottom: 6.4em;
	}
	.guide_wrap .guide_info .flex{
    gap: 6vw;
    margin: 2.4em auto 3.5em;
	}
	.guide_wrap .guide_info .flex .left{
		width: 100%;
	}
	.guide_wrap .guide_info .flex .left img{
    width: 24vw;
	}
	.guide_wrap .guide_info .flex .right{
		width: 100%;
		flex: none;
	}
	.guide_wrap .guide_data{
    margin-bottom: 5em;
	}
	.guide_wrap .guide_data + .guide_data{
    margin-top: 5em;
	}


	.mirai_wrap .mirai_intro{
	}
	
	.mirai_wrap .mirai_gallery{
    margin: 11vw auto 0;
	}
	.gallery_list{
		gap: 0;
	}
	.gallery_list .wp-block-column,
	.gallery_list li{
		width: 100%;
	}

	.news_list_select{
		width: 100%;
		margin-top: 9vw;
	}
	.select_item .tit{
    font-size: 1em;
    margin: 0 0 0.8em 0.5em;
	}
	.select_box select{
    font-size: 3vw;
    height: 13vw;
    padding: 0.5em 3em 0.5em 1.5em;
	}

	.pagination {
		margin: 3vw auto 6vw;
	}
	.pagination .page-numbers{
		width: 8vw;
		height: 8vw;
		font-size: 3.4vw;
		margin: 0 1vw;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.first,
	.pagination .page-numbers.last{
    margin: 0 1.1vw;
	}
	.pagination .page-numbers.prev{
    margin: 0 2.8vw 0 1.1vw;
	}
	.pagination .page-numbers.next{
    margin: 0 1.1vw 0 2.8vw;
	}
	.pagination .page-numbers.dots{
	}


	.news_detail_wrap .sub_fv .back_btn a{
		padding-right: 0;
	}
	.news_detail_nav{
    margin: 2.2em auto;
	}
	.back_btn a{
		padding: 0.5em 1.5em 0.5em 0.5em;
    font-size: 1.1em;
    margin: 0 0 0.3em 0;
	}
	.back_btn a:before{
    margin: 0.2em 1.2em 0 0;
	}

	.news_detail_wrap .sub_fv{
		padding-top: 28vw;
	}
	.news_detail_wrap .sub_fv .flex{
    width: 84%;
    align-items: flex-end;
	}
	.news_detail_wrap .sub_fv .page_tit .ja{
    font-size: 4vw;
	}
	.news_detail_wrap .sub_fv .page_tit_en{
    font-size: 10.4vw;
    line-height: 1;
	}
	.news_detail_wrap .sub_main_full{
		margin: 3em auto 0.5em;
	}
	.news_detail_wrap .news_detail_inner{
    padding: 2vw;
	}
	.news_detail_wrap .eyecatch{
	}
	.news_detail_head{
    flex-direction: column;
    margin-bottom: 0;
	}
	.news_detail_head .new{
		top: -8vw;
		left: 0;
		right: 0;
		margin: 0 auto;
    width: 12vw;
    height: 12vw;
	}
	.news_detail_head .data{
		width: 24vw;
		margin: 0 auto;
		border-radius: 1vw;
		background: #fff;
		margin-top: 5vw;
	}
	.has_thumb .news_detail_head .data {
		margin-top: -5vw;
	}
	.news_detail_head .date{
    font-size: 3.6vw;
    letter-spacing: 0.01em;
		padding: 4vw 2vw 1vw;
	}
	.news_detail_head .date .day{
    font-size: 2.8em;
    margin-top: 0.1em;
	}
	.news_detail_head .cate{
		font-size: 3vw;
		letter-spacing: 0.05em;
    border-radius: 1vw;
    /* padding: 0.3em 1em; */
    padding: 0.3em 0.5em;
	}
	.news_detail_head .tit{
		display: block;
    font-size: 4.4vw;
		margin: 9vw auto 8vw;
	}
	.news_detail_nav ul{
		width: 100%;
    justify-content: space-between;
	}
	.news_detail_nav li.prev,
	.news_detail_nav li.next{
		max-width: 33%;
	}
	/* .eyecatch + .news_content .news_detail_head .data{
		margin-top: -5vw;
	}
	.eyecatch + .news_content .news_detail_head .new{
		top: -11vw;
		left: -26vw;
	} */

	.has_thumb .news_detail_head .new {
		top: -11vw;
		left: -26vw;
	}

	.no_thumb .news_detail_head .new {
		margin-top: 0;
	}


	.news_content{
		margin: 0 auto 3.5em;
		width: 95%;
	}
	.news_content p{
    letter-spacing: 0.11em;
    line-height: 2.1;
	}
	.news_content img{
		margin: 5.8vw 0 7vw;
	}
	.news_content h2{
    font-size: 4vw;
		margin: 1.6em 0 1.5em;
	}
	.news_content h3{
    font-size: 3.2vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h4{
    font-size: 3.1vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h5{
    font-size: 3vw;
    margin: 1.2em 0 0.5em;
	}

}