@charset "utf-8";

/* form */


.formBox {
	padding: 25px 0 0;
	border-top: dashed 1px #ccc;
}
.formContent{
    padding-bottom:25px;
}
.formContent p{
    margin-bottom: 0!important;
}
.formMidashi {
	font-size: 2.0rem;
    font-weight: 700;
    border-left: solid 5px var(--main-color);
    background: #fff2f4;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.formMidashi > p{
    display: flex;
    align-items: center;
}

.formMidashi-sub {
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.formMidashi-sub::before {
	content: "";
	display: block;
	min-width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
	margin-right: 10px
}
.formMidashi p,
.formMidashi-sub p{
	margin-bottom: 0!important;
}
.formBox p br {
	display: none!important;
}

/* #main .wpcf7-list-item {
    width: calc( 100% / 4 )!important;
}
.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
    padding: 25px!important;
    width: 100%!important;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    padding: 25px!important;
} */
/* 
@media only screen and (max-width:768px) {
	#main .wpcf7-list-item {
		width: 50%!important;
	}
	.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
		padding: 25px 15px!important;
		width: 100%!important;
	}
	.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
		padding: 25px 15px!important;
	}
} */



/* ------------------------
下層用CTAボタン
--------------------------*/
.ctaBox{
	margin-bottom: 50px;
	padding-top: 15px;
}
.ctaBox p:empty{
	display: none!important;
}
.ctaBoxInner{
	max-width: 550px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin: 0 auto;
}

.ctaBox a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	text-align: center;
	border-radius: 60px;
	border: solid 1px #333;
	position: relative;
	text-decoration: none;
	color: #333;
	transition: 0.25s;
	padding-bottom: 1px;
}
.ctaBox a:hover{
	color: #fff;
	background: #333;
}
.ctaBox a::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
}

@media screen and (max-width:768px) {

	.ctaBoxInner{
		grid-template-columns: 1fr;
	}
	.ctaBox a{
		width: 100%;
		height: 60px;
	}
	.ctaBox a::before{
		right: 15px;
		margin-top: -13px;
	}
}


/* ------------------------
電柱広告　telephone-pole
--------------------------*/
.poleList{
	table-layout: fixed;
}

.poleList tr th:first-of-type{
	background: #f5f5f5;
	color: #333;
}
.poleList tr:first-child th:first-of-type{
	width: 250px;
	background: #333;
}
.poleList tr:first-child th:nth-last-of-type(-n+2){
	width: calc((100% - 250px) /2);
}

/* ------------------------
採用情報
--------------------------*/

body.recruit #container {
	min-width: 100%!important;
    max-width: 100%!important;
	margin: 0!important;
}
body.recruit .container-recruit {
	max-width: 1115px;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
.recruitMessage {
	position: relative;
}
.recruitMessage .imgBox img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
 }
.recruitMessage .textBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1115px;
	min-width: 1000px;
	height: 100%;
    margin: 0 auto;
    padding-left: 675px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
 }
.recruitMessage .textBox h2 {
	padding-top: 0!important;
}
.recruitVoice {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.recruitVoice .imgBox {
	width: 50vw;
    margin-left: calc((1132px - 100vw) / 2);
}
.recruitVoice .imgBox img {
	display: block;
    width: 50vw;
    height: 500px;
    object-fit: cover;
}
.recruitVoice .textBox {
	display: inline-block;
	width: 50%;
    padding-left: 50px;
}
.recruitVoice .textBox p {
	margin-bottom: 0!important;
}
.reverseOrder .imgBox { 
	order: 2;
	margin-left: 0;
	margin-right: calc((1132px - 100vw) / 2);
}
.reverseOrder .textBox {
	order: 1;
    padding-left: 0;
	padding-right: 50px;
}
 .textBox div.name {
	display: inline-block;
    margin-bottom: 15px;
	font-size: 2.8rem;
    font-weight: 700;    
}
 .textBox div.post {
	display: block;
    width: auto;
	height: 30px;
    line-height: 28px; 
	background: #333;
    padding: 0 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.recruitForm {
	background: #f5f5f5;
	padding: 25px 0 50px;
}
body.recruit .formBox {
	background: #fff;
    border-top: none;
    padding: 50px 0 0px;
    border-radius: 25px;
}

@media screen and (max-width:1300px) {
	
	.recruitVoice .imgBox img {
		object-position: right;
	}
	.recruitVoice .imgBox img.objPosCenter {
		object-position: center;
	}
	.reverseOrder .imgBox img {
		object-position: -50px;
	}

}
@media screen and (max-width:1115px) {
	
	.recruitMessage .textBox {
		padding-left: 60%;
	 }
	.recruitVoice .imgBox {
		margin-left: 0;
	}
	.reverseOrder .imgBox { 
		margin-right: 0;
	}

}

@media screen and (max-width:999px) {
	
	body.recruit .container-recruit {
		min-width: 100px;
		width: 100%;
		padding: 0;
	}
	body.recruit #main {
		margin-bottom: 0!important;
	}
	.recruitMessage {
		position: relative;
	}
	.recruitMessage .imgBox {
		margin-bottom: 25px;
	}
	.recruitMessage .imgBox img {
		aspect-ratio: 2 / 1;
        object-position: -50px;
		height: auto;
	 }
	.recruitMessage .textBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: static;
	 }
	.recruitMessage .textBox h2 {
		padding-top: 0!important;
	}
	.recruitMessage h2 {
		margin-bottom: 25px!important;
	}
	.recruitVoice {
		display: block;
		margin-bottom: 50px;
	}
	.recruitVoice .imgBox {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.recruitVoice .imgBox img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}
	.recruitVoice .textBox {
		width: 100%;
		padding: 0;
	}
	.recruitVoice .textBox p {
		margin-bottom: 0!important;
	}
	.reverseOrder .imgBox { 
		margin: 0 0 25px 0;
	}
	.reverseOrder .textBox {
		padding: 0;
	}
	.textBox div.name {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.recruitForm {
		width: calc( 100% + 30px );
		margin-left: -15px;
		padding: 25px 15px 50px;
	}
	body.recruit .formBox {
		padding: 25px 25px 0;
		border-radius: 10px;
	}

}


/* ------------------------
採用募集要項 
--------------------------*/

.job-featuresList ul li{
    display: inline-block;
    margin: 0 0.6em 1em 0;
    padding: 1em;
    line-height: 1;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #999;
}

@media screen and (max-width:999px) {
	.job-featuresList ul li{
		margin: 0 0.4em 0.6em 0;
		padding: 0.7em;
	}
}



/* ------------------------
voice お客様の声
--------------------------*/
.voiceList p:empty{
	display: none;
}
.voiceList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.voiceList > div{
	border-top: solid 15px var(--main-color);
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 10px 25px 0 color-mix(in srgb, #333 25%, transparent);
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.voiceThum{
	width: 100%;
	margin-bottom: 15px;
	img{
		display: block;
		margin: 0 auto;
	}
}

.voiceProfile{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.voiceProfileTextIcon{
	margin-bottom: 15px;
}
.voiceProfileTextIcon img{
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.voiceProfileTextCompany{
	margin-bottom: 10px;
	span{
		font-size: 1.6rem;
		font-weight: 500;
		color: #666;
		display: block;
		line-height: 1;
	}
}
.voiceProfileTextName{
	font-size: 3.6rem;
	color: var(--main-color);
	font-weight: bold;
	line-height: 1;
}

.voiceProfileImage{
	max-width: 200px;
	img{
		display: block;
		margin: 0 auto;
	}
}


/* Q&A */
.voiceQaContainer{
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}
.voiceQaBox{
	padding: 25px;
	background-color: #FEF6EB;
	border-radius: 10px;
}

.voiceQ,
.voiceA{
	font-size: 1.6rem;
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.voiceQ{
	line-height: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.voiceQ::before,
.voiceA::before{
	font-size: 1.6rem;
	content: 'Q';
	width: 25px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--main-color);
	line-height: 1;
	font-weight: 400;
	flex-shrink: 0;
}

.voiceA{
	color: #333;
}
.voiceA::before{
	content: 'A';
	background-color: #ccc;
}

@media screen and (max-width:999px) {
	.voiceList {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.voiceList > div{
		border-top: 10px solid var(--main-color);
	}

	.voiceProfileTextCompany {
		margin-bottom: 8px;
		span {
			font-size: 1.3rem;
			line-height: 1.2;
		}
	}

	.voiceProfileTextIcon img{
		width: 50px;
		height: 50px;
	}

	.voiceProfileTextName {
		font-size: 2.4rem;
	}

	.voiceProfileImage {
		max-width: 150px;
	}


}




/* ------------------------
事業案内
--------------------------*/

.company .flexBox1 p:empty{
	margin-bottom: 0!important;
}

.company .flexBox1 {
	margin-bottom: 50px;
}
.company .flexBox1 > div{
	position: relative;
}
.company .flexBox1 .companyImg p{
	margin-bottom: 0!important;
}
.companyBackground{
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.companyImgTxt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.companyImgTxt h3{
	
	padding: 0;
	border: 0;
	margin-bottom: 0!important;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

/* ------------------------
design 
--------------------------*/


.design .logoBox{
    display: flex;
    gap: 10px;
    margin: 0 auto;
    max-width: 930px;
}
.design .logoBox > div:nth-of-type(1){
	width: 300px;
}
.design .logoTxt{
	font-size: 1.5rem;
	color: #333;
}