@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#man .topSec_inner{


}

#main .topSec {
	margin: 100px auto;
	max-width: 1000px;
	position: relative;
}
#main .topSec::before {
	position: absolute;
	content: "";
	width: 800px;
	height: 800px;
	top: -200px;
	left: -43%;
	background: url(../img/index/top_sec_bg.png) no-repeat;
	z-index: -1;
}
#main .topSec .imgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}
#main .topSec .imgBox .textBox {
	width: 50%;

}
#main .topSec .imgBox .textBox .textInner {
	position: relative;
}

#main .topSec .imgBox .textBox h3 {
	margin-bottom: 30px;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.81;
	color: #111112;
}
#main .topSec .imgBox .textBox p {
	margin-bottom: 75px;
	font-weight: 500;
}
#main .topSec .imgBox .photoBox {
	margin-top: -5px;
	width: 447px;
}
#main .btn {
	width: 300px;
	text-align: center;
}
#main .btn a {
	padding: 6px 25px;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 3.2;
	color: #fff;
	background: #ec6617 url("../img/common/icon05.png") no-repeat right 30px center / 7px auto;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #ec6617;
}
#main .btn a:hover {
	/* opacity: 0.7; */
	background: #fff url("../img/common/icon05_nov.png") no-repeat right 30px center / 7px auto;
	color: #ec6617;
	transition: 0.4s;
}
#main .works {
	margin-bottom: 98px;
}
#main .works .linkBox {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
#main .works .linkBox a {
	padding-top: 170px;
	display: block;
	height: 400px;
	box-sizing: border-box;
	background: url( "../img/index/works_bg01.png") no-repeat center / cover;
}
#main .works .linkBox a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#main .works .linkBox a  span {
	padding-bottom: 17px;
	display: block;
	font-size: 5rem;
	font-weight: 700;
	line-height: 0.72;
	letter-spacing: 0.075em;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
#main .works .linkBox a small {
	padding-bottom: 50px;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	line-height: 1.8;
	box-sizing: border-box;
}
#main .works .linkBox a .read {
	margin-right: -38px;
	padding: 0 65px 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 3.2;
	letter-spacing: 0.1em;
	background: url("../img/common/icon06.png") no-repeat right center / 52px auto;
	font-family: 'Montserrat', sans-serif;
}
#main .works .bgBox {
	height: 700px;
	background: url( "../img/index/works_bg02.jpg") no-repeat center / cover;
}
#main .works .linkList {
	padding-top: 120px;
	display: flex;
}
#main .works .linkList li {
	margin-right: 80px;
	width: 460px;
	background-color: #fff;
}
#main .works .linkList li:last-of-type {
	margin-right: 0;
}
#main .works .linkList li a {
	padding-bottom: 30px;
	display: block;
	text-align: center;
	background-color: #fff;
}
#main .works .linkList li a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#main .works .linkList li a img {
	margin-bottom: 30px;
	display: block;
}
#main .works .linkList li a h3 {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 2.2;
	color: #ec6617;
}
#main .works .linkList li a h3 span {
	display: block;
	font-size: 3.3rem;
	line-height: 1;
	color: #111010;
	letter-spacing: 0.075em;
	font-family: 'Montserrat', sans-serif;
}
#main .works .linkList li a p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
#main .company {
	margin-bottom: 100px;
}
#main .company ul {
	display: flex;
}
#main .company li {
	margin-right: 20px;
	width: calc(100% - 70%);
	background: url(../img/common/icon07.png) no-repeat ;
}
#main .company li:last-of-type {
	margin-right: 0;
}
#main .company li a {
	padding: 150px 0 25px;
	display: block;
	text-align: center;
	background-color: #5fcfa1;
	border: #5fcfa1 2px solid;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 0.07em;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
}
#main .company li a::before {
	background: url(../img/common/icon07.png) no-repeat;
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}
#main .company li a:hover::before {
	background: url(../img/common/icon07_hov.png) no-repeat;
}
#main .company li:nth-child(2) a::before {
	background: url(../img/common/icon08.png) no-repeat;
}
#main .company li:nth-child(2) a:hover::before {
	background: url(../img/common/icon08_hov.png) no-repeat;
}
#main .company li:nth-child(3) a::before {
	background: url(../img/common/icon09.png) no-repeat;
}
#main .company li:nth-child(3) a:hover::before {
	background: url(../img/common/icon09_hov.png) no-repeat;
}
#main .company li a:hover {
	background-color: #fff;
	font-size: 2rem;
	color: #5fcfa1;
	transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  #main .company li a:hover::before {
		background: url(../img/common/icon07.png) no-repeat;
	}
	#main .company li:nth-child(2) a:hover::before {
		background: url(../img/common/icon08.png) no-repeat;
	}
	#main .company li:nth-child(3) a:hover::before {
		background: url(../img/common/icon09.png) no-repeat;
	}
}

#main .company li a img {
	margin: 0 auto 25px;
	display: block;
	width: 84px;
}

#main .company li a span {

}
#main .company li a span:hover {
	color: #5fcfa1;
}
#main .news {
	margin-bottom: 55px;
	padding: 75px 0 45px;
	background-color: #F5F5F5;
}
#main .news .newsBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .news .newsBox .headLine01 {
	margin: 15px 0 0;
	font-size: 1.6rem
}
#main .news .newsBox .headLine01 span {
	margin-bottom: 3px;
	font-size: 3rem
}
#main .news .newsBox dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 40px;
}


#main .news .newsBox dl dt,
#main .news .newsBox dl dd {
	margin-bottom: 20px;
	padding: 5px 15px 2px 28px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 20px;
	background-color: #fff;
	box-sizing: border-box;

}
#main .news .newsBox dl dd {
	padding: 0;
	width: 700px;
}
#main .news .newsBox dl dd a {
	padding: 5px 50px 2px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .news .newsBox dl dd a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#main .news .link {
	margin-left: auto;
	text-align: right;
}
#main .news .link a {
	padding-right: 18px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 4;
	font-family: 'Montserrat', sans-serif;
	background: url("../img/common/icon10.png") no-repeat right center / 7px auto;
}
#main .news .link a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
/* #gHeader .hBox .hRBox .hBtn a  */
@media all and (max-width: 1707px) {
	#main .topSec .imgBox .textBox h3 {
    	font-size: 3rem;
	}
}
@media all and (max-width: 1587px) {
	#main .topSec .imgBox .textBox h3 {
    	font-size: 2.7rem;
	}
}
@media all and (max-width: 1399px) {
	#main .topSec .imgBox .textBox h3 {
    	font-size: 2.4rem;
	}
}
@media all and (max-width: 1080px) {
	#main .news .newsBox {
    	display: block;
	}
	#main .news .newsBox .headLine01 {
		margin: 0 0 58px;
	}
	#main .news .newsBox .headLine01 span {
		font-size: 3rem;
	}
	#main .news .newsBox dl {
    	display: block;
		margin-left: 0;
	}
	#main .news .newsBox dl dt,
	#main .news .newsBox dl dd {
    	padding: 5px 15px 2px 20px;
		width: 100%;
	}
	#main .news .newsBox dl dt {
    	margin-bottom: 0;
		width: 100%;
	}
	#main .news .newsBox dl dd {
		margin-top: 0;
	}
	#main .news .newsBox dl dd a {
		padding: 5px 0 2px 0;
	}
}
@media all and (max-width: 896px) {
	#main .topSec {
		margin-right: 0;
	}
	#main .topSec .imgBox {
    	margin: 0 0 20px;
    	display: block;
	}
	#main .topSec .imgBox .textBox {
		margin-bottom: 20px;
		padding: 50px 20px 10px;
    	display: flex;
    	width: auto;
    	height: auto;
	}
	#main .topSec .imgBox .textBox .textInner {
		margin: 0;
		width: auto;
	}
	#main .btn {
		width: auto;
	}
	#main .btn a {
		font-size: 1.3rem;
	}
	#main .topSec .imgBox .photoBox {
		margin-top: 0;
		width: auto;
	}
	#main .works .linkBox a {
    	padding-top: 80px;
    	height: 200px;
	}
	#main .topSec .imgBox .textBox h3 {
		margin-bottom: 50px;
    	font-size: 2.2rem;
	    line-height: 1.5;
	}
	#main .topSec .imgBox .textBox p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	#main .works {
		margin-bottom: 50px;
	}
	#main .works .linkBox a span {
    	padding-bottom: 7px;
	    font-size: 2.5rem;
	}
	#main .works .linkBox a small {
		padding-bottom: 10px;
    	font-size: 1.5rem;
	}
	#main .works .linkBox a .read {
		margin-right: 0;
    	padding: 0 35px 0 0;
	    font-size: 1.5rem;
    	letter-spacing: 0.05em;
		background-size: 30px auto;
	}
	#main .works .bgBox {
    	height: auto;
	}
	#main .works .linkList {
		margin-top: -25px;
		padding: 50px 20px 30px;
		display: block;
	}
	#main .works .linkList li {
		margin: 25px 0 0;
		width: auto;
	}
	#main .works .linkList li a h3 {
		font-size: 1.2rem;
	}
	#main .works .linkList li a h3 span {
    	font-size: 2.8rem;
	}
	#main .works .linkList li a p {
    	padding: 0 20px;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	#main .company {
		margin-bottom: 40px;
	}
	#main .company ul {
		margin: -20px auto 0;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#main .company li {
    	margin: 20px 0 0;
		width: calc((100% - 20px) / 2);
		box-sizing: border-box;
	}
	#main .company li:last-of-type {
		width: 100%;
	}
	#main .company li a {

	}
	#main .company li a img {
	    width: 50px;
	}
	#main .company li a span {
    	font-size: 1.5rem;
	}
	#main .news {
    	margin-bottom: 55px;
    	padding: 25px 0 25px;
	}
	#main .news .newsBox {
    	display: block;
	}
	#main .news .newsBox .headLine01 {
		margin: 0 0 58px;
	}
	#main .news .newsBox .headLine01 span {
		font-size: 3rem;
	}
	#main .news .newsBox dl {
    	display: block;
	}
	#main .news .newsBox dl dt,
	#main .news .newsBox dl dd {
    	padding: 5px 15px 2px 20px;
		width: 100%;
	}
	#main .news .newsBox dl dt {
    	margin-bottom: 0;
		width: 100%;
	}
	#main .news .newsBox dl dd a {
		padding: 5px 0 2px 0;
	}
}
@media all and (max-width: 374px) {
	#main .topSec .imgBox .textBox h3 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	#main .topSec .imgBox .textBox p {
    	margin-bottom: 30px;
		font-size: 1.4rem;
	}
}