@charset "UTF-8";

/* ******************************
   変数設定など
   ****************************** */
:root {

  /* カラー(ボタン背景色など) */
  --main-color: #caa152;
  /*--sub-color: #e7161a;*/
  --sub-color: #ffea00;
  --txt-color: #181818;

  /* フォント関連 */
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Cardo",'Noto Sans JP', sans-serif;
  --font-en2: "Marcellus",'Noto Sans JP', sans-serif;
  --font-mincho: 'Zen Old Mincho', serif;
  --font-maru: "M PLUS Rounded 1c", sans-serif;
}


/* ******************************
   全体設定
   ****************************** */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  background: #0d0d0d;
  /*background-image: url('https://sit-9973627.sibloo.com/system_panel/uploads/images/body_kasou_top1.jpg');*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 768px auto;
  /*min-height: 1350px;*/
  color: var(--txt-color);
  color: #FFF;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root{
  overflow: hidden;
  /*background: #040404;*/
  /*background-image: url('https://sit-9973627.sibloo.com/system_panel/uploads/images/footer_bg.jpg');*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}
.gjs-dashed{
  background: #0d0d0d;
  color: #FFF;
}

@media (min-width:768px){
  body{
    background-size: 1024px auto;
  }
}
@media (min-width:1024px){
  body{
    background-size: 1280px auto;
  }
}
@media (min-width:1366px){
  body{
    background-size: 1470px auto;
  }
}
@media (min-width:1470px){
  body{
    background-size: auto;
  }
}


/* ******************************
   コンテナ設定＋画面端までの距離
   ****************************** */
:root {

  /* 画面端までの距離（通常） */
  --margin-for-device-side: -15px;

  /* 画面端までの距離（ワイド） */
  --margin-for-device-side-w: -15px;

}
@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){

  /* コンテナサイズ:1286px */
  .container.wide{
    max-width: calc(1286px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  :root {
    --margin-for-device-side-w: calc(643px - 50vw);
  }

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

  /* コンテナサイズ:1370px */
  .container.wide{
    max-width: calc(1370px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  :root {
    --margin-for-device-side-w: calc(685px - 50vw);
  }

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

  /* コンテナサイズ:1520px */
  .container.wide{
    max-width: calc(1520px + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}


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

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  /*letter-spacing: 0.075em;*/
  letter-spacing: inherit;
}
p{
  
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1.2;
  /*letter-spacing: 0.075em;*/
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
  color: var(--main-color);
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

em{
  display: inline-block;
  font-style: normal;
}

.img_fit{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}


/* 指定デバイスで改行を消す */
@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1520px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}

@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}



/*******************************
*　ヘッダー
********************************/
.header{
  --logo-height: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all;
}
.hdr1{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #808080;
}

/* ロゴ */
.hdr_logo{
  padding: 12px 0;
}
.hdr_logo img{
  display: block;
  width: auto;
  height: var(--logo-height);
  transition: 0.2s all;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*border-left: 1px solid #808080;*/
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 0;
  
}
.hdr_contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #FFF;
  width: 180px;
  height: 100px;
  padding: 10px 5px;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--main-color);
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

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

  .header{
    z-index: 3;
  }
  .hdr1 {
    justify-content: center;
    padding: 0;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  .hdr_tel{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 0;
  }
  .header{
    --logo-height: 70px;

    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }

  .hdr1{
    padding: 0 0 0 20px;
  }
  .hdr_menu{
    border-left: 1px solid #808080;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 180px;*/
  }
  
  .hdr_contact{
    height: 100%;
  }

  /* ヘッダースリム */
  .header.slim{
    background: rgba(0,0,0,0.95);
  }
  .header.slim .hdr_logo img{
    height: calc(var(--logo-height) * 0.8);
  }
  .header.slim .hdr_contact a{
    /*height: 40px;*/
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }


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

  .header{
    --logo-height: 70px;
  }
  .hdr1{
    align-items: stretch;
    padding: 0 0 0 20px;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 200px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

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

  .header{
    --logo-height: 76px;
  }
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    /*width: 420px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

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

  .header{
    --logo-height: 76px;
  }
  .hdr1{
    align-items: stretch;
    padding: 0 0 0 50px;
  }
}

/*******************************
*　メインビジュアル
********************************/

.body_home{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  padding-top: 0;
}
@media (min-width:768px){
  .body_home{
    background-size: auto auto;
  }
}


/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img:after{
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
}
.mv_img.img_fit:before{
  /*padding-top: 250px;*/
  /* 画面高さ - ヘッダー分 */
  padding-top: calc(100svh - 64px);
  padding-top: 400px;
}

/* キャッチコピー */
.mv_catch{
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 53%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv_catch_txt1{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-shadow: 0px 5px 3.75px rgba(24, 24, 24, 1);
}



/* スライダーの場合 */
.mv_slider{

}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}

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

  
  /* MV */
  .mv{
  }
  .mv_img.img_fit:before{
    /* 画面高さ - ヘッダー分 */
    padding-top: 500px;
  }
  /* キャッチコピー */
  .mv_catch{
  }
  /* キャッチコピー */
  .mv_catch{
  }
  .mv_catch_txt1{
    font-size: 48px;
    text-shadow: 0px 5px 3.75px rgba(24, 24, 24, 1);
  }
}

@media (min-width:1024px){


  

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

  /* MV */
  .mv{
  }
  
  /* キャッチコピー */
  .mv_catch{
  }
  

  .mv_img.img_fit:before{
    padding-top: 600px;
  }
  

}
@media (min-width:1470px){
  
  /* MV */
  .mv{
  }
  .mv_img.img_fit:before{
    padding-top: 700px;
  }
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  /* MV */
  .mv{
  }
  .mv_img.img_fit:before{
    padding-top: 920px;
  }
  
  
}


/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{

}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


@media (min-width:768px){

  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }


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

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

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.pg_header_mv{
  position: relative;
  z-index: 1;
}
.pg_header_mv.img_fit:before{
  padding-top: 250px;
}
.pg_header_mv:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.pg_header_title{
  margin-bottom: 40px;
}
.pg_header_title_en{
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #2e2e2e;
}
.pg_header_title_ja{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.pg_header_title_ja:before{
  content: "";
  width: 30px;
  height: 2px;
  background: #564e43;
  margin-right: 10px;
}

@media (min-width:768px){
  
  .pg_header{
    margin-bottom: 40px;
  }


  .pg_header_mv{
  
  }
  .pg_header_mv.img_fit:before{
    padding-top: 400px;
  }

  .pg_header_title{

    margin-bottom: 115px;
  }
  .pg_header_title_en{
    font-size: 60px;
  }
  .pg_header_title_ja{
    font-size: 30px;
  }
  .pg_header_title_ja:before{
    width: 80px;
    margin-right: 20px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  

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

  .pg_header{
    margin-bottom: 40px;
  }
  
  .pg_header_mv{
  
  }
  .pg_header_mv.img_fit:before{
    padding-top: 450px;
  }

  .pg_header_title_en{
    font-size: 80px;
  }
}
@media (min-width:1470px){
  
  .pg_header{
    margin-bottom: 40px;
  }
  
  .pg_header_mv{
  
  }
  .pg_header_mv.img_fit:before{
    padding-top: 550px;
  }
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  .pg_header{
  }
  
  .pg_header_mv{
  
  }
  .pg_header_mv.img_fit:before{
    padding-top: 680px;
  }
  
  .pg_header_title_en{
    font-size: 100px;
  }
  
}


/*******************************
*　フッター
********************************/
.pg_header{
  
}
.pg_header + div[class*="pg_"]{
  position: relative;
  z-index: 1;
}

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

.ftr_test_inner{
  height: 660px;
}
.footer_head{
  height: 300px;
  background-image: url('https://sit-9973627.sibloo.com/system_panel/uploads/images/footer_top.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
.footer_head > .container{
  
}
.footer_head_recruit_illust{
  display: none;
  position: absolute;
  z-index: 1;
}
.footer_head_recruit_illust.pos1{
  bottom: 395px;
  left: 50%;
  margin-left: -760px;
}
.footer_head_recruit_illust.pos2{
  bottom: 405px;
  left: 50%;
  margin-left: -410px;
}
.footer_head_recruit_illust.pos3{
  bottom: 200px;
  left: 50%;
}


.body_home .footer_head_recruit_illust{
  display: block;
}

.footer_head_cmn{
  display: block;
  text-align: center;
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.footer_head_cmn_illust{
  
}
.body_home .footer_head_cmn{
  display: none;
}


.ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ftr1_box1{
  width: 46.05%;
  width: 100%;
  text-align: center;
}
.ftr1_box2{
  width: 53.95%;
  width: 100%;
}
.ftr1_box3{
  width: 100%;
  margin-top: 50px;
}

.ftr_logo{
  margin-bottom: 15px;
}
.ftr_logo img{
  width: 100px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.888;
  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;
  text-align: center;
  background: #2e2e2e;
  color: #FFF;
  margin-top: 50px;
  padding: 6px 10px;
}


/* 追尾スマホメニュー */
.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;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--main-color);
  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);;
}
.footer_fix > a i{
  font-size: 20px;
  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: 60px;
  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_sec_head{
  margin-bottom: 20px;
}
.ftr_contact_sec_head_en{
  font-size: 50px;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
}
.ftr_contact_sec_head_ja{
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-maru);
  letter-spacing: 0;
  margin-top: 8px;
}
.ftr_contact_sec_txt{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.ftr_contact_sec_bg{
  height: 100%;
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
}
.ftr_contact_sec_bg.img_fit:before{
  padding-top: 0;
  height: 250px;
}

.ftr_contact_sec_btns{
  margin-top: 30px;
}
.ftr_contact_sec_btns_a{
  display: flex;
  align-items: center;
  width: 585px;
  max-width: 100%;
  height: 60px;
  padding-left: 15px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.ftr_contact_sec_btns_a + .ftr_contact_sec_btns_a{
  margin-top: 15px;
}
.ftr_contact_sec_btns_a.email{
  background: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-radius: 10px;
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ftr_contact_sec_btns_a.email:hover{
  /*background: var(--sub-color);*/
  /*color: #FFF;*/
  background: var(--main-color);;
  color: #FFF;
  /*color: var(--sub-color);*/
  border-color: var(--main-color);;
}
.ftr_contact_sec_btns_a.email:before{
  content: "";
  width: 2px;
  height: 46px;
  background: currentColor;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 64px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ftr_contact_sec_btns_a.email:after{
  content: "";
  width: 10px;
  aspect-ratio: 13 / 15;
  background: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);

  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ftr_contact_sec_btns_a.tel{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 12px;
  font-weight: 700;
  padding-right: 15px;
}
.ftr_contact_sec_btns_a.tel:hover{
  background: var(--main-color);;
  border-color: #FFF;
  color: #fff;

  /*background: #00b7ee;*/
  /*color: #FFF;*/
  /*border-color: #00b7ee;*/
}
.ftr_contact_sec_btns_txt2{
  font-size: 1em;
}
.ftr_contact_sec_btns_txt3{
  font-size: 1.777em;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
}


.ftr_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  padding: 16px 30px;
  background: #564e43;
}
.ftr_links_a{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
}
.ftr_links_a.contact{
  
}
.ftr_links_a.contact p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 5px;
}

.ftr_map{
  
}
.ftr_map iframe{
  width: 100%;
  height: 250px;
  border: 0;
}

.ftr_form{
  display: none;
  margin-top: 50px;
}
.ftr_form .tt2{
  margin-bottom: 20px;
}

.body_home .ftr_form,
.gjs-dashed .ftr_form{
  display: block;
}


@media (min-width:375px){

}
@media (min-width:414px){
  .ftr_contact_sec_btns_a.tel{
    font-size: 13px;
  }
}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }
  
  .ftr_contact_sec_head{
    text-align: center;
  }
  
  .footer_head_cmn_illust{
    width: 200px;
    margin: 0 auto;
  }
  .ftr1_box3{
    display: none;
  }

  
  .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: 70px;
  }
  
  .footer_head{
    height: 600px;
    background-size: auto 100%;
    background-position: center top;
  }
  .footer_head > .container{

  }
  .footer_head_recruit_illust{
    position: absolute;
    z-index: 1;
  }
  .footer_head_recruit_illust.pos1{
    bottom: 395px;
    left: 50%;
    margin-left: -760px;
  }
  .footer_head_recruit_illust.pos2{
    bottom: 405px;
    left: 50%;
    margin-left: -410px;
  }
  .footer_head_recruit_illust.pos3{
    bottom: 200px;
    left: 50%;
  }
  
  .footer_head_cmn{
    margin-top: -395px;
  }
  
  .ftr_contact_sec{
    /*margin-top: 100px;*/
  }
  .ftr_contact_sec_inner{
  }
  .ftr_contact_sec_box1{
    /*width: 61.50%;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ftr_contact_sec_box2{
    /*width: 38.5%;*/
  }
  .ftr_contact_sec_head{
    margin-bottom: 30px;
    text-align: center;
  }
  .ftr_contact_sec_head_en{
    font-size: 60px;
  }
  .ftr_contact_sec_head_ja{
    font-size: 16px;
    margin-top: 15px;
  }
  .ftr_contact_sec_txt{
    font-size: 15px;
    /*line-height: 2.125;*/
    text-align: center;
  }
  .ftr_contact_sec_bg.img_fit:before{
    height: 500px;
  }


  .ftr_contact_sec_btns{
    margin-top: 30px;
  }
  .ftr_contact_sec_btns_a{
    width: 585px;
    height: 70px;
    padding-left: 25px;
    margin: 0 auto;
  }
  .ftr_contact_sec_btns_a + .ftr_contact_sec_btns_a{
    margin-top: 20px;
  }
  .ftr_contact_sec_btns_a.email{
    font-size: 20px;
  }
  .ftr_contact_sec_btns_a.email:before{
    height: 46px;
    right: 74px;
  }
  .ftr_contact_sec_btns_a.email:after{
    width: 13px;
    right: 30px;
  }
  .ftr_contact_sec_btns_a.tel{
    font-size: 18px;
    padding-right: 15px;
  }
  
  .ftr_links{
    gap: 10px 10px;
    margin-top: 100px;
  }
  .ftr_links_a{
  }
  
  .ftr_copy{
    margin-top: 120px;
  }
  
  .ftr_map iframe{
    height: 300px;
  }
  
  .ftr_form{
    margin-top: 70px;
  }
  .ftr_form .tt2{
    margin-bottom: 20px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 70px;
  }
  
  /* コンタクト */
  .ftr_contact_sec{

  }
  .ftr_contact_sec_inner{
  }
  .ftr_contact_sec_box1{
    width: 61.50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
  }
  .ftr_contact_sec_box2{
    width: 38.5%;
  }
  .ftr_contact_sec_head{
    margin-bottom: 30px;
    text-align: left;
  }
  .ftr_contact_sec_head_en{
    font-size: 70px;
  }
  .ftr_contact_sec_head_ja{
    font-size: 16px;
    margin-top: 8px;
  }
  .ftr_contact_sec_txt{
    font-size: 16px;
    line-height: 2.125;
    text-align: justify;
  }
  .ftr_contact_sec_bg{
    margin-left: 0;
    margin-right: var(--margin-for-device-side-w);
  }

  .ftr_contact_sec_btns{
    margin-top: 30px;
  }
  .ftr_contact_sec_btns_a{
    width: 500px;
    height: 70px;
    padding-left: 25px;
    margin: 0;
  }
  
  

  .ftr1{
  }
  .ftr1_box1{
    width: 35%;
  }
  .ftr1_box2{
    width: 65%;
  }
  .ftr1_box3{
    width: 100%;
    margin-top: 50px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ftr_links{
    gap: 10px 10px;
  }
  .ftr_links_a{
    font-size: 16px;
  }

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

  .footer_head{
    height: 800px;
  }
  
  .ftr_form{
    margin-top: 100px;
  }
  .ftr_form .tt2{
    margin-bottom: 40px;
  }
}
@media (min-width:1470px){
  .footer{
    margin-top: 100px;
  }
  .body_home .footer{
  }
  .footer_head{
    height: 976px;
  }
  
  .ftr_contact_sec{
    /*margin-top: 145px;*/
  }
  .ftr_contact_sec_inner{
  }
  .ftr_contact_sec_box1{
    width: 61.50%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .ftr_contact_sec_box2{
    width: 38.5%;
  }
  .ftr_contact_sec_head{
    margin-bottom: 30px;
  }
  .ftr_contact_sec_head_en{
    font-size: 90px;
  }
  .ftr_contact_sec_head_ja{
    font-size: 18px;
    margin-top: 8px;
  }
  .ftr_contact_sec_txt{
    font-size: 18px;
  }
  .ftr_contact_sec_btns{
    margin-top: 38px;
  }
  .ftr_contact_sec_btns_a{
    width: 585px;
    /*height: 70px;*/
  }
  .ftr_contact_sec_btns_a.email{
    font-size: 24px;
  }
  .ftr_contact_sec_btns_a.email:before{
    /*height: 46px;*/
    /*right: 74px;*/
  }
  .ftr_contact_sec_btns_a.email:after{
  }
  .ftr_contact_sec_btns_a.tel{
    font-size: 18px;
  }
  
  
  .ftr1{
  }
  .ftr1_box1{
    width: 38.48%;
  }
  .ftr1_box2{
    width: 57.23%;
  }
  .ftr1_box3{
    width: 100%;
    margin-top: 50px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .ftr_links{
    gap: 10px 30px;
  }
  .ftr_links_a{
  }
  
  .ftr_map iframe{
    height: 450px;
  }
  
  .ftr_form{
    margin-top: 190px;
  }
  .ftr_form .tt2{
    margin-bottom: 40px;
  }
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  .footer_head{
    height: 976px;
  }
  
  .ftr_links{
    margin-top: 100px;
    gap: 10px 60px;
  }
  .ftr_links_a{
    font-size: 16px;
  }
  
  .ftr_contact_sec_btns_a.tel{
    padding-right: 36px;
  }
}


/*******************************
*　共通パーツ
********************************/


/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:first-child{
  /*padding-top: 0;*/
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/* コンテナ */
.container.wide{

}

u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #a6a6a6;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
  color: #FFF;
}
.table_rows_th{
  background-color: #000000;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #2e2e2e;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

.table_rows.color2 .table_rows_th{
  background-color: var(--main-color);
  color: #FFF;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}

.gjs-dashed .table_rows{
   border-collapse: separate;
}
.gjs-dashed .table_rows_tr + .table_rows_tr{
  border-top: 5px dashed #CCC;
}

/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid var(--main-color);
  background: #ffffff;
  color: #111;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: var(--main-color);
  color: #FFF;
}
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.webgene-pagination li.selected a:hover{
  color: #FFF;
}

/* アンカー */
.anchor{
  width: 100%;
  position: relative;
  top: -30px;
}
.gjs-dashed .anchor{
  position: static;
  height: 10px;
  background: #CCC;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.read_more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 50px;
  max-width: 100%;
  background: #FFF;
  color: #000;
  border: 1px solid #808080;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a:after{
  content: "";
  width: 24px;
  aspect-ratio: 1 / 1;
  background-image: url(https://lux-auto.co.jp/system_panel/uploads/images/icon_right.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  background: #ccc;
}
.read_more a:hover:after{
  margin-right: -5px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.tt2_en{
  font-size: 45px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: #2e2e2e;
}
.tt2_en.min{
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
}
.tt2_en_bdr{
  display: flex;
  align-items: center;
}
.tt2_en_bdr:before,
.tt2_en_bdr:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
}
.tt2_en_bdr .tt2_en{
  /*white-space: nowrap;*/
  margin: 0 15px;
}

.tt2_ja{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  z-index: 1;
  top: 47%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  margin: 0;
}
.tt2_ja.fix{
  top: 55%;
}
.tt2_ja.yellow{
  color: var(--sub-color);
}

.tt2.left{
  text-align: left;
}
.tt2.left .tt2_ja{
  
}


.tt2.slim{
  
}
.tt2.slim .tt2_en{
  height: 1em;
}
.tt2.slim + .cmn_about_ttl{
  position: relative;
  z-index: 2;
}
.tt2.slim + .cmn_about_ttl + .home_problems_msg{
  position: relative;
  z-index: 2;
}

.tt3{
  margin-bottom: 20px;
}
.tt3_ja{
  display: inline-block;
  min-width: 180px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  background: #FFF;
  color: #000;
  border-radius: 21px;
  text-align: center;
  padding: 9px 10px;
  margin-bottom: 5px;
  
}
.tt3_ja2{
  display: inline-block;
  /*min-width: 490px;*/
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  background: #2e2e2e;
  text-align: left;
  padding: 9px 10px;
  margin-bottom: 15px;
}
.tt3_en + .tt3_ja2{
  /*margin-top: -3px;*/
}
.tt3_ja2s{
  
}
.tt3_ja2s .tt3_ja2s{
  
}
.tt3_ja2s .tt3_ja2{
  margin-bottom: 6px;
}
.tt3_ja2s .tt3_ja2:last-child{
  margin-bottom: 0;
}

.tt3_en{
  font-size: 42px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #2e2e2e;
}

.tt3_sub{
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.666;
  margin-left: -0.1666em;
}
.tt3_sub2{
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.555;
}

.sec_head{
  margin-bottom: 50px;
}
.sec_head_txt{
  letter-spacing: 0;
}
.sec_head_ttl_sub{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -5px;
  margin-bottom: 10px;
}


/* 文章 */
.cmn_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

/* 箇条書きリスト */
.tbl_bullet_list{
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.tbl_bullet_list.inline{
  
}
.tbl_bullet_list.inline p{
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}
.tbl_bullet_list p:before{
  content: "・";
}
.tbl_bullet_list.star p:before{
  content: "★";
}

/* swiper */
.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
}
.swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}

.js-cursor-custom{
  
}
.js-cursor-custom a{
  
}

@media (max-width:374px){

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

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

  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #a6a6a6;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #a6a6a6;
  }

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

  .anchor{
    top: -100px;
  }

  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    width: 350px;
    min-height: 62px;
    font-size: 20px;
  }
  .read_more a:after{
    width: 30px;
    }
  /* 見出し */
  .tt2{
    margin-bottom: 16px;
  }
  .tt2_en{
    font-size: 90px;
  }
  .tt2_ja{
    font-size: 22px;
    top: 47%;
  }
  
  .tt2.left{
    text-align: left;
  }
  .tt2.left .tt2_ja{

  }
  
  
  .tt3{
    margin-bottom: 20px;
  }
  .tt3_ja{
    min-width: 270px;
    font-size: 20px;
    padding: 9px 10px;
    margin-bottom: 5px;
  }
  .tt3_ja2{
    min-width: 415px;
    font-size: 22px;
    padding: 9px 10px;
    margin-bottom: 15px;
  }
  .tt3_en + .tt3_ja2{
    margin-top: -3px;
  }

  .tt3_en{
    font-size: 80px;
  }
  .tt3_sub{
    font-size: 40px;
  }
  .tt3_sub2{
    font-size: 22px;
  }
  .sec_head{
    margin-bottom: 150px;
  }
  .sec_head_ttl_sub{
    font-size: 30px;
  }
  /**/
  .table_rows_th{
    width: 190px;
  }
  .table_rows_td{
    
  }

  
  /* 箇条書きリスト */
  .tbl_bullet_list{
    gap: 0 40px;
  }

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

  /* ページネーション */
  .webgene-pagination{
    margin-top: 35px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

  /* 見出し */
  .tt2{
    /*margin-bottom: 16px;*/
  }
  .tt2_en{
    font-size: 100px;
  }
  .tt2_ja{
    font-size: 22px;
  }
  
  .tt2.tate{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .tt2.tate .tt2_en{

  }
  .tt2.tate .tt2_ja{
    position: static;
    transform: none;
    margin-left: 10px;
  }
  
  
  .tt3{
    margin-bottom: 20px;
  }
  .tt3_ja{
    min-width: 270px;
    font-size: 20px;
    padding: 9px 10px;
    margin-bottom: 5px;
  }
  .tt3_ja2{
    min-width: 400px;
    font-size: 20px;
    padding: 9px 10px;
    margin-bottom: 15px;
  }
  .tt3_en{
    font-size: 60px;
  }

  .tt3_sub{
    font-size: 40px;
  }
  .tt3_sub2{
    font-size: 22px;
  }
  .sec_head{
    margin-bottom: 150px;
  }

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


  /* 見出し */
  .tt2{
    /*margin-bottom: 16px;*/
  }
  .tt2_en{
    font-size: 110px;
  }
  .tt2_ja{
    font-size: 22px;
  }
  
  .tt2_en_bdr .tt2_en{
    white-space: nowrap;
    margin: 0 15px;
  }
  /* 文章 */
  .cmn_txt{
    font-size: 16px;
    line-height: 2.25;
  }

  .table_rows_th,
  .table_rows_td{
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 22px;
  }
  .table_rows_th{
    width: 190px;
  }
  .table_rows_td{
    padding-left: 35px;
  }
  
  
  .read_more a{
  }
  .read_more a:after{
  }
}


@media (min-width:1366px){

  
}

@media (min-width:1470px){
  
  /* 見出し */
  .tt2{
    /*margin-bottom: 16px;*/
  }
  .tt2_en{
    font-size: 130px;
  }
  .tt2_ja{
    font-size: 24px;
  }
  
  
  .tt3{
    margin-bottom: 30px;
  }
  .tt3_ja{
    min-width: 270px;
    font-size: 20px;
    padding: 9px 10px;
    margin-bottom: 5px;
  }
  .tt3_ja2{
    min-width: 400px;
    font-size: 28px;
    padding: 9px 20px;
    margin-bottom: 15px;
  }
  .tt3_en + .tt3_ja2{
    margin-top: -3px;
  }

  .tt3_en{
    font-size: 80px;
  }

  .tt3_sub{
    font-size: 60px;
  }
  .tt3_sub2{
    font-size: 32px;
  }
  .sec_head{
    width: 890px;
    margin-bottom: 100px;
  }
  
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
 
  
  .tt3_en{
    font-size: 110px;
  }
  .tt3_sub{
    font-size: 60px;
  }
  .tt3_sub2{
    font-size: 36px;
  }
  .sec_head{
    margin-bottom: 150px;
  }
  
}


/* ページ概要 */
.cmn_about{
  position: relative;
  z-index: 1;
}
.cmn_about_ttl{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.476;
  text-align: center;
  margin-bottom: 15px;
}
.cmn_about_ttl.left{
  text-align: left;
}
.cmn_about_txt{
  font-size: 16px;
  text-align: justify;
}

/* ページナビ */
.cmn_nav{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
* + .cmn_nav{
  margin-top: 40px;
}
/*.cmn_nav.col2{
  column-gap: 30px;
}
.cmn_nav.col3{
  column-gap: 25px;
}
.cmn_nav.col4{
  column-gap: 25px;
}*/

.cmn_nav_item{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.444;
  text-align: center;
  background: var(--sub-color);
  color: #000;
  border-radius: 35px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmn_nav_item:after{
  content: "➡";
  font-size: 1.333em;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_nav_item:hover{
  background-color: var(--main-color);
  color: #FFF;
}

/*.cmn_nav.col2 .cmn_nav_item{
  width: calc((100% - 30px) / 2);
}
.cmn_nav.col3 .cmn_nav_item{
  width: calc((100% - 50px) / 3);
}
.cmn_nav.col4 .cmn_nav_item{
  width: calc((100% - 75px) / 4);
}*/


@media (min-width:768px){
 

  
  /* ページ概要 */
  .cmn_about{
  }
  .cmn_about_ttl{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cmn_about_txt{
    font-size: 16px;
  }

  

  /* ページナビ */
  .cmn_nav{
    row-gap: 15px;
    column-gap: 15px;
  }
  * + .cmn_nav{
    margin-top: 50px;
  }
  /*.cmn_nav.col2{
    column-gap: 30px;
  }
  .cmn_nav.col3{
    column-gap: 25px;
  }
  .cmn_nav.col4{
    column-gap: 25px;
  }*/
  .cmn_nav_item{
    min-height: 70px;
    font-size: 18px;
    border-radius: 35px;
  }
  .cmn_nav_item:after{
    right: 20px;
  }

  .cmn_nav.col2 .cmn_nav_item,
  .cmn_nav.col3 .cmn_nav_item,
  .cmn_nav.col4 .cmn_nav_item{
    width: calc((100% - 15px) / 2);
  }

}
@media (min-width:1024px){
  
  
  
}
@media (min-width:1280px){
  
  /* ページナビ */
  .cmn_nav{
    row-gap: 15px;
    column-gap: 15px;
  }
  * + .cmn_nav{
    margin-top: 50px;
  }
  .cmn_nav_item{
    min-height: 70px;
    font-size: 16px;
  }
  .cmn_nav_item:after{
    right: 15px;
    font-size: 1.2em;
  }

  .cmn_nav.col2 .cmn_nav_item{
    width: calc((100% - 15px) / 2);
  }
  .cmn_nav.col3 .cmn_nav_item{
    width: calc((100% - 30px) / 3);
  }
  .cmn_nav.col4 .cmn_nav_item{
    width: calc((100% - 45px) / 4);
  }
  
}
@media (min-width:1470px){
  
  
  /* ページ概要 */
  .cmn_about{
  }
  .cmn_about_ttl{
    font-size: 42px;
    margin-bottom: 30px;
  }
  .cmn_about_txt{
    font-size: 16px;
  }
  
  
  /* ページナビ */
  .cmn_nav{
    row-gap: 25px;
  }
  * + .cmn_nav{
    margin-top: 90px;
  }
  .cmn_nav.col2{
    column-gap: 30px;
  }
  .cmn_nav.col3{
    column-gap: 25px;
  }
  .cmn_nav.col4{
    column-gap: 25px;
  }
  .cmn_nav_item{
    min-height: 70px;
    font-size: 18px;
  }
  .cmn_nav_item:after{
    right: 20px;
    font-size: 1.333em;
  }

  .cmn_nav.col2 .cmn_nav_item:after{
    right: 65px;
  }
  
  .cmn_nav.col2 .cmn_nav_item{
    width: calc((100% - 30px) / 2);
  }
  .cmn_nav.col3 .cmn_nav_item{
    width: calc((100% - 50px) / 3);
  }
  .cmn_nav.col4 .cmn_nav_item{
    width: calc((100% - 75px) / 4);
  }
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
}


.bg_gray_bdr{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/bg_border.png');
  
}

/*******************************
*　HOME
********************************/
.pg_home{
  position: relative;
  z-index: 2;
}
.pg_home .section{
  position: relative;
  z-index: 1;
}
.pg_home .section.sec1{
  padding-top: 60px;
  padding-bottom: 35px;
}
.pg_home .section.sec2{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/home_about_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 50px;
  padding-bottom: 150px;
}
.pg_home .section.sec3{
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec3:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/home_problems_bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.pg_home .section.sec4{
  padding-top: 0;
}
.pg_home .section.sec4:before{
  content: "";
  display: block;
  height: 70px;
  /*background-image: url(https://lux-auto.co.jp/system_panel/uploads/images/sec_line1.png);*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin-bottom: 35px;
}
.pg_home .section.sec5{
  padding-top: 0;
  padding-bottom: 280px;
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/home_beyond_bg.jpg');
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center top 245px;
}
.pg_home .section.sec6{
  padding-top: 0;
  margin-top: -310px;
}
.pg_home .section.sec7{
  padding-top: 0;
}
.pg_home .section.sec8{

}

.section.sec_banner{
  margin-top: 50px;
}


@media (max-width:767px){

  .coating_protect_wrap2 .tt2_en{
    font-size: 46px;
  }
  
  .pg_home .section.sec4:before{
    display: none;
  }
  
}
@media (min-width:768px){
  
  .pg_home .section.sec1{
    padding-top: 95px;
    padding-bottom: 35px;
  }
  .pg_home .section.sec2{
    padding-top: 135px;
    padding-bottom: 370px;
  }
  .pg_home .section.sec3{
    margin-top: -165px;
  }
  .pg_home .section.sec4{
    padding-top: 95px;
  }
  .pg_home .section.sec4:before{
    height: 166px;
    margin-bottom: 35px;
  }
  .pg_home .section.sec5{
    padding-top: 130px;
    padding-bottom: 280px;
    background-position: center top 245px;
  }
  .pg_home .section.sec6{
    padding-top: 0;
    margin-top: -310px;
  }
  .pg_home .section.sec7{
    padding-top: 150px;
  }
  .pg_home .section.sec8{

  }
  
  .section.sec_banner{
    margin-top: 150px;
  }

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


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


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

  .pg_home .section.sec3:before{
    height: 1316px;
  }

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

  .pg_home .section.sec3:before{
    height: 1316px;
  }

}

/* メイン */

/* メーカー */
.home_makers_head{
  position: absolute;
  z-index: 1;
  top: -0.48em;
  left: 0;
  width: 100%;
  font-size: 32px;
  text-align: center;
}
.home_makers_head_en{
  font-size: 1em;
  font-family: var(--font-en);
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_makers_head_ja{
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.home_makers_wrap{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.home_makers{
  --maker-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px var(--maker-gap);
}
.home_makers_item{
  width: calc((100% - var(--maker-gap) * 3) / 4);
}

.home_makers + .home_makers{
  border-top: 1px solid #808080;
  margin-top: 15px;
  padding-top: 15px;
}

/* ABOUT */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_head{
  width: 100%;
}
.home_about_box1{
  width: 100%;
}
.home_about_box2{
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 30%;
  position: relative;
  z-index: 1;
}
.home_about_box2:before{
  content: "";
  width: 39.21%;
  aspect-ratio: 400 / 498;
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/about_img_logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 0;
  top: 45px;
  right: 0;
}

.home_about_img{
  -webkit-mask-image: url(https://lux-auto.co.jp/system_panel/uploads/images/home_about_img_frame.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  z-index: 2;
}
.home_about_img.img_fit:before{
  padding-top: 83.826%;
}

/* お困りごと */
.home_problems_msg{
  font-weight: 400;
  text-align: justify;
}
.home_problems{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .home_problems{
  margin-top: 50px;
}
.home_problems_box1{
  width: 100%;
}
.home_problems_box2{
  width: 100%;
  margin-top: 30px;
}
.home_problems_img{
  
}
.home_problems_img.img_fit:before{
  padding-top: 88.676%;
}

.home_problems_list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
* + .home_problems_list{
  margin-top: 30px;
}
.home_problems_list_item{
  width: 100%;
  background: #4c4c4c;
  padding: 5px 10px 8px;
  box-shadow: 4px 4px 0 #FFF;
}
.home_problems_list_item_line1{
  
}
.home_problems_list_item_line2{
  border-top: 1px solid #a6a6a6;
  padding-top: 10px;
  margin-top: 4px;
}
.home_problems_list_item_ttl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  padding-left: 32px;
  position: relative;
  z-index: 1;
}
.home_problems_list_item_ttl:before{
  content: "";
  width: 24px;
  aspect-ratio: 33 / 35;
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/reco_icon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.home_problems_list_item_txt{
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* お困りごと ver2 */
.home_problems_list.simple{
  
}
.home_problems_list.simple .home_problems_list_item{
  background: #d9d9d9;
  color: #000;
  box-shadow: none;
  padding: 8px 10px 6px 10px;
}
.home_problems_list.simple .home_problems_list_item_line2{
  padding-top: 6px;
}
.home_problems_list.simple .home_problems_list_item_ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
}
.home_problems_list.simple .home_problems_list_item_ttl:before{
  content: "■";
  width: auto;
  background: none;
  aspect-ratio: initial;
}

/* お困りごと col2 */
.home_problems_list.col2{
  /*gap: 10px 30px;*/
}
.home_problems_list.col2 .home_problems_list_item{
  /*width: calc((100% - 30px) / 2);*/
}


.home_problems_notice{
  padding: 20px 15px;
  border: 1px solid #FFF;
  text-align: center;
}
* + .home_problems_notice{
  margin-top: 30px;
}
.home_problems_notice_head{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.home_problems_notice_txt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

/* サービス内容 */
.home_solutions{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
* + .home_solutions{
  padding-top: 20px;
}
.home_solutions_item{
  width: calc(50% - 2.5px);
  height: 250px;
  position: relative;
  z-index: 1;
  
}
.home_solutions_item,
.home_solutions_item *{
  transition: 0.35s all;
}
.home_solutions_item:hover{
  /*width: calc(28% - 5px);*/
}
.home_solutions:hover .home_solutions_item:not(:hover){
  /*width: calc(24% - 5px);*/
}

.home_solutions_item_ttl{
  font-size: 14px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-shadow: 0px 5px 3.75px rgba(24, 24, 24, 1);
}
.home_solutions_item_ttl_en{
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font-en);
}
.home_solutions_item_ttl_ja{
  font-size: 1.333em;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  margin-top: 6px;
}
.home_solutions_item_num{
  font-size: 32px;
  font-family: var(--font-en2);
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  
}
.home_solutions_item_img{
  height: 100%;
}
.home_solutions_item_img.img_fit:before{
  padding-top: 0;
  height: 100%;
}
.home_solutions_item_img:after{
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

/* WORKS */
.home_works{
  display: flex;
  flex-wrap: wrap;
}
.home_works_box1{
  width: 100%;
}
.home_works_box2{
  width: 100%;
}
.home_works_box3{
  width: 100%;
  margin-left: auto;
}

.home_works_box1 .tt2.tate{
  margin-left: 0;
}

.home_works_msg{
  font-size: 25px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  margin: 0 auto 10px;
  text-align: center;
}
.slider_btns{
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 35px;
}
.slider_btns_prev,
.slider_btns_next{
  width: 100px;
  cursor: pointer;
  transition: 0.2s all;
}
.slider_btns_prev:hover,
.slider_btns_next:hover{
  transform: scale(1.02);
}
.slider_btns_prev.swiper-button-disabled,
.slider_btns_next.swiper-button-disabled{
  opacity: 0.5;
  pointer-events: none;
}

/* Beyond */
.home_beyond{
  display: flex;
  align-items: center;
  height: 200px;
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
}
.home_beyond_msg{
  font-size: 50px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0.025em;
  line-height: 1;
  white-space: nowrap;
}
.home_beyond_msg p{
  margin: 0 0.4em;
}

/* 選ばれる理由 */
.home_reason_head{
  text-align: center;
  position: relative;
  z-index: 1;
}
.home_reason_head_ja{
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  margin: 0;
}
.home_reason_head_logo{
  width: 220px;
  margin: 0 auto;
}

.home_reason_rows{
  
}
* + .home_reason_rows{
  margin-top: 25px;
}
.home_reason_row{
  display: flex;
  flex-wrap: wrap;
}
.home_reason_row + .home_reason_row{
  margin-top: 40px;
}
.home_reason_row_box1{
  width: 100%;
}
.home_reason_row_box2{
  width: 100%;
  padding-top: 20px;
}

.home_reason_num{
  font-size: 40px;
  font-family: var(--font-en2);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.home_reason_ttl{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  background: #2e2e2e;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.home_reason_txt{
  letter-spacing: 0;
  text-align: justify;
}

.home_reason_img{
  
}
.home_reason_img.img_fit:before{
  padding-top: 75.676%;
}



@media (max-width:374px){

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

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

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


  /* メーカー */
  .home_makers_head{
    top: -0.48em;
    font-size: 50px;
  }
  .home_makers_head_en{
  }
  .home_makers_head_ja{
    font-size: 18px;
    margin-top: 15px;
  }
  
  .home_makers_wrap{
    padding-top: 48px;
    padding-bottom: 20px;
  }
  .home_makers{
    --maker-gap: 72px;
    gap: 50px var(--maker-gap);
  }
  .home_makers_item{
    width: calc((100% - var(--maker-gap) * 4) / 5);
  }

  .home_makers + .home_makers{
    margin-top: 30px;
    padding-top: 28px;
  }

  


  /* ABOUT */
  .home_about{
  }
  .home_about_head{
  }
  .home_about_box1{
  }
  .home_about_box2{
    /*width: calc(100% - 500px);*/
    padding-top: 15px;
    padding-left: 0;
    padding-right: 35%;
  }
  .home_about_box2:before{
    width: 39.21%;
    top: 45px;
    right: 0;
  }
  
  /* お困りごと */
  .home_problems_msg{
    text-align: center;
  }
  .home_problems{
  }
  * + .home_problems{
    margin-top: 50px;
  }
  .home_problems_box1{
    /*width: 49.01%;*/
  }
  .home_problems_box2{
    /*width: 44.73%;*/
  }

  .home_problems_list{
    gap: 15px 10px;
  }
  * + .home_problems_list{
    margin-top: 50px;
  }
  .home_problems_list_item{
    padding: 5px 10px 8px;
    box-shadow: 4px 4px 0 #FFF;
  }
  .home_problems_list_item_line1{

  }
  .home_problems_list_item_line2{
    padding-top: 10px;
    margin-top: 4px;
  }
  .home_problems_list_item_ttl{
    min-height: 35px;
    font-size: 20px;
    padding-left: 50px;
  }
  .home_problems_list_item_ttl:before{
    width: 33px;
  }
  .home_problems_list_item_txt{
    font-size: 16px;
  }
  * + .home_problems_notice{
    margin-top: 60px;
  }
  
  .home_problems_notice{
    padding: 20px 15px;
    text-align: center;
  }
  * + .home_problems_notice{
    margin-top: 60px;
  }
  .home_problems_notice_head{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home_problems_notice_txt{
    font-size: 18px;
  }
  
  /* サービス内容 */
  .home_solutions_item{
    /*width: calc(25% - 9px);*/
    height: 450px;
  }
  .home_solutions_item_ttl{
    font-size: 19px;
  }
  
  
  /* WORKS */
  .home_works{
  }
  .home_works_box1{
    /*width: 165px;*/
  }
  .home_works_box2{
    display: flex;
    flex-direction: column;
    /*width: 325px;*/
  }
  .home_works_box3{
    /*width: calc(100% - 165px - 325px - 65px);*/
    /*margin-left: auto;*/
  }

  .home_works_box1 .tt2.tate{
    /*margin-left: -20px;*/
  }

  .home_works_msg{
    /*font-size: 42px;*/
    /*-ms-writing-mode: tb-rl;*/
    /*writing-mode: vertical-rl;*/
    /*margin: 0 auto 10px;*/
  }
  .slider_btns{
    gap: 0 10px;
    margin-top: 35px;
  }
  
  /* Beyond */
  .home_beyond{
    height: 350px;
  }
  .home_beyond_msg{
    font-size: 80px;
  }
  
  /* 選ばれる理由 */
  .home_reason_head{
  }
  .home_reason_head_ja{
    font-size: 32px;
    top: 49%;
  }
  .home_reason_head_logo{

  }
  
  .home_reason_rows{

  }
  * + .home_reason_rows{
    margin-top: 25px;
  }
  .home_reason_row{
  }
  .home_reason_row + .home_reason_row{
    margin-top: 60px;
  }
  .home_reason_row_box1{
    width: 100%;
  }
  .home_reason_row_box2{
    width: 100%;
    padding-top: 50px;
  }
  
  .home_reason_num{
    font-size: 60px;
    margin-bottom: 10px;
  }
  .home_reason_ttl{
    font-size: 28px;
    padding: 10px 15px;
    margin-bottom: 23px;
  }
  .home_reason_txt{
    
  }
  
  
}
@media (min-width:1024px){

  /* ABOUT */
  .home_about{
  }
  .home_about_head{
  }
  .home_about_box1{
    width: 500px;
  }
  .home_about_box2{
    width: calc(100% - 500px);
    margin-top: 0;
    padding-top: 15px;
    padding-left: 3%;
    padding-right: 10%;
  }
  .home_about_box2:before{
    width: 39.21%;
    top: 45px;
    right: 0;
  }
  
  /* サービス内容 */
  .home_solutions{
    gap: 10px 12px;
  }
  .home_solutions_item{
    width: calc(25% - 9px);
    height: 580px;
  }
  .home_solutions_item:hover{
    width: calc(28% - 9px);
  }
  .home_solutions:hover .home_solutions_item:not(:hover){
    width: calc(24% - 9px);
  }
  .gjs-dashed .home_solutions_item:hover{
    width: calc(25% - 9px);
  }
  .gjs-dashed .home_solutions:hover .home_solutions_item:not(:hover){
    width: calc(25% - 9px);
  }

  .home_solutions_item_ttl{
    font-size: 16px;
  }
  .home_solutions_item_ttl_en{
    
  }
  .home_solutions_item_ttl_ja{
    margin-top: 6px;
  }
  .home_solutions_item_num{
    font-size: 60px;
    top: 20px;
    left: 20px;
  }
  
  .slider_btns{
    justify-content: flex-start;
  }
  .slider_btns_prev,
  .slider_btns_next{
    width: auto;
  }
  
  /* WORKS */
  .home_works{
  }
  .home_works_box1{
    width: 150px;
  }
  .home_works_box2{
    width: 200px;
  }
  .home_works_box3{
    width: calc(100% - 150px - 200px - 30px);
    margin-left: auto;
  }

  .home_works_box1 .tt2.tate{
    margin-left: -20px;
  }

  .home_works_msg{
    font-size: 30px;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 10px;
  }
  .slider_btns{
    gap: 0 10px;
    margin-top: auto;
  }
  
  /* 選ばれる理由 */
  .home_reason_head{
  }
  .home_reason_head_ja{
    font-size: 32px;
    top: 49%;
  }
  .home_reason_head_logo{

  }
  
  .home_reason_rows{

  }
  * + .home_reason_rows{
    margin-top: 25px;
  }
  .home_reason_row{
  }
  .home_reason_row + .home_reason_row{
    margin-top: 60px;
  }
  .home_reason_row_box1{
    width: 36.51%;
  }
  .home_reason_row_box2{
    width: 43.75%;
    padding-top: 50px;
  }

  .home_reason_num{
    font-size: 60px;
    margin-bottom: 10px;
  }
  .home_reason_ttl{
    font-size: 28px;
    padding: 10px 15px;
    margin-bottom: 23px;
  }
  .home_reason_txt{
  }
  
  .home_reason_row:nth-child(odd){
    flex-direction: row;
  }
  .home_reason_row:nth-child(odd) .home_reason_row_box2{
    margin-left: 6.25%;
  }
  .home_reason_row:nth-child(even){
    flex-direction: row-reverse;
  }
  .home_reason_row:nth-child(even) .home_reason_row_box2{
    margin-right: 6.25%;
  }
  
  
}
@media (min-width:1280px){

  /* お困りごと */
  .home_problems_msg{
    text-align: center;
  }
  .home_problems{
  }
  * + .home_problems{
    margin-top: 50px;
  }
  .home_problems_box1{
    width: 49%;
  }
  .home_problems_box2{
    width: 47%;
    margin-top: 0;
  }

  .home_problems_list{
    gap: 15px 10px;
  }
  .home_problems_list_item{
    padding: 5px 10px 8px;
    box-shadow: 4px 4px 0 #FFF;
  }
  .home_problems_list_item_line1{

  }
  .home_problems_list_item_line2{
    padding-top: 10px;
    margin-top: 4px;
  }
  .home_problems_list_item_ttl{
    min-height: 35px;
    font-size: 18px;
    padding-left: 50px;
  }
  .home_problems_list_item_ttl:before{
    width: 33px;
  }

  /* お困りごと ver2 */
  .home_problems_list.simple{

  }
  .home_problems_list.simple .home_problems_list_item{
    padding: 8px 30px 6px 25px;
  }
  .home_problems_list.simple .home_problems_list_item_line2{
    padding-top: 6px;
  }
  .home_problems_list.simple .home_problems_list_item_ttl{
    padding-left: 30px;
  }

  /* お困りごと col2 */
  .home_problems_list.col2{
    gap: 10px 30px;
  }
  .home_problems_list.col2 .home_problems_list_item{
    width: calc((100% - 30px) / 2);
  }
  
  .home_problems_list.col2.recruit_growth{
    gap: 15px 30px;
  }
  
}
@media (min-width:1470px){

  /* ABOUT */
  .home_about{
  }
  .home_about_head{
  }
  .home_about_box1{
    width: 500px;
  }
  .home_about_box2{
    width: calc(100% - 500px);
    padding-top: 15px;
    padding-left: 6%;
    padding-right: 18%;
  }
  .home_about_box2:before{
    width: 39.21%;
    top: 45px;
    right: 0;
  }
  
  /* Beyond */
  .home_beyond{
    height: 720px;
  }
  .home_beyond_msg{
    font-size: 160px;
  }

  /* お困りごと */
  .home_problems_msg{
    text-align: center;
  }
  * + .home_problems_msg{
    margin-top: -20px;
  }
  .home_problems{
  }
  * + .home_problems{
    margin-top: 50px;
  }
  .home_problems_box1{
    width: 49.01%;
  }
  .home_problems_box2{
    width: 44.73%;
  }

  .home_problems_list{
    gap: 15px 10px;
  }
  .home_problems_list_item{
    padding: 5px 10px 8px;
    box-shadow: 4px 4px 0 #FFF;
  }
  .home_problems_list_item_line1{

  }
  .home_problems_list_item_line2{
    padding-top: 10px;
    margin-top: 4px;
  }
  .home_problems_list_item_ttl{
    min-height: 35px;
    font-size: 20px;
    padding-left: 50px;
  }
  .home_problems_list_item_ttl:before{
    width: 33px;
  }
  
  
  .home_problems_list_item{
    
  }
  .home_problems_list_item{
    
  }
  
  /* サービス内容 */
  .home_solutions{
  }
  .home_solutions_item{
    height: 500px;
  }
  .home_solutions_item_ttl{
    font-size: 20px;
  }
  .home_solutions_item_num{
    font-size: 60px;
    top: 20px;
    left: 20px;
  }
  
  /* WORKS */
  .home_works{
  }
  .home_works_box1{
    width: 165px;
  }
  .home_works_box2{
    width: 325px;
  }
  .home_works_box3{
    width: calc(100% - 165px - 325px - 65px);
    margin-left: auto;
  }

  .home_works_box1 .tt2.tate{
    margin-left: -20px;
  }

  .home_works_msg{
    font-size: 42px;
    margin: 0 auto 10px;
  }
  .slider_btns{
    gap: 0 10px;
    margin-top: auto;
  }
  
  /* 選ばれる理由 */
  .home_reason_head{
  }
  .home_reason_head_ja{
    font-size: 32px;
    top: 49%;
  }
  .home_reason_head_logo{

  }
  
  .home_reason_rows{

  }
  * + .home_reason_rows{
    margin-top: 25px;
  }
  .home_reason_row{
  }
  .home_reason_row + .home_reason_row{
    margin-top: 60px;
  }
  .home_reason_row_box1{
    width: 36.51%;
  }
  .home_reason_row_box2{
    width: 43.75%;
    padding-top: 50px;
  }

  .home_reason_num{
    font-size: 60px;
    margin-bottom: 10px;
  }
  .home_reason_ttl{
    font-size: 28px;
    padding: 10px 15px;
    margin-bottom: 23px;
  }
  .home_reason_txt{
  }
  
  .home_reason_row:nth-child(odd){
    flex-direction: row;
  }
  .home_reason_row:nth-child(odd) .home_reason_row_box2{
    margin-left: 6.25%;
  }
  .home_reason_row:nth-child(even){
    flex-direction: row-reverse;
  }
  .home_reason_row:nth-child(even) .home_reason_row_box2{
    margin-right: 6.25%;
  }
  
  .home_reason_head.large{
    
  }
  .home_reason_head.large .home_reason_head_ja{
    font-size: 38px;
  }
  .home_reason_head.large .home_reason_head_logo{
    width: 316px;
  }
}
@media (min-width:1720px){

  /* ABOUT */
  .home_about{
  }
  .home_about_head{
  }
  .home_about_box1{
    width: 500px;
  }
  .home_about_box2{
    width: calc(100% - 500px);
    padding-top: 15px;
    padding-left: 75px;
    padding-right: 365px;
  }
  .home_about_box2:before{
    width: 39.21%;
    top: 45px;
    right: 0;
  }
  
  /* Beyond */
  .home_beyond{
    height: 720px;
    padding-bottom: 35px;
  }
  .home_beyond_msg{
    font-size: 160px;
  }

  /* サービス内容 */
  .home_solutions{
  }
  .home_solutions_item{
    height: 580px;
  }
  .home_solutions_item_ttl{
    font-size: 21px;
  }
  .home_solutions_item_num{
    font-size: 60px;
    top: 20px;
    left: 20px;
  }
  
  .home_reason_head_logo{
    width: auto;
  }
}


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

}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}
.pg_xxx .section.sec7{

}
.pg_xxx .section.sec8{

}

@media (max-width:767px){

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

  

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


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


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


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


}

/* メイン */

/* リンクバナー */
.page_links{
  display: flex;
  flex-wrap: wrap;
}
.page_links_item{
  width: 50%;
  position: relative;
  z-index: 1;
}
.page_links_item_img{
  
}
.page_links_item_img img{
  transition: 0.2s all;
}
.page_links_item_img.img_fit:before{
  padding-top: 100px;
}
.page_links_item_img:after{
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}
.page_links_item_ttl{
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
}
.page_links_item_ttl_en{
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-en2);
  letter-spacing: 0.075em;
  line-height: 1;
}
.page_links_item_ttl_ja{
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
}

.page_links_item:hover .page_links_item_img img{
  transform: scale(1.02);
}



.page_links_item:nth-child(odd) .page_links_item_ttl{
  left: 0;
  text-align: left;
}
.page_links_item:nth-child(even) .page_links_item_ttl{
  right: 0;
  text-align: right;
}

@media (max-width:374px){

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

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

  .page_links_item{
    width: 100%;
  }
  
}
@media (min-width:768px){

  /* リンクバナー */
  .page_links{
  }
  .page_links_item{
    width: 50%;
  }
  .page_links_item_img{

  }
  .page_links_item_img.img_fit:before{
    padding-top: 180px;
  }
  .page_links_item_ttl{
    font-size: 16px;
  }
  .page_links_item_ttl_en{
    font-size: 2.85em;
  }
  .page_links_item_ttl_ja{
    font-size: 1em;
  }
  
  .page_links_item:nth-child(odd) .page_links_item_img{
    margin-left: var(--margin-for-device-side-w);
  }
  .page_links_item:nth-child(even) .page_links_item_img{
    margin-right: var(--margin-for-device-side-w);
  }

}
@media (min-width:1024px){
  
}
@media (min-width:1280px){
  
  /* リンクバナー */
  .page_links_item_img.img_fit:before{
    padding-top: 200px;
  }
  .page_links_item_ttl{
    font-size: 18px;
  }
  
}
@media (min-width:1470px){

  /* リンクバナー */
  .page_links{
  }
  .page_links_item_img.img_fit:before{
    padding-top: 280px;
  }
  .page_links_item_ttl{
    font-size: 21px;
  }
}
@media (min-width:1720px){


}


/*******************************
*　
********************************/
.pg_ment{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/mente_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top 207px right 50%;
}
.pg_ment .section.sec1{
  padding-bottom: 0;
}
.pg_ment .section.sec2{
  padding-top: 0;
}
.pg_ment .section.sec3{
  padding-top: 0;
}
.pg_ment .section.sec4{
  padding-top: 0;
}
.pg_ment .section.sec5{
  padding-top: 0;
}
.pg_ment .section.sec6{

}


@media (max-width:767px){

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

  .pg_ment{
    background-position: top 207px right 50%;
  }
  .pg_ment .section.sec1{
    padding-bottom: 0;
  }
  .pg_ment .section.sec2{
    padding-top: 0;
  }
  .pg_ment .section.sec3{
    padding-top: 90px;
  }
  .pg_ment .section.sec4{
    padding-top: 150px;
  }
  .pg_ment .section.sec5{
    padding-top: 140px;
  }
  .pg_ment .section.sec6{

  }

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


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


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

  .pg_ment{
    background-position: top 207px right 1000%;
  }
}
@media (min-width:1720px){
  .pg_ment{
    background-position: top 207px right -117%;
  }
  .pg_ment .section.sec2 .sec_head{
    width: 895px;
  }
  .pg_ment .section.sec4 .sec_head{
    width: 895px;
  }

}

/* メイン */

/* トラブル */
.mente_trouble{
  
}
.mente_trouble_head{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mente_trouble_head:before,
.mente_trouble_head:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.mente_trouble_head:before{
  
}
.mente_trouble_head:after{
  
}
.mente_trouble_head_ja{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px;
}

.mente_trouble_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.mente_trouble_list_item{
  width: 100%;
  padding: 12px 12px;
  border: 2px solid #564e43;
  background: #1a1a1a;
}
.mente_trouble_list_item_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  background: #404040;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 13px;
}
.mente_trouble_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
  padding: 0 5px;
}
.mente_trouble_list_item_exam{
  
}
* + .mente_trouble_list_item_exam{
  margin-top: 15px;
}
.mente_trouble_list_item_exam p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid #737373;
  padding: 8px 10px 10px;
}
.mente_trouble_list_item_exam p + p{
  margin-top: 5px;
}


/* コンテンツ */
.mente_contents{
  
}
.mente_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mente_contents_row + .mente_contents_row{
  margin-top: 50px;
}
.mente_contents_row .sec_head{
  margin-bottom: 0;
}
.mente_contents_box1{
  width: 100%;
}
.mente_contents_box1 .sec_head{
  width: auto;
}
.mente_contents_box2{
  width: 100%;
  padding-top: 20px;
}
.mente_contents_box3{
  width: 100%;
  padding-top: 30px;
}
.mente_contents_img{
  
}
.mente_contents_img.img_fit:before{
  padding-top: 102.564%;
}

/* 選ばれる理由 */
.mente_reason_wrap{
  
}
* + .mente_reason_wrap{
  margin-top: 100px;
}
.mente_reason{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}
* + .mente_reason{
   margin-top: 20px;
}
.mente_reason_item{
  width: 100%;
  background: #262626;
  padding: 15px 15px;
  /*min-height: 350px;*/
  position: relative;
  z-index: 1;
}
.mente_reason_item:before{
  content: "";
  border: 1px solid #737373;
  position: absolute;
  z-index: 1;
  inset: 6px;
  pointer-events: none;
}
.mente_reason_item_num{
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  color: #564e43;
  padding-left: 8px;
  margin-bottom: 5px;
}
.mente_reason_item_num em{
  font-family: var(--font-en2);
}
.mente_reason_item_ttl{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  background: #404040;
  padding: 9px 8px;
  margin-bottom: 10px;
}
.mente_reason_item_txt{
  font-size: 15px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
  padding-left: 8px;
  padding-right: 12px;
}

/* 選ばれる理由(wide) */
.mente_reason.wide{
  
}
* + .mente_reason.wide{
  margin-top: 30px;
}
.mente_reason.wide:after{
  display: none;
}
.mente_reason.wide .mente_reason_item:nth-child(2n+3):after{
  display: none;
}
.mente_reason.wide .mente_reason_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 420px;
}
.mente_reason.wide .mente_reason_item + .mente_reason_item{
  margin-top: 0;
}
.mente_reason.wide .mente_reason_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.mente_reason.wide .mente_reason_box2{
  width: 100%;
  order: 1;
  margin-top: 0;
}

.mente_reason.wide .mente_reason_item_img{
}
.mente_reason.wide .mente_reason_item_img.img_fit:before{
  padding-top: 64.062%;
}



/* 機材紹介 */
.mente_facility_wrap{
  
}
* + .mente_facility_wrap{
  margin-top: 50px;
}
.mente_facility{
  
}
.mente_trouble_head + .mente_facility{
  margin-top: 0px;
}
.mente_facility_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px;
  background: #262626;
}
.mente_facility_row + .mente_facility_row{
  margin-top: 25px;
}
.mente_facility_box1{
  width: 100%;
}
.mente_facility_box2{
  width: 100%;
  margin-top: 20px;
}
.mente_facility_img{
  
}
.mente_facility_img.img_fit:before{
  padding-top: 75.789%;
}
.mente_facility_ttl1{
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.mente_facility_ttl2{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  background: #404040;
  padding: 8px 15px 8px;
  margin-bottom: 15px;
}
.mente_facility_txt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

/* チェックポイント */
.mente_checkpoint_wrap{
  position: relative;
  z-index: 1;
}
* + .mente_checkpoint_wrap{
  margin-top: 20px;
}
.mente_checkpoint{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.mente_checkpoint_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 505 / 420;
  border: 1.5px solid #0d0d0d;
  background: rgba(33,33,33,0.5);
  padding: 20px 15px;
}
.mente_checkpoint_ttl{
  text-align: center;
}
.mente_checkpoint_ttl_en{
  font-size: 30px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
}
.mente_checkpoint_ttl_ja{
  display: inline-block;
  width: 210px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  background: #333333;
  padding: 3px 5px 5px;
  margin-top: 6px;
}
.mente_checkpoint_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.075em;
  text-align: justify;
  margin-top: 20px;
}

.mente_checkpoint_imgs{
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.mente_checkpoint_imgs_item{
  width: 100%;
  height: 100%;
}
.mente_checkpoint_imgs_item.img_fit img{
}
.mente_checkpoint_imgs_item.img_fit:before{
  padding-top: 0;
  height: 100%;
}

.mente_checkpoint_wrap{
  
}
.mente_checkpoint_wrap .recruit_env{
  gap: 0;
}
.mente_checkpoint_wrap .recruit_env_item{
  background: rgba(0,0,0,0.7);
  border: 0;
}
.mente_checkpoint_wrap .recruit_env_item_ttls_line{
  background: #262626;
}
.mente_checkpoint_wrap.large .recruit_env_item{
  aspect-ratio: 505 / 540;
}
.mente_checkpoint_wrap.large .mente_checkpoint_imgs_item{
  aspect-ratio: 505 / 540;
}


.gjs-dashed .mente_checkpoint_imgs{
  display: flex;
  flex-wrap: wrap;
  position: static;
}
.gjs-dashed .mente_checkpoint_imgs_item{
  width: 33.333%;
  aspect-ratio: 505 / 420;
  border: 1.5px solid #0d0d0d;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .mente_checkpoint_imgs_item{
    aspect-ratio: 505 / 420;
    height: auto;
  }
}
@media (min-width:768px){

  /* トラブル */
  .mente_trouble{

  }
  .mente_trouble_head{
    /*margin-bottom: 75px;*/
  }
  .mente_trouble_head_ja{
    font-size: 28px;
    margin: 0 25px;
  }

  .mente_trouble_list{
    gap: 30px 30px;
  }
  .mente_trouble_list_item{
    width: calc(calc(100% - 30px) / 2);
    padding: 15px 15px;
  }
  .mente_trouble_list_item_ttl{
    min-height: 50px;
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 13px;
  }
  .mente_trouble_list_item_txt{
    font-size: 16px;
  }
  .mente_trouble_list_item_exam{

  }
  * + .mente_trouble_list_item_exam{
    margin-top: 32px;
  }
  .mente_trouble_list_item_exam p{
    font-size: 16px;
    padding: 11px 10px 13px;
  }
  
  /* コンテンツ */
  .mente_contents{

  }
  .mente_contents_row{
  }
  .mente_contents_row + .mente_contents_row{
    margin-top: 70px;
  }
  .mente_contents_box1{
    /*width: 55.26%;*/
  }
  .mente_contents_box2{
    /*width: 38.48%;*/
    padding-top: 30px;
  }
  .mente_contents_box3{
    margin-top: 40px;
  }
  

  /* 選ばれる理由 */
  .mente_reason_wrap{

  }
  * + .mente_reason_wrap{
    margin-top: 100px;
  }
  * + .mente_reason.wide{
    margin-top: 95px;
  }
  .mente_reason{
    gap: 30px 30px;
  }
  * + .mente_reason{
     margin-top: 20px;
  }
  .mente_reason_item{
    /*width: calc((100% - 30px) / 2);*/
    padding: 25px 40px 40px;
    /*min-height: 350px;*/
  }
  .mente_reason_item:before{
    inset: 20px 20px;
  }
  .mente_reason_item_num{
    font-size: 30px;
    padding-left: 12px;
    margin-bottom: 5px;
  }
  .mente_reason_item_ttl{
    font-size: 24px;
    padding: 8px 12px 10px;
    margin-bottom: 10px;
  }
  .mente_reason_item_txt{
    font-size: 16px;
    line-height: 2;
    padding-left: 12px;
  }
  
  /* 選ばれる理由(wide) */
  .mente_reason.wide{

  }
  .mente_reason.wide .mente_reason_item{
    width: 100%;
    min-height: 420px;
  }
  .mente_reason.wide .mente_reason_item + .mente_reason_item{
    margin-top: 60px;
  }
  .mente_reason.wide .mente_reason_box1{
    width: 51.04%;
    margin-top: 0;
  }
  .mente_reason.wide .mente_reason_box2{
    width: 44.44%;
    margin-top: -65px;
  }
  
  .mente_reason.wide .mente_reason_item:nth-child(odd) .mente_reason_box1{
    order: 1;
  }
  .mente_reason.wide .mente_reason_item:nth-child(odd) .mente_reason_box2{
    order: 2;
  }
  .mente_reason.wide .mente_reason_item:nth-child(even) .mente_reason_box1{
    order: 2;
  }
  .mente_reason.wide .mente_reason_item:nth-child(even) .mente_reason_box2{
    order: 1;
  }
  
  /* 機材紹介 */
  .mente_facility_wrap{

  }
  * + .mente_facility_wrap{
    margin-top: 195px;
  }
  .mente_facility{

  }
  .mente_trouble_head + .mente_facility{
    margin-top: 55px;
  }
  .mente_facility_row{
    padding: 30px 75px;
  }
  .mente_facility_row + .mente_facility_row{
    margin-top: 25px;
  }
  .mente_facility_box1{
  }
  .mente_facility_box2{
    /*margin-top: 0;*/
  }
  .mente_facility_ttl1{
    font-size: 21px;
    margin-bottom: 15px;
  }
  .mente_facility_ttl2{
    font-size: 18px;
    padding: 8px 15px 8px;
    margin-bottom: 15px;
  }
  .mente_facility_txt{
    font-size: 16px;
  }
  
  /* チェックポイント */
  .mente_checkpoint{
  }
  * + .mente_checkpoint_wrap{
    margin-top: 55px;
  }
  .mente_checkpoint_item{
    width: 50%;
    padding: 20px 20px;
    /*position: absolute;*/
    
  }
  .mente_checkpoint_ttl{
  }
  .mente_checkpoint_ttl_en{
    font-size: 30px;
  }
  .mente_checkpoint_ttl_ja{
    width: 210px;
    font-size: 15px;
    padding: 3px 5px 5px;
    margin-top: 12px;
  }
  .mente_checkpoint_txt{
    font-size: 15px;
    margin-top: 20px;
  }
  .mente_checkpoint_imgs_item{
    position: absolute;
    z-index: 0;
    inset: 0;
  }
  .gjs-dashed .mente_checkpoint_imgs,
  .gjs-dashed .mente_checkpoint_imgs_item{
    position: static;
  }
  
  .mente_checkpoint_wrap .recruit_env{
  }
  .mente_checkpoint_wrap .recruit_env_item{
    /*width: calc((100% - 3px) / 2);*/
    width: 50%;
    border: 1.5px solid #0d0d0d;
  }
  
  .mente_checkpoint_wrap.large .recruit_env_item{
    /*padding-top: 70px;*/
  }
  
}
@media (min-width:1024px){
  
  /* トラブル */
  .mente_trouble{

  }
  .mente_trouble_head{
    /*margin-bottom: 75px;*/
  }
  .mente_trouble_head_ja{
    font-size: 28px;
    margin: 0 25px;
  }

  .mente_trouble_list{
    gap: 30px 30px;
  }
  .mente_trouble_list_item{
    width: calc(calc(100% - 60px) / 3);
    /*padding: 18px 18px;*/
  }
  .mente_trouble_list_item_ttl{
    /*min-height: 70px;
    font-size: 21px;
    padding: 10px 10px;
    margin-bottom: 13px;*/
  }
 
  /* コンテンツ */
  .mente_contents{

  }
  .mente_contents_row{
  }
  .mente_contents_row + .mente_contents_row{
    margin-top: 115px;
  }
  .mente_contents_box1{
    width: 55.26%;
  }
  .mente_contents_box2{
    width: 38.48%;
    padding-top: 10px;
  }
  .mente_contents_row:nth-child(odd) .mente_contents_box1{

  }
  .mente_contents_row:nth-child(odd) .mente_contents_box2{

  }
  .mente_contents_row:nth-child(even) .mente_contents_box1{
    order: 2;
  }
  .mente_contents_row:nth-child(even) .mente_contents_box2{
    order: 1;
  }
  .mente_contents_row:nth-child(even) .mente_contents_box3{
    order: 3;
  }
  
  
  /* 選ばれる理由 */
  .mente_reason_wrap{

  }
  * + .mente_reason_wrap{
    margin-top: 100px;
  }
  .mente_reason{
    gap: 30px 30px;
  }
  * + .mente_reason{
     margin-top: 20px;
  }
  .mente_reason_item{
    width: calc((100% - 30px) / 2);
    padding: 25px 40px 40px;
    /*min-height: 350px;*/
  }
  .mente_reason_item:before{
    inset: 20px 20px;
  }
  .mente_reason_item_num{
    /*font-size: 38px;*/
    /*padding-left: 12px;*/
    /*margin-bottom: 5px;*/
  }
  .mente_reason_item_ttl{
    /*font-size: 30px;*/
    /*padding: 9px 12px;*/
    /*margin-bottom: 18px;*/
  }
  .mente_reason_item_txt{
    /*font-size: 18px;*/
    /*line-height: 2;*/
    /*padding-left: 15px;*/
  }
  .mente_reason_item:nth-child(2n+3):after{
    content: "";
    width: calc(200% + 30px);
    height: 2px;
    background: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: -17px;
    left: 0;
  }
  .mente_reason:after{
    content: "";
    width: 2px;
    background: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
  }
  
  /* 機材紹介 */
  .mente_facility_wrap{

  }
  * + .mente_facility_wrap{
    /*margin-top: 195px;*/
  }
  .mente_facility{

  }
  .mente_facility_row{
    /*padding: 30px 100px;*/
  }
  .mente_facility_row + .mente_facility_row{
    margin-top: 25px;
  }
  .mente_facility_box1{
    width: 42.79%;
  }
  .mente_facility_box2{
    width: 48.64%;
    width: 49.5%;
    margin-top: 0;
  }
  .mente_facility_ttl1{
    font-size: 21px;
    margin-bottom: 15px;
  }
  .mente_facility_ttl2{
    font-size: 18px;
    padding: 8px 15px 8px;
    margin-bottom: 15px;
  }
  .mente_facility_txt{
    font-size: 16px;
  }
  
  /* チェックポイント */
  .mente_checkpoint{
  }
  .mente_checkpoint_item{
    width: 33.333%;
    padding: 20px 20px;
  }
  .mente_checkpoint_ttl{
  }
  .mente_checkpoint_ttl_en{
    font-size: 32px;
  }
  .mente_checkpoint_ttl_ja{
    width: 210px;
    font-size: 15px;
    padding: 3px 5px 5px;
    margin-top: 12px;
  }
  .mente_checkpoint_txt{
    font-size: 15px;
    margin-top: 20px;
  }
  
}
@media (min-width:1280px){
  
  .mente_checkpoint_wrap .recruit_env{
  }
  .mente_checkpoint_wrap .recruit_env_item{
    width: 33.3333%;
  }
  
}
@media (min-width:1470px){

  /* トラブル */
  .mente_trouble{

  }
  .mente_trouble_head{
    /*margin-bottom: 75px;*/
  }
  .mente_trouble_head_ja{
    font-size: 28px;
    margin: 0 25px;
  }

  .mente_trouble_list{
    gap: 40px 40px;
  }
  * + .mente_trouble_list{
    padding-top: 45px;
  }
  .mente_trouble_list_item{
    width: calc(calc(100% - 80px) / 3);
    padding: 18px 18px;
  }
  .mente_trouble_list_item_ttl{
    min-height: 70px;
    font-size: 21px;
    padding: 10px 10px;
    margin-bottom: 13px;
  }

  /* 選ばれる理由 */
  .mente_reason_wrap{

  }
  * + .mente_reason_wrap{
    margin-top: 120px;
  }
  .mente_reason{
    gap: 30px 30px;
  }
  * + .mente_reason{
     margin-top: 20px;
  }
  .mente_reason_item{
    width: calc((100% - 30px) / 2);
    padding: 25px 40px 40px;
    /*min-height: 350px;*/
  }
  .mente_reason_item:before{
    inset: 20px 20px;
  }
  .mente_reason_item_num{
    font-size: 38px;
    padding-left: 12px;
    margin-bottom: 5px;
  }
  .mente_reason_item_ttl{
    font-size: 30px;
    /*padding: 9px 12px;*/
    margin-bottom: 18px;
  }
  .mente_reason_item_txt{
    font-size: 18px;
    line-height: 2;
    padding-left: 15px;
  }
  
  /*.mente_reason_item:nth-child(2n+3):after{
    content: "";
    width: calc(200% + 30px);
    height: 2px;
    background: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: -17px;
    left: 0;
  }
  .mente_reason:after{
    content: "";
    width: 2px;
    background: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
  }*/
  
  /* チェックポイント */
  .mente_checkpoint{
  }
  .mente_checkpoint_item{
    width: 33.333%;
    padding: 20px 65px;
  }
  .mente_checkpoint_ttl{
    margin-left: -20px;
    margin-right: -20px;
  }
  .mente_checkpoint_ttl_en{
    font-size: 50px;
  }
  .mente_checkpoint_ttl_ja{
    width: 210px;
    font-size: 18px;
    padding: 3px 5px 5px;
    margin-top: 12px;
  }
  .mente_checkpoint_txt{
    font-size: 18px;
    margin-top: 30px;
  }
  
  
  .mente_contents_box3{
    margin-top: 65px;
  }
  
  .mente_checkpoint_wrap .recruit_env{
  }
  .mente_checkpoint_wrap .recruit_env_item{
  }
  .mente_checkpoint_wrap.large .recruit_env_item{
    padding-top: 70px;
  }
}
@media (min-width:1720px){

  /* 機材紹介 */
  .mente_facility_wrap{

  }
  * + .mente_facility_wrap{
    margin-top: 195px;
  }
  .mente_facility{

  }
  .mente_facility_row{
    padding: 30px 205px;
  }
  
  
  .mente_checkpoint_wrap .recruit_env{
  }
  .mente_checkpoint_wrap .recruit_env_item{
  }
  
  .mente_checkpoint_wrap.large .recruit_env_item{
    padding-top: 70px;
  }

}


/*******************************
*　
********************************/
.pg_painting{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/painting_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top 400px right -115%;
}
.pg_painting .section.sec1{
  padding-bottom: 0;
}
.pg_painting .section.sec2{
  padding-top: 0;
}

.pg_painting .section.sec3{
  
}
.pg_painting .section.sec4{
  
}

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

@media (max-width:767px){
  .pg_painting .section.sec2{
    padding-bottom: 0;
  }
}
@media (min-width:768px){

  .pg_painting{
    background-position: top 400px right 500%;
  }
  
  * + .painting_features_wrap{
    margin-top: 100px;
  }
}
@media (min-width:1024px){

  
  

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

  .pg_painting{
    background-position: top 400px right 250%;
  }

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

  .pg_painting{
    background-position: top 400px right 400%;
  }
  .pg_painting .section.sec2 .sec_head{
    margin-bottom: 125px;
  }
  
  * + .painting_features_wrap{
    margin-top: 160px;
  }
}
@media (min-width:1720px){

  .pg_painting{
    background-position: top 400px right -115%;
  }

}

/*******************************
*　
********************************/
.pg_coating{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/coating_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top  235px right -95%;
}
.pg_coating .section.sec1{
  padding-bottom: 0;
}
.pg_coating .section.sec2{
  padding-top: 0;
}
.pg_coating .section.sec3{
  padding-top: 0;
}
.pg_coating .section.sec4{
  padding-top: 0;
}
.pg_coating .section.sec4 .tt2{
  margin-bottom: 20px;
}
.pg_coating .section.sec5{
  padding-top: 0;
}
.pg_coating .section.sec6{

}
.pg_coating .section.sec7{

}
.pg_coating .section.sec8{

}

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

@media (max-width:767px){

  .pg_coating .section.sec4 .tt2_en{
    font-size: 46px;
  }
}
@media (min-width:768px){

  .pg_coating{
    background-position: top 207px right -117%;
  }
  .pg_coating .section.sec1{
    padding-bottom: 0;
  }
  .pg_coating .section.sec2{
    padding-top: 0;
  }
  .pg_coating .section.sec3{
    padding-top: 85px;
  }
  .pg_coating .section.sec4{
    padding-top: 145px;
  }
  .pg_coating .section.sec4 .tt2{
    margin-bottom: 35px;
  }
  .pg_coating .section.sec5{
    padding-top: 75px;
  }
  .pg_coating .section.sec6{

  }
  .pg_coating .section.sec7{

  }
  .pg_coating .section.sec8{

  }

  .coating_protect_wrap{

  }
  * + .coating_protect_wrap{

  }
  .coating_protect_wrap2{

  }
  * + .coating_protect_wrap2{
    margin-top: 185px;
  }

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


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


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

  .pg_coating{
    background-position: top  235px right 700%;
  }
}
@media (min-width:1720px){
  
  .pg_coating{
    background-position: top  235px right -95%;
  }
  .pg_coating .section.sec3 .mente_contents_row + .mente_contents_row {
    margin-top: 190px;
  }

}

/* メイン */

/* 比較表 */
.comparison_tbl{
  
}
.js-scrollable .comparison_tbl{
  min-width: 750px;
}
.comparison_tbl .table_rows_tr{
  
}
.comparison_tbl .table_rows_th,
.comparison_tbl .table_rows_td{
  width: 33.333%;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
  border-color: #564e43;
}
.comparison_tbl .table_rows_th{
  background: #404040;
}
.comparison_tbl .table_rows_td{
  
}
.comparison_tbl .table_rows_tr.thead .table_rows_th,
.comparison_tbl .table_rows_tr.thead .table_rows_td{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-family: var(--font-mincho);
}
.comparison_tbl .table_rows_tr.thead .table_rows_th{
  background: #595959;
}

.comparison_tbl .table_rows_tr.thead .table_rows_td.color2{
  background: #403535;
}
.comparison_tbl .table_rows_tr.thead .table_rows_td.color3{
  background: #220202;
}
.comparison_tbl .table_rows_td.color2{
  background: #262626;
}
.comparison_tbl .table_rows_td.color3{
  background: #0d0d0d;
}


@media (max-width:374px){

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

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

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


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

  .comparison_tbl .table_rows_th,
  .comparison_tbl .table_rows_td{
    font-size: 18px;
  }
  .comparison_tbl .table_rows_tr.thead .table_rows_th,
  .comparison_tbl .table_rows_tr.thead .table_rows_td{
    font-size: 21px;
  }

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


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


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


}


/*******************************
*　
********************************/
.pg_sales{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/sales_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top 100px right -45%;
}
.pg_sales .section.sec1{
  padding-bottom: 0;
}
.pg_sales .section.sec2{
  padding-top: 70px;
}
.pg_sales .section.sec3{
  padding-top: 25px;
}
.pg_sales .section.sec4{
  padding-top: 0;
}
.pg_sales .section.sec5{
  padding-top: 0;
}
.pg_sales .section.sec6{

}

* + .sales_used_wrap{
  margin-top: 50px;
}
* + .sales_other_wrap{
  margin-bottom: 50px;
}

@media (max-width:767px){

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

  .pg_sales .section.sec1{
    padding-bottom: 0;
  }
  .pg_sales .section.sec2{
    padding-top: 100px;
  }
  .pg_sales .section.sec3{
    padding-top: 25px;
  }
  .pg_sales .section.sec4{
    padding-top: 125px;
  }
  .pg_sales .section.sec5{
    padding-top: 130px;
  }
  .pg_sales .section.sec6{

  }

  * + .sales_used_wrap{
    margin-top: 185px;
  }
  * + .sales_other_wrap{
    margin-bottom: 65px;
  }


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


  .pg_sales .section.sec5 .mente_contents_row + .mente_contents_row{
    margin-top: 80px;
  }
}
@media (min-width:1200px){


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

  .pg_sales .section.sec2{
    padding-top: 185px;
  }
}
@media (min-width:1720px){


}

/* メイン */

/* 悩み */
.sales_find_wrap{
  
}
* + .sales_find_wrap{
  
}

/* バナー */
.sales_car_banner{
  
}
* + .sales_car_banner{
  margin-top: 50px;
}
.sales_car_banner.img_fit:before{
  padding-top: 200px;
}

@media (max-width:374px){

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

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

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

  /* バナー */
  .sales_car_banner{

  }
  * + .sales_car_banner{
    margin-top: 50px;
  }
  .sales_car_banner.img_fit:before{
    padding-top: 300px;
  }


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


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


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

  /* バナー */
  .sales_car_banner{

  }
  * + .sales_car_banner{
    margin-top: 50px;
  }
  .sales_car_banner.img_fit:before{
    padding-top: 500px;
  }

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

  /* バナー */
  .sales_car_banner{

  }
  * + .sales_car_banner{
    margin-top: 50px;
  }
  .sales_car_banner.img_fit:before{
    padding-top: 560px;
  }

}

/*******************************
*　
********************************/
.pg_recruit{
  background-image: url('https://lux-auto.co.jp/system_panel/uploads/images/recruit_about_bg.jpg');
  background-repeat: no-repeat;
  background-position: top 80px right -43%;
}
.pg_recruit .section.sec1{
  padding-bottom: 0;
}
.pg_recruit .section.sec2{
  padding-top: 0;
}
.pg_recruit .section.sec3{
  padding-top: 0;
}
.pg_recruit .section.sec4{
  padding-top: 0;
}
.pg_recruit .section.sec5{
  padding-top: 0;
}
.pg_recruit .section.sec6{

}


@media (max-width:767px){

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

  .pg_recruit .section.sec1{
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    padding-top: 0;
  }
  .pg_recruit .section.sec3{
    padding-top: 80px;
  }
  .pg_recruit .section.sec4{
    padding-top: 135px;
  }
  .pg_recruit .section.sec5{
    padding-top: 135px;
  }
  .pg_recruit .section.sec6{

  }

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


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


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


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


}

/* メイン */


/* 魅力 */
.recruit_charm{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
* + .recruit_charm{
  margin-top: 50px;
}
.recruit_charm_item{
  width: 100%;
  padding: 10px;
  background: #262626;
}
.recruit_charm_item_img{
  
}
.recruit_charm_item_img.img_fit:before{
  padding-top: 45.390%;
}
.recruit_charm_item_desc{
  background: #1a1a1a;
  border: 2px solid #564e43;
  margin-top: 9px;
  padding: 15px 15px;
}
.recruit_charm_item_ttl{
  font-size: 19px;
  font-weight: 400;
  font-family: var(--font-mincho);
  line-height: 1.4;
  margin-bottom: 15px;
}
.recruit_charm_item_txt{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}

/* 環境 */
.recruit_env{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  position: relative;
  z-index: 2;
}
* + .recruit_env{
  margin-top: 50px;
}
.recruit_env_item{
  width: 100%;
  background: #1a1a1a;
  border: 2px solid #564e43;
  padding: 15px 15px;
}
.recruit_env_item_en{
  font-size: 18px;
  font-family: var(--font-en);
  text-align: center;
}
.recruit_env_item_num{
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-en2);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.recruit_env_item_ttls{
  margin-bottom: 10px;
}
.recruit_env_item_ttls_line{
  background: #4c4c4c;
  padding: 2px 5px 4px;
  text-align: center;
}
.recruit_env_item_ttls_line + .recruit_env_item_ttls_line{
  margin-top: 5px;
}
.recruit_env_item_ttls_line p{
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
}

.recruit_env_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}

/* 成長 */
.recruit_growth{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
* + .recruit_growth{
  margin-top: 50px;
}
.recruit_growth_item{
  width: 100%;
}
.recruit_growth_item_txt{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
}

/*.recruit_growth .home_problems_list_item_ttl{
  font-size: 21px;
  padding-left: 68px;
  min-height: 50px;
}
.recruit_growth .home_problems_list_item_ttl:before{
  width: 47px;
}*/

/* インタビュー */
.recruit_interview{
  
}
* + .recruit_interview{
  margin-top: 65px;
}
.recruit_interview_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_interview_row + .recruit_interview_row{
  margin-top: 40px;
}
.recruit_interview_box1{
  width: 100%;
}
.recruit_interview_box2{
  width: 100%;
  margin-top: 20px;
}
.recruit_interview_head{
  margin-bottom: 20px;
}
.recruit_interview_head_en{
  font-size: 36px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 0.8;
  color: #2e2e2e;
}
.recruit_interview_head_en em{
  font-family: var(--font-en2);
}
.recruit_interview_head_ja{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.5;
}
.recruit_interview_img.img_fit:before{
  padding-top: 102.564%;
}
.recruit_interview_qa{
  
}
* + .recruit_interview_qa{
  
}
.recruit_interview_qa_row{
  
}
.recruit_interview_qa_row + .recruit_interview_qa_row{
  margin-top: 28px;
}
.recruit_interview_qa_q{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  background: #2e2e2e;
  padding: 8px 10px 10px;
  margin-bottom: 10px;
}
.recruit_interview_qa_a{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify
}



/* 募集要項 */
.recruit_tbl{
  
}
* + .recruit_tbl{
  margin-top: 50px;
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  border-color: #808080;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.recruit_tbl .table_rows_th{
  width: 260px;
  background: #000000;
}
.recruit_tbl .table_rows_td{
  background: #2e2e2e;
}

@media (max-width:374px){

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

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

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

  .recruit_charm_item_desc{
    padding: 15px 10px;
  }
  .recruit_charm_item_ttl{
    font-size: 18px;
  }
  
}
@media (min-width:768px){

  
  /* 魅力 */
  .recruit_charm{
    gap: 30px;
  }
  * + .recruit_charm{
    margin-top: 50px;
  }
  .recruit_charm_item{
    /*width: calc((100% - 30px) / 2);*/
    padding: 20px;
  }
  .recruit_charm_item_desc{
    padding: 15px 22px;
  }
  .recruit_charm_item_ttl{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .recruit_charm_item_txt{
    font-size: 16px;
    line-height: 2;
  }

  
  /* 環境 */
  .recruit_env{
    gap: 20px 20px;
  }
  * + .recruit_env{
    margin-top: 50px;
  }
  .recruit_env_item{
    width: calc((100% - 20px) / 2);
    min-height: 370px;
    padding: 15px 15px;
  }
  .recruit_env_item_num{
    font-size: 50px;
    margin-bottom: 10px;
  }
  .recruit_env_item_ttls{
    margin-bottom: 10px;
  }
  .recruit_env_item_ttls_line{
  }
  .recruit_env_item_ttls_line p{
    font-size: 26px;
  }
  .recruit_env_item_txt{
    font-size: 15px;
  }
  
  /* 成長 */
  .recruit_growth{
    gap: 40px 30px;
  }
  * + .recruit_growth{
    margin-top: 50px;
  }
  .recruit_growth_item{
    /*width: calc((100% - 30px) / 2);*/
  }
  .recruit_growth_item_txt{
    font-size: 16px;
    /*line-height: 2;*/
    margin-top: 20px;
  }

  /*.recruit_growth .home_problems_list_item_ttl{
    font-size: 21px;
    padding-left: 68px;
    min-height: 50px;
  }
  .recruit_growth .home_problems_list_item_ttl:before{
    width: 47px;
  }*/

  /* インタビュー */
  .recruit_interview{

  }
  * + .recruit_interview{
    margin-top: 65px;
  }
  .recruit_interview_row{
  }
  .recruit_interview_row + .recruit_interview_row{
    margin-top: 50px;
  }
  .recruit_interview_box1{
    /*width: 38.48%;*/
  }
  .recruit_interview_box2{
    /*width: 55.26%;*/
  }
  .recruit_interview_head{
    margin-bottom: 40px;
  }
  .recruit_interview_head_en{
    font-size: 70px;
  }
  .recruit_interview_head_ja{
    font-size: 28px;
    /*margin-top: -5px;*/
  }
  .recruit_interview_qa_row + .recruit_interview_qa_row{
    margin-top: 28px;
  }
  .recruit_interview_qa_q{
    font-size: 20px;
    padding: 8px 10px 10px;
    margin-bottom: 10px;
  }
  .recruit_interview_qa_a{
    font-size: 16px;
  }
  
}
@media (min-width:1024px){


  /* 魅力 */
  .recruit_charm{
    gap: 30px;
  }
  * + .recruit_charm{
    margin-top: 50px;
  }
  .recruit_charm_item{
    width: calc((100% - 30px) / 2);
    padding: 20px;
  }
  
  .recruit_env_item{
    /*width: calc((100% - 20px) / 2);*/
    /*min-height: 370px;*/
    padding: 15px 45px;
  }
    
  /* 成長 */
  .recruit_growth{
    gap: 40px 30px;
  }
  * + .recruit_growth{
    margin-top: 50px;
  }
  .recruit_growth_item{
    width: calc((100% - 30px) / 2);
  }
  .recruit_growth_item_txt{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }

  /* インタビュー */
  .recruit_interview{

  }
  * + .recruit_interview{
    margin-top: 65px;
  }
  .recruit_interview_row{
  }
  .recruit_interview_row + .recruit_interview_row{
    margin-top: 70px;
  }
  .recruit_interview_box1{
    width: 38.48%;
  }
  .recruit_interview_box2{
    width: 55.26%;
    margin-top: 0;
  }
  .recruit_interview_head{
    margin-bottom: 40px;
  }
  .recruit_interview_head_en{
    font-size: 60px;
  }
  .recruit_interview_head_ja{
    font-size: 22px;
    margin-top: -5px;
  }
  .recruit_interview_qa_row + .recruit_interview_qa_row{
    margin-top: 28px;
  }
  .recruit_interview_qa_q{
    font-size: 18px;
    padding: 8px 10px 10px;
    margin-bottom: 10px;
  }
  .recruit_interview_qa_a{
    font-size: 16px;
  }

  .recruit_interview_row:nth-child(odd) .recruit_interview_box1{

  }
  .recruit_interview_row:nth-child(odd) .recruit_interview_box2{

  }
  .recruit_interview_row:nth-child(even) .recruit_interview_box1{
    order: 2;
  }
  .recruit_interview_row:nth-child(even) .recruit_interview_box2{
    order: 1;
  }
  
  
}
@media (min-width:1200px){

  /* 環境 */
  .recruit_env{
    gap: 35px 20px;
  }
  * + .recruit_env{
    margin-top: 50px;
  }
  .recruit_env_item{
    width: calc((100% - 40px) / 3);
    min-height: 370px;
    padding: 23px 20px;
  }
  

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

  /* 魅力 */
  .recruit_charm{
    gap: 30px;
  }
  * + .recruit_charm{
    margin-top: 50px;
  }
  .recruit_charm_item{
    width: calc((100% - 30px) / 2);
    padding: 20px;
  }
  .recruit_charm_item_desc{
    padding: 15px 22px;
  }
  .recruit_charm_item_ttl{
    font-size: 30px;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
  }
  .recruit_charm_item_txt{
    font-size: 16px;
    line-height: 2;
  }
  
  /* 環境 */
  .recruit_env{
    gap: 35px 40px;
  }
  * + .recruit_env{
    margin-top: 50px;
  }
  .recruit_env_item{
    width: calc((100% - 80px) / 3);
    min-height: 370px;
    /*padding: 23px 60px;*/
    padding: 23px 30px;
  }
  .recruit_env_item_num{
    font-size: 50px;
    margin-bottom: 10px;
  }
  .recruit_env_item_ttls{
    margin-bottom: 20px;
  }
  .recruit_env_item_ttls_line{
  }
  .recruit_env_item_ttls_line p{
    font-size: 30px;
  }
  .recruit_env_item_txt{
    font-size: 16px;
  }

  /* 成長 */
  .recruit_growth{
    gap: 40px 30px;
  }
  * + .recruit_growth{
    margin-top: 50px;
  }
  .recruit_growth_item{
    width: calc((100% - 30px) / 2);
  }
  .recruit_growth_item_txt{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  
  .recruit_growth .home_problems_list_item_ttl{
    font-size: 21px;
    padding-left: 68px;
    min-height: 50px;
  }
  .recruit_growth .home_problems_list_item_ttl:before{
    width: 47px;
  }

  /* インタビュー */
  .recruit_interview{

  }
  * + .recruit_interview{
    margin-top: 65px;
  }
  .recruit_interview_row{
  }
  .recruit_interview_row + .recruit_interview_row{
    margin-top: 70px;
  }
  .recruit_interview_box1{
    width: 38.48%;
  }
  .recruit_interview_box2{
    width: 55.26%;
    margin-top: 0;
  }
  .recruit_interview_head{
    margin-bottom: 40px;
  }
  .recruit_interview_head_en{
    font-size: 90px;
  }
  .recruit_interview_head_ja{
    font-size: 32px;
    margin-top: -5px;
  }
  .recruit_interview_qa_row + .recruit_interview_qa_row{
    margin-top: 28px;
  }
  .recruit_interview_qa_q{
    font-size: 24px;
    padding: 8px 10px 10px;
    margin-bottom: 20px;
  }
  .recruit_interview_qa_a{
    font-size: 16px;
  }
  
}
@media (min-width:1720px){

  /* 環境 */
  .recruit_env{
    gap: 35px 40px;
  }
  * + .recruit_env{
    margin-top: 50px;
  }
  .recruit_env_item{
    width: calc((100% - 80px) / 3);
    min-height: 370px;
    /*padding: 23px 60px;*/
    padding: 23px 50px;
  }
  .recruit_env_item_num{
    font-size: 50px;
    margin-bottom: 10px;
  }
  .recruit_env_item_ttls{
    margin-bottom: 20px;
  }
  .recruit_env_item_ttls_line{
  }
  .recruit_env_item_ttls_line p{
    font-size: 36px;
  }
  .recruit_env_item_txt{
    font-size: 16px;
  }

  /* 成長 */
  .recruit_growth .home_problems_list_item_ttl{
    font-size: 21px;
    padding-left: 68px;
    min-height: 50px;
  }
  .recruit_growth .home_problems_list_item_ttl:before{
    width: 47px;
  }
  
  /* インタビュー */
  .recruit_interview_head{
    margin-bottom: 40px;
  }
  .recruit_interview_head_en{
    font-size: 105px;
  }
  .recruit_interview_head_ja{
    font-size: 36px;
    margin-top: -5px;
  }
  .recruit_interview_qa_row + .recruit_interview_qa_row{
    margin-top: 28px;
  }
  .recruit_interview_qa_q{
    font-size: 24px;
    padding: 8px 10px 10px;
    margin-bottom: 20px;
  }
  .recruit_interview_qa_a{
    font-size: 16px;
  }
  
  .recruit_tbl + .read_more{
    margin-top: 85px;
  }
}

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

}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}
.pg_xxx .section.sec7{

}
.pg_xxx .section.sec8{

}

@media (max-width:767px){

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

  

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


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


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


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


}

/* メイン */

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


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


}

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

}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}
.pg_xxx .section.sec7{

}
.pg_xxx .section.sec8{

}

@media (max-width:767px){

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

  

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


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


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


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


}

/* メイン */

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


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


}


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

/* セクション設定 */
.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{
    padding-top: 70px;
  }

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


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

  .pg_company .section.sec2{
    padding-top: 120px;
  }
  
  .pg_company .section.sec2 .recruit_job + .recruit_job {
    margin-top: 195px;
  }

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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
}
.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 .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 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: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .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){


  .company_map iframe{
    height: 480px;
  }
  
}
@media (min-width:1720px){


}



/* カテゴリNav */
.cmn_cat_nav{
  
}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 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: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  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: var(--main-color);
  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: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .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: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .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%;
  }

}




/*******************************
*　
********************************/
.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){


}
