@charset "UTF-8";

body{
    background: url(/recruit/assets/img/common/grid.png);
    overflow-wrap: break-word;
    background-size: auto!important;
    background-repeat: repeat!important;
}

/*--------------------------------
	main
--------------------------------*/
main:after {
    background: url(/recruit/assets/img/newgrads/bg_top.webp);
}
main h1 span{
    font-size: clamp(10px, 1.32vw, 18px);
    letter-spacing: normal;
    font-weight: 500;
    display: block;
    margin-top: 19px;
    margin-bottom: 10px;
}
body main .main_box .breadcrumbs{
	margin: 0px;
}
body main{
	margin-bottom:  clamp(100px, 14.6vw, 200px);
	margin-top:  clamp(30px, 5.86vw, 80px);
}
/*--------------------------------
	about
--------------------------------*/
.about{
	width: 75%;
	margin: 0 auto;
}
.about .about_text{
	font-size: clamp(14px, 1.17vw, 16px);
    font-weight: 500;
    text-align: right;
    margin-bottom: 50px;
}
.about dl{
    display: flex;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
.about dl:last-child{
	border: none;
}
.about dt{
	width: 25%;
	font-size: clamp(16px, 1.32vw, 18px);
	font-weight: 600;
}
.about dt::before{
    content: "－";
    padding-right: 10px;
}
.about dd{
	width: 75%;
	font-size: clamp(14px, 1.17vw, 16px);
	font-weight: 500;
}
.about .company_branch{
	font-size: clamp(15px, 1.17vw, 16px);
	font-weight: 500;
}
.about dl p{
	margin: 0;
}
.about dl dd p.mt0{
	margin-top: 0;
}
.about dl p:nth-child(1){
	margin-bottom: 13px;
}
.about dl p:nth-child(2){
	margin-bottom: 13px;
	margin-top:20px;
}
.about dl p:nth-child(3){
	margin-bottom: 13px;
	font-size: clamp(12px, 0.88vw, 12px);
	display: inline-block;
}
.about .authorized img.visible_l{
	width: 45.75vw;
}
.about .authorized img.visible_s{
	width: 100%;
}
.about dl a{
	margin: 0;
}
.about ul{
	padding: 0;
}

.list_box li:last-child{
	margin-bottom: 50px;
}
li:nth-of-type(3) .list_box li:last-child{
	margin-bottom: 0;
}
.list_box li{
	margin-left: 0.3rem;
}
.list_box li:last-child{
	margin-bottom: 50px;
}
.list_box li::before {
    content: "◆";
    padding-right: 0.1rem;
}

#guidelines{
	text-align: center;
    border-bottom: 2px solid #2e8dbf;
    padding-bottom: 19px;
    margin: 0 auto;
	margin-bottom: 2.92vw;
	display: inline-block;
    font-size: clamp(24px, 2.05vw, 28px);
	font-weight: 500;
}

/*スマホ版*/
@media screen and (max-width: 767px) {

	/*main*/
	main{
		margin-bottom: 100px;
	}
	main h1{
		margin-bottom: 50px;
	}
	main .container img{
		width: 85%;
	}
	main .container:first-child img:nth-child(1) {
		width: 60vw;
		margin-top: 42px;
	}
	/*about*/
	.about{
		width: 85%;
	}
	.about dl{
		flex-direction: column;
		padding-bottom: 0px;
	}
	.about dt{
		width: 100%;
		margin-bottom: 20px;
	}
	.about dd{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 1.5rem;
		padding-right: 1rem;
	}
	.about ul li{
		padding-bottom: 0px;
	}
}