@charset "utf-8";

/*=====================================

layout.css

=====================================*/

/*-------------------------------------
 setting
-------------------------------------*/
#wpadminbar{
	display: none !important;
}
::marker{
	content: initial;
}
html{
	font-size: 10px;
	/* scroll-behavior: smooth; */
}
body {
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.forPC { display: block; }
img.forPC, br.forPC { display: inline-block }
.forSP { display: none; }

*::placeholder{
	color: #c1c1c1;
}
.visualArea .slideContents a:focus{
	border: solid 1px #E60012;
}
.slick-slide:focus{
	outline: solid 1px #E60012;
}

h1, h2, h3, h4, h5{
	font-weight: bold;
}
p{
	line-height: 1.8;
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	min-width: 1090px;
}
.inner {
	position: relative;
	width: auto;
	margin: 0 auto;
	max-width: 1200px;
}
.inner::after,
section::after {
	clear: both;
	display: block;
	content: "";
}
section{
	position: relative;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
	/*backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
	background: rgba(255,255,255,0.5);*/
	background-color: #FFF;
    border: none;
	min-width: 1090px;
}



/*-------------------------------------
 header
-------------------------------------*/
header .headerLogo {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .headerLogo img {
    max-width: 170px;
}
.headerListUpper{
	position: absolute;
	right: 0;
	top: 0;
	display: grid;
	grid-template-columns: 110px 200px 150px;
	z-index: 3;
}
.accessibleLink{
	padding: 15px 15px 5px 15px;
}
.accessibleLink a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left center;
    background-repeat: no-repeat;
	display: inline-block;
}
.headerLinks a{
	display: inline-block;
	padding-left: 17px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left center;
    background-repeat: no-repeat;
	margin-right: 20px;
}

.languageSelect{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2px;
}
.languageSelect > div {
    padding-left: 15px;
    padding-right: 15px;
	background-color: #FFF;
	color: #dcdcdc;
}
.languageSelect > div a{
	color: #8a8a8a;
	text-align: center;
}
.languageSelect > div.current{
	color: #FFF;
	background-color: #000;
}
.languageSelect > div.current a{
	color: #fff;
	pointer-events: none;
	cursor: default;
}
.languageSelect > div a{
	display: block;
}

/* headerSp
-------------------------------------*/

.headerSpBtn.open{
	
}
.headerSpBtn a{
	height: 100%;
	width: 100%;
	display: block;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 53%;
	height: 1px;
	background-color: #FFFFFF;
}

.headerSpBtn span:nth-of-type(1) {
    top: 21px;
	transform: rotate(-20deg);
}
.headerSpBtn span:nth-of-type(2) {
    top: 26px;
    transform: rotate(-20deg);
    right: 15px;
	display: none;
}
.headerSpBtn span:nth-of-type(3) {
    top: 33px;
	transform: rotate(-20deg);
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 28px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 28px;
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn .menuTitle{
	font-weight: 300;
	position: absolute;
	text-align: center;
	top: 34px;
	font-size: 1rem;
	width: 110%;
}
.headerSpBtn.open .menuTitle{
	color: #FFFFFF;
}

.headerSpBtn .menuTitle {
    font-family: 'Noto Sans JP';
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 42px;
    font-size: 1rem;
    width: 100%;
    color: #ffffff;
    left: 1px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.headerSpBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 30px;
    height: 27px;
    cursor: pointer;
    padding: 17px 20px 17px 15px;
    box-sizing: content-box;
    background-color: #E60012;
}

.gNav {
    position: absolute;
    right: 63px;
    top: 0;
    background-color: #E60012;
    height: 61px;
	box-sizing: border-box;
}
.gNav .inner{
	width: auto;
}
.gNav .gNavLinkList{
	display: flex;
	width: 100%;
	font-size: 1.6rem;
}
.gNav .gNavLinkList li a.current{
	border-bottom: 2px #E60012 solid;
}
.gNav li {
    width: 100%;
    text-align: center;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.3rem;
    word-break: keep-all;
    padding-top: 12px;
}
.gNav a{
	color: #fff;
	display: block;
	padding: 7px;
	position: relative;
	z-index: 2;
	line-height: 1.3;
}
.gNav a:hover{
	text-decoration: none;
}
.gNav ul.gNavLinkList > li:last-child .child{
	right: 7px;
	left: auto;
}
.gNav .child {
    background-color: #E60012;
    padding: 15px;
    position: absolute;
    z-index: 2;
    left: 7px;
    margin-top: 0;
    display: none;
    box-sizing: border-box;
    margin-top: 0;
    width: 320px;
}
.gNav .child a {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    background-image: url(../images/ico_arrow_white_mini.svg);
    padding: 0px 0px 0px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}


.gNav a.parent > span {
	padding-top: 1px;
    padding-bottom: 3px;
	box-sizing: border-box;
	display: block;
}
.gNav a.parent.active > span {
    background-color: #E60012;
    display: block;
    border-radius: 3px;
}


.gNav a.parent.active > span:before {
	content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #E60012;
}


.gNav .child li {
    border-left: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ffffff solid 1px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 18px;
}
.gNav .child li:last-child{
	border-right: none;
	border-bottom: none;
	margin-bottom:0;
	padding-bottom: 10px;
}
.footerBannerWrapper{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #EFF7FC;
}



.footerBanner ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 30px;
}

#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.footerLinkBox{
	padding-left: 40px;
	padding-right: 40px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	box-sizing: border-box;
}
.footerContentsBox{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #E60012;
}

.footerContentsBox a{
	color: #FFFFFF;
}
.footerLinkHome a{
	padding-left: 30px;
}
.footerLinkHome a{
	background-image: url(../images/ico_home_white.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
}
.footerInformationBox {
	padding-left: 40px;
	padding-right: 40px;
	border-right: #FFFFFF solid 1px;
	box-sizing: border-box;
}
.footerContentsBox .inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footerLinkHome {
	grid-column: span 2;
	margin-bottom: 10px;
}


.footerLinkList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.footerLinkList a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_white_mini.svg);
    background-position: left center;
    background-repeat: no-repeat;
	display: inline-block;
}
.footerLinkList li{
	margin-bottom: 10px;
}

.footerBtn a {
    display: block;
    background-color: #FFFFFF;
    padding: 10px 40px;
	min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 15px center;
    color: #E60012;
    border-radius: 100px;
    font-weight: bold;
}
.footerBtn a:hover{
	text-decoration: none;
}
.footerBtnBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
	text-align: center;
	column-gap: 4%;
}
.footerBtn a.contact {
    background-image: url(../images/ico_mail.svg);
    background-size: 20px;
}
.footerBtn a.access{
	background-image: url(../images/ico_geo_pin.svg);
	background-size: 17px;
}
.footerBtn a.pdf {
    background-image: url(../images/icon_pdf_white.svg);
    background-size: 17px;
    background-color: #E60012;
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1.2rem;
}
.footerSnsBox{
	margin-bottom: 30px;
}
.footerSnsBox ul{
	display: flex;
	text-align: center;
	width: 100%;
}
.footerSnsBox ul li{
	width: 100%;
}
.footerInformationBox {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerOtherLinkBox li{
	display: inline-block;
	margin-left: 30px;
}
.footerOtherLinkBox a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_white_mini.svg);
    background-position: left center;
    background-repeat: no-repeat;

}
.footerInformationInner{
	width: 100%;
}
.footerUniversityBox{
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerUniversityBox ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footerUniversityBox ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.footerUniversityBox ul li{
	border-right: #E60012 solid 1px;
}
.footerUniversityBox ul li:first-child{
	border-left: #E60012 solid 1px;
}
.footerUniversityBox a{
	text-align: center;
}
.footerUniversityBox ul li img{
	max-width: 80%;
}
.footerCopyright{
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}




/* main visual
-------------------------------------*/
.visualArea{
	padding-top: 0;
	padding-bottom: 0;
}
.visualArea h1{
	font-weight: 900;
}


.visualArea .slide div.slideContents {
    border-radius: 10px;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.visualArea .slick-slide{
	margin-left: 15px;
	margin-right: 15px;

}
.visualArea .slick-slide{
	opacity: 0.3;
	transition: opacity 0.6s linear;
}
.visualArea .slick-slide.slick-current{
	opacity: 1;
	transition: opacity 0.6s linear;
}
.visualArea .slick-dots li button{
	font-size: 0;
	text-align: center;
	width: 60px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 100px;
}
.visualArea .slick-dots {
	text-align: center;
}
.visualArea .slick-slide a:hover img{
	opacity: 0.95;
}
.visualArea .slick-dots li {
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
	overflow: hidden;
}
.visualArea .slick-dots li.slick-active button{
	background-color: #E60012;
}
.visualArea .slick-autoplay-toggle-button{
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}
.visualArea .slick-play-icon{
	content: url(../images/play.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.visualArea .slick-pause-icon{
	content: url(../images/stop.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.visualArea .slick-pause-text,
.visualArea .slick-play-text{
	display: none;
}
.visualArea .slick-dots {
    text-align: center;
    display: inline-block;
}
.visualArea {
    text-align: center;
    height: 100vh;
	position: relative;
}



.blueBg{
    background-color: #1344FF;
	height: 100%;
	width: 100%;
}
.yellowBg{
	background-color: #EED500;
	height: 100%;
	width: 100%;
}
.greenBg{
	background-color: #35BE00;
	height: 100%;
	width: 100%;
}
.redBg{
	background-color: #E60012;
	height: 100%;
	width: 100%;
}






/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP { display: inline-block }

}







/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {

body {
	min-width: 100%;
}

.hover,
.headerLogin ul li a,
.headerLink ul li a,
.gNav a,
.megaMenu .ttl a,
.pagetop a {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.hover:hover,
.headerLogin ul li a:hover,
.headerLink ul li a:hover,
.gNav a:hover,
.megaMenu .ttl a:hover,
.pagetop a:hover {
	opacity: 0.8;
}




}


/* fade */
.fade {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 1.8s, transform 1.8s;
	transition-delay: 0.4s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}


/* scroll */

.scrollBox {
    position: absolute;
    bottom: 80px;
    right: 1%;
    opacity: 1;
}
.scrollBox img{
	width: 9px;
	height: auto;
	
}

.scrollBox::after {
    width: 1px;
    height: 120px;
    background-color: #000000;
    content: '';
    position: absolute;
    left: 4px;
    top: 66px;
}

.scrollBox {

-webkit-animation:scrolling 3s infinite;
animation:scrolling 3s infinite;

}
.scrollBox::after{
	-webkit-animation:scrollingBar 3s infinite ;
	animation:scrollingBar 3s infinite;
}


@-webkit-keyframes scrolling {
0% {-webkit-transform:translate(0, 0) rotate(0deg);}
50% {-webkit-transform:translate(0, 0) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(0deg);}
}

@-webkit-keyframes scrollingBar {
0% {height: 80px;}
50% {height: 60px;}
100% {height: 80px;}
}




/* fade */
.wipe_left_to_right {
	width: 0;
	transition: all 0.4s;
	transition-delay: 0.3s;
}
.wipe_left_to_right.active {
	width: 600px;
}

/* fade */
.wipe_right_to_left {
	width: 0;
	transition: all 0.4s;
	transition-delay: 0.3s;
}
.wipe_right_to_left.active {
	width: 100%;
}




