@charset "utf-8";

/* ------------------------------
    スタッフ募集
------------------------------ */
.ttlline {
  background: url(../img/common/bg_yellow.png);
  position: absolute;
  margin: 0;
  width: auto;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 45px 45px 0 0;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3.8em 15px;
}
.ttlline span {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .ttlline {
    height: 60px;
    border-radius: 30px 30px 0 0;
    top: -30px;
    white-space: nowrap;
    padding: 0 1.5em 8px;
  }

  .ttlline span {
    font-size: 2rem;
  }
}


.block + .block {
  margin-top: 90px;
}

/*表*/
dl.table {
  display: flex;
  flex-wrap: wrap;
}

dl.table dt,
dl.table dd {
  font-size: 2rem;
  padding: .5em .4em;
  color: #000;
  /*  border-bottom: 4px dotted #D2BF94*/
}

dl.table dt {
  width: 9em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

dl.table dd {
  width: calc(100% - 9em);
  font-weight: 500;
  padding-right: 0;
  position: relative;
}

dl.table dd::before {
  content: "";
  width: calc(100% + 9em);
  height: 4px;
  border-bottom: 4px dotted #D2BF94;
  position: absolute;
  left: -9em;
  bottom: -2px;
}

dl.table dd .txt_s {
  display: block;
  margin-bottom: .5em;
}

/*応募ボタン*/
.block .linkbtn {
  display: block;
}

.block .linkbtn a {
  display: block;
  width: 356px;
  height: 95px;
  margin: 50px auto 0;
}

.block .linkbtn a span {
  padding-bottom: 0;
  padding: 0;
  font-size: 3.2rem;
}

.block .linkbtn a span::before {
  content: none
}

@media screen and (max-width: 768px) {
  dl.table {
    display: block;
  }

  dl.table dt,
  dl.table dd {
    font-size: 1.4rem;
    padding: .5em .4em;
  }

  dl.table dt {
    width: 100%;
    padding-bottom: .2em;
  }

  dl.table dt br {
    content: "";
  }

  dl.table dd {
    width: 100%;
    padding-top: 0;
  }

  dl.table dd::before {
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #D2BF94;
    left: 0;
    bottom: -1px;
  }

  /*応募ボタン*/
  .block .linkbtn a {
    width: 80%;
    max-width: 356px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 3px #d46c00;
    margin: 30px auto 0;
  }

  .block .linkbtn a span {
    font-size: 2rem;
    border-radius: 5px;
  }
}


/* intro
------------------------------ */
#intro {
  margin-bottom: 206px;
}

#intro .bg {
  padding: 90px 0 86px;
  background: url(../img/common/bg_stripe2.png);
}

.recruit-welfare #intro .bg {
  padding: 70px 0 90px;
  background: url(../img/common/bg_stripe_welfare.png);
}

#intro .pagettl {
  margin-bottom: 33px;
}

#intro .pagettl img {
  width: 357px;
}

#intro .txt img {
  width: 677px;
}

#intro .img {
  position: absolute;
  right: -39px;
  bottom: -86px;
}

#intro .linkbtn {
  position: absolute;
  bottom: -72px;
  z-index: 1;
}

.linkbtn a {
  width: 356px;
}


/* occupation
------------------------------ */
#occupation {
  padding: 70px 0 94px;
  background: url(../img/common/bg_yellow.png);
}


/* application
------------------------------ */
#application {
  margin-top: 130px;
  padding: 70px 0 94px;
  background: url(../img/common/bg_yellow.png);
}



/* contact
------------------------------ */
#contact {
  margin-top: 130px;
  padding: 87px 0 89px;
  background: url(../img/common/bg_yellow.png);
}

.recruit-welfare .btn-link {
  margin-top: 34px;
}

.recruit-welfare #intro .img {
  right: -79px;
  top: 16px;
}

.recruit-welfare .linkbtn a {
  box-shadow: 0 4px #004f5c;
}

.recruit-welfare .linkbtn a span {
  background: #007b72;
}

#recruit-intro {
  display: flex;
  width: 100%;
}

.recruit-intro__each {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 142px;
  padding-bottom: 142px;
}

.recruit-intro__each a {
  height: auto;
  text-align: center;
}

.recruit-intro__each img {
  margin-bottom: -67px;
  transition: .3s ease;
}

.recruit-intro__each a:hover img {
  transform: translateY(-30px);
}

.recruit-intro__each a span {
  height: 113px;
}

.recruit-intro__each.gc {
  background: url(../img/common/bg_stripe2.png);
}

.recruit-intro__each.welfare {
  background: url(../img/common/bg_stripe_welfare.png);
}

.recruit-intro__each.welfare .linkbtn a {
  box-shadow: 0 4px #004f5c;
}

.recruit-intro__each.welfare .linkbtn a span {
  background: #007b72;
}

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

  /* intro
------------------------------ */
  #intro {
    margin-bottom: 60px;
  }

  #intro .bg {
    padding: 40px 0 0;
    background: url(../img/common/bg_stripe2.png) center / 72px 72px;
  }


  #intro .pagettl {
    text-align: center;
    margin-bottom: 25px;
  }

  #intro .pagettl img {
    width: 240px;
  }

  #intro .txt {
    text-align: center;
  }

  #intro .txt img {
    width: 100%;
    max-width: 500px;
  }

  #intro .img {
    position: static;
    width: 50%;
    margin: 0 auto;
  }

  #intro .linkbtn {
    position: static;
    padding: 20px 0;
    justify-content: center;
  }

  #intro .linkbtn a {
    width: 48%;
  }


  /* occupation
------------------------------ */
  #occupation {
    padding: 35px 0 50px;
  }

  /* application
------------------------------ */
  #application {
    margin-top: 60px;
    padding: 35px 0 50px;
  }



  /* contact
------------------------------ */
  #contact {
    margin-top: 60px;
    padding: 60px 0 45px;
  }

  #recruit-intro {
    flex-direction: column;
  }

  .recruit-intro__each {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .recruit-intro__each img {
    max-width: 50vw;
    margin-bottom: -8vw;
  }

  .recruit-intro__each a span {
    height: 72px;
  }

  .recruit-welfare .btn-link {
    margin-top: 15px;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-welfare .btn-link a{
    margin-bottom: 5vw;
    display: block;
  }

  .recruit-welfare #intro .bg {
    padding: 40px 0 0;
  }
}
