@charset "UTF-8";
/*
Theme Name:株式会社仲谷興業_子テーマ
Template:nakayakogyo
Version:2.2.5
*/

.p-index-content04__col{
	width: 100% !important;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.tag_paving_exterior{
	background: #2c3e50;
    padding: 0.5vh 1.5vw;
    top: 0;
    color: #fff;
}
.p-triangle {
    background-color: rgba( 255, 255, 255, 0.7 );
    padding: 0.5vh 0.5vw;
}
.p-article08__desc {
    margin-bottom: 0px;
}
@media screen and (max-width: 550px) { .p-triangle { padding: 1vh 1vw; }
}
@media screen and (max-width: 500px) {.p-article08__desc { margin-bottom: 0px; font-size: 14px; line-height: 2.4; }
.p-article08__desc:last-child { margin-bottom: 0; }
.p-article08__content { padding: 30px 30px !important; background: #f5f5f5; }
}
@media screen and (max-width: 767px) { 
.p-article08__desc { margin-bottom: 0px; line-height: 2; }
.p-article08__content { padding: 25px 25px; }
}
/*company overview*/
#table_overview {
	width: 100%;
	margin: 0 auto;
}

/* sp */
@media only screen and (max-width: 480px) {
}
/* google map */
/* 横幅を指定するための要素 */
.map-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3vh auto 0;
}
 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*メインコンテンツ3*/

a.p-btn {
    color: #fff;
	font-weight: bold;
}
.c-pw__btn:hover, .p-cb__item-btn a:hover, .p-pagetop:focus, .p-pagetop:hover, .p-readmore__btn:hover, .p-page-links > span, .p-page-links a:hover, .p-pager a:hover, .p-entry__meta a:hover, .p-article06__cat:hover, .p-interview__cat:hover, .p-nav02__item-upper:hover, .p-btn:hover {
	color: #fff;
}

/*ContactForm7カスタマイズ*/
.wpcf7 {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: none;
    background: none;
}
.wpcf7 form {
     margin: 0; 
}
table.CF7_table{
	width:100%;
	margin:0 auto 3vh;
	border: 3px solid #e5e5e5;
}
@media screen and (max-width: 768px){
table.CF7_table {
    width: 100% !important;
}
}
table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
    text-align: left;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #ffa801;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#ffa801;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
.grecaptcha-badge { visibility: hidden; }

input.wpcf7-form-control.wpcf7-captchar {
    width: 10%;
    min-width: 100px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-170 {
    margin-right: 10px;
}
.p
/*採用情報*/
span.p-article07__title {
    display: none;
}
.p-footer-nav {
    background: #f5f5f5;
    color: #000000;
}

/*見出し付きリスト3*/
.box_recruitment {
  margin: 1em auto;
  background: #fef9ed;
  border-radius:4px;
  border: solid #3c40c6 1px;
  max-width:600px;
  padding: 40px 5px 10px 10px;
  position:relative;
}
.box_recruitment .box-title {
  background: #3c40c6;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5em;
  padding: 1px;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.box_recruitment ul li {
  background: #fef9ed;
  color: #333;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  list-style: none;
  font-weight: bold; 	
}


.list_recruitment li:before {
    font-family: "Font Awesome 6 Free";
    position: relative;
    content: "\f058";
    color: #3c40c6;
    font-weight: 900;
	right: 2.5%;
}
ul.list_recruitment {
    margin-bottom: 2.5%;
}
span.p-article07__title {
    display: none;
}
.l-primary {
    width: 100%;
}
.p-index-content07__desc,.p-index-content07__btn,.p-index-content07__title{
	z-index: 10;
}
.p-index-content07::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 500px;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
@media screen and (max-width: 767px){
.p-index-content07::after {
	height: 187px;
}
	}

p.p-article08__title.p-triangle.p-triangle--no-padding {
    margin-bottom: 0px;
    line-height: unset;
}
a.p-btn {
    color: #fff !important;
}
.p-article08__desc {
    margin-bottom: 0px !important;
}
.p-article08__btn {
    text-align: center;
    margin: 0px !important;
}

/*フリースペース*/
.f_button_wrap {
    text-align: center;
    padding: 2em 0;
    background: #f5f5f5;
}
.f_tag {
    position: absolute;
    background: #2c3e50;
    padding: 0.5vh 1.5vw;
    top: 0;
    color: #fff;
}
.relative {
	position: relative;
}
.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    width: 300px;
    background-color: #fff;
    border-radius: 25px;
}

.banner-top {
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
    background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
    background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
    background: radial-gradient(#0AB0C7, #006EB0 70%);
}

.banner-copy {
    font-size: 18px;
    position: relative;
}
.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 300px;
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin: 0px;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }
    .banner-top {
        padding: 5px;
        border-radius: 0px;
        background: -moz-linear-gradient(#006EB0 50%, #0AB0C7);
        background: -webkit-linear-gradient(#006EB0 50%, #0AB0C7);
        background: linear-gradient(#006EB0 50%, #0AB0C7);
    }
    .banner-bottom {
        padding: 10px 10px 18px 10px;
    }
	

    .banner-copy {
        font-size: 15px;
    }
    .banner-copy::after {
        font-size: 12px;
        margin-top: 1.4px;
        margin-left: 12px;
        top: initial;
        right: initial;
    }
    .banner-close {
        top: 8px;
        right: 15px;
    }
    .banner-copy-br {
        display: none;
    }
}
button#js-pagetop {
    display: none !important;
}

@media screen and (max-width: 767px){
.l-footer {
    margin-bottom: 10vh;
}
	}
ul.list_recruitment.text-left-margin-auto {
  display: table;
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  background: #888;
  list-style: none !important;
  padding: 0;
}
