@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © STELLA for hair. Allright Reserved

HTML CSS Selectors recruit

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.h-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 220px;
  height: 60px;
  position: fixed;
  top: 0;
  right: -80px;
  bottom: 0;
  margin: auto;
  z-index: 23;
  transform: translate(50px,0) rotate(90deg)!important;
  transform-origin: center;
  background-color: #899bbd;
  font-family: var(--font-sawarabi);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
  transition-delay: 0ms;
}
.loaded .h-entry {
  transform: translate(0px,0) rotate(90deg)!important;
}
.open_entry .h-entry {
  transform: translate(-300px,0) rotate(90deg)!important;
  height: 74px;
}

.h-entry-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 300px;
  height: 220px;
  padding-top: 32px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
  transform: translate(300px,0);
  transition : all 700ms 0ms ease-out;
  font-family: var(--font-sawarabi);
  font-weight: 400;
}
.open_entry .h-entry-inner {
  transform: translate(0px,0);
}
.h-entry-inner__ttl {
  display: none;
}
.h-entry-inner__read {
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.h-entry-inner-in {
  width: 74px;
  margin: 0 25px;
}
.h-entry-inner-in__logo {
  width: 50px;
  margin: 0 auto 15px;
}

.mv {
  height: 400px;
  transition-delay:400ms;
}

@media only screen and (max-width: 768px) {
  .h-entry {
    width: 93px;
    height: 35px;
    top: 15px;
    right: 70px;
    bottom: auto;
    margin: 0;
    transform: translate(0,-50px) rotate(0deg)!important;
    transition-delay: 0ms;
    font-size: 11px;
  }
  .loaded .h-entry {
    transform: translate(0px,0) rotate(0deg)!important;
  }
  .open_entry .h-entry {
    transform: translate(0px,0) rotate(0deg)!important;
    height: 35px;
  }

  .h-entry-inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 54px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 120;
    transform: translate(0,0);
    transition : all 700ms 0ms ease-out;
    font-family: var(--font-sawarabi);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    overflow:hidden;
  }
  .h-entry-inner::before {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.90);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content:"";
  }
  .open_entry .h-entry-inner {
    transform: translate(0px,0);
    opacity: 1;
	  visibility: visible;
  }
  .h-entry-inner__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 110px;
    background-color: #899bbd;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    margin-bottom: 58px;
  }
  .h-entry-inner__read {
    width: 100%;
    margin-bottom: 41px;
    font-size: 18px;
  }
  .h-entry-inner-in {
    width:80%;
    margin: 0 auto 16px;
  }
  .h-entry-inner-in a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 55px;
    background-color: #eef1f7;
  }
  .h-entry-inner-in__logo {
    width: 50px;
    margin: 0 12px 0 0;
  }
  .h-entry-inner-in__name {
    width: 85px;
    padding: 0 25px 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: url("../img/recruit/h_arrow.svg") no-repeat right center;
    background-size: 10px auto;
  }
  .entry-close {
    width: 52px;
    height: 52px;
    background-image: url("../img/recruit/btn_entry_close.png");
    background-size: 100% auto;
    position: absolute;
    top: 8px;
    right: 9px;
    cursor: pointer;
  }
  
  .mv {
    height: 260px;
  }
}

/*---------------------------------------------------------------------------------
TOP
--------------------------------------------------------------------------------- */
.top {}
/*mv*/
.top .mv {
  height: 420px;
  margin-bottom: 117px;
}
.top .mv__ttl {
  width: 324px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top .mv {
    height: 175px;
    margin-bottom: 135px;
  }
  .top .mv__ttl {
    width: 162px;
    bottom: -48px;
    left: 7%;
    margin-left: 0;
  }
}

/*read + nav*/
.top-read {
  margin-bottom: 97px;
}
.top-read__txt {
  width: 1000px;
  padding: 36px 0 0 500px;
  margin: 0 auto 110px;
  position: relative;
  font-size: 15px;
  line-height: 2.26;
}
.top-read__txt::before {
  width: 45px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 500px;
  content:"";
}
.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.top-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 315px;
  height: 80px;
  background-color: #eef1f7;
  margin: 0 14px;
}
.top-nav a::after {
  display: block;
  width: 40px;
  height: 13px;
  background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
  content:"";
}
@media only screen and (max-width: 768px) {
  .top-read {
    margin-bottom: 70px;
  }
  .top-read__txt {
    width: 88%;
    padding: 17px 0 0 13vw;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 1.75;
  }
  .top-read__txt::before {
    width: 22px;
    left: 13vw;
  }
  .top-nav a {
    width: 29vw;
    height: 40px;
    margin: 0 3px;
  }
  .top-nav a::after {
    display: block;
    width: 12px;
    height: 7px;
    background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
    background-size: 8px auto;
  }
}


/*concept*/
.top-concept {
  padding: 93px 0 90px;
  background-color: #eef1f7;
  margin-bottom: 125px;
}
.top-concept-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 95px;
}
.top-concept-inner__img {
  width: 600px;
  transition-delay: 500ms;
}
.top-concept-in {
  width: 510px;
}
.top-concept-in__ttl {
  width: fit-content;
  position: relative;
  margin: 0 auto 75px;
  font-family: var(--font-sawarabi);
  font-size: 36px;
  line-height: 1.94;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.top-concept-in__ttl::before,
.top-concept-in__ttl::after {
  position: absolute;
  background-size: 100% auto;
  content:"";
}
.top-concept-in__ttl::before {
  width: 62px;
  height: 52px;
  background-image: url("../img/salon/concept_ttl_before.svg");
  top: -16px;
  left: -96px;
}
.top-concept-in__ttl::after {
  width: 66px;
  height: 55px;
  background-image: url("../img/salon/concept_ttl_after.svg");
  right: -80px;
  bottom: -18px;
}
.top-concept-in__txt {
  font-size: 15px;
  line-height: 1.86;
}
.top-concept-more {
  width: 380px;
  margin: 0 auto;
}
.top-concept-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 35px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
}
.top-concept-more a::after {
  width: 30px;
  height: 13px;
  background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
  content:"";
}

@media only screen and (max-width: 768px) {
  .top-concept {
    padding: 47px 0 40px;
    margin-bottom: 55px;
  }
  .top-concept-inner {
    display: block;
    width: 88%;
    margin: 0 auto 24px;
  }
  .top-concept-inner__img {
    width: 78vw;
    margin: 0 auto 52px;
    transition-delay: 300ms;
  }
  .top-concept-in {
    width: 100%;
  }
  .top-concept-in__ttl {
    max-width: 88%;
    padding: 0 37px;
    margin: 0 auto 38px;
    font-size: 22px;
    line-height: 1.81;
  }
  .top-concept-in__ttl::before {
    width: 31px;
    height: 26px;
    top: -8px;
    left: 0px;
  }
  .top-concept-in__ttl::after {
    width: 33px;
    height: 28px;
    right: 0px;
    bottom: -9px;
  }
  .top-concept-in__txt {
    font-size: 12px;
    line-height: 1.75;
  }
  .top-concept-more {
    width: 64vw;
  }
  .top-concept-more a {
    height: 44px;
    border-radius: 22px;
    font-size: 13px;
  }
  .top-concept-more a::after {
    width: 18px;
    height: 7px;
    background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
    background-size: 8px auto;
  }
}

/*movie*/
.top-movie {
  margin-bottom: 155px;
}
.top-movie-inner {
  margin-bottom: 60px;
}
.top-movie-inner a {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
}
.top-movie-inner a::after {
  width: 72px;
  height: 72px;
  background-image: url("../img/staff/icon_movie.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content:"";
}
.top-movie-more {
  width: 380px;
  margin: 0 auto;
}
.top-movie-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  background-color: #eef1f7;
  border-radius: 35px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
}
.top-movie-more a::after {
  width: 30px;
  height: 13px;
  background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
  content:"";
}
@media only screen and (max-width: 768px) {
  .top-movie {
    margin-bottom: 75px;
  }
  .top-movie-inner {
    margin-bottom: 35px;
  }
  .top-movie-inner a {
    height: 200px;
  }
  .top-movie-inner a::after {
    width: 36px;
    height: 36px;
    background-size: 100% auto;
  }
  .top-movie-more {
    width: 64vw;
  }
  .top-movie-more a {
    height: 44px;
    border-radius: 22px;
    font-size: 13px;
  }
  .top-movie-more a::after {
    width: 18px;
    height: 7px;
    background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
    background-size: 8px auto;
  }
}

/*ステラの特徴*/
.top-feature {
  width: 1236px;
  margin: 0 auto 220px;
}
.top-feature-ttl {
  width: fit-content;
  margin: 0 auto 105px;
  position: relative;
  font-family: var(--font-sawarabi);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 400;
  text-align: center;
}
.top-feature-ttl span {
  display: block;
  padding-top: 25px;
  font-size: 18px;
}
.top-feature-ttl::before,
.top-feature-ttl::after {
  background-size: 100% auto;
  position: absolute;
  content:"";
}
.top-feature-ttl::before {
  width: 62px;
  height: 52px;
  background-image: url("../img/salon/concept_ttl_before.svg");
  top: -20px;
  left: -96px;
}
.top-feature-ttl::after {
  width: 66px;
  height: 55px;
  background-image: url("../img/salon/concept_ttl_after.svg");
  top: 6px;
  right: -90px;
}
.top-feature-list {
}
.top-feature-list li {
  width: 380px;
  border: 1px solid #899bbd;
  padding: 40px 30px;
  margin: 0 16px 70px;
  position: relative;
  counter-increment: feature;
}
.top-feature-list li.grid-sizer {
  width: 380px;
  border: none;
  height: 0;
  margin: 0 16px;
}
.top-feature-list li:nth-of-type(2) {
  margin-top: 50px;
}
.top-feature-list li::before {
  display: block;
  width: 98px;
  background-color: #fff;
  font-family: var(--font-en);
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: counter(feature, decimal-leading-zero);
}
.top-feature-list li.grid-sizer::before {
  content:none;
}
.top-feature-list__img {
  width: 188px;
  height: 188px;
  margin: 0 auto 34px;
  border-radius: 50%;
  overflow:hidden;
}
.top-feature-list__ttl {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-feature-list__ttl span {
  background: linear-gradient(transparent 40%, #eef1f7 0%);
  display: inline;
}
.top-feature-list__txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.73;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.top-feature-list__more {
  display: block;
  width: fit-content;
  padding-right: 30px;
  background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .top-feature {
    width: 74%;
    margin: 0 auto 75px;
  }
  .top-feature-ttl {
    margin: 0 auto 55px;
    font-size: 22px;
  }
  .top-feature-ttl span {
    display: block;
    padding-top: 11px;
    font-size: 13px;
  }
  .top-feature-ttl::before {
    width: 31px;
    height: 26px;
    top: -8px;
    left: -40px;
  }
  .top-feature-ttl::after {
    width: 33px;
    height: 28px;
    top: 5px;
    right: -40px;
  }
  .top-feature-list {
  }
  .top-feature-list li {
    width: 100%;
    padding: 37px 25px 25px;
    margin: 0 0 45px;
  }
  .top-feature-list li.grid-sizer {
    width: 100%;
    margin: 0 0;
  }
  .top-feature-list li:nth-of-type(2) {
    margin-top: 0;
  }
  .top-feature-list li::before {
    width: 64px;
    font-size: 40px;
    top: -25px;
  }
  .top-feature-list__img {
    width: 128px;
    height: 128px;
    margin: 0 auto 16px;
  }
  .top-feature-list__ttl {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.35;
  }
  .top-feature-list__txt {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.73;
  }
  .top-feature-list__more {
    padding-right: 15px;
    background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
    background-size: 8px auto;
    font-size: 12px;
  }
}

/*STAFF VOICE*/
.voice {
  width: 1100px;
  margin: 0 auto 210px;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 80px;
}
.voice-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 500px;
  margin-bottom: 80px;
}
.voice-list li:nth-of-type(even) {
  margin-top: 72px;
  transition-delay: 400ms;
}
.voice-list li a {
  display: block;
}
.voice-list__img {
  width: 100%;
  margin-bottom: 45px;
}
.voice-list__ttl {
  width: 65%;
  font-size: 20px;
  line-height: 1.9;
}
.voice-list__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 35%;
  padding: 10px 0 15px;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.1em;
}
.voice-list__data .en {
  width: 100%;
  margin-bottom: 12px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 100;
}
.voice-list__data .ib {
  width: 22px;
  margin-left: 17px;
}
.voice-list__data .jp {
  font-size: 20px;
}
.voice-list__category {
  width: 100%;
}
.voice-list__category span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 102px;
  height: 30px;
  border-radius: 15px;
  background-color: #eef1f7;
  margin-left: auto;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .voice {
    width: 96%;
    margin: 0 auto 50px;
  }
  .voice-list {
    padding-top: 38px;
  }
  .voice-list li {
    display: block;
    width: calc(50% - 8px);
    margin-bottom: 45px;
  }
  .voice-list li:nth-of-type(even) {
    margin-top: 28px;
  }
  .voice-list li a {
    display: block;
  }
  .voice-list__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .voice-list__ttl {
    width: 100%;
    padding: 0 7px 17px;
    font-size: 13px;
    line-height: 1.6;
  }
  .voice-list__data {
    width: 100%;
    padding: 0 0 10px;
  }
  .voice-list__data .en {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .voice-list__data .ib {
    width: 14px;
    margin-left: 12px;
  }
  .voice-list__data .jp {
    font-size: 13px;
  }
  .voice-list__category span {
    width: 65px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
  }
}

/*Q&A*/
.faq {
  width: 1000px;
  margin: 0 auto 155px;
}
.faq-list {
  padding-top: 70px;
}
.faq-list div {
  padding-bottom: 70px;
}
.faq-list dt {
  padding: 0 0 20px 65px;
  border-bottom: 1px solid #dde2eb;
  margin-bottom: 45px;
  position: relative;
}
.faq-list dt::before {
  width: 55px;
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1em;
  content:"Q.";
  position: absolute;
  top: -7px;
  left: 10px;
}
.faq-list dt span {
  background: linear-gradient(transparent 40%, #eef1f7 0%);
  display: inline;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.faq-list dd {
  padding-left: 115px;
  position: relative;
}
.faq-list dd::before {
  width: 55px;
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1em;
  content:"A.";
  position: absolute;
  top: -15px;
  left: 70px;
}
.faq-list dd p {
  font-size: 15px;
  line-height: 1.73;
}
@media only screen and (max-width: 768px) {
  .faq {
    width: 88%;
    margin: 0 auto 65px;
  }
  .faq-list {
    padding-top: 42px;
  }
  .faq-list div {
    padding-bottom: 30px;
  }
  .faq-list dt {
    padding: 0 0 10px 34px;
    margin-bottom: 18px;
  }
  .faq-list dt::before {
    width: 32px;
    font-size: 24px;
    content:"Q.";
    top: -5px;
    left: 2px;
  }
  .faq-list dt span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .faq-list dd {
    padding-left: 42px;
  }
  .faq-list dd::before {
    width: 32px;
    font-size: 24px;
    top: -7px;
    left: 16px;
  }
  .faq-list dd p {
    font-size: 12px;
    line-height: 1.58;
  }
}

/*DOWNLOAD*/
.download {
  width: 1000px;
  margin: 0 auto 165px;
}
.download-list {
  padding: 70px 0 0 230px;
}
.download-list li {
  margin-bottom: 40px;
}
.download-list a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.download-list__img {
  width: 230px;
  margin-right: 70px;
}
.download-list__in {
  width: calc(100% - 300px);
  letter-spacing: 0.1em;
}
.download-list__in .ttl {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1;
  text-decoration: underline;
}
.download-list__in .size {
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .download {
    width: 88%;
    margin: 0 auto 40px;
  }
  .download-list {
    padding: 38px 0 0 0;
  }
  .download-list li {
    margin-bottom: 30px;
  }
  .download-list__img {
    width: 43%;
    margin-right: 30px;
  }
  .download-list__in {
    width: calc(57% - 30px);
    letter-spacing: 0.1em;
  }
  .download-list__in .ttl {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .download-list__in .size {
    font-size: 10px;
  }
}

/*MESSAGE*/
.message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 228px;
}
.message .sec-ttl {
  width: 100%;
  margin-bottom: 100px;
}
.message-data {
  width: 430px;
  margin-left: 50px;
}
.message-data__txt {
  padding: 32px 0 28px;
  font-size: 15px;
  line-height: 1.86;
  text-align: center;
}
.message-data__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.message-data__sns a {
  width: 22px;
  margin: 0 10px;
}
.message-inner {
  width: 600px;
  padding: 80px 0 94px 92px;
  position: relative;
  z-index: 2;
  opacity: 1.0;
  transform: translate(0,0px); 
}
.message-inner::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #eef1f7;
  position: absolute;
  top: 0;
  right: calc((50vw - 600px) * -1);
  z-index: -1;
  transition : all 500ms 300ms ease-out;
  content:"";
}
.effect-on.message-inner::before {
  width: 50vw;
}
.message-inner__ttl {
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 1;
}
.message-inner__txt {
  font-size: 15px;
  line-height: 1.86;
}
@media only screen and (max-width: 768px) {
  .message {
    display: block;
    width: 100%;
    margin: 0 auto 78px;
  }
  .message .sec-ttl {
    width: 100%;
    margin-bottom: 44px;
  }
  .message-data {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .message-data img {
    display: block;
    width: 57vw;
    margin: 0 auto;
  }
  .message-data__txt {
    padding: 27px 0 28px;
    font-size: 16px;
    line-height: 1.625;
  }
  .message-data__sns a {
    width: 25px;
    margin: 0 10px;
  }
  .message-inner {
    width: 88%;
    padding: 48px 0 44px 36px;
    margin: 0 auto;
  }
  .message-inner::before {
    display: block;
    width: 0;
    height: 100%;
    right: 50%;
    margin-right: -50vw;
  }
  .effect-on.message-inner::before {
    width: 94vw;
  }
  .message-inner__ttl {
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 1;
  }
  .message-inner__txt {
    font-size: 12px;
    line-height: 1.75;
  }
}

/*COMPANY*/
.company {
  width: 480px;
  margin: 0 auto 228px;
}
.company-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 85px;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.1em;
}
.company-list dt {
  width: 165px;
  padding-bottom: 20px;
}
.company-list dd {
  width: calc(100% - 165px);
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .company {
    width: 88%;
    margin: 0 auto 70px;
  }
  .company-list {
    padding-top: 38px;
    font-size: 12px;
    line-height: 1.66;
  }
  .company-list dt {
    width: 104px;
    padding-bottom: 20px;
  }
  .company-list dd {
    width: calc(100% - 104px);
    padding-bottom: 20px;
  }
}

/*ENTRY*/
.entry {
  padding: 95px 0 82px;
  background-color: #eef1f7;
}
.entry-read01 {
  padding: 60px 0 40px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.entry-read02 {
  padding-bottom: 65px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.entry-step {
  width: 1000px;
  min-height: 220px;
  margin: 0 auto;
  padding-left: 500px;
  position: relative;
}
.entry-step__qr {
  width: 220px;
  height: 220px;
  padding: 46px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 168px;
  overflow:hidden;
}
.entry-step li {
  padding-bottom: 38px;
  font-size: 16px;
  line-height: 2.125;
  position: relative;
  counter-increment: step;
}
.entry-step li::before {
  font-family: var(--font-en);
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  position: absolute;
  top: -2px;
  left: -62px;
  content: counter(step, decimal-leading-zero)".";
}
.btn-entry {
  width: 430px;
  padding-top: 20px;
  margin: 0 auto 64px;
}
.btn-entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 80px;
  border-radius: 40px;
  background-color: #899bbd;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff!important;
}
.btn-entry a::after {
  width: 40px;
  height: 13px;
  background: url("../img/recruit/entry_arrow.svg") no-repeat right center;
  content:"";
}
.entry-txt01 {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.sentry-tel {
  font-family: var(--font-en);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
  text-align: center;
}
.sentry-tel a {
  display: inline-block;
  margin-left: 10px;
  font-size: 60px;
}
.sentry-time {
  padding-top: 35px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .entry {
    padding: 38px 0 60px;
  }
  .entry-read01 {
    padding: 60px 0 40px;
    font-size: 18px;
  }
  .entry-read02 {
    width: 80%;
    margin: 0 auto;
    padding-bottom:23px;
    font-size: 12px;
    line-height: 1.58;
    text-align: left;
  }
  .entry-step {
    width: 80%;
    min-height: auto;
    margin: 0 auto;
    padding-left: 0;
  }
  .entry-step li {
    padding-bottom: 17px;
    padding-left: 44px;
    font-size: 12px;
    line-height: 1.58;
  }
  .entry-step li::before {
    font-size: 22px;
    top: -2px;
    left: 0px;
  }
  .btn-entry {
    width: 66%;
    padding-top: 10px;
    margin: 0 auto 33px;
  }
  .btn-entry a {
    height: 46px;
    border-radius: 23px;
    font-size: 12px;
  }
  .btn-entry a::after {
    width: 20px;
    height: 7px;
    background: url("../img/recruit/entry_arrow.svg") no-repeat right center;
    background-size: 8px auto;
  }
  .entry-txt01 {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .sentry-tel {
    font-size: 17px;
  }
  .sentry-tel a {
    margin-left: 10px;
    font-size: 30px;
  }
  .sentry-time {
    padding-top: 25px;
    font-size: 13px;
  }
}
/*---------------------------------------------------------------------------------
INFORMATION
--------------------------------------------------------------------------------- */
.detail {}
/*fv*/
.detail .mv {
  height: 650px;
  margin-bottom: 100px;
  position: relative;
}
.detail-catchphrase {
  width: 1000px;
  font-family: var(--font-sawarabi);
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.75em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 366px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.detail-read {
  width: 520px;
  margin: 0 auto 112px;
  font-size: 15px;
  line-height: 2.26;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .detail .mv {
    height: 275px;
    margin-bottom: 42px;
  }
  .detail-catchphrase {
    width: 80%;
    font-size: 15px;
    top: 140px;
  }
  .detail-read {
    width: 75%;
    margin: 0 auto 48px;
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
  }
}

/*about*/
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 115px 0 80px;
  background-color: #eef1f7;
  margin-bottom: 115px;
}
.about-ttl {
  width: 100%;
  margin-bottom: 72px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.about-img {
  width: 600px;
  margin-right: 88px;
}
.about-inner {
  width: 500px;
  letter-spacing: 0.1em;
}
.about-inner__ttl {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
}
.about-inner__txt {
  font-size: 15px;
  line-height: 1.86;
}

.detail .top-nav {
  margin-bottom: 170px;
}

@media only screen and (max-width: 768px) {
  .about {
    display: block;
    padding: 70px 0 38px;
    margin-bottom: 47px;
  }
  .about-ttl {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .about-img {
    width: 78%;
    margin: 0 auto 32px;
  }
  .about-inner {
    width: 86%;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
  .about-inner__ttl {
    margin-bottom: 17px;
    font-size: 17px;
  }
  .about-inner__txt {
    font-size: 12px;
    line-height: 1.75;
  }

  .detail .top-nav {
    margin-bottom: 62px;
  }
}

/*CURRICULUM*/
.curriculum {
  margin-bottom: 157px;
}
.curriculum .sec-ttl {
  margin-bottom: 250px;
}
.curriculum-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 295px;
}
.curriculum-list li:last-child {
  margin-bottom: 0;
}
.curriculum-list__img {
  width: 50%;
  height: 500px;
  position: relative;
  top: -105px;
  z-index: 3;
}
.curriculum-list-inner {
  width: 50%;
  padding: 120px 0 80px;
  position: relative;
  z-index: 2;
  opacity: 1.0;
  transform: translate(0,0px);
}
.curriculum-list-inner::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #eef1f7;
  position: absolute;
  bottom: 0;
  transition : all 500ms 300ms ease-out;
  content:"";
  z-index: -1;
}
.effect-on.curriculum-list-inner::before {
  width: calc(100% + 70px);
}
.curriculum-list-in {
  width: 505px;
}
.curriculum-list-in__ttl {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.58;
}
.curriculum-list-in__txt {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 2.4;
}
.curriculum-list-in__more {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
}
.curriculum-list-in__more::after {
  display: inline-block;
  width: 30px;
  height: 13px;
  background: url("../img/recruit/nav_arrow.svg") no-repeat right center;
  content:"";
}

.curriculum-list li:nth-of-type(odd) .curriculum-list-inner::before {
  right: 0;
}
.curriculum-list li:nth-of-type(odd) .curriculum-list-in {
  padding-left: 130px;
}
.curriculum-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.curriculum-list li:nth-of-type(even) .curriculum-list-inner::before {
  left: 0;
}
.curriculum-list li:nth-of-type(even) .curriculum-list-in {
  padding-right: 80px;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .curriculum {
    margin-bottom: 75px;
  }
  .curriculum .sec-ttl {
    margin-bottom: 40px;
  }
  .curriculum-list li {
    display: block;
    margin-bottom: 45px;
  }
  .curriculum-list li:last-child {
    margin-bottom: 0;
  }
  .curriculum-list__img {
    width: 92%;
    height: 250px;
    position: relative;
    top: 0;
    z-index: 3;
  }
  .curriculum-list-inner {
    width: 100%;
    padding: 47px 0 40px;
  }
  .curriculum-list-inner::before {
    display: block;
    width: 0;
    height: calc(100% + 128px);
  }
  .effect-on.curriculum-list-inner::before {
    width: 92%;
  }
  .curriculum-list-in {
    width: 75%;
  }
  .curriculum-list-in__ttl {
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 1.29;
  }
  .curriculum-list-in__txt {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 1.75;
  }
  .curriculum-list-in__more {
    font-size: 12px;
  }
  .curriculum-list-in__more::after {
    display: inline-block;
    width: 12px;
    height: 7px;
    background-size: 8px auto;
  }

  .curriculum-list li:nth-of-type(odd) .curriculum-list-inner::before {
    right: 0;
  }
  .curriculum-list li:nth-of-type(odd) .curriculum-list-in {
    padding-left: 0;
    padding-right: 8%;
    margin-left: auto;
  }
  .curriculum-list li:nth-of-type(even) .curriculum-list__img {
    margin-left: auto;
  }
  .curriculum-list li:nth-of-type(even) .curriculum-list-in {
    padding-right: 0;
    margin-left: 11%;
  }
}

/*INFOMATION*/
.recruit-info {
  width: 1000px;
  margin: 0 auto 230px;
}
.recruit-info .sec-ttl {
  padding-bottom: 0;
  margin-bottom: 70px;
}
.recruit-info .sec-ttl .jp {
  display: block;
  padding-top: 60px;
  font-family: var(--font-jp);
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.recruit-info .sec-ttl::after {
  bottom: 55px;
}
.recruit-info-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.73;
}
.recruit-info-list dt {
  width: 300px;
  padding: 35px 0 38px 20px;
  border-bottom: 1px solid #dde2eb;
}
.recruit-info-list dd {
  width: calc(100% - 300px);
  padding: 35px 20px 38px 0;
  border-bottom: 1px solid #dde2eb;
}
@media only screen and (max-width: 768px) {
  .recruit-info {
    width: 88%;
    margin: 0 auto 88px;
  }
  .recruit-info .sec-ttl {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .recruit-info .sec-ttl .jp {
    padding-top: 30px;
    font-size: 14px;
  }
  .recruit-info .sec-ttl::after {
    bottom: 35px;
  }
  .recruit-info-list {
    line-height: 1.4;
  }
  .recruit-info-list dt {
    width: 110px;
    padding: 17px 0 17px;
  }
  .recruit-info-list dd {
    width: calc(100% - 110px);
    padding: 17px 0 17px;
  }
}

/*COUPON*/
.coupon {
  width: 1000px;
  padding: 80px 60px 5px;
  border: 1px solid #899bbd;
  margin: 0 auto 224px;
}
.coupon__ttl {
  width: 322px;
  background-color: #fff;
  font-family: var(--font-en);
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.coupon-list li {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-bottom: 55px;
}
.coupon-list__img {
  width: 350px;
  box-shadow: -12px 12px 0px 0px #eef1f7;
  margin-right: 87px;
}
.coupon-list-inner {
  width: calc(100% - 437px);
}
.coupon-list-inner__ttl {
  margin-bottom: 32px;
}
.coupon-list-inner__ttl span {
  background: linear-gradient(transparent 40%, #eef1f7 0%);
  display: inline;
  font-size: 24px;
}
.coupon-list-inner__txt {
  font-size: 15px;
  line-height: 1.73;
}
@media only screen and (max-width: 768px) {
  .coupon {
    width: 88%;
    padding: 54px 21px 5px;
    margin: 0 auto 88px;
  }
  .coupon__ttl {
    width: 164px;
    font-size: 30px;
    top: -17px;
  }
  .coupon-list li {
    display: block;
    padding-left: 0px;
    margin-bottom: 35px;
  }
  .coupon-list__img {
    width: 55vw;
    box-shadow: 0 0 0px 0px #eef1f7;
    margin: 0 auto 34px;
  }
  .coupon-list-inner {
    width: 100%;
  }
  .coupon-list-inner__ttl {
    margin-bottom: 20px;
  }
  .coupon-list-inner__ttl span {
    font-size: 15px;
  }
  .coupon-list-inner__txt {
    font-size: 12px;
    line-height: 1.73;
  }
}


/*---------------------------------------------------------------------------------
TOPICS
--------------------------------------------------------------------------------- */
.topics .mv {
   margin-bottom: 110px;
}
.topics-header {
  width: 1000px;
  margin: 0 auto 80px;
}

.topics-ttl {
  margin-bottom: 48px;
  font-family: var(--font-sawarabi);
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
.topics-ttl .category {
  display: block;
  margin-bottom: 15px;
}
.topics-type {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: fit-content;
  height: 30px;
  padding: 0 28px;
  background-color: #eef1f7;
  border-radius: 15px;
  margin-left: auto;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*共通*/
.post__img {
  position: relative;
  z-index: 3;
}
.post-inner {
  position: relative;
  z-index: 2;
}
.post-inner::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #eef1f7;
  position: absolute;
  bottom: 0;
  content:"";
  z-index: -1;
  transition : all 500ms 300ms ease-out;
}
.effect-on.post-inner::before {
  width: calc(100% + 70px);
}
.post-in {}
.post h3 {
  margin-bottom: 45px;
  font-family: var(--font-sawarabi);
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
}
.post p {
  font-size: 15px;
  line-height: 2.4;
  padding-bottom: 1.5em;
}
.post-movie {
  width: 820px;
  margin: 0 auto 88px;
}
.post-movie a {
  display: block;
  position: relative;
}
.post-movie a::after {
  width: 72px;
  height: 72px;
  background-image: url("../img/staff/icon_movie.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content:"";
}

/*レイアウトA*/
.post-blockA {
  width: 870px;
  margin: 0 auto 110px;
}
.post-blockA .post__img {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 82px;
}
.post-blockA .post-inner {
  padding: 0 5px;
}
.post-blockA .post-inner::before {
  content:none;
}
.post-blockA .post-in {}
/*レイアウトB（画像左）*/
.post-blockB {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 122px;
}
.post-blockB .post-movie {
  display: none;
}
.post-blockB .post__img {
  width: calc(50% - 30px);
}
.post-blockB .post__img img {
  display: block;
  width: 570px;
  margin-left: auto;
}
.post-blockB .post-inner {
  width: 50%;
  padding: 87px 0 88px 35px;
  margin-top: 85px;
  position: relative;
  z-index: 2;
  opacity: 1.0;
  transform: translate(0,0px); 
}
.post-blockB .post-inner::before {
  right: 0;
}
.effect-on.post-inner::before {
  width: calc(100% + 70px);
}
.post-blockB .post-in {
  width: 505px;
}
/*レイアウトC（画像右）*/
.post-blockC {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 122px;
}
.post-blockC .post__img {
  width: calc(50% - 30px);
}
.post-blockC .post__img img {
  display: block;
  width: 570px;
}
.post-blockC .post-movie {
  display: none;
}
.post-blockC .post-inner {
  width: 50%;
  padding: 87px 0 88px 35px;
  margin-top: 85px;
  position: relative;
  z-index: 2;
  opacity: 1.0;
  transform: translate(0,0px); 
}
.post-blockC .post-inner::before {
  left: 0;
}
.post-blockC .post-in {
  width: 585px;
  padding-right: 80px;
  margin-left: auto;
}

.post-prev {
  width: 200px;
  margin: 0 auto 135px;
}
.post-prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 38px;
  padding-right: 30px;
  background-color: #eef1f7;
  border-radius: 19px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
}
.post-prev a span {
  display: inline-block;
  margin-right: 40px;
  color: #899bbd;
}

@media only screen and (max-width: 768px) {
  .topics .mv {
     margin-bottom: 50px;
  }
  .topics-header {
    width: 88%;
    margin: 0 auto 48px;
  }
  .topics-ttl {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .topics-ttl .category {
    margin-bottom: 10px;
  }
  .topics-type {
    height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 11px;
  }
  .effect-on.post-inner::before {
    width: 92%;
  }
  .post h3 {
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 1.3;
  }
  .post p {
    font-size: 12px;
    line-height: 1.75;
  }
  .post-movie {
    width: 100%;
    margin: 0 auto 34px;
  }
  .post-movie a::after {
    width: 36px;
    height: 36px;
    background-size: 100% auto;
  }

  /*レイアウトA*/
  .post-blockA {
    width: 100%;
    margin: 0 auto 72px;
  }
  .post-blockA .post__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .post-blockA .post-inner {
    width: 78%;
    margin: 0 auto;
    padding: 0;
    opacity : 0;
    transition : all 500ms 300ms ease-out;
    transform: translate(0,50px);
  }
  .post-blockA .post-inner::before {
    content:none;
  }
  .post-blockA .post-in {}
  /*レイアウトB（画像左）*/
  .post-blockB {
    display: block;
    margin-bottom: 70px;
  }
  .post-blockB .post__img {
    width: 92%;
    height: 250px;
  }
  .post-blockB .post__img img {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .post-blockB .post-inner {
    width: 100%;
    padding: 47px 0 40px;
    margin-top:0;
  }
  .post-blockB .post-inner::before {
    height: calc(100% + 128px);
    right: 0;
  }
  .post-blockB .post-in {
    width: 75%;
    padding-left: 0;
    padding-right: 8%;
    margin-left: auto;
  }
  /*レイアウトC（画像右）*/
  .post-blockC {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 122px;
  }
  .post-blockC .post__img {
    width: calc(50% - 30px);
  }
  .post-blockC .post__img img {
    display: block;
    width: 570px;
  }
  .post-blockC .post-movie {
    display: none;
  }
  .post-blockC .post-inner {
    width: 50%;
    padding: 87px 0 88px 35px;
    margin-top: 85px;
    position: relative;
    z-index: 2;
    opacity: 1.0;
    transform: translate(0,0px); 
  }
  .post-blockC .post-inner::before {
    left: 0;
  }
  .post-blockC .post-in {
    width: 585px;
    padding-right: 80px;
    margin-left: auto;
  }
  .post-blockC {
    display: block;
    margin-bottom: 70px;
  }
  .post-blockC .post__img {
    width: 92%;
    margin-left: auto;
  }
  .post-blockC .post__img img {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .post-blockC .post-inner {
    width: 100%;
    padding: 47px 0 40px;
    margin-top:0;
  }
  .post-blockC .post-inner::before {
    height: calc(100% + 128px);
  }
  .post-blockC .post-in {
    width: 75%;
    padding-right: 0;
    margin-left: 11%;
  }

  .post-prev {
    width: 200px;
    margin: 0 auto 85px;
  }
  .post-prev a {
    font-size: 11px;
  }
  .post-prev a span {
    display: inline-block;
    margin-right: 26px;
    color: #899bbd;
  }
}


