@charset "utf-8";


body {
	width: 100%;
	overflow-x: hidden;
}

.sp {
	display: none;
}



.notfound {
	padding: 100px 0;
	min-height: 200px;
}
.notfound p + p {
	margin-top: 25px;
}





#menu-button {
	display: none;
}


#wrap > header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 0 75px 0 16px;
	
	transition: background 600ms ease-out;
}
#logo {
	opacity: 0;
	visibility: hidden;
	transition: background 600ms ease-out;
}


#logo img {
	width: 200px;
	height: auto;
}


#wrap > header nav {
	display: none;
}













#wrap > header nav {
	display: none;
}


#menu {
	position: fixed;
	display: flex;
	right: 14px;
	top: 19px;
	z-index: 1001;
}
#menu nav {
	display: flex;
}


#menu .ticker {
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
	height: 42px;
	color: #1e254d;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 30px 0 20px;
	font-size: 14px;
	font-weight: 500;
	background: rgba(244,234,192,0.8);
	transition: all 300ms ease-out;
}
#menu .ticker i {
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	right: 12px;
	top: calc(50% - 7px);
	font-size: 0;
}
#menu .ticker i svg {
	width: 8px;
	height: 14px;
}
#menu .ticker path {
	fill: #1e254d;
}

body[data-opening="0"] #menu .ticker:hover {
	background: rgba(244,234,192,1.0);
}

body[data-opening="1"] #menu .ticker {
	color: #1e254d;
	background-color: rgba(244,234,192,0.8);
}
body[data-opening="1"] #menu .ticker path {
	fill: #1e254d;
}
body[data-opening="1"] #menu .ticker:hover {
	background-color: rgba(244,234,192,1.0);
}


#menu nav > ul {
	display: flex;
	height: 42px;
	margin: 0 14px;
	padding: 0 6px;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	
}
#menu nav > ul > li {
	position: relative;
}
#menu nav > ul > li > a {
	display: flex;
	align-items: center;
	height: 42px;
	padding: 1px 12px 0;
	font-size: 18px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
	color: #1e254d;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#menu nav > ul > li + li {
	margin-left: 12px;
}
#menu nav > ul > li + li::before {
	position: absolute;
	display: block;
	content: "";
	width: 2px;
	height: 16px;
	left: -9px;
	top: calc(50% - 8px);
	background: #1e254d;
}
#menu nav > ul > li > a:hover {
	opacity: 0.6;
}




#menu nav > ul ul {
	position: absolute;
	box-sizing: border-box;
	min-width: 260px;
	left: -6px;
	top: 48px;
	padding: 15px 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
}
#menu nav > ul > li li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 36px;
	font-size: 17px;
	font-weight: 400;
	color: #1e254d;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#menu nav > ul > li li a::before {
	content: "-";
	margin-right: 6px;
}
#menu nav > ul > li li a:hover {
	opacity: 0.6;
}

#menu nav > ul ul::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	left: 0;
	top: -10px;
	background: rgba(0,0,0,0);
}
#menu nav > ul ul {
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
}
#menu nav > ul li:hover ul {
	visibility: visible;
	opacity: 1;
}





#menu .links {
	display: flex;
}
#menu .links a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 42px;
	color: #fff;
	/* padding-right: 15px; */
	font-size: 20px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
	border-radius: 5px;
	/* background-image: url(../img/arrow.png); */
	background-position: right 15px top 50%;
	background-repeat: no-repeat;
	background-size: 8px auto;
	cursor: pointer;
	transition: all 300ms ease-out;
        background-color: #fc493a;
}
#menu .links a + a {
	display: none;
}

#menu .links a.apply,
#menu .links a.apply-top {
	background-color: #fc493a;
}
#menu .links a.apply:hover,
#menu .links a.apply-top:hover {
	background-color: #fd8075;
}

#menu .links a.apply-top {
	font-size: 16px;
}




body[data-opening="1"] #wrap > header {
	background: #fff;
}
body[data-opening="1"] #logo {
	opacity: 1;
	visibility: visible;
}




/*
body[data-opening="1"] #wrap > header nav .ticker {
	color: #1e254d;
	background-color: rgba(30,37,77,0.1);
}
body[data-opening="1"] #wrap > header nav .ticker path {
	fill: #1e254d;
}

body[data-opening="1"] #wrap > header nav .ticker:hover {
	background-color: rgba(30,37,77,0.3);
}








/*
#menu .links a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-out;
}

#menu .links .ticker {
	padding: 0 30px 0 20px;
	font-size: 14px;
	font-weight: 500;
	background: rgba(0,0,0,0.3);
}
#menu .links .apply {
	margin-left: 10px;
	padding: 0 36px;
	font-size: 20px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
	background: #fc493a;
}

#menu .links a i {
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	right: 12px;
	top: calc(50% - 7px);
	font-size: 0;
}
#menu .links a i svg {
	width: 8px;
	height: 14px;
}

#menu .links .ticker path {
	fill: #fff;
}
#menu .links .apply path {
	fill: #fff;
}


#menu .links .apply:hover {
	background-color: #fd8075;
}
*/







/*
#wrap > header nav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-out;
}

#wrap > header nav .ticker {
	padding: 0 30px 0 20px;
	font-size: 14px;
	font-weight: 500;
	background: rgba(0,0,0,0.3);
}
#wrap > header nav .apply {
	margin-left: 10px;
	padding: 0 36px;
	font-size: 20px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
	background: #fc493a;
}

#wrap > header nav a i {
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	right: 12px;
	top: calc(50% - 7px);
	font-size: 0;
}
#wrap > header nav a i svg {
	width: 8px;
	height: 14px;
}

#wrap > header nav .ticker path {
	fill: #fff;
}
#wrap > header nav .apply path {
	fill: #fff;
}


#wrap > header nav .apply:hover {
	background-color: #fd8075;
}

body[data-opening="0"] #wrap > header nav .ticker:hover {
	background-color: rgba(0,0,0,0.5);
}




/*
@media screen and (max-height:660px) {
	#menu {
		padding-top: 65px;
	}
	#menu nav > ul > li > a {
		height: 36px;
		font-size: 18px;
	}
	#menu nav > ul > li li a {
		height: 30px;
		font-size: 14px;
	}
}
*/

/*
#menu nav > ul > li > a:hover,
body.index #menu li.top > a,
body.achievement #menu li.achievement > a,
body.facility #menu li.facility > a,
body.preparation #menu li.preparation > a {
	color: #fff;
	background: #1e254d;
}

#menu nav > ul > li li a:hover {
	opacity: 0.7;
}


#menu nav > ul > li li a {
	overflow: hidden;
}
#menu nav > ul > li li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	left: 80px;
	top: calc(50% + 1px);
	background: #1e254d;
	transform-origin: right top;
	transition: all 400ms ease-out;
}
#menu nav > ul > li li.active a::before {
	transform: scaleX(15);
}



#menu {
	transform: translateX(376px);
	transition: all 400ms ease-out;
}
body.opened-menu #menu {
	transform: translateX(0);
}
*/








#scroll-top {
	position: fixed;
	display: block;
	width: 80px;
	height: 80px;
	right: 30px;
	bottom: 20px;
	z-index: 2000;
	border-radius: 40px;
	background: #1e254d url(../img/arrow_top.png) 50% 45% no-repeat;
	background-size: 25px;
	cursor: pointer;
	
	opacity: 0;
	visibility: hidden;
	transition: opacity 400ms ease-out, visibility 400ms ease-out, background-color 300ms ease-out;
}
body[data-opening="1"] #scroll-top {
	opacity: 1;
	visibility: visible;
}
#scroll-top:hover {
	background-color: #353b5f;
}




footer {
	position: relative;
	z-index: 100;
	padding: 55px 60px 130px;
	background: #fff;
}
footer p {
	font-size: 14px;
	line-height: 1.8;
}
footer .copyright {
	margin: 65px 0 0;
	font-size: 14px;
}









h2 {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: 500;
}
h2 span {
	position: relative;
	display: inline-block;
}
h2 * + span {
	margin-top: 20px;
}

article p {
	font-size: 16px;
	line-height: 2.1;
}
article p + p {
	margin-top: 25px;
}


h2 span b {
	position: relative;
	display: flex;
	width: 100%;
	height: 6px;
	margin: 8px 0 0;
}
h2 span i {
	display: block;
	width: calc(100% / 3);
	height: 6px;
}
h2 span i:nth-child(1) {
	background: #bdac50;
}
h2 span i:nth-child(2) {
	background: #8f9ba4;
}
h2 span i:nth-child(3) {
	background: #265c87;
}


span.vline {
	position: absolute;
	width: 6px;
	height: 100%;
	left: 0;
	top: 0;
}
span.vline b {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
span.vline b i {
	display: flex;
	width: 6px;
	height: calc(100% / 3);
}
span.vline i:nth-child(1) {
	background: #bdac50;
}
span.vline i:nth-child(2) {
	background: #8f9ba4;
}
span.vline i:nth-child(3) {
	background: #265c87;
}


span.hline b {
	transform-origin: left top;
	transform: scaleX(0);
	transition: transform 800ms ease-out;
}
span.vline b {
	transform-origin: left top;
	transform: scaleY(0);
	transition: transform 800ms ease-out;
}

span.hline.pass b {
	transform: scaleX(1);
}
span.vline.pass b {
	transform: scaleY(1);
}

h2 * + span.hline b {
	transition-delay: 250ms;
}















#kv-title {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	z-index: 800;
	color: #fff;
}
#kv-title .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

#kv-title h1 img {
	width: 740px;
	height: auto;
}
#kv-title p {
	margin: 35px 0 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
}

#kv-feature {
	position: fixed;
	display: flex;
	width: 100%;
	height: 326px;
	left: 0;
	top: calc(50% - 163px);
	z-index: 10;
}
#kv-feature ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}
#kv-feature li {
	position: relative;
	width: 302px;
	height: 326px;
	
	transition: all 600ms ease-out;
}
#kv-feature li .label {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	height: 60px;
	left: 0;
	top: -10px;
	letter-spacing: 2px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
#kv-feature li i {
	position: absolute;
	box-sizing: border-box;
	width: 302px;
	height: 302px;
	left: 0;
	bottom: 0;
}
#kv-feature li span {
	position: absolute;
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}
#kv-feature li span.top {
	top: 70px;
}
#kv-feature li span.bottom {
	bottom: 50px;
}
#kv-feature li strong {
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 90px;
	color: #fff;
	font-size: 140px;
	font-weight: 400;
	text-align: center;
}
#kv-feature .circle {
	fill: transparent;
	stroke: #fff;
	stroke-width: 2px;
	
	stroke-dasharray: 948px;
	stroke-dashoffset: 948px;
}
#kv-feature li:nth-child(1) .circle {
	transition: all 800ms ease-out 200ms;
}
#kv-feature li:nth-child(2) .circle {
	transition: all 800ms ease-out 400ms;
}
#kv-feature li:nth-child(3) .circle {
	transition: all 800ms ease-out 600ms;
}

#kv-feature li:nth-child(1) svg {
	transform: rotate(-65deg);
}
#kv-feature li:nth-child(2) svg {
	transform: rotate(-50.5deg);
}
#kv-feature li:nth-child(3) svg {
	transform: rotate(-55deg);
}
body[data-opening="1"] #kv-feature li:nth-child(1) .circle {
	stroke-dashoffset: 148px;
}
body[data-opening="1"] #kv-feature li:nth-child(2) .circle {
	stroke-dashoffset: 220px;
}
body[data-opening="1"] #kv-feature li:nth-child(3) .circle {
	stroke-dashoffset: 200px;
}


#kv-feature li {
	transform: translateY(300px);
	opacity: 0;
}
body[data-opening="1"] #kv-feature li:nth-child(1) {
	transition-delay: 0;
}
body[data-opening="1"] #kv-feature li:nth-child(2) {
	transition-delay: 200ms;
}
body[data-opening="1"] #kv-feature li:nth-child(3) {
	transition-delay: 400ms;
}

body[data-opening="1"] #kv-feature li {
	transform: translateY(0px);
	opacity: 1;
}

body[data-opening="2"] #kv-feature li {
	opacity: 0;
}






#intro {
	color: #fff;
}




#program h4 {
	display: none;
}

.program-list {
	margin: 50px 0 0;
}
.program-list h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
.university-list {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 0;
	padding: 25px 0;
	border: 0 solid #365b85;
	border-width: 2px 0;
}
.university-list li {
	width: calc(100% / 7);
	text-align: center;
}
.university-list img {
	width: 90%;
	transition: all 300ms ease-out;
	will-change: opacity;
}
.university-list a:hover img {
	opacity: 0.6;
}


#program .fig {
	position: relative;
	padding: 45px 0;
	text-align: center;
}
#program .fig img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
	max-width: 1028px;
}
#program .fig::before,
#program .fig::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	z-index: 1;
	background: #365b85;
}
#program .fig::before {
	left: 14.5%;
	top: 0;
	height: 36.5%;
}
#program .fig::after {
	right: 18.5%;
	bottom: 0;
	height: 35%;
}

@media screen and (max-width: 1179px) {
	#program .fig::before {
		left: 12.5%;
		top: 0;
		height: 36.5%;
	}
	#program .fig::after {
		right: 16.5%;
		bottom: 0;
		height: 35%;
	}
}





.company-list {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0;
	border: 0 solid #365b85;
	border-width: 2px 0;
}
.company-list li {
	width: 20%;
	text-align: center;
}
.company-list img {
	width: 90%;
	transition: all 300ms ease-out;
	will-change: opacity;
}
.company-list a:hover img {
	opacity: 0.6;
}
.company-list li:nth-child(n + 6) {
	margin-top: 20px;
}






#schedule .inner {
	padding-top: 80px;
}
#schedule ol {
	display: flex;
	justify-content: space-between;
}
#schedule li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 96px) / 5);
}
#schedule h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	color: #1e254d;
	text-align: center;
}
#schedule .pict {
	position: relative;
	padding-top: 100%;
	background: #fff;
	border-radius: 100px;
}
#schedule .pict img {
	position: absolute;
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%;
	object-fit: contain;
}

#schedule .date {
	margin: 15px 0 0;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	color: #fc493a;
}
#schedule .text {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
#schedule .note {
	font-size: 12px;
}

#schedule nav {
	display: flex;
	margin: 60px 0 0;
}
#schedule nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	color: #fff;
	border-radius: 5px;
	background-image: url(../img/arrow.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#schedule nav a.apply,
#schedule nav a.apply-center {
	width: 560px;
	font-size: 28px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
	background-color: #fc493a;
}
#schedule nav a.result {
	width: 320px;
	font-size: 18px;
	background-color: #1e254d;
	margin-left: 20px;
}
#schedule nav a.apply:hover,
#schedule nav a.apply-center:hover {
	background-color: #d52b1c;
}
#schedule nav a.result:hover {
	background-color: #626783;
}






#interlude {
}
#interlude ul {
	display: flex;
	flex-wrap: wrap;
}
#interlude li {
	width: calc(100% / 2);
}
#interlude li.full {
	width: calc(100%);
}
#interlude li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 480px;
	color: #fff;
}
#interlude li h3 {
	position: relative;
	z-index: 10;
	font-size: 50px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
}
#interlude li p {
	position: relative;
	z-index: 10;
	margin: 20px 0 0;
	line-height: 1.8;
}

#interlude li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	filter: brightness(0.5);
	transition: all 300ms ease-out;
}
#interlude li a:hover img {
	filter: brightness(0.7);
}
#interlude li.full img {
	object-position: center top;
}




#aoi {
	padding: 100px 0 80px;
	background: rgba(30, 37, 77, 0.85);
}
#aoi .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
	color: #fff;
}
#aoi header {
	position: relative;
	padding-left: 38px;
}

#aoi header h2 {
	position: relative;
	top: -14px;
	margin: 0;
	font-size: 80px;
	line-height: 1;
}
#aoi header h2 + p {
	margin: 20px 0 0;
	line-height: 2;
}
#aoi header p.note {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.6;
}

.fund-list {
	margin: 50px 0 0;
}
.fund-list ul {
	display: flex;
	justify-content: space-between;
}
.fund-list li {
	width: calc((100% - 96px) / 5);
}
.fund-list li div {
	position: relative;
	padding-top: 100%;
	background: #fff;
	border-radius: 100px;
}
.fund-list li div img {
	position: absolute;
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%;
}
.fund-list li:nth-child(1) div img {
	margin: 2% 0 0;
}
.fund-list li:nth-child(2) div img {
	margin: 2% 0 0;
}
.fund-list li:nth-child(3) div img {
	margin: -1% 0 0 1%;
}
.fund-list li:nth-child(4) div img {
	margin: -2% 0 0 -2%;
}
.fund-list li:nth-child(5) div img {
	margin: -2% 0 0;
}


.fund-list li dl {
	margin: 20px 0 0;
	text-align: center;
}
.fund-list li a {
	color: #fff;
}
.fund-list li dt {
	min-height: 70px;
	font-size: 20px;
	line-height: 1.4;
}
.fund-list li dd {
	font-size: 12px;
}


#aoi nav {
	display: flex;
	margin: 60px 0 0;
}
#aoi nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 84px;
	color: #1e254d;
	font-size: 18px;
	border-radius: 5px;
	background-image: url(../img/arrow_navy.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fad440;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#aoi nav a:hover {
	background-color: #fce17a;
}






#resources .inner {
	padding-top: 80px;
}

.resource-list {
	margin-top: 60px;
}
.resource-list li {
	display: flex;
	padding: 0 0 50px;
	border-bottom: 1px solid #c9c9c9;
}
.resource-list li + li {
	margin-top: 50px;
}
.resource-list li .pict {
	display: flex;
	width: 220px;
}
.resource-list li dl {
	width: calc(100% - 220px);
}

.resource-list li .pict img {
	width: 130px;
	height: auto;
	margin-left: 30px;
}

.resource-list dt {
	font-size: 32px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
}
.resource-list dd {
	margin: 25px 0 0;
	line-height: 1.8;
}



.resource-companies {
	margin: 75px 0 0;
}
.resource-companies ul {
	display: flex;
	flex-wrap: wrap;
}

.resource-companies li {
	box-sizing: border-box;
	display: flex;
	width: calc(25% + 1px);
	margin: -1px 0 0 -1px;
}
.resource-companies a {
	display: flex;
	width: 100%;
	border: 1px solid #c9c9c9;
	transition: all 300ms ease-out;
	cursor: default;
}
.resource-companies dl {
	width: 100%;
}
.resource-companies dt {
	position: relative;
	padding-top: 62%;
}
.resource-companies dt img {
	position: absolute;
	width: 86%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.resource-companies dd {
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 1.8;
}

/*
.resource-companies a:hover {
	background: #eaf7ff;
}
*/


.resource-companies li.on {
	background: #eaf7ff;
}



#partners .inner {
	padding-top: 80px;
}

#partners header {
	display: flex;
	justify-content: space-between;
}
#partners header .text {
	width: calc(100% - 160px);
}
#partners header .text h2 {
	margin-bottom: 30px;
}
#partners header .text p {
	line-height: 2;
}
#partners .pict {
	width: 160px;
}
#partners .pict img {
	width: 100%;
	height: auto;
	margin: 40px 0 0;
}

.partner-list {
	margin: 45px 0 0;
}
.partner-list + .partner-list {
	margin-top: 60px;
}

.partner-list ul {
	display: flex;
	flex-wrap: wrap;
}

.partner-list li {
	box-sizing: border-box;
	width: calc(20% + 1px);
	margin: -1px 0 0 -1px;
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
	.partner-list li {
		width: calc(19.99% + 1px);
	}
}


.partner-list a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #c9c9c9;
	background: #fff;
	transition: all 300ms ease-out;
}
.partner-list img {
	position: absolute;
	width: 92%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.partner-list a:hover {
	background: #eaf7ff;
}


.partner-list h3 {
	position: relative;
	margin: 0 0 30px;
}
.partner-list h3 span {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding-right: 10px;
	font-size: 28px;
	font-weight: 500;
	background: #f0f0f0;
}
.partner-list h3 i {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: calc(50%);
	z-index: 1;
	background: #c9c9c9;
}








#community .inner {
	padding-top: 80px;
}

#community header {
	display: flex;
	justify-content: space-between;
}
#community header .text {
	width: calc(100% - 160px);
}
#community header .text h2 {
	margin-bottom: 30px;
}
#community header .text p {
	line-height: 2;
}
#community .pict {
	width: 160px;
}
#community .pict img {
	width: 100%;
	height: auto;
	margin: 40px 0 0;
}

#community nav {
	margin: 45px 0 0;
}
#community nav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	background: #1e254d;
	border-radius: 5px;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#community nav a:hover {
	background-color: #626783;
}
#community nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	right: 30px;
	top: calc(50% - 8px);
	background: url(../img/arrow_bottom.png) 0 60% no-repeat;
	background-size: 16px auto;
	transition: all 300ms ease-out;
}
#community nav a.opened::after {
	transform: rotate(180deg);
}




#community .expander {
	padding: 1px 0 0 1px;
	overflow-y: hidden;
	transition: all 600ms ease-out;
}






#media .inner {
	padding-top: 80px;
}

.entry-list {
	margin: 50px 0 0;
}
.entry-list li {
	padding-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
}
.entry-list li + li {
	margin-top: 40px;
}
.entry-list dt {
	font-size: 18px;
	font-weight: 500;
	font-family: Quicksand, sans-serif;
}
.entry-list dd {
	margin: 20px 0 0;
	line-height: 2;
}
.entry-list li a {
	display: block;
	cursor: pointer;
}
.entry-list li a:hover dd {
	text-decoration: underline;
}












#kit .inner {
	color: #fff;
}
#kit .inner p {
	line-height: 2;
}

.entry-form {
	width: 740px;
	margin: 40px 0 0;
}
.entry-form .multi {
	display: flex;
	justify-content: space-between;
}
.entry-form .multi dl {
	width: calc(50% - 10px);
}
.entry-form dt {
	display: flex;
	align-items: center;
	font-size: 20px;
}
.entry-form dt .require {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 6px;
	color: #1d223b;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
}
.entry-form dd {
	margin-top: 10px;
}
.entry-form form div + div {
	margin-top: 20px;
}

.entry-form input {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	background: transparent;
	border: 1px solid #fff;
}
.entry-form input:focus {
	outline: 2px solid #fff;
}

.entry-form nav {
	margin: 50px 0 0;
}
.entry-form nav button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 84px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #1e254d;
	background: #fff url(../img/arrow_navy.png) right 20px top 50% no-repeat;
	background-size: 10px auto;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.entry-form nav button:hover {
	background-color: #bcbeca;
}



.entry-form form {
	position: relative;
}
.entry-form.sended .multi,
.entry-form.sended .single,
.entry-form.sended nav {
	pointer-events: none;
	opacity: 0.05;
}

.entry-form .message {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	visibility: hidden;
}
.entry-form.thankyou .message {
	visibility: visible;
}

.entry-form .message dt {
	margin: 30px 0 0;
	font-size: 24px;
	font-weight: 500;
}
.entry-form .message dd {
	margin: 25px 0 0;
	font-size: 16px;
	font-weight: 500;
}






#apply {
	padding: 110px 0 130px;
}
#apply .inner {
	box-sizing: border-box;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 40px;
	color: #fff;
}
#apply .title img {
	width: 620px;
	height: auto;
	margin-left: 40px;
}
#apply .apply {
	margin: 145px 95px 0;
}
#apply .apply dt {
	font-size: 50px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
}
#apply .apply dd {
	margin: 20px 0 0;
	line-height: 2;
}
#apply .apply nav {
	margin: 25px 0 0;
}
#apply .apply nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 84px;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	background-image: url(../img/arrow.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fc493a;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#apply .apply a:hover {
	background-color: #fd8075;
}
















.mark {
	position: absolute;
	width: 240px;
	height: 320px;
	z-index: 500;
	background-size: 240px auto;
}
.mark i {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 240px auto;
	
	transition: all 600ms ease-out;
}
.mark i:nth-child(1) {
	background-image: url(../img/mark1.png);
}
.mark i:nth-child(2) {
	background-image: url(../img/mark2.png);
}
.mark i:nth-child(3) {
	background-image: url(../img/mark3.png);
}
.mark i:nth-child(4) {
	background-image: url(../img/mark4.png);
}

.mark.pass i {
	transform: translate(0,0) !important;
}




#schedule .mark {
	top: -290px;
	right: 0;
}
#schedule .mark i:nth-child(1) {
	transform: translateY(-200px);
}
#schedule .mark i:nth-child(2) {
	transform: translateX(-200px);
}
#schedule .mark i:nth-child(3) {
	transform: translateY(300px);
}
#schedule .mark i:nth-child(4) {
	transform: translate(100px, -100px);
}




#resources .mark {
	top: -290px;
	right: 0;
}
#resources .mark i:nth-child(1) {
	transform: translate(-400px, 400px);
}
#resources .mark i:nth-child(2) {
	transform: translate(100px, -200px);
}
#resources .mark i:nth-child(3) {
	transform: translate(-100px, 200px);
}
#resources .mark i:nth-child(4) {
	transform: translate(-200px, 100px);
}




#partners .mark {
	top: -460px;
	left: 0;
}
#partners .mark i:nth-child(1) {
	transform: translate(-400px, 400px);
}
#partners .mark i:nth-child(2) {
	transform: translate(100px, -200px);
}
#partners .mark i:nth-child(3) {
	transform: translate(-100px, 200px);
}
#partners .mark i:nth-child(4) {
	transform: translate(-200px, 100px);
}




#community .mark {
	top: -320px;
	right: 0;
}
#community .mark i:nth-child(1) {
	transform: translate(-300px, 0);
}
#community .mark i:nth-child(2) {
	transform: translate(200px, 0);
}
#community .mark i:nth-child(3) {
	transform: translate(-300px, -300px);
}
#community .mark i:nth-child(4) {
	transform: translate(0, 200px);
}



#media .mark {
	top: -290px;
	left: 0;
}
#media .mark i:nth-child(1) {
	transform: translate(400px, 0);
}
#media .mark i:nth-child(2) {
	transform: translate(300px, 300px);
}
#media .mark i:nth-child(3) {
	transform: translate(0, 400px);
}
#media .mark i:nth-child(4) {
	transform: translate(200px, 100px);
}






footer .mark {
	top: -80px;
	right: 0;
}
footer .mark i:nth-child(1) {
	transform: translate(400px, 0);
}
footer .mark i:nth-child(2) {
	transform: translate(300px, 100px);
}
footer .mark i:nth-child(3) {
	transform: translate(0, 200px);
}
footer .mark i:nth-child(4) {
	transform: translate(200px, 100px);
}


#schedule nav,
#aoi nav {
	justify-content: center;
}

.schedule-notice {
	margin: -25px 0 25px;
	padding: 20px 35px;
	background: #f4eac0;
	border: 1px solid #fff;
	border-radius: 10px;
}
.schedule-notice dt {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 500;
}
.schedule-notice dd {
	font-size: 14px;
	line-height: 1.8;
}
.schedule-notice dd a {
	text-decoration: underline;
}
.schedule-notice dd a:hover {
	text-decoration: none;
}
.schedule-notice p + p {
	margin-top: 1.25em;
}



.mark-simple {
	position: absolute;
	width: 240px;
	height: 320px;
	right: 0;
	top: 220px;
	z-index: 500;
	background: url(../img/mark.png) 0 0 no-repeat;
	background-size: 240px auto;
	
	display: none !important;
}




body.content {
	padding-top: 80px;
}
body.content footer .mark {
	display: none;
}
body.content #logo {
	opacity: 1;
	visibility: visible;
}
body.content #wrap > header {
	background: #fff;
}


header.content {
	position: relative;
	height: 200px;
}
header.content::before {
	position: absolute;
	display: block;
	content: "";
	width: 50vw;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 9;
}

body.achievement header.content::before {
	background: url(../img/header1.jpg?2) 100% 50% no-repeat;
	background-size: cover;
}
body.preparation header.content::before {
	background: url(../img/header2.jpg) 100% 50% no-repeat;
	background-size: cover;
}
body.facility header.content::before {
	background: url(../img/header3.jpg) 100% 50% no-repeat;
	background-size: cover;
}
body.apply header.content::before {
	background: url(../img/header4.jpg) 100% 50% no-repeat;
	background-size: cover;
}

body.index header.content::before {
	background: url(../img/header5.jpg) 100% 50% no-repeat;
	background-size: cover;
}
body.mentors header.content::before {
	background: url(../img/header2.jpg) 100% 50% no-repeat;
	background-size: cover;
}


header.content::after {
	position: absolute;
	display: block;
	content: "";
	width: 75%;
	height: 200px;
	left: 0;
	top: 0;
	z-index: 10;
	background: transparent url(../img/head_bar.svg) 100% 50% no-repeat;
	background-size: auto 140%;
}

header.content .inner {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1380px;
	height: 200px;
	z-index: 20;
	margin: 0 auto;
	padding: 0 40px;
}
header.content .inner h1 {
	color: #fff;
	font-size: 70px;
	font-weight: normal;
	font-family: Roboto, sans-serif;
}





div.content {
	position: relative;
	background: #fff;
}
div.content .content-inner {
	position: relative;
	width: 900px;
	left: -100px;
	left: 0;
	margin: 0 auto;
	padding: 70px 0 90px;
	background: #fff;
}

div.content .intro {
	font-size: 1rem;
	line-height: 2;
}

@media screen and (max-width:1180px) {
	div.content .content-inner {
		left: 0;
	}
}



.achievement-list {
	margin: 80px 0 0;
	border-bottom: 1px solid #c6c6c6;
}

.achievement-box {
	border-top: 1px solid #c6c6c6;
}
.achievement-box .box-inner {
	height: 0;
	overflow: hidden;
	transition: all 500ms ease-out;
}
.achievement-box > a {
	position: relative;
	display: block;
	padding: 25px 10px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 2px;
	color: #1e254d;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.achievement-box > a:hover {
	background: #eaf7ff;
}
.achievement-box > a i {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 15px;
	top: calc(50% - 15px);
	background: url(../img/arrow_bottom_navy.png) 50% 50% no-repeat;
	background-size: 18px auto;
	transition: all 300ms ease-out;
}
.achievement-box.opened > a i {
	transform: rotate(180deg);
}

.achievement-box a.close {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 30px;
	margin: 20px 0 0;
	padding-right: 64px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 2px;
	color: #1e254d;
	cursor: pointer;
}
.achievement-box a.close i {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 15px;
	top: calc(50% - 15px);
	background: url(../img/arrow_bottom_navy.png) 50% 50% no-repeat;
	background-size: 18px auto;
	transform: rotate(180deg);
}
.achievement-box a.close:hover {
	text-decoration: underline;
}



.achievement-box .box-extra {
	padding: 30px 0;
}

.achievement-column + .achievement-column,
.achievement-column + .achievement-sub-column {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #c6c6c6;
}
.achievement-column h3,
.achievement-sub-column h3 {
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 20px;
}
.achievement-column div {
	font-size: 1rem;
	line-height: 2;
}
.achievement-sub-column dl {
	padding-left: 24px;
	border-left: 1px solid #c6c6c6;
	line-height: 2;
}
.achievement-sub-column dt {
	margin: 0 0 5px;
	font-size: 1.125rem;
	font-weight: 700;
}
.achievement-sub-column dl + dl,
.achievement-sub-column li + li {
	margin-top: 35px;
}

.achievement-sub-column p + p {
	margin-top: 1em;
}

.achievement-sub-column a {
	text-decoration: underline;
}
.achievement-sub-column a:hover {
	text-decoration: none;
}




.logo-box {
	padding: 50px 0;
	overflow: hidden;
}
.logo-box ul {
	display: flex;
}
.logo-box li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
}
.logo-box img {
	width: 160px;
	height: auto;
}
.logo-box ul:nth-child(2) {
	margin-left: 105px;
}
.logo-box .logos {
	position: relative;
	left: -105px;
}
.logo-box:hover .logos {
	animation-play-state: paused !important;
}










div.content .mark {
	bottom: 162px;
	right: 0;
	display: none;
}
div.content .mark i:nth-child(1) {
	transform: translate(-300px, 0);
}
div.content .mark i:nth-child(2) {
	transform: translate(200px, 0);
}
div.content .mark i:nth-child(3) {
	transform: translate(-300px, -300px);
}
div.content .mark i:nth-child(4) {
	transform: translate(0, 200px);
}




.content-inner > nav {
	margin: 70px 0 0;
}
.content-inner > nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 84px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	background-image: url(../img/arrow.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fc493a;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.content-inner > nav a:hover {
	background-color: #fd8075;
}



.facility-list {
	margin: 80px 0 0;
	border-bottom: 1px solid #c6c6c6;
}
.facility-box {
	padding: 70px 0 60px;
	border-top: 1px solid #c6c6c6;
}
.facility-box h2 {
	margin: 0 0 40px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #1e254d;
}
.facility-box p {
	line-height: 2;
}

.facility-box .images {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0;
}
.facility-box .images img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.facility-box .images > * {
	display: flex;
	flex-direction: column;
}
.facility-box .images.multi2 > * {
	width: calc((100% - 20px) / 2);
}
.facility-box .images.multi3 > * {
	width: calc((100% - 40px) / 3);
}
.facility-box span {
	display: flex;
	margin: 18px 0 0;
	font-size: 1rem;
	font-weight: 500;
}
.facility-box span a {
	position: relative;
	color: #1e254d;
}
.facility-box span a::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url(../img/arrow_nano_navy.png) 50% 50% no-repeat;
	background-size: 6px auto;
}
.facility-box span a:hover {
	text-decoration: underline;
}








.preparation-list {
	margin: 80px 0 0;
	border-bottom: 1px solid #c6c6c6;
}
.preparation-box {
	padding: 70px 0 60px;
	border-top: 1px solid #c6c6c6;
}
.preparation-box h2 {
	margin: 0 0 40px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #1e254d;
}
.preparation-box h3 {
	margin: 40px 0 25px;
	font-size: 1.25rem;
	font-weight: 500;
}
.preparation-box p {
	line-height: 2;
}

.preparation-list .fig {
	margin: 50px 0 0;
}
.preparation-list .fig img {
	width: 100%;
	height: auto;
}
.preparation-list .fig.mini img {
	max-width: 860px;
}


.preparation-list .video {
	position: relative;
	margin: 50px 0 0;
}
.preparation-list .video-inner {
	position: relative;
	padding-top: 56.25%;
}
.preparation-list .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.preparation-flow-list {
	margin: 40px 0 0;
}
.preparation-flow-list li {
	padding-left: 30px;
	border-left: 2px solid #355b84;
}
.preparation-flow-list li + li {
	margin-top: 35px;
}

.preparation-flow-list h4 {
	margin: 0 0 25px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #355b84;
}
.preparation-flow-list dl {
	display: flex;
	font-size: 0.85rem;
	line-height: 1.7;
	padding: 0 0 16px;
	border-bottom: 1px solid #c6c6c6;
}
.preparation-flow-list dl + dl {
	margin-top: 16px;
}
.preparation-flow-list dt {
	width: 90px;
}
.preparation-flow-list dd {
	width: calc(100% - 90px);
}







.preparation-box nav {
	margin: 70px 0 0;
}
.preparation-box nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 84px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	background-image: url(../img/arrow.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fc493a;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.preparation-box nav a:hover {
	background-color: #fd8075;
}














.apply-container {
	margin: 80px 0 0;
}
.apply-box {
	padding: 70px 0 60px;
	border-top: 1px solid #c6c6c6;
}
.apply-box h2 {
	margin: 0 0 40px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #1e254d;
}
.apply-box h3 {
	margin: 40px 0 25px;
	font-size: 1.25rem;
	font-weight: 500;
}
.apply-box p {
	line-height: 2;
}
.apply-box p + p {
	margin-top: 30px;
}

.apply-box ul.notes {
	margin-top: 30px;
	font-size: 12px;
	line-height: 2;
}
.apply-box ul.notes li {
	padding-left: 1em;
	text-indent: -1em;
}
.apply-box ul.notes li::before {
	content: "※";
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.apply-box ul.notes li + li {
	margin-top: 5px;
}
.apply-box p.note {
	font-size: 12px;
}
.apply-box p + p.note {
	margin-top: 5px;
}


.apply-box ol {
	counter-reset: order;
}
.apply-box ol li {
	counter-increment: order;
	color: #27507d;
	line-height: 2;
	font-weight: 500;
	padding-left: 20px;
	text-indent: -20px;
}
.apply-box ol li::before {
	content: counter(order) ".";
	display: inline-block;
	width: 20px;
	text-indent: 0;
}

.apply-box ol li + li {
	margin-top: 10px;
}
.apply-box p + ol {
	margin-top: 30px;
}
.apply-box ol.indent {
	margin-left: 30px;
}

.apply-box ol dl.wide {
	display: flex;
	margin: 20px 0 0 30px;
	padding: 0 0 25px;
	color: #000;
	font-weight: 400;
	text-indent: 0;
	border-bottom: 1px solid #c6c6c6;
}
.apply-box ol dl.wide dt {
	width: 150px;
}
.apply-box ol dl.wide dd {
	width: calc(100% - 150px);
}
.apply-box ol dl.wide:last-child {
	margin-bottom: 40px;
}

.apply-box ol dl.short {
	display: inline-flex;
	width: auto;
	text-indent: 0;
}
.apply-box ol dl.short dt {
	width: 180px;
}
.apply-box ol dl.short dd {
	color: #000;
	font-weight: 400;
}


.apply-box .entry {
}
.apply-box .entry span,
.apply-box .entry a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	min-height: 84px;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
}

.apply-box .entry span {
	color: #1e254d;
	font-size: 20px;
	line-height: 1.5;
	background: #e8e9ed;
}
.apply-box .entry a {
	color: #fff;
	font-size: 24px;
	background-image: url(../img/arrow.png);
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fc493a;
	transition: all 300ms ease-out;
}
.apply-box .entry a:hover {
	background-color: #fd8075;
}


.apply-box .term-box {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #c6c6c6;
}
.apply-box .term-box-inner {
	padding: 12px 18px;
}
.apply-box .term-box-inner p {
	font-size: 14px;
	line-height: 1.7;
}
.apply-box.contact-box {
	border: none;
}








body.simple #bg {
	display: none;
}
body.content.simple {
	padding: 0;
}
body.simple #wrap > header {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
body.simple #wrap > footer {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

header.content.simple {
	position: relative;
	height: 150px;
	background: #1e254d;
}
header.content.simple .inner {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}
header.content.simple .inner h1 {
	font-size: 60px;
}
header.content.simple::before,
header.content.simple::after {
	display: none;
}




.return-top {
	position: relative;
	width: 900px;
	margin: 30px auto 0;
}
.return-top.foot {
	margin-top: -70px;
	margin-bottom: 50px;
}
.return-top a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	color: #fff;
	margin: 0 auto;
	padding: 1px 0 0 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
	border-radius: 5px;
	background-color: #1e254d;
	background-image: url(../img/arrow_prev.png);
	background-position: left 15px top 50%;
	background-repeat: no-repeat;
	background-size: 8px auto;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.return-top a:hover {
	background-color: #626783;
}





/* 1stRound Index */

.index-description {
	margin: 100px 0 0;
	font-size: 1rem;
	line-height: 2;
}




/* 1stRound BASE */

header.base {
	height: 460px;
	background: #fff;
}

header.base .inner {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1380px;
	height: 460px;
	z-index: 20;
	margin: 0 auto;
	padding: 0 40px;
	pointer-events: none;
}
header.base .inner h1 {
	position: relative;
	top: -15px;
	color: #fff;
	font-size: 100px;
	font-weight: normal;
	font-family: Roboto, sans-serif;
}

body.base div.content .content-inner {
	width: 100%;
}


header.base .slide {
	position: absolute;
	width: 100%;
	height: 420px;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 1;
}
header.base .slide::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,0.15);
	pointer-events: none;
}
header.base .slide img {
	width: 100vw;
	height: 420px;
	object-fit: cover;
	object-position: center center;
}

header.base .slick-dots {
	position: absolute;
	display: flex;
	right: 60px;
	top: 50px;
	z-index: 100;
}
header.base .slick-dots li + li {
	margin-left: 15px;
}
header.base .slick-dots button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 0;
	background: none;
	border: none;
	cursor: pointer;
}
header.base .slick-dots button::before {
	position: absolute;
	box-sizing: border-box;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	left: calc(50% - 7px);
	top: calc(50% - 7px);
	border: 1px solid #fff;
	border-radius: 7px;
}
header.base .slick-dots .slick-active button::before {
	background: #fff;
}


.slick-arrow {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 88px;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: none;
	border-radius: 32px;
	cursor: pointer;
}
.slick-prev {
	left: 40px;
	background: #1e254d url(../img/arrow_slide_prev.png) 45% 50% no-repeat;
	background-size: 15px auto;
}
.slick-next {
	right: 40px;
	background: #1e254d url(../img/arrow_slide_next.png) 55% 50% no-repeat;
	background-size: 15px auto;
}



.base-intro,
.base-description {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

.base-intro p {
	font-size: 16px;
	line-height: 2;
}
.base-description {
	margin-top: 50px;
}
.category-title dt {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 4px 8px 6px;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	background: #1e254d;
}
.category-title dd {
	margin: 40px 0 0;
	font-size: 16px;
	line-height: 2;
}

.category-title.ja dt {
	font-size: 29px;
}

.base-list h2 {
	box-sizing: border-box;
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	padding: 0 40px;
}
.base-list h2 strong {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	font-size: 24px;
	font-weight: 500;
}
.base-list h2 strong::before {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #000;
}

.base-list .slide {
	margin: 25px 0 0;
}
.base-list .slide-item {
}
.base-list .slide-item figure {
	width: 430px;
}
.base-list .slide-item img {
	width: 410px;
	height: auto;
}
.base-list .slide-item figcaption {
	width: 410px;
	margin: 20px 0 0;
	font-size: 15px;
	text-align: center;
}

.base-item + .base-item {
	margin-top: 80px;
}

.base-detail {
	box-sizing: border-box;
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	margin: 45px auto 0;
	padding: 0 40px;
}
.base-detail .map,
.base-detail .map iframe {
	width: 700px;
	height: 380px;
}
.base-detail .address {
	width: calc(100% - 700px - 40px);
}
.base-detail .address dt {
	font-size: 16px;
}
.base-detail .address dd {
	margin: 25px 0 0;
	font-size: 16px;
	line-height: 2;
}




.other-list {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 100px auto 0;
	padding: 0 40px;
}
.other-list ul {
	margin: 80px 0 0;
}
.other-list li {
	display: flex;
	justify-content: space-between;
}
.other-list li + li {
	margin-top: 80px;
}
.other-list figure {
	width: 410px;
}
.other-list figure img {
	width: 100%;
	height: auto;
}
.other-list li dl {
	width: calc(100% - 410px - 40px);
}
.other-list li dt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.other-list li dt + dd {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.9;
}
.other-list li dd + dd {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.9;
}
.other-list li dd + dd a {
	text-decoration: underline;
}
.other-list li dd + dd a:hover {
	text-decoration: none;
}



.relation-list {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 100px auto 0;
	padding: 0 40px;
}

.relation-list p.note {
	font-size: 14px;
}
.relation-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.relation-list li {
	width: calc((100% - 48px) / 3);
	margin-left: 24px;
}
.relation-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.relation-list li:nth-child(n + 4) {
	margin-top: 30px;
}
.relation-list li img {
	width: 100%;
	height: auto;
}
.relation-list figcaption {
	margin: 20px 0 0;
}
.relation-list li a {
	display: inline-block;
	color: #1e254d;
	font-size: 16px;
	font-weight: 500;
}
.relation-list li a::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 10px;
	height: 15px;
	top: 2px;
	margin-left: 5px;
	background: url(../img/arrow_bold.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.relation-list li a:hover {
	text-decoration: underline;
}







/* Mentors */

.mentors-box {
	margin-top: 75px;
	padding-top: 80px;
	border-top: 1px solid #c6c6c6;
}
.mentors-box:nth-of-type(1) {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.mentors-box h2 {
	margin: 0 0 40px;
	font-size: 28px;
	font-weight: 500;
}
.mentors-description {
	font-size: 16px;
	line-height: 2;
}
.mentors-description h3 {
	margin: 20px 0 -10px;
}

.mentors-video,
.mentors-pict {
	margin: 50px 0 0;
}
.mentors-video {
	position: relative;
	padding-top: 56.25%;
}
.mentors-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.mentors-pict img {
	width: 100%;
	height: auto;
}


.mentors-list {
	margin: 70px 0 0;
}
.mentors-list ul {
	display: flex;
	flex-wrap: wrap;
}
.mentors-list li {
	display: flex;
	justify-content: space-between;
	width: calc(50% - 25px);
}
.mentors-list li:nth-child(2n) {
	margin-left: 50px;
}
.mentors-list li:nth-child(n + 3) {
	margin-top: 40px;
}

.mentors-list li figure {
	width: 150px;
}
.mentors-list li figure img {
	width: 100%;
	height: auto;
}
.mentors-list li dl {
	position: relative;
	width: calc(100% - 150px - 20px);
	margin-top: -4px;
}
.mentors-list li dt {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
}
.mentors-list li dt + dd {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.mentors-list li dd + dd {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
}




/* Top202309 */

#kv .scroll {
	position: fixed;
	width: 100px;
	height: 80px;
	left: calc(50% - 50px);
	bottom: 0%;
	z-index: 100;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: Quicksand, sans-serif;
	letter-spacing: 1px;
	transition: all 800ms ease-out;
}
#kv .scroll i {
	position: absolute;
	display: block;
	width: 1px;
	height: 56px;
	left: calc(50% - 1px);
	top: 24px;
	background: #fff;
	transform-origin: left top;
	animation: scroll 4000ms infinite;
}

@keyframes scroll {
	0% {
		transform: scaleY(0);
	}
	40% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(1);
	}
}


body.scrolled-half #kv .scroll {
	opacity: 0;
	visibility: hidden;
}



.resource-list.compact ul {
	display: flex;
	flex-wrap: wrap;
}
.resource-list.compact li {
	width: calc(50% - 20px);
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 40px;
}
.resource-list.compact li + li {
	margin-top: 0;
}
.resource-list.compact li:nth-child(2n) {
	margin-left: 40px;
}
.resource-list.compact li:nth-child(n + 3) {
	margin-top: 40px;
}

.resource-list.compact li .pict {
	width: 180px;
}
.resource-list.compact li dl {
	width: calc(100% - 200px);
}
.resource-list.compact .note {
	font-size: 12px;
}


.resource-companies.compact li {
	width: calc(20% - 1px);
}
.resource-companies.compact dt {
	position: relative;
	padding-top: 58%;
}
.resource-companies.compact dt img {
	width: 70%;
}
.resource-companies.compact dd {
	padding: 10px 15px 15px;
}


#media.expand li:nth-child(n + 4) {
	display: none;
}
#media.expand .show-all li {
	display: block !important;
}

#media.expand nav {
	margin: 45px 0 0;
}
#media.expand nav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 560px;
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	background: #1e254d;
	border-radius: 5px;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#media.expand nav a:hover {
	background-color: #626783;
}
#media.expand nav a::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	right: 30px;
	top: calc(50% - 8px);
	background: url(../img/arrow_bottom.png) 0 60% no-repeat;
	background-size: 16px auto;
	transition: all 300ms ease-out;
}
#media.expand nav a.opened::after {
	transform: rotate(180deg);
}

#media.expand .expander {
	overflow: hidden;
	transition: all 500ms ease-out;
}





/*
#floation-banner {
	position: fixed;
	box-sizing: border-box;
	display: flex;
	width: 500px;
	height: 180px;
	right: 30px;
	bottom: 30px;
	z-index: 2010;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	transition: all 400ms ease-out;
	
	transform: translateY(220px);
}
#floation-banner a {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 500px;
	height: 180px;
	padding: 20px;
}
#floation-banner.show {
	transform: translateY(0px);
}
#floation-banner.hide {
	transform: translateY(220px) !important;
	visibility: hidden;
}

#floation-banner .image {
	width: 140px;
}
#floation-banner .image img {
	width: 100%;
	height: auto;
}
#floation-banner dl {
	width: calc(100% - 140px - 20px);
	color: #1e254d;
}
#floation-banner dt {
	margin-right: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
#floation-banner dd {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

#floation-banner button {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	margin: 0;
	padding: 0;
	z-index: 10;
	border: none;
	background: transparent;
	cursor: pointer;
}
#floation-banner button::before,
#floation-banner button::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #1e254d;
}
#floation-banner button::before {
	transform: rotate(45deg);
}
#floation-banner button::after {
	transform: rotate(-45deg);
}
*/




#banner-modal {
	position: fixed;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 780px;
	height: 330px;
	left: calc(50% - 390px);
	top: calc(50% - 165px);
	z-index: 10001;
	background: #fff url(../img/bg_modal.png) 50% 100% no-repeat;
	background-size: 733px auto;
	border: 2px solid #2f5c82;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 400ms ease-out;
}
body.floating #banner-modal {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


#banner-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.4);
	
	opacity: 0;
	visibility: hidden;
	transition: all 400ms ease-out;
}
body.floating #banner-overlay {
	opacity: 1;
	visibility: visible;
}



#banner-modal > button {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 15px;
	margin: 0;
	padding: 0;
	z-index: 10;
	border: none;
	background: transparent;
	cursor: pointer;
}
#banner-modal > button::before,
#banner-modal > button::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #2F5c82;
}
#banner-modal > button::before {
	transform: rotate(45deg);
}
#banner-modal > button::after {
	transform: rotate(-45deg);
}



#banner-modal p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	margin: -20px 45px 40px;
	font-size: 23px;
	color: #2F5c82;
}
#banner-modal strong {
}
#banner-modal strong span {
	line-height: 2;
	background: #fff4B9;
}

#banner-modal > a {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 400px;
	min-height: 58px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	background: #ff6f46 url(../img/icon_popup.svg?1) right 18px top 50% no-repeat;
	background-size: 16px auto;
	border: 2px solid #fff;
}

#banner-modal > a {
	transition: all 300ms ease-out;
}
#banner-modal > a:hover {
	opacity: 0.7;
}





@media screen and (max-width:1479px) {
	#menu nav > ul {
		margin: 0 10px;
	}
	#menu nav > ul > li > a {
		font-size: 16px;
		letter-spacing: 0.5px;
		padding-left: 9px;
		padding-right: 9px;
	}
	#menu nav > ul > li + li {
		margin-left: 9px;
	}
	#menu nav > ul > li li a {
		font-size: 15px;
	}
	#menu .links a.apply-top {
		width: 180px;
		font-size: 15px;
	}
	#menu .ticker {
		padding: 0 26px 0 10px;
		font-size: 13px;
	}
}

@media screen and (max-width:1279px) {
	#menu nav > ul {
		margin: 0 5px;
	}
	#menu nav > ul > li > a {
		font-size: 15px;
		letter-spacing: 0.5px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#menu nav > ul > li + li {
		margin-left: 8px;
	}
	#menu nav > ul > li li a {
		font-size: 14px;
	}
	#menu .links a.apply-top {
		width: 160px;
		font-size: 14px;
		background-position: right 11px top 50%;
		background-size:6px auto;
	}
	#menu .ticker {
		padding: 0 22px 0 10px;
		font-size: 12px;
	}
	#menu .ticker i {
		transform: scale(0.75) translateX(4px);
	}
}

@media screen and (max-width:1179px) {
	#menu nav {
		position: relative;
	}
	#menu .ticker {
		position: absolute;
		height: 22px;
		left: 18px;
		bottom: -9px;
	}
	#menu nav > ul {
		position: relative;
		top: -12px;
	}
}




body.content.index div.content .content-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}
