@charset "UTF-8";

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.4);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

/* MVタイトル */
.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_en{
  font-size: 35px;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.pg_header_title_ja{
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  color: #fff;
}

.pg_header_mv_inr{
  position: relative;
  padding: 30px 0;
}
.pg_header_mv_inr:after{
  content: "";
  display: block;
  width: 100vw;
  ;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 13.48%;
  z-index: 0;
}
.pg_header_mv_img{
  width:  100%;
}
.pg_header_mv_txt{
  width: 100%;
  position: absolute;
  top: 56.5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.pg_header_mv_txt .mv_text_box1_txt{
  padding-right: 20px;
}
.pg_header_mv_txt .mv_text_box2 p{
  padding: 5px 0px 5px 1px;
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 250px;
  }

  .pg_header_title_txt{

  }
  .pg_header_mv_inr{
    padding: 50px 0;
  }
  .pg_header_mv_txt .mv_text_box1_txt{
    padding-right: 40px;
  }
  .pg_header_mv_txt .mv_text_box2 p{
    padding: 2px 0px 2px 1px;
  }
  /* MVタイトル */
  .pg_header_title_en{
    font-size: 40px;
  }
  .pg_header_title_ja{
    font-size: 18px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  /* MVタイトル */
  .pg_header_title_en{
    font-size: 68px;
  }
  .pg_header_title_ja{
    font-size: 20px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 140px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }

  .pg_header_mv_inr{
    padding: 100px 0 100px;
  }

  /* MVタイトル */
  .pg_header_title_en{
    font-size: 75px;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .pg_header_title_ja{
    font-size: 24px;
  }
}
@media (min-width:1366px){
  /* MVタイトル */
  .pg_header_title_en{
    font-size: 90px;
  }
}

@media (min-width: 1720px) {
  .pg_header {
    margin-bottom: 180px;
  }
  /* MVタイトル */
  .pg_header_title_en{
    font-size: 100px;
  }
}


/*******************************
*　フッター
********************************/

.footer{
  margin-top: 50px;
  position: relative;
  z-index: 0;
}


/* お問い合わせ */
.ftr_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #a39c92;
  border-bottom: 1px solid #a39c92;
  padding: 0 0;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box2{
  width: 100%;
}

.ftr_contact_head{
  margin-bottom: 20px;
}
.ftr_contact_head_en{
  font-size: 42px;
  font-weight: 500;
  font-family: var(--font-mincho);
}
.ftr_contact_head_ja{
  font-size: 15px;
  line-height: 2;
  margin-top: 30px;
}

.ftr_contact_btns{
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_btns_item{
  width: 100%;
  padding: 25px 15px;
  text-align: center;
}
.ftr_contact_btns_item{
}
.ftr_contact_btns_item_title{
  margin-bottom: 20px;
}
.ftr_contact_btns_item_tel{
  text-align: center;
}
.ftr_contact_btns_item_tel_txt1{
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
}
.ftr_contact_btns_item_tel_txt1 a:hover{
  color: #009688;
}
.ftr_contact_btns_item_tel_txt2{
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  margin-top: 10px;
  color: #FFF;
}
.ftr_contact_btns_item_link{
  display: flex;
  justify-content: center;
}
.ftr_contact_btns_item_link_a{
  width: 200px;
  background: linear-gradient(
    130deg,
    rgba(54, 183, 243) 0%,
    rgba(0, 67, 130) 75%,
    rgba(0, 67, 130) 100%);
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 10px;
  transition: 0.2s all;
}
.ftr_contact_btns_item_link_a p{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  color: #FFF;
}
.ftr_contact_btns_item_link_a:hover{
  /*background: linear-gradient(
    -130deg,
    rgba(54, 183, 243) 0%,
    rgba(0, 67, 130) 75%,
    rgba(0, 67, 130) 100%);
  color: #FFF;*/
  transform: scale(1.03);
}

.ftr_contact_img{

}
.ftr_contact_img:before{
  padding-top: 305px;
}
.ftr_contact_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

/*  */
.ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.ftr1_box1{
  width: 365px;
}
.ftr_logo{
  text-align: center;
  margin-bottom: 20px;
}
.ftr_logo img{
  width: 200px;
}
.ftr_addr{
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.ftr_addr + .ftr_addr{
  margin-top: 10px;
}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_txt1{
  position: relative;
  padding-right: 10px;
}
.ftr_add_txt1:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_add_txt2{
  padding-left: 16px;
}
.ftr_add_txt2 a:hover{
  color: #808080;
}
.ftr_sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.ftr_sns_item{
  margin-left: 10px;
}
.ftr_sns_item:first-child{
  margin-left: 0;
}
.ftr_1_box2{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ftr_links{
  width: 100%;
}
.ftr_link{

}
.ftr_link:hover{
  /*color: #004382;*/
  color: #009688;
}
/*.ftr_links{
  display: flex;
  flex-wrap: wrap;
}
.ftr_links_item{
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
  border-right: 1px solid #a7a7a7;
}
.ftr_links_item + .ftr_links_item{
  
}
.ftr_links_item_a{
  font-size: 15px;
  line-height: 1;
}*/



/**/
.ftr_copy{
  font-size: 14px;
  text-align: center;
  background: #f9f4ed;
  padding: 5px 5px;
  margin-top: 30px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a,
.footer_fix > div{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 8px 5px 5px;
  background: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix > a:hover,
.footer_fix > div:hover{
  color: #FFF;
}
.footer_fix .footer_fix_item_1{
  width: 26.666%;
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 20%;
  background: #cab386;
  padding-top: 15px;
}
.footer_fix > a i,
.footer_fix > div i{
  font-size: 20px;
  margin-bottom: 2px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

.footer_fix_item_1 img{
  width: 22px;
  margin-bottom: 7px;
}
.footer_fix_item_1.contact .fa{
  font-size: 25px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(-112deg, #004382 0%, #36b7f3 100%);
  background-clip: text;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 80px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

}
@media (max-width:767px){
  /**/
  .ftr_contact_head{
    text-align: center;
  }
  .ftr_contact_head_en{
    font-size: 30px;
  }
  .ftr_contact_head_ja{
    margin-top: 15px;
    font-size: 12px;
  }
  .ftr_contact_btns_item{
    border-top: 1px solid #fff;
  }
  .ftr_contact_btns_item{

  }
  .ftr_contact_btns_item_title img{
    height: 56px;
  }

  .ftr_contact_img:before{
    padding-top: 400px;
  }

  .ftr_links{
    display: none;
  }

  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }

  /* お問い合わせ */
  .ftr_contact{
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
  }
  .ftr_contact_box1{
    width: 100%;
  }
  .ftr_contact_box2{
    width: 31.72%;
    position: relative;
  }

  .ftr_contact_head{
    margin-bottom: 20px;
    text-align: center;
  }
  .ftr_contact_head_en{
    font-size: 42px;
  }
  .ftr_contact_head_ja{
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }

  .ftr_contact_btns{
  }
  .ftr_contact_btns_item{
    width: 49.93%;
    padding: 40px 15px;
  }
  .ftr_contact_btns_item{
    border-left: 1px solid #fff;
  }
  .ftr_contact_btns_item:nth-child(3n){
    border-right: 1px solid #fff;
  }
  .ftr_contact_btns_item_title{
    margin-bottom: 30px;
  }
  .ftr_contact_btns_item_tel{
  }
  .ftr_contact_btns_item_tel_txt1{
    font-size: 30px;
  }
  .ftr_contact_btns_item_tel_txt2{
    font-size: 14px;
    margin-top: 10px;
  }
  .ftr_contact_btns_item_link{
  }
  .ftr_contact_btns_item_link_a{
    width: 200px;
    font-size: 15px;
    padding: 10px 10px;
  }

  .ftr_links{

  }
  .ftr_link{
    width: 195px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0;
    padding-top: 16px;
  }
  .ftr_link:before{
    content: "\f054";
    font-family: 'FontAwesome';
    display: block;
    width: 22px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    transition: all 0.2s;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 2px;
  }
  .ftr_link:hover{
    /*color: var(--main-color);*/
  }
  .ftr_link p{
    letter-spacing: 0.075em;
  }

  /*  */
  .ftr1{

  }
  .ftr1_box1{
    width: 285px;
  }
  .ftr1_box2{
    width: calc(100% - 285px - 30px);
    margin-top: 10px;
  }
  .ftr_logo{
    text-align: left;
    margin-bottom: 40px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 16px;
    text-align: left;
  }
  .ftr_addr + .ftr_addr{
    margin-top: 10px;
  }
  .ftr_sns{
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .ftr_sns_item{
    margin-left: 20px;
  }
  .ftr_links{
    position: relative;
  }
  .ftr_links_item{
    width: 33.333%;
    margin-bottom: 20px;
    border-right: 1px solid #a7a7a7;
  }
  .ftr_links_item:nth-child(3n){
    border-right: 0;
  }
  .ftr_links_item_a{
    font-size: 15px;
  }

  /**/
  .ftr_copy{
    font-size: 14px;
    margin-top: 70px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }

  /* お問い合わせ */
  .ftr_contact{
    align-items: center;
  }
  .ftr_contact_box1{
    width: 37.5%;
  }
  .ftr_contact_box2{
    width: 69.72%;
  }
  .ftr_links:after{
    content: "";
    display: block;
    height: 128px;
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    top: 75px;
    left: 210px;
    transform: translateY(-50%) translateX(-50%);
  }
  .ftr_links:nth-child(3n):after {
    border-right: 0;
  }
  .ftr_contact_head{
    margin-bottom: 20px;
    text-align: left;
  }
  .ftr_contact_head_en{
    font-size: 32px;
  }
  .ftr_contact_head_ja{
    font-size: 12px;
    margin-top: 20px;
  }

  .ftr_contact_btns{
  }
  .ftr_contact_btns_item{
    padding: 25px 15px;
  }
  .ftr_contact_btns_item{
    border-left: 1px solid #fff;
  }
  .ftr_contact_btns_item:nth-child(3n){
    border-right: 0;
  }
  .ftr_contact_btns_item_title{
    margin-bottom: 30px;
  }
  .ftr_contact_btns_item_title img{
    height: 60px;
  }
  .ftr_contact_btns_item_tel{
  }
  .ftr_contact_btns_item_tel_txt1{
    font-size: 24px;
  }
  .ftr_contact_btns_item_tel_txt2{
    font-size: 12px;
  }
  .ftr_contact_btns_item_link{
  }
  .ftr_contact_btns_item_link_a{
    width: 240px;
  }

  .ftr_links{
    width: 28.40%;
  }
  .ftr_link{

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

  /*  */
  .ftr1{
    margin-top: 50px;
  }
  .ftr1_box1{
    width: 365px;
  }
  .ftr1_box2{
    width: 29.01%;
  }
  .ftr_links:after{
    content: "";
    display: block;
    height: 128px;
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    top: 75px;
    left: 195px;
    transform: translateY(-50%) translateX(-50%);
  }
  .ftr_links:nth-child(3n):after {
    border-right: 0;
  }
  .ftr_logo{
    text-align: left;
    margin-bottom: 60px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 16px;
    text-align: left;
  }
  .ftr_addr + .ftr_addr{
    margin-top: 10px;
  }
  .ftr_sns{
    justify-content: flex-end;
    margin-bottom: 65px;
  }
  .ftr_sns_item{
    margin-left: 20px;
  }
  .ftr_links{

  }
  .ftr_links_item{
    width: 20%;
    margin-bottom: 20px;
    border-right: 1px solid #a7a7a7;
  }
  .ftr_links_item:nth-child(3n){
    border-right: 1px solid #a7a7a7;
  }
  .ftr_links_item:nth-child(5n){
    border-right: 0;
  }
  .ftr_links_item_a{
    font-size: 15px;
  }

  .ftr_links{
    width: 28.40%;
  }
  .ftr_link{
    width: 100%;
    padding-top: 0;
  }
  .ftr_link:nth-child(n+2){
    margin-top: 10px;
  }

  #chatbot-btn{
    right: 0 !important;
  }

}
@media (min-width:1366px){
  .ftr_links:after{
    height: 128px;
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    top: 75px;
    left: 225px;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (min-width:1470px){
  /* お問い合わせ */
  .ftr_contact{
    align-items: center;
  }
  .ftr_contact_box1{
    width: 37.5%;
  }
  .ftr_contact_box2{
    width: 62.5%;
  }
  .ftr_links:after{
    height: 128px;
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    top: 68px;
    left: 255px;
    transform: translateY(-50%) translateX(-50%);
  }

  .ftr_contact_head{
    margin-bottom: 20px;
    text-align: left;
  }
  .ftr_contact_head_en{
    font-size: 42px;
  }
  .ftr_contact_head_ja{
    font-size: 15px;
    margin-top: 20px;
  }

  .ftr_contact_btns{
  }
  .ftr_contact_btns_item{
    padding: 55px 15px;
  }
  .ftr_contact_btns_item{
    border-left: 1px solid #fff;
  }
  .ftr_contact_btns_item:nth-child(3n){
    border-right: 0;
  }
  .ftr_contact_btns_item_title{
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .ftr_contact_btns_item_title img{
    height: 60px;
  }
  .ftr_contact_btns_item_tel{
  }
  .ftr_contact_btns_item_tel_txt1{
    font-size: 30px;
  }
  .ftr_contact_btns_item_tel_txt2{
    font-size: 14px;
  }
  .ftr_contact_btns_item_link{
  }
  .ftr_contact_btns_item_link_a{
    width: 240px;
  }

}
@media (min-width:1720px){
  .ftr_contact_box1 {
    width: 41.11%;
  }
  .ftr_contact_box2{
    width: 50.98%;
    margin-top: 0;
  }
  .ftr_1_box2{
    width: 55.59%;
  }
}

/*******************************
*　フッター
********************************/

.footer{
  margin-top: 80px;
}

.ftr1{
  padding: 30px 0;
  margin-bottom: 25px;
}
/*
.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 30px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, rgb(0, 67, 130) 0%, rgb(54, 183, 243) 100%);
  color: #FFF;
  border-top: 1px solid #fff;
  padding: 10px 0;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--main-color);
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--main-color);
  color: #FFF !important;
}
.footer_fix > a i{
  font-size: 30px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 80px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: var(--main-color);
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_img{

}
.ftr_contact_img:before{
  padding-top: 305px;
}
.ftr_contact_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.ftr_contact_wrap{
  position: relative;
}
.ftr_contact_outer{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.ftr_contact_en{
  font-size: 40px;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.ftr_contact_ja{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ftr_contact_box1 {
  width: 100%;
}
.ftr_contact_box2 {
  width: 100%;
  margin-top: 30px;
}
.ftr_contact_box2_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ftr_contact_box2_item {
  width: 100%;
  text-align: center;
}
.ftr_contact_box2_item_tel{
  color: #fff;
}
.ftr_contact_box2_item_tel a:hover{
  color: var(--main-color);
}
.ftr_contact_box2_item_tel1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font-en);
  position: relative;
}
.ftr_contact_box2_item_tel1 strong{
  font-size: 16px;
  font-weight: 600;
}
/*.ftr_contact_box2_item_tel1:before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 30px;
}*/
.ftr_contact_box2_item_tel2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.ftr_contact_box2_item_tel2 strong{
  font-size: 14px;
  font-weight: 500;
}
.link_1 {
  display: block;
  width: 100%;
  max-width: 380px;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  padding: 4px 0;
}
.link_1:hover{
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
.link_1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.link_1 p:before{
  content: "\f0e0";
  font-size: 24px;
  font-family: 'FontAwesome';
  color: #fff !important;
  margin-right: 13px;
}

.ftr_1{
  background: #000;
  padding-top: 50px;
}
.ftr_1_box{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ftr_1_box1{
  width:100%;
}
.ftr_logo{

}
.ftr_add{
  color: var(--txt-color);
  margin-top: 10px;
}
.ftr_add_txt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  color: #1c1c1c;
}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_txt1{
  position: relative;
  padding-right: 9px;
}
.ftr_add_txt1:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #1c1c1c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_add_txt2{
  padding-left: 8px;
}
.ftr_add_txt2 a:hover{
  color: #808080;
}
.ftr_1_box2{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ftr_links{
  width: 100%;
}
.ftr_link{

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

}
@media (max-width:767px){
  
  body{
    padding-bottom: 76px;
  }
  
  .mv_inner{
    padding-bottom: 62px;
  }

  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }


  .ftr_contact_box1{
    text-align: center;
  }
  .ftr_contact_box2_item{
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ftr_contact_box2_item:last-child{
    padding-bottom: 0;
  }
  .ftr_contact_img:before{
    padding-top: 650px;
  }

  .ftr_1_box1{
    text-align: center;
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_add_item{
    width: 295px;
    margin-inline: auto;
    justify-content: center;
  }

  .ftr_contact_en{
    margin-bottom: 10px;
  }
  .ftr_contact_ja{
    font-size: 14px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .ftr_contact_box2 {
    margin-top: 40px;
  }
  .ftr_contact_en{
    color: #fff;
    font-size: 70px;
  }
  .ftr_contact_box2_item {
    position: relative;
  }
  .ftr_contact_box2_item {
    width: 56%;
  }
  .ftr_contact_box2_item:first-child{
    width: 44.00%;
  }
  .ftr_contact_box2_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .ftr_contact_box2_item:before, .ftr_contact_box2_item:last-child:after{
    height: 80px;
  }
  .ftr_contact_box2_item:last-child:after{
    content: "";
    display: block;
    width: 1px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .link_1 {
    font-size: 15px;
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .ftr_contact_box2_item:last-child:after{
    height: 80px;
  }
  .ftr_contact_img:before{
    padding-top: 510px;
  }

  .ftr_1{
    padding-top: 75px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 56.26%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_add_txt{
    font-size: 16px;
  }
  .ftr_add_item{

  }
  .ftr_add_txt1{

  }
  .ftr_add_txt2{

  }
  .ftr_1_box2{
    width: 31.72%;
    position: relative;
  }
  .ftr_links{

  }
  .ftr_link{
    width: 195px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    padding-top: 16px;
  }
  .ftr_link:before{
    content: "\f061";
    font-family: 'FontAwesome';
    display: block;
    width: 22px;
    aspect-ratio: 1;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 67, 130) 0%, rgb(54, 183, 243) 100%);
    color: #FFF;
    border-radius: 50%;
    font-size: 10px;
    transition: all 0.2s;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: 0px;
  }
  .ftr_link:hover{
    /*color: var(--main-color);*/
  }
  .ftr_link p{
    letter-spacing: 0.075em;
  }

  .ftr_copy{
    padding: 8px 0;
    margin-top: 32px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 160px;
  }

  .ftr_contact_box1 {
    width: 100%;
  }
  .ftr_contact_box2 {
    width: 100%;
    margin-top: 50px;
  }
  .ftr_contact_box2_item:before, .ftr_contact_box2_item:last-child:after{
    height: 100px;
  }
  .link_1 {
    font-size: 15px;
    display: block;
    width: 100%;
    max-width: 320px;
  }

  .ftr_1{

  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 28.01%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_add_txt{

  }
  .ftr_add_item{

  }
  .ftr_add_txt1{

  }
  .ftr_add_txt2{

  }
  .ftr_1_box2{
    width: 69.72%;
  }
  .ftr_links{
    width: 28.40%;
  }
  .ftr_link{

  }
  .ftr_contact_img:before{
    padding-top: 450px;
  }
}
@media (min-width:1200px){
  .footer{
    margin-top: 180px;
  }
  .ftr_contact_box1 {
    width: 50.11%;
  }
  .ftr_contact_box2{
    width: 46.98%;
    margin-top: 0;
  }

  .ftr_contact_en{
    color: #fff;
    font-size: 60px;
    margin-bottom: 15px;
  }
  .ftr_contact_box2_item:before, .ftr_contact_box2_item:last-child:after{
    height: 160px;
  }
  .ftr_contact_box2_item_tel1{
    font-size: 36px;
  }
  .ftr_contact_box2_item_tel1 strong{
    font-size: 24px;
    margin-right: 10px;
  }
  .link_1 {
    font-size: 18px;
  }

  .ftr_1{

  }
  .ftr_1_box{
    width: auto;
  }
  .ftr_1_box1{
    width: 30%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_add_txt{

  }
  .ftr_add_item{

  }
  .ftr_add_txt1{

  }
  .ftr_add_txt2{

  }
  .ftr_1_box2{
    width: 55.46%;
  }
  .ftr_links{
    width: 28.40%;
  }
  .ftr_link{
    width: 100%;
    padding-top: 0;
  }
  .ftr_link:nth-child(n+2){
    margin-top: 18px;
  }
  .ftr_contact_img:before{
    padding-top: 360px;
  }
}
@media (min-width:1440px){
  .ftr_contact_en{
    color: #fff;
    font-size: 80px;
    margin-top: -5px;
    margin-bottom: 22px;
  }
  .link_1 {
    font-size: 18px;
    display: block;
    width: 100%;
    max-width: 380px;
  }
  .ftr_link{
    width: 240px;
    padding-top: 0;
  }
  .ftr_1_box1{
    width: 39.01%;
  }
}

@media (min-width: 1720px) {
  .ftr_contact_box1 {
    width: 49.01%;
  }
  .ftr_contact_box2{
    width: 50.98%;
    margin-top: 0;
  }
  .ftr_1_box2{
    width: 55.59%;
  }
  .ftr_links:after{
    height: 123px;
    top: 50%;
    left: 275px;
  }
}


/*******************************
*　事業内容
********************************/

/* セクション設定 */
.pg_service{

}
.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{

  }
  .pg_service .section.sec1{
    padding-bottom: 55px;
  }
  .pg_service .section.sec2{
    padding-top: 125px;
  }
}
@media (min-width:1024px){


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

  }
  .pg_service .section.sec1{
    padding-bottom: 80px;
  }
  .pg_service .section.sec2{
    padding-top: 160px;
  }
}
@media (min-width:1470px){
  .pg_service{

  }
  .pg_service .section.sec1{
    padding-bottom: 80px;
  }
  .pg_service .section.sec2{
    padding-top: 165px;
  }
}
@media (min-width:1720px){


}

/* メイン部分 */
.service_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_top_box1{
  width: 100%;
}
.service_top_head{

}
.service_top_head_ja{
  font-size: 22px;
  font-family: var(--font-ja);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--txt-color);
  margin-bottom: 10px;
}
.cmn_top_head_en{

}
.cmn_top_head_en_txt{
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0;
  color: #FFF;
  padding: 4px 10px 6px 10px;
}
.service_top_txt{

}
.service_top_box2{
  width: 100%;
  margin-top: 20px;
}
.service_top_box2_inner{

}
.service_top_img{

}
.service_top_img:before{
  padding-top: 70%;
}

/* スライド文字 */
.flowing_letters{
  font-size: clamp(3.125rem, 1.95rem + 5.88vw, 9.375rem);
  font-weight: 700;
  font-family: var(--font-en);
  
}
.flowing_letters p{
  
  letter-spacing: 0;
  line-height: 1;
  background: linear-gradient(240deg,rgba(43, 62, 147, 1) 0%, rgba(82, 190, 187, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.1em;
}

/* 事業内容 */
.service_contents_rows{

}
.service_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.service_contents_row:after{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #1c1c1c;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.service_contents_row:nth-child(n+2){
  margin-top: 30px;
}
.service_contents_box1{
  width: 100%;
}
.service_contents_img{

}
.service_contents_img:before{
  padding-top: 75%;
}
.service_contents_box2{
  width: 100%;
  position: relative;
}
.service_contents_number{
  font-size: 110px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.service_contents_head{
  margin-top: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 17px;
}
.service_contents_head_ja{
  font-size: 28px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
  margin-bottom: 10px;
}
.service_contents_head_en{
  font-size: 15px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
}
.service_contents_head_en_txt{

}
.service_contents_title{
  margin-bottom: 30px;
}
.service_contents_title_txt{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #FFF;
  padding: 10px 0px 12px 10px;
}
.service_contents_txt{
  color: #FFF;
}
.service_contents_box2 .read_more.left{
  margin-top: 55px;
}
.service_contents_box2 .read_more a{

}
.service_contents_box2 .read_more a p:after{
  width: 34px;
  right: 0px;
}
.service_contents_box2 .read_more a:hover p:after{
  right: -3px;
}

@media (max-width:374px){

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

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

  .service_top_head_ja{
    line-height: 1.6;
  }
  
}
@media (min-width:768px){
  /* メイン部分 */
  .service_top_box1{
    width: 100%;
  }
  .service_top_head{

  }
  .service_top_head_ja{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cmn_top_head_en{

  }
  .cmn_top_head_en_txt{
    font-size: 20px;
    padding: 4px 10px 6px 10px;
  }
  .service_top_txt{
    line-height: 2.25;
  }
  .service_top_box2{
    width: 100%;
    margin-top: 20px;
  }
  .service_top_box2_inner{

  }
  .service_top_img{

  }
  .service_top_img:before{
    padding-top: 70%;
  }

  /* スライド文字 */
  .flowing_letters{
    font-size: clamp(3.125rem, 1.95rem + 5.88vw, 9.375rem);
  }

  /* 事業内容 */
  .service_contents_rows{

  }
  .service_contents_row{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service_contents_row:after{
    width: 100vw;
    height: 100%;
    top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .service_contents_row:nth-child(n+2){
    margin-top: 40px;
  }
  .service_contents_box1{

  }
  .service_contents_img{

  }
  .service_contents_img:before{
    padding-top: 75%;
  }
  .service_contents_box2{

  }
  .service_contents_number{
    font-size: 150px;
  }
  .service_contents_head{
    margin-top: 35px;
    margin-bottom: 40px;
    padding-bottom: 17px;
  }
  .service_contents_head_ja{
    font-size: 35px;
    margin-bottom: 15px;
  }
  .service_contents_head_en{
    font-size: 16px;
    color: #FFF;
  }
  .service_contents_head_en_txt{

  }
  .service_contents_title{
    margin-bottom: 35px;
  }
  .service_contents_title_txt{
    font-size: 25px;
    padding: 10px 0px 12px 10px;
  }
  .service_contents_txt{
    line-height: 2.25em;
    color: #FFF;
    margin-right: -15px;
  }
  .service_contents_box2 .read_more.left{
    margin-top: 55px;
  }
  .service_contents_box2 .read_more a{
    min-width: 333px;
    font-size: 20px;
    padding: 15px 12px 16px 40px;
    margin: 0;
  }
  .service_contents_box2 .read_more a p:after{
    width: 34px;
    right: 0px;
  }
}
@media (min-width:1024px){
  /* メイン部分 */
  .service_top_box1{
    width: 55.26%;
    order: 2;
    margin-top: -5px;
  }
  .service_top_head{

  }
  .service_top_head_ja{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cmn_top_head_en{

  }
  .cmn_top_head_en_txt{
    font-size: 15px;
    padding: 4px 10px 6px 10px;
  }
  .service_top_txt{
    line-height: 2.25;
  }
  .service_top_box2{
    width: 39.80%;
    order: 1;
    margin-top: 0;
  }
  .service_top_box2_inner{
    margin-left: var(--margin-for-device-side-w);
  }
  .service_top_img{

  }
  .service_top_img:before{
    padding-top: 75%;
  }

  /* スライド文字 */
  .flowing_letters{
    font-size: clamp(3.125rem, 1.95rem + 5.88vw, 9.375rem);
  }

  /* 事業内容 */
  .service_contents_rows{

  }
  .service_contents_row{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service_contents_row:after{
    width: 100vw;
    height: 100%;
    top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .service_contents_row:nth-child(n+2){
    margin-top: 40px;
  }
  .service_contents_box1{
    width: 36.57%;
  }
  .service_contents_img{

  }
  .service_contents_img:before{
    padding-top: 75%;
  }
  .service_contents_box2{
    width: 58.78%;
  }
  .service_contents_number{
    font-size: 210px;
    top: -25px;
    left: -13px;
  }
  .service_contents_head{
    margin-top: 35px;
    margin-bottom: 50px;
    padding-bottom: 17px;
  }
  .service_contents_head_ja{
    font-size: 40px;
    margin-bottom: 18px;
  }
  .service_contents_head_en{
    font-size: 16px;
    color: #FFF;
  }
  .service_contents_head_en_txt{

  }
  .service_contents_title{
    margin-bottom: 35px;
  }
  .service_contents_title_txt{
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 0px 12px 10px;
  }
  .service_contents_txt{
    line-height: 2.25em;
    color: #FFF;
  }
  .service_contents_box2 .read_more.left{
    margin-top: 55px;
  }
  .service_contents_box2 .read_more a{
    min-width: 333px;
    font-size: 20px;
    padding: 15px 12px 16px 40px;
    margin: 0;
  }
  .service_contents_box2 .read_more a p:after{
    width: 34px;
    right: 0px;
  }
}
@media (min-width:1200px){
  /* メイン部分 */
  .service_top_box1{
    width: 55.26%;
    order: 2;
    margin-top: -10px;
  }
  .service_top_head{

  }
  .service_top_head_ja{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cmn_top_head_en{

  }
  .cmn_top_head_en_txt{
    font-size: 18px;
    padding: 4px 10px 6px 10px;
  }
  .service_top_txt{
    line-height: 2.25;
  }
  .service_top_box2{
    width: 39.5%;
    order: 1;
    margin-top: 0;
  }
  .service_top_box2_inner{
    margin-left: var(--margin-for-device-side-w);
  }
  .service_top_img{

  }
  .service_top_img:before{
    padding-top: 75%;
  }

  /* スライド文字 */
  .flowing_letters{
    font-size: clamp(3.125rem, 1.95rem + 5.88vw, 9.375rem);
  }

  /* 事業内容 */
  .service_contents_rows{

  }
  .service_contents_row{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .service_contents_row:after{
    width: 100vw;
    height: 100%;
    top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .service_contents_row:nth-child(n+2){
    margin-top: 40px;
  }
  .service_contents_box1{
    width: 31.57%;
  }
  .service_contents_img{

  }
  .service_contents_img:before{
    padding-top: 75%;
  }
  .service_contents_box2{
    width: 65.78%;
  }
  .service_contents_number{
    font-size: 240px;
    top: -65px;
    left: -13px;
  }
  .service_contents_head{
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 17px;
  }
  .service_contents_head_ja{
    font-size: 48px;
    margin-bottom: 24px;
  }
  .service_contents_head_en{
    font-size: 16px;
    color: #FFF;
  }
  .service_contents_head_en_txt{

  }
  .service_contents_title{
    margin-bottom: 20px;
  }
  .service_contents_title_txt{
    font-size: 24px;
    padding: 10px 0px 12px 14px;
  }
  .service_contents_txt{
    line-height: 1.875em;
    color: #FFF;
    margin-right: -15px;
  }
  .service_contents_box2 .read_more.left{
    margin-top: 25px;
  }
  .service_contents_box2 .read_more a{
    min-width: 333px;
    font-size: 20px;
    padding: 15px 12px 16px 40px;
    margin: 0;
  }
  .service_contents_box2 .read_more a p:after{
    width: 34px;
    right: 0px;
  }
}
@media (min-width:1470px){
  /* メイン部分 */
  .service_top_box1{
    margin-top: -30px;
  }
  .service_top_head_ja{
    font-size: 38px;
    margin-bottom: 10px;
  }
  .cmn_top_head_en_txt{
    font-size: 22px;
    padding: 4px 10px 6px 10px;
  }
  
  .service_contents_title_txt{
    font-size: 30px;
    padding: 10px 0px 12px 14px;
  }
  .service_contents_txt{
    line-height: 2em;
  }
}
@media (min-width:1720px){
  /* メイン部分 */
  .service_top_head_ja{
    font-size: 42px;
    margin-bottom: 10px;
  }
  .cmn_top_head_en_txt{
    font-size: 24px;
    padding: 4px 10px 6px 10px;
  }

  /* 事業内容 */
  .service_contents_row{
    padding-top: 120px;
    padding-bottom: 90px;
  }
  
  .service_contents_title{
    margin-bottom: 48px;
  }

  .service_contents_number{
    font-size: 240px;
    top: -35px;
    left: -13px;
  }
  .service_contents_head{
    margin-top: 45px;
    margin-bottom: 60px;
    padding-bottom: 17px;
  }
  .service_contents_head_ja{
    font-size: 48px;
    margin-bottom: 24px;
  }
  .service_contents_head_en{
    font-size: 16px;
    color: #FFF;
  }
  
  .service_contents_txt{
    line-height: 2.25em;
  }
  .service_contents_box2 .read_more.left{
    margin: 55px;
  }
}

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

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #181818;
  border-color: #bfbfbf;
  padding: 10px 10px;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 1.6;
}
.company_tbl .table_rows_th{
  background: #f2f2f2;
}
.company_tbl .table_rows_td{
  background: #FFF;
}
.company_tbl .table_rows_td p{
  letter-spacing: 0.05em;
}

/* マップ */
.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.428%;
}

@media (max-width:767px){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-inline: 0;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{
  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom:1px solid #9e9c9c;
  }
}
@media (min-width:768px){

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 15px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .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{
    padding: 16px 15px 18px;
  }
  .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: 45px;
  }
  .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){


}



/* カテゴリNav */
.cmn_cat_nav{

}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 2px;
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 35px;
  padding: 2px 10px 3px;
  font-weight: 500;
  font-family: var(--font-gothic);
  letter-spacing: 0;
  color: var(--main-color);
  border: 1px solid #004382;
  background: #FFF;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav .webgene-item a:after{
  /*content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;*/
}
.cmn_cat_nav .webgene-item.on a,
.cmn_cat_nav .webgene-item a:hover{
  background: #004382;
  color: #FFF;
}
.cmn_cat_nav .webgene-item a:hover:after{
  /*margin-right: -2px;*/
}

.cmn_cat_nav.color2 .webgene-item a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 .webgene-item a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 .webgene-item a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp .webgene-item{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp .webgene-item{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp .webgene-item{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .cmn_cat_nav .webgene-item{
    width: 50%;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{
    min-height: 50px;
  }

  .cmn_cat_nav .webgene-item a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav .webgene-item a:hover:after{
    /*margin-right: -5px;*/
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 5px;
    margin: 5px 0;
    font-size: 20px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav.col2 .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3 .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 .webgene-item{
    width: 25%;
  }
  .cmn_cat_nav.col5 .webgene-item{
    width: 20%;
  }

}

/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.topics_detail{

}
.topics_detail .webgene-item{

}
.topics_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 37px;
}
.topics_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topics_detail .date{
  font-size: 17px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 21px;
}
.topics_detail .category{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  background: #FFF;
  border-radius: 50px;
  padding: 0 42px;
}
.topics_detail .title{
  font-size: 17px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
  margin-top: 15px;
  padding-bottom: 11px;
}
.topics_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding-top:30px;
}
.topics_detail .post_content h3{
  font-size: 17px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #FFF;
  color: #181818;
  padding: 11px 10px;
  margin-bottom: 30px;
  border-left: 5px solid #004382;
}
.topics_detail .post_content img{
  margin-bottom: 40px;
}

/* ページネーション */
.pg_topics .webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.pg_topics .webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_topics .webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #004382;
  background: #ffffff;
  font-family: var(--font-ja);
  font-weight: 400;
  letter-spacing: 0.065em;
  color: #000;
  border-radius: 0;
}
.pg_topics .webgene-pagination li.selected{
  padding: 4px 14px;
  border: 0;
  background: #004382;
  color: #FFF;
}
.pg_topics .webgene-pagination li.next a,
.pg_topics .webgene-pagination li.prev a{
  border-bottom: 0;
  padding-bottom: 0;
}
.pg_topics .webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.pg_topics .webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.pg_topics .webgene-pagination li.prev:before{
  display: none;
}
.pg_topics .webgene-pagination li.next:after{
  display: none;
}

@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .topics_detail{

  }
  .topics_detail .webgene-item{

  }
  .topics_detail .topics_detail{

  }
  .topics_detail .topics_detail .meta{

  }
  .topics_detail .topics_detail .date{

  }
  .topics_detail .topics_detail .category{

  }
  .topics_detail .title{
    font-size: 18px;
  }
  .topics_detail .post_content{
    padding-top: 50px;
  }
  .topics_detail .post_content h3{
    font-size: 18px;
    padding: 11px 15px;
  }

  .pg_topics .read_more{
    margin-top: 80px;
  }
}
@media (min-width:1024px){

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }



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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_topics{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}
.news_list .webgene-item:first-child{
  border-top: 1px solid;
}
.news_list .webgene-item{
  border-bottom: 1px solid;
}
.pg_topics .webgene-item .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 0px;
  position: relative;
  z-index: 1;
}

.topics_list .webgene-item .inner{
  
}
.topics_list .webgene-item .inner:hover{
  color: #274195;
}
.topics_list .webgene-item .inner:hover .meta .category{
  background: #274195;
  color: #FFF;
}

.news_list .webgene-item .box1 {
  width: 140px;
}
.news_list .webgene-item .img.img_fit:before {
  padding-top: 75%;
}
.news_list .webgene-item .box2{
  width: calc(100% - 140px - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .webgene-item .inner:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.txt_ellipsis_line2 {
  -webkit-line-clamp: 2;
  font-size: 15px;
}
.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.news_list .webgene-item .meta {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.news_list .webgene-item .meta .date{
  width: 150px;
  font-size: 15px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--font-en);
  margin-bottom: 10px;
}
.news_list .webgene-item .meta .category{
  width: auto;
  font-size: 14px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background: #FFF;
  color: #1c1c1c;
  border-radius: 50px;
  padding: 2px 15px;
  margin: 0;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #004382;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 18px;
}

.posts_cat_item{

}
.posts_cat_item + .posts_cat_item{
  margin-top: 5px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 30px;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.news_list .webgene-item .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: auto;
  margin-top: 10px;
  -webkit-line-clamp: 2;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_topics{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }
  .posts_layout_box1.wide{
    width: 74.32%;
  }
  .posts_layout_box2.wide{
    width: 22.97%;
    margin-top: 0;
  }
  .news_list .webgene-item .inner{
    padding: 45px 0;
  }
  .news_list .webgene-item .box1 {
    width: 160px;
  }
  .news_list .webgene-item .box2 {
    width: calc(100% - 160px - 30px);
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .news_list .webgene-item .meta {
    width: 32%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .news_list .webgene-item .meta .date{
    width: 120px;
    margin-bottom: 0;
  }
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 57px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@media (min-width:1024px){
  .posts_layout_box1.wide{
    width: 76.64%;
  }
  .posts_layout_box2.wide{
    width: 16.77%;
    margin-top: 0;
  }
  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .news_list .webgene-item .meta {
    /*width: 35%;*/
    /*justify-content: space-between;*/
    margin-bottom: 0;
  }
  .news_list .webgene-item .meta .date{
    /*width: auto;*/
    /*margin-bottom: 0;*/
  }
  .posts_list .webgene-item .category{
    /*width: 160px;*/
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .news_list .webgene-item .title{
    /*width: 60%;*/
    padding-left: 0;
  }
  .posts_list .webgene-item .title a{

  }

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

  .pg_topics{
  }

  /*一覧*/
  .pg_topics .webgene-item .inner{
    padding: 45px 0;
  }
  .pg_topics .webgene-item .box1 {
    width: 160px;
    margin-left: 20px;
  }
  .pg_topics .webgene-item .box2 {
    width: calc(100% - 160px - 40px);
    padding-left: 0;
  }

  /*  リスト*/
  .news_list .webgene-item .meta{
    /*width: 44%;*/
    width: auto;
    padding-left: 10px;
  }
  .news_list .webgene-item .meta .date {
    width: 150px;
    font-size: 18px;
    font-family: var(--font-en);
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font-en);
  }
  .news_list .webgene-item .meta .category {
    width: 100px;
    font-size: 15px;
    font-family: var(--font-ja);
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
    background: #FFF;
    color: #1c1c1c;
    border-radius: 50px;
    padding: 1px 0;
    margin-bottom: 0;
    margin-right: 60px;
  }
  .news_list .webgene-item .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.025em;
    width: 50%;
    width: calc(100% - 150px - 150px - 75px);
    margin-top: 0;
    padding-left: 0;
  }
  .news_list .webgene-item .inner:after {
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
}
@media (min-width: 1366px) {
  .news_list .webgene-item .meta {
    /*width: 38%;*/
  }
}
@media (min-width:1470px){
  .news_list .webgene-item .inner:after {
    font-size: 24px;
    font-weight: 400;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
}
@media (min-width:1720px){
  /*リスト*/
  .pg_topics .webgene-item .inner {
    padding: 40px 0 40px 0;
  }
  .news_list .webgene-item .meta {
    /*width: 34%;*/
    padding-left: 0px;
  }
  .pg_topics .webgene-item .box2 {
    width: calc(100% - 160px - 30px);
    padding-left: 50px;
  }
  .news_list .webgene-item .meta .date {

  }
  .news_list .webgene-item .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.025em;
    /*width: 44.98%;*/
    width: calc();
    margin-top: 0;
    padding-left: 0;
  }
  .news_list .webgene-item .inner:after {
    font-size: 24px;
    font-weight: 400;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.formTbl{
  border: 1px solid #cecdca;
  background: #ffffff;
  margin-top: 30px;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #cecdca;
}
.formTh {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.05em;
  background: #f5f5f5;
  padding: 15px 10px 16px 10px;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 11px;
  margin-top: 3px;
  float: right;
  font-family: var(--font-fa);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.07em;
  padding: 11px 18px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 30px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #1e408c;
}
.formWrap .text-center{
  padding-top: 40px;
}
.formBtn.formSend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px auto 0;
  min-width: 333px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: var(--main-color);
  border-radius: 50px;
  color: #FFF !important;
  padding: 19px 40px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.formBtn.formSend:after{
  content: "\f061";
  font-family: 'FontAwesome';
  display: block;
  width: 36px;
  font-weight: 500;
  aspect-ratio: 1;
  background: #FFF;
  /*background-image: -moz-linear-gradient( 90deg, rgb(0,67,130) 0%, rgb(54,183,243) 100%);*/
  background-image: -webkit-linear-gradient( 90deg, rgb(0,67,130) 0%, rgb(54,183,243) 100%);
  /*background-image: -ms-linear-gradient( 90deg, rgb(0,67,130) 0%, rgb(54,183,243) 100%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.2s all;
  position: absolute;
  right: 12px;
  padding-top: 2px;
  padding-left: 3px;
}
.formBtn.formSend:hover{
  background: var(--main-color);
}
.formBtn.formSend:hover:after{
  right: 8px;
  transition: 0.2s all;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
  letter-spacing: 0.05em;
  line-height: 2em;
  margin-left: 9px;
  color: #181818;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTd.caution{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.fileArea:nth-child(n+2){
  margin-top: 9px;
}
@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center !important;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #004382;
  letter-spacing: 0.04em;
}
.estimate_form .privacy_ttl{
  border-color: var(--sub-color);
}
.privacy_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 400;
  font-family: var(--font-ja);
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 45px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 0 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 55px;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 170px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (min-width:1024px){
  .formTbl {
    margin-top: 45px;
  }
  .formBtn.formSend{
    font-size: 20px;
    margin: 40px auto 0;
  }
}
@media (min-width:1470px){
  .formTbl {
    margin-top: 158px;
  }
  .formTh {
    padding: 15px 15px 15px 18px;
  }
  .radioArea .d-inline-block {
    margin-right: 31px;
  }
}
/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }

  .privacy_box{
    padding: 0 10px;
  }
}

/*******************************
*　エラー文章の装飾
********************************/
.formError {
  margin-top: -40px !important;
}

/* Z-INDEX */

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {

  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {

  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;

  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}


.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}