@charset "UTF-8";

:root {
  --main-color: #fe5004;
  --sub-color: #e7161a;
}

/* 基本フォント: ゴシック */
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;

  /* 画面端までの余白 */
  /*  --margin-for-device-side: -15px;*/
}

@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;
}
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;
  }

}
@media (min-width:768px){
  body:not(.body_home) {
    padding-top: 130px;
  }
  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 86px;
  }
  .header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px 24px 32px 50px;
    transition: all .2s;
  }

  .hdr1{
    padding: 0 15px 0;
  }

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

  /* ヘッダースリム */
  .header.slim{
    background: none;
    padding: 5px 24px 5px 30px;
  }

  /* TELボタン */
  .hdr_tel{

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


}
@media (min-width:1024px){
  body:not(.body_home) {
    padding-top: 160px;
  }

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

  /* ヘッダースリム */
  .header.slim{
    background: none;
    padding: 16px 24px 16px 30px;
  }

  /* TELボタン */
  .hdr_tel{

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

}
@media (min-width:1200px){
  body:not(.body_home) {
    padding-top: 208px;
  }
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: auto;
  }

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

  }

}


/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
  padding-top: 9px;
  padding-bottom: 26px;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

/* MVテキスト */
.mv_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 16px 0 16px;
  position: relative;
}
.mv_left{
  width: 28.76%;
  position: relative;
  z-index: 1;
}
.mv_right{
  width: 76.59%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
.mv_tt{

}
.mv_tt{
  font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  font-weight: 900;
  position: absolute;
  top: 0.5em;
  left: 30.98%;
}
.mv_tt p{
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: 0px 0px 0 21px;
}
.mv_tt p:nth-child(n+2){
  margin-top: 33px;
}

/* スライダーの場合 */
.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: 400px;
  }

  /* MVテキスト */
  .mv_inner{

    padding: 0 20px 0 20px;
  }
  .mv_tt{
    top: 3.5em;
    font-size: 40px;
  }

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


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_inner{
    flex-wrap: nowrap;
    padding: 0 95px 0 80px;
  }
  .mv_right{
    position: relative;
    bottom: -50px;
  }

  .mv_tt{
    font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
    /*  font-size: 100px;*/
    top: 0.5em;
  }

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

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }

  /* MVテキスト */
  .mv_inner{
    padding: 0 95px 0 100px;
  }
  .mv_right{
    position: relative;
    bottom: -41px;
  }
  .mv_tt{
    /*  font-size: 100px;*/
  }

}
@media (min-width:1470px){
  .mv_inner{
    padding: 0 95px 0 120px;
  }
}

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

/* サイドバー */
.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;
  }

}




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

.footer{
  margin-top: 0;
}
.body_home .footer{
  margin-top: 80px;
}

.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: #309dca;
  color: #fff;
  padding: 8px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
  border-top: 1px solid var(--main-color);
}
.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: 5px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}

.body_home .pagetop{
  bottom: 190px;
}


.ftr_contact_wrap{
  text-align: center;
  background: #f08101;
  color: #fff;
  padding: 40px 0;
}
.ftr_contact_tt{
  font-size: 26px;
  font-weight: 900;
}
.ftr_contact_box{
  margin-top: 50px;
}
.ftr_contact_box_txt{
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
}
.ftr_contact_num{
  font-size: 28px;
  font-weight: 900;
  margin-top: 16px;
}
.ftr_contact_num:hover a{
  color: #ffff00;
}
.ftr_contact_num p{
  letter-spacing: 0.1em;
}
.ftr_contact_sub_txt{
  margin-top: 34px;
}
.ftr_contact_sub_txt1{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.ftr_contact_sub_txt2{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.ftr_1{
  padding: 50px 0;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  text-align: center;
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76em;
  margin-top: 30px;
}
.ftr_add p{
  letter-spacing: 0.075em;
}
.ftr_sns{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.ftr_sns_item{
  display: inline-block;
  width: 24px;
  margin: 0 5px;
}
.ftr_1_box2{
  
  width: 100%;
}
.ftr_links{

}
.ftr_link{

}

.ftr_banners{
  width: 100%;
}

.ftr_banners{
  margin-top: 30px;
}
.ftr_banners img{
  width: 150px;
}

@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }


  .mv{
    padding-bottom: 0; 
  }
  .mv_tt{
    position: relative;
    left: auto;
    order: 1;
    font-size: 26px;
  }
  .mv_tt p:nth-child(n+2){
    margin-top: 10px;
  }
  .mv_left{
    width: 42.76%;
    order: 2;
    margin-top: 20px;
  }
  .mv_right{
    width: 100%;
    order: 3;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_logo{
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .ftr_1_box2{
    display: none;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 0;
  }
  .body_home .footer{
    margin-top: 180px;
  }

  .ftr_contact_wrap{
    padding: 62px 0 80px;
  }
  .ftr_contact_tt{
    font-size: 36px;
  }
  .ftr_contact_box{
    margin-top: 70px;
  }
  .ftr_contact_box_txt{
    font-size: 22px;
  }
  .ftr_contact_num{
    font-size: 30px;
  }
  .ftr_contact_sub_txt{

  }
  .ftr_contact_sub_txt1{
    font-size: 20px;
  }
  .ftr_contact_sub_txt2{
    font-size: 18px;
  }

  .ftr_1{
    padding: 74px 0 66px;
  }
  .ftr_1_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ftr_1_box1{
    width: 100%;
    order: 2;
    margin-top: 50px;;
  }
  .ftr_logo{

  }
  .ftr_add{
    font-size: 16px;
    margin-top: 55px;
  }
  .ftr_sns{
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .ftr_sns_item{

  }
  .ftr_1_box2{
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content:center;
    order: 1;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ftr_links:last-child{
    width: 100%;
    /*width: 160px;*/
  }
  .ftr_link{
    width: 33.333%;
    display: block;
    font-size: 17px;
    font-weight: 400;
  }
  .ftr_link:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 20px;
  }
  .ftr_link p{
    letter-spacing: 0.075em;
  }
  
  .ftr_banners{
    margin-top: 10px;
  }
  .ftr_banners img{
    width: 150px;
  }
  
  .pagetop{
    right: 10px;
  }
  .body_home .pagetop{
    bottom: 140px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
  }
  .body_home .footer{
    margin-top: 180px;
  }

  .ftr_contact_wrap{
    padding: 62px 0 80px;
  }
  .ftr_contact_tt{
    font-size: 48px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box_txt{
    font-size: 28px;
  }
  .ftr_contact_num{
    font-size: 34px;
  }
  .ftr_contact_sub_txt{

  }
  .ftr_contact_sub_txt1{

  }
  .ftr_contact_sub_txt2{

  }

  .ftr_1{

  }
  .ftr_1_box{
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_1_box1{
    text-align: left;
    width: 48.64%;
    order: 1;
    margin-top: 0;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_sns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ftr_sns_item{

  }
  .ftr_1_box2{
    width: 48.64%;
    justify-content: flex-start;
    order: 2;
    padding-top: 118px;
  }
  .ftr_links{

  }
  .ftr_link{
    font-size: 15px;
  }
}
@media (min-width:1200px){
  .ftr_contact_tt{
    font-size: 58px;
  }
  .ftr_link{
    display: block;
    font-size: 17px;
  }
  
  .ftr_add{
    font-size: 17px;
    margin-top: 55px;
  }
}


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


/* テーブル用 */
.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 var(--main-color);
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: var(--main-color);
  color: #fff;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* アンカー */
.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: 790px;
  width: 100%;
  font-size: 16px;

  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  background: #ffff00;
  border-radius: 20px;
  padding: 20px 0;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  color: #181818;
}
.read_more p{
  letter-spacing: 0.1em;
}
.read_more .os{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  display: none;
}
.read_more a:hover{
  color: #181818;
  background: #fff;
  border: 1px solid #ffff00;
}
.read_more a:hover:after{
  margin-right: -5px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.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;
}


/* セクション */
.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{

}

/*ボタン*/
.circle_btn{
  text-align: center;
}
.circle_btn_inner{
  width: 157px;
  aspect-ratio:157 / 158;
  position: relative;
  margin: 0 auto;
}
.circle_btn_img{
  animation: rotation-r 10s linear infinite;
}
.circle_btn_txt{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.22em;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.circle_btn_tt{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}
.circle_btn_tt:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: 0.2s all;
  background: var(--main-color);
}
.circle_btn a{
  display: inline-block;
  /*display: flex;*/
  /*justify-content: center;*/
  /*flex-wrap: wrap;*/
}
.circle_btn a .circle_btn_txt{
  transition: 0.2s all;
}
.circle_btn a:hover .circle_btn_txt{
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  color: #000;
}
.circle_btn a:hover .circle_btn_inner .circle_btn_txt{
  color: #FFF;
}

.circle_btn a:hover .circle_btn_tt{
  color: #FFF;
}
.circle_btn a:hover .circle_btn_tt:before {
  right: 0;
}
.circle_btn a:hover .circle_btn_tt.wh{
  color: #FFF;
}

.circle_btn a .blue + .circle_btn_tt:before {
  background: #0445fe;
}
.circle_btn a .yellow + .circle_btn_tt:before {
  background: #ffc600;
}
.circle_btn a .circle_btn_tt.wh:before {
  background: #ffc600;
}

.circle_btn.spacing{
  
}
.circle_btn.spacing{
  
}


@keyframes rotation-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


@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;
  }

  /*ボタン*/
  .circle_btn{
    text-align:center;
    margin-top: 30px;
  }
  .circle_btn a{
    display: inline-block; 
  }
}
@media (min-width:768px){

  .anchor{
    top: -150px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 28px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    font-size: 18px;
    padding: 42px 0;
  }
  .read_more .os{
    font-size: 32px;
  }
  .read_more a:after{
    content: "→";
    top: 50%;
    right: 18px;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .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;
  }

  /*ボタン*/
  .circle_btn{

  }
  .circle_btn_inner{

  }
  .circle_btn_img{

  }
  .circle_btn_txt{

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

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

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

  /*ボタン*/
  .circle_btn{

  }
  .circle_btn_inner{

  }
  .circle_btn_img{

  }
  .circle_btn_txt{

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

  /* コンテナ */
  .container.wide{
    max-width: 1720px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/*******************************
*　HOME セクション
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-bottom: 0;
  background: #f3f3f3;
  padding-top: 28px;
}
.pg_home .section.sec2{
  overflow: hidden;
  padding-top: 46px;;
  padding-top: 80px;;
  background: #f3f3f3;
}
.pg_home .section.sec3{
  overflow: hidden;
}
.pg_home .section.sec4{
  overflow: hidden;
  background: var(--main-color);
}
.pg_home .section.sec5{
  overflow: hidden;
  background: #ffff00;
}
.pg_home .section.sec6{
  background: #f3f3f3;
}
.pg_home .section.sec6_5{
}
.pg_home .section.sec7{
  overflow: hidden;
}
.pg_home .section.sec8{

}

/*文字拡大*/
.text-zoom1 {
  /*display: inline-block;
  animation: zoomInOut 3s ease-in forwards;
  animation-iteration-count:infinite;*/
}
.text-zoom2 {
  /*display: inline-block;
  animation: zoomInOut 3s ease-in forwards;
  animation-iteration-count:infinite;
  animation-delay: 0.6s;*/
}
.text-zoom3 {
  /*display: inline-block;
  animation: zoomInOut 3s ease-in forwards;
  animation-iteration-count:infinite;
  animation-delay: 1s;*/
}
.text-zoom1,
.text-zoom2,
.text-zoom3{
  display: inline-block;
  transition: 0.3s all;
}
.text-zoom1:hover,
.text-zoom2:hover,
.text-zoom3:hover{
  transform: scale(1.1); 
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 一度拡大 */
  }
  100% {
    transform: scale(1); /* 元のサイズに戻す */
  }
}
@media (min-width:768px){
  
}
@media (min-width:768px){
  .pg_home{

  }
  .pg_home .section.sec1{
    padding-top: 0;
  }
  .pg_home .section.sec2{
    padding-top: 50px;;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{
    padding: 80px 0;
  }
  .pg_home .section.sec5{
    padding: 100px 0;
  }
  .pg_home .section.sec6{
    padding: 80px 0 120px;
  }
  .pg_home .section.sec6_5{
    padding-top:0;
    margin-top: -80px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

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

  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    padding-bottom: 0;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{
    padding: 104px 0 130px;
  }
  .pg_home .section.sec5{
    padding: 122px 0 120px;
  }
  .pg_home .section.sec6{
    padding: 100px 0 175px;;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  } 
}
@media (min-width:1200px){
  .pg_home .section.sec2{
    padding-top: 0px;;
  }
}
/*******************************
*　HOME
********************************/



/*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
.home_contents1_wrap{
  position: relative;
}
.home_contents1_txt1{
  width: 100%;
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: 900;

  z-index: 2;
}
.home_contents1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home_contents1_box1{
  width: 100vw;
  position: relative;
  order: 2;
  /*  margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
}
.home_contents1_box1_img{

}
.home_contents1_box1_img:before{
  padding-top: 101.58%;
}
.home_contents1_box1_txt{

  padding: 10px;
}
.home_contents1_box1_txt1{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777em;
  text-align: justify;
}
.home_contents1_box1_txt2{
  font-size: 24px;
  font-weight: 900;
  margin-top: 28px;
  position:relative:
  z-index: 1;
}
.home_contents1_box1_txt2 a{
  display: inline-block;
  position:relative;
  z-index: 1;
}
.home_contents1_box1_txt2 a:hover{
  color: #181818;
}
.home_contents1_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  order: 1;
}
.home_contents1_box2_txt1{
  min-width: inherit;
  width: 80px;;
}
.home_contents1_box2_txt1 a{
  display: block;
}
.home_contents1_box2_txt2{
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2em;
  /*  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
  margin-left: 87px;
  margin-top: 0;
}
.home_contents1_box2_txt2 p{
  letter-spacing: 0;
  white-space: nowrap;
}
.home_contents1_box2_txt2 strong{
  font-weight: 900;
  color: var(--main-color);
}
.home_contents1_box2_txt2 a:hover{
  color: #181818;
}
.home_contents1_box2_txt3{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14em;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  margin-left:0;
  order: 3;
}
.home_contents1_box2_txt3.sp{
  margin-top: 30px;
}

/*上位3%の優良企業だけを紹介*/
.home_contents2_wrap{

}
.home_contents2_tt{
  text-align: center;
  width: 100%;
  font-size: 23px;
  font-weight: 900;
  margin-inline:0;
}
.home_contents2_tt strong{
  font-weight: 900;
  font-family: "Oswald", sans-serif;
}
.home_contents2_tt em{
  font-style: normal;
}
.home_contents2_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.home_contents2_box1{
  width: 100%;
  padding-top: 90px;
  position: relative;
}
.home_contents2_box1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec_title{
  position: relative;
  z-index: 1;
}
.sec_title_en{
  display: inline-block;
  background: #000000;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
}
.sec_title_en:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  z-index: -1;
}
.sec_title.left .sec_title_en{
  padding: 11px 100px 11px 10px;
}
.sec_title.left .sec_title_en:before{
  right: 0;
}
.sec_title.right .sec_title_en{
  padding: 11px 10px 11px 100px;
}
.sec_title.right .sec_title_en:before{
  left: 0;
}
.title_cacth{
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.73em;
  color: #fff;
}
.title_cacth strong{
  font-size: 40px;
}
.home_contents2_box2{
  width: 100%;
  position: relative;
}
.home_contents2_box2_img{

}
.home_contents2_box2_img:before{
  padding-top: 62.01%;
}
.home_contents2_box2 .circle_btn{

}

/*アナタはなぜ働くの？*/
.home_contents3_wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.home_contents3_img{
  width: 100%;
  order: 2;
}
.home_contents3_img:before{
  padding-top: 600px;
}
.home_contents3_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.home_contents3_title{
  order: 1;
  width: 100%;
}
.home_contents3_title{

}
.sec_title.ja{
  background: var(--main-color);
  color: #fff;
  font-size: 30px;
  font-weight: 900;

}
.sec_title.ja strong{
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.sec_title.ja p{
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 10px 15px 5px;
}
.sec_title.ja p:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.home_contents3_wrap .sec_title.right .sec_title_en{
  padding: 11px 10px 11px 10px;
}
.home_contents3_title .sec_title.right{
  width: 49.19%;
  margin-left: auto;
}
.text_pos{
  position: absolute;
  font-weight: 900;
  z-index: 3;
}
.text_pos p{
  background: #fff;
  display: inline-block;
  padding: 0 5px 2px 14px;
}
.tate{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.text_pos.tate p{
  padding: 5px 5px;
}
.text_pos.tate p + p{
  margin-right: 5px;
}
.text_pos.pos1{
  font-size: 26px;
  left: 3.9%;
  top: 23.23%;
}
.text_pos.pos2{
  font-size: 22px;
  left: 19.73%;
  top: 48.11%;
}
.text_pos.pos3{
  font-size: 22px;
  left: 6.9%;
  top: 60.67%;
}
.text_pos.pos4{
  font-size: 22px;
  left: 47.36%;
  top: 18.83%;
}
.text_pos.pos5{
  font-size: 20px;
  right: 16.57%;
  top: 71.04%;
}
.text_pos.pos6{
  font-size: 20px;
  right: 5.26%;
  top: 39.41%;
}

.home_contents3_desc{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25em;
  text-align: center;
  text-shadow    : 
    2px  2px 0px #ffffff,
    -2px  2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px  0px 0px #ffffff,
    0px  2px 0px #ffffff,
    -2px  0px 0px #ffffff,
    0px -2px 0px #ffffff; 
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.pg_home .section.sec3 .circle_btn{
  margin-top: 40px;
}


/*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
.home_contents4_title{
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.42em;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
}
.home_contents4_title_sub{
  text-align: center;
  font-size: clamp(1.875rem, -0.625rem + 12.5vw, 14.375rem);
  font-weight: 900;
  line-height: 1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--main-color);
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.home_contents4_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-15px;
}
.home_contents4_item{
  width: 100%;
  padding-inline:15px;
}
.home_contents4_item_inner{
  position: relative;
}
.home_contents4_item_img{

}
.home_contents4_item.type1 .home_contents4_item_img:before{
  padding-top: 73.82%;
}
.home_contents4_item.type2 .home_contents4_item_img:before{
  padding-top: 73.82%;
}
.home_contents4_item.type3 .home_contents4_item_img{
  width: 59.86%;
}
.home_contents4_item.type3 .home_contents4_item_img:before{
  padding-top: 123.31%;
}
.home_contents4_item.type4 .home_contents4_item_img{
  width: 91.27%;
}
.home_contents4_item.type4 .home_contents4_item_img:before{
  padding-top: 73.82%;
}
.home_contents4_item .text_pos.pos1 p{
  padding: 7px 7px 9px;
  line-height: 1;
}
.home_contents4_item.type1 .pos1{
  left: auto;
  top: -4.007%;
  right: 3.8%;
}
.home_contents4_item.type2 .pos1{
  left: auto;
  right: 2.6%;
  bottom: auto;
  top: 49.247%;
}
.home_contents4_item.type3 .pos1{
  left: auto;
  right: 8.6%;
  top: 34.54%;
}
.home_contents4_item.type4 .pos1{
  top: -4.5%;
}
.home_contents4_item .content_desc{
  font-weight: 600;
  line-height: 1.888em;
  position: relative;
  z-index: 1;
  /*text-shadow    :
    2px  2px 0px #ffffff,
    -2px  2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px  0px 0px #ffffff,
    0px  2px 0px #ffffff,
    -2px  0px 0px #ffffff,
    0px -2px 0px #ffffff; */  
  
  text-shadow: 
    1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
      1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
      1px  0px 0px #ffffff,
      0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
      0px -1px 0px #ffffff; 
}
.home_contents4_item.type1 .content_desc{
  top: -100px;
  left: 27px;
}
.home_contents4_item.type2 .content_desc{
  text-align: right;
  top: -100px;
}
.home_contents4_item.type3 .content_desc{

}
.home_contents4_item.type4 .content_desc{

}

.home_contents5_wrap{
  color: #fff;
  margin-top: 60px;
}
.home_contents5_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents5_box1{
  width: 100%;
}
.home_contents5_box1_title{
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25em;
}
.home_contents5_box2{
  width: 100%;
}
.home_contents5_box2_title{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.666em;
}
.home_contents5_box2 .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
  margin-top: 20px;
}
.home_contents5_box2 .content_desc p{
  letter-spacing: 0.11em;
}
.home_contents5_box2 .circle_btn{
  margin-top: 38px;
}
.home_contents5_sub{
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 33px;
}
.home_contents5_sub strong{
  font-size: 36px;
  font-weight: 900;
}

/*Enjoy your work*/
.enjoy_item_txt{

}
.enjoy_item_txt.nowrap{

}
.enjoy_item_txt strong{
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}
.enjoy_item{
  position: relative;
}
.enjoy_item_txt{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 2em;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -170px;
  transform: translateX(-50%);
  z-index: 2;
}
.enjoy_item_txt.nowrap{
  line-height: 1;
  bottom: auto;
  top: -30px;;
  margin-left: -60px;
}
.home_contents6_wrap .enjoy_item_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(255,255,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: all .2s;
}
.home_contents6_wrap .swiper-slide{
  width: 250px;
  /*    transform: scale(0.8);*/
  transition: all .2s;
}
.home_contents6_wrap .swiper-slide-prev{
  transform:translateX(0);
}
.home_contents6_wrap .swiper-slide-next{
  transform:translateX(0);
}
.home_contents6_wrap .swiper-slide .enjoy_item_img img{
  transition: all .2s;
}
.home_contents6_wrap .swiper-slide .enjoy_item_img{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.home_contents6_wrap .swiper-slide .enjoy_item_img:before{
  padding-top: 126.6%;
}
.home_contents6_wrap .swiper-slide-active{

}
.home_contents6_wrap .swiper-slide-active .enjoy_item_img{
  width: 100%;
}
.home_contents6_wrap .swiper-slide-active .enjoy_item_img:after{
  opacity: 0;
}
.home_contents6_wrap .swiper-slide-active .enjoy_item_txt{

}
.home_contents6_wrap .swiper-slide-active .enjoy_item_txt{
  /*    font-size: 24px;*/
}
.enjoy_item a:hover{
  color: var(--main-color);
}
.enjoy_item a:hover img{
  transform: scale(1.05);
}

/*swiper*/
.home_enjoy_slide .swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  margin: 0 8px!important;
  background: #181818;
}
.home_enjoy_slide .swiper-pagination-bullet-active{
  background: #b89393;
}
.home_enjoy_slide.swiper{
  position: relative;
}

.slide-next,
.slide-prev{
  position: absolute;
  width:20px;
  aspect-ratio:1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.slide-next{
  right: calc(50% - 146px);
  background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
}
.slide-prev{
  left: calc(50% - 146px);
  background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
}

/*お知らせ*/
.sec_title{
  /*  text-align: center;*/
}
.home_contents7_wrap .sec_title{
  margin-top: 20px; 
}
.sec_title_ja{
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.home_news_box{
  margin-top: 40px;
}
.home_news_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-10px;
}
.home_news_box .webgene-item{
  width: 50%;
  padding-inline:10px;
}
.home_contents7_wrap .home_news_box .webgene-item:nth-child(n+3){
  display: none;;
}
.home_news_box .webgene-item .inner{
  display: block;
  border-bottom: 1px solid #181818;
  position: relative;
  padding-bottom: 40px;
}
.home_news_box .webgene-item .inner:hover{
  color: var(--main-color);
}
.home_news_box .webgene-item .inner:hover .read{
  color: #ffc600;
}
.home_news_box .webgene-item a:after{

}


.home_news_box .webgene-item .img{
  overflow: hidden;
}
.home_news_box .webgene-item .img:before{
  padding-top: 76.71%;
}
.home_news_box .webgene-item .title{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25em;
}
.home_news_box .webgene-item .desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666em;
  margin-top: 15px;
}
.home_news_box .webgene-item .read{
  width: 152px;
  display: inline-block;
  position: relative;
  background: #181818;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 0 2px 9px;
}
.home_news_box .webgene-item .read:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #181818 transparent;
  border-width: 0px 0px 26px 20px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.home_news_box .webgene-item .read:after{
  content: "→";
  top: 50%;;
  right: 30px;
  transform: translateY(-50%);
  position: absolute;
  transition: all .2s;
}
.home_news_box .webgene-item a:hover .read:after{
  right: 25px;
}
.home_contents7_wrap .circle_btn{
  margin-top: 38px;
}

/*お知らせ4個並び*/
.home_news_box.col3 .webgene-item{

}
.home_news_box.col3 .webgene-item:nth-child(n+3){

}

/*転職で人生、変わった話。*/
.home_contents8_wrap .sec_title{
  margin-top: 25px;
}
.job_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.job_item{
  width: 100%;
  padding-inline:5px;
}
.job_item:nth-child(n+2){
  margin-top: 30px;
}
.job_item:nth-child(n+3){
  display: none;
}
.job_item_inner{
  display: block;
  border-radius: 30px;
  border: 3px solid var(--main-color);
  padding: 30px;
}
.job_item_meta{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.job_item_img{

}
.job_item_tt{
  width: 67.91%;
  padding-left: 5px;
}
.job_item_tt_text{
  margin-right: -16px;
}
.job_item_tt_text1{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.73em;
}
.job_item_tt2{
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.job_item_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 27px;
}
.job_item_content_box{
  width: 39.81%;
  background: #ededed;
  border-radius: 15px;
  text-align: center;
  padding: 17px 0;
}
.job_item_content_box.red{
  background: #fed7d7;
}
.job_item_content_box_tt2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.job_item_content_box_tt3{
  font-size: 20px;
  font-weight: 900;
}
.sub_img + .job_item_content_box_tt3{
  margin-top: 8px;
}
.job_item_content_box_tt3 strong{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.job_item_content_center{
  font-size: 16px;
  font-weight: 700;
  color: #fe5004;
}
.job_item_content_center p{

}
.arr{

}
.job_item .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666em;
  text-align: justify;
  margin-top: 20px;
}
.home_contents8_wrap .circle_btn{
  margin-top: 38px;
}

/*転職の真実を教えます*/
.home_contents9_wrap .sec_title{
  margin-top: 20px;
}
.content_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777em;
  text-align: justify;
  margin-top: 20px;
}
.home_contents9_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-10px;
  margin-top: 40px;
}
.home_contents9_item{
  width: 100%;
  padding-inline:10px;
}
.home_contents9_item:nth-child(n+2){
  margin-top: 16px;
}
.home_contents9_item_inner{
  font-size: 16px;
  font-weight: 900;
  min-height: 62px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--main-color);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 6px;
  position: relative;
}
.home_contents9_item_inner:hover{
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.home_contents9_item_inner:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;;
  transform: translateY(-50%);
}

/*追加要素*/
.home_intro_box{
  position: relative;
  padding: 36px 0 80px;
  margin-top: 24px;
}
.home_intro_box:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 0;
}
.home_intro_tt{
  font-size: 24px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #fff;
}
.home_intro_tt p{
  letter-spacing: 0.06em;
}
.home_intro_items{
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.home_intro_item{

}
.home_intro_item:nth-child(n+2){
  margin-top: 30px;
}
.home_intro_item_tt{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.home_intro_item_tt:before{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  margin-right: 26px;
}
.text_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.222em;
  text-align: justify;
  color: #fff;
  margin-top: 20px;
}
.text_desc p{
  letter-spacing: 0.06em;
}

.home_example_box{
  position: relative;
  padding-bottom: 50px;
}
.home_example_box:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_example_box .sec_title{
  position: relative;
  z-index: 1;
  top: -50px;
}
.home_example_tt{
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.home_example_sub_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.home_example_sub_tt p{
  letter-spacing: 0.06em;
}
.home_example_items{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top:40px;
}
.home_example_item{
  width: 100%;
}
.home_example_item:nth-child(n+2){
  margin-top:50px;;
}
.home_example_item_inner{
  position: relative;
  border: 3px solid var(--main-color);
  border-radius: 30px;
  padding: 46px 16px;
}
.home_example_item.img .home_example_item_inner{
  border: none;
  padding: 46px 0 0;
}
.home_example_item_tt{
  text-align: center;
}
.home_example_item_text{
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  width: 275px;
  background: #f3f3f3;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.home_example_item.img .home_example_item_text{
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.10em;
}
.home_example_item_sub_tt{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.375em;
  text-align: center;
}
.home_example_item_bg_y_txt{
  font-size: 18px;
  font-weight: 900;
  background: #ffff00;
  text-align: center;
  border-radius: 15px;
  margin-top: 18px;
}
.home_example_item_bg_y_txt p{
  letter-spacing: 0.075em;
}
.home_example_item .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.944em;
  text-align: justify;
  background: #fff;
  border-radius: 15px;
  margin-top: 21px;
  padding: 16px;
}
.home_example_item .content_desc p{
  letter-spacing: 0.06em;
}
@media (max-width:374px){

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

}
@media (max-width:1023px){
  
  .pg_home .section.sec2{
    padding-bottom: 0;
  }
  .home_contents2_box2{
    background: var(--main-color);
    /*margin: 0 var(--margin-for-device-side);*/
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 50px;
  }
  
}
@media (max-width:767px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_box{
    margin-top: 42px;
  }
  .home_contents1_txt1{
    font-size: 24px;
  }
  .home_contents1_box2{
    display: block;
  }
  .home_contents1_box2_txt1{
    width: 250px;
    margin-left: auto;
  }
  .home_contents1_box2_txt2{
    width: 100%;
    font-size: 53px;
    writing-mode: inherit;
    margin-left: 0;
    margin-top: 16px;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_box1{
    padding: 50px 0;
  }
  .home_contents2_box2{
    padding-bottom: 35px;
  }
  .home_contents2_box2_img{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /*アナタはなぜ働くの？*/
  .home_contents3_title .sec_title.right{
    width: 80.19%;
  }
  .home_contents3_wrap .sec_title.right .sec_title_en{
    font-size: 21px;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title_sub{
    margin-top: 20px;
  }
  .home_contents4_item:nth-child(n+2){
    margin-top: 50px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 18px;
  }
  .home_contents4_item.type2 .pos1{
    top: 30%;
  }

  .home_contents4_item.type1 .content_desc,
  .home_contents4_item.type2 .content_desc,
  .home_contents4_item.type3 .content_desc,
  .home_contents4_item.type4 .content_desc{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .home_contents4_item .content_desc{
    text-shadow    : 
      1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
      1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
      1px  0px 0px #ffffff,
      0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
      0px -1px 0px #ffffff; 
    margin-top: 20px;
  }
  .home_contents4_item.type2 .content_desc{
    text-align: justify;
  }

  .home_contents5_box1_title.tate{
    font-size: 34px;
    writing-mode: horizontal-tb;
  }
  .home_contents5_box2{
    margin-top: 20px;
  }

  .home_enjoy_slide.swiper{
    padding: 200px 0 120px;
  }

  .enjoy_item_txt{
    font-size: 30px;
    line-height: 1;
    bottom: -50px;
  }
  .enjoy_item_txt.nowrap{
    font-size: 35px;
    margin-left: 0;
  }
  .enjoy_item_txt strong{
    font-size: 60px;
  }
  .swiper-slide-prev .enjoy_item, .swiper-slide-next .enjoy_item{
    padding-top: 30px;
  }

  /*事例*/
  .job_item_inner{
    padding: 30px 16px;
  }
  .job_item_content_box{
    width: 37.81%;
    padding: 17px 6px;
  }

  .home_example_box .sec_title{
    top: -32px;
  }
  .home_example_item_text{
    top: -19px;
  }
}
@media (min-width:768px){


  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_wrap{

  }
  .home_contents1_txt1{
    font-size: 26px;
  }
  .home_contents1_box{

    position: relative
  }
  .home_contents1_box1{

  }
  .home_contents1_box1_img{

  }
  .home_contents1_box1_img:before{

  }
  .home_contents1_box1_txt{
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 50px;
  }
  .home_contents1_box1_txt1{
    width: auto;
  }
  .home_contents1_box1_txt2{
    font-size: 28px;
    margin-top: 30px;
  }
  .home_contents1_box2{
    margin-top: 40px;
  }
  .home_contents1_box2_txt1{
    min-width: 165px;
  }
  .home_contents1_box2_txt2{
    font-size:80px;
    margin-left: 16px;
    margin-top: -21px;
  }
  .home_contents1_box2_txt3{
    font-size: 40px;
    margin-top: 20px;

  }
  .home_contents1_box2_txt3.sp{
    margin-top: 20px;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_wrap{

  }
  .home_contents2_tt{
    font-size: 47px;
    margin-inline:0;
  }
  .home_contents2_box{

  }
  .home_contents2_box1{

  }
  .sec_title{

  }
  .sec_title_en{
    font-size: 40px;
  }
  .title_cacth{
    font-size: 60px;
  }
  .title_cacth strong{
    font-size: 90px;
  }
  .home_contents2_box2{

  }
  .home_contents2_box2_img{

  }
  .home_contents2_box2_img:before{

  }
  .home_contents2_box2 .circle_btn{
    margin-top: 40px;;
  }

  /*アナタはなぜ働くの？*/
  .home_contents3_wrap{

  }
  .home_contents3_img{

  }
  .home_contents3_img:before{
    padding-top: 800px;
  }
  .home_contents3_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .home_contents3_title{

  }
  .home_contents3_title{

  }

  .sec_title.ja{
    font-size:  60px;
  }
  .sec_title.ja strong{
    font-size: 100px;
  }
  .sec_title.ja{
    font-size:  40px;
  }
  .sec_title.ja strong{
    font-size: 80px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 30px;
  }
  .text_pos{
    position: absolute;
    font-weight: 900;
    z-index: 3;
  }
  .text_pos p{
    background: #fff;
    display: inline-block;
    padding: 0 5px 2px 14px;
  }
  .tate{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .text_pos.tate p{
    padding: 5px 5px;
  }
  .text_pos.tate p + p{
    margin-right: 5px;
  }
  .text_pos.pos1{
    font-size: 38px;
    left: 3.9%;
    top: 23.23%;
  }
  .text_pos.pos2{
    font-size: 35px;
    left: 19.73%;
    top: 48.11%;
  }
  .text_pos.pos3{
    font-size: 35px;
    left: 6.9%;
    top: 60.67%;
  }
  .text_pos.pos4{
    font-size: 32px;
    left: 47.36%;
    top: 18.83%;
  }
  .text_pos.pos5{
    font-size: 26px;
    right: 16.57%;
    top: 71.04%;
  }
  .text_pos.pos6{
    font-size: 26px;
    right: 5.26%;
    top: 47.41%;
  }

  .home_contents3_desc{
    font-size: 40px; 
    margin-top: -100px;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 50px;
    margin-top: 40px;
  }
  .home_contents4_title_sub{
    margin-top: 43px;
  }
  .home_contents4_items{
    margin-top: -5px;
  }
  .home_contents4_item{
    width: 100%;
  }
  .home_contents4_item.type1{

  }
  /*  .home_contents4_item.type2{
  margin-top: 215px;
    }
    .home_contents4_item.type3{
  margin-top: -268px;
    }
    .home_contents4_item.type4 {
  margin-top: -30px;
    }*/
  .home_contents4_item.type4{
    margin-top: 150px;  
  } 
  .home_contents4_item_inner{

  }
  .home_contents4_item_img{

  }
  .home_contents4_item.type1 .home_contents4_item_img:before{

  }
  .home_contents4_item.type2 .home_contents4_item_img:before{

  }
  .home_contents4_item.type3 .home_contents4_item_img:before{

  }
  .home_contents4_item.type4 .home_contents4_item_img:before{

  }
  .home_contents4_item.type1 .pos1{

  }
  .home_contents4_item .text_pos.pos1{
    font-size: 22px;
  }
  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 49.247%;
  }
  .home_contents4_item.type3 .pos1{

  }
  .home_contents4_item.type4 .pos1{

  }
  .home_contents4_item .content_desc{

  }
  .home_contents4_item.type1 .content_desc{

  }
  .home_contents4_item.type2 .content_desc{

  }
  .home_contents4_item.type3 .content_desc{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    width: 50%;
    top: 50%;
    right: 9.3%;;
    white-space: nowrap;
  }
  .home_contents4_item.type4 .content_desc{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    width: 50%;
    top: 65%;
    right: 0;
    white-space: nowrap;
  }

  .home_contents5_wrap{
    margin-top: 100px;
  }
  .home_contents5_box{

  }
  .home_contents5_box1{
    width: 13.48%;
    padding-top: 6px;
  }
  .home_contents5_box1_title{
    font-size: 42px;
  }
  .home_contents5_box2{
    width: 86.51%;
    padding-left: 38px;
  }
  .home_contents5_box2_title{
    font-size: 18px;
  }
  .home_contents5_box2 .content_desc{

  }
  .home_contents5_box2 .circle_btn{
    padding-right:100px;
  }

  .home_contents5_sub{
    font-size: 32px;
  }
  .home_contents5_sub strong{
    font-size: 50px;
  }

  /*Enjoy your work*/
  .home_enjoy_slide.swiper{
    padding: 105px 0;
  }
  .swiper-slide-prev .enjoy_item,
  .swiper-slide-next .enjoy_item{
    padding-top: 50px; 
  }
  .enjoy_item_txt{
    font-size: 40px;;
  }
  .enjoy_item_txt strong{
    font-size: 100px;
  }
  .home_contents6_wrap .enjoy_item_txt.nowrap{
    /*font-size: 58px;*/
    /*top: -60px;*/
    /*margin-left: 0;*/
  }
  .home_contents6_wrap .swiper-slide{
    width: 400px;
  }
  .slide-next,
  .slide-prev{
    width: 30px;
  }
  .slide-next{
    right: calc(50% - 234px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
  }
  .slide-prev{
    left: calc(50% - 234px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 50px;
  }
  .home_news_box{
    margin-top: 56px;
  }
  .home_news_box.news_list{
    margin-top: 0;
  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item{

  }

  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .home_news_box .webgene-item .inner{
    padding-bottom: 72px;
  }
  .home_news_box .webgene-item .img{

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

  }
  .home_news_box .webgene-item .box2{
    margin-top: 24px;
  }
  .home_news_box .webgene-item .title{
    font-size: 22px;
  }
  .home_news_box .webgene-item .desc{
    font-size: 20px;
  }

  /*お知らせ4個並び*/
  .home_news_box.col3 .webgene-item{

  }
  .home_news_box.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .home_contents7_wrap .circle_btn{
    margin-top: 97px;
  }

  /*転職で人生、変わった話。*/
  .job_items{
    margin-inline:-12.5px;
    margin-top: 60px;
  }
  .job_item{
    width: 100%;
    padding-inline:12.5px;
  }
  .job_item_inner{
    height: 100%;
    padding: 40px 30px;
  }
  .job_item_meta{

  }
  .job_item_img{

  }
  .job_item_tt{

  }
  .job_item_tt_text{

  }
  .job_item_tt_text1{
    font-size: 20px;
  }
  .job_item_tt2{
    font-size: 18px;
  }
  .job_item_content{

  }
  .job_item_content_box{

  }
  .job_item_content_box_tt2{
    font-size: 20px;
  }
  .job_item_content_box_tt3{

  }
  .job_item_content_box_tt3 strong{
    font-size: 32px;
  }
  .job_item_content_center{
    font-size: 18px;
  }
  .job_item_content_center p{

  }
  .arr{

  }
  .job_item .content_desc{
    font-size: 18px;
    margin-right: -9px;
  }
  .home_contents8_wrap .circle_btn{
    margin-top: 80px;
  }

  /*転職の真実を教えます*/
  .content_txt{
    font-size: 18px;
  }
  .home_contents9_items{
    margin-top: 60px;
  }
  .home_contents9_item{
    width: 50%;
  }
  .home_contents9_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_contents9_item:nth-child(n+3){
    margin-top: 16px;;
  }
  .home_contents9_item_inner{

  }
  .home_contents9_item_inner:after{
    right: 10px;
  }

  /*追加要素*/
  .home_intro_box{
    padding: 36px 0 80px;
  }
  .home_intro_tt{
    font-size: 30px;
  }
  .home_intro_items{

  }
  .home_intro_item{

  }
  .home_intro_item:nth-child(n+2){
    margin-top: 54px;
  }
  .home_intro_item_tt{
    font-size: 30px;
  }
  .text_desc{
    font-size: 18px;
  }

  .home_example_box{
    padding-bottom: 70px;
  }
  .home_example_box .sec_title{
    top: -50px;
  }
  .home_example_tt{
    font-size: 39px;
  }
  .home_example_sub_tt{
    font-size: 30px;
  }
  .home_example_items{
    margin-inline:-13px;
    margin-top:60px;
  }
  .home_example_item{
    width: 50%;
    padding-inline:13px;
  }
  .home_example_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_example_item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_example_item_inner{
    height: 100%;
    padding: 46px 16px;
  }
  .home_example_item_tt{

  }
  .home_example_item_text{
    font-size: 50px;
  }
  .home_example_item.img .home_example_item_text{
    font-size: 30px;

  }
  .home_example_item_sub_tt{
    font-size: 26px;
  }
  .home_example_item_bg_y_txt{
    font-size: 22px;
  }
  .home_example_item .content_desc{
    padding: 16px 26px;
  }
}
@media (min-width:1024px){


  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_wrap{

  }
  .home_contents1_txt1{
    width: 100%;
    font-size: 35px;
    position: absolute;
    top: 47px;
    left: 50%;
    transform:translateX(-50%);
  }
  .home_contents1_box{
    display: block;
    position: relative;
    justify-content: flex-start;
  }
  .home_contents1_box1{
    width: 61.51%;
    margin-left: 0;
    margin-right: 0;
  }
  .home_contents1_box2{
    justify-content: flex-start;
    width: 61.76%;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 2;
    padding-left: 27px;
    margin-top: 0;
  }
  .home_contents1_box1_img{
    margin-left: var(--margin-for-device-side);
  }
  .home_contents1_box1_img:before{
    padding-top: 800px;
  }
  .home_contents1_box1_txt{
    bottom: 50px;
    padding: 0;
  }
  .home_contents1_box1_txt1{
    font-size: 18px;
    width: 62.45%;
  }
  .home_contents1_box1_txt2{
    font-size: 25px;
    margin-right: -20px;
    margin-top: 41px;
  }

  .home_contents1_box2_txt1{
    min-width: 100px;
  }
  .home_contents1_box2_txt2{
    font-size: 67px;
    margin-left: 30px;
    margin-top: -21px;
  }
  .home_contents1_box2_txt3{
    font-size:43px;
    margin-left: auto;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_wrap{

  }
  .home_contents2_tt{
    font-size: 64px;

    margin-inline: -50px;
  }
  .home_contents2_tt em{
    font-size: 50px;
  }
  .home_contents2_box{

  }
  .home_contents2_box1{
    padding-top: 40px;
  }
  .sec_title{

  }
  .sec_title_en{
    font-size: 50px;
  }
  .title_cacth{
    font-size: 75px;
  }
  .title_cacth strong{
    font-size: 110px;
  }
  .home_contents2_box2{

  }
  .home_contents2_box2_img{
    margin-right: var(--margin-for-device-side);
  }
  .home_contents2_box2_img:before{

  }

  .home_contents2_box2 .circle_btn{
    position: absolute;
    bottom: 37px;
    left: 46px;
    z-index: 2;
    margin-top: 0;
  }
  /*アナタはなぜ働くの？*/
  .home_contents3_wrap{
    display: block;
    position: relative;
  }
  .home_contents3_img{

  }
  .home_contents3_img:before{
    padding-top: 800px;
  }

  .home_contents3_title{
    width: 61.53%;
    position: absolute;
    left: 38.48%;
    top: 9%;
  }
  .home_contents3_title{

  }
  .home_contents3_title .sec_title.right{
    width: 49.19%;
    margin-left: auto;
  }
  .sec_title.ja{
    font-size:  40px;
  }
  .sec_title.ja strong{
    font-size: 80px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 30px;
  }
  .text_pos{
    position: absolute;
    font-weight: 900;
    z-index: 3;
  }
  .text_pos p{
    background: #fff;
    display: inline-block;
    padding: 0 5px 2px 14px;
  }
  .tate{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .text_pos.tate p{
    padding: 5px 5px;
  }
  .text_pos.tate p + p{
    margin-right: 5px;
  }
  .text_pos.pos1{
    font-size: 38px;
    left: 3.9%;
    top: 11.23%;
  }
  .text_pos.pos2{
    font-size: 35px;
    left: 19.73%;
    top: 40.11%;
  }
  .text_pos.pos3{
    font-size: 35px;
    left: 6.9%;
    top: 60.67%;
  }
  .text_pos.pos4{
    font-size: 32px;
    left: 47.36%;
    top: 34.83%;
  }
  .text_pos.pos5{
    font-size: 26px;
    right: 16.57%;
    top: 64.04%;
  }
  .text_pos.pos6{
    font-size: 26px;
    right: 5.26%;
    top: 47.41%;
  }

  .home_contents3_desc{
    font-size: 50px; 
    /*text-shadow    : 
      4px  4px 0px #ffffff,
      -4px  4px 0px #ffffff,
      4px -4px 0px #ffffff,
      -4px -4px 0px #ffffff,
      4px  0px 0px #ffffff,
      0px  4px 0px #ffffff,
      -4px  0px 0px #ffffff,
      0px -4px 0px #ffffff;  */
    
    text-shadow    : 
       4px  4px 2px #ffffff,
      -4px  4px 2px #ffffff,
       4px -4px 2px #ffffff,
      -4px -4px 2px #ffffff,
       4px  0px 2px #ffffff,
       0px  4px 2px #ffffff,
      -4px  0px 2px #ffffff,
       0px -4px 2px #ffffff;
    margin-top: -130px;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 65px;
  }
  .home_contents4_title_sub{
    font-size: clamp(1.875rem, -0.625rem + 12.5vw, 14.375rem);
    font-weight: 900;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: var(--main-color);
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
  .home_contents4_items{
    margin-top: -50px;
  }
  .home_contents4_item{
    width: 50%;
  }
  .home_contents4_item.type2{
    margin-top: 215px;
  }
  .home_contents4_item.type3{
    margin-top: -268px;
  }
  .home_contents4_item.type4 {
    margin-top: -30px;
  }
  .home_contents4_item_inner{

  }
  .home_contents4_item_img{

  }
  .home_contents4_item.type1 .home_contents4_item_img:before{

  }
  .home_contents4_item.type2 .home_contents4_item_img:before{

  }
  .home_contents4_item.type3 .home_contents4_item_img:before{

  }
  .home_contents4_item.type4 .home_contents4_item_img:before{

  }
  .home_contents4_item .text_pos.pos1{
    font-size: 22px;
  }

  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 35.247%;
  }
  .home_contents4_item.type3 .pos1{

  }
  .home_contents4_item.type4 .pos1{

  }
  .home_contents4_item .content_desc{
    font-size: 16px;
  }
  .home_contents4_item.type1 .content_desc{
    top: -50px;
    left: 27px;
  }
  .home_contents4_item.type2 .content_desc{

  }
  .home_contents4_item.type3 .content_desc{

  }
  .home_contents4_item.type4 .content_desc{

  }

  .home_contents5_wrap{
    margin-top: 123px;
  }
  .home_contents5_box{

  }
  .home_contents5_box1{

  }
  .home_contents5_box1_title{
    font-size: 46px;
  }
  .home_contents5_box2{

  }
  .home_contents5_box2_title{
    font-size: 24px;
  }
  .home_contents5_box2 .content_desc{
    font-size: 18px;
    margin-top: 15px;
  }
  .home_contents5_box2 .circle_btn{
    padding-right: 235px;
  }
  .home_contents5_sub{
    font-size: 42px;
  }
  .home_contents5_sub strong{
    font-size: 65px;
  }

  /*Enjoy your work*/
  .enjoy_item_txt{
    font-size: 40px;
  }
  .enjoy_item_txt strong{
    font-size: 110px!important;
  }
  .home_contents6_wrap .enjoy_item_txt.nowrap{
    /*font-size: 70px;*/
    /*top: -85px;*/
    /*margin-left: -40px;*/
  }
  .home_enjoy_slide.swiper{
    padding: 105px 0 190px;
    padding: 220px 0 190px;
  }
  .home_enjoy_slide.swiper .swiper-pagination{
    bottom: 140px;
  }
  .home_contents6_wrap .swiper-slide{
    width: 400px;
  }
  .swiper-slide-prev .enjoy_item,
  .swiper-slide-next .enjoy_item{
    padding-top: 70px; 
  }
  .slide-next{
    right: calc(50% - 234px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
  }
  .slide-prev{
    left: calc(50% - 234px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 60px;
  }
  .home_news_box{

  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item{

  }
  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .home_news_box .webgene-item .inner{
    height: 100%;
  }
  .home_news_box .webgene-item .img{

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

  }
  .home_news_box .webgene-item .title{
    font-size: 24px;
  }
  .home_news_box .webgene-item .desc{
    font-size: 18px;
  }

  /*お知らせ4個並び*/
  .home_news_box.col3 .webgene-item{
    width: 25%;
  }
  .home_news_box.col3 .webgene-item:nth-child(n+5){
    margin-top: 16px;
  }

  /*転職で人生、変わった話。*/
  .job_items{
    margin-top: 75px;
  }
  .job_item{
    width: 50%;
  }
  .job_item:nth-child(n+2){
    margin-top: 0;
  }
  .job_item_inner{

  }
  .job_item_meta{

  }
  .job_item_img{

  }
  .job_item_tt{

  }
  .job_item_tt_text{

  }
  .job_item_tt_text1{
    font-size: 20px;
  }
  .job_item_tt2{

  }
  .job_item_content{

  }
  .job_item_content_box{

  }
  .job_item_content_box_tt2{

  }
  .job_item_content_box_tt3{

  }
  .job_item_content_box_tt3 strong{
    font-size: 40px;
  }
  .job_item_content_center{
    font-size: 16px;
  }
  .job_item_content_center p{

  }
  .arr{

  }
  .home_contents8_wrap .circle_btn{
    margin-top: 100px;
  }

  /*転職の真実を教えます*/
  .content_txt{
    text-align: center;
  }
  .home_contents9_items{
    margin-top: 75px;
  }
  .home_contents9_item{

  }

  .home_contents9_item_inner{
    font-size: 14px;
  }
  .home_contents9_item_inner p{
    letter-spacing: 0.1em;
  }
  .home_contents9_item_inner:after{
    right: 10px;
  }

  /*追加要素*/
  .home_intro_box{
    padding: 36px 0 129px;
  }
  .home_intro_tt{
    font-size: 40px;
  }
  .home_intro_items{

  }
  .home_intro_item{

  }
  .home_intro_item_tt{
    font-size: 40px;
  }
  .text_desc{

  }

  .home_example_box{
    padding-bottom: 100px;
  }
  .home_example_box .sec_title{
    top: -50px;
  }
  .home_example_tt{
    font-size: 52px;
  }
  .home_example_sub_tt{
    font-size: 30px;
  }
  .home_example_items{
    margin-top: 70px;
  }
  .home_example_item{

  }
  .home_example_item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_example_item_inner{
    padding: 46px 35px 37px;
  }
  .home_example_item.img .home_example_item_inner{
    padding-top: 80px;
  }
  .home_example_item_tt{

  }
  .home_example_item_text{
    font-size: 60px;
  }
  .home_example_item.img .home_example_item_text{
    font-size: 24px;

  }
  .home_example_item_sub_tt{
    font-size: 24px;
    margin: 0 -20px;
  }
  .home_example_item_bg_y_txt{
    font-size: 24px;
  }
  .home_example_item .content_desc{
    font-size: 18px;
  }
}
@media (min-width:1200px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_wrap{

  }
  .home_contents1_box1_txt{
    bottom: 50px;
  }
  .home_contents1_txt1{
    font-size: 38px;
  }
  .home_contents1_box1_img:before{
    padding-top: 900px;
  }
  .home_contents1_txt1{
    width: 100%;
  }
  .home_contents1_box{
    display: block;
  }
  .home_contents1_box1{
    width: 61.51%;
  }
  .home_contents1_box1_txt1{
    padding-right: 92px;
  }
  .home_contents1_box1_txt2{
    font-size: 26px;
  }
  .home_contents1_box1_img{
    margin-left: var(--margin-for-device-side);
  }
  .home_contents1_box2{
    width: 67.76%;
    position: absolute;
    right: 0;
    top: 225px;
    z-index: 2;
    padding-left: 27px;
  }
  .home_contents1_box2_txt1{
    min-width: 120px;
  }
  .home_contents1_box2_txt2{
    font-size: 72px;
    margin-left: 87px;
  }
  .home_contents1_box2_txt3{
    font-size: 50px;
    margin-left: auto;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_wrap{

  }
  .home_contents2_tt{
    font-size: clamp(1.875rem, 0.75rem + 5.63vw, 7.5rem);
    white-space: nowrap;
    margin-inline: -50px;
  }
  .home_contents2_box{

  }
  .home_contents2_box1{
    width: 44.73%;
    position: relative;
  }
  .home_contents2_box1:before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sec_title{

  }
  .sec_title_en{

  }
  /*上位3%の優良企業だけを紹介*/
  .title_cacth{
    font-size: 40px;
  }
  .title_cacth strong{
    font-size: 70px;
  }

  .home_contents2_box1{
    padding-top: 40px;
  }
  .home_contents2_box2{
    width: 55.26%;
  }
  .home_contents2_box2_img{
    margin-right: var(--margin-for-device-side);
  }
  .home_contents2_box2_img:before{

  }

  /*アナタはなぜ働くの？*/
  .home_contents3_img:before{
    padding-top: 800px;
  }
  .sec_title.ja{
    font-size:  50px;
  }
  .sec_title.ja strong{
    font-size: 90px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 36px;
  }
  .text_pos.pos1{
    font-size: 40px;
    left: 3.9%;
    top: 11.23%;
  }
  .text_pos.pos2{
    font-size: 35px;
    left: 19.73%;
    top: 40.11%;
  }
  .text_pos.pos3{
    font-size: 35px;
    left: 6.9%;
    top: 60.67%;
  }
  .text_pos.pos4{
    font-size: 32px;
    left: 47.36%;
    top: 34.83%;
  }
  .text_pos.pos5{
    font-size: 28px;
    right: 16.57%;
    top: 64.04%;
  }
  .text_pos.pos6{
    font-size:28px;
    right: 5.26%;
    top: 47.41%;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 80px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 24px;
  }
  .home_contents4_item.type1 .pos1{
    left: auto;
    top: -4.007%;
    right: 3.8%;
  }
  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 30.247%;
  }
  .home_contents4_item .content_desc{
    font-size: 18px;
    
    text-shadow: 
    2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff,
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff;
  }

  .home_contents4_item.type1 .content_desc{
    top: -100px;
    left: 27px;
  }

  .home_contents5_box2_title {
    font-size: 26px;
  }
  .home_contents5_box1_title{
    font-size: 50px;
  }
  .home_contents5_sub{
    font-size: 50px;
  }
  .home_contents5_sub strong{
    font-size: 80px;
  }

  /*Enjoy your work*/
  .enjoy_item_txt{
    font-size: 50px;
  }
  .enjoy_item_txt strong{
    font-size: 120px!important;
  }
  .home_contents6_wrap .enjoy_item_txt.nowrap{
    /*font-size: 75px;*/
    /*margin-left: -60px;*/
  }
  .home_contents6_wrap .swiper-slide{
    width: 400px;
  }
  .slide-next{
    right: calc(50% - 235px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
  }
  .slide-prev{
    left: calc(50% - 235px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 60px;
  }
  .home_news_box .webgene-item .title{
    font-size: 26px;
  }
  .home_contents7_wrap .home_news_box .webgene-item:nth-child(n+3){
    display: block;
  }

  /*事例*/
  .job_item{
    width: 33.333%;
  }
  .job_item:nth-child(n+2){
    margin-top: 0;
  }
  .job_item:nth-child(n+3){
    display: block;
  }
  .job_item_content_box{
    width: 37.81%;
  }
  .job_item_inner{
    height: 100%;
    padding: 40px 16px;
  }
  .job_item_tt_text1{
    font-size: 20px;
  }
  .job_item_content_box_tt2{
    font-size: 18px;
  }
  .job_item_content_box_tt3 strong{
    font-size: 30px;
  }

  /*転職の真実を教えます*/
  .content_txt{

  }
  .home_contents9_items{

  }
  .home_contents9_item{
    width: 33.33%
  }
  .home_contents9_item:nth-child(n+3){
    margin-top: 0;;
  }
  .home_contents9_item:nth-child(n+4){
    margin-top: 24px;
  }


  /*追加要素*/
  .home_intro_tt{
    font-size: 50px;
  }
  .home_intro_item_tt{
    font-size: 50px;
  }

  .home_example_item{
    width: 33.333%; 
  }
  .home_example_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_example_item:nth-child(n+4){
    margin-top: 63px;
  }

  .home_example_item.img .home_example_item_text{
    font-size: 30px;
  }
}
@media (min-width:1280px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_box1_img:before{
    padding-top: 1100px;
  }
  .home_contents1_box1_txt{
    bottom: 10.83%;
  }
  .home_contents1_txt1{
    font-size: 41px;
  }
  .home_contents1_box1_txt2{
    font-size: 28px;
  }
  .home_contents1_box2_txt1{
    min-width: 165px;
  }
  .home_contents1_box2_txt2{
    font-size: 74px;
  }
  .home_contents1_box2_txt3{
    font-size: 30px;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_tt{
    white-space: nowrap;
    margin-inline: -50px;
  } 
  .home_contents2_tt strong{
    font-size: 135px;
  }
  .home_contents2_tt em{
    font-size: 80px;
  }
  .home_contents2_box1{
    padding-top: 70px;
  }
  .title_cacth{
    font-size: 40px;
  }
  .title_cacth strong{
    font-size: 80px;
  }

  /*アナタはなぜ働くの？*/
  .home_contents3_img:before{
    padding-top: 800px;
  }
  .sec_title.ja{
    font-size:  50px;
  }
  .sec_title.ja strong{
    font-size: 90px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 36px;
  }
  .text_pos.pos1{
    font-size: 40px;
    left: 3.9%;
    top: 11.23%;
  }
  .text_pos.pos2{
    font-size: 35px;
    left: 19.73%;
    top: 40.11%;
  }
  .text_pos.pos3{
    font-size: 35px;
    left: 6.9%;
    top: 60.67%;
  }
  .text_pos.pos4{
    font-size: 32px;
    left: 47.36%;
    top: 34.83%;
  }
  .text_pos.pos5{
    font-size: 28px;
    right: 16.57%;
    top: 64.04%;
  }
  .text_pos.pos6{
    font-size:28px;
    right: 5.26%;
    top: 47.41%;
  }

  .home_contents3_desc{
    font-size: 60px; 
    margin-top: -185px;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 80px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 24px;
  }
  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 35.247%;
  }
  .home_contents5_box2_title {
    font-size: 28px;
  }
  .home_contents5_box1_title{
    font-size: 50px;
  }
  .home_contents5_sub{
    font-size: 50px;
  }
  .home_contents5_sub strong{
    font-size: 80px;
  }

  .enjoy_item_txt strong{
    font-size: 150px!important;
  }

  .home_contents6_wrap .swiper-slide{
    width: 500px;
  }
  .slide-next{
    right: calc(50% - 290px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
  }
  .slide-prev{
    left: calc(50% - 290px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 60px;
  }

  /*事例*/
  .job_item_tt_text1{
    font-size: 20px;
  }
  .job_item_content_box_tt3 strong{
    font-size: 40px;
  }
  .job_item_content_box_tt2{
    font-size: 20px;
  }

  .home_contents9_item_inner:after{
    right: 20px;
  }

  .home_example_item_bg_y_txt{
    font-size: 30px;
  }
}
@media (min-width:1470px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_box1_img:before{
    padding-top: 1100px;
  }
  .home_contents1_txt1{
    font-size: 48px;
  }
  .home_contents1_box1_txt2{
    font-size: 32px;
  }
  .home_contents1_box2_txt3{
    font-size: 53px;
  }

  .home_contents1_box2_txt2{
    font-size: 95px;
  }

  /*上位3%の優良企業だけを紹介*/
  .home_contents2_box1{
    padding-top: 90px;
  }
  .title_cacth{
    font-size: 50px;
  }
  .title_cacth strong{
    font-size: 90px;
  }

  /*アナタはなぜ働くの？*/
  .home_contents3_img:before{
    padding-top: 1000px;
  }
  .sec_title.ja{
    font-size:  70px;
  }
  .sec_title.ja strong{
    font-size: 110px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 40px;
  }
  .text_pos.pos1{
    font-size: 45px;
    left: 3.9%;
    top: 11.23%;
  }
  .text_pos.pos2{
    font-size: 41px;
    left: 19.73%;
    top: 40.11%;
  }
  .text_pos.pos3{
    font-size: 40px;
    left: 6.9%;
    top: 60.67%;
  }
  .text_pos.pos4{
    font-size: 38px;
    left: 47.36%;
    top: 34.83%;
  }
  .text_pos.pos5{
    font-size: 32.4px;
    right: 16.57%;
    top: 64.04%;
  }
  .text_pos.pos6{
    font-size: 32.4px;
    right: 5.26%;
    top: 47.41%;
  }

  .home_contents3_desc{
    font-size: 70px; 
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 90px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 28px;
  }
  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 45.247%;
  }
  .home_contents5_box2_title {
    font-size: 34px;
  }
  .home_contents5_box1_title{
    font-size: 70px;
  }

  .home_contents5_sub{
    font-size: 60px;
  }
  .home_contents5_sub strong{
    font-size: 90px;
  }

  .home_contents6_wrap .enjoy_item_txt.nowrap {
    /*font-size: 105px;*/
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 70px;
  }

  .home_contents6_wrap .swiper-slide{
    width: 600px;
  }
  .slide-next{
    right: calc(50% - 343px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/right.png);
  }
  .slide-prev{
    left: calc(50% - 343px);
    background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/left.png);
  }

  /*事例*/
  .job_item_content_box{
    width: 34.81%;
  }
  .job_item_inner{
    height: 100%;
    padding: 40px 30px;
  }
  .job_item_content_center{
    font-size: 18px;
  }
  /*事例*/
  .job_item_tt_text1{
    font-size: 23px;
  }


  /*追加要素*/
  .home_intro_tt{
    font-size: 60px;
  }
  .home_intro_item_tt{
    font-size: 60px;
  }
  .home_example_sub_tt{
    font-size: 40px;
  }
  .home_example_item.img .home_example_item_text{
    font-size: 38px;
  }
  
  .home_example_tt{
    font-size: 65px;
  }
}
@media (min-width:1536px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_box1_img:before{
    padding-top: 1200px;
  }
  .home_contents1_txt1{
    font-size: 50px;
  }
  .home_contents1_box1_txt2{
    font-size: 32px;
  }
  .home_contents1_box2_txt3{
    font-size: 48px;
  }

  /*上位3%の優良企業だけを紹介*/
  .title_cacth{
    font-size: 60px;
  }
  .title_cacth strong{
    font-size: 100px;
  }

  /*アナタはなぜ働くの？*/
  .home_contents3_img:before{
    padding-top: 58.55%;
  }
  .sec_title.ja{
    font-size:  80px;
  }
  .sec_title.ja strong{
    font-size: 130px;
  }
  .home_contents3_wrap .sec_title_en{
    font-size: 50px;
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 90px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 30px;
  }
  .home_contents4_item.type2 .pos1{
    left: auto;
    right: 2.6%;
    bottom: auto;
    top: 49.247%;
  }
  .home_contents5_box2_title {
    font-size: 36px;
  }
  .home_contents5_box1_title{
    font-size: 80px;
  }

  .home_contents5_sub{
    font-size: 60px;
  }
  .home_contents5_sub strong{
    font-size: 90px;
  }

  /*お知らせ*/
  .sec_title{

  }
  .sec_title_ja{
    font-size: 100px;
  }
  .home_news_box .webgene-item .title{
    font-size: 32px;
  }

  /*事例*/
  .job_item_content_box{
    width: 39.81%;
  }

  /*転職の真実を教えます*/
  .home_contents9_item_inner{
    font-size: 16px;
    min-height: 62px;
  }

  .home_example_tt{
    font-size: 65px;
  }
  .home_example_item_sub_tt{
    font-size: 32px;
  }
}
@media (min-width:1740px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_txt1{
    font-size: 58px;
  }
  .home_contents1_box1_img:before{
    padding-top: 1200px;
  }

  .home_contents1_box1_txt{
    bottom: 10.83%;
  }
  .home_contents1_box1_txt2{
    font-size: 41px;
  }

  .home_contents1_box2_txt2{
    font-size: 125px;
  }
  .home_contents1_box2_txt3{
    font-size: 61px;
  }

  /*上位3%の優良企業だけを紹介*/
  .title_cacth{
    font-size: 75px;
  }
  .title_cacth strong{
    font-size: 110px;
  }

  .home_contents3_desc{
    font-size: 80px; 
  }

  /*あなたの“こうなりたい”を、ただの夢で終わらせない転職を。*/
  .home_contents4_title{
    font-size: 105px;
  }
  .home_contents4_item .text_pos.pos1{
    font-size: 38px;
  }
  .home_contents5_box2_title {
    font-size: 42px;
  }

  .home_contents5_sub{
    font-size: 70px;
  }
  .home_contents5_sub strong{
    font-size: 100px;
  }

  .home_example_tt{
    font-size: 80px;
  }
  .home_example_item_sub_tt{
    font-size: 40px;
  }
}
@media (min-width:1840px){
  /*マンツーマンで寄り添い、あなたの可能性に火をつける。*/
  .home_contents1_box1_img:before{
    padding-top: 101.58%;
  }
}







/*******************************
*　自己実現を叶える セクション
********************************/
.pg_selfRealization{
  overflow: hidden;
}
.pg_selfRealization .section.sec1{

}
.pg_selfRealization .section.sec2{
  background: #ffff00;
  overflow: hidden;
  padding-bottom: 50px;
}
.pg_selfRealization .section.sec3{
  overflow: hidden;
  background: var(--main-color);
  padding-bottom: 80px;
}
.pg_selfRealization .section.sec4{

}
.pg_selfRealization .section.sec5{

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

  }
  .pg_selfRealization .section.sec1{

  }
  .pg_selfRealization .section.sec2{
    padding-bottom: 100px;
  }
  .pg_selfRealization .section.sec3{
    padding-bottom: 100px;
  }
  .pg_selfRealization .section.sec4{

  }
  .pg_selfRealization .section.sec5{

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

  }
  .pg_selfRealization .section.sec1{

  }
  .pg_selfRealization .section.sec2{
    padding-bottom: 140px;
  }
  .pg_selfRealization .section.sec3{
    padding-bottom: 200px;
  }
  .pg_selfRealization .section.sec4{

  }
  .pg_selfRealization .section.sec5{

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

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

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

}
/*******************************
*　自己実現を叶える
********************************/
/*見出し*/
.cmn_about.self .cmn_about_head{
  position: relative;
  z-index: 1;
}
.cmn_about.self{

}
.cmn_about.self{

}
.selfRealization_hdr_box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -24px;
  z-index: 0;
}
.selfRealization_hdr_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.content_hdr_tt{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.444em;
}
.selfRealization_hdr_box .cmn_about_txt{

}
.selfRealization_hdr_box2{
  width: 100%;
  order: 1;
}
.selfRealization_hdr_box2_img:before{
  padding-top: 74.78%;
}

/*建設業界が繋がっていたとしたら？*/
.selfRealization_content1_wrap{

}
.selfRealization_content1_tt{
  text-align: center;
}
.selfRealization_content1_tt1{
  font-size: 28px;
  font-weight: 900;
}
.selfRealization_content1_tt1 strong{
  font-size: 30px;
  font-weight: 900;
}
.selfRealization_content1_tt2{
  font-size: 31px;
  font-weight: 900;
  line-height: 1em;
  /*text-shadow    :
    2px  2px 0px #ffff1a,
    -2px  2px 0px #ffff1a,
    2px -2px 0px #ffff1a,
    -2px -2px 0px #ffff1a,
    2px  0px 0px #ffff1a,
    0px  2px 0px #ffff1a,
    -2px  0px 0px #ffff1a,
    0px -2px 0px #ffff1a;
  */ 
  text-shadow    : 
       4px  4px 1px #ffff1a,
      -4px  4px 1px #ffff1a,
       4px -4px 1px #ffff1a,
      -4px -4px 1px #ffff1a,
       4px  0px 1px #ffff1a,
       0px  4px 1px #ffff1a,
      -4px  0px 1px #ffff1a,
       0px -4px 1px #ffff1a;
  
  position: relative;
  z-index: 1;
}
.selfRealization_content1_wrap .cmn_about_imgs{
  margin-right: auto;
  margin-left: var(--margin-for-device-side-w);
  margin-top: 0;
  position: relative;
  top: -17px;
  z-index: 0;
}
.selfRealization_content1_wrap .cmn_about_imgs_item{
  width: 50%;
}
.selfRealization_content1_wrap .cmn_about_imgs_item.img_fit:before{
  padding-top: 122.16%;
}
.selfRealization_content1_wrap .sec_title{
  position: absolute;
  bottom: 0;
}
.sec_title.sm{
  position: relative;
  top: -52px;
}
.sec_title.sm .sec_title_en{
  font-size: 24px;
  background: var(--main-color);
  padding: 11px 34px 11px 10px;
}
.sec_title.sm .sec_title_en:before{
  background: var(--main-color);
}


.selfRealization_content2_wrap{

}
.selfRealization_content2_wrap .home_contents5_box2_title{
  font-size: 20px;
  line-height: 1.444em;
}
.selfRealization_content2_wrap .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777em;
  text-align: justify;
  margin-top: 20px;
}

/*YOUR PLACE*/
.selfRealization_content3_wrap{

}
.selfRealization_content3_wrap .sec_header{
  margin-bottom: 26px;
}
.selfRealization_content3_wrap .sec_title{
  color: #fff;
}
.selfRealization_content3_wrap .sec_title_ja{
  font-size: 22px;
  text-align: left;
  line-height: 1.34em
}
.sec_title_sub{
  position: relative;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-top: 20px;
}
.sec_title_sub:before{
  content: "";
  display: block;
  width: 100%;
  height:1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec_title_sub p{
  position: relative;
  display: inline-block;
  z-index: 1;
  background: #fe5004;
  letter-spacing: 0.05em;
  padding-right: 25px;
}

/*繰り返し*/
.selfRealization_content3_items{
  margin-top:50px;
}
.selfRealization_content3_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #e6e6e6;
  padding-top: 50px;
  padding-bottom: 42px;
  position: relative;
}
.selfRealization_content3_item:nth-child(n+2){
  margin-top: 50px;
}
.selfRealization_content3_item:after{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.selfRealization_content3_item:nth-child(even):after{
  background: #FFF;
}
  
.selfRealization_content3_box1{
  width: 100%;
  position: relative;
  z-index: 1;
  order: 2;
  margin-top: 20px;
}
.selfRealization_content3_box1_txt1{
  font-size: 18px;
  font-weight: 900;
}
.selfRealization_content3_box1_txt1 p{
  display: inline-block;
  background: #ffff00;
  padding: 0 16px;
}
.selfRealization_content3_box1_txt2{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.38em;
  margin-top: 16px;
}
.selfRealization_content3_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777em;
  text-align: justify;
  margin-top: 20px;
}
.selfRealization_content3_box2{
  width: 100%;
  position: relative;
  z-index: 1;
  order: 1;
}
.selfRealization_content3_box2_img:before{
  padding-top: 65%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .cmn_about.self .cmn_about_head_txt{
    font-size: 30px;
  }
  .cmn_about.self .content_hdr_tt{
    font-size: 23px;
  }
  
  .selfRealization_content1_wrap .cmn_about_imgs_item:nth-child(n+3){
    display: none;
  }
}
@media (min-width:768px){
  .pg_selfRealization{

  }
  .pg_selfRealization .section.sec1{

  }
  .pg_selfRealization .section.sec2{

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

  }
  .pg_selfRealization .section.sec5{

  }

  /*見出し*/
  .cmn_about.self{

  }
  .cmn_about.self{

  }
  .selfRealization_hdr_box{

  }
  .selfRealization_hdr_box1{

    margin-top: 30px;
  }
  .content_hdr_tt{
    font-size: 36px;
  }
  .selfRealization_hdr_box .cmn_about_txt{
    margin-top: 45px;
  }
  .selfRealization_hdr_box2{
    order: 1;
  }
  .selfRealization_hdr_box2_img:before{

  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_wrap{

  }
  .selfRealization_content1_tt{

  }
  .selfRealization_content1_tt1{
    font-size: 30px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 45px;
  }
  .selfRealization_content1_tt2{
    font-size: 42px;
  }
  .selfRealization_content1_wrap .cmn_about_imgs{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item:before{

  }
  .sec_title.sm{

  }
  .sec_title.sm .sec_title_en{
    font-size: 30px;
  }

  .selfRealization_content2_wrap{

  }
  .selfRealization_content2_wrap .home_contents5_box2_title{
    font-size: 24px;
  }
  .selfRealization_content2_wrap .content_desc{
    margin-top: 32px;
  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{

  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size:43px;
  }
  .sec_title_sub{
    font-size: 23px;
    margin-top: 31px;
  }
  .sec_title_sub:before{

  }
  .sec_title_sub p{

  }

  /*繰り返し*/
  .selfRealization_content3_items{
    margin-top: 100px;
  }
  .selfRealization_content3_item{

  }
  .selfRealization_content3_item:nth-child(n+2){
    margin-top: 50px;
  }
  .selfRealization_content3_box1{
    margin-top: 30px;
  }
  .selfRealization_content3_box1_txt1{
    font-size: 20px;
  }
  .selfRealization_content3_box1_txt1 p{
    padding: 0 27px;
  }
  .selfRealization_content3_box1_txt2{
    font-size: 40px;
  }
  .selfRealization_content3_desc{

  }
  .selfRealization_content3_box2{

  }
  .selfRealization_content3_box2_img:before{

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

  }
  .pg_selfRealization .section.sec1{

  }
  .pg_selfRealization .section.sec2{

  }
  .pg_selfRealization .section.sec3{

  }
  .pg_selfRealization .section.sec4{

  }
  .pg_selfRealization .section.sec5{

  }

  /*見出し*/
  .cmn_about.self .cmn_about_head{
    position: relative;
    z-index: 1;
  }
  .cmn_about.self{

  }
  .cmn_about.self{

  }
  .selfRealization_hdr_box{
    justify-content: flex-end;
    position: relative;
    top: -50px;
    z-index: 0;
  }
  .selfRealization_hdr_box1{
    width: 49.01%;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    order: 1;
    margin-top: 0;
  }
  .content_hdr_tt{
    font-size: 28px;
  }
  .selfRealization_hdr_box .cmn_about_txt{
    margin-top: 45px;
  }
  .selfRealization_hdr_box2{
    width: 61.51%;
    position: relative;
    z-index: 0;
    order: 2;
  }
  .selfRealization_hdr_box2_img:before{
    padding-top: 120.78%;
  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_wrap{

  }
  .selfRealization_content1_tt{
    text-align: center;
  }
  .selfRealization_content1_tt1{
    font-size: 36px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 55px;
  }
  .selfRealization_content1_tt2{
    font-size: 53px;
  }
  .selfRealization_content1_wrap .cmn_about_imgs{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item{
    width: 33.333%;
  }
  .selfRealization_content1_wrap .cmn_about_imgs_item:before{

  }
  .sec_title.sm{

  }
  .sec_title.sm .sec_title_en{
    font-size: 35px;
  }

  .selfRealization_content2_wrap{

  }
  .selfRealization_content2_wrap .home_contents5_box2_title{
    font-size: 32px;
  }
  .selfRealization_content2_wrap .content_desc{
    font-size: 18px;
  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{

  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size: 50px;
  }
  .sec_title_sub{
    font-size: 30px;
  }
  .sec_title_sub:before{

  }
  .sec_title_sub p{

  }

  /*繰り返し*/
  .selfRealization_content3_items{
    margin-top: 150px;
  }
  .selfRealization_content3_item{

  }
  .selfRealization_content3_item:nth-child(n+2){
    margin-top: 100px;
  }
  .selfRealization_content3_item:after{
    margin-left: 0;
    margin-right: 0;
  }
  .selfRealization_content3_item:nth-child(odd):after{
    left: 0;
  }
  .selfRealization_content3_item:nth-child(even):after{
    right: 0;
  }
  .selfRealization_content3_item:nth-child(odd){
    padding-left: 100px;
  }
  .selfRealization_content3_item:nth-child(even){
    padding-right: 100px;
  }
  .selfRealization_content3_item:nth-child(odd) .selfRealization_content3_box1{
    order: 1;
  }
  .selfRealization_content3_item:nth-child(odd) .selfRealization_content3_box2{
    order: 2;
  }
  .selfRealization_content3_item:nth-child(even) .selfRealization_content3_box1{
    order: 2;
  }
  .selfRealization_content3_item:nth-child(even) .selfRealization_content3_box2{
    order: 1;
  }
  .selfRealization_content3_box1{
    width: 52.32%;
  }
  .selfRealization_content3_box1_txt1{
    font-size: 28px;
  }
  .selfRealization_content3_box1_txt1 p{

  }
  .selfRealization_content3_box1_txt2{
    font-size: 34px;
  }
  .selfRealization_content3_desc{
    font-size: 18px;
    margin-top: 33px;
  }
  .selfRealization_content3_box2{
    width: 41.25%;
  }
  .selfRealization_content3_box2_img:before{
    padding-top: 96.58%;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .content_hdr_tt{
    font-size: 30px;
  }
  .selfRealization_hdr_box2_img:before{
    padding-top: 108.78%;
  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_tt1{
    font-size: 40px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 60px;
  }
  .selfRealization_content1_tt2{
    font-size: 60px;
  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{

  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size: 60px;
  }
  .sec_title_sub{
    font-size:30px;
  }
  .sec_title_sub:before{

  }
  .sec_title_sub p{

  }

  /*繰り返し*/
  .selfRealization_content3_items{

  }
  .selfRealization_content3_item{

  }
  .selfRealization_content3_box1{

  }
  .selfRealization_content3_box1_txt1{
    font-size: 30px;
  }
  .selfRealization_content3_box1_txt1 p{

  }
  .selfRealization_content3_box1_txt2{
    font-size: 44px;
  }
  .selfRealization_content3_desc{

  }
  .selfRealization_content3_box2{

  }
  .selfRealization_content3_box2_img:before{

  }
}
@media (min-width:1280px){
  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_tt1{
    font-size: 45px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 65px;
  }
  .selfRealization_content1_tt2{
    font-size: 65px;
  }

}
@media (min-width:1470px){
  /*見出し*/
  .content_hdr_tt{
    font-size: 36px;
  }
  .selfRealization_hdr_box2_img:before{
    padding-top: 86.78%;
  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_wrap{

  }
  .selfRealization_content1_tt{

  }
  .selfRealization_content1_tt1{
    font-size: 55px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 75px;
  }
  .selfRealization_content1_tt2{
    font-size: 75px;
  }
  .selfRealization_content1_wrap .cmn_about_imgs{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item:before{

  }

  .selfRealization_content2_wrap .home_contents5_box2_title{
    font-size: 45px;
  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{
    text-align: left;
  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size: 70px;
  }
  .sec_title_sub{

  }
  .sec_title_sub:before{

  }
  .sec_title_sub p{

  }
  .sec_title_sub{
    font-size:45px;
  }

  /*繰り返し*/
  .selfRealization_content3_items{

  }
  .selfRealization_content3_item{

  }
  .selfRealization_content3_box1{

  }
  .selfRealization_content3_box1_txt1{
    font-size: 40px;
  }
  .selfRealization_content3_box1_txt1 p{

  }
  .selfRealization_content3_box1_txt2{
    font-size: 50px;
  }
  .selfRealization_content3_desc{

  }
  .selfRealization_content3_box2{

  }
  .selfRealization_content3_box2_img:before{

  }
}
@media (min-width:1536px){
  /*見出し*/
  .content_hdr_tt{
    font-size: 40px;
  }
  .selfRealization_hdr_box2_img:before{
    padding-top: 74.78%;
  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_wrap{

  }
  .selfRealization_content1_tt{

  }
  .selfRealization_content1_tt1{
    font-size: 55px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 85px;
  }
  .selfRealization_content1_tt2{
    font-size: 83px;
  }
  .selfRealization_content1_wrap .cmn_about_imgs{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item{

  }
  .selfRealization_content1_wrap .cmn_about_imgs_item:before{

  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{
    text-align: left;
  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size: 80px;
  }

  .pg_selfRealization .section.sec3 .cmn_footer_msg_title{
    margin-inline: -105px;  
  }
}
@media (min-width:1740px){
  /*見出し*/
  .content_hdr_tt{
    font-size: 45px;
  }

  /*建設業界が繋がっていたとしたら？*/
  .selfRealization_content1_tt1{
    font-size: 68px;
  }
  .selfRealization_content1_tt1 strong{
    font-size: 95px;
  }
  .selfRealization_content1_tt2{
    font-size: 94px;
  }

  /*YOUR PLACE*/
  .selfRealization_content3_wrap{

  }
  .selfRealization_content3_wrap .sec_title{
    text-align: left;
  }
  .selfRealization_content3_wrap .sec_title_ja{
    font-size: 97px;
  }

  .selfRealization_content3_box1_txt2{
    font-size: 65px;
  }
}

/*******************************
*　事例 セクション
********************************/
.body_jobChangeCase{
  background: #f3f3f3;
}
.pg_jobChange{

}
.pg_jobChange .section.sec1{

}
.pg_jobChange .section.sec1_5{
  padding-top: 0
}
.pg_jobChange .section.sec2{
  background: #ffff00;
  padding-bottom: 80px;
}
.pg_jobChange .section.sec3{

}
.pg_jobChange .section.sec4{

}
.pg_jobChange .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_jobChange .section.sec1{
    padding-bottom: 0;
  }
  .pg_jobChange .section.sec1_5{
    padding-top: 34px;
  }
  .pg_jobChange .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_jobChange .section.sec3{

  }
  .pg_jobChange .section.sec4{

  }
  .pg_jobChange .section.sec5{

  }


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

  }
  .pg_jobChange .section.sec1{

  }
  .pg_jobChange .section.sec2{
    padding-bottom: 200px;
  }
  .pg_jobChange .section.sec3{

  }
  .pg_jobChange .section.sec4{

  }
  .pg_jobChange .section.sec5{

  }

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


}

/*******************************
*　事例 
********************************/
/*見出し*/
.jobChange_contents1_wrap .sec_header{
  margin-bottom: 30px;
}
.cmn_about.job{

}
.cmn_about.job .cmn_about_head{

}
.cmn_about .cmn_about_head_txt{

}
.cmn_about.job .cmn_about_head_txt{
  line-height: 1.37em;
}
.cmn_about.job .selfRealization_hdr_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about.job .selfRealization_hdr_box1{
  order: 2;
}
.cmn_about.job .selfRealization_hdr_box2{
  order: 1;
}
.cmn_about.job .selfRealization_hdr_box2_img:before{
  padding-top: 64.1%;
}

/*私の人生が変わったのはあの日ファンズに相談したから*/
.jobChange_contents1_wrap{

}
.jobChange_contents1_wrap .sec_title{

}
.jobChange_contents1_wrap .sec_title_ja{
  letter-spacing: 0;
  line-height: 1.36em;
  margin-inline:-20px;
}
.sec_title_sub.center{
  text-align: center;
  color: #181818;
  margin-top: 20px;
}
.sec_title_sub.center:before{
  display: none;
}
.sec_title_sub.center p{
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
}
.sec_title_sub.center p:before{
  content: "―";
}
.sec_title_sub.center p:after{
  content: "―";
}

/*事例*/
.jobChangeCase_items{
  margin-inline:0
}
.jobChangeCase_items .job_item{
  width: 100%;

  padding-inline:0;
}
.jobChangeCase_items .job_item:nth-child(n+2){
  margin-top: 30px;
}
.jobChangeCase_items .job_item:nth-child(n+3){
  display: block;
}
.jobChangeCase_items .job_item_inner{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px 16px;
}
.jobChangeCase_items .job_item_left{
  width: 100%;
}
.jobChangeCase_items .job_item_right{
  width: 100%;

  margin-top:20px;;
}
.job_item_right_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.77em;
  text-align: justify;
  margin-top: 20px;
}
.job_item_right_txt p{
  letter-spacing: 0.05em;
}
.job_item_right strong{

}
.job_item_right_txt strong{
  font-weight: 900;
  /*color: var(--main-color);*/
  color: #fe0404;
}
.jobChangeCase_items .job_item_content_box{
  padding: 31px 0 25px;
}
.job_item_content_box.red strong{
  color: #fe0404;
}

/*追加要素*/
.job_contants_wrap{

}
.job_contants_wrap .cmn_about_head_txt{
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 1.34em;
}
.job_contants_wrap .home_example_sub_tt{
  margin-top: 27px;
}
.job_contants_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.job_contants_item{
  width: 100%;
}
.job_contants_item:nth-child(n+2){
  margin-top: 20px;;
}
.job_contants_item_inner{
  background: var(--main-color);
  border-radius: 30px;
  padding: 34px 16px;
}
.job_contants_item_tt{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.57em;
  color: #fff;
}
.job_contants_item_content{
  font-size: 17px;
  font-weight: 900;
  background: #fff;
  border-radius: 15px;
  margin-top: 15px;
  padding: 8px 5px 14px 27px;
}
.job_contants_item_content p{
  position: relative;
  padding-left: 37px;
}
.job_contants_item_content p:nth-child(n+2){
  margin-top: 13px;
}
.job_contants_item_content p:before{
  content: "";
  display: block;
  width: 20px;
  aspect-ratio:1 / 1;
  background-image: url(https://fun-fan-agent.co.jp/system_panel/uploads/images/chack.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.param_content{
  border: 3px solid var(--main-color);
  font-size: 18px;
  font-weight: 600;
  padding: 20px 27px;
}
.param_content p{
  letter-spacing: 0.05em;
}
.param_meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 14px;
}
.param_meta_left{

}
.param_meta_right{
  display: flex;
  flex-wrap: wrap;
}
.param_meta_right_item{
  display: flex;
  align-items: center;

}
.param_meta_right_item_txt1{
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
}
.param_meta_right_item_txt2{

  margin-left: 10px;
}
.param_detail{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2em;
  margin-top: 12px;
}
.param_detail p{
  min-width: 218px;
}
.param_detail p{

}
.param_detail2{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.79em;
}
.param_detail3{
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}
.param_detail4{
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .cmn_about.job .cmn_about_head_txt{
    font-size: 24px;
  }


  .sec_title_sub.center p{
    padding-right: 0;
  }

  .sub_img{
    width: 90px;
    margin: 0 auto;
  }
  .job_item_meta{
    flex-wrap: wrap;
  }
  .job_item_img{
    text-align: center;
    width: 100%;
  }
  .job_item_tt{
    width: 100%;
    margin-top: 16px;
  }
  .job_item_tt_text{
    margin-right: 0;
  }
  .job_item_content_box{
    width: 100%; 
  }
  .job_item_content{
    justify-content: center;
  }
  .arr{
    transform: rotate(90deg);
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .job_item_content_center{
    margin-top: 20px;
  }
  .job_items .job_item .job_item_content_box{
    padding: 16px 0;
  }

  .param_content{
    padding: 30px 16px;
  }
}
@media (min-width:768px){
  /*見出し*/
  .cmn_about.job{

  }
  .cmn_about.job .cmn_about_head{

  }

  .cmn_about.job .cmn_about_head_txt{
    font-size: 47px;
  }
  .cmn_about.job .selfRealization_hdr_box{

  }
  .cmn_about.job .selfRealization_hdr_box1{

  }
  .cmn_about.job .selfRealization_hdr_box2{

  }

  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap{

  }
  .jobChange_contents1_wrap .sec_title{

  }
  .jobChange_contents1_wrap .sec_title_ja{

  }
  .sec_title_sub.center{
    text-align: center;
    color: #181818;
  }
  .sec_title_sub.center:before{
    display: none;
  }
  .sec_title_sub.center p{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_title_sub.center p:before{
    content: "―";
  }
  .sec_title_sub.center p:after{
    content: "―";
  }

  /*事例*/
  .jobChangeCase_items{

  }
  .jobChangeCase_items .job_item{

  }
  .jobChangeCase_items .job_item:nth-child(n+2){
    margin-top: 57px;
  }
  .jobChangeCase_items .job_item_inner{
    padding: 30px 40px;
  }
  .jobChangeCase_items .job_item_left{

  }
  .jobChangeCase_items .job_item_right{
    margin-top:30px;;
  }
  .jobChangeCase_items .job_item_riight_txt{

  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_wrap .cmn_about_head_txt{
    font-size: 43px;
  }
  .job_contants_wrap .home_example_sub_tt{

  }
  .job_contants_items{
    margin-inline:-13px;
    margin-top: 60px;
  }
  .job_contants_item{
    width: 50%;
    padding-inline:13px;
  }
  .job_contants_item:nth-child(n+2){
    margin-top: 0;;
  }
  .job_contants_item:nth-child(n+3){
    margin-top: 20px;;
  }
  .job_contants_item_inner{
    padding: 34px 16px;
  }
  .job_contants_item_tt{
    font-size: 22px;
    margin-inline: -16px;
  }
  .job_contants_item_content{
    font-size: 19px;
  }
  .job_contants_item_content p:before{
    width: 20px;
    top: 5px;
  }
  
  .param_meta_right_item:first-child{
    margin-right: 10px;
  }
}
@media (min-width:1024px){
  /*見出し*/
  .cmn_about.job{

  }
  .cmn_about.job .cmn_about_head{

  }
  .cmn_about .cmn_about_head_txt{

  }
  .cmn_about.job .selfRealization_hdr_box{

  }
  .cmn_about.job .cmn_about_head_txt{
    font-size: 60px;
  }
  .cmn_about.job .content_hdr_tt{
    margin-right: -20px;
  }
  .cmn_about.job .selfRealization_hdr_box1{
    width: 32.23%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 108px;
  }
  .cmn_about.job .selfRealization_hdr_box2{
    width: 61.51%;
  }
  .cmn_about.job .selfRealization_hdr_box2_img:before{
    padding-top:80%;
  }

  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap{

  }
  .jobChange_contents1_wrap .sec_title{

  }
  .jobChange_contents1_wrap .sec_title_ja{

  }
  .sec_title_sub.center{

  }
  .sec_title_sub.center:before{

  }
  .sec_title_sub.center p{

  }

  /*事例*/
  .jobChangeCase_items{

  }
  .jobChangeCase_items .job_item{

  }
  .jobChangeCase_items .job_item:nth-child(n+2){
    margin-top: 57px;
  }
  .jobChangeCase_items .job_item_inner{
    padding: 45px 30px 50px;
  }
  .jobChangeCase_items .job_item_left{
    width: 100%;
  }
  .jobChangeCase_items .job_item_right{
    width: 100%;
  }

  .jobChangeCase_items .job_item_right{

    margin-top:40px;;
  }
  .job_item_right_txt{
    font-size: 18px;
    margin-top: 40px;
    padding-left: 14px;
  }
  .jobChangeCase_items .job_item_tt_text1{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_tt2{
    font-size: 22px;
    margin-top: 21px;
  }
  .jobChangeCase_items .job_item_img{
    padding-top: 10px;
  }
  .jobChangeCase_items .job_item_content{
    margin-top: 14px;
  }
  .jobChangeCase_items .job_item_content_box_tt2{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_content_box_tt3{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_content_box_tt3 strong{
    font-size: 60px;
  }
  .jobChangeCase_items .job_item_content_center{
    font-size: 27px;
  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_wrap .cmn_about_head_txt{

  }
  .job_contants_wrap .home_example_sub_tt{

  }
  .job_contants_items{

  }
  .job_contants_item{

  }
  .job_contants_item_inner{

  }
  .job_contants_item_tt{

  }
  .job_contants_item_content{

  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_wrap .cmn_about_head_txt{
    font-size: 59px;
  }
  .job_contants_wrap .home_example_sub_tt{

  }
  .job_contants_items{
    margin-top: 70px;
  }
  .job_contants_item{
    width: 33.333%;
  }
  .job_contants_item:nth-child(n+3){
    margin-top: 0;
  }
  .job_contants_item:nth-child(n+4){
    margin-top:20px;;
  }
  .job_contants_item_inner{
    padding: 34px 16px;
  }
  .job_contants_item_tt{
    font-size: 22px;
  }
  .job_contants_item_content{
    font-size: 18px;
  }
  .job_contants_item_content p{
    padding-left: 30px;
  }
  .job_contants_item_content p:before{
    width: 20px;
    top: 5px;
  }

  .param_meta_right_item:first-child{
    margin-right: 20px;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .cmn_about.job .cmn_about_head_txt{
    font-size: 70px;
  }
  .cmn_about.job .selfRealization_hdr_box2_img:before{
    padding-top: 64.1%;
  }

  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap{

  }
  .jobChange_contents1_wrap .sec_title{

  }
  .jobChange_contents1_wrap .sec_title_ja{
    font-size: 70px;
  }
  .sec_title_sub.center{

  }
  .sec_title_sub.center:before{

  }
  .sec_title_sub.center p{

  }
  .jobChangeCase_items .job_item_tt_text1{
    font-size: 35px;
    font-size: 32px;
  }
  .jobChangeCase_items .job_item_tt2{
    font-size: 27px;
    margin-top: 21px;
  }
  .jobChangeCase_items .job_item_left{
    width: 48.12%;
  }
  .jobChangeCase_items .job_item_right{
    width: 43.52%;
    margin-top: 0;
  }
  .sub_img{
    width: 130px;;
    margin: 0 auto;
  }
  .jobChangeCase_items .job_item_content_box_tt2{
    font-size: 23px;
  }
  .jobChangeCase_items .job_item_content_box_tt3{
    font-size: 23px;
  }
  .jobChangeCase_items .job_item_content_box_tt3 strong{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_content_center{
    font-size: 24px;
  }

  .job_contants_wrap .cmn_about_head_txt{
    font-size: 60px;
  }
  .job_contants_item_tt{
    font-size: 21px;
  }
  .job_contants_item_content{
    font-size: 18px;
  }
  .job_contants_item_content p:before{
    width: 20px;
    top: 4px;
  }
  .job_contants_item_content p{
    padding-left: 37px;
  }

}
@media (min-width:1280px){
  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap .sec_title_ja{
    font-size: 80px;
  }

  .pg_jobChange .section.sec2 .cmn_footer_msg_title{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_wrap .cmn_about_head_txt{

  }
  .job_contants_wrap .home_example_sub_tt{

  }
  
  .jobChangeCase_items .job_item_content_box{
    padding: 31px 0;
  }
}
@media (min-width:1470px){
  .jobChangeCase_items .job_item_content_box_tt2{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_content_box_tt3{
    font-size: 30px;
  }
  .jobChangeCase_items .job_item_content_box_tt3 strong{
    font-size: 60px;
  }
  .jobChangeCase_items .job_item_content_center{
    font-size: 27px;
  }


  .job_contants_wrap .cmn_about_head_txt{
    font-size: 70px;
  }
  .job_contants_item_tt{
    font-size: 28px;
  }
  .job_contants_item_content{
    font-size: 24px;
  }
  .job_contants_item_inner{
    padding: 34px 42px;
  }

  .job_contants_item_content p:before{
    width: 27px;
    top: 7px;
  }
}

@media (min-width:1536px){
  /*見出し*/
  .cmn_about.job .cmn_about_head_txt{
    font-size: 90px;
  }

  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap .sec_title_ja{
    font-size: 90px;
  }

  /*事例*/
  .jobChangeCase_items{

  }
  .jobChangeCase_items .job_item{

  }
  .jobChangeCase_items .job_item_inner{
    padding: 45px 60px 50px;
  }
  .sub_img{
    width: auto;
  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_item_content p:before{
    width: 27px;
    top: 11px;
  }
}
@media (min-width:1740px){
  /*見出し*/
  .cmn_about.job .cmn_about_head_txt{
    font-size: 109px;
  }

  /*私の人生が変わったのはあの日ファンズに相談したから*/
  .jobChange_contents1_wrap .sec_title_ja{
    font-size: 110px;
  }

  /*事例*/
  .jobChangeCase_items{

  }
  .jobChangeCase_items .job_item{

  }
  .jobChangeCase_items .job_item_inner{
    padding: 45px 110px 50px 100px;
  }

  /*追加要素*/
  .job_contants_wrap{

  }
  .job_contants_wrap .cmn_about_head_txt{
    font-size: 98px;
  }
  .job_contants_item_tt{
    font-size: 35px;
  }
  .job_contants_item_content{
    font-size: 30px;
  }
}


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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{
  padding-top: 0;
}
.pg_company .section.sec3{

}

.pg_company .cmn_about_head{
  position: relative;
  z-index: 1;
}
.pg_company .cmn_about_head_txt{
  text-align: center;
  /*text-shadow    :
    2px  2px 0px #ffffff,
    -2px  2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px  0px 0px #ffffff,
    0px  2px 0px #ffffff,
    -2px  0px 0px #ffffff,
    0px -2px 0px #ffffff;  */ 
  text-shadow    : 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff; 
    text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;       
}

/*キービジュアル*/
.page_fw_img{
  position: relative;
  top: -50px;
  z-index: 0;
}
.page_fw_img:before{
  padding-top: 36.45%;
}

/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #181818;
  font-size: 16px;
  font-weight: 400;
  padding: 19px 15px;
}
.company_tbl .table_rows_th p,
.company_tbl .table_rows_td p{
  letter-spacing: 0.075em;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
}
.company_tbl .table_rows_td{
  background: #fff;
  line-height: 2.05em;
}
.double.table_rows_td p:nth-child(n+2){
  margin-top: 16px;
}

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

/*ギャラリー*/
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.company_gallery_item{
  width: 50%;
  padding-inline:5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img:before{
  padding-top: 71.42%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_company .section.sec1{
    padding-top: 20px;
    padding-bottom: 0;
  }

  .pg_company .cmn_about_head{
    top: -35px;
  }
  .pg_company .cmn_about_head_txt{
    font-size: 23px;
  }

  /*テーブル*/
  .company_tbl{

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

  }
  .company_tbl .table_rows_td{

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

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  .pg_company .cmn_about_head{
    top: -40px;
  }
  .pg_company .cmn_about_head_txt{
    font-size: 45px;
    text-shadow    : 
       4px  4px 3px #ffffff,
      -4px  4px 3px #ffffff,
       4px -4px 3px #ffffff,
      -4px -4px 3px #ffffff,
       4px  0px 3px #ffffff,
       0px  4px 3px #ffffff,
      -4px  0px 3px #ffffff,
       0px -4px 3px #ffffff;     
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 17px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 20px;
  }
  .double.table_rows_td p:nth-child(n+2){
    margin-top: 36px;
  }

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

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

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

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

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

  }

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

  /*ギャラリー*/
  .company_gallery_items{

  }
  .company_gallery_item{

  }
  .company_gallery_item_img:before{

  }
}
@media (min-width:1200px){
  .pg_company .cmn_about_head_txt{
    font-size: 70px;

  }
  .pg_company .cmn_about_head{
    top: -50px;
    top: 0;
  }

}
@media (min-width:1536px){
  .pg_company .cmn_about_head{
    top: 0;
  }
  .pg_company .cmn_about_head_txt{
    font-size: 80px;
  }
}
@media (min-width:1740px){
  .pg_company .cmn_about_head_txt{
    font-size: 100px;
  }
}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.body_news{
  background: #f3f3f3;
}
.pg_news{
  padding-top: 0;
}
.pg_news .section{
  padding-bottom: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

.pg_news .cmn_about_head{
  text-align: center;
  /*text-shadow    :
    3px  3px 0px #ffffff,
    -3px  3px 0px #ffffff,
    3px -3px 0px #ffffff,
    -3px -3px 0px #ffffff,
    3px  0px 0px #ffffff,
    0px  3px 0px #ffffff,
    -3px  0px 0px #ffffff,
    0px -3px 0px #ffffff;*/ 
  text-shadow    : 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff; 
}


/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #f8b500;
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  align-items: center;
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom:0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-left: 20px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  width: 117px;
  border-right: 1px solid #9b9b9b;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #000000;
  padding-bottom: 11px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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

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


/* 動画 */
.post_video{

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


.home_news_box .desc{
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; 
}

.news_read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:54px;
}
.news_read_more a{
  width: 294px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background:#309dca;
  border-radius: 10px;
  color: #FFF;
  padding: 14px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.news_read_more a:after{
  content: "→";
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.news_read_more a p{
  letter-spacing: 0.1em;
}
.news_read_more a:hover{
  color: #FFF;
  background: var(--main-color);
}
.news_read_more a:hover:after{
  margin-right: -5px;
}
/* コピー用 */
@media (max-width:374px){

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

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


  .pg_news .section.sec2{
    padding-top: 0;
  }

  .pg_news .cmn_about_head_txt{
    font-size: 27px;
  }

  .home_news_box.news_list .webgene-item:nth-child(n+3){
    margin-top: 30px; 
  }
  .home_news_box.news_list .webgene-item .read{
    width: 120px;
  }
  .home_news_box.news_list .webgene-item .read:after{
    right: 7px;
  }

  .posts_detail .meta{
    display: flex;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .posts_layout_box1{
    width: 68.46%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 0 0 40px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
  }
  .posts_detail .meta .category{
    width: auto;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 0;
  }
  .posts_detail .meta .date{
    width: 118px;
  }
  .posts_detail .title{
    width: 100%;
    font-size: 16px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .news_list.home_news_box .webgene-blog{
    margin-inline:-20px;
  }
  .news_list.home_news_box .webgene-item{
    padding-inline:20px;
  }
  .news_list.home_news_box .webgene-item:nth-child(n+3){
    margin-top: 60px;
  }
  .home_news_box.news_list .webgene-item .inner{
    padding-bottom: 41px;
  }
  .home_news_box .desc{
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; 
  }

  .body_newsDetail .posts_layout_box1{
    width: 74.32%;
  }
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }


  .pg_news .cmn_about_head_txt{
    font-size: 60px;
  }
}
@media (min-width:1200px){

  .pg_news{
    padding-top: 0;
  }
  .pg_news .cmn_about_head_txt{
    font-size: 80px;
  }
}
@media (min-width:1470px){
  .pg_news .cmn_about_head_txt{
    font-size: 100px;
  }

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

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

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

/* メイン */
.gallery_main{

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

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

}


/* 詳細 */
.gallery_detail{

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

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


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

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

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

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

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

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

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

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

  }

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

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

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


}





/*******************************
*　お問い合わせ
********************************/
.body_contact{
  background: #f3f3f3;
}
.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 #181818;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #181818;
}
.pg_contact .formTh {
  padding: 16px 15px 16px 20px;
  background: #e6e6e6;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.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: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #fe5004;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 294px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  background: #309dca;
  border-radius: 10px;
  color: #FFF;
  padding: 14px 20px;
  margin: 76px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.pg_contact .formBtn.formSend:hover{
  color: #FFF;
  background: var(--main-color);
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 5px;
  letter-spacing: 0;
  font-size: 16px;
  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;
}
.pg_contact .formTd.f_center{
  display: flex;
  align-items: center;
}

@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%;
  }
}
.privacy_item_box {
  padding: 30px 64px 30px 29px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #f5f1eb;
  margin-top: 110px;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

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

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

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

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

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

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


  .privacy_ttl{
    font-size: 18px;
  }
  .thanks_text{
    text-align: justify;
  }
}

@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 {
    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;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

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


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

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

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

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

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.pg_about .section.sec2,
.pg_company .section.sec2,
.pg_contact .section.sec2,
.pg_news .section.sec2,
.pg_enjoy .section.sec3{
  padding-bottom: 80px;
}

.about_interview_first_box1 .about_interview_first_img{
  width: 75.95%;
  right: -2.5em;
  bottom: -0.5em;
}



.post_content .txt a{
  color: #0e53bb;
  border-bottom: 1px solid #0e53bb;
}


.home_contents1_box2{
  z-index:2;
}
.home_contents1_box2 a,
.home_contents1_box2_txt3 a{
  position: relative;
  cursor: pointer;
}
.home_contents1_box2 a:hover,
.home_contents1_box2_txt3 a:hover{
  color: #181818;
}
.home_contents1_box2 a:hover .hov_btn,
.home_contents1_box2_txt3 a:hover .hov_btn{
  opacity: 1;
}
.home_contents1_box1_txt2 a:hover .hov_btn{
  opacity: 1;
}
.hov_btn{
  width: 75px;
  aspect-ratio: 122 / 112;
  position: absolute;
  transition: all .2s;
  opacity: 0;
}
.home_contents1_box2_txt1 .hov_btn{
  top: 45%;
  left: -14%;
  /*top: 93%;*/
  /*left: 60%;*/
}
.home_contents1_box2_txt2 .hov_btn{
  top: 30%;
  top: 0;
  right: 0;
}
.home_contents1_box2_txt3{
  z-index: 2;
}
.home_contents1_box2_txt3 .hov_btn{
  top: -21%;
  right: 7%;
}
.home_contents1_box1_txt2 .hov_btn{
  top: 55%;
  right: 0%;
}


/*仕事を楽しもう*/
.body_enjoyYourWork{
  background: #f3f3f3;
}
.body_enjoyYourWork .pg_company .section.sec2{
  padding-bottom: 50px;
}
.pg_enjoy.pg_company .section.sec3{
  background: var(--main-color);
}
.body_enjoyYourWork .pg_company .cmn_about_head{
  top: -20px;
}
.enjoy_content_box .sec_title{
  margin-top: 20px;
}
.enjoy_content_box .sec_title_ja{
  text-align: left;
  color: #fff;
  line-height: 1.34em;
}

.enjoy_content_items{
  margin-top: 40px;
}
.enjoy_content_item{
  display: flex;
  flex-wrap: wrap;
}
.enjoy_content_item:nth-child(n+2){
  margin-top: 30px;
}
.enjoy_content_item_left{
  width: 100%;
  background: #ffff00;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 26px;
}
.enjoy_content_item_left_txt{

}
.enjoy_content_item_left_txt .t1{
  font-size: 64px;
  font-weight: 900;
}
.enjoy_content_item_left_txt .t2{
  font-size: 24px;
  font-weight: 900;
}
.enjoy_content_item_right{
  width: 100%;
  background: #f3f3f3;
  padding: 30px 16px;
}
.enjoy_content_item_right_tt{
  font-size: 18px;
  font-weight: 900;
  background: #181818;
  color: #fff;
  padding: 5px 26px;
}
.enjoy_content_item_right .job_item_right_txt{
  margin-top: 17px;
}
.enjoy_content_item_right .job_item_right_txt p{
  letter-spacing: 0;
}

.pg_enjoy.pg_company .section.sec3 .ftr_contact_tt{
  color: #fff; 
}
.pg_enjoy.pg_company .section.sec3 .cmn_footer_msg_title{
  margin-bottom: 20px;
}
.pg_enjoy.pg_company .section.sec3 .circle_btn.spacing{
  justify-content: center;
}
.pg_enjoy.pg_company .section.sec3 .circle_btn.spacing{
  margin-top: 38px;
}
@media (max-width:374px){

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

}
@media (max-width:1199px){
  
  .home_contents1_box2 a .hov_btn,
  .home_contents1_box2_txt3 a .hov_btn{
    opacity: 1;
  }
  .home_contents1_box1_txt2 .hov_btn{
    opacity: 1;
  }
  
}
@media (max-width:767px){
  .home_contents1_box2_txt1 .hov_btn{
    /*top: 8%;
    left: -35%;*/
    top: 93%;
    left: 60%;
    top: 0;
    left: -33%;
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 30%;
    top: 0;
    right: -8%;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -65%;
    top: 100%;
    right: 0;
  }
  .home_contents1_box1_txt2 .hov_btn{
    top: 47%;
    right: 0%;
  }
  .body_enjoyYourWork .pg_company .cmn_about_head{
    top: -40px;
  }
  .body_enjoyYourWork .sec_title_ja{
    font-size: 23px;
  }

  .pg_enjoy.pg_company .section.sec3 .ftr_contact_tt{
    font-size: 21px;
    text-align: center;
  }

  .about_interview_first_box1 .about_interview_first_img{
    width: 50.95%;
    right: 0;
  }
}
@media (min-width:768px){
  .pg_about .section.sec2,
  .pg_company .section.sec2,
  .pg_contact .section.sec2,
  .pg_news .section.sec2,
  .pg_enjoy .section.sec3{
    padding-bottom: 100px;
  }

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .hov_btn{
    width: 80px;
  }


  .body_enjoyYourWork .pg_company .section.sec2{
    padding-bottom: 80px;
  }

  .body_enjoyYourWork .home_contents5_box2_title{
    font-size: 28px;
  }
  .enjoy_content_items{
    margin-top: 60px;
  }
  .enjoy_content_item:nth-child(n+2){
    margin-top: 51px;
  }
  .enjoy_content_item{

  }
  .enjoy_content_item_left{

  }
  .enjoy_content_item_left_txt{

  }
  .enjoy_content_item_left_txt .t1{
    font-size: 100px;
  }
  .enjoy_content_item_left_txt .t2{
    font-size:30px;
  }
  .enjoy_content_item_right{
    padding: 30px;
  }
  .enjoy_content_item_right_tt{
    font-size:25px;
  }
  .enjoy_content_item_right .job_item_right_txt{

  }
  .pg_enjoy.pg_company .section.sec3 .circle_btn.spacing{
    margin-top: 61px;
  }
  .pg_enjoy.pg_company .section.sec3 .circle_btn.spacing a{
    display: block;
    margin: 0 90px;
  }

  .about_interview_first_box1 .about_interview_first_img{
    width: 50.95%;
    right: 0;
  }
}
@media (min-width:1024px){
  .pg_about .section.sec2,
  .pg_company .section.sec2,
  .pg_contact .section.sec2,
  .pg_news .section.sec2,
  .pg_enjoy .section.sec3{
    padding-bottom: 200px;
  }

  .hov_btn{
    width: 80px;
  }
  .home_contents1_box2_txt1 .hov_btn{
    top: 45%;
    left: -36%;
    /*top: 93%;*/
    /*left: 60%;*/
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 30%;
    top: 0;
    right: -10%;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -34%;
    right: 4%;
  }
  .home_contents1_box1_txt2 .hov_btn{
    top: 50%;
    right: 0%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .body_enjoyYourWork .pg_company .section.sec1{
    padding-bottom: 31px;
  }
  .body_enjoyYourWork .pg_company .section.sec2{
    padding-bottom: 142px;
  }
  .body_enjoyYourWork .pg_company .section.sec3{
    padding-top: 83px;
  }

  .body_enjoyYourWork .home_contents5_box2_title{
    font-size: 32px;
  }
  .enjoy_content_items{
    margin-top: 89px;
  }
  .enjoy_content_item{

  }
  .enjoy_content_item_left{
    width: 32.23%;
  }
  .enjoy_content_item_left_txt{

  }
  .enjoy_content_item_left_txt .t1{
    font-size: 90px;
  }
  .enjoy_content_item_left_txt .t2{
    font-size: 40px;
  }
  .enjoy_content_item_right{
    width: 67.76%;
    padding: 41px 65px 34px 63px;
  }
  .enjoy_content_item_right_tt{
    font-size:25px;
  }
  .enjoy_content_item_right .job_item_right_txt{
    padding-left: 0;
  }

  .about_interview_first_box1 .about_interview_first_img{
    width: 50.95%;
    right: 0;
  }
}
@media (min-width:1200px){
  .hov_btn{
    width: 112px;
  }
  .home_contents1_box2_txt1 .hov_btn{
    top: 45%;
    left: -36%;
    /*top: 93%;*/
    /*left: 60%;*/
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 0;
    right: -10%;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -34%;
    right: 4%;
  }

  .enjoy_content_item_left_txt .t1{
    font-size: 100px;
  }
  .enjoy_content_item_left_txt .t2{
    font-size: 40px;
  }

  .about_interview_first_box1 .about_interview_first_img{
    width: 50.95%;
    right: 0;
  }
  
  
}
@media (min-width:1280px){
  .enjoy_content_item_left_txt .t1{
    font-size: 100px;
  }
  .enjoy_content_item_left_txt .t2{
    font-size: 40px;
  }
}


@media (min-width:1470px){
  .home_contents1_box2_txt1 .hov_btn{
    top: 45%;
    left: -14%;
    /*top: 93%;*/
    /*left: 60%;*/
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 30%;
    top: 0;
    right: 0;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -39%;
    right: 2%;
  }

  .enjoy_content_item_left_txt .t1{
    font-size: 130px;
  }
  .enjoy_content_item_left_txt .t2{
    font-size: 50px;
  }


}
@media (min-width:1536px){
  .about_interview_first_box1 .about_interview_first_img{
    width: 60.95%;
    right: -2.5em;
  }

  .home_contents1_box2_txt1 .hov_btn{
    top: 45%;
    left: -14%;
    /*top: 100%;*/
    /*left: 60%;*/
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 0;
    right: 0;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -39%;
    right: 2%;
  }

  /*仕事を楽しもう*/
  .body_enjoyYourWork .home_contents5_box2_title{
    font-size: 50px;
  }
  .body_enjoyYourWork .cmn_about_head_txt{
    font-size: 110px;
  }

}
@media (min-width:1740px){
  .about_interview_first_box1 .about_interview_first_img{
    width: 75.95%;
  }

  .body_enjoyYourWork .cmn_about_head_txt{
    font-size: 120px;
  }

  .home_contents1_box2_txt1 .hov_btn{
    top: 45%;
    left: -14%;
    /*top: 93%;*/
    /*left: 60%;*/
  }
  .home_contents1_box2_txt2 .hov_btn{
    top: 30%;
    top: 0;
    right: 0;
  }
  .home_contents1_box2_txt3 .hov_btn{
    top: -21%;
    right: 7%;
  }

  /*仕事を楽しもう*/
  .body_enjoyYourWork .home_contents5_box2_title{
    font-size: 50px;
  }
  .body_enjoyYourWork .cmn_about_head_txt{
    font-size: 120px;
  }
  .enjoy_content_box .sec_title_ja{
    font-size: 97px;
  }
}