@charset "utf-8";
/*共通 header*/
.daigaku_logo{
	text-align: center;
	padding: 20px 0;
}
header{
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 30px;
	font-size: 19px;
}
header::before{
	position: absolute;
	top: -688px;
	left: 0;
	content: "";
	background-color: #FCDF00;
	width: 100%;
	height: 700px;
	transform: skew(0deg,-18deg);
}
.header_box{
	position: relative;
	/* background: url(/special/tobira/images/tobira_all.svg) 28px 0 no-repeat;
	background-size: 208px 168px; */
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	letter-spacing: 0;
}
.header_box::before{
	position: absolute;
	top: 0;
	left: 28px;
	background: url(/special/tobira/images/tobira_all.svg) 0 0 no-repeat;
	background-size: 208px 168px;
	width: 208px;
	height: 168px;
	content: "";

}
.header_box h1{
	margin-bottom: 20px;
	padding-right: 70px;
	font-size: 145px;
	color: #29ABE2;
	letter-spacing: -0.35em;
	font-weight: normal;
	line-height: 1;
}
.header_box h1 span{
    padding: 0 8px 0 15px;
	font-size: 112px;
	vertical-align: 10px;
}
.header_box .txt01{
	text-align: left;
	width: 772px;
	max-width: 100%;
	margin: 0 auto 40px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
/*SP header*/
#header{
	width: 100%;
	padding: 0 3%;
	margin: 0 auto;
}
header::before{
	top: -664px;
}
.daigaku_logo{
	text-align: right;
	width: 100%;
	padding: 20px 0 36px;
}
.daigaku_logo img{
	width: 110px;
	height: auto;
}
.header_box{
	width: 100%;
	margin-bottom: 30px;
}
.header_box::before{
	top: 6px;
	left: 0;
	right: 0;
	background: url(/special/tobira/images/tobira_all.svg) 0 0 no-repeat;
	background-size: 104px 84px;
	width: 280px;
	height: 84px;
	margin: 0 auto;
	content: "";

}
.header_box h1{
	padding-right: 0;
	margin-bottom: 10px;
	margin-left: -30px;
	font-size: 72px;
	letter-spacing: -0.4em;
}
.header_box h1 span{
    padding: 0 8px 0 15px;
	font-size: 54px;
	vertical-align: 5px;
}
.header_box .txt01{
	width: 90%;
	max-width: 90%;
	margin: 0 auto 30px;
	font-size: 14px;
}

}



/*共通 文学部のトビラ カテゴリーボタン*/
.modal_cat {
	justify-content: space-around;
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}
.modal_cat li{
	position: relative;
	border: solid 2px #000;
	text-align: center;
	width: 31.8%;
	padding: 20px 10px;
	margin-bottom: 15px;
	list-style-type: none;
	font-size: 26px;
	letter-spacing: -0.30em;
	cursor: pointer;
}

.modal_cat li::after{
	display: block;
	border-bottom: solid 1px #000;
	position: absolute;
	bottom: 18px;
	right: 7%;
	width: 78%;
	height: 1px;
	margin: 0;
	content: "";
}
.modal_cat li:nth-of-type(4)::after{
	display: block;
	border-bottom: solid 1px #000;
	position: absolute;
	bottom: 18px;
	right: 7%;
	width: 54%;
	height: 1px;
	margin: 0;
	content: "";
}
.modal_cat li:hover{
	color: #29ABE2;
}
.modal_cat li:nth-of-type(1){
	background: url(/special/tobira/images/tobira_blue.svg) 5% center no-repeat;
	background-size: 28px 66px;
}
.modal_cat li:nth-of-type(2){
	background: url(/special/tobira/images/tobira_green.svg) 5% center no-repeat;
	background-size: 28px 66px;
}
.modal_cat li:nth-of-type(3){
	background: url(/special/tobira/images/tobira_orange.svg) 5% center no-repeat;
	background-size: 28px 66px;
	padding-left: 40px;
}
.modal_cat li:nth-of-type(4){
	background: url(/special/tobira/images/tobira_all_a.svg) 5% center no-repeat;
	background-size: 92px 66px;
	padding-left: 10%;
}

.modal_cat {
	.new > img{
		width: 40%;
		position: absolute;
		top: -20%;
		right: 5%;
	}
}

@media screen and (max-width: 767px) {
/*SP 文学部のトビラ カテゴリーボタン*/
.modal_cat li{
	text-align: center;
	padding: 42px 0 5px;
	font-size: 11px;
}
.modal_cat li::after,
.modal_cat li:nth-of-type(4)::after{
	display: none;
}

.modal_cat li:nth-of-type(1){
	background: url(/special/tobira/images/tobira_blue.svg) center 7px no-repeat;
	background-size: 14px 33px;
}
.modal_cat li:nth-of-type(2){
	background: url(/special/tobira/images/tobira_green.svg) center 7px no-repeat;
	background-size: 14px 33px;
}
.modal_cat li:nth-of-type(3){
	background: url(/special/tobira/images/tobira_orange.svg) center 7px no-repeat;
	background-size: 14px 33px;
	padding-left: 0;
}
.modal_cat li:nth-of-type(4){
	background: url(/special/tobira/images/tobira_all_a.svg) center 7px no-repeat;
	background-size: 46px 33px;
	padding-left: 0;
}
.modal_cat {
	.new > img{
		width: 60%;
		position: absolute;
		top: -10%;
		right: 5%;
	}
}
}

/*共通 文学部のトビラ 、コラムボタン*/
.section_column{
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 180px;
	/* padding-bottom: 0; */
}
.section_column ul{
	justify-content: space-between;
}
.section_column li{
	position: relative;
	float: left;
	width: 344px;
	height: 510px;
	margin-right: 24px;
	list-style-type: none;
}
.section_column li:nth-of-type(2){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 10;
}
.section_column li:nth-of-type(5){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 9;
}
.section_column li:nth-of-type(8){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 8;
}
.section_column li:nth-of-type(11){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 7;
}
.section_column li:nth-of-type(14){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 6;
}
.section_column li:nth-of-type(17){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 5;
}
.section_column li:nth-of-type(20){
	/*各真ん中の下段がマイナスマージンでかぶってリンク押せない問題の対処*/
	z-index: 4;
}
.section_column li.filtered:nth-of-type(3n){
	margin-right: 0;
}
.section_column li:nth-of-type(3n-1) .box{
	margin-top: 160px;
}
/*「全て」ボタンクリックで真ん中のボタンに.all追加して下下り用にスタイル適応したい
 .section_column li:nth-of-type(3n-1) .box.all{
	margin-top: 160px !important;
	transition: margin-top 0.5s ease-in-out;
} */
.section_column li.filtered:nth-of-type(3n+1){
	clear: both;
}
.section_column li .box{
	position: relative;
}
.section_column li.modal_btn01,
.section_column li.modal_btn02,
.section_column li.modal_btn03{
	margin-bottom: -56px;
}
.section_column li img{
	margin-bottom: -46px;
}
.section_column li h3{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.3em;
	line-height: 1.2;
}
.section_column li .txt_main{
	position: absolute;
	font-size: 18px;
	font-feature-settings: "palt";
}
.section_column li.modal_btn01 .txt_main{
	top: 240px;
	left: 70px;
}
.section_column li.modal_btn02 .txt_main{
	top: 227px;
	left: 86px;
}
.section_column li.modal_btn03 .txt_main{
	top: 246px;
	left: 50px;
}
.section_column li.modal_btn04 .txt_main{
	top: 230px;
	left: 123px;
}
.section_column li.modal_btn05 .txt_main{
	top: 226px;
	left: 60px;
}
.section_column li.modal_btn06 .txt_main{
	top: 237px;
	left: 74px;
}
.section_column li.modal_btn07 .txt_main{
	top: 237px;
	left: 63px;
}
.section_column li.modal_btn08 .txt_main{
	text-align: center;
	top: 237px;
	left: 50px;
}
.section_column li.modal_btn09 .txt_main{
	top: 237px;
	left: 61px;
}
.section_column li.modal_btn10 .txt_main{
	top: 244px;
	left: 112px;
}
.section_column li.modal_btn11 .txt_main{
	top: 244px;
	left: 102px;
}
.section_column li.modal_btn12 .txt_main{
	top: 226px;
	left: 74px;
}

.section_column li.modal_btn13 .txt_main{
	top: 240px;
	left: 96px;
}
.section_column li.modal_btn14 .txt_main{
	text-align: center;
	top: 240px;
	left: 56px;
	font-size: 17px;
}
.section_column li.modal_btn15 .txt_main{
	top: 234px;
	left: 110px;
}
.section_column li.modal_btn16 .txt_main{
	top: 249px;
	left: 91px;
}
.section_column li.modal_btn17 .txt_main{
	top: 242px;
	left: 113px;
}
.section_column li.modal_btn18 .txt_main{
	top: 230px;
	left: 100px;
}
.section_column li.modal_btn19 .txt_main{
	top: 230px;
	left: 95px;
}
.section_column li.modal_btn20 .txt_main{
	top: 244px;
	left: 110px;
}
.section_column li.modal_btn21 .txt_main{
	top: 244px;
	left: 100px;
}

.section_column li .txt_sub{
	position: absolute;
	text-align: center;
	font-size: 19px;
	color: #fff;
	line-height: 1.3;
}
.section_column li.modal_btn01 .txt_sub{
	top: 53px;
	right: 16px;
}
.section_column li.modal_btn02 .txt_sub{
	top: 43px;
	right: 16px;
}
.section_column li.modal_btn03 .txt_sub{
	top: 56px;
	right: 9px;
}
.section_column li.modal_btn04 .txt_sub{
	top: 48px;
	right: 16px;
}
.section_column li.modal_btn05 .txt_sub{
	top: 54px;
	right: 16px;
}
.section_column li.modal_btn06 .txt_sub{
	top: 39px;
	right: 14px;
}

.section_column li.modal_btn07 .txt_sub{
	top: 45px;
	right: 11px;
	font-size: 14px;
}
.section_column li.modal_btn08 .txt_sub{
	top: 54px;
	right: 13px;
}
.section_column li.modal_btn09 .txt_sub{
	top: 42px;
	right: 14px;
	font-size: 16px;
    line-height: 1.2;
}
.section_column li.modal_btn10 .txt_sub{
	top: 43px;
	right: 17px;
}
.section_column li.modal_btn11 .txt_sub{
	top: 59px;
	right: 12px;
	font-size: 14px;
}
.section_column li.modal_btn12 .txt_sub{
	top: 54px;
	right: 9px;
}

.section_column li.modal_btn13 .txt_sub{
	top: 47px;
	right: 19px;
	font-size: 15px;
}
.section_column li.modal_btn14 .txt_sub{
	top: 38px;
	right: 17px;
	font-size: 16px;
}
.section_column li.modal_btn15 .txt_sub{
	top: 48px;
	right: 6px;
	font-size: 14px;
}
.section_column li.modal_btn16 .txt_sub{
	top: 37px;
	right: 12px;
	font-size: 16px;
}
.section_column li.modal_btn16 .txt_sub .rotate{
	display: block;
	transform: rotateZ(90deg);
	margin-bottom: -25px;
}
.section_column li.modal_btn17 .txt_sub{
	top: 57px;
	right: 8px;
	font-size: 16px;
}
.section_column li.modal_btn18 .txt_sub{
	top: 42px;
	right: 10px;
}
.section_column li.modal_btn19 .txt_sub{
	top: 30px;
	right: 23px;
}
.section_column li.modal_btn20 .txt_sub{
	top: 38px;
	right: 10px;
	text-align: left;
}
.section_column li.modal_btn21 .txt_sub{
	top: 35px;
	right: 4px;
}
.modal_ul{
	margin:20px;
	text-align: left;
}

.section_column li a{
	display: block;
	width: 344px;
	height: 410px;
}
.section_column li a:hover{
	text-decoration: none;
}
.section_column li a:hover h3{
	color: #29ABE2;
}

.section_column_cs{
	clear: both;
	text-align: center;
	padding-top: 120px;
}
.section_column_cs .txt01{
	font-size: 18px;
	font-weight: bold;
}
.section_column_cs .txt02{
	text-align: 21px;
}
.modal_btn{
	.new{
		position: absolute;
		width:19%;
		bottom: 38%;
		left: -2%;
	}
}
@media screen and (max-width: 767px) {
/*SP 文学部のトビラ 、コラムボタン*/
.section_column{
	width: 96%;
	padding-bottom: 40px;
}
.section_column ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_column li{
	position: relative;
	float: none;
	width: 49.5%;
	height: auto;
	margin: 0;
	overflow: hidden;
}
.section_column li:nth-of-type(3n-1) .box{
	margin-top: 0;
}
.section_column li a{
	position: relative;
	width: 100%;
	height: initial;
}
.section_column li .box{
	position: relative;
	width: 100%;
	margin: 0 0 15px;
}
.section_column li img{
	width: 100%;
	height: auto;
	margin-bottom: -46px;
}
.section_column li h3{
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.2;
}
.section_column li .txt_main{
	font-size: 10px;
	line-height: 1.3;
}
.section_column li.modal_btn01 .txt_main{
	top: 33vw;
	left: 9vw;
}
.section_column li.modal_btn02 .txt_main{
	top: 32vw;
	left: 12vw;
}
.section_column li.modal_btn03 .txt_main{
	top: 33vw;
	left: 10vw;
}
.section_column li.modal_btn04 .txt_main{
	top: 32vw;
	left: 16vw;
}
.section_column li.modal_btn05 .txt_main{
	top: 32vw;
	left: 14vw;
}
.section_column li.modal_btn06 .txt_main{
	top: 32vw;
	left: 9vw;
}
.section_column li.modal_btn07 .txt_main{
	top: 32vw;
	left: 14vw;
}
.section_column li.modal_btn08 .txt_main{
	top: 31vw;
	left: 11.5vw;
}
.section_column li.modal_btn09 .txt_main{
	top: 32vw;
	left: 13vw;
}
.section_column li.modal_btn10 .txt_main{
	top: 34vw;
	left: 14vw;
}
.section_column li.modal_btn11 .txt_main{
	top: 33vw;
	left: 13vw;
}
.section_column li.modal_btn12 .txt_main{
	top: 31vw;
	left: 10.5vw;
}

.section_column li.modal_btn13 .txt_main{
	top: 33vw;
	left: 11.5vw;
}
.section_column li.modal_btn14 .txt_main{
	top: 31.5vw;
	left: 12.5vw;
	font-size: 10px;
}
.section_column li.modal_btn15 .txt_main{
	top: 32vw;
	left: 12.5vw;
}
.section_column li.modal_btn16 .txt_main{
	top: 35vw;
	left: 11.5vw;
}
.section_column li.modal_btn17 .txt_main{
	top: 33vw;
	left: 13.5vw;
}
.section_column li.modal_btn18 .txt_main{
	top: 32vw;
	left: 13vw;
}
.section_column li.modal_btn19 .txt_main{
	top: 31vw;
	left: 12vw;
}

.section_column li.modal_btn20 .txt_main{
	top: 33vw;
	left: 13vw;
}

.section_column li.modal_btn21 .txt_main{
	top: 33vw;
	left: 13vw;
}




.section_column li .txt_sub{
	font-size: 10px !important;
	color: #fff;
}
.section_column li.modal_btn01 .txt_sub{
	top: 7vw;
	right: 2vw;
}
.section_column li.modal_btn02 .txt_sub{
	top: 6vw;
	right: 2vw;
}
.section_column li.modal_btn03 .txt_sub{
	top: 8vw;
	right: 1vw;
}
.section_column li.modal_btn04 .txt_sub{
	top: 6.8vw;
	right: 2vw;
}
.section_column li.modal_btn05 .txt_sub{
	top: 7.2vw;
	right: 2vw;
}
.section_column li.modal_btn06 .txt_sub{
	top: 5.5vw;
	right: 1.8vw;
}
.section_column li.modal_btn07 .txt_sub{
	top: 4.5vw;
	right: 1.2vw;
	letter-spacing: 0;
}
.section_column li.modal_btn08 .txt_sub{
	top: 7.5vw;
	right: 1.3vw;
}
.section_column li.modal_btn09 .txt_sub{
	top: 6vw;
	right: 1vw;
	letter-spacing: 0;
	line-height: 1;
}
.section_column li.modal_btn10 .txt_sub{
	top: 5.8vw;
	right: 2.2vw;
}
.section_column li.modal_btn11 .txt_sub{
	top: 6.8vw;
	right: 2vw;
	letter-spacing: 0;
}
.section_column li.modal_btn12 .txt_sub{
	top: 7.5vw;
	right: 0.8vw;
}

.section_column li.modal_btn13 .txt_sub{
	top: 6vw;
	right: 1.6vw;

}
.section_column li.modal_btn14 .txt_sub{
	top: 5.2vw;
	right: 1.5vw;
	line-height: 1.1;
}
.section_column li.modal_btn15 .txt_sub{
	top: 4.8vw;
	right: 0vw;
	line-height: 1.2;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.section_column li.modal_btn16 .txt_sub{
	top: 4.5vw;
	right: 0.8vw;
	line-height: 1.2;
}
.section_column li.modal_btn16 .txt_sub .rotate{
	margin-bottom: -16px;
}
.section_column li.modal_btn17 .txt_sub{
	top: 6.2vw;
	right: 2.8vw;
}
.section_column li.modal_btn18 .txt_sub{
	top: 5.9vw;
	right: 1.1vw;
}
.section_column li.modal_btn19 .txt_sub{
	top: 4.5vw;
	right: 2.9vw;
}
.section_column li.modal_btn20 .txt_sub{
	top: 5.9vw;
	right: 1.1vw;
}
.section_column li.modal_btn21 .txt_sub{
	top: 4.5vw;
	right: 0.6vw;
}

.section_column_cs{
	padding-top: 30px;
}
.section_column_cs .txt01{
	font-size: 14px;
}
.section_column_cs .txt02{
	font-size: 16px;
}

.modal_btn{
	.new{
		position: absolute;
		width:18%;
		bottom: 48%;
		left: 0%;
	}
}
}


/*共通 学部学科紹介*/
.section_introduction{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 130px;
}
.section_introduction h2{
	font-size: 58px;
	color: #29ABE2;
	font-weight: normal;
	letter-spacing: -0.3em;
}
.section_introduction .box{
	border: solid 5px #29ABE2 ;
	/* padding: 20px 70px; */
	padding: 20px 40px;
}
.section_introduction .box_red{
	border: solid 5px #F15A24;
	/* padding: 20px 70px; */
	padding: 20px 40px;
}
.section_introduction .box_green{
	border: solid 5px #39B549;
	/* padding: 20px 70px; */
	padding: 20px 40px;
}
.section_introduction .box_kyouiku,
.section_introduction  .box_gendai{
	float: left;
	width: 470px;
	padding: 20px 40px;
	margin-top: 30px;
}
.section_introduction  .box_gendai{
	float: right;
}
.section_introduction .box h3{
	border-bottom: solid 1px #29ABE2;
	text-align: center;
	padding: 0 0 5px 40px;
	margin-bottom: 25px;
	font-size: 45px;
	color: #29ABE2;
	font-weight: normal;
	letter-spacing: -0.3em;
}
.section_introduction .box_bungaku h3{
	background: url(/special/tobira/images/gakubu_ico_bungaku.png) 40% center no-repeat;
	background-size: 82px 60px;
}
.section_introduction .box_kyouiku h3{
	background: url(/special/tobira/images/gakubu_ico_kyoiku.png) 20% center no-repeat;
	background-size: 82px 60px;
	padding-left: 20px;
}
.section_introduction  .box_gendai h3{
	background: url(/special/tobira/images/gakubu_ico_gendai.png) 0 center no-repeat;
	background-size: 82px 60px;
}
.section_introduction .box a{
	color: #29ABE2;
}
.section_introduction .box_red a{
	color: #F15A24;
}
.section_introduction .box_green a{
	color: #39B549;
}
.section_introduction .box .item_wrap{
	justify-content: space-between;
	/* padding: 0 20px; */
	padding: 0;
}
.section_introduction .box .item{
	letter-spacing: 0em;
}
.box_kyouiku,
.box_gendai{
	height: 285px;
}
.box_bungaku .item{
	position: relative;
	width: auto;
}
.section_introduction .box .item h4{
	position: relative;
	margin-bottom: 5px;
	padding-left: 1em;
	font-size: 18px;
	color: #29ABE2;
}
.section_introduction .box_red .item h4{
	color:#F15A24;
}
.section_introduction .box_green .item h4{
	color:#39B549;
}
.section_introduction .box .item h4::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #000;
	content: "";
	margin: auto 0;
}
.section_introduction .box .item h4 a{
	color: #29ABE2;
}
.section_introduction .box_red .item h4 a{
	color: #F15A24;
}
.section_introduction .box_green .item h4 a{
	color: #39B549;
}
.section_introduction .box h3 a:hover,
.section_introduction .box h4 a:hover{
	text-decoration: none;
	color: #F15A24;
}
.section_introduction .box_red h3 a:hover,
.section_introduction .box_red h4 a:hover{
	text-decoration: none;
	color: #29ABE2;
}
.section_introduction .box .item ul{
	padding-left: 1em;
}
.section_introduction .box .item li{
	margin-bottom: 5px;
	font-size: 14px;
	list-style-type: none;
}
.section_introduction .box_kyouiku li,
.section_introduction  .box_gendai li{
	float: left;
}
.section_introduction .box_kyouiku li:nth-of-type(odd),
.section_introduction  .box_gendai li:nth-of-type(odd){
	margin-right: 3em;
}
.section_introduction .box .item li a{
	color: #000;
}
.course_details{
	color: #fff;
	text-align: center;
	border-radius: 5px;
	width:142px;
	height:25px;
	margin:0 auto;
	font-size: 80%;
	display: flex;
	place-content: center;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: auto 5px auto 0;
}
.bg_blue{
	background-color: #29ABE2;
}
.bg_red{
	background-color:#F15A24;
	margin: 0 0 0 170px;
}
.bg_green{
	background-color:#39B549;
	position: relative;
	top: -25px;
	left: 50px;
}
.bg_blue:hover{
	background-color:#F15A24;
}
.bg_red:hover{
	background-color: #29ABE2;
}
.bg_green:hover{
	background-color:#F15A24;
}
@media screen and (max-width: 767px) {
/*SP 学部学科紹介*/
.section_introduction{
	width: 92%;
	padding-bottom: 60px;
}
.section_introduction h2{
	font-size: 38px;
}
.section_introduction .box{
	padding: 10px 6%;
}
.section_introduction .box_kyouiku,
.section_introduction  .box_gendai{
	float: none;
	width: 100%;
	padding: 10px 6%;
	margin-top: 20px;
}
.section_introduction .box .item_wrap{
	padding: 0 5px;
}
.section_introduction .box h3{
	padding: 0 0 5px 16px;
	margin-bottom: 15px;
	font-size: 34px;
}
.box_kyouiku,
.box_gendai{
	height: auto;
}
.section_introduction .box_bungaku h3{
	background: url(/special/tobira/images/gakubu_ico_bungaku.png) 26% center no-repeat;
	background-size: 54px 40px;
}
.section_introduction .box_kyouiku h3{
	background: url(/special/tobira/images/gakubu_ico_kyoiku.png) 22% center no-repeat;
	background-size: 54px 40px;
	padding-left: 20px;
}
.section_introduction .box_gendai h3{
	background: url(/special/tobira/images/gakubu_ico_gendai.png) 5% center no-repeat;
	background-size: 54px 40px;
	padding-left: 38px;
}
.section_introduction .box .item {
	margin-bottom: 10px;
}
.section_introduction .box .item h4{
	margin-bottom: 5px;
	font-size: 12px;
}
.section_introduction .box .item h4::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #000;
	content: "";
	margin: auto 0;
}
.section_introduction .box .item ul{
	padding-left: 10px;
}
.section_introduction .box .item li{
	margin-bottom: 5px;
	font-size: 10px;
}

.box_bungaku .item:nth-of-type(odd){
	width: 38%;
}
.box_bungaku .item:nth-of-type(even){
	width: 60%;
}
.section_introduction .box_kyouiku li:nth-of-type(odd),
.section_introduction  .box_gendai li:nth-of-type(odd){
	clear: both;
	width: 38%;
	margin-right: 1%;
}
.section_introduction .box_kyouiku li:nth-of-type(even),
.section_introduction  .box_gendai li:nth-of-type(even){
	width: 58%;
	margin-right: 0;
}
.course_details{
	width: 18vw;
	min-width:80px;
	height:auto;
	font-size: 60%;
}
.triangle{
	margin: auto 5px;
}
.bg_red{
	margin: 0 0 0 38%;
}
.bg_green{
	position: relative;
	top: -20px;
	left: 5%;
}
.bg_blue{
	margin: 0 auto 0 0;
}
}


/*共通 スペシャルコンテンツ*/
.flex_grow{
	flex-grow:1;
}
.section_special{
	text-align: center;
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}
.section_special h2{
	margin-bottom: 60px;
}

.special_cplife{
	width: 100%;
	overflow: hidden;
}
.special_manabi{
	box-sizing: border-box;
	float: left;
	width: 50%;
	overflow: hidden;
}
.special_rekishi{
	box-sizing: border-box;
	float: right;
	width: 50%;
	overflow: hidden;
}

.section_special h3{
	position: relative;
	display: inline-block;
	margin: 0 auto 30px;
	font-size: 29px;
	color: #29ABE2;
	z-index: 10;
}
.special_manabi h3{
	padding-right: 10px;
}
.special_rekishi h3{
	padding-left: 10px;
}
.section_special h3::before{
	display: inline-block;
	background-color: #29ABE2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -110%;
	width: 100%;
	height: 1px;
	margin: auto 0;
	content: "";
	z-index: -1;
}
.section_special h3::after{
	display: inline-block;
	background-color: #29ABE2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -110%;
	width: 100%;
	height: 1px;
	margin: auto 0;
	content: "";
	z-index: -1;
}
.section_special ul{
	margin-bottom: 50px;
}
.section_special li{
	box-sizing: border-box;
	border-left: solid 1px #000;
	width: 50%;
	height: 395px;
	padding: 20px 0;
	list-style-type: none;
	letter-spacing: 0;
}
.section_special li:last-child{
	border-right: solid 1px #000;
}
.section_special_last_none li:last-child{
	border-right: solid 0px #000;
}
.special_cplife li{
	width: 33.333%;
}
.section_special li h4{
	text-align: center;
	margin-bottom: 20px;
	vertical-align: middle;
}
.section_special li img{
	max-width: 100%;
	height: auto;
}
.section_special li p{
	text-align: left;
	padding: 0 20px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
/*SP スペシャルコンテンツ*/
.section_special{
	width: 100%;
	max-width: 100%;
}
.section_special h2{
	width: 80%;
	margin: 0 auto 25px;
}
.section_special h2 img{
	width: 100%;
	height: auto;
}
.special_cplife,
.special_manabi,
.special_rekishi{
	width: 100%;
}
.section_special h3{
	padding: 0;
	font-size: 15px;
}
.section_special h3::before{
	left: -325%;
	width: 300%;
}
.section_special h3::after{
	right: -325%;
	width: 300%;
}
.special_cplife h3::before{
	left: -305%;
	width: 300%;
}
.special_cplife h3::after{
	right: -305%;
	width: 300%;
}
.section_special ul{
	border-right: none;
	margin-bottom: 20px;
}
.section_special li{
	border: none;
	width: 50%;
	height: auto;
	margin-bottom: 30px;
	padding: 2% 5%;
}
.section_special li:nth-of-type(odd){
	border-right: solid 1px #000;
}
/* .special_manabi li{
	border: none !important;
	width: 100%;
} */
.section_special li h4 img{
	width: auto;
	height: 32vw;
}
.section_special li p{
	padding: 0;
	font-size: 12px;
}
.section_special li:last-child{
	border-right: solid 0px #000;
}
.section_special_last_none li:last-child{
	border-right: solid 0px #000;
}

}

.title{
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 1;
	font-weight: normal;
}
.title img{
	width: 46.88%;
	height: auto;
}

main{
	width: 100%;
	margin: 0 auto;
}




/*共通 footer*/
footer{
	clear: both;
	background-color: #fff;
	text-align: center;
	width: 100%;
	padding: 60px 0;
}

.goTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
.goTop img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
/*SP footer*/
footer{
	padding: 40px 0;
}


}




/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 768px) {
/*画面幅が768px以上（PC）*/


}/*PC End*/






@media screen and (max-width: 767px) {
/*画面幅が767px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

.meijo_logo{
	min-width: 100%;
	padding: 14px 0;
}
.meijo_logo img{
	width: 150px;
	height: auto;
}
#header{
	padding-bottom: 0;
}

main{
	overflow: hidden;
}

.title img{
	width: 100%;
	height: auto;
}

.modal_btn_wrap{
	width: 100%;
}
.modal_btn_wrap .flex-item{
	width: 100%;
	max-width: 100%;
}
.modal_btn_wrap .flex-item:first-of-type{
	margin-bottom: 20px;
}



}/*スマホ End*/
.text_decoration_none:hover{
	text-decoration: none;
}