@charset "UTF-8";

/** sec_inner **/
.sec_inner {
	margin: 0 auto;
	width: 1110px;
}
/** bg **/
.bg_gray {
	background-color: #F8F8F8;
}
/** btn **/
.btn_yellow {
	background-color: #FFDF85;
	background-image: url("../img/icon_arrow-black.png");
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	box-sizing: border-box;
	display: block;
	font-weight: 600;
	padding-right: 10px;
	padding-top: 11px;
	text-align: center;
	height: 50px;
	width: 300px;
}
.btn_yellow:hover {
	background-color: #FF9F4B;
}
.btn_white {
	background-color: #fff;
	background-image: url("../img/icon_arrow-black.png");
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	border: solid 1px #222222;
	box-sizing: border-box;
	color: #222222;
	display: block;
	padding-right: 10px;
	padding-top: 11px;
	text-align: center;
	height: 50px;
	width: 235px;
}
.btn_white:hover {
	background-color: #FFDF85;
	border-color: #FFDF85;
}
/** headline **/
.headline_1 {
	margin-bottom: 40px;
}
.headline_1 h2 {
	font-size: 42px;
}
.headline_1 p {
	font-size: 14px;
}
.headline_2 {
	font-size: 34px;
	margin-bottom: 50px;
}
.headline_3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}
.headline_3::after {
	background-color: #FF9F4B;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 230px;
}
@media screen and (max-width: 1190px) {
	/** sec_inner **/
	.sec_inner {
		width: calc(100% - 8vw);
	}
	/** btn **/
	.btn_yellow {
		background-position: right 2vw top 53%;
		background-size: 1.3vw;
		padding-right: 1vw;
		padding-top: 1.1vw;
		height: 4.6vw;
		width: 25vw;
	}
	.btn_white {
		background-position: right 2vw top 53%;
		background-size: 1.3vw;
		padding-right: 1vw;
		padding-top: 1.1vw;
		height: 4.6vw;
		width: 20vw;
	}
	/** headline **/
	.headline_1 {
		margin-bottom: 3.6vw;
	}
	.headline_1 h2 {
		font-size: 3.8vw;
	}
	.headline_1 p {
		font-size: 1.3vw;
	}
	.headline_2 {
		font-size: 3vw;
		margin-bottom: 5vw;
	}
	.headline_3 {
		font-size: 1.8vw;
		padding-bottom: 1vw;
	}
	.headline_3::after {
		height: 3px;
		width: 21vw;
	}
}
@media screen and (max-width: 640px) {
	/** sec_inner **/
	.sec_inner {
		margin: 0 6vw;
		width: auto;
	}
	/** btn **/
	.btn_yellow {
		background-position: right 4vw top 50%;
		background-size: 3vw;
		padding-right: 2vw;
		padding-top: 2.2vw;
		height: 11vw;
		width: 60vw;
	}
	.btn_white {
		background-position: right 4vw top 50%;
		background-size: 3vw;
		padding-right: 2vw;
		padding-top: 2.2vw;
		height: 11vw;
		width: 50vw;
	}
	/** headline **/
	.headline_1 {
		margin-bottom: 5vw;
	}
	.headline_1 h2 {
		font-size: 6.4vw;
	}
	.headline_1 p {
		font-size: 3.4vw;
	}
	.headline_2 {
		font-size: 6vw;
		margin-bottom: 6vw;
	}
	.headline_3 {
		font-size: 4vw;
		padding-bottom: 2.4vw;
	}
	.headline_3::after {
		height: 2px;
		width: 45vw;
	}
}

/** -- co_service -- **/
.co_service {
	padding-bottom: 120px;
}
.co_service .inner {
	margin: 0 -15px;
}
.co_service article {
	margin: 0 15px 40px;
	position: relative;
	width: calc(33.3333% - 30px);
}
.co_service article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.co_service article .thumb,
.co_service article figure {
	position: relative;
}
.co_service article figure::after {
	background-color: #000;
	content: '';
	display: block;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
	height: 100%;
	width: 100%;
}
.co_service article:hover figure::after {
	opacity: 0;
}
.co_service article .thumb p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
	z-index: 10;
}
.co_service article h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}
.co_service article p.exp {
	margin: 0 10px;
}
.co_service .btn_white {
	margin: 0 auto;
	margin-top: 30px;
}
@media screen and (max-width: 1190px) {
	.co_service {
		padding-bottom: 12vw;
	}
	.co_service .inner {
		margin: 0 -1vw;
	}
	.co_service article {
		margin: 0 1vw 3vw;
		width: calc(33.3333% - 2vw);
	}
	.co_service article .thumb p {
		font-size: 1.3vw;
	}
	.co_service article h3 {
		font-size: 1.7vw;
		margin-bottom: 1vw;
		margin-top: 2vw;
	}
	.co_service article p.exp {
		margin: 0 1vw;
	}
	.co_service .btn_white {
		margin-top: 2vw;
	}
}
@media screen and (max-width: 640px) {
	.co_service {
		padding-bottom: 16vw;
	}
	.co_service .inner {
		margin: 0;
	}
	.co_service article {
		margin: 0 0 8vw;
		width: 100%;
	}
	.co_service article .thumb p {
		font-size: 3.4vw;
	}
	.co_service article h3 {
		font-size: 4vw;
		margin-bottom: 2vw;
		margin-top: 4vw;
	}
	.co_service article p.exp {
		margin: 0 2vw;
	}
	.co_service .btn_white {
		margin-top: 2vw;
	}
}

/** -- co_cases -- **/
.co_cases {
	padding-bottom: 120px;
	padding-top: 120px;
}
.co_cases .headline_2 {
	margin-bottom: 100px;
}
.co_cases .inner {
	margin: 0 -15px;
}
.co_cases article {
	background-color: #fff;
	margin: 0 15px 30px;
	padding: 20px;
	position: relative;
	width: calc(33.3333% - 30px);
	z-index: 1;
}
.co_cases article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.co_cases article figure {
	border: solid 1px #EAEAEA;
	padding-top: 8%;
	text-align: center;
	height: 150px;
}
.co_cases article figure img {
	object-fit: contain;
	height: 84%;
	width: 80%;
}
.co_cases article h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.co_cases .exp {
	margin-bottom: 10px;
}
.co_cases .cont p {
	background-color: #EAEAEA;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 15px;
}
.co_cases .btn_white {
	margin: 0 auto;
	margin-top: 30px;
}
.co_cases .cs {
	width: 100%;
}
.co_cases .cs p {
	color: #959595;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 1190px) {
	.co_cases {
		padding-bottom: 12vw;
		padding-top: 12vw;
	}
	.co_cases .headline_2 {
		margin-bottom: 10vw;
	}
	.co_cases .inner {
		margin: 0 -1vw;
	}
	.co_cases article {
		margin: 0 1vw 2vw;
		padding: 2vw;
		width: calc(33.3333% - 2vw);
	}
	.co_cases article figure {
		height: 15vw;
	}
	.co_cases article h3 {
		font-size: 1.7vw;
		margin-top: 2vw;
	}
	.co_cases .exp {
		margin-bottom: 1vw;
	}
	.co_cases .cont p {
		font-size: 1.2vw;
		margin-bottom: .5vw;
		margin-right: .5vw;
		padding: 0 1.4vw;
	}
	.co_cases .btn_white {
		margin-top: 2vw;
	}
	.co_cases .cs p {
		font-size: 2vw;
	}
}
@media screen and (max-width: 640px) {
	.co_cases {
		padding-bottom: 16vw;
		padding-top: 12vw;
	}
	.co_cases .headline_2 {
		margin-bottom: 16vw;
	}
	.co_cases .inner {
		margin: 0;
	}
	.co_cases article {
		margin: 0 0 6vw;
		padding: 5vw;
		width: 100%;
	}
	.co_cases article figure {
		height: 30vw;
	}
	.co_cases article h3 {
		font-size: 4vw;
		margin-top: 4vw;
	}
	.co_cases .exp {
		margin-bottom: 3vw;
	}
	.co_cases .cont p {
		font-size: 3.2vw;
		margin-right: 2vw;
		padding: 0 2vw;
	}
	.co_cases .btn_white {
		margin-top: 2vw;
	}
	.co_cases .cs p {
		font-size: 5vw;
	}
}

/** -- 一覧ページ ページネーション -- **/
.pnavi {
	justify-content: center;
}
.pnavi span,
.pnavi a {
	box-sizing: border-box;
	display: block;
	margin: 0 5px;
	padding-top: 5px;
	text-align: center;
	height: 40px;
	width: 36px;
}
.pnavi span.current {
	background-color: #7E7E7E;
}
.pnavi a {
	border: solid 1px #222222;
}
.pnavi a:hover {
	background-color: #FFDF85;
	border-color: #FFDF85;
}
@media screen and (max-width: 1190px) {
	.pnavi span,
	.pnavi a {
		margin: 0 .5vw;
		padding-top: .5vw;
		height: 4vw;
		width: 3.6vw;
	}
}
@media screen and (max-width: 640px) {
	.pnavi span,
	.pnavi a {
		margin: 0 1vw;
		padding-top: 1vw;
		height: 9vw;
		width: 8vw;
	}
}

/** -- more_know -- **/
.more_know {
	padding: 100px 0 120px;
	position: relative;
}
.more_know .inner {
	margin: 0 -15px;
}
.more_know article {
	align-items: center;
	background-color: #fff;
	border: solid 1px #959595;
	margin: 0 15px;
	position: relative;
	transition: ease .3s;
	height: 150px;
	width: calc(33.3333% - 30px);
}
.more_know article:hover {
	background-color: rgba(241,241,241,.7);
}
.more_know article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.more_know article figure {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
}
.more_know article h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	margin-left: 165px;
}
.more_know article h3 span {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1190px) {
	.more_know {
		padding: 8vw 0 10vw;
	}
	.more_know .inner {
		margin: 0 -1vw;
	}
	.more_know article {
		margin: 0 1vw;
		height: 14vw;
		width: calc(33.3333% - 2vw);
	}
	.more_know article figure {
		left: 3vw;
		width: 7vw;
	}
	.more_know article h3 {
		font-size: 2.1vw;
		margin-left: 14vw;
	}
	.more_know article h3 span {
		font-size: 1.6vw;
		margin-bottom: .5vw;
	}
}
@media screen and (max-width: 640px) {
	.more_know {
		padding: 10vw 0 12vw;
	}
	.more_know .inner {
		margin: 0;
	}
	.more_know article {
		margin: 0 0 4vw;
		height: 30vw;
		width: 100%;
	}
	.more_know article figure {
		left: 10vw;
		width: 18vw;
	}
	.more_know article h3 {
		font-size: 5vw;
		margin-left: 42vw;
	}
	.more_know article h3 span {
		font-size: 3.8vw;
		margin-bottom: 1vw;
	}
}

/** -- co_recruit -- **/
.co_recruit {
	
}
.co_recruit .inner {
	align-items: center;
}
.co_recruit figure {
	width: 60%;
}
.co_recruit .text_box {
	text-align: center;
	width: 40%;
}
.co_recruit .headline_1 {
	margin-bottom: 10px;
}
.co_recruit p {
	margin-bottom: 30px;
}
.co_recruit .btn_yellow {
	margin: 0 auto;
}
@media screen and (max-width: 1190px) {
	.co_recruit .headline_1 {
		margin-bottom: 1vw;
	}
	.co_recruit p {
		margin-bottom: 3vw;
	}
}
@media screen and (max-width: 640px) {
	.co_recruit figure {
		width: 100%;
	}
	.co_recruit .text_box {
		padding: 10vw 0 12vw;
		width: 100%;
	}
	.co_recruit .headline_1 {
		margin-bottom: 3vw;
	}
	.co_recruit p {
		margin-bottom: 5vw;
	}
}

/** -- co_contact -- **/
.co_contact {
	position: relative;
}
.co_contact .bg {
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: -1;
}
.co_contact .sec_inner {
	padding: 80px 0;
	position: relative;
}
.co_contact .text_box {
	border-right: solid 1px #fff;
	color: #fff;
	width: calc(100% - 340px);
}
.co_contact h2 {
	font-size: 70px;
	font-weight: 400;
	line-height: 1.0;
}
.co_contact h3 {
	font-size: 25px;
	margin-bottom: 25px;
}
.co_contact .btn_yellow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1190px) {
	.co_contact .sec_inner {
		padding: 6vw 0;
	}
	.co_contact .text_box {
		width: calc(100% - 28vw);
	}
	.co_contact h2 {
		font-size: 5vw;
		line-height: 1.0;
	}
	.co_contact h3 {
		font-size: 2vw;
		margin-bottom: 2.5vw;
	}
	.co_contact p {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 640px) {
	.co_contact .sec_inner {
		padding: 10vw 0 12vw;
	}
	.co_contact .text_box {
		border-right: none;
		margin-bottom: 10vw;
		width: 100%;
	}
	.co_contact h2 {
		font-size: 10vw;
		line-height: 1.1;
	}
	.co_contact h3 {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	.co_contact p {
		font-size: 3.4vw;
	}
	.co_contact .btn_yellow {
		margin: 0 auto;
		position: relative;
		right: auto;
		top: auto;
		transform: initial;
	}
}