@charset "utf-8";
:root {
  --japanese-color: #a87d56;
  --englush-color: #895b87;
  --math-color: #5b8aa8;
  --chemistry-color: #99954f;
}

#header{
	background-color: #a82d42;
	width: 100%;
	margin-bottom: 70px;
	padding: 100px 0;
	color: #fff;
}
.m_shachihoko_ico{
	display: block;
	width: 108px;
	height: auto;
	margin: 0 auto 10px;
}
h1.pageTitle {
	float: left;
	text-align: center;
	width: 40%;
	margin: 0;
}
h1.pageTitle span{
	background: linear-gradient(transparent 70%, #be6171 0%);
	display: inline;
	padding: 10px 0 0;
	color: #ffe345;
	letter-spacing: 0.1em;

	font-size: 42px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
}
#header p{
	float: right;
	width: 49%;
	font-size: 16px;
	line-height: 2;
}
#header p span{
	color: #ffe345;
}

/*topics*/
.topics_ttl{
	text-align: center;
	width: 100%;

	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 60px 10px 26px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	border-top: solid 3px #a82d42;
	border-bottom: solid 3px #a82d42;
	box-sizing: border-box;

	background: url(/admissions/concierge/images/common/topics_ttl_ptn.png), #f2eee9;
	background-repeat: no-repeat;
	background-position: center 0;
}
.topics_ttl::before{
	content: "";
	position: absolute;
	bottom: -53px;
	left: 50%;
	margin-left: -30px;
	border: 27px solid transparent;
	border-top: 27px solid #f7f5f2;
	z-index: 2;
}
.topics_ttl::after{
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -33px;
	border: 30px solid transparent;
	border-top: 30px solid #a82d42;
	z-index: 1;
}
.topics_ttl span{
	color: #a82d42;

	font-size: 42px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
}

#topics1 .topics_ttl span::before{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	content: "";
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(/admissions/concierge/images/m/m_topics01.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 0;
}
#topics2 .topics_ttl span::before{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	content: "";
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(/admissions/concierge/images/m/m_topics02.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 0;
}
#topics3 .topics_ttl span::before{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	content: "";
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(/admissions/concierge/images/m/m_topics03.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 0;
}
#topics4 .topics_ttl span::before{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	content: "";
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(/admissions/concierge/images/m/m_topics04.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 0;
}

.topics_txt {
	text-align: center;
	position: relative;
	width: 834px;
	padding: 15px 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2.2;
}
.topics_txt::before,
.topics_txt::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 6px solid #e5c0c6;
	border-bottom: 6px solid #e5c0c6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.topics_txt::before {
	left: 0;
	border-left: 6px solid #e5c0c6;
}
.topics_txt::after {
	right: 0;
	border-right: 6px solid #e5c0c6;
}


/*topics1*/
#topics1{
	margin-bottom: 100px;
}
.slidedown_head{
	position: relative;
	display: table;
	box-sizing: border-box;
	background: url(/admissions/concierge/images/m/slidedown_head_bg.png), #a82d42;
	background-repeat: no-repeat;
	background-position: 936px 50%;

	width: 1000px;
	padding: 15px 0 15px 30px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 24px;
}
.slidedown_head.active::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #a82d42 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.slidedown_head:first-of-type{
	margin-top: 40px;
}
.slidedown_head p{
	display: table-cell;
	vertical-align: middle;
}
.slidedown_head .txt{
	width: 540px;
}
.slidedown_head .txt span{
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	margin: auto 0 auto -174px;
	padding: 5px 0;
	color: #a82d42;
	font-size: 21px;
}
.slidedown_head .txt span::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -20px;
	top: 14px;
	border-left: 30px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 18px solid transparent;
	transform: rotate(-17deg)
}
.slidedown02 .slidedown_head .txt{
	position: relative;
	box-sizing: border-box;
	padding-left: 174px;
}
.slidedown_head .img{
	width: 376px;
	height: auto;
}
.slidedown_head .img img{
	width: 100%;
	height: auto;
}
.slidedown_head .btn{
	background: url(/admissions/concierge/images/common/open_ico.png) 0 0 no-repeat;
	background-size: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	text-align: right;
	width: 24px;
	height: 24px;
	margin: auto;
	cursor: pointer;
}
.slidedown_head.active .btn{
	background: url(/admissions/concierge/images/common/close_ico.png) 0 0 no-repeat;
	background-size: 24px;
}
.slidedown_head .btn img{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.slidedown_contents{
	display: none;
	padding: 0;
}
/* .slide_img:first-of-type{
	display: none;
} */
.slidedown_contents .txt{
	width: 606px;
	line-height: 2;
}
.slidedown_contents .img{
	width: 300px;
	padding: 0 40px;
}
.slidedown_contents .img img{
	width: 100%;
	height: auto;
}
/* .slide {
	display: block;
	height: 348px;
} */

.slidedown01_c02,
.slidedown02_c02,
.slidedown03_c02{
	background-color: #fbf4f6;
	padding: 40px 60px;
	margin: 40px auto 0;
}

.kyotsuten_ttl{
	display: table;
	position: relative;
	text-align: center;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #a82d42;
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: 936px 50%;
	margin: 0 auto 40px;
	padding: 2px 30px;
	color: #fff;
	font-size: 28px;
}
.kyotsuten_ttl::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fbf4f6 transparent transparent;
	border-width: 23px 8px 23px 0;
	transform: rotate(180deg);
}
.kyotsuten_ttl::after{
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fbf4f6 transparent transparent;
	border-width: 23px 8px 23px 0;
}

.slidedown01_c03,
.slidedown02_c03,
.slidedown03_c03{
	border-top: solid 4px #a82d42;
	background-color: #fbf4f6;
	padding: 0 60px 40px;
	margin: 40px auto 0;
}
.jisseki_ttl{
	display: table;
	position: relative;
	text-align: center;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #a82d42;
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: 936px 50%;
	margin: 0 auto 40px;
	padding: 4px 30px 6px;
	color: #fff;
	font-size: 28px;
}
.slidedown01_c03 p.t {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
}
.slidedown02_c03_img p{
	margin-bottom: 20px;
}
.slidedown02_c03_img img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.slidedown03_c03_img p{
	width: 410px;
	height: auto;
}
.slidedown03_c03_img img{
	margin-bottom: 20px;
}
.slidedown03_c03 ul{
	margin-top: 25px;
}
.slidedown03_c03 li{
	list-style-type: none;
	margin: 1em 0 0;
}

/*¥¹¥é¥¤¥É¥·¥ç©`*/
.bx-wrapper {
	background-color: #fbf4f6 !important;
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	height: 380px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.bx-viewport{
	background-color: #fff;
	width: 830px !important;
	height: 380px !important;
}
.bx-pager {
	bottom: -40px !important;
	padding: 0 !important;
}
.bx-pager-item {
	margin: 0 5px !important;
}
.slide_wrap{
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px;
}

.slide_btn {
	position: absolute;
	width: 100%;
	top: 45%;
	bottom: 50%;
	left: 0;
}
.slide_prev {
	position: absolute;
	left: -44px;
	float: left;
}
.slide_next {
	position: absolute;
	right: -44px;
	float: right;
}
.slide_prev a,
.slide_next a{
	display: block;
	background-size: 30px 68px !important;
	width: 30px;
	height: 68px;
}
.slide_prev a{
	background: url(/admissions/concierge/images/m/prev_btn.jpg) 0 0 no-repeat;
}
.slide_next a{
	background: url(/admissions/concierge/images/m/next_btn.jpg) 0 0 no-repeat;
}
.slide_prev a:hover,
.slide_next a:hover {
	opacity: 0.7;
}
/* .bx-wrapper img {
	width: 830px;
	height: 348px;
} */


.slide_img{
	background-color: #fff;
}
.slide_img h3{
	float: left;
	/* margin-bottom: 10px; */
	font-size: 28px;
}
.slide_img ul.gakubu{
	float: right;
}
.slide_img li{
	display: inline-block;
	padding: 0 0 0 32px;
	margin-left: 30px;
	list-style-type: none;
	font-size: 22px;
}
.slide_img li.toshi{
	background: url(/admissions/concierge/images/common/toshi_ico.png) 0 50% no-repeat;
	background-size: 26px;
	color: #808080;
}
.slide_img li.rikou{
	background: url(/admissions/concierge/images/common/rikou_ico.png) 0 50% no-repeat;
	background-size: 26px;
	color: #0f84e1;
}
.slide_img li.nougaku{
	background: url(/admissions/concierge/images/common/nougaku_ico.png) 0 50% no-repeat;
	background-size: 26px;
	color: #04a176;
}
.slide_img li.jyohou-k{
	background: url(/admissions/concierge/images/common/jyohou-k_ico.png) 0 50% no-repeat;
	background-size: 26px;
	color: #888;
}

/*topics2*/
#topics2{
	margin-bottom: 100px;
}
#topics2 .ttl{
	text-align: center;
	margin: 50px auto 100px;
	font-size: 30px;
}
.topics2_popup{
	position: relative;
	text-align: center;
	background-color: #fbf4f6;
	padding: 20px 40px 40px;
	z-index: 0;
}
.topics2_popup::before{
	display: block;
	background-color: #fbf4f6;
	position: absolute;
	top: -54px;
	left: 0;
	right: 0;
	content: "";
	border-radius: 100%;
	width: 400px;
	height: 120px;
	margin: auto;
}
.topics2_popup h4{
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
}
.topics2_popup_box{
	position: relative;
	z-index: 1;
}
.topics2_popup_btn{
	background-color: #f2eee9;
	width: 450px;
	margin: 20px 0 0;
}
.topics2_popup_btn img{
	width: 100%;
	height: auto;
}

/*¥Ý¥Ã¥×¥¢¥Ã¥×*/
.topics2_popup_item_body.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}
.topics2_popup_item_body.active .topics2_popup_item_bg{
	background: url(/admissions/concierge/images/m/popup_bg.jpg) 0 0 repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.topics2_popup_item{
	display: none;
	background-color: #fff;
	position: fixed;
	top: 0;
	/* bottom: 0; js¤Ç¤¢¤È¤«¤éÖ¸¶¨*/
	left: 0;
	right: 0;
	box-sizing: border-box;
	width: 1120px;
	/* margin: 40px auto; */
	margin: auto;
	padding: 60px;
	z-index: 9999;
}
/* .topics2_popup_item{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background: #fff;
	width: 1120px;
	padding: 60px;
	z-index: 9999;
} */
.topics2_popup_item_wrap{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style:none;
	overflow-x: -moz-hidden-unscrollable;
}
.topics2_popup_item_wrap::-webkit-scrollbar{
	display:none;
}

.topics2_popup_item .head{
	position: relative;
	margin-bottom: 40px;
}
.topics2_popup_item h3{
	position: relative;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #a82d42;
	border-top: solid 4px #a82d42;
	border-bottom: solid 4px #a82d42;
	padding: 30px 40px !important;
	color: #fff;
	overflow: hidden;
	font-size: 26px;
}
.topics2_popup_item h3::after{
	background-color: #fff;
	content: '';
	display: block;
	transform: rotate(-70deg);
	position: absolute;
	bottom: -310px;
	right: -60px;
	width: 700px;
	height: 700px;
}
.topics2_popup_item ul{
	position: absolute;
	top: 30px;
	left: 380px;
	font-size: 28px;

	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.topics2_popup_item li{
	display: inline-block;
	padding: 4px 0 4px 42px;
	margin-right: 10px;
	list-style: none;
}

.topics2_popup_item li.hougaku{
	background: url(/admissions/concierge/images/common/hougaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.keiei{
	background: url(/admissions/concierge/images/common/keiei_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.keizai{
	background: url(/admissions/concierge/images/common/keizai_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.rikou{
	background: url(/admissions/concierge/images/common/rikou_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.toshi{
	background: url(/admissions/concierge/images/common/toshi_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.gaikoku{
	background: url(/admissions/concierge/images/common/gaikoku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.nougaku{
	background: url(/admissions/concierge/images/common/nougaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.yakugaku{
	background: url(/admissions/concierge/images/common/yakugaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.ningen{
	background: url(/admissions/concierge/images/common/ningen_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics2_popup_item li.jyohou-k{
	background: url(/admissions/concierge/images/common/jyohou-k_ico.png) 0 50% no-repeat;
	background-size: 36px;
}

.topics2_popup_item .table_img{
	width: 100%;
	max-width: 940px;
	margin: 30px auto 0;
}

.topics2_popup_item .table_img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.topics2_popup_item .chumoku{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #a82d42;
	text-align: center;
	background: url(/admissions/concierge/images/m/ptn_red.jpg) 0 0 repeat;
	width: 1000px;
	padding: 26px 40px 26px;
	margin-top: 30px;
	z-index: 0;
}
.topics2_popup_item .chumoku::before{
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	background: url(/admissions/concierge/images/m/chumoku_mask_pc.png) 0 0 no-repeat;
	content: "";
	width: 1000px;
	height: 48px;
	height: ;
}
.topics2_popup_item .chumoku h4{
	display: inline-block;
	background: url(/admissions/concierge/images/m/chumoku_ttl_ico.png) 0 50% no-repeat;
	background-size: 36px 30px;
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	font-size: 24px;
}
.topics2_popup_item .chumoku p{
	font-weight: bold;
	font-size: 18px;
}
.topics2_popup_item .chumoku p .large{
	font-size: 27px;
}
.topics2_popup_item .btn{
	position: absolute;
	background: url(/admissions/concierge/images/common/popup_close_ico.png) 0 0 no-repeat;
	background-size: 50px;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
}

/*topics3*/
/*¥Ü¥¿¥ó²¿·Ö*/
#topics3{
	margin-bottom: 100px;
}
#topics3 .topics_comment{
	font-size: clamp(12px, 4vw, 24px);
	text-align:center;
}
#topics3 .box_first{
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	width: 48%;
	*/

	/* È«¤Æ¤ÎÑ§²¿ */
	width: 23.5%;
}
#topics3 .box_second{
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	width: 48%;
	*/

	/* È«¤Æ¤ÎÑ§²¿*/
	width: 74.5%;
}
#topics3 .gakka_box h3{
	text-align: center;
	font-size: 28px;
}
#topics3 .gakka_box.box_first h3{
	background-color: #fcf1e8;
	width: 100%;
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	height: 102px;
	text-align: center;
	place-content: center;
	*/
	/* È«¤Æ¤ÎÑ§²¿ */
	height: 72px;
	line-height: 72px;
	color: #e27f30;
}
#topics3 .gakka_box.box_second .head{
	box-sizing: border-box;;
	background-color: #e9f4fc;
	width: 100%;
	
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	height: 102px;
	padding-top: 6px;
	*/

	/* È«¤Æ¤ÎÑ§²¿ */
	height: 72px;
	padding: 14px 0 0 0;
	font-size: 14px;
}
#topics3 .gakka_box.box_second .head h3{
	float: left;
	*/
	/*È«¤Æ¤ÎÑ§²¿ */
	width: 134px;
	
	color: #0f84e1;
}
#topics3 .gakka_box.box_second .head p{
	float: left;
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	margin: auto 15px;
	*/
}
#topics3 .btn{
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	font-size: 35px;
}

#topics3 .box_second ul.btn_body{
	margin: 0;
}
#topics3 .box_second ul.btn_body li.btn{
	/*È«¤Æ¤ÎÑ§²¿*/
	width: 235px;

	list-style-type: none;
}
#topics3 .btn a{
	display: block;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 175px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
#topics3 .btn span{
	font-size: 16px;
}
#topics3 .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#topics3 .btn a{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--englush-color);
	background-size: 16px 16px;
	background-repeat: repeat;
	padding: 20px 0 0;
}
#topics3 .box_second .btn:nth-child(1) a{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--japanese-color);
}
#topics3 .box_second .btn:nth-child(2) a{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--math-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#topics3 .box_second .btn:nth-child(3) a{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--chemistry-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#topics3 .btn img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}

#topics3 .btn img{
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	width: 230px;
	*/
	/*È«¤Æ¤ÎÑ§²¿*/
	width: 70%;
	
	height: auto;
	margin-bottom: 5px;
}

#topics3 .btn::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 10px;
	bottom: 10px;
	border-left: 18px solid #fff;
	border-bottom: 18px solid transparent;
	transform: rotate(180deg);
}

/*¥³¥ó¥Æ¥ó¥Ä²¿·Ö*/
.topics3_contents{
	position: relative;
	box-sizing: border-box;
	padding: 40px 56px;
	margin-top: 60px;
}
.topics3_contents:not(.topics3_contents1){
	display: none;
}
.topics3_contents::before{
	content: "";
	position: absolute;
	top: -75px;
	margin-left: -30px;
	border: 26px solid transparent;
	border-bottom: 50px solid #eef2f6;
	z-index: 2;
}
.topics3_contents::after{
	content: "";
	position: absolute;
	top: -77px;
	margin-left: -30px;
	border: 26px solid transparent;
	z-index: 1;
}

#topics3 .topics3_contents_box h3 .gakubu{
	font-size: 18px;
	display:block;
}
.topics3_contents_box {
	margin-bottom: 40px;
}

.topics3_contents_box:last-of-type {
	margin-bottom: 0;
}
.topics3_contents h3{
	text-align: center;
	padding: 10px 0;
	font-size: 28px;
	color: #fff;
}
#topics3 .subtxt {
	padding: 0 10px;
	margin-top: 5px;
	font-size: 12px;
}

.flex_wrap{
	text-align: center;
	background-color: #fff;
	margin-bottom: 0;
}
.flex_wrap .item{
	width: 380px;
	margin: 30px 30px 0;
	padding-bottom: 5px;
}
.flex_wrap .item:nth-child(even){
	border-left: dotted 1px;
	margin-left: 0;
	padding-left: 29px;
}
.flex_wrap h4{
	font-size: 24px;
}

.flex_wrap img{
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.flex_wrap p{
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
}
.flex_wrap h5,
.column_wrap h5{
	text-align: left;
	margin-bottom: 0.8em;
	color: #a82d42;
	font-size: 16px;
}

.column_wrap{
	text-align: center;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 30px 30px;
}
.column_wrap p{
	text-align: left;
	column-count: 2;
	column-gap: 20px;
	font-size: 14px;
}


.rd_ttl{
	display: inline-block;
	position: relative;
	background-size: 16px 16px;
	background-repeat: repeat;
	padding: 5px 22px;
	margin: 0 auto 20px;
	font-size: 24px;
	color: #fff;
}
.rd_ttl::before{
	content: '';
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	display: block;
	width: 10px;
	height: 100%;
	top: 0;
	left: -5px;
}
.rd_ttl::after{
	content: '';
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	display: block;
	width: 10px;
	height: 100%;
	top: 0;
	right: -5px;
}

/*Topics3 Ñ§²¿¹²Í¨ Ó¢ÕZ*/
#kyoutsu.topics3_contents{
	border: solid 1px  var(--englush-color);
}
#kyoutsu.topics3_contents::before{
	border-bottom: 50px solid #fcf2fc;
}
#kyoutsu.topics3_contents::after{
	border-bottom: 50px solid var(--englush-color);
}
#kyoutsu.topics3_contents::before,
#kyoutsu.topics3_contents::after{
	/*´µ¤­³ö¤·¤ÎÎ»ÖÃ*/
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	left:25%;
	*/
	/* È«Ñ§²¿*/
	left: 12%;
	
}
#kyoutsu.topics3_contents{
	background-color: #fcf2fc;
}
#kyoutsu h3{
	border-radius: 10px 10px 0 0;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--englush-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#kyoutsu .flex_wrap .item:nth-child(even){
	border-color: var(--englush-color);
}
#kyoutsu .flex_wrap h4{
	color: var(--englush-color);
}
#kyoutsu .rd_ttl{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--englush-color);
}
/*Topics3 Ñ§²¿¹²Í¨ ¹úÕZ*/
#rikougaku.topics3_contents{
	border: solid 1px var(--japanese-color);
}
#rikougaku.topics3_contents::before{
	border-bottom: 50px solid #ffefe1;
}
#rikougaku.topics3_contents::after{
	border-bottom: 50px solid var(--japanese-color);
}
#rikougaku.topics3_contents::before,
#rikougaku.topics3_contents::after{
	/*´µ¤­³ö¤·¤ÎÎ»ÖÃ*/
	/*ÞrÑ§²¿?ËaÑ§²¿¤ò³ý¤¯
	left: 78%;
	*/
	/* È«Ñ§²¿ */
	left: 37.5%;
	
}
#rikougaku.topics3_contents{
	background-color: #ffefe1;
}
#rikougaku h3{
	border-radius: 10px 10px 0 0;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--japanese-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#rikougaku .flex_wrap .item:nth-child(even){
	border-color: var(--japanese-color);
}
#rikougaku .flex_wrap h4{
	color: var(--japanese-color);
}
#rikougaku .rd_ttl{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--japanese-color);
}
/*Topics3 ÊýÑ§*/
#nougaku.topics3_contents{
	border: solid 1px var(--math-color);
}
#nougaku.topics3_contents::before{
	border-bottom: 50px solid #e1f5ff;
}
#nougaku.topics3_contents::after{
	border-bottom: 50px solid var(--math-color);
}
#nougaku.topics3_contents::before,
#nougaku.topics3_contents::after{
	/*´µ¤­³ö¤·¤ÎÎ»ÖÃ*/
	left: 63%;
}
#nougaku.topics3_contents{
	background-color: #e1f5ff;
}
#nougaku h3{
	border-radius: 10px 10px 0 0;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--math-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#nougaku .flex_wrap .item:nth-child(even){
	border-color: var(--math-color);
}
#nougaku .flex_wrap h4{
	color: var(--math-color);
}
#nougaku .rd_ttl{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--math-color);
}
/*Topics3 »¯Ñ§ */
#yakugaku.topics3_contents{
	border: solid 1px var(--chemistry-color);
}
#yakugaku.topics3_contents::before{
	border-bottom: 50px solid #e9ead3;
}
#yakugaku.topics3_contents::after{
	border-bottom: 50px solid var(--chemistry-color);
}
#yakugaku.topics3_contents::before,
#yakugaku.topics3_contents::after{
	/*´µ¤­³ö¤·¤ÎÎ»ÖÃ*/
	left: 88.5%;
}
#yakugaku.topics3_contents{
	background-color: #e9ead3;
}
#yakugaku h3{
	border-radius: 10px 10px 0 0;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--chemistry-color);
	background-size: 16px 16px;
	background-repeat: repeat;
}
#yakugaku .flex_wrap .item:nth-child(even){
	border-color: var(--chemistry-color);
}
#yakugaku .flex_wrap h4{
	color: var(--chemistry-color);
}
#yakugaku .rd_ttl{
	background: url(/admissions/concierge/images/common/mesh_ptn.png), var(--chemistry-color);
}




/*topics4*/
.topics4_box{
	background-color: #fbf4f6;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding: 20px 20px 20px 50px;
}
.topics4_box h3{
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.5;
}
.topics4_box .txt{
	width: 480px;
	line-height: 2;
}
.topics4_box .img{
	text-align: right;
	width: 440px;
}
.topics4_box .img img{
	width: 410px;
	height: auto;
}
.topics4_box03 .img{
	text-align: left;
}






/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 768px) {
/*»­Ãæ·ù¤¬768pxÒÔÉÏ£¨PC£©*/
body {
	position: relative;
}
.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

}/*PC End*/





















@media screen and (max-width: 767px) {
/*»­Ãæ·ù¤¬767pxÒÔÏÂ£¨¥¹¥Þ¥ÛŒŸÓÃ¥¹¥¿¥¤¥ë£©*/
.pc_only {
	/*PCÒÔÍâ¤Ï·Ç±íÊ¾*/
	display: none !important;
}
.sp_only {
	display: block;
}
body{
	font-size: 14px;
}
#header{
	padding:30px 0;
	margin-bottom: 25px;
}

h1.pageTitle span{
		font-size: 26px;
}

#header h1,#header p,.slidedown_head{
	width: 100%;
}
.m_shachihoko_ico{
	width: 70px;;
}


#header p{
	box-sizing: border-box;
	padding: 20px
}

.topics_ttl{
	background-position: center -200px;
	padding: 30px 0 16px !important;
}
.topics_ttl::before{
	bottom: -39px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #f7f5f2;
}
.topics_ttl::after{
	bottom: -43px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #a82d42;
}
.topics_ttl span{
	font-size: 21px;
}

.topics_txt{
	width: 94%;
	text-align: left;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	padding: 15px 30px;
}

#topics1,
#topics2,
#topics3{
	margin-bottom: 50px;
}
#topics1 .topics_ttl span::before,
#topics2 .topics_ttl span::before,
#topics3 .topics_ttl span::before,
#topics4 .topics_ttl span::before{
	background-size: 54px;
	width: 54px;
	height: 54px;
}

.slidedown{
}
.slidedown_head{
	display: flex;
	flex-direction: column;
	background-position: right 0;
	background-size:56px 110px;
	width: 94%;
	margin: 0 auto 20px;
}
.slidedown_head:first-of-type{
	margin-top: 25px;
}
.slidedown_head .btn{
	background-size: 28px;
	top:40px;
	width: 28px;
	height: 28px;
	margin: 0;
}
.slidedown_head.active .btn{
	background-size: 28px;
}

.slidedown_head .txt span{
	position: relative;
	margin: auto 0 18px;
	padding: 4px 10px;
	/* font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt"; */
	font-size: 14px;
}
.slidedown_head .txt span::before{
	left: 7px;
	right: 0;
	top: 25px;
	border-left: 18px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(122deg);
}
.slidedown_head .txt{
	margin-bottom: 10px;
	width: 100%;
	font-size: 17px;
}

.slidedown01_c01 .txt,
.slidedown02_c01 .txt,
.slidedown03_c01 .txt{
	padding-left: 4%;
	padding-right: 4%;
	order: 2;
	line-height: 1.6;
}
.slidedown01_c01 .img,
.slidedown02_c01 .img,
.slidedown03_c01 .img{
	margin: 20px auto;
	order: 1;
}
.slidedown02 .slidedown_head .txt {
	padding-left: 0;
}

.slidedown_head .img{
	width: 90%;
}

.slidedown01_c02,
.slidedown02_c02,
.slidedown03_c02{
	padding: 4% 10px;
}
.kyotsuten_ttl{
	margin-bottom: 5px;
	font-size: 20px;
}
.kyotsuten_ttl::before{
	border-width: 17px 6px 17px 0;
}
.kyotsuten_ttl::after{
	border-width: 17px 6px 17px 0;
}

.slidedown01_c02 .mobileSlideBlock,
.slidedown03_c02 .mobileSlideBlock{
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
}
.slidedown01_c02 .mobileSlideBlock img,
.slidedown02_c02 .mobileSlideBlock img,
.slidedown03_c02 .mobileSlideBlock img{
	width: 150%;
	height: auto;
}



.slide_wrap{
	background-color: transparent;
	padding: 10px;
}
.slide_img {
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.slide_img h3{
	float: none;
	text-align: center;
	font-size: 18px;
}
.slide_img ul{
	text-align: center;
	float: none !important;
	margin-bottom: 10px;
}
.slide_img li{
	margin: 5px 5px;
	font-size: 18px;
}

.jisseki_ttl{
	margin: 0 auto 20px;
	font-size: 20px;
}
.slidedown01_c03,
.slidedown02_c03,
.slidedown03_c03{
	padding: 0 20px 20px;
	margin-top: 15px;
}
.slidedown02_c03_img p{
	margin-bottom: 20px;
}

.slidedown01_c03 .result_img img,
.slidedown03_c03 .ryugaku_img img{
	width: 100%;
	height: auto;
}

.slidedown03_c03 p{
	margin-bottom: 20px;
}
.slidedown03_c03 img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.slidedown03_c03 .ryugaku_img{
	margin-top: 15px;
}
.slidedown03_c03 ul{
	margin-top: 10px;
}

#topics2 .ttl{
	margin: 25px auto 80px;
}


.topics4_box{
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
}
.topics4_box:first-of-type{
	margin-top: 5px;
}

.topics4_box h3{
	text-align: center;
}

#topics2 .ttl,.topics4_box h3{
	font-size: 19px;
}
.topics2_popup{
	padding:0 20px 20px;
}

.topics2_popup h4{
	font-size: 18px;
}
.topics2_popup::before{
	width: 70%;
}
.topics2_popup_btn,.topics4_box .txt,
.topics4_box .img img{
	width: 100%;
}

.topics4_box .img{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.topics4_box p{
	line-height: 1.6;
}
footer{
	padding-bottom: 60px;;
}

.footer_bnr{
	width: 90%;
	margin: 40px auto 30px;
}

.footer_bnr .bnr{
	width: 48%;
}

.footer_link a{
	font-size: 18px;
}
.footer_link a span{
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #a82d42;
	padding-left: 8px;
}

/*sp ¥Ý¥Ã¥×¥¢¥Ã¥×*/
/* .topics2_popup_item_wrap{
	margin-top: 40px;
} */
.topics2_popup_item{
	width: auto;
	padding: 50px 10px 10px;
}
.topics2_popup_item h3{
	padding: 20px 20px !important;
	font-size: 18px;
}
.topics2_popup_item h3::after{
	transform: rotate(-76deg);
	bottom: -68px;
	left: 160px;
	width: 400px;
	height: 400px;
}
.topics2_popup_item ul{
	top: 50%;
	left: 240px;
	width: 170px;
	margin: auto;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.topics2_popup_item li{
	display: block;
	background-size: 24px !important;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.2;
}
.topics2_popup_item .btn{
	background-size: 30px;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}
.topics2_popup_item .chumoku{
	width: auto;
	padding: 20px;
}
.topics2_popup_item .chumoku::before{
	top: -6px;
	box-sizing: border-box;
	background: url(/admissions/concierge/images/m/chumoku_mask_sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: calc(100% + 4px);
}
.topics2_popup_item .chumoku h4{
	background-size: 29px 24px;
	padding-left: 30px;
	font-size: 20px;
}
.topics2_popup_item .chumoku p{
	font-size: 14px;
}
.topics2_popup_item .chumoku p .large{
	font-size: 22px;
}


/*topics3*/
/*¥Ü¥¿¥ó²¿·Ö*/
#topics3 .topics_comment{
	font-size: 18px;
}
#topics3 .box_first,
#topics3 .box_second{
	width: 100%;
}
#topics3 .gakka_box{
	margin: 0 auto;
	padding: 10px 6%;
}
#topics3 .gakka_box h3{
	text-align: center;
	font-size: 22px;
}
#topics3 .gakka_box.box_first{
	background-color: none;
	margin-bottom: 0px;
}
#topics3 .gakka_box.box_second{
	background-color: none;
}
#topics3 .gakka_box.box_first h3{
	background-color: transparent;
	width: 100%;
	height: inherit;
	line-height: inherit;
}
#topics3 .btn{
	width: 235px;
	font-size: 16px;
}
#topics3 .box_first .btn{
	margin: 10px auto;
}
#topics3 .btn span{
	font-size: 12px;
}
#topics3 .btn a{
	height: 100%;
	padding-bottom: 14px !important;
	font-size: 30px;
	line-height: 1.2;
}
#topics3 .box_first .btn a{
	padding-top: 15px;
}
#topics3 .box_second .btn_body {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
#topics3 .box_second .btn_body li{
	margin: 0px auto 20px auto;
}
#topics3 .btn::after{
	right: 6px;
	bottom: 6px;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

/*¥³¥ó¥Æ¥ó¥Ä²¿·Ö*/
.topics3_contents{
	width: 100%;
	padding: 5%;
	margin-top: 40px;
}
.topics3_contents::before{
	top: -43px;
	left: 47% !important;
	margin-left: 0;
	border: 12px solid transparent;
	border-bottom-width: 32px !important;
}
.topics3_contents::after{
	top: -45px;
	left: 47% !important;
	margin-left: 0;
	border: 12px solid transparent;
	border-bottom-width: 32px !important;
}
.topics3_contents_box:first-of-type{
	margin-bottom: 20px;
}
#topics3 .topics3_contents_box h3 .gakubu{
	font-size: 13px;
}
.topics3_contents h3{
	font-size: 20px;
}
.flex_wrap .item{
	box-sizing: border-box;
	width: 100%;
	margin: 10px 6% 0 !important;
	padding-bottom: 15px;
}
.flex_wrap .item:nth-child(even){
	border: none;
	border-bottom: dotted 1px;
	padding-left: 0;
}
.flex_wrap h4{
	font-size: 18px;
}
.flex_wrap h5{
	line-height: 1.4;
}
.flex_wrap p{
	line-height: 1.6;
}
.column_wrap{
	padding: 20px 6% 15px;
}
.column_wrap p{
	column-count: 1;
}

.rd_ttl{
	padding: 5px 22px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 1.3;
}
/* .rd_ttl::before{
	height: 40px;
}
.rd_ttl::after{
	height: 40px;
} */

}/*¥¹¥Þ¥Û End*/
