@import url(//use.fontawesome.com/releases/v5.15.2/css/all.css);

@charset "utf-8";
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
*{-webkit-box-sizing:border-box;-mos-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
html{overflow-x: hidden; font-size: 15px;}
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
  color: #303030;
  min-width: 320px;
  text-align: center;
  overflow: hidden;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
  display: block;
}
h1, h2, h3, h4, h5, h6, th{font-weight: normal;}
ol,ul {list-style: none;}
blockquote, q {quotes: none;}
select {font-size: 100%;}
blockquote:before, blockquote:after, q:before, q:after {content: "";content: none;}
a{margin: 0;padding: 0;font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
img {vertical-align: middle;}
/* form */
input, select {vertical-align: middle;}


/*フォント読み込み対策*/
@font-face {
  font-family: 'JosefinSans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/JosefinSans-Regular.woff') format('woff'),
  url('../font/JosefinSans-Regular.woff2')  format('woff2');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.2/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.2/webfonts/fa-regular-400.woff2") format("woff2"),
  url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.2/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
.form_btn .btn_go,.form_btn .btn_reset,.overlay ul li::after,.overlay ul li a,header .pc_menu ul li a,#page-top a{
  -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -ms-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}
/*listllast mb_0*/
#point1 .flow_list li:last-of-type,#point3 .point3_ul li:last-of-type,#point3 .simulation_ul li:last-of-type{
  margin-bottom: 0;
}

/****************************************
common (共通スタイル)
****************************************/
:root{
  --bg-gradation1: linear-gradient(90deg, rgba(76,211,119,1) 0%, rgba(58,204,161,1) 100%); /*緑のグラデ*/
  --bg-gradation2: linear-gradient(90deg, rgba(96,203,210,1) 0%, rgba(107,185,240,1) 100%); /*青のグラデ*/
  --bg-gradation-p90: linear-gradient(90deg, rgba(237,186,233,0.9) 0%, rgba(255,177,176,0.9) 100%);/*ピンク90*/
  --bg-gradation-p80: linear-gradient(90deg, rgba(237,186,233,0.8) 0%, rgba(255,177,176,0.8) 100%);/*ピンク80*/
  --bg-gradation-p40: linear-gradient(90deg, rgba(237,186,233,0.4) 0%, rgba(255,177,176,0.4) 100%);/*ピンク40*/
  --color-black1: #000;
  --color-black2: #303030;
  --color-pink1: #dd407e;/*見出しピンク*/
  --color-pink2: #bb8091;/*くすみピンク*/
  --color-pink3: #faf7f7;/*背景薄いピンク*/
  --color3: #9eeff6;/*水色*/
  --color4: #ffdada;/*薄いピンク*/
  --color5: #cdecea;/*水色2*/

}

::selection {background: #b4d6ec;color: #fff;}
::-moz-selection {background: #b4d6ec;color: #fff;}
img::selection{background: #b4d6ec;}
img::-moz-selection {background: #b4d6ec;}

body{
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  color: var(--color-black2);
  margin:0 auto;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  letter-spacing: 0.2px;
}
a{color: var(--color-black2);}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/***文字関係***/
/*文字サイズ*/
.fs_ss{font-size: 0.75em;}
.fs_s {font-size: 0.8em;}
.fs_l {font-size: 1.2em;}
.fs_ll{font-size: 1.5em;}
.fs_28{font-size: 28px !important;}
.fw_b {font-weight: bold;}

.ff_serif{font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* マージン */
.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.pt_30{
  padding-top: 30px;
}
/*色*/
.fc_1{color:#f25252;}/*ピンク*/
.fc_2{color:#e06862;}/*濃いピンク*/
.fc_3{color:#ea706a;}/*濃いピンク2*/

/*-- 装飾 --*/
/*白*/
.under_line1{
  background: -webkit-linear-gradient(transparent 70%, #fff 70%);background: -o-linear-gradient(transparent 70%, #fff 70%);background: linear-gradient(transparent 70%, #fff 70%);
}
/*薄い黄色*/
.under_line2{
  background: -webkit-linear-gradient(transparent 70%,#fff584 70%);background: -o-linear-gradient(transparent 70%,#fff584 70%);background: linear-gradient(transparent 70%,#fff584 70%);
}
/*水色*/
.under_line3{
  background: -webkit-linear-gradient(transparent 70%,#f6dddd 70%);background: -o-linear-gradient(transparent 70%,#f6dddd 70%);background: linear-gradient(transparent 70%,#f6dddd 70%);
}
/*-- ボックス --*/
.f_box{
  display: flex;
}
.txt_box{
  padding: 0 25px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.8;
}
/*ボーダー上下*/
.border_box1{
  border-top: 1px solid var(--color-black1);
  border-bottom: 1px solid var(--color-black1);
  padding: 10px;
}



/*-- 見出し --*/
.title_line{
  font-family: 'JosefinSans';
  overflow: hidden;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #9a9a9a;
  margin: 0 auto 15px;
}
.title_line span,
#point3 .point3_simulation .p_titlebox p span{
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
}
.title_line span::before,.title_line span::after,
#point3 .point3_simulation .p_titlebox p span::before, #point3 .point3_simulation .p_titlebox p span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #9a9a9a;
}
.title_line span::before,#point3 .point3_simulation .p_titlebox p span::before {right: 100%;}
.title_line span::after,#point3 .point3_simulation .p_titlebox p span::after {left: 100%;}

/*img{width: 100%;}*/

/*-- アニメーション --*/
.fadein{
  opacity : 0;
  transition : all 1.5s;
}
.fadein.on{
  opacity : 1;
}
.focusin{opacity: 0;}
.focusin.on {
  -webkit-animation: focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  opacity: 1;
}
@keyframes focus-in {
  0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}
  100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
}
.hover_act_01{transition-duration: 0.5s;}
.hover_act_01:hover{
  transform: translateY(-5px);
  transition-duration: 0.5s;
}
/*-- ボタン --*/
.btn_line{
  background: var(--bg-gradation1);
  max-width: 400px;
  width: 80%;
  color: #fff;
  display: inline-block;
  padding: 15px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}

/*応募ボタン*/
.entry_btn{
  display: grid;
  gap: 10px;
}
.entry_btn .application_btn_tel,
.entry_btn .application_btn_mail,
.entry_btn .application_btn_line{
  background-color: #fff;
  width: 100%;
  display: inline-block;
  padding: 12px;
  line-height: 20px;
  transition: 0.6s;
  color: #fff;
}
.entry_btn .application_btn_tel {
    background: #95a0a2;
    text-align: center;
/*    border: 1px solid #95a0a2;*/
}
.entry_btn .application_btn_mail{
  background: #bbabc7;
  text-align: center;
/*  border: 1px solid #bbabc7;*/
}
.entry_btn .application_btn_line{
  background: #8fc7c2;
  text-align: center;
/*  border: 1px solid #8fc7c2;*/
}
.entry_btn .application_btn_tel:hover,
.entry_btn .application_btn_mail:hover,
.entry_btn .application_btn_line:hover{
  opacity: 0.5;
}

/*背景slide*/
.slideout_box{
  position: relative;
}
.slide_box {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide_box::after {
  width: calc(100vw - 100px);
  height: 100%;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.slide_box.on::after {
  width: 0%;
}


/* フェードインするボックスの設定 */
.box{
  width:50%;
  margin:50% 5% 5% 5%;
  text-align:center;
  background-color:#ffff00;
  padding:5%;
  border:1px solid #333;
  transform:translateX(-50px);　/* 最初は元の位置より左にずらしておく */
  opacity:0;  /* 最初は非表示にしておく */
  transition:opacity 1s,transform 0.5s;　/* 透明度と位置を設定 */
}



/* 条件を満たしたあとに追加するクラス */
.fade_in{
  opacity:1;　/* 表示させる */
  transform:translateX(0); /* 位置を最初の位置に戻す */
}

/*やじるし(給料獲得シミュレーション)*/
.triangle{ 
     width: 0;
     height: 0;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 5px solid #eb8e92;
     margin:0 auto 2px;
}
.triangle_wrap{
  padding-top:20px;
  padding-bottom: 15px; 
  z-index: -1;

}


.animation_box {
  padding: 30px;
  opacity: 0;
  transform: translateX(-400px);
  transition: 2s ease-in-out;
}

.animation_box02 {
  padding: 30px;
  opacity: 0;
  transform: translateX(400px);
  transition: 2s ease-in-out;
}


/* フェードインするボックスの設定 */
.box_wrap{
  width:50%;
  margin:50% 5% 5% 5%;
  text-align:center;
  background-color:#ffff00;
  padding:5%;
  border:1px solid #333;
  transform:translateX(-300px);　/* 最初は元の位置より左にずらしておく */
  opacity:0;  /* 最初は非表示にしておく */
  transition:opacity 1s,transform 0.5s;　/* 透明度と位置を設定 */
}

/* 条件を満たしたあとに追加するクラス */
.animation_box03{
  opacity:1;　/* 表示させる */
  transform:translateX(0); /* 位置を最初の位置に戻す */
}


/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}





/*やじるし(入店までの流れ)*/


#point1 .flow_list li{
  position: relative;
}

#point1 .flow_list li:nth-child(1) .arrow{
position: absolute;
left: 70px;

}
#point1 .flow_list li:nth-child(2) .arrow{
position: absolute;
right: 70px;
top: 270px
}


.arrow span {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #443c37;
  position: relative;
  transform: scale(1, 0);
  transform-origin: top left;
  animation: arrow01 3s ease-in-out infinite forwards;
  margin-left: 17%;
}
@keyframes arrow01 {
    0% { transform: scale(1, 0); }
    30% { transform: scale(1, 0); }
    40% { transform: scale(1, 1); }
    85% { transform: scale(1, 1); opacity: 1;}
    90% { transform: scale(1, 1); opacity: 0; }
    100% { transform: scale(1, 1); opacity: 0; }
}
.arrow span::after {
  content: "";
  display: block;
  width:2px;
  height: 7px;
  border-right: 1px solid #443c37;
  transform: rotate(-35deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 0px;
  animation: arrow02 3s ease-in-out infinite;
}
@keyframes arrow02 {
    0% { transform: rotate(-35deg) scale(1, 1); }
    45% { transform: rotate(-35deg) scale(1, 1); }
    55% { transform: rotate(-35deg) scale(1, 1); }
    85% { transform: rotate(-35deg) scale(1, 1); opacity: 1;}
    90% { transform: rotate(-35deg) scale(1, 1); opacity: 0; }
    100% { transform: rotate(-35deg) scale(1, 1); opacity: 0; }
}
#point1 .flow_list li:nth-child(1) .arrow{
  }
#point1 .flow_list li:nth-child(2) .arrow {
    transform: scale(-1, 1);
    padding-top: 0px;
    }

/*装飾花*/
  .flower01{
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px
  }
  .flower02{
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px
  }

  .flower03{
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px
  }

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#anc_workflow{
  width: 100%;


}

/****************ヘッダー****************/
/*header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: relative;

  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
header .logo_box{
  padding-left: 10px;
}
header .logo_header{
  max-width: 200px;
}
header .pc_menu{
  display: none;
}
#hamburger{
  position: fixed;
  pointer-events: none;
}
/*ハンバーガー*/
/*.button_container {
  position: fixed;
  top: 5px;
  right: 8px;
  height: 50px;
  width: 52px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  background: rgb(255 255 255 / 70%);
  padding: 10px 5px;
  display: flex;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active{
  background: none;
}
.button_container.active .top {
  transform: translateY(14px) translateX(0) rotate(45deg);
  background: #bebebe;
}
.button_container.active .middle {
  opacity: 0;
  background: #bebebe;
}
.button_container.active .bottom {
  transform: translateY(-12px) translateX(0) rotate(-45deg);
  background: #bebebe;
}
.button_container span {
  background: #e778a4;
  border: none;
  height: 4px;
  width: calc(100% - 10px);
  text-align: center;
  position: absolute;
  top: 10px;
  transition: all 0.35s ease;
}
.button_container span:nth-of-type(2) {
  top: 23px;
}
.button_container span:nth-of-type(3) {
  top: 36px;
}
.overlay {
  position: fixed;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, height 0.5s;
  overflow-x: hidden;
  overflow-y: scroll;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInTop 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {animation-delay: 0.4s;}
.overlay.open li:nth-of-type(3) {animation-delay: 0.45s;}
.overlay.open li:nth-of-type(4) {animation-delay: 0.5s;}
.overlay.open li:nth-of-type(5) {animation-delay: 0.55s;}
.overlay.open li:nth-of-type(6) {animation-delay: 0.6s;}
.overlay.open li:nth-of-type(7) {animation-delay: 0.65s;}
.overlay.open li:nth-of-type(8) {animation-delay: 0.7s;}
.overlay.open li:nth-of-type(9) {animation-delay: 0.75s;}
.overlay nav {
  position: relative;
  padding: 10%;
  padding: 60px 10%;
}
.overlay ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
.overlay ul li{
  position: relative;
  opacity: 0;
}
.overlay ul li.menu_title{
  margin-bottom: 30px;
  color: #cc8da5;
}
.overlay ul li:not(.menu_title) {
  border-bottom: 1px dotted #bbb;
  width: 100%;
  margin-bottom: 10px;
}
.overlay ul li:not(.menu_title)::after{
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  content: "";
  width: 10px;
  height: 15px;
  background: no-repeat center center/10px url(../../recruit/images/arrow3.jpg);
}
.overlay ul li:not(.menu_title):hover::after{
  right: 5px;
}
.overlay ul li a {
  text-align: left;
  padding: 10px 20px 5px 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.overlay ul li a:hover{
  color: #cc8da5;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    left: 10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*




/*--------------------------------------
ヘッダー
--------------------------------------*/



header {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  z-index:10000;
  position:fixed;
}
header #header_area {
  position: relative;
  z-index: 1000;
}
header .bg_header {
  width: 100%;
}
header .bg_header img{
  vertical-align: top;
}
header .nav_bg{
  height: 0;
}

/*--------------------------------------
グローバルナビ
--------------------------------------*/

#nav_top {
  padding: 25px 0 25px;
  background: rgba(255, 173, 169, 0.7);
  font-family: 'Quicksand', sans-serif;

}
#nav_top.top_ather{

}
#nav_top ul li {
  margin-right: 24px;
  display: inline-block;
}
#nav_top ul li:last-child {
  margin-right: 0;
}
#nav_top ul li a {
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#nav_top ul li a.active{
  color: #fcd2c4;
}
#nav_top ul li a:hover {
  color: #4a1e1d;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}

#nav_top ul li a{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*トップページナビ途中から出現*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .7s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}

/*ドロワー*/
#drawer{
  display: none;
}
#drawer .container {
  /*  background-color: rgba(34, 34, 34, 0.33);*/
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  min-height: 540px;
  border-radius: 0px 0px 0px 450px;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  display: block;
  float: right;
  margin-top: -10px;
  pointer-events: none;
}
#drawer .u_txt{
  font-size:10px;
  color: #fff;
  letter-spacing: 0.2em;
}
#drawer .menu-trigger,#drawer .close-trigger {
  position: absolute;
  top: 30px;
  right: 15px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 333;
  pointer-events: auto;
  line-height: 0.8;
}
#drawer .menu-trigger:hover .menu-trigger-bar:before,#drawer .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}
#drawer .menu-trigger:hover .close-trigger-bar:before,#drawer .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

#drawer .close-trigger {
  z-index: 5;
  top: 42px;
}
#drawer .menu-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: white;
  margin-bottom: 5px;
  transform: rotate(-45deg);
  position: relative;
}
#drawer .menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #d7d3c8;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer .menu-trigger-bar.top {
  width: 50%;
}
#drawer .menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}
#drawer .menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

#drawer .close-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #968d70;
  position: relative;
}
#drawer .close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #80d7db;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer .close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}
#drawer .close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -3px;
}
#drawer .inner-container, .menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
#drawer .inner-container {
  z-index: 20;
}

#drawer .menu-container {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}

#drawer .menu {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 50px 0px 3% 135px;
   /*↓リンククリックの範囲の関係で消しちゃダメ
   #drawer .containerの範囲と合わせる*/
   pointer-events: auto;
   width: 100%;
   max-width: 480px;
   min-height: 540px;
   border-radius: 0px 0px 0px 450px;
 }
 #drawer .menu li {
  text-align: left;
  display: inline-block;
  width: 45%;
}
#drawer .menu a {
  text-decoration: none;
  color: #867c5d;
  display: inline-block;
  padding: 25px 0 5px;
  position: relative;
  line-height: 25px;
  width: 150px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#drawer .menu a.active{
  color: #f8c0b9;
}
#drawer .menu a:hover{
  color: #f8c0b9;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#drawer .menu a:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
#drawer .menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  opacity: 0;
  background-color: #f8c0b9;
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#drawer .menu-bg {
  position: absolute;
  display: block;
  width: 200%;
  left: -53%;
  top: -25%;
  height: 65%;
  background-color: #fdf8ed;
}

#drawer.bg_important .menu-bg{
  background-color: #fdf8ed!important;
}

#drawer .menu-bg.middle {
  top: 29%;
  left: -53%;
  transform: rotate(-45deg) scaleY(0);
}
#drawer .menu-bg.top {
  left: -43%;
  top: -40px;
  transform: rotate(-45deg) translateY(-152%);
}
#drawer .menu-bg.bottom {
  top: 133%;
  transform: rotate(-45deg) translateY(25%);
  left: -2px;
}
/*///////*/

/*ドロワーの下の方*/

#drawer .menu li.last{
  display:block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
#drawer .menu li.last .btn_box{
  width: 280px;
}
#drawer .menu li.last .btn_box a{
  padding: 0;
  width: 100%;
  color: #fff;
}
#drawer .menu li.last .btn_box a:hover{
  color: #6f6542;
}
#drawer .menu li.last a:before{
  display: none;
}
#drawer .btn_box i{
  margin-right: 3px;
}
#drawer .menu .btn1 a{
  line-height: 37px;
}
#drawer .d_recruit .btn1{
  background: #f8c0b9;
  border: 1px solid #f8c0b9;
}
#drawer .menu li.last .d_txt{
  font-size: 12px;
  margin-bottom: 5px;
}
#drawer .menu li.last .btn_box .d_recruit a{
  color: #fff;
}
#drawer .d_recruit .btn_eff1{
  border: 1px solid #f8c0b9;
  background: #fff;
}
#drawer .menu li.last .btn_box .d_recruit a:hover{
  color: #f8c0b9;
}
#drawer .menu .f_snsicon{
  text-align: right;
  width: 250px;
}
#drawer .menu .f_snsicon a{
  padding: 0;
  width: auto;
}

.close{
  display: none;
}


@media screen and (max-width: 1200px) {
#nav_top{
  display: none
 }
}

@media screen and (max-width: 1200px) {

  /* スクロールふわっと表示 */
 header {
    height: 70px;
    transition: all 0.5s ease;
  }
  .header_logo {
    float: left;
    height: 0;
    display: none;
  }
  .header_logo a {
    display: flex;
    align-items: center;
    height: 70px;
  }
  .header_logo img {
    width: 160px;
    height: auto;
    margin: 5px;
  }

  /* fixed */
  header.fixed {
    background: rgba(255, 173, 169, 0.4);
  }
  header.fixed .header_logo {
    display: block;
  }
  header.fixed:after {
    width: 100%;
  }
  /*ドロワー*/
  #drawer .menu-trigger{
    top: 30px;
    right: 15px;
  }
  #drawer .menu-trigger-bar:before{
    background-color: #5a2726;
  }
}

@media screen and (max-width: 480px) {

  /*ドロワー*/
  #drawer .container{
    min-height: 480px;
  }
  #drawer .container,#drawer .menu{
    border-radius: 0 0 25px 25px;
  }
  #drawer .menu{
    padding: 45px 20px 0px 20px;
  }
  #drawer .menu li{
    text-align: center;
  }
  #drawer .menu-bg.top {
    left: -12%;
    top: -120px;
  }
  #drawer .menu-bg.middle {
    top: 14%;
    left: -50%;
  }
  #drawer .menu-bg.bottom{
    top: 117%;
  }
  #drawer .menu a:before{
    display: none;
  }
  #drawer .menu li.last{
    width: 100%;
    border-top: 1px dotted #e0e0e0;
    padding-top: 10px;
  }
  #drawer .menu li.last .btn_box{
    width: auto;
  }
  #drawer .menu .f_snsicon{
    text-align: center;
    width: auto;
    margin-top: 14px;
  }
  #drawer .menu .f_snsicon i{
    margin:0 2px;
  }}


@media screen and (min-width: 480px) {
 .sp{display: none;}
}



/*共通*/
.block_700{
  display: none;
}
.smalltxt{
  font-family: 'JosefinSans';
  font-size: 12px;
  color: #9a9a9a;
  letter-spacing: 2px;
}
.title_img{
  max-width: 150px;
  padding: 0px 0px 30px;
}
/*-------メインビジュアル---------*/
#mainvisual {
  max-width: 1600px;
    margin: 0 auto;
    position: relative;
    background: url(../../recruit/images/mainvisual_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
   
}
#mainvisual .mainvisual_txt{
  

}
#mainvisual img:nth-child(1){
position: absolute;

margin-top: 20px;
margin-left: 20px;
width:28%;
}
#mainvisual img:nth-child(2){
  width: 100%;
}
#mainvisual img:nth-child(3){
  display: none;
}




/*------- 年末年始セラピストさん大募集 ---------*/

#nennmatu{
margin-top: 50px;
display: inline-block;
}
#nennmatu img{
  max-width:696px;
  width: 90%;
}

/*------- 当店のxx ---------*/


#commitment{
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#commitment img{
  width: 100%;
}
#commitment .about_img02{
  background: rgba(166,152,97,.7);
    margin-top: -40px;
    padding: 5px 10px 5px 50px;
    text-align: left;

    max-width: 500px;
     margin-left: -35px;
}
#commitment .about_img03{
  background: rgba(166,152,97,.7);
    margin-top: -40px;
    padding: 5px 50px 5px 10px;
    text-align: left;
    margin-right: -50px;
    max-width: 500px
}

#commitment .about_img04{
  background: rgba(166,152,97,.7);
    margin-top: -40px;
    padding: 5px 10px 5px 50px;
    text-align: left;

    width:55%;
    max-width: 250px;
    margin-left: -35px;
}


#commitment  h2{
  padding:50px 0;
}
#commitment  h2 img{
  width: 250px;
}
#commitment .smalltxt{
  margin: 50px 0;
}

.outbox{
  max-width: 900px;
  margin:0 auto;
}

#commitment ul li:nth-of-type(odd) .a_txtbox,
#commitment ul li:nth-of-type(even) .a_txtbox{
  
  position: relative;
  text-align: left;

}

.right02{
  text-align: right;
  margin-right: 20px
}
#commitment ul li:nth-of-type(odd) .a_txtbox02,
#commitment ul li:nth-of-type(even) .a_txtbox02{
   position: relative;
  text-align: right;
}

#commitment ul li:nth-of-type(odd) .a_txtbox03{
  position: relative;
  text-align: center;
}

#commitment ul li .a_txtbox div{
  margin:0 auto;
  margin:35px 18px;
}
#commitment ul li .a_txtbox div p{

  line-height: 30px;
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: 1.3px;
  font-size: 14px
}

#commitment ul:nth-of-type(2) li:last-child{
  padding-bottom: 30px;
}
#commitment ul:nth-of-type(3) li:last-child{
  padding-bottom: 60px;
  margin:10px;
}

#commitment ul li .border_box2:nth-child(1) p,
#commitment ul li .border_box2:nth-child(3) p{
 margin:0 25px;
 text-align: left;
 font-size: 14px;
 line-height: 27px;

 color: #525252;
}

#commitment ul li .border_box2:nth-child(3) p{
  text-align: right;
}

#commitment ul li .border_box4 p:first-child{
   font-family: "Times New Roman" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
   font-size: 14px;
   letter-spacing: 1.4px;
   color: #332929;
   margin-bottom: 15px;
}
#commitment ul li .border_box4{
  font-family: "小塚ゴシック Pr6N" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: left;
    background: #fdf7f7;
    margin:10px auto 30px;
    padding:20px;
    box-shadow: 0 0 3px 3px rgb(200 200 200 / 30%);
    max-width: 700px;
    width: 95%;
    font-size: 13px;
   letter-spacing: 1.7px;
   line-height: 25px;
   color: #6f6666;

}

#commitment ul li .border_box4 a:hover{
  opacity: 0.5;
}
#commitment ul li .border_box4 img{
  width: 100%;
  margin:10px auto;

}
#commitment ul li .a_txtbox:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;

}

#commitment ul li .title_steriization{
  max-width: 450px;
  margin-bottom: 30px;
}

#commitment ul:nth-of-type(2) li:nth-of-type(2) .a_txtbox:before{
  background: no-repeat top center/cover url(../../recruit/images/img_commitment_02bg.jpg);

  
}
#commitment ul:nth-of-type(3) li:nth-of-type(2) .a_txtbox:before{
  background: no-repeat center bottom/contain url(../../recruit/images/img_commitment_03bg.jpg);
  
}

#commitment ul li .a_txtbox .white_box{
  background: rgba(255,255,255,.9);
  margin:25px;
  padding: 20px;
  color: #7e6f67;
  letter-spacing: 1px;

  text-align: left;
}
#commitment ul li .a_txtbox .white_box p{
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin-bottom: 10px;
    line-height: 25px;
    font-size: 13px;
}


#commitment ul li .slide_box:after{
  top: auto;

  z-index: -1;
}
#commitment ul li:nth-of-type(1) .slide_box:after{}
#commitment ul li:nth-of-type(2) .slide_box:after{}

.outbox02{
  
}
.outbox02 .slide_box02{
  height: 200px;

}
.outbox02 .slide_box02 p{
  color: #fff;
  font-size: 17px;
  padding-bottom: 10px;
  line-height: 25px;
  letter-spacing: 1px;
  filter: drop-shadow(0 0 6px #1c1414);
  position: relative;
  text-align: center;
}
.outbox02 .slide_box02 p span:nth-of-type(1){
  font-size: 17px;
  color: #fcc7c9;
}
.outbox02 .slide_box02 p span:nth-of-type(2){
  font-size: 15px;
  color: #fff;
}
.outbox02 .slide_box02 p:first-child{
  padding-top: 42px
}


.outbox02 .slide_box02 p:before{
  

    height: 0px;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 100;
    color: #e4c6c2;
    padding-right: 3px;

}


/*------- お給料 ---------*/
#salary{
  background: linear-gradient(180deg,  rgba(250,247,247,1) 0%, rgba(255,255,255,1) 80%);
  padding: 0 0 40px;
}
#salary h2 div{
      padding-top: 57px;
    padding-left: 140px;
}
#salary h2{
    background: url(../../recruit/images/title_salary.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 253px;



}
#salary h2{

  color: #fff4da;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  text-shadow: 0 0 10px #d0686c,0 0 10px #d0686c;



}

#salary h2:before{
padding: 300px;
background: #000;
width: 200px;
height: 300px;
 margin       : auto;
 z-index: 100000
}

#salary h2:after{

}


#salary h2 p:nth-child(1){
  font-size: 37px;
  letter-spacing: 2px;
  line-height: 42px;
  
}
#salary h2 p:nth-child(2){
  font-size: 23px;letter-spacing: 0.4px;
}
#salary h2 .small{
  font-size: 10px;
  color: #fff;
  letter-spacing: 2px;

}

#salary .inner{
  margin-top:-25px;
}
#salary .title_salary{
  width: 100%
}

#salary{

  background: #f1ebe9;

}
#salary .salary_box1{
  padding-bottom: 60px;
}
#salary .salary_title{
  position: relative;
  /*    text-align: left;*/
  font-size: min(6.5vw, 2rem);
  color: var(--color-pink1);
  letter-spacing: 2px;
  font-weight: 600;
  max-width: calc(100% - 40px);
  margin: 0 auto 30px;
  line-height: 1.4em;
  z-index: 2;
}
#salary .salary_title::after{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 165px;
  height: 60px;
  background-size: 165px;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}
#salary .salary_title.s_title1::after{background-image: url(../../recruit/images/salary_titlebg1.jpg);}
#salary .salary_title.s_title2::after{background-image: url(../../recruit/images/salary_titlebg2.jpg);}
#salary .salary_title.s_title3::after{background-image: url(../../recruit/images/salary_titlebg3.jpg);}
#salary .salary_ul{
  max-width: 400px;
  width: 90%;
  margin: 15px auto 0;
  padding: 20px;
  text-align: left;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #f5ecec;
  background: url(../../recruit/images/salary_bgtxt.jpg),#fff;
  background-size: 200px,cover;
  background-position: right bottom,center center;
  background-repeat: no-repeat,repeat;
}
#salary .salary_ul li{
  position: relative;
  padding: 0px 0 0 24px;
  line-height: 1.8em;
}
#salary .salary_ul li .dot{
  border-bottom: 2px dotted #ecdede;

}
#salary .salary_ul li::before{
  position: absolute;
  top: 0;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-weight: 900;
  color: var(--color-pink2);
}
#salary .salary_simutitle{
  max-width: calc(100% - 40px);
  margin: 0 auto 35px;
  text-align: left;
}
#salary .salary_simutitle .border_bottom{
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
#salary .salary_simutitle .smalltxt{
  padding-left: 10px;
}
/* 名前とかのカード */
#salary .simulation_box .simu_pic{
  max-width: 570px;
  height: 300px;
  width: calc(100% - 10px);


}
#salary .simulation_box{
  max-width: 570px;
      margin: 0 auto;
}
#salary .simulation_box li{
  display: flex;
  flex-direction: column;
  position: relative;

}
#salary .simulation_box li:first-child{
  /* height: 470px */
  height: 520px
}
#salary .simulation_box li:nth-child(2){
  height: 520px
}
#salary .simulation_box li:nth-child(3){
  /* height: 470px */
  height: 520px
}
#salary .simulation_box .simu_pic.girl1{
  background: no-repeat center top/contain url(../../recruit/images/img_salary01.png);
  position: relative;
  background-position: 0 -5px;
}
#salary .simulation_box .simu_pic.girl2{
  background: no-repeat center top/contain url(../../recruit/images/img_salary02.png);
  position: relative;
}
#salary .simulation_box .simu_pic.girl3{
  background: no-repeat center top/contain url(../../recruit/images/img_salary03.png);
  position: relative;
}
#salary .simulation_box .simu_pic.girl1:before{
content: url(../../recruit/images/img_salary04.png);
    display: inline-block;
    /* transform: scale(0.5,0.4); */
    transform: scale(0.5,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: -150px;
    /* top: -70px; */
    top: -45px;
}
#salary .simulation_box .simu_pic.girl2:before{
  content: url(../../recruit/images/img_salary04.png);
    display: inline-block;
    transform: scale(0.5,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: -150px;
    top: -45px;
}
#salary .simulation_box .simu_pic.girl3:before{
  content: url(../../recruit/images/img_salary04.png);
    display: inline-block;
    /* transform: scale(0.5,0.4); */
    transform: scale(0.5,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: -150px;
    /* top: -70px; */
    top: -45px;
}

#salary .simulation_box .simu_txtbox{
    font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      display: flex;
    flex-direction: column;
    margin: -210px 0 auto 0;
    position: absolute;
    top: 245px;
    letter-spacing: 1px;
    width: 363px;
    line-height: 25px;
}


#salary  .simulation_box .simu_txtbox .staff_name{
  text-align: right;
  font-size: 19px;
  margin-bottom: 3px;
   text-shadow: 0 0 10px #f8f1ee,0 0 10px #f8f1ee;
   color: #766767;
}
#salary  .simulation_box .simu_txtbox .staff_name span{
  font-size: 28px;
  color: #4d4344;
}
#salary  .simulation_box .simu_txtbox .staff_sub {
  font-size: 16px;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 7px #34312a;
  margin-bottom: 3px;
  line-height: 20px;
}
#salary .simulation_box .simu_txtbox .day_salary{
  font-size: min(6vw, 20px);
  padding: 0 10px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 7px #34312a;
  letter-spacing: 1px;
  line-height: 40px;
}
#salary .simulation_box .simu_txtbox .day_salary span{
  color: #ffcfc0;
}

#salary .simulation_box .simu_txtbox .day_salary span.small{
  font-size: 16px;
  color: #fff
}
#salary .simulation_box .simu_txtbox .timebox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#salary .simulation_box .simu_txtbox .timebox:before{
  width: 500px;
  height: 500px;

}
#salary .simulation_box .simu_txtbox .timebox .arrowbox{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #a6b2c2;
  color:#767f8b;
  bottom: 0;
  margin-bottom: 7px;
}


#salary .simulation_box .simu_txtbox .timebox .arrowbox::after {
    position: absolute;
    content: "";
    display: inline-block;
      width: 74px;
  height: 74px;
  border: 2px solid #a6b2c2;
}


#salary .simulation_box .simu_txtbox .timebox .salary_simu_txt{
  max-width: 44px;
  margin-left: 5px;
}
#salary .simulation_box .simu_txtbox .timebox > div:not(.arrowbox){
  margin-left: 10px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_name{
  color: #fff;
  display: inline-block;
  background: linear-gradient(to right, #ef7c8e 20%, #f59797);
  width: 250px;
  margin-top: 5px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt{
  text-align: left;
  line-height: 1.8em;
  color: #f68282;
}
#salary .simulation_box .simu_txtbox .timebox p.time_txt span{
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 39px;
}
#salary .simulation_box .simu_txtbox .timebox p.time_txt span span:first-child{
  font-size: 20px;
}
#salary .simulation_box .simu_txtbox .timebox p.time_txt span span:last-child{
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 26px;
  color: #c28c8c;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt span span:last-child span{
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 20px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt span::before{
  position: absolute;
  top: 0;
  left: -18px;
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center center/16px url(../../recruit/images/icon_clock.jpg);
  z-index: -1;
}
#salary .salary_pic_simubottom{
  max-width: 400px;
  margin: 40px auto 50px;
}
#salary .salary_pic_bottom{
  max-width: 900px;
  width: calc(100% - 40px);
  height: 200px;
  margin: 30px auto 0px;
  background: no-repeat center 35%/cover url(../../recruit/images/salary_img2.jpg);
}

#salary .salary_box2{
  margin-right: 5px;
}

#salary .simulation_box .simu_txtbox .staff_name span{
  font-size: 27px

}
#salary .simulation_box .simu_txtbox .staff_name span span:nth-child(1){
  font-size: 33px

}
#salary .simulation_box .simu_txtbox .staff_name span span:nth-child(2){
  font-size: 22px

}
.salary05{
  position: absolute;
  z-index: -1000
}

#salary .simulation_box li:nth-child(1) .salary05{
    /* top: 160px; */
    top: 210px;
    left: -20px;
    height: 280px;
    width: 400px;
  }
#salary .simulation_box li:nth-child(2) .salary05{
    top: 210px;
    left: -20px;
    height: 280px;
    width: 400px;
}

#salary .simulation_box li:nth-child(3) .salary05{
    /* top: 160px; */
    top: 210px;
    left: -20px;
    height: 280px;
    width: 400px;
}

/*--------待遇-----------*/
/*背景関係*/

  .treatment_wrap h2 img{
    padding:20px 30px;
    max-width: 500px;
    width: 100%
  }

#treatment{

      padding: 50px 0 20px;
    background: url(../../recruit/images/img_workingtime.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* transform: scale(0.5); */
    background-position: top center;
}
.treatment_wrap{
  background: no-repeat center bottom/cover url(../../recruit/images/bg_workingtime.jpg);
    box-shadow: 0 0 4px 4px rgb(200 200 200 / 50%);
    background-position: top;
    padding: 5px 0px;
    margin: 175px auto 10px;
    max-width: 550px;
    width: 94%;

}
#treatment .treatment_wrap .treatment_list p{
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 7px #ff9f9a,0 0 7px #ff9f9a;
  letter-spacing: 0.3px;
}
#treatment .treatment_wrap .treatment_list p span{
  color: #fff7ca;
}

#treatment .treatment_wrap .treatment_list h3:first-child p span:first-child{
  font-size: 15px;
  color: #fff;
}

#treatment .smalltxt{
  margin-bottom: 30px;
}
#treatment .treatment_title{
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--color-pink1);
  max-width: 400px;
  margin: 0 auto 20px;
  padding: 16px 0;
  font-size: 1.6rem;
}
#treatment .top_inner{
  margin: 0 auto;
  width: calc(100% - 60px);
}
#treatment .top_inner .txtbox{
  text-align: left;
  max-width: 400px;
  margin:0 auto;
  line-height: 1.8;
;
}
#treatment .top_inner .t_pic1{
  position: relative;
  height: 150px;
  width: 100%;
  max-width: 400px;
  background: no-repeat center top/cover url(../../recruit/images/treatment_img1.jpg);
  margin: 20px auto 40px;
}
#treatment .top_inner .t_pic1::after{
  position: absolute;
  content: "Relief";
  bottom: -7px;
  right: 0;
  color: rgb(255 255 255 / 70%);
  font-size: 40px;
  letter-spacing: 6px;
  line-height: 1em;
}
#treatment .treatment_list{
  margin: 0 auto;

}
#treatment .treatment_list h3{
  position: relative;
  background-color: rgba(255,173,169,.8);
  padding: 10px 0;
  height: 75px;
  font-size: 17px;
      width: calc(100% + 8px);
    margin: 0 -4px;
}
#treatment .treatment_list h3:nth-of-type(1),
#treatment .treatment_list h3:nth-of-type(3){
  padding: 25px 0 10px;
}

#treatment .treatment_list h3:before{
  position: absolute;
  content:"";
  border-top: 5px solid transparent;
  border-right:5px solid #f38984;

  left: 0;
  top: -5px;
}
#treatment .treatment_list h3:after{
  position: absolute;
  content:"";
  border-top: 5px solid transparent;
  border-right:5px solid #f38984;

  right: 0;
  top: -5px;
  transform: scale(-1,1);
}

#treatment .treatment_list h3 .treatment_txt1{
  max-width: 60px;
      width: calc(100% + 10px);
    margin: 0 -5px;
}
#treatment .treatment_list .t_ul_box{
  text-align: left;
  font-size: 14px;
  padding: min(4%,20px);
  margin:23px 10px 23px;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 0 5px 5px rgb(200 200 200 / 40%);
}
#treatment .treatment_list ul li {
  position: relative;
  padding: 0px 0 0 16px;
  margin-bottom: 8px;
  color: #525252;

}
#treatment .treatment_list ul li::before {
  position: absolute;
  top: 0;
  left: -3px;
  height: 10px;
  font-family: "Font Awesome 5 Free";
  content: '●';
  font-weight: 900;
  color: #525252;

}
#treatment .treatment_list ul li:last-child{
  margin-bottom:0;
}
#treatment .t_list_under.txt_box{
  margin: 0 auto 20px;
  max-width: 500px;
}
/*-------- 入店までの流れ --------*/
#flow{
  background:url(../../recruit/images/bg_flow.jpg);
      background-position: center 145px;
    background-repeat: no-repeat;
    padding-bottom: 85px;
}
 #flow h2{
  font-size: 30px;
  margin-left: 20px;
  letter-spacing: 1.6px;
  font-family: "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  text-align: left;

 }

 #flow .point_list{
      margin:0 auto;
    max-width: 600px;

 }
  #flow .title_flow{
   width: 135px;
   margin:0 0 0 3px;
  }
#flow h2::before{
content: "";
    position: absolute;
    top: 5px;

    width: 7px;
    height: 75%;
    background: #333333;
    margin-left: -15px;
  }

#flow .top_pic{
  margin: 0 auto;
    width: 1000px;
}
#flow .title_pointmain{
  width: 100%;
  max-width: 300px;
  margin: 0 0 20px 0;
}
#flow .p_titlebox .title_img{
  max-width: 165px;
}
#flow .p_titlebox .title_txt{
  color: var(--color-pink1);
  font-size: min(6vw, 30px);
  padding: 0 10px;
  margin-bottom: 20px;
}
#flow .point_list > li{
 
}
#flow .point_list > li#point1,#flow .point_list > li#point2,#flow .point_list > li#point3,#flow .point_list > li#point4{
  padding: 25px 0 0;
}
#flow .point_list > li#point5,#flow .point_list > li#point6,#flow .point_list > li#point7{
  padding: 40px 0;
}
#flow #point1 .flow_list li{
    /* height: 300px; */
}
#flow #point1 .flow_list li:not(:first-child){
  margin-top: 40px;
}
#flow #point1 .flow_list li:last-child{
  margin-top: 40px;
  margin-bottom: 40px;
}

#flow #point1 .flow_list li .flow_txt{
  background: rgba(255,255,255,.8);
  padding: 15px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  box-shadow:0 0 5px 5px rgba(235,98,98,.1);
  font-size:14px;

}

#flow #point1 .flow_list li .flow_txt span{
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 15px;
}

#flow #point1 .flow_list .flow_btn_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
}
#flow #point1 .flow_list .flow_btn_list li {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#flow #point1 .flow_list .flow_btn_list a {
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
}
#flow #point1 .flow_list .flow_btn_list .btn_tel {
  background: #95a0a2;
}
#flow #point1 .flow_list .flow_btn_list .btn_mail {
  background: #bbabc7;
}
#flow #point1 .flow_list .flow_btn_list .btn_line {
  background: #8fc7c2;
}
#flow #point1 .flow_list .flow_btn_list .btn_form {
  background: #e4b4ae;
}

/*-------- 入店までの流れ --------*/



 #workflow{
  position: relative;
 }
 #anc_workflow{
  position: absolute;
  top: -100px
 }

 #workflow h2{
  font-family: "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 33px;
  letter-spacing: 2px;
  background:url(../../recruit/images/title_workflow.png);
      background-size: contain;
    background-repeat: no-repeat;
      padding: 1% 0;
    background-position: top center;
    max-width: 370px;
    margin: -35px auto 40px;
 }


  #workflow #point1 .flow_list li{
        padding:0 10px 25px;
    max-width: 800px;
    margin: 0 auto;

  }


 #workflow .flow_list li .workflow_txt{
  background: #fffbf4;
  padding: 10px;
  margin:15px;
  line-height: 1.8;
  text-align: center;

  margin: 0 auto 15px;   

 }


 #workflow .flow_list li::before{
    position: absolute;
    z-index: 999;
    transform: scale(0.5);



 }
#workflow .flow_list li:nth-of-type(1)::before{ 
  content: url(../../recruit/images/img_workflow01.png);
 left: -70px;
  top: -40px;
  }
#workflow .flow_list li:nth-of-type(2)::before{ 
  content: url(../../recruit/images/img_workflow02.png);
   right: -15px;
    top: -25px;
  }
#workflow .flow_list li:nth-of-type(3)::before{
 content: url(../../recruit/images/img_workflow03.png);
 left: -50px;
  top: -40px;
 }
#workflow .flow_list li:nth-of-type(4)::before{
 content: url(../../recruit/images/img_workflow04.png);
 right: -15px;
    top: -25px;
 }
#workflow .flow_list li:nth-of-type(5)::before{
 content: url(../../recruit/images/img_workflow05.png);
 left: -40px;
  top: -40px;
 }
#workflow .flow_list li:nth-child(odd)::before{ 
 
}

#workflow .flow_list li:nth-child(even)::before{ 
   

}

 #workflow .flow_list li .workflow_txt p{

  font-size: 13px;
  letter-spacing: 0.7px;
  padding: 15px 15px 5px;
 }




.fukidashi {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fffbf4;
  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.fukidashi::before {
    content: "";
    position: absolute;
    bottom: -100px;
    /* left: 50%; */
    width: 0;
    /* height: 0; */
    margin-left: -45px;
    border: 15px solid transparent;
    /* width: 100px; */
    height: 70px;
    border-top: 25px solid #fffbf4;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}
#workflow #point1 .flow_list li:last-child{
  margin-bottom: -75px;
}
#workflow #point1 .flow_list li:last-child .fukidashi::before{
  display: none;
}


 #point1 .flow_list li .workflow_pic {
    position: relative;
    height: 115px;
    overflow: hidden;

}
 #point1 .flow_list li .workflow_pic h3{
   font-family: "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
   letter-spacing: 2px;
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 0px 7px #352828;
  padding-top: 39px;
 }
#point1 .flow_list li:nth-of-type(1) .workflow_pic {
    background: no-repeat top center/cover url(../../recruit/images/img_workflow06.jpg);
}
#point1 .flow_list li:nth-of-type(2) .workflow_pic {
    background: no-repeat top center/cover url(../../recruit/images/img_workflow07.jpg);
}
#point1 .flow_list li:nth-of-type(3) .workflow_pic {
    background: no-repeat top center/cover url(../../recruit/images/img_workflow08.jpg);
}
 #point1 .flow_list li:nth-of-type(4) .workflow_pic {
    background: no-repeat top center/cover url(../../recruit/images/img_workflow09.jpg);
}
 #point1 .flow_list li:nth-of-type(5) .workflow_pic {
    background: no-repeat top center/cover url(../../recruit/images/img_workflow10.jpg);
}

/*各ポイント内*/
/*-- 1 --*/

#point1 .flow_title{
  position: relative;
  background: linear-gradient(90deg, rgba(96,203,210,1) 0%, rgba(107,185,240,1) 100%);
  color: #fff;
  padding: 10px 5px;
  font-size: min(5vw, 20px);
  letter-spacing: 1px;
  max-width: 400px;
  margin: 20px auto;
}
#point1 .flow_title::before{
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #a7e5ff;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
}
#point1 .flow_list li{
  text-align: left;
  position: relative;


}

#point1 .flow_list li:last-of-type::after{
  content: none;
}
#point1 .flow_list li .flow_pic{
  position: relative;
  height: 250px;
  z-index: -1;
}
#point1 .flow_list li:nth-of-type(1) .flow_pic{ background: no-repeat center center/contain url(../../recruit/images/img_flow01.png);}
#point1 .flow_list li:nth-of-type(2) .flow_pic{ background: no-repeat center center/contain url(../../recruit/images/img_flow02.png);}
#point1 .flow_list li:nth-of-type(3) .flow_pic{ background: no-repeat center center/contain url(../../recruit/images/img_flow03.png);}


#point1 .flow_list li .flow_pic::after{
  position: absolute;
  line-height: 1;
  letter-spacing: 4px;
  opacity: .5;
}
#point1 .flow_list li:nth-of-type(odd) .flow_pic::after{

}

#point1 .flow_list li:nth-of-type(even) .flow_pic::after{

  right: 0;

}


#point1 .flow_list li:nth-of-type(odd) .flow_pic::after{color: rgb(255 255 255 / 80%);}
#point1 .flow_list li:nth-of-type(even) .flow_pic::after{color: rgb(144 144 144 / 80%);}
#point1 .flow_list li:nth-of-type(1) .flow_pic:after{
 content: url(../../recruit/images/img_flow04.png);
 transform: scale(0.6);
     top: -30px;
    left: -25px;
    max-width: 530px;
}
#point1 .flow_list li:nth-of-type(2) .flow_pic::after{
  content: url(../../recruit/images/img_flow05.png);
  transform: scale(0.6);
     top: -30px;
    right: -25px;
}
#point1 .flow_list li:nth-of-type(3) .flow_pic::after{
 content:  url(../../recruit/images/img_flow06.png);
 transform: scale(0.6);
     top: -30px;
    left: -25px;
}




#point1 .flow_list li:nth-child(odd) .flow_txt{

      margin: -125px 0 0 125px;

}

#point1 .flow_list li:nth-child(even) .flow_txt{

      margin: -125px 125px 0 0px;
}


#point1 .li_lastbox{
  text-align: left;
  border:1px solid #b9a0a0;
  padding: min(4%,20px);
  margin-top: 20px;
}
#point1 .checpoint_box{
  text-align: left;
  padding: min(7%,40px);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}
/*-- 2 --*/
#point2 .point2_txt{
  max-width: 450px;
  margin-bottom: 20px;
}
#point2 .p2_girlvoice{
  max-width: 500px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#point2 .mypace_pic{
  background: no-repeat center top/cover url(../../recruit/images/point2_girl.jpg);
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#point2 .mypace_pic > div{
  color: #fff;
  background: var(--bg-gradation-p80);
  padding: min(4%,20px);
  margin-bottom: 50px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
#point2 .mypace_txt{
  border: 1px solid #9a9a9a;
  background: rgb(255 255 255 / 90%);
  padding: min(5%,25px);
  max-width: 460px;
  width: 86%;
  margin: -30px auto 40px;
  text-align: left;
  line-height: 1.8;
}
/*女性の声*/
#point2 .therapit_voice{
  background: var(--color-pink3);
  padding: 40px 10px;
}
#point2 .therapit_voice .therapit_voice_inner{
  background: #fff;
  padding: min(4%,20px);
  max-width: 800px;
  margin: 0 auto;
}
#point2 .therapit_voice .point2_voice_title{
  max-width: 315px;
}
#point2 .therapit_voice .letter_box{
  border:1px solid #aae0e4;
  padding: min(4%,15px);
}
#point2 .therapit_voice .letter_box ul li .letter_info{
  position: relative;
  color: #fff;
  background: #60cbd2;
  padding: 5px 10px;
  max-width: 500px;
  width: 90%;
  margin: 15px auto 0;
  border-radius: 8px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}
#point2 .therapit_voice .letter_box ul li .letter_info::before{
  position: absolute;
  top: -8px;
  right: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #60cbd2 transparent;
}
/*-- 3 --*/
#point3 .point3_ul{
  max-width: 400px;
  width: 90%;
  margin: 15px auto;
  background: no-repeat right center/cover url(../../recruit/images/point3_bgtxt.jpg);
  padding: 20px;
  text-align: left;
  font-size: 1.2rem;
  border:1px solid #e3e3e3;
}
#point3 .point3_ul li{
  line-height: 1.7em;
}

/*お給料シミュレーション*/
#point3 .point3_simulation{
  background: no-repeat center top/cover url(../../recruit/images/point3_bgunder.jpg);
  padding: 40px 0 50px;
}
#flow #point3 .p_titlebox{
  margin-bottom: 20px;
}
#flow #point3 .point3_simulation .title_txt{
  margin-bottom: 0;
  line-height: 1.6rem;
}
#point3 .point3_simulation .p_titlebox p span{
  color: var(--color-pink1);
}
#point3 .point3_simulation .p_titlebox p span::before, #point3 .point3_simulation .p_titlebox p span::after {
  background-color: var(--color-pink1);
}
#point3 .simulation_ul{
  width: 90%;
  margin: 0 auto;
}
#point3 .simulation_ul li{
  max-width: 350px;
  margin: 0 auto 20px;
  text-align: left;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
}
#point3 .simulation_ul li .case_title{
  background: #000;
  padding: 10px 5px 0;
}
#point3 .simulation_ul li .case_title img{
  width: 17px;
}
#point3 .simulation_ul li .case_txt{
  padding: min(4%,15px);
  font-size: 16px;
  width: 100%;
}
#point3 .simulation_ul li .case_txt .day_salary{
  font-size: min(6vw, 26px);
  line-height: 1.3em;
}
#point3 .simulation_ul li .case_txt .time{
  color: #fff;
  background: var(--bg-gradation-p90);
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 20px;
  margin: 10px auto;
}
#point3 .simulation_ul li .case_txt table{
  font-size: min(5vw, 19px);
}
#point3 .simulation_ul li .case_txt table td:nth-of-type(1){
  font-size: 0.8em;
}
#point3 .simulation_ul li .case_txt table td.arrow{
  padding: 0 8px;
  font-size: 0.7em;

}
/*-- 4 --*/
#point4 .point4_listbox{
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border : 1px solid #000;
  padding: min(3%,20px);
}
#point4 .point4_listbox .list_title{
  color: #fff;
  background: var(--bg-gradation2);
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin: 10px auto 20px;
}
#point4 .point4_listbox .point4_ul{
  text-align: left;
  font-size: 1.2rem;
}
#point4 .point4_listbox .point4_ul li{
  position: relative;
  border-bottom: 2px dotted #ecdede;
  padding: 0px 0 0 16px;
  margin-bottom: 10px;
}
#point4 .point4_listbox .point4_ul li::before{
  position: absolute;
  top: 0;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  color: var(--color-pink2);
}
#point4 .point4_listbox .point4_undertxt{
  text-align: left;
  background: var(--color-pink3);
  padding: min(4%,15px);
  line-height: 1.8;
}
#point4 .staff_voice{
  padding: 40px 0;
  background: var(--color-pink3);
}
#point4 .staff_voice .staff_voiceinner{
  width: calc(100% - 20px);
  max-width: 600px;
  padding: min(4%,15px);
  margin: 0 auto;
  background: #fff;
}
#point4 .btn_line{
  margin: 30px auto;
}
/*男性スタッフのコメント*/
#point4 .point4_staffvoice_title{
  max-width: 400px;
}
/*-- 5 --*/
#point5 .point5_pic{
  max-width: 700px;
  width: calc(100% - 50px);
  margin: 30px auto 0;
  height: 200px;
  background: no-repeat center center/cover url(../../recruit/images/point5_img1.jpg);
}
/*-- 7 --*/
#point7 .point7_pic{
  max-width: 700px;
  width: calc(100% - 50px);
  margin: 30px auto 0;
  height: 200px;
  background: no-repeat center center/cover url(../../recruit/images/point7_img1.jpg);
}

.top_pic_txt {padding: 0 10px 0;}
.top_pic_txt p{
  margin-bottom: 30px;
  padding: 15px;
  background-color: #e88a8a;
  color:#fff;
  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

/*YouTube 動画埋め込み*/
.youtube_box {
  padding: 0 10px 0;
  max-width: 800px;
  margin: 100px auto 100px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------よくあるご質問---------*/
#qa {
  padding: 100px 0px 20px;
  background: no-repeat center center/cover url(../../recruit/images/bg_qa.jpg);
  background-position: top;
}
#qa .title_qa{
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
}
#qa .inner{
  margin: 0 auto;
  padding: 0 20px;
}

#qa .inner h2{
  padding-top: 10px;
}
#qa .qa_list{
  text-align: left;
}

#qa .qa_list li{
  margin-bottom: 35px;
}

#qa .qa_list li .acc_title:nth-child(odd){
  width: 77%;
  margin-bottom: 35px;
}

#qa .qa_list li .acc_boxinner:nth-child(even){
  width: 77%;
}



#qa .acc_title{
  position: relative;
margin-left: auto;
margin-right: 0px;
  padding: 5px 10px;
  background: #e88a8a;
  max-width: 620px;
  border-radius: 12px;
  color: #fff;

  font-size: 12px;

 width: 300px;
}

#qa .acc_title::after{
  position: absolute;
    content: "";
    left: -7px;
    /* width: 50px; */
    top:27%;
    border-top:7px solid transparent;
    border-right: 8px solid #e88a8a;
    border-bottom: 7px solid transparent;
 
}
#qa .acc_title::before{
    position: absolute;
    left: -115px;
    bottom: -50px;
    transform: scale(0.5);
    content: url(../../recruit/images/img_qa01.png);
}

#qa .qa_list li:nth-child(3) .acc_title:before,
#qa .qa_list li:nth-child(5) .acc_title:before{
    bottom: -43px;
}


#qa .acc_title.open{
  border:1px solid #dd407e;
}
#qa .acc_title.open::after{
  background-image: url(../../recruit/images/arrow2_2.jpg);
}
#qa .acc_box{
 
}
#qa .acc_boxinner{
  position: relative;
  margin-left: 0px;
margin-right: auto;
  padding: 10px;
  background: #beaaab;
  max-width: 620px;
  border-radius: 12px;
  color: #fff;

    font-size: 12px;
    letter-spacing: 1px;


}
#qa .acc_boxinner::after{
  position: absolute;
    content: "";
    right: -7px;
    /* width: 50px; */
    top:45%;
    border-top:7px solid transparent;
    border-left: 7px solid #beaaab;
    border-bottom: 7px solid transparent;
}

#qa .acc_boxinner::before{
  position: absolute;
  right: -20px;
width: 0px;
  height: 50%;
  transform:scale(0.5);
 content: url(../../recruit/images/img_qa02.png)
 ;}

 #qa .acc_boxinner::before{
 
 }

#qa .acc_boxinner .answer{
  position: relative;
  font-family: 'JosefinSans';
  padding: 0 0 0 40px;
  font-size: 12px;
  letter-spacing: 4px;
  color: #ffc6c6;
  margin-bottom: 4px;
}
#qa .acc_boxinner .answer::before{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background-color: #ddd;
  width: 30px;
  height: 1px;

}
#qa .qa_lastbox{
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,0) 100%);
  padding: 15px 20px;
  letter-spacing: 1px;
}
/*---------募集要項---------*/
#detail{
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,247,247,1) 100%);*/
  padding: 40px 15px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#detail .detail_table{
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
#detail .detail_table dt{
  border-bottom: 1px solid #968d6f;
  padding-bottom: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #968d6f;;
  font-weight: 600;
}
#detail .detail_table dd{
  padding: 10px 0px 20px;
  line-height: 1.8;
  color: #525252;
}
#detail .detail_table dd li{
  padding-left:1em;
  text-indent: -0.5em;
}
#detail .detail_table dd:last-child{
  padding: 10px 10px 20px;
  line-height: 1.8;
  color: #fff;
  background: #cec5a3
}
#detail .detail_table dt:nth-last-child(1),
#detail .detail_table dt:nth-last-child(2){
 border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;;
  font-weight: 600;
  background: #cec5a3;
   padding: 20px 10px 10px;
}

#detail .detail_table .detail_check{
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #8a815f;
  line-height: 35px
}

#detail .detail_table .detail_check p:nth-child(1){
  color: #525252;
  line-height: 28px
}
#detail .detail_table .detail_check p:nth-child(2){
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #525252;
  line-height: 28px;
}
#detail .detail_table .detail_check p:nth-child(3){
  margin-bottom: 10px
}
.outbox02 .slide_box02 p:before{
  

    height: 0px;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 100;
    color: #e4c6c2;
    padding-right: 3px;

}



/*-----------オフィシャルバナー-----------*/
#shopsite{
  padding: 40px 10px 40px;
}
#shopsite .smalltxt{
  margin-bottom: 35px;
}
#shopsite .shopsite_bnr{

  max-width: 500px;
  box-shadow: 0 0 10px rgba(100,100,100,.7);
  width: 100%;
}

/*-----------フッター-----------*/
footer{
  background: #787878;
  text-align: center;
  padding: 35px 0 93px;
  color: #fff;
   font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
footer small{
  font-size: 12px;
}
footer .footer_link a{
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
/*追尾*/
#footer_nav{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 8px 8px;
  z-index: 1000;
}
#footer_nav ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  background: #fff;
}
#footer_nav ul li{
  width: calc((100% - 0px) / 4);
  font-size: 12px;
  background: #fff;
}
#footer_nav ul li a{
 font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 15px 0 15px;
  line-height: 1.4em;
}
#footer_nav ul li a.f_line{
  /* background: #a8bc9f; */
  background: #8fc7c2;
}
#footer_nav ul li a.f_mail{
  background: #e4b4ae;
}
#footer_nav ul li a.f_tel{
  background: #95a0a2;
}
#footer_nav ul li a.f_form{
  background: #bbb18d;
}
#footer_nav ul li a i{
  font-size: 18px;
  color: #fff;
  vertical-align: bottom;
}
#footer_nav img{
  width: 15px;
}

/*----TOPに戻るボタン----*/
#page-top {
  position: fixed;
  bottom: 65px;
  right: 15px;
  z-index: 10;

}
#page-top .go_top {
  max-width: 30px;
  margin-bottom: 2px;
}

#page-top a {
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 60px;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  color: #919191;
}
#page-top a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

/*---------応募フォーム---------*/
input::placeholder,textarea::placeholder{color: #ccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #ccc;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{color: #ccc;}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
input[type="text"] ,
input[type="email"] {
  border: 1px solid #e3e3e3;
  width: 100%;
  max-width: 500px;
  padding: 0 6px;
  height: 45px;
  font-size: 13px;
  background: #fff;
}
input[name="age"],input[name="station"]{
  max-width: 120px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 4px 6px;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #e3e3e3;
  width: 100%;
  max-width: 500px;
  height: 200px;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}
textarea:focus,input:focus{
  border: 1px solid #9cb1e0;
}
label {
  position: relative;
  width: 100px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 3;
  margin-right: 5px;
  padding-left:15px;
}
label input[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: transparent;
  position: absolute;
  left: 15px;
  top: 11px;
}
label input::after {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b7b7b7;
  position: absolute;
  height: 14px;
  width: 14px;
}

label input:checked::after {
  visibility: visible;
  content: "●";
  line-height: 11px;
  color: #b7b7b7;
  font-size: 24px;
}
label:last-child {
  margin-bottom: 0;
}
.check {
  background: #fff6f7;
  border: 1px solid #f98eb4;
}
.check_box {
  text-align: left;
}
.check_box label {
  width: 48%;
  text-align: left;
  padding-left: 35px;
}
.check_box label input[type="checkbox"] {
  background: transparent;
  border: transparent;
  position: absolute;
  left: 10px;
  top: 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.check_box label input:after {
  border-radius: 4px;
}
.check_box label input:checked:after {
  visibility: visible;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  text-align: center;
  color: #ff79a9;
}
/*//装飾ここまで*/
#contents_entry{
  color:#787878;
}
#contents_entry .inner{
  background: #eee9e9;

  margin: 0 auto;
  padding: 40px 20px;
}
/*フロー*/

#contents_entry dt{

}
.mandatory{
  font-size: 12px;
  padding: 1px 10px 2px;
  color: #fff;
  background:#f4ada4;
  border-radius: 20px
}
#contents_entry .form_step{
  max-width: 400px;
  padding: 20px 0;
}
#contents_entry dl{
  max-width: 500px;
  margin: 0 auto;
}
#contents_entry dt{
    font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: left;
  letter-spacing: 1.2px
}
#contents_entry dt i{
  position: relative;
  bottom:3px;
  font-size: 20px;
}
#contents_entry dd{
  text-align: left;
  margin-bottom: 20px;
}


/* btn */
.form_btn{
  padding-top: 10px;
}
.form_btn .btn_go{
  background: #bbb18d;
  color: #fff;
  border: 1px solid #bbb18d;
  padding: 15px 10px;
  width: 160px;
  margin-bottom: 10px;
  outline: none;
}
.form_btn .btn_go:hover{
  background: #474747;
  border: 1px solid #474747;
}
.btn_reset{
  padding-top: 10px;
   padding-bottom: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #787878;
    color: #787878
}

/*確認画面*/
.form_box dd .err{
  background: #fff;
  padding: 5px 15px;
  color: var(--color-pink1);
}
.form_box dd{
  padding: 8px;
}
.form_box dd .input_txt{
  border-bottom: 2px dotted #8abfbf;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-size: 15px;
}
#contents_entry .confirm_box dd{
  border-bottom: solid 1px #e7d4d4;
}

/*------------------
320〜350
---------------------*/
@media screen and (max-width: 320px) {

  #commitment ul li:nth-of-type(even) .outbox {
  
  }
  #commitment .commitment_img {
    max-width: 250px;
  }

  #commitment ul li .border_box4 p:first-child{
    letter-spacing: 0.4px;
  }

.outbox02 .slide_box02 p:first-child {
    padding-top: 50px;
    padding-right: 13px;
  }


#salary h2 div{
  padding-left:10px;
}

.day_salary .fs_ll{
  font-size:1.4em;
}
  #salary .simulation_box .simu_pic.girl1{
    background-position: -10px -5px;
  }
  #salary .simulation_box .simu_pic.girl2,
  #salary .simulation_box .simu_pic.girl3{

    background-position: -10px 0;
  }
  #salary .simulation_box .simu_txtbox{
    width: calc(100% - 40px);
  }
  #salary .simulation_box .simu_txtbox .timebox > div:not(.arrowbox){
    font-size: 0.9rem;
  }
  #salary .simulation_box .simu_txtbox .timebox p.time_txt span{
    font-size: 27px;
  }

  #salary .simulation_box .simu_txtbox{
    font-size: 20px;}
#salary .simulation_box .simu_txtbox .timebox p.time_txt span span:last-child{
   font-size: 20px;
 }

 #salary .simulation_box .simu_txtbox .timebox p.time_name{
  width: 210px;
  font-size: 12px;
 }
 .triangle_wrap {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  #flow {
    padding-bottom: 188px;
}
#flow #point1 .flow_list li {
    /* height: 350px; */
}

#treatment .treatment_wrap .treatment_list h3:first-child p span:first-child{
  font-size: 14px
}
  #footer_nav ul li{
    font-size: 11px;
    line-height: 1.6em;
  }

}
/*------------------
380~
---------------------*/

@media screen and (min-width: 380px) {
  #salary .simulation_box .simu_pic.girl1{
  background: no-repeat center top/cover url(../../recruit/images/img_salary01.png);
  position: relative;
}
#salary .simulation_box .simu_pic.girl2{
  background: no-repeat center top/cover url(../../recruit/images/img_salary02.png);
  position: relative;
}
#salary .simulation_box .simu_pic.girl3{
  background: no-repeat center top/cover url(../../recruit/images/img_salary03.png);
  position: relative;
}
#salary h2 {
    background: url(../../recruit/images/title_salary_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 253px;
}
}

/*------------------
414~
---------------------*/

@media screen and (max-width: 414px) {
#drawer .container{
border-radius:0;
  }
}
/*------------------
480~
---------------------*/


@media screen and (max-width: 480px) {



/*
  #commitment ul li {
   
  }
  #commitment ul li:nth-of-type(odd) .outbox{
    padding: 60px 0 60px 25px;
  }
  #commitment ul li .a_txtbox:before{
    top: -60px;
    bottom: auto;
    height: calc(100% + 60px + 60px);
    width: 100vw;
  }
  #commitment ul li:nth-of-type(1) .a_txtbox:before,
  #commitment ul li:nth-of-type(1) .slide_box:after{
    left: -25px;
  }
  #commitment ul li:nth-of-type(2) .a_txtbox:before,
  #commitment ul li:nth-of-type(2) .slide_box:after{
    right: -25px;
  }
  #commitment ul li .slide_box:after{
    top: -60px;
    height: calc(100% + 60px + 60px);
    width: 100vw;
  }
  #commitment ul li:nth-of-type(1) .slide_box.on:after,
  #commitment ul li:nth-of-type(2) .slide_box.on:after{
    width: 0;
  }
  #salary .salary_title{
    max-width: 500px;
  }
  #treatment .treatment_title{
    font-size: 1.8rem;
  }
  #flow .txt_box{
    max-width: 670px;
  }
  #contents_entry{
    background: #fff;
  }


#salary .simulation_box .simu_pic.girl1,
#salary .simulation_box .simu_pic.girl2,
#salary .simulation_box .simu_pic.girl3{
  background-size: contain;
}
#salary .simulation_box .simu_pic{
    height: 350px;
}
*/
}

/*------------------
~700
---------------------*/


@media screen and (max-width: 700px) {


#salary .simulation_box li {
    margin: 0 auto;
    width: 355px;
}

#salary .simulation_box .simu_pic.girl1,
#salary .simulation_box .simu_pic.girl2,
#salary .simulation_box .simu_pic.girl3{
    background-size:contain ;
    position: relative;
}

  #salary .simulation_box .simu_txtbox .day_salary{
    font-size: min(6vw, 16px);
    line-height: 32px;
  }
  #salary .simulation_box .simu_pic.girl1:before {
      top: 40px;
  }
  #salary .simulation_box .simu_txtbox .timebox p.time_txt span span:last-child {
      font-size: 18px;
  }
  #salary .simulation_box li:first-child {
      height: 600px;
  }
  #salary .simulation_box li:nth-child(1) .salary05 {
      top: 300px;
  }
  #salary .simulation_box .simu_txtbox .timebox p.time_name {
      width: 270px;
      padding: 0 10px;
      font-size: 12px;
  }
  #salary .simulation_box .simu_pic.girl3 {
      height: 200px;
  }
  #salary .simulation_box .simu_pic.girl3 {
      background: url(../../recruit/images/img_salary03.png) no-repeat center top;
      background-size: cover;
      height: 180px;
      position: relative;
  }
  #salary .simulation_box .simu_pic.girl3:before {
      content: url(../../recruit/images/img_salary04.png);
      display: inline-block;
      transform: scale(0.5, 0.2);
      mix-blend-mode: multiply;
      position: absolute;
      left: -150px;
      top: -90px;
  }
  #salary .simulation_box li:nth-child(3) .salary05 {
      top: 180px;
      height: 140px;
  }
  #salary .simulation_box li:nth-child(3) {
      height: 320px;
  }
  #treatment .treatment_list h3:nth-of-type(1) {
      padding: 10px 0;
  }
}





/*------------------
700~
---------------------*/

@media screen and (min-width: 700px) {


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

#mainvisual{
   max-width: 1920px;
    min-width: 800px;
    height: 720px;
    background: url(../../recruit/images/mainvisual_pc.jpg);
    background-position: 90% 100%;
    background-size: 1980px;
    background-repeat: no-repeat;

}

#mainvisual .mainvisual_txt01 {
   
    right: 160px;
    top: 30px;
    }
#mainvisual img:nth-child(1){
  width: 10%;
  position: absolute;
  min-width: 150px;
}
#mainvisual img:nth-child(2){
  display: none;
}


 #mainvisual img:nth-child(3) {
    
    display: block;
    position: absolute;
    width: 450px;
    right: 70px;
    min-width: 400px;
    bottom: 40px;

}
/*#mainvisual img:nth-child(4){
  display: block;
    position: absolute;
    width: 171px;
    height: 192px;
    opacity: .35;
    z-index: 0;
    top: 152px;
    left: 0;
 } 
*/

    
  #mainvisual img:nth-child(3):after{


     }



/*アロマプレミアムのこだわり*/

#commitment  h2 img{
  width: 350px;
  margin:30px 0;
}
#commitment{
  margin-bottom: 100px;

  margin:0 auto;
}
#commitment .commitment_box img{
  width: 80%;
  max-width: 750px
}


#commitment ul:nth-of-type(1) li:nth-child(1){
  text-align: right;
}
#commitment ul:nth-of-type(2) li:nth-child(1){
 text-align: left;
}
#commitment ul:nth-of-type(3) li:nth-child(1){
  text-align: right;
}

.outbox02 .slide_box02{
  height: 300px
}

.outbox{

  margin-bottom: 70px;
}

#commitment ul li .title_steriization{
  margin-bottom: 40px;
}
.a_txtbox:nth-of-type(2) {
    max-width: 635px;
    margin: 0 auto;
    
    background: rgba(166,152,97,.7);
    
    padding: 20px 10px;
    margin-top: -30px;

}

#commitment ul li .a_txtbox div{
  margin:0px 15px 0px;
}

#commitment ul li .a_txtbox .white_box p{
  font-size: 16px
}

#commitment ul li .border_box4 img{
  padding:0 100px;
}

/*#commitment ul:nth-of-type(1) li:nth-of-type(2) .a_txtbox{
      text-align: left;
    padding-left: 100px;
}*/

.a_txtbox:nth-of-type(2) p{
  color: #fff;
  text-shadow: 0 0 6px #837b58,0 0 6px #837b58;
  transform: scale(1.0);
}
.a_txtbox:nth-of-type(2) p span{
  color: #fff0ba;
}

#commitment ul li .border_box2 p{
  line-height: 28px;
  margin-bottom: 8px;
  color: #fff
}

#commitment ul li .border_box2 p{
  margin-bottom: 0px;
  letter-spacing: 0.4px;
}

.a_txtbox:nth-of-type(2) p span{
  font-size: 16px;
}

.right02{
  text-align: left;
  margin-left: 5px;
}

#commitment ul li .border_box4{

    margin:0 auto;
}

#commitment .about_img02{
  background: none;
  padding-top: 30px
}
#commitment .about_img03{
  background: none;
  padding-top: 30px;
  padding-left: 0px
}

#commitment .about_img04{
  background: none;
  padding-top: 30px
}
#commitment ul li .border_box4{
  font-size: 15px;
}
#commitment ul li .border_box4 p:first-child{
  font-size: 18px
}

#commitment .about_img02{
  margin-left: -41px;
}

/*給料獲得シミュレーション*/

#salary{
  padding: 0 0 50px;
  background: #f1ebe9;
    background-color: #f1ebe9;
    background-image: repeating-linear-gradient(
-45deg
, #fff, #fff 4px, transparent 0, transparent 8px);
      
    margin: 0 auto 0px;
}
#salary h2 {
    background: url(../../recruit/images/title_salary_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    background-size: cover;
    max-width: 2050px;
  }


  #salary h2 div{
    padding-left: 0;
    padding-top: 52px;
    transform: scale(1.2);
  }

#salary .simulation_box .simu_pic{
    background:linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%),no-repeat center top/cover url(../../images/img_salary02.jpg);
}
#salary .simulation_box .simu_pic.girl1:before {
    content: url(../../recruit/images/img_salary04.jpg);
    display: inline-block;
    /* transform: scale(0.8,0.4); */
    transform: scale(0.8,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: -30px;
    /* top: -20px; */
    top: 160px;
}
#salary .simulation_box .simu_pic.girl2:before {
    content: url(../../recruit/images/img_salary04.jpg);
    display: inline-block;
    transform: scale(0.8,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: -30px;
    top: 24px;
}

#salary .simulation_box .simu_pic.girl3:before {
    content: url(../../recruit/images/img_salary04.jpg);
    display: inline-block;
    /* transform: scale(0.8,0.4); */
    transform: scale(0.8,0.3);
    mix-blend-mode: multiply;
    position: absolute;
    left: -30px;
    /* top: -20px; */
    top: -56px;
}
#salary .simulation_box .simu_txtbox{
    top: 280px;
    left: 77px;
    width: 450px;
    line-height: 20px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt span{
  font-size: 50px;
}

#salary .simulation_box .simu_txtbox .day_salary {
    font-size: min(6vw, 21px);
    }

#salary .simulation_box li:nth-child(1){
  /* height: 550px */
  height: 760px
}
#salary .simulation_box li:nth-child(2){
  height: 625px
}


 #salary .simulation_box li:nth-child(1) .simu_pic{
  /* height: 290px; */
  height: 470px;
}
 #salary .simulation_box li:nth-child(2) .simu_pic{
  height: 350px;
}
 #salary .simulation_box li:nth-child(3) .simu_pic{
  /* height: 290px; */
  height: 230px;
}
#salary .simulation_box li:nth-child(3){
  height: 250px;
}

#salary .simulation_box li:nth-child(3){
  height: 550px;
}




#salary .simulation_box .simu_txtbox .timebox p.time_name{
  vertical-align: sub;
}

#salary .simulation_box .simu_txtbox .timebox{

  justify-content: center;
}

#salary .simulation_box .simu_txtbox .timebox > div:not(.arrowbox){
  margin-left: 20px;
}
#salary .simulation_box .simu_txtbox .timebox .arrowbox{
  height: 90px;
}
#salary .simulation_box .simu_txtbox .timebox .arrowbox:after{
  height: 94px;
}



#salary .simulation_box .simu_txtbox .staff_name span{
  font-size: 27px

}
#salary .simulation_box .simu_txtbox .staff_name span span:nth-child(1){
  font-size: 33px

}
#salary .simulation_box .simu_txtbox .staff_name span span:nth-child(2){
  font-size: 22px

}
.outbox02 .slide_box02 p{
  transform: scale(1.5);
  margin-bottom: 30px;

  margin-left: 30px;

}
.outbox02 .slide_box02 p:first-child{
  padding-top: 50px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt span span:last-child{

  font-size: 24px;
}

#salary .simulation_box li:nth-child(1) .salary05{
    /* top: 380px; */
    top: 593px;
    left: -5px;
    height: 142px;
    width: 600px;
}
#salary .simulation_box li:nth-child(2) .salary05{
    top: 456px;
    left: -5px;
    height: 142px;
    width: 600px;
}

#salary .simulation_box li:nth-child(3) .salary05{
    /* top: 380px; */
    top: 275px;
    left: -5px;
    height: 142px;
    width: 600px;
}
.triangle_wrap{
  margin:7px 0 20px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_name{
  width: 345px;
}

/*待遇*/

#treatment {

        margin: 0 auto;
    background: url(../../recruit/images/bg_workingtime02.jpg);
    background-size: 150%;
    background-position: top -200px left -100px;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
}

.treatment_wrap{
  margin: 100px auto 50px;
}
#treatment .treatment_wrap .treatment_list p{
  font-size: 19px;
  line-height: 27px;
}

#treatment .treatment_wrap .treatment_list h3:first-child p span:first-child{
  font-size: 17px;
}

#treatment .treatment_list .t_ul_box{
  font-size: 16px;
}



/*入店の流れ*/
#point1 .flow_list li .workflow_pic h3{
  padding-top: 85px;
  font-size: 2rem;

}

#flow .top_pic{
  padding-bottom: 25px;
}

#flow h2{
  margin-left: 40px;
}
#flow {
    background: url(../../recruit/images/bg_flow.jpg);
    background-position: center 200px;
    background-repeat: no-repeat;
  }

    #flow #point1 .flow_list li .flow_txt span{
      font-size: 18px;
      line-height: 30px;
    }

/*お仕事の流れ*/

#workflow{
  margin-bottom: 40px;
}

#workflow h2{
  margin: -40px auto 40px;
}
#workflow #point1 .flow_list li .workflow_pic{
  height: 230px;
}
#workflow .flow_list li .workflow_txt{
      padding: 20px;
}

#workflow .flow_list li .workflow_txt p{
  font-size: 16px;
  line-height: 28px;
  padding: 25px 15px 15px;
}
#workflow #point1 .flow_list li{
  padding-bottom: 55px;
}

#workflow .flow_list li::before{
      z-index: 0;
    transform: scale(0.8);
    mix-blend-mode: multiply;

      
}

#workflow .flow_list li .workflow_txt{
  mix-blend-mode: multiply;
}


#workflow #point1{
  padding-top: 25px;
}

.top_pic_txt {
  max-width: 800px;
  margin: 0 auto;
}
.top_pic_txt p{
  margin-bottom: 30px;
  padding: 15px;
  background-color: #e88a8a;
  color:#fff;
  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

/*YouTube 動画埋め込み*/
.youtube_box {
  max-width: 800px;
  margin: 70px auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*QA*/

#qa{
  padding: 100px 0px 40px

}
#qa .inner h2 {
    padding-top: 100px;
}

#qa .title_qa{
  max-width: 500px;
  margin-bottom: 70px;

}

#qa .acc_title{
  max-width: 600px;
  margin:0 auto;
  font-size: 16px;
    padding:15px;
}


#qa .acc_boxinner{
  max-width: 600px;
  margin:0 auto;
 font-size: 16px;
 padding:15px;
}

#qa .acc_title::before{
     bottom: -38px;
}
#qa .acc_boxinner:before{

}
#qa li:last-child .acc_boxinner::before{
  top: 3px;
}

#qa .qa_list li:nth-child(3) .acc_title:before,
#qa .qa_list li:nth-child(5) .acc_title:before{
    bottom: -23px;
}

.flower01{
  margin-bottom: 80px;
}

.flower02{
  margin-bottom: 80px;
}

.flower03{
  margin-bottom: 60px;
}


a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


}

/*-

  .del_700{
    display: none;
  }
  .block_700{
    display: inline-block;
  }
  #commitment ul li:nth-of-type(1) .a_txtbox:before{
    background-position: center center;
  }
  #commitment ul li:nth-of-type(odd) .outbox {
    padding: 60px 0 60px 50px;
  }
  #commitment ul li:nth-of-type(even) .outbox {
    padding: 0 50px 0 calc(100% - 425px);
  }
  #commitment ul li:nth-of-type(1) .a_txtbox:before,
  #commitment ul li:nth-of-type(1) .slide_box:after{
    left: -50px;
  }
  #commitment ul li:nth-of-type(2) .a_txtbox:before,
  #commitment ul li:nth-of-type(2) .slide_box:after {
    right: -50px;
  }
  #commitment .commitment_img {
    max-width: 400px;
  }

  #salary .salary_title{
    max-width: 600px;
  }
  #salary .salary_ul{
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 35px 14% 25px 20px;
    background-size: 250px,cover;
  }
  #salary .salary_ul li{
    width: 48%;
    border-radius: 15px;
    margin: 0 5px 10px;
    padding: 5px 0px 5px 32px;
    color: #fff;
    background: linear-gradient(90deg, rgba(96,203,210,0.8) 0%, rgba(107,185,240,0.8) 100%);
  }
  #salary .salary_ul li::before{
    top: 5px;
    left: 10px;
    color: #1f74ad;
  }
  #salary .salary_ul li .dot{
    border-bottom: none;
  }
  #salary .salary_simutitle{
    text-align: center;
  }
  #salary .simulation_box{
    display: flex;
    flex-wrap: wrap;
  }
  #salary .simulation_box li{
    width: 50%;
  }
  #salary .simulation_box .simu_txtbox .timebox p.time_name{
    font-size: 0.9rem;
  }
  #treatment .t_list_under.txt_box{
    max-width: 600px;
    text-align: center;
  }
  #point3 .point3_ul{
    border: 2px solid #e3e3e3;
    padding: 20px 40px;
  }
  #point3 .point3_ul li{
    margin-bottom: 5px;
  }
  #mainvisual {
  max-width: 1600px;
    margin: 0 auto;
    position: relative;
    background: url(../../recruit/images/mainvisual01.jpg);
    height: 100vh;
    background-repeat: no-repeat;
   
}
#treatment .treatment_wrap{
  /*margin:0;*/


/*------------------
900~
---------------------*/
/*-
@media screen and (min-width: 900px) {
  html{
    font-size: 16px;
  }
  .del_900{
    display: none;
  }
  #mainvisual .mainvisual_txt{
    width: 500px;
    right: 0;
    bottom: calc(50% - 90px);
    left: auto;
  }
  #mainvisual .mainvisual_txt_under{
    left: 0;
    max-width: 400px;
  }
  #commitment .smalltxt {
    margin: 80px 0;
  }
  #commitment ul{
    max-width: 900px;
    margin: 0 auto;
  }
  #commitment ul li .a_txtbox:before{
    width: 900px;
  }
  #salary{
    padding: 60px 0 80px;
    background: linear-gradient(180deg, rgba(250,247,247,1) 0%, rgba(255,255,255,1) 60%);
  }
  #salary .salary_bg{
    background: none;
  }
  #salary .salary_box1 {
    padding-bottom: 80px;
  }
  #salary .inner{
    max-width: 900px;
    margin: 0 auto;
  }
  #salary .salary_ul{
    padding: 35px 20% 25px 30px;
  }
  #salary .salary_pic_simubottom{
    margin: 60px auto 70px;
  }
  #treatment{
    padding: 80px 0;
    
  }

  #treatment .smalltxt {
    margin-bottom: 50px;
  }
  #treatment .treatment_title{
    margin: 0 auto 40px;
    max-width: 500px;
  }
  #treatment .t_top_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 60px;
    max-width: 900px;
  }
  #treatment .top_inner .t_pic1{
    margin: 0 0 0 20px;
    max-width: 500px;
  }
  #treatment .treatment_list{
    max-width: 900px;
  }
  #treatment .treatment_list .t_ul_box{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  #treatment .treatment_list .t_ul_box{
    padding: 30px min(4%,20px);
    background: rgb(255 255 255 / 90%);
  }
  #treatment .treatment_list ul li{
    margin-bottom: 15px;
  }


  /*ポイント*/
  /*共通*/
/*-
  #flow .point_list > li#point1, #flow .point_list > li#point2, #flow .point_list > li#point3, #flow .point_list > li#point4{
    padding: 80px 0 0;
  }
  #flow .point_list > li#point5, #flow .point_list > li#point6, #flow .point_list > li#point7{
    padding: 80px 0;
  }
  #flow .top_pic{
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: no-repeat right top/cover url(../../recruit/imagest_bg_top_s.jpg) ;
  }

  #flow .p_titlebox{
    max-width: 900px;
    margin: 0 auto 40px;
  }
  #point1 .debut_flow{
    max-width: 900px;
    margin:0 auto;
  }
  #point1 .debut_flow .flow_list{
    max-width: 600px;
    margin: 0 auto;
  }
  #point1 .checpoint_box{
    max-width: 800px;
    padding: min(7%,40px) min(7%,40px) 80px;
  }
  #point2 .p2_girlvoice{
    max-width: 900px;
  }
  #point2 .mypace_box{
    display: flex;
    margin: 0 auto 60px;
  }
  #point2 .mypace_txt{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #point3{
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%,rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%),url(../../recruit/images/point3_bgunder.jpg);
    background-size: 100%,cover;
    background-position: center top,center center;
  }
  #point3 .point3_ul{
    margin: 30px auto;
  }
  #point3 .point3_simulation{
    background: none;
    padding: 40px 0 80px;
  }
  #point3 .simulation_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 760px;
    align-items: flex-start;
  }
  #point3 .simulation_ul li{
    width: 100%;
    margin: 0 auto;
  }
  #point4 .point4_listbox{
    max-width: 900px;
  }
  #point4 .p4_ul_box{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0 auto 30px;
  }
  #point4 .point4_listbox .point4_undertxt{
    text-align: center;
  }
}


/*------------------
769~
---------------------*/

@media screen and (min-width: 769px) {
#mainvisual{
   max-width: 1920px;
    height: 720px;
    background: url(../../recruit/images/mainvisual_pc.jpg);
    background-position: 90% 100%;
    background-size: 1980px;
    background-repeat: no-repeat;
    min-width: 868px;
}


#mainvisual img:nth-child(1){

  min-width: 150px;
  margin-right: 30px;

}

#mainvisual img:nth-child(3) {
      bottom: 40px;
    right: 100px;

}


/*入店までの流れ*/

#flow{
  padding-bottom: 100px;


}

  #flow .point_list{
    max-width: 1000px;
  }
#point1 .flow_list li .flow_pic{
  height: 350px;
  min-width: 450px;
}

#point1 .flow_list li:nth-child(odd) .flow_pic{
  margin-right: 400px;
}

#point1 .flow_list li:nth-child(even) .flow_pic{
  margin-left: 400px;
}



#point1 .flow_list li:nth-child(odd) .flow_txt{

          max-width: 700px;
    margin-left: auto;
    margin-right: 100px;
    width: 500px;
}
#point1 .flow_list li:nth-child(even) .flow_txt{

         max-width: 700px;
    margin-left: 100px;
    margin-right: auto;
    width: 500px;
}

  #flow #point1 .flow_list li:nth-child(odd){
 margin-left: 0;
}
 #flow #point1 .flow_list li:nth-child(even){
 margin-right: 0;
}
#flow #point1 .flow_list li .flow_txt{
  max-width: 700px;
  font-size: 16px;
  color: #525252;
}
#flow #point1 .flow_list li{
    /* height: 390px; */
}
#flow #point1 .flow_list li:last-child{
  /* margin-top: 0; */
}
#flow #point1 .flow_list .flow_btn_list a {
  font-size: 14px;
}


/*やじるし(入店までの流れ)*/

#point1 .flow_list li{
  position: relative;
}

#point1 .flow_list li:nth-child(1) .arrow{
position: absolute;
    left: 200px;
    top: 420px;
}
#point1 .flow_list li:nth-child(2) .arrow{
position: absolute;
    right: 200px;
    top: 420px;
}


.arrow span {
  width: 2px;
  height: 100px;
}

.arrow span::after {
  border-right: 2px solid #000;
}




}

/*------------------
1024~
---------------------*/

@media screen and (min-width: 1024px) {


#mainvisual img:nth-child(1){
  margin-top: 10px;
  min-width: 150px;
  margin-right: -30px;

}

#mainvisual img:nth-child(3) {
   bottom: 10%;
    left: 10%;
    width: 460px;
}

#qa {
  background: no-repeat top center/cover url(../../recruit/images/bg_qa_pc.jpg);
}


  }

  /*------------------
2200~
---------------------*/

@media screen and (min-width: 2200px) {
  #treatment{
    margin-bottom: 65px;
  }
}