@charset "utf-8";





.is-activity .u-content-title .e-title {
  padding: 30px 40px;
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-activity .u-content-title .e-main {
  color: #6a9820;
  font-size: 3.2rem;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

@media all and (-ms-high-contrast:none){
	.is-activity .u-content-title .e-main {
		padding: 17px 25px 7px;
	}
}

.is-activity .u-content-title .e-sub {
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
	margin: 0;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
}

.is-tec .u-content-title {
	background-image: url(/en/assets/img/activity/kv-01.jpg);
}

.is-quality .u-content-title {
	background-image: url(/en/assets/img/activity/quality/kv-01.jpg);
}

.is-production .u-content-title {
	background-image: url(/en/assets/img/activity/production/kv-01.jpg);
}

.is-development .u-content-title {
	background-image: url(/en/assets/img/activity/development/kv-01.jpg);
}




/* ----------------------------------------------------------------------
 * style
 * ---------------------------------------------------------------------- */
.l-activity:after {
	content: '';
	display: block;
	clear: both;
}

.l-activity .u-inner {
	min-height: 495px;
}

.l-activity .e-desc {
	width: 590px;
	min-height: 310px;
	padding: 25px 35px 35px 35px;
	background: #fff;
	float: left;
	border: 1px solid #76b414;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.l-activity.is-title-line1 .e-desc {
	padding-top: 50px;
}

.l-activity .e-numbering {
	position: absolute;
	top: 20px;
	left: 0;
}

.l-activity .e-numbering:after {
	content: '';
	width: 100px;
	height: 72px;
	display: inline-block;
	background: #76b414;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
}

.l-activity .e-number {
	color: #fff;
	font-size: 3.7rem;
	display: inline-block;
	position: absolute;
	top: 17.5px;
	left: 20px;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	z-index: 10;
}

.l-activity .e-title {
	font-size: 2.6rem;
	line-height: 1.35;
	text-indent: 1em;
	margin: 0 0 25px;
	padding: 0 0 0 60px;
	position: relative;
}

.l-activity .e-text {
	font-size: 1.5rem;
	line-height: 2;
}

.l-activity .e-image {
	position: absolute;
	top: 125px;
	right: 80px;
}

.l-activity .e-image:after {
	content: '';
	width: 125px;
	height: 125px;
	display: inline-block;
	background: url(/en/assets/img/activity/image-frame-01.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 10;
}




/* l-activity EVEN */
.l-activity:nth-child(even) .e-desc {
	margin-top: 145px;
	float: right;
}

.l-activity:nth-child(even) .e-image {
	top: 0;
	right: auto;
	bottom: auto;
	left: 80px;
}

.l-activity:nth-child(even) .e-image:after {
	top: -20px;
	right: auto;
	bottom: auto;
	left: -20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}




/* irregular */
.is-tec .l-activity:nth-of-type(5) .e-numbering:after {
	height: 110px;
}

.is-tec .l-activity:nth-of-type(5) .e-title {
	padding-left: 30px;
}

.is-production .l-activity:nth-of-type(4) .e-title,
.is-production .l-activity:nth-of-type(6) .e-title {
	letter-spacing: -.075em;
}




.l-activity-facility_list .e-wrap {
	letter-spacing: -.4em;
	margin: 0 -20px;
}

.l-activity-facility_list .e-item {
	letter-spacing: 0;
	width: 320px;
	margin: 0 20px 35px;
	display: inline-block;
}

.is-production .l-activity-facility_list .e-item {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.no-touch .l-activity-facility_list .e-item.js-modal-button-A:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-B:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-C:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-D:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-E:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-F:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-G:hover,
.no-touch .l-activity-facility_list .e-item.js-modal-button-H:hover {
	opacity: .7;
}

.l-activity-facility_list .e-caption {
	padding: 10px 0 0;
}

.l-activity-facility_list .e-caption:after {
	content: '';
	display: block;
	clear: both;
}

.l-activity-facility_list .e-main {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
	width: 80%;
	float: left;
}

.l-activity-facility_list .e-sub {
	line-height: 1.35;
	float: right;
}

.l-activity-facility_list .e-sub .e-number {
	vertical-align: .025em;
	font-size: 1.8rem;
	font-weight: 700;
}

.l-activity-process .e-img {
	margin: 0 0 40px;
	border: 1px solid #ddd;
}




/*     modal window     */
.l-modal {
	width: 1040px;
	padding: 70px 0 0;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 200;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}

.l-modal-button {
	width: 50px;
	height: 50px;
	background: #76b414;
	position: absolute;
	top: 0;
	right: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.l-modal-button:before,
.l-modal-button:after {
	content: '';
	width: 35px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.l-modal-button:before {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.l-modal-button:after {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.l-modal-button:hover {
	opacity: .7;
}

.l-modal .l-modal-wrap {
	text-align: center;
	letter-spacing: -.4em;
}

.l-modal .l-modal-wrap .e-item {
	letter-spacing: 0;
	width: 310px;
	margin: 0 17.5px 20px;
	display: inline-block;
}

.l-modal .l-modal-wrap .e-item .e-img {
	margin: 0 0 15px;
}

.l-modal .l-modal-wrap .e-caption {
	color: #ccc;
	line-height: 1.5;
	height: 1.5em;
}

.l-cover {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

:lang(en) .is-activity .u-content-title .e-sub {
  font-size: 3.6rem;
  line-height: 1.35;
  text-align: left;
  margin-left: 40px;
}

:lang(en) .is-tec .l-activity:nth-of-type(5) .e-title {
	padding-left: 50px;
}

:lang(en) .is-production .l-activity:nth-of-type(4) .e-title,
:lang(en) .is-production .l-activity:nth-of-type(6) .e-title {
	letter-spacing: .025em;
}

:lang(en) .is-tec .l-activity:nth-of-type(3) .e-numbering:after,
:lang(en) .is-tec .l-activity:nth-of-type(4) .e-numbering:after,
:lang(en) .is-tec .l-activity:nth-of-type(5) .e-numbering:after,
:lang(en) .is-quality .l-activity:nth-of-type(3) .e-numbering:after,
:lang(en) .is-quality .l-activity:nth-of-type(4) .e-numbering:after,
:lang(en) .is-quality .l-activity:nth-of-type(5) .e-numbering:after,
:lang(en) .is-production .l-activity .e-numbering:after,
:lang(en) .is-development .l-activity:nth-of-type(4) .e-numbering:after {
	height: 110px;
}

:lang(en) .is-production .l-activity:nth-of-type(5) .e-numbering:after {
	height: 145px;
}

:lang(en) .is-quality .l-activity .e-title {
	letter-spacing: 0;
}

:lang(en) .is-development .l-activity:nth-of-type(3) .e-title {
	letter-spacing: 0;
	padding-left: 50px;
}













