@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/*変数*/
/*--------------------------------------
リセット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;
}

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

/*--------------------------------------
サイト共通定義
--------------------------------------*/
html {
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
  width: 100%;
  line-height: 1.8;
  margin: 0 auto;
  min-width: 320px;
  min-height: 800px;
  color: #4d4d4d;
  background: #fff;
	font-size: 1.4rem;/* 変更 */
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
	font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
}

body.open {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 16px;
}

body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}

body::-webkit-scrollbar-thumb {
  background-color: #F9A7B8;
  border-radius: 100px;
}

::-moz-selection {
  background: #F9A7B8;
  color: #fff;
}

::selection {
  background: #F9A7B8;
  color: #fff;
}

ul::-webkit-scrollbar {
  display: none;
}

.wrapper {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  /* max-width: 800px; */
  margin: auto;
}

.spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_60 {
  margin-bottom: 60px;
}
.fs_10 {
  font-size: 1.0rem;
}
.fs_12 {
  font-size: 1.2rem;
}
.fs_16 {
  font-size: 1.6rem;
}
.left {
  text-align: left;
}

.atten_01 {
  color: #FFA7A7;
}
.center{
  text-align: center;
}

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

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


article {
  /* padding: 50px 0; */
}

/*--------------------------------------
共通
--------------------------------------*/
/* 見出し */
.section_title {
	color: #a9964f;
	font-size: 5.8rem;
	letter-spacing: 3px;
	line-height: 3rem;
	margin-bottom: 40px;
	font-weight: 500;
	font-family: 'Cherry Bomb One', sans-serif;
}
.section_title_tre {
	color: #a9964f;
	font-size: 5.8rem;
	letter-spacing: 3px;
	line-height: 3rem;
	margin-bottom: 90px;
	font-weight: 500;
	font-family: 'Cherry Bomb One', sans-serif;
}
.section_title span.title_small,
.section_title_tre span.title_small {
	font-size: 1.6rem;
  line-height: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
	font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*スクロールで下線*/
.border_01 {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fdc5c8, #fdc5c8);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 50%;
  transition: all 1s ease-in-out;
}
.border_01.active{
  background-size: 100% 50%;
}
/*ページ全体ふわっと表示*/
body{
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/*--------------------------------------
メインビジュアル
--------------------------------------*/
#mainvisual{
	width: 100%;
  height: auto;
	margin-top: 60px;
}
#mainvisual ul{
	width: 100%;
  height: auto;
}
#mainvisual ul li{
	width: 100%;
  height: auto;
}
#mainvisual img{
	width: 100%;
  height: auto;
	object-fit: cover;
}

@-webkit-keyframes anime-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes anime-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*--------------------------------------
動画
--------------------------------------*/
#video {
  background: #fff6e8;
  padding: 80px 20px 0;
}
div.vid_contents {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
video.vid_main {
  width: 100%;
  max-width: 800px;
  display: block;
}

/*--------------------------------------
挨拶
--------------------------------------*/
#greeting {
  background: #fff6e8;
  text-align: center;
  padding: 80px 20px 50px;
}
#greeting .inner {
  max-width: 800px;
}

#greeting h3 {
  font-size: 2.4rem;
  color: #fc8f93;
  margin-bottom: 16px;
  line-height: 3.0rem;
}

.greeting_frame {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 40px 20px;
  box-sizing:border-box;
  border-radius: 25px;
  border: 4px solid #fcb7ba;
  padding: 0px;
  width:100%;
  height:100%;
  background:#fff;
  background-clip:content-box;
  content:"";
}
.greeting_frame:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 100px;
  vertical-align: middle;
}
.greeting_frame:after {
  content: "";
  display: inline-block;
  width: 170px;
  height: 55px;
  vertical-align: middle;
}
.greeting_frame:before {
  background: url(../images/img_tape_top.png);
  background-size: cover;
  position:absolute;
  top: -40px;
  left: -46px;
}
.greeting_frame:after {
  background: url(../images/img_tape_bottom.png);
  background-size: cover;
  position:absolute;
  bottom: -20px;
  right: -28px;
}
.txt_box {
  color: #4d4d4d;
  padding: 40px;
}
.txt_greeting01 {
  margin-bottom: 14px;
}

/*--------------------------------------
お給料
--------------------------------------*/
#salaly {
  background: #fff2f3;
  text-align: center;
  padding: 50px 20px 0;
}
#salaly .inner_1000 {
  max-width: 1200px;
  margin: 0 auto;
}
#salaly .inner {
  max-width: 800px;
}
#salaly .inner ul li a {
  display: block;
}
#salaly .inner ul li a img {
  max-width: 400px;
  width: 100%;
  transition-duration: 0.5s;
}
#salaly .inner ul {
  display: flex;
  justify-content: space-evenly;
}
#salaly .inner ul li:first-child {
  margin-bottom: 0;
  margin-right: 18px;
}
.img_salary img{
  margin-bottom: 10px;
}
.img_salary img:last-of-type{
  margin-bottom: 0;
}
.img_salary img.img_heart{
  border: none;
  margin: 50px auto 30px;
}

.salary_box {
	  color: #4d4d4d;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    margin: 100px auto 0;
    line-height: 45px;
    padding: 60px 20px;
    outline: 1px solid #ffaec6;
    outline-offset: -20px;
    z-index: 1;
    position: relative;
}
.salary_txt {
    color: #4d4d4d;
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0;
}
.salary_box h2 {
	  font-size: 2.4rem;
    color: #fc8f93;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 3.6rem;
	  margin-bottom: 20px;
}
.salary_txt p {
    color: #4d4d4d;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.06em;
}
.salary_txt p.salary_em {
    color: #4d4d4d;
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: 0.06em;
  	margin-bottom: 20px;
}
.salary_box .salary_line {
    width: 50%;
    height: 1px;
    margin: 0 auto 24px;
    background-image: linear-gradient(to right, #333, #333 2px, transparent 2px);
    background-size: 16px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
#salaly .bg_topics {
    width: 80%;
    left: -200px;
    top: -80px;
    position: absolute;
    z-index: 0;
}

/* 以下デフォルト */
#salaly .salaly_item_01 {
  margin-bottom: 60px;
}

#salaly .salaly_item_01 .inner {
  position: relative;
}

#salaly .salaly_item_01 .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  background: #FFEDF6;
  width: 80%;
  height: 317px;
  z-index: -1;
}

#salaly .salaly_item_01 h3 {
  color: #F0E3D3;
  font-size: 30px;
  font-family: bodoni-urw, serif;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  top: -53px;
  text-align: center;
  z-index: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
}

#salaly .salaly_item_01 figure {
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}

#salaly .salaly_item_01 figure img {
  width: 80%;
  height: auto;
}

#salaly .salaly_item_01 .salaly_treatment {
  position: relative;
}

#salaly .salaly_item_01 .salaly_treatment::before {
  content: "01";
  color: #FFF8FB;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -71px;
  font-size: 270px;
  z-index: -1;
  font-weight: bold;
}

#salaly .salaly_item_01 .salaly_treatment p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

#salaly .salaly_item_01 .salaly_treatment ul {
  margin-bottom: 20px;
}

#salaly .salaly_item_01 .salaly_treatment ul li {
  width: 80%;
  border: 1px solid rgba(112, 112, 112, 0.5);
  margin-bottom: 10px;
  padding: 10px 5px;
  text-align: center;
}

#salaly .salaly_item_01 .salaly_treatment ul li:nth-child(2) {
  width: 90%;
}

#salaly .salaly_item_01 .salaly_treatment ul li:last-child {
  width: 100%;
}

#salaly .salaly_item_01 .salaly_treatment table {
  position: relative;
  padding: 20px 10px;
  text-align: right;
  width: 100%;
  max-width: 482px;
}

#salaly .salaly_item_01 .salaly_treatment table::before,
#salaly .salaly_item_01 .salaly_treatment table::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}

#salaly .salaly_item_01 .salaly_treatment table::before {
  border-left: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  top: 0;
  left: 0;
}

#salaly .salaly_item_01 .salaly_treatment table::after {
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  top: 0;
  right: 0;
}

#salaly .salaly_item_01 .salaly_treatment table tr:last-of-type td {
  padding-bottom: 0;
}

#salaly .salaly_item_01 .salaly_treatment table tr td {
  vertical-align: middle;
  padding-bottom: 10px;
  font-size: 14px;
}

#salaly .salaly_item_01 .salaly_treatment table tr td:nth-of-type(2) {
  padding: 0 10px;
}

#salaly .salaly_item_01 .salaly_treatment table tr td:last-of-type {
  color: #F9A7B8;
}

#salaly .salaly_item_01 .salaly_treatment table tr span {
  font-size: 1.4em;
}

#salaly .salaly_item_02 {
  background: #FFEDF6;
  padding: 40px 20px;
  margin-bottom: 160px;
  position: relative;
}

#salaly .salaly_item_02 .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

#salaly .salaly_item_02 section {
  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;
  gap: 20px;
  margin: 0 auto 40px;
  max-width: 500px;
}

#salaly .salaly_item_02 section.cat_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#salaly .salaly_item_02 section.cat_03 {
  margin-bottom: 20px;
}

#salaly .salaly_item_02 section figure {
  position: relative;
}

#salaly .salaly_item_02 section figure img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

#salaly .salaly_item_02 section figure p {
  color: #fff;
  font-size: 70px;
  position: absolute;
  bottom: -35px;
  right: -10px;
  line-height: 1;
  font-weight: bold;
}

#salaly .salaly_item_02 section figure p::before {
  color: #EAD3BD;
  display: block;
  font-family: samantha-italic, sans-serif;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: -60%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 200px;
}

#salaly .salaly_item_02 section div {
  width: 48%;
}

#salaly .salaly_item_02 section div p {
  color: #F9A7B8;
  font-size: 12px;
}

#salaly .salaly_item_02 .cat_01 p.salaly_no::before {
  content: "Hourly wage guarantee";
}

#salaly .salaly_item_02 .cat_02 p.salaly_no::before {
  content: "Every day is a payday";
}

#salaly .salaly_item_02 .cat_03 p.salaly_no::before {
  content: "How can I earn money?";
}

#salaly .salaly_item_03 h3 {
  color: #F9A7B8;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

#salaly .salaly_item_03 h3::before {
  content: "05";
  color: #FFF8FB;
  position: absolute;
  font-size: 240px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#salaly .salaly_item_03 h3 span {
  color: #707070;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}

#salaly .salaly_item_03 .salaly_girl h4 {
  color: #F9A7B8;
  display: block;
  font-size: 12px;
}

#salaly .salaly_item_03 .salaly_girl figcaption {
  color: #fff;
  font-size: 50px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

#salaly .salaly_item_03 .salaly_girl .example_salary {
  border-bottom: #D9D9D9 2px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#salaly .salaly_item_03 .salaly_girl .example_salary p {
  font-size: 20px;
}

#salaly .salaly_item_03 .salaly_girl .example_text h5 {
  font-size: 14px;
  font-weight: bold;
}

#salaly .salaly_item_03 .salaly_girl .example_text p {
  font-size: 14px;
}

#salaly .salaly_item_03 .salaly_girl_02 {
  margin-bottom: 60px;
}

#salaly .salaly_item_03 .salaly_girl_02 figure {
  text-align: right;
  position: relative;
}

#salaly .salaly_item_03 .salaly_girl_02 figure:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 70%;
  height: 350px;
  background: #FFEDF6;
  z-index: -1;
}

#salaly .salaly_item_03 .salaly_girl_02 figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

#salaly .salaly_item_03 .salaly_girl_02 figure figcaption {
  right: 20px;
}

#salaly .salaly_item_03 .salaly_girl_03 figure {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

#salaly .salaly_item_03 .salaly_girl_03 figure:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 70%;
  height: 350px;
  background: #FFEDF6;
  z-index: -1;
}

#salaly .salaly_item_03 .salaly_girl_03 figure img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

#salaly .salaly_item_03 .salaly_girl_03 figure figcaption {
  left: 20px;
}

/*--------------------------------------
待遇
--------------------------------------*/
#treatment.js-bg-lazy {
  background-image: none !important;
}
#treatment {
  background: #fff2f3;
  text-align: center;
  padding: 80px 20px 80px;
}
#treatment .inner {
  max-width: 800px;
}


#treatment .point_01 .point_box,
#treatment .point_02 .point_box,
#treatment .point_03 .point_box,
#treatment .point_04 .point_box,
#treatment .point_05 .point_box{
  background-color: #fff;
  padding: 30px 20px;
  border: 2px solid #7b6560;
  outline: 1px solid #7b6560;
  outline-offset: -10px;
  position: relative;
}
#treatment .point_01,
#treatment .point_02,
#treatment .point_03,
#treatment .point_04 {
  margin-bottom: 60px;
}
#treatment .point_number{
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#treatment h3{
  font-size: 20px;
  margin-bottom: 10px;
}
.point_01:before,
.point_02:before,
.point_03:before,
.point_04:before,
.point_05:before {
  content: "";
  display: inline-block;
  width: 155px;
  height: 100px;
  vertical-align: middle;
}
.point_01:before {
  background: url(../images/img_point_01.png);
  background-size: cover;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 2;
}
.point_02:before {
  background: url(../images/img_point_02.png);
  background-size: cover;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 2;
}
.point_03:before {
  background: url(../images/img_point_03.png);
  background-size: cover;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 2;
}
.point_04:before {
  background: url(../images/img_point_04.png);
  background-size: cover;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 2;
}
.point_05:before {
  background: url(../images/img_point_05.png);
  background-size: cover;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 2;
}
.point_area .treatment_line,
.treatment_txt .treatment_line {
  width: 80%;
  height: 1px;
  margin: 0 auto 16px;
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px);
  background-size: 16px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.voice_txt .treatment_line {
  width: 80%;
  height: 1px;
  margin: 14px auto 16px;
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px);
  background-size: 16px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#treatment .treatment_01 {
  padding: 20px;
}
#treatment .treatment_01 {
  max-width: 800px;
  margin: 0 auto;
  background: url(../images/bg_treatment.jpg) no-repeat 50% 50%/cover;
}
#treatment .treatment_txt {
  padding: 10px 20px 30px;
  background: rgba(255, 255, 255, 0.9);
  outline: 1px solid #fff;
  outline-offset: 8px;
  position: relative;
}
#treatment h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #fc8f93;
}
#treatment .merit_box {
  background-color: #fff2f3;
  padding: 20px 10px 10px;
  position: relative;
}
#treatment .merit_txt {
  color: #fcb7ba;
  font-size: 3.8rem;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Pinyon Script', cursive;
}
#treatment .treatment_txt h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #fc8f93;
}


/*--------------------------------------
花背景
--------------------------------------*/
#bg_flower {
	height: 300px;
}
.bg_flower {
	content: '';
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -999;
  width: 100%;/* .innerのmax-widthと同じ設定 */
  height: 100vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
	background-image: url(../images/bg_flower.jpg);
}

/*--------------------------------------
在籍セラピストの声
--------------------------------------*/
#voice.js-bg-lazy {
  background-image: none !important;
}
#voice {
  background: #fff6e8;
  text-align: center;
  padding: 80px 20px 0;
}
#voice .inner {
  max-width: 800px;
}

#voice .voice_txt01 {
  font-size: 1.8rem;
}

#voice .voice_01 .voice_txt,
#voice .voice_03 .voice_txt {
  background:url(../images/img_silhouette_01.png);
  background-size: 120px;
  background-repeat:no-repeat;
  background-position: center;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  padding: 60px 30px;
  outline: 1px solid #ffaec6;
  outline-offset: -10px;
  position: relative;
}
#voice .voice_02 .voice_txt,
#voice .voice_04 .voice_txt {
  background:url(../images/img_silhouette_02.png);
  background-size: 120px;
  background-repeat:no-repeat;
  background-position: center;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  padding: 60px 30px;
  outline: 1px solid #ffaec6;
  outline-offset: -10px;
  position: relative;
}
#voice .voice_01,
#voice .voice_02,
#voice .voice_03 {
  margin-bottom: 20px;
}
#voice .point_number{
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#voice h3{
  font-size: 20px;
  margin-bottom: 10px;
}


#voice .voice_q {
  background-color: #fff2f3;
  padding: 20px 20px 10px;
  margin-bottom: 40px;
  position: relative;
}
#voice .voice_q_number {
  font-size: 2.4rem;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#voice h3{
  font-size: 1.8rem;
}

.owner_box {
  background: #fff;
  padding: 60px 20px;
  position: relative;
  width: calc(100% - 10px);
  max-width: 800px;
  text-align: center;
  z-index: auto;
  outline: 1px solid #ffaec6;
  outline-offset: -20px;
}
.owner_box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(160deg, #ffd1fc 0, #fad0c6 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.another {
  position: relative;
  z-index: 0;
}
#treatment h2.title {
  text-align: center;
  color: #fcb7ba;
  font-size: 3.0rem;
  margin-bottom: 10px;
  font-family: 'Pinyon Script', cursive;
  font-weight: 500;
}
#voice .bnr_owner {
	max-width: 600px;
	margin: 10px auto 20px;
}
#voice .bnr_owner li {
	position: relative;
	z-index: 0;
	padding: 0;
}
#voice .bnr_owner li img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.scroll_box {
	  width: 100%;
    height: 14vh;
    position: relative;
}
/*====== 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:60px;
  /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -22px;
  top: -30px;
  color: #4d4d4d;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #4d4d4d;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/*====== 縦線が動いてスクロールを促す =======*/


/*--------------------------------------
Q&A
--------------------------------------*/
#question.js-bg-lazy {
  background-image: none !important;
}
#question {
  background: #fff6e8;
  text-align: center;
  padding: 80px 20px 2px;
}
#question .inner {
  max-width: 800px;
}

#question .inner .title_01 {
	margin-bottom: 50px;
}
#question .inner .title_01 .en {
	color: #9eded9;
}
#question .inner ul {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	#question .inner ul {
	  margin-bottom: 80px;
	}
}
#question .inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#question .inner ul li p {
	text-align: left;
}
#question .inner ul li p img {
	width: 80%;
	margin-top: -20px;
}
#question .inner ul li .question_txt {
	width: 100%;
	background: #fff;
    border: 2px solid #91d8d9;
	padding: 10px;
	height: 100%;
	border-radius: 10px;
}
@media (min-width: 768px) {
	#question .inner ul li .question_txt {
	  font-size: 1.6rem;
	}
}
#question .inner ul li .answer_txt {
	width: 100%;
	background: #fff;
	border: 2px solid #fcb7ba;
	padding: 10px;
	color: #4d4d4d;
	border-radius: 10px;
}
@media (min-width: 768px) {
	#question .inner ul li .answer_txt {
	  font-size: 1.6rem;
	}
}
#question .inner ul li .answer_txt span {
	font-weight: bold;
	color: #fc8f93;
}

/*--------------------------------------
募集要項
--------------------------------------*/
#recruit {
  
  background: linear-gradient(150deg,#fff6e8 0%,#fff6e8 50%,#fff 50%,#fff 100%);
  text-align: center;
  padding: 80px 20px;
}
#recruit .inner {
  max-width: 800px;
}

#recruit p {
  margin-bottom: 30px;
  text-align: center;
}

#recruit tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#recruit th,
#recruit td {
  width: 100%;
  color: #a9964f;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

#recruit td {
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: left;
  color: #4d4d4d;
}

#recruit .btn_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}
#recruit table {
  width: 100%;
}

/*--------------------------------------
WEBエントリー
--------------------------------------*/
#entry {
  background: #fff;
  text-align: center;
  padding: 80px 20px 0;
}
#entry .inner {
  max-width: 800px;
}

#entry .box_frame_pink2 {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  padding: 40px 20px;
  border: 4px solid #fc8f93;
  background: #fff;
}

.form_top_pd {
	padding: 0 20px 40px;
}
#entry .sub_left .frame {
    background: url(../images/bg_sub_recruit.jpg) 0 0 no-repeat;
    background-size: cover;
}
/*フォーム*/
#entry, #finish {
	/* 共通のボタン*/
	/* iOSでのデフォルトスタイルをリセット */
}
#entry .txt_center, #finish .txt_center {
	background: #595757;
	margin-bottom: 10px;
	max-width: 300px;
	margin: auto;
}
#entry .inner .title_01 .en, #finish .inner .title_01 .en {
	color: #fc8f93;
}
#entry label input, #finish label input {
	margin: 0;
	display: none;
}
#entry .cp_btn, #finish .cp_btn {
	background: #ffdcdd;
	max-width: 300px;
	margin: auto;
	color: #fff;
	border-radius: 25px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 4px;
    box-shadow: 0 0 5px rgba( 250, 250, 248, 1.0);
}
#entry .back_btn, #finish .back_btn {
	background: #ede7e9;
	margin-bottom: 10px;
	max-width: 300px;
	margin: auto;
	color: #ac99a0;
	border-radius: 25px;
	letter-spacing: 1px;
	padding: 4px;
    box-shadow: 0 0 5px rgba( 250, 250, 248, 1.0);
}
#entry .finish, #finish .finish {
	font-size: 1.4rem;
}
#entry input[type="submit"],
#entry input[type="reset"],
#entry input[type="button"], #finish input[type="submit"],
#finish input[type="reset"],
#finish input[type="button"] {
	color: #4d4d4d;
	border-radius: 0;
	-webkit-appearance: button;
	   -moz-appearance: button;
			appearance: button;
	border: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	font-size: 1.4rem;
  text-align: center;
}
#entry input[type="submit"]::-webkit-search-decoration,
#entry input[type="reset"]::-webkit-search-decoration,
#entry input[type="button"]::-webkit-search-decoration, #finish input[type="submit"]::-webkit-search-decoration,
#finish input[type="reset"]::-webkit-search-decoration,
#finish input[type="button"]::-webkit-search-decoration {
	display: none;
}
#entry input[type="submit"]::focus,
#entry input[type="reset"]::focus,
#entry input[type="button"]::focus, #finish input[type="submit"]::focus,
#finish input[type="reset"]::focus,
#finish input[type="button"]::focus {
	outline-offset: -2px;
}
#entry *::-webkit-input-placeholder, #finish *::-webkit-input-placeholder {
	color: #dedede;
}
#entry *:-moz-placeholder, #finish *:-moz-placeholder {
	color: #dedede;
}
#entry *::-moz-placeholder, #finish *::-moz-placeholder {
	color: #dedede;
}
#entry *:-ms-input-placeholder, #finish *:-ms-input-placeholder {
	color: #dedede;
}
#entry input[type="submit"],
#entry input[type="button"], #finish input[type="submit"],
#finish input[type="button"] {
	width: 100%;
	padding: 10px;
}
#entry input[type="reset"], #finish input[type="reset"] {
	background: transparent;
	color: #2a2a2a;
	font-size: 1rem;
	padding: 0 0 0 1px;
  line-height: 2.2;
	vertical-align: text-top;
}
#entry select, #finish select {
    border: 1px solid #2a2a2a;
	font-size: 1.4rem;
	padding: 8px;
	-webkit-transition: all .3s;
    transition: all .3s;
	outline: none;
    width: 240px;
	border-radius: 30px;
}
#entry form input[type=radio]:checked + .radio-parts, #finish form input[type=radio]:checked + .radio-parts {
	background: #fc8f93;
	border: 2px solid #e66e73;
	color: #fff;
}
#entry form .card, #finish form .card {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#entry form .card .radio-parts, #finish form .card .radio-parts {
	color: #595757;
	cursor: pointer;
	position: relative;
	padding: 10px 30px 10px 41px;
	margin-right: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid #fc8f93;
	display: inline-block;
	line-height: 1;
	font-size: 1.2rem;
	border-radius: 30px;
}
#entry form .card .radio-parts:hover, #finish form .card .radio-parts:hover {
	background: rgba(252, 143, 147, 0.3);
}
#entry form .card .radio-parts:before, #finish form .card .radio-parts:before {
	content: "";
	display: block;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 15px;
	border: 1px solid #d9dbd9;
	position: absolute;
	background: #fff;
}
#entry form .card .radio-parts:after, #finish form .card .radio-parts:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}
#entry form .card_2, #finish form .card_2 {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#entry form .card_2 .radio-parts, #finish form .card_2 .radio-parts {
	color: #595757;
	cursor: pointer;
	position: relative;
	padding: 10px 30px 10px 41px;
	margin-right: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid #fc8f93;
	display: inline-block;
	line-height: 1;
	font-size: 1.2rem;
	border-radius: 30px;
	width: 140px;
}
#entry form .card_2 .radio-parts:hover, #finish form .card_2 .radio-parts:hover {
	background: rgba(252, 143, 147, 0.3);
}
#entry form .card_2 .radio-parts:before, #finish form .card_2 .radio-parts:before {
	content: "";
	display: block;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 15px;
	border: 1px solid #d9dbd9;
	position: absolute;
	background: #fff;
}
#entry form .card_2 .radio-parts:after, #finish form .card_2 .radio-parts:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}
#entry form .checkbox, #finish form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
#entry form .checkbox span, #finish form .checkbox span {
	width: 33.333%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#entry form .checkbox span label, #finish form .checkbox span label {
	text-align: left;
	padding-left: 26px;
	position: relative;
}
#entry form .checkbox span label input, #finish form .checkbox span label input {
	background: transparent;
	border: transparent;
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	background: #fff;
	padding: 0px 5px;
	vertical-align: middle;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	background: transparent;
}
#entry form .checkbox span label input:checked:after, #finish form .checkbox span label input:checked:after {
	visibility: visible;
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	line-height: 1.2;
	text-align: center;
	color: #a88e41;
}
#entry form .checkbox span label input:after, #finish form .checkbox span label input:after {
	content: "";
	background: #fff;
	border-radius: 4px;
	border: 1px solid #a88e41;
	position: absolute;
	top: 3px;
	height: 15px;
	width: 15px;
}
#entry form input[type=radio]:checked:checked + .radio-parts::after, #finish form input[type=radio]:checked:checked + .radio-parts::after {
	background: #fc8f93;
}
#entry form input[type=radio]:checked + .radio:before, #finish form input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#entry form dl:first-of-type dt, #finish form dl:first-of-type dt {
	border-top: none;
	margin-top: 0;
}
#entry form dl dt, #finish form dl dt {
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
	border-left: 4px solid #fcb7ba;
	margin-bottom: 10px;
	padding-left: 5px;
  color: #4d4d4d
}
@media (min-width: 768px) {
	#entry form dl dt, #finish form dl dt {
	  font-size: 1.6rem;
	}
}
#entry form dl dt .required, #finish form dl dt .required {
	display: inline-block;
	background: #f58080;
	color: #fff;
	padding: 2px 5px;
	font-size: 1rem;
	margin-left: 5px;
}
#entry form dl dt .atten_01, #finish form dl dt .atten_01 {
	color: #fc8f93;
	border-radius: 100%;
}
#entry form dl dd, #finish form dl dd {
	font-size: 1.6rem;
	/* display: -webkit-box; /*
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
#entry form dl dd .atten_01, #finish form dl dd .atten_01 {
	color: #fc8f93;
}
#entry form dl dd label, #finish form dl dd label {
	cursor: pointer;
	margin-right: 5px;
}
#entry form dl dd .textbox, #finish form dl dd .textbox {
	color: #606060;
	padding: 8px;
	width: 100%;
	font-size: 1.6rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	background: #fff3f3;
	border: 1px solid #2a2a2a;
	border-radius: 30px;
  text-align: left;
}
#entry form dl dd .select_box, #finish form dl dd .select_box {
	width: 100%;
}
#entry form dl dd .select_box select, #finish form dl dd .select_box select {
	border: 1px solid #2a2a2a;
	color: #606060;
	padding: 10px 5px;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: none;
	background-color: #fff;
}
#entry form dl dd .select_type_box, #finish form dl dd .select_type_box {
	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;
}
#entry form dl dd .select_type_box .select_box.select_type, #finish form dl dd .select_type_box .select_box.select_type {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}
#entry form dl dd .select_type_box span, #finish form dl dd .select_type_box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	padding: 0 5px;
}
#entry .box_frame_pink {
	position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 40px;
	border: 2px solid #fcb7ba;
	background: rgba( 255, 255, 255, 0.9);
}
#entry .box_frame_pink .txt_box {
	width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.dl_box_01 .form_write {
	background: #feebec;
	border-radius: 10px;
    padding: 4px 8px;
	word-wrap: break-word;
}
.form_txt {
	font-size: 1.6rem;
  text-align: center;
}
.form_txt2 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
#finish .cp_btn {
	padding: 10px;
}

#official {
	background-image: url(../images/bg_official.jpg);
	background-size: cover;
  padding: 80px 20px;
}




/*--------------------------------------
オフィシャルバナー
--------------------------------------*/
#official {
  text-align: center;
  background: #fff;
}

#official img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: auto;
}

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

/*fotter 追尾*/
#bottom_nav{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 4999;
}
#bottom_nav ul {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	width: 96%;
	margin: 0 auto;
}
#bottom_nav li {
	width: calc(100% / 3);
	margin-right: 4px;
	border-radius: 40px;
	box-shadow: 0 0 8px rgba( 220, 220, 220, 0.8);
}
#bottom_nav li:last-child {
	margin-right: 0;
}
#bottom_nav li a {
	width: 100%;
	height: 100%;
}
#bottom_nav li.b_n_tel {
	background: #ffdfc1;
}
#bottom_nav li.b_n_line {
	background: #cdffcb;
}
#bottom_nav li.b_n_recruit {
	background: #ffdcdd;
}

#bottom_nav li .b_n_outer p {
	color: #666666;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 0.8rem;
	text-align: center;
	padding: 12px 0 12px;
	border-radius: 40px;
	background: #ffdcdd;
}
#bottom_nav li.b_n_tel .b_n_outer p {
	background: #ffdfc1;
}
#bottom_nav li.b_n_line .b_n_outer p {
	background: #cdffcb;
}
#bottom_nav li.b_n_recruit .b_n_outer p {
	background: #ffdcdd;
}

#bottom_nav i {
	font-size: 1.4em;
	color: #666666;
	margin-bottom: 4px;
}

/*--------------------------------------
タイトル
--------------------------------------*/
/* トップページの共通タイトル */
.title {
  text-align: center;
  color: #707070;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
}

.title span {
  color: #F9A7B8;
  font-family: century-gothic, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.title span::before,
.title span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #F9A7B8;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.title span::before {
  top: 0;
  left: 65%;
}

.title span::after {
  bottom: 0;
  right: 65%;
}

/*--------------------------------------
共通のボタン
--------------------------------------*/
.menu_item.offisial_btn a {
  width: 100%;
  max-width: 300px;
  background: #fcb7ba;
  border: 1px solid #fcb7ba;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 40px;
  padding: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_item.offisial_btn a:hover {
  color: #fcb7ba;
  background: #fff;
}

.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: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  flex-direction: column;
}

.btn span {
  bottom: 12px;
  right: 20px;
  display: inline-block;
}

.btn_01 {
  border: 1px solid #a9964f;
  background: #a9964f;
  color: #fff;
}

.btn_01:hover {
  background: none;
  border: 1px solid #a9964f;
  color: #a9964f;
}

.btn_02 {
  border: 1px solid #a8e4a6;
  background: #a8e4a6;
  color: #fff;
}

.btn_02:hover {
  background: none;
  border: 1px solid #a8e4a6;
  color: #a8e4a6;
}

.btn_03 {
  border: 1px solid #bcdaff;
  background: #bcdaff;
  color: #fff;
}

.btn_03:hover {
  background: none;
  border: 1px solid #bcdaff;
  color: #bcdaff;
}

.submit {
  background: #FAB8C6;
  border: 1px solid #FAB8C6;
  color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit:hover {
  background: #fff;
  color: #FAB8C6;
}

.reset {
  background: #aaa;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 5px;
  margin: auto;
}


/*--------------------------------------
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: 2.4rem;
  }

  .menu_box .menu_item {
    width: 50%;
  }

  .menu_box .menu_item:nth-of-type(2) {
    width: 100%;
  }

  #greeting {
    background: #fff6e8;
    text-align: center;
  }

  #salaly .title {
    margin-bottom: 200px;
  }

    #salaly .salaly_item_01 .inner::before {
    width: 80%;
    height: 600px;
  }

    #salaly .salaly_item_01 h3 {
    font-size: 60px;
  }

    #salaly .salaly_item_01 figure {
    margin-bottom: 0;
  }

    #salaly .salaly_item_01 figure img {
    width: 100%;
    max-width: 500px;
  }

    #salaly .salaly_item_01 .salaly_treatment::before {
    font-size: 350px;
    right: -87px;
  }

    #salaly .salaly_item_01 .salaly_treatment p {
    font-size: 34px;
    margin-bottom: 20px;
  }

    #salaly .salaly_item_01 .salaly_treatment ul {
    margin-bottom: 40px;
  }

    #salaly .salaly_item_01 .salaly_treatment ul li {
    font-size: 24px;
    padding: 10px;
    width: 60%;
  }

    #salaly .salaly_item_01 .salaly_treatment ul li:nth-child(2) {
    width: 70%;
  }

    #salaly .salaly_item_01 .salaly_treatment ul li:last-child {
    width: 80%;
  }

    #salaly .salaly_item_01 .salaly_treatment table {
    padding: 20px;
  }

    #salaly .salaly_item_01 .salaly_treatment table tr td {
    font-size: 20px;
  }

    #salaly .salaly_item_01 .salaly_treatment table tr td:nth-of-type(2) {
    padding: 0 0 0 20px;
  }

    #salaly .salaly_item_01 .salaly_treatment table tr span {
    font-size: 1.7em;
  }

    #salaly .salaly_item_02 section {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #salaly .salaly_item_02 section.cat_03 {
    margin-bottom: 0;
  }

  #salaly .salaly_item_02 section figure {
    margin-bottom: 110px;
  }

  #salaly .salaly_item_02 section figure img {
    width: 100%;
    height: 100%;
  }

  #salaly .salaly_item_02 section figure p {
    font-size: 120px;
    right: -50px;
    bottom: -90px;
  }

  #salaly .salaly_item_02 section figure p::before {
    font-size: 30px;
    width: auto;
  }

  #salaly .salaly_item_02 section div {
    width: 100%;
    margin-bottom: 120px;
  }

  #salaly .salaly_item_02 section div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #salaly .salaly_item_02 section div p {
    font-size: 14px;
  }

  #salaly .salaly_item_03 h3 {
    display: inline-block;
    margin-bottom: 150px;
    margin-left: 100px;
  }

  #salaly .salaly_item_03 h3::before {
    font-size: 340px;
  }

  #salaly .salaly_item_03 .salaly_girl figcaption {
    font-size: 102px;
  }

  #salaly .salaly_item_03 .salaly_girl .example_salary p {
    font-size: 24px;
  }

  #salaly .salaly_item_03 .salaly_girl_02 figure {
    width: 65%;
    max-width: 500px;
    margin: auto;
  }

  #salaly .salaly_item_03 .salaly_girl_02 figure:before {
    width: 430px;
    height: 560px;
    top: -30px;
    left: -100px;
  }

  #salaly .salaly_item_03 .salaly_girl_02 figure img {
    width: 440px;
    max-width: 100%;
  }

  #salaly .salaly_item_03 .salaly_girl_03 figure {
    width: 65%;
    max-width: 500px;
    margin: auto;
  }

  #salaly .salaly_item_03 .salaly_girl_03 figure:before {
    width: 430px;
    height: 560px;
    top: 60px;
    right: -100px;
  }

  #salaly .salaly_item_03 .salaly_girl_03 figure img {
    width: 380px;
    max-width: 100%;
  }
  #recruit {
    padding: 60px 0 0;
  }
  #recruit p {
    margin-bottom: 60px;
  }

  #recruit tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  #recruit th {
    width: 20%;
    color: #a9964f;
    font-size: 1.6rem;
  }

  #recruit td {
    width: 80%;
    color: #4d4d4d;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }

  #recruit .btn_box {
    gap: 10px;
    max-width: 800px;
  }

  #entry .inputs input,
  #entry .inputs p {
    padding: 20px;
  }

  #entry .inputs .other textarea {
    padding: 20px;
  }

  .btn {
    max-width: 400px;
  }
}

/*--------------------------------------
768px以上
--------------------------------------*/
@media (min-width: 768px) {
    .sp{
      display: none !important;
    }
    .br_sp {
      display: none;
    }
  /* お給料 */
    .img_salary div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .img_salary div img {
      width: calc(50% - 10px);
      margin-bottom: 20px;
    }
    .img_salary img:last-of-type {
      margin-bottom: 20px;
    }
}

/*--------------------------------------
1025px以下
--------------------------------------*/
@media (max-width: 1024px) {
  #treatment .treatment_01 {
    max-width: 800px;
    margin: 0 auto;
    background: url(../images/bg_treatment.jpg) no-repeat 50% 50%/cover;
    margin-top: 40px;
  }
  #bg_flower {
    height: 200px;
  }
  #voice .bnr_owner {
    margin: 20px auto;
  }
  #voice .voice_02 {
    margin-bottom: 40px;
  }
}

/*--------------------------------------
767px以下
--------------------------------------*/
@media (max-width: 767px) {
    .pc{
      display: none !important;
    }
    #salaly .bg_topics {
      width: 100%;
      left: -100px;
    }
    #recruit {
      background: linear-gradient(114deg,#fff6e8 0%,#fff6e8 50%,#fff 50%,#fff 100%);
      text-align: center;
      padding: 80px 20px 0;
    }
    .scroll_box {
      width: 100%;
      height: 18vh;
      position: relative;
    }
    .scrolldown1 {
      position:absolute;
      left:50%;
      bottom:30px;
      /*全体の高さ*/
      height:50px;
    }

    .section_title {
        font-size: 4.8rem;
    }
    .section_title_tre {
     font-size: 4.8rem;
    }
}

/*--------------------------------------
599px以下
--------------------------------------*/
@media screen and (max-width: 599px) {
    .txt_box {
      color: #4d4d4d;
      padding: 40px 20px;
    }
    #greeting h3 {
      font-size: 2.0rem;
    }
    .menu_box .menu_item:first-of-type {
      font-size: 1.8rem;
    }
    .menu_box .menu_item {
      font-size: 1.6rem;
    }
    .menu_box {
      padding: 40px 40px 120px
    }
    .menu_item.offisial_btn a {
      margin: 20px auto 0;
    }
    .point_01:before,
    .point_02:before,
    .point_03:before,
    .point_04:before,
    .point_05:before {
      width: 135px;
      height: 85px;
    }
    .point_01:before,
    .point_02:before,
    .point_03:before,
    .point_04:before,
    .point_05:before {
      top: -48px;
      right: 0;
    }
    #bg_flower {
      height: 160px;
    }
    .owner_box {
      outline-offset: -10px;
    }
    #recruit .btn_box {
      display: block;
    }
    .btn {
      margin-bottom: 10px;
    }
}

/*--------------------------------------
480px以下
--------------------------------------*/
@media screen and (max-width: 480px) {
    .txt_box {
      color: #4d4d4d;
      padding: 40px 10px;
    }
    #greeting h3 {
      font-size: 1.6rem;
      margin-bottom: 14px;
      line-height: 2.0rem;
      letter-spacing: 0;
    }
    .txt_greeting01 {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .txt_greeting02 {
      font-size: 1.2rem;
    }
    .salary_box {
      padding: 40px 20px;
      outline-offset: -10px;
    }
    .salary_box h2 {
      font-size: 2.0rem;
      line-height: 3.0rem;
    }
    .salary_txt p {
      font-size: 1.4rem;
      letter-spacing: 0.04em;
    }
    .br_480 {
      display: none;
    }
    #treatment .point_box .point_txt {
      font-size: 1.3rem;
      line-height: 2.4rem;
    }
    .menu_box .menu_item a {
      font-size: 1.4rem;
    }
    #entry .box_frame_pink {
      padding: 30px 20px;
    }


}

/*--------------------------------------
375px以下
--------------------------------------*/
@media screen and (max-width: 375px) {
    #greeting h3 {
      font-size: 1.4rem;
    }
    .section_title_tre {
      font-size: 4.0rem;
    }
    .section_title {
      font-size: 4.0rem;
    }

}

/*--------------------------------------
1025px以上
--------------------------------------*/
@media (min-width: 1025px) {
  header .inner {
    padding: 0 50px 0 0;
  }

  .pc_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    justify-content: center;
  }

  .menu_box {
    padding: 200px 20%;
  }

  #salaly .salaly_item_01 {
    margin-bottom: 260px;
  }

  #salaly .salaly_item_01 .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 60px;
  }

    #salaly .salaly_item_01 .inner::before {
    left: -50%;
    width: 100%;
    height: 100%;
  }

    #salaly .salaly_item_01 h3 {
    font-size: 90px;
  }

  #salaly .salaly_item_02 .inner {
    -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 100px;
    margin-top: -170px;
  }

  #salaly .salaly_item_02 section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    max-width: 100%;
  }

  #salaly .salaly_item_02 section.cat_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #salaly .salaly_item_02 section figure p {
    font-size: 180px;
    bottom: -130px;
  }

  #salaly .salaly_item_02 section div {
    margin-bottom: 0;
  }

  #salaly .salaly_item_03 h3 {
    margin-bottom: 0;
  }

  #salaly .salaly_item_03 .salaly_girl .example {
    width: 35%;
    margin: 120px auto 0;
  }

  #salaly .salaly_item_03 .salaly_girl_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: auto 0 200px 100px;
  }

  #salaly .salaly_item_03 .salaly_girl_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 150px;
    margin: auto 100px 200px auto;
  }
  /*ポイント*/
  #treatment .inner{
      max-width: 1200px;
  }
  #treatment .point_area{
      display: flex;
      flex-wrap: wrap;
      align-content: space-around;
      align-items: baseline;
      justify-content: space-around;
  }
  #treatment .point_area section{
      width: calc(50% - 20px);
      margin-bottom: 80px;
  }
  #treatment .point_01,
  #treatment .point_02,
  #treatment .point_03,
  #treatment .point_04 {
      margin-bottom: 60px;
  }
  #treatment .point_01 .point_box,
  #treatment .point_02 .point_box,
  #treatment .point_03 .point_box,
  #treatment .point_04 .point_box,
  #treatment .point_05 .point_box {
       height: 310px;
  }
  #treatment .point_01,
  #treatment .point_02,
  #treatment .point_03,
  #treatment .point_04 {
      margin-bottom: 0;
  }

  /*VOICE*/
  #voice .inner{
    max-width: 800px;
}
  #voice .voice_area{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: baseline;
    justify-content: space-around;
}
  #voice .voice_area section{
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
#voice .voice_01,
#voice .voice_02,
#voice .voice_03 {
    margin-bottom: 60px;
}
#voice .voice_01,
#voice .voice_02,
#voice .voice_03 {
    margin-bottom: 0;
}

}

/*--------------------------------------
1500px以上
--------------------------------------*/
@media (min-width: 1500px) {
  header .inner {
    padding: 0;
  }
  .menu_box {
    padding: 240px 30%;
  }
}