@charset "UTF-8";

.h1-ttl {
  display: flex;
  flex-direction: column;
}

/*----------------------------------------------------
  overview
----------------------------------------------------*/
.overview::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/common/bg-terazzo.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}

.overview-col {
  align-items: center;
  margin-bottom: 80px;
}

.overview-img__wrapper {
  width: 50%;
  clip-path: inset(0 0 0 round 20px);
  position: relative;
}

.overview-inner {
  width: 45%;
}

.overview-inner__lead {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.overview-inner__lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #d3cecb;
  margin-left: 14px;
}

.overview-inner__text {
  font-size: 1.8rem;
}

.overview-inner__main {
  font-size: 2.8rem;
  letter-spacing: 0;
}

.overview-inner__main>span {
  position: relative;
  padding: 0 14px;
  box-sizing: border-box;
  color: var(--font-orange);
  font-weight: bold;
}

.overview-inner__main-tab1::before {
  display: inline;
  content: '「';
  position: absolute;
  top: -10px;
  left: -10px;
}

.overview-inner__main-tab2::after {
  display: inline;
  content: '」';
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.candidate {
  padding: 60px 60px;
  background: #fff1e9;
  border-radius: 20px;
}

.candidate-title {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 20px;
}

.candidate-title__main {
  font-weight: 700;
  font-size: 2.4rem;
}

.candidate-title__label {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
}

.candidate-title__label::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #d3cecb;
  margin-left: 14px;
}

.candidate-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 20px;
}

.candidate-item {
  width: 19%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  font-weight: 700;
}

.candidate-item__desc {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

.candidate-item__bg {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.candidate-summary {
  width: 75%;
  padding: 14px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}

/*----------------------------------------------------
  jobs
----------------------------------------------------*/
.jobs {
  background: #F8F7F2;
  border-radius: 80px 80px 0 0;
}

.jobs .l-inner {
  max-width: 1200px;
}

.job-list__wrapper {
  padding: 40px;
  box-sizing: border-box;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 7.5%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
}

.job-list__title {
  width: 25%;
  padding: 20px 10px;
  box-sizing: border-box;
  font-weight: 700;
}

.job-list__title:not(:last-of-type) {
  border-bottom: 3px solid #FED8BA;
}

.job-list__inner {
  width: 75%;
  padding: 20px 10px;
  box-sizing: border-box;
}

.job-list__inner:not(:last-of-type) {
  border-bottom: 3px solid #F0EFED;
}

.job-list__item {
  margin-left: 20px;
}

.jobs-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.job-link__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

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

@media screen and (max-width:1024px) {
  .overview-inner__main {
    font-size: 2.4rem;
  }

  .candidate-item__desc {
    font-size: 1.7rem;
  }
}

@media screen and (max-width:896px) {
  .overview-col {
    flex-direction: column;
  }

  .overview-img__wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .overview-inner {
    width: auto;
  }

  .overview-inner__main {
    font-size: 2.8rem;
  }

  .candidate-item {
    width: 32%;
  }

  .candidate-item:nth-of-type(4) {
    margin-left: 17%;
  }

  .candidate-item:nth-of-type(5) {
    margin-right: 17%;
  }

  .candidate-item__desc {
    font-size: 1.8rem;
  }

  .candidate-summary {
    width: 85%;
  }
}

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

@media screen and (max-width:680px) {
  .candidate {
    padding: 60px 30px;
  }

  .candidate-item__desc {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .overview .l-inner {
    width: 95%;
  }

  .overview-col {
    width: 95%;
    margin: 0 auto 60px auto;
  }

  .overview-img__wrapper {
    clip-path: inset(0 0 0 round 10px);
    margin-bottom: 30px;
  }

  .overview-inner__lead {
    font-size: 2rem;
  }

  .overview-inner__text {
    font-size: 1.6rem;
  }

  .overview-inner__main {
    font-size: 2rem;
  }

  .candidate {
    padding: 60px 20px;
  }

  .candidate-title {
    line-height: 1.2;
  }

  .candidate-title__main {
    font-size: 1.6rem;
  }

  .candidate-title__label {
    font-size: 3rem;
  }

  .candidate-item {
    width: 49%;
  }

  .candidate-item:nth-of-type(n+3) {
    margin-top: -5px;
  }

  .candidate-item:nth-of-type(4) {
    margin-left: initial;
  }

  .candidate-item:nth-of-type(5) {
    margin: -10px auto 0 auto;
  }

  .candidate-item__desc {
    font-size: 1.5rem;
  }

  .candidate-summary {
    width: 100%;
    font-size: 1.6rem;
    padding: 14px 10px;
  }

  .job-list {
    flex-direction: column;
  }

  .job-list__title {
    width: 100%;
    padding: 10px 10px 5px 10px;
    border-bottom: 3px solid #F0EFED !important;
    position: relative;
  }

  .job-list__title::before {
    display: block;
    content: '';
    width: 35%;
    height: auto;
    border-top: 3px solid #FED8BA;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    z-index: 1;
  }

  .job-list__title:not(:first-of-type) {
    margin-top: 10px;
  }

  .job-list {
    padding: 40px 4.5%;
  }

  .job-list__inner {
    width: 100%;
    padding: 10px;
    border-bottom: none !important;
  }

  .job-list__item {
    margin-left: 20px;
  }

  .job-list__item>li {
    line-height: 1.6;
    font-size: 1.5rem;
  }

  .job-link__lead .ui--sp {
    display: block;
  }

  .job-link__lead {
    text-align: center;
    line-height: 1.6;
  }
}