@charset "UTF-8";
.page_inner {
    padding: 145px 5% 5% 0;
	max-width: 1600px;
	    overflow-x: hidden;
}
.page_inner section{
	margin-bottom: 100px
}
.page-mv{
	    aspect-ratio: 3.29 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	        background-size: cover;
        background-position: center;
}
.pagettl_wrap{
	color: #fff;
	text-align: center;
}
.pagettl_wrap .subttl{
font-size: clamp(30px, 15.437px + 3.883vw, 90px);
	line-height: 1;
	margin-bottom: 30px;
		font-weight: 700
}
.pagettl_wrap .mainttl{
font-size: 28px;
	line-height: 1;
padding-bottom: 34px;
	position: relative;
	    display: inline-block;
		font-weight: 700
}
.pagettl_wrap .mainttl:before{
content: '';
	width: 100%;
	height: 4px;
	background: #fff;
	bottom: 0;
	position: absolute;
	 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ttl1{
	font-size: clamp(30px, 15.437px + 3.883vw, 90px);
	    padding-bottom: 20px;

}
.page_inner .readtxt{
	font-size: clamp(16px, 14.058px + 0.518vw, 24px);
	text-align: center;
	margin-bottom: 2em
}
/*company*/
.aboutuswrap{
	column-gap: 74px;
}
.aboutuswrap > div{
	width: calc(100% / 2 - 40px)
}
.aboutuswrap .txtarea p{
margin-bottom: 3em
}
.aboutuswrap .imgarea{
	 margin-right: calc(50% - 50vw);
	   width: 40vw; /* ビューポートいっぱいに広げる */
  margin-left: 0; /* 左は親のパディングに従う */
}
.aboutuswrap .imgarea .img{
	margin-bottom: 80px
}
.aboutuswrap .imgarea .img:first-child{
	padding: 0 5vw 0 0;
	max-width: 670px
}
.table_type1{
	width: min(980px,100%);
	margin: 0 auto;
}
.table_type1 table{
table-layout: fixed;
	border-top: 1px solid #BFBFBF;
}
.table_type1 table th,
.table_type1 table td{
	padding: 1em 0;
	border-bottom: 1px solid #BFBFBF;
}
.table_type1 table th{
	width: 220px;
	font-weight: 400;
}

.acces_wrap{
	column-gap: 74px
}
.acces_item{
	width: calc(100% / 2 - 40px)
}
.map iframe{
	width: 100%
}
.acces_item .address{
	height: 6em
}
/*contact*/
.form{
	width: min(980px,100%);
	margin: 0 auto;
}
.form table{
table-layout: fixed;
	margin-bottom: 60px
}
.form table th,
.form table td{
	padding: 5px 0;
}
.form table th{
	width: 290px;
	font-weight: 600;
	font-size: 18px
}
.form table input,.form table textarea{
	border: 1px solid #D6D6D6;
	width: 100%;
	padding: 1em
}
.form table select{
	border: 1px solid #D6D6D6;
	padding: 1em;
	margin-right: 5px
}
.form table .required{
	background: #2B2B2B;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 3px 7px;
	border-radius: 2px;
	margin-left: 10px;
	position: relative;
	top: -3px
}
.contacttype select{
	width: 100%;
}
.contacttime select{
	width: min(200px,40%);
	text-align: center
}
input[type="submit"] {
    background-color: #2B2B2B;
    color: #fff;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: min(660px, 80%);
    font-size: 24px;
    font-weight: 700;
}
/*Message*/
#message.inner{
	    padding-right: 5%;
	    overflow: hidden;
}
#message .page_inner{
	overflow-x: visible;
	padding: 145px 0 5% 0
}
.contents_center{
	width: min(1317px,100%);
	margin: 100px auto;
}
.p-l{
	padding-left: 12.6%
}
.p-r{
	padding-right: 12.6%
}
.contents_center p{
	margin-bottom: 2em
}
.readarea{
	margin-bottom: 200px
}
.cont1{
	margin-top: -460px
}
.cont1 .txt{
	width: min(710px,100%);
	margin-bottom: 190px
}
.cont1 .img{
	width: min(956px,100%);
	position: relative;
	z-index: 1
}
.cont1 .img:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	position: absolute;
	top: -140px;
	z-index: -1;
	right: -12.6%;
}

.bg-gray{
    display: block;
    width: 80vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    height: 460px;
    background: #eee;
    position: relative;
    z-index: -1;
    margin-left: -300px;
    top: -310px;
}
.cont2 {
    width: min(710px, 100%);
   margin: 80px 0 70px auto
}
.fullimg{
	width: 100vw;
    margin: 0 calc(50% - 50vw) 70px;
	margin-left: -300px
}
.cont3 .txt{
	width: min(710px,100%);
	margin-bottom: 70px
}
.cont3 .img{
	width: min(956px,100%);
	position: relative;
	z-index: 1;
	margin: 0 0 0 auto
}
.cont3 .img:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	position: absolute;
	bottom: -140px;
	z-index: -1;
	left: -12.6%;
}
.cont4 {
    width: min(710px, 100%);
   margin: 180px 0 70px auto
}
.historywrap{
	width: min(980px,100%);
	margin: 0 auto;
}
.historylist{
	display: flex;
	flex-wrap: wrap;
}
.historylist dt{
	width: 220px;
	position: relative;
	font-size: 24px;
	font-weight: 700
}
.historylist dt:before{
	    content: '';
    background: url(../images/page/ico-history.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.historylist dt:after{
	    content: '';
    right: 12px;
    top: 24px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;

}
.historylist dd{
	width: calc(100% - 220px);
	padding-left: 50px;
	padding-bottom: 70px
}
.historylist dd .img{
	float: left;
	width: 200px;
	margin-right: 10px
}
/*post*/
.wp-singular .page_inner{
	padding-top: 84px
}
#gallery-2 .gallery-caption{
	    font-style: italic;
    line-height: 1.35;
    font-size: 13px;
    text-align: justify;
    margin: 20px auto;
}
dt.gallery-icon.landscape a {
    width: 90%;
    display: block;
}
dt.gallery-icon.landscape a img{
	width: 100%
}
.category-tag-links,.entry-thumbnail{
	margin-bottom: 60px
}

.post-title{
	margin-bottom: 16px
}
.entry-content p{
	margin-bottom: 1em;
}
.entry-content a{
	text-decoration: underline
}

ul.page-numbers {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/*recruit*/
.single-recruit .inner{
	overflow: hidden
}
.single-recruit .table_type1{
	margin-bottom: 50px
}
.single-recruit .table_type1 .ttl{
		font-size: 24px;
		font-weight: 600;
		margin-bottom: .65em
	}
.single-recruit .table_type1 table th{
	background: #F2F2F2;
}
.single-recruit .table_type1 table th,
.single-recruit .table_type1 table td{
	padding-left: 20px;
	padding-right: 20px;
}
.info-area{
	column-gap: 40px;
	display: flex;
	flex-wrap: wrap
}
.info-area .txtarea{
	width: 55%;
}
.info-area .txtarea .title{
	display: flex;
	align-items: center;
	margin-bottom: 3em
}
.info-area .txtarea .title .employment_type{
	border: 1px solid #000;
	margin-right: 16px;
	line-height: 1;
	padding: 10px
}
.job_description{
margin-bottom: 2em
}
.entry-form-ttl{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	margin-bottom: 4em;
	position: relative;
}
.entry-form-ttl:before {
    content: '';
    width: 100px;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: -20px;
}
.entry-form-ttl .mainttl{
	    font-size: clamp(30px, 15.437px + 3.883vw, 90px);
	 font-weight: 700;
}
.entry-form-ttl .subttl{
	    font-size: 30px;
	 font-weight: 700;
	    margin-top: -10px;
}

.info-area .txtarea .ttl2 {
    margin-bottom: 0;

}
.info-area .entry-thumbnail{
	width: calc(45% - 40px);
}
.inner_inner{
	width: min(980px, 100%);
margin: 0 auto}
.entry-form {
    background: #F2F2F2;
    padding: 100px 0 100px 300px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 100px -300px;
}
.entry-form__inner{
	background: #fff;
	
}
.entry-form__inner_in{
	padding: 5.8%
}
.entry-form__inner .form-title{
	background: #E8E8E8;
	font-size: 24px;
	font-weight: 600;
	padding: 20px 5%;
}
.entry-form__inner .txt{
	margin-bottom: 2em
}
.birthday p{
display: flex;
	align-items: center;
	column-gap: 8px
}
.address span{
	font-size: 90%;
	opacity: .8
}
.entry-form__inner_in .form table th{
	    text-align: right;
    padding-right: 2em;
}
/*リクルート一覧*/
.post-type-archive-recruit .sec-service{
	padding-bottom: 0;
}
#recruit-list{
	background: #F2F2F2;
    padding: 100px 0 100px 300px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 100px -300px;
}
#recruit-list .update-inner{
	margin-left: 150px
}
.recruit-list{
	gap:30px;
	flex-direction: column;
}
.recruit-card{
	background: #fff;
	width: min(1147px,98%)
}
.recruit-card .recruit-thumbnail{
	width: 385px;
    background-size: cover;
    background-position: top center;
}

.recruit-card .txtarea{
	width: calc(100% - 385px);
	padding: 30px 45px
}
.recruit-card .txtarea .ttl a{
	font-size: 24px;
	text-decoration: underline;
	margin-bottom: 20px;
	font-weight: 600
}
.recruit-card .txtarea .txt {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 1em
}
.recruit-card .txtarea .txt a{
	color: #0000CB;
	text-decoration: underline;
}
.recruit-card .txtarea .info{
	gap:8px;
	align-items: center
}
.recruit-card .txtarea .info .company-address{
	font-size: 12px
}
.recruit-card .txtarea .info .status{
	border: 1px solid #333;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 14px
}
@media screen and (max-width:1200px) {
	#recruit-list .update-inner {
    margin-left: 0;
}
	.recruit-card .recruit-thumbnail{
		    width: 100%;
    height: 210px;
	}
	.recruit-card .txtarea{
		width: 100%
	}
}
@media screen and (max-width:958px) {
	.page_inner,#message .page_inner {
    padding: 40px 5% 5% 5%;
}
	.page-mv{
		aspect-ratio: 2 / 1;
		margin-top: 60px
	}
	.pagettl_wrap .subttl {
    font-size: 30px;
		margin-bottom: 16px
}
	.pagettl_wrap .mainttl {
    font-size: 15px;
    padding-bottom: 16px;
}
	    .ttl1 {
        font-size: 30px;
        text-align: center;
			margin-bottom: 30px;
    }
	.aboutus .ttl1{
		display: none;
	}
	.aboutuswrap > div {
    width: 100%;
}
	.aboutuswrap .imgarea {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
	}
.table_type1 table th {
    width: 100px;
    font-weight: 400;
}
	
	.acces_item {
    width: 100%;
		margin-bottom: 40px
}
	.acces_item .address{
		height: auto;
		margin-bottom: 20px
	}
	.map iframe {
    height: 230px;
	}
	.form table th,	.form table td{
		display: block
	}
	.form table td{
		margin-bottom: 10px
	}
	.form table th{
		width: 100%;
		font-size: 16px
	}
	.page_inner .readtxt{
		text-align: left;
	}
	#message.inner{
		padding-right: 0
	}
	.contents_center{
		margin: 0 auto
	}
	.p-l {
    padding-left: 0;
}
	.p-r {
    padding-right: 0;
}
	.bg-gray{
		display: none
	}
	.readarea {
    margin-bottom: 40px;
}
	.cont1 {
    margin-top: 0;
}
	.cont1 .txt{
		margin-bottom: 50px
	}
	.cont1 .img:before{
		top: -28px;
	}
	.cont2{
		margin-top: 40px
	}
	.fullimg{
		margin-left: -6%;
		margin-bottom: 40px
	}
	.cont3 .img:before{
		bottom: -28px;
	}
	.cont4{
		margin: 70px 0 70px auto;
	}
	.historylist{
		display: block
	}
	.historylist dt,.historylist dd{
		width: 100%;
	}
	.historylist dt{
padding-left: 36px;
		font-size: 16px;
		        padding-bottom: 10px;
	}
	.historylist dd{
		position: relative;
		place-content: 36px;
		padding-bottom: 20px;
	}
	.historylist dd:before{
		content: '';
		left: 12px;
    top: 24px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
	}
	.historylist dt:before{
		right: auto;
    left: 0;
	}
	.historylist dt:after {
    right: auto;
    left: 12px;}
	.historylist dd .img{
	float: none;
		margin-bottom: 10px
}
	.info-area .txtarea{
		margin-bottom: 30px
	}
	.info-area .txtarea,.info-area .entry-thumbnail{
		width: 100%
	}
	.entry-form {
    background: #F2F2F2;
    padding: 100px 5%;
    width: 100%;
    margin: 0 auto;
}
	.entry-form__inner_in .form table th{
		text-align: left;
		font-size: 14px
	}
	.entry-form-ttl .subttl{
		font-size: 20px;
		margin-top: 0;
	}
	.entry-form__inner .form-title,.single-recruit .table_type1 .ttl{
		font-size: 16px;
	}
	#recruit-list {
    padding: 60px 5%;
    width: 100%;
    margin: 0 auto;
}
	.recruit-card .txtarea .ttl a{
		font-size: 16px
	}
	.recruit-card .txtarea{
		padding: 30px 10px;
	}
	.recruit-card .txtarea .txt{
		font-size: 12px
	}
}

