@charset "UTF-8";



/* 画像 */
.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* 詳しく見る サンプル */
.read_more{
  display: flex;
  justify-content: center;
}
.read_more a{
  width: 255px;
  max-width: 100%;
  margin: 0;
  margin-bottom: 3px;
  border: 1px solid #ababab;
  border-radius: 0;
  padding: 9px 0;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  position: relative;
  
  box-shadow: 3px 3px 0px 0px rgba(83, 182, 232, 1);
  transition: all 0.2s;
}
.read_more a.shadow_bk{
  box-shadow: 3px 3px 0px 0px #181818;
}

.read_more a:after{
  content: "\f054";
  /*content: "\f105";*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.read_more a:hover{
  background: #53b6e8;
  color: #FFF;
  box-shadow: 3px 3px 0px 0px #ababab;
}

.read_more.left{
  display: flex;
  justify-content: flex-start;
}
.read_more.right{
  display: flex;
  justify-content: flex-end;
}

.read_more a.dl:after{
  content: "\f019";
  font-size: 20px;
  right: 20px;
}

@media (min-width:768px){
  
  .read_more a{
    width: 255px;
  }
  .read_more a.wide{
    width: 410px;
    padding: 11px 0;
  }
  .read_more a.dl{
    
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}

/*******************************
*　HOME
********************************/
.pg_home{
  background: #9fd4f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pg_home .section.sec1{
  
}
.pg_home .section.sec2{
  margin-top: 60px;
}
.pg_home .section.sec3{
  margin-top: 60px;
}
.pg_home .section.sec4{
  margin-top: 60px;
}

body.home footer{
  margin-top: 0;
}


/* コンテンツ1 */
.home_contents1_wrap{
  position: relative;
  z-index: 1;
}
.home_contents1_wrap .row{
  
}
.home_contents1_wrap .row .box1{
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 30px;
}
.home_contents1_wrap .row .box1:before{
  content: "";
  width: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: -100px;
  background: #53b6e8;
}

.home_contents1_wrap .row .box2{
  margin-left: -15px;
  margin-right: -15px;
}
.home_contents1_wrap .title{
  margin-bottom: 15px;
  
  position: relative;
  z-index: 1;
}
.home_contents1_wrap .title_ja{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.home_contents1_wrap .title_en{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit";
  letter-spacing: 0;
  line-height: 1.2;
  color: #dedede;
}
.home_contents1_wrap .title_en:first-letter{
  color: #53b6e8;
}
.home_contents1_wrap .title .read_more{
  position: absolute;
  right: 0;
  bottom: 15px;
}

.home_contents1_wrap .txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.home_contents1_wrap .img{
  
}
.home_contents1_wrap .img.img_fit:before{
  padding-top: 150px;
}

/* コンテンツ2 */
.home_contents2_wrap{
}
.home_contents2_wrap .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home_contents2_wrap .row:after{
  content: "";
  background: #FFF;
  position: absolute;
  z-index: -1;
  
}
.home_contents2_wrap .row + .row{
  margin-top: 50px;
}
.home_contents2_wrap .row .box1{
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 30px;
}
.home_contents2_wrap .row .box1:before{
  content: "";
  width: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  background: #53b6e8;
}

.home_contents2_wrap .row .box2{
  margin-left: -15px;
  margin-right: -15px;
}
.home_contents2_wrap .title{
  margin-bottom: 15px;
  
  position: relative;
  z-index: 1;
}
.home_contents2_wrap .title_ja{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.home_contents2_wrap .title_en{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit";
  letter-spacing: 0;
  line-height: 1.2;
  color: #dedede;
}
.home_contents2_wrap .title_en:first-letter{
  color: #53b6e8;
}
.home_contents2_wrap .title .read_more{
  position: absolute;
  right: 0;
  bottom: 15px;
}

.home_contents2_wrap .txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.home_contents2_wrap .img{
  
}
.home_contents2_wrap .img.img_fit:before{
  padding-top: 150px;
}

/* 見出し */
.home_tt1{
  text-align: center;
  margin-bottom: 30px;
}
.home_tt1 .en{
  font-size: 40px;
  font-weight: 600;
  font-family: "Outfit";
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
}
.home_tt1 .en.large{
  font-size: 50px;
}
.home_tt1 .ja{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  
}

.home_tt1 .ja+.en{
  margin-top: 8px;
}
.home_tt1 .en+.ja{
  margin-top: 4px;
}
.home_tt1_msg{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.777;
  text-align: center;
}
.home_tt1_msg.large{
  font-size: 16px;
}

/* 製品事例 */
.home_product_wrap{
  /*padding: 0 15px;*/
  margin: 0 15px;
}
.home_product_wrap .read_more{
  margin-top: 30px;
}

.home_product_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
  
}
.home_product_items .item{
  width: 50%;
  padding: 0 5px;
}
.home_product_items .item:nth-child(n+3){
  margin-top: 10px;
}
.home_product_items .item a{
  
}
.home_product_items .item a.img_fit:before{
  padding-top: 80%;
}

/* 採用 */
.home_recruit_header{
  position: relative;
  z-index: 1;
  padding: 0 20px;
  
}
.home_recruit_header .img{
  
}
.home_recruit_header .img.img_fit:before{
  padding-top: 150px;
}
.home_recruit_header .home_tt1{
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-bottom: 22px;
}
.home_recruit_header .read_more{
  margin-top: 30px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .home_contents1_wrap .row .box1:before{
    bottom: -100px;
  }
  .pg_home .section.sec1 .read_more{
    margin-top: 30px;
  }
  
  .home_contents2_wrap .row .box1{
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .home_contents2_wrap .row .box2{
    width: calc(100vw);
    order: 1;
  }
  .home_contents2_wrap .img{
    margin: 0 15px;
  }  
  .home_contents2_wrap .row:after{    
    top: 50px;
    bottom: 0;
    left: -15px;
    right: -15px;
  }
  
  .home_contents1_wrap .box1 .read_more{
    margin-top: 30px;
    margin-left: -12.5px;
  }
  .home_contents2_wrap .box1 .read_more{
    margin-top: 30px;
    margin-left: -12.5px;
    justify-content: center;
  }
  
  
}
@media (min-width:768px){

  .pg_home{
    padding-top: 100px;
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    margin-top: 100px;
  }
  .pg_home .section.sec3{
    margin-top: 100px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }
  
  /* コンテンツ1 */
  .home_contents1_wrap{
  }
  .home_contents1_wrap .row{

  }
  .home_contents1_wrap .row .box1{
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .home_contents1_wrap .row .box1:before{
    width: 8px;
    bottom: -150px;
  }

  .home_contents1_wrap .row .box2{
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_contents1_wrap .title{
    margin-bottom: 25px;
  }
  .home_contents1_wrap .title_ja{
    font-size: 16px;
  }
  .home_contents1_wrap .title_en{
    font-size: 60px;
  }
  .home_contents1_wrap .title .read_more{
    position: absolute;
    right: 0;
    bottom: 10px;
  }

  .home_contents1_wrap .txt{
    font-size: 16px;
  }
  .home_contents1_wrap .img.img_fit:before{
    padding-top: 250px;
  }
  
  /* コンテンツ2 */
  .home_contents2_wrap{
  }
  .home_contents2_wrap .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_contents2_wrap .row + .row{
    margin-top: 80px;
  }
  .home_contents2_wrap .row .box1{
    width: 45.94%;
    width: 100%;
    padding-top: 40px;
    padding-left: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    order: 2;
  }
  .home_contents2_wrap .row .box1:before{
    width: 8px;
    height: 250px;
    top: 0;
    left: 0;
  }

  .home_contents2_wrap .row .box2{
    width: 51.35%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
  .home_contents2_wrap .title{
    margin-bottom: 25px;
  }
  .home_contents2_wrap .title_ja{
    font-size: 16px;
  }
  .home_contents2_wrap .title_en{
    font-size: 60px;
  }
  

  .home_contents2_wrap .txt{
    font-size: 16px;
  }
  .home_contents2_wrap .img{

  }
  .home_contents2_wrap .img.img_fit:before{
    padding-top: 250px;
    /*padding-top: 480px;*/
  }
  
  .home_contents2_wrap .read_more{
    margin-top: 30px;
  }
  
  /*.home_contents2_wrap .row:nth-child(odd) .box1{
    order: 2;
  }
  .home_contents2_wrap .row:nth-child(odd) .box1 .txt{
    padding-left: 5px;
  }
  .home_contents2_wrap .row:nth-child(odd) .box2{
    order: 1;
  }
  .home_contents2_wrap .row:nth-child(even) .box1{
    
  }
  .home_contents2_wrap .row:nth-child(even) .box2{
    
  }*/
  
  .home_contents2_wrap .row:after{
    top: 80px;
    bottom: 0;
    left: -15px;
    right: -15px;
  }
  .home_contents2_wrap .row:nth-child(odd):after{
  }
  .home_contents2_wrap .row:nth-child(even):after{
  }
  
  
  /* 見出し */
  .home_tt1{
    margin-bottom: 33px;
  }
  .home_tt1 .en{
    font-size: 60px;
  }
  .home_tt1 .en.large{
    font-size: 80px;
  }
  .home_tt1 .ja{
    font-size: 16px;
  }
  .home_tt1_msg{
    font-size: 16px;
    text-align: center;
  }
  .home_tt1_msg.large{
    font-size: 18px;
  }
  
  /* 製品事例 */
  .home_product_wrap{

  }
  .home_product_wrap .read_more{
    margin-top: 50px;
  }
  .home_product_items{
    margin: 30px -10px 0;

  }
  .home_product_items .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_product_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_product_items .item:nth-child(n+4){
    margin-top: 20px;
  }
  .home_product_items .item a{

  }
  
  /* 採用 */
  .home_recruit_header{
    padding: 0 20px;
  }
  .home_recruit_header .img{

  }
  .home_recruit_header .img.img_fit:before{
    padding-top: 300px;
  }
  .home_recruit_header .home_tt1{
    margin-top: -45px;
    margin-bottom: 22px;
  }
  .home_recruit_header .read_more{
    margin-top: 45px;
  }
  
}
@media (min-width:1024px){

  .pg_home{
  
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
  }
  .pg_home .section.sec3{
  }

  /* コンテンツ2 */
  .home_contents2_wrap{
  }
  .home_contents2_wrap .row{
  }
  .home_contents2_wrap .row + .row{
    margin-top: 100px;
  }
  .home_contents2_wrap .row .box1{
    width: 43.1%;
    padding-top: 70px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .home_contents2_wrap .row .box1:before{
    /*width: 8px;*/
    height: 315px;
    /*top: 0;*/
    left: -30px;
  }

  .home_contents2_wrap .row .box2{
    width: 51.35%;
    margin-left: 0;
    margin-right: 0;
  }
  .home_contents2_wrap .title{
    margin-bottom: 25px;
  }
  .home_contents2_wrap .title_ja{
    font-size: 16px;
  }
  .home_contents2_wrap .title_en{
    font-size: 60px;
  }
  

  .home_contents2_wrap .txt{
    font-size: 16px;
  }
  .home_contents2_wrap .img{

  }
  .home_contents2_wrap .img.img_fit:before{
    padding-top: 350px;
    /*padding-top: 480px;*/
  }
  
  .home_contents2_wrap .read_more{
    /*margin-top: 30px;*/
  }
  
  
  .home_contents2_wrap .row:nth-child(odd) .img{
    margin-left: -15px;
  }
  .home_contents2_wrap .row:nth-child(even) .img{
    margin-right: -15px;
  }
  
  .home_contents2_wrap .row:after{
    top: 40px;
    bottom: 0;
    /*height: 515px;*/
  }
  .home_contents2_wrap .row:nth-child(odd):after{
    left: 0;
    right: -50vw;
  }
  .home_contents2_wrap .row:nth-child(even):after{
    left: -50vw;
    right: 0;
  }
  
  .home_contents2_wrap .row:nth-child(odd) .box1{
    order: 2;
  }
  .home_contents2_wrap .row:nth-child(odd) .box1 .txt{
    padding-left: 5px;
  }
  .home_contents2_wrap .row:nth-child(odd) .box2{
    order: 1;
  }
  .home_contents2_wrap .row:nth-child(even) .box1{
    order: 1;
  }
  .home_contents2_wrap .row:nth-child(even) .box2{
    order: 2;
  }
  
  .home_contents1_wrap .img.img_fit:before{
    padding-top: 335px;
  }
  
  
}
@media (min-width:1200px){

  .pg_home{
    padding-bottom: 145px;
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    margin-top: 180px;
  }
  .pg_home .section.sec3{
    margin-top: 145px;
  }
  .pg_home .section.sec4{
    margin-top: 145px;
  }
  
  /* コンテンツ1 */
  .home_contents1_wrap{
  }
  .home_contents1_wrap .row{

  }
  .home_contents1_wrap .row .box1{
    padding-left: 40px;
    margin-left: -40px;
    margin-bottom: 50px;
  }
  .home_contents1_wrap .row .box1:before{
    width: 8px;
    bottom: -270px;
  }

  .home_contents1_wrap .row .box2{
    margin-left: -105px;
    margin-right: -385px;
  }
  .home_contents1_wrap .title{
    margin-bottom: 25px;
  }
  .home_contents1_wrap .title_ja{
    font-size: 16px;
  }
  .home_contents1_wrap .title_en{
    font-size: 86px;
  }
  .home_contents1_wrap .title .read_more{
    bottom: 15px;
  }

  .home_contents1_wrap .txt{
    font-size: 16px;
  }
  .home_contents1_wrap .img.img_fit:before{
    padding-top: 535px;
  }
  
  
  
  /* コンテンツ2 */
  .home_contents2_wrap{
  }
  .home_contents2_wrap .row{
    min-height: 595px;
  }
  .home_contents2_wrap .row + .row{
    margin-top: 80px;
  }
  .home_contents2_wrap .row .box1{
    /*width: 43.1%;*/
    padding-top: 110px;
    margin-left: 0;
  }
  .home_contents2_wrap .row .box1:before{
    height: 315px;
  }
  .home_contents2_wrap .row .box2{
    /*width: 51.35%;*/
  }
  .home_contents2_wrap .title{
    margin-bottom: 25px;
  }
  .home_contents2_wrap .title_ja{
    font-size: 16px;
  }
  .home_contents2_wrap .title_en{
    font-size: 86px;
  }
  .home_contents2_wrap .txt{
    /*font-size: 16px;*/
  }
  .home_contents2_wrap .img{

  }
  .home_contents2_wrap .img.img_fit:before{
    padding-top: 480px;
  }
  .home_contents2_wrap .read_more{
    margin-top: 53px;
  }
  .home_contents2_wrap .row:nth-child(odd) .img{
    margin-left: -385px;
  }
  .home_contents2_wrap .row:nth-child(even) .img{
    margin-right: -385px;
  }
  
  .home_contents2_wrap .row:after{
    top: 80px;
    bottom: auto;
    height: 515px;
  }

  /* 見出し */
  .home_tt1{
    margin-bottom: 33px;
  }
  .home_tt1 .en{
    font-size: 86px;
  }
  .home_tt1 .en.large{
    font-size: 120px;
  }
  .home_tt1 .ja{
    /*font-size: 16px;*/
  }
  .home_tt1_msg{
    /*font-size: 16px;*/
  }
  .home_tt1_msg.large{
    /*font-size: 18px;*/
  }
  
  /* 製品事例 */
  .home_product_wrap{
    
  }
  .home_product_wrap .read_more{
    margin-top: 80px;
  }

  .home_product_items{
    margin: 50px -15px ; 
    
  }
  .home_product_items .item{
    width: 20%;
    padding: 0 10px;
  }
  .home_product_items .item:nth-child(n+6){
    display: none;
  }
  .home_product_items .item:nth-child(n+4){
    margin-top: 0;
  }
  .home_product_items .item:nth-child(n+6){
    margin-top: 30px;
  }
  .home_product_items .item a{

  }
  
  /* 採用 */
  .home_recruit_header{
  }
  .home_recruit_header .img{
    
  }
  .home_recruit_header .img.img_fit:before{
    padding-top: 540px;
  }
  .home_recruit_header .home_tt1{
    margin-top: -70px;
  }
  .home_recruit_header .read_more{
    margin-top: 45px;
  }
}
@media (min-width: 1520px){
  
  
  /* 製品事例 */
  .home_product_wrap{
    
  }
  .home_product_wrap .read_more{
    margin-top: 80px;
  }

  .home_product_items{
    margin: 50px -15px ; 
    
  }
  .home_product_items .item{
    width: 20%;
    padding: 0 15px;
  }
  .home_product_items .item:nth-child(n+4){
    margin-top: 0;
  }
  .home_product_items .item:nth-child(n+6){
    margin-top: 30px;
  }
  .home_product_items .item a{

  }
  
  
}




/*******************************
*　事業内容
********************************/
.pg_business{
  
}
.pg_business .section.sec1{
  
}
.pg_business .section.sec2{
  margin-top: 50px;
}
.pg_business .section.sec3{
  margin-top: 50px;
}

/* 当社の製品 */
.business_msg{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  /*margin-top: 20px;*/
  text-align: justify;
}

/* 当社の強み */
.business_contents_wrap{
  
}
.business_contents_wrap .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_contents_wrap .row + .row{
  margin-top: 50px;
}
.business_contents_wrap .row .box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.business_contents_wrap .row .box1:after{
  content: "";
  position: absolute;
  z-index: -1;
  background: #9fd4f2;
}
.business_contents_wrap .row .box2{
  width: 100%;
  margin-top: 30px;
}
.business_contents_wrap .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  /*margin-bottom: 8px;*/
  padding: 6px 0 7px 15px;
  border-left: 3px solid #53b6e8;
  
}
.business_contents_wrap .txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 8px 0 0 18px; 
  border-left: 3px solid #f4f4f4;
}
.business_contents_wrap .img{
  
}
.business_contents_wrap .img.img_fit:before{
  padding-top: 61.40%;
}

/* ダウンロード */
.business_download_wrap{
  border-top: 2px solid #f4f4f4;
  padding-top: 25px;
}
.business_download_wrap .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: justify;
}
.business_download_wrap .read_more{
  margin-top: 30px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .business_contents_wrap .row .box1:after{
    top: 20px;
    bottom: -8px;
    left: 30px;
    right: -8px;
  }
  
}
@media (min-width:768px){

  .pg_business{
  
  }
  .pg_business .section.sec1{

  }
  .pg_business .section.sec2{
    margin-top: 140px;
  }
  .pg_business .section.sec2 .tt2{
    margin-bottom: 48px;
  }
  .pg_business .section.sec3{
    margin-top: 120px;
  }
  
  /* 当社の製品 */
  .business_msg{
    font-size: 16px;
    margin-top: -3px;
    text-align: center;
  }
  
  /* 当社の強み */
  .business_contents_wrap{
    
  }
  .business_contents_wrap .row{
    align-items: flex-start;
  }
  .business_contents_wrap .row + .row{
    margin-top: 80px;
  }
  .business_contents_wrap .row .box1{
    width: 52%;
  }
  
  .business_contents_wrap .row .box2{
    width: 45%;
    margin-top: 0;
  }
  .business_contents_wrap .title{
    font-size: 18px;
  }
  .business_contents_wrap .txt{
    font-size: 16px;
    padding-left: 18px;
    margin-right: -10px;
  }
  .business_contents_wrap .img{

  }

  .business_contents_wrap .row:nth-child(odd) .box1{
    order: 2;
  }
  .business_contents_wrap .row:nth-child(odd) .box2{
    order: 1;
  }
  .business_contents_wrap .row:nth-child(even) .box1{
    
  }
  .business_contents_wrap .row:nth-child(even) .box2{
    
  }
  
  .business_contents_wrap .row .box1:after{
    top: 20px;
    bottom: -20px;
  }
  .business_contents_wrap .row:nth-child(odd) .box1:after{
    left: 60px;
    right: -50vw;
  }
  .business_contents_wrap .row:nth-child(even) .box1:after{
    right: 60px;
    left: -50vw;
  }
  
  

  /* ダウンロード */
  .business_download_wrap{
    padding-top: 25px;
  }
  .business_download_wrap .txt{
    font-size: 16px;
    text-align: center;
  }
  .business_download_wrap .read_more{
    margin-top: 45px;
  }
  
}
@media (min-width:1024px){

  .pg_business{
  
  }
  .pg_business .section.sec1{
  }
  .pg_business .section.sec2{
  }
  .pg_business .section.sec3{
  }

}
@media (min-width:1200px){

  .pg_business{
  
  }
  .pg_business .section.sec1{

  }
  .pg_business .section.sec2{

  }
  .pg_business .section.sec3{

  }
  
  /* 当社の強み */
  .business_contents_wrap{
    
  }
  .business_contents_wrap .row{
  }
  .business_contents_wrap .row + .row{
    margin-top: 80px;
  }
  .business_contents_wrap .row .box1{
    width: 51.35%;
  }
  
  .business_contents_wrap .row .box2{
    width: 40.09%;
    margin-top: 0;
  }
  .business_contents_wrap .title{
    font-size: 20px;
  }
  .business_contents_wrap .txt{
    font-size: 16px;
    padding-left: 18px;
  }
  .business_contents_wrap .img{

  }

  .business_contents_wrap .row:nth-child(odd) .box1{
    order: 2;
  }
  .business_contents_wrap .row:nth-child(odd) .box2{
    order: 1;
  }
  .business_contents_wrap .row:nth-child(even) .box1{
    
  }
  .business_contents_wrap .row:nth-child(even) .box2{
    
  }
  
  .business_contents_wrap .row .box1:after{
    top: 20px;
  }
  .business_contents_wrap .row:nth-child(odd) .box1:after{
    left: 60px;
    right: -50vw;
  }
  .business_contents_wrap .row:nth-child(even) .box1:after{
    right: 60px;
    left: -50vw;
  }

}
@media (min-width: 1520px){
  
  
}




/*******************************
*　
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{
  
  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  
}
@media (min-width:1024px){

  .pg_xxx{
  
  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

}
@media (min-width:1200px){

  .pg_xxx{
  
  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }

}
@media (min-width: 1520px){
  
  
}

