/*
Theme Name: miyagisendai-office
*/

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* commmon
---------------------------------------------------------------------------*/
html,body{
	min-width: 1040px;
	margin-top: 0;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.6em;
	background-color: white;
}
body{
	/*background-image: url(./images/cubes.png);*/
}
#top {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,figcaption{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align: bottom;
}
a{
	text-decoration: none;
	color: black;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.clear{
	clear:both;
}
.center{
	text-align: center;
}
.bold{
	font-weight:bold;
}
i{
	margin-right: 0.4em;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
h2 {
	letter-spacing: 4px;
	font-size: 1.8em;
	font-weight: normal;
	padding: 1rem 0;
	text-align: center;
	margin: 2rem 0;
	font-weight: 500;
}
h2::after{
	content: "";
	width: 3rem;
	border-bottom: 1px solid black;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
}
h3{
	font-size: 1.6rem;
	padding: 1rem 0;
	letter-spacing: 0.2rem;
}
h4{
	letter-spacing: 2px;
	margin: 1rem 0;
	font-weight: normal;
	padding: 1rem 0;
	font-size: 1.2rem;
	box-sizing: border-box;
	border-bottom: 2px solid;
}
.only-sp{
	display: none;
}
.only-pc{
	display: block;
}
.small{
	font-size:90%;
}




/*container
---------------------------------------------------------------------------*/
#container {
	position: relative;
	top: 180px;
}



/* header
---------------------------------------------------------------------------*/
#header {
	width: 1100px;
	position: relative;
	margin:0 auto;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
header {
	height: 180px;
	width:100%;
	position: fixed; 
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: white;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ccc;
	transition: .3s;
}
header #description {
	background-color: #166700;
	color: white;
}
header #description p {
	font-size: 0.6rem;
	width: 1100px;
	margin:0 auto;
}
#header #header-top{
	display: flex;
	align-items: center;
	height: 100px;
}
#header #logo {
	flex: 1;
}
#header #logo h1 {
}
#header #logo h1 a{
	display: block;
}
#header #logo h1 img{
	width: 260px;
}
#header #contact {
	text-align: right;
	line-height: 1rem;
	margin-right: 1rem;
	font-size: 0.7em;
	text-align: center;
	line-height: 1rem;
}
#header #contact #phone{
	float: right;
}
#header #contact #phone .number{
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	padding: 0.3rem 0;
}
#header #contact #phone .notice{
	font-size: 0.8em;
}

/* navi
---------------------------------------------------------------------------*/
#header #navi {
	clear: both;
	font-size: 0;
}
#header #navi p{
	margin-bottom: 4px;
}
#header #navi p a{
}
#header #navi p i{
	margin-right: 10px;
}
#header #navi ul#index{
	text-align: left;
	width: 100%;
}
#header #navi ul#index li{
	font-size: 1rem;
	font-weight: 400;
	display:inline-block; 
	border-right: 1px dotted black;
	width: calc(100% / 6);
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 1px;
}
#header #navi ul#index li:first-child {
	border-left: 1px dotted black;
}
#header #navi li a{
	display:block;
	color: black;
	text-decoration: none;
}
#header #navi li.stay a{
	color: #166700;
}
#header #navi .underline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#header #navi .underline a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #166700;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#header #navi .underline.stay a::after {
	transform: none;
}
#header #navi .underline a:hover{
	color: #166700;
}
#header #navi .underline a:hover::after {
	transform: scale(1, 1);
}


/*  sp-menu
---------------------------------------------------------------------------*/
header .menu-sp-btn {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 25px;
	right: 20px;
	width: 25px;
	height: 20px;
}
header .menu-sp-btn span {
	display: block;
	height: 3px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 6px;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
}
header .menu-sp-btn span:last-child {
	margin-bottom: 0;
}
header .menu-sp-btn.is-clicked span:first-child {
	-webkit-transform: translateY(9px) rotateZ(-135deg);
			-ms-transform: translateY(9px) rotate(-135deg);
					transform: translateY(9px) rotateZ(-135deg);
}
header .menu-sp-btn.is-clicked span:nth-child(2) {
	opacity: 0;
}
header .menu-sp-btn.is-clicked span:last-child {
	-webkit-transform: translateY(-9px) rotateZ(135deg);
			-ms-transform: translateY(-9px) rotate(135deg);
					transform: translateY(-9px) rotateZ(135deg);
}


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

	#header #navi ul#index li{
		text-align: left;
	}
	#header #navi ul#index li ul{
		position: relative;
		width: 100%;
		padding-top: 0;
		display: block !important;
	}
}


/* toppage
---------------------------------------------------------------------------*/
#slider{
	position: relative;
	top: 180px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#icatch{
	position: absolute;
	top: 180px;
	width: 100%;
}
#icatch p{
	width: 900px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px black;
	color: white;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 2px;
}
#icatch p span{
	font-size: 1.4rem;
}


/*main
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	font-size: 0.95rem;
}
.subpage .pagename h2 {
	padding: 4rem 0;
	color: white;
	background-size: cover;
	letter-spacing: 0.5rem;	
}
.subpage .pagename h2::after{
	content: "";
	border: none;
	margin: 0;
}
.subpage h3 {
	margin: 1rem 0 2rem 0;
	font-weight: normal;
	text-align: center;
	color: white;
	color: #166700;
	border-bottom: 3px solid #166700;
	padding: 1.6rem 0;
}



/* section
---------------------------------------------------------------------------*/
section{
	width:100%;
	clear: both;
	padding: 1.5rem 0;
}
section p+section{
	margin-top: 20px;
}
section .section-inner{
	clear: both;
	width: 1100px;
	margin:0 auto;
}


/* TOP調整
---------------------------------------------------------------------------*/
/* about */
section#about h2{
	text-align: left;
	padding-left: 80px;
	color: #166700;
}
section#about h2::after{
	margin: 0;
	margin-top: 2.5rem;
}
section#about p{
	text-align: left;
	padding-left: 80px;
}
section#about p.leadtext{
	font-weight: 500;
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
section#about .aboutbox{
	display: flex;
	align-items: center;
	margin-top: 4%;
	margin-bottom: 6%;
}
section#about .aboutbox img{
	border-radius: 10px;
	width: 420px;
}
section#works{
	/*background-color: aliceblue;*/
}
section#works ul{
	width: 100%;
	margin-top: 2%;
}
section#works ul li{
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 2%;
}
section#works ul li:nth-child(4n){
	margin-right: 0;
}
section#works ul li img{
	width: 100%;
}
section#company p{
	text-align: center;
}
section#service{
	background: url(images/27791_m.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
section#service ul{
	display: flex;
	gap: 3%;
}
section#service li{
	align-items: center;
	position: relative;
	background-color: white;
	width: 100%;
}
section#service li a{
}
section#service li h3{
	border-bottom: 1px solid;
	margin-bottom: 1rem;
	color: #166700;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 2px;
}
section#service li .photo{
	padding: 20px 20px 0 20px;
}
section#service li .photo img{
    border-radius: 10px;
	width: 100%;
}
section#service li .text{
	padding: 20px 40px 40px 40px;
}
section#service li .text i{
	font-size: 0.8rem;
	color: #166700;
}
section#company{
	padding-top: 60px;
	/*background: url(images/266963_m.jpg);*/
	background-size: cover;
	background-position: bottom;
}

section#news{
	padding-bottom: 100px;
	padding-top: 60px;
}
section#news ul.newsindex{
}
section#news ul.newsindex li:first-child{
	border-top: 1px dashed;
}
section#news ul.newsindex li{
	border-bottom: 1px dashed;
	padding: 20px 0;
	display: inline-flex;
	width: 100%;
}
section#news ul.newsindex li span.date{
	margin-right: 2rem;
}



/* 下層ページメイン画像
---------------------------------------------------------------------------*/
div.pagename h2 img{
	width: 30px;
	vertical-align: text-bottom;
	margin-right: 1rem;
}


/* 下層ページ
---------------------------------------------------------------------------*/
#main div.pagename{
	background-color: #F1F1F1;
}

dl.list{
	margin-bottom: 5rem;
}
dl.list dt{
}
dl.list dd{
	margin-bottom: 80px;
}
dl.list dd p{
	margin-bottom: 1rem;
}
dl.list dd.greeting{
	border: 1px solid;
}

section table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
}
section table th, section table td{
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}
section table th{
	width: 25%;
	text-align: center;
}




/* common
---------------------------------------------------------------------------*/
.disc li{
	margin-left: 2%;
	list-style-type: disc;
}
.tel{
	text-align: center;
	margin-top: 2rem;
}
.tel p:nth-child(2){
	font-size: 170%;
	font-weight: bold;
}
.link{
	font-size: 0.8rem;
	text-decoration: none;
	color: blue;
}
.link:hover{
	text-decoration: none;
}
.pageindex{
	margin: 2rem 0;
	width: 100%;
	float: left;
}
.pageindex li{
	width: 30%;
	text-align: center;
	float: left;
	margin: 1% 4% 3% 0;
	border: 1px solid black;
	background: white;
}
.pageindex li:nth-child(3), .pageindex li:nth-child(5){
	margin-right: 0;
}
.pageindex li:nth-child(4){
	margin-left: 17%;
}
.pageindex li a{
	padding: 1rem 0;
	display: block;
	margin: 1px;
}
.pageindex img{
	width: 90%;
	margin-bottom: 10px;
}
.service-title{
	padding-bottom: 2rem;
}
.service-title img{
	float:left;
	width:340px;
	margin-right:4rem;
}
dd.greeting{
	padding: 3rem 5rem;
}
.subpage section#intro{
	min-height: 356px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
}



/* company
---------------------------------------------------------------------------*/
.subpage.company section table tr:nth-child(even) th,
.subpage.company section table tr:nth-child(even) td{
	background: #f9f9f9;
}
.subpage.company .sign{
	margin-top: 2rem;
	text-align: right;
}


/* business
---------------------------------------------------------------------------*/
.subpage.business .photos{
	display: flex;
	gap: 20px;
	margin-top: 30px;
}
.subpage.business .photos img{
	max-width: 100%;
}
.subpage.business dd.career table{
	border-left: 1px solid #ccc;
	margin-bottom: 80px;
	min-width: 800px;
	font-size: 0.9rem;
}
.subpage.business dd.career table th{
	border-top: 1px solid #ccc;
	background: #f9f9f9;
	text-align: center;
	padding: 10px 20px;
	border-right: 1px solid #ccc;
}
.subpage.business dd.career table td{
	text-align: center;
	padding: 10px 20px;
	border-right: 1px solid #ccc;
}
.subpage.business dd.career table th:nth-child(2){
	width: 40%;
}
.subpage.business dd.career table th:nth-child(3){
	width: 15%;
}
.subpage.business dd.career table th:nth-child(4){
	width: 15%;
}
.subpage.business dd.career table th:nth-child(1),
.subpage.business dd.career table th:nth-child(2),
.subpage.business dd.career table td:nth-child(1),
.subpage.business dd.career table td:nth-child(2){
	text-align: left;
}
.subpage.business .summary{
	text-align: center;
	padding: 2rem;
	border: 1px solid;
}
.subpage.business .notice{
	text-align: right;
	font-size: 0.9rem;
}


/* download
---------------------------------------------------------------------------*/
.subpage.download .files{
	display: flex;
	gap: 50px;
}
.subpage.download .files .file{
	border: 1px solid;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.subpage.download .files .fname{
	text-align: center;
}
.subpage.download .files img{
	max-width: 100%;
	margin-bottom: 1rem;
}
.subpage.download .files .link a{
	color: white;
	background: #166700;
	padding: 5px 30px;
	border-radius: 5px;	
}
.subpage.download .files .link a:hover{
	background: #169900;
}

/* recruit
---------------------------------------------------------------------------*/
.subpage.recruit .wrap{
	border: 1px solid;
	padding: 50px;
	text-align: center;
    margin-bottom: 80px;
}





/* footer
---------------------------------------------------------------------------*/
#footer {
	width:100%;
	clear: both;
	text-align: left;
	line-height:1.5em;
	font-size:0.85em;
	background-color: white;
	margin-top: 10rem;
}
#footer-inner {
	width: 1100px;
	margin:0 auto;
	padding: 3rem 0;
}
#footer-company{
	clear:both;
	font-size: 0.7rem;
	line-height: 1.5em;
	padding-top: 3rem;
	text-align: center;
}
#footer .copy {
	clear:both;
	width:100%;
	text-align: center;
	display:block;
	font-size: 0.6rem;
	padding:0.5rem 0;
	background-color: white;
}
#footer #sitemap {
	float: left;
	margin-bottom: 2rem;
	width: 100%;
}
#footer #sitemap a{
	color: black;
}
#footer #sitemap ul{
	display: flex;
	justify-content: center;
}
#footer #sitemap ul li{
	float: left;
	width: 14%;
	text-align: center;
}
#footer #sitemap ul li i{
	color: #166700;
}
#footer #sitemap ul li p{
	font-weight:bold;
	margin-bottom: 0.5rem;
}
#footer #sitemap ul li ul li{
	float: none;
	width: 100%;
	font-size: 90%;
}
#footer-company img{
	width: 200px;
	margin-bottom: 20px;
}


/* topback
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	margin:0;
	z-index:100;
	display:none;
}
#page-top a {
	color: #166700;
	text-align: center;
	display: block;
	margin:0;
	font-size: 250%;
}
#page-top a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}




/* navi
---------------------------------------------------------------------------*/
@media print, screen  and (min-width: 768px){
	#navi ul#index{
		display:block !important;
	}
	a#menu{display:none;}
}


/*===============================================
 狭いブラウザとタブレット向け
===============================================*/
@media (max-width: 1100px) and (min-width: 768px) {

	#header,
	header #description p,
	section .section-inner,
	#footer-inner{
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
	html,body{
		min-width: 100%;
	}
	section .section-inner{
		padding: 0 40px;
		box-sizing: border-box;
	}
	.subpage.business dd.career table{
		min-width: 100%;
	}
	#icatch p{
		width: 90%;
	}
	section#about .aboutbox img {
		width: 270px;
	}
}



/*===============================================
 スマホ：画面の横幅が767pxまで
===============================================*/
@media only screen and (max-width:767px){
	/*common 
	---------------------------------------------------------------------------*/
	html,body{ 
		width:100%; 
		min-width: 300px;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	h2 {
		font-size: 1.4em;
	}
	h3{
		font-size: 1.3rem;
	}
	h4{
		font-size: 1.2rem;
	}
	.only-sp{
		display: block;
	}
	.only-pc{
		display: none;
	}
	#main{
		width:100%;
		float:none;
		clear:both;
		padding-bottom: 0;
	}
	#container{
		width:100%;
		float:none;
		clear:both;
		top: 70px;
	}
	#contents{
		float:none;
		clear:both;
		margin:0px;
	}
	.scroll{
		overflow: scroll;
	}
	
	/* header
	---------------------------------------------------------------------------*/
	header{
		height: 70px;
	}
	#header{
		width:100%;
		padding-bottom:0px;
		z-index:0;
		clear:both;
		margin:0;
	}
	#header #logo h1{
		top: 15px;
	}
	#header #navi{
		width: 100%;
		top: 25px;
	}
	header #description{
		display: none;
	}
	#header #navi ul#index{
		position: relative;
		border-top: 1px solid #ccc;
	}
	#header #navi ul#index li{
		display:block;
		margin-left: 0;
		font-weight: normal;
		padding: 0;
		width: 100%;
	}
	#header #navi ul#index li:first-child{
		border: none;
	}
	#header #logo{
		margin-left: 15px;
	}
	#header #logo h1 img{
		width: 200px;
	}
	#header #contact{
		display: none;
	}

	/* navigation
	---------------------------------------------------------------------------*/
	#menu{
		display: block;
	}
	#navi{
		z-index:100;
		clear:both;
		padding:0;
		position:relative;
		width:100%;
	}
	#navi a{
		font-size: 100%;
	}
	#navi a.menu{
		display:block;
		font-weight: bold;
		text-align:left;
		top:-62px;
		right:15px;
		position:absolute;
		width:50px;
		right: 20px;
	}
	#navi a#menu span{padding-left:10px;}
	#navi a#menu:hover{cursor:pointer;}
	#navi ul#index{
		display: none;
		width:100%;
		position:absolute;
		right: 0;
		top:0px;
		z-index:100;
	}
	#navi ul#index li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
		background-color: white;
		background: rgba(255,255,255,0.9);
	}
	#navi ul#index li a,#navi ul#index li.current-menu-item li a{
		display: block;
		padding:10px 5px 10px  10px ;
		text-align:left;
		border-bottom:1px dashed #ccc;
	}
	#navi ul#index li a img{display:none;}
	#navi div.panel{float:none;}

	/* sp-menu
	---------------------------------------------------------------------------*/
	header .menu-sp-btn {
		display: block;
	}
	header .menu-sp-btn span {
		background-color: #166700;
	}

	/* sp-nav
	---------------------------------------------------------------------------*/
	nav.sp-menu{
		position: absolute;
		width: 100%;
		top: 70px;
		left: 100%;
		z-index: 1;
		padding: 0;
		background-color: #00326F;
		-webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
		box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background-color: rgba( 0, 0, 0, 0.7 );
	}
	nav.sp-menu.is-displayed {
		left: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	nav.sp-menu ul li{
		text-align: center;
		border-bottom: 1px solid white;
	}
	nav.sp-menu ul li a{
		color: white;
		display:block;
		padding: 8px 0;
	}
	nav.sp-menu ul li a span{
		display: block;
		font-size: 70%;
		line-height: 1;
	}
	header li.login a{
		border: 0;
	}
	#header #header-top{
		height: 70px;
	}

	/*slider
	---------------------------------------------------------------------------*/
	#slider{
		top: 70px;
	}
	.slick-box img{
		width: 320px;
	}
		
	/*icatch
	---------------------------------------------------------------------------*/
	#icatch{
		top: 30px;
		left: 20px;
		height: auto;
		width: auto;
	}
	#icatch p{
		width: 100%;
		font-size: 1rem;
		line-height: 2rem;
	}
	#icatch p span {
		font-size: 1rem;
	}

	/*section
	---------------------------------------------------------------------------*/
	section{
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding: 0;
	}
	section .section-inner{
		width: 90%;
		padding: 0;
	}
	section table.responsive th, section table.responsive td{
		padding: 0.5rem 0;
		display: block;
		border-bottom: 0;
		width: 100%;
	}
	section table th{
		background-color: #eee;
	}

	#sub-main{
		top: 80px;
	}

	/*topback
	---------------------------------------------------------------------------*/
	#page-top {
		position: fixed;
		bottom:0;
		right: 10px;
		margin:0;
		z-index:100;
	}
	#page-top a {
		text-decoration: none;
		text-align: center;
		display: block;
		margin:0;
	}
	#page-top img {
		width: 40px;
	}

	/*footer
	---------------------------------------------------------------------------*/
	#footer{
		width:100%; 
		font-size:80%;
		display:inline-block;
		clear:both;
		margin-top:140px;
	}
	#footer-inner{
		width: 100%;
		padding: 0;
	}
	#footer #sitemap{
		margin-bottom: 0;
	}
	#footer #sitemap ul{
		flex-direction: column;
	}
	#footer #sitemap ul li{
		width: 100%;
		border-bottom: 1px solid white;
		box-sizing: border-box;
		padding: 10px;
	}
	#footer-company{
		margin-left: 0;
		padding-bottom: 3rem;
	}

	/*各ページ調整用
	---------------------------------------------------------------------------*/
	dl.list dd.greeting{
		border: 0;
	}
	dd.greeting{
		padding: 0;
	}
	/* toppage
	---------------------------------------------------------------------------*/
	.toppage section#about h2{
		padding-left: 0;
		text-align: center;
	}
	.toppage section#about h2:after{
		margin: 0 auto;
		margin-top: 2.5rem;
	}
	.toppage section#about .aboutbox{
		flex-direction: column-reverse;
		gap: 30px;
	}
	.toppage section#about p{
		padding-left: 0;
		font-size: 1.1rem;
	}
	.toppage section#about .aboutbox img{
		max-width: 100%;
	}
	.toppage section#service ul{
		flex-direction: column;
		gap: 30px;
	}
	.toppage section#service li{
		display: flex;
	}
	.toppage section#service li .photo{
		width: 40%;
		padding: 20px;
	}
	.toppage section#service li .text{
		width: 60%;
		padding: 20px;
	}
	.toppage section#service li h3{
		font-size: 1.1rem;
	}
	.toppage section#news ul.newsindex li{
		flex-direction: column;
	}
	.toppage section#news ul.newsindex li span.date{
		margin-right: 0;
		margin-bottom: 0.5rem;
		font-size: 0.8rem;
	}
	/* company
	---------------------------------------------------------------------------*/
	.subpage.company section table tr:nth-child(even) th{
		background-color: #eee;
	}
	.subpage.company section table tr:nth-child(even) td{
		background-color: white;
	}
	.subpage.company section table th{
		text-align: left;
		font-weight: normal;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 10px;
		font-size: 0.9rem;
	}
	.subpage.company section table td{
		padding: 13px;
		font-size: 0.9rem;
		border-right: 1px solid #ccc;
	}
	.subpage.company section table tr:first-child td{
		border-top: 1px solid #ccc;
	}

	/* business
	---------------------------------------------------------------------------*/
	.subpage.business .summary{
		padding: 0;
		border: 0;
		text-align: left;
	}
	.subpage.business .photos{
		flex-direction: column;
	}

	/* download
	---------------------------------------------------------------------------*/
	.subpage.download .files{
		flex-direction: column;
	}

	/* recruit
	---------------------------------------------------------------------------*/
	.subpage.recruit .wrap{
		padding: 0;
		text-align: left;
		border: 0;
	}
}



/*印刷調整
---------------------------------------------------------------------------*/
@media print {
	header{
		position: absolute;
	}
	#slider{
		background: url(images/icatch01.jpg) no-repeat center center;
		height: 400px;
	}
	.slick-box{
		display:none;
	}
}

