@charset "utf-8";
/* -----------------------------------------------------------

   #topImg

   ----------------------------------------------------------- */
   #topImg {min-height: 100%;min-height: 100vh;width: 100%;z-index: 2;position: relative;top: 0;}
   /* ----- .catchArea ----- */ 
   #topImg .catchArea { position: absolute; bottom: 0; right: 0; left: 0; text-align: center; z-index: 2; }
   #topImg .catchArea h2 {font-size: 16px;font-family: 'Catamaran', sans-serif;font-weight: 400;letter-spacing: 8px;line-height: 50px;border-bottom: 1px solid #eee;}
   #topImg .catchArea h2 span { font-size: 11px;font-family: 'Open Sans'; vertical-align:0; font-weight:300;}
   /* ----- .arrowArea ----- */ 
   #topImg .arrowArea { position: absolute; bottom: 50px; right: 0; width: 5%; z-index: 2; }
   #topImg .arrowArea a { position: absolute; top: -90px; left: 0; bottom: 0; right: 0; z-index: 3; }
   /* span */
   #topImg .arrowArea span { display: block; height: 60px; text-align: center; position: relative; z-index: 2; }
   #topImg .arrowArea span:before { position: absolute; top: 0; left: 50%; bottom: 0; width: 0; content: ""; border-left: #ddd 1px dotted; z-index: -2; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
   #topImg .arrowArea:hover span:before { border-left: #7eccd6 1px solid; top: 0px; }
   /* .dot */
   #topImg .arrowArea span .dot { position: absolute; top: 0; left: 50%; width: 1px; height: 20px; /*margin-left:-1px;*/ background: #8ed7d0; background:#7eccd6; z-index: -2; z-index: 1; -webkit-animation: scroll-next 4s infinite; -moz-animation: scroll-next 4s infinite; -o-animation: scroll-next 4s infinite; animation: scroll-next 4s infinite; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
   #topImg .arrowArea:hover span .dot { background: transparent; }
   /* .arrow */
   #topImg .arrowArea .arrow { position: absolute; bottom: -15px; left: 50%; margin-left: -3px; width: 7px; height: 7px; border-bottom: #fefefe 1px solid; border-left: #fefefe 1px solid;/*opacity:0; */ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; /*font-family: 'themify'; content: "\e64b"*/ z-index: 3; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
   #topImg .arrowArea:hover .arrow { opacity: 1; bottom: -8.5px; bottom: 0px; border-bottom: #7eccd6 1px solid; border-left: #7eccd6 1px solid; }
   /* .txt */
   #topImg .arrowArea span .txt { position: absolute; top: -45px; left: 0; right: 0; width: auto; color:#7eccd6; font-size: 11px;font-family: 'Catamaran', sans-serif; font-weight:300;
   text-transform: uppercase; letter-spacing: 4px; line-height: 0; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
   #topImg .arrowArea:hover span .txt { /*letter-spacing:5px; */ }
   /* ----- .img ----- */ 
   #topImg .img {position: absolute;top: -25px;left: 0px;bottom: 0px;right: 0px;background-size: cover;z-index: -1;}
   /* ----- .bg ----- */
   #topImg .bg000 {background: url(../movie/movie-01.mp4?20200909) bottom left no-repeat; }
   #topImg .bg001 {background: url(../img/home/b-kv_photo_01.jpg?20200909) bottom left no-repeat;}
   #topImg .bg002 {background: url(../img/home/b-kv_photo_02.jpg?20200909) top left no-repeat;}
   #topImg .bg003 {background: url(../img/home/b-kv_photo_03.jpg?20201102) top left no-repeat; }
/*    #topImg .bg004 { background: url(../img/top/kv/b-kv_photo_04.jpg?20200909) top center no-repeat; } */
   
   /* ----- .slick-dots ----- */ 
   #topImg .mainImg { min-height: 100%; width: 100%; background-size: cover !important; }
   /* ----- .mainSlider ----- */ 
   .mainSlider { }
   #topImg .slick-list,
   #topImg .slick-track { height: 100%; }
   /* --- Arrows --- */
   #topImg .slick-prev,
   #topImg .slick-next { font-size: 0; line-height: 0; position: absolute; /*top: 50%;*/ top: 50%; display: block; width: 55px; height: 55px; padding: 0; margin-top: -25px; /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: #111; border: #111 1px solid; border: none; outline: none; background: none;/*background: #111;*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 2; }
   #topImg .slick-prev:before,
   #topImg .slick-next:before { font-family: 'themify'; font-size: 20px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
   #topImg .slick-prev { left: -5%; border-right: none; }
   #topImg .slick-prev:before { content: "\e64a" }
   #topImg .slick-next { right: -5%; border-left: none; }
   #topImg .slick-next:before { content: "\e628"; }
   #topImg .slick-prev:hover,
   #topImg .slick-next:hover { color: #fefefe; background: #b09d7c; }
   #topImg .slick-prev:hover:before,
   #topImg .slick-prev:focus:before,
   #topImg .slick-next:hover:before,
   #topImg .slick-next:focus:before { opacity: 1; }
   /* ----- .slick-dots ----- */ 
   #topImg .slick-dots {position: absolute;/* top: 50%; */bottom: 5%;/* left: -5.25%; *//* left: 0.5%; */left: 10%;list-style: none;display: block;/* text-align: center; */padding: 0px;width: 100%;height: auto;z-index: 100;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);margin-top: -25px;}
  
   #topImg .slick-dots li {position: relative;display: inline;/* height: 20px; *//* width: 150px; */margin: 25px auto 0;padding: 12px;cursor: pointer;text-align: center;}
   #topImg .slick-dots li button {
       border: 0;
       background: #fbd050;
       display: inline-block;
       height: 17px;
       width: 17px;
       padding: 0;
       overflow: hidden;
       line-height: 20px;
       font-size: 0;
       color: transparent;
       cursor: pointer;
       position: 
       relative;
       z-index: 2;
       margin: 0 auto;
       text-align: center;
       -webkit-transition: all 1s ease-out;
       -moz-transition: all 1s ease-out;
       -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
       -webkit-border-radius: 0;
       -moz-border-radius: 0;
       border-radius: 0;
       border-radius: 50%;
       width: 17px;
       height: 17px;
       /* border: #02126d 1px solid; */
       }
   #topImg .slick-dots li button:after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;font-family: 'Open Sans', sans-serif;font-size: 11px;font-weight:300;color: #111;z-index: -1;letter-spacing: 2px;}
   #topImg .slick-dots li:first-child button:after { content: ""; }
   #topImg .slick-dots li:nth-child(2) button:after { content: ""; }
   #topImg .slick-dots li:nth-child(3) button:after { content: ""; }
   #topImg .slick-dots li:nth-child(4) button:after { content: ""; }
   #topImg .slick-dots li:nth-child(5) button:after { content: ""; }
   #topImg .slick-dots li:nth-child(6) button:after { content: ""; }
   #topImg .slick-dots li button:focus { outline: none; }
   #topImg .slick-dots li.slick-active button { outline: none; /*background: #111;*/ }
   #topImg .slick-dots li.slick-active button {outline: none;/* background: #fbd050; */border-radius: 50%;width: 19px;height: 19px;/* border: 1px solid #fbd050; */}
   #topImg .slick-dots li.slick-active button:after {outline: none;background: #02126d;/* border-radius: 50%; *//* width: 13px; *//* height: 13px; */}
   /* #topImg .slick-dots li button:before { position: absolute; top: 45%; right: 100%; left: 0; content: ""; border-top: transparent 2px solid; z-index: 1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; opacity: 0.7; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} */
   #topImg .slick-dots li:hover button:before { right: 0; background: #02126d;border-radius: 50%;width: 20px;height: 20px; opacity: 0.6; }
   /* #topImg .slick-dots li.slick-active button:before { position: absolute; top: 45%; right: 0; left: 0; content: ""; 
   border:none; border-top: #FF9800 0px solid; z-index: 1;
    opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } */
   
   #topImg .slick-dots li.slick-active button:before { outline: none; background: #02126d;border-radius: 50%;width: 13px;height: 13px; z-index: 1;
    opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
   
   


/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  /* background: rgba(0, 0, 0, 0.4); */
}





/*** T H E - M A G I C - O F - O B J E C T - F I T ***/
/*****************************************************/

.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
  @media(min-width: 600px) {
    height: 100vh;
  }
}

video {
  object-fit: cover; // Set the magic
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}









/*** A E S T H E T I C S ***/
/***************************/

.video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, .2);
  z-index: 1;
}

}
















   
   @media only screen and (max-width: 800px) {

   /* ----- .slick-dots ----- */ 
   #topImg .slick-dots {position: absolute;top: auto;bottom: 20px;left: 0;right:0;list-style: none;display: block;text-align: center;padding: 0px;width: 100%;height: auto;z-index: 100;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);margin-top: 0;}
   #topImg .slick-dots li {position: relative;display: inline-block;height: 18px;width: 18px;margin: 0 2%;padding: 0;cursor: pointer;text-align: center;}
   #topImg .slick-dots li button {border: 0;/* background: #fefefe; *//* background:none; */display: block;height: 17px;width: 17px;padding: 0;/* overflow: hidden; */line-height: 10px;font-size: 0;color: transparent;cursor: pointer;position: relative;z-index: 2;margin: 0 auto;text-align: center;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
   #topImg .slick-dots li button:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-size: 11px; color: #fefefe; z-index: -1; letter-spacing: 1.5px; }
   
   }
   
   @media only screen and (max-width: 738px) {
   #topImg .catchArea h2 { font-size:11px; text-indent:10px; }	
   /* ----- .bg ----- */ 
   #topImg .bg001 {background: url(../img/home/b-kv_sp_01.jpg) center center no-repeat; }
   #topImg .bg002 {background: url(../img/home/b-kv_sp_02.jpg) center right no-repeat;}
   #topImg .bg003 {background: url(../img/home/b-kv_sp_03.jpg) center center no-repeat;}
   }
   @media only screen and (max-width: 414px) {
   #topImg .catchArea h2 { font-size:10px;}		
   #topImg .slick-dots li button:after { font-weight:600;}
   }
   @media only screen and (max-width: 380px) {
   #topImg .catchArea h2 { letter-spacing: 4px;}		
   }
   @media only screen and (max-width: 320px) {
   #topImg .catchArea h2 { letter-spacing: 3px;}		
   }
   

/* -----------------------------------------------------------

   #catchLink

   ----------------------------------------------------------- */
   
#catchLink{ padding: 59px 0 0; margin: -59px 0 0; }

/* -----------------------------------------------------------

   #catch

   ----------------------------------------------------------- */
      
#catch { padding:40px 0 90px; padding:30px 0 90px; text-align:center; background:#fefefe;}
@media only screen and (max-width: 800px) { 
#catch { padding:30px 5% 80px; }
}
@media only screen and (max-width: 738px) { 
#catch { padding: 30px 5% 70px;}
}
@media only screen and (max-width: 414px) { 
#catch { padding: 20px 5% 60px;}
}

/* --- h3 --- */
#catch h3 { font-size:25px; font-family:"������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", Verdana, serif;letter-spacing:3px;line-height:2; margin-top:15px; }
#catch h3 br.spblock { display:none; }
@media only screen and (max-width: 800px) { 
#catch h3 { margin-top:15px; font-size: 20px;}
}
@media only screen and (max-width: 738px) { 
#catch h3 { font-size: 18px; letter-spacing: 2px; line-height: 1.8; margin-top:10px;}
#catch h3 br.spblock { display:block; }
}
@media only screen and (max-width: 414px) { 
#catch h3 { font-size: 16px; letter-spacing: 2px; line-height: 1.8; text-align: center; }
}

/* --- .iconIllust --- */
#catch .iconIllust { width: 200px; height: 196px; margin: 0 auto; background:url(../images/home/illust_logo.png) center center no-repeat; background-size:200px 196px; position:relative; z-index:0;}
@media only screen and (max-width: 738px) { 
#catch .iconIllust { width: 150px; height: 150px; background-size:150px 150px;}
}
@media only screen and (max-width: 414px) { 
#catch .iconIllust { width: 120px; height: 120px; background-size:120px 120px;}
}

/* --- .txtArea --- */
#catch .txtArea {margin:25px auto 0;max-width: 800px;}
#catch .txtArea p{font-size:14px; line-height:2.4; letter-spacing:2px; margin-top:1em;}

@media only screen and (max-width: 738px) { 
#catch .txtArea { margin: 20px auto 0; padding:0 2.5%; text-align:left; }
#catch .txtArea p { font-size: 13px; line-height: 2; letter-spacing: 1px; margin-top: 1em; }
#catch .txtArea p br { display:none; }
}
@media only screen and (max-width: 414px) { 
#catch .txtArea p { font-size: 12px;}
}

/* --- .illustArea --- */
.illustArea { margin: 45px auto 0; max-width:650px; height:auto; }
@media only screen and (max-width: 800px) {
.illustArea { margin: 40px auto 0; }
}
@media only screen and (max-width: 738px) {
.illustArea { margin: 35px auto 0;}	
}
@media only screen and (max-width: 414px) {
.illustArea { margin: 30px auto 0;}	
}





/* -----------------------------------------------------------

   #top_pic

   ----------------------------------------------------------- */
      
#top_pic { padding:40px 0 90px; padding:30px 0 90px; text-align:center; background:#fefefe;}
@media only screen and (max-width: 800px) { 
#top_pic { padding:30px 5% 80px; }
}
@media only screen and (max-width: 738px) { 
#top_pic { padding: 30px 5% 70px;}
}
@media only screen and (max-width: 414px) { 
#top_pic { padding: 20px 5% 60px;}
}

/* --- h3 --- */
#top_pic h3 { font-size:25px; font-family:"������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", Verdana, serif;letter-spacing:3px;line-height:2; margin-top:15px; }
#top_pic h3 br.spblock { display:none; }
@media only screen and (max-width: 800px) { 
#top_pic h3 { margin-top:15px; font-size: 20px;}
}
@media only screen and (max-width: 738px) { 
#top_pic h3 { font-size: 18px; letter-spacing: 2px; line-height: 1.8; margin-top:10px;}
#top_pic h3 br.spblock { display:block; }
}
@media only screen and (max-width: 414px) { 
#top_pic h3 { font-size: 16px; letter-spacing: 2px; line-height: 1.8; text-align: center; }
}


/* --- .iconIllust --- */
#top_pic .iconIllust {width: 98%;max-width: 1000px;display: flex;flex-wrap: wrap;/* border: 1px solid #eee; */padding: 0.2em;margin: 0 auto 2em;}

/* --- .iconIllust --- */
#top_pic .iconIllust div{flex: 1 0 0;margin: 0.4em 1%;position: relative;/* margin: 2em 0; */padding: 25px 10px 7px;/* border: solid 1px #eee; */}





@media only screen and (max-width: 738px) { 
#top_pic .iconIllust {/* width: 150px; *//* height: 150px; *//* background-size:150px 150px; */}
}
@media only screen and (max-width: 414px) { 
#top_pic .iconIllust {/* width: 120px; *//* height: 120px; *//* background-size:120px 120px; */}
}

/* --- .txtArea --- */
#top_pic .txtArea {margin:25px auto 0;max-width: 800px;}
#top_pic .txtArea p{font-size:14px; line-height:2.4; letter-spacing:2px; margin-top:1em;}

@media only screen and (max-width: 738px) { 
#top_pic .txtArea { margin: 20px auto 0; padding:0 2.5%; text-align:left; }
#top_pic .txtArea p { font-size: 13px; line-height: 2; letter-spacing: 1px; margin-top: 1em; }
#top_pic .txtArea p br { display:none; }
}
@media only screen and (max-width: 414px) { 
#top_pic .txtArea p { font-size: 12px;}
}

/* --- .top_picArea --- */
.top_picArea { margin: 45px auto 0; max-width:650px; height:auto; }
@media only screen and (max-width: 800px) {
.top_picArea { margin: 40px auto 0; }
}
@media only screen and (max-width: 738px) {
.top_picArea { margin: 35px auto 0;}	
}
@media only screen and (max-width: 414px) {
.top_picArea { margin: 30px auto 0;}	
}




/* about_top_7 */

/* 会社概要 */
/* -------------------------------------- */

.about_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: 70px;
  padding: 0 70px 0 70px;
  background: #ddd;
  background: #02126d url(../img/home/about.jpg) no-repeat center right;
  background-size: 1200px;
  color: #fff;
  position: relative;
  height: 500px;
}

.about_top .inner {
  position: relative;
  width: 50%;
  height: 500px;
  padding: 0 0px;
  left: 0;
}

.about_top .inner {
  position: absolute;
  width: 40%;
  height: 500px;
  padding: 2%;
  left: 0;
  background: #02126d;
}



.about_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.about_top .catch {font-size: 3rem;/* font-family: "Work Sans", sans-serif; *//* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; *//* font-family: sans-serif; */font-weight: 700;position: relative;z-index: 1;line-height: 1;padding-top: 60px;padding-left: 20px;margin-bottom: 40px;text-align: left;text-transform: uppercase;color: #fff;}

.about_top .catch:after{
  content:"";
  display:block;
  width: 95%;
  height:1px;
  background-color: #fff;
  position:absolute;
  /*    top:0; */
  left:10px;
}

.about_top .lead_area {
  width: 90%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  text-align: left;
}

.about_top .catch2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.about_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
  color: #fff;
}

.about_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/about.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.about_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.about_top .img_area img {
  display: none;
}

.about_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}

@media screen and (max-width: 1200px) {
  .about_top .inner {
      background: #02126d;
  }
}

@media screen and (max-width: 500px) {

.about_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about_top .inner {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #02126d;
}

.about_top .catch {
  font-size: 2rem;
  padding-top: 20px;
  margin-bottom: 10px;
}

.about_top .catch2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}



}



/* product_top_6 */
/* プロダクト */
/* -------------------------------------- */

.product_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: 70px;
  padding: 0 70px 0 70px;
  background: #ddd;
  background: #464646 url(../img/home/product.jpg) no-repeat center left;
  background-size: 1200px;
  color: #fff;
  position: relative;
  height: 500px;
}

.product_top .inner {
  position: absolute;
  width: 40%;
  height: 500px;
  right: 0;
  padding: 2%;
  background: #02126d;
}

.inner {}

@media screen and (max-width: 1200px) {
.product_top .inner {
  /* background: #02126d; */
}
}


.product_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.product_top .catch {
  font-size: 3rem;
  /*   font-family: "Work Sans", sans-serif; */
  /* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
  /* font-family: sans-serif; */
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 60px;
  padding-right: 20px;
  margin-bottom: 40px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}

.product_top .catch:after{
  content:"";
  display:block;
  width: 95%;
  height:1px;
  background-color:#ffffff;
  position:absolute;
  /*    top:0; */
  left:10px;
}

.product_top .lead_area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  text-align: right;
  color: #fff;
}

.product_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #fff;
}

.product_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
  color: #fff;
}

.product_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/product.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.product_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.product_top .img_area img {
  display: none;
}

.product_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


@media screen and (max-width: 500px) {

.product_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product_top .inner {
  position: absolute;
  width: 100%;
  height: 300px;
  right: 0;
  /* background: #464646; */
}

.product_top .catch {
  font-size: 2rem;
  padding-top: 20px;
  margin-bottom: 10px;
}

.product_top .catch2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}


}



/* process_top_8 */

/* 工程紹介 */
/* -------------------------------------- */

.process_top {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 70px;
    padding: 0 70px;
    /* background: #ddd; */
    background: #02126d url(../img/home/manufacturing.jpg) no-repeat center right;
    /* background: url(../img/home/manufacturing.jpg) no-repeat center right; */
    background-size: 1200px;
    color: #fff;
    position: relative;
    height: 500px;
}

.process_top .inner {
  position: absolute;
  width: 40%;
  max-width: 600px;
  height: 500px;
  padding: 0;
  padding: 2%;
  left: 0;
  background: #02126d;
}

.process_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.process_top .catch {
  font-size: 3rem;
  /*   font-family: "Work Sans", sans-serif; */
  /* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
  /* font-family: sans-serif; */
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 60px;
  padding-left: 10px;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.process_top .catch:after{
  content:"";
  display:block;
  width: 95%;
  height:1px;
  background-color:#ffffff;
  position:absolute;
  /*    top:0; */
  left: 0;
}

.process_top .lead_area {
  width: 90%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}

.process_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #fff;
}

.process_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
  color: #fff;
}

.process_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/about.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.process_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.process_top .img_area img {
  display: none;
}

.process_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


@media screen and (max-width: 500px) {

.process_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.process_top .inner {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #02126d;
}

.process_top .catch {
  font-size: 2rem;
  padding-top: 20px;
  margin-bottom: 10px;
}

.process_top .catch2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

}
