@charset "utf-8";


/* =============================================================

	c-header

* ============================================================= */

.c-header {
	height: 100px;
	position: relative;
	z-index: 1000;
}


.c-header__logo {
	width: 292px;
	height: 46px;
	position: absolute;
	top: 50%;
	margin: -23px 0 0 3%;
}

.c-header__logo > a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/c-sprite01.png) no-repeat;
}

.c-header__nav {
	float: right;
	padding-right: 50px;
	position: relative;
}

.c-header__nav > li {
	float: left;
}
.c-header__nav > li._hassub {
	position: relative;
}
.c-header__nav > li._sub {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.c-header__nav > li._sub:last-child {
	top: 50px;
}

.c-header__nav > li > a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 100px;
	display: block;
	height: 100px;
	padding: 0 18px;
	background-color: #2c7558;
	position: relative;
}
.c-header__nav > li:nth-child(3) > a {
	padding: 0 10px;
	letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
	.c-header__nav > li > a {
		padding: 0 2.5vw !important;
	}
}

.c-header__nav > li > a:hover,
.c-header__nav > li > a._active {
	background-color: #37916d;
}

.c-header__nav > li._hassub > a:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../images/c-sprite01.png) no-repeat -300px 0;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -7px;
}

.c-header__nav > li._sub > a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #8bc53f url(../images/c-sprite01.png) no-repeat 12px -136px;
}
.c-header__nav > li._sub:last-child > a {
	background-position: -38px -137px;
}
.c-header__nav > li._sub > a:hover,
.c-header__nav > li._sub > a._active {
	background-color: #a1d957;
}


.c-header__nav-sub {
	width: 100%;
	background-color: #8bc53f;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	position: absolute;
	z-index: -1;
	transform: translate(0,-102%);
	transition: transform .25s cubic-bezier(.55,.05,.35,1);
}

.c-header__nav > ._hassub:hover .c-header__nav-sub,
html.touchevents .c-header__nav-sub._hover {
	transform: translate(0,-1px);
	transition-delay: .03s;
}

.c-header__nav-sub > ul > li > a {
	color: #fff;
	font-size: 0.867rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.5);
	display: block;
	padding: 1.5em .8em;
	background-color: #8bc53f;
	transition: color .1s linear;
}
.c-header__nav-sub > ul > li > a:hover {
	background-color: #a1d957;
}



/* =============================================================

	c-footer

* ============================================================= */

.c-footer {
	position: relative;
	background-color: #f9f9fa;
}

.c-footer__logo {
	width: 161px;
	height: 85px;
	margin: 0 auto 20px;
}

.c-footer__copy {
	color: #b2b2b2;
	font-size: 0.8rem;
	letter-spacing: .1em;
	text-align: center;
}

.c-footer__logo > a {
	text-indent: -9999px;
	display: block;
	width: 161px;
	height: 85px;
	background: url(../images/c-sprite01.png) no-repeat 0 -50px;
}

.c-footer__nav {
	line-height: 1.4;
	margin: -10px 0 15px;
	padding-left: 12em;
	position: relative;
}

.c-footer__nav > dt {
	font-size: 1.2rem;
	font-weight: 600;
	position: absolute;
	left: 0;
	margin-top: 10px;
}

.c-footer__nav > dd,
.c-footer__subnav > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4%;
}
.c-footer__subnav > li:last-child {
	margin-right: 0;
}
.c-footer__nav > dd {
	margin-top: 10px;
}

.c-footer__nav > dd > a,
.c-footer__subnav > li > a {
	display: block;
	padding-left: 15px;
	position: relative;
}
.c-footer__nav > dd > a:hover,
.c-footer__subnav > li > a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.c-footer__nav > dd > a:before,
.c-footer__subnav > li > a:before {
	content: "";
	width: 8px;
	height: 13px;
	background: url(../images/c-sprite01.png) no-repeat -450px 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.c-footer__subnav {
	border-top: 1px solid #ccc;
	margin: 40px 0 0 -10px;
	padding: 25px 0 0 10px;
}

.c-footer__pagetop {
	color: #fff;
	line-height: 50px;
	display: block;
	width: 140px;
	height: 50px;
	padding: 0 20px;
	background-color: #42434d;
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: 0 100%;
	transform: translate(100%,0) rotate(-90deg)
}
.c-footer__pagetop:hover {
	background-color: #222328;
}

.c-footer__pagetop:after {
	content: "";
	width: 8px;
	height: 13px;
	background: url(../images/c-sprite01.png) no-repeat -350px 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}



/* =============================================================

	top

* ============================================================= */

/* top-hero
--------------------------- */

.top-hero {
	position: relative;
}

.top-hero__img {
	min-height: 500px;
}

.top-hero__copy {
	text-indent: -9999px;
	width: 688px;
	height: 178px;
	background: url(../images/c-sprite01.png) no-repeat 0 -220px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10% 5% 0 0;
}

.top-hero__tag {
	color: #8bc53f;
	font-size: 8.5rem;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 10%;
	transform: translateY(45%);
}

.top-hero__tag > span {
	color: #fff;
}


/* top-lead
--------------------------- */

.top-lead > p {
	padding-left: 48%;
}


/* top-business
--------------------------- */

.top-business {
	position: relative;
}

.top-business__item:after {
	content: attr(data-etitle);
	color: #fff;
	font-size: 5.333rem;
	line-height: 1;
	position: absolute;
	top: 5%;
	left: 5%;
}
.top-business__item:last-child:after {
	left: auto;
	right: 5%;
}

.top-business__item .c-img-ratio {
	min-height: 400px;
}

.top-business__txt {
	text-align: center;
	display: block;
	padding: 9% 15%;
	color: #fff;
	background-color: #8bc53f;
}
.top-business__item:last-child .top-business__txt {
	background-color: #2c7558;
}

.top-business__txt:hover {
	background-color: #a1d957;
}
.top-business__item:last-child .top-business__txt:hover {
	background-color: #37916d;
}

/* top-facility  top-recruit
--------------------------- */

.top-facility,
.top-recruit {
	position: relative;
}

.top-facility:before,
.top-recruit:before {
	content: "";
	width: 200px;
	height: 1px;
	background-color: #8bc53f;
	position: absolute;
	top: 0;
	right: 0;
}
.top-recruit:before {
	left: 0;
}
.top-facility:after,
.top-recruit:after {
	content: attr(data-etitle);
	color: #8bc53f;
	font-size: 1.133rem;
	line-height: 30px;
	background-color: #fff;
	padding-left: 40px;
	position: absolute;
	top: -15px;
	right: 0;
}
.top-recruit:after {
	padding-left: 0;
	padding-right: 40px;
	left: 0;
	right: auto;
}

.top-facility__txt > a,
.top-recruit__txt > a {
	display: inline-block;
	margin: 0 10%;
}

.top-facility__txt > a:hover > h2,
.top-recruit__txt > a:hover > h2 {
	text-decoration: underline;
}

.top-facility__txt > a:hover > .c-tcl-gray ,
.top-recruit__txt > a:hover > .c-tcl-gray  {
	color: #1a1a1a;
}


/* top-company
--------------------------- */

.top-company {
	position: relative;
}

.top-company:before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8%;
	left: 8%;
	margin: 15px 0 0 8em;
	z-index: 1;
}
.top-company:after {
	content: attr(data-etitle);
	color: #fff;
	font-size: 1.133rem;
	line-height: 30px;
	position: absolute;
	top: 8%;
	left: 8%;
	z-index: 2;
}

.top-company__copy {
	text-indent: -9999px;
	width: 700px;
	height: 90px;
	background: url(../images/c-sprite01.png) no-repeat 0 -435px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.top-company__btn {
	position: absolute;
	right: 8%;
	bottom: 12%;
}


/* top-others
--------------------------- */

.top-others .c-otherlinks__item > .c-img-ratio {
	min-height: 350px;
}

.top-others .c-otherlinks__item:after {
	content: attr(data-etitle);
	color: #fff;
	font-size: 1.133rem;
	position: absolute;
	top: 4%;
	right: 4%;
}

.top-others .c-otherlinks__txt:before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../images/c-sprite01.png) no-repeat;
	display: block;
	margin: 0 auto 7%
}
.top-others .c-otherlinks__txt._csr:before {
	background-position: -400px -50px;
}
.top-others .c-otherlinks__txt._quality:before {
	background-position: -100px -150px;
}



/* =============================================================

	facility

* ============================================================= */

/* facility-list
--------------------------- */

.facility-list__item {
	text-align: left;
}

.facility-list__item > section {
	margin-top: 7%;
	padding: 7% 0 0 75px;
	border-top: 1px solid #d0d2d3;
	position: relative;
}

.facility-list__item:nth-child(-n+2) > section {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.facility-list__item .c-number {
	position: absolute;
	left: 0;
}


/* =============================================================

	company

* ============================================================= */

/* company-lead
--------------------------- */

.company-lead__movie {
	width: 100%;
	padding-bottom: 75%;
	display: block;
	position: relative;
}

.company-lead__movie > iframe {
	position: absolute;
}



/* company-history
--------------------------- */

.company-history .c-dlist-A > dd {
	padding-left: 7em;
}


/* company-group
--------------------------- */

.company-group__item > div {
	margin-top: 7%;
	padding-top: 7%;
	border-top: 1px solid #d0d2d3;
}

.company-group__item:nth-child(-n+2) > div {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.company-group .c-button-B {
	margin-top: 1.2%;
}

.company-group__item .c-button-B {
	margin-top: 3%;
}

/* company-organization
--------------------------- */

.company-organization__img {
	max-width: 855px;
	margin: 0 auto;
}


/* =============================================================

	message

* ============================================================= */

/* message-footer
--------------------------- */

.message-footer__img {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}


/* =============================================================

	csr

* ============================================================= */

/* csr-figure
--------------------------- */

.csr-figure__img {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.csr-figure .c-photolist figcaption {
	line-height: 50px;
	min-height: 50px;
}

/* csr-others
--------------------------- */

.csr-others__img {
	padding: 0 15% 0 20%;
}


/* =============================================================

	sdgs

* ============================================================= */

/* sdgs-declaration
--------------------------- */

.sdgs-declaration__item > figure {
	max-width: 900px;
}


/* sdgs-logo
--------------------------- */

.sdgs-logo > figure {
	width: 25%;
	max-width: 400px;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
}


/* =============================================================

	contact

* ============================================================= */

/* contact-phone
--------------------------- */

.contact-phone {
	margin-bottom: 12%;
}

.contact-phone__number {
	color: #2c7558;
	font-size: 3rem;
}


/* contact-mail
--------------------------- */

.contact-mail__txt {
	padding-left: 300px;
	position: relative;
}

.contact-mail__btn {
	position: absolute;
	left: 0;
	top: 0;
}


/* =============================================================

	sitemap

* ============================================================= */

/* sitemap-links
--------------------------- */

.sitemap-links__item {
	margin-bottom: 8%;
	padding: 0 2% 7%;
	border-bottom: 1px solid #d0d2d3;
}


/* =============================================================

	recruit

* ============================================================= */

/* recruit-links
--------------------------- */

.recruit-links__list {
	margin-bottom: -3%;
}

.recruit-links__list > li {
	display: inline-block;
	margin: 0 1% 2%;
}

.recruit-links__btn {
	font-size: 0.867rem;
	font-weight: 600;
	line-height: 60px;
	text-align: left;
	display: inline-block;
	height: 60px;
	padding: 0 20px 0 50px;
	min-width: 240px;
	position: relative;
	border: 2px solid #8bc53f;
}
.recruit-links__btn:hover {
	color: #8bc53f;
	border-color: #a1d957;
}

.recruit-links__btn:before {
	content: "";
	width: 13px;
	height: 8px;
	background: url(../images/c-sprite01.png) no-repeat -400px 0;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -2px;
}



/* recruit-info
--------------------------- */

.recruit-info > .c-title-A {
	padding-top: 50px;
	margin-top: -50px;
}

.recruit-info .c-list-A {
	margin-top: .5em;
	margin-bottom: .5em;
}

.recruit-info .c-dlist-A > dd {
	padding-left: 12em;
}




/* =============================================================

	high resolution

* ============================================================= */

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),(-webkit-min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {

	.c-button-A:before,
	.c-button-B:before,
	.c-arrow-A:after,
	.c-arrow-A._w:after,
	.c-hero__title > i:after,
	.c-otherlinks._business:before,
	.c-otherlinks._about:before,
	.c-otherlinks._sustainability:before,
	.c-header__logo > a,
	.c-header__nav > li._hassub > a:after,
	.c-header__nav > li._sub > a,
	.c-footer__logo > a,
	.c-footer__nav > dd > a:before,
	.c-footer__subnav > li > a:before,
	.c-footer__pagetop:after,
	.top-hero__copy,
	.top-company__copy,
	.top-others .c-otherlinks__txt:before,
	.recruit-links__btn:before {
		background-image: url(../images/c-sprite01_x2.png) !important;
		background-size: 700px auto;
	}


}






