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

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


/*フォント読み込み対策*/
@font-face {
 font-family: 'Font Awesome 5 Brands';
 font-style: normal;
 font-weight: 400;
 src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/webfonts/fa-brands-400.woff2") format("woff2");
 font-display: swap;
}
@font-face {
 font-family: 'Font Awesome 5 Free';
 font-style: normal;
 font-weight: 900;
 src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/webfonts/fa-regular-400.woff2") format("woff2"),
 url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/webfonts/fa-solid-900.woff2") format("woff2");
 font-display: swap;
}
.form_btn .btn_go,.form_btn .btn_reset{
  -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -ms-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}

/****************************************
 common (共通スタイル)
 ****************************************/
 :root{
  --bg-gradation1: linear-gradient(90deg, rgba(62,118,183,1) 0%, rgba(62,99,183,1) 100%);
  --bg-gradation2: linear-gradient(90deg, rgba(57,152,201,1) 0%, rgba(59,123,197,1) 100%);
  --bg-gradation3: linear-gradient(90deg, rgba(71,210,140,1) 0%, rgba(6,182,197,1) 100%);
  --bg-gradation4: linear-gradient(90deg, rgba(57,152,201,1) 0%, rgba(59,123,197,1) 100%);
  --bg-gradation5: linear-gradient(90deg, rgba(57,152,201,0) 0%, rgba(59,123,197,1) 40%, rgba(59,123,197,1) 60%, rgba(57,152,201,0) 100%);
  --color-black1: #000;
  --color-black2: #303030;
  --color-white: #fff;
  --color1: #ff577f;/*赤ピンク*/
  --color2: #ffe671;/*黄色*/
  --color3: #9eeff6;/*水色*/
  --color4: #ffdada;/*薄いピンク*/
  --color5: #cdecea;/*水色2*/
  --header-webcolor: #6fb8c5;
  --header-linecolor: #8dbb72;
}

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

body{
  font-family: "Helvetica Neue" , Helvetica , Arial ,"Droid Sans", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  color: var(--color-black2);
  margin:0 auto;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
a{color: var(--color-black2);}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* 共通 */
.inner{
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width:767px) {
    .inner{
      max-width: 90%;
    }
  }

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

/* マージン */
.mb_10{margin-bottom: 10px;}
/*色*/
.fc_01{color: var(--color1);}/*ピンク*/
.fc_02{color: var(--color4);}/*薄いピンク*/
.fc_03{color: var(--color3);}/*水色*/
.fc_04{color: #006cc8;}

/*-- 装飾 --*/
/*黄色*/
.under_line1{
  background: -webkit-linear-gradient(transparent 60%, var(--color2) 60%);background: -o-linear-gradient(transparent 60%, var(--color2) 60%);background: linear-gradient(transparent 60%, var(--color2) 60%);
}
/*水色*/
.under_line2{
  background: -webkit-linear-gradient(transparent 60%, var(--color5) 60%);background: -o-linear-gradient(transparent 60%, var(--color5) 60%);background: linear-gradient(transparent 60%, var(--color5) 60%);
}
/*白*/
.under_line3{
  background: -webkit-linear-gradient(transparent 60%, #fff 60%);background: -o-linear-gradient(transparent 60%, #fff 60%);background: linear-gradient(transparent 60%, #fff 60%);
}

/*-- ボックス --*/
.f_box{
  display: flex;
}
.fill_box1{
  background: var(--color-black1);
  padding: 3%;
  color: var(--color-white);
}
/*ボーダー上下*/
.border_box1{
  border-top: 1px solid var(--color-black1);
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
}
.border_box2{
  padding: 20px;
}

@media screen and (max-width:767px) {
  .border_box1{
    font-size: 1rem;
  }
}

/*ボーダー上下二本*/
.border_box3{
  border-top: 3px solid var(--color-black1);
  padding: 2px 0;
}
.border_box3 .inner_box3{
  border-top: 1px solid var(--color-black1);
}

/*-- 見出し --*/
.title_arrow{
  position: relative;
  border-bottom: 2px solid #464646;
  padding: 10px;
  margin: 0;
  background: #000;
}
.title_arrow::before{
  content: "";
  position: absolute;
  bottom: -31px;
  left: calc(50% - 17px);
  border: 17px solid transparent;
  border-top: 17px solid #000;
  z-index: 2;
}
.title_arrow::after {
  position: absolute;
  border: 17px solid transparent;
  border-top-color: #464646;
  border-bottom-width: 0;
  bottom: -17px;
  content: "";
  left: calc(50% - 17px);
  z-index: 1;
}
img{width: 100%;}

/*-- アニメーション --*/
.fadein{
  opacity : 0;
  transition : all 1s;
}
.fadein.on{
  opacity : 1;
}
.move.on.bounce {
  animation: bounce 1.1s both;
}
@keyframes bounce {
  0% {transform: scale(3);animation-timing-function: ease-in;opacity: 0;}
  38% {transform: scale(1);animation-timing-function: ease-out;opacity: 1;}
  55% {transform: scale(1.5);animation-timing-function: ease-in;}
  72% {transform: scale(1);animation-timing-function: ease-out;}
  81% {transform: scale(1.24);animation-timing-function: ease-in;}
  89% {transform: scale(1);animation-timing-function: ease-out;}
  95% {transform: scale(1.04);animation-timing-function: ease-in;}
  100% {transform: scale(1);animation-timing-function: ease-out;}
}
.move.on.flip_in{
  animation: flip_in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes flip_in{
  0% {transform: scaleX(0);opacity: 1;}
  100% {transform: scaleX(1);opacity: 1;}
}
.move.on.shake,.on.shake{
  animation: shake 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes shake {
  0%,100% {transform: rotate(0deg);transform-origin: 50% 0;}
  10% {transform: rotate(2deg);}
  20%,40%,60% {transform: rotate(-4deg);}
  30%,50%,70% {transform: rotate(4deg);}
  80% {transform: rotate(-2deg);}
  90% {transform: rotate(2deg);}
}


.puff{
  animation: puff 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@keyframes puff{0%{transform:scale(2);filter:blur(4px);opacity:0}100%{transform:scale(1);filter:blur(0);opacity:1}}
/*背景slide*/
.slideout_box{
  position: relative;
}
.slide_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide_box:after {
  width: 100%;
  height: 100%;
  background: #f4f9ff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1.4s ease-in-out;
  transition: 1.4s ease-in-out;
  /*  z-index: -1;*/
}
.slide_box.on:after {
  width: 0%;
}
/****************ヘッダー****************/
header {
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  z-index: 100;
  position: relative;
}
#hamburger{
  position: fixed;
  pointer-events: none;
}
/*ハンバーガー*/
#hamburger .nav-toggle {
  display: block;
  position: fixed;
  background: #000;
  top: 0px;
  right: 5px;
  width: 52px;
  height: 52px;
  padding: 9px 10px 0;
  z-index: 100;
  pointer-events: auto;
}
#hamburger .nav-toggle > div {
  position: relative;
}
#hamburger .nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: .35s ease-in-out;
  border-radius: 10px;
}
#hamburger .nav-toggle span:nth-child(1) {top: 10px;}
#hamburger .nav-toggle span:nth-child(2) {top: 20px;}
#hamburger .nav-toggle span:nth-child(3) {top: 30px;}
#hamburger .nav-toggle p{
  position: absolute;
  top:-10px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}

/*扉*/
#hamburger .menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
}
#hamburger .menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}
#hamburger .menu-sliders:nth-child(odd) {
  background: rgba(255, 255, 255, 0.95);
}
/*ドロワーオープン*/
.open #hamburger .nav-toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #hamburger .nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #hamburger .nav-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open #hamburger .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}
.open #hamburger .menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
/*中*/
#hamburger .menu-container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}
#hamburger .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: calc(100vh - 60px);
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
  overflow: scroll;
}
#hamburger .d_logo{
  max-width: 400px;
  width: 80%;
  margin-bottom: 20px;
}
#hamburger .menu ul{
  max-width: 460px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#hamburger .menu ul li {
  text-align: center;
  margin: 4px auto;
  max-width: 200px;
  font-size: 1.2em;
  width: 48%;
}
#hamburger .menu ul li a {
  width: 100%;
  display: block;
}
#hamburger .menu ul li a img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hamburger .menu ul li a:hover img{
  opacity: 0.5;
}
#hamburger .menu ul li .d_menu{
  max-width: 200px;
  transition: 0s;
}
/*共通*/
#salary .title_img,#work_time .title_img,#message .title_img,#contents_entry .title_img{
  max-width: 400px;
  margin-bottom: min(40px,8%);
}
/*listllast*/
#salary .salary_main ul li:last-of-type,#work_time .checkpoint .checkpoint_list li:last-of-type,
#flow ul.flow_list li:last-of-type,#qa .qa_list li:last-of-type{
  margin-bottom: 0;
}
.bl900{
  display: none;
}
/*-------メインビジュアル---------*/
#mainvisual {
  width: 100vw;
  height: 90vh;
  position: relative;
  background: url(/recruit/galaxy-tokyo/images/top_bg.png) center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#mainvisual .mainvisual_txt3 img{
  width: calc(100% / 3);
  object-fit: contain;
}
.top_banner{
  width: 750px;
  display: flex;
  position: absolute;
  bottom:10vh;
  left: 0;
  right: 0;
  margin: auto;
}
#mainvisual .mainvisual_txt1{
  max-width: 450px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  .top_banner{
    width: 100%;
  }
}

/*------- メインの下 ---------*/
#check{
  border-top: 4px solid var(--color-black1);
  border-bottom: 12px solid var(--color-black1);
  padding: 3px 0;
  position: relative;
}
.check_bg01{
  position: absolute;
  left: 0;
  width: 50%;
}
.check_bg02{
  position: absolute;
  right: 0;
  bottom:0;
  width: 50%;
}
#check .border_inbox{
  border-top: 12px solid var(--color-black1);
  border-bottom: 4px solid var(--color-black1);
}
#check .check_wrap{
  font-size: 1.8rem;
  border-bottom: 5px solid;
  margin-bottom: 5px;
  padding: 20px 30px;
  font-weight: bold;
  text-align: left;
}
#check .check_img{
  border-top:solid 10px;
  padding: 30px 0;
}
#check .check_img img{
  width: 80%;
  margin:0 auto;
}
#check .c_box{
  position: relative;
}
#check .c_box.box1:before,
#check .c_box.box2:before{
  position: absolute;
  content: "";
  top: -70px;
  background-repeat: no-repeat;
  background-size: 160px;
  width: 160px;
  height: 75px;
}
#check .c_box.box1:before{
  background-image: url(/recruit/galaxy-tokyo/images/point.png);
  left: 0;
}
#check .c_box.box2:before{background-image: url(/recruit/galaxy-tokyo/images/handwrite_check.png);left: 0;}
#check .box1{
  border: 2px solid var(--color-black1);
  background: url(/recruit/galaxy-tokyo/images/point_corner1_1.png),url(/recruit/galaxy-tokyo/images/point_corner1_2.png);
  background-repeat: no-repeat,no-repeat, repeat;
  background-size: 40px,40px;
  background-position: bottom 5px left 5px,bottom 5px right 5px,center center;
  font-size: 1.4rem;
  margin-top: 60px;
}
#check .box1 .c_box1_title{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 15px;
}
#check .box2 {
  margin-top: 100px;
}
#check .box2 .fill_box1{
  padding: 10px 5px;
  margin-bottom: 10px;
}
#check .box2 .txtbox{
  background: #fff;
  padding:10px;
  text-align: left;
}
#check .box2 img{
  max-width: 640px;
}

@media screen and (max-width:767px) {
  .check_bg01,
  .check_bg02{
    width: 80%;
  }
  #check .check_wrap{
    padding: 20px 10px;
    font-size: 1.3rem;
  }
  #check .check_img img{
    width: 90%;
  }
  #check .box1 .c_box1_title{
    font-size: 20px;
    letter-spacing: 5px;
  }
}


/*------- 当店のxx ---------*/
#about{
  background: #f4f9ff;
  z-index: -1;
}
#about .inner{
  overflow: hidden;
}
#about .inner img:nth-child(odd){
  margin-bottom: 20px;
}
/*------- お給料 ---------*/
.salary_outbox{
  background: #f4f9ff;
}
#salary .top_contents{
  margin-bottom: 30px;
}
#salary .top_contents img{
  max-width: 400px;
}
#salary .top_contents .happy_pay{
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  margin: 10px auto 0;
}
#salary .top_contents .happy_pay img{
  max-width: 245px;
  padding: 0 5px;
}
#salary .top_contents img.toptxt3{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#salary .salary_main{
  background: url(/recruit/galaxy-tokyo/images/pat_bg1.jpg) center top repeat;
}
#salary .salary_main ul li{
  border: 1px solid var(--color-black2);
  background: var(--color-white);
  margin-bottom: 20px;
}
#salary .salary_main ul li h3{
  background: var(--color-black2);
  padding: 10px 20px;
}
#salary .salary_main ul li .salary_subtitle{
  max-width: 300px;
}
#salary .salary_main ul li .s_txtbox{
  padding: 20px;
}
#salary .salary_main ul li .s_txtbox .entrust_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#salary .salary_main ul li .s_txtbox .entrust_box .entrust_img{
  width: calc(100% / 3.1);
}
#salary .salary_main ul li .hosyou_box{
  background: #c4ab5a;
  padding: 10px 5px;
  color: #fff;
  font-size: 1.3em;
  max-width: 300px;
  margin: 0 auto;
}
#salary .salary_main ul li .hosyou_box p:before{
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-weight: 900;
  margin-right: 5px;
}
#salary .allowance{
  border-top: 1px solid;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}
#salary .allowance h4{
  width: 30%;
  font-size: 25px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
#salary .allowance p{
  padding: 10px;
  font-size: 18px;
}

@media screen and (max-width:767px) {
  #salary .salary_main ul li .salary_subtitle{
    max-width: 250px;
  }
  #salary .allowance h4{
    width: 100%;
    font-size: 20px;
  }
  #salary .allowance p{
    text-align: center;
    width: 100%;
  }
}

/*------- お給料例 ---------*/
#salary_ex{
  background: url(/recruit/galaxy-tokyo/images/saraly_bg.png) #fff;
  background-repeat: no-repeat,no-repeat, repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#salary_ex .s_border_box.inner{
  height: 100vh;
  position: relative;
}
#salary_ex .s_border_box.inner .top_contents{
  position: absolute;
  top: 25vh;
}
#salary_ex .s_border_inbox{
  border: 1px solid #292929;
  padding: min(25px, 5%);
}
#salary_ex ul li{
  position: relative;
  background: url(/recruit/galaxy-tokyo/images/pat_bg2.jpg) center top repeat;
  padding: 3px;
  max-width: calc(100% / 2);
  margin: 45px auto 0;
}
#salary_ex ul {
  display: flex;
}
#salary_ex .top_contents img.salary_ttl{
  width: 80%;
}
#salary_ex ul li > div{
  border: 1px solid #787878;
  padding: 15px 10px;
}
#salary_ex ul li .case_img{
  position: absolute;
  top: -30px;
  left: -15px;
  max-width: 90px;
}
#salary_ex ul li .s_time_box{
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  padding: 5px 10px;
  background: rgb(255 255 255 / 60%);
  border-radius: 10px;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 300px;
}
#salary_ex ul li .day_hour{
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#salary_ex ul li .s_time_box .time{
  border-left: 4px solid #cdeeeb;
  padding-left: 15px;
  padding-left: 10px;
  flex-grow: 0.5;
}

@media screen and (max-width:767px) {
  #salary_ex{
    background-position: center;
    height: 60vh;
  }
  #salary_ex .s_border_box.inner{
    height: 60vh;
  }
  #salary_ex .s_border_box.inner .top_contents{
    top: 12vh;
  }
  #salary_ex ul li{
    margin: 20px auto 0;
  }
}

/*--------待遇・勤務時間-----------*/
/*背景関係*/
#work_time .work_time_wrap{
  background-color: #8989ff;
}
#work_time .w_top_bg {
  background: #fff;
  background-size: 13px, cover;
  background-position: bottom center, center center;
  background-repeat: repeat, no-repeat;
}

#work_time .work_time_bg_middle {
  background: url(/recruit/galaxy-tokyo/images/pat_dot1.png), linear-gradient(170deg, #8989ff 0%, #8989ff 40%, #ffffff 40%, #ffffff 100%);
  padding-bottom: 20px;
}
/*勤務時間*/
#work_time .padding_box{
  padding: 40px 30px;
  font-family: Yu Mincho,游明朝,YuMincho,游明朝体;
  font-size: 18px;
  text-align: left;
  letter-spacing: 3px;
  font-weight: bold;
}
#work_time .padding_box h3{
  background: #8989ff;
  color: #fff;
  font-size: 25px;
  display: table-cell;
  padding: 5px 20px;
}
#work_time .padding_box .time_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #8989ff;
}
#work_time .padding_box .time_box_txt{
  padding-left: 10px;
}
#work_time .padding_box .guarantee_box{
  text-align: center;
  border: solid 1px #8989ff;
  margin-top: -28px;
  margin-left: 15px;
  height: 100px;
  line-height: 4;
  font-size: 30px;
  letter-spacing: 5px;
}
#work_time .padding_box .guarantee_box span{
  font-size: 18px;
}
#work_time .padding_box ul{
  padding: 30px 0;
  line-height: 2.2;
}
#work_time .padding_box ul li::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;/*画像の高さ*/
  background-image: url(/recruit/galaxy-tokyo/images/time_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
#work_time .title_work_treatment{
  padding: 0 0 30px;
}
#work_time .title_work_treatment img{
  max-width: 350px
}
#work_time .opentime_box{
  background: url(/recruit/galaxy-tokyo/images/pat_line2.png)top center repeat;
  background-size: 34px;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
#work_time .opentime_box > p{
  background: #fff7f7;
  padding: 15px 10px;
  box-shadow: 1px 1px #ffb7b7;
  font-size: 1.3em;
}
#work_time .opentime_box > p .open_txt{
  display: inline-block;
  padding: 0px 5px;
  margin-right: 5px;
  background: #ff9393;
  color: #fff;
}
#work_time .style_shift ul{
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}
#work_time .style_shift ul li{
  height: 300px;
  margin-bottom: 40px;
}
#work_time .style_shift ul li .check_bg02{
  right: -20%;
  bottom: 0;
  width: 30%;
}
#work_time .style_shift ul li:nth-of-type(odd) > div{
  position: relative;
  padding: 50px 60% 30px 0;
}
#work_time .style_shift ul li:nth-of-type(odd) > div::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: auto;
}
#work_time .style_shift ul li:nth-of-type(odd) .slide_box:after{
  background: #ffefef;
  width: 56%;
}
#work_time .style_shift ul li:nth-of-type(even) .slide_box:after{
  width: 56%;
  left: 0;
}
#work_time .style_shift ul li:nth-of-type(odd) .slide_box.on:after,
#work_time .style_shift ul li:nth-of-type(even) .slide_box.on:after{
  width: 0;
}
#work_time .style_shift ul li:nth-of-type(even) > div{
  position: relative;
  padding: 50px 0 30px 60%;
}
#work_time .style_shift ul li:nth-of-type(even) > div::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 100%;
  z-index: auto;
}
#work_time .style_shift ul li:nth-of-type(1) > div::before{
  background: url(/recruit/galaxy-tokyo/images/worktime_mystyle_bg.png) center top no-repeat;
  background-size: cover;
}
#work_time .style_shift ul li:nth-of-type(2) > div::before{
  background: url(/recruit/galaxy-tokyo/images/worktime_shift_bg.png) center top no-repeat;
  background-size: cover;
}
#work_time .style_shift ul li:nth-of-type(odd) > div > p,
#work_time .style_shift ul li:nth-of-type(even) > div > p{
  position: relative;
  z-index: 2;
}
#work_time .style_shift ul li .txt_bg{
  font-size: 15px;
  line-height: 2em;
}
#work_time .style_shift img.life_style{
  width: 21rem;
}
#work_time .worktime_txt1{
  margin: 0 auto;
  width: 100%;
}
/*-- checkpoint --*/
.worktime_txt1 img{
  max-width: 450px;
  padding: 50px 0;
}
#checkpoint .checkpoint{
  padding: 40px 20px;
  background: url(/recruit/galaxy-tokyo/images/chckpoint_bg.png)top center no-repeat;
  background-size: cover;
}
#checkpoint .checkpoint .title_chckpoint{
  max-width: 500px;
  margin-bottom: 10px;
}
#checkpoint .checkpoint h2{
  display: flex;
  justify-content: flex-end;
}

#checkpoint .checkpoint .border_box2{
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 20px;
  margin: 0 0 0 auto;
}
#checkpoint .checkpoint .checkpoint_txt1{
  max-width: 480px;
  margin: 0 auto 30px;
}
#checkpoint .checkpoint .checkpoint_txt1 img{
  max-width: 430px;
}
#checkpoint .checkpoint .checkpoint_list{
  text-align: left;
  font-size: 1.5rem;
  max-width: 430px;
  margin: 0 auto;
}
#checkpoint .checkpoint .checkpoint_list li{
  padding-left: 1.2em;
  text-indent: calc(-1em - 3px);
  margin-bottom: 4px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
#checkpoint .checkpoint .checkpoint_list li::before{
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url(/recruit/galaxy-tokyo/images/check_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .worktime_txt1 img{
    width: 80%;
  }
  #work_time .padding_box h3{
    font-size: 20px;
  }
  #work_time .padding_box{
    padding: 20px;
    font-size: 15px;
  }
  #work_time .padding_box .time_box_txt{
    padding: 10px;
  }
  #work_time .padding_box .guarantee_box{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 6;
  }
  #work_time .padding_box .guarantee_box span{
    font-size: 15px;
  }
  #work_time .style_shift ul li:nth-of-type(odd) > div{
    padding: 50px 50vw 30px 0;
  }
  #work_time .style_shift ul li:nth-of-type(even) > div{
    padding: 10px 0 30px 53vw;
  }
  #checkpoint .checkpoint{
    padding: 0;
  }
  #checkpoint .checkpoint .checkpoint_list{
    font-size: 1.2rem;
  }
  #work_time .style_shift ul li .check_bg02{
    right: 0;
  }
  #checkpoint .checkpoint .border_box2{
    max-width: 100%;
  }
  #checkpoint .checkpoint h2{
    width: 100%;
    justify-content: center;
  }
  #work_time .style_shift img.life_style{
    width: 10rem;
  }
}

/*--------待遇--------*/
#treatment{
  background: url(/recruit/galaxy-tokyo/images/treatment_bg.png)top center no-repeat;
  background-size: cover;
  padding: 100px 20px;
}
#treatment .title_img{
  max-width: 250px;
  margin-bottom: -3px;
}
#treatment .inner{
  background: #fff;
  position: relative;
}
#treatment .inner .check_bg02{
  width: 70%;
}
#treatment .inner .check_bg03{
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 46%;
}
#treatment .inner h2{
  padding: 20px 10px 0;
}
#treatment .inner .treatment_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 20px 10px;
  z-index: 2;
  position: relative;
}
#treatment .inner .treatment_list li{
  width: calc(100% / 4);
  margin-bottom: 15px;
}
#treatment .inner .treatment_list li img{
  width: 90%;
}

@media screen and (max-width:767px) {
  #treatment{
    padding: 50px 20px;
  }
  #treatment .title_img{
    max-width: 50%;
  }
  #treatment .inner .treatment_list li{
    width: calc(100% / 3);
  }
  #treatment .inner .check_bg03{
    right: -10%;
    width: 43%;
  }
  #treatment .inner{
    padding-bottom: 20px;
  }
}

/*--------入店の流れ--------*/
#flow {
  position: relative;
}
#flow .check_bg01{
  left: auto;
  right: 0;
  z-index: -1;
}
#flow .check_bg02{
  right: auto;
  left: 0;
  z-index: -1;
}
#flow .inner{
  text-align: left;
}
#flow .title_flow{
  text-align: center;
}
#flow .title_step img{
  max-width: 200px;
}
#flow .title_step{
  position: relative;
  margin-bottom: 15px;
}
#flow ul.flow_list{
  padding-top: 30px;
}
#flow ul.flow_list li{
  margin-bottom: 70px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#flow ul.flow_list li img.flow_img{
  width: calc(20% - 30px);
  margin-right: 30px;
}
#flow ul.flow_list li .flow_wrap{
  width: 80%;
}

@media screen and (max-width:767px) {
  #flow ul.flow_list li img.flow_img{
    width: 30%;
    margin: 0 auto 21px;
  }
  #flow ul.flow_list li:nth-last-child(2) img.flow_img{
    width: 40%;
  }
  #flow ul.flow_list li .flow_wrap{
    width: 100%;
  }
}

/*---------よくあるご質問---------*/
#qa{
  background: url(/recruit/galaxy-tokyo/images/faq_bg.png)top center no-repeat;
  background-size: cover;
}
#qa .title_q_box{
  text-align: left;
}
#qa .title_q_box > p{
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 40px;
  letter-spacing: 11px;
  font-weight: bold;
  padding:10px 0;
}
#qa .title_q_box .title_question1{
  max-width: 100%;
  margin-bottom: -22px;
}
#qa .inner{
  text-align: left;
}
#qa .qa_wrap{
  background: #fff;
  padding: 50px;  
}
#qa .qa_list li{
  margin-bottom: 10px;
}
#qa .acc_title{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 15px 35px 15px 15px;
  background: #ccccff;
  color: #000;
  border-radius: 10px;
  max-width: 100%;
  font-weight: bold;
  z-index: 1;
}
#qa .acc_title img{
  width: 5%;
  margin-right: 10px;
}
#qa .acc_title::after{
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 15px;
}
#qa .acc_title.open::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}
#qa .acc_box{
  display: none;
}
#qa .acc_boxinner{
  position: relative;
  background: #fff;
  padding: 30px 15px 10px 40px;
  z-index: 2;
  border: 1px solid #ccccff;
  border-radius: 10px;
  margin-top: -20px;
  z-index: 0;
}
#qa .acc_boxinner .fc_01{
  font-weight: bold;
}
#qa .acc_boxinner::before{
  position: absolute;
  left: 10px;
  bottom: -15px;
  content: "";
  background: url(/recruit/galaxy-tokyo/images/qa_a.png)no-repeat;
  width: 90px;
  height: 90px;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width:767px) {
  #qa .title_q_box .title_question1{
    margin-bottom: -10px;
  }
  #qa .title_q_box > p{
    font-size: 20px;
  }
  #qa .qa_wrap{
    padding: 20px;
  }
  #qa .acc_title{
    font-size: 1.1rem;
  }
  #qa .acc_title img{
    width: 10%;
  }
  #qa .acc_title .acc_txt{
    width: 90%;
  }
}

/*---------オーナーからのメッセージ---------*/
#message .inner{
  margin: 0 auto;
  overflow: hidden;
}
#message .pic_box{
  position: relative;
  text-align: left;
  line-height: 1.7em;
  background: rgb(255 255 255 / 70%);
  text-shadow: 0px 0px 6px white, 0px 0px 10px white;
}
#message .pic_box:before{
  content: "";
  background: url(/recruit/galaxy-tokyo/images/message_bg.jpg) right top no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -40px;
  right:-90px;
  width: 120%;/*横に出る幅*/
  height: 100%;
  z-index: -2;
}
#message .slide_box:after{
  top: auto;
  bottom: -40px;
  width: 120%;
  height: 100%;
  right: -90px;
  z-index: -1;
}
#message .slide_box.on:after{
  width: 0;
}

/*---------募集要項---------*/
#howto{
  background-image: linear-gradient(145deg, #ffead6 30%, #ffffff 30%, #FFFFFF 70%, #FFEAD6 70%, #ffead6 100%, #ffffff 100%, #ffffff 100%);
  padding: 40px 20px;
}
#howto h2{
  margin-bottom: 30px;
}
#howto .title_howto{
  max-width: 315px;
}
#howto .howto_table{
  text-align: left;
  margin: 0 auto;
  border-bottom: 2px solid #000;
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
}
#howto .howto_table dt{
  background: #000;
  color: #fff;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Yu Mincho,游明朝,YuMincho,游明朝体;
  font-size: 20px;
}
#howto .howto_table dd{
  padding: 20px;
  width: 80%;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
}
#howto .howto_table dd li{
  padding-left:1em;
  text-indent: -0.5em;
}

@media screen and (max-width:767px) {
  #howto .howto_table dt{
    width: 100%;
    padding: 10px;
  }
  #howto .howto_table dd{
    width: 100%;
  }
}

/*-----------フッター-----------*/
footer{
  text-align: center;
  padding: 5px 0 60px;
  background: #000;
}

.f_info{
  color: #fff;
  background: #000;
  align-items: center;
  justify-content: center; /* この行を追加 */
  width: 30%;
  margin: 0 auto;
}

footer small{
  font-size: 12px;
}
.f_copy{
  background: #fff;
}
/*追尾*/
#footer_nav{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  z-index: 1000;
  background-color: rgba(226,226,226,0.8);
}
#footer_nav ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
#footer_nav ul li{
  width: calc((100% - 4px) / 2.2);
  border: 2px solid #000;
  padding: 2px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}
#footer_nav ul li > div{
  background: #ddd;
}
#footer_nav ul li a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #ff5af7;
  padding: 10px 0;
}
#footer_nav ul li a.f_tel{
  background-color:rgba(255,90,247,0.8);
  height: 105%;
  width: 101%;
  margin-bottom: -5px;
  margin-right: -1px;
  position: relative;
  border-radius: 5px;
}
#footer_nav ul li a.f_line{
  background-color: rgba(0,195,0,0.8);
  height: 105%;
  width: 101%;
  margin-bottom: -5px;
  margin-right: -1px;
  position: relative;
  border-radius: 5px;
}
#footer_nav .entry_nav img{
  width: 3vh;
  margin-right: 10px;
}

.sp_only{
  display: none;
}

@media screen and (max-width:767px) {
  .f_info{
    width: 50%;
    padding: 50px 0;
  }
  .f_info img.f_logo{
    margin: 0 auto;
  }

footer .bl900 {
  display: none;
}
@media screen and (min-width: 700px) {
  .del700{
    display: none;
  }
  .sp_only{
    display: block;
  }
  footer .bl900 {
    display: inline-block;
  }
}