.box_half {
	background-color: #eff8fc;
	width: 50%;
}


/**********************************
	共通ボタン
*/
.anchor_container {
	clear: both;
	text-align: center;
}
/*

.anchor_back {
	background: linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	display: inline-block;
	min-width: 360px;
	padding: 3px;
	border-radius: 30px;
}
.anchor_back a {
	background: #fff url(../img/home/arrow_link.png) no-repeat 96.5% 50%;
	background-color: #fff;
	box-sizing: border-box;
	color: #6d083d;
	display: block;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 54px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	border-radius: 27px;
	transition-duration: 0.2s;
}
.anchor_back a:hover {
	background: url(../img/home/arrow_link_on.png) no-repeat 96.5% 50%;
	color: #fff;
}*/

.anchor_back {
	/*background: url(../img/base/btn_back.png);*/
	/*background-size: 100% 100%;*/
	min-width: 430px;
	padding: 4px;
	display: inline-block;
	line-height: 62px;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
}

.anchor_back:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: content-box;
	border-radius: 35px;
	background-color: #b51696;
	background-image: -webkit-linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	background-image:    -moz-linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	background-image:     -ms-linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	background-image:      -o-linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	background-image:         linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anchor_back a {
	/*--background: url(../img/home/arrow_link.png) no-repeat 96.5% 50%;--*/
	padding: 0 30px;
	display: block;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
	border-radius: 31px;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #6d083d;
	background-color: #fff;
}
.anchor_back a:before {
	content: " ";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -5.5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #921d5c;
	border-right: 2px solid #921d5c;
	transform: rotate(45deg);
}

@media screen and (min-width:768px) {
	.anchor_back a:hover {
		/*--background-image: url(../img/home/arrow_link_on.png), linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);--*/
		/*--background-position: 96.5% 50%, 0 0;--*/
		background-image: linear-gradient(135deg,  #de0fc8 0%,#8d1e54 100%);
		background-repeat: no-repeat;
		color: #fff;
	}
	.anchor_back a:hover:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
@media screen and (max-width:767px) {
	.anchor_container{
		padding: 30px 15px 60px;
	}
	.anchor_back{
		min-width: 0;
		display: block;
		width: auto;
		border-radius: 23px;
		padding: 3px;
		/*background-image: url(../img/base/btn_back_sp.png);*/
	}
	.anchor_back a{
		display: block;
		line-height: 40px;
		padding: 0;
		border-radius: 20px;
		font-size: 1.4rem;
	}
	.anchor_back a:before {
		right: 15px;
		margin-top: -6px;
		width: 11px;
		height: 11px;
		border-top: 1px solid #921d5c;
		border-right: 1px solid #921d5c;
	}
}

/**********************************
	メインビジュアル
*/
.main_visual {
}
.main_visual .slide_block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	height: 630px;
	position: relative;
	width: 100%;
}

.main_visual .slide_block .slide_block_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_visual .slide_block .title {
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	/*
	bottom: 50px;
	left: 48px;
	*/
	height: 150px;
	left: 0;
	line-height: 34px;
	padding: 66px 0 0 48px;
	position: absolute;
	width: 100%;
}
.main_visual .slide_block .anchor {
	background-color: #fff;
	border-radius: 24px;
	color: #78033d;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-left: 20px;
	opacity: 1;
	transition-duration: 0.2s;
	padding: 0 20px;
	text-decoration: none;
	vertical-align: top;
}
.main_visual .slide_block .anchor:before {
	background: url(../img/home/arrow_link.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin: 1px 3px 0 0;
	height: 13px;
	vertical-align: middle;
	width: 8px;
}
.main_visual .slide_block .anchor:hover {
	opacity: 0.7;
}
.main_visual.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.main_visual .slick-dots{
	bottom: -40px;
}

@media screen and (max-width:767px) {
	.main_visual .slide_block{
		height: 0;
		padding-top: 10.4%;
	}
	.main_visual .slide_block .title{
		/*
		bottom: 20px;
		left: 20px;
		*/
		font-size: 1.4rem;
		height: auto;
		line-height: 22px;
		padding: 20px 0 20px 20px;
	}
	.main_visual .slide_block .anchor{
		padding: 0 10px;
		margin-left: 5px;
		font-size: 1.2rem;
	}
	.main_visual .slide_block .anchor:before{
		background-size: 4px auto;
		background-position: 0 center;
	}
	.main_visual .slick-dots{
		bottom: -30px;
	}
}

/**********************************
	お知らせ
*/
.news {
	padding-top: 100px;
	background: url(../img/home/back_right01.png) no-repeat right 0;
}
.news .news_head {
	font-size: 28px;
	line-height: 1em;
	text-align: center;
}
.news .news_head:after {
	background-color: #8d1e54;
	content: "";
	display: block;
	height: 2px;
	margin: 16px auto 40px;
	width: 80px;
}
/* .news .news_important
--------------------------*/
.news .news_important {
	max-width: 1040px;
	margin: 0 auto;
	background-color: #f2f2f2;
	margin-bottom: 45px;
}
@media(max-width: 767px){
	.news .news_important {
		margin: 0 15px 15px 15px;
	}
}
.news .news_important h3 {
	font-size: 1.8rem;
	line-height: 3.1111;
	text-align: center;
	color: #FFF;
	background-color: #66162f;
}
@media(max-width: 767px){
	.news .news_important h3 {
		padding: 0 15px;
		font-size: 1.8rem;
		line-height: 2.5em;
		text-align: left;
	}
}
.news .news_important h3:before {
	content: "\e90d";
	font-family: iconfont;
	display: inline-block;
	margin-right: 0.5em;
	padding-bottom: 4px;
	vertical-align: middle;
}
.news .news_important dl {
    padding: 15px 30px;
    display: block;
}
@media(max-width: 767px){
	.news .news_important dl {
		padding: 4vw;
		margin: 0;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.news .news_important dt {
	color: #66162f;
	font-size: 1.5rem;
	float: left;
	display: block;
	width: 140px;
	clear: left;
	line-height: 1.86;
}
@media(max-width: 767px){
	.news .news_important dt {
		font-size: 1.3rem;
	}
}
.news .news_important dd {
	font-size: 1.5rem;
	line-height: 1.86;
	margin: 0 0 5px 140px;
}
@media(max-width: 767px){
	.news .news_important dd {
		font-size: 1.3rem;
		margin: 0 0 1em 0;
	}
}
.news .news_important dd:last-child {
	margin-bottom: 0;
}
.news .news_important a {
	color: #222;
	text-decoration: none;
}
.news .news_important a:hover {
	color: #941e57;
	text-decoration: underline;
}

.news .top_news {
	float: left;
	height: 420px;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.news .top_news .title {
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	letter-spacing: 0.7px;
	line-height: 1.4em;
	padding: 34px 6.3%;
	position: absolute;
	width: 100%;
}
.news .top_news .sml {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 10px;
}
.news .sub_news {
	float: left;
	height: 210px;
	overflow: hidden;
	position: relative;
	width: 25%;
}
.news .sub_news .title {
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	/*
	bottom: 19px;
	left: 7%;
	*/
	left: 0;
	letter-spacing: 0.2px;
	line-height: 1.4em;
	min-height: 65px;
	padding: 19px 55px 19px 7%;
	position: absolute;
	width: 100%;
}
.news .sub_news .sml {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}
.news .bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news .tag {
	background: linear-gradient( -90deg, #c713b4, #8d1e54 );
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 140px;
	padding-top: 110px;
	position: absolute;
	left: -70px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
	transform: rotate( -45deg );
	top: -70px;
	z-index: 2;
	width: 140px;
}
.news .tag.movie {
	background: linear-gradient( -90deg, #11bdc9, #008e98 );
}
.news .tag.new {
	background: #78033d;
	bottom: -50px;
	font-size: 12px;
	height: 100px;
	left: auto;
	padding-top: 10px;
	right: -50px;
	top: auto;
	width: 100px;
}
.news .fullsize {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
}
.news .top_news a,
.news .sub_news a {
	opacity: 1;
	transition-duration: 0.2s;
}
.news .top_news a:hover,
.news .sub_news a:hover {
	opacity: 0.5;
}
@media screen and (max-width:767px) {
	.news_container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news .top_news {
		float: none;
		height: 200px;
		width: 100%;
	}
	.news .sub_news {
		float: none;
		height: 125px;
		width: 50%;
	}
	.news {
		padding-top: 50px;
		background: url(../img/home/back_right02_sp.png) no-repeat right 0;
	}
	.news .news_head {
		font-size: 2rem;
	}
	.news .news_head:after {
		width: 65px;
		margin-bottom: 30px;
	}
	.news .top_news .title{
		font-size: 1.4rem;
	}
	.news .sub_news .title{
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	.news_btn_bg{
		background: #fff url(../img/home/back_right01_sp.png) no-repeat 0 0;
		background-size: auto 100%;
	}
}
@media screen and (min-width:768px) {
	.news{
		background-size: auto 300px;
	}
	.news_btn_bg{
		padding: 50px 0 60px;
		background: #fafafa url(../img/home/back_right01.png) no-repeat 0 0;
		background-size: auto 100%;
	}
}

/**********************************
	カレンダー
*/
.calender {
	display: table;
	text-align: center;
	width: 100%;
}
.calender2 {
	display: table;
	text-align: center;
	width: 100%;
}
.calender .week {
	display: table-row;
}
.calender2 .week {
	display: table-row;
}
.calender .week .day {
	background-color: #fff;
	display: table-cell;
	font-size: 1.6rem;
	height: 100%;
	vertical-align: middle;
	width: calc( 100% / 7 );
}
.calender2 .week .day {
	background-color: #f8f8f8;
	display: table-cell;
	font-size: 1.6rem;
	height: 100%;
	vertical-align: middle;
	width: calc( 100% / 7 );
}
.calender .week .head {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 2.4em;
	text-align: center;
	width: calc( 100% / 7 );
}
.calender2 .week .head {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 2.4em;
	text-align: center;
	width: calc( 100% / 7 );
}
.calender.spacing {
	border-collapse: separate;
	border-spacing: 1px;
}
.calender2.spacing {
	border-collapse: separate;
	border-spacing: 1px;
}
.calender .week .holy,
.calender .week .sun{
	color: #ff0202;
}
.calender2 .week .holy,
.calender2 .week .sun{
	color: #ff0202;
}
.calender .week .sat{
	color: #1e5dc6;
}
.calender2 .week .sat{
	color: #1e5dc6;
}
.calender .week .gray {
	background-color: #eeeeee;
}
.calender2 .week .gray {
	background-color: #e6e6e6
}
.calender .week .event {
	position: relative;
	transition-duration: 0.2s;
}
.calender2 .week .event {
	position: relative;
	transition-duration: 0.2s;
}

.calender .week .event > span,
.calender2 .week .event > span{
	position: relative;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.calender .week .event:after{
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #8d1e54;
}
.calender2 .week .event:after{
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #8d1e54;
}
.calender_month{
	position: relative;
	line-height: 64px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
}
.calender_month2{
	position: relative;
	line-height: 64px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #f8f8f8;
}
.calender_month h3{
	font-size: 2rem;
	font-weight: normal;
}
.calender_month2 h3{
	font-size: 2rem;
	font-weight: normal;
}
.month_prev,
.month_next{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.month_prev{
	left: 4%;
}
.month_next{
	right: 4%;
}
@media screen and (max-width:767px) {
	.calender_month{
		margin-bottom: 20px;
	}
	.calender_month2{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:1100px) {
	.calender .week .event:after{
		margin-left: -2px;
		bottom: 5px;
		width: 5px;
		height: 5px;
	}
	.calender2 .week .event:after{
		margin-left: -2px;
		bottom: 5px;
		width: 5px;
		height: 5px;
	}
}
@media screen and (min-width:768px) {
	.calender_month{
		line-height: 106px;
	}
	.calender_month2{
		line-height: 106px;
	}
	.calender_month h3{
		line-height: 105px;
		font-size: 2.5rem;
	}
	.calender_month2 h3{
		line-height: 105px;
		font-size: 2.5rem;
	}
	.calender .week .head {
		font-size: 1.8rem;
	}
	.calender2 .week .head {
		font-size: 1.8rem;
	}
	.calender .week .day{
		padding-bottom: 10px;
		font-size: 3rem;
	}
	.calender2 .week .day{
		padding-bottom: 10px;
		font-size: 3rem;
	}
	.calender .week .event:hover {
		opacity: .7;
	}
	.calender2 .week .event:hover {
		opacity: .7;
	}
}
@media screen and (min-width:768px) and (max-width:920px) {
	.calender .week .day {
		font-size: 2rem;
	}
	.calender2 .week .day {
		font-size: 2rem;
	}
	.calender .week .head {
		font-size: 1.4rem;
	}
	.calender2 .week .head {
		font-size: 1.4rem;
	}
}

.calender2 .week .day.frame{
	border:3px solid #8d1e54;
}

/**********************************
 イベント
*/
.event_section{
	padding: 60px 15px 0;
	background: url(../img/home/calendar_back.jpg) no-repeat center;
	background-size: cover;
}
.event_section2{
	padding: 60px 15px 100px;
}
.event_head {
	font-size: 2rem;
	line-height: 1em;
	text-align: center;
}
.event_head2 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 30px;
}
.event_head:after {
	background-color: #8d1e54;
	content: "";
	display: block;
	height: 2px;
	margin: 16px auto 30px;
	width: 80px;
}
.event_head2:after {
	background-color: #8d1e54;
	content: "";
	display: block;
	height: 2px;
	margin: 16px 0 5px;
	width: 65px;
}
.event_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.event_list2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.event_list dt{
	width: 72px;
	height: 90px;
	margin-top: 15px;
	padding-top: 27px;
	text-align: center;
	line-height: 1.1;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 700;                   
}
.event_list2 dt{
	width: 72px;
	height: 90px;
	margin-top: 15px;
	padding-top: 27px;
	text-align: center;
	line-height: 1.1;
	background-color: #f8f8f8;
	font-size: 1.6rem;
	font-weight: 700;
}
.event_list dt span{
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 400;
}
.event_list2 dt span{
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 400;
}
.event_list dd{
	width: calc(100% - 72px);
	margin-top: 15px;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.event_list2 dd{
	width: calc(100% - 72px);
	margin-top: 15px;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.event_list dd a{
	font-weight: 700;
}
.event_list2 dd a{
	font-weight: 700;
}
.event_list dd p{
	margin-top: 5px;
	padding-left: 20px;
	font-size: 1.3rem;
	background: url(../img/home/tagicon_sp.png) no-repeat 0 2px;
	background-size: 13px;
}
.event_list2 dd p{
	margin-top: 5px;
	padding-left: 20px;
	font-size: 1.3rem;
	background: url(../img/home/tagicon_sp.png) no-repeat 0 2px;
	background-size: 13px;
}
.event_btn{
	padding-top: 50px;
}
@media screen and (max-width:767px) {
	.event_container > div:nth-child(1){
		margin-bottom: 40px;
	}
	.event_btn{
		padding: 30px 0 60px;
	}
}
@media screen and (min-width:768px) {
	.event_section{
		padding: 60px 50px;
		background: url(../img/home/calendar_back.jpg) no-repeat center;
		background-size: cover;
	}
	.event_head{
		font-size: 2.8rem;
	}
	.event_head:after {
		width: 65px;
		margin-bottom: 40px;
	}
	.event_head2 {
		font-size: 2rem;
	}
	.event_head2:after {
		margin-bottom: 15px;
		width: 80px;
	}
	.event_container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	.event_container > div{
		width: 50%;
	}
	.event_container > div:nth-child(1){
		margin-top: 5px;
		width: 51%;
	}
	.event_container > div:nth-child(2){
		padding-right: 15px;
		width: 49%;
	}
	.event_list dt{
		width: 100px;
		height: 100px;
		padding-top: 25px;
		font-size: 2rem;
	}
	.event_list2 dt{
		width: 100px;
		height: 100px;
		padding-top: 25px;
		font-size: 2rem;
	}
	.event_list dt span{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.event_list2 dt span{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.event_list dd{
		width: calc(100% - 100px);
		padding-left: 20px;
		font-size: 1.4rem;
	}
	.event_list2 dd{
		width: calc(100% - 100px);
		padding-left: 20px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:900px) {
	.event_section{
		padding-left: 20px;
		padding-right: 20px;
	}
	.event_container > div:nth-child(1){
		padding-left: 30px;
	}
}

/**********************************
 イベントカレンダー用ナビゲーション
*/
.local_navigation {
	height: 60px;
	background-color: #5b5b5b;
}

.local_navigation li {
	color: #FFF;
	font-size: 1.6rem;
}

/**********************************
芸術文化学群
*/
.spring2018{
	position: relative;
}
.spring2018_head img{
	width: 100%;
	max-width: none;
}
.spring2018_btn{
	position: absolute;
}
@media screen and (max-width:767px) { 
	.spring2018_pc {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.spring2018_btn{
		left: 0;
		bottom: 15px;
		width: 100%;
		padding-bottom: 0;
	}
}
@media screen and (min-width:768px) {
	.spring2018_btn{
		left: 50%;
		/*top: 81%;*/
		transform: translate(-50%, 0);
	}
}
@media screen and (min-width:768px) {
	.spring2018_sp {
		display: none;
	}
}
@media screen and (min-width:768px){
	.spring2018_btn{
		bottom: 1.4vw;
	}
}

/**********************************
 新キャンパス
*/
.newcampus{
	position: relative;
}
.newcampus_head img{
	width: 100%;
	max-width: none;
}
.newcampus_btn{
	position: absolute;
}
@media screen and (max-width:767px) {
	.newcampus_btn{
		left: 0;
		bottom: 15px;
		width: 100%;
		padding-bottom: 0;
	}
}
@media screen and (min-width:768px) {
	.newcampus_btn{
		left: 50%;
		transform: translate(-50%, 0);
		/*top: 81%;*/
		bottom: 1.4vw;
	}
}
@media screen and (min-width:768px) and (max-width:1100px) {
	.newcampus_btn{
		bottom: 9%;
	}
}


/**********************************
 OBIRINER PLUS
*/

/* obirinerPlus_head
--------------------------*/
.obirinerPlus_head {
	font-size: 2rem;
	line-height: 1em;
	text-align: center;
}
.obirinerPlus_head:after {
	background-color: #8d1e54;
	content: "";
	display: block;
	height: 2px;
	margin: 16px auto 30px;
	width: 80px;
}

/* obirinerPlus_txt
--------------------------*/
.obirinerPlus_txt{
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* obirinerPlus_list
--------------------------*/
.obirinerPlus_list ul:after{
	content:none;
	display: none;
}
.obirinerPlus_list ul li{
	background-color: #fff;
}

/* obirinerPlus_list > obirinerPlus_dl
--------------------------*/
.obirinerPlus_dl:hover{
	opacity: 0.7;
}
.obirinerPlus_dl dt span{
	display: inline-block;
	padding: 17px 15px 0;
	color: #8d1e54;
	font-size: 1.3rem;
	line-height: 1.2;
}
.obirinerPlus_dl dd{
	padding: 4px 15px 15px;
	line-height: 1.6;
	font-size: 1.4rem;
}
@media screen and (max-width:767px) {
	.obirinerPlus{
		padding: 40px 15px 0;
		background-size: 100% auto;
		padding-top: 40px;
		background-color: #f3f6fb;
		background-image: url(../img/home/back_right02_sp.png), url(../img/home/back_right01_sp.png);
		background-repeat: no-repeat;
		background-position: 0 0, right bottom;
	}
	.obirinerPlus_list ul li:first-child{
		margin-top: 27px;
	}
	.obirinerPlus_list ul li{
		margin-top: 15px;
	}
	.obirinerPlus_btn{
		padding: 30px 0 60px;
	}
	.obirinerPlus_btn .anchor_back a{
		font-size: 1.3rem;
	}
}
@media screen and (min-width:768px) {
	.obirinerPlus{
		padding: 60px 50px;
		background: #f3f6fb url(../img/home/back_right02.png) no-repeat 0 0;
	}
	.obirinerPlus_head{
		font-size: 2.8rem;
	}
	.obirinerPlus_head:after {
		width: 65px;
		margin-bottom: 40px;
	}
	.obirinerPlus_txt{
		font-size: 1.6rem;
	}
	.obirinerPlus_list{
		margin: 36px auto 40px;
	}

	.obirinerPlus_list ul {
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1160px;
		margin: 0 auto;
	}

	.obirinerPlus_list ul li{
		width: calc((100% - 90px) / 4);
	}

	.obirinerPlus_dl{
	}
	.obirinerPlus_dl dt span{
		padding: 20px 30px 0;
	}
	.obirinerPlus_dl dd{
		padding: 16px 30px;
		line-height: 1.6;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:1100px) {
	.obirinerPlus{
		padding-left: 20px;
		padding-right: 20px;
	}
	.obirinerPlus_list ul li{
		width: calc((100% - 60px) / 4);
	}
	.obirinerPlus_dl dt span,
	.obirinerPlus_dl dd{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/**********************************
 col2-group
*/
.col2-group {
    display: flex;
    /*height: 36.111111111vw;*/
}

@media(max-width: 767px) {
    .col2-group {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

.col2-group__box {
    width: 50%;
    text-align: center;
    position: relative;
}

@media(max-width: 767px) {
    .col2-group__box {
        width: 100%;
    }
}

.col2-group__box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 767px){
	.col2-group__box .anchor_back {
		width: 100%;
	}
}

.col2-btn {
	position: absolute;
	bottom: 1.4vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media(max-width: 767px){
	.col2-btn {
		position: absolute;
		bottom: 15px;
		width: 100%;
		padding: 0 15px;
	}
}

.obirinerPlus + .pagetop + footer {
	margin-top: 0 !important;
	
}

/**********************************
 top-teacher-interview
*/

.top_teacher_interview {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f3f3f3;
	/*height: 36.111111111vw;*/
}

@media(max-width: 767px) {
	.top_teacher_interview {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	    height: 100%;
	}
}

.top_teacher_interview .top_teacher_interview_item {
	width: 50%;
	/*padding: 5.5555555555vw 5.5555555555vw 0;*/
	position: relative;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}

.top_teacher_interview .top_teacher_interview_item .top_teacher_interview_item_inner{
	width:80%;
	
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_item {
		width:100%;
	}
	.top_teacher_interview .top_teacher_interview_item .top_teacher_interview_item_inner{
		width:100%;
		padding: 15px;
	}
}

.top_teacher_interview .top_teacher_interview_head {
	position: relative;
	margin-bottom: 34px;
	padding-bottom: 14px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_head {
		margin-bottom: 2.5vw;
		padding-bottom: 0.9722222222vw;
		font-size: 1.9444444444vw;
	}
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_head {
		margin-bottom: 24px;
		padding-bottom: 20px;
		font-size: 20px;
	}
}

.top_teacher_interview .top_teacher_interview_head:after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #c01f6f;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_head:after {
		width: 4.5138888888vw;
	}
}

.top_teacher_interview .top_teacher_interview_desc {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_desc {
		margin-bottom: 1.5277777777vw;
		font-size: 1.25vw;
	}
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_desc {
		font-size: 14px;
	}
}

.top_teacher_interview .top_teacher_interview_field {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 1.67;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_field {
		margin-bottom: 0.2777777777vw;
		font-size: 1.0416666666vw;
	}
}

.top_teacher_interview .top_teacher_interview_name {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: normal;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_name {
		margin-bottom: 2.0833333333vw;
		font-size: 1.0416666666vw;
	}
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_name {
		margin-bottom: 20px;
	}
}

.top_teacher_interview .top_teacher_interview_name > strong {
	font-size: 22px;
	margin: 0 14px;
}

@media (min-width:768px) and (max-width:1440px) {
	.top_teacher_interview .top_teacher_interview_name > strong {
		font-size: 1.5277777777vw;
		margin: 0 0.9722222222vw;
	}
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_name > strong {
		margin: 0 8px;
	}
}

.top_teacher_interview .top_teacher_interview_name .top_teacher_interview_name_ruby {
	color: #78033d;
}

@media(max-width: 767px) {
	.top_teacher_interview .top_teacher_interview_name .top_teacher_interview_name_ruby {
		font-size: 12px;
	}
}

.top_teacher_interview .top_teacher_interview_btn {
	text-align: center;
/*	bottom: 1.4vw;
	position: absolute;*/
}

@media (min-width:768px) and (max-width:1440px) {
	.anchor_back {
		min-width: 29.8611111111vw;
		padding: 0.2777777777vw;
		line-height: 4.3055555555vw;
		border-radius: 2.4305555555vw;
	}
	.anchor_back a {
		font-size: 1.1805555555vw;
		border-radius: 2.1527777777vw;
	}
}

.top_teacher_interview_image {
	width: 50%;
}

@media(max-width: 767px) {
	.top_teacher_interview_image {
		width: 100%;
	}
}

.top_teacher_interview_image img {
	display: block;
	width: 100%;
	margin: 0;
}

@supports (object-fit: cover) {
	.top_teacher_interview_image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}