/*
Theme Name: BIRTH Child
Template: birth_tcd057
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「BIRTH」
Version: 1.4.1.1562738859
Updated: 2019-07-10 15:07:39

*/

/* reCapcha の左固定設定 */
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}


.page-id-3953 #main_col p,
.page-id-3954 #main_col p,
.page-id-402 #main_col p{
	font-size:115%;
	width:92%;
	margin: auto;
	line-height:1.8;
}

.page-id-3953 .post_content h4.h4_line,
.page-id-3954 .post_content h4.h4_line,
.page-id-402 .post_content h4.h4_line{
	font-size:150%;
	border-bottom: 3px solid #add030;
	margin:4.7rem auto 2rem;
	text-indent:1rem;
}

.page-id-3953 .post_content h3.h3_title,
.page-id-3954 .post_content h3.h3_title,
.page-id-402 .post_content h3.h3_title {/*初めての方のページ*/
	font-size:150%;
	color:#FFF;
	background:#338833;
	text-align:center;
	padding:1rem;
	border-radius:3px;
	margin:4rem auto 2rem;
}

.page-id-3953 .post_content li,
.page-id-3954 .post_content li,
.page-id-402 .post_content li{
	font-size:125%;
	line-height:1.5;
	padding-top:1.25rem;
	font-size:115%;
	width:92%;
	margin: auto;
}

.page-id-3953 .post_content dd,
.page-id-3954 .post_content dd,
.page-id-402 .post_content dd{
	width:92%;
	margin: auto;
}


/**/
.add-select{
	line-height:1.5;
}

.postTtl02 {
	font-size:120%;
	margin:1rem 0 0.5rem;
	color:#005e30;
	font-weight:bold;
}

.all-select,
.clear-select{
	font-size:80%;
	margin:1rem;
	line-height:1.5;
}
.add-select{
	font-size:90%;
	padding:0.2rem 0.5rem;
	border-radius:5px;
	border:1px solid #add080;
	margin:0.2rem;
	display:inline-block;
	color:#005e30;
	box-shadow:2px 2px #F0F0F0;
}

.add-select:hover{
	background:#eaf8c9;	
}

.all-select:before,
.clear-select:before{
	/*content: "＞";*/
}
iframe.wp-embedded-content {
  width: 100%;
  max-width:600px;
}
/* job search ここから追加*/
.search_area {
    background: #93BCA9;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 0 2rem;
  }
  .search_area-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }
  .search_area-select {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 2rem;
  }
  @media screen and (max-width:600px) {
    .search_area-select {
      display: block;
    }
  }
  .search_area-select-title {
    background: #12773B;
    color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
  }
  @media screen and (max-width:600px) {
    .search_area-select-title {
      width: 100%;
      margin: 0 0 1rem;
    }
  }
  .search_area-select-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  @media screen and (max-width:600px) {
    .search_area-select-box-noflex {
     
      display: block;
    }
  }
  .search_area-select-box-noflex .search_area-select-form {
    margin: 0 1rem 0 0;
    width: 280px;
  }
  @media screen and (max-width:600px) {
    .search_area-select-box {
      margin: 0 0 1rem;
    }
    .search_area-select-box-noflex .search_area-select-form {
      width: 100%;
      margin: 0 0 1rem;
    }
  }
  .search_area-select-box-noflex .search_area-select-form:last-child {
    margin: 0;
  }
  @media screen and (max-width:600px) {
    .search_area-select-form {
      width: 100%;
    }
  }
  .search_area-select-button {
    background: #12773B;
    width: 300px;
    padding: 1rem 0;
    display: block;
    border: none;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 4px;
  }
  
  @media screen and (max-width:600px) {
    .search_area-select-button {
      width: 100%;
    }
  }
  
  .search_area-select-button:hover {
    opacity: .7;
    cursor: pointer;
  }
  
  .search_area-select-form {
    background-color: white;
    border: none;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }


  .search_area-select-form {
background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #12773B, #12773B);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    width: 180px;
  }
  
  .search_area-select-form:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }
  
  
  .search_area-select-form:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
/* job search ここまで*/


/*コンタクトフォーム*/
.wpcf7 p {
    margin-bottom: 1em;
    font-size: 16px!important;
}

.post_content p {
    line-height: 2.2;
    margin: 0 0 2em 0;
}


input[type=checkbox] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
input[type=radio] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}

/* side bar */
.widget-title{
	font-size: 1rem;
    padding: 1rem 0.5rem;
}

.all-select, .clear-select{
	font-size: 100%;
	margin: 0;
	line-height: 1.5;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.2rem 1rem;
    margin-left: 0.5rem;
}

.side_widget ul li{
	line-height: 2;
    border-bottom: 1px solid #ccc;
	position: relative;
}

.side_widget ul li::after{
	content:"";
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 10px;
	border-top: 1px solid #005e30;
	border-right: 1px solid #005e30;
	transform: rotate(45deg);
	right: 0.5rem;
    top: 40%;
}

.add-select{
	font-size: 100%;
    padding: 0 0.5rem;
    border-radius: 0;
    border: none;
    margin: 0;
    box-shadow: none;
	padding: 1rem 0.5rem;
    display: block;
    margin-bottom: -1.5rem;
}
.add-select:hover{
	background: none;
}


.post_content .others p{
	font-size:16px;
	font-weight: bold;
	margin: 0;
}
.post_content .others ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.post_content .others ul li{
	width: 33%;
	position: relative;
}
.post_content .others ul li::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 10%;
	top: 45%;
}
.post_content .others ul li a{
	display: block;
	text-align: center;
	padding: 1rem 0;
	background: #add030;
    color: #fff;
    border: 1px solid #fff;
	font-weight: bold;
	padding-right: 1.5rem;
}
@media screen and (max-width:600px){
	.post_content .others ul li{
		width: 50%;
	}
}

table.job-apply-table td input,
table.job-apply-table td select{
	width: 100%;
	padding: 0.5rem;
}
table.job-apply-table .row10 td{
	position: relative;
}
table.job-apply-table .row10 td input{
  /*
	position: absolute;
	left: 1.5rem;
	top: 45%;
	width: 10%;
  */
}

.red {
    color: #ae2b2d;
    font-weight: bold;
}

.wpcf7 .send .wpcf7-submit{    background-color: #4FA160;    color: #fff;    padding: 1em 200px;    border: none;    border-radius: 24px;    display: block;     margin: auto;   }

.single .post_content h2{
	padding-top: 0;
	padding-bottom: 0;
	background: #005e30;
    padding: 1rem;
    font-size: 24px;
    color: #fff;
    margin: 2rem 0;
}

.single .post_content h3{
	font-size: 160%;
    color: #005e30;
}

.single .post_content ul{
    padding-left: 1rem;
    list-style: disc;
}

/* 職種から探す */
.job_btn{
	background-color: #fafcf1;
    border: 1px solid #e3e3e3;
    padding: 2rem 2rem 2rem 4rem;
	margin-bottom: 3rem;
}
.post_content .job_btn h2{
	padding: 0;
	margin-bottom: 1.6rem;
    color: #005e30;
    padding-left: 3rem;
	position: relative;
	line-height: 1;
}
.post_content .job_btn h2::before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(/wp-content/uploads/2025/09/icn_bag.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 1%;
    top: -38%;
}
.job_btn ul{
	list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job_btn ul li{
    width: 24%;
    text-align: center;
    background: #cce27d;
    border: 1px solid #357f5b;
    border-radius: 2px;
    transform: skewX(-10deg);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.job_btn ul li:hover{
  opacity:0.7;
}

.job_btn ul li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){
	margin-top: 1rem;
}
.job_btn ul li a{
	color: #005e30 !important;
	display: block;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}
.job_btn ul li a.a_btn_click{
  display: block; 
  width: 100%;
  padding:1rem 0;
}

.job_btn .q_button{
	width: 60%;
	margin: 3rem auto 0;
    padding: 1rem 0;
    display: block;
}
}
.job_btn .q_button+p{
	text-align: center;
}
.t_center{
	text-align: center;
}

@media screen and (max-width: 767px){
	.job_btn{
		padding: 2rem 1rem 1rem 1rem;
	}
	.job_btn ul li{
		width: 100%;
	}
	.job_btn ul li:nth-child(2),
	.job_btn ul li:nth-child(3),
	.job_btn ul li:nth-child(4){
		margin-top: 1rem;
	}
}

/* mv高さ調整 */

@media screen and (max-width: 730px){
	.home #header_slider,
	.home #header_slider .item{
		height: 250px !important;
	}
}

@media screen and (min-width: 731px) and (max-width: 1280px){
	.home #header_slider,
	.home #header_slider .item{
		height: 570px !important;
	}
}

/* 求人一覧修正（youtube横幅） */
@media screen and (max-width: 730px){
	.job iframe{
		width: 100% !important;
	}
}

/* MV高さ調整 */

#header_slider,
.slick-list,
.slick-track,
#header_slider .item,
#header_slider .image,
#header_slider .image-entity{
	height: 600px !important;
}

#header_slider{
	background: #fafcf1 !important;	
}


#header_slider .item div.image{
	background-size: contain !important;
}

@media screen and (max-width:767px){
	#header_slider,
	.slick-list,
	.slick-track,
	#header_slider .item,
	#header_slider .image,
	#header_slider .image-entity{
		height: 240px !important;
	}
}


h4 {
  border-bottom: solid 3px #f3fada !important;
  position: relative;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #338833 !important;
  bottom: -3px;
  width: 20%;
}
.page-id-3953 .post_content h4.h4_line{
  margin-top:7rem;
}

.w80{
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
.w90{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:767px){
.w80,.w90{
  width:100%;
}
}
