@charset "UTF-8";


/*******************************
*　
********************************/
u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
.flicker-heading .sp {
  display: inline-block !important;
  width: .25em;
}


.sec_head.bk{
  color: #000;
}
.sec_head.bk .sec_head_ja{
  color: #000;
  border-bottom: 1px solid #000;
}

.body_news,
.body_newsDetail,
.body_company{
  background-image: -webkit-linear-gradient( 0deg, rgb(27,83,166) 21%, rgb(27,83,166) 52%, rgb(30,113,172) 86%, rgb(32,143,177) 100%);
}
.body_news:before,
.body_newsDetail:before,
.body_company:before{
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #FFF;
  position: absolute;
  z-index: 0;
}
.body_news .pg_header,
.body_newsDetail .pg_header,
.body_company .pg_header{
  margin-bottom: 45px;
}
.body_news .pg_header:after,
.body_newsDetail .pg_header:after,
.body_company .pg_header:after{
  content: "";
  background: #FFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
}
.body_news .sec_head,
.body_newsDetail .sec_head{
  color: #FFF;
  margin-bottom: 50px;
}



.pg_news,
.pg_company{
  padding-bottom: 50px;
  border-bottom: 50px solid #FFF;
}
.pg_news .section.sec1{
  
}
.pg_news .section.sec2{

}

.pg_news .section.sec1 .sec_head{
  
}
.pg_news + .footer,
.pg_company + .footer{
  margin-top: 0;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  
  .pg_news,
  .pg_company{
    padding-bottom: 80px;
    border-bottom: 100px solid #FFF;
  }
  .pg_news .section.sec1{

  }
  .pg_news .section.sec2{

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


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

  .pg_news,
  .pg_company{
    padding-bottom: 80px;
    border-bottom: 200px solid #FFF;
  }
  
  
}
@media (min-width:1470px){


}

.news_list.kasou2 .webgene-item a:after{
  margin-top: 5px;
}
.news_list.kasou2 .webgene-item .inner * {
  transition: 0.2s all;
}
.news_list.kasou2 .webgene-item .inner:hover .meta{
  border-color: #13b5b1;
}
.news_list.kasou2 .webgene-item .inner:hover .category span{
  border-color: #13b5b1;
}


.posts_side_wrap.wh .posts_cat_item a{
  color: #FFF;
}
.posts_side_wrap.wh .posts_cat_item a:hover{
  color: #13b5b1;
}

.pg_news .webgene-pagination li.selected{
  color: #000;
}

/* 詳細 */
.news_detail{
  
}
.news_detail .meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #FFF;
  margin-bottom: 10px;
}
.news_detail .meta .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  
}
.news_detail .meta .category{
  width: 115px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #FFF;
  border-radius: 14px;
  text-align: center;
  padding: 2px 5px 3px;
}
.news_detail .contents{
  background: #d7eafc;
  border-radius: 20px;
  padding: 15px 15px 40px;
}
.news_detail .contents .inner{
  background: #FFF;
  border-radius: 20px;
  padding: 20px 15px;
}

.news_detail .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  border-bottom: 3px solid #1b53a6;
  padding: 10px 0;
  margin-bottom: 20px;
}
.news_detail .post_content .txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}

.news_detail .read_more a{
  /*font-size: 16px;*/
}
.news_detail .read_more a:before{
  /*background-image: url(/system_panel/uploads/images/as.png);*/
  /*margin-right: 20px;*/
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  
  .pg_news .webgene-pagination{
    margin-top: 50px;
  }
  
  /* 詳細 */
  .news_detail{

  }
  .news_detail .meta{
    margin-bottom: 10px;
  }
  .news_detail .meta .date{
    font-size: 16px;
  }
  .news_detail .meta .category{
    width: 115px;
    font-size: 14px;
    border-radius: 14px;
    padding: 2px 5px 3px;
  }
  .news_detail .contents{
    border-radius: 20px;
    padding: 15px 15px 40px;
  }
  .news_detail .contents .inner{
    border-radius: 20px;
    padding: 20px 15px;
  }

  .news_detail .title{
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 32px;
  }
  .news_detail .post_content .txt{
    font-size: 16px;
    line-height: 2.25;
  }

  .news_detail .read_more a{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  
  .news_list.kasou2 .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }

  /* 詳細 */
  .news_detail{

  }
  .news_detail .meta{
    margin-bottom: 10px;
  }
  .news_detail .meta .date{
    font-size: 16px;
  }
  .news_detail .meta .category{
    width: 115px;
    font-size: 14px;
    border-radius: 14px;
    padding: 2px 5px 3px;
  }
  .news_detail .contents{
    border-radius: 20px;
    padding: 15px 15px 40px;
  }
  .news_detail .contents .inner{
    border-radius: 20px;
    padding: 30px 15px;
  }

  .news_detail .title{
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 50px;
  }
  .news_detail .post_content .txt{
    font-size: 16px;
    line-height: 2.25;
  }

  .news_detail .read_more a{
    font-size: 18px;
  }
}
@media (min-width:1200px){

  

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


}



/*******************************
*　
********************************/
.pg_service{
  padding-top: 0;
}
.pg_service .section.sec1{

}
.pg_service .section.sec2{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_service{
    padding-top: 70px;
  }
  .pg_service .section.sec1{

  }
  .pg_service .section.sec2{

  }


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


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


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


}

/* 概要 */
.service_head{
  
}
* + .service_head{
  margin-top: 20px;
}
.service_head_txt1{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
.service_head_txt1 p{
  letter-spacing: 0;
}
.service_head_txt2{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
}
.service_head_txt2 p{
  letter-spacing: 0;
}



/* サービス一覧 */
.service_list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
* + .service_list{
  margin-top: 40px;
}
.service_list_item{
  width: 100%;
}
.service_list_item_ttl1{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.4;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.service_list_item_ttl2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}
.service_list_item_txt{
  font-size: 16px;
  line-height: 1.875;
}
.service_list_item_txt p{
  letter-spacing: 0;
}
.service_list_item_img_box{
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.service_list_item_img_box:after{
  content: "";
  background: #0f138d;
  -webkit-mask-image: url('/system_panel/uploads/images/service_list_img_clip.png');
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: -10px;
  
}
.service_list_item_img{
  -webkit-mask-image: url('/system_panel/uploads/images/service_list_img_clip.png');
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.service_list_item_img.img_fit:before{
  padding-top: 45.66%;
  padding-top: 46.5%;
  /*padding-top: 48%;*/
}
.service_list_item_img a{
  display: block;
}
.service_list_item_img a img{
  transition: 0.2s all;
}
.service_list_item_img a:hover img{
  transform: scale(1.02);
}

.service_list_item .read_more{
  border-top: 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}
.service_list_item .read_more{
  justify-content: flex-end;
}


@media (max-width:374px){

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

}
@media (min-width:414px){
  
  /* 概要 */
  .service_head_txt1{
    font-size: 22px;
  }
  .service_head_txt2{
    
  }
}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 概要 */
  .service_head{

  }
  * + .service_head{
    margin-top: 20px;
  }
  .service_head_txt1{
    font-size: 32px;
  }
  .service_head_txt2{
    font-size: 16px;
    margin-top: 10px;
  }

  
  /* サービス一覧 */
  .service_list{
    gap: 73px 30px;
  }
  * + .service_list{
    margin-top: 40px;
  }
  .service_list_item{
    width: calc((100% - 30px) / 2);
  }
  .service_list_item_ttl1{
    font-size: 22px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .service_list_item_ttl2{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .service_list_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }
  .service_list_item_img_box{
    padding-right: 10px;
  }
  .service_list_item_img.img_fit:before{
    /*padding-top: 46.5%;*/
  }
  
}
@media (min-width:1024px){

  /* サービス一覧 */
  .service_list{
    gap: 73px 30px;
  }
  * + .service_list{
    margin-top: 40px;
  }
  .service_list_item{
    width: calc((100% - 30px) / 2);
  }
  .service_list_item_ttl1{
    font-size: 24px;
  }
  .service_list_item_ttl2{
    font-size: 20px;
  }

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

  /* 概要 */
  .service_head{

  }
  * + .service_head{
    margin-top: 20px;
  }
  .service_head_txt1{
    font-size: 40px;
  }
  .service_head_txt2{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 10px;
  }

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


}



/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@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{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


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


}


/* 全体設定 */
.service_post{
  letter-spacing: 0.075em;
}
.service_post h1,
.service_post h2,
.service_post h3,
.service_post h4,
.service_post h5,
.service_post h6{
  font-weight: 700;
  line-height: 1.2;
}

/* ページタイトル */
.service_post_ttl{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: #1b53a6;
  color: #FFF;
  padding: 5px 10px 8px;
  margin-bottom: 25px;
}

/* 概要 */
.service_post_head{
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #1b53a6;
}
.service_post_head_ttl1{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_post_head_txt1{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.service_post_head_txt2{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

.service_post_btn{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
* + .service_post_btn{
  margin-top: 30px;
}
.service_post_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  max-width: 100%;
  min-height: 56px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid #202020;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}
.service_post_btn a:hover{
  background: #1b53a6;
  color: #FFF;
  border-color: #1b53a6;
}


.service_post_btn a,
.service_post_btn a *{
  transition: 0.2s all;
}
.service_post_btn a:before,
.service_post_btn a:after{
  transition: 0.2s all;
}

.service_post_btn a.email{
  position: relative;
  z-index: 1;
}
.service_post_btn a.email:before{
  content: "";
  width: 21px;
  aspect-ratio: 17 / 13;
  background-image: url('/system_panel/uploads/images/envelope-regular-bk.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 2px;
  margin-bottom: -2px;
  line-height: 1;
}
.service_post_btn a.email:hover:before{
  background-image: url('/system_panel/uploads/images/envelope-regular-wh.svg');
}


/* ブロック */
.service_post_row{
  
}
.service_post_row + .service_post_row{
  margin-top: 50px;
}

/* ブロック見出し */
.service_post_cmn_head{
  margin-bottom: 20px;
}
.service_post_cmn_head_en{
  display: flex;
}
.service_post_cmn_head_en p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.2;
  background: #1b53a6;
  color: #FFF;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.service_post_cmn_head_en em{
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.075em;
}
.service_post_cmn_head_ja{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.411 !important;
  letter-spacing: 0.075em;
  border-bottom: 5px solid #1b53a6;
  padding-bottom: 10px;
}

/* 汎用見出し・テキスト */
.service_post_cmn_ttl{
  font-size: 24px;
  font-weight: 900 !important;
  letter-spacing: 0.075em;
  color: #1b53a6;
  margin-bottom: 15px;
}
.service_post_cmn_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
.service_post_cmn_txt2{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}


/* チェックリスト */
.service_post_cmn_ul{
  
}
* + .service_post_cmn_ul{
  margin-top: 20px;
}
.service_post_cmn_ul li{
  font-size: 16px;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  z-index: 1;
}
.service_post_cmn_ul li+li{
  margin-top: 15px;
}
.service_post_cmn_ul li:before{
  content: "";
  width: 17px;
  aspect-ratio: 17 / 17;
  background-image: url('/system_panel/uploads/images/check-square-solid-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
}

/* 選ばれる理由 */
.service_post_reason{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
* + .service_post_reason{
  margin-top: 25px;
}
.service_post_reason_item{
  width: 100%;
  background: #1b53a6;
  color: #FFF;
  padding: 12px 16px;
}
.service_post_reason_item_head{
  margin-bottom: 10px;
}
.service_post_reason_item_head_en{
  font-size: 19px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 10px;
}
.service_post_reason_item_head_ja{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.service_post_reason_item_txt{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}

/* 末尾 */
.service_post_cmn_ftr{
  
}
* + .service_post_cmn_ftr{
  margin-top: 50px;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .service_post h1,
  .service_post h2,
  .service_post h3,
  .service_post h4,
  .service_post h5,
  .service_post h6{
    line-height: 1.4;
  }
}
@media (min-width:768px){
  
  
  /* ページタイトル */
  .service_post_ttl{
    font-size: 28px;
    padding: 5px 10px 8px;
    margin-bottom: 45px;
  }

  /* 概要 */
  .service_post_head{
    padding-bottom: 80px;
    margin-bottom: 68px;
  }
  .service_post_head_ttl1{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .service_post_head_txt1{
    font-size: 30px;
    margin-bottom: 22px;
  }
  .service_post_head_txt2{
    font-size: 16px;
    line-height: 2.25;
  }

  .service_post_btn{
    gap: 15px;
  }
  * + .service_post_btn{
    margin-top: 30px;
  }
  .service_post_btn a{
    width: 255px;
    min-height: 56px;
    font-size: 16px;
    padding: 5px 10px;
  }
  .service_post_btn a.email:before{
    width: 21px;
    margin-right: 2px;
    margin-bottom: -2px;
  }

  /* ブロック */
  .service_post_row{

  }
  .service_post_row + .service_post_row{
    margin-top: 90px;
  }

  /* ブロック見出し */
  .service_post_cmn_head{
    margin-bottom: 30px;
  }
  .service_post_cmn_head_en{
  }
  .service_post_cmn_head_en p{
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .service_post_cmn_head_en em{
    font-size: 1.5em;
  }
  .service_post_cmn_head_ja{
    font-size: 25px;
    padding-bottom: 10px;
  }

  /* 汎用見出し・テキスト */
  .service_post_cmn_ttl{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .service_post_cmn_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .service_post_cmn_txt2{
    font-size: 18px;
    line-height: 1.875;
  }


  /* チェックリスト */
  .service_post_cmn_ul{

  }
  * + .service_post_cmn_ul{
    margin-top: 20px;
  }
  .service_post_cmn_ul li{
    font-size: 18px;
  }
  .service_post_cmn_ul li+li{
    margin-top: 15px;
  }
  .service_post_cmn_ul li:before{
    width: 17px;
    top: 6px;
  }

  /* 選ばれる理由 */
  .service_post_reason{
    gap: 15px 30px;
  }
  * + .service_post_reason{
    margin-top: 25px;
  }
  .service_post_reason_item{
    width: 100%;
    min-height: 200px;
    padding: 12px 16px;
  }
  .service_post_reason_item_head{
    /* margin-bottom: 28px; */
  }
  .service_post_reason_item_head_en{
    font-size: 21px;
    margin-bottom: 16px;
  }
  .service_post_reason_item_head_ja{
    font-size: 18px;
  }
  .service_post_reason_item_txt{
    font-size: 16px;
  }
  
  .service_post_reason.minH .service_post_reason_item{
    min-height: 230px;
  }

  /* 末尾 */
  .service_post_cmn_ftr{

  }
  * + .service_post_cmn_ftr{
    margin-top: 50px;
  }

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


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

  
  /* ページタイトル */
  .service_post_ttl{
    font-size: 32px;
    padding: 5px 10px 8px;
    margin-bottom: 45px;
  }

  /* 概要 */
  .service_post_head{
    padding-bottom: 80px;
    margin-bottom: 68px;
  }
  .service_post_head_ttl1{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .service_post_head_txt1{
    font-size: 34px;
    margin-bottom: 22px;
  }
  .service_post_head_txt2{
    font-size: 16px;
    line-height: 2.25;
  }

  .service_post_btn{
    gap: 15px;
  }
  * + .service_post_btn{
    margin-top: 30px;
  }
  .service_post_btn a{
    width: 255px;
    min-height: 56px;
    font-size: 16px;
    padding: 5px 10px;
  }
  .service_post_btn a.email:before{
    width: 21px;
    margin-right: 2px;
    margin-bottom: -2px;
  }

  /* ブロック */
  .service_post_row{

  }
  .service_post_row + .service_post_row{
    margin-top: 90px;
  }

  /* ブロック見出し */
  .service_post_cmn_head{
    margin-bottom: 30px;
  }
  .service_post_cmn_head_en{
  }
  .service_post_cmn_head_en p{
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .service_post_cmn_head_en em{
    font-size: 1.5em;
  }
  .service_post_cmn_head_ja{
    font-size: 34px;
    padding-bottom: 10px;
  }

  /* 汎用見出し・テキスト */
  .service_post_cmn_ttl{
    font-size: 34px;
    margin-bottom: 15px;
  }
  .service_post_cmn_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .service_post_cmn_txt2{
    font-size: 18px;
    line-height: 1.875;
  }


  /* チェックリスト */
  .service_post_cmn_ul{

  }
  * + .service_post_cmn_ul{
    margin-top: 20px;
  }
  .service_post_cmn_ul li{
    font-size: 18px;
  }
  .service_post_cmn_ul li+li{
    margin-top: 15px;
  }
  .service_post_cmn_ul li:before{
    width: 17px;
    top: 6px;
  }

  /* 選ばれる理由 */
  .service_post_reason{
    gap: 15px 30px;
  }
  * + .service_post_reason{
    margin-top: 25px;
  }
  .service_post_reason_item{
    width: calc((100% - 30px) / 2);
    padding: 12px 16px;
  }
  .service_post_reason_item_head{
    margin-bottom: 28px;
  }
  .service_post_reason_item_head_en{
    font-size: 21px;
    margin-bottom: 16px;
  }
  .service_post_reason_item_head_ja{
    font-size: 18px;
  }
  .service_post_reason_item_txt{
    font-size: 16px;
  }

  /* 末尾 */
  .service_post_cmn_ftr{

  }
  * + .service_post_cmn_ftr{
    margin-top: 50px;
  }

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


}



/*******************************
*　
********************************/
.pg_company{
  padding-bottom: 0;
}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 50px;
  color: #FFF;
  background-image: url('/system_panel/uploads/images/sec_wh_cirve.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: 100% auto;
  background-position: center bottom;
}
.pg_company .section.sec2{
  background: #FFF;
  padding-top: 50px;
}
.pg_company .section.sec3{
  background: #FFF;
  padding-top: 0;
}
.pg_company .section.sec4{
  background: #FFF;
  padding-top: 0;
}
.pg_company .section.sec5{
  background: #FFF;
  padding-top: 0;
  padding-bottom: 80px;
}

.gjs-dashed .pg_company{
  background-image: -webkit-linear-gradient( 0deg, rgb(27,83,166) 21%, rgb(27,83,166) 52%, rgb(30,113,172) 86%, rgb(32,143,177) 100%);
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_company .section.sec1{
    padding-top: 70px;
    padding-bottom: 95px;
    background-size: 100% auto;
  }
  .pg_company .section.sec2{
    padding-top: 145px;
  }
  .pg_company .section.sec3{
    padding-top: 60px;
  }
  .pg_company .section.sec4{
    padding-top: 55px;
  }
  .pg_company .section.sec5{
    padding-top: 65px;
    padding-bottom: 100px;
  }


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


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


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


}

/* STORY */
.comapny_story{
  
}
.comapny_story_head{
  margin-bottom: 38px;
}
.comapny_story_head_en{
  font-size: 36px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.comapny_story_head_ja{
  margin-top: 30px;
  text-align: center;
}
.comapny_story_head_ja_txt{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.comapny_story_ttl{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.comapny_story_ttl p{
  letter-spacing: 0;
}
.comapny_story_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
.comapny_story_txt p{
  letter-spacing: 0;
}

/* MESSAGE */
.comapny_msg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .comapny_msg{
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid;
}
.comapny_msg_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.comapny_msg_box2{
  width: 100%;
  padding-top: 0;
  order: 1;
}
.comapny_msg_head{
  
}
.comapny_msg_head_en{
  font-size: 50px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.comapny_msg_head_ja{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 20px;
}
.comapny_msg_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 15px;
}
.comapny_msg_name{
  text-align: right;
  margin-top: 22px;
}
.comapny_msg_name img{
  width: 180px;
}
.comapny_msg_img{
  
}
.comapny_msg_img.img_fit:before{
  padding-top: 116.854%;
}

/* お問い合わせ */
.pg_company{
  
}

.company_contact_wrap{
  
}
* + .company_contact_wrap{
  margin-top: 30px;
}
.company_contact_wrap .formTh{
  background: #d7eafc;
}
.company_contact_wrap .privacy_ttl{
  border-color: #1b53a6;
}

.formBtn.formSend2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: none;
  border: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  cursor: pointer;
}
.formBtn.formSend2:before{
  content: "";
  display: inline-block;
  width: 51px;
  aspect-ratio: 51 / 42;
  background-image: url(/system_panel/uploads/images/as.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: relative;
  z-index: 1;
  top: auto;
  right: 0;
  transition: transform .2s;
  margin-right: 18px;
}
.formBtn.formSend2:hover{
  color: #1b53a6;
}
.formBtn.formSend2:hover:before{
  transform: translateX(10px);
}

@media (max-width:374px){

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

}
@media (min-width:414px){
  .comapny_msg_head_ja{
    font-size: 30px;
  }
}
@media (max-width:767px){
  .comapny_msg_img{
    width: 65%;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  
  /* STORY */
  .comapny_story{
    
  }
  .comapny_story_head{
    margin-bottom: 38px;
  }
  .comapny_story_head_en{
    font-size: 50px;
  }
  .comapny_story_head_ja{
    margin-top: 62px;
    text-align: center;
  }
  .comapny_story_head_ja_txt{
    font-size: 24px;
    padding-bottom: 8px;
  }
  .comapny_story_ttl{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
  .comapny_story_txt{
    font-size: 14px;
    line-height: 2.25;
    text-align: center;
  }

  /* MESSAGE */
  .comapny_msg{
  }
  * + .comapny_msg{
    margin-top: 70px;
    padding-top: 92px;
  }
  .comapny_msg_box1{
    width: 57.20%;
    order: 1;
    margin-top: 0;
  }
  .comapny_msg_box2{
    width: 40.09%;
    padding-top: 8px;
    order: 2;
  }
  .comapny_msg_head{

  }
  .comapny_msg_head_en{
    font-size: 50px;
  }
  .comapny_msg_head_ja{
    font-size: 30px;
    margin-top: 20px;
  }
  .comapny_msg_txt{
    font-size: 16px;
    /*line-height: 2.25;*/
    margin-top: 10px;
  }
  .comapny_msg_name{
    margin-top: 22px;
  }
  .comapny_msg_name img{
    width: auto;
  }

  * + .company_contact_wrap{
    margin-top: 60px;
  }
}
@media (min-width:1024px){

  /* STORY */
  .comapny_story{
    
  }
  .comapny_story_head{
    margin-bottom: 38px;
  }
  .comapny_story_head_en{
    font-size: 50px;
  }
  .comapny_story_head_ja{
    margin-top: 62px;
    text-align: center;
  }
  .comapny_story_head_ja_txt{
    font-size: 24px;
    padding-bottom: 8px;
  }
  .comapny_story_ttl{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  .comapny_story_txt{
    font-size: 16px;
    line-height: 2.25;
    text-align: center;
  }

  /* MESSAGE */
  .comapny_msg{
  }
  * + .comapny_msg{
    margin-top: 70px;
    padding-top: 92px;
  }
  .comapny_msg_box1{
    width: 57.20%;
    order: 1;
    margin-top: 0;
  }
  .comapny_msg_box2{
    width: 40.09%;
    padding-top: 8px;
    order: 2;
  }
  .comapny_msg_head{

  }
  .comapny_msg_head_en{
    font-size: 60px;
  }
  .comapny_msg_head_ja{
    font-size: 40px;
    margin-top: 20px;
  }
  .comapny_msg_txt{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 10px;
  }
  .comapny_msg_name{
    margin-top: 22px;
  }
  .comapny_msg_name img{
    width: auto;
  }

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

  

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


}


/* 会社概要 */
.company_tbl{

}
* + .company_tbl{
  margin-top: 30px;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  font-weight: 500;
  border-color: #a5a7a6;
  padding: 10px 10px;
  line-height: 1.875;
  letter-spacing: 0.075em;
}
.company_tbl .table_rows_th{
  background: #d7eafc;
  
}
.company_tbl .table_rows_td{
  background: #FFF;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

  }
  * + .company_tbl{
    margin-top: 60px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 22px 22px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
    padding-left: 55px;
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 60px;
  }
  .company_map iframe{
    height: 380px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    
  }
  .company_tbl .table_rows_th{
    width: 285px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}


/*******************************
*　
********************************/

.btn_box.center{
  justify-content: center;
}
.btn_box .btn2.pdf{
  max-width: 356px;
}
.btn_box .btn2.pdf p:before{
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1 / 1;
  background-image: url(/system_panel/uploads/images/file-pdf-regular-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  
}
.company_tbl + .btn_box{
  margin-top: 50px;
}

@media (max-width:374px){

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

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

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

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


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


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


}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@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{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


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


}


@media (max-width:374px){

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

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

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

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


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


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


}

