<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (max-width: 768px) {/* sp */
.over_box_sp{
 overflow-x: scroll;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 max-width: 100%;
}
.main ol li{
 list-style-type: decimal;
 margin-left: 20px;
 padding-left: 5px; 
}

.page .main article{
 padding-top: 8vw;
 padding-bottom: 8vw;
}
.arrow_box .slick-next,
.btn_maru a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50px;
	height: 50px;
	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;
}
.arrow_box .slick-next:hover,
.btn_maru a:hover {
	box-shadow: none;
	position: relative;
	top: 7px;
	background: #fff url(images/home/arrow-3.png) no-repeat center center;
}
.arrow_box .slick-prev{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-weight: bold;
	border-radius: 50%;
	border: 3px solid #333;
	background: #fff url(images/home/arrow-3-left.png) no-repeat center center;
	color: #333;
	transition: .2s;
	box-shadow: 0px 5px #333;
}
.arrow_box .slick-prev:hover,
.btn_maru a:hover {
	box-shadow: none;
	position: relative;
	top: 7px;
	background: #fff url(images/home/arrow-3-left.png) no-repeat center center;
}
.arrow_box .slick-next{
 text-indent: -9999px;
 border: none;
 position: absolute;
 top: 15px;  
 right: 0;
 z-index: 10;
}
.arrow_box .slick-prev{
 text-indent: -9999px;
 border: none;
 position: absolute;
 top: 15px; 
 left: 0;
 z-index: 10;
}
.arrow_box{
 width: 130px;
 height: 50px;
 position: relative;
 float: right;
 margin: -20px 20% 0 0;
}
ul.slide{
}
.slide_outer{
 background: url(images/home/slide-bg.png) no-repeat right 120%;
 background-size: 120% auto;
 padding-bottom: 40vw;
}

/* ---------------------------
 メッセージ・クレハ環境とは SP
------------------------------ */
.intro .group_1 .img,
.message .group_1 .img{
}
.intro .group_1{
 background: url(images/intro/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
}
.message .group_1{
 background: url(images/message/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
}

.message .group_1 strong,
.intro .group_1 strong{
 font-size: 200%;
 background-color: #fff;
 display: inline-block;
 padding: 10px;
}
.message .group_1 .title_group,
.intro .group_1 .title_group{
 margin-top: 44vw;
 margin-left: 5vw;
}
.message .group_1 .name{
 font-size: 150%;
 background-color: #fff;
 display: inline-block;
 padding: 10px;
}
.message .group_1 p span.small{
 font-size: 60%;
 display: inline-block;
 margin-right: 20px;
}

.intro .group_2 ul,
.message .group_2 ul{
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}
.message .group_2 li:first-child,
.intro .group_2 li:first-child{
 margin-bottom: 40px;
}

.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: 180%;
}

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

.message .group_3 ul li{
 padding-top: 11px;
 padding-bottom: 20px;
 padding-left: 60px;
}
.message .group_3 ul li:nth-child(1){
 background: url(images/message/no-01.png) no-repeat left 3px;
 background-size: 40px 40px;
}
.message .group_3 ul li:nth-child(2){
 background: url(images/message/no-02.png) no-repeat left 3px;
 background-size: 40px 40px;
}
.message .group_3 ul li:nth-child(3){
 background: url(images/message/no-03.png) no-repeat left 3px;
 background-size: 40px 40px;
}
.message .group_4 .img{
 text-align: center;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
}
.message .group_4 {
 height: 100vw;
 background: url(images/message/bg-bottom.png) no-repeat 40% center;
 background-size: auto 100%;
 object-fit: cover;
 margin-bottom: 10vw;
}
.intro h2{
 margin-bottom: 30px;
}
.intro .group_3 ul{
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}
.intro .group_3 ul li{
}
.intro .group_3 ul li:nth-child(5),
.intro .group_3 ul li:nth-child(3),
.intro .group_3 ul li:nth-child(1){
 margin-bottom: 30px;
}
.intro .group_3 ul li:nth-child(6),
.intro .group_3 ul li:nth-child(4),
.intro .group_3 ul li:nth-child(2){
 margin-bottom: 60px;
}

.introduction #wrapper{
 background: url(images/intro/content-bg-sp.png) no-repeat center top;
 background-size: 100% auto;
 height: 100%;
}
.message #wrapper{
 background: url(images/message/body-bg-sp.png) no-repeat center top;
 background-size: 100% auto;
}

/* ---------------------------
 クレハ環境の仕事 SP
------------------------------ */
.works #wrapper{
 background: url(images/page/page-bg-sp-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: 30% 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{
}

.works .group_2 ul li:first-child,
.works .group_1 ul li:first-child{
 margin-bottom: 30px;
}
.works .group_4 ul li:first-child,
.works .group_3 ul li:first-child{
 margin-bottom: 65px;
}
.works .group_4 ul,
.works .group_3 ul{
 margin: 30px auto 0 auto; 
}
.works h3.no_01{
 font-size: 150%;
 background: url(images/works/no-01.png) no-repeat left center;
 background-size: 40px 40px;
 padding: 15px 0 15px 60px;
 margin-bottom: 10px;
}
.works h3.no_02{
 font-size: 150%;
 background: url(images/works/no-02.png) no-repeat left center;
 background-size: 40px 40px;
 padding: 15px 0 15px 60px;
 margin-bottom: 10px;
}
.works h3.no_03{
 font-size: 150%;
 background: url(images/works/no-03.png) no-repeat left center;
 background-size: 40px 40px;
 padding: 15px 0 15px 60px;
 margin-bottom: 10px;
}
.works h3.no_04{
 font-size: 150%;
 background: url(images/works/no-04.png) no-repeat left center;
 background-size: 40px 40px;
 padding: 15px 0 15px 60px;
 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{
 overflow: hidden;
 background: url(images/works/5-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 max-width: 555px;
 margin-left: auto;
 margin-right: auto;
 height: 95vw;
}
.works .group_5 ul{
 margin-top: 47vw;
}
.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: 70%;
 
}

/* ---------------------------
 福利厚生 SP
------------------------------ */
.benefit #wrapper{
 background: url(images/page/page-bg-sp-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: 120%;
    text-align: center;
    padding: 4px 25px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
  }
h2.title,
.fukuri h2{
 font-size: 180%;
 line-height: 1.5;
 margin-bottom: 40px;
 font-weight: 500;
}
.suuji .group_1 ul,
.fukuri .group_1 ul._1{
 display: grid;
 grid-template-columns: 65% 30%;
 justify-content: space-between;
 max-width: 930px;
 margin-bottom: 0;
}
.fukuri .group_1 ul._2{
 max-width: 930px;
}
.fukuri .group_1 ul._2 li:nth-child(1) img{
 max-width: 80%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.fukuri .group_1 ul._2 li:nth-child(2){
 padding-top: 6vw;
}
.fukuri h3{
 font-size: 160%;
}
.fukuri .group_3 h2,
.fukuri .group_1 h2,
.fukuri .group_1 h3{
 margin-bottom: 30px;
}
.fukuri .group_2 ul{
}
.fukuri .group_2 ul li{
 margin-bottom: 9vw;
}
.fukuri .group_2 h3{
 margin-bottom: 10px;
 color: #1a8966;
}
.fukuri .group_3 ul{
 margin-top: 6vw;
 max-width: 720px;
}
.fukuri .group_3 ul li:nth-child(1){
 margin-bottom: 40px;
}
.btn10_green_3{
 width: 280px;
 margin-left: ;
 margin-right: ;
}
.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;
}
/* ---------------------------
 数字で知る SP
------------------------------ */
.faq #wrapper,
.entry #wrapper,
.numbers #wrapper{
 background: url(images/page/page-bg-sp-1.png) no-repeat center top;
 background-size: 100% auto;
}
.suuji .group_2 ul{
}
.suuji .group_2 li{
 border: 2px solid #ccc;
 background-color: #fff;
 border-radius: 30px;
 padding: 20px 30px;
 margin-bottom: 10vw; 
}
.suuji .group_2 .title{
 font-size: 140%;
 font-weight: bold;
}
.suuji .group_2 .img{
 text-align: center;
}
/* ---------------------------
 エントリー  SP
------------------------------ */
.entry_page .group_1 ul{
 max-width: 850px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15vw;
}
.entry_page .group_1 ul li{
 margin-bottom: 30px;
}

.entry_page h3{
 font-size: 160%;
 margin-bottom: 25px;
}
.entry_page h3.title_2{
 font-size: 180%;
 margin-bottom: 25px;
 font-weight: 500;
}
.entry_page .group_1 li .title{
 font-size: 180%;
 font-weight: bold;
}
.entry_page .group_2 table{
 margin-bottom: 50px;
}
.entry_page table{
 max-width: 900px;
 min-width: 100%;
 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{
 font-size: 110%;
 padding: 15px 20px;
 border-bottom: 1px solid #ccc;
 position: relative;
 font-weight: bold; 
}
.entry_page table.sp-style td{
 display: block;
 padding: 15px 20px;
 border-bottom: 1px solid #ccc; 
 border-spacing: 5px;
}
.entry_page table.sp-style th{
 display: block;
 padding: 15px 20px;
 font-size: 110%;
 border-bottom: 1px solid #ccc;
 position: static;
 font-weight: bold;
 background: none; 
}
.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{
 
}
.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: 80%;
 margin-left: auto;
 margin-right: auto;
}
.entry_page .group_3 p{
 margin-top: 20px;
}
.entry_page .btn_10,
.entry_page .btn_10 a{
 margin-left: auto;
 margin-right: auto;
}
/* --------------------------------
 よくある質問 SP
----------------------------------- */
.faq h2.title{
 margin-bottom: 6vw;
}
.faq h3.title{
 font-size: 160%;
 padding-left: 0;
}
ul.faq_list li{
 padding-top: 3vw;
 padding-bottom: 5vw;
 border-bottom: 1px solid #c5c5c5;
}
ul.faq_list h4{
 background: url(images/faq/h4-bg.png) no-repeat left center;
 background-size: 40px 40px;
 padding: 10px 0 10px 50px;
 font-size: 120%;
 font-weight: bold;
 color: #1a8966;
 margin-bottom: 10px;
}
ul.faq_list p{
 margin-left: 50px;
}
/* ---------------------------
 営業職K.K.他センパイ SP
------------------------------ */
.person .main{
 background: url(images/person-01/sp-bg-2.png) no-repeat center 330vw;
 background-size: 100% auto;
}

.person-05 #wrapper,
.person-04 #wrapper,
.person-03 #wrapper,
.person-02 #wrapper,
.person-01 #wrapper{
}
#contents.person{
}
.person-01 .group_1{
 background: url(images/person-01/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 min-height: 120vw;
}
.person-02 .group_1{
 background: url(images/person-02/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 min-height: 120vw;
}
.person-03 .group_1{
 background: url(images/person-03/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 min-height: 120vw;
}
.person-04 .group_1{
 background: url(images/person-04/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 min-height: 120vw;
}
.person-05 .group_1{
 background: url(images/person-05/1-1-sp.png) no-repeat center top;
 background-size: 100% auto;
 min-height: 120vw;
}

.person .group_1 {
 padding-top: 0 !important;
 overflow: hidden;
}
.person .group_1 .main_title{
 max-width: 75%;
 margin-left: 5vw;
}
.person .group_1 .img{
 margin-top: 4vw;
}
.person .group_1 .title_group{
 margin-top: 75vw;
 margin-left: 5vw;
}
.person-01 .group_1 .title_group strong{
 display: inline-block;
 background-color: #6dbc23;
 color: #fff;
 font-size: 120%;
 padding: 5px 20px;
 margin-bottom: 10px;
 border-radius: 7px;
}
.person-01 .group_1 .title_group .type{
 color: #6dbc23;
}
.person-02 .group_1 .title_group strong{
 display: inline-block;
 background-color: #004097;
 color: #fff;
 font-size: 120%;
 padding: 5px 20px;
 margin-bottom: 10px;
 border-radius: 7px;
}
.person-02 .group_1 .title_group .type{
 color: #004097;
}
.person-03 .group_1 .title_group strong{
 display: inline-block;
 background-color: #1a8966;
 color: #fff;
 font-size: 120%;
 padding: 5px 20px;
 margin-bottom: 10px;
 border-radius: 7px;
}
.person-03 .group_1 .title_group .type{
 color: #1a8966;
}
.person-04 .group_1 .title_group strong{
 display: inline-block;
 background-color: #f99900;
 color: #fff;
 font-size: 120%;
 padding: 5px 20px;
 margin-bottom: 10px;
 border-radius: 7px;
}
.person-04 .group_1 .title_group .type{
 color: #f99900;
}
.person-05 .group_1 .title_group strong{
 display: inline-block;
 background-color: #0092d3;
 color: #fff;
 font-size: 120%;
 padding: 5px 20px;
 margin-bottom: 10px;
 border-radius: 7px;
}
.person-05 .group_1 .title_group .type{
 color: #0092d3;
}




.person .group_2 {
 background: url(images/person-01/sp-bg-1.png) no-repeat left 8%;
 background-size: 100% auto;
}
.person .group_2 ul{
 margin-top: 10vw;
}
.person .group_2 ul li:first-child{
 margin-bottom: 22vw;
}
.person h3.faq{
 background: url(images/faq/h4-bg.png) no-repeat left 4px;
 background-size: 40px 40px;
 padding: 10px 0 10px 50px;
 font-size: 140%;
 font-weight: bold;
 color: #1a8966;
 margin-bottom: 10px;
}
.person strong.title{
 display: inline-block;
 font-size: 160%;
 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 img,
.person .group_3 .img img{
 height: 60vw;
 object-fit: cover;  
}
.person .group_5 .img{
 margin-bottom: 12vw;
}
.person .group_4 {
 background: url(images/person-01/sp-bg-3.png) no-repeat center top;
 background-size: 100% auto;
}
.person .group_4 ul{
 margin-top: 6vw;
 margin-bottom: 6vw;
}
.person .group_4 li:nth-child(1){
 margin-bottom: 15vw;
}
.person .group_6 h3.title_1{
 width: 200px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.person .group_6 {
 background: url(images/person-01/g6-bg.png) no-repeat center top;
 background-size: 300% auto;
}

.person .group_6 ul._1{
 background: url(images/person-01/border.png) no-repeat;
 background-position: 8px 10px;
 margin: 5vw auto;
}
.person .group_6 ul._1 li .text{
 margin-left: 30px;
 margin-bottom: 35px;
}

.person .group_6 ul._1 li:nth-child(1) .text{
}
.person .group_6 ul._1 li:nth-child(2) .text{
}
.person .group_6 ul._1 li:nth-child(2) .text.end{
}

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

.person .group_6 .time_r{
 font-size: 140%;
 font-weight: bold;
 margin-bottom: 10px;
 background: url(images/person-01/icon-sp.png) no-repeat left center;
 padding-left: 30px;
}
.person .group_6 ul._2{
 background-color: #fff;
 margin: 5vw auto;
 border: 2px solid #808080;
 border-radius: 30px;
 padding: 20px;
}
.person .group_6 ul._2 h3{
 margin:0 auto 20px auto;
 max-width: 80%;
}
.person .group_6 ul._2 p{
 margin-bottom: 25px;
}
.person .group_end{
 padding-bottom: 18vw !important;
}
.person .group_end h2{
 max-width: 80%;
 margin: 0 auto 30px auto;
}
.person .image_map{
 max-width: 80%;
 margin-left: auto;
 margin-right: auto;
}

}/* END */</pre></body></html>