@charset "utf-8";
/*
Theme Name: Fujitoron
Description: Fujitoron
Version: 9.1.0
License: Fujitoron
Tags: Fujitoron
*/
/* ----------------------------------
              COMMON
---------------------------------- */
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}
/* ----------------------------------
              HEADER
---------------------------------- */
#header .header__left .header__logo {
    display: block;
    margin: 0 50px 0 0;
}
@media screen (min-width: 1140px) and (max-width:1460px){
    .header__menu .menu-wrap ul li  {
		padding: 0 20px;
    }
}
@media screen (min-width: 768px) and (max-width:11139px){
    .header__menu .menu-wrap ul li  {
		padding: 0 10px;
    }
}
@media screen and (min-width:1340px){
    .header__logo img {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1340px) {
    .header__logo img {
        max-width: 200px;
    }
}

/* ----------------------------------
              TOP PAGE
---------------------------------- */
 .page-template-template-about .frm-search {
    display: block;
}
.topCon .flex-con{
	width:100%;
	display:flex;
	align-items: stretch;
	position: relative;
}
.topCon .recruit-left{
	width:50%;
	max-height: fit-content;
	overflow:hidden;
}
.pic-content {
	padding:0;
	position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
	display: flex;
    align-items: center;
	justify-content: center;
}
.topCon .recruit-right{
	width:50%;
    background: #39a8c1;
    color: #fff;
    padding: 20px 65px;
    text-align: center;
}
.topCon .recruit-right h3 {
    font-weight: 400;
    font-size: 30px;
}
.topCon .recruit-right p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
@media screen and (max-width:1120px){
	.article-item,
	.topCon .recruit-right{
		    padding: 20px 20px;
	}
	.topCon .recruit-right .pctb{
		display:none;
	}
}
@media screen and (max-width:960px){
	.topCon .recruit-left img{
		max-width:none;
		max-height:100%;
	}
}
@media screen and (max-width:560px){
	.topCon .flex-con{
		flex-wrap:wrap;
	}
	.topCon .recruit-left{
		width:100%;
	}
	.pic-content {
		position: relative;
		width: 100%;
	}
	.topCon .recruit-left img {
        max-width: 100%;
        max-height: none;
    }
	.topCon .recruit-right{
		width:100%;
	}
}
/* ----------------------------------
              RECRUIT PAGE
---------------------------------- */
.recruit-page {
	padding:0 15px;
}
.recruit-page .container-midlle{
	max-width:1279px;
	margin:0 auto;
}
.recruit-page h1.page-title{
	color:#fff;
	text-align:center;
	padding:10px 0;
	margin:0;
	background:linear-gradient(#39A8C1, #0072A2);
}
.recruit-page h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:600;
	font-size:40px;
	margin-bottom:20px;
}
.recruit-page h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	font-size:28px;
	text-align:left;
}
.recruit-page .recruit_desc{
	font-size:21px;
}

.recruit-page ul.k-tbl li span {
    margin-left: 15px;
    line-height: 2em;
    padding: 8px 0;
}
/* ----------------------------------
              BREAD CRUMS
---------------------------------- */
.breadcrums ul li a:after {
    content: " > ";
}
/* ----------------------------------
              SINGLE
---------------------------------- */
.news-item .news-item__exceprtion p {
    line-height: 30px;
}
/* ----------------------------------
              CONTACT US
---------------------------------- */
.container-small {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.contact-page .frm-contact p {
    margin: 0 0 10px;
}
.contact-page .frm-contact p label {
    font-size: 16px;
}
.contact-page .frm-contact p label span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-page .frm-contact p input[type="text"], .contact-page .frm-contact p input[type="email"] {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #707070;
    outline: none;
}
/* ----------------------------------
             NEWS 一覧
---------------------------------- */
.news-item__exceprtion > p a.excerpt {
    display: inline-block;
    border: 1px solid #40a8bf;
    width: 150px;
    text-align: center;
    line-height: 40px;
    color: #40a8bf;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    height: 40px;
}

.wp-pagenavi {
    text-align: right;
    font-size: 0;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    display: -moz-inline-stack;
	font-size: 16px;
	display: inline-block;
    zoom: 1;
    vertical-align: middle;
    color: #1D788C;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1D788C;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.wp-pagenavi  span.current {
    background-color: #1D788C;
    color: white;
}










