@charset "utf-8";
/* Honjyo Chemical / top css
-----------------------------------------------------*/

/* ==============================================
    loading
============================================== */
#loader-wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 102;
}
#loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 200px;
	margin-top: -100px;
	text-align: center;
	color: #0092d8;
	z-index: 21;
}
/*#loader #loading {
	background: #0092d8;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}*/
#loader p {
	margin: 20px auto;
	text-align: center;
}

/*@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}*/

@media screen and (max-width: 700px) {
	#loader p {
		max-width: 80%;
	}
}


/* ==============================================
    main-visual
============================================== */

#contents {
	text-align: center;
}


#main-visual {
	margin-bottom: 70px;
	position: relative;
	line-height: 0;
}

#main-visual img.sp {
	display: none;
}
@media screen and (max-width: 700px) {
	#main-visual {
		margin-top: 50px;
	}
	#main-visual img.pc {
		display: none;
	}
	#main-visual img.sp {
		display: block;
	}
}


.slider,
.thumbnail {
	opacity: 0;
	transition: opacity .5s linear;
}
.slider.slick-initialized,
.thumbnail.slick-initialized {
	opacity: 1;
}
.slider .item {
	position: relative;
}

.slider figure img {
	width: 100%;
	max-width: inherit;
	/*opacity: 0;*/
}
.slider .catch,
.slider .subcatch {
	position: absolute;
	top: 25%;
	left: 8%;
	z-index: 10;
	/*opacity: 0;*/
}
.slider .subcatch {
	left: 9%;
}

.slider .catch img,
.slider .subcatch img {
	width: 100%;
}

.slider .item1 .catch {
	width: 30%;
}
.slider .item1 .subcatch {
	width: 28%;
	top: 57%;
}
.slider .item2 .catch {
	width: 34%;
	top: 34%;
}
.slider .item2 .subcatch {
	width: 24%;
	top: 44%;
	left: inherit;
	right: 8%;
}
.slider .item3 .catch {
	width: 40%;
	top: 40%;
}
.slider .item3 .subcatch {
	width: 34%;
	top: 57%;
}
.slider .item4 .catch {
	width: 30%;
	top: 35%;
	left: 14%;
}
.slider .item4 .subcatch {
	width: 32%;
	top: 54%;
	left: 15%;
}

.slider .slick-slide {
	overflow: hidden;
}


#main-visual .thumbnail {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
}

#main-visual .thumbnail .slick-slide {
	margin: 0 12px;
}

#main-visual .thumbnail .item {
	margin: 0 0px;
}


#main-visual .thumbnail .item img {
	opacity: 0.4;
	cursor: pointer;
}
#main-visual .thumbnail .slick-current .item img {
	opacity: 1;
}


#main-visual .thumbnail .slick-track {
	transform:unset!important;
}

@media screen and (max-width: 1200px) {
	#main-visual .thumbnail {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {
	#main-visual {
		margin-bottom: 30px;
	}
	#main-visual .thumbnail {
		display: none;
	}
}

/* ==============================================
    news-area
============================================== */
#main-slide {
	position: relative;
	background: #fff;
}
#news-area {
	position: absolute;
	top: 86%;
	left: 7%;
	width: 86%;
	padding: 15px;
	background: rgba(255,255,255,0.75);
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#news-area h2 {
	width: 195px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0492e3;
}
#news-area h2 img {
	width: 78px;
}

#news-area dl {
	margin-left: 44px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
	flex: 1;
}
#news-area dl dt,
#news-area dl dd {
	padding: 5px 0;
}

#news-area dl dt {
	width: 8em;
	margin-right: 0px;
}
#news-area dl dd {
	width: calc(100% - 8em);
}

#news-area a {
	color: #313131;
}

@media screen and (max-width: 1200px) {
	#news-area {
		top: inherit;
		bottom: 10px;
		padding: 10px 10px;
	}
	#news-area h2 {
		width: 80px;
	}
	#news-area dl {
		margin-left: 20px;
	}
	#news-area dl dt {
		width: 6em;
	}
}

@media screen and (max-width: 700px) {
	#news-area {
		position: inherit;
		top: inherit;
		left: inherit;
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	#news-area h2 {
		width: 60px;
		margin-bottom: 20px;
	}
	#news-area dl {
		margin-left: 0px;
	}
}

/* ==============================================
    banner-area
============================================== */
#banner-area {
	text-align: center;
	margin-bottom: 70px;
}
#btn_disclosure {
	margin-bottom: 80px;
}
#btn_disclosure a {
	display: inline-block;
	font-size: 1.750em;
	color: #0028c6;
	border: 1px solid #ddd;
	padding: 10px;
}
#btn_disclosure a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow1_b.svg") no-repeat 0 0 / contain;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
}
#btn_disclosure a::after {
	content: "";
	display: block;
	background: #8ea9e7;
	width: 200px;
	height: 2px;
}
#btn_disclosure a:hover {
	text-decoration: none;
}

#banner-area ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
#banner-area li {
	margin: 0 10px;
}

/* ==============================================
    section
============================================== */
#contents section {
	margin: 12vw 0;
}
#contents section .inner {
	position: relative;
}
#contents section .content {
	background: #0492e3;
	padding: 5vw 0;
	min-height: 14vw;
}

#contents section figure {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44vw;
}
#contents section figure img {
	width: 100%;
}
#contents section#company .content,
#contents section#rd .content{
	margin-left: -7vw;
	padding-left: 7vw;
	padding-right: 44vw;
}
#contents section#company figure,
#contents section#rd figure {
	right: 0;
}

#contents section#products .content,
#contents section#recruitment .content{
	margin-right: -7vw;
	padding-right: 7vw;
	padding-left: 46vw;
}
#contents section#products figure,
#contents section#recruitment figure {
	left: 0;
}


#contents section .content h2 {
	border-bottom: 2px solid #fff;
}

#contents section .content h2 strong {
	font-size: 1.875em;
	font-weight: normal;
	color: #fff;
}
/*#contents section .content h2 strong::after {
	content: "";
	display: inline-block;
	background: url("image/en_company.svg") no-repeat 0 0 / contain;
	width: 200px;
	height: 20px;
	margin: 0px 0 0 15px;
}

#contents section#company .content h2 strong::after {
	background-image: url("image/en_company.svg");
}
#contents section#products .content h2 strong::after {
	background-image: url("image/en_products.svg");
}
#contents section#rd .content h2 strong::after {
	background-image: url("image/en_rd.svg");
}
#contents section#recruitment .content h2 strong::after {
	background-image: url("image/en_recruitment.svg");
}*/


#contents section .content h2 a {
	display: flex;
	color: #fff;
	padding-left: 22px;
	position: relative;
}
#contents section .content h2 a:hover {
	text-decoration: none;
	opacity: 1;
}
#contents section .content h2 a::before {
	content: "";
	display: block;
	background: url("image/arrow1_w.svg") no-repeat 0 0 / contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .2s;
}
#contents section .content h2 a:hover::before {
	transform: translate(3px,-50%);
}

#contents section .content p {
	padding: 26px 26px 0;
	color: #fff;
}

@media screen and (max-width: 700px) {
	#contents section .content {
		padding: 30px 10px !important;
		margin: 0 !important;
		min-height: inherit;
	}

	#contents section figure {
		position: inherit;
		top: inherit;
		transform: translateY(0);
		width: 100vw;
	}
	#contents section .content h2 strong {
		font-size: 1.385em;
	}
	#contents section .content h2 strong::after {
		width: 150px;
		height: 15px;
	}
}
