@charset "UTF-8";


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

  -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;
}
.cardo{
  font-family: "Cardo", serif;
}
.shipori{
  font-family: "Shippori Mincho", serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

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

/* 動画埋め込みのレスポンシブ対応 */
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:1023px) 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;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc: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;
}

.pg_header{
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px 0;
}
.pg_header_outer{
  position: relative;
}
.pg_header_img:before{
  padding-top: 180px;  
}
.pg_header_txt{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.pg_header_tt{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.5);
}
.pg_header_desc{
  position: relative;
  padding: 40px 0;
}
.pg_header_desc:after{
  content: "";
  display: block;
  width: 100vw;
  height: 125.42%;
  background-image: url(/system_panel/uploads/images/bg_beige.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom:0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.pg_header_desc_ttl{
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.pg_header_desc_txt{
  text-align: justify;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 13px;
}

.mv{
  position: relative;
  padding: 20px 20px 0;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 57px - 56px - 20px);
}
.mv_ttx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
.mv_ttx1{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.mv_ttx2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}



@media (min-width:375px){

}

@media (min-width:768px){
  .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
  }
  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42.51%;
    padding-top: 0;
  }
  .hdr_outer_left{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 73.55%;
  }
  .hdr_outer_left_sns{
    display: flex;
    align-items: center;
    margin: 0 -9px;
    padding-left: 20px;
  }
  .hdr_outer_left_sns_item{
    display: block;
    min-width: 45px;
    margin: 0 9px;
  }
  .hdr_contact{
    width: 200px;
    min-width: 200px;
    background: #3c3c3c;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: relative;
    margin-right: 32px;
    margin-left: 30px;
    border: 1px solid transparent;
  }
  .hdr_contact:before{
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 10.4%;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .hdr_contact:after{
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    background: #000000;
    position: absolute;
    top: 50%;
    right: -36px;
  }
  .hdr_contact:hover{
    background: #fff;
    color: #181818;
    border: 1px solid #3c3c3c;
  }
  .hdr_contact:hover:before{

  }
  .hdr_contact:hover:after{

  }
  .hdr_contact_txt1{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .hdr_contact_txt2{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 1;
    padding-top: 5px;
  }
  .hdr_logo{
    width: 230px;;
  }
  .hdr_menu {
    text-align: center;
    font-size: 18px;
    padding-top: 52px;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    min-width: 80px;
    color: #3c3c3c;
    margin-left: 16px;
  }
  .hdr_menu:hover{
    background: transparent;
    color:#3c3c3c;
    opacity: 1;
  }
  .hdr_menu:hover p{
    color:#3c3c3c;
  }
  .hdr_menu:hover .hdr_menu_i{
    background:#3c3c3c;
  }
  .hdr_menu p{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color:#3c3c3c;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .hdr_menu_i {
    width: 50px;
    height: 1px;
    background: #3c3c3c;
    position: absolute;
    right: 19px;
    top: 19px;
    transition: all .4s;
  }
  .hdr_menu_i.no2 {
    width: 40px;
    top: 31px;
  }
  .hdr_menu_i.no3 {
    width: 30px;
    top: 41px;
  }
  .hdr_menu.active .hdr_menu_i:nth-of-type(1) {
    top: 23px;
    left: 18px;
    transform: rotate(-45deg);
    width: 40px;
  }
  .hdr_menu.active .hdr_menu_i:nth-of-type(2) {
    opacity: 0;
  }
  .hdr_menu.active .hdr_menu_i:nth-of-type(3) {
    top: 29px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 40px;
  }

  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header_img:before{
    padding-top: 320px;  
  }
  .pg_header_tt{
    font-size: 32px;
  }
  .pg_header_desc{
    padding: 50px 0;
  }
  .pg_header_desc_ttl{
    font-size: 22px;
  }
  .pg_header_desc_txt{

  }

  .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: #98cc23;
  }
  .gnav.active {
    width: 600px;
  }
  .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: #40ba8d;;
    color: #fff;
    opacity: 1;
  }
  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 15px;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #dfd4c4;
    border-radius: 15px 0 0 15px;
  }
  .gnav_box1 a:nth-child(n+2){
    margin-top: 10px;
  }
  .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: 33.333%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
    color: #181818;
    background: #fff;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho", serif;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
    background: #dfd4c4;
    color: #fff;
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 0 15px 15px 0;
    background:#dfd4c4;
  }
  .gnav .gnav_box2 .gnav_open {
    text-align: center;
    font-size: 24px;
    margin-left: 0;
  }
  .gnav .gnav_box2 .gnav_open p {
    font-size: 12px;
  }

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

  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  .mv_ttx1{
    font-size: 42px;
  }
  .mv_ttx2{
    font-size: 20px;
  }
  .gnav.active:hover{
    opacity: 1;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 60px;
  }
  .pg_header_img:before{
    padding-top:300px;  
  }
  .pg_header_tt{
    font-size: 35px;
  }
  .pg_header_desc{
    padding: 110px 0 95px;
  }
  .pg_header_desc_ttl{
    font-size: 22px;
  }
  .body_haircatalog .pg_header_desc_txt,
  .body_haircatalogDetail .pg_header_desc_txt{
    text-align: center;
    letter-spacing: 0;
    margin-top: 30px;
  }
  .hdr_contact{
    width: 250px;
    min-width: 250px;
    margin-right: 20px;
  }
  .hdr_contact:after{
    content: "";
    display: block;
    height: 1px;
    width: 23.6%;
    background: #000000;
    position: absolute;
    top: 50%;
    right: -59px;
  }
  .hdr_outer{
    width: 31.51%;
  }


  .hdr_logo{
    width: auto;
  }
  .hdr_logo:hover{
    opacity: 1;
  }
  .hdr_contact{
    width: 250px;
    min-width: 250px;
    margin-right: 50px;
  }
  .hdr_contact:hover{
    opacity: 1;
  }
  .hdr_contact_txt1{
    font-size: 18px;
  }
  .hdr_contact_txt2{
    font-size: 14px;
  }
  .hdr_menu p{
    padding-bottom: 16px;
  }

  .gnav.active {
    width: 950px;
  }
  .gnav .gnav_item {
    width: 33.33%;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }
}
@media (min-width:1200px){
  .hdr_contact{
    margin-right: 30px;
  }
  .pg_header_img:before{
    padding-top: 500px;  
  }

  /*下層見出し*/
  .body_haircatalog .pg_header_desc_txt{
    letter-spacing: 0.075em;
  }

  .mv_img.img_fit:before{
    padding-top: calc(100vh - 20px);
  }
}

@media (max-width:767px){
  .header{
    display: flex;
    justify-content: space-between;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .hdr_menu{
    display: none;
  }
  .hdr_logo{
    display: block;
    width: 140px;
  }
  .hdr_outer_left_sns{
    display: flex;
    padding-top: 16px;
    margin-right: 15px;
  }
  .hdr_outer_left_sns_item{
    display: block;
    width: 36px;
    margin: 0 5px;
  }
  .gnav_box2{
    display: none;
  }
  /* スマホ用 */
  .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%);
  }
  .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;
    font-family: "Shippori Mincho", serif;
  }
  .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;
  }



}



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

.footer{
  background: #d1c7b8;
  margin-top: 80px;
}
.ftr{
  text-align: center;
  padding: 50px 0;
}
.ftr_info{
  margin-top: 30px;
}

.footer .hdr_outer_left_sns{
  justify-content: center;
  padding-left: 0;
  margin-top: 20px;
}
.ftr_info_item_txt1{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.ftr_info_item_txt2{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.ftr_info_item:nth-child(n+2){
  margin-top: 5px;
}

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

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

}
.ftr1_box2{

}

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

/*.ftr_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{
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 16px 0;
}

/* 追尾スマホメニュー */
.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: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #181818;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #fff;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #d1c7b8;
}
.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;
  z-index: 999;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #f2e9db;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

}

@media (min-width:768px){

  .footer{
    margin-top: 140px;

  }
  .ftr{
    padding: 50px 0;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 250px;
  }

  .ftr{
    padding: 70px 0 53px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .pg_header_desc .container{
    padding-left: 0;
    padding-right: 0;
  }
  .ftr_addr em{
    display: block;
  }
  .footer .hdr_outer_left_sns{
    margin-right: 0;
  }
  .footer .hdr_outer_left_sns_item{
    width: 42px;
  }
}



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

/* 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: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.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: 100px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/*******************************
*　共通
********************************/
/*ボタン*/
.link_1{
  width: 100%;
  max-width:190px;
  padding: 10px 0;
  margin: 35px auto 0;
  display: block;
  background: transparent;
  text-align: center;
  color: #181818;
  letter-spacing: 0.075em;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Cardo", serif;
}
.link_1:hover{
  opacity: 1;
  border-bottom: none;
}
.link_1:before {
  position: absolute;
  bottom:-1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.link_1 p:after{
  content: "→";
  margin-left: 8px;
}
.link_1:hover:before {
  transform: scale(1, 1);
}

.link_2{
  width: 100%;
  max-width:255px;
  padding: 10px 0;
  margin: 35px auto 0;
  display: block;
  background: #dfd4c4;
  text-align: center;
  color: #181818;
  letter-spacing: 0.075em;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid transparent;
  font-family: "Shippori Mincho", serif;
}
.link_2:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link_2:hover{
  opacity: 1;
  background: #fff;
  border: 1px solid #dfd4c4;
}

/*下層共通メニュー*/
.section.ftr_menu{
  margin-top: 80px;
}
.home_menu_title_txt2{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 14px;
}
.section_menu_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align:justify;
  margin-top: 10px;
}
.section_menu_desc p:nth-child(n+2){
  margin-top: 16px;
}
.section_menu_wrap .link_1{

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

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

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

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


  /*下層共通メニュー*/
  .section.ftr_menu{
    margin-top: 120px;
  }
  .home_menu_title_txt2{
    font-size: 20px;
  }
  .section_menu_desc{

  }
  .section_menu_desc p:nth-child(n+2){
    margin-top: 30px;
  }
  .section_menu_wrap .link_1{
    margin-top: 28px;
  }
}
@media (min-width:1024px){

  /*下層共通メニュー*/
  .section.ftr_menu{
    margin-top: 200px;
  }
  .home_menu_title_txt2{
    font-size: 22px;
  }
  .section_menu_desc{
    text-align: center;
  }
  .section_menu_wrap .link_1{

  }

  .webgene-pagination{
    margin-top: 115px;
  }
}
@media (min-width:1200px){


}


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

}
.pg_home .section.sec1{
  position: relative;
  padding: 50px 0;
}
.pg_home .section.sec1:after{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(/system_panel/uploads/images/bg_beige.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 123.78%;
  z-index: -1;
}
.pg_home .section.sec2{
  padding: 50px 0;
}
.pg_home .section.sec3{
  margin-top: 60px;
}
.pg_home .section.sec4{
  margin-top: 60px;
}
.pg_home .section.sec5{
  position: relative;
  padding: 50px 0;
  margin-top: 70px;
}
.pg_home .section.sec5:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/system_panel/uploads/images/bg_beige.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg_home .section.sec6{
  margin-top: 70px;
}

/*about*/
.home_about_title{
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.home_about_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 32px;
}
.home_about_desc_block:nth-child(n+2) {
  margin-top: 16px;
}

/*髪質改善*/
.home_kamisitsu_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 36px;
}
.home_kamisitsu_items:after{
  content: "";
  display: block;
  width: 82.88%;
  height: 20%;
  background: #d1c7b8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.home_kamisitsu_box1{
  width: 100%;
}
.home_kamisitsu_box1_img:before{
  padding-top: 133.33%;
}
.home_kamisitsu_box2{
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.home_kamisitsu_box2_title_en{
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.22em;
  left: 0;
}
.home_kamisitsu_box2_title_sub{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.44em;
}
.home_kamisitsu_box2_desc{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.85em;
  text-align: justify;
  margin-top: 18px;
}
.home_kamisitsu_box2_img{
  margin-top: 24px;
}
.home_kamisitsu_box2_img:before{
  padding-top: 88.88%;
}

/*menu*/
.home_menu_items_wrap{
  margin-top: 40px;
}
.home_menu_title{
  text-align: center;
}
.home_menu_title_txt1{
  font-size: 20px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_menu_title_tt{
  font-size: 30px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 10px;
}
.home_menu_desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 10px;
}
.home_menu_items{
  display: flex;
  flex-wrap: wrap;
}
.home_menu_item{
  width: 100%;
}
.home_menu_item_inner{

}
.home_menu_item_img_outer{
  position: relative;
  transition: all .3s;
}
.home_menu_item_img:before{
  padding-top: 47.05%;
}
.home_menu_item_inner_txt{
  font-size:22px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.26em;
  text-align: left;
  position: absolute;
  bottom: 3px;
  right: 13px;
  color: #fff;
  z-index: 2;
}
.home_menu_item_img_cover{

}
.home_menu_item_img_cover:before{
  content: "";
  display: block;
  background:rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  pointer-events: none;
  pointer-events: none;
}
/*.home_menu_item_img_cover_txt{
  font-size:15px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}*/
.home_menu_item_img_cover_txt{
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity .4s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.home_menu_item_inner:hover .home_menu_item_img_cover_txt {
  opacity: 1;
}
.home_menu_item_img_cover_txt .plus {
  height: 42px;
  width: 42px;
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
}
.home_menu_item_inner:hover .home_menu_item_img_cover_txt .plus {
  transform: rotate(270deg);
  transition: .6s .4s;
}
.home_menu_item_img_cover_txt .plus::before,
.home_menu_item_img_cover_txt .plus::after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
}
.home_menu_item_img_cover_txt .plus::before {
  width: 19px;
  height: 3px;
  top: 17px;
  left: 9px;
}
.home_menu_item_img_cover_txt .plus::after {
  width: 3px;
  height: 19px;
  top: 9px;
  left: 17px;
}

.home_menu_item_img_cover_txt p{
  font-size:16px;
}
/*.home_menu_item_img_cover_txt p:after{
  content: "→";
  font-weight: normal;
  font-size: 15px;
  margin-left: 5px;
}*/
.home_menu_item_title{
  margin-top: 10px; 
}
.home_menu_item_title_txt{
  font-size:16px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.home_menu_item_inner:hover{
  opacity: 1;
  display: block;
  transition: all .3s;
}
.home_menu_item_inner:hover .home_menu_item_img_cover:before{
  background: transparent;
}
.home_menu_item_inner:hover .home_menu_item_img_cover_txt{
  opacity: 1;
}

/*ヘアカタ*/
.pg_home .section.sec4 .container{
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.home_catelog_img_outer{
  position: relative;
  min-height: 230px;
}
.home_catelog_img{
  width: 95.875%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.home_catelog_img:before{
  padding-top: 30.79%;
}
.home_catelog_img:after{
  content: "";
  display: block;
  width: 101.44%;
  height: 52.23%;
  background: #d1c7b8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.home_catelog_img_ttx{
  font-size: 36px;
  font-weight:normal;
  letter-spacing: 0.2em;
  text-shadow: 1px 0px 0px #ffffff, 0px 0px 0px #FFFFFf, 0px 0px 0px #ffffff, 0px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px 0px 6px #ffffff, 0px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;
}
.home_catelog_box{

}
.home_catelog_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_catelog_box .webgene-item{
  padding: 0 15px;
}
.home_catelog_box .webgene-item{
  cursor: pointer;
}
.home_catelog_box .webgene-item .img_fit{
  overflow: hidden;

}
.home_catelog_box .webgene-item .img_fit:hover{
  opacity: 1;
}
.home_catelog_box .webgene-item .img_fit img{
  transition: all .3s;
}
.home_catelog_box .webgene-item .img_fit:hover img{
  transform: scale(1.1);
}
.home_catelog_box .webgene-item .img_fit:before{
  padding-top: 133.333%; 
}

/*矢印*/
.home_catelog_box .slick-arrow{
  font-size: 22px;
  color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #d4c4ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.home_catelog_box .slide-prev{
  left: -20px;
}
.home_catelog_box .slide-next{
  right: -20px;
}
.fa-chevron-left:before{
  content: "←";
  color: #d4c4ab;
}
.fa-chevron-right:before{
  content: "→";
  color: #d4c4ab;
}

/*店舗情報*/
.home_salon_logo{
  text-align: center;
}
.home_salon_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}
.home_salon_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.home_salon_box1_tbl{

}
.home_salon_box1 .table_rows_tr:nth-child(n+2){
  margin-top: 10px;
}
.home_salon_box1_tbl .table_rows_th,
.home_salon_box1_tbl .table_rows_td{
  border: none;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 0 15px;
}
.home_salon_box1_tbl .table_rows_th{
  width: 95px;
  padding-left: 0;
  background: transparent;
  vertical-align: top;
}
.home_salon_box1_tbl .table_rows_th{
  position: relative;
}
.home_salon_box1_tbl .table_rows_th p:after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #a09e9c;
  position: absolute;
  right: 0;
  top: 8px;
}
.home_salon_box1_tbl .table_rows_td{
  line-height: 2;
  padding-left: 23px;
}
.home_salon_box1_desc1{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_salon_box1_desc2{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 30px;
}
.home_salon_box1 .link_1{
  margin-left: auto;
  margin-right: auto;
}
.home_salon_box2{
  width: 100%;
  order: 1;
}
.home_salon_box2_img:before{
  padding-top: 70.41%;
}

/*採用*/
.home_recruit_items1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_recruit_items1_box1{
  width: 100%;
}
.home_recruit_items1_box1_img:before{
  padding-top: 63.01%;
}
.home_recruit_items1_box2{
  width: 100%;
  margin-top: 20px;
}
.home_menu_desc{

}
.home_recruit_items1_box2_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.133em;;
  text-align: justify;
  margin-top: 20px;
}
.home_recruit_wrap .home_menu_desc{
  margin-top: 15px;
}
.home_recruit_wrap .home_recruit_items1_box2_desc{
  margin-top: 13px;
}

/*採用(下)*/
.home_recruit_items2{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.home_recruit_items2_box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.home_recruit_items2_box1_left{
  width: 39.04%;
  margin-top: auto;
  margin-bottom: 80px;
}
.home_recruit_items2_box1_left:before{
  padding-top: 89.82%;
}
.home_recruit_items2_box1_right{
  width: 56.84%;
}
.home_recruit_items2_box1_right:before{
  padding-top: 80.52%;
}
.home_recruit_items2_box2{
  width:50%;
  margin: 20px auto 0;
}
.home_recruit_items2_box2_img{

}
.home_recruit_items2_box2_img:before{
  padding-top: 120.57%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .home_kamisitsu_box2_title_sub{
    margin-top: 28px;
  }

  .home_menu_item{
    margin-top: 24px;
  }
  .home_menu_item_inner_txt{
    font-size: 20px;
  }

  .home_kamisitsu_box1{
    width: 75%;
  }
  /*ヘアカタ*/
  .pg_home .section.sec4 .container{
    margin-top: -5px;
  }
  .home_catelog_img:before{
    padding-top: 180px;
  }
  .home_catelog_img{
    width: 90.875%;
  }
  .home_catelog_img:after{
    width: 104.44%;
  }
  .home_catelog_img_ttx{
    font-size: 27px;
  }
  .home_catelog_img_outer{
    min-height: 180px;
  }
  .home_catelog_box .webgene-blog{
    width: 75%;
    margin: 0 auto;
  }
  .home_catelog_box .slick-arrow{
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  /*店舗*/
  .home_salon_box1_tbl .table_rows_th{
    width: 80px;
  }



  /*採用情報*/
  .home_recruit_items2_box1_left{
    margin-bottom: -10px;
  }
  .home_recruit_items1_box1{
    width: 100%;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding: 80px 0 70px;
  }
  .pg_home .section.sec2{
    padding: 60px 0;
  }
  .pg_home .section.sec3{
    margin-top: 70px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }
  .pg_home .section.sec5{
    padding: 40px 0 70px;
    margin-top: 100px;
  }
  .pg_home .section.sec6{
    margin-top: 80px;
  }

  /*about*/
  .home_about_title{
    font-size: 32px;
  }
  .home_about_desc{
    margin-top: 40px;
  }
  .home_about_desc {

  }
  .home_about_desc_block:nth-child(n+2) {
    margin-top: 34px;
  }

  /*髪質改善*/
  .home_kamisitsu_items{
    padding-bottom: 42px;
  }
  .home_kamisitsu_box1{
    width: 75%;
  }
  .home_kamisitsu_box1_img:before{

  }
  .home_kamisitsu_box2{

    padding-top: 140px;

  }
  .home_kamisitsu_box2_title_en{
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .home_kamisitsu_box2_title_sub{
    font-size: 20px;
  }
  .home_kamisitsu_box2_desc{

  }
  .home_kamisitsu_box2_img{
    width: 75%;
    margin-right: 0;
    margin-left: auto;
  }
  .home_kamisitsu_box2_img:before{

  }

  /*menu*/
  .home_menu_items_wrap{
    margin-top: 46px;
  }
  .home_menu_title{

  }
  .home_menu_title_txt1{
    font-size: 22px;
  }
  .home_menu_title_tt{
    font-size: 32px;
  }
  .home_menu_desc{

  }
  .home_menu_items{
    width: 94.14%;

  }
  .home_menu_items:nth-child(n+2){
    margin-top: 16px;
  }
  .home_menu_items:nth-child(odd){
    justify-content: space-between;
    margin-left: 0;
    margin-right: auto;
  }
  .home_menu_items:nth-child(even){
    justify-content: space-between;
    margin-left: auto;
    margin-right:0;
  }
  .home_menu_item{
    width: 48.80%;
  }
  .home_menu_item_inner{

  }
  .home_menu_item_img_outer{

  }
  .home_menu_item_img:before{

  }
  .home_menu_item_inner_txt{
    font-size: 20px;
  }
  .home_menu_item_img_cover{

  }
  .home_menu_item_img_cover_txt{

  }
  .home_menu_item_title{

  }
  .home_menu_item_title_txt{

  }

  /*ヘアカタ*/
  .pg_home .section.sec4 .container{
    margin-top: -20px;
  }
  .home_catelog_img_outer{

  }
  .home_catelog_img{
    height: auto;
  }
  .home_catelog_img:before{

  }
  .home_catelog_img:after{
    width: 102.44%;
  }

  .home_catelog_img_ttx{
    font-size: 42px;
  }
  .home_catelog_box{
    padding: 0 40px;
  }
  .home_catelog_box .webgene-blog{

  }
  .home_catelog_box .webgene-item{

  }
  .home_catelog_box .webgene-item .img_fit:before{

  }
  /*矢印*/
  .home_catelog_box .slick-arrow{
    font-size: 14px;
    color: #fff;
    width: 28px;
    height: 28px;
  }
  .home_catelog_box .slide-prev{
    left: -30px;
  }
  .home_catelog_box .slide-next{
    right: -30px;
  }
  /*店舗情報*/
  .home_salon_logo{

  }
  .home_salon_items{

  }
  .home_salon_box1{
    margin-top: 30px;
  }
  .home_salon_box1_tbl{

  }
  .home_salon_box1_tbl .table_rows_th,
  .home_salon_box1_tbl .table_rows_td{

  }
  .home_salon_box1_tbl .table_rows_th{

  }
  .home_salon_box1_tbl .table_rows_td{

  }
  .home_salon_box1_desc1{

  }
  .home_salon_box1_desc2{

  }
  .home_salon_box1 .link_1{

  }
  .home_salon_box2{

  }
  .home_salon_box2_img:before{

  }

  /*採用*/
  .home_recruit_items1{

  }
  .home_recruit_items1_box1{

  }
  .home_recruit_items1_box1_img:before{

  }
  .home_recruit_items1_box2{
    margin-top: 30px;
  }
  .home_menu_desc{

  }
  .home_recruit_items1_box2_desc{

  }
  .home_recruit_items1_box2 .link_1{
    margin-top: 20px;
  }

  /*採用(下)*/
  .home_recruit_items2{
    margin-top: 50px;
  }
  .home_recruit_items2_box1{

  }
  .home_recruit_items2_box1_left{

  }
  .home_recruit_items2_box1_left:before{

  }
  .home_recruit_items2_box1_right{

  }
  .home_recruit_items2_box1_right:before{

  }
  .home_recruit_items2_box2{
    margin-top: 30px;
  }
  .home_recruit_items2_box2_img{

  }
  .home_recruit_items2_box2_img:before{

  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding: 110px 0 96px;
  }
  .pg_home .section.sec2{
    padding: 85px 0;
  }
  .pg_home .section.sec3{
    margin-top: 95px;
  }
  .pg_home .section.sec4{
    margin-top: 150px;
  }
  .pg_home .section.sec5{
    padding: 60px 0 63px;
    margin-top: 150px;
  }
  .pg_home .section.sec6{
    margin-top: 115px;
  }

  /*about*/
  .home_about_title{
    font-size: 36px;
  }
  .home_about_desc{
    text-align: center;
    letter-spacing: 0.025em;
  }
  .home_about_desc {

  }

  /*髪質改善*/
  .home_kamisitsu_items{
    position: relative;
    padding-bottom: 48px;
  }
  .home_kamisitsu_items:after{
    height: 41.2%;
  }
  .home_kamisitsu_box1{
    width: 48.64%;
    padding-top: 73px;
  }

  .home_kamisitsu_box1_img:before{

  }
  .home_kamisitsu_box2{
    width: 48.64%;
    position: static;
    padding-top: 170px;
    margin-top: 0;

  }
  .home_kamisitsu_box2_title_en{
    font-size: 56px;
    left: auto;
  }
  .home_kamisitsu_box2_title_sub{
    font-size: 22px;
  }
  .home_kamisitsu_box2_desc{

  }
  .home_kamisitsu_box2_img{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .home_kamisitsu_box2_img:before{

  }

  /*menu*/
  .home_menu_items_wrap{
    margin-top: 53px;
  }
  .home_menu_title{

  }
  .home_menu_title_txt1{
    font-size: 24px;
  }
  .home_menu_title_tt{
    font-size: 36px;
  }
  .home_menu_desc{

  }
  .home_menu_items{

  }
  .home_menu_item{

  }
  .home_menu_item_inner{

  }
  .home_menu_item_img_outer{

  }
  .home_menu_item_img:before{

  }
  .home_menu_item_inner_txt{
    font-size: 30px;
  }
  .home_menu_item_img_cover{

  }
  .home_menu_item_img_cover_txt{

  }
  .home_menu_item_title{

  }
  .home_menu_item_title_txt{

  }

  /*ヘアカタ*/
  .pg_home .section.sec4 .container{
    margin-top: -55px;
  }
  .home_catelog_img_outer{
    min-height: 302px;
  }
  .home_catelog_img{

  }
  .home_catelog_img:before{

  }
  .home_catelog_img:after{
    width: 101.44%;
  }
  .home_catelog_img_ttx{
    font-size: 52px;
  }
  .home_catelog_box{
    padding: 0 40px;
  }
  .home_catelog_box .webgene-blog{

  }
  .home_catelog_box .webgene-item{

  }
  .home_catelog_box .webgene-item .img_fit:before{

  }
  .home_catelog_box .slide-prev{
    left: -30px;
  }
  .home_catelog_box .slide-next{
    right: -30px;
  }
  /*矢印*/
  .home_catelog_box .slick-arrow{
    font-size: 18px;
    color: #fff;
    width: 32px;
    height: 32px;
  }
  .home_catelog_wrap .link_1{
    margin-top: 40px;
  }

  /*店舗情報*/
  .home_salon_logo{

  }
  .home_salon_items{

  }
  .home_salon_box1{
    width: 37.53%;
    order: 1;
    margin-top: 0;
  }
  .home_salon_box1_tbl{
    margin-right: -10px;
  }
  .home_salon_box1_tbl .table_rows_th,
  .home_salon_box1_tbl .table_rows_td{

  }
  .home_salon_box1_tbl .table_rows_th{

  }
  .home_salon_box1_tbl .table_rows_td{

  }
  .home_salon_box1_desc1{

  }
  .home_salon_box1_desc2{

  }
  .home_salon_box1 .link_1{
    margin-left: 0;
    margin-top: 20px;
  }
  .home_salon_box2{
    width: 58.76%;
    padding-top: 10px;
    order: 2;
  }
  .home_salon_box2_img:before{

  }

  /*採用*/
  .home_recruit_items1{

  }
  .home_recruit_items1_box1{
    width: 53.76%;
  }
  .home_recruit_items1_box1_img:before{

  }
  .home_recruit_items1_box2{
    width: 42.53%;
    padding: 28px 31px 0 13px;
    margin-top: 0;
  }
  .home_menu_desc{

  }
  .home_recruit_items1_box2_desc{

  }

  /*採用(下)*/
  .home_recruit_items2{
    margin-top: 26px;
  }
  .home_recruit_items2_box1{
    width: 65.76%;
  }
  .home_recruit_items2_box1_left{

  }
  .home_recruit_items2_box1_left:before{

  }
  .home_recruit_items2_box1_right{

  }
  .home_recruit_items2_box1_right:before{

  }
  .home_recruit_items2_box2{
    width: 31.53%;
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .home_recruit_items2_box2_img{

  }
  .home_recruit_items2_box2_img:before{

  }
}
@media (min-width:1200px){
  .home_about_desc{
    letter-spacing: 0.075em;
  }
  /*ヘアカタ*/
  .home_catelog_img{

  } 
  .home_catelog_img_outer{
    min-height: 425px;
  }
  .home_catelog_box .slide-prev{
    left: -40px;
  }
  .home_catelog_box .slide-next{
    right: -40px;
  }
  /*髪質改善*/
  .home_kamisitsu_box2_title_en{
    font-size: 62px;
  }
  /*矢印*/
  .home_catelog_box .slick-arrow{
    font-size: 22px;
    color: #fff;
    width: 48px;
    height: 48px;
  }

  /*店舗情報*/
  .home_salon_box1{
    width: 31.53%;
  }
  .home_salon_box2{
    width: 65.76%;
  }

  /*採用*/
  .home_recruit_items1_box1{
    width: 65.76%;
  }
  .home_recruit_items1_box2{
    width: 31.53%;
  }
}
@media (min-width:1300px){

  .home_catelog_box{
    padding: 0;
  }
}
@media (min-width:1400px){
  /*ヘアカタ*/
  .home_catelog_img{
    width: 1380px;;
  } 


}
@media (min-width:1500px){
  /*ヘアカタ*/
  .home_catelog_img{

  } 
  /*矢印*/
  .home_catelog_box .slide-prev{
    left: -60px;
  }
  .home_catelog_box .slide-next{
    right: -60px;
  }

}

/*******************************
*　髪質改善カラー
********************************/
.pg_hairquality{

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

/*タイトル*/
.hairquality_title{
  text-align: center;
}
.section_title_en{
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
/*繰り返し*/
.hairquality_items{
  margin-top: -30px;
}
.hairquality_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hairquality_item_box1{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  order: 2;
  margin-top: 20px;
}
.hairquality_item_box1_left{
  width: 48.24%;
  margin-top: 30px;
}
.hairquality_item_box1_left:before{
  padding-top: 138.18%;
}
.hairquality_item_box1_right{
  width: 50%;
}
.hairquality_item_box1_right:before{
  padding-top: 128.42%;
}
.hairquality_item_box2{
  width: 100%;
  margin-top: 20px;
  order: 1;
}
.hairquality_item_box2_title{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.hairquality_item_box2_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.133em;
  text-align: justify;
  margin-top: 12px;
}

.hairquality_item.second .hairquality_item_box1{
  display: block;
}
.hairquality_item.second .hairquality_item_box1_img:before{
  padding-top: 78.94%;
}
.hairquality_item.second .hairquality_item_box2_title{
  margin-top: 20px;
}
.hairquality_item.second .hairquality_item_box2_desc{
  margin-top: 8px;
}

.hairquality_item.third{

}
.hairquality_item.third .hairquality_item_box1_img:before{
  padding-top: 115.78%;
}
.hairquality_item.third .hairquality_item_box2 .section_title_en{
  text-align: right;
}
.pg_hairquality .hairquality_item.third .hairquality_item_box2 .section_title_en{
  text-align: right;
}
.hairquality_item.third .hairquality_item_box2 .section_title_en.left{
  text-align: left;
}
.hairquality_item_box2_cuticle{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  background-image:url(/system_panel/uploads/images/tbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 10px 10px;
  margin-top: 20px;
}
.hairquality_item_box2_cuticle_item{
  width: 100%;
}
.hairquality_item_box2_cuticle_item_title{
  text-align: center;
  background: #d1c7b8;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 5px;
}
.hairquality_item_box2_cuticle_item_img{
  margin-top: 16px;
}
.hairquality_item_box2_cuticle_item_desc{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5px;
}
.hairquality_item_box3{
  width: 100%;
  order: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
.hairquality_item_box3_left{
  width: 50%;
  margin-top: 30px;
}
.hairquality_item_box3_left:before{
  padding-top: 133.33%;
}
.hairquality_item_box3_right{
  width: 44.73%;
}
.hairquality_item_box3_right:before{
  padding-top: 120.39%;
}
.hairquality_item_box2_title.center{
  text-align:center;
}
.section_title_en.left{
  text-align: left;
}

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

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

}
@media (max-width:767px){
  .hairquality_item:nth-child(n+2){
    margin-top: 50px;
  }
  .hairquality_items{
    margin-top: 0;
  }
  .hairquality_item_box2_cuticle_item:nth-child(n+2){
    margin-top: 30px;
  }
  .hairquality_item_box2_cuticle_item_img{
    text-align: center;
  }
}
@media (min-width:768px){
  .pg_hairquality{

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

  /*タイトル*/
  .section_title_en{
    font-size: 80px;
  }
  /*繰り返し*/
  .hairquality_items{

  }
  .hairquality_item{

  }
  .hairquality_item:nth-child(n+2){
    margin-top: 60px;
  } 

  .hairquality_item_box1{
    width: 65%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .hairquality_item_box1_left{
    margin-top: 50px;
  }
  .hairquality_item_box1_left:before{

  }
  .hairquality_item_box1_right{

  }
  .hairquality_item_box1_right:before{

  }
  .hairquality_item_box2{
    margin-top: 30px;
  }
  .hairquality_item_box2_title{
    font-size: 22px;
  }
  .hairquality_item_box2_desc{
    margin-top: 20px;
  }

  .hairquality_item_box2_cuticle{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .hairquality_item_box2_cuticle_item{
    width: 47.11%;
  }
  .hairquality_item_box2_cuticle_item_title{

  }
  .hairquality_item_box2_cuticle_item_img{

  }
  .hairquality_item_box2_cuticle_item_desc{

  }

  .hairquality_item_box3{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:1024px){
  .pg_hairquality{

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

  /*タイトル*/
  .hairquality_title{
    position: relative;

  }
  .section_title_en{
    font-size: 100px;
  }
  /*繰り返し*/
  .hairquality_items{
    margin-top: 0;
  }
  .hairquality_item{

  }
  .hairquality_item:nth-child(n+2){
    margin-top: 94px;
  }
  .hairquality_item:nth-child(odd) .hairquality_item_box1{
    order: 1;
  }
  .hairquality_item:nth-child(odd) .hairquality_item_box2{
    order: 2;
  }
  .hairquality_item:nth-child(even) .hairquality_item_box1{
    order: 2;
  }
  .hairquality_item:nth-child(even) .hairquality_item_box2{
    order: 1;
  }
  .hairquality_item_box1{
    width: 51.35%;
    margin-top: -43px;
    margin-left: 0;
    margin-right: 0;
  }
  .hairquality_item_box1_left{
    margin-top: 100px;
    padding-top: 0;
  }
  .hairquality_item_box1_left:before{

  }
  .hairquality_item_box1_right{

  }
  .hairquality_item_box1_right:before{

  }
  .hairquality_item_box2{
    width: 43.79%;
    margin-top: 26px;
  }
  .hairquality_item_box2_title{
    font-size: 22px;
  }
  .hairquality_item_box2_title.center{
    text-align: left;
  }
  .hairquality_item_box2_desc{
    padding: 0 8px;
  }
  .hairquality_item.second .hairquality_item_box1{
    margin-top: 0;
    padding-top: 80px;
  }
  .hairquality_item.second .hairquality_item_box2_desc{
    padding: 0;
  }
  .hairquality_item.second .hairquality_item_box2{
    width: 42.79%;
  }
  .hairquality_item.third .hairquality_item_box1{
    width: 48.64%;
    padding-left: 65px;
    padding-top: 80px;
  }
  .hairquality_item.third .hairquality_item_box2{
    width: 48.64%;
  }

  .hairquality_item_box2_cuticle{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .hairquality_item_box2_cuticle_item{

  }
  .hairquality_item_box2_cuticle_item_title{

  }
  .hairquality_item_box2_cuticle_item_img{

  }
  .hairquality_item_box2_cuticle_item_desc{

  }
  .hairquality_item_box3{
    width: 51.35%;
    margin-left: 0;
    margin-right: 0;
  }
  .section_title_en.left{
    text-align: right;
  }
  .hairquality_item.third .hairquality_item_box2 .section_title_en.left{
    text-align: right;
  }
} 
@media (min-width:1200px){


}

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

}
.pg_menu .section.sec1{
  padding-top: 40px;
}
.pg_menu .section.sec2{

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

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

}
.menu_cate_item_inner{
  background: #f7f3ec;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  display: block;
  position: relative;
  padding: 12px 0;
}
.menu_cate_item_inner:after{
  content: "→";
  position: absolute;
  top: 50%;
  right:14px;;
  transform: translateY(-50%);
}
.menu_cate_item_inner p{
  width: 100%;
}
.menu_cate_item_inner p:after{

}
.menu_cate_item_inner:hover{
  opacity: 1;
  background: #dfd4c4;
}

/*メニュータイトル*/
.cmn_menu_box{
  padding-top: 70px;
}
.cmn_menu_box_title{
  text-align: center;
  position: relative;
  margin-bottom:28px;
}
.cmn_menu_box_title:after{
  content: "";
  display: block;
  background: #d1c7b8;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: -1;
}
.cmn_menu_box_title_en{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  display: inline-block;
  background: #fff;
}
.cmn_menu_box_title_en:after{

}
.cmn_menu_box_title .text_block{
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  min-width: 220px
}
.cmn_menu_box_title_ja{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 7px;
}
/*メニュ*/
.cmn_menu_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-left: 7px;
  padding-right: 18px;
}
.cmn_menu_price1,
.cmn_menu_price2{

}
.cmn_menu_price2 {
  margin-left: auto;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*メニュータイトル*/
  .menu_cate_item:nth-child(n+2){
    margin-top: 20px;;
  }

  /*メニュ*/
  .cmn_menu_price_list > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .cmn_menu_price{
    font-size: 16px;
  }

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

  }
  .pg_menu .section.sec1{
    padding-top: 57px;
  }
  .pg_menu .section.sec2{

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

  /*カテゴリ*/
  .menu_cate_items{

  }
  .menu_cate_item{

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

  }
  .menu_cate_item_inner p{

  }

  /*メニュータイトル*/
  .cmn_menu_box_title{
    text-align: center;
    margin-bottom: 30px;
  }
  .cmn_menu_box_title_en{
    font-size: 32px;
  }
  .cmn_menu_box_title_ja{

  }
  /*メニュ*/
  .cmn_menu_box {
    padding-top: 100px;
  }
  .cmn_menu_price {

  }
  .cmn_menu_price_list > div:nth-child(n+3){
    margin-top: 23px;
  }
  .cmn_menu_price1,
  .cmn_menu_price2{

  }
  .cmn_menu_price2 {
    margin-left: auto;
  }
}
@media (min-width:1024px){
  .pg_menu{

  }
  .pg_menu .section.sec1{

  }
  .pg_menu .section.sec2{

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

  /*カテゴリ*/
  .menu_cate_items{

  }
  .menu_cate_item{

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

  }
  .menu_cate_item_inner p{

  }

  /*メニュータイトル*/
  .cmn_menu_box_title{
    text-align: center;
    margin-bottom: 36px;
  }
  .cmn_menu_box_title_en{
    font-size: 36px;
  }
  .cmn_menu_box_title_ja{

  }
  /*メニュ*/
  .cmn_menu_price {

  }
  .cmn_menu_price1,
  .cmn_menu_price2{

  }
  .cmn_menu_price2 {
    margin-left: auto;
  }
}
@media (min-width:1200px){


}

/*******************************
*　着付け
********************************/
.pg_dressing{

}
.pg_dressing .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_dressing .section.sec2{
  margin-top: 100px;
  position: relative;
}
.pg_dressing .section.sec2:after{
  content: "";
  display: block;
  width: 100vw;
  height: 103%;
  background-image: url(/system_panel/uploads/images/ew.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 50px;
}
.pg_dressing .section.sec3{
  margin-top: 120px;
}

.pg_dressing .bottom_imgs{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bottom_img_left{

}
.bottom_img_left{
  width: 50%;
}
.bottom_img_left:before{
  padding-top: 77.19%;
}
.bottom_img_right{
  width: 44.73%;
}
.bottom_img_right:before{
  padding-top: 86.27%;
}
.pg_dressing .hairquality_item.first .hairquality_item_box1{
  display: block;
}
.pg_dressing .hairquality_item.first .hairquality_item_box1_img{
  width: 100%;
}
.pg_dressing .hairquality_item.first .hairquality_item_box1_img:before{
  padding-top: 66.666%;
}
.pg_dressing .hairquality_item_box2_title{
  margin-top: 10px;
}
.pg_dressing .hairquality_item.two{

}
.pg_dressing .hairquality_item.two .hairquality_item_box1{
  display: flex;
  flex-wrap: wrap;
}
.pg_dressing .hairquality_item.two .hairquality_item_box1_left_img{
  width: 50%;
  margin-top: 30px;
}
.pg_dressing .hairquality_item.two .hairquality_item_box1_left_img:before{
  padding-top: 133.33%;
}
.pg_dressing .hairquality_item.two .hairquality_item_box1_right_img{
  width: 50%;
  left: -1px;
}
.pg_dressing .hairquality_item.two .hairquality_item_box1_right_img:before{
  padding-top: 133.33%;
}
.pg_dressing .hairquality_item.third .hairquality_item_box1_img{
  width: 100%;
}
.pg_dressing .hairquality_item.third .hairquality_item_box1_img:before{
  padding-top: 66.66%;
}

.hairquality_item.third .hairquality_item_box2 .section_title_en{
  text-align: left;
}
.pg_dressing .hairquality_item.dressing .hairquality_item_box1{
  margin-top: 30px;
}

/*シーン*/
.sec_title{
  text-align: center;
}
.sec_title_en{
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.sec_title_ja{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
.sec_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.13333em;
  text-align: justify;
  margin-top: 20px;
}
.dressing_scene_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.dressing_scene_item{

}
.dressing_scene_item_inner{

}
.dressing_scene_item_title{
  background: #d1c7b8;
  text-align: center;
  padding: 8px 0;
}
.dressing_scene_item_title_txt{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.dressing_scene_item_img{
  margin-top: 15px;
}
.dressing_scene_item_img:before{
  padding-top: 71.42%;
}

/*流れ*/
.dressing_flow_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.dressing_flow_item{

}
.dressing_flow_item_inner{

}
.dressing_flow_item.big .dressing_flow_item_img:before{
  padding-top: 71.92%;
}
.dressing_flow_item.small .dressing_flow_item_img:before{
  padding-top: 84.21%;
}
.dressing_flow_item_title{
  margin-top: 16px;
}
.dressing_flow_item_title_txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.dressing_flow_item_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.1333em;
  text-align: justify;
  margin-top: 14px;
}

.pg_dressing .section_menu_desc p:nth-child(n+2){
  margin-top: 0;
}
.pg_senior .senior_feauture_wrap .hairquality_item .hairquality_item_box1 .hairquality_item_box1_img:before{
  padding-top: 66.666%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .dressing_scene_items{
    margin: 30px -10px 0;
  }
  .dressing_scene_item{
    padding: 0 10px;
  }
  .dressing_scene_item:nth-child(n+3){
    margin-top: 24px;
  }

  .pg_dressing .section.sec2:after{
    top: 28px;
  }
  .dressing_flow_item:nth-child(n+2){
    margin-top: 40px;
  }
}
@media (min-width:768px){
  .pg_dressing{

  }
  .pg_dressing .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_dressing .section.sec2{
    margin-top: 100px;
  }
  .pg_dressing .section.sec3{
    margin-top: 120px;
  }
  .pg_dressing .hairquality_item:nth-child(odd) .hairquality_item_box1{
    margin-top: 0;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box1_left_img{
    margin-top: 60px;
  }
  .pg_dressing .hairquality_item.dressing .hairquality_item_box1{
    margin-top: 30px;
  }

  /*シーン*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 80px;
  }
  .sec_title_ja{
    font-size: 22px;
  }
  .sec_desc{

  }
  .dressing_scene_items{
    margin-top: 50px;
  }
  .dressing_scene_item{

  }
  .dressing_scene_item:nth-child(n+4){
    margin-top: 36px;
  }
  .dressing_scene_item_inner{

  }
  .dressing_scene_item_title{

  }
  .dressing_scene_item_title_txt{

  }
  .dressing_scene_item_img:before{

  }

  /*流れ*/
  .dressing_flow_items{
    margin-top: 40px;
  }
  .dressing_flow_item{

  }
  .dressing_flow_item.big{
    width: 51.35%;
  }
  .dressing_flow_item.small{
    width: 42.79%;
  }
  .dressing_flow_item:nth-child(3){
    margin-top: -60px;
  }
  .dressing_flow_item:nth-child(4){
    margin-top: 67px;
  }
  .dressing_flow_item.one{
    padding-top: 125px;
  }
  .dressing_flow_item_inner{

  }
  .dressing_flow_item_img:before{

  }
  .dressing_flow_item_title{

  }
  .dressing_flow_item_title_txt{
    font-size:20px;
  }
  .dressing_flow_item_desc{

  }

  .pg_dressing .section_menu_desc p:nth-child(n+2){
    margin-top: 0;
  }
}
@media (min-width:1024px){
  .pg_dressing{

  }
  .pg_dressing .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_dressing .section.sec2{
    margin-top: 120px;
  }
  .pg_dressing .section.sec3{
    margin-top: 190px;
  }
  /*繰り返し*/
  .pg_dressing .hairquality_item{

  }
  .pg_dressing .hairquality_item.first .hairquality_item_box1{
    width: 51.35%;
  }
  .pg_dressing .hairquality_item:nth-child(odd) .hairquality_item_box1{
    order: 2;
    padding-top: 65px;
  }
  .pg_dressing .hairquality_item:nth-child(odd) .pg_dressing .hairquality_item_box2_desc{
    padding: 0;
  }
  .pg_dressing .hairquality_item:nth-child(odd) .hairquality_item_box2{
    order: 1;
  }
  .pg_dressing .hairquality_item:nth-child(even) .hairquality_item_box1{
    order: 1;
  }
  .pg_dressing .hairquality_item:nth-child(even) .hairquality_item_box2{
    order: 2;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box1{
    display: flex;
    flex-wrap: wrap;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box1{
    width: 51.35%;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box2{
    width:42.79%;
  }
  .pg_dressing .hairquality_item_box2_desc{
    margin-top: 30px;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box2{
    position: relative;
    padding-top: 80px;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box2 .hairquality_item_box2_desc{
    margin-top: 32px;
  }
  .pg_dressing .hairquality_item.two .hairquality_item_box2 .section_title_en{
    position: absolute;
    top: -12px;
    left: -190px;
  }
  .pg_dressing .hairquality_item.third .hairquality_item_box1{
    width: 51.35%;
    padding-left: 0;
  }
  .pg_dressing .hairquality_item.third .hairquality_item_box2{
    width: 42.79%;
  }
  .pg_dressing .hairquality_item.dressing .hairquality_item_box1{
    margin-top: 0;
  }

  /*シーン*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 100px;
  }
  .sec_title_ja{

  }
  .sec_desc{
    text-align: center;
  }
  .dressing_scene_items{

  }
  .dressing_scene_item{

  }
  .dressing_scene_item_inner{

  }
  .dressing_scene_item_title{

  }
  .dressing_scene_item_title_txt{

  }
  .dressing_scene_item_img:before{

  }

  /*流れ*/
  .dressing_flow_items{
    margin-top: 58px;
  }
  .dressing_flow_item{

  }
  .dressing_flow_item_inner{

  }
  .dressing_flow_item_img:before{

  }
  .dressing_flow_item_title{

  }
  .dressing_flow_item_title_txt{
    font-size: 22px;
  }
  .dressing_flow_item_desc{

  }

  .pg_dressing .section.ftr_menu{
    margin-top: 128px;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:nth-child(n+2){
    margin-top: 100px;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:nth-child(odd) .hairquality_item_box1{
    order: 1;
    width: 51.35%;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:nth-child(odd) .hairquality_item_box2{
    order: 2;
    width: 42.79%;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:nth-child(even) .hairquality_item_box1{
    order: 2;
    width: 51.35%;
    padding-top: 40px;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:nth-child(even) .hairquality_item_box2{
    order: 1;
    width: 42.79%;
    margin-top: 0;
  }
  .pg_senior .senior_feauture_wrap .hairquality_item:last-child .hairquality_item_box1{
    padding-top: 70px;
  }

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


}

/*******************************
*　訪問会議
********************************/
.pg_senior{

}
.pg_senior .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_senior .section.sec2{
  margin-top: 70px;
}
.pg_senior .section.sec3{
  margin-top: 80px;
}
.pg_senior .hairquality_item .hairquality_item_box1{
  width: 75%;
}
.pg_senior .hairquality_item .hairquality_item_box1 .hairquality_item_box1_img{
  width: 100%;
}
.pg_senior .hairquality_item .hairquality_item_box1 .hairquality_item_box1_img:before{
  padding-top: 80%;
}
.pg_senior .hairquality_item .hairquality_item_box2_title{
  margin-top: 14px; 
  line-height: 1.7272em;
}
.pg_senior .hairquality_item .hairquality_item_box2_desc{
  padding: 0;
}
.pg_senior .hairquality_item_box2_desc p:nth-child(n+2){
  margin-top: 16px;
}

/*ご利用できる方*/
.senior_hdr_box{
  background-image: url(/system_panel/uploads/images/eewe.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  margin-top: 40px;
}
.senior_hdr_box_inner{
  border: 1px solid #d1c7b8;
  padding: 20px;
}
.senior_hdr_box_title{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.senior_hdr_box_list{
  margin-top: 26px;
}
.senior_hdr_box_list_txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-indent: -1em;
  padding-left: 1em;
}

/*feautyre*/
.pg_senior .sec_title_ja{
  line-height: 1.72em;
  margin-top: 14px;
}
.senior_feature_items{
  display: flex;
  flex-wrap: wrap;
  margin: 36px -15px 0;
  position: relative;
}
.senior_feature_items:after{
  content: "";
  display: block;
  height: 91.85%;
  background: #d1c7b8;
  width: 1170px;
  max-width: 105.4%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform:translateX(-50%);
  z-index: -2;
}
.senior_feature_item{
  position: relative;
  z-index: 1;
}
.senior_feature_item_inner{
  height: 100%;
  border: 1px solid #d1c7b8;
  padding: 22px 13px;
  background: #fff;
}
.senior_feature_item_title{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6em;
}
.senior_feature_item_title:after{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #d1c7b8;
  margin: 20px auto 0;
}
.senior_feature_item_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.133em;
  text-align: justify;
  margin-top: 17px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .senior_feature_item:nth-child(n+2){
    margin-top: 20px;
  }

  .senior_feature_items:after{
    top: 80px;
    height: 94.85%;
  }
}
@media (min-width:768px){
  .pg_senior{

  }
  .pg_senior .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_senior .section.sec2{
    margin-top: 90px;
  }
  .pg_senior .section.sec3{
    margin-top: 100px;
  }

  .pg_senior .hairquality_item_box2_desc p:nth-child(n+2){
    margin-top: 30px;
  }

  /*ご利用できる方*/
  .senior_hdr_box{
    margin-top: 50px;
  }
  .senior_hdr_box_inner{
    padding: 25px 30px;
  }
  .senior_hdr_box_title{
    font-size: 20px;
  }
  .senior_hdr_box_list{

  }
  .senior_hdr_box_list_txt{

  }
  .senior_feature_items:after{
    height: 95.85%;
  }
  /*feautyre*/
  .pg_senior .sec_title_ja{
    line-height: 1.72em;
  }
  .senior_feature_items{
    justify-content: space-around;
    margin-top: 40px;
  }
  .senior_feature_item{

  }
  .senior_feature_item:nth-child(n+3){
    margin-top: 30px;
  }
  .senior_feature_item_inner{

  }
  .senior_feature_item_title{
    font-size: 20px;
  }
  .senior_feature_item_desc{

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

  }
  .pg_senior .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_senior .section.sec2{
    margin-top: 105px;
  }
  .pg_senior .section.sec3{
    margin-top: 120px;
  }

  .pg_senior .hairquality_item:nth-child(n+2){
    margin-top: 52px;
  }
  .pg_senior .hairquality_item:nth-child(odd) .hairquality_item_box1{
    order: 2;
    width: 42.79%;

  }
  .pg_senior .hairquality_item:nth-child(odd) .hairquality_item_box2{
    order: 1;
    width: 51%;
  }
  .pg_senior .hairquality_item:nth-child(even) .hairquality_item_box1{
    order: 1;
    width: 42.79%;
    padding-top: 0;
  }
  .pg_senior .hairquality_item:nth-child(even) .hairquality_item_box2{
    order: 2;
    width: 51.35%;
    margin-top: 60px;
    padding-right: 5px;
  }
  .pg_senior .hairquality_item.first .hairquality_item_box1{
    margin-top: 0;
    padding-top: 65px;
  }
  .pg_senior .hairquality_item .hairquality_item_box2_desc{
    margin-top: 34px;
  }

  .senior_feature_items:after{
    height: 91.85%;
  }
  /*ご利用できる方*/
  .senior_hdr_box{
    margin-top: 60px;
  }
  .senior_hdr_box_inner{
    padding: 25px 52px 20px;
  }
  .senior_hdr_box_title{

  }
  .senior_hdr_box_list{

  }
  .senior_hdr_box_list_txt{

  }

  /*feautyre*/
  .pg_senior .sec_title_ja{
    line-height: 1.72em;
  }
  .senior_feature_items{
    margin-top: 50px;
  }
  .senior_feature_item{

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

  }
  .senior_feature_item_title{

  }
  .senior_feature_item_desc{

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


}
/*******************************
*　スタイル
********************************/
.pg_style{

}
.pg_style .section.sec1{
  padding-top: 40px;
}

.style_box{

}
.style_box .webgene-blog{

}
.style_box .webgene-item{

}
.style_box .webgene-item a{

}
.style_box .webgene-item .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  font-family: "Shippori Mincho", serif;
  margin-top: 8px;
}


/*detail*/
.style_detail_wrap .webgene-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.style_detail_wrap .webgene-item .slider{
  width: 100%;
}
.style_detail_wrap .img_fit:before{
  padding-top: 124.2%;
}
.style_detail_wrap .sub .img_fit:before{
  padding-top: 123.21%;
}
.style_detail_wrap .meta .title{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7272em;
  margin-bottom: 20px;
}
.style_detail_wrap .meta{
  width: 100%;
}
.style_detail_wrap .meta .title_txt{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7272em;
}
.style_detail_wrap .meta .content{

}
.style_detail_wrap .meta .en_tt_lg{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Cardo", serif;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1c7b8;
  padding-bottom: 8px;
}
.style_detail_wrap .meta .content .en_tt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Cardo", serif;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.style_detail_wrap .meta .content .menu{

}
.style_detail_wrap .meta .content .ja_tt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Cardo", serif;
}
.style_detail_wrap .meta .content .en_tt span{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  font-family: "Shippori Mincho", serif;
}
.style_detail_wrap .meta .content .menu .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.style_detail_wrap .sub {
  margin-top: 8px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .style_box .webgene-item{
    padding: 0 10px;
  }
  .style_box .webgene-item:nth-child(n+3){
    margin-top: 24px;
  }
  .home_catelog_box.style_box .webgene-blog{
    width: 100%;

  }
  .style_detail_wrap .meta .content:last-child{
    margin-top: 24px;
  }
  .style_detail_wrap .meta{
    margin-top: 30px;
  }
  .style_detail_wrap .meta .content .ja_tt span{
    font-size: 15px;
  }
  .style_detail_wrap .meta .content .txt,
  .style_detail_wrap .meta .content .comment_2{
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_style{

  }
  .pg_style .section.sec1{
    padding-top: 50px;
  }

  .style_box{

  }
  .style_box .webgene-blog{

  }
  .style_box .webgene-item:nth-child(n+4){
    margin-top: 42px;
  }
  .style_box .webgene-item a{

  }
  .style_box .webgene-item .title{
    font-size: 16px;
  }

  /*detail*/
  .style_detail_wrap .webgene-item {

  }
  .style_detail_wrap .webgene-item .slider{
    width: 42.79%;
  }
  .style_detail_wrap .meta{
    width: 51.35%;
    padding-top: 22px;
  }
  .style_detail_wrap .meta .title{
    margin-bottom: 30px;
  }
  .style_detail_wrap .meta .title_txt{
    font-size: 25px;
  }
  .style_detail_wrap .meta .content{

  }
  .style_detail_wrap .meta .content:last-child{
    margin-top: 36px;
  }
  .style_detail_wrap .meta .content .en_tt{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .style_detail_wrap .meta .en_tt_lg{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .style_detail_wrap .meta .content .menu{

  }
  .style_detail_wrap .meta .content .ja_tt{
    font-size: 20px;
  }
  .style_detail_wrap .meta .content .ja_tt span{
    font-size: 16px;
  }
  .style_detail_wrap .meta .content .menu .txt{

  }

  .pg_style .link_1{
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  .pg_style{

  }
  .pg_style .section.sec1{
    padding-top: 60px;
  }

  .style_box{

  }
  .style_box .webgene-blog{

  }
  .style_box .webgene-item{

  }
  .style_box .webgene-item a{

  }
  .style_box .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  .style_box .webgene-item:nth-child(n+5){
    margin-top: 42px;
  }
  /*detail*/
  .style_detail_wrap .webgene-item {

  }
  .style_detail_wrap .webgene-item .slider{

  }
  .style_detail_wrap .meta .title{

  }
  .style_detail_wrap .meta .title .txt{

  }
  .style_detail_wrap .meta .content{

  }
  .style_detail_wrap .meta .content .en_tt{

  }
  .style_detail_wrap .meta .content .menu{

  }
  .style_detail_wrap .meta .content .ja_tt{
    font-size: 22px;
  }
  .style_detail_wrap .meta .content .ja_tt span{

  }
  .style_detail_wrap .meta .content .menu .txt{

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


}

/*******************************
*　採用情報
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_recruit .section.sec2{
  margin-top: 60px;
  position: relative;
}
.pg_recruit .section.sec2:after{
  content: "";
  display: block;
  width: 100vw;
  height: 103.90%;
  background-image: url(/system_panel/uploads/images/ew.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 50px;
}

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

.pg_recruit{

}
.pg_recruit .hairquality_item.first .hairquality_item_box1{
  display: block;
}
.pg_recruit .hairquality_item.first .hairquality_item_box1_img{
  width: 100%;
}
.pg_recruit .hairquality_item.first .hairquality_item_box1_img:before{
  padding-top: 80%;
}
.pg_recruit{

}
.pg_recruit{

}
.pg_recruit{

}

/*person*/
.recruit_person_items{
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.recruit_person_item{

}
.recruit_person_item_inner{
  background: #fff;
  border: 1px solid #d1c7b8;
  padding: 25px 16px;
  height: 100%;
}
.recruit_person_item_title{
  text-align: center;
}
.recruit_person_item_title:after{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #d1c7b8;
  margin: 24px auto 0;
}
.recruit_person_item_title_txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.recruit_person_item_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.133em;
  text-align: justify;
  margin-top: 18px;
}

/*インタビュ*/
.recruit_interview_items{
  margin-top: 70px;
}
.recruit_interview_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.recruit_interview_item:before{


}
.recruit_interview_item:before{
  content: "";
  display: block;
  height: 98%;
  width: 97%;
  max-width:100%;
  border: 1px solid #d1c7b8;
  position: absolute;
  top: 0;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.recruit_interview_item:nth-child(even) .recruit_interview_item_box1_ttx{
  justify-content: flex-end;
  margin-right: 0;
}
.recruit_interview_item:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-image: url(/system_panel/uploads/images/bg3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -2;
}
.recruit_interview_item_box1{
  width: 100%;
  order: 1;
  padding: 0 20px 0;
  position: relative;
  top: -20px;
}
.recruit_interview_item_box1_img:before{
  padding-top: 118.42%;
}
.recruit_interview_item_box1_ttx{
  display: flex;
  align-items: flex-end;
  text-shadow    : 
    3px  3px 3px #ffffff,
    -3px  3px 3px #ffffff,
    3px -3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    3px  0px 3px #ffffff,
    0px  3px 3px #ffffff,
    -3px  0px 3px #ffffff,
    0px -3px 3px #ffffff;  
  position: relative;; 
  top: -28px; 
  margin-right: -22px;
}
.recruit_interview_item_box1_ttx1{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.recruit_interview_item_box1_ttx2{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  padding-left: 12px;
}
.recruit_interview_item_box2{
  width: 100%;
  order: 2;
  margin-top: 20px;
  padding: 0 20px 50px;
}
.recruit_interview_item_box2_content{

}
.recruit_interview_item_box2_content_item{

}
.recruit_interview_item_box2_content_item:nth-child(n+2){
  margin-top: 24px;
}
.recruit_interview_item_box2_content_item_title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  background: #d1c7b8;
  padding: 5px 16px;
}
.recruit_interview_item_box2_content_item_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2;
  margin-top: 2px;
}

/*採用情報*/
.recruit_info_items{
  margin-top: 40px;
}
.recruit_info_item{

}
.recruit_info_item_title{
  text-align: center;
  background: #d1c7b8;
  padding: 13px;
}
.recruit_info_item_title_txt{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.recruit_info_iitem_tbl{
  margin-top: 36px;
}
.recruit_info_iitem_tbl .table_rows_th,
.recruit_info_iitem_tbl .table_rows_td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  border: 1px solid #999999;
  padding: 12px 15px;
}
.recruit_info_iitem_tbl .table_rows_th{
  background: #f4f3f3;
}
.recruit_info_iitem_tbl .table_rows_td{
  line-height: 2.125em;
}


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

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

}
@media (max-width:767px){
  .recruit_person_item:nth-child(n+2){
    margin-top: 20px;
  }
  .pg_recruit .section.sec2:after{
    top: 28px;
    height: 100%;
  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 70px;
  }
  .recruit_interview_item_box2{
    margin-top: 0; 
  }
  .recruit_interview_item_box1_ttx{
    top: -16px;
  }
  .body_recruit .pg_header_desc_ttl{
    font-size: 18px;
  }

  /*採用情報*/
  .recruit_info_iitem_tbl .table_rows_th,
  .recruit_info_iitem_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .recruit_info_iitem_tbl .table_rows_th{

  }
  .recruit_info_iitem_tbl .table_rows_td{
    line-height: 2.125em;
    border-top: none;
  }
  .recruit_info_iitem_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #999999;
  }

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

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    margin-top: 80px;
  }
  .pg_recruit .section.sec2:after{
    top: 60px;
  }
  .pg_recruit .section.sec3{
    margin-top: 170px;
  }
  .pg_recruit .section.sec4{
    padding-top: 100px;
  }

  /*person*/
  .recruit_person_items{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .recruit_person_item{

  }
  .recruit_person_item:nth-child(n+3){
    margin-top: 25px;
  }
  .recruit_person_item_inner{
    padding: 25px 30px;
  }
  .recruit_person_item_title{
    text-align: center;
  }
  .recruit_person_item_title_txt{
    font-size: 20px;
  }
  .recruit_person_item_desc{

  }

  /*インタビュ*/
  .recruit_interview_items{
    margin-top: 100px;
  }
  .recruit_interview_item{

  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 80px; 
  }
  .recruit_interview_item_box1{
    width: 75%;
    padding: 0 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit_interview_item_box1_img:before{

  }
  .recruit_interview_item_box1_ttx{

  }
  .recruit_interview_item_box1_ttx1{
    font-size: 40px;
  }
  .recruit_interview_item_box1_ttx2{
    font-size:24px;
  }
  .recruit_interview_item_box2{
    margin-top: 0;
    padding: 0 30px 50px;
  }
  .recruit_interview_item_box2_content{

  }
  .recruit_interview_item_box2_content_item{

  }
  .recruit_interview_item_box2_content_item_title{

  }
  .recruit_interview_item_box2_content_item_desc{

  }

  /*採用情報*/
  .recruit_info_items{
    margin-top: 60px;
  }
  .recruit_info_item{

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

  }
  .recruit_info_item_title_txt{
    font-size: 18px;
  }
  .recruit_info_iitem_tbl{

  }
  .recruit_info_iitem_tbl .table_rows_th,
  .recruit_info_iitem_tbl .table_rows_td{

  }
  .recruit_info_iitem_tbl .table_rows_th{
    border-right: none;
    width: 200px;
    padding-left: 23px;
  }
  .recruit_info_iitem_tbl .table_rows_td{
    border-left: none;
    padding-left: 10px;
  }
  .recruit_info_iitem_tbl .table_rows_th.vtop{
    vertical-align: top;
  }
  .recruit_info_item .link_1{
    margin-top: 30px; 
  }
}
@media (min-width:1024px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    margin-top: 110px;
  }
  .pg_recruit .section.sec3{
    margin-top: 195px;
  }
  .pg_recruit .section.sec4{
    padding-top: 155px;
  }
  .pg_recruit .hairquality_item:nth-child(odd) .hairquality_item_box2_title{
    margin-top: 10px;

  }
  .pg_recruit .hairquality_item:nth-child(odd) .hairquality_item_box1{
    order: 2;
    width: 42.79%;
    margin-top: 0;
    padding-top: 65px;
  }
  .pg_recruit .hairquality_item .hairquality_item_box2_desc{
    margin-top: 30px;
  }
  .pg_recruit .hairquality_item:nth-child(odd) .hairquality_item_box2_desc{
    padding: 0;
  }
  .pg_recruit .hairquality_item:nth-child(odd) .hairquality_item_box2{
    order: 1;
    width: 51.35%;
  }
  .pg_recruit .hairquality_item:nth-child(even) .hairquality_item_box2_title{
    margin-top: 10px;

  }
  .pg_recruit .hairquality_item:nth-child(even) .hairquality_item_box1{
    order: 1;
    width: 42.79%;
    padding-top: 50px;
  }
  .pg_recruit .hairquality_item:nth-child(even) .hairquality_item_box2{
    order: 2;
    width: 51.35%;
    position: relative;
    padding-top: 88px;
  }
  .pg_recruit .hairquality_item:nth-child(even) .hairquality_item_box2 .section_title_en{
    position: absolute;
    left: -137px;
    top: -16px;
  }

  /*person*/
  .recruit_person_items{
    margin-top: 73px;
  }
  .recruit_person_item{

  }
  .recruit_person_item_inner{
    padding: 25px 25px 20px 28px;
  }
  .recruit_person_item_title{

  }
  .recruit_person_item_title_txt{

  }
  .recruit_person_item_desc{

  }

  /*インタビュ*/
  .recruit_interview_items{
    margin-top: 130px;
  }
  .recruit_interview_item{

  }
  .recruit_interview_item:before{
    display: none;
  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 213px; 
  }
  .recruit_interview_item:after{
    display: none;
  }
  .recruit_interview_item .recruit_interview_item_box2:before{
    content: "";
    display: block;
    height: 104.72%;
    width: 100vw;
    max-width: 121.06%;
    border: 1px solid #d1c7b8;
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
  .recruit_interview_item .recruit_interview_item_box2:after{
    content: "";
    display: block;
    height: 108.9%;
    width: 100vw;
    max-width: 124.06%;
    background-image: url(/system_panel/uploads/images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -2;
    pointer-events: none;
  }

  .recruit_interview_item:nth-child(odd) .recruit_interview_item_box2:after{
    right: 0;

  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_item_box2:before{
    right: 11px;
    top: 11px;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_item_box1{
    order: 1; 
    position: relative;
    top: -55px;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_item_box2{
    order: 2;
    padding-right: 64px;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item_box2:before{
    left: 11px;
    top: 11px;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item_box2:after{
    left: 0;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item_box1{
    order: 2; 
    position: relative;
    top: -55px;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item_box2{
    order: 1; 
    padding-left: 64px;
  }
  .recruit_interview_item_box1{
    width: 34.23%;
    position: relative;
    z-index: 5;
    padding: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .recruit_interview_item_box1_img:before{

  }
  .recruit_interview_item_box1_ttx{

  }
  .recruit_interview_item_box1_ttx1{
    font-size: 36px;
  }
  .recruit_interview_item_box1_ttx2{
    font-size: 22px;
  }
  .recruit_interview_item_box2{
    width: 59.90%;
    margin-top: 0;
    position: relative;
    padding: 0;
  }
  .recruit_interview_item_box2_content{
    padding-top: 46px;
  }
  .recruit_interview_item_box2_content_item{

  }
  .recruit_interview_item_box2_content_item_title{

  }
  .recruit_interview_item_box2_content_item_desc{

  }

  /*採用情報*/
  .recruit_info_items{

  }
  .recruit_info_item{

  }
  .recruit_info_item:nth-child(n+2){
    margin-top:150px;
  }
  .recruit_info_item_title{

  }
  .recruit_info_item_title_txt{

  }
  .recruit_info_iitem_tbl{

  }
  .recruit_info_iitem_tbl .table_rows_th,
  .recruit_info_iitem_tbl .table_rows_td{

  }
  .recruit_info_iitem_tbl .table_rows_th{
    width: 285px;
  }
  .recruit_info_iitem_tbl .table_rows_td{
    padding-left: 35px;
  }
}
@media (min-width:1200px){
  .recruit_interview_item:nth-child(odd):after{
    right: 0;
    width: 74.32%;
  }
  .recruit_interview_item{

  }
  .recruit_interview_item_box1_ttx1{
    font-size: 50px;
  }
  .recruit_interview_item_box1_ttx2{
    font-size: 30px;
  }

}

/*******************************
*　店舗
********************************/
.pg_xxx{

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

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

/*ギャラリー*/
.salon_gallary_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.salon_gallary_item{

}
.salon_gallary_item_img:before{
  padding-top:71.42%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .salon_gallary_items{
    margin: 40px -10px 0;
  }
  .salon_gallary_item{
    padding: 0 10px;
  }
  .salon_gallary_item:nth-child(n+3){
    margin-top: 16px; 
  }
}
@media (min-width:768px){
  .pg_xxx{

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

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

  /*ギャラリー*/
  .salon_info_tbl{
    margin-top: 40px;
  }
  .salon_gallary_items{
    margin-top: 60px;
  }
  .salon_gallary_item{

  }
  .salon_gallary_item:nth-child(n+4){
    margin-top: 20px; 
  }
  .salon_gallary_item_img:before{

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

  }
  .pg_salon .section.sec1{
    padding-top: 60px;
  }
  .body_salon .pg_header_desc_txt{
    margin-top: 33px;
  }
  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{

  }

  /*ギャラリー*/
  .salon_info_tbl{
    margin-top: 57px;
  }
  .salon_gallary_items{
    margin-top: 70px;
  }
  .salon_gallary_item{

  }
  .salon_gallary_item_img:before{

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


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

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


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


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


}


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

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

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

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  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 .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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


/* コピー用 */
@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;
  }
}
@media (min-width:768px){

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

  /* リスト */
  .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: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    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: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


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

  /* リスト */
  .posts_list{

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

  }

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

  .pg_news{
    padding-top: 100px;
  }

}



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

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

.form_outer{
  margin-top:45px;
}
.recruit_mycole_items{

}
.recruit_mycole_item{

}
.recruit_mycole_item:nth-child(n+2){
  margin-top: 100px;
}
.recruit_mycole_item_title{
  text-align: center;
  background: #d1c7b8;
  padding: 14px;
  margin-bottom: 34px;
}
.recruit_mycole_item_title_txt{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.recruit_mycole_item_contents{

}
.recruit_mycole_item_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(/system_panel/uploads/images/bg4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 65px 36px;
}
.recruit_mycole_item_content:nth-child(n+2){
  margin-top: 28px;
}
.recruit_mycole_item_content_left{
  width: 22.44%;
}
.recruit_mycole_item_content_left_img{

}
.recruit_mycole_item_content_right{
  width: 70.91%;
  padding-top: 28px;
}
.recruit_mycole_item_content_right_title{
  border-bottom: 1px solid #51504f;
  width: 44.46%;
  padding-bottom: 18px;
}
.recruit_mycole_item_content_right_title_en{
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
.recruit_mycole_item_content_right_title_ja{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 26px;
}
.recruit_mycole_item_content_right_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;;
  text-align: justify;
  padding-top: 8px;
}
.recruit_mycole_item_content_right_desc p:nth-child(n+2){
  margin-top: 27px;
}
.recruit_mycole_item_content_right_qr{
  background: #d1c7b8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  margin-top: 16px;
}
.recruit_mycole_item_content_right_qr_box{
  width: 44.88%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_mycole_item_content_right_qr_box:nth-childI(n+2){
  margin-top: 0;
}
.recruit_mycole_item_content_right_qr_box1{

}
.recruit_mycole_item_content_right_qr_box2{

}
.recruit_mycole_item_content_right_qr_box.first{
  justify-content: flex-end;
  padding-right: 20px;
}
.recruit_mycole_item_content_right_qr_box.first .recruit_mycole_item_content_right_qr_box1{
  margin-right: 32px;
}
.recruit_mycole_item_content_right_qr_box.second{
  justify-content: flex-end;
  padding-right: 46px;
}
.recruit_mycole_item_content_right_qr_box.second .recruit_mycole_item_content_right_qr_box1{
  margin-right: 50px;
}
.recruit_mycole_item_content_right .link_2{
  margin-left: 0;
  margin-top: 30px;
}

.pg_contact .section.sec3{
  padding-top: 120px;
}
@media (max-width:1200px){
  .recruit_mycole_item_content_right_qr_box.second{
    padding-right: 0;
  }
}
@media (max-width:1023px){
  .pg_contact .section.sec3{
    padding-top: 100px;
  }
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }


  .form_outer{
    margin-top:45px;
  }
  .recruit_mycole_items{

  }
  .recruit_mycole_item{

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

  }
  .recruit_mycole_item_title_txt{
    font-size: 18px;
  }
  .recruit_mycole_item_contents{

  }
  .recruit_mycole_item_content{

  }
  .recruit_mycole_item_content_left{

  }
  .recruit_mycole_item_content_left_img{

  }
  .recruit_mycole_item_content_right{

  }
  .recruit_mycole_item_content_right_title{
    width: 62%;
  }
  .recruit_mycole_item_content_right_title_en{
    font-size: 36px;
  }
  .recruit_mycole_item_content_right_title_ja{
    font-size: 20px;
  }
  .recruit_mycole_item_content_right_desc{

  }
  .recruit_mycole_item_content_right_qr{
    padding: 20px 65px;
  }
  .recruit_mycole_item_content_right_qr_box{
    width: 100%;
  }
  .recruit_mycole_item_content_right_qr_box:nth-child(n+2){
    margin-top: 16px;
  }
  .recruit_mycole_item_content_right_qr_box.first,
  .recruit_mycole_item_content_right_qr_box.second{
    justify-content: space-between;
  }
  .recruit_mycole_item_content_right_qr_box.first{
    padding-right: 0;
  }
  .recruit_mycole_item_content_right_qr_box1{

  }
  .recruit_mycole_item_content_right_qr_box2{

  }
  .recruit_mycole_item_content_right .link_2{
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width:767px){
  .pg_contact .section.sec3{
    padding-top:70px;
  }
  .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;
  }
  .form_outer{
    margin-top:45px;
  }
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }

  .recruit_mycole_items{

  }
  .recruit_mycole_item{

  }
  .recruit_mycole_item:nth-child(n+2){
    margin-top: 60px;
  }
  .recruit_mycole_item_title{

  }
  .recruit_mycole_item_title_txt{

  }
  .recruit_mycole_item_contents{

  }
  .recruit_mycole_item_content{
    padding: 22px 20px 36px;
  }
  .recruit_mycole_item_content_left{
    width: 100%;
  }
  .recruit_mycole_item_content_left_img{
    text-align: center;
  }
  .recruit_mycole_item_content_right{
    width: 100%;
  }
  .recruit_mycole_item_content_right_title{
    width: 100%;
  }
  .recruit_mycole_item_content_right_title_en{
    font-size: 28px;
  }
  .recruit_mycole_item_content_right_title_ja{
    font-size: 18px;
  }
  .recruit_mycole_item_content_right_desc{

  }
  .recruit_mycole_item_content_right_qr{
    padding: 20px 20px;
  }
  .recruit_mycole_item_content_right_qr_box{

  }
  .recruit_mycole_item_content_right_qr_box:nth-child(n+2){
    margin-top: 16px;;
  }
  .recruit_mycole_item_content_right_qr_box.first,
  .recruit_mycole_item_content_right_qr_box.second{
    justify-content: space-between;
  }
  .recruit_mycole_item_content_right_qr_box.first{
    padding-right: 0;
  }
  .recruit_mycole_item_content_right_qr_box1{

  }
  .recruit_mycole_item_content_right_qr_box2{

  }
  .recruit_mycole_item_content_right .link_2{
    margin-left: auto;
  }

}


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

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #999999;
  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: 16px 10px 12px 25px;
  background: #f4f3f3;
  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;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 21px;
}
.pg_contact .section.sec3 .formTd input[name="old"]{
  max-width:140px;
  margin-right: 8px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .formWrap .text-center{
  padding-top: 50px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .formBtn.formSend {
  width: 100%;
  max-width:255px;
  padding: 10px 0;
  margin: 35px auto 0;
  display: block;
  background: #dfd4c4;
  text-align: center;
  color: #181818;
  letter-spacing: 0.075em;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid transparent;
  font-family: "Shippori Mincho", serif;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.pg_contact .formBtn.formSend:hover{
  opacity: 1;
  background: #fff;
  border: 1px solid #dfd4c4;
}
.pg_contact .formTd.sex input[type=radio]{
  margin-right: 10px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}
.pg_contact .formTd input[name="year"]{
  max-width: 140px;
  margin-right: 15px;
}
.radioArea{
  padding: 5px 0;
}
.pg_contact .formTd.sex .d-inline{
  font-size: 16px;
  margin-right: 47px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.16em;
  font-family: "Shippori Mincho", serif;
}
.radioArea .d-inline-block{
  margin-right: 46px;
}
.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: 140px 0 20px;
}
.pg_contact .section.sec4{
  padding-top: 180px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #d1c7b8;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
  font-family: "Shippori Mincho", serif;
}

.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: 50px;
}
.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;
  }

  .pg_contact .section.sec4{
    padding-top: 120px;
  }
  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){  
  .pg_contact .section.sec4{
    padding-top: 80px;
  }
  .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;
  }
  .contact_tt.privacy{
    font-size: 18px;
  }
  .privacy_ttl{
    font-size: 16px;
  }
  .privacy_txt{
    font-size: 15px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
}
.pg_contact .section.sec1{
  padding-top: 40px;
}

.posts_category_sp select {
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #181818;
  background: #fff;
  color: #181818;
}
.menu_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  margin-bottom: 20px;
}
.menu_desc p{
  text-indent: -1em;
  padding-left: 1em;
}

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

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

}
@media (max-width:767px){
  .gnav_box1{
    text-align: center;
  }
  .pg_header_desc_ttl{
    letter-spacing: 0;
  }

  .webgene-pagination{
    margin-top: 70px;
  }
  .anchor{
    position: relative;
    top: -30px;
  }
  .thanks_text{
    margin-top: 20px;
  }
  .menu_cate_wrap{
    display: none;
  }

  .pg_style #head{
    position: relative;
    top: -30px;
  }

}
@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_contact .section.sec1{
    padding-top: 50px;
  }

  .anchor{
    position: relative;
    top: -150px;
  }
  .posts_category_sp{
    display: none;
  }
  .pg_style #head{
    position: relative;
    top: -150px;
  }
  .menu_desc{
    max-width: 55%;
    text-align: left;
    margin-left: auto;
    margin-bottom: 36px;
  }
}
@media (min-width:1024px){
  .pg_contact .section.sec1{
    padding-top: 60px;
  }
  .thanks_text{
    text-align: center;
  }
  .body_contact .pg_header_desc_txt{
    margin-top: 30px;
  }
  .menu_desc{
    max-width: 35%;

  }

}
@media (min-width:1200px){
  .pg_header_desc_txt{
    text-align: center;
    letter-spacing: 0.05em;
  }

}

.style-list-wrap__add #wgc-1778825278352 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-item {
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px 30px;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-pagination {
  width: 100%;
          margin-top: 40px;
}

/* タブレット */
@media screen and (max-width: 991px) {
  .style-list-wrap__add #wgc-1778825278352 .webgene-item {
    width: 33.333%;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .style-list-wrap__add #wgc-1778825278352 .webgene-item {
    width: 50%;
  }
}

.style-list-wrap__add #wgc-1778825278352 .webgene-item .title {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  margin-top:4px;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-item .img_fit {
  display: block;
  width: 100%;
  aspect-ratio: 475 / 730;
  overflow: hidden;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-item .img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.style-list-wrap__add #wgc-1778825278352 .webgene-pagination li{
    background: unset;
    border: unset;
}
.style-list-wrap__add #wgc-1778825278352 .webgene-pagination a{
width: 100%;
    max-width: 190px;
    padding: 10px 0;
    margin: 35px auto 0;
    display: block;
    background: transparent;
    text-align: center;
    color: #181818;
    letter-spacing: 0.075em;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
    font-family: "Cardo", serif;
  margin-top:0;
}
@media screen and ( max-width:430px ){
.style-list-wrap__add #wgc-1778825278352 .webgene-pagination a{
	font-size:14px;
}
}
.style-list-wrap__add #wgc-1778825278352 .webgene-pagination a:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}