@charset "utf-8";
/* CSS Document */

/* common */


.learn-more {
	max-width: 100px;
	width: 100%;
	display: block;
	margin: 35px auto 0;
	border-top: 1px solid #333;
	text-decoration: none;
	outline: none;
	transition: all .2s;
	position: relative;
	padding: 20px 0;
}

.learn-more span {
	color: #a40016;
	display: block;
	text-align: center;
}

.learn-more::before,
.learn-more::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 1px solid transparent;
}

.learn-more::before {
	top: 3px;
	left: -3px;
}

.learn-more::after {
	bottom: 3px;
	right: -3px;
}

a:hover .learn-more {
	color: #d71317;
	border-top: 1px solid transparent;
}

a:hover .learn-more::before,
a:hover .learn-more::after {
	width: 100%;
	height: 100%;
}

a:hover .learn-more::before {
	border-bottom-color: #d71317;
	border-left-color: #d71317;
	transition: height .3s, width .3s .3s;
}

a:hover .learn-more::after {
	border-top-color: #d71317;
	border-right-color: #d71317;
	transition: height .3s, width .3s .3s;
}

.title01 strong {
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.title01 span {
	font-size: 3.4rem;
	margin-top: 20px;
	display: block;
	font-weight: 700;
	line-height: 1;
}

.title-bighead{
	width: 100%;
	line-height: 1;
	position: relative;
    height: 6vw;
	color: #222222;
}

.title-bighead strong{
	font-size: 3.5vw;
	display: inline-block;
}
.title-bighead span{
	font-size: 1.3vw;
	display: block;
	position: absolute;
	bottom: 0;
	left: 4.5vw;
}

.title-bighead strong::first-letter{
	font-size: 1.8em;
	vertical-align:-.3em;
}
.title-bighead.white-ttl strong::first-letter{
	color: #FFF;

}
.title-bighead.white-ttl span{
	color: #FFF;
}
.title-bighead.red-ttl strong::first-letter{
	color: #d7001d;

}
.title-bighead.red-ttl span{
	color: #d7001d;
}

@media screen and (min-width: 1300px) {
	.title-bighead{
		height: 12rem;
	}
	
	.title-bighead strong{
		font-size: 72px;
	}
	.title-bighead span{
		font-size: 3rem;
		left: 80px;
	}
}
/* =====================
  mv-area
===================== */
.mv-area {
	position: relative;
	/*height: 900px;*/
	box-sizing: border-box;
	overflow: hidden;
}

.mv-wrap {
	height: 0;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.mv-area iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.title-area {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.title-area h2 {
	position: relative;
}

.title-area h2 .red-ttl {
	font-size: 2.92vw;
	color: #fff;
	font-weight: normal;
	background-color: #d71317;
	padding: 20px 4vw;
	transform: skew(-10deg);
	display: inline-block;
}

.title-area h2 .white-ttl {
	font-size: 1.25vw;
	color: #fff;
	background: #d7001d;
	padding: 10px 150px;
	transform: skew(-10deg);
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 54px;
}

.title-area h2 .red-ttl .inner,
.title-area h2 .white-ttl .inner {
	transform: skew(10deg);
	display: block;
}

.title-area p {
	color: #fff;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

.red {
	color: #d71317;
}
.lead-txt{
	font-weight: 600;
}
.bg_geometry-left{
    position: relative;
}
.bg_geometry-left::after{
	display: block;
    content: '';
    position: absolute;
	width: 63vw;
    height: 100%;
    top: 0;
    left: -15vw;
    transform: skew(-25deg);
    z-index: 0;
    background-color: #d2dddd;
}

.bg_gradient-red{
	background-image: url(../images/index/bg_gradient.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
.btn-diagonal {
	display: block;
	max-width: 420px;
	width: 100%;
	background-color: #d71317;
	color: #fff;
	transform: skew(-10deg);
	padding: 14px 0;
	border: 1px solid transparent;
	transition: 0.1s ease-in-out;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.btn-diagonal:hover {
	background-color: #fff;
	color: #d71317;
	border: 1px solid #d71317;

}

.btn-diagonal .inner {
	display: block;
	transform: skew(10deg);
	text-align: center;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
}
.btn-diagonal.black-btn{
	background-color: #222222;
}
.btn-diagonal.black-btn:hover {
	background-color: #fff;
}
/* ここまでデモページ用のコード */



.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

a .img-area-wrap {
	overflow: hidden;
}

.img-area-wrap img {
	width: 100%;
}

a:hover .img-area-wrap img {
	transform: scale(1.1);
}

a .img-area-wrap img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.4s ease;
}



main {
	display: block;
	position: relative;
	overflow: hidden;
}

main:before,
main:after {
	content: "";
	display: block;
	height: 680px;
	position: absolute;
	top: 0;
}

/* main:before {
	width: 100%;
	background: #d2dddd;
	background: linear-gradient(90deg, #d2dddd 0%, #d2dddd 80vw, #89b2c1 80vw, #89b2c1 100%);
	z-index: -1;
	left: 0;
}

main:after {
	width: 43.75%;
	background: #89b2c1;
	right: 0;
	transform: skew(-30deg);
	z-index: 1;
} */
.fix-bnr{
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 35%;
	display: block;
	z-index: 9999;
}
/* =====================
  mv-area
===================== */
.mv-area{
	background-image: url(../images/index/img_mv_advertisement.jpg);
	background-size: cover;

}
.mv-modal{
	display: block !important;
}

.mv-modal  .slick-slide{
	bottom: 0;
	top: auto !important;
  }
  .slick-img img {
	width: 100%;
  }

@keyframes zoomUp {
    0% {
		transform: scale(.9) translate(0, 0);

    }
	10% {
		transform: scale(1.02) translate(0, 0);

    }
	80% {
		transform: scale(1.02) translate(0, 0);
    }
	90%{

		opacity: 1;
		transform: scale(1) translate(0, 0);

	}
	100%{
		transform: scale(.9) translate(0, 0);
		opacity: 0;
	}


  }

  .add-animation {
	animation: zoomUp 4s linear 0s normal both; 
  }


/* =====================
  news-area
===================== */
.news-area {}

.news-wrap {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	position: relative;
}

.news-area .left {
	width: 105px;
}

.news-area .left span {
	color: #d71317;
	font-size: 2.2rem;
}

.news-area .right {
	width: calc(100% - 105px);
}

.news-area .right dl {
	margin-bottom: 0;
	padding-top: 4px;
}

.news-area .right dl dt {
	vertical-align: top;
	display: inline-block;
	max-width: 100px;
	font-weight: 500;
	width: 100%;
}

.news-area .right dl dd {
	display: inline-block;
	max-width: 385px;
	width: 100%;
	margin-bottom: 0;
}

/* =====================
  message-area
===================== */
.message-area{
	padding: 100px 0;
}
.message-area .container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message-area .title-bighead span{
	left: 5.5vw;
}
.message-text{
	color: #FFF;
	margin-top: 40px;
}

.message-area figcaption{
	width: 40%;
}
.message-area figure{
	width: 55%;
	margin-top: 40px;
}
@media screen and (min-width: 1300px) {
	.message-area .title-bighead span{
		left: 10rem;
	}

}
/* =====================
  movie-area
===================== */
.movie-area {
	position: relative;
    z-index: 1;
	margin: 80px 0;
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
	justify-content: space-between;
}
.movie-area .title-bighead span{
	left: 4vw;
}

.movie-area .lead-txt {
	margin-top: 20px;
	text-align: left;
}

.movie-area .movie-textarea {
	width: 50%;
	order: 2;
}
.movie-area .movie-lower {
	width: 45%;
	overflow: hidden;
	cursor: pointer;
}
.movie-area .movie-lower img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease;
}
.movie-area .movie-lower:hover img {
    transform: scale(1.1);
}

.movie-modal-area iframe{
	width: 800px;
    height: 432px;
}
@media screen and (min-width: 1300px) {
	.movie-area .title-bighead span{
		left: 80px;
	}
}
/* =====================
 advertisement-area
===================== */
.advertisement-area{
	position: relative;
    z-index: 1;
	margin: 80px 0 0;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advertisement-area .title-bighead span{
	left: 4.5vw;
}

.advertisement-area .lead-txt {
	margin-top: 20px;
	text-align: left;
}

.advertisement-area .advertisement-textarea {
	width: 50%;
}
.advertisement-area .advertisement-img {
	width: 45%;
	overflow: hidden;
	cursor: pointer;
}
.advertisement-area .advertisement-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease;
}
.advertisement-area .advertisement-img:hover img {
    transform: scale(1.1);
}

.featherlight  .featherlight-content:has(.advertisement-modal-area){
    padding: 50px 0 0;
	background-color: transparent;

}
.advertisement-modal-area {
    max-width: 850px;
    width: 100%;
}
.featherlight .featherlight-content:has(.advertisement-modal-area) .featherlight-close-icon{
    background-color: transparent !important;
	width: auto !important;
	line-height: 40px!important;
}
@media screen and (min-width: 1300px) {
	.advertisement-area .title-bighead span{
		left: 80px;
	}
}
/* =====================
  oneminute-area
===================== */
.oneminute-area {
	position: relative;
    z-index: 1;
	margin-top: 0px;
	margin-bottom: 80px;
	padding: 80px 0;

}
.oneminute-area .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.oneminute-area::after{
	z-index: -1;
	display: block;
    content: '';
    position: absolute;
    width: 70vw;
    height: 100%;
    top: 0;
    right: -8vw;
    transform: skew(-25deg);
    background-color: #89b2c1;

}
.oneminute-area .title-bighead span{
	left: 4.5vw;
}

.oneminute-area .lead-txt {
	margin-top: 20px;
	text-align: left;
	color: #FFF;
}

.oneminute-area .oneminute-textarea {
	width: 45%;
	order: 2;
}

.oneminute-area .oneminute-textarea .btn-diagonal{
	display: block;
}
.oneminute-area .oneminute-lower {
	width: 50%;
}

.oneminute-area .oneminute-lower .btn-diagonal{
	display: none;
}


@media screen and (min-width: 1300px) {
	.oneminute-area .title-bighead span{
		left: 80px;
	}
}

/* =====================
  topics-area
===================== */

.topics-area {
	position: relative;
	z-index: 2;
}

.topics-area .topics-upper {
	padding: 100px 0 37px;
}

.topics-area .title-bighead {
	margin-bottom: 20px;
	text-align: left;
}

.topics-area .lead-txt {
	text-align: left;
	line-height: 1.5;
	font-weight: 700;
}

.topics-area .lead-txt span {
	display: inline-block;
}

.topics-modal-area {
	overflow: hidden;
}

.topics-modal-area li {
	margin-right: 18px;
	border: 1px solid #d9d9d9;
	min-height: 532px;
}

.topics-modal-area li a {
	min-height: 532px;
	background-color: #eeeeee;
}



.topics-modal-area li .text-area {
	padding: 40px 20px;
	transition: 0.3s ease-in-out;
}

.text-area h4 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	text-align: center;
	min-height: 76px;
	line-height: 1.4;
	font-weight: 700;
}

.text-area .number {
	font-size: 2.5rem;
	text-align: center;
	display: block;
	color: #9a9a9a;
}

.slick-next {
	right: 36% !important;
}

.slick-prev {
	left: 35% !important;
	z-index: 1;
}

.topics-modal-area li a,
.topics-modal-area li img {
	width: 100%;
}

.topics-modal-area li.slick-current a {
	background-color: #fff;
	transition: 0.3s ease-in-out;
}

.topics-modal-area .slick-next::before {
	content: url('../images/index/img_arrow_next.jpg') !important;
	opacity: 1 !important;
}

.topics-modal-area .slick-prev::before {
	content: url('../images/index/img_arrow_prev.jpg') !important;
	opacity: 1 !important;
}

.slick-prev,
.slick-next {
	width: 60px !important;
	height: 60px !important;
	opacity: 1 !important;
}

.topics-area .topics-lower {
	padding: 0 0 90px;
}

.topics-area a:hover .learn-more {
	color: #d71317;
	border-top: 1px solid #eeeeee;
}

.topics-modal-area li.slick-current a:hover .learn-more {
	border-top: 1px solid #fff;

}


.lightbox {
	display: none;
}

.modal-area {
	padding: 50px 0px;
	max-width: 800px;
}

.modal-area img {
	display: block;
	margin: 0 auto 30px;
	width: 80%;
}

.modal-area p {
	display: block;
	margin: 30px auto 0;
	max-width: 80%;
}

/* =====================
  about-area
===================== */

.about-area {
	padding: 70px 0 ;
}

.about-area > .inner{
	margin: auto;
	padding-left: 10%;
    padding-right: 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.about-area .title-bighead span{
    left: 5vw;
}
.about-area .about-textarea{
	width: 35%;
}
.about-area .about-textarea .btn-diagonal{
	display: block;
	margin-top: 40px;

}
.about-area .lead-txt{
	color: #FFF;
	margin-top: 20px;
}

.about-area .about-image{
	width: 60%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.about-area .about-image iframe{
	width: 100%;
	height: 380px;
}
.about-area .about-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease;
}
.about-area .about-image:hover img {
    transform: scale(1.1);
}
.about-area .about-image .btn-diagonal{
	display: none;
}
.about-modal-area iframe{
	width: 800px;
    height: 432px;
}
@media screen and (min-width: 1300px) {
	.about-area .title-bighead span{
		left: 80px;
	}
}

/* =====================
  topmessage-area
===================== */
.topmessage-area {
    z-index: 1;
    margin: 80px 0;
    display: flex;
    padding-top: 80px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.topmessage-area .title-bighead span{
	left: 3.5vw;
}

.topmessage-area .lead-txt {
	margin-top: 20px;
	text-align: left;
}

.topmessage-area .topmessage-textarea {
	width: 45%;
	order: 2;
}

.topmessage-area .topmessage-textarea .btn-diagonal{
	display: block;
}

.topmessage-area .topmessage-lower {
	width: 50%;
}

.topmessage-area .topmessage-lower .btn-diagonal{
	display: none;
}


@media screen and (min-width: 1300px) {
	.topmessage-area .title-bighead span{
		left: 75px;
	}
}
/* =====================
  division-area
===================== */
.division-area {
    z-index: 1;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	z-index: 2;
}

.division-area .title-bighead span{
	left: 4.5vw;
}

.division-area .lead-txt {
	margin-top: 20px;
	text-align: left;
}

.division-area .division-textarea {
	width: 45%;
}

.division-area .division-textarea  .btn-diagonal{
	display: block;
}

.division-area .division-lower {
	width: 50%;
}

.division-area .division-lower .btn-diagonal{
	display: none;
}


@media screen and (min-width: 1300px) {
	.division-area .title-bighead span{
		left: 80px;
	}
}
/* =====================
  people-area
===================== */
.people-area {
	position: relative;
	margin-bottom: 130px;
}
.people-area::after{
	width: 100%;
	height: calc(100% + 280px);
	bottom: 0;
	left: 0;
	content: "";
	background: url(../images/index/bg_people.jpg) left top;
	position: absolute;
	z-index: -1;
}
.people-area .people-head{
	padding: 140px 0 20px;
	margin-bottom: 100px;
}
.people-area .people-head .container{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.people-area .title-bighead span{
	left: 4.2vw;
}

.people-area .lead-txt {
	margin-top: 20px;
	text-align: left;
}

.people-area .people-textarea {
	width: 45%;
	order: 2;
}

.people-area .people-textarea .btn-diagonal{
	display: block;
}

.people-area .people-lower {
	width: 50%;
}

.people-area .people-lower .btn-diagonal{
	display: none;
}



@media screen and (min-width: 1300px) {
	.people-area .title-bighead span{
		left: 80px;
	}
}
.electronics-area,.chemicals-area{
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
	position: relative;
	padding: 100px 0 20px;
	margin-top: 80px;
}
.electronics-area{
	background-color: #85acbb;
}
.chemicals-area{
	background-color: #474f71;
}

.people-subtitle{
	position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
	display: block;
	max-width: 480px;
	width: 100%;
	background-color: #222222;
	color: #fff;
	transform: skew(-10deg);
	padding: 16px 0;
	font-weight: 700;
	text-align: left;
	line-height: 1;

}

.people-subtitle .en{
	font-size: 4rem;
	display: block;
	line-height: 1;
}
.people-subtitle .ja{
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}
.people-subtitle .inner {
	padding-left: 90px;
	transform: skew(10deg);
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: table;
	margin: 0 auto;
	position: relative;

}
.people-subtitle .inner::after{
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	content: "";
	background-size: cover;
}
.electronics-area .people-subtitle .inner::after{
	background-image: url(../images/index/icon_electronics.svg);
}
.chemicals-area .people-subtitle .inner::after{
	background-image: url(../images/index/icon_chemicals.svg);
}

.people-area .lower-box ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}

.people-area .lower-box ul li {
    width: calc(33.3% - 2%);
    vertical-align: top;
    margin-right: 3%;
}

.people-area .lower-box ul li a {
	width: 100%;
	margin-bottom: 45px;
}

.people-area .lower-box ul li a img {
	width: 100%;
}

.people-area .lower-box ul li:nth-child(3n) {
	margin-right: 0;
}

.people-area .lower-box ul li .profile-wrap {
	background: #fff;
	position: relative;
	padding-bottom: 17px;
}

.people-area .lower-box ul li .profile-box-inner {
	padding: 0px 25px 0px;
	margin-bottom: 10px;
}

.people-area .lower-box ul li .profile-box-inner .job {
	opacity: 0.6;

	text-align: right;
}

.people-area .lower-box ul li .profile-wrap .catch {
	font-size: 1.8rem;
	line-height: 1.6;
	width: 100%;
	font-weight: 700;

}


.people-area .lower-box ul li .profile-wrap .science {
	border: 2px solid #333;
	width: 35px;
	height: 35px;
	background: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: -20px;
    right: 20px;
}

.people-area .lower-box ul li .profile-wrap .department {
	color: #fff;
	background-color: #d71317;
	display: inline-block;
	padding: 7px 20px;
	position: relative;
	top: -20px;
	font-size: 2rem;
	align-items: center;
	display: flex;
	width: 73%;
}

.people-area .lower-box ul li .profile-wrap .department >span{
	display: block;
    font-size: 1.1rem;
	letter-spacing: -1px;
    line-height: 1.2;
	margin-left: 10px;
}

.people-area .lower-box ul li .profile-wrap .department::before {
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 46.5px solid #d71317;
    position: absolute;
    content: " ";
    right: -21px;
    top: 0px;
}




/* =====================
  crosstalk-area
===================== */

.crosstalk-area {
	padding: 0 0 70px;
	position: relative;
	margin: 120px 0 0;
}

.crosstalk-area::after{
	display: block;
    content: '';
    position: absolute;
    width: 73vw;
    height: 80%;
    bottom: 0;
    right: -300px;
    transform: skew(-25deg);
    z-index: 0;
    background-color: #d2dddd;
}


.crosstalk-area .container {
	position: relative;
	z-index: 1;
}
.crosstalk-area .crosstalk-head{
	position: absolute;
}
.crosstalk-area .lead-txt{
	width: 22%;
	margin-top: 30px;
}
.crosstalk-area .crosstalk-list{
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	justify-content: space-between;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 20px;
}

.crosstalk-area .upper-box {
	width: 47%;
}
.crosstalk-area .upper-box:nth-child(1) {
	margin-top: 120px;
}


.crosstalk-area .upper-box .img-area a {
	display: block;
	width: 100%;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
}

.crosstalk-area .upper-box .img-area img {
	width: 100%;
}

.crosstalk-area .upper-box .text-area {
	width: 41%;
	position: absolute;
	z-index: 2;
	right: 0;
}

.crosstalk-area .btn-diagonal{
	margin: -32px auto 0;
	max-width: 350px;
}



/* =====================
  workstyle-area
===================== */


.workstyle-area {
	padding: 0 0 40px;
	position: relative;
	margin: 120px 0 0;
}

.workstyle-area::after{
	display: block;
    content: '';
    position: absolute;
    width: 88vw;
    height: 80%;
    bottom: 0;
    left: -300px;
    transform: skew(25deg);
    z-index: 0;
    background-color: #efefef;
}

.workstyle-area .title-bighead span{
	left: 5vw;
}

.workstyle-area .container {
	position: relative;
	z-index: 1;
}
.workstyle-area .workstyle-head{
	position: absolute;
	right: 0;
}

.workstyle-area .workstyle-list{
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	justify-content: space-between;
	margin-right: auto;
	margin-top: 80px;
	padding-top: 60px;
}

.workstyle-area .upper-box {
	width: 47%;
}
.workstyle-area .upper-box:nth-child(2) {
	margin-top: 120px;
}



.workstyle-area .upper-box .img-area a {
	display: block;
	width: 100%;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
}

.workstyle-area .upper-box .img-area img {
	width: 100%;
}



.workstyle-area ul li .text-area {
	padding: 10px 20px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
}

.workstyle-area ul li .text-area::before {
	right: 43px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #d71317;
	border-right: 2px solid #d71317;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease-in-out;
}

.workstyle-area ul li a:hover .text-area::before {
	right: 38px;
}
@media screen and (min-width: 1300px) {
	.workstyle-area .title-bighead span{
		left: 100px;
	}
}

/* =====================
  recruit-area
===================== */

.recruit-area {
	padding: 200px 0 90px;
	background: #d2dddd;
	position: relative;
	margin-top: 60px;
}

.recruit-area .container {
	position: relative;
}

.recruit-area .recruit-box {
	position: relative;
	z-index: 1;
	padding: 70px 0;
	background: #fff;
}

.recruit-area .title-bighead {
	width: 25%;
    display: table !important;
    margin: 0 auto;
}

.recruit-area .bg01 {
	background: #89b2c1;
}

.recruit-area .link-area {
	margin-top: 30px;
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recruit-area .btn-diagonal{
	margin: 0 20px;
}



/* =====================
  Loading
===================== */

@keyframes byeShutter {
	0% {
	width: 0;
	height: 0;
	filter: blur(50px);
	transform: scale(1) rotate(0);
	opacity: 0;
	max-height: 0;

	}
	20%{
		opacity: .5;
		transform: scale(1) rotate(0);
		width: 40%;
		height: 40%;
		max-height: 40%;
	}
	60%{
	filter: blur(40px);
	transform: scale(2) rotate(20deg);
	
	}
	100% {
	  width: 100%;
	  height: 100%;
	  filter: blur(0);
	  opacity: 1;
	  max-height: 100%;

	}
  }

  @keyframes byeShutter-end {
	0% {
		width: 100%;
		height: 100%;
		max-height:  100%;
		filter: blur(0);
		opacity: 1;
		transform: scale(1) rotate(0);
	}

	20%{

		transform: scale(10) rotate(0);
		width: 40%;
		height: 40%;
		max-height:  40%;
	}
	60%{


	filter: blur(40px);
	transform: scale(3) rotate(20deg);
	opacity: 0;
	}
	100% {
		opacity: 0;
		width: 0;
		height: 0;
		transform: scale(2) rotate(30deg);
		max-height: 0;
	}
  }




/* =====================
  調整
===================== */

@media screen and (max-width: 1300px) {

	.title-area h2 .main-text {
		width: 50vw;
		margin: 0 auto;
	}

	.title-area h2 .white-ttl {
		padding: 0.8928vw 13.392vw;
		margin-top: 4.8214vw;
	}

	.movie-modal-area iframe{
		width: 55vw;
		height: 30vw;
	}

}

@media screen and (min-width:768px) and ( max-width:1300px) {
	.people-area .lower-box ul {
		justify-content: space-between;
	}
	.people-area .lower-box ul li{
		width: 48%;
		margin-right:0;
	}


	.people-area .lower-box ul li .profile-wrap .department >span{
		font-size: 1.2rem;
	}
	.people-area .lower-box ul li .profile-wrap .department{
		font-size: 1.8rem;
		min-height: 42px;
	}
	.people-area .lower-box ul li .profile-wrap .department::before{
		border-top: 42px solid #d71317;
		right: -20px;
	}
}

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

	/* common */

	.title01 strong {
		font-size: 4rem;
	}

	.title01 span {
		font-size: 2rem;
		margin-top: 10px;
	}


	.title-bighead{
		height: 14.5vw;
	}

	.title-bighead strong{
        font-size: 9vw;
	}
	.title-bighead span{
		font-size: 3vw;
		left: 11vw;
	}
	
	.title-bighead strong::first-letter{
		font-size: 1.8em;
		vertical-align:-.3em;
	}
	.bg_geometry-left::after{
		width: 113vw;
		left: -55vw;
	}
	.btn-diagonal {
		max-width: 320px;
	}
	/* =====================
	  mv-area
	===================== */
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.hover-area {
		display: none;
	}
	a:hover .img-area-wrap img {
		transform: scale(1);
	}



	.title-area {
		width: 65%;
		max-width: 313px;
		top: 50%;
	}

	.title-area h2 .main-text {
		width: 100%;
	}

	.title-area h2 .red-ttl {
		font-size: 1.8rem;
		padding: 10px 30px;
	}

	.title-area h2 .white-ttl {
		font-size: 1.4rem;
		padding: 5px 15px;
		transform: skew(-10deg);
		text-align: center;
		right: 35px;
		bottom: -21px;
		width: 90%;
		max-width: 300px;
	}


	main:before,
	main:after {
		height: 500px;
	}

	main:before {
		background: linear-gradient(90deg, #d2dddd 0%, #d2dddd 85vw, #89b2c1 85vw, #89b2c1 100%);
	}

	main:after {
		width: calc(41vw + 100px);
		right: -100px;
	}
	.fix-bnr{

		width: 95%;
	}
	/* =====================
	mv-area
	===================== */

	.mv-area {
		background-image: url(../images/index/img_mv_advertisement_sp.jpg);
		background-size: 100% 100%;
		margin-top: 60px;
		height: 160vw;
	}
	.mv-wrap{
		height: 100%;
		padding-bottom: 0;
	}

	/* =====================
	  news-area
	===================== */
	.news-area {
		z-index: 3;
		position: relative;
	}

	.news-wrap {
		padding: 15px 0;
		margin-top: 0px;
		bottom: -1px;
		left: 0px;
		transform: skew(0deg);
		position: relative;
		z-index: 2;

	}

	.news-area {
		max-width: 100%;
		width: 100%;
		display: block;
		margin: 0 auto;
		transform: skew(0deg);
	}

	.news-area .left {
		width: 100%;
	}

	.news-area .left span {
		font-size: 1.6rem;
	}

	.news-area .right {
		width: 100%;
	}

	.news-area .right {
		width: 100%;
	}

	.news-area .right dl {
		margin-bottom: 0;
		padding-top: 4px;
	}

	.news-area .right dl dt {
		max-width: 100px;
		width: 100%;
		font-size: 1.2rem;
	}

	.news-area .right dl dd {
		display: inline-block;
		max-width: 385px;
		font-size: 1.2rem;

	}

	.topics-area .topics-lower {
		padding: 30px 0 0;
	}

	/* =====================
	message-area
	===================== */
	.message-area{
		padding: 38px 0;
	}
	.message-area .title-bighead span{
		left: 13vw;
	}
	.message-text{
		margin-top: 20px;
	}

	.message-area figcaption{
		width: 100%;
	}
	.message-area figure{
		width: 100%;
	}
	/* =====================
	advertisement-area
	===================== */
	.advertisement-area{

		margin: 75px 0 0;
		padding-bottom: 40px;

	}
	.advertisement-area .title-bighead span{
		left: 11vw;
	}
	.advertisement-area .lead-txt {
		margin-top: 10px;
	}
	.advertisement-area .advertisement-textarea {
		width: 100%;
	}
	.advertisement-area .advertisement-img {
		width: 100%;
		margin-top: 10px;
	}
	.advertisement-area .advertisement-img:hover img {
		transform: scale(1);
	}
	

	/* =====================
	  movie-area
	===================== */

	.movie-area {
		margin: 40px 0;
		padding-top: 37px;
	}
	.movie-area .title-bighead span {
		left: 9.5vw;
	}
	.movie-area .lead-txt {
		margin-top: 10px;
	}
	.movie-area .movie-textarea {
		width: 100%;
		order: 0;
	}
	.movie-area .movie-lower {
		width: 100%;
		margin-top: 10px;
	}
	.movie-area .movie-lower:hover img {
		transform: scale(1);
	}
	

	/* =====================
	  topics-area
	===================== */

	.topics-area .topics-upper {
		padding: 40px 0 0;
	}

	.topics-area  .title-bighead span{
		left: 11vw;
	}

	.topics-area .lead-txt {
		text-align: left;
	}

	.topics-modal-area li {
		margin-right: 18px;
		border: 1px solid #d9d9d9;
		min-height: auto;
	}

	.topics-modal-area li a {
		min-height: auto;
	}

	.topics-modal-area li .text-area {
		padding: 20px 25px;
		background-color: #eeeeee;
		transition: 0.3s ease-in-out;
	}

	.text-area h4 {
		font-size: 1.8rem;
		margin-bottom: 10px;
		text-align: center;
		min-height: auto;
	}

	.text-area .number {
		font-size: 1.8rem;
	}

	.topics-modal-area .slick-next::before {
		content: url('../images/index/img_arrow_next_sp.jpg') !important;
		opacity: 1 !important;
	}

	.topics-modal-area .slick-prev::before {
		content: url('../images/index/img_arrow_prev_sp.jpg') !important;
		opacity: 1 !important;
	}

	.slick-prev,
	.slick-next {
		width: 30px !important;
		height: 30px !important;
		opacity: 1 !important;
	}

	.slick-prev {
		left: 6% !important;
		z-index: 1;
	}

	.slick-next {
		right: 11% !important;
	}

	.featherlight .featherlight-content {
		max-width: 90%;
	}

	/* =====================
	oneminute-area
	===================== */
	.oneminute-area {

		margin-top: 37px;
		margin-bottom: 60px;
		padding: 0 0 30px;

	}

	.oneminute-area::after{
		z-index: -1;
		display: block;
		content: '';
		position: absolute;
		width: 70vw;
		height: 100%;
		top: 0;
		right: -8vw;
		transform: skew(-25deg);
		background-color: #89b2c1;

	}
	.oneminute-area .title-bighead span{
		left: 10vw;
	}

	.oneminute-area .lead-txt {
		margin-top: 10px;
		color: #222222;
	}

	.oneminute-area .oneminute-textarea {
		width: 100%;
		order: 0;
	}
	.oneminute-area .oneminute-textarea .btn-diagonal{
		display: none;
	}
	.oneminute-area .oneminute-lower {
		width: 100%;
		position: relative;
		padding-bottom: 24px;
	}
	.oneminute-area .oneminute-lower .btn-diagonal{
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}
	
	.modal-area {
		padding: 30px 0px;
		max-width: 100%;
	}


	/* =====================
	  about-area
	===================== */

	.about-area {
		padding: 35px 0;
	}
	.about-area .inner{
        padding: 0 20px;
		justify-content: center;
	}
	.about-area .title-bighead span{
		left: 11vw;
	}
	.about-area .about-textarea{
		width: 100%;
	}
	.about-area .lead-txt {
		margin-top: 10px;
	}

	.about-area .about-textarea .btn-diagonal{
		display: none;
	}
	.about-area .about-image{
		width: 100%;
		position: relative;
		padding-bottom: 24px;
		margin-top: 10px;
	}
	.about-area .about-image:hover img {
		transform: scale(1);
	}
	.about-area .about-image .btn-diagonal{
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}
	.about-modal-area iframe{
		width: 800px;
		height: 432px;
	}
	/* =====================
	topmessage-area
	===================== */
	.topmessage-area {
		margin: 40px 0;
		padding-top: 30px;
	}

	.topmessage-area .title-bighead span{
		left: 7vw;
	}

	.topmessage-area .lead-txt {
		margin-top: 10px;
	}

	.topmessage-area .topmessage-textarea {
		width: 100%;
		order: 0;
	}
	.topmessage-area .topmessage-textarea .btn-diagonal{
		display: none;
	}
	.topmessage-area .topmessage-lower {
		width: 100%;
		margin-top: 10px;
		position: relative;
		padding-bottom: 24px;

	}
	.topmessage-area .topmessage-lower .btn-diagonal{
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}

	/* =====================
	division-area
	===================== */
	.division-area {
		margin: 40px 0 0;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.division-area .title-bighead span{
		left: 10vw;
	}

	.division-area .lead-txt {
		margin-top: 10px;
	}

	.division-area .division-textarea {
		width: 100%;
		order: 0;
	}
	.division-area .division-textarea .btn-diagonal{
		display: none;
	}
	.division-area .division-lower {
		width: 100%;
		margin-top: 10px;
		position: relative;
		padding-bottom: 24px;

	}
	.division-area .division-lower .btn-diagonal{
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}

	/* =====================
	  people-area
	===================== */
	.people-area {
		margin: 0 0;
		padding-top: 30px;
	}
	.people-area::after {
		height: calc(100% + 150px);
	}
	.people-area .title-bighead span{
		left: 6vw;
	}

	.people-area .people-head{
		padding: 0 0 20px;
		margin-bottom: 0;
	}

	.people-area .lead-txt {
		margin-top: 10px;
	}

	.people-area .people-textarea {
		width: 100%;
		order: 0;
	}
	.people-area .people-textarea .btn-diagonal{
		display: none;
	}
	.people-area .people-lower {
		width: 100%;
		margin-top: 10px;
		position: relative;
		padding-bottom: 24px;

	}
	.people-area .people-lower .btn-diagonal{
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}
	.electronics-area,.chemicals-area{
		padding: 80px 0 20px;
		margin-top: 80px;
	}
	.people-subtitle{
		max-width: 300px;
		padding: 10px 0;


	}
	.people-subtitle .en{
		line-height: 1.3;
		font-size: 1.4rem;
	}
	.people-subtitle .ja{
		line-height: 1.3;
		font-size: 2.2rem;
	}
	.people-subtitle .inner {
		padding-left: 40px;
	}
	.people-subtitle .inner::after{

		width: 33px;
		height: 33px;
	}

	.people-area .lower-box ul {
		padding: 0 0px;
	}

	.people-area .lower-box ul li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0%;
	}

	.people-area .lower-box ul li a {
		width: 100%;
		margin-bottom: 30px;
	}

	.people-area .lower-box ul li a img {
		width: 100%;
	}

	.people-area .lower-box ul li:nth-child(even) {
		margin-right: 0;
	}

	.people-area .lower-box ul li .profile-wrap {
		padding-bottom: 10px;
	}

	.people-area .lower-box ul li .profile-box-inner {
		padding: 0px 15px;
		margin-bottom: 15px;
	}

	.people-area .lower-box ul li .profile-wrap .catch {
		font-size: 1.6rem;
		display: inline-block;
		min-height: auto;

	}

	.people-area .lower-box ul li .profile-wrap .science {
		padding-top: 6px;

		right: 24px;
	}


	.people-area .lower-box ul li .profile-wrap .department::before {
		width: 0;
		height: 0;
		border: 30px solid transparent;
		border-top: 42.5px solid #d71317;
		position: absolute;
		content: " ";
		right: -30px;
		top: 0px;
	}
	/* =====================
	  crosstalk-area
	===================== */

	.crosstalk-area {
		padding: 0 0 30px;
		margin: 70px 0 0;
	}
	
	.crosstalk-area::after{
		display: block;
        content: '';
        position: absolute;
        width: 108vw;
        height: 91%;
        bottom: 0;
        right: -181px;
        transform: skew(-25deg);
        z-index: 0;
        background-color: #d2dddd;
	}
	
	.crosstalk-area .crosstalk-head{
		position: relative;
	}
	.crosstalk-area .lead-txt{
		width: 100%;
		margin-top: 20px;
	}
	.crosstalk-area .crosstalk-list{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		padding-top: 0;
	}
	
	.crosstalk-area .upper-box {
		width: 100%;
		margin-top: 30px;
	}
	.crosstalk-area .upper-box:nth-child(1) {
		margin-top: 0;
	}
	
	.crosstalk-area .upper-box .text-area {
		width: 100%;
	}

	.crosstalk-area .btn-diagonal{
		margin: -32px auto 0;
		max-width: 320px;
	}

	/* =====================
	  workstyle-area
	===================== */
	.workstyle-area {
		padding: 0 0 20px;
		margin: 77px 0 0;
	}
	.workstyle-area::after{
		height: 85%;
		width: 118vw;

	}
	.workstyle-area .title-bighead span{
		left: 13vw;
	}
	.workstyle-area .workstyle-head{
		position: relative;
	}
	
	.workstyle-area .workstyle-list{
		width: 100%;
		margin-top: 0;
		padding-top: 20px;
	}

		
	.workstyle-area .upper-box {
		width: 100%;
		margin-top: 30px;
	}
	.workstyle-area .upper-box:nth-child(2) {
		margin-top: 20px;
	}
	



	/* =====================
	  recruit-area
	===================== */

	.recruit-area {
		padding: 40px 0;
		margin-top: 40px;
	}
	.recruit-area .title-bighead span{
		bottom: 2vw;
		left: 11vw;
	}


	.recruit-area .recruit-box {
		padding: 40px 0;
	}
	.recruit-area .link-area {
		margin-top: 0;

	}
	.recruit-area .btn-diagonal{
		margin: 20px auto 0;
	}


	/* =====================
	  mv-advertisement
	===================== */
	.mv-advertisement{
		margin-top: 60px;
	}


	.mv-advertisement::after{
		height: 56.5vw;
	}

}
