@charset "UTF-8";

/*メインビジュアル
----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

.mainv {
	height: calc(100% - 161px);
	width: 100%;
}
.youtube {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
#colorbox iframe {
	position: relative!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 280px!important;
	height: 158px!important;
}

#cboxOverlay {
    background: #412e3c;
}
#cboxContent {
    background: none;
}
#cboxLoadedContent {
	border: none;
	background: none;
}

#cboxClose {
    position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	background: url(../img/index/move_colse_btn.png) no-repeat top center;
	background-size: 100%;
    width: 100px;
    height: 30px;
    text-indent: -9999px;
}

/*scroll*/
@-webkit-keyframes ani-mouse {
	0% { opacity: 1; top: 29%; }
	15% { opacity: 1; top: 65%; }
	50% { opacity: 0; top: 65%; }
	100% { opacity: 0; top: 29%; }
}
@-moz-keyframes ani-mouse {
	0% { opacity: 1; top: 29%; }
	15% { opacity: 1; top: 65%; }
	50% { opacity: 0; top: 65%; }
	100% { opacity: 0; top: 29%; }
}
@keyframes ani-mouse {
	0% { opacity: 1; top: 29%; }
	15% { opacity: 1; top: 65%; }
	50% { opacity: 0; top: 65%; }
	100% { opacity: 0; top: 29%; }
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.scroll-btn > a {
	display: block;
	margin: 0 auto;
	width: 60px;
}
.scroll-btn > a > p {
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #afc4c7;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #afc4c7;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 34px;
	margin: 0 auto 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #afc4c7;
	border-radius: 10px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 2px;
	height: 8px;
	margin: -4px 0 0 -1px;
	background: #afc4c7;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

.mainv .sp_only img {
	width: 100%;
}

.mainv .mainv_addmissions img {
	width: 100%;
}

/*重要なお知らせ
----------------------------------------*/
.important_info {
	background: #6f3861;
	padding: 22px 0 35px;
}
.important_info h2 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #fff;
	font-weight: normal;
}
.important_info h2::before,
.important_info h2::after {
	content: "";
	display: inline-block;
	width: 84px;
	height: 4px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: 5px;
	margin: 0 20px;
}

.important_info_list {
	width: 1000px;
	margin: 0 auto;
}
.important_info_list dl {
	margin-bottom: 16px;
}
.important_info_list dl:last-child {
	margin-bottom: 0;
}
.important_info_list dl::after {
	content:"";
	display:block;
	clear:both;
}
.important_info_list dl dt {
	font-size: 2rem;
	width: 100px;
	box-sizing: border-box;
	padding-right: 10px;
	color: #fff;
	float: left;
	line-height: 1;
}
.important_info_list dl dd {
	overflow: hidden;
}
.important_info_list dl dd a {
	color: #fff;
	text-decoration: underline;
}
.important_info_list dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 798px) {
	.important_info {
		background: #6f3861;
		padding: 25px 15px;
	}
	.important_info h2 {
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.important_info h2::before,
	.important_info h2::after {
		width: 80px;
		vertical-align: 3px;
		margin: 0 10px 0 0;
	}
	.important_info h2::after {
		margin: 0 0 0 10px;
	}
	.important_info_list dl {
		margin-bottom: 8px;
	}
	.important_info_list {
		width: 100%;
	}
	.important_info_list dl dt {
		font-size: 1.6rem;
		width: 75px;
	}
	.important_info_list dl dd {
		font-size: 1.3rem;
	}
}

/*入試情報
----------------------------------------*/
.examination {
	background: url(../img/index/bg-examination.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
.examination h2 {
	text-align: center;
	margin-bottom: 23px;
	font-size: 30px;
}
.examination_list {
	margin: 0 auto 10px;
	text-align: center;
	letter-spacing: -.4em;
}
.examination_list li {
	display: inline-table;
	width: 230px;
	margin: 0 10px;
	letter-spacing: normal;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	border-radius: 5px;
	transition: 0.3s;
}
.examination_list li:hover {
	opacity: 0.6;
}
.examination_list li a {
	display: table-cell;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	color: #964a83;
}
.examination_list li a img {
	margin-right: 20px;
	vertical-align: -9px;
}
.examination_list + p {
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}
.examination .announce {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #c20202;
	margin: 30px 0 0;
}
@media screen and (max-width: 798px) {
	.examination {
		background: url(../img/index/bg-examination_sp.jpg) no-repeat left top;
		background-size: cover;
		padding: 25px 15px;
	}
	.examination h2 {
		text-align: center;
		margin-bottom: 16px;
		font-size: 22px;
	}
	.examination_list {
		margin: 0;
	}
	.examination_list::after {
		content:"";
		display:block;
		clear:both;
	}
	.examination_list li {
		display: table;
		width: 48.27%;
		margin: 0 0 12px;
		float: left;
		background: #fff;
		border-radius: 3px;
	}
	.examination_list li:nth-child(even) {
		float: right;
	}
	.examination_list li a {
		height: 55px;
		font-size: 1.2rem;
	}
	.examination_list li a img {
		margin-right: 10px;
		vertical-align: -7px;
		height: 22px;
	}
	.examination_list + p {
		text-align: left;
		font-size: 1.1rem;
	}
	.examination_list + p a {
		color: #333;
	}
	.examination .announce {
		text-align: left;
		font-size: 1.4rem;
	}
}

/*共通パーツ
----------------------------------------*/
.ttl_h2 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 48px;
}
.ttl_h2 .en_ct {
	font-size: 5rem;
	display: block;
	line-height: 1.1;
	margin-bottom: 5px;
}
@media screen and (max-width: 798px) {
	.ttl_h2 {
		font-size: 1.1rem;
		margin-bottom: 25px;
	}
	.ttl_h2 .en_ct {
		font-size: 4rem;
	}
}

/*タグ一覧*/
.tag_list {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 35px;
}
.tag_list li {
	width: 180px;
	margin: 0 8.5px 15px;
	display: inline-block;
	vertical-align:top;
}
.tag_list li:nth-child(4) {
	margin-right: 14px;
}
.tag_list li:nth-child(1) {
	margin-left: 14px;
}
.tag_list li a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	height: 40px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
}
.tag_list li.all a {
	background: #68455f;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	border: solid 1px #68455f;
}
.tag_list li.en_ct.all a {
	font-family: 'Noto Sans JP', sans-serif;
}
.tag_list li a:hover {
	opacity: .6;
}
.tag_list li a span {
    display: block;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 798px) {
	.tag_list {
		max-width: 1000px;
		text-align: left;
		margin: 0 0 30px 15px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding-bottom: 5px;
	}
	.tag_list::-webkit-scrollbar {
		display: none;
	}
	.tag_list li {
		width: auto;
		min-width: 75px;
		margin: 0 7px 0 0;
		display: inline-block;
		white-space: normal;
		vertical-align: top;

	}
	.tag_list li:nth-child(4) {
		margin-right: 7px;
	}
	.tag_list li:nth-child(1) {
		margin-left: 0;
	}

	.tag_list li a {
		font-size: 1.2rem;
		line-height: 1.2;
		padding: 0 10px;
	}
	.tag_list li.all a {
		font-size: 1.4rem;
	}
}

.tag_list li.oshirase a,
body.index .tag_list li.info a {
	background: #d9e3ed;
	color: #4374a4;
    border: dotted 1px #4374a4;
}
.tag_list li.event a {
	background: #f7e3df;
	color: #d67161;
    border: dotted 1px #d67161;
}
.tag_list li.international a {
	background: #dbe9ea;
	color: #4c8f95;
    border: dotted 1px #4c8f95;
}
.tag_list li.japanese a {
	background: rgba(185, 79, 115, 0.3);
	color: #b94f73;
    border: dotted 1px #b94f73;
}
.tag_list li.english a {
	background: rgba(83, 159, 190, 0.3);
	color: #3e8eaf;
    border: dotted 1px #3e8eaf;
}
.tag_list li.asia a {
	background: rgba(195, 59, 59, 0.3);
	color: #c33b3b;
    border: dotted 1px #c33b3b;
}
.tag_list li.psychology a {
	background: rgba(39, 170, 119, 0.3);
	color: #1d9667;
    border: dotted 1px #1d9667;
}
.tag_list li.welfare a {
	background: rgba(109, 181, 77, 0.3);
	color: #5aa738;
    border: dotted 1px #5aa738;
}
.tag_list li.fomaition a {
	background: rgba(142, 117, 184, 0.3);
	color: #7d5baf;
    border: dotted 1px #7d5baf;
}
.tag_list li.child a {
	background: rgba(100, 109, 165, 0.3);
	color: #646da5;
    border: dotted 1px #646da5;
}
.tag_list li.social a {
	background: rgba(57, 123, 184, 0.3);
	color: #397bb8;
    border: dotted 1px #397bb8;
}

/*4カラム*/
.col4_block_list {
	margin-bottom: 0;
	z-index: 20;
}
.col4_block_list::after {
	content:"";
	display:block;
	clear:both;
}
.col4_block_list li {
	width: 25%;
	float: left;
	margin-bottom: 50px;
}
.col4_block_list li a {
	display: block;
	color: #333;
	transition: 0.3s;
}
.col4_block_list li a:hover {
	opacity: 0.6;
}
.col4_block_list li figure img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}
.col4_block_list li .text {
	padding: 20px 20px 0;
	font-size: 1.4rem;
}
.col4_block_list li .text .ttl {
	line-height: 1.8;
}
.col4_block_list li .text .time {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-style: italic;
	color: #713764;
	margin-bottom: 5px;
	display: inline-block;
}
.col4_block_list li .text .tag {
	font-size: 1.2rem;
	display: inline-block;
	color: #fff;
	margin: 0 0 0 16px;
	padding: 1px 14px 2px;
}

@media screen and (max-width: 798px) {
	.col4_block_list {
		margin-bottom: 0;
	}
	.col4_block_list li {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.col4_block_list li figure {
		text-align: center;
	}
	.col4_block_list li .text {
		padding: 15px 15px 0;
		font-size: 1.3rem;
	}
	.col4_block_list li .text .ttl {
		padding-bottom: 15px;
	}
	.col4_block_list li .text .time {
		display: inline-block;
		font-size: 1.3rem;
	}
	.col4_block_list li .text .tag {
		display: inline-block;
		margin-left: 6px;
		font-size: 1.1rem;
		color: #fff;
		padding: 0 6px;
		line-height: 20px;
	}
}

/*tag color*/
main .tag.oshirase {
	background: #4375a4;
}
main .tag.event {
	background: #d67162;
}
main .tag.international {
	background: #4d8f95;
}
main .tag.social {
	background: #397bb8;
}
main .tag.welfare {
	background: #6db54d;
}
main .tag.child {
	background: #646da5;
}
main .tag.japanese {
	background: #b94f73;
}
main .tag.english {
	background: #539fbe;
}
main .tag.asia {
	background: #c33b3b;
}
main .tag.fomaition {
	background: #7d5baf;
}
main .tag.psychology {
	background: #1d9667;
}
main .tag:first-child {
	margin-bottom: 18px;
}

/* 4カラム　隙間あり */
.col4_block_between {
	width: 1000px;
	margin: 0 auto 45px;
}
.col4_block_between::after {
	content:"";
	display:block;
	clear:both;
}
.col4_block_between li {
	width: 230px;
	float: left;
	margin-left: 26px;
}
.col4_block_between li:first-child {
	margin-left: 0;
}
.col4_block_between li a {
	display: block;
	transition: 0.3s;
}
.col4_block_between li a:hover {
	opacity: 0.6;
}
.col4_block_between li figure {
	height: 150px;
	overflow: hidden;
}
.col4_block_between li .text {
	padding: 12px 15px 15px;
	background: #fff;
}
.col4_block_between li .text .time {
	font-family: 'Cormorant Garamond', serif;
	/* font-style: italic; */
	/* font-size: 1.8rem; */
	color: #713764;
	margin-bottom: 5px;
}
.col4_block_between li .text .ttl {
	font-size: 1.5rem;
	color: #333;
}

@media screen and (max-width: 798px) {
	.col4_block_between {
		width: 100%;
		margin: 0 auto 25px;
	}
	.col4_block_between li {
		width: 48%;
		float: left;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.col4_block_between li:nth-child(even) {
		float: right;
	}
	.col4_block_between li figure img {
		 width:100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
		font-family: 'object-fit: cover; object-position: center;'
	}
	.col4_block_between li .text {
		padding: 8px 12px 12px;
	}
	.col4_block_between li .text .time {
		font-family: 'Cormorant Garamond', serif;
		font-style: italic;
		font-size: 1.5rem;
		color: #713764;
		margin-bottom: 5px;
	}
	.col4_block_between li .text .ttl {
		font-size: 1.3rem;
		color: #333;
	}
}



.underline_btn {
	text-align: center;
}
.underline_btn a {
	display: inline-block;
	min-width: 200px;
	font-family: 'Crimson Text', serif;
	font-size: 2rem;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px solid #68455f;
	color: #4a4a4a;
	transition: 0.3s;
}
.underline_btn a::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 6px;
	height: 10px;
	background: url(../img/common/icon-arrow_pur01.png)no-repeat;
	background-size: 100%;
	vertical-align: 2px;
}
.underline_btn a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 798px) {
	.underline_btn {
		margin-top: 5px;
	}
	.underline_btn a {
		min-width: 160px;
		font-size: 2.2rem;
		padding-bottom: 0;
	}
}

/*ピックアップ
----------------------------------------*/
.pickup {
	padding: 75px 0 100px;
	background-image: url(../img/index/bg-pickup01.png),url(../img/index/bg-pickup02.png);
	background-repeat: no-repeat;
	background-position: left top,right bottom;
}
.pickup_box a {
	display: block;
	transition: 0.3s;
	color: #333;
}
.pickup_box a:focus {
	outline: none!important;
}
.pickup_box a:hover {
	opacity: 0.6;
}
.pickup_box figure {
	height: 22.3vw;
	min-height: 222px;
	overflow: hidden;
}
.pickup_box figure img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}
.pickup_box .text {
	padding: 10px 30px 0;
}
.pickup_box .ttl {
	font-size: 1.6rem;
}
.pickup_box .en_cg {
	font-size: 2rem;
	margin-bottom: 5px;
	color: #713764;
}
.pickup_box .tag {
	font-size: 1.3rem;
	display: inline-block;
	color: #fff;
	margin: 0 0 0 16px;
	padding: 1px 14px 2px;
}
@media screen and (max-width: 798px) {
	.pickup {
		padding: 40px 0;
		background-image: url(../img/index/bg-pickup01_sp.png),url(../img/index/bg-pickup02_sp.png);
		background-repeat: no-repeat;
		background-position: left top,right bottom;
		background-size: 114px auto, 79px auto;
	}

	.pickup_box figure {
		height: 60.4vw;
		min-height: inherit;
	}
	.pickup_box .text {
		padding: 15px 20px 0;
	}
	.pickup_box .ttl {
		border-bottom: 1px solid #b7bab8;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	.pickup_box .en_cg {
		font-size: 1.3rem;
	}
	.pickup_box .tag {
		font-size: 1.1rem;
		margin: 0 3px;
		padding: 0 6px;
		line-height: 20px;
	}
}

/*スライドパーツ*/
.pickup_list .slick-prev {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	background: url(../img/index/icon-slide_arrow_l.png) no-repeat;
	z-index: 10;
}
.pickup_list .slick-next {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 30%;
	right: 0;
	background: url(../img/index/icon-slide_arrow_r.png) no-repeat;
	z-index: 10;
}
@media screen and (max-width: 798px) {
	.pickup_list .slick-prev {
		width: 34px;
		height: 34px;
		top: 30%;
		left: 18px;
		background: url(../img/index/icon-slide_arrow_l_sp.png) no-repeat;
		background-size: 100%;
	}
	.pickup_list .slick-next {
		width: 34px;
		height: 34px;
		top: 30%;
		right: 18px;
		background: url(../img/index/icon-slide_arrow_r_sp.png) no-repeat;
		background-size: 100%;
	}
}

/*お知らせ
----------------------------------------*/
.information {
	padding: 70px 0;
	background: url(../img/index/bg-information01.jpg) no-repeat center top;
	background-size: cover;
}
.information ul li a figure {
	height: 16.4vw;
	min-height: 164px;
	overflow: hidden;
}
.information ul li a figure img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}
.information .col4_block_list .text {
    padding-top: 10px;
}
@media screen and (max-width: 798px) {
	.information {
		padding: 40px 0;
	}
	.information .tag_list {
		text-align: center;
	}
	.information ul li a figure {
		height: 65.5vw;
		min-height: inherit;
	}
}

/*イベント情報
----------------------------------------*/
.event_info {
	padding: 70px 0;
	background: url(../img/index/bg-event_info01.png) no-repeat left top,url(../img/index/bg-event_info03.png) no-repeat right bottom;
}
.event_info .col3_block_between {
	width: 1000px;
	margin: 0 auto 45px;
	overflow: hidden;
}
.event_info .col3_block_between li {
	width: 310px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 40px;
	padding: 0;
}
.event_info .col3_block_between li:nth-child(3n) {
	margin-right: 0;
}
.event_info .col3_block_between li a {
	display: block;
	transition: 0.3s;
}
.event_info .col3_block_between li a:hover {
	opacity: .6;
}
.event_info .col3_block_between li figure {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
}
.event_info .col3_block_between li figure img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.event_info .col3_block_between .text {
	display: inline-block;
	max-width: 215px;
	width: 70%;
}
.event_info .col3_block_between .text p.apply {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ea7d12;
	background-color: #ffffff;
	border: 1px solid #ea7d12;
	margin-bottom: 7px;
	padding: 0 6px 0 9px;
}
.event_info .col3_block_between .text p.ttl {
	font-size: 1em;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
	word-break: break-word;
}
.event_info .col3_block_between .text + .time {
	display: flex;
	color: #333333;
	position: relative;
	width: 100%;
	clear: both;
}
.event_info .col3_block_between .text + .time p {
	font-size: 0.86em;
	word-break: break-word;
	border-top: 1px solid #ededed;
	padding: 15px 0 0 63px;
	width: 100%;
}
.event_info .col3_block_between .text + .time::before {
	content: "";
	display: block;
	width: 52px;
	height: 20px;
	background: url(../img/common/icon-event.png) no-repeat;
	background-size: 100%;
	margin: 15px 0 0;
	position: absolute;
}

@media screen and (max-width: 798px) {
	.event_info {
		padding: 40px 15px;
		background: url(../img/index/bg-event_info01_sp.png) no-repeat left top,url(../img/index/bg-event_info02_sp.png) no-repeat right bottom;
		background-size: 100%, 100%;
	}
	.event_info .col3_block_between {
		width: 100%;
	}
	.event_info .col3_block_between li {
		width: 100%;
		border-bottom: 1px solid #ededed;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.event_info .col3_block_between li figure {
		width: calc(150 / 750 * 100vw);
		height: calc(150 / 750 * 100vw);
	}
	.event_info .col3_block_between .text {
		width: 70%;
		max-width: 100%;
	}
	.event_info .col3_block_between .text p.ttl {
		border: none;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	.event_info .col3_block_between .text + .time p {
		border: none;
		padding-top: 0;
	}
	.event_info .col3_block_between .text + .time::before {
		margin-top: 0;
	}
}

/*国際交流
----------------------------------------*/
.international {
	padding: 70px 0;
	background: url(../img/index/bg-international.jpg) no-repeat center center;
	background-size: cover;
}
.international .col4_block_between li .text .time {
	display: inline-block;
	font-size: 2rem;
}

.international .col4_block_between li .text .country {
	display: inline-block;
	font-size: 1.2rem;
	color: #333;
}
.international .col4_block_between li .text .country::before {
	content: "/";
	margin: 0 5px;
	color: #7c7c7c;
}
@media screen and (max-width: 798px) {
	.international {
		padding: 40px 15px;
		background: #cbe0e1 url(../img/index/bg-international_sp.jpg) no-repeat center top;
		background-size: cover;
	}
}

/*各学科からのお知らせ
----------------------------------------*/
.department_info {
	padding: 90px 0 100px;
}
.department_info::before {
	content: "";
	width: 100%;
	height: 397px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/index/bg-department_info.jpg) no-repeat center top;
	background-size: cover;
}
.department_info .col4_block_list li a figure {
	height: 16.4vw;
	min-height: 164px;
	overflow: hidden;
}
@media screen and (max-width: 798px) {
	.department_info {
		padding: 45px 0 40px;
	}
	.department_info .col4_block_list li a figure {
		height: 65.5vw;
		min-height: inherit;
	}
}

/*筑女で学べること
----------------------------------------*/
.department {
	width: 1000px;
	margin: 0 auto;
}
.department::before {
	content: "";
	display: block;
	width: 500px;
	height: 700px;
	background: url(../img/index/img-department.jpg) no-repeat;
	position: absolute;
	top: 100px;
	left: -20px;
	z-index: 10;
}
.department_block {
	margin: 0 -40px 0 411px;
	padding: 170px 0 100px;
}
.department_box {
	background: url(../img/index/bg-department.jpg) no-repeat;
	text-align: center;
	padding: 95px 20px;
}
.department_box .btn_white {
	text-align: center;
}
.department_box .btn_white a {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 22px;
	background: #fff;
	border-radius: 25px;
	font-size: 2rem;
	padding: 14px 10px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #333333;
	transition: 0.3s;
}
.department_box .btn_white a:hover {
	opacity: 0.6;
}
.department_box .btn_white a::after {
	content: "";
    display: block;
    width: 16px;
    height: 7px;
    background: url(../img/common/icon-arrow_bla01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.department_box .btn_white + .btn_white {
	margin-top: 27px;
}
.department_box .link_list {
	margin: 22px 20px 28px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.department_box .link_list li {
	padding: 0 0 0 23px;
	font-size: 1.6rem;
	color: #814680;
}
.department_box .link_list li + li {
	margin-top: 10px;
}
.department_box .link_list.inline_b li + li {
	margin-top: 0;
	margin-left: 9px;
	margin-right: 0!important;
}
.department_box .link_list li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon-circle01.png) no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
.department_box .link_list li a {
	color: #814680;
}
.department_box .link_list li a:hover {
	text-decoration: underline;
}

.department_box .link_list li > ul {
	margin-top: 10px;
}
.department_box .link_list li > ul > li {
	margin-left: -23px;
	font-size: 1.7rem;
}
.department_box .link_list li > ul > li::before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #814680;
	position: absolute;
	top: 50%;
	left: 10px;
}
@media screen and (max-width: 798px) {
	.department {
		width: auto;
		margin: 45px 15px 50px;
	}
	.department::before {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 132%;
		background: url(../img/index/img-department_sp.jpg) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.department_block {
		margin: 0;
		padding: 35px 0 0;
	}
	.department_block .ttl_h2 {
		margin-bottom: 54%;
	}
	.department_box {
		margin: 0 24px;
		background: url(../img/index/bg-department_sp.jpg) no-repeat;
		background-size: cover;
		padding: 40px 20px;
	}
	.department_box .btn_white {
		text-align: center;
	}
	.department_box .btn_white a {
		width: 165px;
		height: 40px;
		line-height: 16px;
		border-radius: 20px;
		font-size: 1.5rem;
		padding: 12px 10px;
	}
	.department_box .btn_white a::after {
		width: 15px;
		height: 6px;
		right: 13px;
	}
	.department_box .btn_white + .btn_white {
		margin-top: 27px;
	}
	.department_box .link_list {
		margin: 15px auto;
		min-width: 160px;
	}
	.department_box .link_list li + li {
		margin-top: 8px;
	}
	.department_box .link_list li {
		padding: 0 0 0 18px;
		font-size: 1.4rem;
	}
	.department_box .link_list.inline_b li {
		display: block!important;
		margin-right: 0!important;
	}
	.department_box .link_list.inline_b li + li {
		margin-top: 8px;
		margin-left: 0;
		margin-right: 0!important;
	}
	.department_box .link_list li::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: url(../img/common/icon-circle01.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 6px;
		left: 0;
	}
	.department_box .link_list li a {
		display: block;
	}

	.department_box .link_list + .link_list {
		margin-top: 5px;
	}

	.department_box .link_list li > ul {
		margin-top: 8px;
	}
	.department_box .link_list li > ul > li {
		margin-left: -23px;
		font-size: 1.5rem;
	}
	.department_box .link_list li > ul > li::before {
		content: "";
		display: block;
		width: 7px;
		height: 1px;
		background: #814680;
		position: absolute;
		top: 50%;
		left: 10px;
	}
}

/*おすすめコンテンツ
----------------------------------------*/
.recommend_block {
	background: url(../img/index/bg-recommend.jpg) no-repeat center top;
	background-size: cover;
	padding: 90px 0 145px;
}
.recommend_list {
	width: 1000px;
	margin: 0 auto;
}
.recommend_list::after {
	content:"";
	display:block;
	clear:both;
}
.recommend_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.recommend_list li:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 798px) {
	.recommend_block {
		background: url(../img/index/bg-recommend_sp.jpg) no-repeat center top;
		background-size: cover;
		padding: 80px 0;
	}
	.recommend_block .ttl_h2 {
		display: none;
	}
	.recommend_list {
		width: auto;
		margin: 0 15px;
	}
	.recommend_list li {
		width: 48.27%;
		float: left;
		margin-right: 0;
		margin-bottom: 12px;
		text-align: center;
	}
	.recommend_list li:nth-child(4n) {
		margin-right: 0;
	}
	.recommend_list li:nth-child(even) {
		float: right;
	}
}

.sab_recommend_list {
	margin-top: 4px;
}
.sab_recommend_list::after {
	content:"";
	display:block;
	clear:both;
}
.sab_recommend_list li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
}
.sab_recommend_list li:nth-child(3n-1) {
	padding: 0 4px;
}
.sab_recommend_list li a {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	height: 100px;
	padding: 0 45px;
	background: url(../img/common/bg-oblique_line-07.png) repeat;
	color: #434343;
	transition: 0.3s;
}
.sab_recommend_list li a:hover {
	opacity: 0.6;
}
.sab_recommend_list li:nth-child(even) a {
	background: url(../img/common/bg-oblique_line-08.png) repeat;
}
.sab_recommend_list li a::after {
	content: "";
    display: block;
    width: 16px;
    height: 7px;
    background: url(../img/common/icon-arrow_bla01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.sab_recommend_list li a span {
	display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 798px) {
	.sab_recommend_list {
		margin-top: 4px;
	}
	.sab_recommend_list li {
		width: 100%;
		float: none;
		margin-bottom: 4px;
	}
	.sab_recommend_list li:nth-child(3n-1) {
		padding: 0;
	}
	.sab_recommend_list li a {
		font-size: 1.2rem;
		height: 50px;
		padding: 0 35px;
	}
	.sab_recommend_list li a::after {
		width: 15px;
		height: 6px;
		right: 15px;
	}
}

/*インスタグラム
----------------------------------------*/
.instagram {
	padding: 80px 0 100px;
}
.instagram .ttl_h2 .en_ct {
	font-size: 4.4rem;
}
.insta_list img {
	margin: 0 5px;
}
@media screen and (max-width: 798px) {
	.instagram {
		padding: 35px 0 45px;
	}
	.instagram .ttl_h2 .en_ct {
		font-size: 3.8rem;
	}
	.instagram ul {
		height: 150px!important;
	}
	.insta_list img {
		margin: 0 3px;
		width: 150px;
	}
}
.instagram .insta_list {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.instagram .insta_list li a {
	display: block;
}
.instagram .insta_list li a {
	position: relative;
	overflow: hidden;
	width: 300px;
    height: 300px;
}
.instagram .insta_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.instagram .insta_list li a img.portrait {
    width: 100%;
    height: auto;
}
.instagram .insta_list li a img.landscape {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 798px) {
	.instagram .insta_list li a {
		width: 150px;
		height: 150px;
	}
}
