/* カスタム CSS をここに入力してください */

/*recaptcha*/
.grecaptcha-badge {
margin-bottom: 80px;
}
/*私たちのしごと写真*/
.work-img-container {
  display:flex;
  flex-wrap: wrap;
  padding: 2px;
	justify-content: space-between
}

.work-img-item {
  width: calc(25% - 4px);
	margin:4px 0;
}

@media (max-width: 770px) {
.work-img-item {
    width: calc(50% - 2px);
  }
}

/*ヘッダーボタンとクレカの間の住所*/
.header-address{
	line-height: 1.5;
	margin-left: 110px;
}
.header-address span{
	color: #125AA9;
	font-weight: 600;
}
/*スマホ*/
@media screen and (max-width:768px) {
	.header-address{
		text-align: left;
		margin-left: 50px !important;
	}
}
@media screen and (min-width: 820px) and (max-width: 1180px){
	.header-address{
	   margin-left: 55px;
	}
}

/*ヘッダーのボタン*/
#header_button a{
	height: 80px;
  padding: 0 30px !important;
  width: 150px !important;
  text-align: center !important;
}
#menu_button{
	margin-left: 10px !important;
}



/*確認画面*/
/* テーブル */
#wpcf7cpcnf table {
    border: none;
}
#wpcf7cpcnf table th {
    background-color: #125aa9;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
	  width: 35% !important;
}
#wpcf7cpcnf table td {
    border: 1px solid #ccc;
}
/* ボタン */
#wpcf7cpcnf button{
	border: 2px solid #000;
  border-radius: 0;
  background: #125aa9;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
	color: #ffffff;
	font-size: 18px;
}
#wpcf7cpcnf button:hover{
	-webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}
/*スマホのみ表示*/
@media screen and (max-width:768px) {
	#wpcf7cpcnf table tr{
		display: block;
	}
	#wpcf7cpcnf table th{
		display: block;
		width: auto !important;
	}
	#wpcf7cpcnf table td{
		display: block;
	}
}



/*お問い合わせ*//*ご来場予約*/
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.info-group{
		width: 100% !important;
  }
}
/*スマホのみ表示*/
@media screen and (max-width:768px) {
	.info-toptext-center{
		width: 100% !important;
	}
	.info-group{
		display: inline !important;
  }
	.info-question{
		width: 100% !important;
		margin-left: -20px !important;
		border-bottom: 2px solid rgb(255 255 255 / 30%) !important;/*線を透明にする*/
  }
	.info-text{
		width: 100% !important;
		margin-left: -20px !important;/*左側の空白を調整*/
	}
	.information-toppage{
		width: 100% !important;
  }
	.information-toppage a{
		font-size: 32px !important;
	}
	.info-tellmessage{
		width: 100% !important;
	}
	.info-tellmessage a{
		font-size: 32px !important;
	}
	.information-toppage p{
		font-size: 16px !important;
	}
	.info-tellmessage p{
		font-size: 16px !important;
	}
}
/*スマホ終わり*/
/*お問い合わせ・ご来店予約の背景色*/
.background-color{
  margin: 0 calc((100% - 100vw) / 2);
  padding: 25px calc((100vw - 1196px) / 2) 15px;
	background: #F5ECEC;
	padding-top: 50px;
  padding-bottom: 30px;
}
/*背景色  タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.background-color{
    background: #F5ECEC;
    padding-top: 50px;
    padding-bottom: 30px;
		padding-right: 50px;
    padding-left: 50px;
    margin: 0 -50px;
		width: calc(100% + 100px);
}
}
/*背景色  スマホ*/
@media screen and (max-width: 767px) {
	.background-color{
    background: #F5ECEC;
    padding-top: 50px;
    padding-bottom: 30px;
		padding-right: 20px;
    padding-left: 20px;  
}
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio]{/*ラジオボタンとチェックボックスの色を青くする*/
   accent-color: #2581a2;
}
.fs14{
	font-size: 14px;
}
#formbtn{
	border: 2px solid #000;
  border-radius: 0;
  background: #125aa9;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
	color: #ffffff;
	font-size: 18px;
}
#formbtn:hover{
	-webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}

.info-toptext-center{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 80%;
}
.info-toptext p{
	text-align: left;
}
.wpcf7-form-control-wrap .radio-175 .wpcf7-form-control .wpcf7-radio{
	display: flex !important;
}
.wpcf7{/*背景を透明にする*/
	border: 1px solid rgb(255 255 255 / 0%);
  background: rgb(255 255 255 / 0%);
}
.info-tellmessage{
	text-align: center;
	margin-bottom: 80px;
	background: #ffffff;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.info-tellmessage p{
	font-weight: 600;
	text-align: center;
	margin-bottom: -10px;
	font-size: 18px;
}
.info-tellmessage a{
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-bottom: -10px;
	letter-spacing: 0.3rem;
	color: #DD3333;
}
.info-tellmessage img{
	margin-right: 10px;
  margin-bottom: -10px;
}
.information-toppage{
	background: #ffffff;
	padding-top: 30px;
  padding-bottom: 30px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
.information-toppage img{
	margin-bottom: -10px;
  margin-right: 10px;
}
.information-toppage p{
	font-weight: 600;
	text-align: center;
	margin-bottom: -10px;
	font-size: 18px;
}
.information-toppage a{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.3rem;
	color: #dd3333;
}
.info-mail-please{
	text-align: center;
	font-size: 14px;
	color: red;
	margin-bottom: 40px;
	line-height: 1.8;
}
.info-mail-titlecenter{
	text-align: center;
}
.info-mail-title{
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
  display: inline-block;
}
.info-mail-title:before{
	content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #125aa9;
  border-radius: 2px;
}
.info-privacypolicy{
	border-bottom: #125aa9 solid 1px;
}
.choose-time{
	margin-left: 10px;
}
.info-group{
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.info-question{
	width: 30%;
  border-bottom: 2px solid #ffffff;
  padding: 20px;
  line-height: 1.5em;
	font-size: 16px;
	background: #e1e1e1;
}
.info-text{
	width: 70%;
  border-bottom: 2px solid #ddd;
  padding: 20px;
  line-height: 2em;
	font-size: 16px;
	background: #ffffff;
}
.preferred-date{
	font-size: 16px;
}
.wpcf7-radio .wpcf7-list-item{
	display: inline-block !important;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label{
	font-size: 16px !important;
	width: 150px;/*希望時刻の長さ調整*/
  height: 40px;
}
.wpcf7 .wpcf7-list-item{
	display: inline-block;/*チェックボックス横並び*/
}

.info-yoko{
	display: flex !important;
	margin-top: -15px;
}
.mandatory{
	background: #125aa9;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
.any{
	background: #A7A7A6;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}





/*画像の上にテキスト*/
figure {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	width: 400px;
}
	figure img {
		max-width: 100%;
		vertical-align: top;
	}
	figure figcaption {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 5px 10px;
		font-size: 86%;
		color: #fff;

	}

/*お問合せリンクボタン*/
.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 1em 2em;
  width: 300px;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #a0c4d3;
  border-radius: 10px;
}

.button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

/*PCでのみ、最上段へ戻るボタンを配置する*/
@media screen and (max-width: 1199px){
#wpfront-scroll-top-container{
	display: none !important;
}
}

/*許可証閲覧ページ*/
#page_header_type2 .title{
	background: #2679d5 !important;
}
.c-pw__btn--submit{
  background: #2679d5 !important;
}
.c-pw__box{
  text-align: center !important;
}
.c-pw__box .c-pw__box-desc{
	line-height: 1.5 !important;
}
.post_content .c-pw__btn, .post_content .c-pw__btn:hover{
	margin-bottom: -15px !important;
}
.permit_license_title{
	font-size: 24px;
	font-weight: 600;
	position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
	margin-top: 80px;
  margin-bottom: 30px;
}
.permit_license_title:after{
	position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}
.permit_license_pdf{
  display: flex;
	margin-top: 20px;
  margin-bottom: 25px;
}
.permit_license_pic{
	margin-top: -10px;
}
.permit_license_text{
	margin-left: 5px;
	font-size: 18px;
	line-height: 1.2;
  border-bottom: 2px solid #2581a2;
}
.permit_license_text a{
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.permit_license_pic{
		margin-top: 0px;
	}
	.permit_license_text{
		font-size: 16px;
	}
	.permit_license_pic{
		width: 15%;
	}
	.permit_license_text{
		margin-left: 0px;
	}
}

/*ヘッダーのクレカ画像*/
.header_creditcard_contents{
	display: flex;
	flex-flow: column;
}
.header_creditcard_pictures{
	  display: flex;
    justify-content: center;
    margin: 0 auto;
}
.header_creditcard_parts img{
	  flex: none;
    width: 80px;
    margin: 5px;
    text-align: center;
	  margin-right: 10px;
	  margin-left: 10px;
}
.header_creditcard_text{
	text-align:center;
	margin-bottom: 10px;
}
/*スマホでのみ表示*/
@media screen and (max-width: 767px){
	.header_creditcard_pictures{
		margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
	.header_creditcard_contents{
	  display: flex;
	  flex-flow: column;
  }
	.header_creditcard_parts{
		box-sizing: border-box;
    margin: 0;
    padding: 5px;
    width: 30%;
  }
}



.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #125AA9;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 300px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
  display: none ; 
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



#footer_menu a{
	font-size: 14px;
	font-weight: 400;
}



/*スマホでのみ表示*/
@media screen and (max-width: 767px){
.pc_display{
	display: none;
}
}
/*PCでのみ表示*/
@media screen and (min-width: 768px){
.sp_display{
	display: none;	
}
}

/*トップページ　フッターWORK*/
#menu-footer-menu-02{
	font-size: 20px;
	font-weight: 600;
}

/*RECRUIT　一日の流れ*/
.work_environment_organization{
	padding-bottom: 50px;
}
.worker_life_title{
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
}
.work_environment_title{
	font-weight: 600;
  margin-bottom: 20px;
	font-size: 22px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.work_environment_content{
	display: flex;
}
.work_environment_picture{
	width: 45%;
	position: relative;
	margin-top: 40px;
}
.work_environment_text{
	margin-left: 30px;
  width: 55%;
	display: table;
}
.work_environment_text p{
	line-height: 1.8em;
	display: table-cell;
  vertical-align: middle;
}
.environment_picture01{
	width: 60%;
	position: absolute;
	z-index: 2 !important;/*画像の重ねる優先順位　数値が大きいほど上にくる*/
	box-shadow: 5px 5px 15px -10px; 
	border: solid 5px #72aee6;
}
.environment_picture02{
	width: 60%;
  margin-left: 40%;
  margin-top: 32%;
  position: absolute;
  z-index: 1 !important;
	box-shadow: 5px 5px 15px -10px;
	border: solid 5px #3aafdc;
}
.oneday_lifeflow_organization{
	
}
.oneday_lifeflow_title{
	font-weight: 600;
  margin-bottom: 20px;
	font-size: 22px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.oneday_lifeflow_content{
	display: flex;
}
.oneday_lifeflow_text{
	margin: 0 auto 50px;
	margin-left: 0px;
	margin-top: 20px;
}
.oneday_lifeflow_text .oneday_lifeflow_words {
	  text-align: center;
    margin: 0 auto 33px;
	  margin-left: 0px;
    width: 100%;
    padding: 10px;
    border: 3px solid #326E93;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 16px; /* テキストの指定 */
    font-weight: bold; /* テキストの指定 */
    line-height: 1.4; /* テキストの指定 */
}
.oneday_lifeflow_text .oneday_lifeflow_words:after {
    border-top: 25px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}
.oneday_lifeflow_text .oneday_lifeflow_words:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.oneday_lifeflow_picture{
	margin-top: 50px;
	width: 50%;
	position: relative;
}
.lifeflow_picture03{
	width: 60%;
  position: absolute;
	z-index: 6 !important;
	box-shadow: 5px 5px 15px -10px; 
	border: solid 5px #4acae6;
}
.lifeflow_picture04{
	width: 60%;
  margin-left: 40%;
  margin-top: 30%;
  position: absolute;
  z-index: 5 !important;
	box-shadow: 5px 5px 15px -10px;
	border: solid 5px #72aee6;
}
.lifeflow_picture05{
	width: 60%;
  margin-top: 60%;
  position: absolute;
  z-index: 4 !important;
	box-shadow: 5px 5px 15px -10px; 
	border: solid 5px #125aa9;
}
.lifeflow_picture06{
	width: 60%;
  margin-left: 40%;
  margin-top: 90%;
  position: absolute;
  z-index: 3 !important;
	box-shadow: 5px 5px 15px -10px;
	border: solid 5px #9ed9f6;
}
/*矢印*/
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
	margin-left: 20px;
}
.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  left: -0.275em;
  bottom: 0;
  margin: auto;
}

/*スマホ　RECRUIT　一日の流れ*/
@media screen and (max-width: 767px){
	.work_environment_organization{
		padding-bottom: 150px;
	}
	.worker_life_title{
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.work_environment_text{
		margin-left: 0px;
    width: inherit;
    display: table;
	}
	.work_environment_text p{
		line-height: 1.8;
	}
	.work_environment_picture{
		width: inherit;
    position: relative;
    margin-top: 0px;
	}
	.work_environment_content{
		display: inline;
	}
	.environment_picture01{
		width: 60%;
    margin-top: 120%;
	}
	.environment_picture02{
		width: 60%;
    margin-top: 150%;
	}
	.lifeflow_picture04{
		width: 60%;
    margin-top: 30%;
  }
	.lifeflow_picture05{
		width: 60%;
    margin-top: 60%;
	}
	.lifeflow_picture06 {
		width: 60%;
    margin-top: 90%;
	}
	.oneday_lifeflow_picture{
		width: inherit;
	}
	.oneday_lifeflow_organization{
	  padding-bottom: 200px;
  }
	.oneday_lifeflow_title{
		margin-top: 200px;
	}
	.oneday_lifeflow_content{
		display: inline;
	}
	.oneday_lifeflow_text{
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.oneday_lifeflow_text .oneday_lifeflow_words{
		margin-left: auto;
		width: initial;
	}
	#footer_banner{
		margin-top: 350px;
	}
}
/*タブレット　RECRUIT　一日の流れ*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.work_environment_text{
		margin-left: 30px;
    width: 55%;
    display: table;
	}
	.work_environment_picture{
		width: 50%;
    position: relative;
    margin-top: 20px;
	}
	.environment_picture01{
		width: 80%;
    margin-top: 30%;
	}
	.environment_picture02{
		width: 80%;
    margin-left: 20%;
    margin-top: 75%;
	}
	.lifeflow_picture03{
		width: 80%;
	}
	.lifeflow_picture04{
		width: 80%;
    margin-left: 20%;
    margin-top: 40%;
	}
	.lifeflow_picture05{
		width: 80%;
    margin-top: 80%;
	}
	.lifeflow_picture06{
		width: 80%;
    margin-left: 20%;
    margin-top: 120%;
	}
}



/*WORK*/
/*○○向けサービス　文章*/
.workservice_explanation{
	line-height: 1.5;
}
.decosign:before{
	content: '●';
	color: #3aafdc;
	font-size: 24px;
	margin-right: 3px;
}

.button_explanatory{
	text-align: center;
	margin-bottom: 30px;
}

.creditcard_contents{
	display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}
.creditcard_kinds{
	box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 15%;
}
/*スマホ*/
@media screen and (max-width: 767px){
	.creditcard_kinds {
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
		width: 30%;
}
}

.workservice_title{
	margin-top: 100px;
	font-size: 24px;
  font-weight: 600;
  text-align: center;
	padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-color: #3aafdc;
}
/*スマホ*/
@media screen and (max-width: 767px){
	.workservice_title{
		font-size: 17px;
	}
}

.working_singlepicture{
	text-align: center;
	margin-bottom: 30px;
}
.working_twopictures_contents{
	display: flex;
}
.working_twopictures{
	margin: 10px;
}

.working_evenpictures_contents{
	display: flex;
	flex-wrap:wrap;
}
.working_evenpictures_contents li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	list-style: none;
}
.working_evenpictures_contents img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
.working_oddpictures_contents{
	display: flex;
	flex-wrap:wrap;
}
.working_oddpictures_contents li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	list-style: none;
}
.working_oddpictures_contents img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
.working_oddpictures2_contents{
	display: flex;
	flex-wrap:wrap;
}
.working_oddpictures2_contents li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	list-style: none;
}
.working_oddpictures2_contents img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
.workbusiness_title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 80px 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #4169E1;
}
/*スマホ*/
@media screen and (max-width: 767px){
	.working_oddpictures_contents li {
	width: calc(100%/1);
	}
	.working_evenpictures_contents li {
	width: calc(100%/1);
	}
	.working_oddpictures2_contents li {
	width: calc(100%/1);
	text-align: center;
	}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.working_oddpictures_contents li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	}
	.working_evenpictures_contents li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	}
}
 
.workbusiness_title:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #40E0D0;
    top: -0.5em;
    left: 0.3em;
    height: 12px;
    width: 12px;
} 
.workbusiness_title:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #4169E1;
    top: -0.2em;
    left: 0;
    height: 12px;
    width: 12px;
}

.workpictures{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
/*スマホ*/
@media screen and (max-width: 767px){
	.workpictures{
	  margin-top: 30px;
		margin-bottom: 30px;
  }
}
.work_titledeco{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 10px;
}
.work_titledeco:before{
	content: '●';
	color: #3AAFDC;
	font-size: 26px;
	margin-right: 3px;
}
/*WORKボタン*/
.work_button_contents{
	  display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
	  /*background-image: linear-gradient(45deg, #6795fd 0%, #67ceff 100%);*/
}
.work_button{
	  font-weight: bold;
	  font-size: 13.5px;
    box-sizing: border-box;
    margin: 10px;
    width: 30%;
	  display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF !important;
    background-color: #125aa9;
    transition: .4s;
	  text-align: center;
}
.work_button a{
	  color: #ffffff !important;
}
.work_button_contents2{
	  display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
	  /*background-image: linear-gradient(45deg, #6795fd 0%, #67ceff 100%);*/
}
.work_button2{
	  font-size: 15px;
	  font-weight: bold;
    box-sizing: border-box;
    margin: 10px;
    width: 40%;
	  display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF !important;
	  background-color: #3aafdc;
    transition: .4s;
	  text-align: center;
}
.work_button2 a{
	  color: #ffffff !important;
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.work_button{
		width: 28%;
		margin: 10px; 
	}
}
/*スマホ*/
@media screen and (max-width: 767px){
	.work_button{
		width: 80%;
	}
	.work_button2{
		font-size: 14px; 
		width: 80%;
	}
}

.working_pictures_contents{
	display: flex;
}
.working_pictures{
	width: 100%;
}
/*シロアリ*/
.termites_title{
	font-size: 20px;
	font-weight: 600;
	color: #3aafdc;
	margin-bottom: 20px;
}



/**テーブル**/
/*テーブル-会社概要*/
.company-table .row-1 .column-1,
.company-table .row-2 .column-1,
.company-table .row-3 .column-1,
.company-table .row-4 .column-1,
.company-table .row-5 .column-1,
.company-table .row-6 .column-1,
.company-table .row-7 .column-1,
.company-table .row-8 .column-1,
.company-table .row-9 .column-1,
.company-table .row-10 .column-1,
.company-table .row-11 .column-1,
.company-table .row-12 .column-1{
    padding: 5px;
    vertical-align: top;
    border: 1px solid #ccc;
	width:21%;
}
.company-table .row-1 .column-2{
    border-top: 1px solid #ccc;
}
.company-table .row-1 .column-2,
.company-table .row-2 .column-2,
.company-table .row-3 .column-2,
.company-table .row-4 .column-2,
.company-table .row-5 .column-2,
.company-table .row-6 .column-2,
.company-table .row-7 .column-2,
.company-table .row-8 .column-2,
.company-table .row-9 .column-2,
.company-table .row-10 .column-2,
.company-table .row-11 .column-2,
.company-table .row-12 .column-2{
  padding-left:1em;
}
.company-table .row-6 .column-2,
.company-table .row-7 .column-2{
	line-height:1.5em;
}
.txt-box01{
    margin-right: 6px;
    border: 1px solid #afadad;
    border-radius: 4px;
    padding: 2px;
}
@media screen and (min-width: 768px){
.br-sp {display: none;
}
}
.table-mg05{
  margin-top:5px;
	margin-bottom:5px;
}
.table-fw600{
  font-weight:600;
}
.indent1 {
	text-indent: -1em;
	padding-left: 1em;
	line-height:1.5em!important;
}
.indent2 {
	text-indent: -1em;
	padding-left: 1em;
	line-height:1.5em!important;
}
 
/* 項目名部分の横幅指定とセンタリング */
.company-table .column-1 {
    width: 20%;
    text-align: center;
}
 
/* 内容部分のレイアウト */
.company-table .column-2 {
    padding: 5px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*社長写真*/
.pic-president-container{
	text-align:center;
	margin-bottom:80px;
}
.pic-president-img{
	width:360px;
	margin:8px;
}
.pic-president-txt{
	font-size:19px;
	font-family:serif;
}
@media screen and (max-width:770px){
.pic-president-img{
	width:280px;
}
}

/*ヘッダー*/
#site_description span {
    top: 73%;
	display: none;/*headerの住所を消す*/
}
@media screen and (max-width:770px){
#site_description.show_desc_mobile {
    display: none!important;
}
#drawer_menu_footer {
    margin-top: 20px;
}
}

/*見出し01*/
.midashi01-container{
  margin-bottom:80px;
}
.midashi01 {
	position: relative;
	padding-left: 60px;
	font-size: 21px;
	font-weight:600;
	color: #2581A2;
	/*margin-bottom:28px;*/
	margin-top: 200px;
}
.midashi01::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}
/*見出し02*/
.midashi02-container{
  margin-bottom:40px;
}
.midashi02 {
	font-weight:600;
}

/*見出し03*/
.midashi03{
}
.midashi03 li{
list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 1em;
}
.midashi03 li:before{
    border-radius: 50%; /*丸くする*/
    width: 12px; /*点の幅*/
    height: 12px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0px; /*点の位置*/
    top: 0.75em; /*点の位置*/
    content: "";
    background: rgba(63,193,201,0.3); /*点の色*/
}
/*見出し04*/
.midashi04-container{
  margin-bottom:80px;
}
.midashi04 {
	position: relative;
	padding-left: 60px;
	font-size: 34px;
	font-weight:600;
	color: #2581A2;
	/*margin-bottom:28px;*/
	margin-top: 0;
}
.midashi04::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}
/*見出し05*/
.midashi05 {
	font-size:22px;
	position: relative;
	background: #eaf5f9;
	padding: 1em 0.75em 1em 2.5em;
	margin:20px 0;
}
.midashi05:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	color: #579EB8;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.midashi06 {
	font-size:20px;
	font-weight:600;
	border-bottom: solid 3px #579EB8;
	padding: 10px 0;
	color:#579EB8;
}
@media screen and (max-width:770px){
	/*見出し04*/
.midashi04-container{
  margin-bottom:30px;
}
.midashi04 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
	font-weight:600;
	color: #2581A2;
	/*margin-bottom:28px;*/
	margin-top: 20px;
}
.midashi04::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}
	
}
/*私たちの仲間たち*/
.cb_interview_list.num2 .job,
.interview_list .job {
    padding-right: 10px;
    padding-left: 10px;
}
#interview_header_inner .info, #interview_header_bottom_mobile .info {
    display: none;
}
/*新しい仲間を求めています*/
.banner_content.num4 .desc {
    text-align: left;
}

/*グローバルメニュー*/
#global_menu a .sub_title {
    color: #fff!important;
}

