@charset "utf-8";

/* -----------------------------------------------------------------
 css上書き
----------------------------------------------------------------- */
#main {
	font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.btn_type01 a .txt.ico_mail {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_type01 a .txt.ico_mail::before {
	content:"";
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:0.6em;
	background:url(/faculty/gs-international/common/img/ico_mail02_navy.svg) no-repeat center center;
	background-size:22px;
	transition: .2s;
}
/*----- hover -----*/
body:not(.ios) .btn_type01 a:hover .txt.ico_mail::before {
	background:url(/faculty/gs-international/common/img/ico_mail02_white.svg) no-repeat center center;
	background-size:22px;
}

@media print, screen and (min-width: 1024px) {
.btn_type01 a .txt.ico_mail::before {
	width:28px;
	height:28px;
	background:url(/faculty/gs-international/common/img/ico_mail02_navy.svg) no-repeat center center;
	background-size:28px;
}
/*----- hover -----*/
body:not(.ios) .btn_type01 a:hover .txt.ico_mail::before {
	background:url(/faculty/gs-international/common/img/ico_mail02_white.svg) no-repeat center center;
	background-size:28px;
}

}

/* -----------------------------------------------------------------
 box_mv
----------------------------------------------------------------- */
.box_mv {
	position:relative;
	overflow:hidden;
}

@media print, screen and (max-width: 1023px) {
.box_mv .mv.pc {
	display:none;
}
.box_mv .mv.sp {
	max-height: 500px;
}
.box_mv .mv.sp img {
	width:100%;
}
}

@media print, screen and (min-width: 1024px) {
.box_mv .mv.sp {
	display:none;
}
.box_mv .mv.pc {
	display:block;
	margin-left:15px;
	margin-right:15px;
}
.box_mv .mv.pc .item {
	overflow:hidden;
	position:relative;
	width:100%;
	padding-top:56vw;
}
.box_mv .mv.pc .item img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:none;
	height:100%;
	transform:translate(-50%, -50%);
}
}
@media print, screen and (min-width: 1071px) {
.box_mv .mv.pc .item {
	padding-top:600px;
}
}
@media print, screen and (min-width: 1890px) {
.box_mv .mv.pc .item img {
	width:100%;
	height:auto;
}
}


/* -----------------------------------------------------------------
 box_overlay
----------------------------------------------------------------- */
.box_mv .box_overlay {
	position:absolute;
	width:calc(100% - 12vw);
	margin-left:6vw;
	margin-right:6vw;
	text-shadow: 0px 2px 12px rgba(0, 0, 0, 1);
	font-family: 'Baskervville', 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
	color:#fff;
}
.box_mv .box_overlay .txt {
	line-height: 2;
}

@media print, screen and (max-width: 1023px) {
.box_mv .box_overlay {
	bottom:10%;
}
.box_mv .box_overlay .ttl {
	font-size:27px;
	font-size:1.8rem;
}
.box_mv .box_overlay .txt {
	margin-top:1.2em;
	font-size:13px;
	font-size:0.87rem;
}
}
@media print, screen and (min-width: 1024px) {
.box_mv .box_overlay {
	top:170px;
}
.box_mv .box_overlay .ttl {
	font-size:42px;
	font-size:2.63rem;
}
.box_mv .box_overlay .txt {
	margin-top:1.2em;
	font-size:18px;
	font-size:1.13rem;
}
}
@media print, screen and (min-width: 1120px) {
.box_mv .box_overlay {
	margin-left:calc((100vw - 1000px) / 2);
}
}



/* -----------------------------------------------------------------
 box_slider
----------------------------------------------------------------- */
.box_slider {
	position: relative;
}
.slider_nav {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .4em;
}
@media print, screen and (max-width: 1023px) {
.box_slider {
	margin-left:-3.3vw;
	margin-right:-3.3vw;
}
.box_slider .slider_item {
	margin-left:10px;
	margin-right:10px;
}
}
@media print, screen and (min-width: 1024px) {
.box_slider .slider_item {
	margin-left:10px;
	margin-right:10px;
}
}


/* Arrows */
.slick-prev, .slick-next {
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.slick-prev:before, .slick-next:before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(/faculty/gs-international/common/img/arrow_std_black.svg) no-repeat center center;
	background-size: auto 12px;
	font-size: 1em;
	opacity: 1;
}
.slick-prev:before {
	transform:rotate(180deg);
}
@media print, screen and (max-width: 767px) {
.slick-prev, .slick-next {
	display:none !important;
}
}
@media print, screen and (min-width: 1024px) {
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: relative;
	bottom: auto;
	width: auto;
	margin-top:2px;
	line-height: 0;
}
.slick-dots li {
	position: relative;
	margin: 0;
}
.slick-dots li button:before {
	color: #063e8d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #063e8d;
}