@charset "UTF-8";
.wrapInner-large {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.security-lead {
  font-size: 1vw;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .security-lead {
    font-size: 3.7333333333vw;
  }
}

.article-section {
  font-size: 1vw;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .article-section {
    font-size: 3.7333333333vw;
  }
}
.article-section--last {
  margin-bottom: 18rem;
}

.article-ttl-h2 {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding: 4rem 0 0;
  font-family: var(--font-serif);
  margin-bottom: 3rem;
  font-size: 2.5vw;
  font-weight: 600;
}
.article-ttl-h2.no-border {
  border-top: none;
}
@media not all and (min-width: 768px) {
  .article-ttl-h2 {
    font-size: 8.5333333333vw;
  }
}

.cta-contact {
  margin-top: 12rem;
  margin-bottom: 26rem;
}
@media not all and (min-width: 768px) {
  .cta-contact {
    margin-top: 8rem;
    margin-bottom: 19rem;
  }
}
.cta-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EBEFF2;
  border: 0.1rem solid #CFD8E1;
  padding: 3.2rem 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 144rem;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .cta-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem 2rem;
  }
}
.cta-contact-box__ttl {
  width: 33.3%;
  text-align: left;
  font-size: 2vw;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__ttl {
    width: 100%;
    text-align: center;
    padding-bottom: 2.4rem;
    font-size: 6.4vw;
  }
}
.cta-contact-box__ttl h2 {
  font-family: var(--font-serif);
}
.cta-contact-box__ttl-part {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.cta-contact-box__subtitle {
  font-size: 1.6rem;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__subtitle {
    font-size: 1.4rem;
  }
}
.cta-contact-box__tel {
  width: 33.3%;
  text-align: center;
  border-left: 0.1rem solid #CFD8E1;
  border-right: 0.1rem solid #CFD8E1;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__tel {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #CFD8E1;
    border-bottom: 0.1rem solid #CFD8E1;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.cta-contact-box__tel .telBox {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  margin: 1rem 0;
}
.cta-contact-box__tel .time {
  font-size: 1.4rem;
}
.cta-contact-box__tel + .cta-contact-box__tel {
  border: none;
}
.cta-contact-box__mail {
  width: 33.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media not all and (min-width: 768px) {
  .cta-contact-box__mail {
    width: 100%;
    padding-top: 2.4rem;
  }
}
.cta-contact-box__mail-btn {
  width: 65%;
  display: inline-block;
  margin-top: 1rem;
  background: #333333;
  border-radius: 3rem;
  color: #fff;
  padding: 1.2rem 1.4rem;
}

/*採用情報*/
.recruit-logo {
  width: 28rem;
  margin: 0 auto 4rem;
}
@media not all and (min-width: 768px) {
  .recruit-logo {
    margin-bottom: 2rem;
    width: 20rem;
  }
}
.recruit-lead {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 2.8rem;
  margin-bottom: 16rem;
}
@media not all and (min-width: 768px) {
  .recruit-lead {
    font-size: 1.8rem;
    margin-bottom: 10rem;
  }
}
.recruit-wrap {
  background: #EBEFF2;
  padding-bottom: 12rem;
}
@media not all and (min-width: 768px) {
  .recruit-wrap {
    padding-bottom: 6rem;
  }
}
.recruit-content {
  position: relative;
  top: -8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
}
@media not all and (min-width: 768px) {
  .recruit-content {
    top: -4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.recruit-content_txtBox {
  background: #333333 url(../images/common/ic_arrow_wh.svg) no-repeat right 30px center;
  color: #fff;
  padding: 4rem;
}
@media not all and (min-width: 768px) {
  .recruit-content_txtBox {
    padding: 2rem;
    background-position: right 2rem center;
    background-size: 3.2rem;
  }
}
.recruit-content_ttl {
  font-family: var(--font-serif);
  font-size: 3.2rem;
}
@media not all and (min-width: 768px) {
  .recruit-content_ttl {
    font-size: 2.4rem;
  }
}
.recruit-content_eng {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .recruit-content_eng {
    font-size: 1.2rem;
  }
}
.recruit-content_desc {
  font-size: 1.4rem;
}
@media not all and (min-width: 768px) {
  .recruit-content_desc {
    font-size: 1.4rem;
  }
}
.recruit-result_link {
  margin: -4rem auto 8rem;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  width: 18.4rem;
  background: #333;
  border-radius: 4rem;
  text-align: center;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit-privacy {
  background: #fff;
  text-align: center;
  padding: 4.5rem 0;
}
@media not all and (min-width: 768px) {
  .recruit-privacy {
    padding: 3rem 2rem;
  }
}
.recruit-privacy_link {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  width: 31.8rem;
  background: #333;
  border-radius: 4rem;
  text-align: center;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media not all and (min-width: 768px) {
  .recruit-privacy_link {
    max-width: 100%;
  }
}
.recruit-privacy_txt {
  margin-bottom: 2rem;
}
.recruit-contact {
  padding: 12rem 0 26rem;
}
@media not all and (min-width: 768px) {
  .recruit-contact {
    padding: 6rem 0 18rem;
  }
}
.recruit-contact_inner {
  max-width: 144rem;
  margin: 0 auto;
}

@media not all and (min-width: 768px) {
  .c-lower-mv__breadcrumb {
    margin-top: 23vw;
  }
}