@charset "UTF-8";

/* c-page-home
----------------------------------------*/
.c-page-home {

}
.c-page-home__content {

}
.c-page-home__content h2 {
	color: #002F7B;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px 2px;
	letter-spacing: 2.2px;
}

.c-page-home__content .btn-default {
	min-width: 325px;
	background: #fbfbfb;
	font-size: 1.6rem;
	font-weight: bold;
	color: #002f7b;
	padding: 14px 10px 11px 10px;
	border: solid 1px #002f7b;
	letter-spacing: .5px;
	border-radius: 0;
}
.c-page-home__content .btn-default::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico-arrow-b.svg) no-repeat;
	background-size: 100% auto;
	margin: 0 0 3px 9px;
}
.c-page-home__content .btn-default:hover {
	background: #dae1ea;
}

.c-page-home__pick-up li a {
	color: #fff;
}
.c-page-home__pick-up li a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 9px;
	bottom: 10px;
	background: url(../img/common/ico-arrow-w.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 3;
}
.c-page-home__pick-up li a[target="_blank"]::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 9px;
	bottom: 10px;
	background: url(../img/common/ico-pop-w.svg) no-repeat center center;
	background-size: 18px 16px;
	z-index: 3;
}
.c-page-home__pick-up a:hover {
	color: #fff;
	text-decoration: none;
}
.c-page-home__pick-up {
	width: 1000px;
	margin: 0 auto 51px;
}
.c-page-home__pick-up li {
	width: 218px;
	height: 218px;
	border: solid 2px #fff;
	float: left;
	margin-left: 42px;
	text-align: center;
}
.c-page-home__pick-up li:nth-child(4n+1) {
	margin-left: 0;
}
.c-page-home__pick-up li a {
	display: block;
	height: 214px;
}
.c-page-home__pick-up li.comingsoon::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 20px;
	opacity: .2;
	z-index: 2;
}
.c-page-home__pick-up li.comingsoon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/index/bg-comingsoon-pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	word-break : break-all;
}
.c-page-home__pick-up li a h3 {
	margin: 0;
	padding: 111px 0 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.c-page-home__pick-up li a > span {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 214px;
	height: 214px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms 0s ease;
}
.c-page-home__pick-up li a > span::before {
	content: "";
	display: block;
	width: 214px;
	height: 214px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #002F7B;
	opacity: .8;
	z-index: -1;
}
.c-page-home__pick-up li a:hover > span {
	opacity: 1;
	visibility: visible;
}
/* company */
.c-page-home__pick-up li a[href*="message"] {
	background: url(../img/index/bg-a-message.svg) no-repeat center 49px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="making"] {
	background: url(../img/index/bg-a-making.svg) no-repeat center 49px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="outline"] {
	background: url(../img/index/bg-a-outline.svg) no-repeat center 49px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="outline"] h3 {
	letter-spacing: 2px;
}
.c-page-home__pick-up li a[href*="history"] {
	background: url(../img/index/bg-a-history.svg) no-repeat center 49px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="history"] h3 {
	letter-spacing: 1px;
}

/* product */
.c-page-home__pick-up li a[href*="business"] {
	background: url(../img/index/bg-a-product.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a.catalog  {
	background: url(../img/index/bg-a-tarpee.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="flatyarn"] {
	background: url(../img/index/bg-a-flatyarn.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a.plastic {
	background: url(../img/index/bg-a-bluesheet.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a.engineering {
	background: url(../img/index/bg-a-engineering.svg) no-repeat center 50px;
	background-size: 40px auto;
}
/* ir */
.c-page-home__pick-up li a[href*="library"] {
	background: url(../img/index/bg-a-library.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="calendar_stock_quotes"] {
	background: url(../img/index/bg-a-calendar_stock_quotes.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="corporate_governance"] {
	background: url(../img/index/bg-a-corporate_governance.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="coupon"] {
	background: url(../img/index/bg-a-coupon.svg) no-repeat center 50px;
	background-size: 40px auto;
}
.c-page-home__pick-up li a[href*="7856"] {
	background: url(../img/index/bg-a-stock_price.svg) no-repeat center 55px;
	background-size: 44.05px auto;
}
.c-page-home__pick-up li a[href*="ir_news"] {
	background: url(../img/index/bg-a-ir_news.svg) no-repeat center 50px;
	background-size: 41px auto;
}
.c-page-home__pick-up li a h3 span {
	display: none;
}

.c-page-home__read {
	text-align: center;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.c-page-home__content h2 {
		margin: 0 0 13px;
		letter-spacing: 2px;
	}
	.c-page-home__content .btn-default {
		min-width: 0;
		width: 100%;
		padding: 14px 10px 11px 10px;
	}
	.c-page-home__pick-up li a::before {
		bottom: auto;
		top: 50%;
		margin-top: -10px;
	}
	.c-page-home__pick-up {
		width: auto;
		margin: 0;
	}
	.c-page-home__pick-up li {
		width: auto;
		height: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 12.5px;
	}
	.c-page-home__pick-up li.comingsoon::after {
		background-image: url(../img/index/bg-comingsoon-sp.png);
		background-size: 282px auto;
	}
	.c-page-home__pick-up li a {
		height: auto;
		background: none;
		letter-spacing: -.5px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.c-page-home__pick-up li a[target="_blank"]::before {
		background: url(../img/common/ico-pop-w.svg) no-repeat center center;
		background-size: 18px 16px;
	}
	.c-page-home__pick-up li a {
		background: none !important;
	}
	.c-page-home__pick-up li a h3 {
		margin: 0;
		padding: 0 30px 0 0;
		font-size: 1.8rem;
	}
	.c-page-home__pick-up li a h3 span {
		display: inline-block;
	}
	.c-page-home__pick-up li a h3 br {
		display: none;
	}
	.c-page-home__pick-up li a span {
		display: none;
	}
	.c-page-home__pick-up li a h3::before {
		width: 30px;
		height: 30px;
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
/* company */
	.c-page-home__pick-up li a[href*="message"] h3::before {
		background: url(../img/index/bg-a-message.svg) no-repeat;
		background-size: 30px 30px;
		vertical-align: -10px;
	}
	.c-page-home__pick-up li a[href*="making"] h3::before {
		background: url(../img/index/bg-a-making.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="making"] h3 {
		letter-spacing: -.9px;
	}
	.c-page-home__pick-up li a[href*="outline"] h3::before {
		background: url(../img/index/bg-a-outline.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="history"] h3::before {
		background: url(../img/index/bg-a-history.svg) no-repeat;
		background-size: 30px 30px;
	}
/* product */
	.c-page-home__pick-up li a[href*="business"] h3::before {
		background: url(../img/index/bg-a-product.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href$="business/"] h3 {
		letter-spacing: 1px;
	}
	.c-page-home__pick-up li a.catalog h3::before {
		background: url(../img/index/bg-a-tarpee.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a.catalog h3 {
		letter-spacing: .1px;
	}
	.c-page-home__pick-up li a[href*="flatyarn"] h3::before {
		background: url(../img/index/bg-a-flatyarn.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a.plastic h3::before {
		background: url(../img/index/bg-a-bluesheet.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a.engineering h3::before {
		background: url(../img/index/bg-a-engineering.svg) no-repeat right top;
		background-size: 22.83px 30px;
	}
	.c-page-home__pick-up li a.engineering h3 br {
		display: block;
	}
/* ir */
	.c-page-home__pick-up li a[href*="library"] h3::before {
		background: url(../img/index/bg-a-library.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="library"] h3 {
		letter-spacing: -.2px;
	}
	.c-page-home__pick-up li a[href*="calendar_stock_quotes"] h3::before {
		background: url(../img/index/bg-a-calendar_stock_quotes.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="calendar_stock_quotes"] h3 {
		letter-spacing: .6px;
	}
	.c-page-home__pick-up li a[href*="corporate_governance"] h3::before {
		background: url(../img/index/bg-a-corporate_governance.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="coupon"] h3::before {
		background: url(../img/index/bg-a-coupon.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__pick-up li a[href*="coupon"] h3 {
		letter-spacing: 1.4px;
	}
	.c-page-home__pick-up li a[href*="7856"] h3::before {
		background: url(../img/index/bg-a-stock_price.svg) no-repeat center center;
		background-size: 32px 21.8px;
	}
	.c-page-home__pick-up li a[href*="ir_news"] h3::before {
		background: url(../img/index/bg-a-ir_news.svg) no-repeat;
		background-size: 30px 30px;
	}
	.c-page-home__read {
		width: auto;
		margin-left: 6.66%;
		margin-right: 6.66%;
	}
}

@media only screen and (max-width: 320px) {
	.c-page-home__pick-up li a h3::before {
		margin-right: 7px;
	}
	.c-page-home__pick-up li a[href*="bluesheet"] h3 {
		letter-spacing: -1.6px;
		padding-right: 35px;
	}
	.c-page-home__pick-up li a[href*="corporate_governance"] h3 {
		letter-spacing: -1.6px;
		padding-right: 35px;
	}
}

/* information */
.c-page-home__information {
	padding: 33px 0 45px;
}
.c-page-home__information dl {
	width: 1000px;
	margin: 0 auto;
}
.c-page-home__information dl dt {
	width: 267px;
	position: absolute;
	font-size: 1.4rem;
	letter-spacing: 2.9px;
	padding: 9.5px 4px 12px;
	overflow: hidden;
}
.c-page-home__information-new::after {
	content: "NEW";
	display: inline-block;
	width: 50px;
	border: solid 1px #eb0000;
	color: #eb0000;
	padding: 2px 3px 1px 5px;
	margin: 0 0 0 9px;
}
.c-page-home__information dt span[class^="label-"] {
	display: inline-block;
	background: #00307c;
	color: #fff;
	float: right;
	margin-top: -2px;
	letter-spacing: 2px;
	padding: 2px 4px 1px 4px;
	width: 77px;
	text-align: center;
}
.c-page-home__information dt span.label-ir_news {
	background: #00307c;
	letter-spacing: 2.4px;
}
.c-page-home__information dt span.label-engineering {
	background: #3b5997;
	letter-spacing: 0;
}
.c-page-home__information dt span.label-engineering span {
	display: inline-block;
	white-space: nowrap;
	-moz-transform: scale(0.6, 1);
	-webkit-transform: scale(0.6, 1);
	transform: scale(0.6, 1);
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.c-page-home__information dt span.label-synthetic_resin {
	background: #3b5997;
	letter-spacing: 2px;
}
.c-page-home__information dl dd {
	border-bottom: dotted 2px #ccc;
	padding: 10px 0 11.5px 288px;
	margin-bottom: 5px;
	letter-spacing: 1.3px;
}
.c-page-home__information dl dd a {
	color: #4c4c4c;
	display: block;
	padding-right: 60px;
}
.c-page-home__information dl dd a::after {
	content: "MORE";
	display: block;
	width: 58px;
	position: absolute;
	right: 5px;
	top: 6px;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 2.3px;
	padding-left: 22px;
	background: url(../img/common/ico-arrow-g.svg) no-repeat;
	background-size: 13.5px 13px;
}
.c-page-home__information-more {
	position: absolute;
	top: -10px;
	right: -9px;
}
.c-page-home__content .c-page-home__information-more a {
	min-width: 0;
	background: none;
	border: none;
	font-size: 1.7rem;
	letter-spacing: 1.7px;
}
.c-page-home__content .c-page-home__information-more a::after {
	margin-left: 4px;
}
.c-page-home__content .c-page-home__information-more a:hover {
	background: none;
}

@media only screen and (max-width: 767px) {
	.c-page-home__information {
		padding: 35px 6.4% 43px;
		background: #fff;
	}
	.c-page-home__information dl {
		width: auto;
		margin-bottom: 24px;
	}
	.c-page-home__information dl dt {
		width: auto;
		position: relative;
		font-size: 1.4rem;
		letter-spacing: 2.9px;
		padding: 9.5px 0 1.5px;
	}
	.c-page-home__information-new::after {
		margin: 0 0 0 11px;
		padding: 2px 4px 1px 6px;
		vertical-align: 2px;
	}
	.c-page-home__information dl dd {
		border-bottom: dotted 2px #ccc;
		padding: 0 0 7.5px;
		margin-bottom: 0;
		letter-spacing: 1.3px;
	}
	.c-page-home__information dl dd a {
		padding-right: 0;
		line-height: 1.6;
	}
	.c-page-home__information dl dd a::after {
		display: none;
	}
	.c-page-home__information dl dt:nth-of-type(4),
	.c-page-home__information dl dt:nth-of-type(5),
	.c-page-home__information dl dd:nth-of-type(4),
	.c-page-home__information dl dd:nth-of-type(5) {
		display: none;
	}
	.c-page-home__information-more {
		position: relative;
		top: auto;
		right: auto;
	}
	.c-page-home__content .c-page-home__information-more a {
		min-width: 0;
		width: 100%;
		background: none;
		border: solid 1px #002f7b;
		font-size: 1.6rem;
		letter-spacing: 1.7px;
	}
	.c-page-home__content .c-page-home__information-more a::after {
		margin-left: 7px;
	}
}

/* company */
.c-page-home__company {
	background-image: url(../img/index/bg-company.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	color: #fff;
	padding: 73px 0 75px;
}
.c-page-home__company h2 {
	color: #fff;
	letter-spacing: 2.4px;
	margin-bottom: 87px;
}

@media only screen and (max-width: 767px) {
	.c-page-home__company {
		padding: 48px 6.666% 51px;
		background: none;
	}
	.c-page-home__company h2 {
		padding-right: 4px;
		margin-bottom: 46px;
	}
}

/* outline */
.c-page-home__outline {
	padding: 75px 0 75px;
}
.c-page-home__outline h2 {
	letter-spacing: 2.7px;
	padding-left: 2px;
	margin-bottom: 47px;
}
.c-page-home__outline h2::before {
	content: "";
	width: 38px;
	height: 71px;
	display: block;
	margin: 0 auto 19px;
	position: relative;
	left: -2px;
	background: url(../img/index/bg-ttl-outline.svg) no-repeat;
	background-size: 100% 100%;
}
.c-page-home__outline p + p {
	margin-top: 47px;
	letter-spacing: 1.8px;
	line-height: 1.65;
}
.c-page-home__content .c-page-home__outline .btn-default {
	margin-top: -3px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.c-page-home__outline {
		padding: 53px 0 53px;
		background: #fff;
	}
	.c-page-home__outline h2 {
		letter-spacing: 2.7px;
		padding-left: 2px;
		margin-bottom: 34px;
	}
	.c-page-home__outline h2::before {
		width: 28px;
		height: 53.5px;
		margin: 0 auto 6px;
		left: -1px;
	}
	.c-page-home__outline p + p {
		margin-top: 47px;
		margin: 50px 6.666% 0;
		letter-spacing: 2px;
	}
	.c-page-home__outline p + p br {
		display: none;
	}
	.c-page-home__outline p + p:last-child {
		margin-top: 23px;
	}
}

/* product */
.c-page-home__product {
	background-image: url(../img/index/bg-product.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	color: #fff;
	padding: 74px 0 75px;
}
.c-page-home__product h2 {
	color: #fff;
	margin-bottom: 87px;
}

@media only screen and (max-width: 767px) {
	.c-page-home__product {
		background: none;
		padding: 49px 6.666% 49px;
	}
	.c-page-home__product h2 {
		margin-bottom: 46px;
	}
}

/* recruit */
/*
.c-page-home__recruit .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
*/
.c-page-home__recruit-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 13px;
}
.c-page-home__recruit-text h2 {
	margin-bottom: 47px;
}
.c-page-home__recruit-text h2::before {
	content: "";
	width: 42px;
	height: 32px;
	display: block;
	margin: 0 auto 23px;
	background: url(../img/index/bg-ttl-recruit.svg) no-repeat;
	background-size: 100% 100%;
}
.c-page-home__recruit-text p {
	margin-bottom: 51px;
}
.c-page-home__content .c-page-home__recruit-text p .btn-default {
	letter-spacing: -.5px;
}
.c-page-home__content .c-page-home__recruit-text p .btn-default::after {
	width: 18px;
	height: 16px;
	background: url(../img/common/ico-pop-b.svg) no-repeat;
}
.c-page-home__recruit-text p + p {
	margin: 25px 0 0;
}
.c-page-home__content .c-page-home__recruit-text p + p .btn-default {
	border-color: #00a0e9;
	color: #00a0e9;
	letter-spacing: 1.5px;
}
.c-page-home__content .c-page-home__recruit-text p + p .btn-default:hover {
	background-color: #d9f0f9;
}
.c-page-home__content .c-page-home__recruit-text p + p .btn-default::after {
	width: 18px;
	height: 16px;
	background: url(../img/common/ico-pop-lb.svg) no-repeat;
}
.c-page-home__recruit-img {
	padding-left: 0;
	overflow: hidden;
}
.c-page-home__recruit-img img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.c-page-home__recruit {
		background: #fff;
	}
	.c-page-home__recruit .row {
		display: block;
	}
	.c-page-home__recruit-text {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 51px 6.666% 53px;
	}
	.c-page-home__recruit-text h2 {
		margin-bottom: 46px;
	}
	.c-page-home__recruit-text h2::before {
		width: 33px;
		height: 23px;
		margin: 0 auto 10px;
		background: url(../img/index/bg-ttl-recruit.svg) no-repeat;
		background-size: 100% 100%;
	}
	.c-page-home__recruit-text p {
		margin-bottom: 10px;
	}
	.c-page-home__recruit-text p + p {
		margin: 13px 0 0;
	}
	.c-page-home__recruit-img {
		display: none;
	}
}

/* ir */
.c-page-home__ir {
	background-image: url(../img/index/bg-ir.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	color: #fff;
	padding: 73px 0 75px;
}
.c-page-home__ir h2 {
	color: #fff;
	letter-spacing: 2.9px;
	margin-bottom: 88px;
}

@media only screen and (max-width: 767px) {
	.c-page-home__ir {
		background: none;
		padding: 49px 6.666% 50px;
	}
	.c-page-home__ir h2 {
		letter-spacing: 2.9px;
		margin-bottom: 46px;
	}
}

.c-page-home__pr {
	padding: 75px 0 76px;
}
.c-page-home__pr h2 {
	margin-bottom: 18px;
}
.c-page-home__pr h2::before {
	content: "";
	width: 40px;
	height: 39px;
	display: block;
	background: url(../img/index/bg-ttl-pr.svg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 18px;
	position: relative;
	left: -2px;
}
.c-page-home__pr h3 {
	color: #002F7B;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2.4px;
	text-align: center;
	margin: 60px 0 25px;
}
.c-page-home__pr p {
	letter-spacing: 2.4px;
	line-height: 1.6;
}
.c-page-home__pr p + p {
	margin-top: 45px;
}
.c-page-home__pr-movie {
	width: 640px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.c-page-home__pr-movie::after{
	padding-top: 61.9266%;
	display: block;
	content: "";
}
.c-page-home__pr-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.c-page-home__pr ul {
	width: 900px;
	margin: 0 auto 80px;
}
.c-page-home__pr ul li {
	float: left;
	width: 300px;
}
.c-page-home__pr ul li p {
	font-size: 1.8rem;
	margin: 15px 0 0;
	text-align: center;
}
.c-page-home__pr ul li > a {
	display: block;
	overflow: hidden;
}
.c-page-home__pr ul li > a:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 10px #4C6DA3;
	opacity: .8;
}
.c-page-home__pr ul li p a[target="_blank"]::before {
	content: "";
	width: 20px;
	height: 18px;
	display: inline-block;
	background: url(../img/common/ico-pop-b.svg) no-repeat;
	background-size: 18px 16px;
	vertical-align: -3px;
	margin-right: 7px;
}
.c-page-home__pr ul li a img {
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.c-page-home__pr ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
	.c-page-home__pr {
		padding: 51px 6.666% 51px;
		background: #fff;
	}
	.c-page-home__pr h2 {
		margin-bottom: 40px;
	}
	.c-page-home__pr h2::before {
		width: 36px;
		height: 29px;
		margin: 0 auto 7px;
	}
	.c-page-home__pr h3 {
		font-size: 1.8rem;
		letter-spacing: 2.4px;
		margin: 50px 0 22px;
	}
	.c-page-home__pr p {
		letter-spacing: 2px;
	}
	.c-page-home__pr p br {
		display: none;
	}
	.c-page-home__pr p + p {
		margin-top: 22px;
	}
	.c-page-home__pr-movie {
		width: 100%;
	}
	.c-page-home__pr ul {
		width: auto;
		margin: 0 auto 30px;
	}
	.c-page-home__pr ul li {
		float: left;
		width: 46.2%;
		margin: 0 0 20px 7.6%;
	}
	.c-page-home__pr ul li:nth-child(2n+1) {
		margin-left: 0;
	}
}

.c-page-home__map {
	height: 531px;
}

@media only screen and (max-width: 767px) {
	.c-page-home__map {
		height: 398px;
		background: #fff;
	}
}

@media only screen and (max-width: 767px) {
	body.home .wrapper::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 76px;
		display: block;
		background: #fff;
	}
	body.home::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/index/bg-company.jpg) center/cover no-repeat;
		-webkit-background-size: cover;
	}
	body.home.product::before {
		background-image: url(../img/index/bg-product.jpg);
	}
	body.home.ir::before {
		background-image: url(../img/index/bg-ir.jpg);
	}
}
