article {
  color: #0C1946;
}

#opening {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

#opening span {}

.inview {
  opacity: 0;
}

.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}

.inview.active.op.delay1 {
  transition-delay: .3s;
}

.inview.active.op.delay2 {
  transition-delay: .4s;
}

.inview.active.op.delay3 {
  transition-delay: .5s;
}

#visual,
#faq {
  min-width: 1200px;
}

#visual {
  position: relative;
  /*  
  height: 550px;
  background: url('image/visual-pc.jpg') no-repeat center center;
  background-size: cover;
  */
}

#visual #breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}

#visual #breadcrumbs a {
  color: #fff;
}

#recruit #visual .visual-wrap {
  text-align: center;
}


/* FIRST
=========================*/
#recruit #first {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
}

#recruit #first h2 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

#recruit #first h2 span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #F9DE4A 70%);
  line-height: 1;
}

#recruit #first .lead {
  font-size: 2rem;
  margin-bottom: 50px;
}

#recruit #first .loopslider li {
  outline: none;
  width: 233px;
  height: 389px;
  margin: 0 10px;
  backface-visibility: hidden;
}

/* FAIR
=========================*/
#recruit .fair-wrap {
  margin-bottom: 100px;
}

#recruit .fair-wrap .fair-box {
  border: 1px solid #0C1946;
  padding: 60px 80px;
  max-width: 850px;
  margin: auto;
}

#recruit #fair1 {
  text-align: center;
}

#recruit #fair1 .flag {
  width: 48px;
  margin: 0 auto 5px;
}

#recruit #fair1 h2 {
  margin-bottom: 40px;
}

#recruit #fair1 h2 span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #F9DE4A 70%);
  font-weight: 700;
  font-size: 3.3rem;
}

#recruit #fair3{
  margin-top: 80px;
}
#recruit #fair3 .more-link {
  text-align: center;
  margin-top: 60px;
}

#recruit #fair3 .more-link a {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  text-align: center;
  color: #fff;
  background-color: #935B00;
  line-height: 1;
  padding: 23px;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}

#recruit #fair3 .more-link a:hover {
  background-color: #bf7e00;
}

/* MERIT
=========================*/
#merit {
  max-width: 935px;
  padding: 80px 0;
}

#merit h2 {
  text-align: center;
  margin-bottom: 60px;
}

#merit .merit-box {
  display: flex;
  margin-bottom: 60px;
}

#merit .merit-box .image {
  width: 368px;
}

#merit .merit-box .text {
  flex: 1;
  padding-right: 80px;
}

#merit .merit-box .text h3 {
  margin-bottom: 30px;
}

#merit .merit-box .text h3 span {
  font-size: 2.6rem;
  display: block;
}

#merit .merit-box .text p {
  font-size: 1.5rem;
}

/* REASON
=========================*/
#reason {
  background-color: #F4F3F0;
}

#reason h2 {
  background-color: #0E2B52;
  text-align: center;
  padding: 50px 0;
}

#reason .reason-box {
  padding: 80px 20px;
  max-width: 870px;
  margin: auto;
}

#reason .reason-box .box {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}

#reason .reason-box .box .image {
  width: 164px;
  text-align: center;
}

#reason .reason-box .box p {
  position: relative;
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 28px 50px;
  border-radius: 3px;
  margin-left: 46px;
}

#reason .reason-box .box p::before {
  content: url("image/fukidashi2-pc.png");
  display: block;
  position: absolute;
  left: -38px;
  top: 50%;
  width: 29px;
  height: 26px;
  transform: translateY(-50%);
}

#reason .reason-box .box p b {
  color: #DBA41B;
  font-weight: normal;
}



/* SIZE
=========================*/
#size {
  background-color: #F8F8F8;
  padding: 60px 60px 0;
  margin-bottom: 120px;
}

#size h2 {
  margin-bottom: 60px;
  text-align: center;
}

#size .lead {
  margin-bottom: 80px;
  text-align: center;
}

#size .size-wrap {}

#size .size-wrap h3 {
  text-align: center;
  margin-bottom: 60px;
  color: #0C1946;
  font-size: 2.9rem;
}

#size .size-wrap h3 span {
  display: inline-block;
  border-bottom: 1px solid #0C1946;
}

#size .size-wrap .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#size .size-wrap .layout.rev {
  flex-direction: row-reverse;
}

#size .size-wrap .layout .image {
  width: 466px;
}

#size .size-wrap .layout .text {
  width: 49%;
}

#size .size-wrap .layout .text h4 {
  font-weight: bold;
  color: #0C1946;
  font-size: 3.2rem;
  margin-bottom: 50px;
}

#size .size-wrap .layout .text h4 span {
  color: #E5C71A;
  font-size: 2rem;
  padding-left: 20px;
}

#size .size-wrap .layout .text p {
  font-size: 1.8rem;
}


#recruit #size .acordion-block::before {
  background: linear-gradient(0deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
}

#recruit #size .detail-view {
  transform: translateY(-100%);
}

#recruit #size .open {
  padding-bottom: 80px;
}

#recruit #size .open+.detail-view {
  transform: translateY(0);
}


/* TIMING
=========================*/
#timing {}

#timing h3 {
  text-align: center;
  margin-bottom: 30px;
}

#timing .gs-box {
  border: 2px solid #0C1946;
  background: #F2F0EB url('image/basic-bg.png') no-repeat right top;
  background-size: auto 100%;
  width: 947px;
  margin: 0 auto;
  padding: 47px;
}

#timing .gs-box .text {
  width: 486px;
}

#timing .gs-box .text .box {
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}

#timing .gs-box .text .box h4 {
  font-size: 2.5rem;
}

#timing .gs-box .text .box .layout {
  display: flex;
}

#timing .gs-box .text .box p {
  font-size: 1.3rem;
}

#timing .gs-box .text .box .layout .text {
  flex: 1;
  padding-right: 15px;
}

#timing .gs-box .text .box p span {
  color: #AF1414;
}

#timing .gs-box .text .box p span b {
  text-decoration: underline;
}

#timing .gs-box .text .box:nth-child(1) .image {
  width: 100px;
}

#timing .gs-box .text .box:nth-child(2) .image {
  width: 124px;
}

#timing .gs-box .text .box:nth-child(3) .image {
  width: 90px;
}

#timing .gs-box .text .box:nth-child(4) .image {
  width: 130px;
}

/* CORDINATE
=========================*/
#cordinate {
  padding: 80px 0;
}

#cordinate .layout {
  max-width: 935px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cordinate .layout .box {
  width: 455px;
  background-color: #EAEFF5;
  border-radius: 16px;
  padding: 30px 50px;
  margin-bottom: 30px;
}

#cordinate .layout .box h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #0C1946;
}

#cordinate .layout .box .image {
  text-align: center;
  padding: 15px 0;
}

#cordinate .layout .box p {
  font-size: 1.25rem;
  color: #0C1946;
}


/* CORDINATE
=========================*/
#impression {}

#impression h2 {
  text-align: center;
  margin-bottom: 20px;
}

#impression .lead {
  margin-bottom: 80px;
  text-align: center;
}


#impression .layout {
  max-width: 935px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

#impression .layout .image {
  width: 313px;
}

#impression .layout .text {
  width: 560px;
}

#impression .layout .text .color {
  margin-bottom: 10px;
}

#impression .layout .text h3 {
  font-szie: 2.5rem;
  margin-bottom: 10px;
}

#impression .layout .text p {
  font-size: 1.3rem;
}

#impression .type {
  max-width: 935px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EAEFF5;
  border-radius: 15px;
  padding: 35px 40px;
}

#impression .type.last {
  margin-bottom: 0;
}

#impression .type .image {
  width: 370px;
}

#impression .type .text {
  width: 560px;
  padding: 0 80px;
}

#impression .type .text h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}

#impression .type .text h3 span {
  display: block;
  font-size: 1.5rem;
}

#impression .type .text p {
  font-size: 1.3rem;
}

#recruit #impression {
  margin-bottom: 120px;
}

#recruit #impression .detail-view {
  transform: translateY(-100%);
}

#recruit #impression .open {
  padding-bottom: 80px;
}

#recruit #impression .open+.detail-view {
  transform: translateY(0);
}


/* FAQ
=========================*/
#faq {
  background: #F5F5F5;
  padding: 80px 0;
}

#faq .box {
  width: 870px;
  border: 1px solid #C3D2DB;
  margin: 0 auto 30px;
}

#faq .box h3 {
  line-height: 100%;
  padding: 15px 75px;
  font-size: 1.8rem;
  background: #5F7786 url('image/faq-q.svg') no-repeat 25px 12px;
  text-align: left;
  color: #fff;
}

#faq .box p {
  padding: 20px 20px 20px 75px;
  font-size: 1.4rem;
  background: #fff url('image/faq-a.svg') no-repeat 25px 24px;
  text-align: left;
}

#faq .box p a,
#faq .box p b {
  font-weight: normal;
  color: #BF0C0C;
}

#faq p .attention {
  display: block;
  color: #FF0000;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

#faq p .annotation {
  font-size: 1.4rem;
}


#flow {
  margin-bottom: 80px;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #opening span {
    padding: 0 40px;
  }


  #visual,
  #faq {
    min-width: 0;
  }

  #visual {
    background: none;
    background-color: #F2F0EB;
    height: auto;
  }

  #visual #breadcrumbs {
    display: none;
  }

  #visual #visual-image {
    display: block !important;
    position: relative;
  }

  #visual #visual-title {
    position: static;
    z-index: 1;
  }

  #visual h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #visual h1 img {
    max-width: 86%;
  }

  #visual h1 {
    animation: none;
    opacity: 0;
    transition: .4s;
  }

  #visual h1.active {
    opacity: 1;
  }


  #visual #visual-title p {
    color: #000;
    font-size: 3.4vw;
    letter-spacing: -1px;
    width: 100%;
    display: block;
    padding: 20px 0;
    animation: none;
    opacity: 0;
    transition: .4s;
  }

  #visual #visual-title p.active {
    opacity: 1;
  }

  #visual #visual-title p .image {
    max-width: 190px;
    margin: 0 auto;
  }

  #visual .anno {
    color: #000;
    position: static;
    font-size: 1.1rem;
    padding: 0 0 10px 10px;
  }

  #recruit p.lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  #recruit #first {
    padding: 30px 0;
    margin-bottom: 0;
  }

  #recruit #first {
    margin-bottom: 10px;
  }

  #recruit #first h2 {
    font-size: 5vw;
  }

  #recruit #first p {
    animation: none;
    opacity: 0;
    transition: .4s;
  }

  #recruit #first p.active {
    opacity: 1;
  }

  #recruit #first .loopslider li {
    width: 140px;
    height: 234px;
  }

  #recruit #first .lead {
    text-align: center;
    font-size: 3.5vw;
  }


  #merit {
    padding: 30px 0;
  }

    #merit h2 {
    margin-bottom: 20px;
  }

    #merit h2 img {
    max-width: 264px;
  }

    #merit .merit-box {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }

    #merit .merit-box .image {
    width: 100%;
  }

    #merit .merit-box .text {
    padding: 0;
    margin-bottom: 20px;
  }

    #merit .merit-box .text h3 {
    margin-bottom: 10px;
  }

    #merit .merit-box .text h3 span {
    font-size: 1.8rem;
  }

    #merit .merit-box .text h3 img {
    width: 64px;
  }

    #merit .merit-box .text p {
    font-size: 1.2rem
  }

    #recruit #reason h2 {
    padding: 30px 10px;
  }

    #recruit #reason .reason-box {
    padding: 30px 20px;
  }

    #recruit #reason .reason-box .box {
    margin-bottom: 30px;
  }

    #recruit #reason .reason-box .box .image {
    width: 75px;
  }

    #recruit #reason .reason-box .box p {
    font-size: 1.3rem;
    padding: 24px;
    margin-left: 30px;
  }

    #recruit #reason .reason-box .box p::before {
    content: "";
    background: url(image/fukidashi2-pc.png) no-repeat center center;
    background-size: 100%;
    left: -20px;
    width: 20px;
    height: 16px;

  }

    #recruit #fair {
    padding: 30px 0;
  }

    #recruit #fair h2 {
    margin-bottom: 20px;
  }


    #recruit #fair h2 img {
    max-width: 220px;
  }

    #recruit #fair .fair-wrap {
    margin-bottom: 15px;
    padding: 0 15px;
  }

    #recruit #size {
    padding: 20px 5%;
    margin-bottom: 50px;
  }

    #recruit #size h2 {
    margin-bottom: 20px;
  }

    #recruit #size h2 img {
    max-width: 212px;
  }

    #recruit #size .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

    #recruit #size .size-wrap {
    padding: 30px;
  }

    #recruit #size .size-wrap .layout {
    display: block;
    margin-bottom: 30px;
  }

    #recruit #size .size-wrap .layout h4.sp {
    display: block !important;
    text-align: center;
    font-size: 2rem;
    color: #0C1946;
    margin-bottom: 20px;
  }

    #recruit #size .size-wrap .layout h4 span {
    display: block;
    color: #E5C71A;
    font-size: 1.2rem;
  }

    #recruit #size .size-wrap .layout .image {
    width: 100%;
  }

    #recruit #size .size-wrap .layout .text {
    width: 100%;
  }

    #recruit #size .size-wrap .layout .text p {
    width: 100%;
    font-size: 1.2rem;
    padding: 20px 0;
  }

    #recruit #size .size-wrap h3 span {
    font-size: 2rem;
  }

  #recruit #size .lead {
    margin-bottom: 0;
  }

  #recruit #size .open {
    padding-bottom: 0;
  }

  #recruit #size .detail-view {
    transform: none;
  }

  #merit .acordion-block {
    height: 360px;
  }


  #recruit #timing {
    padding: 30px 20px;
  }


    #recruit #timing .gs-box {
    width: 100%;
    background-size: 100% auto;
    padding: 100px 16px 27px;
  }

    #recruit #timing .gs-box .text .box {
    background: rgba(255, 255, 255, .85);
    padding: 18px 18px 18px 23px;
  }

    #recruit #timing .gs-box .text {
    width: 100%;
  }

    #recruit #timing .gs-box .text .box h4 {
    font-size: 1.6rem;
  }

    #recruit #timing .gs-box .text .box p {
    font-size: 1.2rem;
  }

    #recruit #timing .gs-box .text .box .layout .text {
    padding-right: 5px;
  }

    #recruit #timing .gs-box .text .box:nth-child(1) .image {
    width: 78px;
  }

    #recruit #timing .gs-box .text .box:nth-child(2) {
    position: relative;
  }

    #recruit #timing .gs-box .text .box:nth-child(2) .image {
    position: absolute;
    width: 118px;
    right: -14px;
    top: 30px;
  }

    #recruit #timing .gs-box .text .box:nth-child(2) p {
    width: 67%;
  }

    #recruit #timing .gs-box .text .box:nth-child(3) .image {
    width: 81px;
  }

    #recruit #timing .gs-box .text .box:nth-child(4) {
    padding-right: 0;
  }

    #recruit #timing .gs-box .text .box:nth-child(4) .image {
    width: 81px;
    padding-top: 30px;
  }

    #recruit #timing .gs-box .text .box:nth-child(4) .text {
    padding-right: 10px;
  }

    #recruit #cordinate {
    padding: 0 0;
  }

    #recruit #cordinate h2 img {
    width: 230px;
  }

    #recruit #cordinate .layout {
    padding: 0 20px;
  }

    #recruit #cordinate .layout .box {
    padding: 20px;
  }

    #recruit #cordinate .layout .box h3 {
    font-size: 1.9rem;
  }

    #recruit #cordinate .layout .box p {
    font-size: 1.2rem;
  }

    #recruit #impression {
    padding: 0 20px 0;
    margin-bottom: 50px;
  }

    #recruit #impression h2 img {
    width: 250px;
  }

    #recruit #impression .lead {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }

    #recruit #impression .layout {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
    padding-top: 40px;
  }

    #recruit #impression .layout {
    border-top: 2px solid #000;
  }

    #recruit #impression .layout.first {
    border-top: none;
  }

    #recruit #impression .layout .image {
    width: 238px;
    margin: 0 auto;
  }

    #recruit #impression .layout .color.sp {
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
  }

    #recruit #impression .layout .text {
    width: 100%;
  }

    #recruit #impression .layout .text h3 {
    text-align: center;
  }

    #recruit #impression .type {
    display: block;
    padding: 20px;
    margin-bottom: 40px;
  }

    #recruit #impression .type>h3 {
    display: block !important;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 20px;
  }

    #recruit #impression .type>h3 span {
    display: block;
    font-size: 1.2rem;
  }

    #recruit #impression .type .image {
    width: 100%;
  }

    #recruit #impression .type .text {
    width: 100%;
    padding: 20px 0;
  }

      #recruit #impression .acordion-block.open{
        padding-bottom: 0;
      }
      #recruit #impression .detail-view.open{
        padding-bottom: 40px;
      }

    #recruit #faq {
    padding: 30px 20px;
  }

    #recruit #faq h2 img {
    width: 120px;
  }

    #recruit #faq .box h3 {
    font-size: 1.4rem;
    padding-right: 10px;
    padding-left: 65px;
  }

    #recruit #faq .box p {
    padding-left: 65px;
  }

    #recruit #faq .box {
    width: 100%;
  }

    #recruit #flow {
    margin-bottom: 40px;
  }


}

.reserve {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 50px;
}

.gothic{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.reserve .title {
  font-size: 2.4rem;
}

.reserve .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.reserve .title span::before,
.reserve .title span::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 1px;
  /* 線の幅を調整 */
  height: 22px;
  background: black;
  /* 線の色 */
}

.reserve .title span::before {
  left: 0;
  transform: rotate(-20deg);
  /* 傾きを調整 */
  transform-origin: right bottom;
}

.reserve .title span::after {
  right: 0;
  transform: rotate(20deg);
  /* 傾きを調整 */
  transform-origin: left bottom;
}

.reserve .btn {
  padding: 25px;
  width: 400px;
  font-size: 2.0rem;
}


@media screen and (max-width: 767px) {
  .reserve .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .reserve .btn {
    padding: 25px;
    width: 90%;
  }

}


#recruit #flowbody {
  background-color: #EDEDED;
  padding: 50px 0;
  margin-bottom: 100px;
}

#recruit #flowbody h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 50px;
}

#recruit #flowbody .flow-wrap {
  position: relative;
  overflow: hidden;
  height: 480px;
  transition: 0.3s height linear;
}

#recruit #flowbody .flow-wrap.open {
  height: auto;
}

#recruit #flowbody .flow-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 430px;
  top: 80px;
  left: 0;
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 100%);
  transition: 0.2s opacity linear;
}

#recruit #flowbody .flow-wrap.open::before {
  opacity: 0;
  visibility: hidden;
}

#recruit #flowbody .howto {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#recruit #flowbody .howto::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 95px);
  bottom: -16px;
  left: 25px;
  background-color: #4B3F2C;
}

#recruit #flowbody .howto.last {
  margin-bottom: 50px;
}

#recruit #flowbody .howto.last::after {
  content: none;
}

#recruit #flowbody .howto .step {
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
}

#recruit #flowbody .howto .step .num {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}

#recruit #flowbody .howto .body {
  padding: 30px 0;
  flex: 1;
}

#recruit #flowbody .howto .layout {
  display: flex;
  justify-content: space-between;
  ;
  align-items: flex-start;
}

#recruit #flowbody .howto .layout .text {
  flex: 1;
  padding-right: 40px;
  padding-top: 20px;
}

#recruit #flowbody .howto .layout .text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

#recruit #flowbody .howto .layout .text p {
  font-size: 1.4rem;
}

#recruit #flowbody .howto .layout .image {
  width: 176px;
  line-height: 0;
}

#recruit #flowbody .howto .layout.white {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #4B3F2C;
  align-items: center;
}

#recruit #flowbody .howto .layout.white h3 {
  font-size: 1.8rem;
}

#recruit #flowbody .howto .layout.white .text {
  padding-top: 0;
}

#recruit #flowbody .howto .layout.white .image {
  width: 147px;
}

.stepbtn {
  position: relative;
  display: inline-block;
  background-color: #3c1e00;
  color: #fff;
  padding: 8px 25px 8px 10px;
  line-height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1rem;
}

.stepbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepbtn:hover {
  color: #fff;
}

#recruit #flowbody .flow-btn {
  text-align: center;
}

#recruit #flowbody .flow-btn span {
  display: inline-block;
  border: 1px solid #000;
  padding: 18px 45px;
  line-height: 1;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

#recruit #flowbody .flow-btn span:hover {
  background-color: #4B3F2C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #recruit #flowbody {
    padding: 20px 5%;
    margin-bottom: 50px;
  }

  #recruit #flowbody h2 {
    font-size: 4.5vw;
    margin-bottom: 0;
  }

  #recruit #flowbody .howto {
    width: 100%;
  }

  #recruit #flowbody .howto .step {
    margin-right: 15px;
    font-size: 1.2rem;
  }

  #recruit #flowbody .howto .step .num {
    font-size: 3rem;
  }

  #recruit #flowbody .howto .layout {
    display: block;
  }

  #recruit #flowbody .howto .layout .text {
    padding: 0;
  }

  #recruit #flowbody .howto .layout .text h3 {
    font-size: 2rem;
  }

  #recruit #flowbody .howto .layout .image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #recruit #flowbody .howto .layout .image img {
    max-width: 100%;
    max-width: 218px;
  }

  #recruit #flowbody .howto .layout.white h3 {
    font-size: 1.6rem;
  }

  #recruit #flowbody .howto .layout.white p {
    font-size: 1.2rem;
  }

  #recruit #flowbody .howto .layout.white .image {
    width: 100%;
    text-align: center;
  }
}

#enjoy-list {
  margin-bottom: 100px;
}

#enjoy-list h2 {
  position: relative;
  display: inline-block;
  text-align: center;
}

#enjoy-list h2 .icon {
  position: absolute;
  right: -60px;
  top: 10px;
}

#enjoy-list h2.content-title {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}

#enjoy-list h2.content-title span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

  #enjoy-list h3.content-title {
    margin-bottom: 20px;
  }
#enjoy-list .enjoy-slider .img {
  height: 170px;
  background-size: cover !important;
}

#enjoy-list .enjoy-slider img {
  max-height: 170px;
  margin: 0 auto;
}

#enjoy-list .lead {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}


.slider .slick-prev,
.slider .slick-next {
  background-color: transparent;
}

#enjoy-list .simple-btn {
  padding: 20px 50px 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #enjoy-list {
    margin-bottom: 50px;
  }

  #enjoy-list h2 img {
    height: 36px;
  }

  #enjoy-list h2 .icon {
    position: static;
  }

  #enjoy-list .lead {
    font-size: 1.1rem;
  }

  #enjoy-list a.btn {
    margin-top: 10px;
  }

  #enjoy-list .slider .slick-prev,
  #enjoy-list .slider .slick-next {
    width: 25px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
  }

  #enjoy-list .slider .box a h3 {
    font-size: 1.4rem;
  }

  #enjoy-list h3.content-title {
    font-size: 4.2vw;
    margin-bottom: 20px;
  }

  .slider .box a {
    padding: 0 0px;
    width: 100%;
  }

  .slider .box a img {
    width: 100%;
    max-width: none;
  }

  .slider+.tc {
    padding: 0;
  }
}


#enjoy-list .ladies-enjoy {
  margin-top: 60px;
  margin-bottom: 80px;
}

#enjoy-list .ladies-enjoy .link{
  max-width: 360px;
  margin: 20px auto;
}

#recruit .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

#recruit #other {
  text-align: center;
  margin-bottom: 60px;
}

#recruit #reserve2 .bnr-shoplist{
  margin-top: 50px;
}

#recruit .acordion-block {
  position: relative;
  overflow: hidden;
  height: 260px;
  transition: 0.3s height linear;
}

#recruit .acordion-block.open {
  height: auto;
}

#recruit .acordion-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

#recruit .acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}

#recruit .detail-view {
  position: relative;
  z-index: 1;
  text-align: center;
}

#recruit .detail-view span {
  display: block;
  border: 1px solid #0C1946;
  line-height: 1;
  padding: 24px;
  max-width: 350px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s all ease;
}

#recruit .detail-view span:hover {
  background-color: #0C1946;
  color: #fff;
}



@media screen and (max-width: 767px) {
  #recruit .links {
    padding: 0 5%;
    margin-bottom: 60px;
    gap: 10px;
    margin-bottom: 50px;
  }

  #recruit .fair-wrap {
    width: 90%;
    margin: 0 auto 50px;
  }

  #recruit .fair-wrap .fair-box {
    padding: 5%;
  }
  #recruit #fair1 .fair-box{
    padding: 5% 10px 5% 12px;
  }
  #recruit #fair1 h2 span {
    font-size: 5.5vw;
  }

  #recruit #fair2 {
    padding-right: 0;
  }

  #recruit #fair3{
    margin-top: 30px;
  }

  #recruit #fair3 .more-link {
    margin-top: 20px;
  }

  #recruit #fair3 .more-link a {
    font-size: 1.4rem;
  }

  #recruit .detail-view span {
    padding: 16px;
    font-size: 3.5vw;
    width: 200px;
  }

#recruit .bnr-shoplist{
  padding: 0 5%;
}

#recruit #other {
  padding: 0 5%;
}
}

/*# sourceMappingURL=sub.css.map */