/***文字関係***/
/*文字サイズ*/

.fs_ss {
  font-size: 0.75em;
}

.fs_s {
  font-size: 0.8em;
}

.fs_l {
  font-size: 1.2em;
}

.fs_ll {
  font-size: 1.5em;
}

.fw_b {
  font-weight: bold;
}

.f_kakugow6 {
  font-family: ヒラギノ角ゴ W6, "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.fs_12 {
  font-size: 12px;
}

.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_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

/*色*/
.fc_1 {
  color: var(--color-pink1);
}

/*ピンク*/
.fc_2 {
  color: #2c93db;
}

/*水色*/
.fc_3 {
  color: #ef6683;
}

/*-- 装飾 --*/
/*白*/
.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 50%, #ffdbdb 50%);
  background: -o-linear-gradient(transparent 50%, #ffdbdb 50%);
  background: linear-gradient(transparent 50%, #ffdbdb 50%);
  padding-bottom: 3px;

}

/*水色*/
.under_line3 {
  background: -webkit-linear-gradient(transparent 70%, #e8f4f5 70%);
  background: -o-linear-gradient(transparent 70%, #e8f4f5 70%);
  background: linear-gradient(transparent 70%, #e8f4f5 70%);
  padding-bottom: 2px;
}

.under_line4 {
  background: -webkit-linear-gradient(transparent 50%, #f5e8ed 50%);
  background: -o-linear-gradient(transparent 50%, #f5e8ed 50%);
  background: linear-gradient(transparent 50%, #f5e8ed 50%);
  padding-bottom: 1px;
}

.under_line5 {
  background: -webkit-linear-gradient(transparent 50%, #f0ebe7 50%);
  background: -o-linear-gradient(transparent 50%, #f0ebe7 50%);
  background: linear-gradient(transparent 50%, #f0ebe7 50%);
  padding-bottom: 3px;
}

.under_dotted1 {
  border-bottom: 2px dotted #a9b2b4;
}

.font_line_pink {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ede7e7 0%) repeat scroll 0 0;
  padding-bottom: 3px;
}

/*-- ボックス --*/
.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: absolute;
  display: inline-block;
  z-index: 1000000000;
  background: #fff;

}

.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: 25%;
  content: '';
  width: 50%;
  height: 8px;
  height: 8px;
    background-color: #fff;
    background-image: linear-gradient(to right, #9a9a9a 40%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 10px 4px;
    background-repeat: repeat-x;
    */
  position: absolute
}

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

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

/*背景slide*/
.slideout_box {
  position: relative;
}

.slide_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide_box::after {
  width: calc(100vw - 100vw);
  height: 100%;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.slide_box.on::after {
  width: 0%;
}

/****************ヘッダー****************/
header {
  width: 100%;
  top: 0;

  z-index: 100;
  position: fixed;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .6)
}

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: 45px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  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: #fda2ab;
  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;
  position: relative;
}

.overlay.open li:before {
  position: absolute;
  top: 9px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: var(--color-pink2);
}

.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(../images/arrow3.png); */
}

.overlay ul li:not(.menu_title):hover::after {
  right: 5px;
}

.overlay ul li a {
  text-align: left;
  padding: 10px 20px 5px 17px;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.overlay ul li a:hover {
  color: #cc8da5;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    left: 10%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

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


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

/*-------メインビジュアル---------*/
#recruit-lp {
  margin-top: 5rem;
}

#mainvisual {
  max-width: 1600px;
  margin: 0 auto;
  /* height: 93vh; */
  height: calc(9/16 * 100vw);
  max-height: calc(9/16 * 1600px);
  position: relative;
  background: no-repeat url(../img/recruit/rec-lp-01.jpg);
  background-size: 100%;
}

#mainvisual .mainvisual_txt {
  position: absolute;
  left: 0;
  /* padding: 90px 20px; */
  padding: 32px 7px;
  width: 0%;
}

#mainvisual .mainvisual1_txt {
  max-width: 400px;
}

#mainvisual .mainvisual1_txt {
  /* width: 150px; */
  width: 199px;
}

#mainvisual .mainvisual_txt_under {
  position: absolute;
  right: 0;
  bottom: 150px;
  max-width: 300px;
}

#mainvisual .mainvisual_txt_pc {
  display: none;
}

/*------- 当店のxx ---------*/
#about {
  margin-bottom: 130px;
}

#about .smalltxt {
  margin: 50px 0;
}

#about ul li:nth-of-type(odd) .a_txtbox,
#about ul li:nth-of-type(even) .a_txtbox {
  background: linear-gradient();
  position: relative;

}

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

#about ul li:nth-of-type(1) .a_txtbox:before {
  background: no-repeat top right/100% url(../img/recruit/rec-lp-06.jpg);
  top: 0
}

#about ul li:nth-of-type(2) .a_txtbox:before {
  background: no-repeat center bottom/100% url(../img/recruit/rec-lp-08.jpg);
  right: 0;
  bottom: -100px;
}

#about ul li .slide_box:after {
  top: auto;
  bottom: -55%;
  z-index: -1;
}

#about ul li:nth-of-type(1) .slide_box:after {
  left: 50px;
}

#about ul li:nth-of-type(2) .slide_box:after {
  right: 50px;
}


#about ul li:nth-of-type(odd) .outbox {
  text-align: right;

}

#about ul li .outbox {
  height: 400px
}

#about .about_img {
  max-width: 380px;
  background: rgba(255, 255, 255, .9);
  padding: 20px;
  width: 90%;
  box-shadow: 0 0 20px rgba(61, 55, 55, .2);
}

#about ul li:nth-of-type(odd) .outbox .about_img {

  outline: 1px solid #ffa2a1;
  outline-offset: -5px;
  margin-top: 10%;
  margin-left: 7%;
  margin-right: -5px;
}

#about ul li:nth-of-type(even) .outbox {
  text-align: left;
}

#about ul li:nth-of-type(even) .outbox .about_img {
  background: linear-gradient(0deg, #869bd2, #cee4e9, #d8eaee);
  padding: 20px;
  margin-top: 2.5%;
  margin-right: 7%;
  opacity: .9;
}

/*------- メッセージ ---------*/

#message {
  margin-bottom: 60px;
}

#message p.border_bottom {
  background-image: linear-gradient(to right, #decbcb, #decbcb 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0 20px;
}

#message h2 {
  max-width: 500px;
  margin: 0 20px;
}

#message p.border_bottom:last-child {
  background: none;
}

#message .message_pic {
  padding: 20px 20px;
}

#message .message_pic_bottom {
  background: url(../img/recruit/rec-lp-05.jpg);
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 60px;
  max-width: 1600px;
  margin: 0 auto;
  color: #898987;

}

#message .message_pic_bottom p {
  background-color: rgba(255, 255, 255, 80%);
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
  outline: 1px solid #ffaec6;
  outline-offset: -5px;
  max-width: 500px;
  line-height: 30px;
}

#message .message_box p.lh {
  line-height: 35px;
}

#message .message_pic_bottom span {
  color: #ef6683;

}

#message .message_box {
  margin: 0 auto;
  color: #7b7373;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 600px;
  text-align: center;
}

#message .message_box span {
  color: #f36f95;
  margin: 15px 0;
}

#message .message_box span.fs_l {
  font-size: 1.3em;
}

/*------- お給料 ---------*/

#salary {
  position: relative;
  /* background: url("../img/recruit/saraly_bg_sp.jpg") no-repeat center top 100px /100%; */
}

#salary .inner {

  margin: 10px;
}

#salary h2 {
  text-align: right;
  margin: 0 28%;
  width: 67%;
}

#salary h2 img {
  margin-top: -50px;
  max-width: 400px;
  width: 100%;
}

#salary .salary_bg {
  margin-top: 100px
}

#salary .simulation_box {
  padding-bottom: 25px;
  padding-top: 30px
}

#salary .simulation_box li {

  margin: 0 auto 25px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, #c2b9a9, #e7decf, #c2b9a9);
  border-image-slice: 1;
  background: rgba(255, 255, 255, .8);
  max-width: 380px;

}

#salary .simulation_box li img:first-child {
  max-width: 400px;
  margin-top: -15px;
  margin-left: -15px;
  width: 108%;
}

#salary .simulation_box .simu_txtbox {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px 15px 0px 15px;
  line-height: 30px;
  font-size: 13px;
  letter-spacing: .7px;

}

#salary .simulation_box .simu_txtbox p {}

#salary .simulation_box .simu_txtbox span {
  border-bottom: 1px dashed #ba9ba7;
  padding-bottom: 3px;
  color: #524949;
  font-size: 13px;
}

#salary .simulation_box .price_sample {
  padding: 15px;
}

#salary .simulation_box p {
  text-align: center;
}

.saraly_img03 {
  width: 50px;
  height: 15px;
  margin-bottom: 25px;
}


@media screen and (min-width: 737px) {
  /* PCの場合の背景画像 */

  .section4 {
    /* background: url("img/sample2.jpg") no-repeat fixed center center /cover; */
  }
}

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

  /* スマホの場合の背景画像 */
  #salary:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
  }

  /* スマホの場合は同じ要素の背景画像を変更する */
  #salary .simulation_box:before {}

  .section2.bgB:before {}
}



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

  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(../img/recruit/salary_titlebg1.png);}
#salary .salary_title.s_title2::after{background-image: url(../img/recruit/salary_titlebg2.png);}
#salary .salary_title.s_title3::after{background-image: url(../img/recruit/salary_titlebg3.png);} */
#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(../img/recruit/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: 450px;
  height: 250px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

#salary .simulation_box li {
  display: flex;
  flex-direction: column;
}

#salary .simulation_box .simu_txtbox {
  text-align: left;
}

#salary .simulation_box .simu_txtbox .staff_name {
  text-align: left;
  font-size: 16px;
}

#salary .simulation_box .simu_txtbox .day_salary {
  border: 2px solid #ddd;
  margin-bottom: 15px;
  font-size: min(4vw, 16px);
  padding: 0 5px;
}

#salary .simulation_box .simu_txtbox .timebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#salary .simulation_box .simu_txtbox .timebox .arrowbox {
  position: relative;
  background: var(--color-pink3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100px;
}

#salary .simulation_box .simu_txtbox .timebox .arrowbox::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 20px;
  border-color: transparent transparent transparent var(--color-pink3);
}

#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: 25px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_name {
  color: #fff;
  display: inline-block;
  background: var(--bg-gradation-p90);
  padding: 0 15px;
  border-radius: 20px;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt {
  text-align: left;
  padding-left: 25px;
  line-height: 1.8em;
}

#salary .simulation_box .simu_txtbox .timebox p.time_txt span {
  position: relative;
}

#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(../img/recruit/icon_clock.png); */
  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(../img/recruit/salary_img2.jpg); */
}

/*--------待遇-----------*/

#treatment {
  background: no-repeat center bottom/cover url(../img/recruit/rec-lp-11.jpg);
  padding: 50px 0 30px;
}


#treatment h2 {
  margin: 0 20px 45px;
  text-align: center;
}

#treatment h2 img {
  max-width: 500px;
  width: 100%;
}

#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(../img/recruit/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 {
  max-width: 450px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: rgb(255 255 255 / 70%);
  color: #6c5c5c;
}

#treatment .treatment_list h3 {
  background: var(--bg-gradation-p90);
  padding: 10px 0;
}

#treatment .treatment_list h3 .treatment_txt1 {
  max-width: 60px;
}

#treatment .treatment_list .t_ul_box {
  text-align: left;
  font-size: 1.2rem;
  padding: min(4%, 20px);
  margin-bottom: 30px;
  outline: 1px dashed rgba(223, 194, 210, 70%);
  outline-offset: -5px;
  border: 1px solid rgba(88, 88, 88, 30%);
}

#treatment .treatment_list ul li {
  position: relative;
  padding: 0px 0 0 16px;
  margin-bottom: 8px;
  vertical-align: baseline;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;

}

#treatment .treatment_list ul li span {
  color: #fb4d59;
  font-size: 18px;
}

#treatment .treatment_list ul li small {
  font-size: 12px;
}

#treatment .treatment_list ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 10px;
  content: "●";
  color: #d0b9c3;

}

#treatment .t_list_under.txt_box {
  margin: 0 auto 20px;
  max-width: 500px;
}


/*-- 当店のお約束 --*/
#promise h2 {
  background: linear-gradient(60deg, #f4a4a7 0%, #eda0a3 20%, #dc9396 75%, #d58c90 100%);
  margin-bottom: 15px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;

}

#promise h2 img {
  width: 65%;
  padding: 6% 0;
}

#promise .promise_listbox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#promise .promise_listbox .list_title {
  color: #fff;
  background: var(--bg-gradation2);
  padding: 10px;
  letter-spacing: 1px;
  margin: 10px auto 20px;
}

#promise .promise_listbox .promise_ul_box {
  display: block;
}

#promise .promise_listbox .promise_ul {
  text-align: left;
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

#promise .promise_listbox .promise_ul li {
  position: relative;
  padding: 0px 0 0 20px;
  margin-bottom: 15px;
}

#promise .promise_listbox .promise_ul li span {
  line-height: 25px;
}

#promise .promise_listbox .promise_ul li small {
  background: none;
  letter-spacing: .1px;
  font-size: 12px;
}

#promise .promise_listbox .promise_ul li::before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 900;
  font-size: 11px;
  color: #b01515;
}

#promise .promise_listbox .promise_undertxt {
  text-align: left;
  background: var(--color-pink3);
  padding: min(4%, 15px);
  line-height: 1.8;
}

#promise .staff_voice {
  padding: 40px 0;
  background: var(--color-pink3);
}

#promise .staff_voice .staff_voiceinner {
  width: calc(100% - 20px);
  max-width: 600px;
  padding: min(4%, 15px);
  margin: 0 auto;
  background: #fff;
}

#promise .btn_line {
  margin: 30px auto;
}




/*-- こんな心配はございませんか --*/

#shinpai {

  background-size: 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  max-width: 900px;

}

#shinpai {
  /* padding-top: 200px;
    background-image: url(../img/recruit/rec-lp-14.jpg); */
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#shinpai .shinpai h2 {
  margin-bottom: 20px;
  text-align: center;
}

#shinpai .shinpai h2 img {
  max-width: 500px;
  padding: 0 10px;
  width: 100%;
}

#shinpai .shinpai_ul li {
  margin-bottom: 15px;
  /* color: red; */
  font-size: 14px;
  display: inline-flex;
  letter-spacing: .5px;
}

#shinpai .shinpai_ul li:last-child {
  margin-bottom: 0;
}

#shinpai .shinpai li:before {
  content: "";
  display: inline-block;
  width: 17px;
  /*画像の幅*/
  height: 17px;
  /*画像の高さ*/
  /* background-image: url(../img/recruit/shinpai_icon.png); */
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-right: 4px;

}

.shinpai_ul_box {
  margin: 0 10px;
  padding-bottom: 0px;
}

.shinpai_ul {
  text-align: left;
  margin: 10px auto 0;
  padding: 13px 13px 13px 10px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  max-width: 500px;
}

.sankaku {
  width: 140px;
  margin: 0 auto;
  padding-top: 25px
}


/*-- ご安心ください --*/

#goanshin {
  text-align: left;
  padding-top: 10rem;
  /* background-blend-mode: multiply; */
  background-image: url(../img/recruit/rec-lp-14.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 50% top 0%;
}

#goanshin .goanshin {
  margin: 15px 0px 0px;

}

#goanshin h2 {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 70px;
}

#goanshin .h3_bg {
  background: linear-gradient(90deg, #fae299 0, rgba(255, 255, 255, 0) 65%);
  width: 100%;
  height: 50px;
  position: absolute;
}

#goanshin h3 {
  text-shadow: 0px 0 5px #fad15b, 0px 0 5px #fad15b;
  padding-left: 20px;
  padding: 5px 0 5px 30px;
  font-size: 25px;
  font-family: A-OTF フォーク Pro, ヒラギノ角ゴ W6, "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 1.8px;
  position: relative;
  height: 50px;
  color: #fff;
}

#goanshin h3 span {
  font-size: 20px;
}

.goanshin_ul_box {
  margin: 0 15px;
}

.goanshin_listbox {
  max-width: 600px;
  margin: 0 auto;
}

#goanshin h2 img {
  width: 50%;
}

#goanshin .goanshin li .acc_title {
  margin-bottom: 14px;
  color: #5b6a8d;
  text-shadow: 0 0 10px rgb(255 255 255), 0 0 10px rgb(255 255 255);
  display: inline-flex;
  letter-spacing: .5px;
  font-size: 14px;
}

#goanshin .goanshin li .acc_title:before {
  content: "";
  display: inline-block;
  width: 16px;
  /*画像の幅*/
  height: 16px;
  /*画像の高さ*/
  /* background-image: url(../img/recruit/shinpai_icon.png); */
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-right: 4px;
}


#goanshin .acc_boxinner {
  background: linear-gradient(45deg, #fca9bb, #ea9bbb);
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: .6px;
}

#goanshin .acc_boxinner span {
  color: #ffe9ad;
}

#goanshin .goanshin_ul li:last-child .acc_boxinner {
  margin-bottom: 10px;
}


#goanshin .acc_boxinner:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  border: 7px solid transparent;
  border-bottom: 12px solid #f5a4bb;
}




/*-- 一つでも当てはまりましたらご応募下さい♪ --*/

#hitotsudemo {
  padding-bottom: 45px;
  margin-bottom: 45px;
  background: linear-gradient(180deg, #fff 0, #ffe5e5 40%);

  background-size: 100%;

}

#hitotsudemo .hitotsudemo {
  background: url(../img/recruit/rec-lp-14.jpg);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: top left 260%;
}

#hitotsudemo h2 {
  text-align: right;
  padding-top: 60px;
  padding-bottom: 15px;
  margin-right: 10px;
}

#hitotsudemo .hitotsudemo {
  margin: 0 auto;


}

#hitotsudemo h2 img {
  width: 63%;
}

.hitotsudemo_listbox {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 10px;
  max-width: 600px;
  margin: 0 10px;
}

.hitotsudemo_listbox li {
  margin-bottom: 10px;
  border-bottom: 2px dotted #d8d4d4;
  color: #6f5464;
  font-size: 13px;
  letter-spacing: 0.8px;
  padding-bottom: 3px;
  display: flex;
}

.hitotsudemo_listbox li:before {
  content: "";
  content: "\f14a";
  font-weight: 100;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  text-align: center;
  color: #e2b7c2;
  padding-right: 3px;
  margin-top: -3px;
}

.hitotsudemo_listbox li .br_none {
  display: none;
}

.dotted {
  width: 7px;
  margin: 0 auto;
  padding-top: 20px;
}



/*-- グループ店 --*/

#group {
  margin: 0 auto;
}

#group .inner {
  margin: 20px 20px 0px;
}

#group h2 {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;

}

#group img:nth-child(2) {
  margin-bottom: 20px;
}

#group .group_txt {
  text-align: left;
  font-size: 16px;
  color: #7e7474;
  letter-spacing: .5px;
}

#group .group_txt span {
  color: #f74d83;
  font-weight: bold;
}

#group .group_box div {
  color: #4e4141;
}

#group .group_box div p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: .4px;
}

#group .debut_flow {
  background: var(--color-pink3);
  margin: 0 auto;
  padding: 15px 13px;
  max-width: 600px;
  border-radius: 30px;
}

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

#group .flow_title::before {
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #a7e5ff;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
}

#group .flow_list li {
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}

#group .flow_list li::after {
  position: absolute;
  bottom: -34px;
  left: calc(50% - 8px);
  width: 25px;
  height: 16px;
  content: "";
  /* background: no-repeat center center/25px url(../img/recruit/arrow1.png); */
}

#group .flow_list li:last-of-type::after {
  content: none;
}

#group .li_lastbox h3 {
  border-left: 5px solid #b56d68;
  color: #9f5f5f;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

#group .li_lastbox {
  color: #4e4141;
  letter-spacing: .8px;
}

#group .li_lastbox .group_banner {
  margin: 0 0 15px;
}

#group .li_lastbox .kinmuchi {
  padding: 15px 0 10px;
}


#group .flow_list li .flow_pic {
  position: relative;
  height: 150px;
  overflow: hidden;
}


.women_box {
  max-width: 500px;
  margin: 0 auto 100px;

}

#group .flow_list li .flow_pic::after {
  position: absolute;
  bottom: -4px;
  right: 0;
  line-height: 1;
  font-size: 30px;
  letter-spacing: 4px;
}

#group .flow_list li:nth-of-type(odd) .flow_pic::after {
  color: rgb(255 255 255 / 80%);
}

#group .flow_list li:nth-of-type(even) .flow_pic::after {
  color: rgb(144 144 144 / 80%);
}

#group .flow_list li:nth-of-type(1) .flow_pic::after {
  content: "STEP1"
}

#group .flow_list li:nth-of-type(2) .flow_pic::after {
  content: "STEP2"
}

#group .flow_list li:nth-of-type(3) .flow_pic::after {
  content: "STEP3"
}

#group .flow_list li:nth-of-type(4) .flow_pic::after {
  content: "STEP4"
}

#group .flow_list li .flow_txt {
  background: #fff;
  padding: min(4%, 20px);
  line-height: 1.8;
}

#group .li_lastbox {
  text-align: left;

  margin-top: 20px;
  background: linear-gradient(45deg, #fce1ea, #fdf2f6);
  margin-bottom: 35px;
}

#group .li_lastbox ul li {
  display: inline-block;
}

#group .li_lastbox ul li span {
  background: #fff;
  border-radius: 30px;
  padding: 7px 10px;
  color: #f9909c;
  position: relative;
}

#group .li_lastbox ul li span:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
}


#group .li_lastbox:nth-child(2) {
  background: linear-gradient(45deg, #efe4f5, #f7ebf5)
}

#group ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 20px;
}

#group ul li {
  margin: 0 3px;
}

#group ul li span {
  padding: 5px;
}

#group .checpoint_box {
  text-align: left;
  padding: min(7%, 40px);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}

#group .official_site {
  text-align: center;
  position: relative;
  background: #c7adb9;
  border-radius: 20px;
  padding: 5px 0;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(200, 170, 185, .8);

}

#group .official_site:after {
  position: absolute;
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  font-size: 11px;
}

/*---------よくあるご質問---------*/
#qa {
  padding: 45px 15px;
  /* background: no-repeat top center/cover url(../img/recruit/qa_bg.png); */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#qa h2 {
  text-align: center;
}

#qa h2 img {
  max-width: 500px;
  margin-bottom: 40px;
}

#qa .title_qa {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}

#qa .inner {
  max-width: 500px;
  margin: 0 auto;
}

#qa .qa_list {
  text-align: left;
}

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

#qa .qa_list li:last-child {
  margin-bottom: 0;
}

#qa .acc_title {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 12px 34px 12px 38px;
  background: rgba(255 255 255 / 70%);
  max-width: 620px;
  border: 1px solid #fff;
  color: #623838;
  font-size: 14px;
}

#qa .acc_title::before {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 20px;
  height: 36px;
  content: "";
  /* background: no-repeat center center/30px url(../img/recruit/qa_q.png); */
  background-size: contain;
}

#qa .acc_title::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  content: "";
  /* background: no-repeat center center/30px url(../img/recruit/arrow2_1.png); */
  background-size: contain;
}

#qa .acc_title.open::after {
  /* background-image: url(../img/recruit/arrow2_2.png); */
}

#qa .acc_box {
  display: none;
}

#qa .acc_boxinner {
  position: relative;
  max-width: 620px;
  background: rgb(255 232 232 / 70%);
  mix-blend-mode: multiply;
  padding: 13px;
  margin: 15px auto 20px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: .5px;
  background-blend-mode: multiply;
  color: #4c4343;
  padding: 13px 17px 13px;
}

#qa .acc_boxinner .answer {
  font-family: Cinzel, serif;
  position: relative;
  padding: 0 0 0 0px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 3px #f78480, 0 0 3px #f78480;
  letter-spacing: 1px;
}

#qa .acc_boxinner .answer img {
  width: 75px;
}

#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: #fff;
  padding: 40px 20px 70px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

#detail h3 img {
  max-width: 600px;
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
}

#detail .detail_table {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#detail .acc_box {
  display: none;
}

#detail h2 .title_img {
  margin-right: 20px;
}

#detail .detail_table dt {
  padding: 13px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(to right, #f9b1b2, #fea1ac);
  outline: 1px solid #fff;
  outline-offset: -5px;
  font-size: 17px;
}


#detail .detail_table dd {
  padding: 15px 10px;
  line-height: 30px;
  color: #292929;
  line-height: 34px;

}

#detail .detail_table dd p {
  padding-bottom: 13px;
}

#detail .detail_table dd p img {
  margin: 15px auto;
}

#detail .detail_table dd div {
  color: #ff82a0;
  letter-spacing: 0px;
  line-height: 34px;
  font-size: 17px;

}

#detail .detail_table dd .treatment_box {
  text-align: center;
  padding-top: 10px
}


#detail .detail_table dd .border {
  border: #ff83a0 1px solid;
  padding: 10px;
  border-radius: 30px;
  color: #ff83a0;
  display: inline-block;
  margin-bottom: 15px;
}

#detail .detail_table dd span {
  color: #fe7d9c;
}


/*-----------スタッフよりコメント-----------*/


#comment {
  max-width: 900px;
  margin: 0 auto;
}

#comment h2 {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

#comment h2 img {
  max-width: 500px;
  width: 100%;
}

#comment .comment_wrap {
  text-align: left;
  padding-right: 10vw;
  position: relative;
  margin-bottom: 100px;

}

#comment .comment_box {
  background: rgba(255, 255, 255, .9);
  padding: 25px;
  border: 1px solid #a79595;
  margin-bottom: 40px;
  color: #322e2d;
  letter-spacing: .6px;
  line-height: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#comment .comment_box:before {
  content: "";
  background: url(../img/recruit/rec-lp-30.jpg) right top no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -70px;
  right: 0px;
  width: 90%;
  height: 100%;
  z-index: -2;
  right: calc(-20px -4px -400px);
}

/*-----------フッター-----------*/
footer {
  background: #fff;
  text-align: center;
  padding: 30px 0 80px;
  color: #a79595;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer small {
  font-size: 12px;
}

footer .footer_link a {
  color: #a79595;
  text-decoration: underline;
  text-decoration-color: #f5e8ed;
}

/*追尾*/
#footer_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  /*    padding: 0 4px 4px;*/
  z-index: 1000;
  height: 55px;
}

#footer_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  background: #fff;
}

#footer_nav ul li {
  width: calc((100% - 2px) / 3);
  font-size: 13px;
  background: #fff;
}

#footer_nav ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 9px 0 9px;
  line-height: 1.6em;
  letter-spacing: 1px;

}

#footer_nav ul .f_line {
  background: #82deb9;

}

#footer_nav ul .f_line img {
  width: 17px;
}

#footer_nav ul .f_mail {
  background: #9ab1ea;
}

#footer_nav ul .f_mail img {
  width: 17px;
}

#footer_nav ul .f_tel {
  background: #e26f82;
}

#footer_nav ul .f_tel img {
  width: 17px;
}

#footer_nav ul li a i {
  font-size: 18px;
  color: #fff;
}

#footer_nav .open_btn {
  padding: 0px;
}


#contents_entry {
  background: #fbf3f1;
  margin: 0 10px 0px;
  padding: 40px 0 0px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#contents_entry h2 {
  text-align: center;
}

#contents_entry h2 .title_img {
  margin-right: 20px;
}

#contents_entry .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  margin: 10px;
  padding: 17px;
}

#contents_entry p {
  margin-bottom: 20px;
}

#contents_entry p:last-child {
  margin-bottom: 35px;
}

#contents_entry .inner div {
  background: rgba(255, 255, 255, .7);
  margin-bottom: 25px;
  box-shadow: 0 0 5px rgba(200, 200, 200, .7);
  padding: 20px;
  text-align: center;
}

#contents_entry .inner div:last-child {
  margin-bottom: 0px;
}

#contents_entry .inner div img {
  max-width: 350px;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
}

#contents_entry .inner p span {
  display: inline-block;
  letter-spacing: .5px;
  margin-left: 10px;
}

#contents_entry .inner div p {
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  padding-bottom: 15px;
}

#contents_entry .inner div p a {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  display: block;
  font-size: 15px;
  pointer-events: auto;
  cursor: pointer;

}

#contents_entry .inner div p+p {
  margin-top: 1rem;
}

#contents_entry div .f_line {
  background: #82deb9;
  padding: 18px
}

#contents_entry div .f_mail {
  background: #9ab1ea;
  padding: 18px
}

#contents_entry div .f_tel {
  background: #e26f82;
  padding: 18px
}


#contents_entry ul {
  background-color: #fff;
  outline: #fff 2px solid;
  outline-offset: 5px;
  margin: 10px 10px 20px;
  text-align: left;
  padding: 10px;
  background-image: linear-gradient(45deg, white 50%, transparent), url(../img/recruit/rec-lp-32.jpg);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  letter-spacing: 1px;
}

#contents_entry ul li {
  padding-right: 3px;
  padding-bottom: 5px;
  letter-spacing: .5px;
  color: #322e2d;
  font-size: 15px;
}

#contents_entry .phone_content ul li {
  padding-right: 3px;
  padding-bottom: 5px;
  letter-spacing: .5px;
  font-weight: bold;
  color: #322e2d;
}

#contents_entry ul li .fs_s {
  margin-left: 10px;
  display: inline-block;
}

#contents_entry ul li:last-child {
  padding-bottom: 0;
}

#contents_entry ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #a79595;
  font-size: 10px;
  padding-right: 3px;
}


/* btn */
.form_btn {
  padding-top: 20px;
}

.form_btn .btn_go {
  background: #e778a4;
  color: #fff;
  border: 1px solid #e778a4;
  padding: 15px 10px;
  width: 260px;
  margin-bottom: 10px;
  outline: none;
}

.form_btn .btn_go:hover {
  background: #474747;
  border: 1px solid #474747;
}

.form_btn .btn_reset {
  background: #74a5bb;
  color: #fff;
  border: 1px solid #74a5bb;
  padding: 15px 10px;
  width: 260px;
  outline: none;
}

.form_btn .btn_reset:hover {
  background: #fff;
  color: #74a5bb;
}

.bg_content_left {
  display: none;
}

.bg_content_right {
  display: none;
}

/*------------------
320〜350
---------------------*/
@media screen and (max-width: 320px) {
  #shinpai .shinpai_ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #about ul li:nth-of-type(even) .outbox .about_img {
    margin-top: 0%;
  }

  #about ul li .outbox {
    height: 300px;
  }

  .br_none {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  #group .li_lastbox ul li span {
    font-size: 12px
  }
}

@media screen and (max-width: 350px) {
  #group .li_lastbox ul li span {
    font-size: 10px
  }

  #footer_nav ul li {
    font-size: 11px;
    line-height: 1.6em;
  }

}

/*------------------
400~
---------------------*/
@media screen and (min-width: 400px) {
  #salary .simulation_box .simu_txtbox .timebox .arrowbox {
    width: 70px;
  }

  .br_none {
    display: none;
  }

  #about ul li:nth-of-type(even) .outbox .about_img {
    margin-top: 7%;
  }

}

/*------------------
480~
---------------------*/
@media screen and (min-width: 480px) {

  #about {
    margin-bottom: 300px;
  }

  #about ul li:nth-of-type(1) .slide_box.on:after,
  #about ul li:nth-of-type(2) .slide_box.on:after {
    width: 0;
  }

  #about ul li:nth-of-type(odd) .outbox .about_img {
    margin-right: 0%;
  }

  #about ul li:nth-of-type(even) .outbox .about_img {
    margin-left: 0%;
    margin-top: 27%
  }

  #mainvisual .mainvisual1_txt {
    width: 200px;
  }

  #salary h2 {
    margin: 0 0 0 15%;
    text-align: center;
  }

  #salary .salary_title {
    max-width: 500px;
  }

  #treatment {
    background: no-repeat center top/cover url(../img/recruit/treatment_bg.jpg);
    padding: 50px 0 30px;
    max-width: 1600px;
    margin: 0 auto;
  }

  #treatment .treatment_title {
    font-size: 1.8rem;
  }

  #goanshin h2 {
    background-size: cover;

  }

  #sevenpoint .txt_box {
    max-width: 670px;
  }

  #shopsite .shopsite_bnr {
    margin-bottom: 60px;
  }

  #shinpai {
    background-image: none;
    background-position: center;
    background-size: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-image: none;

    /* background: url(../img/recruit/shinpai_pc02.png); */
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center top 200px;
  }

  .bg_content_left {
    display: inline-block;
    position: absolute;
    top: -3%;
    right: 38%;
    z-index: -1;
    width: 30%;
    width: 430px;
  }

  .bg_content_right {
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 47%;
    z-index: -2;
    width: 400px;
  }

  .sankaku {
    mix-blend-mode: multiply;
  }

  #goanshin h2 img {
    width: 40%
  }

  #promise {
    margin-bottom: 100px;
  }
}

/*------------------
600~
---------------------*/
@media screen and (min-width: 600px) {
  .hitotsudemo_listbox {
    margin: 0 auto;
  }

  .bg_content_left {
    display: inline-block;
    position: absolute;
    top: -3%;
    right: 38%;
    z-index: -1;



  }

  .bg_content_right {
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 52%;
    z-index: -2;


  }

}

/*------------------
700~
---------------------*/
@media screen and (min-width: 700px) {
  .del_700 {
    display: none;
  }

  .block_700 {
    display: inline-block;
  }

  #mainvisual {
    max-width: 1600px;
    max-height: 700px;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(../img/recruit/mainvisual-pc.jpg); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }


  .mainvisual1_txt {
    /* display: none */
  }

  #mainvisual .mainvisual_txt {
    position: absolute;
    left: 0;
    padding: 15% 8%;
  }

  #mainvisual .mainvisual_txt img {
    width: 320px;
  }

  #mainvisual .mainvisual_txt_pc {
    display: block;
    position: absolute;
    left: 0;
    padding: 10% 10%;
  }

  #mainvisual .mainvisual_txt_pc img {
    width: 230px;
    left: auto;
  }

  #mainvisual .mainvisual_txt_under {
    right: 0;
    bottom: 0px;
    max-width: 500px;
  }

  #about {
    margin-bottom: 200px;
  }

  #about ul li:nth-of-type(1) .a_txtbox:before {
    background-position: center center;
  }

  #about ul li:nth-of-type(odd) .outbox .about_img {
    margin-right: 8%;
  }

  #about ul li:nth-of-type(even) .outbox .about_img {
    margin-top: 13%;
    margin-left: 8%;
  }

  #about ul li .outbox {
    height: 500px;
  }

  #message {
    margin-bottom: 120px;
  }

  #message h2 {
    margin: 60px auto;
  }

  #message .message_box p.lh {
    line-height: 45px;
  }


  #message .message_pic_bottom p span {
    color: #e76883;
  }

  #promise {
    margin-bottom: 100px;
  }

  #promise .promise_listbox .promise_ul li {
    font-size: 17px;
    margin: 20px 15px;
  }


  #salary {
    position: relative;
    /* background: url("../img/recruit/saraly_bg.jpg") no-repeat center top 100px/cover !important; */
    background-attachment: fixed;
  }

  #salary h2 {
    margin-bottom: 30px;
  }

  #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;
    justify-content: center;
  }


  #treatment {
    /* background: no-repeat center top/cover url(../img/recruit/treatment_bg.jpg); */
    padding: 50px 0 30px;
    max-width: 1600px;
    margin: 0 auto;
  }

  #treatment .t_list_under.txt_box {
    max-width: 600px;
    text-align: center;
  }

  #promise h2 {}

  #promise h2 img {
    max-width: 320px;
    padding: 2% 0;
  }

  #shinpai {
    background-image: none;
    background-position: center;
    background-size: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-image: none;


    /* background: url(../img/recruit/shinpai_pc02.png); */
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center top 100px;
  }

  #shinpai h2 {}

  #shinpai .shinpai {}

  #shinpai .shinpai_ul {
    max-width: 750px;
    padding: 20px 20px 20px 17px;
  }

  #shinpai .shinpai_ul li {

    font-size: 18px;
  }

  #shinpai .shinpai li:before {
    margin-top: 5px;
  }

  #goanshin {
    max-width: 1600px;
    margin: 0 auto;

  }

  #goanshin h2 {
    background-size: 100%;
    min-height: 400px;
    background-size: cover;
    position: relative;

  }

  #goanshin {
    text-align: left;
    background-size: 220%;
    background-repeat: no-repeat;
    background-position: left 50% top -15%;
    padding-top: 0;
    background-size: 1600px;
  }

  #goanshin .goanshin {
    margin: 15px 0px 50px;

  }

  #goanshin h2 {
    text-align: left;

    padding-left: 10px;

    width: 700px;
    margin: 0 auto 90px;
    padding-top: 70px;

  }

  #goanshin h2 img {
    max-width: 260px;
    position: absolute;

  }

  .goanshin_listbox {
    max-width: 750px;

  }

  #goanshin .goanshin li {}

  #goanshin .goanshin li .acc_title {
    font-size: 18px;

  }

  #goanshin .goanshin li .acc_title:before {
    margin-top: 5px;
  }

  #goanshin .acc_boxinner {
    font-size: 17px;
    margin-bottom: 35px;

  }

  #goanshin .acc_boxinner:before {
    left: 7%;
  }

  #hitotsudemo {
    max-width: 750px;
    margin: 0 auto 50px;
    padding-bottom: 60px;
    border-radius: 30px;
  }

  #hitotsudemo h2 {
    margin: 0 auto;

  }

  #hitotsudemo h2 img {
    max-width: 400px;
    width: 50%;
    margin-right: 70px;
  }


  #hitotsudemo .hitotsudemo {

    background-size: 400px;
    background-position: left -60px top;
    background-repeat: no-repeat;
    background-size: 100%;

  }

  .hitotsudemo_listbox {
    margin: 0 auto;
  }

  .hitotsudemo_listbox li {
    font-size: 16px;
  }


  .dotted {
    width: 7px;
    margin: 0 auto;
    padding-top: 0px
  }

  #group .li_lastbox h3 {
    font-size: 17px;
  }

  #group .group_txt {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 30px
  }

  #group .group_box div p {
    font-size: 15px;
  }

  #qa {
    padding: 60px 0px;
  }

  #qa .acc_boxinner {
    font-size: 15px;
    letter-spacing: 1px;
  }

  #detail img:nth-child(2) {
    padding: 0 30px;
  }

  .bg_content_left {
    display: inline-block;
    position: absolute;
    top: -3%;
    right: 52%;
    z-index: -1;

  }

  .bg_content_right {
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 52%;
    z-index: -2;


  }

  #salary h2 {
    margin-bottom: 50px;
  }

  #salary .simulation_box .simu_txtbox span {
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 40px;
  }

  #salary .simulation_box li img:first-child {
    max-width: 500px;
  }

  #salary .simulation_box li {
    max-width: 470px;
  }

  #salary .simulation_box li {
    margin: 0 25px 80px;
  }

  #salary .saraly_img03 {
    display: none;
  }

  #contents_entry {
    margin: 0;
    padding-bottom: 30px;
  }

  #footer_nav {
    display: none;
  }

  footer {
    padding: 60px 0;
  }
}

/*------------------
780~
---------------------*/
@media screen and (min-width: 780px) {

  #salary .simulation_box li {
    margin: 0 25px 80px;

  }


  #salary .simulation_box {
    padding-bottom: 0px;
  }

  #shinpai .shinpai {
    margin-top: 5%;
  }

  .sankaku {
    width: 260px;
  }
}


/*------------------
900~
---------------------*/
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }

  .del_900 {
    display: none;
  }

  #mainvisual {
    max-width: 1600px;
    max-height: 700px;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(../img/recruit/mainvisual-pc.jpg); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  #mainvisual .mainvisual_txt_under {
    right: 0;
    bottom: 0px;
    max-width: 500px;
  }

  #message .message_box {
    font-size: 20px;
    max-width: 800px;
    line-height: 45px;
  }

  #message .message_pic_bottom p {
    margin: 0 auto;
    font-size: 22px;
    color: #898886;
    line-height: 45px;
    padding: 40px 0;
  }

  #about {
    margin-bottom: 200px;
  }

  #about .smalltxt {
    margin: 80px 0;
  }

  #about ul {
    max-width: 900px;
    margin: 0 auto;
  }

  #about ul li .a_txtbox:before {
    width: 900px;
  }

  #promise .promise_listbox .promise_ul li small {
    font-size: 14px;
  }

  #salary .salary_bg {
    background: none;
  }

  #salary .salary_box1 {
    padding-bottom: 80px;
  }

  #salary .inner {
    max-width: 1300px;
    margin: 0 auto;
  }

  #salary .salary_ul {
    padding: 35px 20% 25px 30px;
  }

  #salary .salary_pic_simubottom {
    margin: 60px auto 70px;
  }

  #treatment {
    padding: 0px 0 50px;
  }

  #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: 850px;
  }

  #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%, 22px);
  }

  #treatment .treatment_list ul li {
    margin-bottom: 18px;
    margin: 0 15px 15px;
    font-size: 19px;
  }

  #treatment .treatment_list ul li span {
    font-size: 22px
  }

  #treatment .treatment_list ul li small {
    font-size: 14px;
    display: block;
  }

  #promise .promise_listbox .promise_ul_box {
    display: flex;
  }


  #group {
    max-width: 900px;
    margin: 0 auto 100px;

  }

  #group .group_box {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
  }




  #group .debut_flow {
    margin: 10px;
  }

  #group .debut_flow .flow_list {
    max-width: 600px;
    margin: 0 auto;
  }


  #group ul {

    margin-bottom: 20px;
  }

  #group .group_box div p {
    font-size: 17px;
  }

  #group .official_site {
    text-align: center;
    position: relative;
    background: #c7adb9;
    border-radius: 20px;
    padding: 5px 0;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(200, 170, 185, .8);

  }

  #group .official_site:after {
    position: absolute;
    margin-left: 3px;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 14px;
  }

  #promise .promise_listbox {
    max-width: 1000px;

  }

  #promise .promise_listbox .promise_ul li {
    font-size: 22px;
  }

  #promise .promise_listbox .promise_ul li .br_none {
    display: inline-block;
  }

  #promise .p4_ul_box {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0 auto 30px;
  }

  #promise .promise_listbox .promise_undertxt {
    text-align: center;
  }

  #qa {
    /* background: no-repeat top center/cover url(../img/recruit/qa_bg_pc.jpg); */
    background-attachment: fixed;
  }

  #contents_entry p {
    font-size: 17px;
  }

  #contents_entry ul li {
    font-size: 17px;
  }

  #shinpai {
    /* background: url(../img/recruit/shinpai_pc02.png); */
    background-position: center top -40px;
    background-repeat: no-repeat;
  }

  #shinpai .shinpai_ul li {
    font-size: 20px;
  }

  #shinpai .shinpai li:before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }

  #goanshin .goanshin li .acc_title {
    font-size: 20px;
  }

  #goanshin .goanshin li .acc_title:before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }

  #goanshin .acc_boxinner {
    font-size: 20px;
  }

  .hitotsudemo_listbox li {
    font-size: 20px;
    line-height: 45px;
  }

  .hitotsudemo_listbox li .br_none {
    display: inline-block;
  }

  .hitotsudemo_listbox li:before {
    margin-top: 0px;
  }

  #group .group_txt {
    font-size: 21px;
    letter-spacing: 1px
  }

  #group .li_lastbox h3 {
    font-size: 20px;
  }

  #group .group_box div {
    font-size: 18px;
  }

  .women_box {
    margin: 50px auto 150px;
  }

  #salary h2 {
    margin-bottom: 50px;
  }

  #salary .simulation_box .simu_txtbox span {
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 40px;
  }

  #salary .simulation_box li img:first-child {
    max-width: 500px;
  }

  #salary .simulation_box li {
    max-width: 470px;
  }

  #qa .acc_title {
    font-size: 18px;
  }

  #qa .acc_title::before {
    top: 8px;
  }

  #qa .acc_boxinner {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
  }

  #qa .acc_boxinner .answer {
    font-size: 18px;
    letter-spacing: 3px;
  }

}

/*------------------
1040~
---------------------*/
@media screen and (min-width: 1040px) {
  #salary .simulation_box .price_sample_bottom {
    position: absolute;
    bottom: 0
  }

}

/*------------------
1100~
---------------------*/
@media screen and (min-width: 1100px) {
  header {
    height: 80px;
  }

  header .pc_menu {
    display: block;
    padding: 0 80px 0 0;
  }

  header .pc_menu ul li {
    display: inline-block;
  }

  header .pc_menu ul li::after {
    content: "/";
    color: #ded9cf;
    padding: 0 10px;
  }

  header .pc_menu ul li:last-of-type::after {
    content: none;
  }

  header .pc_menu ul li a {
    padding: 10px;
    color: #999;
    font-size: 13px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  header .pc_menu ul li a:hover {
    color: #cdb377;
  }

  #mainvisual {
    height: 100vh;
  }

  .button_container {
    top: 12px;
  }

  #shinpai {
    background-position: center top -30px;
  }

  #goanshin .h3_bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #fae299 20%, rgba(255, 255, 255, 0) 50%);

  }

}


/*------------------
1290~
---------------------*/
@media screen and (min-width: 1290px) {

  #salary .simulation_box .price_sample_bottom02 {
    position: absolute;
    bottom: 0
  }

  #message h2 {
    margin: 70px auto 20px;
  }
}

/*------------------
1400~
---------------------*/
@media screen and (min-width: 1400px) {
  #shinpai .shinpai {

    background-position: center top -350px;
  }

  #mainvisual {
    max-width: 1600px;
    max-height: 700px;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%, #fff 120%), url(../img/recruit/mainvisual-pc.jpg); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  #mainvisual .mainvisual_txt {
    position: absolute;
    left: 0;
    padding: 10% 10%;
  }

  #goanshin .h3_bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, #fae299 30%, rgba(255, 255, 255, 0) 50%);

  }

}


/*ポップアップここから*/
.phone_wrap input {
  display: none;
}

.phone_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.phone_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.phone_content {
  position: relative;
  align-self: center;
  width: 95%;
  max-width: 500px;
  padding: 30px 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 4px;
  text-align: left;

}

.phone_content .img_qr {
  text-align: center;
  padding-top: 10px;
}

.phone_content .img_qr img {
  width: 40%;
  max-width: 200px;
}

.close_btn {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
  color: #9f5f5f;
  font-weight: 900;
}

.phone_wrap input:checked~.phone_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px;
}

.open_btn:hover {
  transition: .3s ease;
}

.phone_area {}

.phone_area ul {}

.phone_area li {
  background: #fff;
  font-size: 20px;
  margin: 10px;
  padding: 13px 5px;
  border-radius: 50px;
}

.phone_area li.phone_area_01 a {
  color: #c71414;
  display: block;
}

.phone_area li.phone_area_02 a {
  color: #0fb53b;
  display: block;
}

.line_pop {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;

}

.line_pop span:first-child {

  line-height: 25px;
  font-size: 13px;
}

.line_pop img {
  width: 120px;
  margin-left: 10px;
}

/*ポップアップココまで*/


li {
  list-style: none;
}

li::marker {
  display: none
}

/*アニメーション*/
.bounce {
  animation: bounce 1.1s both;
}

/* アンカー*/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.contents_entry h2 {
  text-align: center;
}

#detail h2 {
  text-align: center;
}

#recruit-lp img.saraly_img03 {
  width: 50px;
}

.acc_title {
  text-align: center;
}

@media screen and (min-width:801px) {
  #recruit-lp {
    margin-top: 0;
    width: 83%;
    margin-left: auto;
  }
}

.movie-box {
  width: 22rem;
  margin: 0 auto;
  height: calc(3 / 4 * 22rem);
  padding: 1rem 0;
}

.movie-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:701px) {
  .movie-box {
    width: 40rem;
    margin: 0 auto;
    height: calc(3 / 4 * 36rem);
    padding: 1rem 0;
  }
}