@charset "UTF-8";
/* ForBusiness Section */

/* Hiring Graduates Section */
@media screen and (max-width: 768px) {
  .hiring-graduates {
    padding: 4rem 0 3rem 0;
  }
  .hiring-graduates::after {
    display: none;
  }
  .hiring-graduates::before {
    display: none;
  }
}

.section_title {
  margin-bottom: 5rem;
}

.common-list-content .content-title-box {
  margin-bottom: 3rem;
}
.common-list-content .content-title-box .content-number {
  margin-top: 0rem;
  margin-right: 3%;
  font-weight: 400;
  color: var(--link-color);
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.common-list-content .content_title {
  font-family: "Century Gothic", CenturyGothic, "Jost", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}
.common-list-content .content_title .content-subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08rem;
  margin-top: -0.5rem;
  font-weight: 400;
}
.common-list-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  margin-bottom: 10rem;
}
.common-list-content-2 .common-list-image {
  order: 2;
}
.common-list-content-2 .common-list-text-box {
  order: 1;
}
.common-list-text {
  list-style: none;
  padding: 0 2% 0 8%;
  margin-bottom: 2rem;
}

.common-list-block {
  list-style: none;
  padding: 0;
  padding-left: 8%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.common-list-block li {
  border: 1px solid var(--link-color);
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-list-block li h4 {
  color: var(--link-color);
  font-size: var(--font-base);
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .common-list-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .common-list-content .content-title-box {
    margin-bottom: 1.5rem;
  }
  .common-list-text {
    padding: 0 2% 0 2%;
  }
  .common-list-block {
    padding-left: 0%;
    gap: 1rem;
  }
  .common-list-block li {
    padding: 0.5rem;
    min-height: 74px;
  }
  .common-list-block li h4 {
    font-size: 13px;
  }
}

.common-list-image {
  text-align: center;
}

.common-list-image img {
  width: 100%;
  border-radius: 8px;
}
.common-list-content-2 .common-text-list {
  margin-left: 8%;
}
.common-list-content-2 .common-text-list .common-text-list-flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.common-list-content-2 .common-text-list h4 {
  font-size: var(--font-lg);
  color: var(--link-color);
  margin-bottom: 0.5rem;
}

.common-list-content-2 .common-text-list p {
  font-size: var(--font-base);
}

@media (max-width: 768px) {
  .common-list-content-2 .common-text-list {
    margin-left: 0%;
  }
}

/* セクションライン */

/* Hiring Process Section */
.hiring-process-section {
  position: relative;
  background: linear-gradient(to right, #f2f4f8, #f8ddd8);
  padding: 6rem 0;
}
.hiring-process-section::before {
  content: "";
  position: absolute;
  top: -105px;
  left: 0;
  max-width: 640px;
  height: 105px;
  width: 100%;
  /* セクションと全く同じグラデーション設定 */
  background: linear-gradient(to right, #f2f4f8, #f8ddd8);
  background-size: 100vw 100%; /* ビューポート幅に合わせる */
  background-position: 0 0; /* 位置を合わせる */
  mask: url(/assets/img/section-tab.svg) no-repeat;
  mask-size: contain;
  -webkit-mask: url(/assets/img/section-tab.svg) no-repeat;
  -webkit-mask-size: contain;
}

.hiring-process-section .section-title-tab {
  position: absolute;
  top: -10%;
  left: 7%;
}

.hiring-process-section > * {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .hiring-process-section {
    padding: 6rem 0;
  }
  .hiring-process-section::before {
    display: none;
  }

  .hiring-process-section .section-title-tab {
    position: relative;
  }
}
/* Recruitment Guidelines Section */
.recruitment-guidelines-section {
  background: linear-gradient(to right, #f2f4f8, #f8ddd8);
  padding: 6rem 0 8rem 0;
}
.recruitment-guidelines-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(to right, #f2f4f8, #f8ddd8);
  background-size: 100vw 100%; /* ビューポート幅に合わせる */
  background-position: 0 0; /* 位置を合わせる */
  mask: url("/assets/img/section-line-curve.svg");
  mask-size: cover;
  -webkit-mask: url("/assets/img/section-line-curve.svg") no-repeat;
  -webkit-mask-size: cover;
  z-index: 1;
}
.recruitment-guidelines-section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 120px;
  height: 120px;
  background: #fff; /* 好きな色 */
  mask: url("/assets/img/section-line-curve.svg");
  background-size: cover;
  transform: rotate(180deg);
  z-index: 1;
}
.guidelines-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin: 3rem auto 0 auto;
}

.guideline-card {
  background: white;
  border: 1px solid var(--link-color);
  padding: 2.5rem 3rem;
  border-radius: 12px;
  text-align: center;
}
.guide-card-number {
  display: block;
  color: var(--link-color);
  font-size: 24px;
}
.guidline-card-h4 {
  font-size: 23px;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.guideline-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 1rem;
  border-radius: 50%;
}
.guideline-icon-h4 {
  text-align: center;
  font-size: var(--font-lg);
  color: var(--link-color);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.guideline-card p {
  font-size: var(--font-base);
  text-align: start;
}

@media (max-width: 768px) {
  .recruitment-guidelines-section {
    padding: 2rem 0 14rem 0;
  }
  .section-title-discription {
    margin: -2rem auto 5rem auto;
  }
  .guidelines-grid {
    grid-template-columns: 1fr;
  }
  .guideline-card {
    padding: 2rem;
  }
  .guide-card-number {
    font-size: 24px;
  }
  .guideline-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
  }
  .guideline-card:nth-child(1) .guideline-icon {
    height: 90px;
  }
  .guideline-icon-h4 {
    margin-bottom: 1rem;
  }
  .guideline-card p {
    text-align: start;
    line-height: 1.5;
  }
  .recruitment-guidelines-section::after {
    bottom: -60px;
    left: 0px;
    width: 60px;
    height: 60px;
    mask: url("/assets/img/section-line-curve_sp.svg");
    mask-size: cover;
    -webkit-mask: url("/assets/img/section-line-curve_sp.svg") no-repeat;
    z-index: 1;
  }
  .recruitment-guidelines-section::before {
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    mask: url("/assets/img/section-line-curve_sp.svg");
    z-index: 1;
  }
}

/* Documents Needed Section */
.documents-section {
  padding: 8rem 0;
  background: white;
}
.documents-section .section_title {
  text-align: center;
  margin-right: 0;
}

.download-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 60px 40px 40px;
  background-color: #f2f2f2;
}

.documents-section-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: white;
  padding: 1% 4%;
  border-radius: 30px;
  font-size: var(--font-lg);
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.15rem;
}

.documents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  position: relative;
}

.documents-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 33.33%;
  width: 1px;
  height: 100%;
  background: #000;
}

.documents-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 66.66%;
  width: 1px;
  height: 100%;
  background: #000;
}

.document-item {
  text-align: center;
  padding: 20px 30px;
}

.document-number {
  font-size: 40px;
  font-weight: 500;
  color: var(--link-color);
  margin-bottom: 0.3rem;
  position: relative;
  display: inline-block;
}

.document-number::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--link-color);
}

.document-title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}

.pdf-icon {
  width: 60px;
  margin: 0 auto 2rem;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 7px 4px 20px;
  border: 2px solid var(--link-color);
  border-radius: 30px;
  background-color: #fff;
  color: var(--link-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 120px;
}

.download-button:hover {
  background: var(--link-color);
  color: white;
}

.download-icon {
  width: 40px;
  height: 40px;
  background: var(--link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  margin-left: 24px;
}

.download-button:hover .download-icon {
  background: white;
  color: var(--link-color);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .documents-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .documents-grid::after,
  .documents-grid::before {
    display: none;
  }

  .document-item {
    border-bottom: 1px solid #000;
    padding: 0 0 35px;
  }
  .document-title-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .document-number {
    font-size: 18px;
    margin-bottom: 0rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .document-number::after {
    display: none;
  }

  .document-title {
    font-size: 24px;
    margin-bottom: 0rem;
    text-align: start;
  }
  .pdf-icon {
    width: 50px;
    margin: 0 auto 2rem;
  }
  .document-item:last-child {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .download-section {
    padding: 60px 40px 30px;
  }

  .documents-section-title {
    font-size: 16px;
    padding: 12px 30px;
  }

  .download-button {
    font-weight: bold;
    transition: all 0.3s ease;
    min-width: auto;
    max-width: 600px;
  }
}

/* Dedicated Contact Section */
.dedicated-contact-section {
  padding: 8em 0;
}

.dedicated-contact-section .contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.dedicated-contact-section .contact-image {
  margin-left: -2rem;
  width: 100%;
  max-width: 850px;
}
.dedicated-contact-section .contact-info {
  margin-right: 18%;
}
.dedicated-contact-section .section_title {
  margin-bottom: 2rem;
}

.dedicated-contact-section .contact-info p {
  font-size: var(--font-base);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.dedicated-contact-section .contact-button {
  width: 100%;
}
.dedicated-contact-section .hover-button {
  font-size: 22px;
  letter-spacing: 0.15rem;
}
.dedicated-contact-section .hover-button:hover {
  border: 1px solid var(--link-color);
}
.dedicated-contact-section .hover-button:hover .hover-button__text {
  color: var(--link-color);
}
.dedicated-contact-section .hover-button__circle {
  right: 1.4rem;
}

.dedicated-contact-section .hover-button:hover .hover-button__background {
  width: 50px;
  height: 50px;
  left: calc(100% - 50px - 1rem);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .dedicated-contact-section {
    padding: 1rem 0 8em;
  }
  .dedicated-contact-section .contact-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    align-items: flex-start;
  }
  .dedicated-contact-section .contact-image {
    width: 100%;
    margin-left: -1rem;
  }
  .dedicated-contact-section .contact-info {
    margin-right: 0%;
    padding: 0 1.5rem;
    width: 100%;
  }

  .dedicated-contact-section .hover-button {
    font-size: 18px;
    padding: 1rem 6rem 1rem 3rem;
  }

  .dedicated-contact-section .hover-button__circle {
    right: 1.4rem;
  }

  .dedicated-contact-section .hover-button:hover .hover-button__background {
    width: 50px;
    height: 50px;
    left: calc(100% - 50px - 1rem);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
  }
}
