@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
}
#root{
  position: relative;
  overflow: hidden;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:767px){
  body{
    font-size: 14px;
  } 

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

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
.cookie{
  font-family: 'Cookie', cursive;
}
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:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    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{
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #799ac8;
  padding: 10px;
  position: relative;
}
.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;
}
.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pg_header_img:before{
  padding-top: 200px;
}
.hdr_logo {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #181818;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 57px);
}
.gnav {
  display: flex;
  position: fixed;
  left: 100%;
  z-index: 10;
  height: 0;
  /* background: #47a3cd; */
  /* padding: 20px 15px; */
  font-size: 16px;
  overflow: hidden;
  border-radius: 15px;
  /* transition: all 1.8s; */
  opacity: 0;
  background: #799ac8;
  box-shadow: 0 0 4px 0px #666;
}
.gnav.active {
  align-items: flex-start;
  left: 15px;
  right: 15px;
  height: auto;
  opacity: 1;
}
.gnav .gnav_box1 {
  padding: 5px;
  text-align: center;
}
.gnav .gnav_item {
  font-size: 15px;
  padding: 0 15px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.075em;
  width: 33.333%;
  text-align: center;
  padding: 70px 10px;
  /* border: 1px solid #6e6b65; */
  color: #181818;
  background: #fff;
}
.gnav .gnav_box2 {
  padding: 5px;
  text-align: center;
}

.hdr_sns {
  display: flex;
  align-items: center;
}
.mv_txt{
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 50%;
  transform:translateX(-50%);
}
.pg_header_txt{
  padding-top: 70px;
  text-align: center;
}
.pg_header_txt_en{
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 0.075em;
  line-height: 1;
}
.pg_header_txt_ja{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.pg_header_img{
  margin-top: 10px;
}

.popup_inner.sns{
  background: #799ac8;
}
.body_esthetic .popup_inner.sns{
  background: #e1eeed;
}
.body_eyelashesAndEyebrows .popup_inner.sns{
  background:#d9b8d5;
}
.body_nail .popup_inner.sns{
  background:#f4f8bb;
}
.popup_inner.sns .box{
  width: 100%;
}
.body_home .popup_inner.sns .box .sns_pop_item{
  width: 33.333%;
  text-align: center;
}
.popup_inner.sns .box .sns_pop_item{
  width: 50%;
  text-align: center;
}
.popup_inner.sns .box .sns_pop_item02 {
  width: 33.333%;
}
.sns_pop_item.atlier{
  display: none;
}
.body_home .sns_pop_item.atlier{
  display: block;
}
.sns_pop_item_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 30px;
  color: #181818;
}

.insta_img img{
  width: 60px;
  height: 60px;
}

@media (min-width:375px){
  .tel_popup, .web_popup,
  .insta_popup{
    display: none;
  }

}

@media (min-width:768px){
  .body_home .header{
    height: 100vh;
    width:72px; 
  }
  .header{
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    height: 100vh;
    width:60px; 
  }

  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    height: 350px;
  }
  .pg_header_txt{
    padding-top: 120px;
  }
  .pg_header_txt_en{
    font-size: 64px;
  }
  .pg_header_img:before{
    padding-top: 300px;
  }

  .gnav {
    align-items: center;
    font-size: 20px;
    width: 750px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active, .gjs-dashed .gnav {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 15px;
  }
  .gnav .gnav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-right: 1px solid #fff;
    font-size: 15px;
    padding: 20px 0px;
    /* line-height: 2; */
    font-weight: 500;
    min-height: 200px;
  }
  .hdr_sns {
    display: block;
    width: 34px;
    margin-right: auto;
    margin-left: auto;
  }
  .hdr_bar{
    text-align: center;
  }
  .gnav .gnav_box1 .hdr_sns.insta,
  .gnav .gnav_box1 .hdr_sns.line{
    width: 40px;
  }
  .gnav .gnav_box1 .hdr_sns.insta{
    margin-top: 30px;
  }
  .gnav .inner {
    width: calc(100% - 130px);
  }
  .gnav.active .inner, .gjs-dashed .gnav .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    border-left: 1px solid #fff;
    /* border: 1px solid #000; */
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
  }
  .hdr_menu.gnav_open {
    font-size: 10px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-left: 30px;
  }
  .hdr_menu.gnav_open p{
    color: #fff;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open .fa-times {
    color: #fff;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open {
    font-size: 10px;
    margin-left: 0;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before, .fa-times:before {
    font-size: 28px;
    color: #fff;
  }
  .mv_img.img_fit:before{
    padding-top: 630px;;
  }
  .header .ftr_copy{
    color: #fff;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 13px;
    letter-spacing: 0.075em;
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
  }
  .hdr_sns.line{
    margin-bottom: 15px;
  }
  .hdr_reseve_box{
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
  .hdr_reseve_item{
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
  }
  .hdr_reseve_item.reserve{
    background: #a6cbc9;
  }
  .hdr_reseve_item.recruit{
    background: #d9b8d5;
  }
  .hdr_reseve_item_txt1{
    font-size: 15px;
    font-weight: 600;
    letter-spacing:0.075em; 
  }
  .hdr_reseve_item_txt2{
    font-size: 13px;
    font-weight: 700;
    letter-spacing:0.075em; 
  }
  .mv_txt{
    font-size: 34px;
  }

  .hdr_logo {
    font-size: 34px;
  }

}
@media (min-width:1024px){
  .header{
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    height: 100vh;
    width:72px; 
  }
  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header_mv{
    height: 550px;
  }
  .pg_header_img:before{
    padding-top: 380px;
  }
  .pg_header_txt{
    padding-top: 160px;
  }
  .mv_img.img_fit:before{
    padding-top: 100vh;
  }
  .gnav {
    width: 900px;
  }
  .gnav.active, .gjs-dashed .gnav {
    left: calc(50% - 20px);
  }
  .gnav .gnav_item{
    padding: 20px 15px;
  }
  .hdr_sns {
    margin-right:auto;
    margin-left:auto;
  }
  .hdr_menu.gnav_open {
    margin-left: auto;
    margin-right:auto;
  }
  .hdr_reseve_item{
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
  }
  .hdr_reseve_box{
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
  }
}
@media (min-width:1200px){

  .mv_img.img_fit:before{
    padding-top: 100vh;
  }
  .gnav {
    /* right: 60px; */
    font-size: 20px;
    width: 900px;
  }
}

@media (max-width:767px){

  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }

  /* スマホ用 */
  .gnav{
    display: flex !important;
    flex-wrap: wrap;
    width: auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    /* background: #e7e7e6; */
    padding: 0;
    z-index: 99999;
    /* transition: all 0.2s; */
    transform: translateX(100%);
  }
  .gnav.active .inner {
    display: flex;
    flex-wrap: wrap;
    /* border: 2px solid #7d7d7c; */
  }
  .gnav.active {
    height: 450px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav .gnav_item{
    font-size: 14px;
    padding: 0 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 50%;
    text-align: center;
    padding: 19px 3px;
    color: #181818;
    display: flex;
    /* border: 1px solid #7d7d7c; */
    background: #fff;
    /* justify-content: flex-start; */
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }
  .gnav .gnav_box1{
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .hdr_sns{
    margin: 0 10px;
  }
  .hdr_menu{
    display: none;
  }

  .footer_fix_tel {
    text-align: center;
    padding: 16px;
    background: #f0f0f0;
  }
  .footer_fix_tel_name {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
  }
  .footer_fix_tel_link {
    font-size: 16px;
    margin-top: 5px;
    background: #799ac8;;
    color: #ffffff;
    display: block;
    padding: 8px;
    font-family: "Noto Serif JP", serif;
  }

  .popup_inner.sns .box .sns_pop_item{
    width: 100%;
  }
  .body_home .popup_inner.sns .box .sns_pop_item{
    width: 100%;
  }
  .body_product .popup_inner{
    width: 500px;
  }

}



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

.footer{
  background: #799ac8;
  margin-top: 50px;
  padding: 40px 0;
}

.ftr1{
  text-align: center;
  border-top: none;
  border-bottom: none;
  padding: 30px 0;
  margin-bottom: 25px;
}

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

}
.ftr1_box2{

}

.ftr_logo{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}
.ftr1_text{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ftr_sns{
  margin: 0 7px;
}
.ftr_sns_box{
  margin-top: 20px;
}
/*.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;
  text-align: center;
}

/* 追尾スマホメニュー */
.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: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #799ac8;
}
.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: 100;
}
/* チャットボットより上に */
.pagetop.on{
  z-index: 1000000000;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .ftr_logo{
    font-size: 34px;
  }
  .ftr_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0;
  }
  .ftr_links:after{
    content: "";
    display: block;
    width: 100vw;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .ftr_link {
    width: 25%;
    text-align: center;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    color: #181818;
    border-right: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .ftr_link:nth-child(n+5){
    margin-top:16px;
  }
  .ftr_link:first-child{
    padding-left: 0;
  }
  .ftr_link:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width:1024px){
  .body_home .footer{
    margin-top: 265px;
  }
  .footer{
    margin-top: 180px;
  }
  .ftr_link {
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .ftr_link{
    padding: 0 25px;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr_links{
    display: none;
  }
  .ftr1{
    padding: 0;
  }
}
@media only screen and (max-width:1023px){

  .sns_pop_item_txt{
    height: 60px;
  }
}



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

/* 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){
  .posts_category_sp {
    display: none;
  }
}
@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;
  }
  .product_cat_wrap{
    display: none;
  }
  .pg_product select[name="month"],
  .pg_product select[name="category"]{
    width: 100%;
    height: 50px;
    padding: 8px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000000;
  }

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

/* もっとみるボタン */
.read_more{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.read_more a{
  width: 200px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
  background: #ffffff;
  border: 1px solid #808080;
  padding: 16px 5px;
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .news_items .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .pg_news .webgene-pagination{
    margin-top: 40px;
  }
}
@media (min-width:768px){

  /* もっとみるボタン */
  .read_more{
  }
  .read_more a{
    width: 350px;
    font-size: 15px;
  }

  .webgene-pagination{
    margin-top: 100px;
  }
  .pg_news .webgene-pagination{
    margin-top: 70px;
  }
}
@media (min-width:1024px){


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


}


/*******************************
*　下層共通
********************************/

/* コンテナ */
.container-w{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* セクション */
.section{
  position: relative;
  z-index: 1;
}
.section + .section{
  margin-top: 0;
}

/* tt2 */
.tt2_box{
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.tt2_txt{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #959595;
  position: relative;
  z-index: 1;
}
.tt2_txt.en{
  font-size: 24px;
  font-weight: 200;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
}
.tt2_box:after{
  content: "";
  background: #f9f7f7;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
}

/*タイトル*/
.pg_section_title{
  text-align: center;
  position: relative;
}
.pg_section_title:after{
  content: "";
  display: block;
  width: 100vw;
  height: 200px;
  background: #f2f2f2;
  position: absolute;
  top: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.pg_section_title_en{
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 0.075em;
}
.pg_section_title_ja{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
/*ボタン*/
.link_1{
  width: 285px;
  max-width: 100%;
  font-size: 15px;
  font-weight:normal;
  margin: 42px auto 0;
  padding: 6px;
  display: block;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 0;
  letter-spacing: 0.075em;
  font-family: 'Outfit', sans-serif;
}
.link_2{
  width: 285px;
  max-width: 100%;
  font-size: 15px;
  font-weight:normal;
  margin: 42px auto 0;
  padding: 10px;
  display: block;
  background: #fff;
  color: #181818;
  text-align: center;
  position: relative;
  border: 1px solid #000000;
  border-radius: 0;
  letter-spacing: 0.2em;
  font-family: 'Outfit', sans-serif;
}
/*ギャラリーリスト*/
.section.gallery_list{
  margin-top: 30px;
  padding-top: 40px;
}
.esthe_gallery_wrap{

}
.pg_gal_items{
  margin: 0 -15px 0;
}
.pg_gal_item{

}
.pg_gal_item_img:before{
  padding-top: 117.64%;
}

/*サロンリスト*/
.section.salonlist{
  margin-top:50px;
  padding-top: 40px;
}
.pg_salonlist_items{
  margin-top: 30px;
}
.pg_salonlist_item{
  justify-content: space-between;
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
}
.pg_salonlist_item1{
  width: 100%;
}
.pg_salonlist_item1_title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_salonlist_item1_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 20px;
}
.pg_salonlist_item2{
  width: 100%;
}
.pg_salonlist_item2_img:before{
  padding-top: 67.36%;
}

@media (max-width:767px){
  .pg_gal_items{
    margin: 0 -10px;
  }
  .pg_gal_item{
    padding: 0 10px;
  }
  .pg_gal_item:nth-child(n+3){
    margin-top: 20px;
  }
  .pg_gal_item:nth-child(n+5){
    display: none;
  }

  .pg_salonlist_item1{
    order: 2;
    margin-top: 20px;
  }
  .pg_salonlist_item2{
    order: 1;
  }
  .pg_salonlist_item:nth-child(n+2){
    margin-top: 30px;
  }
  .pg_section_title:after{
    top: 27px;
  }


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

  /* セクション */
  .section + .section{
    margin-top:0;
  }
  /*ギャラリーリスト*/
  .section.gallery_list{
    margin-top: 70px;
    padding-top: 50px;
  }
  .esthe_gallery_wrap{

  }
  .pg_gal_items{

  }
  .pg_gal_item{

  }
  .pg_gal_item:nth-child(n+4){
    margin-top: 20px;
  }
  /*タイトル*/
  .pg_section_title{

  }
  .pg_section_title:after{
    height: 319px;
  }
  .pg_section_title_en{
    font-size: 60px;
  }
  .pg_section_title_ja{

  }

  /*サロンリスト*/
  .section.salonlist{
    margin-top: 70px;
    padding-top: 50px;
  }
  .pg_salonlist_items{
    margin-top: 40px;
  }
  .pg_salonlist_item{
    padding-bottom: 62px;
  }
  .pg_salonlist_item:nth-child(n+2){
    margin-top: 40px;
  }
  .pg_salonlist_item1{
    width: 40.09%;
  }
  .pg_salonlist_item1_title{

  }
  .pg_salonlist_item1_desc{

  }
  .pg_salonlist_item2{
    width: 42.79%;
  }
  .pg_salonlist_item2_img:before{

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

  /* セクション */
  .section + .section{
    margin-top: 0;
  }
  .pg_gal_item:nth-child(n+4){
    margin-top: 0;
  }
  .pg_gal_item:nth-child(n+5){
    margin-top: 26px;
  }

  /*タイトル*/
  .pg_section_title{

  }
  .pg_section_title_en{
    font-size: 58px;
  }
  .pg_section_title_ja{

  }

  /*ギャラリーリスト*/
  .section.gallery_list{
    margin-top: 100px;
    padding-top: 50px;
  }
  /*サロンリスト*/
  .section.salonlist{
    margin-top: 150px;
    padding-top: 50px;
  }
  .pg_salonlist_items{
    margin-top: 67px;
  }
  .pg_salonlist_item{

  }
  .pg_salonlist_item:nth-child(n+2){
    margin-top: 50px;
  }
  .pg_salonlist_item1{

  }
  .pg_salonlist_item1_title{
    font-size: 24px;
  }
  .pg_salonlist_item1_desc{

  }
  .pg_salonlist_item2{
    padding-top: 10px;
  }
  .pg_salonlist_item2_img:before{

  }
}
@media (min-width:1200px){
  /*サロンリスト*/
  .section.salonlist{
    margin-top: 225px;
  }
}


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

}
.pg_home .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_home .section.sec2{
  background: #e1eeed;
  padding: 50px 0;
}
.pg_home .section.sec3{
  margin-top: 70px;
}
.pg_home .section.sec4{
  margin-top: 80px;
}
.pg_home .section.sec5{
  margin-top: 60px;
  position: relative;
  padding-bottom: 30px;
}
.pg_home .section.sec6{
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
}
.pg_home .section.sec5:after,
.pg_home .section.sec6:after{
  content: "";
  display: block;
  background: #f6f6f6;
  width: 100vw;
  height: 100%;
  z-index: -2;
  position: absolute;
  bottom: 0;
}
.pg_home .section.sec7{
  margin-top: 70px;
}
/*タイトル*/
.home_title{
  text-align: center;
}
.home_title_en{
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.075em;
  font-family: 'Outfit', sans-serif;
}
.home_title_ja{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
/*コンセプト*/
.home_concept_wrap{
  padding:70px 0 0;
}
.home_concept_bg{

}
.home_concept_bg1,
.home_concept_bg2{
  width: 100%;
}
.home_concept_bg1:before,
.home_concept_bg2:before{
  padding-top:50%;
}
.home_concept_content{
  width: 300px;
  background:rgba(255,255,255,0.8);
  z-index: 1;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}
.home_concept_content_title{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_concept_content_txt{
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 16px;
}
.home_concept_content_txt1{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_concept_content_txt2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
.home_concept_content_txt_second{
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.1333em;
  margin-top: 20px;
}
.home_concept_content_txt_third{
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.1333em;
  margin-top: 22px;
}
/*ニュース*/
.home_news_wrap{
  margin-top: 28px;
}
.home_news_box .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_news_box .webgene-item .img_fit{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_news_box .webgene-item .img_fit:before{
  padding-top: 86.27%;
}
.home_news_box .meta .day {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}
.home_news_box .meta .title {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: 1.8666em;
}
.home_news_wrap .link_1{
  width: 350px;
  padding: 10px;
}
/*メニュー*/
.home_menu_wrap{

}
.home_menu_items{

}
.home_menu_item{
  justify-content: space-between;
  position: relative;
}
.home_menu_item:before{
  content: "";
  display: block;
  background: #f6f6f6;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: -20px;
  z-index: -1;
}
.home_menu_item:nth-child(n+2){
  margin-top: 60px;
} 
.home_menu_item1{
  position: relative;
  width: 100%;
}
.home_menu_item1_img:before{
  padding-top: 52.05%;
}
.home_menu_item1_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.home_menu_item:nth-child(odd) .home_menu_item1_img:after{
  top: 10px;
  left: -10px;
}
.home_menu_item:nth-child(even) .home_menu_item1_img:after{
  top: 10px;
  right: -10px;
}
.home_menu_item1_img.green:after{
  background: #a6cbc9;
}
.home_menu_item1_img.purple:after{
  background: #d9b8d5;
}
.home_menu_item1_img.yellow:after{
  background: #f4f8bb;
}
.home_menu_item1_content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home_menu_item:nth-child(even) .home_menu_item1_content{

}
.home_menu_item1_content_title{
  text-align: center;
}
.home_menu_item1_content_title_en{
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 0.075em;
  font-family: 'Outfit', sans-serif;
  line-height: 0.85em;;
}
.home_menu_item1_content_title_ja{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.home_menu_item2{
  padding-top: 30px;
  width: 100%;
}
.home_menu_item2_title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  font-family: 'Noto Serif JP', serif;
}
.home_menu_item2_txt{
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.75em;
  margin-top: 20px;
}


/*ギャラリー*/
.home_gallery_wrap{
  position: relative;
}
.home_gallery_wrap .home_menu_item1_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.home_gallery_bg{
  position: relative;
}
.home_gallery_bg:before{
  padding-top: 400px;
}
.home_gallery_bg:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(255,255,255,0.6);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

/*サロンリスト*/
.home_salon_wrap{

}
.home_salon_items{
  margin: 30px -15px 0;
}
.home_salon_item{

}
.home_salon_item:after{

}
.home_salon_item_inner{
  padding: 0 10px;
}
.home_salon_item_img:before{
  padding-top: 78.78%;
}
.home_salon_item_content{
  text-align: center;
  margin-top: 18px;
  position: relative;
}
.home_salon_item_content:after{
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home_salon_item_name{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_salon_item_content_add{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.666em;
  margin-top: 12px;
}
.home_salon_item .link_1{
  margin-top: 12px;
}

/*商品*/
.home_product_items{
  margin-top: 20px;
}
.home_product_items .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_product_items .webgene-item{

}
.home_product_items .webgene-item .img_fit:before{
  padding-top: 86.27%;
}
.home_product_items .webgene-item .img_fit{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_product_items .webgene-item .category{
  width: 100%;
  text-align: center;
  background: #f4f8bb;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 5px;
}
.home_product_items .webgene-item .inner{
  position: relative;
}
.home_product_items .webgene-item .meta{
  margin-top: 8px;
}
.home_product_items .webgene-item .meta .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.8666em;;
  padding: 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*採用情報*/
.home_recruit_wrap{

}
.home_recruit_items{
  justify-content: space-between;
  position: relative;
}
.home_recruit_item1{
  width: 100%;
  position: relative;
  order: 2;
  margin-top: 70px;
}
.home_recruit_item1:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -2;
}
.home_recruit_item1_title{
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.075em;
}
.home_recruit_item1_msg{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  margin-top: 20px;
}
.home_recruit_item1_content{
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  margin-top: 16px;
}
.home_recruit_item2{
  width: 100%;
  order: 1;
}
.home_recruit_item2{

}
.home_recruit_item2_img{
  left: -65px;
}
.home_recruit_item2_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #d9b8d5;
  top: 65px;
  right: -65px;
  position: absolute;
  z-index: -1;
}
.home_recruit_item2_img:before{
  padding-top: 108.77%;
}


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

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

}
@media (max-width:767px){
  .pg_home .section.sec5:after{
    height: 90%;
  }
  .pg_home .section.sec6:after{
    height: 75%;
  }
  .home_concept_wrap{
    padding: 0;
  }
  .home_concept_content{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .home_concept_bg1:before, .home_concept_bg2:before{
    padding-top: 105%;
  }
  .home_concept_content{

  }
  .home_concept_content_txt_third{
    text-align: justify;
  }

  .home_news_box .webgene-blog{
    margin: 0 -10px;
  }
  .home_news_box .webgene-item{
    padding: 0 10px;
  }
  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }

  .home_menu_item:before{
    height: 105%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .home_menu_item1_img:before{
    padding-top: 75%;
  }
  .home_menu_item2{
    padding-bottom: 20px; 
  }
  .home_menu_item1_content{
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .home_menu_item1 .link_1{
    margin-top: 12px;
  }

  /*サロンリスト*/
  .home_salon_item:nth-child(n+2){
    margin-top: 20px;
  }
  /*商品*/
  .home_product_items .webgene-item{
    padding: 0 10px;
  }
  .home_product_items .webgene-blog{
    margin: 0 -10px;
  }
  .home_product_items .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }

  /*採用情報*/
  .home_recruit_item1{
    margin-top: 30px;
    padding: 0 12px;
  }
  .home_recruit_item2_img{
    left: -20px;
  }
  .home_recruit_item2_img:after{
    top: 20px;
    right: -20px;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_home .section.sec2{
    padding: 60px 0;
  }
  .pg_home .section.sec3{
    margin-top: 100px;
  }
  .pg_home .section.sec4{
    margin-top: 110px;
  }
  .pg_home .section.sec5{
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .pg_home .section.sec5:after,
  .pg_home .section.sec6:after{
    position:absolute;
    bottom: 0;
    height: 70%;
  }
  .pg_home .section.sec6{
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .pg_home .section.sec7{
    margin-top: 110px;
  }
  /*タイトル*/
  .home_title{
    text-align: center;
  }
  .home_title_en{
    font-size: 36px;
  }
  .home_title_ja{

  }
  /*コンセプト*/
  .home_concept_wrap{
    position: relative;
    padding:0;;
  }
  .home_concept_bg{

  }
  .home_concept_content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }


  .home_concept_content_title{
    font-size: 48px;
  }
  .home_concept_content_txt{
    margin-top: 18px;
    margin-bottom: 16px;
  }
  .home_concept_content_txt1{

  }
  .home_concept_content_txt2{
    margin-top: 20px;
  }
  .home_concept_content_txt_second{
    margin-top: 10px;
  }
  .home_concept_content_txt_third{
    margin-top: 33px;
  }
  .home_concept_content .link_1{
    margin-top: 28px;
  }
  /*お知らせ*/
  .home_news_wrap{
    margin-top: 40px;
  }
  .home_news_box .meta .day {
    font-size: 14px;
  }
  .home_news_wrap .link_1{
    margin-top: 53px;
  }

  /*メニュー*/
  .home_menu_wrap{

  }
  .home_menu_items{

  }
  .home_menu_item{

  }
  .home_menu_item:nth-child(odd):before{
    left: 100px;
    top: -40px;
    height: 460px;
    margin-right: calc(-50vw + 50%);
  }
  .home_menu_item:nth-child(even):before{
    right: 100px;
    top: -40px;
    height: 460px;
    margin-left: calc(-50vw + 50%);
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 100px;
  } 
  .home_menu_item1{
    width: 40.09%;
  }
  .home_menu_item1_img:before{

  }
  .home_menu_item1_content{
    left: 38px;
  }
  .home_menu_item:nth-child(even) .home_menu_item1_content{
    top: 50%;
    left: auto;
    right: 25px;
  }
  .home_menu_item1_content_title{

  }
  .home_menu_item1_content_title_en{

  }
  .home_menu_item1_content_title_ja{

  }
  .home_menu_item2{
    padding-top: 90px;
  }
  .home_menu_item2_title{

  }
  .home_menu_item2_txt{
    margin-top: 30px;
  }
  .home_menu_item1 .link_1{
    margin-top: 32px;
  }
  .home_gallery_bg:before{
    padding-top: 400px;
  }
  /*サロンリスト*/
  .home_salon_wrap{

  }
  .home_salon_items{

  }
  .home_salon_item{

  }
  .home_salon_item_inner{

  }
  .home_salon_item_img:before{

  }
  .home_salon_item_content{

  }
  .home_salon_item_name{
    font-size: 17px;
  }
  .home_salon_item_content_add{

  }
  /*商品*/
  .home_product_items{
    margin-top: 30px;
  }
  .home_product_items .webgene-blog{

  }
  .home_product_items .webgene-item{

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

  }
  .home_product_items .webgene-item .category{
    width: 123px;
    margin-right: auto;
    margin-left: 0;
  }
  .home_product_items .webgene-item .meta{

  }
  .home_product_items .webgene-item .meta .title{

  }
  /*採用情報*/
  .home_recruit_wrap{

  }
  .home_recruit_items{

  }
  .home_recruit_item1{
    padding-left: 50px;
    padding-top: 0;
    padding-right: 50px;
  }
  .home_recruit_item1_title{
    font-size: 42px;
  }
  .home_recruit_item1_msg{
    font-size: 21px;
    margin-top: 28px;
  }
  .home_recruit_item1_content{

  }
  .home_recruit_item2{

  }
  .home_recruit_item2_img:before{

  }
  .home_salon_item_content{
    padding: 0 10px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_home .section.sec2{
    padding: 90px 0;
  }
  .pg_home .section.sec3{
    margin-top: 120px;
  }
  .pg_home .section.sec4{
    margin-top: 190px;
  }
  .pg_home .section.sec5{
    margin-top: 135px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec5:after{
    height: 381px;
    position:absolute;
    bottom: 0;
  }
  .pg_home .section.sec6:after{
    height: 313px;
    position:absolute;
    bottom: 0;
  }

  .home_concept_bg1:before,
  .home_concept_bg2:before{
    padding-top:79.16%;
  }
  .pg_home .section.sec6{
    margin-top: 85px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec7{
    margin-top: 150px;
  }
  /*タイトル*/
  .home_title{
    text-align: center;
  }
  .home_title_en{
    font-size: 42px;
  }
  .home_title_ja{

  }
  /*コンセプト*/
  .home_concept_wrap {
    position: relative;
    padding: 105px 0 45px;
  }
  .home_concept_bg{
    width: 1920px;
    height: 760px;
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
  }

  .home_concept_bg1,
  .home_concept_bg2{
    width: 50%;
  }
  .home_concept_content{
    position: relative;
    width: 730px;
    padding: 45px 0 48px;
    top: auto;
    left: auto;
    transform: none;
  }
  .cookie home_concept_content_title{

  }
  .home_concept_content_txt{

  }
  .home_concept_content_txt1{

  }
  .home_concept_content_txt2{

  }
  .home_concept_content_txt_second{

  }
  .home_concept_content_txt_third{

  }

  /*お知らせ
  .home_news_wrap{
    margin-top: 40px;
  }

  /*メニュー*/
  .home_menu_wrap{

  }
  .home_menu_items{

  }
  .home_menu_item{

  }
  .home_menu_item:nth-child(odd):before{
    left: 350px;
  }
  .home_menu_item:nth-child(even):before{
    right: 350px;
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 140px;
  } 
  .home_menu_item:nth-child(odd) .home_menu_item1{
    order: 1;
  }
  .home_menu_item:nth-child(odd) .home_menu_item2{
    order: 2;
  }
  .home_menu_item:nth-child(even) .home_menu_item1{
    order: 2;
  }
  .home_menu_item:nth-child(even) .home_menu_item2{
    order: 1;
  }
  .home_menu_item1{
    width: 65.76%;
  }
  .home_menu_item1_img:before{

  }
  .home_menu_item1_content{

  }
  .home_menu_item1_content_title{

  }
  .home_menu_item1_content_title_en{
    font-size: 64px;
  }
  .home_menu_item1_content_title_ja{

  }
  .home_menu_item2{
    width: 31.53%
  }
  .home_menu_item2_title{
    font-size: 21px;
  }
  .home_menu_item2_txt{

  }
  /*ギャラリー*/
  .home_gallery_wrap{

  }
  .home_gallery_bg:before{
    padding-top: 520px;
  }
  .pg_home .section.sec5:after{
    height: 64%; 
  }
  .pg_home .section.sec6:after{
    height: 60%;
  }
  /*サロンリスト*/
  .home_salon_wrap{

  }
  .home_salon_items{
    margin-top: 30px;
  }
  .home_salon_item{

  }
  .home_salon_item_inner{

  }
  .home_salon_item_img:before{

  }
  .home_salon_item_content{
    padding: 0;
  }
  .home_salon_item_name{

  }
  .home_salon_item_content_add{

  }
  /*商品*/
  .home_product_items{

  }
  .home_product_items .webgene-blog{

  }
  .home_product_items .webgene-item{

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

  }
  .home_product_items .webgene-item .category{
    width: 123px;
  }
  .home_product_items .webgene-item .meta{

  }
  .home_product_items .webgene-item .meta .title{

  }
  /*採用情報*/
  .home_recruit_wrap{

  }
  .home_recruit_items{
    position: relative;
  }
  .home_recruit_items:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .home_recruit_item1{
    width: 40.09%;
    padding-left: 18px;
    padding-top: 85px;
    padding-right: 0;
    order: 1;
    margin-top: 0;
  }
  .home_recruit_item1:after{
    display: none;
  }
  .home_recruit_items:after{
    height: 534px;
    top: 105px;
  }
  .home_recruit_item1_title{

  }
  .home_recruit_item1_msg{
    margin-top: 48px;
  }
  .home_recruit_item1_content{

  }
  .home_recruit_item2{
    width: 51.35%;
    order: 2;
  }

  .home_recruit_item2_img{
    right: 65px;
  }
  .home_recruit_item2_img:before{

  }

  .home_recruit_item1 .link_1{
    margin-left: 0;
    margin-right: auto;
    margin-top: 24px;
  }

  .home_menu_item.second .home_menu_item1_content_title_ja{
    margin-top: 20px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　Estetic
********************************/
.pg_estetic{

}
.pg_estetic .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_estetic .section.sec2{
  margin-top: 20px;
  padding-top: 50px;
}
.pg_estetic .section.sec3{
  margin-top: 30px;
  padding-top: 50px;
}
.pg_estetic .section.sec4{
  margin-top: 50px;
  padding-top: 30px;
}

/*見出し*/
.pg_category_wrap.gothic .pg_category_wrap_txt{
  font-size: 16px;
  line-height: 2;
}
.pg_category_items.others{

}

/*繰り返し*/
.estetic_contents_wrap{

}
.estetic_contents_items{

}
.estetic_contents_item{
  position: relative;
}
.estetic_contents_item:nth-child(n+2){
  padding-top: 30px;
  margin-top: 50px;
}
.estetic_contents_item:before{

}
.estetic_contents_item:nth-child(odd):before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e1eeed;
  position: absolute;
  top: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -2;
}
.estetic_contents_item_imgs{

}
.estetic_contents_item_img{
  max-width:715px;
  margin: 0 auto;
}
.estetic_contents_item_img:before{
  padding-top: 53.14%;
}
.estetic_contents_item_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 10px;
  background: #a6cbc9;
  z-index: -1;
}
.estetic_contents_item_imgs_title{
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.estetic_contents_item_imgs_title_ja{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.estetic_contents_item_imgs_title_en{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 8px;
}
.estetic_contents_item_parent{
  position: relative;
  margin-top: 30px;
}
.estetic_contents_item_child{
  justify-content: space-between;
  padding: 16px;
  border-radius: 10px;
}
.estetic_contents_item_child:nth-child(n+2){
  margin-top: 20px;
}
.estetic_contents_item:nth-child(odd) .estetic_contents_item_child{
  background: #fff;
}
.estetic_contents_item:nth-child(even) .estetic_contents_item_child{
  background: #e1eeed;
}
.estetic_contents_item_child1{
  width: 100%;
}
.estetic_contents_item_child1_title{
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 12px;

}
.estetic_contents_item_child1_title_ja{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.estetic_contents_item_child1_title_ja strong{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.estetic_contents_item_child1_title_price{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-right: -5px;
  margin-left: auto;
}
.estetic_contents_item_child1_title_price strong{
  font-size: 15px;
  font-weight: 500;
}
.estetic_contents_item_child1_tags{
  margin-top: 15px;
  padding-left: 5px;
}
.estetic_contents_item_child1_tag{
  display: inline-block;
  background: #799ac8;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 3px 6px;
  margin-right: 7px;
}
.estetic_contents_item_child1_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 13px;

}
.estetic_contents_item_child2{
  width: 100%;
}
.estetic_contents_item_child2_img:before{
  padding-top: 76%;
}

.estetic_contents_item_child1_lists{
  width: 90.65%;
  justify-content: space-between;
  margin-top: 16px;
}
.estetic_contents_item_child1_list{
  align-items: center;
  width: 100%;
  background: #fff;
}
.estetic_contents_item_child1_list:nth-child(n+2){
  margin-top: 5px;
}
.estetic_contents_item_child1_list_num{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #a9cecb;
  padding: 3px 5px;
}
.estetic_contents_item_child1_list_txt{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;

  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.estetic_contents_item_child1_desc.second{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .estetic_contents_item_child1{
    order: 2;
    margin-top: 20px;
  }
  .estetic_contents_item_child2{
    order: 1;
  }
  .estetic_contents_item_child1_list_txt{
    font-size: 13px;
  }
  .eyelash_content_item_image_item_inner{
    min-height: 452px;
  }

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

  }
  .pg_estetic .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_estetic .section.sec2{
    margin-top: 60px;
    padding-top: 50px;
  }
  .pg_estetic .section.sec3{
    margin-top: 80px;
    padding-top: 50px;
  }
  .pg_estetic .section.sec4{
    margin-top: 150px;
    padding-top: 40px;
  }
  /*繰り返し*/
  .estetic_contents_wrap{

  }
  .estetic_contents_items{

  }
  .estetic_contents_item{

  }
  .estetic_contents_item:nth-child(n+2){
    padding-top: 50px;
    margin-top: 50px;
  }
  .estetic_contents_item_imgs{

  }
  .estetic_contents_item_img{

  }
  .estetic_contents_item_imgs_title{
    margin-top: 37px;
  }
  .estetic_contents_item_imgs_title_ja{

  }
  .estetic_contents_item_imgs_title_en{

  }
  .estetic_contents_item_parent{

  }
  .estetic_contents_item_child{

  }
  .estetic_contents_item_child:nth-child(n+2){
    margin-top: 26px;
  }
  .estetic_contents_item_child1{
    width: 60.95%;
  }
  .estetic_contents_item_child1_title{

  }
  .estetic_contents_item_child1_title_ja{

  }
  .estetic_contents_item_child1_title_price{

  }
  .estetic_contents_item_child1_tags{

  }
  .estetic_contents_item_child1_tag{

  }
  .estetic_contents_item_child1_desc{
    padding-left: 5px;
  }
  .estetic_contents_item_child2{
    width: 33.333%;
  }
  .estetic_contents_item_child2_img:before{

  }
  .estetic_contents_item_child1_lists{

  }
  .estetic_contents_item_child1_list{

  }
  .estetic_contents_item_child1_list_num{
    font-size: 20px;
  }
  .estetic_contents_item_child1_list_txt{

  }
  .estetic_contents_item_child1_desc.second{
    margin-top: 33px;
    padding-left: 6px;
  }

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

  }
  .pg_estetic .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_estetic .section.sec2{
    margin-top: 100px;
    padding-top: 50px;
  }
  .pg_estetic .section.sec3{
    margin-top: 120px;
    padding-top: 50px;
  }
  .pg_estetic .section.sec4{
    margin-top: 225px;
    padding-top: 50px;
  }

  .pg_category_items.others{
    margin-top: 75px; 
  }


  /*繰り返し*/
  .estetic_contents_wrap{

  }
  .estetic_contents_items{

  }
  .estetic_contents_item{

  }
  .estetic_contents_item.third:before{
    top: 100px;
  }
  .estetic_contents_item:nth-child(n+2){
    padding-top: 50px;
    margin-top: 85px;
  }

  .estetic_contents_item:before{
    top: 60px;
  }
  .estetic_contents_item_imgs{

  }
  .estetic_contents_item_img{

  }
  .estetic_contents_item_imgs_title{

  }
  .estetic_contents_item_imgs_title_ja{
    font-size: 24px;
  }
  .estetic_contents_item_imgs_title_en{

  }
  .estetic_contents_item_parent{
    margin-top: 45px;
  }
  .estetic_contents_item_child{
    min-height: 340px;
    padding: 34px 30px 12px 20px;
  }
  .estetic_contents_item_child:nth-child(n+2){

  }
  .estetic_contents_item_child1{

  }
  .estetic_contents_item_child1_title{

  }
  .estetic_contents_item_child1_title_ja{
    font-size: 24px;
  }
  .estetic_contents_item_child1_title_price{
    font-size: 18px;
  }
  .estetic_contents_item_child1_tags{

  }
  .estetic_contents_item_child1_tag{

  }
  .estetic_contents_item_child1_desc{

  }
  .estetic_contents_item_child2{
    padding-top: 5px;
  }
  .estetic_contents_item_child2_img:before{

  }
  .estetic_contents_item_child1_lists{
    margin-left:3px;
  }
  .estetic_contents_item_child1_list{

  }
  .estetic_contents_item_child1_list.long .estetic_contents_item_child1_list_txt{
    letter-spacing: 0;
  }

  .estetic_contents_item_child1_list:nth-child(n+2){
    margin-top: 0;
  }
  .estetic_contents_item_child1_list:nth-child(n+3){
    margin-top: 5px;
  }
  .estetic_contents_item_child1_list_num{

  }
  .estetic_contents_item_child1_list_txt{

  }
  .estetic_contents_item_parent.third .estetic_contents_item_child{
    min-height: 430px;
  }
  .pg_estetic .link_1{
    margin-top: 80px;
  }

  .pg_salonlist_item1 .link_2{
    margin-left: 0;
    margin-right: auto;
    margin-top: 45px;
  }
}
@media (min-width:1200px){
  .estetic_contents_item_child1_list{
    width: 48.27%;
  }

}

/*******************************
*　アイラッシュ
********************************/
.pg_eyelashe{

}
.pg_eyelashe .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_eyelashe .section.sec2{
  margin-top: 20px;
  padding-top: 30px;
}
.pg_eyelashe .section.sec3{
  padding-top: 40px;
  margin-top: 10px;
}
.pg_eyelashe .pg_category_wrap.gothic .pg_category_wrap_txt{
  line-height: 1.75em;
}
/*見出し*/
.eyelashe_head_wrap{

}
.eyelashe_head_items{
  justify-content: space-between;
}
.eyelashe_head_item1{
  width: 100%;
}
.eyelashe_head_item1_txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.eyelashe_head_item1_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.75em;
}
.eyelashe_head_item2{
  width: 100%;
}
.eyelashe_head_item2_img:before{
  padding-top: 78.94%;
}
.eyelashe_head_wrap .estetic_contents_item_child1_tags{
  padding-left: 0;
}
.eyelashe_head_wrap .estetic_contents_item_child1_tags .estetic_contents_item_child1_tag{
  background: #d9b8d5;
}
.eyelashe_head_item1_desc{
  margin-top: 20px;
}

/*繰り返し*/
.eyelash_content_wrap{

}
.eyelash_content_items{

}
.eyelash_content_item{

}
.eyelash_content_item:nth-child(n+2){
  margin-top: 20px;
  padding-top: 40px;
}
.pg_content_title_type1{
  text-align: center;
  padding: 12px 0;
}
.pg_eyelashe .pg_content_title_type1{
  background: #d9b8d5;
}
.pg_content_title_type1_txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.pg_content_title_type1_parent{
  margin-top: 30px;
}
.pg_content_title_type1_child{
  justify-content: space-between;
  position: relative;
}
.pg_content_title_type1_child:nth-child(n+2){
  margin-top: 40px;
}
.pg_content_title_type1_child1{
  width: 100%;

}
.pg_content_title_type1_child:after{
  content: "";
  display: block;
  width: 94.14%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.eyelash_content_item.vol2 .pg_content_title_type1_child:after{
  background: #f8f8f8;
}
.pg_eyelashe .pg_content_title_type1_child:after{
  background: #fef7fd;
}
.pg_content_title_type1_child:nth-child(odd):after{
  top: 20px;
  right: 0;
}
.pg_content_title_type1_child:nth-child(even):after{
  top: 20px;
  left: 0;
}
.pg_content_title_type1_child1_img:before{
  padding-top: 71.91%;
}
.pg_content_title_type1_child2{
  width: 100%;
  padding-top: 36px;
}

.pg_content_title_type1_child2_title{
  position: relative;
}
.pg_content_title_type1_child2_title:after{
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin-top: 17px;
}
.pg_eyelashe .pg_content_title_type1_child2_title:after{
  background:#d9b8d5;

}
.pg_content_title_type1_child2_title_txt{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_content_title_type1_child2_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 20px;
}

/*メリット*/
.eyelash_content_item_hosok{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 24px;
  text-align: justify;
}
.eyelash_content_item_merit{
  background: #f8f8f8;
  padding: 10px;
  margin-top: 28px;
}
.eyelash_content_item_merit_inner{
  background: #ffffff;
  padding: 16px;
}
.eyelash_content_item_merit_title{
  text-align: center;
  font-size: 17px;
  font-weight:700;
  letter-spacing: 0.075em;
}
.eyelash_content_item_merit_lists{
  justify-content: space-between;
  margin: 0 auto;
}
.eyelash_content_item_merit_list{
  font-size: 16px;
  font-weight:500;
  letter-spacing: 0.075em;
  line-height: 2.625em;
  padding-left: 8px;
  padding-left:1.5em;
  text-indent:-1.5em;
}
.eyelash_content_item_merit_list p:before{
  content: "●";
  color: #d9b8d5;
  margin-right: 5px;
}

/*眉毛タイプ*/
.eyelash_content_item_image_type_wrap{
  margin-top: 15px;
  padding-top: 20px;
}
.eyelash_content_item_image_items{
  margin: 0 -15px;
}
.eyelash_content_item_image_item{
  position: relative;
}
.eyelash_content_item_image_item:after{
  content: "";
  display: block;
  width: 1px;
  height: 73%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item:after{
  height: 100%;
}
.eyelash_content_item_image_item_inner{
  background: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.eyelash_content_item_image_item_ttl{
  background: #fff;
  text-align: center;
  width: 86.27%;
  margin: 0 auto;
  font-size: 17px;
  font-weight:500;
  letter-spacing: 0.075em;
  padding: 5px;
}
.eyelash_content_item_image_item_img{
  height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.eyelash_content_item_image_item_txt{
  font-size: 15px;
  font-weight:500;
  letter-spacing: 0.075em;
  padding: 5px 5px 0;
  margin-top: 15px;
}
.eyelash_content_item_image_item_desc{
  font-size: 15px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.866em;
  padding: 5px 5px 0;
}

/*まつげタイプ*/
.eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item_ttl{
  width: 91.42%;
}
.pg_content_title_type1_parent.third .pg_content_title_type1_child:after{
  background: #fef7fd;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*見出し*/
  .eyelashe_head_item1{
    order: 2;
    margin-top: 20px;
  }
  .eyelashe_head_item2{
    order: 1;
  }

  /*繰り返し*/
  .pg_content_title_type1_txt{
    line-height: 1.6em;
  }
  .eyelash_content_item.vol1 .pg_content_title_type1_child1{
    order: 1;
  }
  .eyelash_content_item.vol1 .pg_content_title_type1_child2{
    order: 2;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child1{
    order: 1;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child2{
    order: 2;
  }
  .pg_content_title_type1_child:after{
    width: 100%;
  }
  .pg_content_title_type1_child2{
    padding: 36px 16px 16px;
  }
  .eyelash_content_item_merit_list{
    width: 100%;
  }
  /*メリット*/
  .eyelash_content_item_merit_inner{
    padding: 16px 5px;
  }

  /*眉毛タイプ*/
  .pg_content_title_type1_parent{
    margin-top: 40px;
  }
  .eyelash_content_item_image_item_txt,
  .eyelash_content_item_image_item_desc{
    padding: 10px;
  }
  /*まつげタイプ*/
  .pg_content_title_type1_parent.third{
    margin-top: 50px;
  }


  /*slick*/
  .beginners_content_item_parent .slick-arrow,
  .eyelash_content_item_image_items .slick-arrow{
    font-size: 22px;
    color: #181818;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .beginners_content_item_parent .slide-prev,
  .eyelash_content_item_image_items .slide-prev {
    left: 20px;
    z-index: 1;
  }
  .beginners_content_item_parent .slide-next,
  .eyelash_content_item_image_items .slide-next {
    right: 20px;
    z-index: 1;
  }
  .eyelash_content_item_image_items{
    margin-bottom: 30px;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_parent{
    margin-top: 70px;
  }
}
@media (min-width:768px){
  .pg_eyelashe{

  }
  .pg_eyelashe .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_eyelashe .section.sec2{
    margin-top: 32px;
    padding-top: 40px;
  }
  .pg_eyelashe .section.sec3{
    padding-top: 40px;
    margin-top: 30px;
  }


  /*見出し*/
  .eyelashe_head_wrap{

  }
  .eyelashe_head_items{

  }
  .eyelashe_head_item1{
    width: 61.26%;
  }
  .eyelashe_head_item1_txt{
    font-size: 24px;
  }
  .eyelashe_head_item1_desc{
    margin-top: 34px;
  }
  .eyelashe_head_item2{ 
    width: 34.23%;
    padding-top: 5px;
  }
  .eyelashe_head_item2_img:before{

  }

  /*繰り返し*/
  .eyelash_content_wrap{

  }
  .eyelash_content_items{

  }
  .eyelash_content_item{

  }
  .eyelash_content_item:nth-child(n+2){
    margin-top: 50px;
    padding-top: 50px;
  }
  .pg_content_title_type1{

  }
  .pg_content_title_type1_txt{

  }
  .pg_content_title_type1_parent{
    margin-top: 40px;
  }
  .pg_content_title_type1_child{

  }
  .pg_content_title_type1_child:nth-child(n+2){
    margin-top: 50px;
  }
  .pg_content_title_type1_child1{
    width: 40.09%;
  }
  .pg_content_title_type1_child1_img:before{

  }
  .pg_content_title_type1_child2{
    width: 57.20%;
  }
  .eyelash_content_item.vol1 .pg_content_title_type1_child2{
    padding-right: 10px;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(odd) .pg_content_title_type1_child1{
    order: 2;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(odd) .pg_content_title_type1_child2{
    order: 1;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(odd):after{
    left: 0;
    right: auto;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(even):after{
    left: auto;
    right: 0;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(odd) .pg_content_title_type1_child2{
    padding-left: 10px;
  }
  .eyelash_content_item.vol2 .pg_content_title_type1_child:nth-child(even) .pg_content_title_type1_child2{
    padding-right: 10px;
  }
  .pg_content_title_type1_child2_title{

  }
  .pg_content_title_type1_child2_title_txt{

  }
  .pg_content_title_type1_child2_desc{

  }

  /*メリット*/
  .eyelash_content_item_hosok{

  }
  .eyelash_content_item_merit{
    margin-top: 32px;
  }
  .eyelash_content_item_merit_inner{
    padding: 20px 20px 30px;;
  }
  .eyelash_content_item_merit_title{
    font-size: 18px;
  }
  .eyelash_content_item_merit_lists{
    max-width: 580px;
    width: 100%;
  }
  .eyelash_content_item_merit_list{
    width: 48%
  }

  /*眉毛タイプ*/
  .eyelash_content_item_image_type_wrap{
    margin-top: 15px;
    padding-top: 30px;
  }
  .eyelash_content_item_image_type_wrap.matuge {
    margin-top: 5px;
    padding-top: 20px;
  }
  .eyelash_content_item_image_items{

  }
  .eyelash_content_item_image_item{

  }
  .eyelash_content_item_image_item:nth-child(2):after{
    display: none;
  }
  .eyelash_content_item_image_item:last-child:after{
    display: none;
  }
  .eyelash_content_item_image_item:nth-child(n+3){
    margin-top: 20px;
  }
  .eyelash_content_item_image_item_inner{
    height: 100%;
  }
  .eyelash_content_item_image_item_ttl{

  }
  .eyelash_content_item_image_item_img{
    margin-top: 32px;
  }
  .eyelash_content_item_image_item_txt{

  }
  .eyelash_content_item_image_item_desc{

  }
  /*まつげタイプ*/
  .pg_content_title_type1_parent.third{
    margin-top: 70px;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item_desc{
    margin-top: 30px;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item:nth-child(n+3){
    margin-top: 0;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item:nth-child(2):after{
    display: block;
  }

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

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

  }
  .pg_eyelashe .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_eyelashe .section.sec4{
    padding-top: 50px;
    margin-top: 50px;
  }
  /*見出し*/
  .eyelashe_head_wrap{

  }
  .eyelashe_head_items{

  }
  .eyelashe_head_item1{

  }
  .eyelashe_head_item1_txt{

  }
  .eyelashe_head_item1_desc{

  }
  .eyelashe_head_item2{

  }
  .eyelashe_head_item2_img:before{

  }
  .eyelashe_head_wrap .estetic_contents_item_child1_tags{
    margin-top: 21px;
  }

  /*繰り返し*/
  .eyelash_content_wrap{

  }
  .eyelash_content_items{

  }
  .eyelash_content_item{

  }
  .eyelash_content_item:nth-child(n+2){
    margin-top: 125px;
    padding-top: 50px;
  }
  .pg_content_title_type1{

  }
  .pg_content_title_type1_txt{
    font-size: 20px;
  }
  .pg_content_title_type1_parent{
    margin-top: 55px;
  }
  .pg_content_title_type1_child{

  }
  .pg_content_title_type1_child:nth-child(n+2){
    margin-top: 75px;
  }
  .pg_content_title_type1_child:after{
    height: 330px;
  }
  .pg_content_title_type1_child1{

  }
  .pg_content_title_type1_child1_img:before{

  }
  .pg_content_title_type1_child2{

  }
  .pg_content_title_type1_child2_title{

  }
  .pg_content_title_type1_child2_title_txt{
    font-size: 24px;
  }
  .pg_content_title_type1_child2_desc{

  }

  /*メリット*/
  .eyelash_content_item_hosok{

  }
  .eyelash_content_item_merit{
    margin-top: 45px;
  }
  .eyelash_content_item_merit_inner{

  }
  .eyelash_content_item_merit_title{

  }
  .eyelash_content_item_merit_lists{
    max-width: 790px;
    width: 100%;
    margin-top: 30px;
  }
  .eyelash_content_item_merit_list{
    width: 39.87%
  }
  .eyelash_content_item_merit_list p{
    margin-right: -5px;
  }

  /*眉毛タイプ*/
  .eyelash_content_item_image_type_wrap{

  }
  .eyelash_content_item_image_items{

  }
  .eyelash_content_item_image_item{

  }
  .eyelash_content_item_image_item:nth-child(2):after{
    display: block;
  }
  .eyelash_content_item_image_item:nth-child(n+3){
    margin-top: 0;
  }
  .eyelash_content_item_image_item_inner{

  }
  .eyelash_content_item_image_item_ttl{
    font-size: 18px;
  }
  .eyelash_content_item_image_item_img{

  }
  .eyelash_content_item_image_item_txt{

  }
  .eyelash_content_item_image_item_desc{

  }
  /*まつげタイプ*/
  .pg_content_title_type1_parent.third{
    margin-top: 100px;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item_ttl{
    font-size: 21px;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item_img{
    margin-top: 16px;
  }
  .eyelash_content_item_image_type_wrap.matuge .eyelash_content_item_image_item_desc{
    padding: 0 36px 0 40px;
  }



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


}
/*******************************
*　ネイル
********************************/
.pg_nail{

}
.pg_nail .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_nail .section.sec2{
  margin-top: 20px;
  padding: 30px 0;
}
.pg_nail .section.sec3{
  padding-top: 20px;
  margin-top: 10px;
}
.pg_nail .section.sec4{
  padding-top: 30px;
  margin-top: 20px;
}
/*見出し*/
.pg_nail .pg_category_wrap.gothic .pg_category_wrap_txt{
  line-height: 1.75em;
}
.nail_head_wrap .estetic_contents_item_child1_tags .estetic_contents_item_child1_tag{
  background: #f4f8bb;
  color: #181818;
}
.estetic_contents_item_child1_tag{
  margin-top: 5px;
}
.nail_head_wrap .eyelashe_head_item1_desc{
  line-height: 1.875em;
}

.pg_nail .pg_content_title_type1{
  background: #f4f8bb;
}
/*横並び3つ*/
.nail_content_wrap{

}
.nail_content_items{
  margin: 30px -15px 0;
}
.nail_content_item{
  position: relative;
}
.nail_content_item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.nail_content_item:last-child .nail_content_item_inner:after{
  display: none;
}
.nail_content_item_inner{

}
.nail_content_item_img:before{
  padding-top: 74.28%;
}
.nail_content_item_ttl{
  font-size: 20px;
  font-weight:500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 20px;
}
.nail_content_item_desc{
  font-size: 16px;
  font-weight:normal;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 20px;
  padding: 0 12px;
}

/*ギャラリー*/
.nail_gal_img{
  margin-bottom: 40px;
}
.nail_gal_img:before{
  padding-top: 28.82%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .nail_content_item:after{
    display: none;
  }
  .nail_content_item_inner{
    position: relative;
  }
  .nail_content_item_inner:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: -15px;;
    top: auto;
  }
  .nail_content_item:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_nail{

  }
  .pg_nail .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_nail .section.sec2{
    margin-top: 20px;
    padding: 50px;
  }
  .pg_nail .section.sec3{
    margin-top: 20px;
    padding-top: 30px;
  }
  .pg_nail .section.sec4{
    padding-top: 50px;
    margin-top: 30px;
  }
  /*横並び3つ*/
  .nail_content_wrap{

  }
  .nail_content_items{
    margin-top: 40px;
  }
  .nail_content_item{

  }
  .nail_content_item_inner{

  }
  .nail_content_item_img:before{

  }
  .nail_content_item_ttl{
    font-size: 20px;
    margin-top: 24px;
  }
  .nail_content_item_desc{
    margin-top: 23px;
  }
  .nail_content_item:last-child:after{
    display: none;
  }

  .nail_gal_img{
    margin-bottom: 60px;
  }
  .nail_gal_wrap .link_1{
    margin-top:  60px;
  }
}
@media (min-width:1024px){

  .pg_nail .section.sec4{
    padding-top: 50px;
    margin-top: 50px;
  }


  .estetic_contents_item_child1_tag{
    margin-top: 0;
  }
  /*横並び3つ*/
  .nail_content_wrap{

  }
  .nail_content_items{
    margin-top: 55px;
  }
  .nail_content_item{

  }
  .nail_content_item_inner{

  }
  .nail_content_item_img:before{

  }
  .nail_content_item_ttl{
    font-size: 20px;
  }
  .nail_content_item_desc{

  }

  .nail_gal_img{
    margin-bottom: 80px;
  }
  .nail_gal_wrap .link_1{
    margin-top:  83px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　初めての方へ
********************************/
.pg_beginner{

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

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

/*カテゴリ*/
.pg_category_wrap{

}
.pg_category_wrap_txt{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.pg_category_items{
  margin: 30px -15px 0;
}
.pg_category_item{
  text-align: center;
}
.pg_category_item_inner{
  display: block;
  border: 1px dotted #abc0dc;
  border-radius: 10px;
  padding: 10px 0;
}
.pg_category_item_img{
  min-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_category_item_txt{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.beginners_content_items{

}
.beginners_content_item{

}
.beginners_content_item:nth-child(n+2){
  margin-top: 50px;
  padding-top: 36px;
}
.beginners_content_item_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  position: relative;
}
.beginners_content_item_title:before{
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  height: 50px;
  z-index: -1;
}
.beginners_content_item_title.first:before{
  background: #a6cbc9;
}
.beginners_content_item_title.second:before{
  background: #d9b8d5;
}
.beginners_content_item_title.third:before{
  background: #f4f8bb;
}
.beginners_content_item:nth-child(odd) .beginners_content_item_title:before{
  margin-right: calc(50% - 50vw);
  left: 0;
}
.beginners_content_item:nth-child(even) .beginners_content_item_title.second:before{
  margin-left: calc(50% - 50vw);
  right: 0;
}

.beginners_content_item_title_en{
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -36px;
}
.beginners_content_item_title_ja{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-bottom: 13px;
  padding-right: 10px;
}
.beginners_content_item_parent{
  margin: 50px -15px 0;
}
.beginners_content_item_child{

}
.beginners_content_item_child_title{
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 10px 0;
  position: relative;
}
.beginners_content_item .beginners_content_item_child_title.first{
  border-top: 1px solid #a6cbc9;
  border-bottom: 1px solid #a6cbc9;
}
.beginners_content_item.second .beginners_content_item_child_title{
  border-top: 1px solid #d9b8d5;
  border-bottom: 1px solid #d9b8d5;
}
.beginners_content_item.third .beginners_content_item_child_title{
  border-top: 1px solid #fff100;
  border-bottom: 1px solid #fff100;
}
.beginners_content_item_child_title_num{
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  width: 21.42%;
}
.beginners_content_item_child_title_text{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  width: 78.57%;
  font-family: 'Noto Serif JP', serif;
}
.beginners_content_item_child_img{
  margin-top: 22px;
}
.beginners_content_item_child_img:before{
  padding-top: 74.28%;
}
.beginners_content_item_child_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.875em;
  padding: 16px 7px;
}

/*注意事項*/
.beginners_deger_wrap{
  margin-top: 30px;
}
.beginners_deger_box{
  background: #f9f9f9;
  padding: 10px;
}
.beginners_deger_box_inner{
  padding: 18px 17px;
}
.beginners_content_item.first .beginners_deger_box_inner{
  border: 1px dashed #a6cbc9;
}
.beginners_content_item.second .beginners_deger_box_inner{
  border: 1px dashed #d9b8d5;
}
.beginners_content_item.third .beginners_deger_box_inner{
  border: 1px dashed #fff100;
}
.beginners_deger_box_title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 3px solid #d5d5df;
  position: relative;
  padding: 5px 5px 10px;
}
.beginners_deger_box_title:before{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.beginners_content_item.first .beginners_deger_box_title:before{
  background: #a6cbc9;
}
.beginners_content_item.second .beginners_deger_box_title:before{
  background: #d9b8d5;
}
.beginners_content_item.third .beginners_deger_box_title:before{
  background: #fff100;
}
.beginners_deger_box_lists{
  margin-top: 20px;
}
.beginners_deger_box_list{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  padding-left:1.5em;
  text-indent:-1.5em;
}
.beginners_deger_box_list:before{
  content: "●";
  margin-right: 5px;
}
.beginners_deger_box_list:nth-child(n+2){
  margin-top: 6px;
}
.beginners_content_item.first .beginners_deger_box_list:before{
  color: #a6cbc9;
}
.beginners_content_item.second .beginners_deger_box_list:before{
  color: #d9b8d5;
}
.beginners_content_item.third .beginners_deger_box_list:before{
  color: #fff100;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_category_item:nth-child(n+2){
    margin-top: 16px; 
  }
  .beginners_content_item_child:nth-child(n+3){
    margin-top: 20px;
  }
  .beginners_content_item_parent{
    margin: 40px -10px 0;
  }
  .beginners_content_item_child{
    padding: 0 10px;
  }
  .beginners_content_item_title{
    justify-content: flex-end;
    align-items: flex-end;
  }
  .beginners_content_item_title:before{
    height: 101%;
    top: 0;
    bottom: 0;
  }
  .beginners_content_item_title_en{
    top: -24px;

  }
  .beginners_content_item_title_ja{
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .beginners_content_item_child_title_num{
    font-size: 50px;
    top: -5px;
  }
  .beginners_content_item_title.second:before{
    height: 65px;
  }
  .beginners_content_item.first{
    padding-top: 30px;
    margin-top: 60px;
  }
  .hdr_bar{
    display: flex;
    justify-content: center;
  }
  .hdr_menu.gnav_open{
    margin-left: auto;
  }
}
@media (min-width:768px){
  .pg_beginner{

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

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

  /*カテゴリ*/
  .pg_category_wrap{

  }
  .pg_category_wrap_txt{
    font-size: 18px
  }
  .pg_category_items{

  }
  .pg_category_item{

  }
  .pg_category_item_inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pg_category_item_img{

  }
  .pg_category_item_txt{
    font-size: 18px
  }
  /*繰り返し*/
  .beginners_content_items{

  }
  .beginners_content_item{

  }
  .beginners_content_item.first{
    padding-top: 50px;
    margin-top: 70px;
  }

  .beginners_content_item:nth-child(n+2){
    margin-top: 100px;
    padding-top: 60px;
  }
  .beginners_content_item_title{
    height: 100px;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .beginners_content_item_title:before{
    height: 100px;
  }
  .beginners_content_item_title_en{
    font-size: 56px;
  }
  .beginners_content_item_title_ja{
    font-size: 18px;
  }
  .beginners_content_item_parent{
    margin-top: 60px;
  }
  .beginners_content_item_child{

  }
  .beginners_content_item_child:nth-child(n+3){
    margin-top: 30px;
  }
  .beginners_content_item_child_title_num{
    font-size: 52px;
  }
  .beginners_content_item_child_title_text{
    font-size: 17px;
  }
  .beginners_content_item_child_img:before{

  }
  .beginners_content_item_child_desc{

  }
  /*注意事項*/
  .beginners_deger_wrap{
    margin-top: 50px;
  }
  .beginners_deger_box{

  }
  .beginners_deger_box_inner{

  }
  .beginners_deger_box_title{

  }
  .beginners_deger_box_lists{

  }
  .beginners_deger_box_list{

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

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

  }
  .pg_beginner .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*カテゴリ*/
  .pg_category_wrap{

  }
  .pg_category_wrap_txt{

  }
  .pg_category_items{

  }
  .pg_category_item{

  }
  .pg_category_item_inner{

  }
  .pg_category_item_img{

  }
  .pg_category_item_txt{

  }
  /*繰り返し*/
  .beginners_content_items{

  }
  .beginners_content_item{

  }
  .beginners_content_item.first{
    padding-top: 70px;
    margin-top: 205px;
  }
  .beginners_content_item:nth-child(n+2){
    margin-top: 170px;
    padding-top: 60px;
  }
  .beginners_content_item_title{

  }
  .beginners_content_item_title_en{
    font-size: 64px;
  }
  .beginners_content_item_title_ja{
    font-size: 21px;
  }
  .beginners_content_item_parent{
    margin-top: 82px;
  }
  .beginners_content_item_child{

  }
  .beginners_content_item_child:nth-child(n+3){
    margin-top: 0;
  }
  .beginners_content_item_child:nth-child(n+4){
    margin-top: 40px;
  }
  .beginners_content_item_child_title_num{
    font-size: 60px;
    width: 30%;
  }
  .beginners_content_item_child_title_text{
    width: 70%;
  }
  .beginners_content_item_child_img:before{

  }
  .beginners_content_item_child_desc{

  }
  /*注意事項*/
  .beginners_deger_wrap{
    margin-top: 56px;
  }
  .beginners_deger_box{

  }
  .beginners_deger_box_inner{

  }
  .beginners_deger_box_title{
    font-size: 18px;
  }
  .beginners_deger_box_lists{

  }
  .beginners_deger_box_list{

  }

}
@media (min-width:1200px){
  .beginners_content_item_child_title_num{
    width: 21.42%;
  }
  .beginners_content_item_child_title_text{
    width: 78.57%;
  }
}

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

}
.pg_recruit .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_recruit .section.sec2{
  padding-top: 40px;
  margin-top: 20px;
}
.pg_recruit .section.sec3{
  padding-top: 30px;
  margin-top: 30px;
}
.pg_recruit .section.sec4{
  padding-top: 30px;
  margin-top: 30px;
}
.pg_recruit .section.sec5{
  padding-top: 40px;
  margin-top: 40px;
}
.pg_recruit .section.sec6{
  padding-top: 30px;
  margin-top: 40px;
}
.pg_recruit .section.sec7{
  padding-top: 30px;
  margin-top: 40px;
}
/*見出し*/
.recruit_head_wrap{

}
.recruit_head_title{
  text-align: center;
}
.recruit_head_title_ja{
  font-size: 22px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.recruit_head_title_sub{
  font-size: 18px;
  font-weight:normal;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.recruit_head_desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: center;
  margin-top: 28px;
}

/*about*/
.recruit_about_wrap{

}
.recruit_about_title{
  text-align: center;
}
.recruit_about_title:before{

}
.recruit_about_title:after{

}
.recruit_about_title_en{
  font-size: 36px;
  font-weight:600;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.recruit_about_title_en:before{
  content: "";
  display: block;
  background-image:url(/system_panel/uploads/images/sita.jpg);;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: -15px;;
  transform:translateX(-50%);
  z-index: 1;
}
.recruit_about_title_en:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  margin-top:10px; 
}
.recruit_about_items{
  justify-content: space-between;
  margin-top: 50px;
}
.recruit_about_item1{
  width: 100%;
}
.recruit_about_item1_img:before{
  padding-top: 107.8%;
}
.recruit_about_item1_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #799ac8;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.recruit_about_item2{
  width: 100%;
}
.recruit_about_item2_title{
  font-size: 17px;
  font-weight:700;
  letter-spacing: 0.075em;
}
.recruit_about_item2_desc{
  font-size: 16px;
  font-weight:normal;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 20px;
}
/*業種*/
.recruit_about_job_items{
  margin: 30px -15px 0;
}
.recruit_about_job_item{

}
.recruit_about_job_item:nth-child(n+3){
  margin-top: 28px;
}
.recruit_about_job_item_inner{

}
.recruit_about_job_item_ttl{
  font-size: 20px;
  font-weight:normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.recruit_about_job_item_img:before{
  padding-top: 61.1111%;
}
.recruit_about_job_item_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.recruit_about_job_item.one .recruit_about_job_item_img:after{
  background: #a6cbc9;
}
.recruit_about_job_item.two .recruit_about_job_item_img:after{
  background: #d9b8d5;
}
.recruit_about_job_item.three .recruit_about_job_item_img:after{
  background: #f4f8bb;
}
.recruit_about_job_item.forth .recruit_about_job_item_img:after{
  background: #f4f8bb;
}
.recruit_about_job_item_title{
  margin-top: 16px;
}
.recruit_about_job_item_title .flex{
  justify-content: center;
  align-items: center;
}
.recruit_about_job_item_title_img{
  padding-right: 17px;
}
.recruit_about_job_item_title_txt{
  font-size: 15px;
  font-weight:500;
  letter-spacing: 0.075em;
  text-align: center;
  min-width: 125px;
}
.recruit_about_job_item_title_txt:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  margin-top: 3px;
}

/*avtive*/
.recruit_active_wrap{

}
.recruit_active_wrap .recruit_about_title_en_sub{
  position: relative;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 5px;
}
.recruit_active_wrap .recruit_about_title_en:before{
  display: none;
}
.recruit_active_wrap .recruit_about_title{

}
.recruit_active_wrap .recruit_about_title_en:after{
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform:translateX(-50%);
}
.recruit_active_wrap .recruit_about_title_en_sub:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/sita_wide.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  z-index: 1;
}
.recruit_active_reason_items{
  background: #f4f4f4;
  justify-content: space-between;
  border-radius:20px;
  padding: 10px;
  margin-top: 40px;
}
.recruit_active_reason_item{
  border-bottom: 1px dotted;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 30px;
  position: relative;
  width: 100%;
}
.recruit_active_reason_item:after{
  content: "";
  display: block;
  height: 81%;
  width: 1px;
  border-right: 1px dotted;
  position: absolute;
  right: -16px;
  top: 7px;
}
.recruit_active_reason_item_inner{

}
.recruit_active_reason_item_txt{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875em;
}
.recruit_active_reason_item_txt strong{
  color: #ed4c81;
  font-weight: 500;
}

/*スタッフ声*/
.recruit_active_voice_wrap{
  margin-top: 60px;
}
.recruit_active_voice_items{

}
.recruit_active_voice_item{
  justify-content: space-between;
}
.recruit_active_voice_item1{
  width: 100%;
}
.recruit_active_voice_item1_img:before{
  padding-top: 67.36%;
}
.recruit_active_voice_item1_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #799ac8;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
}
.recruit_active_voice_item.one .recruit_active_voice_item1_img:after{
  background: #a6cbc9;
}
.recruit_active_voice_item.one .estetic_contents_item_child1_tag{
  background: #a6cbc9;
}
.recruit_active_voice_item.two .recruit_active_voice_item1_img:after{
  background: #d9b8d5;
}
.recruit_active_voice_item.two .estetic_contents_item_child1_tag{
  background: #d9b8d5;
}
.recruit_active_voice_item.three .recruit_active_voice_item1_img:after{
  background: #f4f8bb;
}
.recruit_active_voice_item.three .estetic_contents_item_child1_tag{
  background: #f4f8bb;
}
.recruit_active_voice_item2{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruit_active_voice_item2_title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.recruit_active_voice_item2_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 20px;
}
.recruit_active_voice_item2_tags{
  margin-bottom: 30px;
}
.recruit_active_voice_item2_tags .estetic_contents_item_child1_tag{
  color: #181818;
  padding: 7px 5px;
  border-radius: 10px;
  font-size: 15px;
}

/*インタビュー*/
.recruit_interview_items{
  margin-top: 60px;
}
.recruit_interview_item{
  justify-content: space-between;
  position: relative;
}
.recruit_interview_item:nth-child(n+2){
  margin-top: 90px;
}
.recruit_interview_item:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 50px;
  z-index: -1;
}
.recruit_interview_item1{
  width: 100%;
}
.recruit_interview_item1_img:before{
  padding-top: 73.03%;
}
.recruit_interview_item2{
  width: 100%;
}
.recruit_interview_item2_title{

}
.recruit_interview_item2_title1{
  font-size: 17px;
  font-weight:500; 
  letter-spacing: 0.075em;
}
.recruit_interview_item2_title1 strong{
  font-size: 20px;
  font-weight:500; 
  font-family: 'Outfit', sans-serif;
}
.recruit_interview_item2_title2{
  font-size: 16px;
  font-weight:500; 
  letter-spacing: 0.075em;
  margin-top: 12px;
}
.recruit_interview_item2_comments{
  margin-top: 28px;
}
.recruit_interview_item2_comment{

}
.recruit_interview_item2_comment:nth-child(n+2){
  margin-top: 16px;
}
.recruit_interview_item2_comment_title{
  font-size: 17px;
  font-weight:500; 
  letter-spacing: 0.075em;
  border-left: 5px solid #0480b8;
  padding: 5px 0 5px 12px;
}
.recruit_interview_item2_comment_desc{
  font-size: 16px;
  font-weight:normal; 
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-top: 14px;
}

/*募集要項*/
.recruit_app_wrap .pg_category_item{
  position: relative;
}
.recruit_app_wrap .pg_category_item:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/sita_wide.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  z-index: 1;
}
/*募集要項*/
.recruit_app_wrap .pg_category_items{
  margin-top: 60px;
}
.recruit_app_items{
  margin-top: 20px;
  padding-top: 40px;
}
.recruit_app_item{
  background: #f9f9f9;
  padding: 5px;
}
.recruit_app_item_inner{
  border: 1px solid #b3b3b3;
}

.recruit_app_item_title{
  text-align: center;
}
.recruit_app_item_title_en{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.recruit_app_item_title_ja{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 5px;
}
/*テーブル*/
.recruit_app_item_table{
  margin-top: 18px;
}
.recruit_app_item_table .table_rows{
  margin-top: 0;
}
.recruit_app_item_table .table_rows_th,
.recruit_app_item_table .table_rows_td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  border-left: none;
  border-top: none;
  border-right: none;

}
.recruit_app_item_table .table_rows_th{
  background: transparent;
  border-bottom: 2px solid #0480b8;
  padding: 19px 0px;
}
.recruit_app_item_table .table_rows_td{
  padding: 20px 0px;
  line-height: 1.5625em!important;
}
.recruit_app_item_table .table_rows_td .large{
  font-weight: 500;
  line-height: 1.64em;
}
.recruit_app_item_table .table_rows_td.other p{
  line-height: 1.875em;
  padding-left:1em;
  text-indent:-1em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .recruit_head_desc{
    text-align: justify;
  }
  .recruit_active_wrap .recruit_about_title_en_sub:before{
    bottom: -37px;
  }
  .recruit_about_item2{
    margin-top: 40px; 
  }
  /*職種*/
  .recruit_about_job_item_title_txt{
    min-width: 80px;
  }
  .recruit_about_job_item_title_img{
    width: 40px;
  }

  .recruit_active_reason_item:last-child{
    border-bottom: none;
  }
  .recruit_active_voice_item1{
    order: 1;
  }
  .recruit_active_voice_item2{
    margin-top: 20px;
    order: 2
  }
  .recruit_active_voice_item:nth-child(n+2){
    margin-top: 30px;
  }

  .recruit_interview_item2{
    padding: 16px; 
  }

  /*テーブル*/
  .recruit_app_item:nth-child(n+2){
    margin-top: 30px;
  }
  .recruit_app_item_inner{
    padding: 20px 20px 30px;; 
  }
  .recruit_app_item_table{

  }
  .recruit_app_item_table .table_rows_th,
  .recruit_app_item_table .table_rows_td{
    display: block;
    width: 100%;
  }
  .recruit_app_item_table .table_rows_th{
    background: transparent;
  }
  .recruit_app_item_table .table_rows_td{
    line-height: 1.5625em;
  }
  .recruit_active_reason_item:after{
    display: none;
  }
  .popup_inner{
    width: 100%;
  }
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    padding-top: 50px;
    margin-top: 30px;
  }
  .pg_recruit .section.sec3{
    padding-top: 50px;
    margin-top: 60px;
  }
  .pg_recruit .section.sec4{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_recruit .section.sec5{
    padding-top: 50px;
    margin-top: 100px;
  }
  .pg_recruit .section.sec6{
    padding-top: 50px;
    margin-top: 100px;
  }
  .pg_recruit .section.sec7{
    padding-top: 50px;
    margin-top: 50px;
  }
  /*見出し*/
  .recruit_head_wrap{

  }
  .recruit_head_title{

  }
  .recruit_head_title_ja{
    font-size: 30px;
  }
  .recruit_head_title_sub{

  }
  .recruit_head_desc{
    margin-top: 36px;
  }

  /*about*/
  .recruit_about_wrap{

  }
  .recruit_about_title{

  }
  .recruit_about_title_en{

  }
  .recruit_about_items{
    margin-top: 60px;
  }
  .recruit_about_item1{
    width: 40.09%;
  }
  .recruit_about_item1_img:before{

  }
  .recruit_about_item2{
    width: 51.35%;
    padding-top: 10px;
  }
  .recruit_about_item2_title{
    font-size: 18px;
  }
  .recruit_about_item2_desc{
    margin-top: 24px;
  }
  /*業種*/
  .recruit_about_job_items{
    margin-top: 80px;
  }
  .recruit_about_job_item{

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

  }
  .recruit_about_job_item_ttl{
    font-size: 30px;
  }
  .recruit_about_job_item_img:before{

  }
  .recruit_about_job_item_img:after{

  }
  .recruit_about_job_item_title{
    margin-top: 32px;
  }
  .recruit_about_job_item_title_img{

  }
  .recruit_about_job_item_title_txt{

  }
  /*active*/
  .recruit_active_reason_items{
    background: #f4f4f4;
    justify-content: space-between;
    border-radius:20px;
    padding: 10px;
    margin-top: 50px;
  }
  .recruit_active_reason_item{
    width: 48%;
  }
  .recruit_active_reason_item:nth-child(n+3){
    margin-top: 10px;
  }
  .recruit_active_reason_item:nth-child(2n):after{
    display: none;
  }
  .recruit_active_reason_item:nth-child(n+7){
    border-bottom: none;
  }
  .recruit_active_reason_item_inner{

  }
  .recruit_active_reason_item_txt{

  }

  /*スタッフ声*/
  .recruit_active_voice_wrap{
    margin-top: 70px;
  }
  .recruit_active_voice_items{

  }
  .recruit_active_voice_item{

  }
  .recruit_active_voice_item:nth-child(n+2){
    margin-top: 50px;
  }
  .recruit_active_voice_item:nth-child(odd) .recruit_active_voice_item1{
    order: 1;
  }
  .recruit_active_voice_item:nth-child(odd) .recruit_active_voice_item2{
    order: 2;
  }
  .recruit_active_voice_item:nth-child(even) .recruit_active_voice_item1{
    order: 2;
  }
  .recruit_active_voice_item:nth-child(even) .recruit_active_voice_item2{
    order: 1;

  }
  .recruit_active_voice_item1{
    width: 42.79%;
  }
  .recruit_active_voice_item1_img:before{

  }
  .recruit_active_voice_item2{
    width: 51.35%;
  }
  .recruit_active_voice_item2_title{

  }
  .recruit_active_voice_item2_desc{
    margin-top: 28px;
  }
  .recruit_active_voice_item2_tags{

  }

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

  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 90px;
  }
  .recruit_interview_item1{

  }
  .recruit_interview_item1_img:before{

  }
  .recruit_interview_item2{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .recruit_interview_item2_title{

  }
  .recruit_interview_item2_title1{

  }
  .recruit_interview_item2_title1 strong{
    font-size: 24px;
  }
  .recruit_interview_item2_title2{

  }
  .recruit_interview_item2_comments{
    margin-top: 32px;
  }
  .recruit_interview_item2_comment{

  }
  .recruit_interview_item2_comment:nth-child(n+2){
    margin-top: 28px;
  }
  .recruit_interview_item2_comment_title{

  }
  .recruit_interview_item2_comment_desc{

  }

  .recruit_app_wrap .pg_category_items{
    margin-top: 80px;
  }

  /*募集要項*/
  .recruit_app_wrap .pg_category_items{

  }
  .recruit_app_items{
    margin-top: 50px;
    padding-top: 50px;
  }
  .recruit_app_item{

  }
  .recruit_app_item:nth-child(n+2){
    margin-top: 60px;
  }
  .recruit_app_item_inner{
    padding: 20px 40px;
  }
  .recruit_app_item_title{

  }
  .recruit_app_item_title_en{
    font-size: 30px;
  }
  .recruit_app_item_title_ja{

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

  }
  .recruit_app_item_table .table_rows_th,
  .recruit_app_item_table .table_rows_td{
    padding: 20px 10px;
  }
  .recruit_app_item_table .table_rows_th{
    width: 190px;
  }
  .recruit_app_item_table .table_rows_td{

  }
  .recruit_app_item_table .table_rows_td .large{
    font-size: 17px;
  }
  .table_rows_th.top{
    vertical-align: top;
  }

}
@media (min-width:1024px){
  .pg_recruit{
    padding-top: 28px;
  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    padding-top: 50px;
    margin-top: 55px;
  }
  .pg_recruit .section.sec3{
    padding-top: 50px;
    margin-top: 100px;
  }
  .pg_recruit .section.sec4{
    padding-top: 50px;
    margin-top: 100px;
  }
  .pg_recruit .section.sec5{
    padding-top: 50px;
    margin-top: 153px;
  }
  .pg_recruit .section.sec6{
    padding-top: 50px;
    margin-top: 150px;
  }
  .pg_recruit .section.sec7{
    padding-top: 50px;
    margin-top: 75px;
  }

  /*見出し*/
  .recruit_head_wrap{

  }
  .recruit_head_title{

  }
  .recruit_head_title_ja{
    font-size: 34px;
  }
  .recruit_head_title_sub{
    font-size: 21px;
  }
  .recruit_head_desc{

  }

  /*about*/
  .recruit_about_wrap{

  }
  .recruit_about_title{

  }
  .recruit_about_title_en{
    font-size: 60px;
  }
  .recruit_about_items{
    margin-top: 75px;
  }
  .recruit_about_item1{

  }
  .recruit_about_item1_img:before{

  }
  .recruit_about_item2{

  }
  .recruit_about_item2_title{

  }
  .recruit_about_item2_desc{

  }
  /*業種*/
  .recruit_about_job_items{
    margin-top: 115px;
  }
  .recruit_about_job_item{

  }
  .recruit_about_job_item:nth-child(n+3){
    margin-top: 40px;
  }
  .recruit_about_job_item_inner{

  }
  .recruit_about_job_item_ttl{
    font-size: 32px;
  }
  .recruit_about_job_item_img:before{

  }
  .recruit_about_job_item_img:after{

  }
  .recruit_about_job_item_title{

  }
  .recruit_about_job_item_title_img{

  }
  .recruit_about_job_item_title_txt{

  }
  /*acrtive*/
  .recruit_active_wrap .recruit_about_title_en:after{
    width: 600px;
  }
  .recruit_active_wrap .recruit_about_title_en_sub{
    font-size: 18px;
  }
  .recruit_active_reason_items{
    padding: 20px;
    margin-top: 80px;
  }
  .recruit_active_reason_item{
    width: 21.49%;
    padding: 30px 16px 30px;
  }
  .recruit_active_reason_item:nth-child(2n):after{
    display: block;
  }
  .recruit_active_reason_item:nth-child(4n):after{
    display: none;
  }
  .recruit_active_reason_item:nth-child(n+3){
    margin-top: 0;
  }
  .recruit_active_reason_item:nth-child(n+5){
    margin-top: 12px;
    border-bottom: none;
  }
  .recruit_active_reason_item_inner{

  }
  .recruit_active_reason_item_txt{

  }

  /*スタッフ声*/
  .recruit_active_voice_wrap{
    margin-top: 100px;
  }
  .recruit_active_voice_items{

  }
  .recruit_active_voice_item{

  }
  .recruit_active_voice_item:nth-child(n+2){
    margin-top: 65px;
  }
  .recruit_active_voice_item1{

  }
  .recruit_active_voice_item1_img:before{

  }
  .recruit_active_voice_item2{

  }
  .recruit_active_voice_item2_title{
    font-size: 18px;
  }
  .recruit_active_voice_item2_desc{

  }
  .recruit_active_voice_item2_tags{
    margin-bottom: 75px;
  }

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

  }
  .recruit_interview_item:nth-child(odd):after{
    height: 550px;
    top: 25px;
    right: 0;
    width:91.44%; 
  }
  .recruit_interview_item:nth-child(even):after{
    height: 550px;
    top: 25px;
    left: 0;
    width:91.44%; 
  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 70px;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_item1{
    order: 1;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_item2{
    order: 2;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item1{
    order: 2;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item2{
    order: 1;
    padding-left: 24px;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_item2_comment_desc{
    margin-right: -18px;
  }
  .recruit_interview_item1{
    width: 40.09%;
  }
  .recruit_interview_item1_img:before{

  }
  .recruit_interview_item2{
    width: 57.20%;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 0;
  }
  .recruit_interview_item2_title{

  }
  .recruit_interview_item2_title1{
    font-size: 18px;
  }
  .recruit_interview_item2_title1 strong{
    font-size: 26px;
  }
  .recruit_interview_item2_title2{

  }
  .recruit_interview_item2_comments{
    margin-top: 38px;
  }
  .recruit_interview_item2_comment{

  }
  .recruit_interview_item2_comment_title{
    font-size: 18px;
  }
  .recruit_interview_item2_comment_desc{

  }

  /*募集要項*/
  .recruit_app_wrap .pg_category_items{
    margin-top: 120px;
  }
  .recruit_app_items{
    margin-top: 85px;
    padding-top: 50px;
  }

  .recruit_app_item{

  }
  .recruit_app_item:nth-child(n+2){
    margin-top: 140px;
  }
  .recruit_app_item_inner{
    padding: 37px 60px 55px 57px;
  }

  .recruit_app_item_title{

  }
  .recruit_app_item_title_en{
    font-size: 32px;
  }
  .recruit_app_item_title_ja{
    font-size: 18px;
  }
  /*テーブル*/
  .recruit_app_item_table{

  }
  .recruit_app_item_table .table_rows_th,
  .recruit_app_item_table .table_rows_td{

  }
  .recruit_app_item_table .table_rows_th{
    padding-left: 0;
  }
  .recruit_app_item_table .table_rows_td{
    padding: 20px 32px;
  }
  .recruit_active_reason_item:after{
    content: "";
    display: block;
    height: 81%;
    width: 1px;
    border-right: 1px dotted;
    position: absolute;
    right: -26px;
    top: 7px;
  }
}
@media (min-width:1200px){
  .recruit_active_reason_item{
    padding: 30px 20px 30px;
  }

}

/*******************************
*　アクセス
********************************/
.pg_access{

}

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

/*テーブル*/
.access_tbl th,
.access_tbl td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.access_tbl th{
  background: #f0f0f0;
  width: 100px;
}
.access_tbl td{

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

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

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

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

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

  /*テーブル*/
  .access_tbl th,
  .access_tbl td{

  }
  .access_tbl th{
    width: 200px;
  }
  .access_tbl td{

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

  }
  .pg_access .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_access .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_access .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*テーブル*/
  .access_tbl th,
  .access_tbl td{

  }
  .access_tbl th{
    width: 311px;
  }
  .access_tbl td{

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


}
/*******************************
*　NEWS
********************************/
.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;
}

.news_items .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_items .webgene-item {
  padding: 0 5px;
}
.news_items .webgene-item .img_fit:before{
  padding-top: 86.27%;
}
.news_items .webgene-item .img_fit{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
.news_items .webgene-item .day{
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.075em;
}
.news_items .webgene-item .meta{
  margin-top: 5px;
}
.news_items .webgene-item .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.050em;;
  line-height: 1.866em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}
/* コピー用 */
@media (max-width:374px){

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

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

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

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

  .news_items .webgene-blog{
    margin: 0 -15px;
  }
  .news_items .webgene-item {
    padding: 0 15px;
  }
}
@media (min-width:1024px){


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


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


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

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

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

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

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


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


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


}

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

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

/* リスト */
.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: #799ac8;
  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: 0;
}
.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: none;
  border-bottom: 1px solid #233748;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 5px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{

}
.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.075em;
  width: 100%;
  margin-top: 16px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.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: 0;
  }
  .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 0 43px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px 16px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    display: inline-block;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width:100%;
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .link_1{
    width: 350px;
    margin-top: 100px;
    padding: 10px;
  }

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

}

/*******************************
*　商品（一覧）
********************************/
.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;
}
/*カテゴリ*/
.product_cat_wrap .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px;
}
.product_cat_wrap .posts_cat_item {
  width: 50%;
  padding-left: 0;
  padding: 0 15px;
}
.product_cat_wrap .posts_cat_item a {
  text-align: center;
  padding-left: 0;
  background: #0d0d0d;
  border: 2px solid #0d0d0d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 8px 0;
}
.product_cat_wrap .posts_cat_item a.on {
  background: #fff;
  color: #181818;
}
.product_cat_wrap .posts_cat_item a:before{
  display: none;
}
/*リスト*/
.product_list_wrap{
  margin-top: 50px;
}
.product_list_wrap .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -10px;
}
.product_list_wrap .webgene-item{
  padding: 0 10px;
}
.product_list_wrap .webgene-item .inner{
  position: relative;
}
.product_list_wrap .webgene-item .inner .img{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_list_wrap .webgene-item .inner .img:before{
  padding-top: 86.27%;
}
.product_list_wrap .webgene-item .inner .category{
  width: 100%;
  background: #f4f8bb;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 3px 0;
}
.product_list_wrap .webgene-item .meta{
  margin-top: 8px;
}
.product_list_wrap .webgene-item .meta .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.8666em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product_list_wrap .webgene-pagination{
  margin-top:40px; 
}

/*ポップアップ*/
.popup_inner {
  width: 500px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  background: #ffffff;
  padding: 45px 35px;
  position: relative;
  cursor: pointer;
  overflow-y: auto;
}
.popup_close {
  width: 22px;
  height: 22px;
  background-image: url(/system_panel/uploads/images/gallery_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
}
.popup_inner .img {
  background: url(/system_panel/uploads/images/noimage.jpg) no-repeat center / cover;
}
.popup_inner .txt {
  margin-top: 20px;
}
.popup_inner .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pg_recruit .recruit_entry_warp .formTd input[type="text"],
.pg_recruit .recruit_entry_warp .formTd input[type="tel"],
.pg_recruit .recruit_entry_warp .formTd input[type="email"]{
  font-size: 15px;
}
.pg_recruit .recruit_entry_warp .formTd textarea{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.pg_recruit .pg_contact .formTh{
  background: #f0f0f0;
}
.pg_recruit .pg_contact .contact_tt{
  font-size: 23px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .product_cat_wrap .webgene-blog{
    margin: 0 -5px;
  }
  .product_cat_wrap .webgene-item{
    width: 100%;
    padding: 0 5px;
  } 
  .product_cat_wrap .webgene-item:nth-child(n+2){
    margin-top: 16px;
  }
  .product_list_wrap .webgene-item .inner .category{
    font-size: 9px;
  }
  .product_list_wrap .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
}
@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;
  }
  .product_cat_wrap .posts_cat_item a{
    padding: 16px 0;
  }
  .product_cat_wrap .posts_cat_item {
    width: 50%;
    text-align: center;
    margin-top: 0;
  }
  .product_cat_wrap .posts_cat_item:nth-child(n+3){
    margin-top: 20px;
  }
  /*リスト*/
  .product_list_wrap{
    margin-top: 80px;
  }
  .product_list_wrap .webgene-blog{
    margin: 0 -15px;
  }
  .product_list_wrap .webgene-item{
    padding: 0 15px;
    position: relative;
  }
  .product_list_wrap .webgene-item:nth-child(n+5){
    margin-top: 80px;
  }
  .product_list_wrap .webgene-item:nth-child(4n+1):after{
    content: "";
    display: block;
    width: 100000px;
    height: 227px;
    background: #f6f6f6;
    position: absolute;
    bottom:-46px;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .product_list_wrap .webgene-item .inner{

  }
  .product_list_wrap .webgene-item .inner .img{

  }
  .product_list_wrap .webgene-item .inner .img:before{

  }
  .product_list_wrap .webgene-item .inner .category{
    width: auto;
    display: inline-block;
    padding: 3px 10px;
  }
  .product_list_wrap .webgene-item .meta{

  }
  .product_list_wrap .webgene-item .meta .title{

  }

  .product_list_wrap .webgene-pagination{
    margin-top:80px; 
  }
  /*ポップアップ*/
  .popup_inner {
    width: 700px;
    max-width: 100%;
    padding: 50px 50px;
    /* height: 77.5vh; */
  }
  .popup_close {
    width: 21px;
    height: 21px;
    background-size: 21px;
    top: 15px;
    right: 14px;
  }
  .popup_inner .box {
    display: flex;
    align-items: flex-start;
  }
  .popup_inner .img {
    width: 56%;
  }
  .popup_inner .txt {
    width: 44%;
    margin-top: -6px;
    padding-left: 45px;
  }
}
@media (min-width:1024px){

  /*カテゴリ*/
  .product_cat_wrap .webgene-blog {
    justify-content: flex-start;
  }
  .product_cat_wrap .posts_cat_item {
    width: 25%;
  }
  .product_cat_wrap .posts_cat_item a{
    font-size: 12px;
    letter-spacing: 0;
  }
  .product_list_wrap .webgene-item .inner .category{
    font-size: 11px;
  }
  .product_cat_wrap .posts_cat_item:nth-child(n+3){
    margin-top: 0;
  }
  .product_cat_wrap .posts_cat_item:nth-child(n+5){
    margin-top: 23px;;
  }
  /*リスト*/
  .product_list_wrap{
    margin-top: 100px;
  }
  .product_list_wrap .webgene-blog{
    justify-content: flex-start;
  }
  .product_list_wrap .webgene-item:nth-child(n+5){
    margin-top: 114px;
  }

  .product_list_wrap .webgene-pagination{
    margin-top:125px; 
  }

  .popup_inner {
    width: 750px;
    max-width: 100%;
    padding: 100px 65px 90px;
  }
  .popup_inner .txt {
    padding-left: 65px;
  }
}
@media (min-width:1200px){
  body{
    padding-left: 70px;;
  }
  /*カテゴリ*/
  .product_cat_wrap .posts_cat_item a{
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .product_list_wrap .webgene-item .inner .category{
    font-size: 12px;
  }
  /*ポップアップ*/
  .popup_inner {
    width: 920px;
    max-width: 100%;
    padding: 100px 65px 90px;
  }

}
@media (min-width:1300px){
  body{
    padding-left: 0;
  }
}


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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}
.recruit_entry_warp .d-inline-block.requiredText{
  padding: 3px 12px;
}
.pg_recruit .pg_contact .formBtn.formSend{
  width: 285px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  margin: 38px auto 0;
  padding: 8px;
  display: block;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 0;
  letter-spacing: 0.075em;
  font-family: 'Outfit', sans-serif;
}
.pg_recruit .pg_contact .formWrap .text-center{
  padding-top: 24px;
}
.pg_recruit .privacy_item{
  margin-top: 30px;
}
.pg_recruit .privacy_ttl{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #0d0d0d;
}
.pg_recruit .contact_tt.privacy{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
@media (max-width:1023px){

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

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

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


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

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

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


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

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

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

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

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

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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


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

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

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

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

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


/*******************************
*　店舗情報
********************************/
.pg_salon{

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

/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.company_tbl .table_rows_th{
  background: #f8f8f8;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.company_tbl .table_rows_td{
  border-right: none;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 1.933em;
}
.pg_salon .formTbl .formTh.center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pg_salon .form .formTd input[type="text"],
.pg_salon .form .formTd input[type="tel"],
.pg_salon .form .formTd input[type="email"]{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.16em;
}
.pg_salon .d-inline-block.requiredText{
  padding: 3px 12px;
}
.pg_salon .form .formTd.list .d-inline-block{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.pg_salon .form .formTd textarea{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.pg_salon .formTbl .radioArea {
  padding: 0;
}
.pg_salon .radioArea .d-inline-block .label{
  letter-spacing: 0.16em;
}
.pg_salon .radioArea .d-inline-block{
  margin-right: 16px;
}

.pg_salon .contact_tt{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.pg_salon .form .formBtn.formSend {
  width: 285px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  margin: 50px auto 0;
  padding: 8px;
  display: block;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 0;
  letter-spacing: 0.075em;
  font-family: 'Outfit', sans-serif;
}
#privacy.label{
  font-size: 17px;
}

.pg_salon .privacy_ttl{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', sans-serif;
  border-left: 6px solid #0d0d0d;
}
.pg_salon .privacy_item {
  margin-top: 30px;
}

.link_1:hover{
  color: #fff;
}
.pg_salon .esthe_salon_wrap .pg_salon_box:after{
  top: 10px;
}

.esthe_salon_wrap:first-child{
  padding-top: 40px;
}
.esthe_salon_wrap:nth-child(n+2) {
  padding-top: 40px;
  margin-top: 40px;
}

.pg_gal_item a{
  pointer-events: none;
}
.ftr_logo:hover{
  color: #fff;
}

.access_map iframe{
  width: 100%;
  height: 250px;
  border: none;
}

.home_news_box .webgene-blog .meta,
.news_items .webgene-blog .meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.home_news_box .webgene-blog .title,
.news_items .webgene-blog .title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.050em;
  line-height: 1.866em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.home_news_box .webgene-blog .meta .category,
.news_items .webgene-blog .meta .category,
.posts_detail .webgene-blog .meta .category{
  display: inline-block;
  width: auto;
  background: #f4f8bb;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 3px 10px;
}
.news_items{
  margin-top: 30px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .beginners_deger_wrap{
    margin-top:60px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    border: 1px solid #8c8c8c;
  }
  .company_tbl .table_rows_th{
    width: 120px;
    border-right: none;
  }
  .company_tbl .table_rows_td{
    border-left: none;
  }
  .sns_pop_item_txt{
    margin-top: 16px;
  }
  .popup_inner{
    width:100%;
    padding: 30px 0px 0px;
  }
  .modaal-content-container {
    padding: 20px 10px 20px;
  }
  .home_news_box .webgene-blog .meta,
  .news_items .webgene-blog .meta{
    flex-wrap: wrap;
  }
  .home_news_box .webgene-blog .meta .category,
  .news_items .webgene-blog .meta .category{
    width: 100%;
    order: 1;
  }
  .home_news_box .webgene-blog .meta .day,
  .news_items .webgene-blog .meta .day{
    order: 2;
    margin: 5px 0;
  }
  .posts_detail .webgene-blog .meta .category{
    margin-top: 5px;
  }
  .posts_category_sp select, .posts_side_wrap select {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #ffffff;
  }
}
@media (min-width:768px){
  body{
    padding-left: 60px;
  }
  .pg_salon{

  }
  .pg_salon .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_salon .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_salon .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_salon_title_en{
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .pg_salon .pg_salon_title_ja{
    margin-top: 10px;
  }
  .pg_salon .contact_info_tel_link{
    font-weight: 300;
    letter-spacing: 0.04em;
  }
  .pg_salon .contact_info_tel_icon{
    padding: 6px 21px;
  }
  .pg_salon .contact_info_tt{
    margin-bottom: 22px;
  }
  /*テーブル*/

  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    border: 1px solid #8c8c8c
  }
  .company_tbl .table_rows_th{
    width: 200px;
    padding: 17px 30px;
    border-right: none;
  }
  .company_tbl .table_rows_td{
    padding: 17px 20px;
    border-left: none;
  }

  .pg_salon .formTbl .formTh,
  .pg_salon .formTbl .formTd{

  }
  .pg_salon .formTbl .formTh{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
  .pg_salon .formTbl .formTd{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.16em;
    line-height: 1.933em;
  }
  .pg_salon .d-inline-block.requiredText{
    padding: 3px 12px;
  }
  .pg_salon .form.formWrap .text-center{
    padding-top: 42px;
  }

  .pg_salon .contact_tt.privacy{
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .esthe_salon_wrap:first-child{
    padding-top: 50px;
  }
  .esthe_salon_wrap:nth-child(n+2) {
    padding-top: 50px;
    margin-top: 70px;
  }
  .pg_category_item:nth-child(n+3){
    margin-top: 16px;;
  }
  .pg_estetic .pg_category_item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_beginner .pg_category_item:nth-child(n+3){
    margin-top: 0;
  }
  .access_map iframe{
    height: 320px;

  }
  .popup_inner{
    width: 540px;
    max-width: 100%;
    padding: 50px 50px 50px;
  }
  .home_news_box .webgene-item:nth-child(n+3),
  .news_items .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .posts_detail .webgene-blog .meta .category{
    font-size: 16px;
    margin-left: 16px;
  }
  .body_news .product_cat_wrap .posts_cat_item{
    width: 50%;
  }
  .body_news .product_cat_wrap .posts_cat_item:nth-child(n+3){
    margin-top: 16px;;
  }
  .news_items{
    margin-top:80px;
  }
}
@media (min-width:1024px){
  body{
    padding-left: 70px;
  }
  .thanks_text{
    text-align: center;
  }
  .pg_salon #privacy-policy.section.sec4 {
    padding-top: 50px;
    margin-top: 70px;
  }
  .pg_category_item:nth-child(n+3){
    margin-top: 0;
  }
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

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

  }
  .company_tbl .table_rows_td {
    padding: 17px 50px;
    border-left: none;
  }
  .pg_salon .contact_tt{
    font-size: 23px;
    margin-bottom: 34px;
  }

  .esthe_salon_wrap:first-child{
    padding-top: 50px;
  }
  .esthe_salon_wrap:nth-child(n+2) {
    padding-top: 50px;
    margin-top: 106px;
  }
  .gnav{
    width: 680px;
  }
  .eyelash_content_item_image_item_ttl{
    font-size: 16px;
  }
  .popup_inner {
    width: 750px;
    max-width: 100%;
    padding: 100px 65px 90px;
  }
  .home_news_box .webgene-blog .meta .category,
  .news_items .webgene-blog .meta .category{
    font-size: 10px;
  }
  .home_news_box .webgene-item:nth-child(n+3),
  .news_items .webgene-item:nth-child(n+3){
    margin-top: 0;
  }

  .body_news .product_cat_wrap .posts_cat_item{
    width: 20%;
  }
  .body_news .product_cat_wrap .posts_cat_item:nth-child(n+3){
    margin-top:0;
  }
  .body_news .product_cat_wrap .posts_cat_item:nth-child(n+5){
    margin-top: 0;
  }

  .news_items{
    margin-top: 100px;
  }
}
@media (min-width:1200px){

  .home_menu_item2_title{
    white-space: nowrap;
  }
  .gnav{
    width: 900px;
  }
  .eyelash_content_item_image_item_ttl{
    font-size: 18px;
  }
  .popup_inner {
    width: 920px;
    max-width: 100%;
    padding: 100px 65px 90px;
  }
  .home_news_box .webgene-blog .meta .category,
  .news_items .webgene-blog .meta .category{
    font-size: 12px;
  }
}
@media (min-width:1300px){
  body{
    padding-left: 0;
  }
}
