@charset "UTF-8";

/**************************************************/
/* 採用2025 */
/**************************************************/


/* コンテンツスペース */
/**************************************************/
#content{}
#content h2{margin-bottom:72px;}
#content h3{margin-bottom:58px;}
/*#content p{margin-bottom:46px; font-size:20px; font-weight:bold; line-height:2em;}*/
#content p{margin-bottom:36px;}
#content img{}

#content .ct-box{margin-bottom:64px;}

/*図書追加*/

@media only screen and (max-width:980px){
.section{}

#content{}
#content h2{margin-bottom:48px;}
#content h3{margin-bottom:38px;}
#content p{margin-bottom:30px; font-size:13px;}
#content img{width:100%; max-width:640px; height:auto; margin:0 auto;}

#content .ct-box{width:100%; margin:0 auto 64px;}

}

/*202505*/
#content #recruit2025 h2 {
	margin-bottom: 36px;
	color: #7D7D7D;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.6em;
}
@media only screen and (min-width:981px){
	#content #recruit2025 h2 {
		font-size: 26px;
		line-height: 2em;
		margin-bottom: 72px;
	}
}

#content #recruit2025 h3{font-size: 110%;font-weight: bold;}
@media only screen and (max-width:980px){
	#content #recruit2025 h3{font-size: 110%;}
}

#content #recruit2025 h2 img{
	max-width: inherit;
	width: auto;
	height: 31px;	
}
@media only screen and (max-width:980px){
#content #recruit2025 h2 img{
	max-width: inherit;
	width: 70%;
	height: auto;
	margin: 0 auto 0 0;	
}
}
@media only screen and (min-width:981px){
#content #recruit2025 .ct-box {
margin-left: 138px;
font-size: 13px;
font-weight: 400;
line-height: 32px;
}
}

#content #recruit2025 .ct-box p u {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

#content #recruit2025 .ct-box p.p-message {
	background: #f5f5f5;
	border-bottom: 8px;
	padding: 1.5em;
}

#content #recruit2025 .ct-box p.guideline {
	text-align: right;
}
#content #recruit2025 .ct-box p.guideline a{
text-decoration: underline;
}
#content #recruit2025 .ct-box p.guideline a:hover{
	text-decoration: none;
}

#content #recruit2025 dl.acrd {
	margin-bottom: 32px;
}
#content #recruit2025 dl.acrd dt.acrd-btn {
	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #525152;
}
#content #recruit2025 dl.acrd dt.acrd-btn::after,
#content #recruit2025 dl.acrd dt.acrd-btn::before{
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .6s ease;
}
#content #recruit2025 dl.acrd dt.acrd-btn:hover::after,
#content #recruit2025 dl.acrd dt.acrd-btn:hover::before{
	background: #fff;
}
#content #recruit2025 dl.acrd dt.acrd-btn::before{
	right: 10px;
}
#content #recruit2025 dl.acrd dt.acrd-btn::after{
	right: 10px;
	transform: rotate(-90deg);
}
#content #recruit2025 dl.acrd dt.acrd-btn.is-active::after{
	transform: rotate(0);
}

#content #recruit2025 dl.acrd dt.acrd-btn:hover,
#content #recruit2025 dl.acrd dt.acrd-btn.is-active{
	background: #525152;
	color: #fff;
}
#content #recruit2025 dl.acrd dd {
	display: none;
	margin-bottom: 32px;
	border-left: 1px solid #525152;
	border-right: 1px solid #525152;
	border-bottom: 1px solid #525152;
	padding: 1.5em;
}

#content #recruit2025 dl.acrd dd section {
	margin-bottom: 32px;
	border-bottom: 1px dotted #525152;
}
#content #recruit2025 dl.acrd dd section:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#content #recruit2025 dl.acrd dd section h4 {
	margin-bottom: 1.5em;
	font-weight: bold;
}
#content #recruit2025 dl.acrd dd section h5 {
	margin-bottom: 1.2em;
}
#content #recruit2025 dl.acrd dd section h5::before {
	content: '◆';
	display: inline-block;
}
#content #recruit2025 dl.acrd dd section ul {
	padding-left: 1.5em;
}
#content #recruit2025 dl.acrd dd section ul li {
	list-style: disc outside;
	margin-bottom: 1em;
}

#content #recruit2025 dl.acrd dd .btn-wrap {
	text-align: center;
	margin-bottom: 32px;
}
#content #recruit2025 dl.acrd dd .btn-wrap a.btn-entry {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 30px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #525152;
	border-radius: 4px;
}
#content #recruit2025 dl.acrd dd .btn-wrap a.btn-entry:hover {
	text-decoration: none;
	color:#fff;
	background: #525152;
}
#content #recruit2025 ul.flow{
	display:flex;
	margin-bottom: 32px;
}
#content #recruit2025 ul.flow li:not(:first-child)::before{
	content: '▶︎';
	display: inline-block;
	margin: 0 0.5em;
}
#content #recruit2025 ol {
	padding-left: 1.5em;
	margin-bottom: 32px;
}
#content #recruit2025 ol li{
	list-style: decimal outside;
}
#content #recruit2025 ol li:not(:last-child){
	margin-bottom: 1em;
}
