@charset "UTF-8";
.recruit .title {
  background: url(/img/recruit/bg-recruit.jpg);
  background-size: cover
}

.ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  position: relative
}

.ttl::after {
  background: var(--main-color);
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -85px;
  position: absolute;
  width: 170px
}

.ttl span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px
}

.title .inner {
  align-items: center;
  height: 190px;
  justify-content: center;
  padding: 0
}

.introduction {
  padding-top: 50px
}

.introduction .copy {
  color: var(--main-color);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4
}

.introduction .ttl {
  margin: 70px 0 20px
}

.strengths .copy {
  color: var(--txt-color);
  font-weight: 400;
  line-height: 1.6;
  margin: 60px 0 30px
}

.strengths .f-box {
  align-items: center;
  margin-bottom: 30px;
  min-height: 530px;
  position: relative
}

.strengths .f-box img {
  left: 0;
  position: absolute;
  top: 0
}

.strengths .f-box p {
  line-height: 1.6;
  margin-left: 540px;
  text-align: justify
}

.company {
  background: #fbf2ee;
  position: relative
}

.company::before {
  color: #fbf2ee;
  content: "WHO WE ARE";
  font-size: 110px;
  font-size: 11rem;
  font-weight: 700;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -95px;
  white-space: nowrap;
  width: 50%
}

.company .f-box {
  align-items: stretch;
  margin-top: 60px
}

.company .f-box:first-of-type {
  margin-top: 0
}

.company .img, .company .txt {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%
}

.company .img {
  background-size: cover
}

.company .f-box:nth-of-type(1) .img {
  background-image: url(/img/recruit/img-recruit01.jpg)
}

.company .f-box:nth-of-type(2) .img {
  background-image: url(/img/recruit/img-recruit02.jpg)
}

.company .f-box:nth-of-type(3) .img {
  background-image: url(/img/recruit/img-recruit03.jpg)
}

.company .f-box:nth-of-type(4) .img {
  background-image: url(/img/recruit/img-recruit04.jpg)
}

.company .img img {
  display: none
}

.company .txt {
  padding: 80px 40px
}

.company .f-box:nth-of-type(odd) .txt {
  justify-content: flex-start
}

.company .f-box:nth-of-type(even) .img {
  order: 2
}

.company .f-box:nth-of-type(even) .txt {
  align-items: flex-end;
  justify-content: flex-end;
  order: 1
}

.company h4 {
  border-bottom: 3px solid var(--txt-color);
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  width: 170px
}

.company p {
  line-height: 1.8;
  max-width: 450px
}

.company .copy {
  color: var(--txt-color);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px 0 20px
}

.recruit .inner {
  max-width: 700px;
  padding: 50px 0
}
.recruit p {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
}

.recruit table {
  width: 100%
}

.recruit td, .recruit th {
  border-bottom: 1px solid var(--bdr-color);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 20px 0;
  text-align: left;
  vertical-align: top
}

.recruit th {
  font-weight: 400;
  width: 170px
}

.recruit td ul {
  list-style: disc;
  margin-left: 20px
}

.recruit td .mt {
  margin-top: 30px
}

.go-entry {
  background: url(/img/cmn/bg-contact.jpg);
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  text-align: center
}

.go-entry h2 {
  font-size: 28px;
  font-size: 2.8rem
}

.go-entry .copy {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 20px auto 15px
}

.enquete {
  padding: 50px 0
}

.enquete .ttl {
  margin-bottom: 40px
}

.voice-detail {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  padding-left: 145px
}

.voice-detail img {
  margin-right: 30px;
  height: 65px;
  width: 65px
}

.voice-detail p {
  border: 1px solid var(--main-color);
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  padding: 20px 50px;
  width: calc(100% - 95px)
}

.voice-detail p::after, .voice-detail p::before {
  border-width: 10px 15px 10px 0;
  border-style: solid;
  content: "";
  margin-top: -10px;
  position: absolute;
  top: 50%
}

.voice-detail p::before {
  border-color: transparent var(--main-color) transparent transparent;
  left: -15px
}

.voice-detail p::after {
  border-color: transparent #fff transparent transparent;
  left: -14px
}

@media screen and (max-width:1024px) {
  .page-title .f-box {
    height: 300px
  }
  .page-title p {
    font-size: 3.4rem
  }
  .page-title h2 {
    font-size: 2rem
  }
  .recruit .title {
    background-position: center center
  }
  .introduction {
    padding-top: 30px
  }
  .introduction .copy {
    font-size: 2.4rem;
    line-height: 1.6
  }
  .introduction .ttl {
    margin: 40px 0 20px
  }
  .strengths .copy {
    color: var(--txt-color);
    font-weight: 400;
    line-height: 1.6;
    margin: 60px 0 30px
  }
  .strengths .f-box {
    flex-direction: column;
    margin-bottom: 100px
  }
  .strengths .f-box img {
    position: static
  }
  .strengths .f-box p {
    margin-left: 0
  }
  .company::before {
    font-size: 9rem;
    left: auto;
    top: -80px;
    right: 0;
    width: auto
  }
  .company .f-box {
    margin-top: 30px
  }
  .company .f-box:first-of-type {
    margin-top: 0
  }
  .company .txt {
    padding: 30px 20px
  }
  .company h4 {
    font-size: 2rem
  }
  .company p {
    font-size: 1.6rem;
    max-width: 100%
  }
  .company .copy {
    font-size: 2rem;
    margin: 30px 0 20px
  }
  .go-entry {
    background-position: right center;
    padding: 30px 0
  }
  .voice-detail {
    padding-left: 0
  }
}

@media screen and (max-width:599px) {
  .page-title .f-box {
    height: 240px
  }
  .page-title p {
    font-size: 2.2rem
  }
  .page-title h2 {
    font-size: 1.6rem;
    margin: 20px 0 0
  }
  .recruit .title {
    background-position: center center;
    background-size: auto 100%
  }
  .ttl {
    font-size: 2.6rem
  }
  .ttl::after {
    bottom: -10px
  }
  .ttl span {
    font-size: 1.4rem
  }
  .recruit .title .inner {
    height: 170px;
    padding: 0
  }
  .introduction {
    padding-top: 30px
  }
  .introduction .copy {
    font-size: 2rem;
    line-height: 1.4
  }
  .introduction .ttl {
    margin: 50px 0 0
  }
  .strengths .copy {
    font-size: 1.8rem;
    margin: 40px 0 30px
  }
  .strengths .f-box {
    margin-bottom: 60px;
    min-height: auto
  }
  .strengths .f-box img {
    width: 300px
  }
  .strengths .f-box p {
    font-size: 1.4rem
  }
  .company::before {
    font-size: 5rem;
    top: -44px
  }
  .company .f-box {
    flex-direction: column;
    margin-top: 0
  }
  .company .f-box:first-of-type {
    margin-top: 0
  }
  .company .img, .company .txt {
    flex-direction: column;
    width: 100%
  }
  .company .img {
    height: 200px
  }
  .company .txt {
    padding: 20px
  }
  .company .f-box:nth-of-type(even) .img {
    order: 1
  }
  .company .f-box:nth-of-type(even) .txt {
    order: 2
  }
  .company h4 {
    font-size: 2.4rem
  }
  .company p {
    font-size: 1.4rem;
    max-width: 100%
  }
  .company .copy {
    font-size: 1.8rem;
    margin: 20px 0
  }
  .recruit .inner {
    max-width: 100%;
    padding: 20px 10px
  }
  .recruit td, .recruit th {
    font-size: 1.4rem;
    padding: 20px 0
  }
  .recruit th {
    width: 100px
  }
  .recruit td .mt {
    margin-top: 20px
  }
  .go-entry {
    background-position: right center;
    padding: 30px 0
  }
  .go-entry .copy {
    font-size: 1.6rem;
    line-height: 1.4
  }
  .enquete {
    padding: 30px 0
  }
  .voice-detail {
    padding-left: 0
  }
  .voice-detail img {
    margin-right: 20px;
    height: 50px;
    width: 50px
  }
  .voice-detail p {
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    padding: 15px;
    width: calc(100% - 75px)
  }
  .voice-detail p::after, .voice-detail p::before {
    border-width: 10px 15px 10px 0;
    border-style: solid;
    content: "";
    margin-top: -10px;
    position: absolute;
    top: 50%
  }
  .voice-detail p::before {
    border-color: transparent var(--main-color) transparent transparent;
    left: -15px
  }
  .voice-detail p::after {
    border-color: transparent #fff transparent transparent;
    left: -14px
  }
}