/*-----------------------------------全体設定*/
@font-face {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

body {
  font-family: 'Hiragino Sans', Meiryo !important;
  font-size: 100%;
  color: #2F2F2F;
  background-color: #fff
}

input:focus, button:focus {
  outline: 0
}

p, ul li {
  font-size: 14.4px;
  line-height: 2em;
  font-weight: 200
}

* {
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
  transition: .3s;
}

main {
  z-index: 1
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15rem;
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  h2 {
    font-size: 1.4rem;
  }
}

/*-----------------------------------レイアウト*/
.wrap {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto
}

.sec {
  box-sizing: border-box;
  padding: 80px 0
}

.max {
  clear: both;
  display: block !important;
  width: 100% !important;
  height: auto !important
}

.sp {
  display: none !important
}

.relative {
  position: relative
}

.abs {
  position: absolute
}

.abs-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%)
}

.abs-cr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.abs-cl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.abs-ct {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.abs-cb {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-fs {
  justify-content: flex-start;
}

.flex-fe {
  justify-content: flex-end;
}

.flex-c {
  justify-content: center;
}

.flex-sa {
  justify-content: space-around;
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px
  }
}

@media(max-width:1000px) {
  .sec {
    padding: 50px 0
  }
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  .sp {
    display: inherit !important
  }

  .pc {
    display: none !important
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px
  }
}

/*-----------------------------------文字設定*/
.w-normal {
  font-weight: normal;
}

.b {
  font-weight: 500 !important
}

.c-fff {
  color: #fff !important
}

.txt-l {
  text-align: left
}

.txt-r {
  text-align: right
}

.txt-c {
  text-align: center
}

.pc-txt-c {
  text-align: center
}

.ipad-txt-c {
  text-align: center
}

.sp-txt-c {
  text-align: center
}

.lh-2 {
  line-height: 2em;
}

.lh-25 {
  line-height: 2.5em;
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  .ipad-txt-c {
    text-align: left
  }
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  .pc-txt-c {
    text-align: left
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .sp-txt-c {
    text-align: left;
  }
}

/*-----------------------------------パディング設定*/
.p-0 {
  padding: 0 !important
}

.pt-0 {
  padding-top: 0
}

.pt-1 {
  padding-top: 1rem
}

.pt-2 {
  padding-top: 2rem
}

.pt-3 {
  padding-top: 3rem
}

.pt-4 {
  padding-top: 4rem
}

.pt-5 {
  padding-top: 5rem
}

.pb-0 {
  padding-bottom: 0
}

.pb-1 {
  padding-bottom: 1rem
}

.pb-2 {
  padding-bottom: 2rem
}

.pb-3 {
  padding-bottom: 3rem
}

.pb-4 {
  padding-bottom: 4rem
}

.pb-5 {
  padding-bottom: 5rem
}

.pr-1 {
  padding-right: 1rem
}

.pr-2 {
  padding-right: 2rem
}

.pr-3 {
  padding-right: 3rem
}

.pr-4 {
  padding-right: 4rem
}

.pr-5 {
  padding-right: 5rem
}

.pl-1 {
  padding-left: 1rem
}

.pl-2 {
  padding-left: 2rem
}

.pl-3 {
  padding-left: 3rem
}

.pl-4 {
  padding-left: 4rem
}

.pl-5 {
  padding-left: 5rem
}

/*-----------------------------------マージン設定*/
.m-0 {
  margin: 0 !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: 1rem
}

.mt-2 {
  margin-top: 2rem
}

.mt-3 {
  margin-top: 3rem
}

.mt-4 {
  margin-top: 4rem
}

.mt-5 {
  margin-top: 5rem
}

.mb-0 {
  margin-bottom: 0
}

.mb-1 {
  margin-bottom: 1rem
}

.mb-2 {
  margin-bottom: 2rem
}

.mb-3 {
  margin-bottom: 3rem
}

.mb-4 {
  margin-bottom: 4rem
}

.mb-5 {
  margin-bottom: 5rem
}

.mr-1 {
  margin-right: 1rem
}

.mr-2 {
  margin-right: 2rem
}

.mr-3 {
  margin-right: 3rem
}

.mr-4 {
  margin-right: 4rem
}

.mr-5 {
  margin-right: 5rem
}

.ml-1 {
  margin-left: 1rem
}

.ml-2 {
  margin-left: 2rem
}

.ml-3 {
  margin-left: 3rem
}

.ml-4 {
  margin-left: 4rem
}

.ml-5 {
  margin-left: 5rem
}

.mt-05 {
  margin-top: .5rem
}

.mb-05 {
  margin-bottom: .5rem
}

.mr-05 {
  margin-right: .5rem
}

.ml-05 {
  margin-left: .5rem
}

/*--------------------------------------------------------------------カラー設定*/
.bk {
  color: #151515 !important
}

.fff {
  color: #fff !important
}

.gray {
  color: #8B8B8B
}

.main-color {
  color: #fb7299
}

.sub-color {
  color: #707070
}

.bg-color {
  background: #F7F9F9
}

.bg-blue {
  background: #fb7299
}

.bg-pink {
  background: #ffdbed
}

.bg-fff {
  background: #fff
}

.shadow {
  filter: drop-shadow(0 0 11px rgba(26, 83, 111, 0.17));
}

/*--------------------------------------------------------------------よく使うパーツ*/
.ttl-sub {
  font-family: 'Teko', sans-serif;
  position: relative;
  font-size: 1.55rem;
  letter-spacing: .2rem;
  font-weight: lighter;
  text-transform: uppercase;
  color: #ffdbed;
  line-height: 1.7;
}

.ttl-sub span {
  margin: 0 0 3em 0;
  display: block;
  font-size: 0.9rem;
}

.ttl2 {
  color: #fb7299;
  font-weight: 500;
  margin: 0 0 3rem 0;
  letter-spacing: 0.15rem;
  line-height: 2.5rem;
}

.ttl {
  color: #fb7299;
  font-weight: 500;
  margin: 0 0 3rem 0;
}

.ttl::after {
  content: '';
  width: 3rem;
  height: 2px;
  background: #fb7299;
  display: block;
  margin: 3rem auto;
}

#message .ttl::after, #difference .ttl::after {
  background: #fff
}

#intro {
  text-align: left;
}

#intro .ttl::after {
  display: none
}

#intro .ttl::before {
  content: url('../images/common/title2.png');
  display: block;
}

#intro .wrap {
  width: 80%;
}

#intro .left {
  width: 55%;
}

.eng {
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
}

.btn {
  display: block;
  margin: 3rem auto 0 auto;
  font-family: 'Teko', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .2rem;
  text-align: center;
}

.btn a {
  display: inline-block;
  padding: .8em 3em .6em 5em;
  color: #fb7299;
  position: relative;
  border-radius: 100px;
  background: #fff;
  filter: drop-shadow(0 0 11px rgba(26, 83, 111, 0.17));
}

.btn a::before, .btn a::after {
  background: #fb7299;
  content: ' ';
  position: absolute;
  left: 60px;
  top: 19px;
  width: 2px;
  height: 22px
}

.btn a::before {
  transform: rotate(90deg)
}

.btn:hover a {
  background: #fb7299;
  color: #fff;
  filter: drop-shadow(0 0 0 0);
}

.btn:hover a::before, .btn:hover a::after {
  background: #fff;
}

.photo-r {
  display: inline-block;
  font-size: 16.2px;
  padding: .8em 1.6em .4em .8em;
  position: relative;
  z-index: 1;
}

.photo-r::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(1, 87, 155);
  transform: scaleY(1.3) perspective(.6em) rotateX(5deg);
  transform-origin: bottom left;
  border-radius: 0
}

.layout02 .wrap {
  width: 75%
}

.layout02 .img-wrap {
  width: 58%;
  display: inline-block;
  padding-left: 4rem;
}

.layout02 .bg-fff {
  width: 365px;
  box-sizing: border-box;
  padding: 2.5rem 1.5rem;
  margin: -4rem 0 0 -4rem;
  display: inline-block;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  .ttl2 {
    margin: 0 auto 2rem auto;
  }

  .ttl2 span {
    margin: 0 0 1em 0;
  }

  #intro .wrap {
    width: 100%;
  }

  .layout02 .wrap {
    width: 100%;
  }

  .layout02 .img-wrap {
    width: 50%;
    padding-left: 3rem
  }

  .layout02 .bg-fff {
    width: 50%;
  }

  .btn {
    margin: 0
  }
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #intro .left {
    width: 100%;
  }

  #intro .img-wrap {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 3rem;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .btn a {
    margin: 3rem 0;
    width: 100%;
    padding: .8em 0 .6em 1rem;
  }

  .layout02 .wrap {
    text-align: center;
  }

  .layout02 .img-wrap {
    width: 100%;
    padding-left: 0
  }

  .layout02 .bg-fff {
    width: 90%;
    text-align: left;
    margin: -4rem -.5rem 0 0
  }
}

/*-----------------------------------ヘッダー始まり*/
header {
  padding: 2em 30px;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
}

header h1 {
  margin: 0;
  padding: 0;
  line-height: 1 !important;
  width: 177px
}

.nav01 {
  color: #fff;
  font-weight: 500;
    background: #fb7299;
}

.nav02 {
  color: #fb7299;
  font-weight: 500;
}

nav {
  text-align: right;
  position: absolute;
  right: 25px;
  top: 1rem;
}

nav ul {
  display: inline-block;
}

nav ul li {
  display: inline-block;
  padding: 1rem;
  position: relative;
  font-weight: 300;
}

nav ul li:last-child {
  padding: 1rem 0 1rem 1rem;
}

nav ul li a {
  display: block;
}

nav ul li::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

nav ul li:last-child::after {
  display: none;
}

.nav02 ul li::after {
  background: #fb7299;
}

.nav02 ul li:last-child::after {
  display: none
}

nav ul li:hover::after {
  transform-origin: right top;
  transform: scale(1, 1);
}

nav ul li:last-child {
  font-family: 'Teko', sans-serif;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  color: #fb7299;
  filter: drop-shadow(0 0 11px rgba(26, 83, 111, 0.17));
  text-align: center;
  margin: 0 -5rem 0 1rem;
  letter-spacing: .2rem;
  padding: 0
}

nav ul li:last-child a {
  margin: .7em 4em 0.5em 2.5em;
  font-size: 1.3rem;
}

.nav02 nav ul li:last-child {
  color: #fff;
  background: #fb7299;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.17));
}
}

nav ul li:last-child::after {
  transform: scale(0, 1);
}

nav ul li i {
  margin-right: 1rem
}

.content {
  padding: 20px;
}

.drawer-hamburger {
  top: 7px
}

.nav01 .drawer-hamburger-icon, .nav01 .drawer-hamburger-icon:after, .nav01 .drawer-hamburger-icon:before {
  background-color: #fff;
}

.nav02 .drawer-hamburger-icon, .nav02 .drawer-hamburger-icon:after, .nav02 .drawer-hamburger-icon:before {
  background-color: #fb7299;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  header {
    display: block;
    padding: 0;
    overflow: initial!important
  }

  header div {
    width: 100%;
  }

  header h1 a {
    display: block;
    margin: 0 0 0 15px
  }

  header h1 a img {
    height: 21px;
    margin-top: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }

  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }

  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }

  .drawer-menu li {
    display: block;
    border-bottom: 1px solid #F7F9F9;
    color: #fb7299 !important;
    font-weight: 500;
    padding: 1.5rem;
    text-align: left;
    overflow: hidden;
  }

  .drawer-menu li a {
    font-size: 18px;
  }

  .drawer-menu li:last-child {
    display: block;
    background: #fb7299;
    color: #fff !important;
    margin: 1.5rem;
    padding: 0
  }

  nav ul li:last-child a {
    margin: .7em auto 0.5em auto;
  }
}

@media (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }

  .drawer--left .drawer-nav {
    left: 0;
  }

  .drawer-nav {
    position: relative;
  }

  .drawer-nav .drawer-menu li {
    display: inline-block;
  }
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {

  /*--スマホたて--*/
  header h1 a img {
    height: 35px;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
  }
}

/*-----------------------------------ヘッダー終わり*/
/*-----------------------------------メインビジュアル始まり*/
#mv {
  background: url('../images/top/mv_bg.png');
  background-size: cover;
  width: 100%;
  position: relative;
  height: 85vh;
  padding: 6rem 0 0 0;
  margin: 0;
}

#mv .callout {
  background: url('../images/top/mv_img_2.png')right;
  background-size: cover;
  height: 62vh;
  padding: 4rem 0;
  box-sizing: border-box;
}

.callout {
  position: relative;
  z-index: 10
}

.callout-square {
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: #f66f96;
  font-size: 9rem;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -50px;
}

#mv p, #mv h2 {
  font-family: 'Teko', sans-serif;
  font-size: 6.1rem;
  line-height: 1.2;
  display: block;
  margin: 0 auto 1rem auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: .5rem;
}

#mv h2 {
  font-weight: normal;
  font-size: 1rem;
	color: #fb7299;
}

#mv .ttl span {
  display: block;
  overflow: hidden;
}

#mv .ttl span:nth-child(1) {
  letter-spacing: .9rem;
  margin-left: .9rem;
}

#mv .ttl span:nth-child(2) {
  letter-spacing: 6rem;
  margin-left: 6rem;
}

#mv .ttl span:nth-child(3) {
  letter-spacing: .9rem;
  margin-left: 2.9rem;
}

#mv .movie-wrap {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 50;
}

#mv h2:last-child {
  position: relative;
}

#mv h2::after, #mv h2::before {
  content: '';
  position: absolute;
  top: -5px;
  transform: rotate(-47deg);
  width: 25px;
  height: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#mv h2:last-child::after {
  margin: 0
}

#mv h2:last-child::before {
  margin: 0 0 0 -3rem;
}

#mv .ttl::after {
  display: none
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  #mv .callout {
    padding: 9rem 0;
    z-index: 20
  }
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #mv {
    padding: 4.6rem 0 0 0;
  }

  #mv .callout {
    padding: 6rem 0;
    height: 65vh;
    background: url('../images/top/mv_img_sp_2.png');
    background-size: cover;
  }

  #mv .ttl {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2
  }

  #mv .ttl span:nth-child(1) {
    letter-spacing: .7rem;
    margin-left: .7rem;
  }

  #mv .ttl span:nth-child(2) {
    margin-left: 3rem;
  }

  #mv .ttl span:nth-child(3) {
    letter-spacing: .6rem;
    margin-left: 0.9rem;
  }
}

/*-----------------------------------メインビジュアル終わり*/
/*-----------------------------------下層メインビジュアル始まり*/
#sub-mv {
  background-size: cover;
  position: relative;
  padding: 6rem 0 0 0;
  margin: 0 30px 1em 30px;
  box-sizing: border-box
}

#sub-mv .ttl::after {
  display: none !important;
}

#sub-mv .bg-img {
  background: #fb7299
}

#sub-mv .fff {
  text-align: center;
  font-size: 28px;
  letter-spacing: .5rem;
  padding: 3.5rem 15px;
  margin: 0;
  line-height: 1.8rem
}

#sub-mv .fff span {
  font-size: 1.2rem;
  font-weight: 300;
}

#sub-mv .callout-square {
  bottom: 2px;
  background: #fb7299;
}

#sub-mv .company .callout {
  /* background: url('../images/company/sub_mv.png'); */
  background-size: cover;
  height: 100%
}

#sub-mv .interview .callout {
  background: url('../images/interview/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .difference .callout {
  background: url('../images/difference/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .training .callout {
  background: url('../images/training/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .salary .callout {
  background: url('../images/salary/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .contact .callout {
  background: url('../images/contact/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .aroma .callout {
  background: url('../images/aroma/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .promotion .callout {
  background: url('../images/promotion/sub_mv.png');
  background-size: cover;
  height: 100%
}

#sub-mv .working .callout {
  background: url('../images/working/sub_mv.png');
  background-size: cover;
  height: 100%
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  #sub-mv {
    padding: 5rem 0 0 0;
    margin: 0;
  }
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #sub-mv .fff {
    font-size: 24px
  }
}

@media(max-width:480px) {
  /*--スマホたて--*/
}

/*-----------------------------------下層メインビジュアル終わり*/
/*-----------------------------------トップページ始まり*/
#about {}

#about h2 {
  font-size: 2rem;
  letter-spacing: .3rem;
}

#about .eng {
  font-size: 1.4rem;
  letter-spacing: .3rem;
}

#about p {
  opacity: .8;
  font-weight: 300;
}

.layout01 {
  display: flex;
}

#system .layout01 {
  align-items: center;
}

.layout01 .sec {
  width: 55%;
  overflow: hidden;
  box-sizing: border-box;
}

#system .layout01 .sec {
  width: 45%;
}

#workstyle .layout01 .sec, #system .layout01 .sec {
  padding: 80px 6rem 80px 1rem;
}

#training .layout01 .sec {
  padding: 80px 1rem 80px 6rem;
}

.layout01 .img-wrap {
  overflow: hidden;
  box-sizing: border-box;
  width: 80%
}

#workstyle .layout01 .img-wrap {
  background: url('../images/top/workstyle_img.png');
  background-size: cover;
  background-position: right;
}

#training .layout01 .img-wrap {
  background: url('../images/top/training_img.png');
  background-size: cover;
  background-position: left;
}

#system .layout01 .img-wrap, #system .layout01 .img-wrap img {
  margin: 0 auto;
}

#system .layout01>div:nth-child(1) {
  width: 50%
}

#system .layout01>div:nth-child(2) {
  width: 50%
}

#workstyle .photo-left {
  background: url('../images/top/workstyle_bg.png');
  background-position: right;
  background-size: cover;
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  #about h2 {
    font-size: 1.7rem;
    letter-spacing: .3rem;
  }

  #about .eng {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 2rem;
  }

  .layout01 .wrap {
    padding: 40px 15px
  }

  #workstyle .photo-left {
    background: none
  }

  .layout01 .img-wrap {
    overflow: inherit;
    width: 100%;
    height: 360px;
  }

  .layout01 .img-wrap {
    display: block;
  }

  #workstyle .layout01 .img-wrap {
    text-align: right;
  }

  #system .layout01 .img-wrap {
    text-align: center;
    margin-bottom: 3rem
  }

  #system .layout01 .img-wrap img {
    height: 100%;
    padding: 0rem 1rem 1rem 1rem;
  }

  #system .layout01>div {
    width: 100% !important
  }

  #system .btn a {
    margin: 0
  }

  #workstyle .layout01 .img-wrap {
    background: url('../images/top/workstyle_img_sp.png');
    background-size: cover;
    background-position: right;
    height: 240px
  }

  #training .layout01 .img-wrap {
    background: url('../images/top/training_img_sp.png');
    background-size: cover;
    background-position: right;
  }

  #workstyle .layout01 .sec, #training .layout01 .sec, #system .layout01 .sec {
    padding: 0;
    width: 100%
  }

  .layout01 {
    display: block;
  }
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .layout01 .img-wrap {
    height: 210px;
  }
}

#interview .ttl-sub, #interview .ttl2 {
  margin: 0 auto 1rem auto
}

#interview .main-color {
  font-size: 1rem
}

@media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {
  /*--スマホたて--*/
}

#system {}

/*-----------------------------------トップページ終わり*/
/*-----------------------------------「働き方について」始まり*/
#difference ul {
  margin: -5rem auto 0 auto;
}

#difference ul li {
  background: #fff;
}

#difference ul li h3 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #2E87C8;
  padding: 1rem 0;
  margin: 0
}

#difference ul li .flex {
  padding: 1rem;
}

#difference ul li .flex .txt-c {
  width: 50%;
  padding: 3rem;
  margin: 0
}

#difference ul li .bg-color {
  border-radius: 25px
}

#difference ul li .flex .txt-c h4 {
  font-size: 1.17rem
}

#difference ul li .flex .txt-c h4 img {
  width: 190px
}

#difference @media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #difference ul li .flex {
    padding: 15px;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #difference ul li .flex .txt-c {
    width: 100%;
    padding: 1rem;
  }

  #difference ul li .flex .txt-c h4 {
    margin-bottom: .5rem;
  }
}

/*-----------------------------------「働き方について」終わり*/
/*-----------------------------------「研修内容について」始まり*/
#training {}

#step .wrap {
  width: 60%;
}

#step .flex {
  justify-content: space-between;
  align-items: center;
}

#step .flex>ul, #step .flex>p {
  width: 48%;
}

#important ul li {
  width: 50%;
  position: relative;
}

#important ul li:nth-child(1) {
  background: url('../images/training/important_bg-01.png');
  background-size: cover;
}

#important ul li:nth-child(2) {
  background: url('../images/training/important_bg-02.png');
  background-size: cover;
}

#important ul li:nth-child(3) {
  background: url('../images/training/important_bg-03.png');
  background-size: cover;
}

#important ul li:nth-child(4) {
  background: url('../images/training/important_bg-04.png');
  background-size: cover;
}

#important ul li .bg-fff {
  margin: 2rem;
  padding: 2rem 3rem;
  box-sizing: border-box;
  overflow: hidden;
}

#important ul li .num {
  font-family: 'Teko', sans-serif;
  display: inline-block;
  background: #fb7299;
  padding: .3rem 1.2rem;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #step .wrap {
    width: 100%;
  }

  #step .flex>ul {
    width: 100%;
  }

  #step .flex>p {
    width: 90%;
    margin-top: 1rem
  }

  #step .check {
    margin: 0 0 10px 0
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #important ul li {
    width: 100%;
    position: relative;
  }

  #important ul li .bg-fff {
    padding: 2rem;
  }

  #important ul li .num {
    top: 5px;
    left: 5px;
  }
}

/*-----------------------------------「研修内容について」終わり*/
/*-----------------------------------「給料について」始まり*/
#salary {}

#system-table .img-wrap {
  text-align: center;
}

#system-table ul li {
  width: 49%;
}

#system-table ul li p {
  margin: 0 1rem
}

.check {
  background: #fff;
  padding: .7rem 2rem;
  margin: 10px;
  background: #fff;
  border-radius: 100px;
  color: #fb7299;
  font-weight: 500;
}

.check::before {
  content: url('../images/common/check.svg');
  display: inline-block;
  margin-right: 1rem
}

#welfare ul li {
  width: 31%;
  padding: 2rem 1rem;
  box-sizing: border-box;
	margin-bottom: 10px;
}

#welfare ul li h3 span {
  padding: .5rem;
  border-radius: 100px;
  background: #fff;
  display: inline-block;
  margin-bottom: 1rem
}

#ambience .flex {
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

#ambience .flex div {
  width: 50%;
  padding: 0 1rem
}

#ambience .img-wrap {
  margin-top: 2rem
}

#map.bg {
  background: url('../images/common/map_bg.png');
  background-size: cover;
}

#map ul .flex {
  flex-wrap: nowrap;
}

#map ul li iframe {
  width: 70.5%
}

#map ul li .main-color {
  padding: 2rem;
  box-sizing: border-box;
}

#map .map01 ul li {
  padding: 1.5rem;
  box-sizing: border-box;
  /*width: 32.7%*/
	width:42%;
	margin-bottom: 10px;
}

#map .map01 ul li .main-color {
  margin-bottom: 1rem;
  padding: 0
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  #map .map01 ul li {
    padding: 1.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem
  }
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #ambience .flex:nth-child(2) {
    margin-top: 2rem
  }

  #ambience .flex div {
    width: 100%;
    padding: 0
  }

  #system-table .img-wrap {
    overflow: scroll;
  }

  #system-table .img-wrap img {
    max-width: 200%;
  }

  #system-table ul li {
    width: 100%;
    margin-bottom: 1rem
  }

  #welfare ul li {
    width: 100%;
    margin-bottom: 2rem;
  }

  #welfare ul li:last-child {
    margin-bottom: 0
  }

  #map ul .flex {
    flex-wrap: wrap;
  }

  #map ul li iframe {
    width: 100%
  }

  #map ul li .main-color {
    width: 100%
  }

  #map .map01 ul li {
    width: 100%
  }
}

/*-----------------------------------「給料について」終わり*/
/*-----------------------------------「アロマエステ事業部」始まり*/
#aroma #intro .img-wrap, #promotion #intro .img-wrap {
  width: 33%
}

#welfare .content {
  width: 50%;
}

#welfare .sec {
  padding: 80px 15px
}

#welfare .content:first-child {
  background: #37A4E2
}

#welfare .content:last-child {
  background: #fb7299
}

#voice .mt-3 {
  padding: 0 4rem
}

#schedule ul li {
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}

#schedule ul li:nth-child(1) {
  background: url('../images/promotion/schedule01.png');
  background-size: cover;
}

#schedule ul li:nth-child(2) {
  background: url('../images/promotion/schedule02.png');
  background-size: cover;
}

#schedule ul li:nth-child(3) {
  background: url('../images/promotion/schedule03.png');
  background-size: cover;
}

#schedule ul li:nth-child(4) {
  background: url('../images/promotion/schedule01.png');
  background-size: cover;
}

#schedule ul li .sec {
  width: 50%;
  margin: 2rem auto 2rem 20%;
  padding: 3rem;
}

#schedule ul li:nth-child(2n) .sec {
  margin: 2rem 20% 2rem auto;
}

#schedule ul li .sec h3 span {
  font-family: 'Teko', sans-serif;
  color: #D0D0D0;
  font-size: 1.3rem;
  font-weight: 100;
}

#schedule ul li::after {
  content: "";
  width: 25%;
  height: 0;
  border-bottom: 2px dashed #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 0
}

#schedule ul li:nth-child(2n)::after {
  transform: rotate(-45deg);
}

#schedule ul li:last-child::after {
  display: none
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  #schedule ul li .sec {
    width: 80%;
  }
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #aroma #intro .img-wrap {
    width: 100%
  }

  #welfare .sec {
    padding: 50px 15px
  }

  #welfare .content {
    width: 100%
  }

  #voice p {
    padding: 0 !important
  }

  #schedule ul li .sec {
    width: 90%;
    padding: 1.5rem
  }

  #schedule ul li::after {
    width: 50%;
    left: 30%;
  }

  #schedule ul li .sec, #schedule ul li:nth-child(2n) .sec {
    margin: 1.5rem auto;
  }
}

/*-----------------------------------「アロマエステ事業部」終わり*/
/*-----------------------------------会社概要始まり*/
#massage .ttl {
  margin-bottom: 5rem
}

#message.layout02 .img-wrap {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: -5rem;
  left: 0;
}

#message.layout02 .img-wrap a {
  display: block;
  text-align: center;
}

#message.layout02 .bg-fff {
  width: 80%;
  display: block;
  margin: 6rem auto 0 auto;
  padding: 7rem 2rem 2rem 2rem;
  position: relative;
}

#table .sec {
  width: 80%;
  margin: 0 auto
}

#table ul {
  width: 70%;
  margin: 0;
}

#table ul li {
  padding: .7rem 2rem;
  margin: 10px;
  background: #fff;
  border-radius: 100px;
  display: flex;
}

#table ul li .left {
  width: 30%;
}

#table ul li .left p {
  font-weight: 600;
}

#table ul li .right {
  width: 70%
}

#table .ttl::after {
  margin: 3rem 0;
  background: #fb7299
}

@media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #message.layout02 .img-wrap {
    width: 100%;
  }

  #message.layout02 .bg-fff {
    width: 100%;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #table .sec {
    width: 100%;
  }

  #table .ttl {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0
  }

  #table .ttl::after {
    margin: 2rem auto;
  }

  #table ul {
    width: 100%;
  }

  #table ul li {
    padding: .7rem 1rem;
  }

  #table ul li .right {
    width: 100%
  }

  #table ul li .left {
    width: 40%
  }
}

/*-----------------------------------会社情報終わり*/
/*-----------------------------------webプロモーション事業部始まり*/
#area {
  width: 60% !important;
  border: 2px solid #fb7299;
  position: relative;
}

#area h3 {
  position: absolute;
  top: -1rem;
  left: -.5rem;
  background: #fff;
  padding: 0 10px 10px 10px
}

#area ul {
  padding: 1.5rem 2rem;
  justify-content: space-between;
}

#area ul li {
  color: #2F2F2F;
  width: 30%;
  margin: 0
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #area {
    width: 90% !important;
  }

  #area ul li {
    width: 50%;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #area ul li {
    width: 100%;
  }
}

/*-----------------------------------webプロモーション事業部終わり*/
/*-----------------------------------お問い合わせ始まり*/
.inquiry {
  margin: 0 auto !important;
  width: 60% !important;
}

.haveto {
  background: #fb7299 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  padding: 3px 9px !important;
  margin: .1rem 0 0 .3rem !important;
}

.inquiry th {
  text-align: left;
  color: #fb7299;
  padding-top: 1rem .5rem !important
}

.inquiry th, .inquiry td {
  display: block;
  margin-bottom: 1rem;
}

.inquiry td input, .inquiry td textarea {
  width: 100% !important;
  padding: .5rem !important;
}

#formbtn {
  display: inline-block !important;
  padding: .8em 5em .6em 5em !important;
  color: #fb7299 !important;
  position: relative !important;
  border-radius: 100px !important;
  background: #fff !important;
  filter: drop-shadow(0 0 11px rgba(26, 83, 111, 0.17)) !important;
  border: #fff 1px solid;
  transition: .4s !important;
}

#formbtn:hover {
  background: #fb7299 !important;
  color: #fff !important;
}

@media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  .inquiry {
    width: 80% !important;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .inquiry {
    width: 100% !important;
  }
}

/*-----------------------------------お問い合わせ終わり*/
/*-----------------------------------フッター始まり*/
#flow .bg-fff {
  border-radius: 30px;
  padding: 50px 30px;
  position: relative;
}

#flow .btn {
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
}

#flow ul {
  padding: 2rem 5rem;
  box-sizing: border-box;
}

#flow ul li {
  position: relative;
}

#flow ul li::after {
  content: '';
  width: 60px;
  border-bottom: 1px dashed #606363;
  position: absolute;
  top: 55px;
  right: -70%;
}

#flow ul li:last-child::after {
  display: none;
}

#link .ttl {
  margin: 0 0 2rem 0;
}

#link div {
  margin: 0 auto
}

#link div a {
  margin: 2rem 0 0 0
}

#link div.txt-c {
  width: 100%;
  padding: 3rem;
  margin: 0;
}

#link div.txt-c:first-child {
  background: url('../images/common/aroma_bg.png');
  background-size: cover;
}

#link div.txt-c:last-child {
  background: url('../images/common/promotion_bg.png');
  background-size: cover;
}

#footer {
  padding: 40px 30px !important
}

#footer img {
  width: 177px
}

#footer .link-wrap {
  align-items: flex-end;
}

#footer .link-wrap ul li, #footer .link-wrap p {
  font-size: 80%
}

#footer .pc {
  width: 60%;
  justify-content: flex-end !important;
  margin: 0;
}

#footer .pc .flex {
  justify-content: flex-end !important;
}

#footer .pc .flex li {
  margin: 0 2rem 0 0;
  padding: 0
}

#footer .pc .flex li:last-child {
  margin: 0
}

@media(max-width:1024px) {

  /*--タブレットたて--*/
  small p {
    text-align: center;
  }

  footer ul {
    width: 100%;
  }

  #flow ul li::after {
    right: -70%;
  }

  #flow .btn {
    width: 80%;
  }

  #flow .btn a {
    margin: 0
  }
}

@media(max-width:896px) {

  /*--スマホよこ--*/
  #link div.txt-c {
    width: 100%;
    padding: 3rem 15px;
  }

  #flow ul {
    padding: 0;
  }
}

@media(max-width:480px) {

  /*--スマホたて--*/
  #link div {
    width: 100%;
    margin: 0 auto;
  }

  #flow .bg-fff {
    padding: 50px 30px 80px 30px;
  }

  #flow ul li::after {
    display: none
  }

  #flow ul li p {
    margin: 0
  }

  #flow ul {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/*-----------------------------------フッター終わり*/
/*-----------------------------------始まり*/
@media(max-width:1024px) {
  /*--タブレットたて--*/
}

@media(max-width:896px) {
  /*--スマホよこ--*/
}

@media(max-width:480px) {
  /*--スマホたて--*/
}

/*-----------------------------------終わり*/
#loader {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -40px;
  /* heightの半分のマイナス値 */
  margin-left: -40px;
  /* widthの半分のマイナス値 */
  z-index: 100;
  /* #fadeより多い値を入れて下さい */
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  /* #loaderより少ない値を入れて下さい */
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffdbed;
  z-index: 9999;
  padding: 0;
  margin: 0
}

#loader p {
  font-size: 28px;
  font-family: 'Teko', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fb7299;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite;
}

@keyframes lodanimetion {
  from, to {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }
}

/*-----------------------------------プライバシーポリシー*/
.privacypolicy h2 {
  border-bottom: 2px solid #fb7299;
  margin-top: 2rem;
  padding-bottom: 10px
}

.privacypolicy h3 {
  border-left: 3px solid #fb7299;
  padding-left: 1rem;
  margin-top: 1rem
}

.privacypolicy h4 {
  color: #fb7299
}

/*-----------------------------------ブログ*/
.post-list li {
  width: 30%!important;
  margin: 0!important
}

.post-list li h3 {
  margin: .5rem 0 0 0!important;
}

.post-list li time {
  color: #999!important;
  font-size: 90%!important;
}

@media(max-width:480px) {

  /*--スマホたて--*/
  .post-list li {
    width: 100%!important
  }
}
