@charset "UTF-8";

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

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

  /* フォント関連 */
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Outfit",'Noto Sans JP', sans-serif;
  --font-mincho: 'Noto Serif JP', serif;
  --font-maru: "M PLUS Rounded 1c", sans-serif;
}


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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  /*letter-spacing: 0.075em;*/
  letter-spacing: inherit;
}
p{
  
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

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

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

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

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

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

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

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

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


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


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

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


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



/*******************************
*　ヘッダー
********************************/
.header{
  --logo-height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.hdr1{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 10px;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  display: block;
  width: auto;
  height: var(--logo-height);
  transition: 0.2s all;
}

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

/* 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{
    z-index: 3;
  }
  .hdr1 {
    justify-content: center;
  }

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

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

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

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

  .hdr1{
    padding: 0 0;
  }

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

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

  }
  .header.slim .hdr_logo img{
    height: calc(var(--logo-height) * 0.8);
  }

  /* TELボタン */
  .hdr_tel{

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


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

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

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

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

  }
  .header.slim .hdr_logo img{
  }

  /* TELボタン */
  .hdr_tel{

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

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

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

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

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

  }
  .header.slim .hdr_logo img{
  }

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

  .header{
    --logo-height: 111px;
  }
}

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

.body_home{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/mv_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  padding-top: 0;
}
@media (min-width:768px){
  .body_home{
    background-size: auto auto;
  }
}


/* MV */
.mv{
  height: 580px;
  position: relative;
  z-index: 1;
  
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  /*padding-top: 250px;*/
  /* 画面高さ - ヘッダー分 */
  padding-top: calc(100svh - 64px);
}

/* キャッチコピー */
.mv_catch{
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 28.15%;
}
.mv_catch_line{
  display: flex;
}
.mv_catch_line + .mv_catch_line{
  margin-top: 18px;
}
.mv_catch_line_txt{
  display: inline-block;
  display: block;
  /*min-width: 60%;*/
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0;
  line-height: 1.2;
  padding: 7px 0px 7px 14px;
}

/* イラスト */
.mv_illusts{
  position: absolute;
  z-index: 1;
  inset: 0;
}
.mv_illusts_parts{
  position: absolute;
  z-index: 1;
}
.mv_illusts_parts.pos1{
  width: 33.68%;
  top: 50px;
  left: 0;
  z-index: 0;
}
.mv_illusts_parts.pos2{
  width: 23.02%;
  margin-top: 10%;
  left: 20.1%;
  z-index: 1;
}
.mv_illusts_parts.pos3{
  width: 38.42%;
  z-index: 0;
  right: 8.5%;
  top: 9%;
}
.mv_illusts_parts.pos4{
  width: 62%;
  bottom: -7%;
  bottom: 50%;
  right: var(--margin-for-device-side-w);
  z-index: 2;
}
.mv_illusts_parts.pos5{
  width: 60%;
  left: 37%;
  bottom: -8%;
}
.mv_illusts_parts.pos6{
  width: 30%;
  right: -3.3%;
  bottom: 4%;
}

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

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

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:414px){
  
  .mv{
    height: 650px;
  }
  .mv_catch_line_txt{
  font-size: 20px;
  }
}
@media (min-width:768px){

  
  /* MV */
  .mv{
    height: 650px;
  }
  
  /* キャッチコピー */
  .mv_catch{
    bottom: 25.15%;
  }
  .mv_catch_line{

  }
  .mv_catch_line + .mv_catch_line{
    margin-top: 18px;
  }
  .mv_catch_line_txt{
    font-size: 32px;
    padding: 7px 0px 7px 14px;
  }
  .mv_catch_line_txt{
    display: block;
  }

  /* イラスト */
  .mv_illusts{
  }
  .mv_illusts_parts{
  }
  .mv_illusts_parts.pos1{
    top: 50px;
    left: 15px;
  }
  .mv_illusts_parts.pos2{
    margin-top:8.6%;
    left: 20.1%;
  }
  .mv_illusts_parts.pos3{
    z-index: 0;
    right: -8.5%;
    top: 31%;
  }
  .mv_illusts_parts.pos4{
    bottom: -7%;
    right: var(--margin-for-device-side-w);
  }
  .mv_illusts_parts.pos5{
    left: 37%;
    bottom: -50.5%;
  }
  .mv_illusts_parts.pos6{
    right: 4.7%;
    bottom: -57.9%;
  }

  .mv_illusts_parts.pos1{
    width: 33.68%;
  }
  .mv_illusts_parts.pos2{
    width: 23.02%;
  }
  .mv_illusts_parts.pos3{
    width: 38.42%;
  }
  .mv_illusts_parts.pos4{
    width: 38.09%;
  }
  .mv_illusts_parts.pos5{
    width: 37.63%;
  }
  .mv_illusts_parts.pos6{
    width: 22.56%;
  }

  

}

@media (min-width:1024px){


  

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

  /* MV */
  .mv{
    height: 855px;
  }
  
  /* キャッチコピー */
  .mv_catch{
    bottom: 25.15%;
  }
  .mv_catch_line{

  }
  .mv_catch_line + .mv_catch_line{
    margin-top: 18px;
  }
  .mv_catch_line_txt{
    display: block;
    font-size: 42px;
    padding: 7px 0px 7px 14px;
  }

  /* イラスト */
  .mv_illusts{
  }
  .mv_illusts_parts{
  }
  .mv_illusts_parts.pos1{
    top: 24px;
    left: 15px;
  }
  .mv_illusts_parts.pos2{
    margin-top: 1.6%;
    left: 20.1%;
  }
  .mv_illusts_parts.pos3{
    z-index: 0;
    right: -8.5%;
    top: 31%;
  }
  .mv_illusts_parts.pos4{
    bottom: -7%;
    right: var(--margin-for-device-side-w);
  }
  .mv_illusts_parts.pos5{
    left: 37%;
    bottom: -50.5%;
  }
  .mv_illusts_parts.pos6{
    right: 4.7%;
    bottom: -57.9%;
  }

  .mv_illusts_parts.pos1{
    width: 33.68%;
  }
  .mv_illusts_parts.pos2{
    width: 23.02%;
  }
  .mv_illusts_parts.pos3{
    width: 38.42%;
  }
  .mv_illusts_parts.pos4{
    width: 38.09%;
  }
  .mv_illusts_parts.pos5{
    width: 37.63%;
  }
  .mv_illusts_parts.pos6{
    width: 22.56%;
  }
  

}
@media (min-width:1470px){
  
  /* MV */
  .mv{
    height: 900px;
  }
  
  .mv_illusts_parts.pos1{
    top: 24px;
    left: 15px;
  }
  .mv_illusts_parts.pos2{
    margin-top: 1.6%;
    left: 20.1%;
  }
  .mv_illusts_parts.pos3{
    z-index: 0;
    right: -8.5%;
    top: 31%;
  }
  .mv_illusts_parts.pos4{
    bottom: -7%;
    right: var(--margin-for-device-side-w);
  }
  .mv_illusts_parts.pos5{
    left: 37%;
    bottom: -36.5%;
  }
  .mv_illusts_parts.pos6{
    right: 4.7%;
    bottom: -46%;
  }
  
}
@media (min-width:1536px){
  
  .mv_catch_line_txt{
    font-size: 48px;
    padding: 7px 0px 7px 14px;
  }
  
}
@media (min-width:1720px){
  
  /* MV */
  .mv{
    height: 855px;
  }
  
  .mv_illusts_parts.pos1{
    top: 24px;
    left: 15px;
  }
  .mv_illusts_parts.pos2{
    margin-top: 1.6%;
    left: 20.1%;
  }
  .mv_illusts_parts.pos3{
    z-index: 0;
    right: -8.5%;
    top: 31%;
  }
  .mv_illusts_parts.pos4{
    bottom: -7%;
    right: var(--margin-for-device-side-w);
  }
  .mv_illusts_parts.pos5{
    left: 37%;
    bottom: -50.5%;
  }
  .mv_illusts_parts.pos6{
    right: 4.7%;
    bottom: -57.9%;
  }
  
}


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

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

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

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


@media (min-width:768px){

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

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


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

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

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

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  display: flex;
  align-items: flex-end;
  height: 250px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.pg_header_title{
  display: flex;
  align-items: center;
}
.pg_header_title_illust{
  width: 120px;
}
.pg_header_title_txt{
  display: flex;
  width: calc(100% - 120px);
}
.pg_header_title_txt_ja{
  min-width: 160px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-family: var(--font-maru);
  line-height: 1.2;
  background: #FFF;
  color: #181818;
  padding: 7px 10px 7px;
  text-align: center;
}

/* 右上 */
.pg_header_rt_illust{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 120px;
}




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

  .pg_header_title{
  }
  .pg_header_title_illust{
    width: 200px;
  }
  .pg_header_title_txt{
    width: calc(100% - 200px);
  }
  .pg_header_title_txt_ja{
    min-width: 240px;
    font-size: 30px;
    padding: 7px 10px 9px;
  }

  /* 右上 */
  .pg_header_rt_illust{
    width: 250px;
  }


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

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

  .pg_header{
    margin-bottom: 70px;
  }

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

  .pg_header_title{
  }
  .pg_header_title_illust{
    width: 268px;
  }
  .pg_header_title_txt{
    width: calc(100% - 268px);
  }
  .pg_header_title_txt_ja{
    min-width: 293px;
    font-size: 40px;
    padding: 7px 10px 9px;
  }

  /* 右上 */
  .pg_header_rt_illust{
    width: 300px;
  }
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  .pg_header{
    height: 575px;
  }
  .pg_header_title_txt_ja{
    min-width: 293px;
    font-size: 48px;
    padding: 7px 10px 9px;
  }
  
  /* 右上 */
  .pg_header_rt_illust{
    width: 405px;
  }
}


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

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

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


.body_home .footer_head_recruit_illust{
  display: block;
}

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


.ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ftr1_box1{
  width: 46.05%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  
  text-align: center;
}
.ftr1_box2{
  width: 53.95%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  margin-top: 30px;
  border: 0;
  border-top: 1px solid #FFF;
}
.ftr1_box3{
  width: 100%;
  margin-top: 75px;
}

.ftr_logo{
  margin-bottom: 15px;
}
.ftr_logo img{
  width: 100px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.888;
  margin-bottom: 10px;
}


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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  margin-top: 50px;
}
.ftr_copy a:hover{
  color: rgba(255,255,255,0.6);
}


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

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



.ftr_contact_sec_head{
  margin-bottom: 20px;
}
.ftr_contact_sec_head_en{
  font-size: 50px;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
}
.ftr_contact_sec_head_ja{
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-maru);
  letter-spacing: 0;
  margin-top: 8px;
}
.ftr_contact_sec_txt{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.ftr_contact_sec_bg{
  height: 100%;
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
}
.ftr_contact_sec_bg.img_fit:before{
  padding-top: 0;
  height: 250px;
}

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

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

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

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


.ftr_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  padding: 0 60px;
}
.ftr_links_a{
  flex-grow: 1;
  background: var(--sub-color);
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 21px;
  padding: 9px 10px;
}
.ftr_links_a:hover{
  background: var(--main-color);
  color: #FFF;
}

.ftr_links_a.color2{
  background: var(--main-color);
  color: #FFF;
}
.ftr_links_a.color2:hover{
  background: var(--sub-color);
  color: #181818;
}

@media (min-width:375px){

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

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

  
  .ftr_links{
    display: none;
  }

  .footer_fix{
    display: flex;
  }

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

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }
}
@media (min-width:768px){
  
  .footer{
    margin-top: 0;
  }
  
  .footer_head{
    height: 600px;
    background-size: auto 100%;
    background-position: center top;
  }
  .footer_head > .container{

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


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

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

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

  .ftr1{
  }
  .ftr1_box1{
    width: 35%;
    padding-right: 30px;
  }
  .ftr1_box2{
    width: 65%;
    padding-left: 50px;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
    border: 0;
    border-left: 1px solid #FFF;
  }
  .ftr1_box3{
    width: 100%;
    margin-top: 75px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ftr_links{
    gap: 10px 10px;
    padding: 0 ;
  }
  .ftr_links_a{
    font-size: 16px;
    border-radius: 21px;
    padding: 9px 10px;
  }

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

  .footer_head{
    height: 800px;
  }
  
  
}
@media (min-width:1470px){
  .footer{
    margin-top: 0;
  }
  .body_home .footer{
    margin-top: -240px;
  }
  .footer_head{
    height: 976px;
  }
  
  .ftr_contact_sec{
    /*margin-top: 145px;*/
  }
  .ftr_contact_sec_inner{
  }
  .ftr_contact_sec_box1{
    width: 61.50%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .ftr_contact_sec_box2{
    width: 38.5%;
  }
  .ftr_contact_sec_head{
    margin-bottom: 30px;
  }
  .ftr_contact_sec_head_en{
    font-size: 90px;
  }
  .ftr_contact_sec_head_ja{
    font-size: 18px;
    margin-top: 8px;
  }
  .ftr_contact_sec_txt{
    font-size: 18px;
  }
  .ftr_contact_sec_btns{
    margin-top: 38px;
  }
  .ftr_contact_sec_btns_a{
    width: 585px;
    /*height: 70px;*/
  }
  .ftr_contact_sec_btns_a.email{
    font-size: 24px;
  }
  .ftr_contact_sec_btns_a.email:before{
    /*height: 46px;*/
    /*right: 74px;*/
  }
  .ftr_contact_sec_btns_a.email:after{
  }
  .ftr_contact_sec_btns_a.tel{
    font-size: 18px;
  }
  
  
  .ftr1{
  }
  .ftr1_box1{
    width: 46.05%;
    padding-right: 95px;
  }
  .ftr1_box2{
    width: 53.95%;
    padding-left: 145px;
    padding-right: 80px;
    padding-top: 0;
    margin-top: 0;
    border: 0;
    border-left: 1px solid #FFF;
  }
  .ftr1_box3{
    width: 100%;
    margin-top: 75px;
  }
  .ftr_logo img{
    width: auto;
  }
  .ftr_addr{
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .ftr_links_a{
    width: calc((100% - 70px) / 8);
  }
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  .footer_head{
    height: 976px;
  }
  
  .ftr_links{
    gap: 10px 10px;
    padding: 0 60px;
  }
  .ftr_links_a{
    flex-grow: 1;
    font-size: 16px;
    border-radius: 21px;
    padding: 9px 10px;
  }
  
  .ftr_contact_sec_btns_a.tel{
    padding-right: 36px;
  }
}

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


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

}


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

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

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

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

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

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

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

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.read_more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 50px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 40px;
  background: var(--main-color);
  /*border-radius: 27px;*/
  color: #FFF;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  color: #FFF;
  background: var(--sub-color);
  border-color: var(--sub-color);
}
.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;
}

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

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

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



@media (max-width:374px){

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

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

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

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

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

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

  .anchor{
    top: -100px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    width: 400px;
    min-height: 60px;
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 15px;
  }
  .read_more a:after{
    right: 18px;
  }

  /* 見出し */
  
  
  
  .table_rows_th{
    width: 200px;
  }
  .table_rows_td{
    
  }

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

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

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


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


  /* 文章 */
  .cmn_txt{
    font-size: 16px;
    line-height: 2.25;
  }

  .table_rows_th,
  .table_rows_td{
    font-size: 18px;
    line-height: 2;
    padding: 15px 22px;
  }
  .table_rows_th{
    /*width: 285px;*/
    width: 365px;
  }
  .table_rows_td{
    padding-left: 35px;
  }
  
  
  .read_more a{
    width: 500px;
    min-height: 80px;
    font-size: 24px;
    border-radius: 40px;
    padding: 16px 20px;
  }
  .read_more a:after{
    right: 35px;
  }
}


@media (min-width:1366px){

  
}

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


/* ページ概要 */
.cmn_about{
  position: relative;
  z-index: 1;
}
.cmn_about_ttl{
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cmn_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  text-shadow: 0.866px 0.5px 2.6px rgba(24, 24, 24, 0.004);
}

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

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

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


@media (min-width:768px){
 

  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_ttl{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .cmn_about_txt{
    font-size: 20px;
    line-height: 1.8;
    text-shadow: 0.866px 0.5px 2.6px rgba(24, 24, 24, 0.004);
  }

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

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

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

  .cmn_nav.col2 .cmn_nav_item{
    width: calc((100% - 15px) / 2);
  }
  .cmn_nav.col3 .cmn_nav_item{
    width: calc((100% - 30px) / 3);
  }
  .cmn_nav.col4 .cmn_nav_item{
    width: calc((100% - 45px) / 4);
  }
  
}
@media (min-width:1470px){
  
  /* ページ概要 */
  .cmn_about{

  }
  .cmn_about_ttl{
    font-size: 52px;
    margin-bottom: 35px;
  }
  .cmn_about_txt{
    font-size: 20px;
  }
  
  /* ページナビ */
  .cmn_nav{
    row-gap: 25px;
  }
  * + .cmn_nav{
    margin-top: 90px;
  }
  .cmn_nav.col2{
    column-gap: 30px;
  }
  .cmn_nav.col3{
    column-gap: 25px;
  }
  .cmn_nav.col4{
    column-gap: 25px;
  }
  .cmn_nav_item{
    min-height: 70px;
    font-size: 18px;
  }
  .cmn_nav_item:after{
    right: 20px;
    font-size: 1.333em;
  }

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



/*******************************
*　HOME
********************************/
.pg_home{
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.pg_home .section{
  position: relative;
  z-index: 1;
}
.pg_home .section.sec1{

}
.pg_home .section.sec2{
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -50px;
}
.pg_home .section.sec3{
  padding-top: 0;
}
.pg_home .section.sec3 > .container{
  padding-top: 165px;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec4{
  padding-top: 110px;
}
.pg_home .section.sec5{

}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

.section.recruit{
  display: none;
  margin-top: -45px;
  margin-bottom: 165px;
  padding-top: 0;
}

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

@media (max-width:767px){

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

  .pg_home{
    margin-top: -30px;
  }
  .pg_home .section{
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    padding-top: 70px;
    padding-bottom: 100px;
    margin-top: -50px;
  }
  .pg_home .section.sec3{
    padding-top: 0;
  }
  .pg_home .section.sec3 > .container{
    padding-top: 130px;
  }
  .pg_home .section.sec4{
    padding-top: 110px;
  }

  .section.recruit{
    margin-top: -155px;
    padding-top: 0;
  }

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


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

  .pg_home{
    margin-top: -30px;
  }
  .pg_home .section{
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    padding-top: 0;
    padding-bottom: 110px;
    margin-top: -50px;
  }
  .pg_home .section.sec3{
    padding-top: 0;
  }
  .pg_home .section.sec3 > .container{
    padding-top: 130px;
  }
  .pg_home .section.sec4{
    padding-top: 110px;
  }

  .section.recruit{
    margin-top: -155px;
    padding-top: 0;
  }

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


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


}

.news_list_thumb.slider{
  
}
.news_list_thumb.slider .webgene-item{
  margin-top: 0!important;
}


.column_slider_btns{
  display: flex;
  justify-content:center; 
  gap: 0 10px;
  margin-top: 20px;
}
.column_slider_btns_prev,
.column_slider_btns_next{
  width: 40px;
  cursor: pointer;
}
.column_slider_btns_prev.swiper-button-disabled,
.column_slider_btns_next.swiper-button-disabled{
  opacity: 0.3;
}
.column_slider_btns_prev{
  
}
.column_slider_btns_prev{
  
}

@media (min-width:1024px){

  .news_list_thumb.slider{
    margin-right: var(--margin-for-device-side-w);
  }
  .news_list_thumb.slider .webgene-item{
    padding-left: 15px;
    padding-right: 15px;
  }

  .column_slider_btns{
    justify-content:flex-end; 
    gap: 0 10px;
    margin-top: 20px;
  }
  .column_slider_btns_prev,
  .column_slider_btns_next{
    width: 64px;
    cursor: pointer;
  }

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


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


}



/* ABOUT */
.home_about{
  
}
.home_about_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home_about_row.line1{
  
}
.home_about_row.line2{
  margin-top: 50px;
}
.home_about_row.line2:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: var(--margin-for-device-side-w);
  right: var(--margin-for-device-side-w);
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/home_sec_bg1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 1029px;
  height: 100%;
}
.home_about_row.line3{
  margin-top: 50px;
}
.home_about_row.line3:before{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -175px;
  left: var(--margin-for-device-side-w);
  right: var(--margin-for-device-side-w);
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/home_sec_bg2.jpg');
  background-repeat: no-repeat;
  background-position: left 57.5% center;
  background-size: auto 100%;
  height: 300px;
}

.home_about_head{
  width: 100%;
}
.home_about_box1{
  width: 100%;
  margin-top: 30px;
}
.home_about_box2{
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.home_about_box3{
  width: 100%;
  align-self: flex-end;
  margin-top: 50px;
  order: 2;
}
.home_about_box4{
  width: 100%;
  padding-bottom: 0;
  order: 1;
}
.home_about_box5{
  width: 100%;
  padding-top: 0;
}
.home_about_box6{
  width: 100%;
  padding-top: 30px;
}

.home_about_en1{
  font-size: 50px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1.40;
  letter-spacing: 0;
  color: #c1d365;
  margin-bottom: 0;
}
.home_about_en2{
  /*font-size: 50px;*/
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.5;
  letter-spacing: 0;
}
.home_about_en2_line{
  display: flex;
  flex-wrap: wrap;
  font-size: 25px;
  font-weight: 400;
  font-family: var(--font-en);
}
.home_about_en2_line + .home_about_en2_line{
  margin-top: 10px;
}
.home_about_en2_line p{
  padding: 9px 15px 4px 10px;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-shadow: 0.866px 0.5px 1.3px rgba(24, 24, 24, 0.7);
}

.home_about_en2_line p:after{
  content: "";
  background: #d1c0a5;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
}

.home_about_ttl1{
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0.075em;
  line-height: 1.73;
}
.home_about_ttl2{
  font-size: 21px;
  font-weight: 800;
  font-family: var(--font-maru);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #c9132f;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
  margin-bottom: 33px;
}
.home_about_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.666;
}
.home_about_img{
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

/* 見学 */
.home_kengaku_ttl1{
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0;
  line-height: 1.2;
  background: #FFF;
  color: #000;
  padding: 10px 10px 10px 15px;
  margin-bottom: 25px;
}
.home_kengaku_ttl1 strong{
  font-weight: 800;
}
.home_kengaku_ttl1.color1 strong{
  color: #c1d365;
  font-size: 1.095em;
}
.home_kengaku_ttl1.color2 strong{
  color: #c9132f;
}
.home_kengaku_ttl2{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-maru);
  line-height: 1.3888;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.home_kengaku_txt{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0;
}
.home_kengaku_illust1{
  margin-left: 0;
  margin-right: 0;
}
.home_kengaku_illust2{
  text-align: right;
}


/* 見出し */
.home_tt2{
  margin-bottom: 20px;
}
.home_tt2_en{
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  margin-bottom: 0;
}
.home_tt2_ja{
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 16px;
}
.home_tt2_ja2{
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 10px;
}
.home_tt2.center{
  text-align: center
}


/* コラム */
.home_column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_column_box1{
  width: 100%;
}
.home_column_box2{
  width: 100%;
  margin-top: 20px;
}
.home_column_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: justify;
}
.home_column .home_tt2{
  margin-right: -15px;
}

/* Features */
.home_features{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
* + .home_features{
  padding-top: 30px;
}
.home_features_box1{
  width: 100%;
  padding-bottom: 0;
}
.home_features_box2{
  width: 100%;
  align-self: flex-end;
  margin-bottom: 0;
}
.home_features_box3{
  width: 100%;
  margin-left: 0;
}
.home_features_ttl1{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-maru);
  letter-spacing: -0.001em;
  background: #fff100;
  color: #000;
  padding: 5px 0px 5px 10px;
  margin-bottom: 15px;
}
.home_features_ttl1 em{
  display: inline-block;
  font-style: normal;
}
.home_features_ttl2{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-maru);
  margin-bottom: 15px;
}
.home_features_ttl2.large{
  font-size: 22px;
  font-weight: 800;
}
.home_features_ttl2 em{
  display: inline-block;
  font-style: normal;
}
.home_features_txt{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-maru);
  line-height: 1.875;
  text-align: justify;
  margin-right: -5px;
}
.home_features_txt.large{
  font-size: 16px;
  line-height: 1.8;
}

.home_features_bg{
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #212020;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  -webkit-mask-image: url(https://kacreate.co.jp/system_panel/uploads/images/feature_sec_base.png);
  height: 100%;
}
.home_features_bg:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/home_features_bg.jpg');
  /*background-size: auto 100%;*/
  background-size: auto 500px;
  background-position: left -200px bottom;
  background-repeat: no-repeat;
}

.home_features_illust{
  position: absolute;
  z-index: 1;
}
.home_features_illust.pos1{
  width: 40%;
  top: -70px;
  left: 10px;
}
.home_features_illust.pos2{
  width: 70%;
  top: -72px;
  right: 6px;
}
.home_features_illust.pos3{
  width: 145px;
  bottom: -170px;
  right: 50px;
}

/* 採用情報 */
.home_recruit{
  position: relative;
  z-index: 1;
}
.home_recruit_msg{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
.home_recruit_illusts{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home_recruit_illust1{
  width: 30%;
  /*position: absolute;
  z-index: 1;
  top: -38px;
  left: 56px;*/
}
.home_recruit_illust2{
  width: 22%;
  /*position: absolute;
  z-index: 1;
  top: 10px;
  right: 100px;*/
}
.home_recruit .read_more{
  margin-top: 30px;
}

@media (max-width:374px){

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

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

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

  

  /* ABOUT */
  .home_about{

  }
  .home_about_row{
  }
  .home_about_row.line1{

  }
  .home_about_row.line2{
    margin-top: 0;
  }
  .home_about_row.line2:before{
    height: 1029px;
  }
  .home_about_row.line3{
    margin-top: 50px;
  }
  .home_about_row.line3:before{
    bottom: -175px;
    background-position: left 57.5% center;
    height: 625px;
  }

  .home_about_box2{
    padding-top: 30px;
  }

  .home_about_en1{
    font-size: 50px;
  }
  .home_about_en2{
    line-height: 1.5;
  }
  .home_about_en2_line{
    font-size: 25px;
  }
  .home_about_en2_line + .home_about_en2_line{
    margin-top: 20px;
  }
  .home_about_en2_line p{
    padding: 9px 15px 4px 10px;
    text-shadow: 0.866px 0.5px 1.3px rgba(24, 24, 24, 0.7);
  }

  .home_about_en2_line p:after{
    height: 20px;
  }

  .home_about_ttl1{
    font-size: 40px;
    line-height: 1.73;
  }
  .home_about_ttl2{
    font-size: 40px;
    text-shadow    : 
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff;
    margin-bottom: 33px;
  }
  .home_about_txt{
    font-size: 18px;
    line-height: 1.666;
  }
  .home_about_img{
    margin-bottom: 48px;
  }
  

  /* 見学 */
  .home_kengaku_ttl1{
    font-size: 32px;
    padding: 10px 10px 10px 15px;
    margin-bottom: 25px;
  }
  .home_kengaku_ttl2{
    font-size: 26px;
    margin-bottom: 35px;
  }
  .home_kengaku_txt{
    font-size: 18px;
    line-height: 1.8;
  }
  .home_kengaku_illust1{
    margin-left: 150px;
    margin-right: 150px;
  }
  .home_kengaku_illust2{
    margin-left: 150px;
    margin-right: 150px;
    text-align: right;
  }


  /* 見出し */
  .home_tt2{
    margin-bottom: 40px;
  }
  .home_tt2_en{
    font-size: 64px;
  }
  .home_tt2_ja{
    font-size: 24px;
    line-height: 1.75;
    margin-top: 16px;
  }
  .home_tt2_ja2{
    font-size: 30px;
    line-height: 1.75;
    margin-top: 10px;
  }
  .home_tt2.center{
    text-align: center
  }


  /* コラム */
  .home_column{
  }
  .home_column_box1{
    width: 100%;
  }
  .home_column_box2{
    width: calc(100% - 515px - 70px);
    width: 100%;
  }
  .home_column_txt{
    font-size: 18px;
    line-height: 2;
  }
  .home_column .home_tt2{
    margin-right: -15px;
  }

  /* Features */
  .home_features_ttl1{
    font-size: 24px;
  }
  .home_features_ttl2{
    font-size: 22px;
  }
  .home_features_txt{
    font-size: 18px;
  }
    
  
  .home_features_illust.pos1{
    width: 200px;
    top: 0;
    left: 10px;
  }
  .home_features_illust.pos2{
    width: 300px;
    top: -100px;
    right: 6px;
  }
  .home_features_illust.pos3{
    width: 200px;
    bottom: -220px;
    right: 50px;
  }

  /*.home_features{
    gap: 0;
  }
  * + .home_features{
    padding-top: 30px;
  }
  .home_features_box1{
    width: 100%;
    padding-bottom: 205px;
  }
  .home_features_box2{
    width: 100%;
    align-self: flex-end;
    margin-bottom: -45px;
  }
  .home_features_box3{
    width: 100%;
    margin-left: 125px;
  }
  .home_features_ttl1{
    font-size: 26px;
    padding: 5px 0px 5px 10px;
    margin-bottom: 28px;
  }
  .home_features_ttl2{
    font-size: 24px;
    margin-bottom: 35px;
  }
  .home_features_ttl2.large{
    font-size: 28px;
  }
  .home_features_txt{
    font-size: 18px;
    line-height: 2;
    margin-right: -5px;
  }
  .home_features_txt.large{
    font-size: 20px;
    line-height: 1.8;
  }

  .home_features_bg{
    height: 1570px;
  }
  .home_features_bg:before{
    background-position: left -438px bottom;
  }

  .home_features_illust{
  }
  .home_features_illust.pos1{
    top: -70px;
    left: 150px;
  }
  .home_features_illust.pos2{
    top: -72px;
    right: -85px;
  }
  .home_features_illust.pos3{
    bottom: -170px;
    right: 230px;
  }*/
  
  .home_recruit_illusts{
    padding-right: 30px;
  }
}
@media (min-width:1024px){

  
  /* ABOUT */
  .home_about{

  }
  .home_about_row{
  }
  .home_about_row.line1{
    padding-bottom: 30px;
  }
  .home_about_row.line2{
    margin-top: 0;
  }
  .home_about_row.line2:before{
    height: 1029px;
  }
  .home_about_row.line3{
    margin-top: 0;
  }
  .home_about_row.line3:before{
    bottom: -175px;
    background-position: left 57.5% center;
    height: 625px;
  }

  .home_about_head{
    width: 100%;
  }
  .home_about_box1{
    width: 50.98%;
    margin-top: 0;
  }
  .home_about_box2{
    width: 42.76%;
    padding-top: 250px;
  }
  .home_about_box3{
    width: 50.98%;
    align-self: flex-end;
    margin-top: 0;
    order: 1;
  }
  .home_about_box4{
    width: 42.76%;
    padding-bottom: 110px;
    order: 2;
  }
  .home_about_box5{
    width: 57.23%;
    width: 50%;
    padding-top: 55px;
  }
  .home_about_box6{
    width: 36.51%;
    width: 44%;
    padding-top: 100px;
  }
  
  .home_about_en1{
    font-size: 60px;
  }

  .home_about_en2_line {
     font-size: 30px;
  }
  
  .home_about_ttl1{
    font-size: 32px;
  }
  .home_about_ttl2{
    font-size: 24px;
  }
  
  
  /* 見学 */
  .home_kengaku_ttl1{
    font-size: 32px;
    padding: 10px 10px 10px 15px;
    margin-bottom: 25px;
  }
  .home_kengaku_ttl2{
    font-size: 26px;
    margin-bottom: 35px;
  }
  .home_kengaku_txt{
    font-size: 18px;
    /*line-height: 1.8;*/
  }
  .home_kengaku_illust1{
    margin-left: -50px;
    margin-right: -50px;
  }
  .home_kengaku_illust2{
    margin: 0;
  }
  
  /* コラム */
  .home_column{
  }
  .home_column_box1{
    width: 515px;
  }
  .home_column_box2{
    width: calc(100% - 515px - 70px);
    margin-top: 85px;
  }
  .home_column_txt{
    font-size: 18px;
    line-height: 2;
  }
  .home_column .home_tt2{
    margin-right: -15px;
  }

  /* Features */
  .home_features{
    gap: 0;
  }
  * + .home_features{
    padding-top: 30px;
  }
  .home_features_box1{
    width: 42.76%;
    width: 48%;
    padding-bottom: 205px;
  }
  .home_features_box2{
    width: 48%;
    align-self: flex-end;
    margin-bottom: -45px;
  }
  .home_features_box3{
    width: 48%;
    margin-left: 0;
  }
  .home_features_ttl1{
    font-size: 26px;
    padding: 5px 0px 5px 10px;
    margin-bottom: 28px;
  }
  .home_features_ttl2{
    font-size: 22px;
    margin-bottom: 35px;
  }
  .home_features_ttl2.large{
    font-size: 22px;
  }
  .home_features_txt{
    font-size: 18px;
    line-height: 2;
    margin-right: -5px;
  }
  .home_features_txt.large{
    font-size: 20px;
    line-height: 1.8;
  }

  .home_features_bg{
    height: 1570px;
  }
  .home_features_bg:before{
    background-position: left -438px bottom;
  }

  .home_features_illust{
  }
  .home_features_illust.pos1{
    width: 250px;
    top: -70px;
    left: 50px;
  }
  .home_features_illust.pos2{
    width: 350px;
    top: -72px;
    right: -30px;
  }
  .home_features_illust.pos3{
    width: 300px;
    bottom: 0;
    right: 50px;
  }
  
  
  /* 採用情報 */
  .home_recruit{
  }
  .home_recruit_msg{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.333;
    text-align: center;
  }
  .home_recruit_illusts{
    margin-top: 0;
    display: block;
  }
  .home_recruit_illust1{
    width: 150px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: -30px;
  }
  .home_recruit_illust2{
    width: 100px;
    position: absolute;
    z-index: 1;
    top: 100px;
    right: -20px;
  }
  .home_recruit .read_more{
    margin-top: 30px;
  }
  
}
@media (min-width:1200px){

  .home_about_en1{
    font-size: 60px;
  }
  .home_about_en2_line{
    font-size: 30px;
  }
  
  .home_about_box5{
    width: 57.23%;
    padding-top: 55px;
  }
  .home_about_box6{
    width: 36.51%;
    width: 40%;
    padding-top: 100px;
  }

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

  .home_about_box1{
    width: 50.98%;
    margin-top: 0;
  }
  .home_about_box2{
    width: 42.76%;
    padding-top: 250px;
  }
  .home_about_box3{
    width: 50.98%;
    width: 58%;
    align-self: flex-end;
    margin-top: 0;
    order: 1;
  }
  .home_about_box4{
    /*width: 42.76%;*/
    width: 40%;
    padding-bottom: 110px;
    order: 2;
  }
  .home_about_box5{
    width: 57.23%;
    padding-top: 55px;
  }
  .home_about_box6{
    /*width: 36.51%;*/
    width: 40%;
    padding-top: 100px;
  }
  
  .home_about_en1{
    font-size: 90px;
    margin-bottom: 15px;
  }
  .home_about_en2{
    line-height: 1.5;
  }
  .home_about_en2_line{
    font-size: 50px;
  }
  .home_about_en2_line + .home_about_en2_line{
    margin-top: 20px;
  }
  .home_about_en2_line p{
    /*padding: 9px 15px 4px 10px;*/
  }

  .home_about_en2_line p:after{
    height: 30px;
  }

  .home_about_ttl1{
    font-size: 46px;
  }
  .home_about_ttl2{
    font-size: 32px;
    margin-bottom: 33px;
  }
  .home_about_txt{
    font-size: 18px;
  }
  .home_about_img{
    margin-bottom: 48px;
  }
  .home_features_ttl1{
    font-size: 22px;
  }

  /* 見学 */
  .home_kengaku_ttl1{
    font-size: 42px;
    padding: 10px 10px 10px 15px;
    margin-bottom: 25px;
  }
  .home_kengaku_ttl2{
    font-size: 36px;
    margin-bottom: 35px;
  }
  .home_kengaku_txt{
    font-size: 20px;
    /*line-height: 1.8;*/
  }
  .home_kengaku_illust1{
    margin-left: -50px;
    margin-right: -50px;
  }
  .home_kengaku_illust2{
  }
  
  
  /* Features */
  .home_features{
  }
  * + .home_features{
    padding-top: 30px;
  }
  .home_features_box1{
    width: 42.76%;
    padding-bottom: 205px;
  }
  .home_features_box2{
    width: 42.76%;
    align-self: flex-end;
    margin-bottom: -45px;
  }
  .home_features_box3{
    width: 42.76%;
    margin-left: 125px;
  }
  .home_features_ttl1{
    font-size: 32px;
    padding: 5px 0px 5px 10px;
    margin-bottom: 28px;
  }
  .home_features_ttl2{
    font-size: 24px;
    margin-bottom: 35px;
  }
  .home_features_ttl2.large{
    font-size: 32px;
  }
  .home_features_txt{
    font-size: 18px;
    line-height: 2;
    margin-right: -5px;
  }
  .home_features_txt.large{
    font-size: 20px;
    line-height: 1.8;
  }

  .home_features_bg{
    height: 100%;
  }
  .home_features_bg:before{
     background-size: auto 100%;
    background-position: left -600px bottom;
  }

  .home_features_illust{
  }
  .home_features_illust.pos1{
    width: 350px;
    top: -10px;
    left: 150px;
  }
  .home_features_illust.pos2{
    width: 550px;
    top: -72px;
    right: -85px;
  }
  .home_features_illust.pos3{
    width: 400px;
    bottom: 0;
    right: 230px;
  }

  
  .home_recruit_illust1{
    width: 280px;
    top: -38px;
    left: 0;
  }
  .home_recruit_illust2{
    width: 185px;
    top: 10px;
    right: 100px;
  }
  
  .home_column_box2{
    margin-top: 90px;
  }
  
}
@media (min-width:1720px){

  .home_about_box1{
    width: 50.98%;
    margin-top: 0;
  }
  .home_about_box2{
    width: 42.76%;
    padding-top: 250px;
  }
  .home_about_box3{
    width: 50.98%;
    align-self: flex-end;
    margin-top: 0;
    order: 1;
  }
  .home_about_box4{
    width: 42.76%;
    padding-bottom: 110px;
    order: 2;
  }
  .home_about_box5{
    width: 57.23%;
    padding-top: 55px;
  }
  .home_about_box6{
    width: 36.51%;
    padding-top: 100px;
  }
  
  .home_about_ttl1{
    font-size: 52px;
  }
  .home_about_ttl2{
    font-size: 40px;
    margin-bottom: 33px;
  }
  .home_about_txt{
    font-size: 18px;
  }
  .home_about_img{
    margin-bottom: 48px;
  }
  .home_features_ttl1{
    font-size: 32px;
  }
    .home_features_ttl2.large{
    font-size: 36px;
  }
  .home_features_illust.pos1{
    width: auto;
    top: -70px;
    left: 150px;
  }
  .home_features_illust.pos2{
    width: auto;
    top: -72px;
    right: -85px;
  }
  .home_features_illust.pos3{
    width: auto;
    bottom: -170px;
    right: 230px;
  }

  .home_features_bg{
    height: 1570px;
  }
  .home_features_bg:before{
    background-position: left -438px bottom;
  }
  
  .home_kengaku_illust1{
    margin-top: -38px;
    margin-left: -125px;
    margin-right: -125px;
  }
  
  
  
  
  /* 採用情報 */
  .home_recruit{
  }
  .home_recruit_msg{
    font-size: 18px;
    line-height: 2.333;
  }
  .home_recruit_illust1{
    width: auto;
    top: -38px;
    left: 56px;
  }
  .home_recruit_illust2{
    width: auto;
    top: 10px;
    right: 100px;
  }
  .home_recruit .read_more{
    margin-top: 55px;
  }
  
}




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

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

}
.pg_info .section{
  position: relative;
  z-index: 1;
}
.pg_info .section.sec1{

}
.pg_info .section.sec2{
  padding-top: 0px;
}
.pg_info .section.sec3{
  padding-top: 0;
}
.pg_info .section.sec4{
  padding-top: 100px;
}
.pg_info .section.sec5{
  padding-top: 0;
}
.pg_info .section.sec6{

}

.pg_info .section.sec3,
.pg_info .section.sec4{
  z-index: 0;
}
.pg_info .section.sec3:after,
.pg_info .section.sec4:after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}

.pg_info .section.sec3:after{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/info_body_bg1.jpg');
  top: 0;
  height: 1395px;
  transform: translate(0, -19%);
}
.pg_info .section.sec4:after{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/info_body_bg2.jpg');
  bottom: 0;
  height: 1478px;
  transform: translate(0, 19%);
}

@media (max-width:374px){

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

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

  .pg_info .section.sec3:after{
    background-size: 175% auto;
  }
  .pg_info .section.sec4:after{
    background-size: 175% auto;
  }
  
}
@media (min-width:768px){

  .pg_info .section.sec1{

  }
  .pg_info .section.sec2{
    padding-top: 70px;
  }
  .pg_info .section.sec3{
    padding-top: 50px;
  }
  .pg_info .section.sec4{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .pg_info .section.sec5{
    padding-top: 0;
  }
  .pg_info .section.sec6{

  }

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


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


  .pg_info .section.sec1{

  }
  .pg_info .section.sec2{
    padding-top: 150px;
  }
  .pg_info .section.sec3{
    padding-top: 110px;
  }
  .pg_info .section.sec4{
    padding-top: 242px;
    padding-bottom: 50px;
  }
  .pg_info .section.sec5{
    padding-top: 65px;
  }
  .pg_info .section.sec6{

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


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


}

/* メイン部分 */

/* コンテンツ */
.info_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.info_contents_box1,
.info_contents_box2,
.info_contents_box3,
.info_contents_box4,
.info_contents_box5,
.info_contents_box6,
.info_contents_box7,
.info_contents_box8,
.info_contents_box9,
.info_contents_box10,
.info_contents_box11,
.info_contents_box12{
  position: relative;
  z-index: 1;
}
.info_contents_box1{
  width: 100%;
  align-self: flex-end;
}
.info_contents_box2{
  width: 100%;
  padding-bottom: 30px;
}
.info_contents_box3{
  width: 100%;
  padding-bottom: 30px;
}
.info_contents_box4{
  width: 100%;
}
.info_contents_box5{
  width: 100%;
}
.info_contents_box5 .home_features_txt{
  padding-right: 0;
}
.info_contents_box6{
  width: 100%;
  padding-top: 85px;
}

.info_contents_box7{
  width: 100%;
}
.info_contents_box8{
  width: 100%;
}

.info_contents_box9{
  width: 100%;
}
.info_contents_box10{
  width: 100%;
  align-self: stretch;
}
.info_contents_box11{
  width: 100%;
  align-self: stretch;
}
.info_contents_box12{
  width: 100%;
}

.info_contents_box_w{
  width: 100%;
  margin-top: 70px;
}
.info_contents_box_w.mt-large{
  margin-top: 30px;
}

/* コンテンツ（画像） */
.info_contents_img{
  border-radius: 20px;
  border: 8px solid #FFF;
  background: #FFF;
}
.info_contents_img1_pos1{
  width: 64.28%;
  z-index: 1;
  margin-left: auto;
}
.info_contents_img1_pos1.img_fit:before{
  padding-top: 74.074%;
}
.info_contents_img1_pos2{
  width: 35.72%;
  width: 54.40%;
  position: absolute;
  z-index: 0;
  left: -5.5%;
  bottom: -16%;
}

.info_contents_img2_pos1{
  width: 86.02%;
  margin-left: auto;
}
.info_contents_img2_pos1.img_fit:before{
  padding-top: 74.188%;
}
.info_contents_img2_pos2{
  width: 33.08%;
  position: absolute;
  z-index: 2;
  bottom: -42%;
  left: -4%;
}

.info_contents_img3_pos1{
  width: 79.41%;
  margin-left: 0;
}
.info_contents_img3_pos1.img_fit:before{
  padding-top: 74.074%;
}
.info_contents_img3_pos2{
  width: 70.58%;
  width: 55%;
  position: absolute;
  z-index: 0;
  bottom: -9%;
  right: -9%;
}

.info_contents_img4_pos1{
  width: 90.00%;
}
.info_contents_img4_pos1.img_fit:before{
  padding-top: 74.188%;
}
.info_contents_img4_pos2{
  width: 39.07%;
  position: absolute;
  z-index: 2;
  bottom: -40%;
  right: 0%;
}

.info_contents_img5_pos2{
  width: 79.82%;
  position: absolute;
  z-index: 0;
  top: -31%;
  left: -2%;
}
.info_contents_img6_pos2{
  width: 46.32%;
  position: absolute;
  z-index: 0;
  top: -46%;
  left: -1%;
}


/* メッセージ */
.info_contents_msg{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-maru);
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.72;
}

.info_contents .home_features_ttl1{
  margin-bottom: 20px;
}
.info_contents .home_features_txt{
  margin-right: 0;
}

/* サービス例 */
.info_service{
  background: #262626;
  padding: 20px 15px 25px;
  border-radius: 20px;
  border: 1px dashed #FFF;
}
* + .info_service{
  margin-top: 50px;
}
.info_service_msg{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.075em;
}
.info_service_ttl{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
* + .info_service_ttl{
  margin-top: 22px;
}

.info_service_desc{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}


.info_service_list{
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
* + .info_service_list{
  /*margin-top: 90px;*/
}
.info_service_list.col2{
  column-gap: 13px;
}
.info_service_list.col3{
  column-gap: 13px;
}
.info_service_list.col4{
  column-gap: 13px;
}
.info_service_list_item{
  width: 100%;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.41;
  text-align: center;
  background: #FFF;
  color: #000;
  border-radius: 26px;
}
.info_service_list.col4 .info_service_list_item{
  /*width: calc((100% - 39px) / 4);*/
  width: 100%;
}


.info_service_head{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.info_service_head_txt{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-maru);
  line-height: 1.2;
  padding: 0 10px 5px;
  position: relative;
  z-index: 1;
}
.info_service_head_txt:after{
  content: "";
  background: var(--main-color);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.699em;
}

.info_service_multi{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}
.info_service_multi .info_service{
  /*width: calc((100% - 30px) / 2);*/
  width: 100%;
  min-height: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.info_service_multi .info_service_ttl{
  margin-bottom: 20px;
}


/* 資料ボタン */
.info_documents{
  /*display: flex;*/
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
* + .info_documents{
  /*margin-top: 80px;*/
}
.info_documents_box1{
  width: 270px;
  max-width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.info_documents_box2{
  
}
.info_documents_btns{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.info_documents_btns_a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  min-height: 50px;
  border-radius: 20px;
  background: var(--main-color);
  color: #FFF;
  /*width: calc((100% - 10px) / 2);*/
  width: 100%;
}
.info_documents_btns_a:hover{
  background: var(--sub-color);
  color: #FFF;
}
.info_documents_btns_a p:after{
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 14 /18;
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/file-pdf-solid.svg');
  background-size: contain;
  background-position: center;
  margin-left: 16px;
  margin-bottom: -2px;
}

.info_documents_illust{
  position: absolute;
  z-index: 0;
}
.info_documents_illust.pos1{
  width: 24.27%;
  top: 64%;
  right: 5.5%;
  right: 0%;
  transform: translate(0, -50%);
}
.info_documents_illust.pos2{
  width: 18.43%;
  top: 64%;
  right: 0%;
  transform: translate(0, -50%);
}

@media (max-width:1023px){
  
  .info_contents_box1{
    order: 2;
    margin-top: 180px;
  }
  .info_contents_box2{
    order: 1;
  }
  .info_contents_box3{
    order: 1;
  }
  .info_contents_box4{
    order: 2;
    margin-top: 30px;
  }
  .info_contents_box5{
    order: 1;
  }
  .info_contents_box6{
    order: 2;
    margin-top: 50px;
  }
  .info_contents_box7{
    order: 2;
    margin-top: 50px;
  }
  .info_contents_box8{
    order: 1;
  }
  .info_contents_box9{
    order: 1;
    margin-top: 0;
  }
  .info_contents_box10{
    order: 2;
    margin-top: 20px;
    /*aspect-ratio: 275 / 291;*/
  }
  .info_contents_box11{
    order: 2;
    margin-top: 0;
    /*aspect-ratio: 271 / 623;*/
  }
  .info_contents_box12{
    order: 1;
  }
  .info_contents_box_w{
    order: 3;
  }
  
  .info_contents_img5_pos2{
    top: 0;
    position: static;
    margin: 0 auto;
    padding: 0 120px;
  }
  .info_contents_img6_pos2{
    top: 0;
    position: static;
    margin: 0 auto;
    padding: 0 70px;
  }
}
@media (max-width:767px){

  .info_contents_box1{
    margin-top: 80px;
  }
  
  .info_contents_box6{
    margin-top: 10px;
  }
  
  .info_contents_img5_pos2{
    padding: 0 50px;
  }
  .info_contents_img6_pos2{
    padding: 0 30px;
  }
  
  .info_contents_img3_pos1{
    width: 64.28%;
  }
  
}
@media (max-width:375px){
  .info_contents_box6{
    margin-top: 0;
  }
}

@media (min-width:768px){


  
  /* サービス例 */
  .info_service{
    padding: 25px 20px 35px;
    border-radius: 20px;
  }
  * + .info_service{
    margin-top: 50px;
  }
  .info_service_msg{
    font-size: 22px;
    /*text-align: center;*/
  }
  .info_service_ttl{
    font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  * + .info_service_ttl{
    margin-top: 22px;
  }

  .info_service_desc{
    font-size: 18px;
    line-height: 2.111;
  }


  .info_service_list{
    row-gap: 15px;
  }
  * + .info_service_list{
    /*margin-top: 90px;*/
  }
  .info_service_list.col2{
    column-gap: 13px;
  }
  .info_service_list.col3{
    column-gap: 13px;
  }
  .info_service_list.col4{
    column-gap: 13px;
  }
  .info_service_list_item{
    width: 100%;
    min-height: 52px;
    font-size: 16px;
    border-radius: 26px;
  }
  .info_service_list.col4 .info_service_list_item{
    width: calc((100% - 26px) / 2);
  }


  .info_service_head{
    margin-bottom: 50px;
  }
  .info_service_head_txt{
    font-size: 23px;
    padding: 0 10px 5px;
  }
  .info_service_head_txt:after{
    height: 0.699em;
  }

  .info_service_multi{
    gap: 30px 30px;
  }
  .info_service_multi .info_service{
    /*width: calc((100% - 30px) / 2);*/
    width: 100%;
    min-height: 329px;
    padding-left: 30px;
    padding-right: 30px;

  }
  .info_service_multi .info_service_ttl{
    margin-bottom: 20px;
  }


  /* 資料ボタン */
  .info_documents{
    /*display: flex;*/
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info_documents_box1{
    /*width: 920px;*/
    width: 600px;
    /*margin-left: 205px;*/
  }
  .info_documents_box2{

  }
  .info_documents_btns{
    gap: 10px 30px;
  }
  .info_documents_btns_a{
    font-size: 18px;
    min-height: 70px;
    border-radius: 20px;
    width: calc((100% - 30px) / 2);
  }
  
  .info_documents_illust{
    position: absolute;
    z-index: 0;
  }
  .info_documents_illust.pos1{
    top: 64%;
    right: -4%;
    /*right: 5.5%;*/
    /*transform: translate(0, -50%);*/
  }
  .info_documents_illust.pos2{
    width: 12.43%;
    top: 64%;
    /*right: 12.1%;*/
    /*transform: translate(0, -50%);*/
  }

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

  /* コンテンツ */
  .info_contents{
    align-items: flex-start;
  }
  .info_contents_box1{
    width: 55.26%;
    align-self: flex-end;
  }
  .info_contents_box2{
    width: 42.76%;
    padding-bottom: 30px;
  }
  .info_contents_box3{
    width: 50.98%;
    padding-bottom: 30px;
  }
  .info_contents_box4{
    width: 44.73%;
  }
  .info_contents_box5{
    width: 55.27%;
  }
  .info_contents_box5 .home_features_txt{
    padding-right: 195px;
  }
  .info_contents_box6{
    width: 44.73%;
    padding-top: 85px;
  }

  .info_contents_box7{
    width: 42.76%;
  }
  .info_contents_box8{
    width: 50.98%;
  }

  .info_contents_box9{
    width: 57.23%;
  }
  .info_contents_box10{
    width: 38.48%;
    align-self: stretch;
  }
  .info_contents_box11{
    width: 38.48%;
    align-self: stretch;
  }
  .info_contents_box12{
    width: 57.23%;
  }

  .info_contents_box_w{
    width: 100%;
    margin-top: 70px;
  }
  .info_contents_box_w.mt-large{
    margin-top: 105px;
  }

  /* コンテンツ（画像） */
  .info_contents_img{
    border-radius: 20px;
    border: 8px solid #FFF;
  }
  .info_contents_img1_pos1{
    width: 64.28%;
    margin-left: auto;
  }
  .info_contents_img1_pos2{
    width: 35.72%;
    width: 54.40%;
    left: -5.5%;
    bottom: -16%;
  }

  .info_contents_img2_pos1{
    width: 86.02%;
  }
  .info_contents_img2_pos2{
    width: 33.08%;
    bottom: -42%;
    left: -4%;
  }

  .info_contents_img3_pos1{
    width: 79.41%;
    margin-left: -153px;
  }
  .info_contents_img3_pos2{
    width: 70.58%;
    bottom: -9%;
    right: -9%;
  }

  .info_contents_img4_pos1{
    width: 90.00%;
  }
  .info_contents_img4_pos2{
    width: 39.07%;
    bottom: -40%;
    right: 0%;
  }

  .info_contents_img5_pos2{
    width: 79.82%;
    top: -8%;
    left: -2%;
  }
  .info_contents_img6_pos2{
    width: 46.32%;
    top: -46%;
    left: -1%;
  }


  /* メッセージ */
  .info_contents_msg{
    font-size: 20px;
    text-align: justify;
    line-height: 1.72;
  }

  .info_contents .home_features_ttl1{
    margin-bottom: 55px;
  }
  .info_contents .home_features_txt{
    margin-right: 0;
  }

  
  /* サービス例 */
  .info_service{
    padding: 25px 60px 35px;
    border-radius: 20px;
  }
  * + .info_service{
    margin-top: 50px;
  }
  .info_service_msg{
    font-size: 22px;
    text-align: center;
  }
  .info_service_ttl{
    font-size: 21px;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  * + .info_service_ttl{
    margin-top: 22px;
  }

  .info_service_desc{
    font-size: 18px;
    line-height: 2.111;
  }


  .info_service_list{
    row-gap: 15px;
  }
  * + .info_service_list{
    /*margin-top: 90px;*/
  }
  .info_service_list.col2{
    column-gap: 13px;
  }
  .info_service_list.col3{
    column-gap: 13px;
  }
  .info_service_list.col4{
    column-gap: 13px;
  }
  .info_service_list_item{
    width: 100%;
    min-height: 52px;
    font-size: 17px;
    border-radius: 26px;
  }
  .info_service_list.col4 .info_service_list_item{
    width: calc((100% - 26px) / 2);
  }


  .info_service_head{
    margin-bottom: 50px;
  }
  .info_service_head_txt{
    font-size: 30px;
    padding: 0 10px 5px;
  }
  .info_service_head_txt:after{
    height: 0.699em;
  }

  .info_service_multi{
    gap: 30px 30px;
  }
  .info_service_multi .info_service{
    width: calc((100% - 30px) / 2);
    min-height: 329px;
    padding-left: 30px;
    padding-right: 30px;

  }
  .info_service_multi .info_service_ttl{
    margin-bottom: 20px;
  }


  /* 資料ボタン */
  .info_documents{
    /*display: flex;*/
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info_documents_box1{
    width: 700px;
    /*margin-left: 205px;*/
  }
  .info_documents_box2{

  }
  .info_documents_btns{
    /*gap: 10px 30px;*/
  }
  .info_documents_btns_a{
    /*font-size: 18px;*/
    /*min-height: 70px;*/
    /*border-radius: 20px;*/
    /*width: calc((100% - 30px) / 2);*/
  }
  
  .info_documents_illust{
    position: absolute;
    z-index: 0;
  }
  .info_documents_illust.pos1{
    top: 64%;
    right: 5.5%;
  }
  .info_documents_illust.pos2{
    top: 64%;
    right: 12.1%;
  }
}
@media (min-width:1200px){

  .info_service_ttl{
    font-size: 22px;
  }
    

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

  .info_service_ttl{
    font-size: 24px;
  }

  .info_service_list_item{
    min-height: 52px;
    font-size: 16px;
    /*border-radius: 26px;*/
  }
  .info_service_list.col4 .info_service_list_item{
    width: calc((100% - 39px) / 4);
  }
  .info_service_head_txt{
    font-size: 36px;
    padding: 0 10px 5px;
  }
  
  
  /* 資料ボタン */
  .info_documents{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info_documents_box1{
    width: 920px;
    margin-left: 100px;
  }
  
  .info_contents_img5_pos2{
    width: 79.82%;
    top: -31%;
    left: -2%;
  }
  .info_contents_img6_pos2{
    width: 46.32%;
    top: -46%;
    left: -1%;
  }
  
  .info_contents_msg{
    text-align: center;
  }
}
@media (min-width:1720px){

  .info_service_list_item{
    font-size: 17px;
  }
  
  /* 資料ボタン */
  .info_documents{
    /*display: flex;*/
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info_documents_box1{
    width: 920px;
    margin-left: 205px;
  }
  .info_documents_box2{

  }
  .info_documents_btns{
    gap: 10px 30px;
  }
  .info_documents_btns_a{
    font-size: 18px;
    min-height: 70px;
    border-radius: 20px;
    width: calc((100% - 30px) / 2);
  }
  
  .info_documents_illust{
    position: absolute;
    z-index: 0;
  }
  .info_documents_illust.pos1{
    top: 64%;
    right: 5.5%;
  }
  .info_documents_illust.pos2{
    top: 64%;
    right: 12.1%;
  }

  
  /* メッセージ */
  .info_contents_msg{
    font-size: 22px;
    text-align: center;
    line-height: 1.72;
  }
}




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

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

}
.pg_other .section{
  position: relative;
  z-index: 1;
}
.pg_other .section.sec1{

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


.other_header_illust{
  width: 31.11%;
  position: absolute;
  z-index: -1;
  top: 77%;
  left: 62%;
}

.other_illust_img1{
  width: 200px;
  /*position: absolute;*/
  /*z-index: 1;*/
  /*bottom: -135px;*/
  /*right: 0;*/
  text-align: right;
  margin-left: auto;
}
.other_illust_img2{
  width: 200px;
  /*position: absolute;*/
  /*z-index: 1;*/
  /*bottom: -200px;*/
  /*right: 180px;*/
  margin-top: 20px;
  text-align: right;
  margin-left: auto;
}

@media (max-width:374px){

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

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

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


  .pg_other .section.sec1{

  }
  .pg_other .section.sec2{
    padding-top: 50px;
  }
  .pg_other .section.sec3{
    padding-top: 50px;
  }

  .other_header_illust{
    width: 31.11%;
    top: 66%;
    left: 62%;
  }
  
  .other_illust_img1{
    width: 400px;
  }
  .other_illust_img2{
    width: 350px;
  }
  
  

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

  .other_illust_img1{
    width: 400px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 0;
    text-align: right;
  }
  .other_illust_img2{
    width: 350px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-align: right;
    margin-top: 0;
  }

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

  .pg_other .section.sec1{

  }
  .pg_other .section.sec2{
    padding-top: 150px;
  }
  .pg_other .section.sec3{
    padding-top: 150px;
  }

  

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

  .other_header_illust{
    width: 31.11%;
    top: 66%;
    left: 62%;
  }

  .other_illust_img1{
    width: 600px;
    bottom: -80px;
  }
  .other_illust_img2{
    width: 480px;
    bottom: -150px;
    right: 80px;
  }
  
}
@media (min-width:1720px){

  .other_illust_img1{
    width: 888px;
    bottom: -135px;
  }
  .other_illust_img2{
    width: 530px;
    bottom: -200px;
    right: 180px;
  }

}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

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

}
.pg_recruit .section.sec1{

}
.pg_recruit .section.sec2{

}

.recruit_header_illust{
  width: 25.11%;
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 37%;
}






@media (max-width:374px){

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

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

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

  .recruit_header_illust{
    width: 25.11%;
    top: 25%;
    left: 37%;
  }
  

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


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

  .recruit_header_illust{
    width: 25.11%;
    top: 30%;
    left: 37%;
  }

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

  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    padding-top: 85px;
  }


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


}

/* メイン部分 */
.cmn_about.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  
}
.cmn_about_box2{
  
}

.cmn_about.recruit .cmn_about_box1{
  width: 100%;
}
.cmn_about.recruit .cmn_about_box2{
  width: 100%;
  text-align: center;
  padding: 0 50px;
}


/*  */


/* 募集要項 */
.recruit_job{
  position: relative;
  z-index: 1;
}
.recruit_job + .recruit_job{
  margin-top: 70px;
}
.recruit_job_ttl{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #d9d9d9;
  color: #000;
  border-radius: 10px;
  padding: 10px 15px 12px;
  margin-bottom: 20px;
}
.recruit_job_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}

* + .recruit_tbl{
  margin-top: 30px;
}
.recruit_job + .read_more{
  margin-top: 50px;
}

@media (max-width:767px){

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

  
  .cmn_about.recruit .cmn_about_box2{
    padding: 0 150px;
  }
  
  /* 募集要項 */
  .recruit_job{

  }
  .recruit_job + .recruit_job{
    margin-top: 150px;
  }
  .recruit_job_ttl{
    font-size: 20px;
    padding: 16px 25px;
    margin-bottom: 40px;
  }
  .recruit_job_txt{
    font-size: 18px;
    line-height: 2;
  }

  * + .recruit_tbl{
    margin-top: 50px;
  }
  * + .recruit_tbl.color2{
    margin-top: 60px;
  }
  .recruit_job + .read_more{
    margin-top: 95px;
  }

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

  .cmn_about.recruit .cmn_about_box1{
    width: calc(100% - 585px);
    width: 60.19%;
  }
  .cmn_about.recruit .cmn_about_box2{
    width: 585px;
    width: 38.48%;
    padding: 0;
    text-align: left;
  }
  
  .cmn_about.recruit + .cmn_nav{
    margin-top: 60px;
  }

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


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

  .recruit_about_illust{
    margin-top: -155px;
  }
  
  .recruit_job + .recruit_job{
    margin-top: 240px;
  }
  
  .cmn_about.recruit + .cmn_nav{
    margin-top: 30px;
  }

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


}



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

/* セクション設定 */
.pg_company{
  z-index: 1 !important;
}
.pg_header + .pg_company{
  
}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


.pg_header_rt_illust.company{
  width: 40.88%;
  z-index:-1;
}

.recruit_job.com_bg2{
  z-index: 0;
}

.recruit_job.com_bg1:after,
.recruit_job.com_bg2:after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
}
.recruit_job.com_bg1:after{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/company_bg1.jpg');
  bottom: 0;
  height: 200px;
  transform: translate(0, 50%);
}
.recruit_job.com_bg2:after{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/company_bg2.jpg');
  height: 600px;
  top: 0;
  transform: translate(0, -34%);
}

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

  }
  .pg_xxx .section.sec6{

  }
  
  .recruit_job.com_bg1:after{
    height: 400px;
    transform: translate(0, 50%);
  }
  .recruit_job.com_bg2:after{
    height: 1231px;
    transform: translate(0, -34%);
  }
}
@media (min-width:1024px){


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

  .recruit_job.com_bg1:after{
    height: 1267px;
    transform: translate(0, 68%);
  }
  .recruit_job.com_bg2:after{
    height: 1231px;
    transform: translate(0, -34%);
  }
  
}
@media (min-width:1470px){


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

  .recruit_job.com_bg1:after{
    height: 1267px;
    transform: translate(0, 50%);
  }

}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


.pg_contact{
  background-image: url('https://kacreate.co.jp/system_panel/uploads/images/contact_body_bg.jpg');
  background-size: auto 1600px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.contact_header_illust{
  width: 30.11%;
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 41.3%;
}
.contact_about_illust{
  width: 140px;
  margin: 0 auto;
}


.news_header_illust{
  width: 28.11%;
  position: absolute;
  z-index: -1;
  top: 68%;
  left: 65%;
}
.column_header_illust {
  width: 34.11%;
  position: absolute;
  z-index: -1;
  top: 73%;
  left: 56.5%;
}

@media (max-width:374px){

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

}
@media (max-width:1023px){
  .pg_contact .section.sec1{
    padding-bottom: 0;
  }
}
@media (min-width:768px){

  .pg_contact{
    background-size: auto 1600px;
  }
  
  .contact_header_illust{
    /*width: 25.11%;*/
    /*top: 30%;*/
    /*left: 37%;*/
  }
  .contact_about_illust{
    width: 200px;
    margin: 0 auto;
  }
  
  .news_header_illust{
    width: 24.11%;
    top: 65%;
    left: 56%;
  }
  .column_header_illust {
    width: 34.11%;
    top: 67%;
    left: 63.5%;
  }
}
@media (min-width:1024px){

  .pg_contact{
    background-size: auto 2868px;
  }
  
  .cmn_about.contact{
    padding-right: 200px;
  }
  .contact_about_illust{
    /*width: 246px;*/
    position: absolute;
    z-index: 1;
    right: 0;
    top: 100%;
    transform: translate(20%, -60%);
  }

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

  .news_header_illust{
    width: 24.11%;
    top: 41%;
    left: 56%;
  }
  .column_header_illust {
    width: 34.11%;
    top: 39%;
    left: 56.5%;
  }

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

  .pg_contact{
    background-size: auto 2868px;
  }
  
  .cmn_about.contact{
    padding-right: 0;
  }
  
  .contact_about_illust{
    width: 200px;
    right: 0;
    top: 100%;
    transform: translate(-10%, -40%);
  }
  

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

  .pg_contact{
    background-size: auto 2868px;
  }

  .contact_about_illust{
    width: 246px;
    right: 0;
    top: 100%;
    transform: translate(-20%, -40%);
  }
  
}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


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

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


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

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}


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

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 70px;
  }

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


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

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

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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
}

/* マップ */
.company_map{

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

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

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

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

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

  /* マップ */
  .company_map{

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


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

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

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

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


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


}



/* カテゴリNav */
.cmn_cat_nav{
  
}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

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

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

@media (max-width:767px){

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

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

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

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

  }

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

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

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

}




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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}
