<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------
 共通
------------------- */
scroll-padding-top: 95px;

body{
font-family:'Noto Sans JP';
}
.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}
p.lh-2{
 line-height: 2;
}

video{
 max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main ol li{
 list-style-type: decimal;
 margin-left: 20px;
 padding-left: 5px; 
}
.btn_10{
 width: 280px;
}
.btn_10 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #fff url(images/home/arrow-3.png) no-repeat 90% center;
	color: #333;
	transition: .2s;
	box-shadow: 0px 5px #333;
} 

.btn_10 a:hover {
	box-shadow: none;
	position: relative;
	top: 7px;
	background: #fff url(images/home/arrow-3.png) no-repeat 91% center;
}
.btn_maru{
 width: 78px;
 height: 78px;
}
.btn_maru a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 78px;
	height: 78px;
	font-weight: bold;
	border-radius: 50%;
	border: 3px solid #333;
	background: #fff url(images/home/arrow-3.png) no-repeat center center;
	color: #333;
	transition: .2s;
	box-shadow: 0px 5px #333;
}
.btn_maru a:hover {
	box-shadow: none;
	position: relative;
	top: 7px;
	background: #fff url(images/home/arrow-3.png) no-repeat center center;
}
/* ----------------------
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.anchor {
}
.page .main article{
 padding-top: 4vw;
 padding-bottom: 4vw;
}
.page .main article.end_block{
 padding-bottom: 10vw !important;
}
/* --------------------------- 3カラム基本/2カラム基本 */
.kanagawa .group_2 ul._1,
.w-iwaki .group_2 ul._1{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 justify-content: space-between;
 margin-bottom: 50px;
}
.w-center .group_2 ul{
 display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.kanagawa .group_7 .sub_group,
.w-iwaki .group_2 ul._2{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.kanagawa .group_2 ul._2{
 display: grid;
 grid-template-columns: 65% 30%;
 justify-content: space-between;
}
.kanagawa .group_2 ul._2 li:nth-child(2){
 text-align: center;
}
.w-iwaki .group_2 h3{
 font-size: 160%;
 line-height: 1.5;
 font-weight: bold;
 margin-bottom: 10px;
}
}/* pc end */

/* ----------------------
  pc
------------------------- */
@media screen and (min-width: 769px) {/* pc */
.intro .group_1 .img,
.message .group_1 .img{
 text-align: right;
 max-width: 90%;
 float: right;
}
.intro .group_2 ul,
.message .group_2 ul{
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 display: grid;
 grid-template-columns: 55% 40%;
 justify-content: space-between;
}
.intro .group_3 li p,
.intro .group_2 li p,
.message .group_2 li p{
 line-height: 2;
}
.intro .group_2 li .text_1,
.message .group_2 li .text_1{
 margin-bottom: 20px;
}

.intro h2,
.message h2{
 font-size: 300%;
}

.message h3{
 font-size: 220%;
 color: #1a8966;
 margin-top: 50px;
 margin-bottom: 25px;
}
.intro h3{
 font-size: 220%;
 color: #1a8966;
 margin-top: 0;
 margin-bottom: 25px;
}

.message .group_3 ul li{
 padding-top: 20px;
 padding-bottom: 20px;
 padding-left: 70px;
}
.message .group_3 ul li:nth-child(1){
 background: url(images/message/no-01.png) no-repeat left center;
 background-size: 50px 50px;
}
.message .group_3 ul li:nth-child(2){
 background: url(images/message/no-02.png) no-repeat left center;
 background-size: 50px 50px;
}
.message .group_3 ul li:nth-child(3){
 background: url(images/message/no-03.png) no-repeat left center;
 background-size: 50px 50px;
}
.message .group_4 .img{
 text-align: center;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
}
.intro h2{
 margin-bottom: 30px;
}
.intro .group_3 ul{
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 display: grid;
 grid-template-columns: 55% 40%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.intro .group_3 ul li{
 margin-bottom: 5vw;
}
.introduction #wrapper{
 background: url(images/intro/content-bg.png) no-repeat center top;
 background-size: 100% auto;
 height: 100%;
}
.message #wrapper{
 background: url(images/message/body-bg.png) no-repeat center top;
 background-size: 100% auto;
}


}/* pc end */

/* ---------------------------
 クレハ環境の仕事 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.works #wrapper{
 background: url(images/page/page-bg-1.png) no-repeat center top;
 background-size: 100% auto;
}
.works .group_1 h2{
 display: inline-block;
 padding-right: 20px;
 background: url(images/works/title-bg.png) no-repeat 100% 100%;
 background-size: 165px auto;
}
.works .group_1 h2 span{
 font-size: 140%;
}
.works h4.title{
 font-size: 120%;
 font-weight: bold;
 margin-bottom: 10px;
}
.works .group_2 ul,
.works .group_1 ul{
 display: grid;
 grid-template-columns: 60% 35%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.works .group_4 ul,
.works .group_3 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 grid-template-rows: auto auto;
 justify-content: space-between;
 max-width: 90%;
 margin: 4vw auto 0 auto; 
}
.works h3.no_01{
 font-size: 210%;
 background: url(images/works/no-01.png) no-repeat left center;
 background-size: 60px 60px;
 padding: 15px 0 15px 80px;
 margin-bottom: 10px;
}
.works h3.no_02{
 font-size: 210%;
 background: url(images/works/no-02.png) no-repeat left center;
 background-size: 60px 60px;
 padding: 15px 0 15px 80px;
 margin-bottom: 10px;
}
.works h3.no_03{
 font-size: 210%;
 background: url(images/works/no-03.png) no-repeat left center;
 background-size: 60px 60px;
 padding: 15px 0 15px 80px;
 margin-bottom: 10px;
}
.works h3.no_04{
 font-size: 210%;
 background: url(images/works/no-04.png) no-repeat left center;
 background-size: 60px 60px;
 padding: 15px 0 15px 80px;
 margin-bottom: 10px;
}

.btn10_green{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_green a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #8abd47 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_green a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #8abd47 url(images/works/arrow-w.png) no-repeat 91% center;
}
/* --------------------------- */
.btn10_orange{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_orange a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #f89900 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_orange a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #f89900 url(images/works/arrow-w.png) no-repeat 91% center;
}
/* --------------------------- */
.btn10_green_2{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_green_2 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #1a8a66 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_green_2 a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #1a8a66 url(images/works/arrow-w.png) no-repeat 91% center;
}
/* --------------------------- */
.btn10_blue{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_blue a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #004097 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_blue a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #004097 url(images/works/arrow-w.png) no-repeat 91% center;
}
/* --------------------------- */
.btn10_blue_2{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_blue_2 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #0192d3 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_blue_2 a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #0192d3 url(images/works/arrow-w.png) no-repeat 91% center;
}
.works .group_5 .inner{
 background: url(images/works/g4-bg.png) no-repeat center top;
 background-size: 100% auto;
 height: 24.4vw;
 overflow: hidden;
}
.works .group_5 ul{
 display: grid;
 grid-template-columns: 30% 30% 30%;
 grid-template-rows: auto auto;
 align-items: center;
 justify-content: space-between;
 max-width: 70%;
 margin: 7% auto 0 auto;
}
.works .group_5 ul li{
 text-align: center;
}
.works .group_5 li h3{
 font-size: 280%;
 letter-spacing: 2px;
}

.works .group_5 ul li .btn_maru{
 margin-left: auto;
 margin-right: auto;
}
}/*  */
/* ---------------------------
 福利厚生 pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.benefit #wrapper{
 background: url(images/page/page-bg-1.png) no-repeat center top;
 background-size: 100% auto;
}
h1.title,
.fukuri h1 {
    border-radius: 10px;
    display: inline-block;
    background-color: #000;
    font-size: 150%;
    padding: 4px 25px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
  }
h2.title,
.fukuri h2{
 font-size: 300%;
 line-height: 1.5;
 margin-bottom: 10px;
 font-weight: 500;
}
.suuji .group_1 ul,
.fukuri .group_1 ul._1{
 display: grid;
 grid-template-columns: 55% 40%;
 justify-content: space-between;
 max-width: 930px;
}
.fukuri .group_1 ul._2{
 display: grid;
 grid-template-columns: 40% 55%;
 justify-content: space-between;
 max-width: 930px;
}
.fukuri .group_1 ul._2 li:nth-child(2){
 padding-top: 6vw;
}
.fukuri h3{
 font-size: 130%;
}
.fukuri .group_3 h2,
.fukuri .group_1 h2,
.fukuri .group_1 h3{
 margin-bottom: 30px;
}
.fukuri .group_2 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}
.fukuri .group_2 ul li{
 margin-bottom: 4.5vw;
}
.fukuri .group_2 h3{
 margin-bottom: 20px;
 color: #1a8966;
}
.fukuri .group_3 ul{
 margin-top: 6vw;
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
 grid-template-rows: auto auto;
 max-width: 900px;
}
.btn10_green_3{
 width: 280px;
 margin-left: auto;
 margin-right: auto;
}
.btn10_green_3 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 280px;
	font-size: 110%;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 37px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #64bab1 url(images/works/arrow-w.png) no-repeat 90% center;
	color: #fff;
	transition: .2s;
	box-shadow: 0px 5px #333;
	margin: 30px auto 0 auto;
} 

.btn10_green_3 a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	background: #64bab1 url(images/works/arrow-w.png) no-repeat 91% center;
}

/* ---------------------------
 数字で知る
------------------------------ */
.faq #wrapper,
.entry #wrapper,
.numbers #wrapper{
 background: url(images/page/page-bg-1.png) no-repeat center top;
 background-size: 100% auto;
}
.suuji .group_2 ul{
 display: grid;
 grid-template-columns: 48% 48%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}
.suuji .group_2 li{
 border: 2px solid #ccc;
 background-color: #fff;
 border-radius: 30px;
 padding: 20px 30px;
 margin-bottom: 3vw; 
}
.suuji .group_2 .title{
 font-size: 140%;
 font-weight: bold;
}
.suuji .group_2 .img{
 text-align: center;
}

}/* pc end */

/* ---------------------------
 エントリー  pc
------------------------------ */
@media screen and (min-width: 769px) {/* pc */
.entry_page .group_1 ul{
 display: grid;
 grid-template-columns: auto 280px;
 justify-content: space-between;
 grid-template-rows: auto auto;
 max-width: 850px;
 margin-left: auto;
 margin-right: auto;
}
.entry_page .group_1 ul._1 li:nth-child(2){
 padding-top: 10%;
}

.entry_page h3{
 font-size: 160%;
 margin-bottom: 25px;
}
.entry_page h3.title_2{
 font-size: 280%;
 font-weight: 500;
 margin-bottom: 25px;
}
.entry_page .group_1 li .title{
 font-size: 180%;
 font-weight: bold;
}
.entry_page .group_2 table{
 margin-bottom: 70px;
}
.entry_page table{
 max-width: 900px;
 min-width: 80%;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #ccc;
}
.entry_page table td{
 padding: 15px 20px;
 border-bottom: 1px solid #ccc; 
 border-spacing: 5px;
}
.entry_page table th{
 padding: 15px;
 border-bottom: 1px solid #ccc;
 position: relative;
 font-weight: bold; 
}
.entry_page table th::after {
  content: '';
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}
.entry_page .group_3 table th{
 width: 25%;
}
.entry_page table caption{
 text-align: left;
 padding-bottom: 20px;
 padding-left: 20px;
 font-size: 120%;
}
.entry_page .group_4 a{
 color: #333;
}
.entry_page .group_3 p,
.entry_page .group_2 p{
 max-width: 864px;
 max-width: 78%;
 margin-left: auto;
 margin-right: auto;
}
.entry_page .group_3 p{
 margin-top: 20px;
}
}/*  */
/* --------------------------------
 よくある質問 pc
----------------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.faq h2.title{
 margin-bottom: 6vw;
}
.faq h3.title{
 font-size: 220%;
}
ul.faq_list li{
 padding-top: 3vw;
 padding-bottom: 3vw;
 border-bottom: 1px solid #c5c5c5;
}
ul.faq_list h4{
 background: url(images/faq/h4-bg.png) no-repeat left center;
 padding: 10px 0 10px 80px;
 font-size: 160%;
 font-weight: bold;
 color: #1a8966;
 margin-bottom: 10px;
}
ul.faq_list p{
 margin-left: 80px;
}
}/* pc end */
/* ---------------------------
 営業職K.K.他センパイ pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.person-05 #wrapper,
.person-04 #wrapper,
.person-03 #wrapper,
.person-02 #wrapper,
.person-01 #wrapper{
 background: url(images/person-01/person-bg.png) no-repeat center -80px;
 background-size: 100% auto;
}
#contents.person{
 background: url(images/person-01/content-bg.png) no-repeat center 160vw;
 background-size: 100% auto;
}
.person .group_1 {
 padding-top: 0 !important;
 overflow: hidden;
}
.person .group_1 .img{
 margin-top: 4vw;
}
.person .group_2 ul{
 margin-top: 10vw;
 display: grid;
 grid-template-columns: 48% 47%;
 justify-content: space-between;
 grid-template-rows: auto auto;
}
.person h3.faq{
 background: url(images/faq/h4-bg.png) no-repeat left center;
 padding: 10px 0 10px 80px;
 font-size: 160%;
 font-weight: bold;
 color: #1a8966;
 margin-bottom: 10px;
}
.person strong.title{
 display: inline-block;
 font-size: 230%;
 font-weight: normal;
 margin-bottom: 10px;
}
p.lh2{
 line-height: 2;
}
.person .group_3{
 padding-top: 13vw !important;
}

.person .group_5 .img,
.person .group_3 .img{
 margin-top: 5vw;
}
.person .group_5 .img{
 margin-bottom: 5vw;
}
.person .group_4 ul{
 margin-top: 6vw;
 display: grid;
 grid-template-columns: 48% 47%;
 justify-content: space-between;
 grid-template-rows: auto auto;
 margin-bottom: 6vw;
}
.person .group_6 {
 background: url(images/person-01/g6-bg.png) no-repeat center top;
 background-size: 90% auto;
}

.person .group_6 ul._1{
 display: grid;
 grid-template-columns: 47% 53%;
 justify-content: space-between;
 grid-template-rows: auto auto;
 background: url(images/person-01/border.png) no-repeat 47% 20px;
 margin: 5vw auto;
}
.person .group_6 ul._1 li:nth-child(1){
 margin-right: -10px;
}
.person .group_6 ul._1 li:nth-child(1) .text{
 width: 80%;
 margin-bottom: 5vw;
}
.person .group_6 ul._1 li:nth-child(2) .text{
 margin-left: 120px;
 margin-bottom: 5vw;
}
.person .group_6 ul._1 li:nth-child(2) .text.end{
 margin-bottom: 0 !important;
}

.person .group_6 ul._1 li:nth-child(2){
 padding-top: 5.8vw;
 margin-left: -11px;
}
.person .group_6 .time_l{
 font-size: 140%;
 font-weight: bold;
 margin-bottom: 10px;
 background: url(images/person-01/icon-right.png) no-repeat right center;
}

.person .group_6 .time_r{
 font-size: 140%;
 font-weight: bold;
 margin-bottom: 10px;
 background: url(images/person-01/icon-left.png) no-repeat left center;
 padding-left: 120px;
}
.person .group_6 ul._2{
 display: grid;
 grid-template-columns: 40% 56%;
 justify-content: space-between;
 grid-template-rows: auto auto;
 background-color: #fff;
 margin: 5vw auto;
 border: 2px solid #808080;
 border-radius: 50px;
 padding: 40px;
}
.person-01 .group_6 ul._2{
 display: grid;
 grid-template-columns: 57% 38% !important;
 justify-content: space-between;
 grid-template-rows: auto auto;
 background-color: #fff;
 margin: 5vw auto;
 border: 2px solid #808080;
 border-radius: 50px;
 padding: 40px;
}


.person .group_6 ul._2 h3{
 margin:0 auto 20px auto;
 max-width: 303px;
}
.person .group_end{
 background: url(images/person-01/end-bg.png) no-repeat center bottom;
 background-size: 100% auto;
 padding-top: 0 !important;
 padding-bottom: 18vw !important;
}
.person .group_end h2{
 max-width: 500px;
 margin: 0 auto 30px auto;
}
.person .image_map{
 max-width: 80%;
 margin-left: auto;
 margin-right: auto;
}
}/*  */

/* ---------------------------
  pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
}/* PC */

/* ---------------------------
  pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */

}/* PC */

/* ---------------------------
  pc
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
}/* PC */


/* ---------------------------
 よくある質問 pc
------------------------------ */

/* --------------------------- hoverで背景丸くなる */
.contact-top .group_2 li span{
 margin-top: 13px;
 display: inline-block;
 width: 57px;
 height: 57px;
 background: url(images/home/arrow-h1.png) no-repeat center center;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 float: right;
}

.btn_m span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background:#009ed8 url(images/home/arrow-h2.png) no-repeat center center;
  z-index: 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.btn_m &gt; span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.btn_m:hover span::before{
  width: 57px;
  height: 57px;
}

.btn_m span:hover::before {
  width: 57px;
  height: 57px;
}
}



/* -------------------------------------
  本体追加分
---------------------------------------- */
section {
 overflow: hidden;
}
.pt0{
 padding-top: 0 !important;
}

@media screen and (max-width: 768px) {/* SP */
article .inner{
 width: 90%;
}
.page_head{
 width: 100%;
 float: left;
 height: 40vw;
}

}/* sp end */
</pre></body></html>