/*
Theme Name: miyagisendai-office
*/

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

/* commmon
---------------------------------------------------------------------------*/
html,body{
	margin-top: 0;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.05rem;
	line-height: 2rem;
	background-color: white;
	letter-spacing: 1px;
}
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%;
	font-weight: normal;
}
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 {
	font-size: 1.8em;
	padding: 1rem 0;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
	letter-spacing: 2px;
}
h3{
	font-size: 1.2rem;
	padding: 1rem 0;
	letter-spacing: 0.2rem;	
}
h4{
	margin: 1rem 0;
	font-weight: bold;
}
.only-sp{
	display: none;
}
.only-pc{
	display: block;
}
.small{
	font-size:90%;
}
.table-scroll {
	overflow-x: auto;
}



/* header
---------------------------------------------------------------------------*/
header {
	height: 150px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: white;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
}
header #description {
	height: 20px;
	display: flex;
	align-items: anchor-center;
}
header #description p {
	font-size: 0.6rem;
	width: 80.96vw;
	margin: 0 auto;
}
header #header {
	width: 80.96vw;
	position: relative;
	margin: 0 auto;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	display: flex;
	margin-top: 24px;
}
header #header #logo {
	flex-grow: 1;
}
header #header #logo h1 {
	position: relative;
	left: 0;
	top: 0;
}
header #header #logo h1 img{
	width: 260px;
}
header #header #contact {
	flex-grow: 1;
	font-size: 0.7em;
	text-align: right;
}
header #header #contact a{
	padding: 10px 40px;
	background: #6FBA2C;
	color: white;
}
header #header #contact #address{
	display: flex;
	line-height: 1.2rem;
    justify-content: flex-end;
    align-items: anchor-center;
    gap: 40px;
    font-size: 0.8rem;
}
header #header #contact #address #phone{
    font-size: 1.1rem;
}
header #header #contact #address #phone i{
    font-size: 0.9rem;
}



/* navi
---------------------------------------------------------------------------*/
header #navi {
	clear: both;
	top: 24px;
	font-size: 0;
	position: relative;
	margin: 0 auto;	
	justify-content: space-evenly;
	align-items: center;
	width: 80.96vw;
}
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%;
	white-space: nowrap;
}
header #navi ul#index li{
	font-size: 0.9rem;
	display:inline-block; 
	width: calc(100% / 6);
	text-align: center;
	box-sizing: border-box;
	border-right: 1px dotted black;
}
header #navi ul#index li:first-child{
	border-left: 1px dotted black;
}
header #navi li a{
	display:block;
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
}
header #navi li a:hover{
	color: #6FBA2C;
}
header #navi li.stay a{
	color: #6FBA2C;
}
header #navi .underline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
header #navi .underline a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #6FBA2C;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
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;
	}
}



/* main
---------------------------------------------------------------------------*/
main {
	position: relative;
	top: 150px;
}





/* section
---------------------------------------------------------------------------*/
section{
	width:100%;
	clear: both;
	padding: 1.5rem 0;
}
section p+section{
	margin-top: 20px;
}
section .section-inner{
	margin: 0 auto;
	justify-content: space-evenly;
	align-items: center;
	width: 80.96vw;
}



/* icatch
---------------------------------------------------------------------------*/
#toppage #icatch{
	line-height: 3rem;
	background-position: top;
	background: black;
	width: 100%;
	height: calc(100vh - 150px);
	box-sizing: border-box;
	padding: 0px;
	margin: 0;
}
#toppage #icatch .box {
	margin: 0 auto;
	width: 100%;
	display: flex;
	height: calc(100vh - 150px);
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#toppage #icatch .box p{
	margin: 0 auto;
	text-shadow: 1px 1px 1px black;
	color: white;
}
#toppage #icatch .box p.text{
	font-size: 2rem;
	margin-bottom: 2rem;
}
#toppage #icatch .box p.company{
	font-size: 2rem;
	letter-spacing: 5px;
}
#toppage #icatch .box p.company span{
	font-size: 1.6rem;
	margin-right: 1rem;
	letter-spacing: 2px;
}




/* トップページ
---------------------------------------------------------------------------*/
#toppage h2::after{
	content: "";
	width: 3rem;
	border-bottom: 2px solid #6FBA2C;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
}
#toppage #about{
	margin: 100px 0 40px 0;
	position: relative;
	z-index: 0;
}
#toppage #about .aboutbox{
	display: flex;
	gap: 5%;
    align-items: center;
}
#toppage #about .aboutbox .title span{
	font-size: 1.2rem;
	margin-right: 1rem;
}
#toppage #about .aboutbox .summary{
	width: 65%;
}
#toppage #about .aboutbox .photo{
	width: 30%;
}
#toppage #about .aboutbox .photo img{
	border-radius: 10px;
	width: 100%;
}
#toppage #about p{
	text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
}
#toppage #about p.title{
	font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#toppage #about p.leadtext{
	font-size: 1.4rem;
    margin-bottom: 1.5rem;
	border-bottom: 2px solid #6FBA2C;
	padding-bottom: 1rem;
    font-weight: 500;
}
#toppage #service{
	padding: 50px 0 100px 0;
	background: #eee;
}
#toppage #service h3{
	font-size: 0.9rem;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
}
#toppage #service ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
#toppage #service li{
	padding: 30px;
	position: relative;
	background: white;
	width: 31.5%;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
#toppage #service li .service-box{
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 0.9rem;
	flex-direction: column;
	line-height: 1.8rem;
}
#toppage #service li .service-box .title{
	flex: 1;
	color: #6FBA2C;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
}
#toppage #service li .service-box .title span{
	margin-right: 1rem;
	font-size: 2rem;
}
#toppage #service li img{
	max-width: 100%;
}
#toppage #service .detail{
	text-align: center;
}
#toppage #service .detail a{
	background: #6FBA2C;
	color: white;
	padding: 1rem 4rem;
	border-radius: 15px;
	font-size: 1.2rem;
	display: inline-block;
}
#toppage #service .detail a:hover{
}




/*---------------------------------------------------------------------------*/
#toppage #service2{
	padding: 50px 0 100px 0;
	background: #eee;
}
#toppage #service2 h3{
	font-size: 0.9rem;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
}
#toppage #service2 .photo-text{
	display: flex;
	gap: 5%;
	margin-bottom: 40px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: white;
    padding: 50px;
    align-items: center;
}
#toppage #service2 .photo-text .photo-box{
	width: 50%;
}
#toppage #service2 .photo-text .photo-box img{
	max-width: 100%;
}
#toppage #service2 .photo-text .text-box{
	width: 45%;
}
#toppage #service2 .photo-text .text-box li{
	margin: 15px 0;
	border-bottom: 1px solid;
	padding-left: 50px;
}
#toppage #service2 .photo-text .text-box li i{
	color: #6FBA2C;
}
#toppage #service2 .detail{
	text-align: center;
}
#toppage #service2 .detail a{
	background: #6FBA2C;
	color: white;
	padding: 1rem 4rem;
	border-radius: 15px;
	font-size: 1.2rem;
	display: inline-block;
}
#toppage #service2 .detail a:hover{
}
@media only screen and (max-width:767px){
	#toppage #service2 .photo-text{
		flex-direction: column;
		padding: 20px;
	}
	#toppage #service2 .photo-text .photo-box,
	#toppage #service2 .photo-text .text-box{
		width: 100%;
	}
}
/*---------------------------------------------------------------------------*/




#toppage #item{
	padding: 50px 0 100px 0;
    background: url(/images/slide05.jpg);
    background-size: cover;
    background-position-y: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
#toppage #item h2{
	color: white;
}
#toppage #item h3{
	font-size: 0.9rem;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
}
#toppage #item ul{
	display: flex;
	justify-content: space-around;
	padding-bottom: 50px;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
#toppage #item li{
	padding: 30px;
	position: relative;
	background: white;
	width: 31%;
	box-sizing: border-box;
    border: 1px solid black;
    border-radius: 10px;
}
#toppage #item li .item-box{
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 0.9rem;
	flex-direction: column;
	line-height: 1.8rem;
}
#toppage #item li .item-box .title{
	flex: 1;
	color: #6FBA2C;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
}
#toppage #item li .item-box .type{
	font-size: 0.8rem;
	background: #6FBA2C;
	color: white;
    width: 100%;
    text-align: center;
}
#toppage #item li img{
	max-width: 100%;
}
#toppage #item .detail{
	text-align: center;
}
#toppage #item .detail a{
	background: #6FBA2C;
	color: white;
	padding: 1rem 4rem;
	border-radius: 15px;
	font-size: 1.2rem;
	display: inline-block;
}
#toppage #item .detail a:hover{
}
#toppage #company {
	padding: 50px 0;
}
#toppage #company ul{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}
#toppage #company li{
	text-align: center;
	font-size: 0.9rem;
}
#toppage #company li i{
	color: #6FBA2C;
}
#toppage #company li img{
	width: 100%;
	margin-bottom: 5px;
}
#toppage #company li a:hover p{
	transition : 0.3s;
	color: #6FBA2C;
}
#toppage #company li a:hover img{
	transition : 0.3s;
	opacity: 0.5;
}
#toppage #news{
	padding: 50px 0;
    margin-bottom: 100px;
}
#toppage #news ul{
}
#toppage #news ul li:first-child{
	border-top: 1px dashed;
}
#toppage #news ul li{
	border-bottom: 1px dashed;
	padding: 10px;
	display: flex;
}
#toppage #news ul li i{
	color: #6FBA2C;
	font-size: 0.8rem;
}
#toppage #news ul li .date{
	width: 160px;
}
#toppage #news ul li .text{
	flex: 1;
}
#toppage #news ul li .text p{
	padding-bottom: 5px;
}
#toppage #news ul li .text img{
	width: 400px;
}
@media only screen and (max-width:767px){
	#toppage #news ul li .text img{
		width: 100%;
	}
}


/* 下層ページ共通
---------------------------------------------------------------------------*/
#subpage h2{
	margin: 0;
	padding: 0;
	letter-spacing: 6px;
}
#subpage h3{
	font-size: 1.6rem;
	padding: 1rem 1rem;
	letter-spacing: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 3rem;
	text-align: center;
	background-image: radial-gradient(#ddd 30%, transparent 30%);
	background-image: radial-gradient(#ddd 30%, transparent 30%);
	background-size: 4px 4px;
}
#subpage h4{
	margin: 1rem 0;
	font-weight: bold;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	text-align: center;
}
section table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
	border-top: 1px solid #ccc;
}
section table th, section table td{
	border-bottom: 1px solid #ccc;
	padding: 1rem;
    line-height: 1.6rem;
    font-size: 1rem;
}
section table th{
	width: 25%;
	text-align: center;
	font-weight: normal;
	background: #eee;
	font-size: 0.9rem;
}
#subpage .pagetitle{
	position: relative;
	height: 200px;
	margin-bottom: 40px;
}
#subpage .pagetitle::before{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#subpage .pagetitle .text{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
}
#subpage #company .pagetitle{
	background: url(/images/subpage-company.jpg) no-repeat center center;
	background-size: cover;
}
#subpage #works .pagetitle{
	background: url(/images/subpage-works.jpg) no-repeat center center;
	background-size: cover;
}
#subpage #contact .pagetitle{
	background: url(/images/subpage-contact.jpg) no-repeat center center;
	background-size: cover;
}
#subpage #recruit .pagetitle{
	background: url(/images/subpage-recruit.jpg) no-repeat center center;
	background-size: cover;
}
#subpage #item .pagetitle{
	background: url(/images/subpage-item.jpg) no-repeat center center;
	background-size: cover;
}
#subpage #about .pagetitle{
	background: url(/images/subpage-about.jpg) no-repeat center -450px;
	background-size: cover;
}

#subpage .pagetitle h2{
    font-size: 1.4rem;
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    width: 260px;
    margin: 0 auto;
}
#subpage section{
	padding-bottom: 100px;
}
#subpage ul.photo{
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}
#subpage ul.photo li{
	padding: 0;
}
#subpage ul.photo li img{
	max-width: 100%;
	border-radius: 10px;
}


/* company
---------------------------------------------------------------------------*/
#subpage #company .greeting{
	display: flex;
}
#subpage #company .greeting .photo{
	width: 46%;
	text-align: center;
	padding-left: 50px;
}
#subpage #company .greeting .photo span{
	text-align: right;
}
#subpage #company .greeting .message{
	width: 54%;
}
#subpage #company .greeting .message p{
	margin-bottom: 1rem;
    text-indent: 1rem;
}
#subpage #company .greeting img{
	width: 100%;
	border-radius: 50px;
	margin-bottom: 0.5rem;
}
#subpage #company .greeting .sign{
	text-align: center;
	margin-top: 0.2rem;
}
#subpage #company .greeting .sign span{
	font-size: 0.9rem;
}
#subpage #company #company-outline table{
	margin-bottom: 50px;
}




/* item
---------------------------------------------------------------------------*/
#subpage #item .item-box{
	display: flex;
	gap: 5%;
	align-items: center;
    margin-bottom: 80px;
    border: 1px solid;
    padding: 50px;
}
#subpage #item .item-box .photo{
	width: 40%;
}
#subpage #item .item-box .photo img{
	width: 100%;
}
#subpage #item .item-box .summary{
	width: 55%;
}
#subpage #item .item-box .summary .name{
	color: #6FBA2C;
	font-size: 2.6rem;
	text-align: center;
	margin: 2rem 0;
}
#subpage #item .item-box .summary .purpose{
	background: #6FBA2C;
	color: white;
	text-align: center;
}
#subpage #item .item-box .summary .leadtext{
	text-align: center;
	margin-bottom: 1rem;
}
#subpage #item .item-box .spec{
    font-size: 1.6rem;
    font-style: italic;
	text-align: center;
}
#subpage #item .item-box .spec span{
	font-size: 1rem;
	margin-right: 1rem;
}
#subpage #item .item-box .speed{
	text-align: center;
	margin-bottom: 1rem;
    font-style: italic;
    font-size: 1.6rem;
}
#subpage #item .item-box .speed span{
	font-size: 1rem;
	margin-right: 1rem;
}
#subpage #item .item-box .speed span.small{
	font-size: 0.9rem;
}
#subpage #item .item-box .detail{
	padding: 20px;
	column-count: 2;
    background: #eee;
}
#subpage #item .item-box .detail li{
	font-size: 0.85rem;
	line-height: 1.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
#subpage #item .item-box .detail li:before{
	content:'\f058';
	font-family: 'Font Awesome 5 Free';
	color: #6FBA2C;
	margin-right:5px;
}
#subpage #item .item-box .download{
	text-align: center;
	font-size: 0.9rem;
}
#subpage #item .item-box .download ul{
	display: flex;
    justify-content: center;
	gap: 50px;
}
#subpage #item .item-box .download ul li{
}
#subpage #item .item-box .download ul li a{
	text-decoration: underline;
}
@media only screen and (max-width:767px){

	#subpage #item .item-box{
		padding: 0;
		flex-direction: column-reverse;
		padding: 20px;
	}
	#subpage #item .item-box .photo,
	#subpage #item .item-box .summary{
		width: 100%;
	}
	#subpage #item .item-box .summary .name{
		font-size: 1.6rem;
	}
	#subpage #item .item-box .summary .purpose{
		font-size: 0.9rem;
	}
	#subpage #item .item-box .detail {
		column-count: 1;
	}
	#subpage #item .item-box .summary .leadtext{
		font-size: 0.9rem;
	}
	#subpage #item .item-box .spec{
		font-size: 1.2rem;
	}
	#subpage #item .item-box .speed .title{
		display: block;
	    text-align: le;
	    margin-top: 1rem;
	    margin-right: 0;
	    border-bottom: 1px solid;
	    margin-bottom: 0.5rem;
	}
}


/* about
---------------------------------------------------------------------------*/
#subpage #about #feature .intro{
	margin-bottom: 4rem;
	display: flex;
	gap: 5%;
	align-items: center;
}
#subpage #about #feature .intro .photo{
	width: 40%;
}
#subpage #about #feature .intro .photo img{
	width: 100%;
    border-radius: 20px;
}
#subpage #about #feature .intro .text{
	width: 55%;
}
#subpage #about #feature .feature-index li{
	border-bottom: 1px solid;
	padding: 40px 50px;
}
#subpage #about #feature .feature-index li:first-child{
	border-top: 1px solid;
}
#subpage #about #feature .feature-index .feature-box{
	display: flex;
	flex-direction: row-reverse;
	gap: 10%;
	align-items: center;
}
#subpage #about #feature .feature-index .feature-box .photo{
	width: 30%;
}
#subpage #about #feature .feature-index .feature-box .photo img{
	width: 100%;
    border-radius: 20px;
}
#subpage #about #feature .feature-index .feature-box .text{
	width: 60%;
}
#subpage #about #feature .feature-index .feature-box .title{
	color: #6FBA2C;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	margin-bottom: 2rem;
}
#subpage #about #feature .feature-index .feature-box .title span{
	margin-right: 3rem;
	font-size: 3rem;
	font-style: italic;
}


#subpage #about #flowchart .intro{
	margin-bottom: 4rem;
}
#subpage #about #flowchart .intro .text{
	text-align: center;
}
#subpage #about #flowchart .flowchart-index li{
	border-bottom: 1px solid;
	padding: 40px 50px;
}
#subpage #about #flowchart .flowchart-index li:first-child{
	border-top: 1px solid;
}
#subpage #about #flowchart .flowchart-index .flowchart-box{
	display: flex;
	gap: 10%;
	align-items: center;
}
#subpage #about #flowchart .flowchart-index .flowchart-box .photo{
	width: 30%;
}
#subpage #about #flowchart .flowchart-index .flowchart-box .photo img{
	width: 100%;
    border-radius: 20px;
}
#subpage #about #flowchart .flowchart-index .flowchart-box .text{
	width: 60%;
}
#subpage #about #flowchart .flowchart-index .flowchart-box .title{
	color: #6FBA2C;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	margin-bottom: 2rem;
}
#subpage #about .flowchart-index .flowchart-box .title span{
	margin-right: 3rem;
	font-size: 3rem;
	font-style: italic;
}



@media only screen and (max-width:767px){
	#subpage #about .pagetitle {
		background: url(/images/subpage-about.jpg) no-repeat center center;
		background-size: cover;
	}
	#subpage #about #feature .intro{
		border: 0;
		padding: 0;
		flex-direction: column;
		gap: 10%;
	}
	#subpage #about #feature .intro .photo,
	#subpage #about #feature .intro .text{
		width: 100%;
	}
	#subpage #about #feature .intro .photo{
		margin-bottom: 2rem;
	}
	#subpage #about #feature .feature-index li{
	    padding: 20px;
	}
	#subpage #about #feature .feature-index .feature-box,
	#subpage #about #feature .feature-index li:nth-child(even) .feature-box{
		flex-direction: column;
	}
	#subpage #about #feature .feature-index .feature-box .photo,
	#subpage #about #feature .feature-index .feature-box .text{
		width: 100%;
	}
	#subpage #about #feature .feature-index .feature-box .photo{
		margin-bottom: 2rem;
	}
	#subpage #about #feature .feature-index .feature-box .title {
		font-size: 1.2rem;
	}
	#subpage #about #feature .feature-index .feature-box .title span {
		margin-right: 2rem;
		font-size: 1.6rem;
	}

	#subpage #about #flowchart .flowchart-index li{
	    padding: 20px;
	}
	#subpage #about #flowchart .flowchart-index .flowchart-box,
	#subpage #about #flowchart .flowchart-index li:nth-child(even) .flowchart-box{
		flex-direction: column;
	}
	#subpage #about #flowchart .flowchart-index .flowchart-box .photo,
	#subpage #about #flowchart .flowchart-index .flowchart-box .text{
		width: 100%;
	}
	#subpage #about #flowchart .flowchart-index .flowchart-box .photo{
		margin-bottom: 2rem;
	}
	#subpage #about #flowchart .flowchart-index .flowchart-box .title {
		font-size: 1.2rem;
	}
	#subpage #about #flowchart .flowchart-index .flowchart-box .title span {
		margin-right: 2rem;
		font-size: 1.6rem;
	}

}



/* works
---------------------------------------------------------------------------*/
#subpage #works #works-index table{
	margin-bottom: 50px;
}
#subpage #works #works-index table th{
	font-size: 0.8rem;
}
#subpage #works #works-index table td{
	font-size: 0.9rem;
}
#subpage #works #works-index table th:nth-child(1){
	width: 8%;
}
#subpage #works #works-index table th:nth-child(2){
	text-align: left;
}
#subpage #works #works-index table th:nth-child(3){
	width: 10%;
	text-align: left;
}
#subpage #works #works-index table td:nth-child(1){
	text-align: center;
}
#subpage #works #works-index table td:nth-child(3){
	text-align: left;
}

@media only screen and (max-width:767px){
	section#works-index table.responsive td{
		margin: 0;
	}
	#subpage #works #works-index table th{
		display: none;
	}
	#subpage #works #works-index table td:nth-child(1),
	#subpage #works #works-index table td:nth-child(3){
		text-align: left;
		font-size: 0.9rem;
	}
	#subpage #works #works-index table td:nth-child(2){
		padding: 0.2rem 0;
		font-size: 1rem;
	}
	section#works-index table.responsive th, section#works-index  table.responsive td{
		padding: 0;
	}
	#subpage #works #works-index table tr{
		display: block;
		border-bottom: 1px solid;
		padding: 1rem 0;
	}
}







/* contact
---------------------------------------------------------------------------*/
#contact form .attention{
	font-size: 0.8rem;
	margin-left: 1rem;
}
#contact form .email{
	width: 70%;
}
#contact form .otoiawase,
#contact form .privacy{
	width: 70%;
}
#contact form .hissu{
	background: red;
	color: white;
	font-size: 0.7rem;
	padding: 0 3px;
	border-radius: 5px;
	float: right;
	line-height: 1rem;
}
#contact .message{
	text-align: center;
	margin-bottom: 2rem;
}
#contact .error{
	border: 1px solid red;
	padding: 30px;
	margin-bottom: 30px;
}
#contact .error li{
	color: red;
	list-style: disc;
	margin-left: 1rem;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
#contact .btn{
	margin: 2rem 0;
	text-align: center;
}
#contact .privacy-agreement{
	margin-bottom: 1rem;
	font-size: 0.9rem;
}
#contact .btn input{
	padding: 5px 40px;
	font-size: 1rem;
}
@media only screen and (max-width:767px){
	#contact form .attention{
		display: inline-block;
		margin-left: 0;
	}
	#contact form .hissu{
		float: none;
		margin-left: 1rem;
	}
	#contact form .email,
	#contact form .otoiawase,
	#contact form .privacy{
		width: 96%;
	}
	#contact .message{
		text-align: left;
	}

}



/* footer-contact
---------------------------------------------------------------------------*/
#subpage #footer-contact{
	margin-top: 50px;
}
#footer-contact{
	background: url(/images/footbox-bg.jpg);
	padding: 100px 0;
	background-size: cover;
	background-position-y: center;
	margin-bottom: 0;
}
#footer-contact .contact-box{
	display: inline-block;
	border: 2px solid white;
	padding: 50px;
}
#footer-contact p{
	color: white;
	text-align: center;
}
#footer-contact p:first-child{
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
#footer-contact p a{
	color: white;
	background: #6FBA2C;
	padding: 10px 50px;
	font-size: 1rem;
}
@media only screen and (max-width:767px){
	#footer-contact{
		margin-bottom: 0;
        padding: 40px 0;
        background-position-x: 480px;
	}
	#footer-contact p:first-child{
		font-size: 1.2rem;
	}
}




/* footer
---------------------------------------------------------------------------*/
#footer {
	position: relative;
	top: 150px;
	width:100%;
	clear: both;
	text-align: left;
	line-height:1.5em;
	font-size:0.85em;
	background-color: #eee;
}
#footer-inner {
	margin: 0 auto;
	justify-content: space-evenly;
	align-items: center;
	width: 80.96vw;
	padding: 3rem 0;
}
#footer-company{
	border-top: 1px solid #ccc;
	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: space-around;
}
#footer #sitemap ul li{
	float: left;
	text-align: center;
}
#footer #sitemap ul li p{
	font-weight:bold;
	margin-bottom: 0.5rem;
}
#footer #sitemap ul li i{
	color: #6FBA2C;
}
#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: #6FBA2C;
	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;}
}



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

	#header,
	header #navi,
	section .section-inner{
		width: 90vw;
	}
	header #navi ul#index,
	header #navi ul#index li {
		border: 0;
	}
	header #navi ul#index li {
		font-size: 0.7rem;
	}
	#toppage #icatch,
	#toppage #icatch .box{
		height: 600px !important;
	}
	#toppage #icatch .box p:first-child{
		font-size: 2rem;
	}
	#toppage #about .aboutbox .summary{
		padding: 0;
		padding-right: 60px;
	}
	#footer #sitemap{
		padding: 20px 0;
		margin-bottom: 0;
	}
	#footer-company{
		padding: 20px 0;
	}
	#toppage #about p.leadtext{
		font-size: 1.3rem;
	}
	#footer-inner{
		padding: 0;
	}
	header #header #contact{
		display: none;
	}
	h2{
		font-size: 1.4em;
	}
	#footer #sitemap ul li {
    	font-size: 0.8rem;
	}

	/*service
	---------------------------------------------------------------------------*/
	#subpage #service .service-box{
		flex-direction: column;
	}
	#subpage #service .service-box .photo{
		width: 100%;
		margin-bottom: 2rem;
	}
	#subpage #service .service-box .text{
		width: 100%;
		padding: 0;
	}
	#subpage #service .service-box .text .title{
		font-size: 1.3rem;
	}

	/*sustainability
	---------------------------------------------------------------------------*/
	#subpage #sustainability .message-box{
		gap: 30px;
	}
	#subpage #sustainability .message-box .photo {
    	width: 200px;
	}
}



/*===============================================
 スマホ：画面の横幅が767pxまで
===============================================*/
@media only screen and (max-width:767px){
	/*common 
	---------------------------------------------------------------------------*/
	html,body{ 
		width:100%; 
		min-width: 300px;
		line-height: 1.8rem;
		font-size: 1rem;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	h2 {
		font-size: 1.2em;
	}
	h3{
		font-size: 1.0rem;
	}
	.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;
	}
	
	/* header
	---------------------------------------------------------------------------*/
	header{
		height: 70px;
	}
	header #header{
		width:100%;
		padding-bottom: 0;
		padding-top: 0;
		z-index:0;
		clear:both;
		margin:0;
	}
	header #header #logo h1{
		top: 20px;
	}
	header #header #navi{
		width: 100%;
		top: 25px;
	}
	header #description{
		display: none;
	}
	header #header #navi ul#index{
		position: relative;
		border-top: 1px solid #ccc;
	}
	header #header #navi ul#index li{
		display:block;
		margin-left: 0;
		font-weight: normal;
		padding: 0;
		width: 100%;
	}
	header #header #navi ul#index li:first-child{
		border: none;
	}
	header #header #logo{
		margin-left: 15px;
	}
	header #header #logo h1 img{
		width: 160px;
	}
	header #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: #6FBA2C;
	}

	/* 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;
		font-size: 0.9rem;
		letter-spacing: 2px;
	}
	nav.sp-menu ul li a span{
		display: block;
		font-size: 70%;
		line-height: 1;
	}
	header li.login a{
		border: 0;
	}

	/*slider
	---------------------------------------------------------------------------*/
	#slider{
		top: 70px;
	}
	.slick-box img{
		width: 320px;
	}
		
	/*icatch
	---------------------------------------------------------------------------*/
	#toppage #icatch {
		height: 300px !important;
	}
	#toppage #icatch .box{
		height: 300px !important;
	}
	#toppage #icatch .box p,
	#toppage #icatch .box p span.small,
	#toppage #icatch .box p:first-child,
	#toppage #icatch .box p span.subtitle{
		line-height: 1.6rem;
		font-size: 1.2rem;
	}
	#toppage #icatch .box p span.subtitle{
		display: block;
	}

	/*main
	---------------------------------------------------------------------------*/
	main {
		position: relative;
		top: 70px;
	}

	/*section
	---------------------------------------------------------------------------*/
	section{
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding: 0;
	}
	section .section-inner{
		width: 90%;
		padding: 0;
	}
	
	section table.responsive{
		font-size: 90%;
		border-top: 0;
	}
	section table.responsive th, section table.responsive td{
		padding: 0.5rem 0;
		display: block;
		border-bottom: 0;
		width: 100%;
	}
	section table.responsive td{
		margin-bottom: 1rem;
	}
	section table.responsive th{
	    text-align: left;
		box-sizing: border-box;
		padding: 0.2rem 0;
		border-bottom: 2px solid black;
		background: none;
		color: #gray;
	}

	/*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;
		top: 70px;
	}
	#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;
	}
	#footer-company img {
		width: 200px;
	}
	#footer-contact .contact-box{
		display: block;
        padding: 30px;
	}


	/*common
	---------------------------------------------------------------------------*/
	#sub-main{
		top: 80px;
	}
	#subpage .pagetitle h2{
		font-size: 1.1rem;
		width: 70%;
	}
	#subpage section {
		padding-bottom: 50px;
	}
	#subpage h3{
		font-size: 1rem;
		line-height: 1.6rem;
		padding: 1rem 0;
	}
	#subpage h4{
		font-size: 1rem;
		padding: 2px;
	}
	#subpage #service .leadtext{
		padding: 0;
	}
	
	/*トップページ調整用
	---------------------------------------------------------------------------*/
	#toppage #about{
		margin-top: 50px;
	}
	#toppage #about div:first-child{
		padding: 0;
	}
	#toppage #about .aboutbox{
		flex-direction: column-reverse;
	}
	#toppage #about p{
		padding-left: 0;
	}
	#toppage #about p.leadtext{
		font-size: 1.2rem;
	}
	#toppage #about .aboutbox{
		width: 100%;
	}
	#toppage #about p.company{
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	#toppage #about p.leadtext{
		margin-bottom: 2rem;
		font-size: 1.1rem;
		padding-bottom: 2rem;
	}
	#toppage #about .aboutbox img{
		margin: 20px 0;
		width: 100%;
	}
	#toppage #about .aboutbox img:nth-child(1) {
		margin-bottom: 0;
	}
	#toppage #about .aboutbox .summary{
		padding: 0;
	}
	#toppage #about .aboutbox .summary,
	#toppage #about .aboutbox .photo{
		width: 100%;
	}
	#toppage #service{
		padding: 20px 0 60px 0;
	}
	#toppage #service ul{
		flex-direction: column;
		margin-bottom: 0;
	    padding-bottom: 20px;
	}
	#toppage #service li{
		margin-bottom: 20px;
		width: 100%;
	}
	#toppage #service li a {
		flex-direction: column;
	}
	#toppage #service li .text {
    	padding: 0 20px 20px 20px;
	}
	#toppage #service li .photo img{
		width: 100%;
	}
	#toppage #item{
		padding: 20px 0 60px 0;
	}
	#toppage #item ul{
		flex-direction: column;
		margin-bottom: 0;
	    padding-bottom: 20px;
	}
	#toppage #item li{
		margin-bottom: 20px;
		width: 100%;
	}
	#toppage #item li a {
		flex-direction: column;
	}
	#toppage #item li .text {
    	padding: 0 20px 20px 20px;
	}
	#toppage #item li .photo img{
		width: 100%;
	}
	#toppage #company{
		margin-bottom: 0;
		padding: 20px 0;
	}
	#toppage #service .detail a{
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	#toppage #company ul{
		flex-wrap: wrap;
	}
	#toppage #company li{
		width: 46%;
	}
	#toppage #news{
		padding: 20px 0;
	}
	#toppage #news ul li{
		flex-direction: column;
	}
	#toppage #news ul li .date {
		font-size: 0.9rem;
	}
	#toppage #service .detail a,
	#toppage #item .detail a{
		font-size: 0.9rem;
	}


	/*company
	---------------------------------------------------------------------------*/
	#subpage #company .greeting {
		flex-direction: column;
	}
	#subpage #company .greeting img{
		width: 100%;
		padding: 0;
	}
	#subpage #company #company-slogans ul li{
		font-size: 1rem;
	}
	#subpage #company .greeting .message,
	#subpage #company .greeting .photo{
		width: 100%;
	}
	#subpage #company .greeting .photo{
		padding-left: 0;
	}
	#subpage #company ul.photo{
		flex-direction: column;
	}
}



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

