@charset "UTF-8";
/* //////////////////////////////////////////////////

　ホームページのスタイル

////////////////////////////////////////////////// */

/*
  home_news
-------------------------------------------------- */
.home_news { padding: 0 0 50px; background: #fff; }
.home_news .news_box { width: 760px; padding-top: 30px; }
.home_news .tw_box { width: 360px; padding-top: 20px; }
.news_list { overflow: auto; height: 300px; padding: 0 30px 30px 0; }
.news_list li { position: relative; padding: 20px 0 20px 20px; }
.news_list.topics li { padding: 20px 0 20px 120px; }
.news_list h3 { font-size: 18px; font-weight: bold; }
.news_list p { font-size: 14px; }
.news_list .time { position: absolute; top: 22px; left: 20px; font-size: 14px; font-weight: bold; }
.news_list.import { background: #fffbfd; }
.news_list.import::-webkit-scrollbar { width: 14px; }
.news_list.import::-webkit-scrollbar-track { background: #f1f1f1; }
.news_list.import::-webkit-scrollbar-thumb { background:#fda6ca; }
.news_list.import li { border-bottom: 1px dashed #f65e9d; }
.news_list.import h3 { color: #ec6e84; }
.news_list.topics { background: #f4ffff; }
.news_list.topics::-webkit-scrollbar { width: 14px; }
.news_list.topics::-webkit-scrollbar-track { background: #f1f1f1; }
.news_list.topics::-webkit-scrollbar-thumb { background:#52c3c8; }
.news_list.topics li { border-bottom: 1px dashed #38a8ad; }
.news_list.topics p b { font-size: 16px; color: #3ab5bc; }
a.btn_blue { display: inline-block; margin-top: 7px; padding: 6px 11px 4px; background: #f7fcff !important; border: 1px solid #8bd3ee; color: #00aeef !important; border-radius: 2px; font-size: 12px !important; }
a.btn_blue:before { display: inline-block; content: "▶"; margin-right: 5px; }
.ico_green { display: inline-block; margin-left: 7px; padding: 5px 8px 3px; background: #52c3c8; color: #fff; border-radius: 2px; font-size: 12px; vertical-align: baseline; }
.tw_box { overflow: hidden; }
.tw_box .inner { overflow: auto; height: 710px; padding: 10px; border: 1px solid #00aeef; border-top: none; background: #f3fdff; }
.tw_box .inner::-webkit-scrollbar { width: 14px; }
.tw_box .inner::-webkit-scrollbar-track { background: #f1f1f1; }
.tw_box .inner::-webkit-scrollbar-thumb { background:#4ebde6; }
.news_list .news_all { display: none; }

@media screen and (max-width: 960px) {
.home_news { padding: 0 10px 25px; }
.home_news .news_box { width: auto; padding-top: 30px; }
.home_news .tw_box { width: auto; padding-top: 20px; }
.news_list.import { margin-bottom: 40px; border: 2px solid #fda6ca; border-top: none; }
.news_list { overflow: inherit; height: auto; padding: 0 0 15px 0; }
.news_list li { padding: 15px 0 15px 15px; }
.news_list li:nth-child(n+5) { display: none; }
.news_list li.op { display: block !important; }
.news_list.topics {  border: 2px solid #52c3c8; border-top: none; }
.news_list.topics li { padding: 15px 0 15px 15px; }
.news_list h3 { font-size: 16px; }
.news_list p { font-size: 14px; line-height: 1.4; }
.news_list .time { position: inherit; top: auto; left: auto; font-size: 14px; }
.news_list.import::-webkit-scrollbar { width: 8px; }
.news_list.topics::-webkit-scrollbar { width: 8px; }
.ico_green { margin-left: 5px; padding: 4px 7px 2px; font-size: 11px; }
.tw_box .inner { height: 300px; padding: 10px; border: 2px solid #00aeef; border-top: none; }
.tw_box .inner::-webkit-scrollbar { width: 8px; }
.news_list li.news_all { padding: 15px; }
.news_list li.news_all span { display: flex; justify-content: center; align-items: center; height: 70px; color: #fff; font-weight: bold; font-size: 18px; background: #eb6e8f; border-radius: 5px; }
.news_list li.news_all span.grn { background: #52c3c8; }
.news_list .news_all { display: block; }
}

/*
  home_event
-------------------------------------------------- */
.home_event { padding: 50px 0 100px; background: #fef9f2; text-align: center; }
.home_event h2 { margin: 0 0 50px; }
.event_box { display: flex; }
.event_list { display: flex; }
.event_list .inner { position: relative; overflow: hidden; width: 360px; min-height: 320px; padding: 18px; border: 2px solid #333; border-radius: 7px; text-align: left; background: #fff; }
.event_list .border { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 10px; padding-bottom: 15px; background: url("../img/bg_line.png") no-repeat bottom; background-size: 313px; }
.event_list .img { width: 35%; }
.event_list .img img { border-radius: 50%; }
.event_list .text { width: 65%; }
.event_list .status { margin-bottom: 3px; }
.event_list .time { margin-bottom: 5px; padding-left: 5px; font-size: 22px; font-weight: bold; }
.event_list .time span { font-size: 12px; }
.event_list h3 { margin-bottom: 10px; padding-left: 5px; font-size: 18px; font-weight: bold; line-height: 1.2; }
.event_list p { line-height: 1.6; }
.event_list .dl { position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center; }
.event_list a:hover { opacity: .9; }
@media screen and (max-width: 960px) {
.event_box { padding: 0 0 30px; }
.home_event { padding: 30px 0 50px; }
.home_event h2 { margin: 0 30px 15px; }
.event_list { padding: 10px 5px 0; }
.event_list .inner { width: 100%; min-height: 280px; padding: 10px; border-radius: 5px; }
.event_list .border { padding-bottom: 15px; }
.event_list .text { padding-left: 5px; }
.event_list .time { font-size: 20px; }
.event_list .time span { font-size: 12px; }
.event_list h3 { margin-bottom: 10px; font-size: 16px; }
.event_list p { font-size: 14px; line-height: 1.4; }
.event_list .dl { bottom: 15px; left: 0; }
.event_list .dl img { width: 80%; margin: 0 auto; }
}

/*
  home_content
-------------------------------------------------- */
.home_content { padding: 70px 0 0; background: url("../img/bg_yokohama.png") no-repeat; background-size: cover;}
.home_content a { display: flex; justify-content: center; align-items: center; height: 100px; background: #fff; border-radius: 8px; text-align: center; font-size: 20px; font-weight: bold; box-shadow: 0 0 30px -7px rgba(0,0,0, 0.3); }
.home_content i { display: inline-block; content: ""; width: 19px; height: 17px; margin-right: 5px; background: url("../img/ico_arw_blue02.png") no-repeat; background-size: cover; }
.home_content .ilove { position: relative; background: url("../../img/btn_greeting.png") no-repeat 50% 50%; height: 340px;
width: 470px;
border-radius: 15px;}
.home_content .ilove a {  width: 280px;
position: absolute;
bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
}
.home_content .dream { position: relative; width: 100%; min-height: 600px; background: url("../../img/btn_dream_2.png") no-repeat 50% 50%; background-size:cover; }
.home_content .dream a { position: absolute;
left: 0;
width: 350px;
background: url("../../img/btn_gra02.png") no-repeat center center;
background-size: cover;
top: 375px;
right: 0;
margin: auto;
}
.home_content .under_link{
	justify-content: space-around;
	align-items: center;
padding: 80px;
}
.home_content .button { margin-top: 0px; }
.home_content .button a { width: 335px; }
.home_content .button li { margin-bottom: 20px; }
/*.home_content li:nth-child(1) a { background: url("../../img/btn_gra03.png") no-repeat center center; background-size: cover; }
.home_content li:nth-child(2) a { background: url("../../img/btn_gra04.png") no-repeat center center; background-size: cover; }
.home_content li:nth-child(3) a { background: url("../../img/btn_gra05.png") no-repeat center center; background-size: cover; }*/
@media screen and (max-width: 960px) {
.home_content { padding: 30px 0; background: url("../img/bg_yokohama.png") no-repeat; background-size: contain;}
.home_content a { height: 70px; border-radius: 5px; font-size: 18px; box-shadow: 0 0 15px -7px rgba(0,0,0, 0.3); }
.home_content i { width: 17px; height: 16px; margin-right: 3px; }
.home_content .ilove { width: 100%; min-height: inherit; padding-top: 80%; background: url("../../img/btn_ilove_sp.jpg") no-repeat top center; background-size: contain; }
.home_content .ilove a {   width: auto;
  left: 0;
  right: 0;
bottom: -35px;
	}
.home_content .dream { width: 100%; min-height: inherit; padding-top: 90%; margin-top: 40px; background: url("../../img/btn_dream_sp.jpg") no-repeat top center; background-size: contain; }
.home_content .dream a {bottom: 0;
left: 10px;
right: 10px;
width: auto;
top: auto;}
.home_content .button { margin-top: 50px; }
.home_content .button a { width: 100%; }
	.home_content .under_link {
  padding: 40px 10px 0;
}
}

/*
  home_shortcut
-------------------------------------------------- */
.home_sns { padding: 70px 0; background: #f9f8f4; }
.home_shortcut { padding: 70px 0; background: #f9f8f4; }
.home_shortcut ul { display: flex; justify-content: space-between; }
.home_shortcut li { min-width: 272px; min-height: 272px; margin: 0; }
.home_shortcut li:hover { opacity: .9; }
.home_shortcut li a { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; background: #fff; border-radius: 8px; text-align: center; font-size: 18px; color: #333; font-weight: bold; }
.home_shortcut .purple a { box-shadow: 8px 8px 0 3px #97a3d1; }
.home_shortcut .green a { box-shadow: 8px 8px 0 3px #22b9ca; }
.home_shortcut .yellow a { box-shadow: 8px 8px 0 3px #ffef7a; }
.home_shortcut .pink a { box-shadow: 8px 8px 0 3px #f599a9; }
.home_shortcut .txt { position: relative; display: block; width: 100%; padding: 20px 0 0 10px; text-align: left; }
.home_shortcut i { position: absolute; right: 10px; display: inline-block; content: ""; width: 19px; height: 17px; background: url("../img/ico_arw_blue02.png") no-repeat; background-size: cover; }
.home_shortcut .purple i { background: url("../img/ico_arw_purple.png") no-repeat; background-size: cover; }
.home_shortcut .green i { background: url("../img/ico_arw_green.png") no-repeat; background-size: cover; }
.home_shortcut .yellow i { background: url("../img/ico_arw_yellow.png") no-repeat; background-size: cover; }
.home_shortcut .pink i { background: url("../img/ico_arw_pink.png") no-repeat; background-size: cover; }
@media screen and (max-width: 960px) {
.home_shortcut { padding: 0 5px 25px 0; background: #f9f8f4; }
.home_shortcut ul { flex-wrap: wrap; }
.home_shortcut li { width: 50%; min-width: inherit; min-height: inherit; padding: 0 10px 10px 10px; }
.home_shortcut li a { padding: 10px 7px 15px; border-radius: 4px; font-size: 14px; }
.home_shortcut .purple a { box-shadow: 4px 4px 0 1px #97a3d1; }
.home_shortcut .green a { box-shadow: 4px 4px 0 1px #22b9ca; }
.home_shortcut .yellow a { box-shadow: 4px 4px 0 1px #ffef7a; }
.home_shortcut .pink a { box-shadow: 4px 4px 0 1px #f599a9; }
.home_shortcut .txt { padding: 10px 0 0 0; }
.home_shortcut i { right: 0; }
}

/*
  home_banner
-------------------------------------------------- */
.home_banner { padding: 70px 0; background: #fff; }
.home_banner ul { align-items: center; }
.home_banner li { margin:5px 0; }
.home_banner a:hover { opacity: .9; }
@media screen and (max-width: 960px) {
.home_banner { padding: 30px 0 50px; }
.home_banner ul.slick-dots { bottom: -45px; }
/*.home_banner ul { padding: 0 0 30px; }*/
.home_banner li { margin: 0 5px; }
/*.home_banner img { height: 80px; }*/
}

/*
  home_cta
-------------------------------------------------- */
@import url('//fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');

.home_cta { padding: 100px 0; background: url("../img/bg_cta.jpg") no-repeat top center; background-size: cover; }
.home_cta .pickup { width: 525px; height: 250px; margin: 0; padding: 0 30px 30px; background: #fff; text-align: center; }
.home_cta .pickup ul { display: flex; justify-content: space-between; }
.home_cta .pickup a { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 220px; height: 136px; color: #fff; font-weight: bold; font-size: 18px; border-radius: 5px; }
.home_cta .pickup img { margin-bottom: 10px; }
.home_cta .pickup h3 { margin: -15px 0 25px; }
.home_cta .contact { width: 525px; height: 360px; margin: 0; padding: 0 30px 30px; background: #fff; text-align: center; }
.home_cta .contact h3 { margin: -15px 0 15px; }
.home_cta .faq a { background: #f79447; }
.home_cta .scool a { background: #6bc067; }
.home_cta .inqiry { margin-top: 10px; border-radius: 5px; background: #43b6ec; }
.home_cta .inqiry a { display: flex; justify-content: center; align-items: center; height: 90px; color: #fff; font-weight: bold; font-size: 18px; }
.home_cta .inqiry img { margin-right: 5px; }
.home_cta .coll { font-family: 'Lato', sans-serif; font-style: italic; }
.home_cta .coll a { color: #333; font-size: 34px; }
.home_cta .coll i { display: inline-block; content: ""; width: 46px; height: 46px; margin-right: 5px; background: url("../img/ico_phone02.png") no-repeat; /*background: url("../../img/ico_tel.png") no-repeat;*/ background-size: cover; vertical-align: middle; }
.home_cta li:hover { opacity: .9; }
.home_cta .sns { width: 525px; height: 135px; margin: 10px 0px; padding: 20px 30px 30px; background: #fff; text-align: center; }
.home_cta .sns ul { display: flex; justify-content: space-around; }
@media screen and (max-width: 960px) {
.home_cta { padding: 40px 0; background: url("../img/bg_cta_sp.jpg") no-repeat top center; background-size: cover; }
.home_cta .pickup { width: 100%; height: auto; margin: 0; padding: 0 10px 15px; }
.home_cta .pickup li { width: 50%; padding: 0 5px; border-radius: 4px; line-height: 1.2; }
.home_cta .pickup a { width: 100%; height: 90px; padding: 0 10px; font-size: 14px; text-align: center; }
.home_cta .pickup h3 { margin: -15px 0 25px; }
.home_cta .pickup h3 img { width: 150px; margin-bottom: 0; }
.home_cta .faq { font-size: 16px; }
.home_cta .scool { font-size: 16px; }
.home_cta .contact { width: 100%; height: auto; margin: 40px 0 0; padding: 0 10px 15px; }
.home_cta .contact h3 { margin: -15px 0 10px; }
.home_cta .contact h3 img { width: 180px; margin-bottom: 0; }
.home_cta .inqiry { margin-top: 10px; border-radius: 5px; background: #43b6ec; }
.home_cta .inqiry a { height: 70px; font-size: 18px; }
.home_cta .inqiry img { width: 25px; margin-right: 3px; }
.home_cta .coll { margin-top: 10px; border-radius: 5px; background: #6bc067; }
.home_cta .coll a { display: flex; justify-content: center; align-items: center; height: 70px; color: #fff; font-size: 28px; }
.home_cta .coll i { width: 30px; height: 30px; margin-right: 3px; background: url("../img/ico_tel.png") no-repeat; background-size: cover; }
}


/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none; /*スクロールバーを非表示*/
    z-index: 9999;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 70%;
	max-width: 1000px;
	margin: 3em auto;
	padding: 20px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #68a9cf;
}
/* --2026年度（　令和8年度　）から入試制度が変わります！！-- */
.popup-r8-exam .layer_board.shortLayer {
	background: #fff;
	border: 10px solid #f5ccf8;
	line-height: 1.5;
}

.popup-r8-exam .layer_board .new-homepage{
	font-size: 18px;
	color: #a9006e;
	font-weight: bold;
}

/* --close ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	background-image: url("../img/close-line.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #FDB53F;
	border: 1px solid #FDB53F;
}
.layer_board h2 {
 position: relative;
padding: 10px 0;
text-align: center;
font-size: 3vw;
margin-bottom: 30px;
}
@media screen and (max-width:480px) {
	.layer_board h2 {
	font-size: 5vw;
	}
}

/*
.layer_board h2:before {
  position: absolute;
bottom: -10px;
left: 0;
width: 120px;
height: 5px;
content: '';
border-radius: 3px;
background: #0288d1;
z-index: 999;
right: 0;
margin: auto;
}
*/

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layer_board p {
	text-align: left;
}

.pop_btn_flex {
	display: flex;
	justify-content: center;
	padding: 15px 0;
 	align-items: center;
}
.pop_btn_flex a:hover {
	opacity: 0.5;
}
.pop_btn_flex img {
	width: 300px;
	margin-right: 20px;
}
.pop_btn_flex h2 {
	text-align: center;
  	position: relative;
  	width: 100%;
  	display: block;
  	color: #3b3b3b;
  	font-size: 30px;
  	font-weight: bold;
  	margin-bottom: 15px;
}
.pop_btn_flex h2::after {
	content: "";
  	background: url("../../img/h2_oc_after.png") no-repeat 50% 50%;
    background-size: auto;
  	width: 50px;
  	height: 32px;
  	background-size: cover;
  	position: absolute;
  	top: -12px;
  	right: 125px;
}
.web {
	width: 300px;
	padding: 15px;
	text-align: center;
	background: #8cd6cf;
	border-radius: 15px;
	box-shadow: 10px 10px 15px -10px;
    margin: 10px auto;
	margin-bottom: 30px;
}
.web.btn_orange {
	background: #f4a460;
}
.web:hover {
	opacity: 0.6;
}

.web a {
	color: #fff;
	font-weight: bold;
	line-height: 1.8rem;
}

.web a:hover {
	text-decoration: none;
}

.web.app {
	background: #ABE1FA;
}

.click {
	padding-left: 20px;
}

.click img {
	width: 150px;
}

.form_btn {
	width: 220px;
	padding: 10px;
	background: #4472c4;
	border-radius: 15px;
	margin: 10px auto;
}

.form_btn:hover {
	opacity: 0.6;
}

.form_btn a{ 
	color: #fff;
}

.form_btn a:hover {
	text-decoration: none;
}

@media screen and (max-width:480px) {
	.layer_board {
		width: 100%;
		margin: 3em auto;
		padding: 1.5em 10px;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 26px;
		height: 26px;
		background-size: 14px;
	}
	.form_btn {
		width: 100%;
	}

}

/* --コンテンツ部分の装飾-- */
.layer_borad_title {
	font-size: 200%;
	font-weight: 200;
	color: #ED344E;
}
.layer_borad_content {
	margin: 1em auto 0;
}
.layer_board .square_btn {
	display: block;
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 20px;
    /*border:2px solid #f3809e;*/
	background: #f3809e;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
}
.layer_board .square_btn span{
	display: inline-block;
	position: relative;
}
.layer_board .square_btn span::before,
.layer_board .square_btn span::after{
	display: inline-block;
	content: "";
	width: 198px;
	height: 67px;
	/*background-repeat: no-repeat;*/
	background-size: contain;
	vertical-align: middle;
	position: absolute;
}
.layer_board .square_btn span::before{
	background-image: url("../img/icon_square_b.png");
	left: -270px;
	top: -15px;
}
.layer_board .square_btn span::after{
	background-image: url("../img/icon_square_a.png");
	right: -270px;
	top: -15px;
}
.layer_board .square_btn:hover {
	transition: all .2s ease-in;
	opacity: 0.6;
}
.layer_board .btn_oc{
	display: block;
	text-align: center;
	padding: 10px;
	background: #f3809e;
	color: #fff;
	border-radius: 5px;
	margin: 20px auto;
}

#layer_board_area.kojin .layer_board h2 span{
	border-bottom: 3px solid #6dc2fe;
}
#layer_board_area.kojin .layer_board a.link_tel{
	font-size: 1.7rem;
}


@media screen and (max-width:480px) {

.layer_board .square_btn {
    padding: 20px;
    font-size: 1.0em;
    font-weight: 300;
    letter-spacing: 1px;
	background-repeat: no-repeat;
}
.layer_board .square_btn span::before,
.layer_board .square_btn span::after{
	width: 50px;
	height: 40px;
}
.layer_board .square_btn span::before{
	left: -54px;
	top: -6px;
}
.layer_board .square_btn span::after{
	right: -54px;
	top: -6px;
}
#layer_board_area.kojin .layer_board h2 span{
	font-size: 1.2rem;
	line-height: 30px;
}
#layer_board_area.kojin .layer_board a.link_tel{
	font-size: 1.4rem;
}
	
.pop_btn_flex {
	display: block;
}

.web {
	width: 100%;
}
	
.click {
	padding-left: 0;
	text-align: center;
	padding-top: 10px;
}

.click img {
	width: 100px;
}
	


}






/* ボタン全体 */
.flowbtn5{
font-family:'Times New Roman',sans-serif;/* 好きなフォントに変えてね */	
border-radius:13px;		
position:relative;
display:inline-block;
width:40px;
height:40px;
font-size:33px;
color:#fff!important;
transition:.5s;
text-decoration:none;
}
/* アイコンをど真ん中に*/
.flowbtn5 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}

#header .gnav ul li.sns-box{
	display: flex;
	align-items: center;
	gap: 10px;
	background:none;
}

#header .gnav ul li > a.flowbtn5.tiktok{
	padding: 0;
	margin: 0 auto;
	width: 45px;
}

@media screen and (max-width:480px) {

	#header .gnav ul li > a.flowbtn5.tiktok{
		width: 60px;
	}

}

/* Twitter */
.fl_tw1{
background:#55acee;
}
/* 問い合わせ */
.fl_ma1{
background:#f3981d;	
}
/* Facebook */
.fl_fb1{
background:#3b5998;
}
/* はてブ */
.fl_hb1{
background:#1ba5dc;
}
/* Pocket */
.fl_pk1{
background:#ef3f56;
}
/* Feedly */
.fl_fd1{
background:#6cc655;
}
/* YouTube */
.fl_yu1{
background:#fc0d1c;
}
/* LINE */
.fl_li1{
background:#00c300;
}
/* Instagram紫グラデ背景色 */
.insta_btn5 {
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;		
}
/* Instagramオレンジグラデ背景色 */
.insta_btn5:before{
content: '';
position:absolute;
/* top:37px; */
top: 20px;
left:11px;
width:45px;
height:34px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Instagramアイコン調整 */
.insta_btn5 .fa-instagram{
/* font-size:60px; */
font-size:40px;
}
/* アイコンボタン下テキスト調整 */
.flowbtn5 div{
font-size:11px;
color:#666;	
position:relative;
top:45px;
}
/* アイコンボタンにマウスホバーした時の指定*/
.flowbtn5:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* ulタグの内側余白を０にする */
/*
ul.snsbtniti{
padding:0!important;
}
*/
/* アイコンボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:center;
	padding-bottom: 20px!important;
}
/* アイコンボタン同士の余白調整 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}

#header .gnav ul li:hover > a.insta_btn5{
	border-radius: 13px;
}
#contents #kv{
	margin-top: -70px;
}
#contents #kv .container{
	max-width: none;
	width: 100%;
}

#contents>#kv h1{
	position: relative;
	margin-bottom: 50px;
}
#contents>#kv .mv_txt{
	position: absolute;
	bottom: 150px;
}
#contents>#kv .mv_bnr{
	position: absolute;
	bottom: 40px;
	right: 270px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(254, 254, 254, 1);
	padding: 20px 10px;
	box-sizing: border-box;
	border-radius: 15px;
}
#contents #kv .entry_box{
	position: absolute;
    bottom: 10px;
    right: 45px;
    display: flex;
    background: rgba(254, 254, 254, 1);
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 15px;
    line-height: 1.5;
		background: #68a9cf;
}
#contents #kv .entry_box .exam_flex_box {
	gap: 10px;
}
#contents #kv .entry_box .exam_img {
	width: 170px;
  height: 100px;
}
@media screen and (max-width: 960px) {
	#contents #kv .entry_box .exam_img {
		width: 100%;
		height: 100%;
	}
}
#contents #kv .entry_box p.exam_ttl {
  font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width: 960px) {
	#contents #kv .entry_box p.exam_ttl {
		font-size: 1.4rem;
	}
}
#contents #kv .entry_box p.exam_txt {
  font-size: 1rem;
  line-height: 1.5rem;
	text-align: center;
}
.entry_box .mendan_txt_2{
	width: initial;
}
#contents>#kv .mv_bnr picture img{
	width: 200px;
}
#contents>#kv .mv_bnr .txt{
	width: 200px;
}
#contents>#kv .mv_bnr .txt h2{
	text-align: center;
	position: relative;
  width: 100%;
  display: block;
  color: #3b3b3b;
  font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;

}
#contents>#kv .mv_bnr .txt h2:after{
	content: "";
	background: url("../../img/h2_oc_after.png") no-repeat 50% 50%;
	width: 50px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -20px;
}
#contents>#kv .mv_bnr .btn{
	font-size: 18px !important;
}
#parallax {
  display: none;
}
.bnr_soudan{
	display: none;
}
@media screen and (max-width: 960px) {
	
#contents #kv{
	margin-top: -10%;
}
#contents > #kv .mv_txt {
  bottom: 0;
    width: 100%;
    overflow: hidden;
    top: 230px;
		display: none;
}
#contents > #kv .mv_txt img{
	max-width: 150%;
}
	.fa-instagram::before {
  content: "\f16d";
  background: none;
  position: absolute;
  top: 47%;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  left: 0;
  right: 0;
}
	#header .gnav > ul li a.gnav-btn{
		padding: 20px;
	}
	#header .gnav > ul li a.insta_btn5{
		position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 20px auto 20px;
	}
	#header .gnav > ul li a.insta_btn5 i{
		display: block;
		background: none;
  right: 50%;
  left: 50%;
  top: 50%;
  bottom: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
	}
	#contents>#kv{
		padding-bottom: 0;
	}
	#contents>#kv .mv_bnr,
	#contents #kv .entry_box{
position: relative;
  width: 100%;
		right: 0;
  bottom: 0;
		justify-content: center;
	}
	#contents>#kv .mv_bnr img{
		margin-bottom: 50px;
	}
	.bnr_soudan{
		width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 40px;
	}
}


/*230327　*/
.flex{
	width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {

    .flex{
        display: block;
    }
}


/* 230331 追加分
-------------------------------------------------------------------------*/
.home_cta .contact .coll span.nyu_tel{
	margin: 20px auto 0;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
}


#kv .kv_item.test{
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
#kv .kv_item.test li{
	margin-bottom: 5px;
	margin-right: 5px;
}

/* 230502 追加分
-------------------------------------------------------------------------*/



.balloon1{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #C65757;
}

.balloon1:before {
 content: "";
position: absolute;
top: 64%;
left: -18px;
margin-top: -15px;
border: 10px solid transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 10px;
border-right: 10px solid #C65757;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.btn_s{
       font-size: 1.375em;
    }

#menu .main > li {
  width: 370px;
}

/* 0803ポップアップ ---------------- */
.pop_box {
	width: 80%;
	padding: 20px;
	text-align: center;
	margin: 15px auto;
	border: 1px solid #89bb67;
	border-radius: 15px;
	background: #fff;
}

.pop_btn {
	width: 80%;
	padding: 20px;
	text-align: center;
	background: #002060;
	border-radius: 20px;
	margin: 15px auto;
}

.pop_btn:hover {
	opacity: 0.5;
}

.pop_btn a {
	color: #fff;
	font-weight: bold;
}

.pop_btn a:hover {
	text-decoration: none;
}

.pop_img_box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.pop_img_box img {
	width: 200px;
}

.snsbtniti.instagram {
	display: block;
	padding-right: 5%;
}

.snsbtniti.instagram li {
	text-align: right!important;
}

.flowbtn5.insta_btn5 {
	/* width: 70px;
	height: 70px; */
	width: 55px;
	height: 55px;
}

.flowbtn5.insta_btn5 div {
	top: 80px;
	font-size: 20px;
}

.shiken_box {
	width: 80%;
	background: #cd5c5c;
	padding: 15px;
	margin: 15px auto;
	color: #fff;
	border-radius: 15px;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.pop_box {
		width: 100%;
		padding: 15px;
	}
	
	.pop_btn {
		width: 100%;
	}
	
	.pop_img_box img {
		width: 100px;
		margin-bottom: 15px;
	}
	
	.snsbtniti.instagram {
		padding-right: 10%;
	}
	
	.flowbtn5.insta_btn5 {
		width: 50px;
		height: 50px;
	}
	
	.insta_btn5::before {
		top: 18px;
		left: 2px;
	}
	
	.insta_btn5 .fa-instagram {
  		font-size: 45px;
	}

	.flowbtn5.insta_btn5 div {
		top: 45px;
		font-size: 12px;
	}
	
	#kv .kv_item.test li{
		margin-right: 0;
	}
	
	.pop_btn_flex img {
		width: 100%;
		margin-right: 0;
		padding: 15px 0;
	}
	.pop_btn_flex h2 {
  		font-size: 23px;
	}
	.pop_btn_flex h2::after {
		width: 30px;
    	height: 23px;
   	 	top: -6px;
    	right: 35px;
	}
}

@media screen and (max-width: 960px) {
    
  

.balloon1{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #C65757;
}

.balloon1:before {
 content: "";
  position: absolute;
top: -8px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #C65757;
}
	
.shiken_box {
	width: 100%;
}
    
}
#contents .container {
  align-items: baseline;
}
.news_list {
		height: 770px;
		overflow: scroll;
}
/*231128*/

.mt10{
    margin-top: 10px;
}


.mendan_box {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.mendan_box .text::before{
	content: '';
	width: 148px;
	height: 176px;
	background-image: url(../../img/mendan_03.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: block;
	z-index: -1;
}
.mendan_box .text::after{
	content: '';
	width: 148px;
	height: 176px;
	background-image: url(../../img/mendan_04.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: block;
	z-index: -1;
}
.mendan_inner {
	width: 100%;
}
.mendan_txt {
	width: 55%;
}
.mendan_txt_2 {
	width: 70%;
}
.mendan_txt_2 .text{
	color:#f79447; 
	font-size: 22px; 
	font-weight:bold;
}
.entry_box .mendan_txt_2 .text{
	font-size: 20px;
}
.entry_box .text::before,
.entry_box .text::after{
	z-index: 1;
	width: 100px;
	height: 120px;
}
.entry_box .text::before{
	left: -10px;
}
.entry_box .text::after{
	right: -10px;
}
.mendan_left {
	margin-left: 15px;
}
.sp_br{
	display: none;
}
@media screen and (max-width: 960px) {
	.mendan_box img {
		width: 73px;
	}
	.mendan_left {
		margin-left: 0;
		margin-right: 60px;
	}
	.mendan_inner {
		width: 100%;
	}
	.mendan_txt {
		width: 100%;
	}
	.mendan_txt_2 {
		width: 100%;
	}
	.mendan_box .text::before,
	.mendan_box .text::after{
		width: 90px;
		bottom: -100px;
		z-index: 1;
	}
	.mendan_box .text::before{
		left: 0;
		width: 80px;
	}
	.mendan_box .text::after{
		right: 0;
	}
	.entry_box .text::before, 
	.entry_box .text::after{
		bottom: -20px;
	}
	.sp_br{
		display: block;
	}
}

/* ポップアップ 1/20〜 --------------------- */

.exam_flex_box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
@media screen and (max-width: 960px) {
	.exam_flex_box {
		display: block;
	}
}
.exam_img {
	position: relative;
	width: 230px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
	.exam_img {
		width: 150px;
		height: 100px;
	}
}
.exam_img::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #68a9cf;
}
.exam_img img {
	width: 100%;
	margin-bottom: 15px;
}
:root {
  --outline : #333;
}
p.exam_ttl {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(149, 149, 149, 1), 3px 3px 0px rgba(168, 166, 165, 1);
  font-weight: bold;
	position: relative;
  padding: 0 0 1.5rem;
	line-height: 2rem;
}
p.exam_ttl::after {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
p.exam_txt {
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.5rem;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	p.exam_txt {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
}
.br_sp {
	display: none;
}
@media screen and (max-width: 960px) {
	.br_sp {
		display: block;
	}
}
a.pop_link {
	color: #000;
	text-decoration: none;
}
a.pop_link:hover {
	opacity: 0.9;
}
@media screen and (max-width: 960px) {
	.exam_left {
		width: 100%;
		height: 100%;
	}
	.exam_right {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-top: 15px;
	}

}
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 10;
}

.layer_board {
  position: relative;
}


.btn_yoko{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	text-align: center;
	/* background-color: #43b6ec; */
	background-color: #6bc067;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	font-weight: bold;
	font-size: 1.1rem;
	position: relative;
}
.btn_yoko::after{
	content: ">";
	display: inline-block;
	position: absolute;
	right: 10px;
}

/* TOPバナー --------------------- */
.bnr-wrap {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	justify-content: center;
}
@media screen and (max-width: 960px) {
	.bnr-wrap {
		display: block;
	}
}
.bnr-wrap div {
	width: 32%;
}
@media screen and (max-width: 960px) {
	.bnr-wrap div {
		width: 95%;
		margin: 15px auto;
	}
}
.bnr-wrap img {
	width: 100%;
}

.event-btn{
	width: 100%;
	margin: 30px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding: 0 10px;
}
.event-btn .event-btn-link{
	width: calc(100%/3 - 30px);
	display: block;
	background-color: #ccc;
	text-align: center;
	padding: 25px;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1.7rem;
}
.event-btn .event-btn-link.cafe{
	background-color: #78d4ff;
}
.event-btn .event-btn-link.region{
	background-color: #76d982;
}
.event-btn .event-btn-link.eng{
	background-color: #f3809e;
}

.event-btn .event-btn-link:hover{
	opacity: 0.7;
	text-decoration: none;
}
.event-btn .event-btn-link::after{
	content: ">";
	position: absolute;
	right: 10px;
}



@media screen and (max-width: 960px) {

.event-btn .event-btn-link{
	width: 100%;
}

}



/* --ショート動画 ポップアップ テスト版-- */
#layer_board_area.short .layer_board_bg{
	/* background: #00000070; */
}
.layer_board.shortLayer-test {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* background: #ceedffab; */
	background: none;
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
}
.popup-r8-exam .layer_board.shortLayer-test {
	background: #fff;
	border: 10px solid #f5ccf8;
	line-height: 1.5;
}
#layer_board_area.short .layer_board .mdl_btn_close.circle_btn{
	/* background: #43b6ec; */
}

.box-short{
	display: flex;
	justify-content: space-around;
}
.box-short_txt p{
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	line-height: 3.0rem;
	position: relative;
}
.box-short_txt p span{
	font-size: 2.8rem;
	text-decoration: underline;
}
.box-short_txt p::after{
	content: "";
	display: inline-block;
	width: 220px;
	height: 370px;
	position: absolute;
	left: 28px;
	bottom: -430px;
	background-image: url(../img/img-movie.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-10deg);;
}

@media screen and (max-width: 960px) {

.box-short{
	flex-wrap: wrap;
	gap:20px;
}
.box-short_txt p{
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	line-height: 3.0rem;
	position: relative;
}
.box-short_txt p span{
	font-size: 2.8rem;
}
.box-short_txt p::after{
	display: none;
}

}