@charset "utf-8";
#header{
	background-color: #25618c;
	width: 100%;
	margin-bottom: 70px;
	padding: 64px 0 40px;
	color: #fff;
}
.s_shiritsu_ico{
	display: block;
	width: 110px;
	height: auto;
	margin: 0 auto 10px;
}
h1.pageTitle {
	text-align: center;
	width: 100%;
	margin: 0;
}
h1.pageTitle span{
	background: linear-gradient(transparent 70%, #5b88a9 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;
}
.ttl01{
	text-align: center;
	margin: 30px auto 20px;
	font-size: 26px;
}
#header .header_txt{
	width: 100%;
	max-width: 880px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	column-count: 2;
	column-gap: 56px;
	column-rule-style: dotted;
	column-rule-width: 2px;
	column-rule-color: #7ca0ba;
	letter-spacing: 0.01em;
}
#header p strong{
	color: #ffe345;
}

.ttl02{
	display: table;
	position: relative;
	text-align: center;
	background-color: #fff;
	width: 540px;
	max-width: 100%;
	padding: 3px 20px;
	margin: 0 auto 20px;
	font-size: 16px;
}
.ttl02::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #25618c transparent transparent;
	border-width: 15px 6px 15px 0;
	transform: rotate(180deg);
}
.ttl02::after{
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #25618c transparent transparent;
	border-width: 15px 6px 15px 0;
}

.s_title_img{
	width: 100%;
	max-width: 880px;
	padding: 0 10px;
	margin: 0 auto;
}
.header_img01{
	width: 55%;
}
.header_img02{
	width: 40%;
}
.s_title_img img{
	width: 100%;
	height: auto;
}

.header_check{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 60px 10px;
}
.header_check dl{
	border-bottom: dotted 1px #fff;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.header_check dl:last-of-type{
	margin-bottom: 5px;
}
.header_check dt{
	position: relative;
	border: solid 1px rgba(255,255,255,0.6);
	border-right: none;
	width: 20%;
	min-width: 100px;
	max-width: 100%;
	padding: 12px 15px;
}
.header_check dt::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -24px;
	top: -1px;
	border-left: 24px solid #fff;
	border-top: 26px solid transparent;
	border-bottom: 24px solid transparent;
}
.header_check dt::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -23px;
  top: 0px;
  border-left: 23px solid #25618c;
  border-top: 25px solid transparent;
  border-bottom: 23px solid transparent;
}
.header_check dd{
	width: 70%;
	margin-left: 5%;
}

.header_check p{
	font-size: 12px;
}
.header_check p span{
	display: inline-block;
}


/*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 #25618c;
	border-bottom: solid 3px #25618c;
	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 #25618c;
	z-index: 1;
}
.topics_ttl span{
	color: #25618c;
	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/s/s_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/s/s_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/s/s_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/s/s_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 #bed0dc;
	border-bottom: 6px solid #bed0dc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.topics_txt::before {
	left: 0;
	border-left: 6px solid #bed0dc;
}
.topics_txt::after {
	right: 0;
	border-right: 6px solid #bed0dc;
}
.topics_txt h3{
	font-size: 30px;
}

/*topics1*/
#topics1{
	margin-bottom: 100px;
}
.topics1_point_btn .topics_btn{
	text-align: center;
	border-radius: 10px;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #25618c;
	background-size: 16px;
	margin: 30px 0 12px;
}
.topics1_point_btn .topics_btn img{
	display: block;
	padding: 0 60px 16px;
}

.topics1_point_contents{
	margin: 0 auto 60px;
}
.topics1_point_contents_box{
	position: relative;
	display: none;
	border: solid 1px #25618c;
	box-sizing: border-box;
	background-color: #eef2f6;
	width: 100%;
	padding: 60px 44px 60px 60px;
	margin: 60px 0 0;
}

.topics1_point_contents_box::before{
	content: "";
	position: absolute;
	top: -75px;
	left: 12.5%;
	margin-left: -30px;
	border: 26px solid transparent;
	border-bottom: 50px solid #eef2f6;
	z-index: 2;
}
.topics1_point_contents_box::after{
	content: "";
	position: absolute;
	top: -77px;
	margin-left: -30px;
	border: 26px solid transparent;
	border-bottom: 50px solid #25618c;
	z-index: 1;
}
.topics1_point_contents1{
	display: block;
}
.topics1_point_contents1::before,
.topics1_point_contents1::after{
	left: 12.5%;
}
.topics1_point_contents2::before,
.topics1_point_contents2::after{
	left: 37.5%;
}
.topics1_point_contents3::before,
.topics1_point_contents3::after{
	left: 63.5%;
}
.topics1_point_contents4::before,
.topics1_point_contents4::after{
	left: 88.5%;
}


.topics1_point_contents_txt .txt{
	width: 585px;
}
.topics1_point_contents_txt .txt p{
	line-height: 2;
}
.topics1_point_contents_txt .img{
	width: 240px;
}
.topics1_point_contents_txt .img img{
	width: 100%;
	height: auto;
}

.topics1_point_contents_box .head{
	position: relative;
	margin: 0 0 32px;
}
.topics1_point_contents_box .point{
	position: relative;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #25618c;
	padding: 10px 16px !important;
	color: #fff;
	overflow: hidden;
	font-size: 22px;
}
.topics1_point_contents_box .point::after{
	background-color: #eef2f6;
	content: '';
	display: block;
	transform: rotate(-70deg);
	position: absolute;
	bottom: -220px;
	right: -100px;
	width: 500px;
	height: 500px;
}
.topics1_point_contents_box .point span{
	display: block;
	position: absolute;
	top: 0;
	left: 110px;
	margin: 0;
	font-size: 34px;
	font-style: italic;
}
.topics1_point_contents_box h3{
	position: absolute;
	top: 8px;
	left: 180px;
	font-size: 28px;
}
.topics1_point_contents1 .txt01{
}
.topics1_point_contents2 .txt01,
.topics1_point_contents3 .txt01,
.topics1_point_contents4 .txt01{
	width: 79%;
}

.topics1_point_contents_box .box{
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 20px;
	padding: 25px 30px 30px;
	line-height: 2;
}

.topics1_point_contents2 .flex .box,
.topics1_point_contents3 .flex .box,
.topics1_point_contents4 .flex .box{
	box-sizing: border-box;
	width: 585px;
}

.topics1_point_contents_box h4{
	display: inline-block;
	background: url(/admissions/concierge/images/s/denkyu_ico.png) 0 50% no-repeat;
	background-size: 20px 29px;
	margin: 10px 0;
	padding: 0 0 0 26px;
	font-size: 21px;
}
.topics1_point_contents .box p{
	text-align: left;
}

/* .topics1_point_contents2 .box,
.topics1_point_contents3 .box,
.topics1_point_contents4 .box{
	text-align: left;
	background: url(/admissions/concierge/images/s/ptn_blue.jpg) 0 0 repeat;
	border: solid 2px #25618c;
} */
/* .topics1_point_contents2 .box h4,
.topics1_point_contents3 .box h4,
.topics1_point_contents4 .box h4{
	float: left;
	margin-right: 30px;
} */




.ribon_ttl{
	display: table;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #25618c;
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: 936px 50%;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 2px 30px;
	color: #fff;
	font-size: 26px;
}
.ribon_ttl::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 23px 8px 23px 0;
	transform: rotate(180deg);
}
.ribon_ttl::after{
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 23px 8px 23px 0;
}

.point1_table_body,
.point4_table_body{
	box-sizing: border-box;
	border-top: solid 4px #25618c;
	background-color: #f4f7f9;
	padding: 0 60px 40px;
	margin: 40px auto 0;
}
.border_bar_ttl{
	display: table;
	position: relative;
	text-align: center;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #25618c;
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: 936px 50%;
	margin: 0 auto 40px;
	padding: 4px 30px 6px;
	color: #fff;
	font-size: 28px;
}
.border_bar_ttl span.kome{
	font-weight: normal;
	font-size: 14px;
}

.table_box .head{
	float: left;
	position: relative;
	background-color: #a82d42;
	padding: 14px 34px 18px 44px;
	margin-top: 28px;
	color: #fff;
	font-size: 14px;
}
.table_box .head::before{
	content: "";
	position:absolute;
	top:0;
	right:-20px;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #a82d42 transparent transparent;
	border-width: 43px 20px 43px 0;
	transform: rotate(180deg);
}
.table_box .head strong{
	font-size: 22px;
}
.point1_table{
	float: right;
	border: solid 1px #808080;
	width: 614px;
}
.point1_table th{
	border: none;
	border-left: solid 1px #fff;
	text-align: center;
	background-color: #808080;
	padding: 4px 0;
	font-size: 18px;
	color: #fff;
}
.point1_table th:first-of-type{
	border-left: solid 1px #808080;
}
.point1_table td{
	border: none;
	border-left: solid 1px #808080;
	text-align: center;
	background-color: #fff;
	width: 25%;
	padding: 20px 0;
	font-size: 16px;
}
.point1_table td.mj{
	background-color: #f6eaec;
	color: #a82d42;
	font-size: 20px;
	font-weight: bold;
}

.p1_txt01{
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}
.p1_txt02{
	margin-top: 30px;
	font-size: 14px;
	line-height: 2;
}

/*topics2*/
#topics2{
	margin-bottom: 100px;
}
.topics2_box{
	background-color: #eef2f6;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding: 20px 20px 20px 50px;
}
.topics2_box h3{
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.5;
}
.topics2_box .txt{
	width: 554px;
	line-height: 2;
}
.topics2_box05 .txt,
.topics2_box06 .txt{
	width: 100%;
}
.topics2_box01 .img{
	width: 325px;
	margin-right: 30px;
}
.topics2_box02 .img{
	width: 375px;
}
.topics2_box .img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.topics2_box_flex2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.topics2_box_flex2 .topics2_box{
	box-sizing: border-box;
	width: 48% !important;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 50px;
}

/*topics3*/
#topics3{
	margin-bottom: 100px;
}
#topics3 .ttl{
	text-align: center;
	margin: 50px auto 100px;
	font-size: 30px;
}

.topics3_popup{
	position: relative;
	text-align: center;
	background-color: #eef2f6;
	padding: 20px 40px 40px;
	z-index: 0;
}
.topics3_popup::before{
	display: block;
	background-color: #eef2f6;
	position: absolute;
	top: -54px;
	left: 0;
	right: 0;
	content: "";
	border-radius: 100%;
	width: 400px;
	height: 120px;
	margin: auto;
}
.topics3_popup h4{
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
}
.topics3_popup_box{
	position: relative;
	z-index: 1;
}
.topics3_popup_btn{
	background-color: #f2eee9;
	width: 450px;
	margin: 20px 0 0;
}
.topics3_popup_btn img{
	width: 100%;
	height: auto;
}

/*ポップアップ*/
.topics3_popup_item_body.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}
.topics3_popup_item_body.active .topics3_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;
}
.topics3_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;
}
.topics3_popup_item_wrap{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style:none;
	overflow-x: -moz-hidden-unscrollable;
}
.topics3_popup_item_wrap::-webkit-scrollbar{
	display:none;
}

.topics3_popup_item .head{
	position: relative;
	margin-bottom: 40px;
}
.topics3_popup_item h3{
	position: relative;
	background: url(/admissions/concierge/images/common/mesh_ptn.png), #25618c;
	border-top: solid 4px #25618c;
	border-bottom: solid 4px #25618c;
	padding: 30px 40px !important;
	color: #fff;
	overflow: hidden;
	font-size: 26px;
}
.topics3_popup_item h3::after{
	background-color: #fff;
	content: '';
	display: block;
	transform: rotate(-70deg);
	position: absolute;
	bottom: -310px;
	right: -60px;
	width: 700px;
	height: 700px;
}
.topics3_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;
}
.topics3_popup_item li{
	display: inline-block;
	padding: 4px 0 4px 42px;
	margin-right: 10px;
	list-style: none;
}

.topics3_popup_item li.hougaku{
	background: url(/admissions/concierge/images/common/hougaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.keiei{
	background: url(/admissions/concierge/images/common/keiei_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.keizai{
	background: url(/admissions/concierge/images/common/keizai_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.rikou{
	background: url(/admissions/concierge/images/common/rikou_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.toshi{
	background: url(/admissions/concierge/images/common/toshi_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.gaikoku{
	background: url(/admissions/concierge/images/common/gaikoku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.nougaku{
	background: url(/admissions/concierge/images/common/nougaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.yakugaku{
	background: url(/admissions/concierge/images/common/yakugaku_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.ningen{
	background: url(/admissions/concierge/images/common/ningen_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item li.jyohou-k{
	background: url(/admissions/concierge/images/common/jyohou-k_ico.png) 0 50% no-repeat;
	background-size: 36px;
}
.topics3_popup_item .table_img{
	width: 100%;
	max-width: 940px;
	margin: 30px auto 0;
}

.topics3_popup_item .table_img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.topics3_popup_item .chumoku{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #25618c;
	text-align: center;
	background: url(/admissions/concierge/images/s/ptn_blue.jpg) 0 0 repeat;
	width: 1000px;
	padding: 26px 40px 26px;
	margin-top: 30px;
	z-index: 0;
}
.topics3_popup_item .chumoku::before{
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	background: url(/admissions/concierge/images/s/chumoku_mask_pc.png) 0 0 no-repeat;
	content: "";
	width: 1000px;
	height: 48px;
	height: ;
}
.topics3_popup_item .chumoku h4{
	display: inline-block;
	background: url(/admissions/concierge/images/s/chumoku_ttl_ico.png) 0 50% no-repeat;
	background-size: 36px 30px;
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	font-size: 24px;
}
.topics3_popup_item .chumoku p{
	font-weight: bold;
	font-size: 18px;
}
.topics3_popup_item .chumoku p .large{
	font-size: 27px;
}
.topics3_popup_item .btn{
	position: absolute;
	background: url(/admissions/concierge/images/common/s_popup_close_ico.png) 0 0 no-repeat;
	background-size: 50px;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
}

/*topics4*/
.point4_table_body .box{
	background-color: #fff;
	padding: 40px 60px;
}
.point4_table_body .box table{
	width: 48%;
	font-size: 14px;
}
.point4_table_body .box table th,
.point4_table_body .box table td{
	padding: 14px 10px;
}
.point4_table_body .box table th{
	font-size: 16px;
}
.point4_table_body .box table td{
	vertical-align: top;
}

.point4_table_body .box table:first-of-type{
	border: solid 1px #25618c !important;
}
.point4_table_body .box table:first-of-type th{
	text-align: center;
	background-color: #25618c;
	border-left: solid 1px #fff !important;
	border-right: solid 1px #fff !important;
	border-top: solid 5px #25618c !important;
	border-bottom: solid 5px #25618c !important;
	color: #fff;
}
.point4_table_body .box table:first-of-type th.l{
	border-left: solid 1px #25618c !important;
}
.point4_table_body .box table:first-of-type th.r{
	border-right: solid 1px #25618c !important;
}
.point4_table_body .box table:first-of-type td{
	background-color: #fff;
	border: solid 1px #25618c !important;
}
.point4_table_body .box table td span.sub{
	display: block;
	font-size: 12px !important;
	color: #999;
}
.point4_table_body .box table:first-of-type td.mj{
	font-size: 18px;
}
.point4_table_body .box table:first-of-type td.h{
	line-height: 1.36;
}
.point4_table_body .box table:first-of-type td span{
	font-size: 13px;
}
.point4_table_body .box table:last-of-type{
	border: solid 1px #00716e !important;
}
.point4_table_body .box table:last-of-type th{
	text-align: center;
	background-color: #00716e;
	border-left: solid 1px #fff !important;
	border-right: solid 1px #fff !important;
	border-top: solid 5px #00716e !important;
	border-bottom: solid 5px #00716e !important;
	color: #fff;
}
.point4_table_body .box table:last-of-type th.l{
	border-left: solid 1px #00716e !important;
}
.point4_table_body .box table:last-of-type th.r{
	border-right: solid 1px #00716e !important;
}
.point4_table_body .box table:last-of-type td{
	background-color: #fff;
	border: solid 1px #00716e !important;
}
.point4_table_body .box table:last-of-type td.mj{
	font-size: 18px;
}
.point4_table_body .box table:last-of-type td.h{
	line-height: 1.36;
}
.point4_table_body .box table:last-of-type td span{
	font-size: 13px;
}

.point4_table_body .txt01{
	font-size: 11px;
}

.topics4_box{
	background-color: #eef2f6;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding: 20px 20px 20px 60px;
}
.topics4_box h3{
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.5;
}
.topics4_box .txt{
	width: 434px;
	line-height: 2;
}
.topics4_box .img{
	width: 325px;
	margin-right: 80px;
}
.topics4_box .img img{
	width: 100%;
	height: auto;
}
.new{
	position: relative;
	top:-5px;
	margin-right: 1%;
	color: #fff;
	background-color: red;
	width: fit-content;
	border-radius: 50%;
	padding: 5px;
	font-size: 0.8rem;
}
.nobr{
	display: inline;
}

/*@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;
	}
	h1.pageTitle span{
		font-size: 26px;
	}
	.ttl01,#topics3 .ttl{
		font-size: 19px;
	}

	#header {
		padding: 40px 0 0;
		margin-bottom: 40px;
	}

	.ttl02{
		display: table;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		background-color: #fff;
		width: auto;
		padding: 3px 20px;
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 1.4;
	}
	.ttl02::before{
		border-width: 25px 6px 25px 0;
		transform: rotate(180deg);
	}
	.ttl02::after{
		border-width: 25px 6px 25px 0;
	}


	.header_img01 ,
	.header_img02{
		width: 100%;
		margin-bottom: 20px;
	}

	.s_title_img {
		box-sizing:border-box;
		max-width: none;
	}

	.header_check{
		box-sizing:border-box;
		width: 100%;
		max-width: 100%;
		padding: 50px 20px !important;
		margin: 0 auto;
		padding: 60px 0;
	}
	.header_check dl{
		border-bottom: none;
		padding: 0;
		margin-bottom: 20px;
	}
	.header_check dt{
		position: relative;
		text-align: center;
		border: solid 1px rgba(255,255,255,0.6);
		width: 100%;
		max-width: 100%;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.header_check dt::before,
	.header_check dt::after{
		display: none;
	}
	.header_check dd{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.header_check p{
		padding-top: 1em;
		font-size: 10px;
	}
	.header_check p span{
		display: block;
		padding-top: 0.5em;
	}


	#header .header_txt{
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 16px;
		column-count: auto;
	}
	.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 #25618c;
	}
	.topics_ttl span{
		font-size: 21px;
	}
	#topics1,
	#topics2,
	#topics3{
		margin-bottom: 30px;
	}
	#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;
	}

	/* .topics1_point_contents2 .box,
	.topics1_point_contents3 .box,
	.topics1_point_contents4 .box{
		text-align: center;
		padding: 0px 20px 20px;
		line-height: 1.6;
	} */

	.topics1_point_contents_box {
		width: 94%;
		padding: 30px 20px 30px 20px;
		margin: 60px auto 0;
	}
	.topics1_point_contents_box::before{
		top: -62px;
		margin-left: -18px;
		border: 18px solid transparent;
		border-bottom: 46px solid #eef2f6;
	}
	.topics1_point_contents_box::after{
		top: -65px;
		margin-left: -18px;
		border: 18px solid transparent;
		border-bottom: 46px solid #25618c;
	}
	.topics1_point_contents2::before,
	.topics1_point_contents2::after {
		left: 38%;
	}
	.topics1_point_contents3::before,
	.topics1_point_contents3::after {
		left: 62%;
	}
	.topics1_point_contents4::before,
	.topics1_point_contents4::after {
		left: 87.0%;
	}

	.topics1_point_btn{
		padding: 0 20px;
	}
	.topics_btn{
		width: 23%;
		margin: 10px 0 0px !important;
	}
	.topics1_point_contents_box .box{
		padding: 20px;
	}
	.topics1_point_contents_box .head{
		margin: 0 0 14px;
	}
	.topics1_point_contents_box .point{
		padding: 6px 8px !important;
		font-size: 14px;
	}
	.topics1_point_contents_box .point span {
		left: 70px;
		font-size: 20px;
	}
	.topics1_point_contents_box .point::after{
		left: 125px;
		right: inherit;
	}

	.topics1_point_btn .topics_btn img {
		display: block;
		padding: 0 0 16px;
		width: 58px;
		margin: 0 auto;
		height: auto;
	}

	.topics1_point_contents_txt .img{
			text-align: center;
			width: 80%;
			margin: 14px auto 0;
	}

	.topics1_point_contents_box h3 {
		position: relative;
		top: 2px;
		left: 0;
		font-size: 19px;
	}
	.topics1_point_contents_txt .txt p,
	.topics1_point_contents_txt .box{
		line-height: 1.6;
	}
	.ribon_ttl{
		margin-bottom: 5px;
		font-size: 20px;
	}
	.ribon_ttl::before{
		border-width: 17px 6px 17px 0;
	}
	.ribon_ttl::after{
		border-width: 17px 6px 17px 0;
	}
	.point1_txt01{
		width: 94%;
		margin: 0 auto;
	}

	.topics_txt{
		width: 94%;
		text-align: left;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.6;
		padding: 15px 30px;
	}
	.topics_txt h3{
		text-align: center;
		margin-bottom: 10px;
		font-size: 19px;
		line-height: 1.4;
	}

	.topics1_point_contents2 .box h4,
	.topics1_point_contents3 .box h4,
	.topics1_point_contents4 .box h4{
		float: none;
	}
	.topics1_point_contents2 .box p,
	.topics1_point_contents3 .box p,
	.topics1_point_contents4 .box p{
		text-align: left;
	}

	.topics1_point_contents_txt .txt,
	.topics1_point_contents2 .txt01,
	.topics1_point_contents3 .txt01,
	.topics1_point_contents4 .txt01  {
		width: 100%;
	}
	.topics1_point_contents{
		margin-bottom: 30px;
	}
	.point1_table_body .mobileSlideBlock .box{
		/* width: 816px; */
	}
	.table_box .head{
		padding: 10px 24px 14px 26px;
		margin-top: 6px;
		font-size: 11px;
	}
	.table_box .head::before{
		border-width: 32px 16px 32px 0;
		right: -16px;
	}
	.table_box .head strong{
		font-size: 16px;
	}
	.point1_table{
		width: 400px;
	}
	.point1_table th {
		padding: 0;
		font-size: 14px;
	}
	.point1_table td{
		padding: 10px 0;
		font-size: 12px;
	}
	.point1_table td.mj{
		font-size: 15px;
	}
	.p1_txt01{
		margin-top: 0;
	}
	.p1_txt02{
		line-height: 1.6;
	}

	.topics2_box,.topics4_box {
		padding: 20px 20px 20px 20px;
	}

	.topics2_box h3{
		font-size: 17px;
		text-align: center;
		margin-bottom: 8px;
	}
	.border_bar_ttl{
		font-size: 19px;
		margin-bottom: 20px;
		padding: 4px 14px 6px;
	}
	.border_bar_ttl span.kome{
		font-size: 12px;
	}

	.topics2_box_flex2 .topics2_box {
		width: 100% !important;
		padding: 20px;
	}
	.topics2_box .txt{
		width: 100%;
		line-height: 1.6;
	}
	.topics2_box01 .img,
	.topics4_box .img{
		text-align: center;
		width: 80%;
		margin: 20px auto 0;
	}
	.topics2_box .img img{
		display: block;
		margin: 10px auto 0;
		width: 100%;
		height: auto;
	}

	.topics3_popup{
			padding: 0 20px 20px;
	}
	.topics3_popup::before{
		width: 70%;
	}
	.topics3_popup h4{
			font-size: 18px;
	}
	#topics3 .ttl{
		margin: 20px auto 80px;
	}
	.topics4_box h3{
		text-align: center;
		font-size: 19px;
	}
	.topics4_box p{
		line-height: 1.6;
	}
	.point4_table_body .box{
		padding: 10px;
	}

	.point4_table_body .box table {
		width: 100%;
		margin-bottom: 20px;
	}
	.point4_table_body .box table:nth-last-of-type(1){
		margin-bottom: 10px;
	}
	.point4_table_body .box table th,
	.point4_table_body .box table td {
		padding: 5px 10px;
	}

	.point1_table_body, .point4_table_body {
		padding: 0 20px 20px;
	}
	.point4_table_body .box table th{
		font-size: 13px !important;
	}
	.point4_table_body .box table td{
		font-size: 11px !important;
	}
	.point4_table_body .box table td.mj{
		font-size: 14px !important;
	}

	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 ポップアップ*/
	/* .topics3_popup_item_wrap{
		margin-top: 40px;
	} */
	.topics3_popup_item{
		width: auto;
		padding: 50px 10px 10px;
	}
	.topics3_popup_item h3{
		padding: 20px 20px !important;
		font-size: 18px;
	}
	.topics3_popup_item h3::after{
		transform: rotate(-76deg);
		bottom: -68px;
		left: 160px;
		width: 400px;
		height: 400px;
	}
	.topics3_popup_item ul{
		top: 50%;
		left: 240px;
		width: 170px;
		margin: auto;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.topics3_popup_item li{
		display: block;
		background-size: 24px !important;
		padding-left: 30px;
		font-size: 18px;
		line-height: 1.2;
	}
	.topics3_popup_item .btn{
		background-size: 30px;
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
	}
	.topics3_popup_item .chumoku{
		width: auto;
		padding: 20px;
	}
	.topics3_popup_item .chumoku::before{
		top: -6px;
		box-sizing: border-box;
		background: url(/admissions/concierge/images/s/chumoku_mask_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
		width: calc(100% + 4px);
	}
	.topics3_popup_item .chumoku h4{
		background-size: 29px 24px;
		padding-left: 30px;
		font-size: 20px;
	}
	.topics3_popup_item .chumoku p{
		font-size: 14px;
	}
	.topics3_popup_item .chumoku p .large{
		font-size: 22px;
	}
	.new{
		position: relative;
		top:-3px;
		padding: 3px;
		font-size: 0.5rem;
	}
	.topics2_box05 .txt,
	.topics2_box06 .txt{
		text-align: center;
	}

}/*スマホ End*/
