@media screen and (max-width:1200px) and (min-width:751px){
main{
	padding-top: 80px;
}
#pan_list {
    margin-left: 10%;
}

/* ============== interview =================== */
.interview ul{
	gap: 2rem;
}
.interview ul li{
	flex: 0 0 calc(50% - 1rem);
}
.interview ul li::before{
	width: 100%;
	left: 0;
	top: 0;
}
.interview ul li img{
	width: 100%;
}
.interview ul li p.inter_ttl{
	font-size: 1rem;
	margin-left: 0;
}
.interview ul li p.inter_name{
	margin-left: 1rem;
}
.interview ul li p.inter_text{
	margin-left: 1rem;
	padding: 1rem 1rem 1rem 0;
	text-align: justify;
}
/* ==============　requirements =================== */
table.profile td{
	padding: 1.2rem 1rem 1.2rem;
}


}
@media screen and (max-width: 750px) {
main{
	padding-top: 80px;
}

/* ============== main title =================== */
#main_visual{
	height: 240px;
	background-position: center;
	background-image: url(../img/title-04-sp.jpg);
}
.main_title{
	height: 240px;
}
h1.title{
	font-size: 1.2rem;
	padding-top: 2.5rem;
	letter-spacing: 2px;
}
h1.title::before{
	font-size: 2.2rem;
	top: -10px;
}
/* ==== パンくずリスト ==== */
#pan_box{
	display: none;
}


/* ============== contents =================== */
.contents_inner{
	padding-top: 80px;
}
.intro_inner{
	padding-bottom: 80px;
}
p.contents_subtitle{
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
p.intro_ttl{
	font-size: 1.4rem;
	line-height: 1.8;
}
p.intro_text{
	font-size: 0.95rem;
	line-height: 1.8;
}
/* ============== workscene =================== */
.workscene{
	margin-bottom: 0;
}
.inner h2 {
	font-size: 2rem;
	margin-bottom: 24px;
}
.section-ttl:before{
	width: 12%;
}
.scene-ttl{
	font-size: 0.85rem;
}
.slide img{
	height: 260px;
}
.nav{
	width: 36px;
	height: 36px;
	font-size: 22px;
}

/* ============== interview =================== */
.interview_top ul,
.interview_bottom ul{
	flex-direction: column;
	gap: 4rem;
}
.interview ul li::before{
	width: 100%;
	left: 0;
	top: 0;
}
.interview ul li img{
	width: 100%;
}
.interview ul li p.inter_ttl{
	font-size: 1rem;
	margin-left: 0;
}
.interview ul li p.inter_name{
	margin-left: 1rem;
}
.interview ul li p.inter_text{
	margin-left: 1rem;
	padding: 1rem 1rem 1rem 0;
	text-align: justify;
}

/* ============== recruit_message =================== */
.recruit_message{
	margin-top: 60px;
}
.recruit_message_inner{
	flex-direction: column;
	gap: 30px;
}
.recruit_message_img,
.recruit_message_text{
	width: 100%;
}
.message_title{
	font-size: 1.4rem;
}

/* ============== requirements =================== */
.requirements_inner{
	padding: 80px 0;
}
table.profile,
table.profile tbody,
table.profile tr,
table.profile th,
table.profile td{
	display: block;
	width: 100%;
}
table.profile{
	padding-bottom: 0px;
}
table.profile th{
	padding: 0.8rem 1rem;
	font-size: 0.9rem;
	border-bottom: none;
}
table.profile td{
	font-size: 0.95rem;
	line-height: 1.6;
	padding: 0.8rem 1rem 1.2rem;
}
tbody.prifile-inner{
	box-shadow: none;
}
.requirements_inner h2{
	font-size: 2rem;
}
.requirements_inner h2::after{
	width: 12%;
}
/* ============== entry =================== */
.entry{
	margin-bottom: 120px;
}
.entry_inner{
	width: 100%;
	margin: 0 auto;
}
.entry_inner p{
	font-size: 0.95rem;
	width: 95%;
	margin: 0 auto;
}
.entry_wrap{
	width: 100%;
	padding: 2rem 0;
}
table.entry tr{
	padding: 1.2rem 8%;
}
.btn_box{
	width: 90%;
}



	
}