@charset "utf-8";
/* -----------------------------------------------------------------
 parts
----------------------------------------------------------------- */
.parts_ttl_type01 {
	display: flex;
	align-items: center;
	font-weight:normal;
	font-family: 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.parts_ttl_type01::before {
	flex-shrink: 0;
	content:"";
	display:block;
}
.parts_ttl_type01.theme01::before {
	background:url(/faculty/gs-international/student/point/img/img_theme01.png) no-repeat center center;
	background-size:contain;
}
.parts_ttl_type01.theme02::before {
	background:url(/faculty/gs-international/student/point/img/img_theme02.png) no-repeat center center;
	background-size:contain;
}
.parts_ttl_type01.theme03::before {
	background:url(/faculty/gs-international/student/point/img/img_theme03.png) no-repeat center center;
	background-size:contain;
}
@media print, screen and (max-width: 1023px) {
.parts_ttl_type01 {
	font-size:23px;
	font-size:1.53rem;
}
.parts_ttl_type01::before {
	width:84px;
	height:97px;
	margin-right:14px;
}
}

@media print, screen and (min-width: 1024px) {
.parts_ttl_type01 {
	font-size:35px;
	font-size:2.19rem;
}
.parts_ttl_type01::before {
	width:123px;
	height:141px;
	margin-right:25px;
}
}


/* -----------------------------------------------------------------
 header
----------------------------------------------------------------- */
#main header .ttl {
	margin:0 auto;
	padding:5px;
	background:rgba(255,255,255,.8);
}
#main header .ttl >img {
	display:block;
	border:#999 1px solid;
}
#main header .txt {
	margin-top:30px;
	padding-bottom:30px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-align:center;
	font-weight:bold;
	color:#fff;
}
@media print, screen and (max-width: 1023px) {
#main header {
	padding-top:34px;
	background:url(/faculty/gs-international/student/point/img/bg_mv_sp.jpg) no-repeat;
	background-size:cover;
}
#main header .ttl {
	width:92%;
	max-width:400px;
}
#main header .ttl >img {
	padding:32px 36px;
}
#main header .txt {
	line-height:2;
	font-size:13px;
	font-size:0.87rem;
}
}

@media print, screen and (min-width: 1024px) {
#main header {
	padding-top:80px;
	background:url(/faculty/gs-international/student/point/img/bg_mv_pc.jpg) no-repeat;
	background-size:cover;
}
#main header .ttl {
	width:450px;
	padding:5px;
}
#main header .ttl >img {
	padding:52px 60px;
}
#main header .txt {
	line-height:2.3;
	font-size:15px;
	font-size:0.94rem;
}
}


/* -----------------------------------------------------------------
 box_btm_separator
----------------------------------------------------------------- */
@media print, screen and (max-width: 1023px) {
.box_btm_separator {
	padding-bottom:13px;
	background: linear-gradient(0deg, #ececec 11px, #d3d3d3 11px, #d3d3d3 13px, #fff 13px);
}
}
@media print, screen and (min-width: 1024px) {
.box_btm_separator {
	padding-bottom:16px;
	background: linear-gradient(0deg, #ececec 14px, #d3d3d3 14px, #d3d3d3 16px, #fff 16px);
}
}


/* -----------------------------------------------------------------
 page_ttl
----------------------------------------------------------------- */
.page_ttl_en,
.page_ttl_jp {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:normal;
	font-family: 'Baskervville', 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.page_ttl_en::before,
.page_ttl_en::after {
	content:"";
	display:block;
	width:.6em;
	height:1px;
	margin-left:.4em;
	margin-right:.4em;
	background:#323232;
}
.page_ttl_jp {
	font-size:25px;
	font-size:1.67rem;
}
@media print, screen and (max-width: 1023px) {
.page_ttl_en {
	margin-top:45px;
}
.page_ttl_jp {
	font-size:25px;
	font-size:1.67rem;
}
}

@media print, screen and (min-width: 1024px) {
.page_ttl_en {
	margin-top:65px;
	font-size:20px;
	font-size:1.25rem;
}
.page_ttl_jp {
	font-size:35px;
	font-size:2.19rem;
}
}

/* -----------------------------------------------------------------
 box_gs_image
----------------------------------------------------------------- */
@media print, screen and (max-width: 767px) {
.box_gs_image img {
	width:100%;
	max-width:350px;
	margin-left:auto;
	margin-right:auto;
}
}

@media print, screen and (min-width: 768px) {
.box_gs_image img {
}
}

/* -----------------------------------------------------------------
 nav_in_page
----------------------------------------------------------------- */
.nav_in_page {
	display: flex;
}
.nav_in_page a {
	flex-shrink: 0;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	align-items: center;
	background:#043c83;
	text-align:center;
	font-family: 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
	color:#fff;
}
.nav_in_page a::after {
	flex-shrink: 0;
	content:"";
	display:block;
	background:url(/faculty/gs-international/common/img/arrow_std_white.svg) no-repeat center center;
	background-size:contain;
	transform:rotate(90deg);
}

@media print, screen and (max-width: 1023px) {
.nav_in_page {
	margin-top:50px;
}
.nav_in_page a {
	width:calc((100% - 2px) / 3);
}
.nav_in_page a:nth-of-type(2) {
	margin-left:1px;
	margin-right:1px;
}
.nav_in_page a::before {
	flex-shrink: 0;
	content:"";
	display:block;
	width:29px;
	height:23px;
}
.nav_in_page a:nth-of-type(1)::before {
	background:url(/faculty/gs-international/student/point/img/img_num01.png) no-repeat center center;
	background-size:29px auto;
}
.nav_in_page a:nth-of-type(2)::before {
	background:url(/faculty/gs-international/student/point/img/img_num02.png) no-repeat center center;
	background-size:29px auto;
}
.nav_in_page a:nth-of-type(3)::before {
	background:url(/faculty/gs-international/student/point/img/img_num03.png) no-repeat center center;
	background-size:29px auto;
}
.nav_in_page a::after {
	width:6px;
	height:12px;
	margin-top:6px;
	margin-bottom:6px;
}

}

@media print, screen and (min-width: 1024px) {
.nav_in_page {
	width:93.4%;
	max-width:1120px;
	margin-top:120px;
	margin-bottom:70px;
	margin-left:auto;
	margin-right:auto;
}
.nav_in_page a {
	width:calc((100% - 40px) / 3);
	padding:33px 10px 15px;
	line-height:1;
	font-size:18px;
	font-size:1.13rem;
}
.nav_in_page a:nth-of-type(1){
	background:#043c83 url(/faculty/gs-international/student/point/img/img_num01.png) no-repeat left 14px center;
	background-size:60px auto;
}
.nav_in_page a:nth-of-type(2) {
	margin-left:20px;
	margin-right:20px;
	background:#043c83 url(/faculty/gs-international/student/point/img/img_num02.png) no-repeat left 14px center;
	background-size:60px auto;
}
.nav_in_page a:nth-of-type(3) {
	background:#043c83 url(/faculty/gs-international/student/point/img/img_num03.png) no-repeat left 14px center;
	background-size:60px auto;
}
.nav_in_page a::after {
	width:12px;
	height:24px;
	background:url(/faculty/gs-international/common/img/arrow_std_white_thin.svg) no-repeat center center;
	background-size:contain;
}

}

/* -----------------------------------------------------------------
 box_slider
----------------------------------------------------------------- */
/*---------- base ----------*/
.box_slider {
	position: relative;
}
.slider_nav {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.2em;
}
@media print, screen and (max-width: 767px) {
.box_slider_parent {
	overflow:hidden;
	width: 100vw !important;
	margin-top:3em;
	margin-left:-3.3vw;
	margin-right:-3.3vw;
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.box_slider {
	position: relative;
}
.box_slider .slick-list {
	overflow: visible;
}
.box_slider .slider .slider_item {
	margin-left:10px;
	margin-right:10px;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
.box_slider .slider .slider_item {
	margin-left:10px;
	margin-right:10px;
}
}
@media print, screen and (min-width: 1024px) {
.box_slider .slider .slider_item {
	margin-left:10px;
	margin-right:10px;
}
}

/*---------- slider_item ----------*/
.slider_item .box_bg {
	border:#063e8d 1px solid;
	background:#f0f5ff;
	color:#063e8d;
}
.slider_item .box_bg .img {
	margin:auto;
}
.slider_item .box_bg .ttl {
	display: flex;
	flex-direction:column;
	align-items: center;
	margin-top:.5em;
	font-weight:normal;
	font-size:140%;
	font-family: 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.slider_item .box_bg .ttl::after {
	content:"";
	display:block;
	width:15px;
	height:2px;
	margin-top:.5em;
	background:#063e8d;
}

@media print, screen and (max-width: 767px) {
.slider_item .num {
	width:64px;
	margin:auto;
}
.slider_item .box_bg {
	margin-top:.86em;
	padding:15px 20px 20px;
	border-radius:9px;
}

}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
.slider_item .num {
	width:100px;
}
.slider_item .box_bg {
	margin-top:.86em;
	padding:15px 20px 20px;
	border-radius:9px;
}
.slider_item .box_bg .ttl {
	margin-top:.8em;
}
}
@media print, screen and (min-width: 1024px) {
.slider_item .num {
	width:134px;
}
.slider_item .box_bg {
	margin-top:7px;
	padding:40px;
	border-radius:18px;
}
.slider_item .box_bg .img {
	max-width:470px;
}
.slider_item .box_bg .ttl {
	margin-top:1em;
	font-size:26px;
	font-size:1.63rem;
}
}
/* 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 15px;
	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;
}


/* -----------------------------------------------------------------
 box_case
----------------------------------------------------------------- */
.box_case {
	background:#f0f5ff;
}
.box_case .item {
	display: flex;
	align-items: center;
}
.box_case .item >.num {
	flex-shrink: 0;
}
.box_case .item >.txt {
	font-weight:bold;
	color:#063e8d;
}
@media print, screen and (max-width: 1023px) {
.box_case {
	margin-top:15px;
	padding:30px 10px;
}
.box_case .item+.item {
	margin-top:25px;
}

.box_case .item >.num {
	width:52px;
}
.box_case .item >.txt {
	margin-left:.5em;
	font-size:13px;
	font-size:0.87rem;
}
}

@media print, screen and (min-width: 1024px) {
.box_case {
	margin-top:20px;
	padding:45px 60px;
}
.box_case .item+.item {
	margin-top:30px;
}
.box_case .item >.num {
	width:68px;
}
.box_case .item >.txt {
	margin-left:.5em;
}
}

/* -----------------------------------------------------------------
 list_check
----------------------------------------------------------------- */
.list_check {
}
.list_check >li {
	padding-left:1.8em;
	background:url(/faculty/gs-international/student/point/img/ico_checkbox.svg) no-repeat left top .4em;
	background-size:1.4em auto;
	font-weight:bold;
	color:#063e8d;
}

@media print, screen and (max-width: 1023px) {
.list_check {
	margin-top:1em;
	margin-left:.7em;
	margin-right:.7em;
}
.list_check >li {
	padding-left:1.8em;
	background:url(/faculty/gs-international/student/point/img/ico_checkbox.svg) no-repeat left top .4em;
	background-size:1.4em auto;
}
}

@media print, screen and (min-width: 1024px) {
.list_check {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:20px;
}
.list_check >li {
	min-height:35px;
	padding-left:45px;
	background:url(/faculty/gs-international/student/point/img/ico_checkbox.svg) no-repeat left top .1em;
	background-size:32px auto;
}
.list_check >li+li {
	margin-left:40px;
}

}

/* -----------------------------------------------------------------
 box_contact
----------------------------------------------------------------- */
.box_contact .box_ttl >.ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:normal;
	font-family: 'Yu Mincho', '游明朝体', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
	color:#063e8d;
}
.box_contact .box_ttl >.ttl::before {
	content:"";
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:0.5em;
	background:url(/faculty/gs-international/common/img/ico_mail02_navy.svg) no-repeat center center;
	background-size:22px;
	transition: .2s;
}
.box_contact .box_2col_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:1em auto 0;
}
@media print, screen and (max-width: 1023px) {
.box_contact {
	margin-top:30px;
	padding:30px 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.box_contact .box_ttl >.ttl {
	font-size:21px;
	font-size:1.4rem;
}
.box_contact .box_ttl >.txt {
	text-align:center;
}
.box_contact .box_2col_area {
	max-width:500px;
}
.box_contact .box_2col_area .col_item {
	width:48.2%;
}
}

@media print, screen and (min-width: 1024px) {
.box_contact {
	max-width:900px;
	margin:70px auto 0;
	padding:40px 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.box_contact .box_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_contact .box_ttl >.ttl {
	font-size:31px;
	font-size:1.94rem;
}
.box_contact .box_ttl >.ttl::before {
	width:28px;
	height:28px;
	background:url(/faculty/gs-international/common/img/ico_mail02_navy.svg) no-repeat center center;
	background-size:28px;
}
.box_contact .box_ttl >.txt {
	margin-top:0;
	margin-left:38px;
}
.box_contact .box_2col_area {
	max-width:560px;
}
.box_contact .box_2col_area .col_item {
	width:46.4%;
}

}



