@charset "utf-8";
.pc { display:block; }
.sp { display:none; }

.container {
    max-width: 100%;
}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
.siteHeader {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border-bottom: 3px solid #2c834d;
    background: rgba(255,255,255,.95);
	position: fixed;
}
.siteHeader + div{
	margin-top: 88px;
}
.siteHeader .container {
    padding-top: 20px;
    padding-bottom: 0;
}
h1.navbar-brand {
    padding: 0;
    margin: -25px 0 -10px 0;
}
h1.navbar-brand:hover{
	opacity: 0.8;
}
.navbar-brand img {
    max-height:100px;
}
.gMenu_name {
    font-weight: bold;
}
.nav>li#menu-item-3311>a,
.nav>li#menu-item-3312>a,
.nav>li#menu-item-3313>a,
.nav>li#menu-item-3353>a {
	background: #00a040;
	color: #fff;
	padding: 10px;
	margin: 0 5px;
}
#menu-item-3311 a:hover,
#menu-item-3312 a:hover,
#menu-item-3313 a:hover,
#menu-item-3353 a:hover {
	opacity: 0.8;
}
ul.gMenu>li#menu-item-3311>a:hover:after,
ul.gMenu>li#menu-item-3311.current-post-ancestor>a:after,
ul.gMenu>li#menu-item-3311.current-menu-item>a:after,
ul.gMenu>li#menu-item-3311.current-menu-parent>a:after,
ul.gMenu>li#menu-item-3311.current-menu-ancestor>a:after,
ul.gMenu>li#menu-item-3311.current_page_parent>a:after,
ul.gMenu>li#menu-item-3311.current_page_ancestor>a:after,
ul.gMenu>li#menu-item-3312>a:hover:after,
ul.gMenu>li#menu-item-3312.current-post-ancestor>a:after,
ul.gMenu>li#menu-item-3312.current-menu-item>a:after,
ul.gMenu>li#menu-item-3312.current-menu-parent>a:after,
ul.gMenu>li#menu-item-3312.current-menu-ancestor>a:after,
ul.gMenu>li#menu-item-3312.current_page_parent>a:after,
ul.gMenu>li#menu-item-3312.current_page_ancestor>a:after,
ul.gMenu>li#menu-item-3313>a:hover:after,
ul.gMenu>li#menu-item-3313.current-post-ancestor>a:after,
ul.gMenu>li#menu-item-3313.current-menu-item>a:after,
ul.gMenu>li#menu-item-3313.current-menu-parent>a:after,
ul.gMenu>li#menu-item-3313.current-menu-ancestor>a:after,
ul.gMenu>li#menu-item-3313.current_page_parent>a:after,
ul.gMenu>li#menu-item-3313.current_page_ancestor>a:after,
ul.gMenu>li#menu-item-3353>a:hover:after,
ul.gMenu>li#menu-item-3353.current-post-ancestor>a:after,
ul.gMenu>li#menu-item-3353.current-menu-item>a:after,
ul.gMenu>li#menu-item-3353.current-menu-parent>a:after,
ul.gMenu>li#menu-item-3353.current-menu-ancestor>a:after,
ul.gMenu>li#menu-item-3353.current_page_parent>a:after,
ul.gMenu>li#menu-item-3353.current_page_ancestor>a:after
 {
	border: none;
}
ul.gMenu>li>a:hover:after,
ul.gMenu>li.current-post-ancestor>a:after,
ul.gMenu>li.current-menu-item>a:after,
ul.gMenu>li.current-menu-parent>a:after,
ul.gMenu>li.current-menu-ancestor>a:after,
ul.gMenu>li.current_page_parent>a:after,
ul.gMenu>li.current_page_ancestor>a:after,
ul.gMenu>li>a:active:after{
	content:".";
	line-height:0;
	border-bottom:1px solid #2c834d;
	bottom:0px;display:block;
	overflow:hidden;
	position:absolute;
	width:100%;
	left:0
	
}
ul.gMenu a {
	background: none;
}
@media (max-width: 991px) {
ul.gMenu a {
	-webkit-tap-highlight-color:rgba(0,0,0,0.15);
}
}

footer {
    background-color: #0f532c;
	border: none;
	color: #fff;
}
footer .footerMenu {
    border-top: none;
    border-bottom: none;
}
footer .footerMenu li a {
    color: #fff;
}
footer .footerMenu li a {
    border-left: none;
}
footer .footerMenu li:last-child a {
    border-right: none;
}
footer .footerMenu li a:hover {
    background-color: none;
}
.footer_nav {
}
.footer_nav h3 {
    border: none;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.footer_nav h3:after {
    border: none;
}
.footer_nav h3 a{
	background: url(https://www.recruit-idea.com/wp-content/themes/ideaconsulting/images/foot_logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height:100px;
}
.footerMenu li {
	list-style: none;
}
.footer_nav ul{
	font-size: 16px;
	font-weight: bold;
}
.footer_nav a:hover{
	opacity: 0.8;
}

.footer_nav .menu{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	padding: 0 1em;
	box-sizing: border-box;
}
.footer_nav .menu li{
	max-width: calc(100% / 6);
	font-size:14px;
}
.footer_nav .menu li a{
	padding: 10px 0;
}
.footer_nav .menu li ul{
	padding: 0;
	margin: 1em 0 0;
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	font-weight: normal;
	font-size: 14px;
}
.footer_nav .menu li ul li{
	margin-bottom: 8%;
	max-width: 100%;
	font-size:12px;
}
.footer_nav .entry{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}
.footer_nav .entry li{
	width: 100%;
}
.footer_nav .entry li:last-child{
	margin-bottom: 0;
}
.footer_nav .entry li a{
	display: block;
	padding: 1em 2em;
	background: #fff;
	color: #0f532c;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
	position: relative;
}
.footer_nav .entry li a:after{
	position: absolute;
	top:calc(50% - 9px);
	right: 5px;
	width: 12px;
	height: 18px;
	content: url(https://www.recruit-idea.com/wp-content/themes/ideaconsulting/images/arrow2.png);
}
.footer_nav .entry li a:hover{
	text-decoration: none;
}

.footer_nav .link a{
	display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
	border: #fff 1px solid;
	padding: 1em 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}
.footer_nav .link a:after{
	position: absolute;
	top:calc(50% - 9px);
	right: 5px;
	width: 12px;
	height: 18px;
	content: url(https://www.recruit-idea.com/wp-content/themes/ideaconsulting/images/arrow1.png);
}
footer .copySection {
    border-top: none;
    background-color: #27844b;
}
#header_img{
	/* width: 100vw;*/
	height: 21vw;
	margin: 88px -15px 0;
	background-size: cover;
	background-position: center;
}
.breadSection{
    background-color: #27844b;
	color: #fff;
	border: none;
}
.breadSection a{
	color: #fff;
}
.page .entry-body h1{
	text-align: left;
}
.page .entry-body h1 span{
	display: block;
	font-size: 0.8em;
}
.page .entry-body p.lead{
	text-align: center;
}
.job-list article,
article.job{
	border: 1px solid #ccc;
	padding: 30px;
	box-sizing: border-box;
}
.mainSection header {
    border-bottom: none;
}
/* Start clear fix */
.mainSection header:after{
	font-size: 1px;
	color: #FFFFFF;
	content: "";
	display: block;
	height: 0px;
	clear: both;
	}
.mainSection header{
	display:inline-block;
	zoom: 1;
	}
/* End clear fix */
.job_item {
	background: #00a040;
	float: left;
    margin: 0 10px 0 0;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
}
h1.entry-title {
    font-size: 18px;
	font-weight: bold;
	text-align:left;
}
.page .entry-body .job-list h1.entry-title{
    font-size: 18px;
	font-weight: bold;
	text-align:left;
	border-bottom: 5px solid #27844b;
	padding-bottom: 10px;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit !important; }
.job_tag{
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 5px solid #27844b;
}
.job_tag li{
	float: left;
    display: block;
    padding: 6px 12px;
    margin: 0 0 2px 8px;
    background: #ededed;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    color: #333;
}
.job_tag li span{
    display: none;
}
.job-list .entry-meta_items,
.job .entry-meta_items{
	float: right;
}
.entry-meta_items.published:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 0;
}
.job_detail .section01 {
    float: left;
    width: 415px;
}
.single-job h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    color: #333;
    padding: 9px 10px 8px 14px;
    margin: 0 0 18px 10px;
    position: relative;
    clear: both;
	background: none;
	border: none;
}
.single-job h2:before {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    display: block;
    width: 1px;
    height: auto;
    overflow: hidden;
    content: '';
    border-left: 6px solid #27844b;
}
h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    color: #333;
    padding: 9px 10px 8px 14px;
    margin: 0 0 18px 10px;
    position: relative;
    clear: both;
	background: none;
	border: none;
}
h5:before {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    display: block;
    width: 1px;
    height: auto;
    overflow: hidden;
    content: '';
    border-left: 6px solid #27844b;
}
.section02 .title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #555;
}
.entry_btns li{
	list-style: none;
}
.section03 {
    padding: 50px 0 70px;
}
.section03 dl {
  width: 100%;
  background: #ededed;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;

}
.section03 dl dt {
    padding: 16px 16px 0 16px;
    text-align: center;
	border-left:none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1em;
    color: #333;
	margin-bottom:0;
  border-top: 1px solid #ccc;
  width: 20%;
  float: left;
}
.section03 dl dd {
    padding: 16px;
    text-align: left;
	border-left:none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1em;
    color: #555;
	margin-bottom:0;
  border-top: 1px solid #ccc;
  background: #fff;
  margin-left: 20%;
  border-left: 1px solid #ccc;
}
.section03 dl dd:after {
  content: '';
  display: block;
  clear: both;
}

.section03 table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #999;
}
.section03 table th {
    background: #ededed;
    width: 136px;
    padding: 16px 0;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1em;
    color: #333;
}
.section03 table td {
    padding: 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1em;
    color: #555;
}
.section04 {
    padding: 50px 0 70px;
}
.section04 .map {
    height: 272px;
    background: #eee;
}
.section04 .workplace {
    min-height: 271px;
    border: 1px solid #ccc;
    border-top: none !important;
}
.section04 .workplace .title {
    background: #ededed;
    padding: 14px 18px;
    margin: 0 -1px;
    color: #333;
    position: relative;
}
.section04 .workplace .in {
    padding: 14px 18px;
}
#to_top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    display: none;
    z-index: 9996;
    font-size: 13px;
}
#to_top a {
    background: #27844b;
    text-decoration: none;
    color: #fff;
    width: 3.4em;
    padding: 1em 0;
    line-height: 1.2em;
    text-align: center;
    display: block;
    border: #fff solid 1px;
    border-radius: 5px;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    -ms-filter: Alpha(Opacity=90);
}
@media (max-width: 992px){
.footer_nav .menu{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.footer_nav .entry{
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.footer_nav .entry li{
	width: 30%;
}
}
@media (max-width: 767px){
footer .footerMenu .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footer_nav .menu li{
	border: none;
}
.footer_nav .link a{
	margin-bottom: 10px;
}

}
@media (max-width: 580px){
.footer_nav .menu{
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}
.footer_nav .menu li{
	max-width: 100%;
}
.footer_nav .entry{
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}
.footer_nav .entry li{
	width: auto;
}
}


/*--ADD CSS--*/
body {
	font-size: 14px;
}
.page .entry-body h1 {
	font-size: 3vw;
	color:#0f532c;
	text-align:center;
	font-weight: normal;
}
.page .entry-body h1 span {
	display: block;
	font-size: 2vw;
}
.page .entry-body h1.entry-title {
	text-align:left;
	font-size: 26px;
}

.page .entry-body p {
	margin: 0 auto;
	line-height: 2.4;
	padding: 1% 0;
}
.page .entry-body p.lead {
	margin: 30px auto 50px;
	font-size: 1.5vw;
	font-weight: bold;
}
.page .entry-body p.coming_soon {
	margin: 30px auto 50px;
	font-weight: bold;
	font-size:18px;
	text-align: center;
}

.page .entry-body h2 {
	font-size:18px;
	color: #27844b;
	border-bottom: 1px solid #27844b;
	background-color: #fff;
	border-top: none;
	padding: 14px 10px 10px;
	text-align:center;
}
.page .entry-body h2 span {
	display: block;
	font-size: 14px;
}
.page .entry-body h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	margin: 50px 0 0;
}
.page .entry-body h3:after {
	border-bottom-color: #fff;
	border-bottom: none;
}

.page .entry-body .job-list .entry_btns {
	margin: 3% auto;
	width: 650px;
}
.page .entry-body .job-list ul.row {
	padding: 0;
}
.page .entry-body .job-list h3 {
	font-size: 20px;
	border-bottom: 1px solid #27844b;
	margin-bottom:5%;
}
.page .entry-body .job-list .image {
	margin-top: 8px;
}

.page .entry-body .copy {
	font-size: 16px;
	font-weight: bold;
}
.job-list .section03 {
    margin: 8px 0 0;
    padding: 0;
}

/*--BTN--*/
.entry_btns {
	margin: 3% 0;
}
input.entry_btn1 {
	background: #0f532c;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	border-width: 0;
	border-color: #0f532c;
	border-radius: 4px;
	display: block;
	padding: 15px 0;
	width: 80%;
	margin: 0 auto;
}
a.entry_btn1 {
	margin-top: 0;
	background: #0f532c;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 15px 0;
	width: 80%;
	margin: 0 auto;
	border-color: #0f532c;
	border-radius: 4px;
}

a.entry_btn2 {
	background: #00a040;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 15px 0;
	width: 80%;
	margin: 0 auto;
	border-color: #0f532c;
	border-radius: 4px;
}
a.entry_btn1,
a.entry_btn2 {
	color: #fff;
	text-decoration: none;
}
input.entry_btn1:hover,
a.entry_btn1:hover,
a.entry_btn2:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

/*--
.entry_btn1 {
	background : #0f532c;
	color : #fff;
	font-size: 16px;
	padding: 10px 30px 10px 40px;
}
.entry_btn1:after {
	content:" ";
	display:inline-block;
	width: 8px;
	height: 12px;
	background: url(https://www.recruit-idea.com/wp-content/themes/ideaconsulting/images/arrow1.png);
	background-size:contain;
	background-repeat: no-repeat;
	vertical-align:middle;
	margin-left: 20px;
}
.entry_btn2 {
	background : #00a040;
	color : #fff;
	font-size: 16px;
	padding: 10px 30px 10px 40px;
}
.entry_btn2:before {
	content:"tel ";
	display:inline-block;
	margin-right: 10px;
}
.entry_btn2:after {
	content:" ";
	display:inline-block;
	width: 8px;
	height: 12px;
	background: url(https://www.recruit-idea.com/wp-content/themes/ideaconsulting/images/arrow1.png);
	background-size:contain;
	background-repeat: no-repeat;
	vertical-align:middle;
	margin-left: 20px;
}
.entry_btns a:hover {
	opacity: 0.8;
}
--*/

/*--FAQ--*/
.page-id-19 dl {
	width: 75%;
	margin: 0 auto 40px;
	font-size: 14px;
}
.page-id-19 dt {
	color: #0f532c;
	border: none;
	padding:0;
	position: relative;
	padding-left: 40px;
}
.page-id-19 dt:before {
	content:"Q";
	margin-right: 10px;
	font-size: 35px;
	color: #0f532c;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
}
.page-id-19 dd {
	margin-left: 40px;
	border: none;
	padding:0;
}

/*--メンバー--*/
.page-id-15 {
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.member-list .member_box {
	font-size: 14px;
	margin-bottom: 5%;
}
.member-list .member_image {
	width: 30%;
	float:left;
	margin-right: 3%;
}
.member-list .member_lead,
.member-list .member_name,
.member-list .member_position,
.member-list .member_link {
	width: 60%;
	display: inline-block;
}

.member-list .member_lead {
	color: #27844b;
	margin-bottom: 5%;
}
.member-list .member_name {
	font-weight: bold;
}
.member-list .member_position {
	font-size: 12px;
	margin-bottom: 5%;
}
.member-list .member_link a {
	background: #00a040;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 10px 3px 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/*--メンバー詳細--*/
.members h1 {
	font-size: 25px;
	margin-bottom: 10%;
	color: #0f532c;
}
.members p {
	line-height: 1.8em;
	margin-bottom: 0;
}
.members .member_name {
	font-size: 20px;
	font-weight: bold;
}
.members .member_position {
	font-size: 14px;
	margin-bottom: 3%;
}
.members .member_birthyear {
	font-size: 14px;
}
.members .member_joinedyear {
	font-size: 14px;
	margin-bottom: 10%;
}
.member_q h3 {
	color: #27844b;
	font-size: 16px;
}
.member_q p {
	font-size:14px;
	margin-bottom: 10%;
}

.members-template-default .pager li {
	display: inline-block;
	    vertical-align: bottom;
}
.members-template-default .pager li a {
	text-align: center;
	width: 90px;
}

/*--会社を知る--*/
.page-id-11 {
}
.page-id-11 .entry-body .row {
	margin-bottom: 10%;
}
.page-id-11 .entry-body {
	text-align:center;
	width: 80%;
	margin: 0 auto;
}
.page-id-11 .entry-body p {
	width: 90%;
	margin: 0 auto;
	line-height: 2.4;
}

.page-id-11 .company_image {
	width: 30%;
	margin: 0 auto;
}
.page-id-11 .company_box p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 2%;
}
.page-id-11 .company_box p a {
	font-size: 14px;
	font-weight: normal;
}
.page-id-11 .company_mv {
	width: 640px;
	margin: 0 auto;
}

.page-id-11 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #6eb92b;
	font-size: 14px;
}
.page-id-11 table th {
	padding: 10px;
	border: 1px solid #6eb92b;
	background: #27844b;
	color: #fff;
	white-space: nowrap;
	text-align:center;
	width: 20%;
}
.page-id-11 table td {
	padding: 10px;
	border: 1px solid #6eb92b;
	text-align:left;
	line-height: 2;
}
.page-id-11 table td span:nth-child(odd) {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-bottom: 3%;
}
.page-id-11 table td span:nth-child(even) {
	display: inline-block;
	width: 79%;
	margin-bottom: 1%;
}

/*--強みを知る--*/
.page-id-13 {
}
.page-id-13 .entry-body .row {
	margin-bottom: 5%;
}
.page-id-13 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-13 .strength_box {
	display: block;
	margin-top: 8%;
	margin-bottom: 8%;
}
.page-id-13 .strength_image {
	width: 25%;
	float:left;
	margin-right: 1%;
}
.page-id-13 .strength_name,
.page-id-13 .strength_lead,
.page-id-13 .strength_comment {
	width: 70%;
	display: inline-block;
	text-align:left;
}
.page-id-13 .strength_name {
	color: #27844b;
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
	margin-top: 3%;
}
.page-id-13 .strength_lead {
	font-weight: bold;
	font-size: 16px;
	margin-bottom:3%;
	line-height: 1.8;
}
.page-id-13 .strength_comment {
	line-height: 2;
}

/*--採用メッセージ--*/
.page-id-9 {
}
.page-id-9 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-9 .message_image {
	width: 30%;
	margin: 0 auto;
}

/*--採用情報--*/
.page-id-27 {
}
.page-id-27 .row {
}

.page-id-27 .page .entry-body ul.environment_box {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	font-size: 0;
	padding: 0;
}
.page-id-27 .environment_image1,
.page-id-27 .environment_image2,
.page-id-27 .environment_image3 {
	width: 33%;
	padding: 2%;
	display: inline-block;
}
.page-id-27 .environment_image1 a,
.page-id-27 .environment_image2 a,
.page-id-27 .environment_image3 a {
}
.page-id-27 .environment_image1 a:hover,
.page-id-27 .environment_image2 a:hover,
.page-id-27 .environment_image3 a:hover {
	opacity: 0.8;
}

/*--採用労務--*/
.page-id-32 {
}
.page-id-32 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-32 .entry-body .sec {
	margin-bottom: 10%;
}
.page-id-32 .labor_image {
	width: 30%;
	margin: 0 auto;
}
.page-id-32 .labor_image2 {
	width: 15%;
	margin: 0 auto;
}


/*--採用税務--*/
.page-id-29 {
}
.page-id-29 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-29 .entry-body .sec {
	margin-bottom: 10%;
}

.page-id-29 .tax_image {
	width: 30%;
	margin: 0 auto;
}

.step_image {
	width: 90%;
	margin: 0 auto;
}

/*--環境を知る--*/
.page-id-17 {
}
.page-id-17 .page .entry-body ul.environment_box {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	font-size: 0;
	padding: 0;
}
.page-id-17 .environment_image1,
.page-id-17 .environment_image2 {
	width: 50%;
	padding: 2%;
	display: inline-block;
}
.page-id-17 .environment_image1 a,
.page-id-17 .environment_image2 a {
}
.page-id-17 .environment_image1 a:hover,
.page-id-17 .environment_image2 a:hover {
	opacity: 0.8;
}

/*--数字を知る--*/
.page-id-262 {
}
.page-id-262 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-262 .entry-body .row {
margin-bottom:5%;
}
.page-id-262 .entry-body .value_image1 {
	width: 60%;
	margin:0 auto;
}
.page-id-262 .entry-body .value_image2-1,
.page-id-262 .entry-body .value_image2-3 {
}
.page-id-262 .entry-body .value_image2-2 {
	margin-top:30px;
}
.page-id-262 .entry-body .value_image3,
.page-id-262 .entry-body .value_image4 {
	width: 50%;
	margin: 0 auto;
}

/*--働く環境を知る--*/
.page-id-256 {
}
.page-id-256 .entry-body {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
.page-id-256 .entry-body .row {
margin-bottom:5%;
}
.page-id-256 .entry-body .work_image2,
.page-id-256 .entry-body .work_image3 {
	width: 80%;
	margin:0 auto;
}
.page-id-256 .entry-body .work_image4 {
	width: 30%;
	margin:0 auto;
}
.page-id-7 .entry-body ul.top_menu {
    display: flex;
    flex-wrap: wrap;
}
/*--TOP--*/
.page-id-7 {
}
.page-id-7 .entry-body ul.top_menu {
	list-style:none;
	padding: 0;
	margin:0;
	font-size: 0;
	padding: 10px;
}
.page-id-7 .entry-body ul.top_menu li {
	width: 50%;
	margin:0;
	padding: 5px;
}
.page-id-7 .entry-body ul.top_menu li a:hover img {
	opacity: 0.8;
}

/* .page-id-7 .entry-body ul.top_menu li:nth-child(odd) {
margin-top: -6%;
} */
.page-id-7 .entry-body ul.top_menu li:first-child{
margin-top: 0px;
}

.page-id-7 .entry-body ul.top_menu li .new {
	background: #00a040;
	padding: 15px;
	width: 100%;
}
.page-id-7 .entry-body ul.top_menu li .new .title_box {
	float:left;
	width: 25%;
	text-align:center;
	color: #fff;
}
.page-id-7 .entry-body ul.top_menu li .new .title_box .title {
	font-size: 2vw;
	line-height: 1.2;
	margin-top: 18%;
}
.page-id-7 .entry-body ul.top_menu li .new .title_box .list_link {
	font-size: 1vw;
}
.page-id-7 .entry-body ul.top_menu li .news_box {
	list-style:none;
	float:left;
	width: 75%;
	background: #fff;
	/* height: 110px; */
	height: 190px;
	margin: 0;
	padding: 0;
	overflow:auto;
}
.page-id-7 .entry-body ul.top_menu li .new ul {
	background: #fff;
	min-height: 180px;
	list-style: none;
	margin: 0;
	padding: 10px;
}
.page-id-7 .entry-body ul.top_menu li .new ul li {
	/* font-size: 1.1vw; */
	font-size: 0.9vw;
	padding: 1%;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
.page-id-7 .entry-body ul.top_menu li .new ul li span {
	display:block;
	/* font-size: 1vw; */
	font-size: 0.8vw;
}
/* Start clear fix */
.page-id-7 .entry-body ul.top_menu li .new:after{
	font-size: 1px;
	color: #FFFFFF;
	content: "";
	display: block;
	height: 0px;
	clear: both;
	}
.page-id-7 .entry-body ul.top_menu li .new{
	display:inline-block;
	zoom: 1;
	margin-bottom: 10px;
	}
/* End clear fix */

.page-id-7 .siteContent {
    padding: 0 0 3.5em;
}
.main_img{
	width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.main_img.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.main_img .slick-list{
}
.main_img .slick-slide:not(.slick-center) {
-webkit-filter: opacity(60%);
-moz-filter: opacity(60%);
-o-filter: opacity(60%);
-ms-filter: opacity(60%);
filter: opacity(60%);
transition: 0.2s linear;
}
.slick-dots{
	bottom: 2px;
}
.slick-dots li button:before {
	font-size: 20px;
	color: #27844b;
}
.slick-dots li.slick-active button:before{
	color: #27844b;
	opacity: 1;
}

/*--新着--*/
.mainSection header {
	text-align: center;
	width: 100%;
}
.page .entry-body h1.media-heading {
	font-size: 1.6vw;
	color: #2c834d;
}
.page .entry-body h1.media-heading a {
	color: #2c834d;
}


/*--フォーム--*/
.job_contact_form {
	width: 80%;
	margin:0 auto;
}
.job_contact_form table {
	border-top: 1px solid #eee;
}
.job_contact_form table th {
	text-align: center;
	padding: 2% 5%;
	background: #eee;
	border-bottom: 1px solid #fff;
}
.job_contact_form table td {
	padding: 2%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.job_contact_form table .required {
	font-size: 12px;
	display: inline-block;
	margin-right: 3%;
	color: #cc0000;
}

.job_contact_form input[type="text"] {
	border: 1px solid #ccc;
	padding: 2%;
}

.job_contact_form label {
	font-weight: 500;
	margin-left: 2%;
}
.job_contact_form select.wpcf7-form-control.wpcf7-select.form-control {
	width: 100px;
	display: inline-block;
	margin-right: 3%;
}
.job_contact_form span.wpcf7-list-item {
	min-width: 100px;
}

.job_contact_form .submit {
	text-align: center;
	margin: 3%;
	font-size: 16px;
}
.job_contact_form .btn-primary {
	padding: 1% 10%;
}
.job_contact_form span.wpcf7-list-item {
	width: 100%;
}

.form.job_contact_form input[type=text]{
	padding: 0 10px;
}
.form.job_contact_form th {
	padding-left: 10px;
	padding-right: 10px;
}
.form.job_contact_form .required {
	border: 2px solid #CF2500;
	color: #CF2500;
	padding: 2px 8px;
	border-radius: 2px;
	display: block;
	width: 40px;
	font-size: 10px;
	margin: 0 auto;
	margin-top: 4px;
}

@media screen and (max-width: 1199px) {
.siteHeader + div{
	margin-top: 131px;
}
#header_img{
	margin-top: 131px;
}
.page-id-7 .entry-body ul.top_menu li .news_box {
	height: 140px;
}
}

@media screen and (max-width: 991px) {
.member-list .member_box {
	margin: 0 0 10%;
	width: 100%;
	display: block;
	clear: both;
}
.siteHeader + div{
	margin-top: 88px;
}
#header_img{
	margin-top: 88px;
}
.page-id-7 .entry-body ul.top_menu li .news_box {
	height: 100px;
}

}

@media screen and (max-width: 768px) {
.entry_btns ul{
	padding: 0;
	text-align: center;
}
.entry_btns li {
	padding: 20px 0;
	text-align: center;
}
.entry_btns li .entry_btn2 {
	padding: 15px 50px;
}
.siteHeader{
	height: 88px;
}
}

@media screen and (max-width: 600px) {

.pc { display:none; }
.sp { display:block; }

.slick-dots li button:before {
	font-size: 14px;
}

	/*--ヘッダー--*/
	.container>.navbar-header{
		margin: 0 auto;
		width: 80%;
	}
	.navbar-brand img {
	width: auto;
	height: 100px;
	}
	/*--H--*/
	.page .entry-body h1 {
		font-size: 5vw;
	}
	.page .entry-body h1 span {
		font-size: 4vw;
	}

	.page .entry-body p {
		text-align: left;
		line-height: 2;
	}
	.page .entry-body p.lead {
		font-size: 4vw;
		margin: 20px auto;
		line-height: 1.8;
	}
	.page .entry-body .copy {
		font-size: 4vw;
		margin: 10px auto;
		line-height: 1.8;
		text-align: center;
	}

	/*--TOP--*/
	.page-id-7 .entry-body ul.top_menu li {
		float:none;
		width: 100%;
	}
	.page-id-7 .entry-body ul.top_menu li:nth-child(odd) {
	margin-top: 0;
	}

	.page-id-7 .entry-body ul.top_menu li .new {
		min-height: auto;
		padding: 15px;
	}
	.page-id-7 .entry-body ul.top_menu li .new .title_box {
		float:none;
		width: 100%;
	}
	.page-id-7 .entry-body ul.top_menu li .new .title_box .list_link {
		font-size: 12px;
		padding: 0 0 1%;
		text-align: center;
	}
	.page-id-7 .entry-body ul.top_menu li .new .title_box .title {
	margin-top: 0;
	font-size: 20px;
	text-align: center;
	}
	.page-id-7 .entry-body ul.top_menu li .news_box {
		height: auto;
		width: 100%;
	}
	.page-id-7 .entry-body ul.top_menu li .new ul {
		float:none;
		width: 100%;
		min-height: auto;
	}
	.page-id-7 .entry-body ul.top_menu li .new ul li {
		font-size: 14px;
	}
	.page-id-7 .entry-body ul.top_menu li .new ul li span {
		font-size: 12px;
	}

	/*--採用メッセージ--*/
.page-id-9 .entry-body {
	width: 100%;
}
.page-id-9 .message_image {
	width: 50%;
}
.page-id-9 .page .entry-body p.message_name {
	text-align:center;
}

	/*--会社を知る--*/
.page-id-11 .entry-body {
	width: 90%;
}
.page-id-11 .entry-body p {
	width: 100%;
}
.page-id-11 .company_box p {
	margin-top: 0;
	font-size: 3vw;
}
.page-id-11 .company_image {
	width: 50%;
}
.page-id-11 table td span:nth-child(odd) {
	width: 100%;
	margin-bottom: 0.5%;
}
.page-id-11 table td span:nth-child(even) {
	width: 100%;
	margin-bottom: 5%;
	line-height: 1.5;
}
.page-id-11 .company_image {
}
.page-id-11 .company_mv {
	width: 100%;
}
.page-id-11 video {
	width: 100%;
}
.page-id-11 table th,.page-id-11 table td {
	width: 100%;
	display: block;
}

/*--強みを知る--*/
.page-id-13 .strength_image {
	width: 50%;
	float: none;
	margin: 0 auto;
}
.page-id-13 .strength_name, .page-id-13 .strength_lead, .page-id-13 .strength_comment {
	width: 100%;
}

/*--メンバー--*/
.member-list.container {
	padding: 0;
}
.member-list .member_lead, .member-list .member_name, .member-list .member_position, .member-list .member_link {
	width: 65%;
}
.member-list .member_image {
	margin-right: 3%;
}
.member-list .member_lead {
	margin-bottom: 3%;
}
.member-list .member_link {
	text-align: right;
	width: 100%;
	margin-bottom: 3%;
}
.members h1 {
	font-size: 20px;
	margin-bottom: 5%;
	margin-top: 3%;
	line-height: 1.4;
}

	/*--環境を知る--*/
.page-id-17 .page .entry-body ul.environment_box {
	width: 90%;
	max-width: 500px;
}
.page-id-27 .environment_image1,
.page-id-27 .environment_image2,
.page-id-27 .environment_image3 {
	width: 50%;
	padding: 2%;
	display: inline-block;
}
.page-id-262 .page .entry-body p {
	text-align:center;
}
.page-id-256 .entry-body .work_image4 {
	width: 80%;
}
.page-id-262 .entry-body .value_image2-1,
.page-id-262 .entry-body .value_image2-2,
.page-id-262 .entry-body .value_image2-3 {
	width: 80%;
	margin: 7% auto 0;
}
.page-id-262 .entry-body .value_image1 {
	width: 80%;
}


	/*--FAQ--*/
.page-id-19 dl {
	width: 100%;
}

	/*--採用情報--*/
.job-list article, article.job {
	padding: 10px;
}

.job-list .section03 table th,
.job-list .section03 table td,
.job .section03 table th,
.job .section03 table td {
	width: 100%;
	display: block;
}
.job-list .section03 table td,
.job .section03 table td {
	padding: 10px;
}
.section03 dl dt {
  width: 100%;
  float: none;
  padding-bottom:16px;
}
.section03 dl dd {
  width: 100%;
  margin-left: 0;
border-left:none;
}

.page .entry-body h1.entry-title {
	font-size: 18px;
}
.page-id-32 .labor_image,
.page-id-29 .tax_image {
	width: 50%;
}

	/*--採用税務--*/
.page-id-29 .entry-body {
	width: 100%;
}

.step_image {
	width: 100%;
}

	/*--フッター--*/
	.footer_nav h3 a {
	width: 50%;
	height: 50px;
	margin: 0 auto;
	}
	.footer_nav .menu li ul li {
		margin-bottom: 2%;
	}
.footer_nav .menu {
	text-align: center;
}

/*--フォーム--*/
.job_contact_form {
	width: 100%;
}
.job_contact_form table th {
	width: 100%;
	display: block;
	border-left: 1px solid #fff;
}
.job_contact_form table td {
	padding: 3% 3% 4%;
	width: 100%;
	display: block;
	border-left: 1px solid #eee;
	text-align: center;
}
.job_contact_form table th .form-control,
.job_contact_form table td .form-control {
	max-width: 100%;
	width: 100%;
}

.form.job_contact_form .required {
	display: inline-block;
	margin: 0 0 0 10px;
}
.job_contact_form .btn-primary {
	padding: 2% 20%;
}
.job_contact_form span.wpcf7-list-item {
	margin: 0 0 0 0;
}
}


/*--フッターリンク位置調整--*/
#link01,
#link02,
#link03,
#link04 {
	margin-top: -131px;
	padding-top: 131px;
}

@media screen and (max-width: 600px) {
#link01,
#link02,
#link03,
#link04 {
	margin-top: -88px;
	padding-top: 88px;
}
}

/*--SPメインナビ--*/
/*--.navSection_open_right {
	margin-right: -15px;
}--*/
.navSection {
	background:#fff;
}
.nav>li#menu-item-3311>a, .nav>li#menu-item-3312>a, .nav>li#menu-item-3313>a, .nav>li#menu-item-3353>a {
	padding: 10px 15px;
	margin: 0 0 0 1px;
}
.menuBtn.menuBtn_right {
	top: 5px;
}

footer .footerMenu li.mbig{display:block;font-size: 14px;padding: 10px 0;font-weight:bold;}

/* 2022.08.24改修 */
ul.gMenu { position: relative; padding-right: 220px; }
ul.gMenu>li#menu-item-3311,
ul.gMenu>li#menu-item-3312,
ul.gMenu>li#menu-item-3313,
ul.gMenu>li#menu-item-3353 { position: absolute; }
ul.gMenu>li#menu-item-3311 { top: 23px; right: 0; }
ul.gMenu>li#menu-item-3312 { top: -21px; right: 0; }
ul.gMenu>li#menu-item-3313 { top: 23px; right: 109px; }
ul.gMenu>li#menu-item-3353 { top: -21px; right: 109px; }
.twitter_timeline { /* height: 426px; */ height: 600px; overflow-y: scroll; }
.footer_nav .entry li { margin-bottom: 5px; }
.footer_nav .row.link { padding-top: 30px; }
.wp-block-columns.RecruitInfo { flex-wrap: wrap; justify-content: center; padding-bottom: 30px; }
.wp-block-columns.RecruitInfo .wp-block-column { padding: 10px; }
.wp-block-columns.RecruitInfo .wp-block-column:not(:first-child) { margin-left: initial; }
.wp-block-columns.RecruitInfo .wp-block-column:nth-child(even) { margin-left: 20px; }
.wp-block-columns.RecruitInfo .wp-block-column a:hover,
.wp-block-image.RecruitInfoBanner a:hover,
.wp-block-image.BriefingSessionBanner a:hover { opacity: 0.8; }
.wp-block-image.BriefingSessionBanner { margin-bottom: 60px; }
.ExpertVoiceBtn:hover,
.NewGraduatesBanner:hover { opacity: 0.8; }
.Briefing dt, .Briefing dd { border-left: none; text-align: center; }
.InternshipInformation { margin: 0 auto; width: 66.66666667%; }
.company_mv { width: 100% !important; aspect-ratio: 16 / 9; }
.company_mv video { width: 100%; height: 100%; }
.CompanyInformation { display: block; margin: 0 auto !important; width: 460px !important; line-height: 1.5 !important; }
.CompanyInformation__Logo { width: 100%; height: auto; margin-bottom: 20px; }
.Member h2 { font-size: 3vw !important; color: #0f532c !important; text-align: center !important; font-weight: normal; border-bottom: none !important; background-color: initial !important; padding: initial !important; margin-bottom: 20px; }
.Member__Twitter { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.Member__Twitter dl { width: 30%; margin: 0 1% 60px; }
.Member__Twitter dl dt { border-left: none; text-align: center; font-size: 1.4vw; }
.Member__Twitter dl dd { border-left: none; height: 500px; overflow-y: scroll; }
.page-id-262 .entry-body .value_image2-1 { margin-left: 15%; }
.MainVisual { margin: 90px 0 0; padding: 0; width: 100%; overflow: hidden; }
.MainVisual ul { display: flex; justify-content: center; flex-wrap: wrap; margin: 0; padding: 0; }
.MainVisual ul li { width: 33.333333%; list-style: none; margin: 0; padding: 0; }
.MainVisual ul li img { width: 100%; height: auto; }
.PageJob { margin-top: 40px; }
.PageJob .section03 { padding: 30px 0; }
.PageJob h2 { font-size: 19px !important; font-weight: bold; line-height: 1.3em; color: #333 !important; padding: 9px 10px 8px 14px !important; margin: 0 0 18px 10px; position: relative; clear: both; background: none; border-bottom: none !important; text-align: left !important; }
.PageJob h2:before { position: absolute; left: 0; top: 6px; bottom: 6px; display: block; width: 1px; height: auto; overflow: hidden; content: ''; border-left: 6px solid #27844b; }
.PageJob .entry-body { padding: 0 0 50px; }
.PageJob article.job { padding: 0; border: none; }
.PageJob .entry-body p { margin: 0 0 1.2em; line-height: 1.8em; padding: initial; }
.PageJob .entry-title { font-size: 18px !important; font-weight: bold !important; color: #000 !important; line-height: 1.4em; }
.PageJob .EntryBtn { display: inline-block; margin: 0 25%; padding: 15px 0; width: 50%; background: #0f532c; color: #fff; font-size: 16px; font-weight: 400; line-height: 1em; text-align: center; text-decoration: none; border-radius: 4px; }
.PageJob .EntryBtn:hover { text-decoration: none; opacity: 0.8; }
.BriefingSesstion dl { display: flex; justify-content: center; margin: 0 auto 80px; padding: 10px 0; width: 97%; background: #efefef; border-radius: 4px; font-size: 20px; font-weight: bold; }
.BriefingSesstion dl dt, .BriefingSesstion dl dd { border-left: none; text-align: left; margin: 0; }

body.home .postList { display: none; }
body.home #top__fullcarousel.carousel { display: none; }

@media only screen and (min-width:600px) and (max-width:1200px) {
header div.container { width: 100% !important; padding-right: 0 !important; padding-left: 0 !important; }
.siteHeader + div { margin-top: 0; }
}

@media screen and (max-width: 600px) {
ul.gMenu { padding-right: initial; }
ul.gMenu>li#menu-item-3311,
ul.gMenu>li#menu-item-3312,
ul.gMenu>li#menu-item-3313,
ul.gMenu>li#menu-item-3353 { position: initial; }
ul.gMenu>li#menu-item-3311 { top: initial; right: initial; }
ul.gMenu>li#menu-item-3312 { top: initial; right: initial; }
ul.gMenu>li#menu-item-3313 { top: initial; right: initial; }
ul.gMenu>li#menu-item-3353 { top: initial; right: initial; }
.twitter_timeline { margin-top: 4vw; }
.footer_nav .row.link { padding-top: initial; }
.wp-block-columns.RecruitInfo { padding-bottom: 0; }
.wp-block-columns.RecruitInfo .wp-block-column { padding: initial; }
.wp-block-columns.RecruitInfo .wp-block-column:nth-child(even) { margin-left: initial; }
.wp-block-image.RecruitInfoBanner { margin: 0 auto; width: 96%; }
.wp-block-image.BriefingSessionBanner { margin: 0 auto 10vw; width: 96%; }
.InternshipInformation { width: 100%; }
.CompanyInformation { width: 100% !important; }
.Member h2 { font-size: 5vw !important; }
.Member__Twitter { flex-direction: column; }
.Member__Twitter dl { width: 100%; margin: 0 0 10vw; }
.Member__Twitter dl dt { font-size: 4vw; }
.Member__Twitter dl dd { height: 100vw; overflow-y: scroll; }
.page-id-262 .entry-body .value_image2-1 { margin: 7% auto 0; }
.MainVisual { margin: 88px 0 0; }
.MainVisual ul li.sp { width: 80%; }
.PageJob .container { padding: 0; }
.PageJob .EntryBtn { margin: 0; width: 100%; }
.BriefingSesstion dl { flex-direction: column; margin-bottom: 40px; width: 100%; font-size: 16px; }
.BriefingSesstion dl dt, .BriefingSesstion dl dd { text-align: center; }
.twitter_timeline { height: 70vw; }
}

/* TOP：事務所説明会バナー */
.bnr_briefing_session { margin-bottom: 10px; }

.wp-block-image.RecruitInfoBanner figure {
    width: 1020px;
}