@charset "UTF-8";

/*--------------------------------------
リセットCSS
--------------------------------------*/
*,::before,::after {-webkit-box-sizing: border-box;box-sizing: border-box;border-style: solid;border-width: 0;}
html {line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body {margin: 0;}
main {display: block;}
p,table,blockquote,address,pre,iframe,form,figure,dl {margin: 0;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;margin: 0;}
ul,ol {margin: 0;padding: 0;list-style: none;}
dt {font-weight: 700;}
dd {margin-left: 0;}
hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;overflow: visible;border-top-width: 1px;margin: 0;clear: both;color: inherit;}
pre {font-family: monospace, monospace;font-size: inherit;}
address {font-style: inherit;}
a {background-color: transparent;text-decoration: none;color: inherit;}
abbr[title] {-webkit-text-decoration: underline dotted;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size: inherit;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg,img,embed,object,iframe {vertical-align: bottom;}
button,input,optgroup,select,textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;vertical-align: middle;color: inherit;font: inherit;background: transparent;padding: 0;margin: 0;border-radius: 0;text-align: inherit;text-transform: inherit;}
[type=checkbox] {-webkit-appearance: checkbox;-moz-appearance: checkbox;appearance: checkbox;}
[type=radio] {-webkit-appearance: radio;-moz-appearance: radio;appearance: radio;}
button,[type=button],[type=reset],[type=submit] {cursor: pointer;}
button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled {cursor: default;}
:-moz-focusring {outline: auto;}
select:disabled {opacity: inherit;}
option {padding: 0;}
fieldset {margin: 0;padding: 0;min-width: 0;}
legend {padding: 0;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
input[type="checkbox"] {margin: 0;padding: 0;background: none;border: none;border-radius: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {height: auto;}
[type=search] {outline-offset: -2px;}
[type=search]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
label[for] {cursor: pointer;}
details {display: block;}
summary {display: list-item;}
[contenteditable]:focus {outline: auto;}
table {border-color: inherit;}
caption {text-align: left;}
td,th {vertical-align: top;padding: 0;}
th {text-align: left;font-weight: 700;}

/*--------------------------------------
サイト共通定義
--------------------------------------*/
:root{
  --color-black1: #5a4f63;
  --color-gold1: #c4a074;
  --color-pink1: #ef8898;
  --color-purple1: #857ea0;

  --bg-pink1: #fef7f7;
  --bg-pink2: #ffe9eb;
  --bg-purple1: #f5e9f9;

  --border-pink1: #f0d3d6;
  --border-purple1: #d9c7e4;

  --btn-pink1: #f2b4be;
  --btn-blue1: #9dc4e6;
  --btn-green1: #abd28e;
  --btn-orange1: #f1c587;
  --btn-gold1: #d0af87;
}

body{
  font-size: 14px;
  color: var(--color-black1);
  background: var(--bg-pink1);
}
/*body {
  line-height: 1.8;
  margin: 0 auto;
  min-height: 800px;
  min-width: 320px;
  width: 100%;
  color: var(--color-black1);
  background: var(--bg-pink1);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
  font-size: 14px;
  font-style: normal;
  position: relative;
  letter-spacing: 1px;
}
body.open {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--color-pink1);
  border-radius: 100px;
}*/
::-moz-selection {
  background: var(--color-pink1);
  color: #fff;
}
::selection {
  background: var(--color-pink1);
  color: #fff;
}
ul::-webkit-scrollbar {
  display: none;
}
[id] {
  scroll-margin-top: 80px;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.inner {
  max-width: 1025px;
  margin: auto;
}
.spacing {
  padding-left: 20px;
  padding-right: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_80 {
  margin-bottom: 80px!important;
}
.atten_01 {
  color: var(--color-pink1);
}
.required {
  color: #fff;
  background: var(--color-pink1);
  font-size: 10px;
  padding: 2px 4px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.txt_black {color: var(--color-black1);}
.txt_gold {color: var(--color-gold1);}
.txt_pink {color: var(--color-pink1);}
.txt_purple {color: var(--color-purple1);}

.sp {display: block;}
.pc {display: none;}
@media (min-width: 600px) {
  .sp {display: none;}
  .pc {display: block;}
}

/*--------------------------------------
js関係を一括でまとめています。js専用のクラスの場合、必ず頭に「js-」を付けて下さい
--------------------------------------*/
/* fade bottom */
.js-fade-bottom {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.js-fade-bottom.js-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js-active .js-fade-bottom {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js-active .js-fade-bottom:nth-child(2) {-webkit-transition-delay: 0.4s;transition-delay: 0.4s;}
.js-active .js-fade-bottom:nth-child(3) {-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}
.js-active .js-fade-bottom:nth-child(4) {-webkit-transition-delay: 0.8s;transition-delay: 0.8s;}
.js-active .js-fade-bottom:nth-child(5) {-webkit-transition-delay: 1s;transition-delay: 1s;}
.js-active .js-fade-bottom:nth-child(6) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
.js-active .js-fade-bottom:nth-child(7) {-webkit-transition-delay: 1.4s;transition-delay: 1.4s;}
.js-active .js-fade-bottom:nth-child(8) {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
.js-active .js-fade-bottom:nth-child(9) {-webkit-transition-delay: 1.8s;transition-delay: 1.8s;}
/* fade right */
.js-fade-right {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.js-fade-right.js-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.js-active .js-fade-right {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* fade left */
.js-fade-left {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.js-fade-left.js-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.js-active .js-fade-left {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.js-active .js-fade-left:nth-child(2) {-webkit-transition-delay: 0.2s;transition-delay: 0.2s;}
.js-active .js-fade-left:nth-child(3) {-webkit-transition-delay: 0.4s;transition-delay: 0.4s;}
.js-active .js-fade-left:nth-child(4) {-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}
.js-active .js-fade-left:nth-child(5) {-webkit-transition-delay: 0.8s;transition-delay: 0.8s;}
.js-active .js-fade-left:nth-child(6) {-webkit-transition-delay: 1s;transition-delay: 1s;}
.js-active .js-fade-left:nth-child(7) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
.js-active .js-fade-left:nth-child(8) {-webkit-transition-delay: 1.4s;transition-delay: 1.4s;}
/* fade slide */
.js-fade-slide {position: relative;}
.js-fade-slide::after {
  content: "";
  display: block;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
}
.js-fade-slide.js-active::after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*--------------------------------------
ヘッダー
営業サイトのヘッダーを使用するので、ここではcssは不要
--------------------------------------*/
/*header {
  background: #FFF;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
header .inner {
  width: 100%;
  max-width: 1400px;
  height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 30px;
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.pc_nav {
  display: none;
}
.pc_nav li {
  padding-right: 12px;
}
.pc_nav li a {
  position: relative;
}
.pc_nav li::after {
  padding-left: 10px;
}
.pc_nav li:last-of-type {
  padding-right: 0;
}
.pc_nav li:last-of-type::after {
  padding-left: 0;
}
.menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 50px 50px 120px;
  overflow: scroll;
  scrollbar-width: none;
}
.menu_box::-webkit-scrollbar {
  display: none;
}
.menu_box .menu_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #707070;
  font-size: 18px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: left;
}
.menu_box .menu_item a {
  border-bottom: 1px solid var(--border-pink1);
  line-height: 1.2;
  margin: 10px;
  padding: 10px;
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
.menu_box .menu_item a span {
  font-size: 12px;
  text-transform: none;
}
.menu_box .menu_item:first-of-type {
  width: 100%;
  text-align: center;
}
.menu_box .menu_item:first-of-type a {
  border-bottom: none;
}
#menu_toggle {
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
#menu_toggle:checked~.menu_btn>span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_toggle:checked~.menu_btn>span::before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: var(--color-pink1);
}
#menu_toggle:checked~.menu_btn>span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--color-pink1);
}
#menu_toggle:checked~.menu_box {
  visibility: visible;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu_btn {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 20px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu_btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-pink1);
}
.menu_btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-pink1);
  content: "";
  top: -8px;
  right: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.menu_btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-pink1);
  content: "";
  top: 8px;
  right: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}*/
article {
  padding: 30px 0;
}

/*--------------------------------------
メインビジュアル
--------------------------------------*/
.mainvisual {
  -webkit-animation: anime-fade 3s forwards;
  animation: anime-fade 3s forwards;
  opacity: 0;
}
.mainvisual img {
  display: block;
  margin: 60px auto 0;
  width: 100%;
  height: auto;
}
@-webkit-keyframes anime-fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes anime-fade {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*--------------------------------------
挨拶
--------------------------------------*/
#greeting {
  background: url(../images/bg_greeting_sp.jpg) center top / contain no-repeat;
}
#greeting p {
  background: #ffffffcc;
  border: solid 8px var(--border-purple1);
  padding: 20px;
  text-align: left;
}
@media (min-width: 600px) {
  #greeting {
    background: url(../images/bg_greeting_pc.jpg) center top / contain no-repeat;
  }
  #greeting p {
    padding: 40px 50px;
    line-height: 2.4;
  }
}

/*--------------------------------------
Aliceについて
--------------------------------------*/
#about {
  padding-top: 0;
}
#about .title span {
  text-transform: none;
}
#about .point_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
#about .point_box p{text-align: left;}
#about .point_box .point_title_box {
  /*border-radius: 8px;*/
  padding: 8px;
  margin-bottom: 30px;
  position: relative;
}
#about .point_box:nth-of-type(odd) .point_title_box {
  color: var(--color-pink1);
  background: var(--bg-pink2);
  border: solid 1px var(--border-pink1);
}
#about .point_box:nth-of-type(even) .point_title_box {
  color: var(--color-purple1);
  background: var(--bg-purple1);
  border: solid 1px var(--border-purple1);
}
#about .point_box .point_title_box::before {
  content: "";
  display: block;
  width: 70px;
  height: 55px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: center top / 70px 55px no-repeat;
}
#about .point_box:nth-of-type(1) .point_title_box::before {
  background-image: url(../images/icon_point_01.svg);
}
#about .point_box:nth-of-type(2) .point_title_box::before {
  background-image: url(../images/icon_point_02.svg);
}
#about .point_box:nth-of-type(3) .point_title_box::before {
  background-image: url(../images/icon_point_03.svg);
}
#about .point_box:nth-of-type(4) .point_title_box::before {
  background-image: url(../images/icon_point_04.svg);
}
#about .point_box .point_title_box .point_title {
  background: #fff;
  padding: 30px 10px 10px;
  /* border-radius: 0 20px;*/
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  #about .point_area {
    grid-template-columns: 1fr 1fr;
  }
  #about .point_box .point_title_box::before {
    width: 90px;
    height: 70px;
    top: -21px;
    background-size: 90px 70px;
  }
  #about .point_box .point_title_box .point_title {
    padding-top: 40px;
    font-size: 22px;
  }
}

/*--------------------------------------
お給料
--------------------------------------*/
#salary_top {
  background: url(../images/bg_salary_sp.jpg) center top / cover no-repeat;
  color: #fff;
  text-align: center;
}
#salary_top p {
  font-size: 12px;
  text-shadow: 0 0 25px var(--color-main), 0 0 25px var(--color-main), 0 0 25px var(--color-main);
}
#salary_top .lead_box p:nth-of-type(1) {
  font-size: 22px;
}
#salary_top .lead_box p:nth-of-type(2) {
  font-size: 16px;
}
#salary_top p.star_txt {
  text-shadow: 0 0 25px #540076, 0 0 25px #540076, 0 0 25px #540076;
}
#salary_top .list_box {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 20px auto;
}
#salary_top .list_box li {
  font-size: 18px;
  color: var(--color-main);
  background: #fff;
  padding: 12px 10px 10px;
  line-height: 1.2;
}
#salary_top .list_box li:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}
@media (min-width: 600px) {
  #salary_top {
    background: url(../images/bg_salary_pc.jpg) center 60% / cover no-repeat;
  }
  #salary_top p {
    font-size: 14px;
  }
  #salary_top .lead_box p:nth-of-type(1) {
  font-size: 30px;
  }
  #salary_top .lead_box p:nth-of-type(2) {
    font-size: 22px;
  }
  #salary_top .list_box li {
    font-size: 22px;
  }
}

/*--------------------------------------
お給料例
--------------------------------------*/
#salary .salary_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
#salary .salary_box {
  border: solid 1px var(--border-pink1);
  background: #ffffffcc;
  padding: 20px;
}
#salary .salary_box .salary_title {
  background: center top / 100px 40px no-repeat;
  font-size: 16px;
  text-align: center;
  padding-top: 45px;
}
#salary .salary_box:nth-of-type(1) .salary_title {
  background-image: url(../images/icon_example_01.svg);
}
#salary .salary_box:nth-of-type(2) .salary_title {
  background-image: url(../images/icon_example_02.svg);
}
#salary .salary_box:nth-of-type(3) .salary_title {
  background-image: url(../images/icon_example_03.svg);
}
#salary .salary_box:nth-of-type(4) .salary_title {
  background-image: url(../images/icon_example_04.svg);
}
#salary .salary_box figure {
  margin: 20px 0 30px;
}
#salary .salary_box figure img {
  width: 100%;
  height: auto;
}
#salary .salary_box .salary_exp {
  color: var(--color-pink1);
  background: var(--bg-pink1);
  padding: 12px 10px 10px;
  /*border-radius: 0 20px;*/
  line-height: 1.2;
  text-align: center;
  margin-top: 30px;
}
#salary .salary_box .salary_exp p:nth-of-type(1) {
  display: inline-block;
  color: #fff;
  background: var(--color-pink1);
  padding: 1px 5px;
}
#salary .salary_box .salary_exp p:nth-of-type(2) {
  font-size: 16px;
  margin-top: 8px;
}
#salary .salary_box .salary_exp p:nth-of-type(3) {
  font-size: 22px;
  margin-top: 4px;
}
#salary .salary_box .salary_exp p:nth-of-type(3) span {
  font-size: 16px;
  margin-left: 5px;
}
@media (min-width: 600px) {
  #salary .salary_area {
    grid-template-columns: 1fr 1fr;
  }
  #salary .salary_box .salary_title {
    background-size: 144px 50px;
    font-size: 18px;
    padding-top: 55px;
  }
}

/*--------------------------------------
お仕事の流れ
--------------------------------------*/
#workflow {
  background: var(--bg-pink2);
}
#workflow p{text-align: left;}
#workflow .workflow_area {
  display: grid;
  grid-template-columns: 1fr;
  /*gap: 80px;*/
  margin-top: 80px;
}
#workflow .workflow_area .workflow_box:not(:last-child){
  margin-bottom: 80px;
}
#workflow .workflow_box {
  background: #fff;
  /*  background: #fff url(../images/icon_flow_pink.svg) center top / 60px 20px no-repeat;*/
  padding: 40px 20px 20px;
  position: relative;
}
#workflow .workflow_box::before {
  content: "";
  display: block;
  width: 90px;
  height: 48px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: center top / 90px 48px no-repeat;
}
#workflow .workflow_box:nth-of-type(1)::before {
  background-image: url(../images/icon_step_pink_01.svg);
}
#workflow .workflow_box:nth-of-type(2)::before {
  background-image: url(../images/icon_step_pink_02.svg);
}
#workflow .workflow_box:nth-of-type(3)::before {
  background-image: url(../images/icon_step_pink_03.svg);
}
#workflow .workflow_box:nth-of-type(4)::before {
  background-image: url(../images/icon_step_pink_04.svg);
}
#workflow .workflow_box:nth-of-type(5)::before {
  background-image: url(../images/icon_step_pink_05.svg);
}
#workflow .workflow_box:not(:last-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#workflow .workflow_box figure img {
  width: 100%;
  height: auto;
}
#workflow .workflow_box .workflow_title {
  color: var(--color-pink1);
  border-bottom: solid 1px var(--color-pink1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin: 15px 0 20px;
  position: relative;
}
#workflow .workflow_box .workflow_title::before {
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon_kira_pink.svg) center top / 30px 29px no-repeat;
}
@media (min-width: 600px) {
  #workflow .workflow_area {
    /* gap: 110px;*/
    margin: 110px auto 0;
  }
  #workflow .workflow_area .workflow_box:not(:last-child){
    margin-bottom: 110px;
  }
  #workflow .workflow_box {
    padding: 50px 20px 20px;
    background-size: 80px 27px;
    background-position: center -1px;
  }
  #workflow .workflow_box::before {
    width: 130px;
    height: 68px;
    top: -50px;
    background-size: 130px 68px;
  }
  #workflow .workflow_box .workflow_title {
    font-size: 22px;
    padding-bottom: 20px;
    margin: 20px 0 30px;
  }
  #workflow .workflow_box .workflow_title::before {
    width: 40px;
    height: 39px;
    bottom: -23px;
    background-size: 40px 39px;
  }
}
@media (min-width: 768px) {
  #workflow .workflow_box {
    padding: 60px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img text";
    gap: 0 40px;
  }
  #workflow .workflow_box figure {
    grid-area: img;
  }
  #workflow .workflow_box .txt_box {
    grid-area: text;
  }
  #workflow .workflow_box:nth-of-type(even) {
    grid-template-areas: "text img";
  }
  #workflow .workflow_box .workflow_title {
    margin: 0 0 30px;
  }
}

/*--------------------------------------
面接から入店まで
--------------------------------------*/
#entryflow {
  background: var(--bg-purple1);
}
#entryflow p{text-align: left;}
#entryflow .entryflow_area {
  display: grid;
  grid-template-columns: 1fr;
  /*gap: 80px;*/
  margin-top: 80px;
}
#entryflow .entryflow_area .workflow_box:not(:last-child){
  margin-bottom: 80px;
}
#entryflow .entryflow_box {
  background: #fff;
  /*  background: #fff url(../images/icon_flow_purple.svg) center top / 60px 20px no-repeat;*/
  padding: 40px 20px 20px;
  position: relative;
}
#entryflow .entryflow_box::before {
  content: "";
  display: block;
  width: 90px;
  height: 48px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: center top / 90px 48px no-repeat;
}
#entryflow .entryflow_box:nth-of-type(1)::before {
  background-image: url(../images/icon_step_purple_01.svg);
}
#entryflow .entryflow_box:nth-of-type(2)::before {
  background-image: url(../images/icon_step_purple_02.svg);
}
#entryflow .entryflow_box:nth-of-type(3)::before {
  background-image: url(../images/icon_step_purple_03.svg);
}
#entryflow .entryflow_box:not(:last-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#entryflow .entryflow_box figure img {
  width: 100%;
  height: auto;
}
#entryflow .entryflow_box .entryflow_title {
  color: var(--color-purple1);
  border-bottom: solid 1px var(--color-purple1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin: 15px 0 20px;
  position: relative;
}
#entryflow .entryflow_box .entryflow_title::before {
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon_kira_purple.svg) center top / 30px 29px no-repeat;
}
#entryflow .entryflow_area .entryflow_box:not(:last-child){
    margin-bottom: 80px;
}
@media (min-width: 600px) {
  #entryflow .entryflow_area {
    /* gap: 110px;*/
    margin: 110px auto 0;
  }
  #entryflow .entryflow_area .entryflow_box:not(:last-child){
    margin-bottom: 110px;
  }
  #entryflow .entryflow_box {
    padding: 50px 20px 20px;
    background-size: 80px 27px;
    background-position: center -1px;
  }
  #entryflow .entryflow_box::before {
    width: 130px;
    height: 68px;
    top: -50px;
    background-size: 130px 68px;
  }
  #entryflow .entryflow_box .entryflow_title {
    font-size: 22px;
    padding-bottom: 20px;
    margin: 20px 0 30px;
  }
  #entryflow .entryflow_box .entryflow_title::before {
    width: 40px;
    height: 39px;
    bottom: -23px;
    background-size: 40px 39px;
  }
}
@media (min-width: 768px) {
  #entryflow .entryflow_box {
    padding: 60px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img text";
    gap: 0 40px;
  }
  #entryflow .entryflow_box figure {
    grid-area: img;
  }
  #entryflow .entryflow_box .txt_box {
    grid-area: text;
  }
  #entryflow .entryflow_box:nth-of-type(even) {
    grid-template-areas: "text img";
  }
  #entryflow .entryflow_box .entryflow_title {
    margin: 0 0 30px;
  }
}

/*--------------------------------------
エステ・接客の研修について
--------------------------------------*/
#training {
  background: url(../images/bg_training_sp.jpg) center top / contain no-repeat;
  text-align: left;
}
#training .training_area > .lead_box {
  margin-top: 30vw;
}
#training .lead_box {
  color: var(--color-pink1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
}
#training .lead_box span {
  position: relative;
}
#training .lead_box span::before,
#training .lead_box span::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: var(--color-pink1);
  transform: skew(-45deg);
  position: absolute;
}
#training .lead_box span::before {
  left: -15px;
  top: -5px;
}
#training .lead_box span::after {
  right: -15px;
  bottom: -5px;
}
#training .list_box {
  color: var(--color-pink1);
  border: solid 1px var(--border-pink1);
  padding: 20px;
  margin: 30px 0;
  background: #ffffffcc;
}
#training .list_box li {
  background: url(../images/icon_listmark.svg) left 2px / 12px 16px no-repeat;
  padding-left: 22px;
  line-height: 1.4;
}
#training .list_box li:nth-of-type(n + 2) {
  margin-top: 10px;
}
#training .training_txt {
  background-image : linear-gradient(to right, var(--color-black1) 1.5px, transparent 1.5px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#training .training_movie .lead_box {
  font-size: 14.5px;
  line-height: 1.6;
  letter-spacing: 0;
}
#training .training_movie figure {
  margin-bottom: 30px;
}
#training .training_movie figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  #training {
    background: url(../images/bg_training_pc.jpg) center top / contain no-repeat;
  }
  #training .training_area > .lead_box {
    margin-top: 0;
  }
  #training .training_area {
    max-width: 700px;
    margin: 0 auto;
  }
  #training .lead_box {
    font-size: 22px;
  }
  #training .lead_box span::before,
  #training .lead_box span::after {
    height: 22px;
  }
  #training .lead_box span::before {
    left: -22px;
    top: -8px;
  }
  #training .lead_box span::after {
    right: -22px;
    bottom: -8px;
  }
  #training .training_movie .lead_box {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------
待遇
--------------------------------------*/
#treatment {
  padding-top: 0;
}
#treatment .lead_box {
  color: var(--color-pink1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
}
#treatment .lead_box span {
  position: relative;
}
#treatment .lead_box span::before,
#treatment .lead_box span::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: var(--color-pink1);
  transform: skew(-45deg);
  position: absolute;
}
#treatment .lead_box span::before {
  left: -35px;
  top: -5px;
}
#treatment .lead_box span::after {
  right: -15px;
  bottom: -5px;
}
#treatment .treatment_list.icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#treatment .treatment_list.icon li {
  background: var(--bg-pink2);
  border: solid 1px var(--border-pink1);
  /* border-radius: 0 20px;*/
  text-align: center;
  padding: 8px;
}
#treatment .treatment_list.icon li figure img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
#treatment .treatment_list.txt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
#treatment .treatment_list.txt li {
  color: var(--color-pink1);
  background: #fff;
  border: solid 1px var(--border-pink1);
  border-left: solid 3px var(--color-pink1);
  /*border-radius: 0 10px;*/
  text-align: center;
  padding: 10px 5px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  #treatment .treatment_area {
    max-width: 700px;
    margin: 0 auto;
  }
  #treatment .lead_box {
    font-size: 22px;
  }
  #treatment .lead_box span::before,
  #treatment .lead_box span::after {
    height: 22px;
  }
  #treatment .lead_box span::before {
    left: -47px;
    top: -8px;
  }
  #treatment .lead_box span::after {
    right: -22px;
    bottom: -8px;
  }
  #treatment .treatment_list.icon {
    gap: 20px;
  }
  #treatment .treatment_list.txt {
    gap: 20px;
    margin-top: 40px;
  }
  #treatment .treatment_list.txt li {
    font-size: 18px;
    padding: 15px 10px;
  }
}

/*--------------------------------------
募集要項
--------------------------------------*/
#recruit {
  padding-top: 0;
}
#recruit table {
  width: 100%;
}
#recruit th {
  color: var(--color-pink1);
  font-weight: 500;
}
#recruit .recruit_area.recruit_staff th {
  color: var(--color-purple1);
}
#recruit tr {
  text-align: left;
  display: flex;
  flex-direction: column;  
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, var(--color-black1) 1.5px, transparent 1.5px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#recruit tr:last-of-type {
  margin-bottom: 0;
}
#recruit .btn_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 20px 0 10px;
}
@media (min-width: 600px) {
  #recruit .recruit_area {
    max-width: 700px;
    margin: 0 auto;
  }
  #recruit .btn_box {
    grid-template-columns: 1fr 1fr;
  }
  #recruit tr {
    flex-direction: row;  
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #recruit th {
    width: 20%;
  }
  #recruit td {
    width: 80%;
  }
}

/*--------------------------------------
WEBエントリー
--------------------------------------*/
#entry {
  padding-top: 0;
  text-align: left;
}
#entry .entry_area {
  max-width: 700px;
  margin: 0 auto;
}
#entry input[type=text],
#entry input[type=tel],
#entry input[type=email],
#entry textarea,
#entry p.confirm {
  background: #fff;
  border: solid 1px var(--border-pink1);
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  box-shadow: none;
}
#entry input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
#entry input[type=checkbox] {
  cursor: pointer;
  padding-left: 25px !important;
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative;
  min-height: 0 !important;
}
#entry input[type="checkbox"]::before,
#entry input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
}
#entry input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid var(--border-pink1);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
#entry input[type="checkbox"]::after {
  border-bottom: 3px solid var(--color-pink1);
  border-left: 3px solid var(--color-pink1);
  opacity: 0;
  height: 10px;
  width: 20px;
  transform: rotate(-45deg);
  top: 0;
  left: 8px;
}
#entry input[type="checkbox"]:checked::after {
  opacity: 1;
}
#entry .inputs {
  margin-bottom: 20px;
}
#entry .inputs:last-child {
  margin-bottom: 0;
}
#entry .inputs .form_label {
  margin-bottom: 5px;
  display: block;
  color: var(--color-pink1);
}
#entry .inputs input,
#entry .inputs p {
  padding: 10px;
  min-height: 50px;
}
#entry .inputs .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#entry .age input,
#entry .station input {
  width: 100px;
  margin-right: 10px;
}
#entry .inputs .occ,
#entry .inputs .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#entry .inputs .occ div,
#entry .inputs .exp div {
  width: 80px;
}
#entry .inputs .occ label,
#entry .inputs .exp label {
  position: relative;
  padding-left: 38px;
}
#entry .inputs .occ label:before,
#entry .inputs .occ label:after,
#entry .inputs .exp label:before,
#entry .inputs .exp label:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
#entry .inputs .occ label:before,
#entry .inputs .exp label:before {
  background-color: #fff;
  border: solid 1px var(--border-pink1);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 5px;
}
#entry .inputs .occ label:after,
#entry .inputs .exp label:after {
  background-color: var(--color-pink1);
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}
#entry .inputs .occ input:checked+label::after,
#entry .inputs .exp input:checked+label::after {
  opacity: 1;
}
#entry .inputs .exp_text {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0;
}
#entry .inputs .check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 15px;
}
#entry .inputs .check label {
  cursor: pointer;
}
#entry .inputs .other textarea {
  width: 100%;
  background: #fff;
  border: solid 1px var(--border-pink1);
  border-radius: 10px;
  padding: 10px;
}
#entry .form_box p {
  padding: 20px;
  text-align: center;
}
#entry .form_btn {
  text-align: center;
  margin-top: 30px;
}
#entry .caution p {
  background: var(--bg-pink2);
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
#entry .caution.err + .reset {
  margin-bottom: 20px;
}
#entry .caution .atten_01 {
    color: var(--color-pink1);
}
@media (min-width: 600px) {
  #entry .inputs {
    margin-bottom: 30px;
  }
  #entry .inputs .check {
    grid-template-columns: repeat(3, 1fr);
  }
  #entry .caution br{
    display: none;
  }
  #entry .form_btn {
    margin-top: 40px;
  }
}
::-webkit-input-placeholder {
  color: #c0cbdc;
  font-size: 14px;
}
::-moz-placeholder {
  color: #c0cbdc;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #c0cbdc;
  font-size: 14px;
}
::-ms-input-placeholder {
  color: #c0cbdc;
  font-size: 14px;
}
::placeholder {
  color: #c0cbdc;
  font-size: 14px;
}
#contents_entry form{margin: 0 auto;}
#entry form {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

/*--------------------------------------
よくある質問
--------------------------------------*/
#question {
  padding-top: 0;
  text-align: left;
}
#question dl:not(:last-of-type) {
  margin-bottom: 30px;
}
#question dt {
  color: var(--color-pink1);
  background: var(--bg-pink2);
  border: solid 1px var(--border-pink1);
  padding: 10px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
}
#question dt span:nth-of-type(1) {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  background: #fff;
  padding-top: 1px;
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  #question .question_area {
    max-width: 700px;
    margin: 0 auto;
  }
  #question dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #question dt {
    margin-bottom: 30px;
    grid-template-columns: 60px 1fr;
  }
  #question dt span:nth-of-type(1) {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding-top: 3px;
  }
  #question dt span:nth-of-type(2) {
    font-size: 18px;
  }
}

/*--------------------------------------
オフィシャルバナー
--------------------------------------*/
#official {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
#official figure {
  max-width: 500px;
  margin: auto;
}
#official img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#official img:hover {
  opacity: 0.8;
}

/*--------------------------------------
フッター
営業サイトのフッターを使用するので、ここではcssは不要
--------------------------------------*/
/*footer {
  text-align: center;
  padding: 40px 0 90px;
}
footer .logo img {
  width: 180px;
  height: auto;
}
footer p {
  font-size: 10px;
  letter-spacing: 2px;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 4px;
  margin: 10px 0 40px;
}
.footer_nav .btn_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: calc(100% - 110px);
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.footer_nav .btn_box .btn {
  padding: 10px 0;
  font-size: 14px;
  border-radius: 6px;
}
.footer_nav .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer_nav .pagetop:hover {
  opacity: 0.8;
}*/

/*--------------------------------------
タイトル
--------------------------------------*/
/* トップページの共通タイトル */
/*#contents_entry .title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 30px;
  color: var(--color-black1);
  position: relative;
  padding-top: 30px;
  text-align: center;
}
#contents_entry .title span {
  font-size: 15px;
  letter-spacing: 4px;
  display: block;
  line-height: 1.8;
}
#contents_entry .title::before {
  content: "";
  display: inline-block;
  max-width: 350px;
  width: 180px;
  height: 22px;
  background: url(../images/icon_title.svg) center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  #contents_entry .title {
    font-size: 38px;
    padding-top: 55px;
  }
  #contents_entry .title::before {
    max-width: 350px;
    width: 350px;
    height: 42px;
  }
}*/

/*--------------------------------------
共通のボタン
--------------------------------------*/
.menu_item.offisial_btn a {
  width: 100%;
  max-width: 300px;
  background: var(--btn-pink1);
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  border-bottom: none;
  border-radius: 40px;
  padding: 12px 10px 10px;
  font-size: 18px !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu_item.offisial_btn a:hover {
  opacity: 0.8;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 25px;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  border-radius: 40px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}
.btn_01 {
  background: var(--btn-blue1);
  color: #fff;
}
.btn_02 {
  background: var(--btn-green1);
  color: #fff;
}
.btn_03 {
  background: var(--btn-orange1);
  color: #fff;
}
.btn_04 {
  background: var(--btn-pink1);
  color: #fff;
}
#entry .submit {
  background: var(--btn-pink1);
  color: #fff;
  max-width: 300px;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

  border:0;
  box-shadow:none;
  line-height:initial;
}
#entry .submit:hover {
  opacity: 0.8;
}
#entry .reset {
  color: var(--color-pink1);
  display: block;
  padding: 5px;
  margin: auto;
  background: none;
  box-shadow: none;
  text-align: center;
  border-bottom: 0;
  font-size: 1.4rem;
}
#contents_entry .bottom_nav ul li,#entry .bottom_nav ul li{display: block;}
.bottom_nav ul {
  position: fixed;
  bottom: 4px;
  left: 4px;
  z-index: 999;
  display: flex;
  width: 70%;
  font-size: 2rem;
}
.bottom_nav ul li{width: calc(100% / 3);}
.bottom_nav ul li a{font-size: 16px;text-align: center;}
.bottom_nav ul li.tel a{background: var(--btn-blue1);}
.bottom_nav ul li.line a{background: var(--btn-green1)}
.bottom_nav ul li.entry_form a{background: var(--btn-pink1)}

/*--------------------------------------
600px以上
--------------------------------------*/
@media (min-width: 600px) {
  /*body.open {
    overflow: auto;
  }
  .menu_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding: 200px 50px;
    overflow: auto;
  }
  .menu_box .menu_item:first-of-type {
    font-size: 22px;
  }
  .menu_box .menu_item:first-of-type img {
    width: 180px;
    height: auto;
  }
  .menu_box .menu_item {
    width: 50%;
  }
  .menu_box .menu_item a {
    font-size: 22px;
  }
  .menu_box .menu_item a span {
    font-size: 14px;
    display: block;
  }*/
  article {
    padding: 60px 0;
  }
}

/*--------------------------------------
1025px以上
--------------------------------------*/
@media (min-width: 1025px) {
  /*header .inner {
    padding: 0 50px 0 0;
    justify-content: center;
  }*/
  /*.pc_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_box {
    padding: 200px 20%;
  }*/
}

/*--------------------------------------
1500px以上
--------------------------------------*/
@media (min-width: 1500px) {
  /*header .inner {
    padding: 0;
  }*/
  /*.menu_box {
    padding: 200px 30%;
  }*/
  /*footer {
    padding: 40px 0;
  }
  .footer_nav .btn_box {
    display: none;
  }*/
}