/*
	Theme Name: Sourysha Style
	Description:  base HTML5 Blank WordPress Theme 1.4.3
	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#333;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
p {
	line-height: 1.8;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333;
	text-decoration:none;
}
section a {
	text-decoration: underline;
}
a:hover {
	color:#333;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
e {
	font-family: 'Montserrat', sans-serif;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
/* header */
.headerContainer {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 10;
}
.header {
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3); 
	max-width: 1340px;
	margin: 0 auto;
	height: 50px;
	position: relative;
}
@media only screen and (max-width:1340px) {
	.header {
		margin: 0 20px;
	}
}
/* logo */
.logo {
	position: absolute;
	top: 15px;
	left: 40px;
	width: 166px;
}
.logo h1 {
	margin: 0;
	line-height: 1;
	font-size: 0;
}
@media only screen and (max-width:1024px) {
	.logo {
		left: 20px;
	}
}
/* nav */
.gNav {
	width: 100%;
}
.gNav ul {
	text-align: right;
    margin: 0 180px 0;
	padding: 0;
}
.gNav li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
	line-height: 1;
}
.gNav li a {
    display: block;
    padding: 20px 2em 11px ;
    border-bottom: 5px solid #fff;
}
@media only screen and (max-width:1090px) {
	.gNav li a {
		padding: 15px 1.5em 10px;
	}
}
@media only screen and (max-width:1024px) {
	.gNav ul {
	    margin: 0 160px 0;
	}
	.gNav li a {
		padding: 15px 1em 10px;
	}
}
@media only screen and (max-width:900px) {
	.gNav li a {
		padding: 15px 0.5em 10px;
	}
}
@media only screen and (max-width:820px) {
	.gNav ul {
	    margin: 0 155px 0;
	}
	.gNav li a {
		padding: 15px 0.25em 10px;
	}
}
.gNav .sub-menu li a {
    border-color: rgba(255,249,235,0);
	color: #fff;
}
.gNav li a:hover,
.gNav .sub-menu li a:hover {
    border-color: #009600;
}
.gNav .sub-menu {
    background: rgba(72,79,72,0.9);
    position: absolute;
    padding: 0;
    left: 0;
    top: 50px;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
	margin: 0;
    max-height: 0;
    overflow: hidden;
    text-align: center;
}
.gNav li.hassub:hover .sub-menu{
    visibility: visible;
    top: 50px;
    display: block;
    max-height: 999px;
    padding: 10px 0 0;
    opacity: 1;
    z-index: 10;
    width: 100%;
}
.contactArea {
	background: #009600;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
.contactArea a {
	color: #fff;
	display: block;
	font-size: 14px;
    font-weight: 500;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 100%;
}
.contactArea img {
	width: 25.5px;
	vertical-align: middle;
}
.contactArea a span {
	margin: 0 0 0 10px;
}
/* footer */
.footer {
	background: #484F48;
	margin: 100px 0 0;
}
.footer div.clear {
	max-width: 1024px;
	margin: 0 auto;
	padding: 45px 0;
}
@media only screen and (max-width:1044px) {
	.footer div.clear {
		margin: 0 0 0 20px;
		width: auto;
	}
}
.footer div.clear a {
	color: #fff;
	display: block;
}
.footer div.clear .footerNav {
	float: left;
	width : -webkit-calc(100% - 250px) ;
	width : calc(100% - 250px);
}
.footer div.clear .footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.footer div.clear .footerNav li {
	float: left;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 1em 0 0;
}
.footer div.clear .footerNav li ul li {
	float: none;
}
.footer div.clear .footerNav li.fnav02 {
	margin: 0 2em 0 0;
}
.footer div.clear .footerNav li.fnav03 {
	position: absolute;
	top: 3.05em;
	left: 11em;
}
.footer div.clear .footerNav li.fnav06 {
	float: none;
}
@media only screen and (max-width:1044px) {
	.footer div.clear .footerNav li.fnav04 {
		position: absolute;
		top: 6.25em;
		left: 11em;
	}
	.footer div.clear .footerNav li.fnav05 {
		margin: 0 1em 0 7em;
	}
}
@media only screen and (max-width:910px) {
	.footer div.clear .footerNav li.fnav05 {
		margin: 0 1em 0 2em;
	}
}
@media only screen and (max-width:850px) {
	.footer div.clear .footerNav li.fnav05 {
		margin: 0 1em 0 0;
	}
}
.footer div.clear .rightArea {
	color: #fff;
	float: right;
	width: 230px;
}
.footer div.clear .rightArea p {
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 1em;
}
.footer div.clear .rightArea address {
	font-size: 12px;
	font-style: normal;
}
.footer div.clear .rightArea .tel {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0.5em 0 ;
}
.footer div.clear .rightArea .tel::before {
	font-family: "Font Awesome 5 Free";
	content: '\f879';
	font-weight: 900;
	display: inline-block;
	margin: 0 0.25em 0 0;
}
.footer div.clear .rightArea .contactBtn {
	background: #fff;
	border-radius: 5px;
	height: 30px;
	width: 180px;
}
.footer div.clear .rightArea .contactBtn a {
	display: block;
	color: #009600;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
.footer div.clear .rightArea .sns p {
	display: inline-block;
	height: 22px;
	width: 22px;
	font-size: 22px;
	margin: 0 0.25em;
}
.footer .copyright {
	background: #fff;
	height: 55px;
	text-align: center;
}
.footer .copyright  p {
	margin: 0;
	line-height: 55px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
}
.sp, .sp320 {
	display: none;
}
.rightTxt {
	text-align: right;
}
/* br */
.service .hide_br {
	display: none;
}
@media only screen and (min-width:414px) {
	.sp_br {
		display: none;
	}
}
@media only screen and (max-width:414px) {
	.hide_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
}
/*------------------------------------*\
    index.php
\*------------------------------------*/
.main_visual {
	max-height: 500px;
	margin: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_visual img,
.main_visual video {
	max-width: none;
	width: 100%;
	min-height: 730px;
	margin: -280px 0 0;
}
@media only screen and (max-width:1400px) {
	.main_visual img,
	.main_visual video  {
		margin: -230px 0 0;
	}
}
@media only screen and (max-width:1300px) {
	.main_visual img,
	.main_visual video  {
		margin: -210px 0 0;
		width: auto;
	}
}
.main_visual .movLayer {
	background: rgba(26,26,26,0.3);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.main_visual .textArea {
	color: #fff;
	position: absolute;
	top: 220px;
    width: 100%;
	z-index: 8;
}

.main_visual .textArea > * {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.main_visual .textArea h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 400;
	margin: 0 auto 10px;
}
.main_visual .textArea h3 {
	font-size: 22px;
	font-weight: 500;
}
.main_visual .textArea p {
	font-weight: 500;
	word-break: break-all;
}
.main_visual .textArea h3::after {
	content: "";
	display: block;
	background: #fff;
	height: 4px;
	width: 72px;
	margin: 30px auto 40px;
}
.infoArea {
	background: #f7f7f7;
	padding: 50px 0 30px;
}
@media only screen and (max-width:800px) {
}
	.infoArea {
		padding: 50px 20px 30px;
}
.infoArea >* {
	max-width: 800px;
	margin: 0 auto 1em;
	text-align: center;
	width: auto;
}
.service {
	max-width: 1400px;
	margin: 100px auto 0;
	word-break: break-all;
	width: 100%;
}
@media only screen and (max-width:1400px) {
	.service {
		margin: 100px 20px 0;
		width: auto;
	}
}
section h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 40px;
	text-align: center;
}
section h2 span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.service .col {
	background: #f2f3f2;
	float: left;
	margin: 0 1.5% 34px 0 ;
	width: 32.333%;
	padding: 50px 30px 25px;
	position: relative;
}
.service .col:nth-of-type(3),
.service .col:nth-of-type(6) {
	margin: 0 0 34px;
}
@media only screen and (max-width:1090px) {
	.service .col {
		margin: 0 2% 34px 0;
		width: 49%;
	}
	.service .col:nth-of-type(3) {
		margin: 0 2% 34px 0;
	}
	.service .col:nth-of-type(even) {
		margin: 0 0 34px;
	}
}
.service .col a {
	display: block;
	text-decoration: none;
}
.service .col h3 {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
}
.service .col img {
	height: 76px;
	width: auto;
	float: right;
    margin: 0 30px 0 0;
	vertical-align: middle;
}
@media only screen and (max-width:1200px) {
	.service .col img {
		margin: 0;
	}
}
.service .col:nth-of-type(4) img {
	height: 89px;
}
.service .col::before{
	content: "";
	display: block;
	border-color: #009600 transparent transparent transparent;
	border-width: 23px 23px 0 0;
	border-style: solid;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}
.service .col p {
	margin: 30px 0 0;
}

.project,
.home .news {
	max-width: 1024px;
	margin: 100px  auto 0;
	width: 100%;
}
@media only screen and (max-width:1024px) {
	.project,
	.home .news {
		margin: 100px 20px 0;
		width: auto;
	}
}
.home .news .rightTxt a {
	text-decoration: none;
}
.home .project .pc .col {
	float: left;
	width: 31.836%;
}
.home .project .pc .col a {
	text-decoration: none;
}
.home .project .pc .col:nth-child(2) {
	border: solid #E6E7E6;
	border-width: 0 1px;
	padding: 0 4.296%;
	width: 36.328%;
}
.home .project .pc .col:first-child {
	padding: 0 4.296% 0 0;
}
.home .project .col:last-child {
	padding: 0 0 0 4.296%;
}
.home .project .col h3 {
    font-weight: 500;
	margin: 1em 0 0.5em;
}
.home .project .col span {
	background: #919591;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	margin: 0 0.5em 0.25em 0;
    padding: 0.25em 1em;
}
.home .project .col span + p {
	margin: 0.5em 0 0;
}
.home .project .linkBtn {
	border: 1px solid #333;
	height: 50px;
	margin: 50px auto 0;
	width: 260px;
}
.home .project .linkBtn a {
	display: block;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.home .project .linkBtn a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	display: block;
    position: absolute;
    top: -1px;
    right: 15px;
}
.home .study {
	
	max-width: 1130px;
	margin: 60px  auto 0;
	width: 100%;
}
@media only screen and (max-width:1160px) {
	.home .study {
		margin: 60px 20px;
		width: auto;
	}
}
.home .study .clear {
	border: 1px solid #009600;
	margin: 0 0 0 22px;
	max-width: 1108px;
	width: 100%;
}
@media only screen and (max-width:1130px) {
	.home .study .clear {
		width: auto;
	}
}
.home .study .leftArea {
	float: left;
	position: relative;
	top: -22px;
	left: -22px;
	width: 412px;
}
.home .study .leftArea h2 {
	margin: 0;
}
.home .study .rightArea {
	color: #000;
	float: right;
	padding: 40px 40px 40px 0;
	 width : -webkit-calc(100% - 470px) ;
   width : calc(100% - 440px) ;
}
@media only screen and (max-width:960px) {
	.home .study .rightArea {
		padding: 20px 20px 20px 0;
	}
}
.home .study .rightArea h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
.home .study a {
	color: #000;
	text-decoration: underline;
}
.home .study .rightArea ul {
	padding: 0 0 0 1.5em;
}
.home .study .underline {
	text-decoration: underline;
}
.home .study h3.underline {
	color: #333;
}
.news dl {
	border-top: 1px solid #E6E6E6;
}
.news dt{
	font-weight: 500;
	margin: 1em 0 0 0;
	padding: 0 0 1em;
}
.news dt span {
	background: #009600;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
	text-align: center;
	width: 110px;
}
.news dd {
	border-bottom: 1px solid #E6E6E6;
	margin: -2.5em 0 0;
	padding: 0 0 1em 220px;
}
.news .rightTxt i {
    font-size: 20px;
    position: relative;
    margin: 0 0 0 0.5em;
    color: #999;
    top: 3px;
}
/*------------------------------------*\
    下層共通
\*------------------------------------*/
.breadcrumb {
	margin: 10px 0 0;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.breadcrumb ul li {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}
.breadcrumb ul li a::after {
	content: '>';
	display: inline-block;
	margin: 0 1em;
}

.sectionContainer {
	max-width: 1024px;
	margin: 0 auto;
}
section {
	margin: 50px 0 0;
}
@media only screen and (max-width:1024px) {
	.sectionContainer {
		max-width: none;
		margin: 0 20px;
		width: auto;
	}
}
.titleHeader {
	background: url("images/other_header_pc.png") no-repeat 50% 0;
	background-size: cover;
	height: 280px;
	margin: 0;
	width: 100%;
}
.titleHeader h2 {
	padding: 160px 0 0;
	color: #fff;
}
.titleHeader h2 span {
	text-transform: uppercase;
}
/*------------------------------------*\
    service　（archive/single）
\*------------------------------------*/
.archive.post-type-archive-service .titleHeader,
.single.single-service .titleHeader {
	background: url("images/service_header_pc.png") no-repeat 50% 0;
	background-size: cover;
}

.post-type-archive-service .service {
	margin: 70px 0 0;
}
.post-type-archive-service .service .icon {
	margin: 0;
	text-align: center;
}
.post-type-archive-service .service .icon img {
	float: none;
	margin: 0;
	height: 72px;
}
.post-type-archive-service .service .col:nth-of-type(4) .icon img {
	height: 89px;
}
.post-type-archive-service .service h3 {
	display: block;
	text-align: center;
}
.single-service .introduction {
	padding: 70px 0 90px;
}
.single-service .introduction .icon {
	text-align: center;
	margin: 0;
}
.single-service .introduction .icon img {
	height: 77px;
}
.single-service h3 {
	color: #009600;
	font-size: 30px;
	font-weight: 500;
}
.single-service .introduction h3 {
	text-align: center;
	margin: 30px 0;
}
.single-service .bgGry{
	background: #F2F3F2;
	padding: 97px 0;
}
.single-service .contants h3 {
	margin: 0;
}
.single-service .contants h3::after {
	background: #009600;
	content: "";
	display: block;
	height: 4px;
	width: 100px;
	margin: 48px 0;
}
.single-service .contants {
	word-break: break-all;
}
.single-service .contants .leftArea {
	float: left;
	width: 46.875%
}
.single-service .contants .rightArea {
	float: right;
	width: 46.875%
}
.single-service .contants h4 {
	color: #009600;
	font-size: 26px;
	font-weight: 500;
	margin: 80px 0 20px;
}
.single-service .leftArea h4 {
	margin: 0 0 20px;
}
.single-service .contants .text {
	margin: 20px 0;
}
.single-service .contants .leftArea.text {
	margin: 0;
}
.single-service .contants ul {
	list-style: none;
	margin: 0;
    padding: 0 0 0 1em;
}
.single-service .contants ul li::before {
	content: "●";
	display: inline-block;
	color: #009600;
}

/*------------------------------------*\
    project (archive,single)
\*------------------------------------*/
.archive.post-type-archive-project .titleHeader,
.single.single-project .titleHeader {
	background: url("images/project_header_pc.png") no-repeat 50% 0;
	background-size: cover;
}
@keyframes zoom-in {
	0% {
	 transform: scale(.1);
	}
	100% {
	  transform: none;
	}
}
.animate {
	animation: .8s zoom-in;
}
.project{
	margin-top: 50px;
}
.project .cat_filter {
	text-align: center;
	margin: 0 0 40px;
}
.project .cat_filter a {
	background: #919591;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 0 1em;
    padding: 0.5em 1em;
	text-decoration: none;
}
.project .cat_filter a.active {
	background: #009600;
}
.cat_desc {
	margin: 0 0 40px;
}
.project .cat_desc > p {
	padding: 20px 20px;
	display: none;
	background-color: #f2f3f2;
	word-break: break-all;
}
.project .cat_desc > p.active {
	display: inline-block;
}
.project .col02 {
	border: solid #E6E7E6;
    border-width: 0 1px 1px;
	float: left;
	padding: 20px 36px;
	height: 400px;
	width: 33.333%;
}
.project .col02 a {
	text-decoration: none;
}
@media only screen and (max-width:900px) {
	.project .col02 {
		height: 430px;
	}
}
@media only screen and (max-width:800px) {
	.project .col02 {
		height: 450px;
	}
	.project .cat_filter a {
		margin: 0 0.5em 1em 
	}
}
.project .col02 h3 {
    font-size: 13px;
    font-weight: 500;
	margin: 1em 0 0.5em;
}
.project .col02 span {
	background: #919591;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	margin: 0 0.5em 0.25em 0;
    padding: 0.25em 1em;
}
.project .col02 span + p {
	margin: 0.5em 0 0;
}
.single.single-project h3 {
	border-bottom: 1px solid #E6E7E6;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px;
}
.single.single-project .imageArea {
	border-bottom: 1px solid #E6E7E6;
	margin: 0;
	padding: 75px 0;
	text-align: center;
}
.single.single-project .pcArea {
	background: url("images/pc_image.png") no-repeat;
	background-size: contain;
	display: inline-block;
	height: 467px;
	margin: 0 34px;
	position: relative;
	width: 570px;
}
.single.single-project .col.detailImgArea > dd {
	margin-bottom: -2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}
.detailImgWrap {
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	flex: 0 1 47.4%;
}
@media only screen and (max-width:414px) {
	.single.single-project .col.detailImgArea > dd {
		display: block;
	}
	.detailImgWrap {
		margin-right: 0;
	}
}
@media only screen and (max-width:855px) {
	.single.single-project .pcArea {
		margin: 0;
	}
}
.single.single-project .pcArea .img {
	height: 318px;
	position: absolute;
	left: 25px;
	top: 25px;
	width: 520px;
	overflow: hidden;
}
.single.single-project .spArea {
	background: url("images/sp_image.png") no-repeat;
	background-size: contain;
	display: inline-block;
	height: 367px;
	position: relative;
	width: 173px;
}
.single.single-project .spArea .img {
	border-radius: 13px;
	height: 329px;
	position: absolute;
	left: 6px;
	top: 19px;
	width: 161px;
	overflow: hidden;
}
.single.single-project .col {
	border-bottom: 1px solid #E6E7E6;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
}
.single.single-project .catArea span {
	background: #919591;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 0 0.5em 0.25em 0;
    padding: 0.25em 1em;
}
.single.single-project .col dt {
	font-weight: 500;
}
.single.single-project .col dd {
    margin: -1.4em 0 0;
    padding: 0 0 0 9em;
}
.single.single-project .col dd a i {
	margin: 0 0 0 1em;
}
.single.single-project .col .store {
	text-align: center;
}
.single.single-project .col .store a img {
	vertical-align: top;
}
.single.single-project .voiceArea {
	background: #F2F3F2;
	margin: 50px auto 0;
	padding: 50px;
	width: 90%;
}
.single.single-project .voiceArea h4 {
	color: #009600;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 0.5em;
	text-align: center;
}
.single.single-project .voiceArea h4 span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
/*------------------------------------*\
    News (category,archive,single)
\*------------------------------------*/
.archive .titleHeader,
.single .titleHeader {
	background: url("images/news_header_pc.png") no-repeat 50% 0;
	background-size: cover;
}
.archive .icon {
	text-align: center;
	margin: 0 0 50px;
}
.archive .icon img {
	height: 92px;
}
.archive .news ul.pc {
	float: left;
	width: 110px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive .news dl {
	float: right;
	margin: 0;
	width : -webkit-calc(100% - 160px) ;
	width : calc(100% - 160px);
}
.archive .news ul.pc li {
	border: solid #009600;
	border-width: 0 1px 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.archive .news ul.pc li:first-child {
	border-width: 1px;
}
.archive .news ul.pc li a {
	display: block;
	color: #009600;
	text-decoration: none;
}
.archive .news ul.pc li a::after {
	content: "年";
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.archive .news ul.pc li.active {
	background: #009600;
}
.archive .news ul.pc li.active a {
	color: #fff;
}
.pagination {
	margin: 50px 0 0;
	text-align: center;
}
.pagination .page-numbers {
	border: 1px solid #009600;
    color: #009600;
    width: 1.4em;
    display: inline-block;
    height: 1.5em;
    line-height: 1.4em;
    margin: 0 0.15em;	
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	border: none;
}
.pagination .page-numbers.current {
	background: #009600;
	color: #fff;
}
.single article.news h3 {
	color: #009600;
	font-size: 30px;
	font-weight: 500;
}
.single article.news h3::after {
	background: #009600;
	content: "";
	display: block;
	height: 4px;
	width: 100px;
	margin: 48px 0;
}
.single article.news h4 {
	color: #009600;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 1em;
}
.single article.news p {
	line-height: 1.8;
	margin: 1em 0 2em;
}
.single article.news p a {
	color: #666;
	text-decoration: underline;
}
.single article.news p a:hover {
	color: #009600;
}
.single article.news .rightTxt span {
	background: #009600;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 110px;
}
.single article.news .image {
	text-align: center;
	margin: 0 0 20px;;
}
.single article.news .image span {
	font-size: 12px;
	margin: 10px 0 0;
}
/*------------------------------------*\
    採用情報 (template-recruit,archive-member_day single)
\*------------------------------------*/
.recruite .titleHeader,
.single-occupation .titleHeader,
.single-member_day .titleHeader,
.post-type-archive-member_day .titleHeader  {
    background: url("images/recruit_header_pc.png") no-repeat 50% 0;
    background-size: cover;
}
.recruite h3 {
    color: #009600;
    font-size: 30px;
    font-weight: 500;
	margin: 50px 0 20px;
    text-align: center;
}
.recruite section ul {
	list-style: none;
	text-align: center;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.recruite section li {
	background: #F2F3F2;
	display: inline-block;
	font-size: 22px;
	height: 100px;
	margin: 0 2.344% 20px 0;
	position: relative;
	width: 48.828%;
}
.recruite section li:nth-child(even) {
	margin: 0 0 20px;
}
.recruite section .col,
.post-type-archive-member_day .member .col{
	background: #F2F3F2;
	float: left;
	margin: 0 1.3685% 20px 0;
	position: relative;
	width: 32.421%;
}
.recruite section .col a,
.post-type-archive-member_day .member .col a {
	text-decoration: none;
}
.recruite section .col:nth-child(3n),
.post-type-archive-member_day .member .col:nth-child(3n) {
	margin: 0 0 20px;
}
.recruite section li::before,
.recruite section .col::before,
.post-type-archive-member_day .member .col::before {
	content: "";
	display: block;
	border-color: #009600 transparent transparent transparent;
	border-width: 23px 23px 0 0;
	border-style: solid;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}
.recruite section li a {
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
}
.recruite section .col a,
.post-type-archive-member_day .member .col a {
	display: block;
}
.recruite section .col .image,
.post-type-archive-member_day .member .col .image {
	margin: 0;
}
.recruite section .col h4,
.post-type-archive-member_day .member .col h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin: 20px 30px 0;
}
.recruite section .col .job_title,
.post-type-archive-member_day .member .col .job_title {
	font-size: 16px;
	font-weight: 500;
}
.recruite section .col p,
.post-type-archive-member_day .member .col p {
	margin: 10px 30px 0;
	line-height: 1;
}
.recruite section .col p.prof,
.post-type-archive-member_day .member .col p.prof {
	margin: 10px 30px 30px;
	line-height: 1.4;
}
.recruite section .linkBtn {
	border: 1px solid #333;
	height: 50px;
	margin: 50px auto 0;
	width: 260px;
}
.recruite section .linkBtn a {
	display: block;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.recruite section .linkBtn a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	display: block;
    position: absolute;
    top: -1px;
    right: 15px;
}
.recruite section p.center {
	font-size: 22px;
	font-weight: 500;
	margin: 30px 0 50px;
	text-align: center;
}
.recruite section .linkArea {
	margin: 80px 0 0;
}
.recruite.for_applicants section ul {
	text-align: left;
	margin: 20px 20px 50px;
}
.recruite.for_applicants section li {
	background: none;
	float: none;
	margin: 0 0 1em 0.8em;
    text-indent: -0.8em;
	height: auto;
	width: 100%;
}
.recruite.for_applicants section li::before {
	content: "";
	display: inline-block;
	background: #009600;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin: 0 0.25em 0 0;
	border: none;
    position: static;
}
.single-occupation article h3 {
	color: #009600;
	border-bottom: 1px solid #009600;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
    margin: 0;
    padding: 0 0 20px;
}
.single-occupation article h4 {
	border-bottom: 1px dotted #009600;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
    margin: 0 0 1px;
    padding: 20px 0;
}
.single-occupation article table {
	width: 100%;
}
.single-occupation article table tr {
	border-bottom: 3px solid #fff;
}
.single-occupation article table th {
	background: #F2F3F2;
	font-weight: 500;
	padding: 1em;
	position: relative;
	text-align: left;
	width: 200px;
	vertical-align: top;
}
.single-occupation article table td {
	padding: 1em;
	position: relative;
	width : -webkit-calc(100% - 200px) ;
	width : calc(100% - 200px);
}
.single-occupation article table th::after,
.single-occupation article table td::after {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px dotted #009600;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.single-occupation .btnArea {
	background: #009600;
	margin: 50px auto 0;
	height: 60px;
	width: 476px;
}
.single-occupation .btnArea a {
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
}
.post-type-archive-member_day .member h3,
.single-member_day article h3 {
	color: #009600;
	font-size: 30px;
	font-weight: 500;
}
.single-member_day .titleArea {
	position: relative;
	width: 68.359%;
}
.single-member_day .titleArea .textArea {
	background: rgba(0,150,0,0.9);
	color: #fff;
	padding: 25px;
	position: absolute;
	right: -46%;
    top: 90px;
    width: 58.6%;
}
@media only screen and (max-width:900px) {
	.single-member_day .titleArea .textArea  {
		top: 46px;
	}
}
@media only screen and (max-width:850px) {
	.single-member_day .titleArea .textArea  {
		width: 62.6%;
	}
}
.single-member_day .titleArea .textArea h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}
.single-member_day .titleArea .textArea　.job_title,
.single-member_day .titleArea .textArea h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
}
.single-member_day .titleArea .textArea p {
	margin: 10px 0 ;
	line-height: 1;
}
.single-member_day .titleArea .textArea h5 + p {
	line-height: 1.4;
}
.single-member_day .dotBorder {
	border: 1px dotted #009600;
	margin: 65px 0 0;
	padding: 30px 50px 25px;
	position: relative;
}
.single-member_day .dotBorder dt {
	display: inline-block;
	background: #fff;
	color: #009600;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 20px;
	position: absolute;
	top: -13px;
	left: 30px;
}
.single-member_day .dotBorder dd {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.single-member_day .container {
	border-left: 2px solid #009600;
	margin: 85px 0 0 11px;
}
.single-member_day .container .col {
	border-top: 1px dotted #009600;
	margin: 0;
	padding: 30px 0 30px 30px;
	position: relative;
}
.single-member_day .container .col::before {
	content: "";
	background: #009600;
	border-radius: 50%;
	display: block;
	height: 22px;
	position: absolute;
	left: -11px;
	top: -11px;
	width: 22px;
}
.single-member_day .container .col p.time {
	color: #009600;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 30px;
}
.single-member_day .container .col p.title {
	color: #009600;
	font-size: 22px;
	font-weight: 500;
	
}
.single-member_day .container .col p {
	margin: 0.5em 0 0;
}
.single-member_day .container .col .point {
	background: #FBFFE7;
	border: 1px solid #009600;
	margin: 20px 0 0;
	padding: 20px;
	position: relative;
	
}
.single-member_day .container .col .point::before {
	content: "POINT";
	display: block;
	color: #009600;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.single-member_day .commentArea {
	border: 2px solid #009600;
	margin: 0;
	padding: 20px;
}
.single-member_day .commentArea h4 {
	color: #009600;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.single-member_day .commentArea p {
	margin: 1em 0 0;
}
#member_day {
	padding-top: 120px;
	margin-top: -70px;
}
/*------------------------------------*\
   固定ページ（page）
\*------------------------------------*/
.page section.bgGry{
	background: #F2F3F2;
	padding: 95px 0;
}
.page .icon {
	text-align: center;
	margin: 0;
}
.page .icon img {
	height: 92px;
}
/*研究開発--------------------*/
.study .titleHeader {
    background: url("images/study_header_pc.png") no-repeat 50% 0;
    background-size: cover;
}
.study .introduction {
	padding: 70px 0 90px;
}
.study .introduction .icon {
	text-align: center;
	margin: 0;
}
.study.introduction .icon img {
	height: 77px;
}
.study h3 {
	color: #009600;
	font-size: 30px;
	font-weight: 500;
}
.study .introduction h3 {
	text-align: center;
	margin: 30px 0;
}
.study h4 {
	font-size: 18px;
}
.study .bgGry{
	background: #F2F3F2;
	padding: 97px 0;
}
.study .contants h3 {
	margin: 0;
}
.study .contants h3::after {
	background: #009600;
	content: "";
	display: block;
	height: 4px;
	width: 100px;
	margin: 48px 0;
}
.study .contants {
	word-break: break-all;
}
.study .contants .leftArea {
	float: left;
	width: 46.875%
}
.study .contants .rightArea {
	float: right;
	width: 46.875%
}
.study .contants h4 {
	color: #009600;
	font-size: 26px;
	font-weight: 500;
	margin: 80px 0 20px;
}
.study .leftArea h4 {
	margin: 0 0 20px;
}
.study .contants .text {
	margin: 20px 0;
}
.study .contants .leftArea.text {
	margin: 0;
}
.study .contants ul {
	list-style: none;
	margin: 0;
    padding: 0 0 0 1em;
}
.study .contants ul li::before {
	content: "●";
	display: inline-block;
	color: #009600;
}
.study .contants .store {
	text-align: center;
}
.study .contants .store img {
	vertical-align: middle;
}
.study .contants .store a + img {
	margin: 0 0 0 30px;
}
.study .contants .store .leftArea a {
	margin: 5px;
	vertical-align: middle;
}
/*会社概要--------------------*/
.about .titleHeader {
    background: url("images/about_header_pc.png") no-repeat 50% 0;
    background-size: cover;
}
.about h3 {
	color: #009600;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}
.about h4 {
	font-size: 20px;
	text-align: left;
}
.about h5 {
	font-size: 15px;
}
.about table,
.single-achievements table,
.welfare table {
	background: #f2f3f2;
	width: 100%;
}
.about table.white {
	background: #fff;
	margin: 80px 0 0;
}
.about table tr,
.single-achievements table tr,
.welfare table tr {
	border-top: 5px solid #fff;
}
.about table.white tr {
	border-top: 5px solid #f2f3f2;
}
.about table tr:first-child,
.single-achievements table tr.col:first-child,
.welfare table:first-child {
	border:none;
}
.about table th,
.single-achievements table th,
.welfare table th {
	font-size: 18px;
	font-weight: 500;
	padding: 1em 0 1em 2em;
	width: 200px;
	text-align: left;
}
.about table th,
.single-achievements table th {
	font-size: 14px;
}
.about table.white th {
	width: 250px;
}
.about table td,
.single-achievements table td,
.welfare table td {
	font-size: 18px;
	padding: 1em 1em 1em 2em;
}
.about table td,
.single-achievements table td {
	font-size: 14px;
	word-break: break-all;
}
.about table.white td.numeral {
	color: #009600;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	width: 220px;
	vertical-align: middle;
	padding: 1em;
}
.about table.white td.numeral span {
	color: #333;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0.25em;
}
.about table td .btn {
    border: 1px solid #009600;
	font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin: 1em 0 0;
	position: relative;
    text-align: center;
    width: 200px;
}
.about table td .btn a {
	display: block;
	color: #009600;
	text-decoration: none;
}
.about table td .btn a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	display: block;
    position: absolute;
    top: -1px;
    right: 15px;
}
.about .bgGry .sectionContainer {
	text-align: center;
}
.about .bgGry .sectionContainer > * {
	text-align: left;
}
.about .bgGry .sectionContainer h3 {
	text-align: center;
}
.about h3.brackets {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	width: 450px;
	margin: 0 auto;
	text-align: center !important;
}
.about h3.brackets span {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: #009600;
}
.about h3.brackets img {
	width: 220px;
}
.about h3.brackets:before, h3.brackets:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 14px;
	height: 100%;
	display: inline-block;
}
.about h3.brackets:before {
	border-left: solid 4px #009600;
	border-top: solid 4px #009600;
	border-bottom: solid 4px #009600;
	left: 0;
}
.about h3.brackets:after {
	content: '';
	border-top: solid 4px #009600;
	border-right: solid 4px #009600;
	border-bottom: solid 4px #009600;
	right: 0;
}
.about section:nth-of-type(2) {
	margin-top: 100px;
}
.achievements {
	margin: 50px 0 0;
}
.profile {
	overflow: auto;
}
.profile > img {
	float: left;
}
.about .linkBtn {
	border: 1px solid #2F9600;
	height: 50px;
	margin: 50px auto 0;
	width: 260px;
}
.about .linkBtn a {
	display: block;
	color: #2F9600;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.about .contentWrap {
	margin-bottom: 90px;
}
.about .contentWrap:first-of-type {
	margin-top: 50px;
}
.about ul,
.single-achievements ul {
	padding: 0;
}
.about .contentWrap li,
.single-achievements .sectionContainer li {
	padding: 1em 1em 1em 2em;
	background-color: #f2f3f2;
	list-style: none;
	word-wrap: break-word;
}
.single-achievements .breadcrumb li {
	padding: 0;
	background-color: transparent;
}
.about .sectionContainer li:not(:first-of-type),
.single-achievements .sectionContainer li:not(:first-of-type) {
	margin-top: 5px;
}
.about .rightTxt a {
	text-decoration: none;
}
.about .rightTxt i {
	font-size: 20px;
    position: relative;
    margin: 0 0 0 0.5em;
    color: #999;
    top: 3px;
}
.single-achievements h3 {
	color: #009600;
    font-size: 30px;
    font-weight: 500;
    margin: 50px 0 20px;
    text-align: center;
}
/*access---------------------------*/
.access.page section.bgGry {
	background: #fff;
	padding: 0;
}
.access.page .bgGry .sectionContainer {
	max-width: none;
	margin: 0;
	width: 100%;
}
.access.page h3 {
	color: #333;
	font-size: 18px;
	text-align: left;
}
.access.page address {
	font-style: normal;
}
.access .directions .col {
	float: left;
	margin: 0 2% 30px 0;
	width: 32%;
}
.access .directions .col:nth-of-type(3n) {
	margin: 0 0 30px;
}
.number {
	color: #009600;
    font-size: 25px;
    font-weight: 500;
    float: left;
	width: 1.5em;
	line-height: 2em;
}
.access .directions .text {
	float: right;
	word-break: break-all;
	width : -webkit-calc(100% - 38px) ;
	width : calc(100% - 38px);
}

/*mission_vision_value--------------------*/
.mission_vision_value section ul {
	list-style: none;
}
.mission_vision_value section li {
	font-size: 18px;
	margin: 0 0 1em 0.8em;
    text-indent: -0.8em;
}
.mission_vision_value section li::before {
	content: "";
	display: inline-block;
	background: #009600;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin: 0 0.25em 0 0;
}
/*問合せフォーム--------------------------*/
.contact .titleHeader {
	background: url("images/contact_header_pc.png") no-repeat 50% 0;
	background-size: cover;
}
.mw_wp_form table {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
}
.mw_wp_form table th {
	text-align: left;
	width: 275px;
}
.mw_wp_form table th span {
	background: #fe0000;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 1em;
	padding: 0 0.75em;
}
.mw_wp_form table td {
	width : -webkit-calc(100% - 275px) ;
	width : calc(100% - 275px);
}
.mw_wp_form input[type="text"], .mw_wp_form input[type="email"] {
    background: #f3f3f3;
    border: none;
    height: 60px;
    margin: 0 0 5px;
	padding: 0 1em;
    width: 100%;
}
.mw_wp_form textarea {
	background: #f3f3f3;
    border: none;
    height: 180px;
	margin: 0 0 5px;
	padding: 0 1em;
    width: 100%;
}
.mw_wp_form .selectContainer {
    overflow: hidden;
    width: 400px;
    margin: 0 0 5px;
    position: relative;
    border:1px solid #e5e5e5;
    border-radius: 0;
	background: #fff;
	text-align: left;
}
.mw_wp_form .selectContainer select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.mw_wp_form .selectContainer select::-ms-expand {
    display: none;
}
.mw_wp_form .selectContainer::before {
    position: absolute;
    top: 24px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009600;
    pointer-events: none;
}
.mw_wp_form .selectContainer select {
    padding: 18px 38px 18px 1em;
    font-weight: 500;
}
.mw_wp_form p.agree {
	font-size: 16px;
	font-weight: 500;
	margin: 50px 0 30px;
	text-align: center;
}
.mw_wp_form p.agree a {
	text-decoration: underline;
}
.mw_wp_form input[type="checkbox"] { display: none; }

.mw_wp_form input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.mw_wp_form input[type="checkbox"] + span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: absolute;
	left: 8px;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.mw_wp_form input[type="checkbox"]:checked + span:before {
	width: 10px;
	top: -3px;
	left: 15px;
	border-radius: 0;
	opacity: 1;
	border: 1px solid #009600;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mw_wp_form .file_button {
	display: inline-block;
	position: relative;
	padding: 1em 2.2em;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.mw_wp_form .file_button:hover {
	background-color: #e5e5e5;
}
.mw_wp_form input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.mw_wp_form .btnArea {
	text-align: center;
}
.mw_wp_form .btn input[type="submit"] {
    background: #009900;
	border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 70px;
    width: 475px;
}
.mw_wp_form_confirm table td {
	height: 60px;
    border-left: 5px solid #f3f3f3;
    padding: 1em;
	position: relative;
}
.mw_wp_form_confirm table td::after {
    content: "";
    display: block;
    background: #fff;
    height: 5px;
    width: 5px;
    bottom: 0;
    left: -5px;
    position: absolute;
}
.mw_wp_form_confirm .selectContainer {
	border: none;
}
.mw_wp_form_confirm .btn,
.mw_wp_form_confirm .btn02 {
	display: inline;
}
.mw_wp_form_confirm .btn02 input[type="submit"] {
	background: #fff;
    border: 2px solid #009900;
    font-size: 16px;
    font-weight: 500;
    height: 70px;
	margin: 0 10px 0 0;
    width: 200px;
}
.mw_wp_form_confirm .file_button {
	padding: 0;
	text-align: center;
	background: #fff;
	border: none;
	text-indent: -9999em;
}
.mw_wp_form_confirm .file_button:hover {
	background-color: #fff;
}
.mw_wp_form_confirm .mw-wp-form_file {
	text-indent: 0;
}
.mw_wp_form_complete h2 {
    font-size: 18px;
}
.mw_wp_form_complete p {
	text-align: center;
}

/*privacy_policy----------------------*/
.privacy_policy dl dt,
.site_policy dl dt {
	font-weight: 500;
	margin: 2em 0 1em;
}
.privacy_policy dd,
.site_policy dd {
	margin: 0 0 0 2em;
}
.privacy_policy dl ul {
	list-style: none;
    padding: 0;
}
.privacy_policy dl ol {
	margin: 1em 0;
}
.privacy_policy dl li,
.site_policy dl li {
	margin: 0 0 1em;
}

/*error404---------------------------*/
.error404 section p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.error404 section .linkBtn {
	border: 1px solid #333;
	height: 50px;
	margin: 50px auto 0;
	width: 260px;
}
.error404 section .linkBtn a {
	display: block;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.error404 section .linkBtn a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	display: block;
    position: absolute;
    top: -1px;
    right: 15px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	.pc, .breadcrumb {
		display: none;
	}
	.sp {
		display: block;
	}
	.headerContainer {
		top: 25px;
	}
	.contactArea {
		width: 90px;
	}
	.contactArea span {
		display: none;
	}
	.menuBtn {
		position: absolute;
		height: 24px;
		width: 28px;
		display: inline-block;
		box-sizing: border-box;
		top: 15px;
		right: 110px;
	}
	.menuBtn div {
		position: absolute;
		left: 0;
		height: 3px;
		width: 28px;
		background-color: #009600;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	.menuBtn div:nth-of-type(1) {
		top: 0;
	}
	.menuBtn div:nth-of-type(2) {
		top: 10px;
	}
	.menuBtn div:nth-of-type(3) {
		bottom: 0;
	}
	.menuBtn.active div {
		display: none;
	}
	.menuBtn.active {
		top: 9px;
		right: 110px;
	}
	.menuBtn.active::before {
		position: absolute;
		top: 0;
		right: 18px;
		width: 2px;
		height: 36px;
		content: "";
		background-color: #009600;
		transform: rotate(45deg);
	}
	.menuBtn.active::after {
		position: absolute;
		top: 18px;
		right: 0;
		width: 36px;
		height: 2px;
		content: "";
		background-color: #009600;
		transform: rotate(225deg);
	}
    .gNav {
        display: none;
    }
    .gNav ul {
        background: #484F48;
        text-align: left;
        top: 50px;
		position: absolute;
		width: 100%;
		margin: 0;
    }
    .gNav li {
        display: block;
    }
    .gNav li a {
        border-bottom: 1px solid #fff;
        padding: 10px 2em;
		color: #fff;
    }
	.gNav li a:hover {
		 border-bottom: 1px solid #fff;
	}
    .gNav .sub-menu {
        background: none;
        padding: 0;
        position: static;
    }
	.gNav .sub-menu li a:hover {
		border: none;
	}
	.gNav .sub-menu li:last-child a {
		border-bottom: 1px solid #fff;
	}
    .gNav .sub-menu li a {
        text-align: left;
        padding: 5px 2em 5px 3em;
    }
	.gNav li.hassub:hover .sub-menu {
		display: none;
	}
	.gNav li.hassub {
		position: relative;
	}
	.gNav li.hassub::after,
	.footer div.clear .footerNav li.hassub::after {
		font-family: "Font Awesome 5 Free";
		content: '\f078';
		font-weight: 900;
		display: block;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
		height: 40px;
		line-height: 40px;
		text-align: right;
		padding: 0 20px 0 0;
	}
	.gNav li.hassub.active::after,
	.footer div.clear .footerNav li.hassub.active::after {
		content: '\f077';
	}
	.footer div.clear {
		margin: 0 20px;
	}
	.footer div.clear .footerNav,
	.footer div.clear .rightArea {
		float: none;
		width: 100%;
	}
	.footer div.clear .footerNav li {
		border-bottom: 1px solid #fff;
		float: none;
		position: static !important;
		width: 100%;
		margin: 0 !important;
		padding: 10px 0;
		font-size: 14px;
	}
	.footer div.clear .footerNav li .sub-menu {
		display: none;
	}
	.footer div.clear .footerNav li.hassub {
		position: relative !important;
		top: 0;
		left: 0;
	}
	.footer div.clear .footerNav li .sub-menu li {
		border: none;
		padding: 10px 0 10px 1em;
	}
	.footer div.clear .rightArea p {
		margin: 2em 0 1em;
		font-size: 14px;
	}
	.footer div.clear .rightArea address {
		font-size: 14px;
	}
	
	/*index-----------------*/
	.main_visual .textArea h2 {
		font-size: 47px;
	}
	.main_visual .textArea h3 {
		font-size: 28px;
	}
	.service .col {
		float: none;
		margin: 0 0 10px !important;
		width: 100%;
	}
	.home .project {
		margin: 100px 0 0;
	}
	.home .project .col .image img {
		margin: 0 auto;
	}
	/*slick*/
	.carouselArea {
		display: none;
		position: relative;
	}
	.carouselArea.initialized {
		display:block;
	}
	.carouselSlider {
		margin: 0 50px;
		overflow: hidden;
	}
	.carouselArea .slick-list {
		margin-right: -25px;
	}
	.carouselArea .slider-arrow {
		position: absolute;
		top: 50%;
		margin-top: -42.5px;
		cursor: pointer;
		z-index: 10;
		width: 85px;
		height: 85px;
		text-align: center;
		line-height: 85px;
	}
	.carouselArea .slider-prev {
		left: -15px;
	}
	.carouselArea .slider-next {
		right: -15px;
	}
	.carouselArea .slick-slide {
		margin-right: 25px;
	}
	.carouselArea .slider-arrow i {
		color: #009600;
		font-size: 30px;
	}
	.home .study .leftArea {
		float: none;
		width: auto;
	}
	.home .study .rightArea {
		float: none;
		padding: 30px 20px ;
		width: 100%;
	}
	.news dd {
		margin: 0;
		padding: 0 0 1em;
	}
	
	/*service--------------------*/
	.archive.post-type-archive-service .titleHeader,
	.single.single-service .titleHeader {
		background: url("images/service_header_sp.png") no-repeat 50% 0;
		background-size: cover;
		height: 350px;
	}
	.post-type-archive-service .service img.sp {
		display: inline-block;
	}
	.post-type-archive-service .service h3 {
		display: inline-block;
	}
	.single-service h3 {
		font-size: 20px;
	}
	.single-service .introduction h3 {
		text-align: left;
	}
	.single-service .contants h4 {
		font-size: 17.5px;
	}
	.single-service .contants .leftArea,
	.single-service .contants .rightArea {
		float: none;
		margin: 20px 0;
		width: 100%;
	}
	.single-service .contants .image img {
		max-width: none;
		width: 100%;
	}
	/*project--------------------------*/
	.archive.post-type-archive-project .titleHeader,
	.single.single-project .titleHeader {
		background: url("images/project_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.project .col02 {
		float: none;
		height: auto;
		width: 100%;
	}
	.single.single-project .spArea {
		height: 597px;
		margin: 20px 0 0;
		width: 280px;
	}
	.single.single-project .spArea .img {
		border-radius: 24px;
		left: 9px;
		top: 32px;
		height: 534px;
		width: 263px;
	}
	.single.single-project .col dd {
		margin: 0.5em 0 0;
		padding: 0;
	}
	.single.single-project .voiceArea {
		padding: 25px;
		width: 100%;
	}
	/*news--------------------------*/
	.archive .titleHeader,
	.single .titleHeader {
		background: url("images/news_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.archive .news dl {
		float: none;
		width: 100%;
	}
	.selectContainer {
		overflow: hidden;
		width: 100%;
		margin: 2em auto;
		text-align: center;
		position: relative;
		border: none;
		border-radius: 0;
		background: #f2f3f2;
	}
	.selectContainer select {
		width: 100%;
		padding-right: 1em;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.selectContainer select::-ms-expand {
		display: none;
	}
	.selectContainer::before {
		position: absolute;
		top: 18px;
		right: 0.9em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #009600;
		pointer-events: none;
	}
	.selectContainer select {
		padding: 8px 38px 8px 47%;
		color: #009600;
		font-size: 18px;
		font-weight: 500;
	}
	.category-news .selectContainer select {
		padding: 8px 38px 8px 44%;
	}
	
	/*採用情報--------------------*/
	.recruite .titleHeader,
	.single-occupation .titleHeader,
	.single-member_day .titleHeader {
		background: url("images/recruit_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.recruite section li, .recruite section .col, .post-type-archive-member_day .member .col {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.recruite section .col, .post-type-archive-member_day .member .col {
		padding: 0 0 1px;
	}
	.single-occupation .sectionContainer {
		margin: 0;
	}
	.single-occupation article h3, .single-occupation article h4 {
		text-align: center;
	}
	.single-occupation article table th, .single-occupation article table td {
		display: block;
		width: 100%;
	}
	.single-occupation article table th {
		text-align: center;
	}
	.single-occupation article table th::after {
		display: none;
	}
	.single-occupation article table td {
		padding: 1em 20px;
	}
	.single-member_day .titleArea {
		margin: 0;
		width: 100%;
	}
	.single-member_day .titleArea .textArea {
		position: static;
		margin: 0 0 50px;
		width: 100%;
	}
	.single-member_day .titleArea .textArea h4 br {
		display: none;
	}
	.welfare table th {
		padding-bottom: 0;
	}
	.welfare table th,
	.welfare table td {
		display: block;
	}
	/*研究開発--------------------*/
	.study .titleHeader {
		background: url("images/study_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.study h3 {
		font-size: 20px;
	}
	.study .introduction h3 {
		text-align: left;
	}
	.study .contants h4 {
		font-size: 17.5px;
	}
	.study .contants .leftArea,
	.study .contants .rightArea {
		float: none;
		margin: 20px 0;
		width: 100%;
	}
	.study .contants .image img {
		max-width: none;
		width: 100%;
	}
	/*about--------------------------*/
	.about .titleHeader {
		background: url("images/about_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.about table th,
	.about table td,
	.single-achievements table th,
	.single-achievements table td {
		display: block;
	}
	.about table th,
	.single-achievements table th {
		padding-bottom: 0;
	}
	.about table.white th,
	.about table.white td.numeral,
	.about table.white td {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1em;
	}
	.about table.white td.numeral {
		padding: 0;
	}
	.about table.white td.replenish {
		text-align: left;
	}
	.access .directions .col {
		float: none;
		margin: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	.access .directions .col .number, .access .directions .col .text {
		text-align: left;
	}
	/*contact-------------------*/
	.contact .titleHeader {
		background: url("images/contact_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
	.mw_wp_form table th,
	.mw_wp_form table td {
		display: block;
		width: 100%;
	}
	.mw_wp_form .selectContainer {
		margin: 0 0 20px;
		width: 100%;
	}
	.mw_wp_form input[type="text"], .mw_wp_form input[type="email"] {
		margin: 0 0 20px;
	}
	.mw_wp_form_confirm table td {
		margin: 0 0 20px;
	}
	.mw_wp_form_confirm .btn input[type="submit"] {
		width: 60%;
	}
	.mw_wp_form_confirm .btn02 input[type="submit"] {
		width: 32%;
	}
	/*privacy_policy----------------*/
	.titleHeader {
		background: url("images/other_header_sp.png") no-repeat 50% 0;
		background-size: cover;
	}
}

@media only screen and (max-width:600px) {
	.main_visual .textArea {
		top: 160px;
		padding: 0 20px;
	}
	.single.single-project .pcArea {
		height: 418px;
		width: 100%;
	}
	.single.single-project .pcArea .img {
		height: 68%;
		width: 92%;
	}
	.single-member_day .dotBorder {
		padding: 30px 30px 25px
	}
	.single-member_day .dotBorder dt {
		left: 10px;
	}
}

@media only screen and (max-width:550px) {
	.about h3.brackets {
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px);
	}
	.mw_wp_form .btn input[type="submit"] {
		width: 90%;
	}
	.mw_wp_form_confirm .btn input[type="submit"] {
		width: 60%;
	}
	.single.single-project .pcArea .img {
		left: 22px;
		top: 22px;
	}
	.single-occupation .btnArea {
		margin: 50px 40px 0;
		width: auto;
	}
}

@media only screen and (max-width:414px) {
	.main_visual .textArea h3 {
		font-size: 24px;
	}
	.footer div.clear .rightArea .contactBtn {
		width: 100%;
	}
	.infoArea > p {
		text-align: left;
	}
	.home .study .clear {
		margin: 0 0 0 10px;
	}
	.home .study .leftArea {
		left: -10px;
	}
	.home .study .rightArea {
		padding: 10px;
	}
	.selectContainer select {
		padding: 8px 38px 8px 43%;
	}
	.category-news .selectContainer select {
		padding: 8px 38px 8px 41%;
	}
	.about table th,
	.single-achievements table th {
		padding: 1em 0 0 2em;
	}
	.about table td .btn {
		width: 100%;
	}
	.single.single-project .pcArea {
		height: 306px;
	}
	.single.single-project .pcArea .img {
		left: 16px;
		top: 16px;
	}
	.mission_vision_value section ul {
		padding: 0;
	}
}

@media only screen and (max-width:400px) {
	.main_visual .textArea h2 {
		font-size: 42px;
	}
	.main_visual .textArea h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width:375px) {
	.contactArea {
		width: 60px;
	}
	.menuBtn,
	.menuBtn.active {
		right: 70px;
	}
	.service .col h3 {
	    font-size: 21px;
	}
	.category-news .selectContainer select {
		padding: 8px 38px 8px 39%;
	}
	.single.single-project .pcArea {
		height: 274px;
	}
	.single.single-project .pcArea .img {
		left: 15px;
		top: 15px;
	}
	.study .contants .store a + img {
		margin: 0 0 0 10px;
	}
	.single-member_day .dotBorder {
		padding: 30px 20px 25px;
	}
	.single-member_day .dotBorder dt {
		padding: 0 10px;
	}
}

@media only screen and (max-width:369px) {
	.main_visual .textArea h2 {
		font-size: 38px;
	}
	.main_visual .textArea h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width:320px) {
	.contactArea {
		width: 50px;
	}
	.menuBtn,
	.menuBtn.active {
		right: 57px;
	}
	.main_visual .textArea h2 {
		font-size: 35px;
	}
	.main_visual .textArea h3 {
		font-size: 18px;
	}
	.service .col h3 {
	    font-size: 21px;
	}
	.service .col {
		padding: 25px 20px;
	}
	.service .col h3 {
	    font-size: 20px;
	}
	.service .col img {
		height: 50px;
	}
	.service .col:nth-of-type(4) img {
		height: 65px;
	}
	.selectContainer select {
		padding: 8px 38px 8px 40%;
	}
	.category-news .selectContainer select {
		padding: 8px 38px 8px 34%;
	}
	.sp320 {
		display: block;
	}
	.single.single-project .pcArea {
		height: 229px;
	}
	.single.single-project .pcArea .img {
		left: 12px;
		top: 12px;
	}
	.study .contants .store a + img {
		margin: 0 ;
	}
	.single-member_day .dotBorder dt {
		font-size: 19px;
	}
	.single-member_day .dotBorder dd {
		font-size: 23px;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
