@charset "UTF-8";
/* ==========================================================================
   #intro
========================================================================== */
#intro {
  background: url(img/intro_bg-txt.svg) no-repeat 2% 75vw / 65%;
}
#intro .over .fit-img {
  height: 50vw;
  max-height: 20rem;
}
#intro .over figure {
  position: relative;
}
#intro .over figcaption {
  color: var(--l-gray);
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 95%;
  left: -5vw;
  z-index: -1;
}
#reason .viewmore {
    margin: -40px auto 100px;
    text-align: center;
}
#reason .btn {
    width: 28.75rem;
}
@media (min-width: 576px) {
  #intro {
    background-position: 2% 26rem;
  }
}
@media (min-width: 992px) {
  #intro {
    background-position: 2% 24%;
    background-size: 45%;
  }
  #intro .txtBox {
    padding-top: 3em;
  }
  #intro .imgBox * {
    height: 100%;
  }
  #intro .over .fit-img {
    height: 100%;
    max-height: inherit;
  }
}
@media (min-width: 1200px) {
  #intro {
    background-size: 40%;
  }
}

/* ==========================================================================
   #message
========================================================================== */
#message .profile {
  display: flex;
  align-items: center;
}
#message .profile figure {
  flex: 0 0 8.75em;
  margin-right: 1.5em;
}
#message .profile figure img {
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
}
#message .profile .name {
  font-size: .813em;
  line-height: 1.75;
}


/* ==========================================================================
   #data
========================================================================== */
#data .bnr {
  color: var(--white);
  text-align: center;
  /*border-radius: 0 3em 0 3em;*/
  position: relative;
}
#data .bnr::before {
  content: '';
  display: block;
  /*border-radius: 0 3em 0 3em;*/
  background: rgba(17, 17, 17, .2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
#data .bnr:hover::before {
  background: rgba(17, 17, 17, .6);
}
#data .bnr > a {
  background: url(img/data_bg-txt.svg) no-repeat center 25% / 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0;
}
#data .bnr a .section__header {
  width: 100%;
  padding: 0 2em;
}
@media (min-width: 576px) {
  #data .bnr > a {
    background-size: 70%;
  }
}
@media (min-width: 768px) {
  #data .bnr > a {
    padding: 4em 0;
  }
}
@media (min-width: 992px) {
  #data .bnr > a {
    background-size: auto 6em;
  }
}
@media (min-width: 1200px) {
  #data .bnr > a {
    padding: 5em 0;
  }
}

/* ==========================================================================
   #reason
========================================================================== */
#reason .cont-head {
  position: relative;
}
#reason .cont-head .bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
#reason .cont-head .bg > div {
  width: 100%;
  height: 100%;
}
#reason .cont-head .txtBox .en_ttl {
  color: var(--color2);
}

#reason .imgBox .over .fit-img {
  height: 50vw;
  max-height: 20rem;
}
@media (min-width: 992px) {
  #reason .imgBox .over .fit-img {
    height: 60vw;
    max-height: 24rem;
  }
}


#reason .card {
 padding: 0;
}
#reason .card .card_header {
  margin-bottom: 25px;
}
#reason .card .card_header img {
  display: block;
  /*border-radius: 0 2em 0 2em;*/
  height: 45vw;
  max-height: 18rem;
}
#reason .card .card_body .ttl {
  color: var(--color2);
}
@media (min-width: 768px) {
  #reason .card .card_header img {
    max-height: 12rem;
  }
}
@media (min-width: 992px) {
  #reason .card .card_header img {
    max-height: 20rem;
  }
}


#reason .card ol {
 list-style-type: none;
 border-top: 1px solid var(--border1);
 padding-top: 20px;
}
#reason .card ol li {
  counter-increment: number;
  margin-bottom: .5em;
  padding-left: 2.25em;
  position: relative;
}
#reason .card ol li::before {
  content: "0"counter(number)".";
  font-family: var(--font1);
  font-weight: 700;
  color: var(--color2);
  display: inline-block;
  transform: scale(1.2);
  position: absolute;
  left: 0;
}



/* ==========================================================================
   #interview
========================================================================== */
#interview {
  background: url(img/interview_bg-txt.svg) no-repeat 2% 75vw / 65%;
}
#interview .over .fit-img {
  height: 50vw;
  max-height: 20rem;
}
#interview .over figure {
  position: relative;
}
#interview .over figcaption {
  color: var(--l-gray);
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 95%;
  left: -5vw;
  z-index: -1;
}

@media (min-width: 576px) {
  #interview {
    background-position: 2% 26rem;
  }
}
@media (min-width: 992px) {
  #interview {
    background-position: 2% 24%;
    background-size: 45%;
  }
  #interview .txtBox {
    padding-top: 3em;
  }
  #interview .imgBox * {
    height: 100%;
  }
  #interview .over .fit-img {
    height: 25vw;
    max-height: inherit;
  }
}
@media (min-width: 1200px) {
  #interview {
    background-size: 40%;
  }
}


/* =========================
   #entry
========================= */
#entry {
    background: url(img/entry_bg-txt_sp.svg) no-repeat right 2% top / auto 5rem;
  }
#entry .section__header {
  margin-bottom: -.75rem;
}
#entry .over .fit-img {
  height: 55vw;
  max-height: 22.5rem;
}

@media (min-width: 992px) {
  #entry {
    background-image: url(img/entry_bg-txt.svg);
  }
}



/* =========================
   #rate
========================= */
#rate {
  background: var(--color1) url(img/rate_bg.jpg) no-repeat center center / cover;
  color: var(--white);
}

/* =========================
   #recruit_campaign
========================= */

.recruit_campaign {
  width: 94%;
    padding: 0 20px;
    margin: 0 auto;
}
.recruit_campaign figure {
}
.recruit_campaign figure a {
}
.recruit_campaign figure a img {
}
.recruit_campaign figure a img.pc {
  display: none;
}
.recruit_campaign figure a img.sp {
  display: block;
}
@media (min-width: 992px) {
  .recruit_campaign {
    width: 100%;
      max-width: 1140px;
      padding: 0 20px;
      margin: 100px auto;
  }
  .recruit_campaign figure a img.pc {
    display: block;
  }
  .recruit_campaign figure a img.sp {
    display: none;
  }
}