@charset "utf-8";
/*
Template:ga-roo
Theme Name:ga-roo-child
Theme URI:https://recruit.ga-roo.com/
Description:ga-roo
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.8.1
*/
.post_content p {
	margin-bottom: 1em;
	line-height: 1.8;
}
.message_box {
	padding: 0 20px;
	margin: auto;
	max-width: 1120px;
}
.pc .post_content p.pc_txt {
	text-align: center;
}
.post_content p.pc_txt {
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
}
.jigyo_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	background-position: center;
    background-image   : url("../../uploads/map_bg.png");
    background-repeat  : no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
}
.jigyo_inner {
	padding: 15px;
	margin: 20px !important;
	border-radius: 6px;
	background-color: rgba(66,188,229,.2);
	width: calc(50% - 40px);
}
.post_content .jigyo_box h3 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.post_content .jigyo_box h3 span {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width:1.5em; min-width: 1.5em; height: 1.5em; background:var(--main_color);
  color: #fff; border-radius: 50%; line-height: 1; margin-top: 0; margin-right: 0.7em;position: absolute;
  left: 0;
}
.post_content .jigyo_box h3 {
	font-size: 24px;
}
.cb_free_space.cb_white_bg.num4 {
	background: #f4f4f4;
	padding: 150px 0;
	margin-bottom: 150px;
}
.culture_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.culture_inner {
	padding: 15px;
	margin: 15px !important;
	border-radius: 6px;
	width: calc(50% - 30px);
	background: #fff;
	/*background-color: rgba(66,188,229,.2);
	border: 5px solid #42bce5;
    width: 300px;
    height: 400px;*/
}
.post_content .culture_box h3 {
	font-size: 24px;
	margin: 0;
	text-align: center;
}
.post_content .culture_box p {
	text-align: center;
	font-size: 17px;
}
.post_content .culture_box img {
	width: 150px;
	height: 150px;
}
@media screen and (max-width: 800px) {
	.pc_only {
		display: none;
	}
	.post_content p.pc_txt {
		font-size: 18px;
	}
	.jigyo_box {
		padding: 0;
	}
	.jigyo_inner, .culture_inner {
		width: 100%;
		margin-top: 0 !important;
	}
	.post_content .jigyo_box h3, .post_content .culture_box h3 {
		font-size: 22px;
	}
	.culture_inner {
		margin: 15px auto !important;
	}
	.cb_free_space.cb_white_bg.num4 {
		padding: 50px 0;
		margin-bottom: 50px;
	}
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #ffb73a;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #333;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
.post_content form table input[readonly] {
	background-color: #fff;
	border: 0;
	color: #000;
	font-weight: bold;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #ffb73a !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #333 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
.wpcf7 input[type="date"],
.wpcf7 select {
  width: 20%;
	margin: 5px 0;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
.post_content a.q_custom_button1 {
	font-size: 24px;
}
.post_content .q_button_wrap p.entry_txt {
	margin: 8px auto;
	color: #ff6d12;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
	.wpcf7 input[type="date"] {
	  width: 80%;
	}
}
