@charset "UTF-8";

:root {
  --main-color: #7dbe3f;
  --sub-color: #fc710b;
}
#root{
  overflow: hidden;
}

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #181818;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* 画面端までの余白 */

}

@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 55vw);
  }
}
@media (min-width:1536px){
  :root {
    --margin-for-device-side: calc(668px - 50vw);
  }
}
@media (min-width:1720px){
  :root {
    --margin-for-device-side: 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;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

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

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

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  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:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@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: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{

}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #FFF;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  width: 150px;
}


/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* 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: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  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(--sub-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{
    padding: 10px;
  }

  .hdr1 {
    justify-content: center;
  }

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

  .hdr_logo260721 img{
    width:280px ;
  }
  

  .hdr_contact_outer{
    display: none;
  }

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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 100px;
  }
  .header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 39px;
  }

  .hdr1{
    padding: 0 15px 0;
  }

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

  .hdr_logo260721 img{
    width:280px ;
  }
  

  /* ヘッダースリム */
  .header.slim{
    background: #fff;
  }

  /* TELボタン */
  .hdr_tel{

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

  .hdr_contact_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    width: 230px;
    background: #7dbe3f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    padding: 34px 0;
    position: relative;
  }
  .hdr_contact_btn:after{
    content:"\f054";
    font-family: "fontAwesome";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 15px;
  }
  .hdr_contact_btn:hover{
    background: #fff;
    color: #7dbe3f;
    border: 1px solid #7dbe3f;
  }

  .hdr_contact_outer{
    display: flex;
    align-items: center;
  }
}
@media (min-width:1024px){
  .header{
    padding-left: 39px;
  }

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

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

  }

  /* TELボタン */
  .hdr_tel{

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

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

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 200px;
  }

  .hdr_logo260721 img{
    width:300px ;
  }
  

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

  }

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

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 220px;
  }

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

  }

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

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 309px;
  }

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

  }

}


/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: calc(100svh - 64px);
}
.mv_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

/* MVテキスト */
.mv_text{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;;
  transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.mv_text1{
  font-size: 50px;
  font-size: clamp(1.5rem, 0.55rem + 4.75vw, 6.25rem);
  font-weight: 900;

}
.mv_text2{
  font-size: 20px;
  font-weight: 900;
  margin-top: 10px;

  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

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

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

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 100px);
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_text1{
    /*font-size: 80px;*/
  }
  .mv_text2{
    font-size: 24px;
  }

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


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 100px);
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_text1{
    /*font-size: 100px;*/
  }
  .mv_text2{
    font-size:34px;
  }

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

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 100px);
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }

}


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

/* サイドバー */
.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{
  margin-bottom: 60px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

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

.pg_header_txt{
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.pg_header_en{
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
/*.pg_header_en:first-letter{
  color: #f28535; 
}*/
.pg_header_ja{
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_txt{

  }
  .pg_header_en{
    font-size: 60px;
  }
  .pg_header_ja{
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 195px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_txt{

  }
  .pg_header_en{
    font-size: 80px;
  }
  .pg_header_ja{
    font-size: 24px;
  }
}
@media (min-width:1200px){
  .pg_header_img.img_fit:before{
    padding-top: 560px;
  }

}



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

.footer{
  margin-top: 50px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

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


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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  background: #fff;
  padding: 8px 0;
  margin-top: 40px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ef7f1a;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #fff;
}
.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: #000;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_wrap{
  position: relative;
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #a0d719;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_box_item{
  width: 100%;
}
.ftr_contact_box_item.no1 .ftr_contact_box_item_inner{
  background-image: url(/system_panel/uploads/images/ftr_bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ftr_contact_box_item.no2 .ftr_contact_box_item_inner{
  background-image: url(/system_panel/uploads/images/ftr_bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ftr_contact_box_item_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 10px;
}
.ftr_contact_box_item_left{

}
.ftr_contact_box_item_left .tt2{
  text-align: left;
  margin-bottom: 0;
}
.ftr_contact_box_item_right{

}
.circle{
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 1;
  background: #000000;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle:hover{
  background: #fff;
  color: #000;
  margin-right: -10px;
}
.circle:before{
  content: "\f054";
  font-family: "fontAwesome";
}

.ftr_1{
  background: #a0d719;
  padding-top:40px;
  padding-bottom: 30px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{
  margin-bottom: 9px;
  display: block;
}
.ftr_add_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
}
.ftr_add_items{

}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_item_txt1{
  padding-right: 20px;
}
.ftr_add_item_txt2:before{
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 0;
}
.ftr_add_item_txt2{
  position: relative;
  padding-left: 20px;
}
.ftr_add_item_txt2 a:hover{
  color: #f28535;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links{
  display: flex;
  flex-wrap: wrap;
}
.ftr_link{

}
.ftr_sns_items{
  margin-top: 11px;
  display: flex;
  align-items: center;
}
.ftr_sns_item{
  display: block;
  transition: all .2s;
  margin-right: 13px;
}
.ftr_sns_item:hover{
  transform: scale(1.05);
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }
  
  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

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

  .ftr_1_box2{
    display: none;
  }
  .ftr_1_box{
    text-align: center;
  }
  .ftr_add_items{
    width: 213px;
    margin: 0 auto;
  }
  .ftr_sns_items{
    justify-content: center;
  }
  .ftr_sns_item{
    margin: 0 10px;
  }

  .ftr_contact_box_item_inner{
    padding-left: 25px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{

  }
  .ftr_contact_box_item{
    width: 50%;
  }
  .ftr_contact_box_item_inner{
    padding: 117px 10px 110px 10px;
  }
  .ftr_contact_box_item_left{

  }
  .ftr_contact_box_item_left .tt2{
    margin-bottom: 0;
  }
  .ftr_contact_box_item_right{

  }
  .circle{
    width: 60px; 
  }

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

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

  }
  .ftr_add_txt{

  }
  .ftr_add_items{

  }
  .ftr_add_item{

  }
  .ftr_add_item_txt1{

  }
  .ftr_add_item_txt2{

  }
  .ftr_1_box2{
    width: 50.09%;
  }
  .ftr_links{

  }
  .ftr_link{
    width: 50%;
    font-weight: 500;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 20px;;
  }
  .ftr_link:hover{
    color: #f28535;
  }

  .ftr_copy{
    margin-top: 58px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{

  }
  .ftr_contact_box_item{

  }
  .ftr_contact_box_item_inner{
    padding: 117px 30px 110px 30px;
  }
  .ftr_contact_box_item_left{

  }
  .ftr_contact_box_item_left .tt2{

  }
  .ftr_contact_box_item_right{

  }
  .circle{
    width: 90px; 
  }

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

  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_add_txt{

  }
  .ftr_add_items{

  }
  .ftr_add_item{

  }
  .ftr_add_item_txt1{

  }
  .ftr_add_item_txt2{

  }
  .ftr_1_box2{
    width: 48.09%;
    width: 50.09%;
    padding-top: 42px;
  }
  .ftr_links{

  }
  .ftr_link{
    width: 150px;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 22px;
  }
  .ftr_link:nth-child(3n - 1){
    width: 170px;
  }
  .ftr_link:nth-child(3n){
    width: 110px;
    width: 130px;
  }
}
@media (min-width:1200px){
  .ftr_contact_box_item_inner{
    padding: 117px 82px 110px 70px;
  }

  .ftr_1_box2{
    width: 40.09%;
    width: 43.09%;
  }
}


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


/* テーブル用 */
.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 #dcdcdc;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.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;
}


/* ページネーション */
.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 #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.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;
}

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  background: #1a1a1a;
  border-radius: 27px;
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "\f054";
  font-family: "fontAwesome";

  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  font-size: 15px;
}
.read_more.file a:after{
  content: "\f08e";
  font-family: 'FontAwesome';
}
.read_more a:hover{
  color: #FFF;
  background:#f28535;
  border: 1px solid var(--sub-color);
}
.read_more a:hover:after{
  margin-right: -5px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 24px;
}
.tt2_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #565656;
}
.tt2_ja{
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.tt2_ja2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.tt2_sub{
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4em;
  z-index: 2;
}


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

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

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

}


/*流れる文字*/
.infiniteslide_wrap{
  overflow: visible!important;
}
.flowing_letters{
  font-size: clamp(2rem, 0.525rem + 7.38vw, 9.375rem);
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #effade;
  margin-bottom: -0.4em;
  /*margin-bottom: 0;*/
}
.flowing_letters p{

}
@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 #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }
  
  .flowing_letters{
    font-size: 50px;
  }

}
@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{
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    padding: 16px 20px;
    margin: 5px 5px;
  }
  .read_more.file a:after{
    content: "\f08e";
    font-family: 'FontAwesome';
    top: 50.5%;
    right: 18px;
  }
  .read_more a:after{
    content: "\f054";
    font-family: "fontAwesome";
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 24px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }

  .tt2_ja2{
    font-size: 24px;
    margin-top: 30px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }

  .tt2_sub{
    font-size: 30px;
  }

  /*流れる文字*/
  .flowing_letters{

  }
  .flowing_letters p{

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

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

  /* 見出し */
  /*.tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }*/
  .tt2_sub{
    font-size: 50px;
  }

  /*流れる文字*/
  .flowing_letters{

  }
  .flowing_letters p{

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


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

  /* コンテナ */
  .container.wide,
  .container.wide_lg{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1250px + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
  /*.container.wide_lg{
     max-width: calc(1370px + 80px);
    padding-left: 40px;
    padding-right: 400px;
  }*/


  .tt2_ja{
    font-size: 65px;
  }
}
@media (min-width:1450px){

  .container.wide,
  .container.wide_lg{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1370px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  /*.container.wide_lg{
       max-width: calc(1370px + 80px);
      padding-left: 40px;
      padding-right: 400px;
    }*/

}

@media (min-width:1700px){
  .container.wide{
    max-width: calc(1520px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .container.wide_lg{
    max-width: calc(1720px + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }

}



/*******************************
*　HOME
********************************/
.pg_home{
  overflow: hidden;
}
.pg_home .section.sec1{
  padding-top:60px;
  
}
.pg_home .section.sec2{

}
.pg_home .section.sec3{
  position: relative;
}
.pg_home .section.sec4{

}
.pg_home .section.sec5{
  position: relative;
  padding: 0;
}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

@media (max-width:767px){

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

  .pg_home .section.sec1{
    padding-top: 100px;
  }
  .pg_home .section.sec2{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec5{

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

  }
  .pg_home .section.sec8{

  }

}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding-top: 120px;
  }
  .pg_home .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{
    padding-top: 90px;
    padding-bottom: 140px;
  }
  .pg_home .section.sec5{

  }
  .pg_home .section.sec6{
    padding-top: 144px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

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


}


/*見出し*/
.home_contents1_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_contents1_box1{
  width: 100%;
}
.home_contents1_box1_title{
  font-size: 21px;
  font-weight: 900;
  line-height: 1.66em;
}
.home_contents1_box1_title strong{
  color: #81d432;
  font-weight: 900;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
}
.home_contents1_box1 .content_desc{
  margin-top: 20px;
}
.home_contents1_box2{
  width: 100%;
  margin-top: 20px;;
}

.home_contents1_box2_img:before{
  padding-top: 60%;
}
.home_contents1_box2_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,rgba(0, 0, 0, 0) 75%, rgba(255, 252, 252, 0.7) 84%, rgba(255, 255, 255, 0.93) 91%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom:auto;
  z-index: 1;
  pointer-events: none;
}

/*仕事を知る*/
.home_contents2_wrap{
  display: flex;
  flex-wrap: wrap;
}
.home_contents2_item{
  width: 100%;
}
.home_contents2_item:nth-child(n+2){
  margin-top: 50px;;
}
.home_contents2_item_inner{

}
.home_contents2_item_head{
  display: flex;
  align-items: center;
}
.home_contents2_item_head_en{
  font-size: 40px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
.home_contents2_item.no1{

}
.home_contents2_item_head_ja{
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 14px;
  margin-left: 12px;
}
.home_contents2_item_content{
  position: relative;
  margin-top: 13px;
}
.home_contents2_item_tt{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 2;
}
.home_contents2_item_img{

}
.home_contents2_item_img:before{
  padding-top: 720px;
  padding-top: 85.71%;;
}
.home_contents2_item_content .read_more{

}

/*数字*/
.home_contents3_img{

}
.home_contents3_img:before{
  padding-top: 420px;
}
.home_contents3_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(250,241,5,0.8);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.home_contents3_wrap{
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
.home_contents3_human_outer{
  position: absolute;
  right: 0.87%;
  bottom: 0;
  width: 33.7%;
  z-index: 3;
}
.home_contents3_human_img:before{
  padding-top: 94.31%;
}


/*社員インタビュー*/
.home_contents4_wrap .tt2_sub{
  margin-bottom: 40px;
}
.home_contents4_items{
  display: flex;
  flex-wrap: wrap;
}
.home_contents4_item{
  width: 100%;
}
.home_contents4_item:nth-child(n+2){
  margin-top: 50px;
}
.home_contents4_item_inner{
  position: relative;
  background-image: url(/system_panel/uploads/images/01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home_contents4_item_inner:before{
  content: "";
  display: block;
  padding-top: 109.3%;
}
/*2番目背景*/
.home_contents4_item:nth-child(4n-2) .home_contents4_item_inner{
  background-image: url(/system_panel/uploads/images/02_bg.jpg);
}
/*3番目背景*/
.home_contents4_item:nth-child(4n-1) .home_contents4_item_inner{
  background-image: url(/system_panel/uploads/images/03_bg.jpg);
}
/*4番目背景*/
.home_contents4_item:nth-child(4n) .home_contents4_item_inner{
  background-image: url(/system_panel/uploads/images/04_bg.jpg);
}
.home_contents4_item_img{
  text-align: center;
  width:90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: 2;
}
.fukidasi{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/system_panel/uploads/images/20250925153951777854.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  aspect-ratio:220 / 155;
  position: absolute;
  top: 61%;
  right: 13px;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.36em;
  padding-top: 25px;
}
.home_contents4_item_cmt{
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 6.3%;
  z-index: 2;
}
.home_contents4_item_cmt p{
  display: inline-block;
  background: #000000;
  padding: 4px 10px;
}
.home_contents4_item_cmt p:nth-child(n+2){
  margin-top: 10px;
}

/*下層インタビュー*/
.interview_list{
  display: flex;
  flex-wrap: wrap;
}
.interview_list .home_contents4_item{

}

/*福利厚生*/
.home_contents5_img{

}
.home_contents5_img:before{
  padding-top: 350px;
}
.home_contents5_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.26);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.home_contents5_content{
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

/*news*/
.news_list{

}
.home_contents6_box{
  margin-top: 40px;
}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 26px;
}
.news_list .webgene-item a{

}
.news_list .webgene-item .img{
  overflow: hidden;
}
.news_list .webgene-item .img:before{
  padding-top: 72.222%;
}
.news_list .webgene-item .meta{

}
.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .category{
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  background: var(--main-color);
  text-align: center;
  width: 120px;
  padding: 6px 5px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .title p{}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*社員インタビュー*/
  .fukidasi{
    width: 160px;
    top: 53%;
  }

  .news_list .webgene-item .box2{
    margin-top: 10px;
  }
  .news_list .webgene-item .category{
    margin: 10px 0;
  }
}
@media (min-width:768px){
  /*見出し*/
  .home_contents1_wrap{

  }
  .home_contents1_box1{

  }
  .home_contents1_box1_title{
    font-size: 24px;
  }
  .content_desc{
    font-size: 18px;
  }
  .home_contents1_box1 .content_desc{

  }
  .home_contents1_box2{
    margin-top: 30px;;
  }
  .home_contents1_box2_img:before{

  }
  .home_contents1_box2_img:after{

  }

  /*仕事を知る*/
  .home_contents2_wrap{
    margin-inline:-20px;
  }
  .home_contents2_item{
    width: 50%;
    padding-inline:20px;
  }
  .home_contents2_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_contents2_item_inner{

  }
  .home_contents2_item_head{

  }
  .home_contents2_item_head_en{
    font-size: 50px;
  }
  .home_contents2_item_head_ja{
    font-size:18px;
  }
  .home_contents2_item_content{

  }
  .home_contents2_item_tt{
    font-size: 21px;
  }
  .home_contents2_item_img{

  }
  .home_contents2_item_content .read_more{
    margin-top: 26px;
  }

  /*数字*/
  .home_contents3_img{

  }
  .home_contents3_img:before{
    padding-top: 640px;
  }
  .home_contents3_img:after{

  }
  .home_contents3_wrap{

  }

  /*社員インタビュー*/
  .home_contents4_wrap .tt2_sub{
    margin-bottom: 77px;
  }
  .home_contents4_items.interview_list{
    margin-inline:0;
  }
  .interview_list{
    margin-inline:-15px;
  }
  .interview_list .home_contents4_item{
    padding-inline:15px;
  }
  .home_contents4_items.interview_list .home_contents4_item{
    padding-inline:0;
  }
  .home_contents4_item{
    width: 50%;
    position: relative;
  }
  .home_contents4_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_contents4_item:nth-child(n+3){
    margin-top: 100px;
  }
  .home_contents4_item_inner{

  }
  .home_contents4_item_inner:before{
    content: "";
    display: block;
    padding-top: 109.3%;
  }
  .home_contents4_item_img{
    width: 100%;
  }
  .fukidasi{
    font-size: 18px;
    top: 52%;
  }
  .home_contents4_item_cmt{

  }
  .home_contents4_item_cmt p{

  }

  /*下層インタビュー*/
  .interview_list{
    margin-inline:-13.5px;
  }
  .interview_list .home_contents4_item{
    padding-inline:13.5px;
  }

  /*福利厚生*/
  .home_contents5_img{

  }
  .home_contents5_img:before{
    padding-top: 640px;
  }
  .home_contents5_img:after{

  }
  .home_contents5_content{

  }
  .home_contents5_content .read_more{
    margin-top: 80px;
  }

  /*news*/
  .news_list{

  }
  .home_contents6_box{
    margin-top: 50px;
  }
  .news_list .webgene-blog{
    margin-inline:-15px;
  }
  .news_list .webgene-item{
    padding-inline:15px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 50px;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .box2{
    margin-top: 16px;
  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .meta{
    display: flex;
    align-items: center;
  }
  .news_list .webgene-item .date{
    margin-right: 25px;
  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{
    margin-top: 16px;
  }

  .home_contents6_wrap .read_more{
    margin-top: 70px;
  }
}
@media (min-width:1024px){
  /*見出し*/
  .home_contents1_wrap{

  }
  .home_contents1_box1{
    width: 43.03%;
    padding-top: 86px;
  }
  .home_contents1_box1_title{
    font-size: 26px;
  }
  .content_desc{
    font-size: 20px;
    line-height: 3em;
  }
  .home_contents1_box1 .content_desc{

  }
  .home_contents1_box2{
    width: 56%;
    margin-top: 0;
  }
  .home_contents1_box2_img{
    margin-right:var(--margin-for-device-side); 
  }
  .home_contents1_box2_img:before{
    padding-top: 600px;

  }

  /*仕事を知る*/
  .home_contents2_wrap{

  }
  .home_contents2_item{

  }
  .home_contents2_item_inner{

  }
  .home_contents2_item_head{

  }
  .home_contents2_item_head_en{
    font-size: 60px;
  }
  .home_contents2_item_head_ja{
    font-size: 20px;
  }
  .home_contents2_item_content{

  }
  .home_contents2_item_tt{
    font-size: 30px;
  }
  .home_contents2_item_img{

  }
  .home_contents2_item_content .read_more{

  }

  /*数字*/
  .home_contents3_img{

  }
  .home_contents3_img:before{

  }
  .home_contents3_img:after{

  }
  .home_contents3_wrap{
    top: 50%;
  }
  .home_contents3_wrap .read_more{
    margin-top: 90px;
  }

  /*社員インタビュー*/
  .fukidasi{
    top: 61%;
  }
  .home_contents4_item_inner{

  }
  .home_contents4_item_img{

  }
  .home_contents4_wrap .read_more{
    margin-top: 73px;
  }

  /*福利厚生*/
  .home_contents5_img{

  }
  .home_contents5_img:before{

  }
  .home_contents5_img:after{

  }
  .home_contents5_content{

  }

  /*news*/
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    width: 33.333%;
  }
  .home_contents6_box{
    margin-top: 70px;
  }
  .home_contents6_box.news_list .webgene-item{
    width: 25%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 50px;;
  }
  .home_contents6_box.news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .home_contents6_box.news_list .webgene-item:nth-child(n+5){
    margin-top: 0;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .img:before{

  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{

  }

  .content_desc.center{
    text-align: center;
  }
}
@media (min-width:1200px){
  .home_contents1_box1_title{
    font-size: 29px;
  }

  .home_contents2_item_tt{
    font-size: 40px;
  }

  /*社員インタビュー*/
  .home_contents4_items{

  }
  .home_contents4_item{
    width: 25%;
  }
  .home_contents4_item:nth-child(n+3){
    margin-top: 0;;
  }
  .home_contents4_item:nth-child(n+5){
    margin-top: 50px;;
  }
  .fukidasi{
    width: 160px;
    font-size: 16px;
    top: 50%;
  }
  .home_contents4_item_cmt{
    font-size: 14px;
  }
  .home_contents4_item_cmt p{
    letter-spacing: 0;
    padding: 4px 5px;
  }

  /*   .home_contents4_item_inner:before{
      content: "";
      display: block;
      padding-top: 600px;
    }*/
}
@media (min-width:1366px){
  .home_contents1_box1_title{
    font-size: 30px;
  }

  /*社員インタビュー*/
  .fukidasi{
    width: 185px;
    font-size: 18px;
    top: 52%;
  }
  .home_contents4_item_cmt{
    font-size: 16px;
  }
  .home_contents4_item_cmt p{
    letter-spacing: 0.075em;
    padding: 4px 10px;
  }
}
@media (min-width:1450px){
  .home_contents1_box1_title{
    font-size: 36px;
  }

  /*社員インタビュー*/
  .home_contents2_item_tt{
    font-size: 50px;
  }
}

@media (min-width:1700px){
  /*社員インタビュー*/
  .home_contents4_item_inner:before{
    content: "";
    display: block;
    padding-top: 109.3%;
  }

  .fukidasi{
    font-size: 22px;
    width: 220px;
    top: 61%;
  }
  .home_contents4_item_cmt{
    font-size: 18px;
  }
}




/*******************************
*　働く魅力
********************************/

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

}
.pg_charm .section.sec1{

}
.pg_charm .section.sec2{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_charm{

  }
  .pg_charm .section.sec1{

  }
  .pg_charm .section.sec2{
    padding-top: 70px;
  }
  .pg_charm .section.sec3{
    padding-top: 70px;
  }
  .pg_charm .section.sec4{
    padding-top:70px;
  }
  .pg_charm .section.sec5{
    padding-top: 70px;
  }


}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_charm{

  }
  .pg_charm .section.sec1{

  }
  .pg_charm .section.sec2{
    padding-top: 95px;
  }
  .pg_charm .section.sec3{
    padding-top: 95px;
  }
  .pg_charm .section.sec4{
    padding-top: 90px;
  }
  .pg_charm .section.sec5{
    padding-top: 90px;
  }


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


}

/* メイン部分 */
/*見出し*/
.home_contents1_wrap.charm{

}
.home_contents1_wrap.charm .home_contents1_box1{

}
.home_contents1_box1_title.multi_color strong{
  color: #81d432;
  font-weight: 900;
}
.home_contents1_box1_title.multi_color em{
  color: #f28535;
  font-style: normal;
}
.home_contents1_wrap.charm .home_contents1_box2{

}
.home_contents1_wrap.charm .home_contents1_box2_img:after{
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 75%, rgba(255, 252, 252, 0.7) 87%, rgba(255, 255, 255, 0.93) 100%, rgba(255, 255, 255, 1) 100%);
}

/*ビデオ*/
.charm_contents1_wrap{

}
.charm_contents1_video{
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
}
.charm_contents1_video iframe{
  border: none;
}
.charm_contents1_video:before{
  padding-top: 56.25%;;
}


/*魅力*/
.charm_contents2_wrap > .charm_contents2_items_outer.next {
  margin-top:50px;
}
.charm_contents2_items{
  margin-top: 50px;
}
.charm_contents2_items_tt{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #f28535;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.charm_contents2_items_tt:before{
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: var(--sub-color);
  margin-right: 20px;
}
.charm_contents2_items_tt:after{
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: var(--sub-color);
  margin-left: 20px;
}
.charm_contents2_item{

}
.charm_contents2_item.type1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.charm_contents2_item.type1:nth-child(n+2){
  margin-top: 50px;
}
.charm_contents2_item.type1 .charm_contents2_box1{
  width: 100%;
}
.charm_contents2_item .home_contents1_box1_title{
  margin-top: 17px;
}
.charm_contents2_item.type1 .charm_contents2_box1_img:before{
  padding-top: 72.72%;
}
.charm_contents2_box2{
  margin-top:20px;
}
.charm_contents2_item.type1 .charm_contents2_box2{
  width: 100%;

} 
.charm_contents2_box2_sub{
  width: 160px;
  text-align: center;
  background: #f28535;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  padding: 10px 0 6px;
}
.charm_contents2_box2_sub strong{
  font-size: 24px;
  font-weight: 900;
}
.home_contents1_box1_title.multi_color{

}
.charm_contents2_box2 .content_desc{
  line-height: 2em;
  font-weight: 400;
}
.charm_contents2_box2 .read_more{

}

.charm_contents2_items.type2{
  display: flex;
  flex-wrap: wrap;
}
.charm_contents2_items.type2 .charm_contents2_item{
  width: 100%;
}
.charm_contents2_items.type2 .charm_contents2_item_inner{

}
.charm_contents2_items.type2 .charm_contents2_box1_img:before{
  padding-top: 72.72%;
}
.charm_contents2_item.type2:nth-child(n+2) {
  margin-top:50px;;
}
.charm_contents2_wrap .tt2_sub strong{
  font-size: 37px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: var(--sub-color);
}

.main_msg{
  font-size: 18px;
  font-weight: 600;
  line-height: 2.03em;
  text-align: justify;
  margin-top: 40px;
}

/*about*/
.charm_contents3_wrap{

}
.charm_contents3_wrap{

}
.charm_contents3_wrap .tt2_sub{
  margin-bottom: 40px;
}
.charm_contents3_wrap .home_contents1_box1{
  order: 2;
  margin-top: 20px;
}
.charm_contents3_wrap .home_contents1_box1 .content_desc{
  font-size: 16px;
  line-height: 2.5em;
}
.charm_contents3_wrap .home_contents1_box2{
  order: 1;
  margin-top: 0;
}
.charm_contents3_wrap .home_contents1_box2_img:after{
  display: none;
} 
.charm_contents3_wrap .home_contents1_box2_img:before{
  padding-top: 61.37%; 
}

/*sDGs*/
.charm_contents4_wrap{

}
.charm_contents4_wrap .home_contents2_item_head_en{
  display: flex;
  align-items: center;
  justify-content: center;
}
.charm_contents4_wrap .home_contents2_item_head_en p{
  margin-bottom: -20px;
  margin-left: 10px;
}

.charm_contents4_wrap .content_desc.center{
  font-size: 16px;
  line-height: 2.5em;
  margin-top:28px;
}
.sdgs_img{
  text-align: center;
  margin-top: 40px;
}
.charm_contents4_wrap .charm_contents2_items{
  margin-top: 50px;
}
.charm_contents4_wrap .charm_contents2_item{

}
.charm_contents4_wrap .charm_contents2_box1{
  position: relative;
}
.charm_contents4_wrap .charm_contents2_box2{

}
.adgs_thums{
  width: 36.36%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 2;
}
.adgs_thum_item{
  width: 50%;
}
@media (max-width:767px){
  .pg_charm .section.sec5 .charm_contents2_box2{
    margin-top: 0;
  }
  .pg_charm .section.sec5 .charm_contents2_item .home_contents1_box1_title{
    margin-top: 20px;
  }
  .pg_charm .section.sec5 .charm_contents2_box2 .content_desc{
    margin-top: 20px;
  }
  
  .charm_contents2_box2 .content_desc{
    margin-top: 10px;
  }
  
  .main_msg{
    font-size: 17px;
  }
}
@media (min-width:768px){
  /*見出し*/
  .home_contents1_wrap.charm{

  }
  .home_contents1_wrap.charm .home_contents1_box1{

  }
  .home_contents1_wrap.charm .home_contents1_box2{

  }

  /*ビデオ*/
  .charm_contents1_wrap{

  }
  .charm_contents1_video{
    margin-top: 50px;
  }
  .charm_contents1_video:before{

  }

  /*魅力*/
  .charm_contents2_wrap > .charm_contents2_items_outer.next {
    margin-top: 70px;
  }
  .charm_contents2_wrap .tt2_sub{
    margin-bottom: 50px;
  }
  .charm_contents2_wrap .tt2_sub strong{
    font-size: 50px;
  }
  .charm_contents2_items{
    margin-top: 60px;
  }
  .charm_contents2_items_tt{
    font-size:24px;
    margin-bottom: 40px;
  }
  .charm_contents2_item{

  }
  .charm_contents2_item.type1:nth-child(n+2){
    margin-top: 100px;
  }
  .charm_contents2_item.type1{

  }
  .charm_contents2_item.type1 .charm_contents2_box1{

  }
  .charm_contents2_item.type1 .charm_contents2_box1_img:before{

  }
  .charm_contents2_item .charm_contents2_box2{
    margin-top: 30px;
  }
  .charm_contents2_box2_sub{

  }
  .home_contents1_box1_title.multi_color{

  }
  .charm_contents2_box2 .content_desc{
    font-size: 16px;
    line-height: 2.5;
    margin-top: 26px;
  }
  .charm_contents2_box2 .read_more{
    margin-top: 47px;
  }

  .charm_contents2_items.type2{

  }
  .charm_contents2_items.type2 .charm_contents2_item{

  }
  .charm_contents2_items.type2 .charm_contents2_item_inner{

  }
  .charm_contents2_items.type2 .charm_contents2_box1_img:before{

  }
  .charm_contents2_item.type2:nth-child(n+2) {
    margin-top:100px;;
  }

  .main_msg{
    font-size: 22px;
    margin-top:50px;
  }

  /*about*/
  .charm_contents3_wrap{

  }
  .charm_contents3_wrap .tt2_sub{
    margin-bottom: 50px;
  }
  .charm_contents3_wrap{

  }
  .charm_contents3_wrap .home_contents1_box1{
    margin-top: 30px;
  }
  .charm_contents3_wrap .home_contents1_box1 .content_desc{
    font-size: 16px;
  }
  .charm_contents3_wrap .home_contents1_box2{
    margin-top: 0;
  }

  /*sDGs*/
  .charm_contents4_wrap{

  }
  .charm_contents4_wrap .content_desc.center{
    font-size: 16px;
    margin-top: 38px;
  }
  .sdgs_img{
    margin-top: 65px;
  }
  .charm_contents4_wrap .charm_contents2_items{
    margin-top:70px;
  }
  .charm_contents4_wrap .charm_contents2_item{

  }
  .charm_contents4_wrap .charm_contents2_box1{

  }
  .charm_contents4_wrap .charm_contents2_box2{

  }
  .adgs_thums{

  }
  .adgs_thum_item{

  }
}
@media (min-width:1024px){
  /*見出し*/
  .home_contents1_wrap.charm{

  }
  .home_contents1_wrap.charm .home_contents1_box1{
    order: 2;
    padding-top: 50px;
  }
  .home_contents1_wrap.charm .home_contents1_box2{
    order: 1;
  }
  .home_contents1_wrap.charm .home_contents1_box2 .home_contents1_box2_img{
    margin-left: var(--margin-for-device-side);
    margin-right:0;
  }

  /*ビデオ*/
  .charm_contents1_wrap{

  }
  .charm_contents1_video{
    margin-top: 70px;
  }
  .charm_contents1_video:before{

  }

  /*魅力*/
  .charm_contents2_wrap > .charm_contents2_items_outer.next {
    margin-top: 100px;
  }
  .charm_contents2_wrap .tt2_sub{

    margin-bottom: 50px;
  }
  .charm_contents2_wrap .tt2_sub p{
    display: flex;align-items: flex-start;;
    justify-content: center;
  }
  .charm_contents2_wrap .tt2_sub strong{
    font-size: 80px;
  }
  .charm_contents2_items{
    margin-top: 0;
  }
  .charm_contents2_items_tt{
    font-size: 30px;
    margin-bottom: 50px;
  }
  .charm_contents2_item{

  }
  .charm_contents2_item.type1{

  }
  .charm_contents2_item.type1:nth-child(n+2){
    margin-top: 145px;
  }
  .charm_contents2_item.type1:nth-child(odd) .charm_contents2_box1{
    order: 1; 

  }
  .charm_contents2_item.type1:nth-child(odd) .charm_contents2_box2{
    order: 2; 
  }
  .charm_contents2_item.type1:nth-child(even) .charm_contents2_box1{
    order: 2; 
  }
  .charm_contents2_item.type1:nth-child(even) .charm_contents2_box2{

    order: 1; 
  }
  .charm_contents2_item.type1 .charm_contents2_box1{
    width: 47.03%;
  }
  .charm_contents2_item.type1 .charm_contents2_box1_img:before{

  }
  .charm_contents2_box2{
    margin-top: 0;
  }
  .charm_contents2_item.type1 .charm_contents2_box2{
    width: 49.34%;
    margin-top: 0;
  }
  .charm_contents2_box2_sub{

  }
  .home_contents1_box1_title.multi_color{

  }
  .charm_contents2_box2 .content_desc{
    font-size: 16px;
    margin-top: 26px;
  }
  .charm_contents2_box2 .read_more{

  }

  .charm_contents2_items.type2{
    margin-inline:-15px; 
  }
  .charm_contents2_items.type2 .charm_contents2_item{
    width: 50%;
    padding-inline:15px;
  }
  .charm_contents2_items.type2 .charm_contents2_item_inner{

  }
  .charm_contents2_items.type2 .charm_contents2_box1_img:before{

  }
  .charm_contents2_items.type2 .charm_contents2_box2{
    margin-top: 30px;
  }
  .charm_contents2_items.type2 .home_contents1_box1_title.multi_color{
    margin-top: 16px;
  }
  .charm_contents2_item.type2:nth-child(n+2) {
    margin-top:0;
  }

  .main_msg{
    font-size: 27px;
    text-align: center;
    margin-bottom: 65px;
    margin-top: 74px;
  }
  .read_more.lg a{
    max-width: 350px; 
  }

  /*about*/
  .charm_contents3_wrap{

  }
  .charm_contents3_wrap{

  }
  .charm_contents3_wrap .tt2_sub{
    margin-bottom: 71px;
  }
  .charm_contents3_wrap .home_contents1_box1{
    padding-top: 61px;
    order: 1;
    margin-top: 0;
  }
  .charm_contents3_wrap .home_contents1_box1 .content_desc{
    font-size: 16px;
  }
  .charm_contents3_wrap .home_contents1_box2{
    width: 49.01%;
    order: 2;
  }

  /*sDGs*/
  .charm_contents4_wrap{

  }
  .charm_contents4_wrap .content_desc.center{
    font-size: 16px;
    margin-top: 38px;
  }
  .sdgs_img{

  }
  .charm_contents4_wrap .charm_contents2_items{
    margin-top: 100px;
  }
  .charm_contents4_wrap .charm_contents2_item{

  }
  .charm_contents4_wrap .charm_contents2_item.type1:nth-child(n+2){
    margin-top: 75px;
  }
  .charm_contents4_wrap .charm_contents2_box2{
    padding-top: 20px;
  }
  .charm_contents4_wrap .charm_contents2_item:nth-child(odd) .charm_contents2_box1{
    order: 2;
  }
  .charm_contents4_wrap .charm_contents2_item:nth-child(odd)  .charm_contents2_box2{
    order: 1;
  }
  .charm_contents4_wrap .charm_contents2_item:nth-child(even) .charm_contents2_box1{
    order: 1;
  }
  .charm_contents4_wrap .charm_contents2_item:nth-child(even)  .charm_contents2_box2{
    order: 2;
  }
  .adgs_thums{

  }
  .adgs_thum_item{

  }
}
@media (min-width:1200px){
  .home_contents1_box1_title.multi_color p{
    letter-spacing: 0;
  }

}
@media (min-width:1366px){
  .charm_contents2_items.type2{
    margin-inline:-45px; 
  }
  .charm_contents2_wrap .tt2_sub strong{
    font-size: 80px;
  }
  .charm_contents2_items.type2 .charm_contents2_item{
    padding-inline:45px;
  }
}
@media (min-width:1450px){


}

@media (min-width:1700px){
  .home_contents1_box1_title.multi_color p{
    letter-spacing: 0.075em;
  }

  .charm_contents4_wrap .charm_contents2_box2{
    padding-top: 50px;
  }
}



/*******************************
*　数字
********************************/

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

}
.pg_number .section.sec1{

}
.pg_number .section.sec2{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_number{

  }
  .pg_number .section.sec1{

  }
  .pg_number .section.sec2{
    padding-top:80px;
    padding-bottom: 30px;
  }
  .pg_number .section.sec4{
    padding-top: 80px;
  }

}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_number{

  }
  .pg_number .section.sec1{

  }
  .pg_number .section.sec2{
    padding-top: 100px;
  }
  .pg_number .section.sec4{
    padding-top: 100px;
  }
}
@media (min-width:1200px){


}

/* メイン部分 */
.number_contents1_wrap{

}
.number_block_items{
  display: flex;
  flex-wrap: wrap;
}
.number_block_item{
  width: 100%;
}
.number_block_item:nth-child(n+2){
  margin-top: 40px;
}
.number_block_item_outer{

}
.number_block_item_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  padding: 14px;
}
.number_block_item.ye .number_block_item_tt{
  background: #faf105;
}
.number_block_item.gr .number_block_item_tt{
  background: #81d432;
  color: #fff;
}
.number_block_item_inner{
  background: #f3f3f3;
  padding-bottom: 28px;
  padding-top: 40px;
  padding-inline:16px;
}
.number_block_item_img{
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_block_item .content_desc{
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}

/*西遠建設社員に聞きました！*/
.number_contents2_wrap{

}
.number_contents2_ttl{
  text-align: center;
  background: #f28535;
  color: #fff;
  padding: 10px;
}
.number_contents2_text{
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}
.number_contents2_text:before{
  content: "\\";
  margin-right: 55px;
}
.number_contents2_text:after{
  content: "/"; 
  margin-left: 20px;
}
.number_contents2_img:before{
  padding-top: 250px;;
}

/*「西遠建設あるある」と言えば？*/
.number_contents3_items{

}
.number_contents3_item{

}
.number_contents3_item:nth-child(n+2){
  margin-top: 60px;
}
.number_contents3_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf105;
  padding: 16px;
}
.number_contents3_ttl_logo{

}
.number_contents3_item_txt{
  font-size: 20px;
  font-weight: 700;
}
.number_contents3_item_inner{
  display: flex;
  flex-wrap: wrap;
  background: #f3f3f3;
  padding: 30px 16px;
}
.number_contents3_item_child{
  width: 100%;
}
.number_contents3_item_child:nth-child(n+2){
  margin-top: 30px;;
}
.number_contents3_item_child_inner{
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 16px 30px 16px;
}
.number_contents3_item_child_icon{
  min-width: 30px;
}
.number_contents3_item_child_right{
  padding-left: 25px;
}
.number_contents3_item_child_right_tt{
  font-size: 18px;
  font-weight: 700;
  color: var(--sub-color);
}
.number_contents3_item_child .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2em;
}
.number_contents3_item:last-child .number_contents3_item_txt{
  margin-left: 16px;
}

.number_contents3_btm{
  margin-top: 40px;
}
.number_contents3_btm .number_contents2_ttl{
  background: none;
  color: var(--sub-color);
}
.number_contents3_btm .main_msg{
  margin-top: 15px;
}
.number_contents3_btm .read_more{

}

.number_block_item_list{

}
.number_block_item_list p{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding-left: 35px;
}
.number_block_item_list p:before{
  content: "● ";
  position: absolute;
  top:0;
  left: 0;
  color: #81d432;
}
@media (max-width:767px){
  .number_contents2_text:before{
    margin-right: 15px;
  }
  .number_contents2_text:after{
    margin-left: 20px;
  }

  .number_contents4_wrap .number_block_item_img{
    width: 180px;
    margin-inline:auto;
  }
  .number_block_item_list p{
    width: 100%;
    display: block;
    padding-left: 27px;
  }
  .number_block_item_list p:nth-child(n+2){
    margin-top: 16px;
  }

  .number_contents3_ttl_logo{
    width: 36px;
    min-width: 36px;
    margin-right: 12px;
  }
  .number_contents3_item_txt{
    font-size: 17px;
    letter-spacing: 0;
  }
  .number_contents3_item_child_right{
    padding-left: 10px;
  }
  .number_contents3_item_child_right_tt{
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (min-width:768px){
  /* メイン部分 */
  .number_contents1_wrap{

  }
  .number_block_items{
    margin-inline:-15px;
  }
  .number_block_item{
    width: 50%;
    padding-inline:15px;
  }
  .number_block_item:nth-child(n+2){
    margin-top: 0;
  }
  .number_block_item:nth-child(n+3){
    margin-top: 68px;
  }
  .number_block_item_outer{

  }
  .number_block_item_tt{
    font-size: 20px;
  }
  .number_block_item_inner{
    padding-bottom: 35px;
    padding-inline:16px;
  }
  .number_block_item_img{
    min-height: 200px;
  }
  .number_block_item .content_desc{
    font-size: 18px;
    margin-top: 58px;
  }

  /*西遠建設社員に聞きました！*/
  .number_contents2_wrap{

  }
  .number_contents2_ttl{
    padding: 22px;
  }
  .number_contents2_text{
    font-size: 28px;
  }
  .number_contents2_text:before{
    margin-right: 56px;
  }
  .number_contents2_text:after{
    margin-left: 55px;
  }
  .number_contents2_img:before{
    padding-top: 500px;
  }

  /*「西遠建設あるある」と言えば？*/
  .number_contents3_items{

  }
  .number_contents3_item{

  }
  .number_contents3_item_child:nth-child(n+2){
    margin-top: 30px;;
  }
  .number_contents3_ttl{

  }
  .number_contents3_ttl_logo{

  }
  .number_contents3_item_txt{
    font-size: 30px;
  }
  .number_contents3_item_inner{
    padding: 30px;
  }
  .number_contents3_item_child{

  }
  .number_contents3_item_child_inner{
    height: 100%;
    padding: 48px 16px 48px 46px;
  }
  .number_contents3_item_child_icon{
    min-width: 49px;
  }
  .number_contents3_item_child_right{

  }
  .number_contents3_item_child_right_tt{
    font-size: 20px;
  }
  .number_contents3_item_child .content_desc{
    font-size: 18px;
  }

  .number_contents3_btm{
    margin-top: 60px;
  }
  .number_contents2_ttl{

  }
  .number_contents3_btm .main_msg{
    margin-top: 15px;
  }
  .number_contents3_btm .read_more{

  }

  .number_block_item_list{

  }
  .number_block_item_list p{
    font-size: 20px;
  }
  .number_contents4_wrap .number_block_item_img{
    width: 180px;
    min-height:280px;
    align-items: flex-end;
    margin-inline:auto;
  }
}
@media (min-width:1024px){
  /* メイン部分 */
  .number_contents1_wrap{

  }
  .number_block_items{

  }
  .number_block_item{

  }
  .number_block_item_outer{

  }
  .number_block_item_tt{
    font-size: 26px;
  }
  .number_block_item_inner{
    padding-top: 70px;

  }
  .number_block_item_img{
    min-height: 250px;
  }
  .number_block_item .content_desc{
    font-size: 16px;
    text-align: center;
  }

  /*西遠建設社員に聞きました！*/
  .number_contents2_wrap{

  }
  .number_contents2_ttl{

  }
  .number_contents2_text{
    font-size: 40px;
  }
  .number_contents2_img:before{

  }


  /*「西遠建設あるある」と言えば？*/
  .number_contents3_items{

  }
  .number_contents3_item{

  }
  .number_contents3_ttl{

  }
  .number_contents3_ttl_logo{

  }
  .number_contents3_item_txt{
    font-size: 40px;
  }
  .number_contents3_item_inner{
    justify-content: space-between;
    padding: 53px 30px 60px;
  }
  .number_contents3_item_child{
    width: 47.79%;
  }
  .number_contents3_item_child:nth-child(n+2){
    margin-top: 0;
  }
  .number_contents3_item_child:nth-child(n+3){
    margin-top: 34px;
  }
  .number_contents3_item_child_inner{
    padding: 42px 16px 33px 46px;
  }
  .number_contents3_item_child_icon{

  }
  .number_contents3_item_child_right{

  }
  .number_contents3_item_child_right_tt{
    font-size: 24px;
  }
  .number_contents3_item_child .content_desc{

  }

  .number_contents3_btm{

  }
  .number_contents2_ttl{

  }
  .number_contents3_btm .main_msg{

  }
  .number_contents3_btm .read_more{
    margin-top: 50px;
  }

  .number_contents4_wrap .number_block_item_img{
    min-height: 392px;
    width: auto;
    margin-inline:0;
  }

  .number_block_item_list{
    padding:0 20px;
  }
  .number_block_item_list p{
    min-width: 250px;
    font-size:30px;
    margin-right: 0;
    margin-bottom: 29px;
  }

  .number_contents4_wrap .main_msg{
    margin-top: 80px;
  }
}
@media (min-width:1200px){
  .number_block_item_tt{
    font-size: 32px;
  }
  .number_block_item_img{
    text-align: center;
    min-height: 373px;
  }

  /*西遠建設社員に聞きました！*/
  .number_contents2_text{
    font-size: 50px;
  }

  .number_block_item .content_desc{
    font-size: 18px;
  }

}
@media (min-width:1366px){
  /*西遠建設社員に聞きました！*/
  .number_contents3_item_inner{
    justify-content: space-between;
    padding: 53px 80px 60px;
  }
}
@media (min-width:1450px){
  .number_block_items{
    margin-inline:-40px;
  }
  .number_block_item{
    padding-inline:40px;
  }


  .number_block_item_list{
    padding:0 38px;
  }
  .number_block_item_list p:nth-child(odd){
    min-width: 375px;
  }

}

@media (min-width:1700px){
  .number_block_item_inner{
    padding: 70px 0 35px;
  }

  .number_block_item .content_desc{
    font-size: 20px;
  }
}






/*******************************
*　福利厚生
********************************/

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

}
.pg_benefits .section.sec1{

}
.pg_benefits .section.sec2{

}


@media (max-width:374px){

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

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

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

  }
  .pg_benefits .section.sec1{

  }
  .pg_benefits .section.sec2{
    padding-top: 87px;
  }
  .pg_benefits .section.sec3{
    padding-top: 87px;
  }
  .pg_benefits .section.sec4{
    padding-top: 90px;
  }

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

  }
  .pg_benefits .section.sec1{

  }
  .pg_benefits .section.sec2{
    padding-top: 87px;
  }

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


}

/* メイン部分 */
.benefits_contents1_wrap .content_desc.center{
  margin-top: 30px;
}
.benefits_contents1_items{

}
.benefits_contents1_item{
  width: 100%;
}

.benefits_contents1_item_inner{
  background: #f3f3f3;
  padding: 20px 16px;
}
.benefits_contents1_item_tt{
  text-align: center;
  font-size:18px;
  font-weight: 900;
  color: #fff;
  background-image: url(/system_panel/uploads/images/qa.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 0;
}
.benefits_contents1_item_tt.bg_or{
  background-image: url(/system_panel/uploads/images/or.jpg);
}
.benefits_contents1_item_icon{
  text-align: center;
  padding-top: 38px;
}
.benefits_contents1_item .content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5em;
  text-align: justify;
  margin-top: 16px;
}

/*その他*/
.benefits_contents1_other{
  margin-top: 100px;
}
.benefits_contents1_other_tt.benefits_contents1_item_tt{
  text-align: center;
  background-image: url(/system_panel/uploads/images/er.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}
.benefits_contents1_other_inner{
  background: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 40px;
}
.benefits_contents1_other_inner p{
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}
.benefits_contents1_other_inner p:nth-child(n+2){
  margin-top: 16px;;;
}
.benefits_contents1_other_inner p:before{
  content: "● ";
  position: absolute;
  top: 0;
  left: 0;
  color: #81d432;
}

/*イベント*/
.benefits_contents3_wrap .content_desc.center{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5em;
  margin-top: 30px;
}
.benefits_contents3_wrap .charm_contents2_items{
  margin-top: 50px;
}
.benefits_contents3_wrap .charm_contents2_item{

}
.benefits_contents3_wrap .charm_contents2_item:nth-child(n+2){
  margin-top: 30px;
}
.benefits_contents3_wrap .charm_contents2_box2_sub{
  width: auto;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  background: #46d1ea;
  padding: 11px 20px;
}
.benefits_contents3_wrap .charm_contents2_item{

}
.benefits_contents3_wrap .charm_contents2_item .content_desc{

}
@media (max-width:767px){
  .benefits_contents1_items{
    overflow: visible;
    margin-top: 40px;
  }
  .benefits_contents1_items .swiper-pagination-bullet-active{
    background: var(--sub-color);
  }
  .benefits_contents1_items .swiper-pagination{
    bottom: -40px;
  }
  
  .benefits_contents1_item_icon{
    width: 150px;
    margin-inline:auto;
  }
  
  .swiper .benefits_contents1_item{
    height: auto;
  }
  .swiper .benefits_contents1_item_inner{
    height: 100%;
  }

  .benefits_contents2_wrap .read_more{
    margin-top: 70px;
    margin-top: 30px;
  } 
  .benefits_contents3_wrap .charm_contents2_box2_sub{
    font-size: 17px;
  }
}
@media (min-width:768px){
  /* メイン部分 */
  .benefits_contents1_wrap .content_desc.center{
    font-size: 16px;
    line-height: 2.5em;
    margin-top: 38px;
  }
  .benefits_contents1_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-15px;
    margin-top: 50px;
  }
  .benefits_contents1_item{
    width: 50%;
    padding-inline:15px;
  }
  .benefits_contents1_item:nth-child(n+2){
    margin-top: 0;
  }
  .benefits_contents1_item:nth-child(n+3){
    margin-top: 30px;;
  }
  .benefits_contents1_item_inner{
    height: 100%;
  }
  .benefits_contents1_item_tt{
    font-size:20px;
  }
  .benefits_contents1_item_icon{

  }
  .benefits_contents1_item .content_desc{
    font-size: 16px;
    font-weight: 400;
  }

  /*その他*/
  .benefits_contents1_other{
    margin-top: 60px;
  }
  .benefits_contents1_other_tt{

  }
  .benefits_contents1_other_inner{
    justify-content: flex-start;
    padding: 30px 50px;
  }
  .benefits_contents1_other_inner p{
    font-size: 20px;
    width: 50%;
  }
  .benefits_contents1_other_inner p:nth-child(n+2){
    margin-top: 0;;
  }
  .benefits_contents1_other_inner p:nth-child(n+3){
    margin-top: 16px;;
  }
  .benefits_contents1_other .read_more{
    margin-top: 75px;
  }
  .benefits_contents2_wrap .read_more{
    margin-top: 90px;
  } 
  .benefits_contents3_wrap .read_more{
    margin-top: 75px;
  }

  /*イベント*/
  .benefits_contents3_wrap .content_desc.center{

  }
  .benefits_contents3_wrap .charm_contents2_items{
    margin-top: 70px;
  }
  .benefits_contents3_wrap .charm_contents2_item:nth-child(n+2){
    margin-top: 40px;
  }
  /*.benefits_contents3_wrap .charm_contents2_item:nth-child(n+3){
    margin-top: 90px;
  }*/
  .benefits_contents3_wrap .charm_contents2_box2_sub{
    font-size: 22px;
    padding: 11px 33px;
  }
  .benefits_contents3_wrap .charm_contents2_item{

  }
  .benefits_contents3_wrap .charm_contents2_item .content_desc{
    font-size: 16px;
    font-weight: 400;
  }
}
@media (min-width:1024px){
  /* メイン部分 */
  .benefits_contents1_items{
    margin-top: 70px;
  }
  .benefits_contents1_item{

  }

  .benefits_contents1_item_inner{
    padding: 22px 31px;
  }
  .benefits_contents1_item_tt{
    font-size:27px;
  }
  .benefits_contents1_item_icon{

  }

  .benefits_contents1_item .content_desc{
    font-size: 16px;
    font-weight: 400;
  }

  /*その他*/
  .benefits_contents1_other{
    margin-top: 83px;
  }
  .benefits_contents1_other_tt{

  }
  .benefits_contents1_other_inner{
    padding: 30px 50px;
  }
  .benefits_contents1_other_inner p{
    font-size: 22px;
    width: 33.333%;

  }
  .benefits_contents1_other_inner p:nth-child(n+3){
    margin-top: 0;
  }
  .benefits_contents1_other_inner p:nth-child(n+5){
    margin-top: 0;
  }
  .benefits_contents1_other_inner p:nth-child(n+4){
    margin-top: 20px;
  }
  .benefits_contents1_other .read_more{
    margin-top: 75px;
  }
  .benefits_contents2_wrap .read_more,
  .benefits_contents3_wrap .read_more{
    margin-top: 75px;
  }

  /*イベント*/
  .benefits_contents3_wrap .content_desc.center{
    font-size: 16px;
    font-weight: 400;
    margin-top: 37px;
  }
  .benefits_contents3_wrap .charm_contents2_box2_sub{
    font-size: 20px;
  }
  .benefits_contents3_wrap .charm_contents2_item{

  }
  .benefits_contents3_wrap .charm_contents2_item:nth-child(n+2){
    margin-top: 0;
  }
  .benefits_contents3_wrap .charm_contents2_item:nth-child(n+3){
    margin-top: 90px;
  }
  .benefits_contents3_wrap .charm_contents2_item .content_desc{

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

.benefits_contents1_item_tt{
    font-size:22px;
  }
}
@media (min-width:1366px){
  /* メイン部分 */
  .benefits_contents1_items{
    margin-inline:-27.5px;
  }
  .benefits_contents1_item{
    width: 33.333%;
    padding-inline:27.5px;
  }
  .benefits_contents1_item:nth-child(n+3){
    margin-top: 0;
  }
  .benefits_contents1_item:nth-child(n+4){
    margin-top: 30px;;
  }
  .pg_benefits .section.sec2 .benefits_contents1_item:nth-child(n+4){
    margin-top: 60px;
  }

  /*その他*/
  .benefits_contents1_other_inner{
    padding: 35px 202px 44px;
  }

  /*  .benefits_contents1_other_inner p:nth-child(4n - 3){
      width: 265px;
    }
    .benefits_contents1_other_inner p:nth-child(4n - 2){
      width: 280px;
    }
    .benefits_contents1_other_inner p:nth-child(4n - 1){
      width: 360px;
    }*/

  /*イベント*/
  .benefits_contents3_wrap .charm_contents2_box2_sub{
    font-size: 30px;
  }
}
@media (min-width:1450px){
  .benefits_contents1_item_tt{
    font-size:22px;
  }
  /*  .benefits_contents1_other_inner p:nth-child(4n–3){
      width: 265px;
    }
    .benefits_contents1_other_inner p:nth-child(4n–2){
      width: 280px;
    }
    .benefits_contents1_other_inner p:nth-child(4n–1){
      width: 360px;
    }*/

}

@media (min-width:1700px){
  .benefits_contents1_item_tt{
    font-size:27px;
  }
  .benefits_contents1_other_inner p:nth-child(n+4){
    margin-top: 0;
  }
  .benefits_contents1_other_inner p:nth-child(n+5){
    margin-top: 16px;
  }
  .benefits_contents1_other_inner p:nth-child(4n){
    width: auto;
  }
  .benefits_contents1_other_inner p:nth-child(4n - 3){
    width: 265px;
  }
  .benefits_contents1_other_inner p:nth-child(4n - 2){
    width: 280px;
  }
  .benefits_contents1_other_inner p:nth-child(4n - 1){
    width: 360px;
  }
}



/*******************************
*　インタビュー
********************************/

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

}
.pg_interview .section.sec1{

}
.pg_interview .section.sec2{
  background: #FFF;
  /*background-image: url(/system_panel/uploads/images/20250930160208963470.jpg);*/
  /*background-repeat: repeat;*/
  padding-top: 0;
  padding-bottom: 0;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_interview{

  }
  .pg_interview .section.sec1{
    padding-bottom: 100px;
  }
  .pg_interview .section.sec2{

  }
  .pg_interview .section.sec3{
    padding-top:80px;
  }


}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_interview{

  }
  .pg_interview .section.sec1{
    padding-bottom: 150px;
  }
  .pg_interview .section.sec2{

  }
  .pg_interview .section.sec3{
    padding-top: 110px;
  }


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


}

/* メイン部分 */
pg_interview .section.sec1 .interview_list{
  margin-top:40px;
}
.home_contents4_item_meta{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-top: 13px;
}
.home_contents4_item_meta1{
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.home_contents4_item_meta1:first-letter{
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 1;
}
.home_contents4_item_meta2{
  font-size: 18px;
  font-weight: 600;
  margin-left: 16px;
}

/*faq*/
.interview_contents1_wrap{
  /*margin-top: 26px;*/
  padding-top: 26px;
  background-image: url(/system_panel/uploads/images/20250930160208963470.jpg);
  background-repeat: repeat;
}
.interview_contents1_items_outer{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 60px;
}
.interview_contents1_items_outer:last-child{
  border-bottom: 0;
}
.interview_contents1_items{
  
}
.interview_contents1_item{


}
.interview_contents1_item_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview_contents1_item_left{
  width: 12.09%;
  padding-top: 19px;
}
.interview_contents1_item_left .fukidasi{
  font-size: 30px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  max-width: 151px;
  width: 100%;
  aspect-ratio:151 / 130;
  position: inherit;
  top: auto;
  right: auto;
  transform: none;
  background-image: url(/system_panel/uploads/images/fukidasi2.png);
  padding-top: 0;
}
.interview_contents1_item_right{
  width: 85%;
}
.interview_contents1_item_tt{
  font-size: 20px;
  font-weight: 900;
}

.interview_contents1_item_answer{
  display: flex;
  align-items: flex-start;;
  justify-content: space-between;
  margin-top: 30px;
}

/*内容*/
.interview_contents1_item_answer .interview_contents1_item_right{
  align-items: flex-start;
}
.interview_contents1_item_right_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 46px;
}
.interview_contents1_item_right_block + .interview_contents1_item_right_block{
  border-top: 2px dashed #FFF;
  margin-top: 46px;
}
.interview_contents1_item_right1{
  width: 8.4%;
}
.interview_contents1_item_right1_img{

}
.interview_contents1_item_right1_img img{
  border-radius: 50%;
}
.interview_contents1_item_right1 .home_contents4_item_meta1{
  text-align: center;
}
.interview_contents1_item_right2{
  width: 88.9%;
}
.interview_contents1_item_right2 .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1875em;
  padding-top: 10px;
}

/*声*/
.interview_contents3_wrap{

}
.interview_contents3_wrap .number_contents2_ttl{
  background: none;
  color: #f28535;
}
.interview_contents3_wrap .number_contents2_text{

}

.interview_contents3_box{
  margin-top: 14px;
}
.interview_contents3_box .interview_contents3_items{
  display: flex;
  flex-wrap: wrap;
}
.interview_contents3_box .interview_contents3_item{
  width: 100%;
}
.interview_contents3_box .interview_contents3_item:nth-child(n+2){
  margin-top: 30px;;
}
.interview_contents3_box .interview_contents3_item a{
  display: block;
  background: #f3f3f3;
  padding: 20px 16px;
}
.interview_contents3_box .interview_contents3_item a:hover{
  color: #181818;
}
.interview_contents3_box .interview_contents3_item a:hover .btn .circle{
  right: -10px;
}
.interview_contents3_box .interview_contents3_item .category{
  width: 88.47%;
  text-align: center;
  color: #fff;
  padding: 6px;
  margin-inline:auto;
}
.interview_contents3_box .interview_contents3_item .category1,
.popup_box1 .category1{
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}
.popup_box1 .category1{
  font-size: 20px;
  padding: 2px 16px 2px 20px;
}
.interview_contents3_box .interview_contents3_item .category1 .category1_txt,
.popup_box1 .category1 p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_contents3_box .interview_contents3_item .category1 .category1_txt:before,
.popup_box1 .category1 p:before{
  content: "";
  display: block;
  width: 22px;
  aspect-ratio:22 / 35;
  background-image: url(/system_panel/uploads/images/mike.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.popup_box1 .category1 p:before {
  width: 18px;
}
/*.interview_contents3_box .interview_contents3_item:nth-child(odd) .category{
  background: #f28535;
}
.interview_contents3_box .interview_contents3_item:nth-child(even) .category{
  background: #418df4;
}*/
.interview_contents3_box .interview_contents3_item .title_1{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.66em;
  text-align: center;
  padding-top: 12px;
}
.interview_contents3_box .interview_contents3_item .btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
.interview_contents3_box .interview_contents3_item .btn .txt{
  font-size: 16px;
  font-weight: 900;
  margin-left: 10px;
}
.interview_contents3_box .interview_contents3_item .btn .circle{
  width: 40px;
  margin-left: 10px;
  position: relative;
  right: 0;
}
/*.interview_contents3_box .interview_contents3_item:nth-child(odd) .btn .circle{
  background: #f28535;
}
.interview_contents3_box .interview_contents3_item:nth-child(even) .btn .circle{
  background: #418df4;
}*/

/*ポップアップ中身*/
.gjs-dashed .popup_box1{
  width: auto;
}
.gjs-dashed .interview_contents3_item.type-real .category{

}
.gjs-dashed .interview_contents3_item .category,
.gjs-dashed .popup_box1 .category1{
  color: #181818;
}

.popup_box1{
  width: 95vw;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #0f5480;
}
.popup_box1{

}
.popup_box1 .category{
  text-align: center;
  color: #fff;
  padding: 6px;
}
.popup_box1 .category1{

}
.popup_box1 .popup_box1_tt{
  font-size: 18px;
  font-weight: 900;
  width: 100%;
}
.popup_box1_inner{
  color: #181818;
  margin-top: 20px;
}
.popup_box1_inner_tt{
  font-size: 20px;
  font-weight: 900;
}
.popup_box1_inner .content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.944em;
  margin-top: 5px;
}

/*表の色出しわけ*/
.interview_contents3_item.type-real .category,
.interview_contents3_item.type-real .circle{
  background-color: #f28535;
}
.interview_contents3_item.type-real .category{
  background-image: url(/system_panel/uploads/images/label_or.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview_contents3_item.type-real .btn .txt{
  color: #fa7c0d;
}
.interview_contents3_item.type-secret .category,
.interview_contents3_item.type-secret .circle{
  background-color:#579af5;
}
.interview_contents3_item.type-secret .category{
  background-image: url(/system_panel/uploads/images/label_bl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interview_contents3_item.type-secret .btn .txt{
  color: #579af5;
}

/*ポップアップ中の色出しわけ*/
.popup.type-real .category1{
  background-color: #f28535;
  background-image: url(/system_panel/uploads/images/bg_cate_or.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup.type-real .popup_box1_tt{
  color: #f28535;
}
.popup.type-secret .category1{
  background-color:#579af5;
  background-image: url(/system_panel/uploads/images/bg_cate_bl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup.type-secret .popup_box1_tt{
  color:#579af5;
}

.category1.bg-secret {
  background-color: #35a8f2; /* 例: 青 */
}
@media (max-width:767px){
  .pg_interview .section.sec1 .interview_list{
    margin-top: 40px;
  }

  /*faq*/
  .interview_contents1_item_left{
    width: 16.09%;
  }
  .interview_contents1_item_right{
  width: 80%;
  }
  .interview_contents1_item_right1_img{
    text-align: center;
  }
  .interview_contents1_item_right1_img img{
    display: block;
    width: 120px;
    margin-inline:auto;
  }
  .interview_contents1_item_right1{
    width: 100%;
  }
  .interview_contents1_item_right2{
    width: 100%;
  }
  .interview_contents1_item_left .fukidasi{
    font-size: 26px;
  }

  /*ポップアップ表*/
  .interview_contents3_box .interview_contents3_item .category1 .category1_txt{
    padding-top: 5px;
  }
  .interview_contents3_box .interview_contents3_item .btn{
    justify-content: center;
  }
  /*ポップアップ中身*/
  .popup_box1{
    padding: 20px 16px;
  }
  .popup_box1 .category1{
    font-size: 16px;
  }
  .interview_contents1_item_tt{
    font-size: 18px;
    letter-spacing:0;
  }

  .popup_box1 .popup_box1_tt{
   font-size: 17px;
  }
}
@media (min-width:768px){
  /* メイン部分 */
  .home_contents4_item_meta{

  }
  .home_contents4_item_meta1{

  }
  .home_contents4_item_meta2{

  }

  .pg_interview .section.sec1 .interview_list{
    margin-top: 60px;
  }

  /*faq*/
  .interview_contents1_items{

  }
  .interview_contents1_item{

  }
  .interview_contents1_item_head{

  }
  .interview_contents1_item_left{

  }
  .interview_contents1_item_left .fukidasi{
    font-size: 60px;
  }
  .interview_contents1_item_right{

  }
  .interview_contents1_item_tt{
    font-size: 24px;
  }

  /*内容*/
  .interview_contents1_item_answer .interview_contents1_item_right{

  }
  .interview_contents1_item_right1{
    width: 130px;
  }
  .interview_contents1_item_right1_img{

  }
  .interview_contents1_item_right1_img img{

  }
  .interview_contents1_item_right1 .home_contents4_item_meta1{

  }
  .interview_contents1_item_right2{
    width: calc(100% - 130px - 2.5%);
  }
  .interview_contents1_item_right2 .content_desc{

  }

  /*声*/
  .interview_contents3_wrap{

  }
  .interview_contents3_wrap .number_contents2_ttl{

  }
  .interview_contents3_wrap .number_contents2_text{

  }

  .interview_contents3_box{

  }
  .interview_contents3_box .interview_contents3_items{
    margin-inline:-20px;
  }
  .interview_contents3_box .interview_contents3_item{
    width: 50%;
    padding-inline:20px;
  }
  .interview_contents3_box .interview_contents3_item:nth-child(n+2){
    margin-top: 0;
  }
  .interview_contents3_box .interview_contents3_item:nth-child(n+3){
    margin-top: 50px;
  }
  .interview_contents3_box .interview_contents3_item a{
    padding: 20px 8px 10px;
  }
  .interview_contents3_box .webgene-item .category{

  }
  .interview_contents3_box .interview_contents3_item .category1{
    font-size: 22px;
  }
  .interview_contents3_box .interview_contents3_item .title_1{
    font-size: 22px;
  }
  .interview_contents3_box .webgene-item .btn{

  }
  .interview_contents3_box .webgene-item .btn .txt{

  }
  .interview_contents3_box .webgene-item .btn .circle{

  }

  /*ポップアップ中身*/
  .lity-content{

  }
  .lity-close{
    position: absolute;
    color: #181818;
    font-size: 37px;
    font-family: "Noto Sans JP", sans-serif;
    right: 29px;
    top: 20px;
  }
  .lity-close:hover, .lity-close:focus,
  .lity-close:active, .lity-close:visited{
    font-size: 37px;
    font-family: "Noto Sans JP", sans-serif;
    color: #181818;
  }
  .popup_box1{
    width: 700px;
    padding: 28px 35px 60px;
    background: #fff;
  }
  .popup_box1{

  }
  .popup_box1 .category{

  }
  .popup_box1 .category1{

  }
  .popup_box1 .popup_box1_tt{
    font-size: 20px;
  }
  .popup_box1_inner{

  }
  .popup_box1_inner_tt{
    font-size: 30px;
  }
  .content_desc{

  }
}
@media (min-width:1024px){
  /* メイン部分 */
  .home_contents4_item_meta{

  }
  .home_contents4_item_meta1{
    font-size: 20px;
  }
  .home_contents4_item_meta2{
    font-size: 20px;
  }
  .pg_interview .section.sec1 .interview_list{
    margin-top: 80px;
  }
  .pg_interview .section.sec1 .tt2_sub{
    font-size: 42px;
  }

  /*faq*/
  .interview_contents1_items{

  }
  .interview_contents1_item{

  }
  .interview_contents1_item_head{

  }
  .interview_contents1_item_left{

  }
  .interview_contents1_item_left .fukidasi{
    font-size: 80px;
  }
  .interview_contents1_item_right{

  }
  .interview_contents1_item_tt{
    font-size: 30px;
  }

  /*内容*/
  .interview_contents1_item_answer .interview_contents1_item_right{
    margin-top: -16px;
  }
  .interview_contents1_item_right1{
    width: 90px;
  }
  .interview_contents1_item_right1_img{

  }
  .interview_contents1_item_right1_img img{

  }
  .interview_contents1_item_right1 .home_contents4_item_meta1{

  }
  .interview_contents1_item_right2{
    width: calc(100% - 90px - 2.5%);
  }
  .interview_contents1_item_right2 .content_desc{

  }

  /*声*/
  .interview_contents3_wrap{

  }
  .interview_contents3_wrap .number_contents2_ttl{

  }
  .interview_contents3_wrap .number_contents2_text{
    font-size: 40px;
  }

  .interview_contents3_box{

  }
  .interview_contents3_box .interview_contents3_items{

  }
  .interview_contents3_box .interview_contents3_item{
    width: 33.333%;
  }
  .interview_contents3_box .interview_contents3_item:nth-child(n+3){
    margin-top: 0;
  }
  .interview_contents3_box .interview_contents3_item:nth-child(n+4){
    margin-top: 50px;
  }
  .interview_contents3_box .webgene-item a{

  }
  .interview_contents3_box .webgene-item .category{

  }
  .interview_contents3_box .interview_contents3_item .category1{
    font-size: 27px;
  }
  .interview_contents3_box .interview_contents3_item .title_1{
    font-size: 22px;
  }
  .interview_contents3_box .webgene-item .btn{

  }
  .interview_contents3_box .webgene-item .btn .txt{

  }
  .interview_contents3_box .webgene-item .btn .circle{

  }

  /*ポップアップ中身*/
  .popup_box1{

    background: #fff;
  }
  .popup_box1{

  }
  .popup_box1 .category{

  }
  .popup_box1 .category1{

  }
  .popup_box1 .popup_box1_tt{
    font-size: 25px;
  }
  .popup_box1_inner{

  }
  .popup_box1_inner_tt{
    font-size: 32px;
  }
  .popup_box1_inner .content_desc{
    font-size: 18px;
  }
}
@media (min-width:1200px){
  .pg_interview .section.sec1 .home_contents4_item:nth-child(n+5){
    margin-top: 97px;
  }


  /*faq*/
  .interview_contents1_items{

  }

  /*ポップアップ中身*/
  .popup_box1{

    width: 720px;
  }

  .interview_contents3_box .interview_contents3_item .title_1{
    font-size: 30px;
  }
}
@media (min-width:1366px){
  .pg_interview .section.sec1 .tt2_sub{
    font-size: 50px;
  }

  /*faq*/
  .interview_contents1_items{
    padding-inline:140px;
  }
  .interview_contents1_item_tt{
    font-size: 35px;
  }
  
   .popup_box1_inner_tt{
    font-size: 40px;
  }
}
@media (min-width:1450px){
  /*ポップアップ中身*/
  .interview_contents3_box .interview_contents3_item .title_1{
    font-size: 36px;
  }

}

@media (min-width:1700px){

}

/*******************************
*　募集要項
********************************/
.pg_jobList{

}
.pg_jobList .section.sec1{

}
.pg_jobList .section.sec2{

}


/*カテゴリ*/
.jobList_cate{
  display: flex;
  flex-wrap: wrap;
}
.jobList_cate_item{
  width: 100%;
}
.jobList_cate_item:nth-child(n+2){
  margin-top: 16px;
}
.jobList_cate_item a{
  display: block;
  background: var(--sub-color);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border: 1px solid transparent;
  padding: 6px;
}
.jobList_cate_item a:hover{
  background:#fff;
  color: var(--sub-color);
  border: 1px solid var(--sub-color);
}
.jobList_cate_item a:after{
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  font-size: 15px;
}

/*テーブル*/
.jobList_contents{
  margin-top: 40px;
}
.gjs-dashed .jobList_contents_item:nth-child(n+2){
  margin-top: 80px;
}

.jobList_contents .jobList_contents_item{
  display: none;
}
.gjs-dashed .jobList_contents_item{
  display: block;
}
.jobList_contents .jobList_contents_item.active{
  display: block;
}
.jobList_contents_item .table_rows_th,
.jobList_contents_item .table_rows_td{
  border: 1px solid #ababab;
  font-size: 16px;
  padding: 16px 15px;
}
.jobList_contents_item .table_rows_th{
  font-weight: 500;
  background: #e5e5e5;
}
.jobList_contents_item .table_rows_td{
  font-weight: 400;
  line-height: 1.88em;
  background: #fff;
}
.jobList_contents_item .td_block:nth-child(n+2){
  margin-top: 20px;
}
.jobList_contents_item .td_block .gr{
  color: #7dbe3f;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .jobList_contents{

  }
  .jobList_contents_item{

  }
  .jobList_contents_item .table_rows_th,
  .jobList_contents_item .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;

  }
  .jobList_contents_item .table_rows_th{

  }
  .jobList_contents_item .table_rows_td{

  }
  .jobList_contents_item .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #ababab;
  }
  .jobList_contents_item .td_block{

  }
  .jobList_contents_item .td_block .gr{

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

  }
  .pg_jobList .section.sec1{

  }
  .pg_jobList .section.sec2{

  }

  /*カテゴリ*/
  .jobList_cate{
    margin-inline:-11px;
  }
  .jobList_cate_item{
    width: 50%;
    padding-inline:11px;
  }
  .jobList_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .jobList_cate_item:nth-child(n+3){
    margin-top: 16px;
  }
  .jobList_cate_item a{

  }
  .jobList_cate_item a:after{

  }

  /*テーブル*/
  .jobList_contents{
    margin-top: 58px;
  }
  .jobList_contents_item{

  }
  .jobList_contents_item .table_rows_th,
  .jobList_contents_item .table_rows_td{
    font-size: 17px;
  }
  .jobList_contents_item .table_rows_th{
    width: 180px;
    border-right: 0;
  }
  .jobList_contents_item .table_rows_td{
    border-left: 0;
    padding-left: 21px;
  }
  .jobList_contents_item .td_block:nth-child(n+2){
    margin-top: 31px;
  }
  .jobList_contents_item .td_block .gr{

  }

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

  }
  .pg_jobList .section.sec1{

  }
  .pg_jobList .section.sec2{

  }

  /*カテゴリ*/
  .jobList_cate{

  }
  .jobList_cate_item{
    width: 33.3333%;
  }
  .jobList_cate_item:nth-child(n+3){
    margin-top: 0;
  }
  .jobList_cate_item:nth-child(n+4){
    margin-top: 16px;
  }
  .jobList_cate_item a{

  }
  .jobList_cate_item a:after{

  }

  /*テーブル*/
  .jobList_contents{

  }
  .jobList_contents_item{

  }
  .jobList_contents_item .table_rows_th,
  .jobList_contents_item .table_rows_td{

  }
  .jobList_contents_item .table_rows_th{
    width: 284px;
  }
  .jobList_contents_item .table_rows_td{

  }
  .jobList_contents_item .td_block{

  }
  .jobList_contents_item .td_block .gr{

  }
}
@media (min-width:1200px){
  .jobList_cate_item{
    width: 25%;
  }
  .jobList_cate_item:nth-child(n+4){
    margin-top:0;
  }
  .jobList_cate_item:nth-child(n+5){
    margin-top: 16px;
  }

}

/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  border: none;
  width: 100%;
  height: 250px;
}

/*沿革*/
.jobList_contents_item.bg_cl{

}
.jobList_contents_item.bg_cl .table_rows_th,
.jobList_contents_item.bg_cl .table_rows_td{
  border: none;
  padding: 22.1px 15px;
}
.jobList_contents_item.bg_cl .table_rows_th{
  background: none;
  border-top: 1px solid #a9e611;
}
.jobList_contents_item.bg_cl .table_rows_td{
  border-top: 1px solid #ababab;
  font-weight: 500;
}
@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: 90px;
  }

  .pg_company .tt2{
    margin-bottom: 48px;
  }

  /*テーブル*/
  .pg_company .section.sec1 .jobList_contents_item .table_rows_th,
  .pg_company .section.sec1 .jobList_contents_item .table_rows_td{
    font-size: 16px;
  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{
    height: 350px;
  }

  /*沿革*/
  .jobList_contents_item.bg_cl{

  }
  .jobList_contents_item.bg_cl .table_rows_th,
  .jobList_contents_item.bg_cl .table_rows_td{

  }
  .jobList_contents_item.bg_cl .table_rows_th{

  }
  .jobList_contents_item.bg_cl .table_rows_tr:last-child .table_rows_th{
    border-bottom: 1px solid #a9e611;
  }
  .jobList_contents_item.bg_cl .table_rows_td{
    padding-left: 20px;
  }
  .jobList_contents_item.bg_cl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #ababab;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }

  /*地図*/
  .gmap{
    margin-top: 60px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*沿革*/
  .jobList_contents_item.bg_cl{

  }
  .jobList_contents_item.bg_cl .table_rows_th,
  .jobList_contents_item.bg_cl .table_rows_td{

  }
  .jobList_contents_item.bg_cl .table_rows_th{

  }
  .jobList_contents_item.bg_cl .table_rows_td{

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


}


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

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

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #e5e5e5;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd.a_center{
  display: flex;
  align-items: center;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 67px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #bbeb5a;
  font-weight: 500;
}
.pg_contact .section.sec2 .privacyLabel a{
  color: #f68736;
}
.pg_contact .formBtn.formSend {
  display: block;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  background: #1a1a1a;
  border-radius: 27px;
  color: #FFF;
  padding: 16px 20px;
  margin: 48px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  font-size: 15px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .pg_contact .tt2{
    margin-bottom: 70px;
  }
}


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

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

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

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

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 47px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_item_box{
  padding: 30px 64px 30px 29px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #181818;
  margin-top: 0;
}


@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


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

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

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .privacy_item_box {
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

/*******************************
*　修正
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

/*流れる文字*/
.infiniteslide_wrap{
  margin-bottom: 30px;
}
@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){
  .thanks_text{
    text-align: center;
  }

  /*流れる文字*/
  .infiniteslide_wrap{
    margin-bottom: 0;
  }
}
@media (min-width:1200px){


}
@media (max-width:1023px){
  .home_contents1_box2_img:after,
  .home_contents1_wrap.charm .home_contents1_box2_img:after{
    display: none;
  }
  
  .number_block_item_list p{
    width: 100%;
  }
}


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