@charset "UTF-8";


/*******************************
*　
********************************/
.pg_home{
  padding-top: 50px;
}
.pg_home .section.sec1{

}
.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url('/img/home/bg_sec2.png');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
.pg_home .section.sec3{

}
.pg_home .section.sec4{
  margin-top: 100px;
}
.pg_home .section.sec5{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('/img/home/bg_sec5.png');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

/* Vision */
.home_vision{
  background-size: auto 36px;
  background-image: url('/img/home/bg_txt1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.home_vision_txt{
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 4;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* Service */
.home_service{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_service .item{
  width: 100%;
  padding: 0 5px;
}
.home_service .item:nth-child(n+2){
  margin-top: 15px;
}
.home_service .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 255px;
  color: #FFF;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.home_service .item .inner.bg1{
  background-image: url('/img/home/service_bg1.jpg');
}
.home_service .item .inner.bg2{
  background-image: url('/img/home/service_bg2.jpg');
}
.home_service .item .inner:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 10px;
  border: 1px solid currentColor;
  transition: 0.2s all;
  pointer-events: none;
}
.home_service .item .inner:hover:after{
  inset: 15px;
}

.home_service .item .txt{
  letter-spacing: 0.075em;
  text-align: center;
}
.home_service .item .ja{
  font-size: 20px;
}
.home_service .item .en{
  font-size: 12px;
}
.home_service .item .more{
  position: absolute;
  z-index: 1;
  bottom: 18px;
  right: 25px;
  font-size: 14px;
  letter-spacing: 0.075em;
}
.home_service .item .more:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 3.5px;
  background-image: url('/img/readmore_arr.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* 実績 */
.home_achiev_msg{
  text-align: center;
  margin-bottom: 30px;
}

.home_achiev_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_achiev_items .item{
  width: 50%;
  padding: 0 5px;
}
.home_achiev_items .item:nth-child(n+3){
  margin-top: 10px;
}
.home_achiev_items .item .inner{
  position: relative;
  z-index: 1;
  background: #e8f7ff;
  border: 1px solid #345698;
  padding: 9px;
}
.home_achiev_items .item .img{

}
.home_achiev_items .item .img img{
  width: 100%;
}
.home_achiev_items .item .name{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #090984;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

/* 採用情報 */
.home_recruit{
  padding-top: 65px;
  padding-bottom: 30px;
  background-image: url('/img/home/recruit_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.home_recruit .bg_txt{
  width: 60%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
}
.home_recruit .inner{

}
.home_recruit .tt2{

}
.home_recruit .txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: -5px;
}

/* お知らせ */
.home_news{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.home_news .box1{
  width: 100%;
}
.home_news .box2{
  width: 100%;
}
.home_news .box3{
  width: 100%;
}

.home_news_items{

}
.home_news_items .item{
  border-bottom: 1px solid #93989b;
}
.home_news_items .item:nth-child(n+2){
  margin-top: 5px;
}
.home_news_items .item a{
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.home_news_items .item a:after{
  content: "";
  width: 36px;
  height: 7px;
  background-image: url('/img/readmore_arr2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.home_news_items .item .date{
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-right: 30px;
}
.home_news_items .item .category{
  width: 130px;
  font-size: 15px;
  letter-spacing: 0.075em;
  margin-right: 25px;
}
.home_news_items .item .category span{
  display: block;
  background: #FFF;
  border: 1px solid #6cc3ee;
  text-align: center;
}
.home_news_items .item .title{
  font-size: 16px;
  letter-spacing: 0.075em;
}

.home_news_items .item a:hover:after{
  right: 0;
}
.home_news_items .item a:hover .title{
  color: #6cc3ee;
}


.home_section_en{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_section_en.color1{
  color: #e4f7ff;
}
.home_section_en.color2{
  color: #FFF;
}
.home_section_en.color3{
  color: #deeff6;
}
.home_section_en.left{

}
.home_section_en.right{
  text-align: right;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .home_service .item .inner{
    height: auto;
    padding: 20px 20px 50px;
  }

  .home_news_items{

  }
  .home_news_items .item a{
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 42px;
  }
  .home_news_items .item a:after{
    width: 24px;
    height: 5px;
    top: 63%;
    right: 10px;
  }
  .home_news_items .item .date{
    font-size: 16px;
    margin-right: 15px;
  }
  .home_news_items .item .category{
    width: 130px;
    font-size: 15px;
    margin-right: 15px;
  }
  .home_news_items .item .title{
    width: 100%;
    margin-top: 5px;
  }
}
@media (min-width:768px){
  .pg_home{
    padding-top: 100px;
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .pg_home .section.sec3{
    padding-top: 20px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }
  .pg_home .section.sec5{
    padding-top: 70px;
  }

  /* Vision */
  .home_vision{
    background-size: auto 70px;
  }
  .home_vision_txt{
    font-size: 20px;
    /*letter-spacing: 0.3em;*/
    line-height: 6;
  }

  /* Service */
  .home_service{
  }
  .home_service .item{
  }
  .home_service .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_service .item .txt{
  }
  .home_service .item .ja{
    font-size: 30px;
  }
  .home_service .item .en{
    font-size: 16px;
  }
  .home_service .item .more{
    bottom: 25px;
    right: 25px;
    font-size: 16px;
  }

  /* 実績 */
  .home_achiev_msg{
    margin-bottom: 55px;
  }

  .home_achiev_items{
    margin: 0 -5px;
  }
  .home_achiev_items .item{
    width: 25%;
    padding: 0 5px;
  }
  .home_achiev_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_achiev_items .item:nth-child(n+5){
    margin-top: 10px;
  }
  .home_achiev_items .item .name{
    font-size: 16px;
    bottom: 20%;
  }

  /* 採用情報 */
  .home_recruit{
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .home_recruit .bg_txt{
    width: 42%;
    top: 0;
    left: 20px;
  }
  .home_recruit .txt{
    font-size: 18px;
    margin-top: -5px;
  }
  .home_recruit .tt2{
    margin-bottom: 30px;
  }
  /* お知らせ */
  .home_news{
  }
  .home_news .box1{
    width: 255px;
  }
  .home_news .box2{
    width: calc(100% - 255px - 30px);
    max-width: 730px;
  }

  .home_news_items{

  }
  .home_news_items .item a{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 45px;
  }
  .home_news_items .item a:after{
    width: 36px;
    height: 7px;
    top: 50%;
    right: 10px;
  }
  .home_news_items .item .date{
    width: 100px;
    font-size: 16px;
    margin-right: 0;
  }
  .home_news_items .item .category{
    width: 100px;
    font-size: 15px;
    margin-right: 15px;
  }
  .home_news_items .item .title{
    font-size: 16px;
    width: calc(100% - 100px - 100px - 15px);
  }

  .home_section_en{
    font-size: 90px;
  }


}
@media (min-width:1024px){


  .pg_home{
    padding-top: 175px;
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
    padding-top: 165px;
    padding-bottom: 300px;
  }
  .pg_home .section.sec3{
    padding-top: 20px;
  }
  .pg_home .section.sec4{
    margin-top: 150px;
  }
  .pg_home .section.sec5{
    padding-top: 125px;
  }



  /* Vision */
  .home_vision{
    background-size: auto 100px;
  }
  .home_vision_txt{
    font-size: 20px;
    /*letter-spacing: 0.3em;*/
    line-height: 8.75;
  }

  /* Service */
  .home_service{
  }
  .home_service .item{
  }
  .home_service .item:nth-child(n+2){
    margin-top: 45px;
  }

  /* 実績 */
  .home_achiev_msg{
    margin-bottom: 55px;
  }

  .home_achiev_items{
    margin: 0 -15px;
  }
  .home_achiev_items .item{
    width: 25%;
    padding: 0 15px;
  }
  .home_achiev_items .item:nth-child(n+5){
    margin-top: 20px;
  }
  .home_achiev_items .item .name{
    font-size: 18px;
    bottom: 23%;
  }

  /* お知らせ */
  .home_news{
  }
  .home_news .box1{
    width: 255px;
  }
  .home_news .box2{
    width: calc(100% - 255px - 30px);
    max-width: 730px;
  }

  .home_news_items{

  }
  .home_news_items .item a{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 45px;
  }
  .home_news_items .item a:after{
    width: 36px;
    height: 7px;
    top: 50%;
    right: 10px;
  }
  .home_news_items .item .date{
    width: 120px;
    font-size: 16px;
  }
  .home_news_items .item .category{
    width: 130px;
    margin-right: 30px;
  }
  .home_news_items .item .title{
    width: calc(100% - 120px - 130px - 30px);
  }
}
@media (min-width:1200px){

  /* Vision */
  .home_vision{
    background-size: auto ;
  }

  /* Service */
  .home_service{
  }
  .home_service .item{
  }
  .home_service .item:nth-child(n+2){
    margin-top: 60px;
  }

  .home_section_en{
    font-size: 150px;
  }

  .home_recruit .bg_txt{
    width: auto;
  }

}


/*******************************
*　
********************************/
.pg_archiv{
  padding-top: 80px;
}

.pg_archiv .section.sec1{
}

/**/
.archiv_msg{
  margin-bottom: 50px;
}
.archiv_msg_txt{
  font-weight: 600;
  text-align: center;
}
.archiv_msg .read_more{

}

/**/
.archiv_items{
  margin-top: 50px;
}
.archiv_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archiv_items .item:nth-child(n+2){
  margin-top: 80px;
}
.archiv_items .item .box1{
  width: 100%;
}
.archiv_items .item .box2{
  width: 100%;
  margin-top: 15px;
}

.archiv_tbl{
  width: 100%;
}
.archiv_tbl th,
.archiv_tbl td{
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #FFF;
}
.archiv_tbl th{
  width: 120px;
  background: #3393bb;
  color: #FFF;
}
.archiv_tbl td{
  background: #f5f5f5;
}

.archiv_map iframe{
  width: 100%;
  height: 250px;
  border: 0;
}

/* コピー用 */
@media (max-width:320px){
  .pg_archiv {
    padding-top: 120px;
  }
}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_archiv{
    padding-top: 50px;
  }

  .archiv_msg{
    margin-bottom: 120px;
  }
  .archiv_items{
    margin-top: 80px;
  }
  .archiv_items .item{
  }
  .archiv_items .item:nth-child(n+2){
    margin-top: 50px;
  }
  .archiv_items .item .box1{
    width: 40.09%;
  }
  .archiv_items .item .box2{
    width: 57.20%;
    margin-top: 0;
  }

  .archiv_tbl{
  }
  .archiv_tbl th,
  .archiv_tbl td{
    font-size: 15px;
  }
  .archiv_tbl th{
    width: 120px;
  }
  .archiv_tbl td{

  }

  .archiv_map iframe{
    height: 337px;
  }


  /* **********************************
   *  実績紹介 achievement
   * ********************************* */
  .pg_archiv{

  }
  /* スペース修正 ダウンロードコメントアウトの場合*/
  .pg_archiv .section#sec1 {
    margin-top: 25px;
  }

  .pg_xxxx .section#sec2{

  }
  .pg_xxxx .section#sec3{

  }
  @media (max-width:320px){
    /* スペース修正 ダウンロードコメントアウトの場合*/
    .pg_archiv .section#sec1{
      margin-top: 56px;
    }
  }
  @media (min-width:768px){
    /* スペース修正 ダウンロードコメントアウトの場合*/
    .pg_archiv .section#sec1{
      margin-top: 109px;
    }
  }
  @media (min-width:1024px){
    /* スペース修正 ダウンロードコメントアウトの場合*/
    .pg_archiv .section#sec1{
      margin-top: 75px;
    }
    .pg_archiv{
      padding-top: 72px;
    }
    .archiv_msg{
      margin-bottom: 180px;
    }
  }
  @media (min-width:1200px){

  }