@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
  background-image: url(/system_panel/uploads/images/boidy_bg.jpg);
  background-position: center center;
  background-repeat:repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root{
  overflow: hidden;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;

  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.zen{
  font-family: "Zen Old Mincho", serif;
}

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

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

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

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  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;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

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

/*******************************
*　ヘッダー
********************************/
.header{
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact:hover{
  opacity: 1;
  background: #181818;
}
.hdr_contact:hover .hdr_contact_inner{
  border: 3px solid #fff;
  color: #fff;
}


.pg_header{
  margin-bottom: 50px;
  position: relative;
}
.pg_header_img{

}
.pg_header_img:before{
  padding-top: 200px; 
}


.mv,
.pg_header{
  position: relative;
  padding: 0 20px;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_inner{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 78px - 57px);
}
.mv_txt{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


@media (min-width:375px){

}
@media (max-width:767px){
  .header{
    padding-bottom: 10px;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .hdr_logo{
    width: 160px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }

  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
    background-image: url(/system_panel/uploads/images/boidy_bg.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }

  .gnav_box2{
    display: none;
  }

}
@media (min-width:768px){
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .hdr_outer{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .hdr_contact{
    border: 1px solid transparent;
    background: #fff;
    display: block;
    padding: 5px;
    max-width: 300px;
    width: 100%;
  }
  .hdr_contact_inner{
    border:3px solid #1a1a1a;
    color: #181818;
    padding: 15px 0;
    text-align: center;
  }
  .hdr_contact_txt1{
    font-size:18px;
    font-weight: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .hdr_contact_txt1:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/system_panel/uploads/images/calendar-days-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  .hdr_contact:hover .hdr_contact_txt1:before{
    background-image: url(/system_panel/uploads/images/calendar-days-solid_wh.svg);
  }
  .hdr_contact_txt2{
    font-size:16px;
    font-weight: normal;
    letter-spacing: 0.42em;;
    line-height: 1;
    margin-top: 5px;
  }


  .pg_header{
    margin-bottom:200px;
  }
  .pg_header_img{

  }
  .pg_header_img:before{
    padding-top: 500px;
  }

  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .gnav .gnav_item{

  }
  .gnav:hover .gnav_item{
    opacity: 0.5;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
  }
  .gnav .gnav_item:hover a{
    opacity: 1;
  }

  .mv,
  .pg_header{
    padding: 0 40px;
  }
  .mv_img.img_fit:before{
    padding-top: 650px;
  }
}
@media (min-width:1024px){
  .header{
    padding: 10px 20px;
  }
  .hdr_contact_inner{

  }
  .hdr_contact_txt1{
    font-size: 20px;
  }
  .hdr_contact_txt2{

  }
  .hdr_contact{
    max-width: 230px;
  }
  .hdr_logo{
    width: 160px;;
  }

  .gnav .gnav_item {
    font-size: 14px;
    padding: 0 5px;
    /*line-height: 2;*/
    font-weight: 500;
    letter-spacing: 0.075em;
    transition: 0.2s all;
    font-weight: 500;
    transition: 0.2s all;
  }
  .gnav_outer{
    margin-right: 30px;
  }


  .pg_header{
    margin-bottom: 250px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_img:before{
    padding-top: 650px;
  }

  .mv,
  .pg_header{
    padding: 0 60px;
  }
  .mv_img.img_fit:before{
    padding-top: 800px;
  }
}
@media (min-width:1200px){
  .header{
    padding: 13px 30px 0 30px;
  }
  .hdr_logo{
    width: 200px;;
  }
  .pg_header_img:before{
    padding-top: 920px;
  }

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

  .gnav_outer{
    margin-right: 20px;
  }
  .gnav .gnav_item{
    font-size: 15px;
    padding: 0 10px;
  }

  .container-w{
    max-width: 1750px;
  }
}
@media (min-width:1300px){
  .gnav .gnav_item{
    padding: 0 16px;
  }

  .mv,
  .pg_header{
    padding: 0 100px;
  }
}
@media (min-width:1500px){
  .header{
    padding: 13px 17px 0 54px;
  }
  .hdr_contact{
    max-width: 300px;
  }
  .gnav_outer{
    margin-right: 44px;
  }
  .hdr_outer{
    margin-right: 43px;
  }
  .hdr_logo{
    width: auto;
  }



}
@media (min-width: 768px) and (max-width: 1023px) {
  .gnav.active {
    display: flex;
    height: auto;
    width: 95%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 1;
    border-radius: 15px;
    background: #181818;
    border: 1px solid #fff;
  }
  .gnav{
    display: block;
    position: fixed;
    left: 100%;
    top: auto;
    z-index: 10;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden; 
    transition: all 1.8s;
    opacity: 0;
    color: #fff;
    margin: auto;
    border-radius: 15px;
  }
  .gnav .gnav_item:hover{
    background: #fff;;
    color: #181818;
    opacity: 1;
  }
  .gnav .gnav_box1 {
    background: #181818;
    border-radius: 15px 0 0 15px;
  }
  .gnav_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    width: calc(100% - 65px - 65px);
    background: #fff;
  }
  .gnav .gnav_item {
    font-size: 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 25%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
    color: #fff;;
    background: #181818;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 0 15px 15px 0;
    background: #181818;;
    color: #fff;
  }
  .burger{
    text-align: center;
    margin-left: 16px;
  }
  .gnav_open p{
    line-height: 1;
  }
  .fa-bars:before {
    font-size: 32px;

  }
  .fa-times:before {
    font-size: 32px;
  }

  .gnav .gnav_box2 .gnav_open {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
  }
  .gnav .gnav_box2 .gnav_open p {
    font-size: 12px;
  }
}




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

.footer{
  margin-top: 80px;
  background-image: url(/system_panel/uploads/images/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 20px;
}

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

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


.ftr1_box{
  text-align: center;
}
.ftr_logo{
  text-align: center;
}
.ftr1_box .hdr_contact{
  margin: 20px auto 0;
}
.ftr_add_inner{
  margin-top: 8px;
}
.ftr_add_inner p{
  line-height: 2;
}
.ftr_add{
  margin-top: 20px;
}
.ftr2_box{

}
/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

.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{
  background: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 5px 0;
  margin-top: 30px;
}

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



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 100px;
  }

  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_link{
    width: 25%;
    text-align: center;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.333em;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 16px;;
  }
  .ftr_add{
    margin-top: 30px;
  }
  .ftr_add_inner{
    width:60.53%;
    margin: 0 auto; 
    text-align: left;
    padding-left: 36px;
  }
  .ftr1_box .hdr_contact{
    margin-top: 30px;
  }
  .ftr2_box{
    margin-top: 40px;
  }
  .ftr_copy{
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .footer{
    padding-top: 95px;
    padding-bottom: 50px;
    margin-top: 200px;
  }
  .body_home .footer{
    margin-top: 200px;
  }
  .ftr_add_inner{
    width: 45.53%;
  }
  .ftr_links{
    margin: 0 -22px;
  }
  .ftr_link{
    font-size: 15px;
    width: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: left;
    padding: 0 22px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }

  .ftr2_box{
    margin-top: 54px;
  }
}
@media (min-width:1200px){
  .ftr_add_inner{
    width: 36.53%;
  }
  .ftr_links{
    margin: 0 -32px;
  }
  .ftr_link {
    font-size: 15px;
    width: auto;
    letter-spacing: 0.4em;
    line-height: 1;
    text-align: left;
    padding: 0 32px;
  }
  .ftr_link p{
    letter-spacing: 0.4em;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr_links{
    display: none;
  }
  .ftr1_box .hdr_contact{
    display: block;
    border: 1px solid transparent;
    background: #fff;
    display: block;
    padding: 5px;
    max-width: 300px;
    width: 100%;
  }
  .ftr1_box .hdr_contact_inner {
    border: 3px solid #1a1a1a;
    color: #181818;
    padding: 15px 0;
    text-align: center;
  }
  .ftr1_box .hdr_contact_txt1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .ftr1_box .hdr_contact_txt2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.42em;
    line-height: 1;
    margin-top: 5px;
  }
  .ftr1_box .hdr_contact:hover .hdr_contact_inner {
    border: 3px solid #fff;
    color: #fff;
  }
  .ftr1_box .hdr_contact:hover {
    opacity: 1;
    background: #181818;
  }

  .ftr_add_inner{
    display: inline-block;
    text-align: left;
  }
}



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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 56px;
  }
}


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

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

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


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

.anchor{
  position: relative;
}


@media (max-width:374px){

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

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

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

  .anchor{
    top: -100px;
  }

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

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

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

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


}

/*******************************
*　共通
********************************/
/*ボタン*/
.link_1{
  width: 100%;
  max-width: 350px;
  padding: 5px;
  margin: 35px auto 0;
  display: block;
  background: #fff;
  text-align: center;
  color: #181818; 
  position: relative;
  border: 1px solid transparent;
}
.link_1 p{
  border: 1px solid #000000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 0;
}
.link_1:after{
  content: "》";
  margin-left: 5px;
  position:absolute;
  right: 0;
  transition: all .3s;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.link_1:hover{
  opacity: 1; 
  background: #181818;
  color: #fff;
  border: 1px solid #fff;
}
.link_1:hover p{
  border: 1px solid #fff;
}
.link_1:hover:after{
  right: 5px;
}

/*共通タイトル*/
.sec_title{
  text-align: center;
}
.sec_title_ja{
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3em;
  background: linear-gradient(transparent 76%, #a40000 50%);
}
/* コピー用 */
@media (max-width:374px){

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

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

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

  /*共通タイトル*/
  .sec_title{
    text-align: center;
  }
  .sec_title_ja{
    font-size: 60px;
  }
}
@media (min-width:1024px){

  /*共通タイトル*/
  .sec_title{
    text-align: center;
  }
  .sec_title_ja{
    font-size: 72px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_home .section.sec2{
  margin-top: 70px;
}
.pg_home .section.sec3{
  margin-top: 90px;
}
.pg_home .section.sec4{
  margin-top: 90px;
}
.pg_home .section.sec5{
  margin-top:90px;
}
.pg_home .section.sec6{
  margin-top: 70px;
}
.pg_home .section.sec7{
  margin-top: 80px;
}

/*news*/
.home_news_box{
  background:rgba(0,0,0,0.85);
  padding: 18px 18px 16px;
}
.home_news_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  padding-right: 0;
}
.home_news_title_txt{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_news_title_link{
  transition: all .3s;
}
.home_news_title_link p{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_news_title_link p:after{
  content: "》";
  margin-left: 5px;
  position: relative;
  right: 0;
  transition: all .3s;
}
.home_news_box_content{
  margin-top: 12px;
}
.home_news_box_content .webgene-blog{

}
.home_news_box_content .webgene-item{

}
.home_news_box_content .webgene-item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_news_box_content .webgene-item .news_left{
  width: 28.63%;
}
.home_news_box_content .webgene-item .news_left .img:before{
  padding-top: 83.333%;
}
.home_news_box_content .webgene-item .news_left .img{
  background-image: url(/system_panel/uploads/images/20240621115953415885.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_news_box_content .webgene-item .news_right{
  width:65.90%;
  padding: 5px 3px;
}
.home_news_box_content .webgene-item .news_right .date{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.home_news_box_content .webgene-item .news_right .title{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
}
.home_news_title_link:hover{
  opacity: 1;
  color: #fff;
}
.home_news_title_link:hover p:after{
  right: -10px;
}

/*こだわり*/
.home_concept_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_concept_img_item{
  width: 100%;
}
.home_concept_img_item_title{
  text-align: center;
}
.home_concept_img_item_title p{
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2em;
  background: linear-gradient(transparent 80%, #a40000 69%);
}
.home_concept_img_item_img:before{
  padding-top: 69.76%;
}
.home_concept_img_txt{

}
.home_concept_desc{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2em;
  text-align: justify;
  margin-top: 0;
}
.home_concept_desc p{
  letter-spacing: 0;
}
.home_concept_img_txt{
  font-size: 50px;
}
.home_concept_img_txt em{
  font-size: 28px;
  font-style: normal;
}

/*メニュー*/
.home_menu_items{

}
.home_menu_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_menu_item_box1{
  width: 100%;
}
.home_menu_item_box1_img:before{
  padding-top: 63.82%;
}
.home_menu_item_box2{
  width: 100%;
  margin-top: 20px;
}
.home_menu_item.first .home_menu_item_box2_tilte{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_menu_item_box2_tilte p{
  line-height: 1;
}
.home_menu_item.first .home_menu_item_box2_tilte strong{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
  background: #a40000;
}
.home_menu_item.second .home_menu_item_box2_tilte{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_menu_item.second .home_menu_item_box2_tilte strong{
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_menu_item.second .home_menu_item_box2_tilte em{
  font-size: 52px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  color: #a40000;
}
.home_menu_item_box2_desc{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.111em;
  text-align: justify;
  margin-top: 20px;
}
/*コース*/
.home_course_box{
  position: relative;
}
.home_course_box:after{
  content: "";
  display: block;
  width: 100vw;
  height: 64.15%;
  background-image: url(/system_panel/uploads/images/bg_red.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 31.16%;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_course_img:before{
  padding-top: 45.04%;
}
.home_course_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.home_course_content{
  position: relative;
}
.home_course_content_mes{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  position: absolute;
  top:-28px;
  left: 50%;
  transform:translateX(-50%);
  text-align: center;
  width: 100%;
}
.home_course_content_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  background:rgba(0,0,0,0.9);
  padding: 60px 0 30px;
}

/*シーン*/
.home_scene_wrap{
  background: #000000;
}
.home_scene_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_scene_box1{
  width: 100%;
}
.home_scene_box1_img:before{
  padding-top: 39.74%;
}
.home_scene_box2{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
}
.home_scene_box2_title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.56em;
  text-shadow: 4px 4px 0px rgba(131, 17, 17, 1), 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.home_scene_box2_title p{
  letter-spacing: 0;
}
.home_scene_box2_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  text-align: justify;;
  margin-top: 14px;
}
.home_scene_box2_desc p{
  letter-spacing: 0;
}

/*店舗*/
.home_shop_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_shop_box1{
  width: 100%;
}
.home_shop_box1_img:before{
  padding-top: 85.18%;
}
.home_shop_box2{
  width: 100%;
  text-align: center;
  margin-top: 20px;;
}
.ftr_logo{

}
.home_shop_box2_addr{
  width: 77%;
  margin: 30px auto 0;
}
.home_shop_box2_addr p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_shop_box2_addr_items{

}
.home_shop_box2_addr_items .table_rows_th,
.home_shop_box2_addr_items .table_rows_td{
  background: transparent;
  border: none;
  padding: 0;
}
.home_shop_box2_addr_items .table_rows_th{
  width: 90px;
  position: relative;
  background: transparent;
  text-align: left;
}
.home_shop_box2_addr_items .table_rows_th:after{
  content: "｜";
  position: absolute;
  top: 20px;
  right:0;
  transform: translateY(-50%);
}
.home_shop_box2_addr_items .table_rows_td{
  padding-left: 16px;
  text-align: left;
}

/*採用情報*/
.home_recruit_wrap{
  background: #000000;
}

.home_recruit_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_recruit_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
  padding-bottom: 20px;
}
.home_recruit_box1_titie{
  text-align: right;
  position: relative;
}
.home_recruit_box1_titie_en{
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #360101;
}
.home_recruit_box1_titie_ja{
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  bottom: -20px;
  right: 13px;
}
.home_recruit_box1_titie_sub{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_recruit_box1_desc{
  margin-top: 17px;
}
.home_recruit_box1_desc p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
}
.home_recruit_box1_inner{
  margin-top: 50px;
}
.home_recruit_box2{
  width: 100%;
  order: 1;
}
.home_recruit_box2_img:before{
  padding-top: 93.58%;
}

.home_concept_img_txt p{
  line-height: 1.2em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*こだわり*/
  .concept_sp_txt{
    font-size: 42px;
    font-weight:700;
    letter-spacing: 0;
    line-height: 1.875em;
    margin-bottom: 30px;
  }
  .concept_sp_txt em{
    font-size: 42px;
    font-weight:700;
    font-style: normal;
    transform: rotate(-10deg);
    /* position: relative; */
    display: inline-block;
    color:#a40000;
  }
  .concept_sp_txt span{
    font-size: 42px;
  }
  .concept_sp_txt strong{
    font-size: 50px;
    font-weight:700;
    line-height: 1;
  }
  .home_concept_img_item_img{
    margin-top: 20px;
  }
  .home_concept_img_item:nth-child(n+3){
    margin-top: 16px;
  }
  .home_concept_items{
    justify-content: center;
  }
  .concept_sp_txt strong{
    font-size: 32px;
  }
  .home_menu_item_box2_desc{
    font-size: 16px;
    margin-top: 20px;
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 50px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong{
    font-size: 46px;
    width: 56px;
    margin-right: 5px;
    padding:5px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong{

  }
  .home_menu_item.first .home_menu_item_box2_tilte p:nth-child(2){
    margin: 5px 0;
  }
  /*course*/
  .home_course_box:after{
    height: 80.15%;
    top: 15.16%;
  }
  .home_course_content_mes{
    font-size: 24px;
  }
  .home_course_content_desc{
    padding:80px 16px 30px; 
  }

  /*店舗*/
  .ftr_logo{
    display: block;
    width:65%;
    margin: 0 auto;
  }
  .home_shop_box2_addr{
    width: 100%;
  }

  /*採用*/
  .home_recruit_box1_inner{
    padding: 0 16px 30px;
  }
  .home_recruit_box1_titie_en{
    font-size: 62px;
  }
  .home_recruit_box1_titie_ja{
    font-size: 24px;
  }
  .home_scene_box2{
    padding: 0 16px 30px;
  }
  .home_scene_box2_title{
    font-size: 22px;
  }

  .home_menu_item.second .home_menu_item_box2_tilte strong,
  .home_menu_item.second .home_menu_item_box2_tilte em{
    font-size: 52px;
  }
  .concept_content_box2_title_top .lll,
  .concept_content_box2_title_top .l{
    font-size: 52px;
  }
}
@media (min-width:768px){

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

  /*news*/
  .home_news_wrap{
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -67px;
  }
  .home_news_box{
    width: 42.79%;
  }
  .home_news_title{

  }
  .home_news_title_txt{
    font-size: 18px;
  }
  .home_news_title_link{

  }
  .home_news_title_link p{
    font-size: 18px;
  }
  .home_news_box_content{

  }
  .home_news_box_content .webgene-blog{

  }
  .home_news_box_content .webgene-item{

  }
  .home_news_box_content .webgene-item .inner{

  }
  .home_news_box_content .webgene-item .news_left{

  }
  .home_news_box_content .webgene-item .news_left .img:before{

  }
  .home_news_box_content .webgene-item .news_right{

  }
  .home_news_box_content .webgene-item .news_right .date{

  }
  .home_news_box_content .webgene-item .news_right .title{

  }

  /*こだわり*/
  .home_concept_items{
    position: relative;
    height: auto;
  }
  .home_concept_items:after{

  }
  .home_concept_img_item{
    width: 50%;
    position: relative;
    padding-top: 80px;
  }
  .home_concept_img_item:after{

  }
  .home_concept_img_item.left:after{

  }
  .home_concept_img_item.right:after{

  }
  .home_concept_img_item.left .home_concept_img_item_img:after{
    content: "";
    display: block;
    background:rgba(0,0,0,0.85);
    width: 42px;
    height: 100%;
    position: absolute;
    top: 0;
    right:0;
  }
  .home_concept_img_item.right .home_concept_img_item_img:after{
    content: "";
    display: block;
    background:rgba(0,0,0,0.85);
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home_concept_img_item_title p{
    font-size: 32px;
  }
  .home_concept_img_item_img{
    margin-top: 30px;
  }
  .home_concept_img_item_img:before{
    padding-top: 110.76%;
  }
  .home_concept_img_txt{
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_concept_desc{
    font-size: 18px;
    margin-top:40px;
  }
  .home_concept_img_txt{
    font-size:55px;
    font-weight: 700;
    text-align: center;
  }
  .home_concept_img_txt em{
    font-size: 46px;
  }
  .home_concept_img_txt strong{
    color: #a40000;
    transform: rotate(-10deg);
    display: inline-block;
  }

  /*メニュー*/
  .home_menu_items{

  }
  .home_menu_item{

  }
  .home_menu_item:nth-child(n+2){
    margin-top: 80px;
  }
  .home_menu_item_box1{

  }
  .home_menu_item_box1_img:before{

  }
  .home_menu_item_box2{
    margin-top: 30px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte p:nth-child(2){
    margin-top: 44px;
    line-height: 1.4em;
    width: 80px;
    margin-left: 10px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte p:nth-child(3){
    margin-top: 146px;
    line-height: 1;
  }
  .home_menu_item.first .home_menu_item_box2_tilte{
    font-size: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_menu_item.first .home_menu_item_box2{
    display: flex;
    flex-direction: row-reverse;
  }
  .home_menu_item.first .home_menu_item_box2_desc{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2.23em;
    margin-right: 28px;
    padding-top: 43px;
  }
  .home_menu_item.first .home_menu_item_box2_desc p{
    letter-spacing: 0.14em;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong{
    font-size: 60px;
    padding: 5px 0 0;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong:nth-child(n+2){
    margin-top: 3px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte{
    font-size: 55px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte strong,
  .home_menu_item.second .home_menu_item_box2_tilte em{
    font-size: 50px;
  }
  .home_menu_item_box2_desc{
    margin-top: 30px;
  }
  /*コース*/
  .home_course_box{

  }
  .home_course_img:before{

  }
  .home_course_content{

    margin: -80px auto 0;
  }
  .home_course_content_mes{
    font-size: 32px;
  }
  .home_course_content_desc{
    width: 80%;
    padding: 60px 20px 30px;
    margin: 0 auto;
  }

  /*シーン*/
  .home_scene_items{

  }
  .home_scene_box1{

  }
  .home_scene_box1_img:before{

  }
  .home_scene_box2{
    margin-top: 30px;
    padding: 0 16px 30px 16px;
  }
  .home_scene_box2_title{
    font-size: 32px;
  }
  .home_scene_box2_desc{
    font-size: 18px;
  }

  /*店舗*/
  .home_shop_items{

  }
  .home_shop_box1{

  }
  .home_shop_box1_img:before{
    padding-top: 65.18%;
  }
  .home_shop_box2{
    margin-top: 30px;
  }
  .ftr_logo{

  }
  .home_shop_box2_addr{

  }
  .home_shop_box2_addr p{
    font-size: 18px;
  }
  .home_shop_box2_addr_items{

  }
  .home_shop_box2_addr_items .table_rows_th,
  .home_shop_box2_addr_items .table_rows_td{

  }
  .home_shop_box2_addr_items .table_rows_th p,
  .home_shop_box2_addr_items .table_rows_td p{
    font-size: 18px;
  }
  .home_shop_box2_addr_items .table_rows_th{
    width: 95px;
  }
  .home_shop_box2_addr_items .table_rows_td{
    padding-left: 21px;
  }

  /*採用情報*/
  .home_recruit_items{

  }
  .home_recruit_box1{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .home_recruit_box1_titie{

  }
  .home_recruit_box1_inner{
    padding-left: 20px;
  }
  .home_recruit_box1_titie_en{
    font-size: 120px;
  }
  .home_recruit_box1_titie_ja{
    font-size: 40px;
  }
  .home_recruit_box1_titie_sub{
    font-size: 21px;
  }
  .home_recruit_box1_desc{

  }
  .home_recruit_box2{

  }
  .home_recruit_box2_img:before{

  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_home .section.sec2{
    margin-top: 50px;
  }
  .pg_home .section.sec3{
    margin-top: 155px;
  }
  .pg_home .section.sec4{
    margin-top: 120px;
  }
  .pg_home .section.sec5{
    margin-top: 150px;
  }
  .pg_home .section.sec6{
    margin-top: 195px;
  }
  .pg_home .section.sec7{
    margin-top: 95px;
  }

  /*news*/
  .home_news_box{

  }
  .home_news_title{
  }
  .home_news_title_txt{

  }
  .home_news_title_link{

  }
  .home_news_title_link p{

  }
  .home_news_box_content{

  }
  .home_news_box_content .webgene-blog{

  }
  .home_news_box_content .webgene-item{

  }
  .home_news_box_content .webgene-item .inner{

  }
  .home_news_box_content .webgene-item .news_left{

  }
  .home_news_box_content .webgene-item .news_left .img:before{

  }
  .home_news_box_content .webgene-item .news_right{

  }
  .home_news_box_content .webgene-item .news_right .date{

  }
  .home_news_box_content .webgene-item .news_right .title{

  }

  /*こだわり*/
  .home_concept_items{
    height: auto; 
  }
  .home_concept_img_item{
    padding-top: 0;
  }
  .home_concept_img_item_title p{
    font-size: 50px;
  }
  .home_concept_img_item_img:before{
    padding-top: 69.76%;
  }
  .home_concept_img_txt{
    width: 100%;
    top: 42%;
    height: auto;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
  .home_concept_desc{
    text-align: center;
    margin-top: 50px;
  }
  .pg_home .section.sec2 .link_1{
    margin-top: 40px;
  }
  .home_concept_img_txt em{
    font-size: 40px;
  }

  /*メニュー*/
  .home_menu_items{

  }
  .home_menu_item{
    height: 420px;
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_menu_item.first .home_menu_item_box1{
    width: 51.35%;
    order: 1;
  }
  .home_menu_item.first .home_menu_item_box2{
    width: 45.04%;
    order: 2;
  }
  .home_menu_item.second .home_menu_item_box1{
    width: 57.20%;
    order: 2;
  }
  .home_menu_item.second .home_menu_item_box2{
    width: 40.09%;
    order: 1;
    padding-top: 140px;
  }
  .home_menu_item_box1{

  }
  .home_menu_item.first .home_menu_item_box1{
    margin-top: 85px;
  }
  .home_menu_item.first .home_menu_item_box1_img{

  }
  .home_menu_item.first .home_menu_item_box1_img:before{
    padding-top: 68.57%;
  }
  .home_menu_item.second .home_menu_item_box1_img{
    top: -30px;
  }
  .home_menu_item.second .home_menu_item_box1_img:before{
    padding-top: 63.82%;
  }
  .home_menu_item_box1_img:before{

  }
  .home_menu_item_box2{
    margin-top: 0;
  }
  .home_menu_item.first .home_menu_item_box2{

  }
  .home_menu_item.first .home_menu_item_box2_tilte{
    font-size:42px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong{
    font-size: 50px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte{
    font-size: 50px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte p{
    margin-left: -10px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte strong,
  .home_menu_item.second .home_menu_item_box2_tilte em{
    font-size: 60px;
  }
  .home_menu_item.second .home_menu_item_box2_desc{
    margin-top: 30px;
  }
  .home_menu_item.second .home_menu_item_box2_desc p{
    letter-spacing: 0.15em;
  }
  .home_menu_item_box2_desc{
    font-size: 14px;
  }
  .home_menu_item.first .home_menu_item_box2_desc{
    padding-top: 10px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte p:nth-child(2){
    width: 44px;
    margin-left: 20px;
  }
  /*コース*/
  .home_course_box{

  }
  .home_course_img:before{

  }
  .home_course_content{

    margin: -170px auto 0;
  }
  .home_course_content_mes{
    font-size: 40px;
    line-height: 1;
  }
  .home_course_content_desc{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .home_course_box .link_1{
    margin-top: 50px;
  }

  /*シーン*/
  .home_scene_items{

  }
  .home_scene_box1{
    width: 45.33%;
  }
  .home_scene_box1_img:before{
    padding-top: 68%;
  }
  .home_scene_box2{
    width: 50.99%;
    padding-top: 70px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home_scene_box2_title{
    font-size: 32px;
  }
  .home_scene_box2_desc{
    padding-right: 17px;
  }
  .home_scene_box2 .link_1{
    margin-left: 0;
    margin-top: 40px;
  }

  /*店舗*/
  .home_shop_items{

  }
  .home_shop_box1{
    width: 48.64%;
    padding-top: 8px;
  }
  .home_shop_box1_img:before{
    padding-top: 85.18%;
  }
  .home_shop_box2{
    text-align: left;
    width: 48.64%;
    margin-top: 0;
  }
  .ftr_logo{

  }
  .home_shop_box2_addr{
    width: auto;
    margin-top: 23px; 
    margin-left: 0;
    margin-right: 0;
  }
  .home_shop_box2_addr_items{

  }
  .home_shop_box2_addr_items .table_rows_th,
  .home_shop_box2_addr_items .table_rows_td{

  }
  .home_shop_box2_addr_items .table_rows_th{

  }
  .home_shop_box2_addr_items .table_rows_td{

  }
  .home_shop_box2 .link_1{
    margin-left: 0;
    margin-top: 42px;
  }
  .home_shop_box2 .link_1 p{
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 0;
  }

  /*採用情報*/
  .home_recruit_items{

  }
  .home_recruit_box1{
    width: 52.03%;
    order: 1;
    margin-top: 0;
    padding-bottom: 0;
  }
  .home_recruit_box1_titie{

  }
  .home_recruit_box1_titie_en{
    font-size: 90px;
  }
  .home_recruit_box1_titie_ja{
    font-size: 50px;

  }
  .home_recruit_box1_titie_sub{

  }
  .home_recruit_box1_desc{

  }
  .home_recruit_box1 .link_1{
    margin-left: 0;
    margin-top: 41px;
  }
  .home_recruit_box1_inner{
    margin-top: 75px;
    padding-right: 15px;
    padding-left: 16px;
  }
  .home_recruit_box2{
    width: 45.45%;
    order: 2;
  }
  .home_recruit_box2_img:before{

  }
  .home_recruit_box2_img:before{
    padding-top: 160%;
  }
  .footer .hdr_contact_txt1{
    font-size: 19px;
  }
  .pg_home .section.sec3 .link_1{
    margin-top: 15px;
  }

}
@media (min-width:1200px){
  .pg_home .section.sec2{
    margin-top: 120px;
  }
  /*こだわり*/
  .home_concept_img_item_title p{
    font-size: 72px;
  }
  .home_concept_img_txt{
    width: 100%;
    font-size: 80px;
  }
  .home_concept_img_txt em{
    font-size: 50px;
  }
  /*メニュー*/
  .home_menu_item{
    height:550px;
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_menu_item.first .home_menu_item_box1{
    position: relative;
  }
  .home_menu_item.first .home_menu_item_box1_img{
    width: 600px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .home_menu_item.second .home_menu_item_box1_img{
    width: 650px;
    top: -67px;
  }
  .home_menu_item_box2_desc{
    font-size: 16px;
  }

  .home_menu_item.first .home_menu_item_box2_tilte{
    font-size: 60px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte strong{
    font-size: 69px;
  }
  .home_menu_item.first .home_menu_item_box2_tilte p:nth-child(2){
    width: 80px;
    margin-left: 10px;
  }
  .home_menu_item.first .home_menu_item_box2_desc{
    padding-top: 43px;
    line-height: 2.12em;
  }
  .home_menu_item.first .home_menu_item_box2_desc p{
    letter-spacing: 0.075em;
  }
  .home_menu_item.second .home_menu_item_box2_tilte{
    font-size: 62px;
  }
  .home_menu_item.second .home_menu_item_box2_tilte strong,
  .home_menu_item.second .home_menu_item_box2_tilte em{
    font-size: 78px;
  }

  /*シーン*/
  .home_scene_box2_title{
    font-size: 41px;
  }
  .home_scene_box1_img:before{
    padding-top: 55%;
  }
  .home_scene_box2{
    padding-right: 0;
  }

  /*採用*/
  .home_recruit_box1_titie_en{
    font-size: 120px;
  }
  .home_recruit_box2_img:before{
    padding-top: 130%;
  }

  .home_concept_desc{
    margin-top: 50px;
  }
}
@media (min-width:1300px){
  .home_menu_item {
    height: 550px;
  }
  /*course*/
  .home_course_content_mes{
    font-size: 48px;
  }
  .home_course_content_desc{
    width: 65.75%;
  }
  .home_scene_box1_img:before{
    padding-top: 50%;
  }
  .home_recruit_box2_img:before{
    padding-top: 110%;
  }
}
@media (min-width:1400px){
  .home_menu_item.first .home_menu_item_box1_img{
    width: 680px;
  }
  .home_menu_item.second .home_menu_item_box1_img{
    width: 730px;
  }
  .home_scene_box1_img:before{
    padding-top: 50%;
  }
  /*採用*/
  .home_recruit_box1_titie_en{
    font-size: 140px;
  }
  .home_menu_item.second .home_menu_item_box2_desc{
    line-height: 2;
    margin-right:18px;
  }
  .home_menu_item.second .home_menu_item_box2_desc p{
    letter-spacing: 0.08em;
  }


}
@media (min-width:1500px){
  .home_menu_item{
    height: 550px;
  }
  .home_menu_item.first .home_menu_item_box1_img{
    width: 720px;
  }
  .home_menu_item.second .home_menu_item_box1_img{
    width: 800px;
  }
  .home_menu_item.first .home_menu_item_box2_desc{
    padding-top: 10px;
  }
  .home_menu_item.first .home_menu_item_box2_desc p{
    font-size: 18px;
  }
  .home_concept_img_txt{
    width: 100%;
  }
  /*シーン*/
  .home_scene_box2{
    padding-right: 200px;
  }
  .home_scene_box1_img:before{
    padding-top: 39.74%;
  }
  /*採用*/
  .home_recruit_box1_inner{
    padding-left: 200px;
  }
  .home_recruit_box1_titie_en{
    font-size: 150px;
  } 
  .home_recruit_box2_img:before{
    padding-top: 93.58%;
  }
}
@media (min-width:1600px){
  /*シーン*/
  .home_scene_box2{
    padding-right: 250px;
  }
  /*採用*/
  .home_recruit_box1_inner{
    padding-left: 250px;
  }
  .home_recruit_box1_titie_en{
    font-size: 168px;
  }
}
@media (min-width:1800px){
  .home_menu_item{
    height: 600px;
  }
  .home_menu_item.first .home_menu_item_box1_img{
    width: 875px;
  }
  .home_menu_item.second .home_menu_item_box1_img{
    width: 940px;
  }
  .home_menu_item_box2_desc{
    font-size: 18px;
  }
  /*シーン*/
  .home_scene_box2{
    padding-right: 300px;
  }
  /*採用*/
  .home_recruit_box1_inner{
    padding-left: 295px;
  }

}

/*******************************
*　こだわり
********************************/
.pg_concept{

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

.concept_content_items{
  margin-top:50px;
}
.concept_content_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.concept_content_item.first:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/first_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.concept_content_item.third:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/second_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.concept_content_box1{
  width: 100%;
}
.concept_content_box1_img:before{
  padding-top: 68.57%;
}
.concept_content_box2{
  width: 100%;
  margin-top: 20px;
}
.concept_content_box2_title{

}
.concept_content_box2_title p strong{

}
.concept_content_box2_title p em{

}
.concept_content_box2_title_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.concept_content_box2_title_top .lll{
  font-size: 50px;
  line-height: 1;
  color: #a40000;
}
.concept_content_box2_title_top .ll{
  font-size: 40px;
  line-height: 1;
}
.concept_content_box2_title_top .llm{
  font-size: 60px;
  line-height: 1;
}
.concept_content_box2_title_top .l{
  font-size: 30px;
  line-height: 1;
}
.concept_content_box2_title_top .m{
  font-size: 28px;
  line-height: 1;
}
.concept_content_box2_title_top .s{
  font-size: 16px;
  line-height: 1;
}
.concept_content_box2_title_top .llm{
  font-size: 60px;
  line-height: 1;
}
.concept_content_box2_title_top .llm.itu{
  color: #a40000;
}
.concept_content_box2_title_bottom{
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 20px;
  justify-content: flex-start;
}
.concept_content_box2_title_bottom .lg{
  font-size: 50px;
}
.concept_content_box2_desc{
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 20px;
}
.concept_content_box2_desc p{
  letter-spacing: 0;
}
.concept_content_item.second .concept_content_box2_title_top p,
.concept_content_item.second .concept_content_box2_title_bottom p{
  background: linear-gradient(transparent 50%, #871414 50%);
}
.concept_content_item.third .s{
  letter-spacing: -0.02em;
}
.concept_content_item.third .concept_content_box2_title_top p{
  background: none;
}
.concept_content_item.second .concept_content_box2_title_bottom p{
  letter-spacing: 0.075em;
}
.concept_content_item.second .concept_content_box2_title_bottom{
  justify-content: flex-start;
}
.concept_content_item.second .concept_content_box2_title_top:nth-child(n+3){
  margin-top: 20px;
}
.concept_content_item.third .concept_content_box2_title_top:nth-child(n+3){
  margin-top: 28px;
}
.concept_content_item.forth .concept_content_box2_title_top:nth-child(n+2){
  margin-top: 30px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .concept_content_item:nth-child(n+2){
    margin-top: 60px;
  }
  .concept_content_box2_title_top .l{
    font-size: 42px;
  }
  .concept_content_box2_title_top .llm{
    font-size: 52px;
  }
  .concept_content_box2_title_top .m{
    font-size: 36px;
  }
  .concept_content_box2_title_top .s{
    font-size: 28px;
  }
  .concept_content_item.second .concept_content_box2_title_top:nth-child(n+3){
    margin-top: 12px;
  }
  .concept_content_box2_title_bottom{
    font-size: 32px;
  }
  .concept_content_item.first:after{
    width: 200px;
    height: 210px;
    top: 65%;
    left: 75%;
    transform: translateY(-50%) translateX(-50%);
  }
  .concept_content_item.third:after{
    width: 200px;
    height: 210px;
    top: -120px;;
    left: 75%;
    transform: translateX(-50%);
  }

  .concept_content_item.second .concept_content_box2_title_top p,
  .concept_content_item.second .concept_content_box2_title_bottom p{
    background: none;
  }
  .concept_content_item.second .concept_content_box2_title_top,
  .concept_content_item.second .concept_content_box2_title_bottom{
    position: relative;
    display: inline-flex;
  }
  .concept_content_item.second .concept_content_box2_title_top:before,
  .concept_content_item.second .concept_content_box2_title_bottom:before{
    content: "";
    display: block;
    width: 100%;
    background:#871414; 
    position: relative;
    height: 16px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
  }
  .concept_content_item:nth-child(odd) .concept_content_box2_title_top:before,
  .concept_content_item:nth-child(odd) .concept_content_box2_title_bottom:before{
    display: none;
  }
}
@media (min-width:768px){
  .pg_concept{

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

  .concept_content_items{
    margin-top: 100px;
  }
  .concept_content_item{

  }
  .concept_content_item.first:after{
    width: 350px;
    height: 360px;
    top: 65%;
    left: 75%;
    transform: translateY(-50%) translateX(-50%);
  }
  .concept_content_item.third:after{
    width: 350px;
    height: 360px;
    top: -170px;
    left: 75%;
    transform: translateX(-50%);
  }
  .concept_content_item:nth-child(n+2){
    margin-top: 80px;
  }
  .concept_content_box1{

  }
  .concept_content_box1_img:before{

  }
  .concept_content_box2{
    margin-top: 30px;
  }
  .concept_content_box2_title{

  }
  .concept_content_box2_title_top{

  }
  .concept_content_box2_title_top .lll{
    font-size: 80px;
  }
  .concept_content_box2_title_top .ll{
    font-size: 70px;
  }
  .concept_content_box2_title_top .llm{
    font-size: 76px;
  }
  .concept_content_box2_title_top .l{
    font-size: 62px;
  }
  .concept_content_box2_title_top .m{
    font-size: 50px;
  }
  .concept_content_box2_title_top .s{
    font-size: 40px;
  }
  .concept_content_box2_title_bottom{
    font-size:60px;
  }
  .concept_content_box2_title_bottom .lg{
    font-size: 80px;
  }
  .concept_content_box2_title_top .llm{
    font-size: 80px;
  }

  .concept_content_box2_desc{
    font-size: 18px;
    margin-top: 30px;
  }
  .concept_content_item.second .concept_content_box2_title_top p,
  .concept_content_item.second .concept_content_box2_title_bottom p{
    background: none;
  }

  .concept_content_item.second .concept_content_box2_title_top,
  .concept_content_item.second .concept_content_box2_title_bottom{
    position: relative;
    display: inline-flex;
  }
  .concept_content_item.second .concept_content_box2_title_top:before,
  .concept_content_item.second .concept_content_box2_title_bottom:before{
    content: "";

    display: block;
    width: 100%;
    background: #871414;
    position: relative;
    height: 16px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
  }
  .concept_content_item:nth-child(odd) .concept_content_box2_title_top:before,
  .concept_content_item:nth-child(odd) .concept_content_box2_title_bottom:before{
    display: none;
  }
}
@media (min-width:1024px){
  .pg_concept{

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

  .concept_content_items{
    margin-top: 140px;

  }
  .concept_content_item{
    min-height: 500px
  }
  .concept_content_item.first:after{
    width: 663px;
    height: 658px;
    top: 44%;
    left: 61%;
    transform: translateY(-50%) translateX(-50%);
  }
  .concept_content_item.third:after{
    width: 677px;
    height: 672px;
    top: 22%;
    left: 61%;
    transform: translateY(-50%) translateX(-50%);
  }
  .concept_content_item:nth-child(n+2){
    margin-top: 100px;
  }
  .concept_content_item:nth-child(odd) .concept_content_box1{
    order: 1;
  }
  .concept_content_item:nth-child(odd) .concept_content_box2{
    order: 2;
  }
  .concept_content_item:nth-child(odd) .concept_content_box2_desc{
    margin-top: 40px;
  }
  .concept_content_item:nth-child(even) .concept_content_box1{
    order: 2;
  }
  .concept_content_item:nth-child(even) .concept_content_box2{
    order: 1;
  }
  .concept_content_item:nth-child(even) .concept_content_box2_desc{
    margin-top: 70px;
  }
  .concept_content_box1{
    width: 51.35%;
    position: relative;
    padding-top: 8px;
  }
  .concept_content_box1_img:before{

  }
  .concept_content_box2{
    width: 45.79%;
    margin-top: 0;
  }
  .concept_content_box2_title{

  }
  .concept_content_box2_title_top{

  }
  .concept_content_box2_title_top .lll{
    font-size: 100px;
  }
  .concept_content_box2_title_top .ll{
    font-size: 80px;
  }
  .concept_content_box2_title_top .llm{
    font-size: 95px;
  }
  .concept_content_box2_title_top .l{
    font-size: 72px;
  }
  .concept_content_box2_title_top .m{
    font-size: 39px;
  }
  .concept_content_box2_title_top .s{
    font-size: 36px;
  }
  .concept_content_box2_title_bottom{
    font-size: 60px;
    justify-content: flex-end;
  }
  .concept_content_box2_title_bottom .lg{
    font-size: 80px;
  }
  .concept_content_box2_title_top .llm{
    font-size: 95px;
  }

  .concept_content_box2_desc{
    margin-top: 40px;
  }
  .concept_content_item.second .concept_content_box2{
    padding-top: 75px;
  }
  .concept_content_item.third .concept_content_box2{
    padding-top: 0;
  }
  .concept_content_item.forth .concept_content_box2_title_top{
    margin-right: -16px;
  }
  .concept_content_item.forth .concept_content_box2_desc{
    margin-top: 48px;
  }
  .concept_content_item.forth .concept_content_box2{
    padding-top: 105px;
  }
}
@media (min-width:1200px){
  .concept_content_item{
    min-height: 600px
  }
  .concept_content_item:nth-child(n+2){
    margin-top: 120px;
  }
  .concept_content_item:nth-child(odd) .concept_content_box1_img{
    position: absolute;
    right: 0;
    width: 875px;
  }
  .concept_content_item:nth-child(even) .concept_content_box1_img{
    position: absolute;
    left: 0;
    width: 875px;
  }
  .concept_content_box2_title_bottom{
    font-size: 72px;
  }
  .concept_content_box2_title_bottom .lg{
    font-size: 95px;
  }
  .concept_content_box2_title_top .m{
    font-size: 60px;
  }
  .concept_content_box2_title_top .s{
    font-size: 50px;
  }
  .concept_content_box2{
    width: 42.79%;
  }
  .concept_content_item.first .concept_content_box2_title_bottom{
    margin-right: -10px;
  }

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

}

/*******************************
*　メニュー
********************************/
.pg_menu{

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

/*カテゴリ*/
.menu_cate_wrap{
  margin-top: 50px;
}
.menu_cate_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.menu_cate_item{

}
.menu_cate_item_inner{
  display: block;
  background:#fff; 
  padding: 5px;
  transition: all .3s;
}
.menu_cate_item:hover .menu_cate_item_inner{
  background: #000000;
}
.menu_cate_item:hover p{
  border: 1px solid #fff;
  color: #fff;
}
.menu_cate_item:hover p:after{
  border-color: transparent transparent #fff transparent;
}
.menu_cate_item p{
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  text-align: center;
  color: #181818;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  transition: all .3s;
}
.menu_cate_item p:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
  border-width: 0px 0px 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cmn_menu_sub_ttl{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  background: #360101;
  color: #fff;
  padding: 13px;
  position: relative;
}

.cmn_menu_sub_ttl::after {
  content: "+";
  position: absolute;
  right: 16px;
}

.cmn_menu_hosok{
  font-size: 15px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: right;
  padding: 14px 0px 0px 0px;
}
.menu_content_ttl{
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.menu_content_ttl_txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.cmn_menu_box {
  padding-top: 30px;
  margin-top: 5px;
}
.cmn_menu_pickup {
  /*  padding-top: 30px;*/
  margin-bottom: 20px;
}
.cmn_menu_pickup_img:before{
  padding-top: 71.42%;
}
.cmn_menu_pickup_ttl{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  padding-top: 18px;
  padding-left: 6px;
  margin-bottom: 0;
}
.cmn_menu_pickup_ttl1{

}
.cmn_menu_pickup_ttl2{
  margin-left: auto;
}
.cmn_menu_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 25px 16px 16px;
  font-weight: 400;
  background: #fff;
  color: #181818;
  position: relative;
}
.cmn_menu_price p{
  letter-spacing: 0.1em;
}
.cmn_menu_price:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.cmn_menu_price2{
  margin-left: auto; 
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*カテゴリ*/
  .menu_cate_items{
    display: none;
  }
  .cmn_menu_price_list > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .munu_outrer{
    display: none;
  }
  .menu_content{
    display: block;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .cmn_menu_pickup .col-md-4:nth-child(n+2){
    margin-top: 40px;
  }

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

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

  /*カテゴリ*/
  .menu_cate_wrap{
    margin-top: 100px;
  }
  .menu_cate_items{

  }
  .menu_cate_item{

  }
  .menu_cate_item:nth-child(n+3){
    margin-top: 20px;
  }
  .menu_cate_item_inner{

  }
  .menu_cate_item p{

  }

  .cmn_menu_sub_ttl{
    font-size: 20px;
  }
  .cmn_menu_sub_ttl::after {
    content: "";
  }

  .cmn_menu_hosok{
    margin-right: -8px;
  }
  .menu_content{
    padding-top: 10px;
    margin-bottom: 60px;
  }
  .menu_content_ttl{
    margin-bottom: 50px;
  }
  .menu_content_ttl_txt{
    font-size: 20px;
  }
  .cmn_menu_box {
    padding-top: 62px;
    margin-top: 0;
  }

  .cmn_menu_box:first-child{
    padding-top: 100px;
  }

  .cmn_menu_pickup {
    /*    padding-top: 50px;*/
    margin-bottom: 60px;
  }
  .cmn_menu_price_list > div:nth-child(n+3){
    margin-top: 13px;
  }
  .menu_content:nth-child(n+4) {
    padding-top: 0;
  }
  .cmn_menu_pickup div:nth-child(n+4){
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .pg_menu{

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

  /*カテゴリ*/
  .menu_cate_wrap{
    margin-top: 150px;
  }
  .menu_cate_items{

  }
  .menu_cate_item{

  }
  .menu_cate_item:nth-child(n+3){
    margin-top: 0;
  }
  .menu_cate_item_inner{

  }
  .menu_cate_item p{

  }

  .cmn_menu_sub_ttl{
    font-size: 22px;
  }
  .cmn_menu_hosok{

  }
  .menu_content_ttl{

  }
  .menu_content_ttl_txt{
    font-size: 22px;
  }

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


}


/*******************************
*　利用シーン
********************************/
.pg_scene{

}
.pg_scene .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_scene .section.sec2{
  /*  padding-top: 80px;*/
}
.pg_scene .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*利用シーン*/
.scene_content_items{
  margin-top: 50px;
}
.scene_content_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene_content_box1{
  width: 100%;
}
.scene_content_box1_img:before{
  padding-top: 63.63%;
}
.scene_content_box1_desc{
  margin-top: 25px;
}
.scene_content_box1_desc p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
}
.scene_content_box2{
  width: 100%;
}
.scene_content_box2_desc{

}
.scene_content_box2_desc .vertiacl{

}
.scene_content_box2_desc .vertiacl .m{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.scene_content_box2_desc .vertiacl .m strong{
  color: #a40000;
  line-height: 2.25em;
}
.scene_content_box2_desc .s strong{
  font-weight: 700;
}
.scene_content_box2_desc .s,
.scene_content_box2_desc .vertiacl .s{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.scene_content_box2_desc .vertiacl.two .red{
  color: #a40000;
}

/*店内*/
.scene_info_wrap{

}
.scene_info_img{
  margin-top:60px;
}
.scene_info_items{
  margin-top: 50px;
}
.scene_info_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene_info_box1{
  width: 100%;
}
.scene_info_box1_img:before{
  padding-top: 70.55%;
}
.scene_info_box2{
  width: 100%;
}
.scene_info_box2_title{
  font-size: 20px;
  font-weight: 700;
  max-width: 85.39%;
  width: 100%;
  background: #0b0b0b;
  position: relative;
  padding: 2px 0;
}
.scene_info_item:nth-child(2) .scene_info_box2_title{
  max-width: 42.69%;
}
.scene_info_item:nth-child(2) .scene_info_box2_title:after{

}
.scene_info_box2_title:after{
  content: "";
  display: block;
  background: #0b0b0b;
  width: 30px;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
}
.scene_info_box2_desc{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 20px;
  line-height: 2;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .scene_content_box2_desc .vertiacl{
    display: flex;
    align-items: center;
  }
  .scene_content_box2_desc .vertiacl .m strong{
    line-height: 1.8em;
  }
  .scene_content_box1{
    order: 2;
    margin-top: 20px;
  }
  .scene_content_box2{
    order: 1;
  }
  .scene_content_item:nth-child(n+2){
    margin-top: 60px;
  }
  .scene_info_item:nth-child(n+2){
    margin-top: 60px;
  }
  .scene_info_box2_title:after{
    left: -30px;
  }
  .scene_info_box2{
    margin-top: -20px;
  }
}
@media (min-width:768px){
  .pg_scene{

  }
  .pg_scene .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_scene .section.sec2{
    /*    padding-top: 100px;*/
  }
  .pg_scene .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*利用シーン*/
  .scene_content_items{
    margin-top: 100px;
  }
  .scene_content_item{

  }
  .scene_content_item:nth-child(n+2){
    margin-top: 113px;
  }
  .scene_content_item:nth-child(odd) .scene_content_box1{
    order: 1;
  }
  .scene_content_item:nth-child(odd) .scene_content_box2{
    order: 2;
  }
  .scene_content_item:nth-child(even) .scene_content_box1{
    order: 2;
  }
  .scene_content_item:nth-child(even) .scene_content_box2{
    order: 1;
  }
  .scene_content_box1{
    width: 74.32%;
  }
  .scene_content_box1_img:before{

  }
  .scene_content_box1_desc{
    margin-top: 25px;
  }
  .scene_content_box1_desc p{
    font-size: 18px;
  }
  .scene_content_box2{
    width: 22.97%;
  }
  .scene_content_box2_desc{
    display: flex;
    flex-direction: row-reverse;

  }
  .scene_content_box2_desc .s{  
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .scene_content_box2_desc .vertiacl{
    display: flex;
    flex-direction: row;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
  }
  .scene_content_box2_desc .vertiacl.one{
    margin-top: 61px;
  }
  .scene_content_box2_desc .vertiacl.two{
    margin-top: 126px;
  }
  .scene_content_box2_desc .vertiacl .m{
    font-size: 50px;
  }
  .scene_content_box2_desc .s,
  .scene_content_box2_desc .vertiacl .s{
    font-size: 40px;
  }
  .scene_content_box2_desc p:first-child{
    position: relative;
  }
  .scene_content_item .scene_content_box2_desc > p:first-child:before{
    content: "";
    display: block;
    width: 1px;
    height: 72px;
    background: #fff;
    position: absolute;
    top: -87px;;
    left: 50%;
    transform:translateX(-50%);
  }
  .scene_content_item .scene_content_box2_desc{
    padding-top: 87px;
  }
  .scene_content_box2_desc .vertiacl .m strong{
    color: #a40000;
    line-height: 1.4em;
  }
  .scene_content_item:nth-child(even) .scene_content_box2_desc .vertiacl .m strong{
    line-height: 2;
  }
  .scene_content_item:nth-child(even) .scene_content_box2_desc .vertiacl .m strong{
    line-height: 1.5em;
  }

  /*店内*/
  .scene_info_wrap{

  }
  .scene_info_img{
    margin-top: 100px;
  }
  .scene_info_items{
    margin-top:80px;
  }
  .scene_info_item{
    align-items: flex-end;
  }
  .scene_info_item:nth-child(n+2){
    margin-top: 52px;
  }
  .scene_info_box1{
    width: 57.20%;
  }
  .scene_info_box1_img:before{

  }
  .scene_info_box2{
    width: 40.09%;
    margin-bottom: -10px;
  }
  .scene_info_box2_title{
    font-size: 20px;
  }
  .scene_info_box2_title:after{
    left: -25%;
    width: 25%;
  }
  .scene_info_item:nth-child(2) .scene_info_box2_title:after{
    left: -50%;
    width: 50%;
  }
  .scene_info_box2_desc{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .pg_scene{

  }
  .pg_scene .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_scene .section.sec2{
    /*    padding-top: 160px;*/
  }
  .pg_scene .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*利用シーン*/
  .scene_content_items{
    margin-top: 145px;
  }
  .scene_content_item{

  }
  .scene_content_box1{
    width: 74.32%;
  }
  .scene_content_box1_img:before{

  }
  .scene_content_box1_desc{

  }
  .scene_content_box2{
    width: 22.97%;
  }
  .scene_content_box2_desc{

  }
  .scene_content_box2_desc .vertiacl{

  }
  .scene_content_box2_desc .vertiacl .m{
    font-size: 65px; 
  }
  .scene_content_box2_desc .s,
  .scene_content_box2_desc .vertiacl .s{
    font-size: 50px;
  }
  .scene_content_box2_desc .vertiacl .m strong{
    color: #a40000;
    line-height: 1.5em;
  }
  .scene_content_box2_desc .s strong{
    font-size: 60px;
  }
  .scene_content_item:nth-child(even) .scene_content_box2_desc .vertiacl .m strong{
    line-height: 1.4em;
  }

  /*店内*/
  .scene_info_wrap{

  }
  .scene_info_img{
    margin-top: 146px;
  }
  .scene_info_items{
    margin-top: 100px;
  }
  .scene_info_item{

  }
  .scene_info_box1{

  }
  .scene_info_box1_img:before{

  }
  .scene_info_box2{

  }
  .scene_info_box2_title{
    font-size: 28px;
  }
  .scene_info_box2_desc{

  }
}
@media (min-width:1200px){
  .scene_content_box2_desc .vertiacl .m strong{
    color: #a40000;
    line-height: 2.15em;
  }
  .scene_content_item:nth-child(even) .scene_content_box2_desc .vertiacl .m strong{
    line-height: 2;
    font-weight: 600;
  }

}

/*******************************
*　採用
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
}
.pg_recruit .section.sec2{
  padding-top: 80px;
}
.pg_recruit .section.sec3{
  padding-top: 80px;
}
.pg_recruit .section.sec4{
  padding-top: 70px;
}

/*見出し*/
.scene_hdr_title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.29em;
  text-align: center;
  margin-top: 60px;
}
.scene_hdr_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height:2.375em;
  text-align: justify;
  margin-top: 20px;
}
.recruit_miryok_wrap .sec_title_ja,
.recruit_jinzai_wrap .sec_title_ja,
.recruit_bosyu_wrap .sec_title_ja{
  background:none;
}
.recruit_miryok_wrap .sec_title_ja,
.recruit_jinzai_wrap .sec_title_ja,
.recruit_bosyu_wrap .sec_title_ja{
  letter-spacing: 0.075em;
}
.recruit_miryok_wrap .sec_title,
.recruit_jinzai_wrap .sec_title,
.recruit_bosyu_wrap .sec_title{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec_title_obi{
  display: inline-block;
  padding: 5px 30px;
  /*  background:rgba(129,14,14,0.7);*/
  background-image: url(/system_panel/uploads/images/20240627175529702925.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
}
.sec_title_obi:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/boupng.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 5px;
}
.sec_title_obi:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/boupng.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 5px;
}
.sec_title_obi p{

}

/*繰り返し*/
.recruit_miryok_items{
  margin-top: 60px;
}
.recruit_miryok_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_miryok_box1{
  width: 100%;
}
.recruit_miryok_box1_img:before{
  padding-top: 86.31%;
}
.recruit_miryok_box2{
  width: 100%;
  background: #000000;
  padding: 10px;
}
.recruit_miryok_box2_inner{
  background-image: url(/system_panel/uploads/images/bg5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  height: 100%;
}
.recruit_miryok_box2_title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.13em;
  text-shadow: 4px 4px 0px rgba(131, 17, 17, 1), 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.recruit_miryok_box2_title p{
  letter-spacing: 0;
}
.recruit_miryok_box2_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.25em;
  text-align: justify;
  margin-top: 8px;
}
.recruit_miryok_box2_desc p{
  letter-spacing: 0;
}

/*人材*/
.recruit_jinzai_items{
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 0;
}
.recruit_jinzai_item_title{

}
.recruit_jinzai_item_title_txt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
.recruit_jinzai_item_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  text-align: justify;
  margin-top: 20px;
}
.recruit_jinzai_item_desc p{
  letter-spacing: 0;
}

/*募集要項*/
.recruit_bosyu_links{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.recruit_bosyu_links .link_1{
  max-width: 100%;
  margin-top: 0;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*繰り返し*/
  .recruit_miryok_box2{
    margin-top: -20px;
  }
  .recruit_miryok_box2_inner{
    padding: 30px 16px 20px;
  }
  .recruit_miryok_item:nth-child(n+2){
    margin-top: 50px;
  }

  .sec_title_obi{
    padding: 8px 30px;
  }

  /*人材*/
  .recruit_jinzai_item:nth-child(n+2){
    padding-top: 30px;
  }
  .recruit_jinzai_item:last-child .recruit_jinzai_item_inner{
    border-bottom: none;
  }
  .recruit_jinzai_item_inner{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .recruit_bosyu_link:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
    padding-top: 90px;
  }
  .pg_recruit .section.sec3{
    padding-top: 100px;
  }
  .pg_recruit .section.sec4{
    padding-top: 90px;
  }

  /*見出し*/
  .scene_hdr_title{
    font-size: 42px;
    margin-top: 100px;
  }
  .scene_hdr_desc{
    margin-top: 33px;
  }
  .sec_title_obi{
    font-size: 22px;
    padding: 5px 53px;
  }

  /*繰り返し*/
  .recruit_miryok_items{
    margin-top: 100px;
  }
  .recruit_miryok_item{
    position: relative;
    z-index: 3;
  }
  .recruit_miryok_item:nth-child(n+2){
    margin-top: 130px;
  } 
  .recruit_miryok_item:nth-child(odd) .recruit_miryok_box1{
    position: absolute;
    top: -50px;;
    left: 0;
  }
  .recruit_miryok_item:nth-child(odd){
    justify-content: flex-end;
  }
  .recruit_miryok_item:nth-child(even){
    justify-content: flex-start;
  }
  .recruit_miryok_item:nth-child(even) .recruit_miryok_box1{
    position: absolute;
    top: -50px;;
    right: 0;
  }
  .recruit_miryok_box1{
    width: 42.79%;
  }
  .recruit_miryok_box1_img:before{

  }
  .recruit_miryok_box2{
    width: 59.90%;
    min-height: 440px;
  }
  .recruit_miryok_box2_inner{
    padding-top: 30px;
    padding-left: 13.17%;
    padding-right: 9.2%;
  }
  .recruit_miryok_item:nth-child(even) .recruit_miryok_box2_inner{
    padding-left: 8.5%;
    padding-right: 13.17%;
  }
  .recruit_miryok_box2_title{
    font-size: 23px;
  }
  .recruit_miryok_box2_desc{

  }

  /*人材*/
  .recruit_jinzai_items{
    position: relative;
    margin-top: 80px;
  }
  .recruit_jinzai_items:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .recruit_jinzai_items:after{
    content: "";
    display: block;
    width: 96.95%;
    height: 1px;;
    background: #fff;
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .recruit_jinzai_item_inner{

  }
  .recruit_jinzai_item:nth-child(n+3) .recruit_jinzai_item_inner{
    padding-bottom: 0;
    padding-top: 60px;
  }
  .recruit_jinzai_item:nth-child(even) .recruit_jinzai_item_inner{
    padding-left: 16px;
  }
  .recruit_jinzai_item_title{

  }
  .recruit_jinzai_item_title_txt{
    font-size: 22px;
  }
  .recruit_jinzai_item_desc{
    margin-top: 24px;
    padding-bottom: 0;
  }
  .recruit_jinzai_item:nth-child(n+3) {
    margin-top: 30px; 
  }
  .recruit_jinzai_item:nth-child(n+3) .recruit_jinzai_item_desc{
    padding-bottom: 0;
  }
  .recruit_jinzai_item:nth-child(even) .recruit_jinzai_item_desc{
    padding-right: 10px; 
  }

  /*募集要項*/
  .recruit_bosyu_links{
    margin-top: 60px;
  }
  .recruit_bosyu_links .link_1{
    margin-top: 0;
  }
}
@media (min-width:1024px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
    padding-top: 110px;
  }
  .pg_recruit .section.sec3{
    padding-top: 120px;
  }
  .pg_recruit .section.sec4{
    padding-top: 110px;
  }

  /*見出し*/
  .scene_hdr_title{
    font-size: 48px;
    margin-top: 137px;
  }
  .recruit_miryok_wrap .sec_title_ja,
  .recruit_jinzai_wrap .sec_title_ja,
  .recruit_bosyu_wrap .sec_title_ja{
    font-size: 65px;
  }
  .scene_hdr_desc{
    text-align: center;
  }
  .sec_title_obi{
    font-size: 25px;
  }

  /*繰り返し*/
  .recruit_miryok_items{
    margin-top: 140px;
  }
  .recruit_miryok_item{

  }
  .recruit_miryok_box1{

  }
  .recruit_miryok_box1_img:before{

  }
  .recruit_miryok_box2{

  }
  .recruit_miryok_box2{
    min-height: 410px;
  }
  .recruit_miryok_box2_inner{

  }
  .recruit_miryok_box2_title{
    font-size: 30px;
  }
  .recruit_miryok_box2_desc{

  }

  /*人材*/
  .recruit_jinzai_items{
    margin-top: 92px;
  }
  .recruit_jinzai_item_title{

  }
  .recruit_jinzai_item_title_txt{
    font-size: 30px;
  }
  .recruit_jinzai_item_desc{
    padding-right:42px;
  }

  /*募集要項*/
  .recruit_bosyu_links{
    margin-top: 90px;
  }
}
@media (min-width:1200px){
  .recruit_miryok_box2{
    min-height: 410px;
  }

}

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

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

.recruitDetail_hdr_wrap .link_1{

}
.recruitDetail_hdr_wrap .link_1:hover{
  background: #5d5d5d;
}

.recruitdetail_tbl_item{
  padding-top:60px;
}
.recruitdetail_tbl_item_title{
  text-align: center;
  background: #282828;
  padding: 15px;
}
.recruitdetail_tbl_item_title_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*テーブル*/
.recruitdetail_tbl{
  margin-top: 30px;
}
.recruitdetail_tbl .table_rows_th,
.recruitdetail_tbl .table_rows_td{
  font-size: 16px;
  letter-spacing: 0.075em;
  border: 1px solid #fff;
  padding: 15px 15px;
}
.recruitdetail_tbl .table_rows_th{
  font-weight: 500;
  background: #5d5d5d;
}
.recruitdetail_tbl .table_rows_td{
  font-weight: 400;
  background: transparent;
  line-height: 2;
}
.vtop{
  vertical-align: middle;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .recruitdetail_tbl .table_rows_th,
  .recruitdetail_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .recruitdetail_tbl .table_rows_th{

  }
  .recruitdetail_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #fff;
  }
  .recruitdetail_tbl .table_rows_td{

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

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

  .recruitdetail_tbl_item{
    padding-top: 100px;
  }
  .recruitdetail_tbl_item_title{

  }
  .recruitdetail_tbl_item_title_txt{
    font-size: 20px;
  }
  /*テーブル*/
  .recruitdetail_tbl{
    margin-top: 51px;
  }
  .recruitdetail_tbl .table_rows_th,
  .recruitdetail_tbl .table_rows_td{

  }
  .recruitdetail_tbl .table_rows_th{
    width: 200px;
    border-right: none;
  }
  .recruitdetail_tbl .table_rows_td{
    border-left: none;
    padding-left: 20px;
  }
}
@media (min-width:1024px){
  .pg_recruitDetail{

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

  .recruitdetail_tbl_item{
    padding-top: 120px;
  }
  .recruitdetail_tbl_item#item2{
    padding-top: 150px;
  }
  .recruitdetail_tbl_item_title{

  }
  .recruitdetail_tbl_item_title_txt{

  }
  /*テーブル*/
  .recruitdetail_tbl{

  }
  .recruitdetail_tbl .table_rows_th,
  .recruitdetail_tbl .table_rows_td{

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

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


}
/*******************************
*　コース
********************************/
.pg_course{

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


.coiurse_content_box{
  margin-top: 60px;
}
.coiurse_content_img{

}
.coiurse_content_img:before{
  padding-top: 37.83%;
}
.coiurse_content_detail{
  background-image: url(/system_panel/uploads/images/20240627102323684294.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  margin-top: 30px;
}
.coiurse_content_detail_inner{
  border: 1px solid #fff;
  padding: 30px 16px;
}
.coiurse_content_detail_title{
  text-align: center;
  background-image: url(/system_panel/uploads/images/red_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.coiurse_content_detail_title_txt{
  font-size: 28px;
  font-weight:500;
  letter-spacing: 0.075em;
}
.coiurse_content_detail_main{
  color: #181818;
  margin-top: 28px;
  padding: 10px 16px;
  background: #fff;
}
.coiurse_content_detail_main_title{
  font-size: 17px;
  font-weight:400;
  letter-spacing: 0.075em;
  border-bottom: 1px dotted;
  padding-bottom: 11px;
  text-align: center;
}
.coiurse_content_detail_main_title strong{
  font-size: 24px;
  font-weight:400;
  letter-spacing: 0.075em;
  margin-left: 5px;
}
.coiurse_content_detail_main_desc{
  font-size: 16px;
  font-weight:400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  padding-top: 15px;
}
.coiurse_content_detail_main_desc .kome{
  text-indent: -1em;
  padding-left: 1em;
}
.coiurse_content_detail_menu{
  margin-top: 30px;
}
.coiurse_content_detail_menu_title{
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}
.coiurse_content_detail_menu_title_txt{
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0.075em;
}
.coiurse_content_detail_menu_lists{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.coiurse_content_detail_menu_list{
  color: #181818;
}
.coiurse_content_detail_menu_list_inner{
  text-align: left;
  background: #fff;
  position: relative;
  padding: 16px 0px 16px 10px;
}
.coiurse_content_detail_menu_list_inner:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.coiurse_content_detail_menu_list_inner p{
  font-size: 16px;
  font-weight:400;
  letter-spacing: 0.1em;
}

.pg_recruitDetail .recruit_bosyu_links{
  margin-top: 60px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .coiurse_content_detail_menu_list:nth-child(n+2){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_course{

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

  .coiurse_content_box{
    margin-top: 100px;
  }
  .coiurse_content_img{

  }
  .coiurse_content_img:before{

  }
  .coiurse_content_detail{
    margin-top: 34px;
  }
  .coiurse_content_detail_inner{
    padding: 26px 54px;
  }
  .coiurse_content_detail_title{

  }
  .coiurse_content_detail_title_txt{
    font-size: 32px;
  }
  .coiurse_content_detail_main{

    margin-top: 28px;
    padding: 10px 30px 20px;
  }
  .coiurse_content_detail_main_title{
    font-size: 18px;

  }
  .coiurse_content_detail_main_title strong{
    font-size: 30px;
  }
  .coiurse_content_detail_main_desc{

  }
  .coiurse_content_detail_menu{
    margin-top: 44px;
  }
  .coiurse_content_detail_menu_title{

  }
  .coiurse_content_detail_menu_title_txt{
    font-size: 22px;
  }
  .coiurse_content_detail_menu_lists{
    margin-top: 35px;
  }
  .coiurse_content_detail_menu_list{

  }
  .coiurse_content_detail_menu_list:nth-child(n+4){
    margin-top: 13px;
  }
  .coiurse_content_detail_menu_list_inner{
    display: flex;
    align-items: center;
    height: 100%;
  }

  .pg_recruitDetail .recruit_bosyu_links{
    margin-top: 100px;
  }
}
@media (min-width:1024px){
  .pg_course{

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


  .coiurse_content_box{
    margin-top: 145px;
  }
  .coiurse_content_img{

  }
  .coiurse_content_img:before{

  }
  .coiurse_content_detail{

  }
  .coiurse_content_detail_inner{
    padding: 26px 54px 24px;
  }
  .coiurse_content_detail_title{

  }
  .coiurse_content_detail_title_txt{
    font-size: 35px;
  }
  .coiurse_content_detail_main{
    padding: 10px 125px 23px;
  }
  .coiurse_content_detail_main_title{

  }
  .coiurse_content_detail_main_desc{
    text-align: center;
  }
  .coiurse_content_detail_menu{

  }
  .coiurse_content_detail_menu_title{

  }
  .coiurse_content_detail_menu_title_txt{

  }
  .coiurse_content_detail_menu_lists{

  }
  .coiurse_content_detail_menu_list{

  }
  .coiurse_content_detail_menu_list_inner{

  }

  .pg_recruitDetail .recruit_bosyu_links{
    margin-top: 150px;
  }
}
@media (min-width:1200px){


}
/*******************************
*　店舗情報
********************************/
.pg_shop{

}
.pg_shop .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_shop .section.sec2{
  margin-top: 70px;
}
.pg_shop .recruitdetail_tbl{
  margin-top:60px;
}

.table_rows_td_img{
  margin-top: 10px;
}

/*地図*/
.gmap{
  margin-top: 30px;
}
.access_map iframe{
  width: 100%;
  border: none;
  height: 250px;
}
/*ギャラいー*/
.gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin: 80px -15px 0;
}
.gallery_item{

}
.gallery_item_img:before{
  padding-top: 80%;
}

.shop_unei_wrap .recruitdetail_tbl{
  margin-top: 50px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*ギャラいー*/
  .gallery_items{
    margin: 60px -10px 0;
  }
  .gallery_item{
    padding: 0 10px;
  }
  .gallery_item:nth-child(n+3){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_shop{

  }
  .pg_shop .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_shop .section.sec2{
    margin-top: 90px;
  }
  .pg_shop .recruitdetail_tbl{
    margin-top:80px;
  }

  /*地図*/
  .gmap{
    margin-top: 50px;
  }
  .access_map iframe{
    height: 300px;
  }
  /*ギャラいー*/
  .gallery_items{
    margin-top: 100px;
  }
  .gallery_item{

  }
  .gallery_item:nth-child(n+4){
    margin-top: 24px;
  }
  .gallery_item_img:before{

  }

  .shop_unei_wrap .recruitdetail_tbl{
    margin-top: 80px;
  }
  .anchor{
    position: relative;
    top: -150px;
  }
}
@media (min-width:1024px){
  .pg_shop{

  }
  .pg_shop .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_shop .section.sec2{
    margin-top: 133px;
  }
  .pg_shop .recruitdetail_tbl{
    margin-top: 110px;
  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 360px;
  }
  /*ギャラいー*/
  .gallery_items{
    margin-top: 143px;
  }
  .gallery_item{

  }
  .gallery_item_img:before{

  }

  .shop_unei_wrap .recruitdetail_tbl{
    margin-top: 110px;
  }
}
@media (min-width:1200px){


}

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

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

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

/* リスト */
.posts_list{

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

}

.news_lists .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news_lists .webgene-blog .img_fit{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://smooooth13-site-one.ssl-link.jp/morambon240522/uploads/news/4/6674ec6834ec24_m.jpg);
}
.news_lists .webgene-blog .img_fit:before{
  padding-top: 84%;
}
.news_lists .webgene-blog .date{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.news_lists .webgene-blog .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 2px;
}

/* サイド */
.recruitDetail_hdr_wrap .posts_layout{
  margin-top: 50px;
}
.posts_side_wrap{

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

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

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

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 11px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .day{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.posts_detail .meta .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;

}
.posts_detail .post_content{
  font-size: 16px;
  line-height: 2.25em;;
  font-weight: 500;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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


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

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

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

  .news_lists .webgene-blog{
    margin: 0 -10px;
  }
  .news_lists .webgene-item{
    padding: 0 10px;
  }
  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .posts_detail .meta .title{
    font-size: 16px;
  }
}
@media (min-width:768px){

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .recruitDetail_hdr_wrap .posts_layout{
    margin-top: 100px;
  }
  .posts_list{

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

  }

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

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

  }
  .posts_detail .meta{
    display: block;
    padding: 0 0 11px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }

  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: 100%;;
    font-size: 18px;

  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* リスト */
  .recruitDetail_hdr_wrap .posts_layout{
    margin-top: 145px;
  }
  .posts_list{

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

  }

  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_lists .webgene-item:nth-child(n+4){
    margin-top: 72px;
  }
  .body_newsDetail .posts_layout_box2{
    padding-top: 14px;
  }
  .body_newsDetail .recruitDetail_hdr_wrap .posts_layout{
    margin-top: 120px;
  }
  .body_newsDetail .link_1{
    margin-top: 80px;
  }

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

  .pg_news{
    padding-top: 0;
  }

}



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

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

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

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


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

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


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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


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

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

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

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

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


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

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

.recruit_bosyu_wrap .sec_title_obi:first-child{
  margin-bottom: 16px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_header_img{
    display: none;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

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


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


}
