@CHARSET "UTF-8";
/*
Theme Name:　モリ環境衛生サービス様
date: 2020.12.19
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
  font-family: 'Libre Baskerville','Sawarabi Mincho','游明朝','Yu Mincho',YuMincho,serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.font_en{
  font-family: 'Libre Baskerville', serif;
}
body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}


.font_gochic{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px;
  font-weight: normal;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 20px;
}
.sp_none{
	display: none;
}

.btn_link{
	background: #004606;
	color: #fff;
	display: block;
	padding: 1.5rem 2rem;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
  font-size: 1.2rem;
  position: relative;
}
.btn_link:hover{
	background: #2a8000;
}
.btn_link .arrow{
  position: absolute;
  width: 2rem;
  height: 1px;
  right: 2rem;
  top: 50%;
  background: #fff;
  transition: .3s;
}
.btn_link .arrow::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
  top: 0;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.btn_link:hover .arrow{
  right: 1.5rem;
}
.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}
table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 10px;
	text-align: left;
}
table td{
	padding: 10px;
}

input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: #000 solid 1px;
	cursor: pointer;
}
.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}

.slick-prev{
  left: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-next{
  right: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-prev:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.slick-slide:focus{
  outline: 0;
}
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  background: #ccc;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}

.entry_content{
	padding-bottom: 80px;
}
.entry_content p{
	word-break: break-all;
}
.entry_content img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav_single{
	clear: both;
	display: flex;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  margin-bottom: 20px;
}
.nav_single li{
  width: 50%;
}
.nav_single li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  line-height: 1.4;
  font-size: 12px;
}
.nav_single li a span{
  display: block;
  margin: 5px 0;
  font-weight: bold;
}
.nav_single li.nav_prev{
  border-right: #000 solid 1px;
}
.nav_single li.nav_next{
  text-align: right;
}
.nav_single li a:hover{
  background: #eee;
}
.wp-pagenavi a, 
.wp-pagenavi span{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #1c1f85;
  border: #1c1f85 solid 1px;
  color: #fff;
  margin: 0 2px;
  border-radius: 50%;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
  background: #fff;
  color: #1c1f85;
}
.wp-pagenavi a.previouspostslink{
  margin-right: 10px;
}
.wp-pagenavi a.nextpostslink{
  margin-left: 10px;
}



/* =Contact
-------------------------------------------------------------- */

.require{
	background: #e60012;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	margin-right: 10px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
	width: 100%;
	padding: 5px;
	margin-bottom: 3px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.contact_form input[type="text"].short_box{
	width: 150px;
}
.contact_form input[type="radio"],
.contact_form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.contact_form label{
	cursor: pointer;
}
div.wpcf7-response-output{
	text-align: center;
}
.btn_submit input[type="submit"]{
	background: #eb6100;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 10px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border: #eb6100 solid 1px;
	font-size: 18px;
}
.btn_submit input[type="submit"]:hover{
	color: #eb6877;
	background: #fff;
}
.contact_form input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
}






/* =header
-------------------------------------------------------------- */

#fade{
  background: #004606;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#loader01{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  color: #fff;
  width: 100%;
}
#loader01 .main_catch{
  width: 100%;
  padding: 0 5%;
}
#loader02{
  width: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: none;
}
#site_header{
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#header_logo{
  display: block;
  width: 50px;
}
#header_nav__btn{
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 999;
  cursor: pointer;
}
.scroll #header_nav__btn{
  background: #004606;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
#header_nav__btn.open .border:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#header_nav__btn.open .border:nth-of-type(2) {
	opacity: 0;
}
#header_nav__btn.open .border:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#header_nav__inner{
	width: 100%;
	height: 100%;
	background: #004606;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.main_navigation{
	position: relative;
  padding-top: 10rem;
  z-index: 5;
}
.main_navigation li:first-child{
  border-top: rgba(255,255,255,.5) solid 1px;
}
.main_navigation li a{
	display: block;
	padding: 2rem 1rem;
	position: relative;
  color: #fff;
  font-size: 1.2rem;
  border-bottom: rgba(255,255,255,.5) solid 1px;
  text-align: right;
}
.main_navigation li a span{
  font-size: 120%;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#nav_logo{
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: .2;
  width: 150px;
}

#header_links{
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#header_links #goals_logo{
  width: 150px;
}
.sns_link{
  display: flex;
  margin-top: 10px;
}
.sns_link li{
  width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  text-align: center;
}
.sns_link li img{
  height: 100%;
  width: auto;
}





/* =footer
-------------------------------------------------------------- */

#site_footer{
  padding: 5rem 5% 2rem;
  background: #004606;
  color: #fff;
}
#footer_logo{
  width: 80px;
  display: block;
  margin: 0 0 2rem;
}
#footer_info h2{
  color: #9fdb00;
  font-size: 1.8rem;
}
#footer_info p{
  font-size: 1.2rem;
}
#footer_copy{
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 5rem 0 0;
}





/* =common
-------------------------------------------------------------- */

.roop_txt__wrap{
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #e9edf1;
  font-size: 6rem;
  height: 100px;
}
.roop_txt__animation{
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.roop_txt{
  white-space: nowrap;
  margin: 0;
  display: inline;
  padding: 0 3rem;
}
@keyframes marquee{
  0%{
    transform: translate(-40%, 0%);
  }
  100%{
    transform: translate(-60%, 0%);
  }
}

.hidden{
  overflow: hidden;
}

.page_container{
  padding-bottom: 5rem;
}
.section{
  padding: 5rem 0;
}
.section_title{
  font-size: 2.5rem;
  position: relative;
  color: #004606;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  z-index: 20;
}
.txt_vertical{
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  font-family: '游明朝','Yu Mincho',YuMincho,serif;
}
.section_title span{
  display: block;
  padding-top: 5rem;
  position: relative;
  color: #000;
  font-size: 50%;
  margin: 0 auto;
}
.section_title span::before{
  content: '';
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 3rem;
  background: #858585;
}
.bg_section .section_title span::before{
  background: #fff;
}
.block_title{
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.first_letter{
  position: relative;
  color: #fff;
  z-index: 10;
}
.first_letter::before{
  content: '';
  background: #004606;
  width: 120%;
  height: 120%;
  left: -20%;
  top: -20%;
  z-index: -1;
  position: absolute;
}
.first_letter::after{
  content: '';
  background: #2a8000;
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(-20% - 10px);
  top: calc(-20% - 10px);
}
.block_title .en{
  font-size: 50%;
  color: #858585;
  display: block;
  margin-top: 1rem;
}







/* =top
-------------------------------------------------------------- */

#main_visual{
  background: url('images/top/main.jpg') no-repeat right center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  color: #fff;
}
.main_catch{
  font-size: 2.4rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
}
#main_visual .main_catch{
  left: 5%;
  transform: translateY(-50%);
}
.main_catch .small{
  display: block;
  font-size: 60%;
  position: relative;
  padding-left: 3rem;
  margin-top: 1rem;
}
.main_catch .small::before{
  content: '';
  background: #fff;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 1rem;
  left: 0;
}
.wave_wrap{
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  z-index: 5;
}
.wave_wrap svg{
  width: 100%;
}

.bg{
  background: #e5ebf1;
}
#front_service{
  position: relative;
  z-index: 5;
}

#front_service01,
#front_service02{
  position: relative;
  padding-top: 8rem;
  z-index: 10;
}
#front_service01__img{
  text-align: center;
}

.goals img{
  display: block;
  margin: 1rem auto;
}

.social_bg__wrap{
  position: relative;
}
.social_bg__wrap h2{
  background: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.social_bg__wrap h2 .en{
  font-size: 60%;
  display: block;
  margin-top: .5rem;
  color: #6a6a6a;
}
.social_bg__txt{
  color: #2a8000;
  font-size: 1.6rem;
  margin: 1rem 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s;
  transition-delay: 1s;
}
.slick-active .social_bg__txt{
  transform: none;
  opacity: 1;
}
.social_bg__slide .btn_link{
  width: 60%;
  margin: 0 0 0 auto;
}
.social_bg__slide .slide_prev{
  display: none !important;
}
#service_img{
  padding: 3rem 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
#service_img .goals{
  margin-top: 5rem;
}
.bg_section{
  color: #fff;
  position: relative;
}
.bg_section h2,
.bg_section h2 span{
  color: #fff;
}
.bg_section .btn_link{
  position: absolute;
  width: 60%;
  bottom: -1rem;
  right: 0;
}
#front_company{
  background: url('images/top/bg01.jpg') no-repeat center center;
  background-size: cover;
  
}
#front_company h3{
  color: #ffffc0;
  font-size: 2.6rem;
  margin: 5rem 0 3rem;
}
#front_recruit{
  background: url('images/top/bg02.jpg') no-repeat center center;
  background-size: cover;
}

#front_recruit p{
  text-align: center;
  margin: 3rem 0;
}
.news_list li{
  margin-bottom: 3rem;
  position: relative;
}
.news_box{
  display: block;
  padding: .5rem;
  background: #fff;
}
.news_box__inner{
  padding: 1rem 0 4rem;
}
.posted_date{
  font-size: 1.2rem;
  margin: 0;
}
.posted_title{
  margin: .5rem 0 1rem;
  font-size: 1.4rem;
}
.news_list li .btn_link{
  position: absolute;
  width: 60%;
  bottom: -2rem;
  right: 0;
}

#front_youtube h2{
  text-align: center;
  font-size: 1.4rem;
}
#front_youtube h2 img{
  width: 100px;
}
#front_youtube h2 span{
  display: block;
  margin-top: 1rem;
}
#front_youtube__inner{
  padding: 3rem 0;
  background: #dbe3e9;
}
#front_youtube__inner ul li{
  margin-bottom: 1rem;
}
#front_contact h2{
  color: #000;
}
#front_contact p{
  text-align: center;
  margin-bottom: 3rem;
}


#footer_map{
  display: none;
}





/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 10px;
	}
	table td{
		padding: 10px;
	}
  /*
  .slick-prev{
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-next{
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-prev:before, 
  .slick-next:before{
    width: 20px;
    height: 20px;
  }*/
  #loader01 .main_catch{
    width: auto;
  }
  #main_visual{
    height: 500px;
  }
  .main_catch{
    font-size: 4rem;
  }
  .main_catch .small{
    font-size: 30%;
  }
  .section_title{
    font-size: 4rem;
  }
  .section_title span{
    font-size: 30%;
  }
  .block_title{
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  #front_service01__inner{
    display: flex;
    align-items: center;
    line-height: 2;
  }
  #front_service01__txt{
    width: 50%;
  }
  #front_service01__img{
    width: 50%;
    padding-left: 5%;
  }
  .goals{
    display: flex;
    justify-content: center;
  }
  .goals img{
    margin: 0;
    padding: 0 3rem;
  }
  .goals img:first-child{
    width: 30%;
  }
  .goals img:last-child{
    width: 50%;
  }
  .section{
    padding: 8rem 0;
  }
  .social_bg__wrap h2{
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 5;
    letter-spacing: 5px;
  }
  .social_bg__wrap h2 span{
    width: 100%;
    letter-spacing: 1px;
  }
  .social_bg__slide .slick-slide img{
    width: 90%;
    border: #e6e6e6 solid 10px;
  }
  .social_bg__slide .btn_link{
    bottom: 20px;
    right: 0;
    position: absolute;
    z-index: 5;
    width: 200px;
  }
  .social_bg__txt{
    position: absolute;
    top: 50px;
    right: 0;
    line-height: 2;
  }
  #front_company .wrapper{
    display: flex;
    margin-top: 8rem;
  }
  #front_company h3{
    width: 30%;
    margin: 0;
  }
  #front_company p{
    width: 70%;
  }
  .news_box{
    display: flex;
    align-items: center;
    width: 90%;
    padding: 2rem;
  }
  .news_box .thumb{
    width: 30%;
  }
  .news_box__inner{
    width: 70%;
    padding: 0 10rem 0 2rem;
  }
  .news_list li .btn_link{
    width: 250px;
    right: 0;
    bottom: 10px;
  }
  #front_recruit p{
    font-size: 3rem;
  }
  #front_youtube h2 img{
    width: 200px;
  }
  #front_youtube__inner ul{
    display: flex;
    max-width: 1200px;
  }
  #front_youtube__inner ul li{
    width: 25%;
    padding: 0 5px;
  }
  #front_contact p{
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  .ripples{
    background: url('images/common/bg_ripples.jpg');
  }
  #site_header{
    padding: 2rem 3rem;
    position: fixed;
    transition: .3s;
    display: flex;
    align-items: flex-start;
  }
  .scroll #site_header{
    background: rgba(1,43,3,.7);
    padding: 1rem 3rem;
    align-items: center;
  }
  #header_logo{
    width: 70px;
    margin: 0 auto 0 0;
  }
  .scroll #header_logo{
    width: 60px;
  }
  #header_nav__btn{
    display: none;
  }
  #header_nav__inner{
    display: block !important;
    overflow: visible;
    background: none;
    position: static;
  }
  #nav_logo{
    display: none;
  }
  #header_links{
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
    transition: .3s;
  }
  #header_links{
    margin-bottom: 1rem;
  }
  #header_links #goals_logo{
    vertical-align: middle;
  }
  .sns_link li{
    width: 20px;
    height: 20px;
    line-height: 1;
  }
  .sns_link li img{
    vertical-align: middle;
  }
  #header_links .sns_link{
    margin: 0 0 0 3rem;
  }
  .main_navigation{
    display: flex;
    padding: 0;
  }
  .main_navigation li a{
    padding: 5px 0;
    border: 0;
    text-align: center;
    line-height: 1.4;
    font-size: .9rem;
  }
  .main_navigation li{
    margin-left: 3rem;
  }
  .main_navigation li:first-child{
    border: 0;
    margin: 0;
  }
  .main_navigation li a span{
    position: static;
    display: block;
    transform: none;
  }
  .roop_txt__wrap{
    font-size: 15rem;
    height: 300px;
  }
  .roop_txt__animation{
    animation: marquee 80s linear infinite;
  }
  #main_visual{
    height: 100vh;
  }
  .main_catch{
    font-size: 4.5rem;
  }
  #main_visual .main_catch{
    left: 10%;
  }
  #front_service::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #e5ebf1, rgba(255,255,255,.0));
  }
  #front_service01 .roop_txt__wrap{
    top: -10rem;
  }
  .social_bg__txt{
    font-size: 2.2rem;
  }
  .social_bg__txt p{
    margin-bottom: 3rem;
  }
  #service_img{
    padding: 8rem 0;
  }
  #service_img .wrapper{
    max-width: 1200px;
  }
  #front_service02__inner{
    display: flex;
  }
  #front_service02__inner h3{
    width: 35%;
  }
  #front_service02__inner p{
    width: 65%;
    line-height: 2;
  }
  .bg_section .btn_link{
    right: 50%;
    margin-right: -525px;
  }
  #front_company h3{
    font-size: 3rem;
  }
  #front_company p{
    line-height: 3;
  }
  .btn_link .arrow{
    width: 30px;
  }
  .btn_link,
  .bg_section .btn_link{
    width: 250px;
  }
  .block_title{
    letter-spacing: 5px;
  }
  .block_title .en{
    letter-spacing: 1px;
  }
  .first_letter::before{
    width: 45px;
    height: 45px;
    left: -8px;
    top: -8px;
  }
  .page_container{
    background: #e5ebf1;
  }
  #footer_map{
    display: flex;
    margin-top: 3rem;
  }
  #footer_map ul{
    width: 20%;
    color: #9fdb00;
    font-size: 1.2rem;
    line-height: 2;
  }
  #footer_map ul li a{
    color: #fff;
  }
  #footer_info{
    display: flex;
    align-items: center;
  }
  #footer_logo{
    margin-right: 2rem;
  }
  .bg_section{
    background-attachment: fixed !important;
  }
}

.fadein{
  opacity: 0;
  transition: 2s;
}
.fadeinUp{
  opacity: 0;
  transform: translateY(50px);
  transition: 2s;
}
.fadein.effect{
  opacity: 1;
}
.fadeinUp.effect{
  opacity: 1;
  transform: translateY(0);
}
#loader01 .main_catch p{
  display: flex;
}
#loader01 .main_catch p:nth-child(2){
  transition-delay: 1s;
}
#loader01 .main_catch .small{
  transition: 2s;
  transition-delay: 2.5s;
  transform: none;
}
#loader01 span{
  opacity: 0;
  transform: translate3d(-10px,-10px,-50px) scale(1.1);
  transition: .8s;
  display: block;
}
#loader01 span.effect{
  opacity: 1;
  transform: translateY(0) scale(1);
}
#loader01 span:nth-child(2){
  transition-delay: .1s;
}
#loader01 span:nth-child(3){
  transition-delay: .2s;
}
#loader01 span:nth-child(4){
  transition-delay: .3s;
}
#loader01 span:nth-child(5){
  transition-delay: .4s;
}
#loader01 span:nth-child(6){
  transition-delay: .5s;
}
#loader01 span:nth-child(7){
  transition-delay: .6s;
}
#loader01 span:nth-child(8){
  transition-delay: .7s;
}
#loader01 span:nth-child(9){
  transition-delay: .8s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(1){
  transition-delay: .9s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(2){
  transition-delay: 1s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(3){
  transition-delay: 1.1s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(4){
  transition-delay: 1.2s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(5){
  transition-delay: 1.3s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(6){
  transition-delay: 1.4s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(7){
  transition-delay: 1.5s;
}
#loader01 .main_catch p:nth-child(2) span:nth-child(8){
  transition-delay: 2s;
}

#front_youtube__inner li:nth-child(2){
  transition-delay: .3s;
}
#front_youtube__inner li:nth-child(3){
  transition-delay: .5s;
}
#front_youtube__inner li:nth-child(4){
  transition-delay: .7s;
}
#front_service01__img,
#front_company p,
#front_service02__inner p{
  transition-delay: .5s;
}