@charset "utf-8";
/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
*/
*{
	margin:0;
	padding:0;
}
body,button, input, select, textarea,.entry-title,.page-title {
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #222;
	letter-spacing: 0.04em;
	background-color: #FFF;
}
.entry-content {
	line-height: 170%;
}
a:focus, *:focus { outline:none; }
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	box-shadow: none;
}
a {
	color: #E47132;	
}
.entry-content a {
	color: #E47132;	
	text-decoration: underline;
}
a:hover{
	color: #900;
}
a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;	
}
.sp,hr {
	clear: both;
}
.aligncenter {
	margin: 30px auto;
}
.ft-mincho {
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry-title,.page-title {
	padding: 70px 0;
	font-weight: 400;
	font-size: 200%;
	color: #000;
	margin: 0 auto;
	text-align: center;
}
#title .entry-title,#title .page-title {
	position: relative;
	display: block;
	max-width: 1320px;
}
#title .entry-title:before,#title .page-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7196B5;
}
.entry-content h2 {
	display: block;
	margin: 80px auto 30px auto;
	background-color: #0F60AC;
	color: #FFF;
	font-size: 145%;
	font-weight:700;
	padding: 15px 6px;
	border-bottom: 4px solid #ABD4EF;
}
.entry-content h3 {
	display: block;
	width: 98%;
	margin: 30px auto 20px auto;
	border-bottom: 4px solid #0F60AC;
	font-size: 125%;
	font-weight: 700;
	color: #000;
	padding: 10px 0;
}
.entry-content h4 {
	border-left: 6px solid #46CBF9;
	padding: 2px 6px;
	color: #000;
	font-size: 112%;
	font-weight: 700;
	box-sizing: border-box;
	display: block;
	width: 98%;
	margin: 30px auto 20px auto;
}
.site {
	margin: 0;
	background-color: #FFF;
	background-image: url(images/home-cont-bg.png);
	background-position: top 50% right 0;
	background-repeat: no-repeat;
	background-size: 50%;
	background-attachment: fixed;
}
body.home .site {
	background-image: none;
}
.site-header,.site-content,.site-footer {
	padding-left: 0;
	padding-right: 0;
}
.site-footer {
	display: block;
	margin: 0 auto;
	padding: 0;
}
body.home {
	background-color: transparent;
}
.site-header-main {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.entry-footer {
	text-align: left;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
	margin-right: 0;
	margin-left: 0;
}
.page-header {
	margin: 0;
}
.no-sidebar .entry-content {
	font-size: 18px;
}
.no-sidebar .content-area, body.home .content-area {
	padding: 0;
	text-align: left;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
	display: block;
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding-bottom: 16px;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
	display: block;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 8px;
	width: 100%;
}
.post-navigation,
.post-navigation .post-title,
.post-navigation div + div {
    border-style: none;
    font-size: 1.0rem;
    font-weight: 400;
}
.post-navigation .post-title {
	font-size: 14px;
}
div.nav-next {
    text-align: right;
}

.post-navigation a,
.post-navigation .meta-nav {
    padding: 0rem;
    line-height: 1;
    margin: 0rem;
}
.post-navigation .meta-nav {
	display: none;
}
nav.navigation {
    border-top: medium solid #999;
    border-bottom: thin solid #999;
    padding: 0.5rem 0;
}
.pagination .nav-links::after,
.pagination::after,
.pagination .nav-links::before,
.pagination::before {
    display: none;
}

.pagination .prev,
.pagination .next {
    background-color: transparent !important;
    color: #999 !important;
}
.comments-title,
.comment-reply-title,
.comment-notes,
.comment-form label,
.logged-in-as {
    font-size: 1.0rem;
    font-weight: 100;
    border-style: none;
}

.comments-title {
    font-weight: 400;
}

.comment-form {
    padding-top: 0.5em;
}

.comment-notes,
.comment-form label,
.logged-in-as {
    font-size: 0.8rem;
}

input[type="submit"] {
    font-size: 0.8rem;
}

p.comment-form-comment,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.form-submit {
    margin-bottom: 0.5em;
}

.comments-area {
    border-top: thin solid #999;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.comment-list article {
    padding: 0.2rem;
}

.comment-metadata {
    margin-bottom: 0.5rem;
}

.comment-reply-link {
    margin-top: 0.5rem;
}
.pagination .page-numbers {
	margin: 0 4px;
}
.pagination a.page-numbers {
	color: #000;
}
.pagination a.page-numbers:hover {
	background-color: #5751A0;
	color: #FFF;
}
.page-header {
	border-top: none;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
}
.gallery {
	margin: 10px auto;
}
.gallery-item {
	padding: 0 1.1400652% 0;
}
.gallery-item a {
	display: inline-block;
}
.gallery-item img {
	width: 100% !important;
}
.entry-content p {
	margin: 0 auto 16px auto;
	width: 98%;
}
.entry-content ol,.entry-content ul {
	width: 96%;
	margin: auto;
	padding: 0 0 20px 0;
}
.post-thumbnail {
	width: 96%;
	margin: 0 auto 20px auto;
}
.form-btn {
	display: block;
	text-align: center;
	margin: auto;
	padding: 0 0 24px 0;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	padding: 16px 32px;
	font-size: 120%;
	background-color: #000;
	margin: 0 16px 10px 16px;
}
table.form input[type="text"],
table.form input[type="email"],
table.form input[type="tel"],
table.form textarea {
	width: 98%;
	margin: 6px auto;
	font-size: 100%;
}
table.form input[type="text"],
table.form input[type="email"],
table.form input[type="tel"],
table.form select {
	padding: 6px 0px;
	font-size: 100%;
	margin: 6px auto;
}
input[type="submit"],input[type="reset"],input[type="button"] {
	padding: 16px 32px;
	letter-spacing: 0.06em;
	color: #FFF;
	font-weight: bold;
	background-color: #5751A0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	border: none;
}

table.form tr th p,
table.form tr td p{
	width: 100%;
	margin: 0;
}

div#wpcf7cpcnf table{
	border: none;
}


div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td{
	border: none;
}

div#wpcf7cpcnf table tr th p,
div#wpcf7cpcnf table tr td p{
	margin: 0;
}

div#wpcf7cpcnf table tr:nth-child(odd) {
    background-color: #F2F4F4;
}

div#wpcf7cpcnf table tr:nth-child(even){
    background-color: transparent;
}

.btn-contact {
	background-color: #073A6B;
	color: #FFF;
	position: fixed;
	top: 100px;
	width: 100px;
	right: 0;
	z-index: 999;
	background-image: url(images/btn-mail.png);
	background-position: top 35% left 50%;
	background-repeat: no-repeat;
}
.btn-contact a {
	display: block;
	color: #FFF;
	text-align: center;
	padding-top: 62%;
	font-size: 10px;
	height: 100px;
	box-sizing: border-box;
}
.btn-contact:hover {
	background-color: #139FD6;
}
.site-header {
	position: fixed;
	z-index: 999;
}
.header-nav {
	display: block;
	margin: 0 auto;
	padding: 36px 0;
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 998;
	min-height: 88px;
	top: 0;
}
.header-nav ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	letter-spacing: -0.4em;	list-style-type: none;
	text-align: center;
}
.header-nav ul li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
}
.header-nav.sub ul li {
	border: 1px solid #000;
	border-width: 0 1px 0 0;
}
.header-nav ul li:first-child,.header-nav.sub ul li:first-child {
	border-width: 0 1px;
}
.header-nav ul li a {
	display: block;
	padding: 0px 50px;
	color: #FFF;
	font-size: 90%;
}
.header-nav.sub ul li a {
	color: #000;
}
.header-nav ul li a:hover {
	color: #FF9;
}
.header-nav.sub ul li a:hover {
	color: #009;
}
.header-nav .header-nav-smp {
	display: none;
}
.site-header.fixed .header-nav {
	background-color: rgba(0,67,119,0.65);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
}
.site-header.fixed .header-nav.sub {
	background-color: rgba(255,255,255,0.65);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
}
.site-header .header-nav.sub .header-nav-smp {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
}
.site-header.fixed .header-nav .header-nav-smp {
	display: block;
    position: absolute;
    top: 0;
    left: 10px;
}
.site-footer {
	border-top: 1px solid #DDD;
	padding: 40px 0 30px 0;
	background-image: url(images/footer-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 50%;
	background-color: #FFF;
}
.site-footer .site-info {
	width: 80%;
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
	color: #000;
}
.site-footer .site-info a {
	color: #000;
}
.site-footer .site-info img {
    margin-bottom: 10px;
    max-width: 180px;
}
.site-footer .site-info p {
	font-size: 110%;
	margin-bottom: 15px;
	line-height: 150%;
}
.site-footer .site-info p strong {
	font-size: 160%;
    display: inline-block;
    padding: 5px 0 8px 0;
}
.cr {
	padding-top: 10px;	
}
.kojya {
	font-size: 85%;
	display: inline-block;
	margin-left: 20px;
}
.kojya a {
	color: #000;
}
.kojya a:hover {
	text-decoration: underline;
}
.site-inner {
	padding-top: 100px;
	width: 84%;
}
body.home .site-inner {
	max-width: inherit;
	width: auto;
	padding-top: 0;
}
.main-image img {
    height: auto;
    max-width: inherit;
	width: 100%;
    vertical-align: middle;
}
.top-business {
	margin-top: -150px;
	position: relative;
	z-index: 2;
}
.top-business ul {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	letter-spacing: -0.4em;	text-align: center;
}
.top-business ul li {
	display: inline-block;
	width: 29%;
	margin: 0 2%;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
}
.top-business ul li .image {
	display: block;
	margin: 0 auto;
	-moz-box-shadow: 7px 7px 10px 4px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 7px 7px 10px 4px rgba(102, 102, 102, 0.3);
	-ms-box-shadow: 7px 7px 10px 4px rgba(102, 102, 102, 0.3);
	box-shadow: 7px 7px 10px 4px rgba(102, 102, 102, 0.3);
	position: relative;
}
.top-business ul li .image img {
    height: auto;
    max-width: inherit;
	width: 100%;
    vertical-align: middle;
}
.top-business ul li .image .more {
	position: absolute;
	z-index: 2;
	top: 44%;
	left: 26%;
	box-sizing: border-box;
	border: 1px solid #FFF;
	padding: 10px 50px;
}
.top-business ul li .image a .more {
	color: #FFF;
	letter-spacing: 0.1em;
}
.top-business ul li .image a:hover .more {
	color: #000;
	border: 1px solid #000;
}
.top-business ul li .image a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
}
.top-business ul li p {
	padding: 25px 0;
	color: #073A6B;
}
.top-business ul li p strong {
	border-bottom: 5px solid #073A6B;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 200%;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.top-business ul li p .en {
	font-size: 120%;
    letter-spacing: 0.06em;
    font-weight: 500;
}
#top-content {
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	background-image: url(images/home-cont-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#top-content .aboutus {
	display: block;
	background-image: url(images/top-aboutus-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto;
	padding: 120px 0 50px 0;
}
#top-content .aboutus p {
	margin: 0 auto;
	padding: 40px 0;
	color: #073A6B;
	font-size: 150%;
	line-height: 200%;
}
#top-content .aboutus .tx {
	display: block;
	width: 90%;
	margin: 0 0 0 10%;
	padding: 100px 0 0 0;
	text-align: left;
}
#top-content .aboutus .tx ul {
	margin: 0 auto;
	padding: 0;
	letter-spacing: -0.4em;}
#top-content .aboutus .tx ul li {
	display: inline-block;
	width: 49%;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	vertical-align: top;
}
#top-content .aboutus .tx ul li:first-child {
	margin-right: 2%;
}
#top-content .aboutus .tx p {
	padding: 25px 0;
	color: #073A6B;
	text-align: left;
	font-size: 100%;
	line-height: 160%;
}
#top-content .aboutus .tx p strong {
	border-bottom: 4px solid #073A6B;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
#top-content .aboutus .tx .more a,.top-recruit .tx-box .more a {
	color: #073A6B;
	box-sizing: border-box;
	border: 1px solid #073A6B;
	padding: 6px 30px;
}
#top-content .aboutus .tx .more a:hover,.top-recruit .tx-box .more a:hover {
	background-color: #073A6B;
	color: #FFF;
}
.top-recruit {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 680px;
}
.top-recruit .tx-box {
	width: 64%;
	background-color: rgba(204,204,204,0.3);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 1;
	padding: 160px 0 100px 0;
}
.top-recruit .tx-box p {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	border-bottom: 4px solid #073A6B;
	box-sizing: border-box;
	color: #073A6B;
	padding: 0 70px 40px 70px;
}
.top-recruit .tx-box p img {
	margin-bottom: 35px;
}
.top-recruit .tx-box .more {
	width: 70%;
	display: block;
	margin: 50px auto 0 auto;
	text-align: left;
	padding: 0 70px;
	box-sizing: border-box;
}
.top-recruit .image {
	width: 46%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.google-maps {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
}
.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
body.home .site-main {
	margin-bottom: 0;
}
.btn-contact.sub {
	display: none;
}
#title {
	display: block;
	margin: 100px auto 0 auto;
	background-color: #E6EAEF;
	text-align: center;
}
.entry-content table {
	width: 96%;
	margin: 30px auto;
}
body.search-results article .entry-title {
	text-align: left;
	padding: 10px 0;
	font-size: 160%;
}
.entry-content table.info,table.form {
	border-width: 0;
	margin: 40px auto;
}
.entry-content table.info th,.entry-content table.info td,table.form th,table.form td {
	padding: 10px;
	text-align: left;
	border-width: 0;
	box-sizing: border-box;
}
.entry-content table.info th,table.form th {
	width: 22%;
	font-weight: normal;
}
table.info tr:nth-child(odd),table.form tr:nth-child(even) {
	background-color: transparent;
}
table.info tr:nth-child(even),table.form tr:nth-child(odd) {
	background-color: #F2F4F4;
}
.hissu {
	display: inline-block;
	padding: 0 4px;
	background-color: #C00;
	color: #FFF;
	font-size: 80%;
	margin-right: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-left: 8px;
	line-height: 160%;
}
table.form .mwform-tel-field input[type="text"] {
	width: 80px;
}
.entry-content ul.column4 {
	width: 98%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: -0.6em;
}
.entry-content ul.column4 li {
	display: inline-block;
	width: 16%;
	margin: 0 2% 10px 2%;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
}
.entry-content ul.column4 li:before{
    content: "\25cf  ";
    font-size: 6px;
    vertical-align: middle;
	margin-right: 5px;
}
.entry-content .works-box table {
	margin-top: 40px;
	width: 92%;
}
.entry-content .works-box table th {
	width: 25%;
	background-color: #EEE;
}
.entry-content .works-box table th:nth-child(1) {
	width: 60%;
}
.entry-content .works-box table th:nth-child(2) {
	width: 15%;
}
table.recruit {
	width: 90%;
	margin-top: 40px;
}
table.recruit th {
	width: 25%;
	background-color: #EEE;
}
.works-box .gallery-item img,.recruit-box .gallery-item img,.works-box.business ul.column2 img {
	border: 3px solid #FFF;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.works-box.business ul.column2 {
	list-style-type: none;
	text-align: left;
	letter-spacing: -0.6em;
	margin: 0 auto;
	width: 96%;
	padding: 30px 0;
}
.works-box.business ul.column2 li {
	display: inline-block;
	width: 46%;
	margin: 0 2% 15px 2%;
	letter-spacing: normal;
	vertical-align: middle;
}
.works-box.business ul.column2 li img {
	max-width: 90%;
	margin: auto;
}
.works-box.business ul.column2 li .tx {
	padding: 0 15px;
}
.works-box.business ul.column2 li ol li {
	display: list-item;
	list-style-position: inside;
	width: auto;
	margin: 0 2% 10px 2%;
}
.rec-toi {
	font-size: 120%;
	display: block;
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.rec-toi img {
	display: block;
	margin: 15px auto 0 auto;
	max-width: 90%;
}
.gallery {
	width: 96%;
}
.gallery-columns-2 .gallery-item {
	margin-bottom: 40px;
}
body.page-id-31 .works-box .gallery-columns-2 .gallery-item:nth-child(3),
body.page-id-31 .works-box .gallery-columns-2 .gallery-item:nth-child(4) {
	margin-bottom: 0;
}
.title-box {
	box-sizing: border-box;
	display: block;
	margin: 0 auto 20px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
	background-color: #EEE;
}
#ele {
	margin-top: -100px;
	padding-top: 100px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 75em) {
	body.home .site-content {
		width: 100%;
	}
}
@media screen and (min-width: 61.5625em) {
	.site-main > article {
		margin-bottom: 20px;
	}
	.site-branding, .site-header-menu, .header-image {
		margin: 0 auto;
	}
}
@media screen and (min-width: 56.875em) {
	.site-info {
		margin: 0 auto;
		display: block;
		width: 98%;
		max-width: 1280px;
	}
}
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image)::before,body:not(.custom-background-image):after {
        height: 0;
    }
	.site-main {
		margin-bottom: 2em;
	}
	body.home .site-main {
		margin-bottom: 0;
	}
}
@media screen and (max-width:1320px){
	.site-inner {
		width: 86%;
	}
	body.home .site-inner {
		width: 100%;
	}
}
@media screen and (max-width:1240px){
	.header-nav ul li a {
		padding: 0 25px;
	}
	.top-business ul {
		width: 98%;
	}
	.top-business ul li p .en {
		font-size: 105%;
	}
	#top-content .aboutus .tx {
		padding-top: 30px;
	}
	.top-business ul li .image .more {
		padding: 10px 0;
		width: 52%;
	}
	.site {
		background-size: 70%;
	}
}
@media screen and (max-width:1100px){
	.google-map {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	.google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:1024px){
	.header-nav ul {
		display: none;
	}
	.site-header.fixed .header-nav {
		background-color: transparent;
	}
	body.home .site-header.fixed .header-nav {
		background-color: rgba(0,67,119,0.65);
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
		min-height: 100px;
	}
	.top-business {
		margin-top: -100px;
	}
	.top-business ul li p .en {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.top-recruit {
		min-height: 540px;
	}
	.top-recruit .image {
		width: 40%;
	}
	.top-recruit .tx-box {
		width: 65%;
		padding: 60px 0;
	}
	.top-recruit .tx-box p {
		padding: 0 30px 40px 30px;
	}
	.top-recruit .tx-box .more {
		padding: 0 30px;
	}
	.site-footer .site-info {
		width: 90%;
	}
	.site-footer .site-info img {
		max-width: 140px;
		float: left;
		margin-right: 35px;
	}
	.site-footer .site-info p  {
		line-height: 135%;
	}
	.site-footer .site-info p strong {
		font-size: 165%;
		padding-bottom: 10px;
		display: inline-block;
		padding-top: 8px;
	}
	.cr {
		padding-top: 20px;
	}
	.btn-contact.sub {
		display: inline-block;
		top: 0;
		right: 100px;
	}
	.entry-title, .page-title {
		padding: 45px 0;
	}
	.site-inner {
		padding-top: 60px;
		width: 90%;
	}
	.entry-content ul.column4 li {
		width: 29%;
	}
	body.page-id-31 .works-box .gallery-columns-2 .gallery-item {
		max-width: 48%;
		margin: 0 1% 40px 1%;
	}
	.works-box.business ul.column2 {
		width: 100%;
	}
	.works-box.business ul.column2 li {
		vertical-align: top;
	}
}
@media screen and (max-width:768px){
	.btn-contact {
		width: 64px;
		top: 64px;
		background-size: 30px;
	}
	.btn-contact a {
		height: 64px;
	}
	.top-business {
		margin-top: -80px;
	}
	body.home .site-header.fixed .header-nav {
		min-height: 64px;
		padding: 0;
	}
	.site-header.fixed .header-nav .header-nav-smp {
		margin-top: 2px;
	}
	.site-header.fixed .header-nav .header-nav-smp img {
		max-height: 56px;
	}
	.top-business ul li .image .more {
		width: 70%;
		left: 15%;
		padding: 5px 0;
	}
	.top-business ul li p {
		padding: 10px 0;
	}
	.top-business ul li p strong {
		font-size: 160%;
		border-bottom: 4px solid #073A6B;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}
	.top-business ul li p .en {
		line-height: 125%;
		font-size: 85%;
	}
	#top-content {
		padding: 25px 0 0 0;
		background-size: 140%;
	}
	#top-content .aboutus {
		padding: 60px 0;
	}
	img.title-img {
		max-width: 60%;
	}
	#top-content .aboutus p {
		padding: 24px 0;
		font-size: 135%;
		line-height: 160%;
	}
	#top-content .aboutus .tx {
		padding-top: 0;
		margin: 0 auto;
	}
	.top-recruit {
		min-height: inherit;
		background-color: rgba(204,204,204,0.5);
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
		padding: 30px 0;
	}
	.top-recruit .tx-box {
		width: auto;
		padding: 50px 0 30px 0;
		position: static;
		background-color: transparent;
	}
	.top-recruit .image {
		width: auto;
		position: static;
		text-align: center;
		padding: 30px 0;
	}
	.top-recruit .image img {
		max-width: 70%;
	}
	.top-recruit .tx-box p,.top-recruit .tx-box .more {
		width: 90%;
	}
	.header-nav {
		min-height: 64px;
	}
	.site-header .header-nav.sub  {
		padding: 0;
	}
	.site-header .header-nav.sub .header-nav-smp img {
		max-height: 64px;
	}
	.btn-contact.sub {
		right: 64px;
	}
	#title {
		margin-top: 64px;
	}
	.entry-content table th,.entry-content table td {
		display: block;
		width: auto;
	}
	.entry-content table th {
		padding-bottom: 0;
	}
	.entry-content table.info th,.entry-content table.info td, table.form th,table.form td {
		display: block;
		width: auto;
	}
	.entry-content table.info th,table.form th {
		padding: 10px 10px 0 10px;
	}
	.entry-content table.info td,table.form td {
		padding: 0 10px 10px 10px;
	}
	.entry-content .works-box table {
		border-width: 0;
		margin-top: 20px;
	}
	.entry-content .works-box table th {
		display: none;
	}
	.entry-content .works-box table tr td {
		border-width: 0;
	}
	.entry-content .works-box table tr td:nth-child(1) {
		display: block;
		width: auto;
		padding: 5px 10px;
		background-color: #EEE;
		margin-top: 10px;
	}
	.entry-content .works-box table tr td:nth-child(2),.entry-content .works-box table tr td:nth-child(3),.entry-content .works-box table tr td:nth-child(4) {
		display: contents;
		width: auto;
		padding: 2px 10px;
		font-size: 80%;
	}
	.entry-content .works-box table tr td:nth-child(4) {
		border-width: 0;
		padding-bottom: 3px;
	}
	.entry-content .works-box table tr td:nth-child(2):before{
		content: "所在地／";
		margin-left: 15px;
	}
	.entry-content .works-box table tr td:nth-child(3):before{
		content: "竣工／";
		margin-left: 25px;
	}
	.site-inner {
		width: 96%;
	}
	.works-box.business ul.column2 {
		padding-top: 0;
	}
	.works-box.business ul.column2 li {
		display: block;
		margin: 0 auto 30px auto;
		width: auto;
	}
	.works-box.business ul.column2 li:last-child {
		margin-bottom: 0;
	}
	.works-box.business ul.column2 li img {
		display: block;
	}
	.recruit-box .gallery-columns-4 .gallery-item {
		max-width: 48%;
		margin: 0 1% 40px 1%;
	}
	.recruit-box .gallery-columns-4 .gallery-item:nth-child(3),.recruit-box .gallery-columns-4 .gallery-item:nth-child(4) {
		margin-bottom: 0;
	}
	.entry-content table.recruit th {
		padding: 0.4375em;
	}
}
@media screen and (max-width:640px) {
	.header-nav {
		padding: 0;
		min-height: 64px;
	}
	.top-business {
		margin-top: 50px;
	}
	.top-business ul li {
		display: block;
		width: 70%;
		margin: 0 auto 50px auto;
	}
	.site-header .header-nav.sub .header-nav-smp {
		left: 5px;
	}
	.site-header.fixed .header-nav .header-nav-smp {
		margin-top: 0;
		top: 2px;
	}
	.site-header.fixed .header-nav.sub .header-nav-smp {
		top: 0;
	}
	.main-image img {
		width: 100%;
		height: 50vh;
		object-fit: cover;
	}
	.btn-contact {
		top: 0;
		right: 64px;
	}
	div#wpfront-scroll-top-container img {
		max-width: 48px;
	}
	.site-footer {
		padding-top: 30px;
	}
	.cr {
		padding-top: 5px;
	}
	.entry-title, .page-title {
		padding: 35px 0;
	}
	.site {
		background-size: 100%;
		background-position: top 25% right 0;
	}
	table.form .mwform-tel-field input[type="text"] {
		width: 24%;
	}
	.entry-content ul.column4 li {
		width: 46%;
	}
	.entry-content h2 {
		margin-top: 50px;
	}
	.rec-toi {
		text-align: left;
		width: 96%;
	}
}
@media screen and (max-width:560px){
	.site-footer {
		padding: 40px 0;
	}
	.cr {
		font-size: 85%;
		padding-top: 25px;
	}
	.kojya {
		margin: auto;
		display: block;
	}
	.site-footer .site-info {
		width: 94%;
	}
	.site-footer .site-info img {
		max-width: 120px;
		margin-right: 25px;
		margin-bottom: 0;
	}
	.site-footer .site-info p {
		margin-bottom: 0;
		font-size: 100%;
	}
	.site-footer .site-info p strong {
		font-size: 130%;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	#top-content .aboutus p {
		width: 90%;
		text-align: left;
		font-size: 120%;
	}
	#top-content .aboutus .tx p {
		width: 100%;
	}
	#top-content .aboutus .more,.top-recruit .tx-box .more {
		display: block;
		max-width: 45%;
		text-align: center;
	}
	.top-recruit .tx-box .more {
		max-width: 40.5%;
		margin: 25px 0 0 5%;
		padding: 0;
	}
	#top-content .aboutus .tx .more a,.top-recruit .tx-box .more a {
		display: block;
		padding: 6px 0;
	}
	.top-recruit .tx-box p {
		padding: 0 0 25px 0;
	}
	.top-recruit .tx-box p img {
		display: block;
		margin: auto;	
	}
}
@media screen and (max-width:480px){
	#top-content .aboutus p {
		font-size: 110%;
	}
	#top-content .aboutus p br {
		display: none;
	}
	.site-footer {
		padding: 20px 0;
	}
	.site-footer .site-info img {
		float: none;
		display: block;
		margin: 0 auto 15px auto;
	}
	.site-footer .site-info p {
		text-align: center;
	}
	div#wpfront-scroll-top-container {
		right: 10px !important;
		bottom: 10px !important;
		text-align: right;
	}
	div#wpfront-scroll-top-container img {
		max-width: 36px;
	}
	.entry-title, .page-title {
		font-size: 160%;
	}
	.entry-content h2 {
		font-size: 120%;
		padding: 10px 6px;
		margin-bottom: 20px;
	}
	.entry-content h3 {
		font-size: 110%;
		padding: 8px 0;
	}
	.entry-content h4 {
		font-size: 105%;
		margin: 25px auto 10px auto;
	}
	.site-inner {
		padding-top: 40px;
		width: 94%;	
	}
	.entry-content ul.column4 li {
		font-size: 90%;
		margin-bottom: 5px;
	}
	table.recruit,.entry-content .works-box table {
		width: 96%;
	}
	.entry-content .works-box table {
		font-size: 90%;
	}
	.entry-content .works-box table tr td:nth-child(2), .entry-content .works-box table tr td:nth-child(3) {
		display: block;
		line-height: 135%;
	}
	.entry-content .works-box table tr td:nth-child(3) {
		padding-bottom: 10px;
	}
	.entry-content .works-box table tr td:nth-child(2):before{
		margin-left: 0;
	}
	.entry-content .works-box table tr td:nth-child(3):before{
		margin-left: 0;
	}
	.entry-content ul.column4 li {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.recruit-box .gallery-columns-4 .gallery-item {
		margin-bottom: 20px;
	}
	body.page-id-31 .works-box .gallery-columns-2 .gallery-item {
		margin-bottom: 20px;
	}
	.entry-content .works-box table tr td:nth-child(1) {
		margin-top: 5px;
	}
	.entry-content table.info, table.form {
		margin: 20px auto;
	}
	table.recruit {
		font-size: 90%;
		margin-top: 20px;
	}
	.entry-content table.recruit th {
		padding: 2px 5px;
	}
	.top-business ul li {
		margin-bottom: 30px;
	}
	.entry-content table.info th {
		padding-top: 5px;
	}
	.entry-content table.info td {
		padding-bottom: 5px;
	}
}
@media screen and (max-width:380px){
	.site-footer {
		padding: 10px 0;
	}
	.site-footer .site-info img {
		margin-bottom: 5px;
	}
	.cr {
		padding-top: 15px;
	}
}
@media screen and (max-width:360px){
}