/*
=========================================
Company Page
企業情報ページ
=========================================
*/

.p-company {
  overflow: hidden;
  background: #fff;
}

.p-company img {
  display: block;
  max-width: 100%;
}

.p-company-section {
  padding: 88px 0;
}

.p-company-section__inner {
  width: min(100% - 56px, var(--inner-width));
  margin-inline: auto;
}

.p-company-section__label {
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.p-company-section__title {
  margin-top: 8px;
  color: #101f2b;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

/* Hero */
.p-company-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #f7fbfe;
}

.p-company-hero__image {
  position: absolute;
  inset: 0;
}

.p-company-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 36%, rgba(255,255,255,.18) 72%);
}

.p-company-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.p-company-hero__wave {
  position: absolute;
  z-index: 2;
  left: -8%;
  bottom: 28px;
  width: 62%;
  height: 400px;
	max-height:100%;
  opacity: .55;
  background:url(/wp-content/themes/nissan/assets/images/company/hero__image--wave.webp) 0% 100%  / contain no-repeat;
}

.p-company-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(100% - 56px, var(--inner-width));
  min-height: 410px;
  margin-inline: auto;
}

.p-company-hero__title {
  color: #111;
  font-size: clamp(2.3rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: .12em;
}

/* Message */
.p-company-message {
  position: relative;
  padding-top: 66px;
}

.p-company-message__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 72px;
  align-items: stretch;
}

.p-company-message__content {
  position: relative;
  z-index: 2;
}

.p-company-message__catch {
  margin-top: 34px;
  color: #07599c;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .08em;
}

.p-company-message__text {
  margin-top: 28px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 2.05;
}

.p-company-message__text p + p {
  margin-top: 20px;
}

.p-company-message__sign {
  margin-top: 34px;
  text-align: right;
  font-size: .9375rem;
  font-weight: 700;
}

.p-company-message__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.p-company-message__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.18) 26%, rgba(255,255,255,0) 50%), linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 76%, #fff 100%);
}

.p-company-message__visual img {
  width: 100%;
  height: 100%;
  min-height: 1050px;
  object-fit: cover;
}

/* Purpose */
.p-company-purpose {
  padding-top: 50px;
}

.p-company-purpose__layout {
  display: flex;
flex-direction:column;
  gap: 64px;
  align-items: start;
  margin-top: 32px;
}

.p-company-purpose__content {
  font-size: .9375rem;
  font-weight: 600;
  line-height: 2.1;
}

.p-company-purpose__visual {
  margin: 0;
}

.p-company-purpose__visual img {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 68, 105, .08);
}

/* Values */
.p-company-values {
  padding-top: 70px;
}

.p-company-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid #dce7ed;
  border-left: 1px solid #dce7ed;
}

.p-company-value {
  /*min-height: 465px;*/
  padding: 28px 20px 32px;
  text-align: center;
  border-right: 1px solid #dce7ed;
  border-bottom: 1px solid #dce7ed;
}

.p-company-value__title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  color: #07599c;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.p-company-value__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 2px;
  transform: translateX(-50%);
  background: currentColor;
}

.p-company-value__image {
  width: 100%;
  height: 190px;
  margin-top: 16px;
  object-fit: contain;
}

.p-company-value__lead {
  margin-top: 16px;
  color: #07599c;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.8;
}

.p-company-value__text {
  margin-top: 8px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.85;
}

.p-company-value--speed .p-company-value__title,
.p-company-value--speed .p-company-value__lead { color: #287645; }
.p-company-value--challenge .p-company-value__title,
.p-company-value--challenge .p-company-value__lead { color: #c56f11; }
.p-company-value--creation .p-company-value__title,
.p-company-value--creation .p-company-value__lead { color: #665099; }
.p-company-value--inheritance .p-company-value__title,
.p-company-value--inheritance .p-company-value__lead { color: #0a758d; }

/* Profile */
.p-company-profile {
  padding-top: 72px;
}

.p-company-profile__table {
  margin-top: 38px;
  border-top: 1px solid #aebfca;
}

.p-company-profile__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  border-bottom: 1px solid #aebfca;
}

.p-company-profile__row dt,
.p-company-profile__row dd {
  margin: 0;
  padding: 20px 24px;
  font-size: .9rem;
  line-height: 1.9;
}

.p-company-profile__row dt {
  color: #1175ad;
  font-weight: 800;
  background: #f3f8fb;
  border-right: 1px solid #aebfca;
}

.p-company-profile__row dd {
  font-weight: 500;
}

.p-company-profile__row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-company-profile__row li::before {
  content: "・";
}

/* Group */
.p-company-group {
  background: linear-gradient(180deg, #f1f8fd 0%, #f8fbfd 100%);
}

.p-company-group__title {
  color: #07599c;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  text-align: center;
  letter-spacing: .06em;
}

.p-company-group__lead {
  margin-top: 18px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.p-company-group__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.p-company-group-card {
  position: relative;
/*  min-height: 248px;*/
  padding: 28px 28px 24px;
  border: 1px solid #d5e1e8;
  border-radius: 9px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 22px rgba(0, 72, 110, .08);
	height:100%;
}

.p-company-group-card--current {
background: #fbf7f0;
border-color: #e6d8c6;
}


.p-company-group-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 18px;
  border-radius: 0 9px 0 9px;
  color: #fff;
  background: #07599c;
  font-size: .75rem;
  font-weight: 800;
}

.p-company-group-card h3 {
  color: #102f47;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-company-group-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.p-company-group-card__tags span {
  padding: 4px 9px;
  border: 1px solid #cfdce4;
  border-radius: 4px;
  color: #335469;
  background: #f8fbfd;
  font-size: .72rem;
  font-weight: 600;
}


.p-company-group-card__tags span.holdings {
	background-color:#F9DADA;
	border-color:#EDA0A0;
}

.p-company-group-card ul {
  margin: 18px 95px 0 0;
  padding-left: 1.1em;
  color: #143953;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.9;
	list-style:disc;
}

.p-company-group-card li::marker {
  color: #07599c;
}
/*
.p-company-group-card > img {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 86px;
  height: 58px;
  object-fit: contain;
	object-position:100% 50%;
}
*/

.p-company-group-card > a.group__logo,
.p-company-group-card > span.group__logo{
  position: absolute;
  right: 24px!important;
  bottom: 20px!important;
  width: 86px!important;
  height: 58px!important;

}

.p-company-group-card > a.group__logo img,
.p-company-group-card > span.group__logo img{
	display:block;
	height:100%;
	max-height:100%;
	max-width:none;
  width: 86px!important;
  height: 58px!important;
	object-fit: contain;
	object-position:100% 50%;
	transition:all 0.3s ease;
}

.p-company-group-card > a.group__logo:hover img{
	transform:scale(1.08);
	opacity:1!important;
}
.p-company-group-card--holding > img {
/*  width: 120px;*/
}

.p-company-group__summary {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 28px;
  border: 1px solid #cddce5;
  background: rgba(255,255,255,.75);
}

.p-company-group__summary img {
  width: 150px;
  height: 78px;
  object-fit: contain;
}

.p-company-group__summary p {
  color: #17364d;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.9;
}

@media (max-width: 1024px) {
	.p-company-message__layout{
		
	}
  .p-company-purpose__layout {
    grid-template-columns: 1fr;
  }

  .p-company-message__visual {
    min-height: 480px;
  }

  .p-company-message__visual img {
    min-height: 480px;
  }

  .p-company-values__grid,
  .p-company-group__grid {
    grid-template-columns: repeat(2, 1fr);
  }

	.p-company-value__image {
	  height: 130px;
	  margin-top: 0px;
	}
	.p-company-group-card{
		padding:16px 22px;
	}
	.p-company-group-card__tags{
		margin-top:10px;
	}
	.p-company-group-card ul{
		margin:10px 95px 0 0 ;
	}
	.p-company-group-card h3{
		font-size:1.25rem;
	}
}

@media (max-width: 767px) {

	.p-company-message__layout{
	    grid-template-columns: 1fr;
  }
  .p-company-section {
    padding: 58px 0;
  }

  .p-company-section__inner,
  .p-company-hero__inner {
    width: min(100% - 32px, var(--inner-width));
  }

	.p-company-value__title{
		font-size:1.5rem;
	}
	.p-company-value__image {
	  height: 110px;
	  margin-top: 0px;
	}
	.p-company-value__text{
		text-align:left;
		font-size:0.75rem;
		line-height:1.6;
	}

  .p-company-hero,
  .p-company-hero__inner {
    min-height: 300px;
  }

  .p-company-message__layout {
    gap: 36px;
  }

  .p-company-message__visual {
    min-height: 320px;
  }

  .p-company-message__visual img {
    min-height: 320px;
  }

  .p-company-purpose__layout {
    gap: 32px;
  }

  .p-company-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-company-group__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-company-value {
    min-height: auto;
	  padding:24px 15px;
  }

  .p-company-profile__row {
    grid-template-columns: 1fr;
  }

  .p-company-profile__row dt {
    border-right: 0;
    border-bottom: 1px solid #d9e3e9;
  }

  .p-company-group__summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .p-company-group__summary img {
    margin-inline: auto;
  }
	.p-company-value__lead{
		margin-top:0;
		line-height:1.5;
		font-size:0.85rem;
	}

	.p-company-group-card{
		padding:18px;
	}

}



/*
=========================================
Service Page
事業・サービス紹介ページ
=========================================
*/

.p-service {
  --service-blue: #07599c;
  --service-blue-dark: #064889;
  --service-text: #17364d;
  --service-line: #d9e4eb;
  --service-icon-bg: #f5f7fb;

  overflow: hidden;
  color: var(--service-text);
  background: #fff;
}

.p-service *,
.p-service *::before,
.p-service *::after {
  box-sizing: border-box;
}

.p-service img {
  display: block;
  max-width: 100%;
}

.p-service__inner {
  width: min(100% - 56px, var(--inner-width));
  margin-inline: auto;
}


/*
=========================================
Hero
=========================================
*/

.p-service-concept {
  position: relative;
  min-height: 640px;
  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, .98) 0%,
      rgba(255, 255, 255, .94) 38%,
      rgba(255, 255, 255, .40) 62%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("/wp-content/themes/nissan/assets/images/service/hero__image.webp");

  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service-concept::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .08) 0%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, .18) 100%
    );
}


/*
=========================================
Hero Page Heading
=========================================
*/

.p-service-page-head {
  position: relative;
  z-index: 2;
  padding: 54px 0 22px;
}


.p-service-page-head__title {
  margin: 0;
  color: #101f2b;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .08em;
}

.p-service-page-head__lead {
  margin: 12px 0 0;
  color: #1a2f3e;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.8;
}


/*
=========================================
Hero Content
=========================================
*/

.p-service-concept__body {
  position: relative;
  z-index: 1;
}

.p-service-concept__inner {
  position: relative;
  min-height: 460px;
  padding: 24px 0 68px;
}

.p-service-concept__copy {
  position: relative;
  z-index: 2;
  width: min(53%, 610px);
}

.p-service-concept__title {
  margin: 0;
  color: #064688;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .045em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.p-service-concept__title span {
  white-space: nowrap;
}

.p-service-concept__text {
  margin-top: 28px;
  color: #172c3b;
  font-size: .9rem;
  font-weight: 600;
  line-height: 2;
}

.p-service-concept__text p {
  margin: 0;
}

.p-service-concept__text p + p {
  margin-top: 10px;
}


/*
=========================================
Hero Conditions
=========================================
*/

.p-service-concept__conditions {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 3;
transform:translate(0, -100%);
  display: grid;
  grid-template-columns: repeat(3, 112px);
  gap: 20px;
}

.p-service-condition {
  color: var(--service-blue);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.p-service-condition__icon {
  display: grid;
  place-items: center;

  width: 86px;
  height: 86px;
  margin-inline: auto;
  padding: 20px;

  border: 1px solid rgba(70, 168, 219, .45);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      rgba(224, 247, 255, .98),
      rgba(255, 255, 255, .78)
    );

  box-shadow: 0 8px 24px rgba(0, 104, 164, .08);
}

.p-service-condition__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-service-condition__label {
  display: block;
  margin-top: 8px;
}


/*
=========================================
Section Title
=========================================
*/

.p-service-section-title {
  margin: 0;
  color: #101f2b;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .06em;
}

.p-service-section-title--center {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}

.p-service-section-title--center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 54px;
  height: 3px;

  border-radius: 999px;
  background: #1d64bf;
  transform: translateX(-50%);
}


/*
=========================================
Services
PPTXのレイアウトに合わせた配置
=========================================
*/

.p-service-services {
  padding: 84px 0 72px;
  background: #fff;
}

.p-service-services__list {
  margin-top: 22px;
}

.p-service-service {
  display: grid;
  grid-template-columns:
    minmax(250px, 300px)
    minmax(0, 1fr);

  column-gap: clamp(68px, 8vw, 112px);
  align-items: start;

  padding: 18px 0 24px;
  border-bottom: 1px solid var(--service-line);
}

.p-service-service__media {
  position: relative;
  min-width: 0;
  margin: 0 0 12px;
  overflow: visible;
}

.p-service-service__photo {
  width: 100%;
  aspect-ratio: 1.92 / 1;
  object-fit: cover;
  object-position: center;
}

.p-service-service__icon {
  position: absolute;
  left: 14px;
  bottom: -18px;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 76px;
  height: 76px;
  padding: 18px;

  border: 1px solid rgba(218, 230, 239, .92);
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);

  box-shadow:
    0 5px 18px rgba(0, 69, 112, .12),
    inset 0 0 18px rgba(224, 242, 252, .42);
}

.p-service-service__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-service-service__content {
  min-width: 0;
  padding-top: 3px;
}

.p-service-service__title {
  margin: 0;
  color: #064eb0;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .025em;
}

.p-service-service__title span {
  font-size: .88em;
  white-space: nowrap;
}

.p-service-service__text {
  margin-top: 8px;
  color: #182d3c;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-service-service__text p {
  margin: 0;
}

.p-service-service__text p + p {
  margin-top: 2px;
}


/*
=========================================
Value Map
=========================================
*/

.p-service-values {
  padding: 44px 0 108px;
  background: #fff;
}

.p-service-values__figure {
  width: min(100%, 980px);
  margin: 36px auto 0;
}

.p-service-values__figure img {
  width: 100%;
  height: auto;
}


/*
=========================================
Tablet
=========================================
*/

@media (max-width: 1024px) {

  .p-service-concept {
    min-height: 670px;

    background-position:
      center,
      62% center;
  }

  .p-service-page-head {
    padding-top: 46px;
  }

  .p-service-concept__inner {
    min-height: 500px;
    padding-top: 26px;
    padding-bottom: 56px;
  }

  .p-service-concept__copy {
    width: 58%;
  }

  .p-service-concept__conditions {
    top: 22px;
    grid-template-columns: repeat(3, 92px);
    gap: 12px;
	  transform:translate(0,0);
  }

  .p-service-condition__icon {
    width: 72px;
    height: 72px;
    padding: 17px;
  }

  .p-service-service {
    grid-template-columns:
      minmax(210px, 250px)
      minmax(0, 1fr);

    column-gap: 48px;
  }

  .p-service-service__icon {
    left: 12px;
    bottom: -15px;
    width: 66px;
    height: 66px;
    padding: 15px;
  }

  .p-service-service__title {
    font-size: 1rem;
  }

  .p-service-service__title span {
    white-space: normal;
  }

  .p-service-service__text {
    font-size: .78rem;
    line-height: 1.75;
  }

}


/*
=========================================
Smartphone
=========================================
*/

@media (max-width: 767px) {

  .p-service__inner {
    width: min(100% - 32px, var(--inner-width));
  }


  /*
  Hero
  */

  .p-service-concept {
    min-height: auto;

    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .38) 0%,
        rgba(255, 255, 255, .32) 72%,
        rgba(255, 255, 255, .18) 100%
      ),
      url("/wp-content/themes/nissan/assets/images/service/service-hero.webp");

    background-position:
      center,
      65% center;
  }


  /*
  Hero Page Heading
  */

  .p-service-page-head {
    padding: 42px 0 22px;
  }


  .p-service-page-head__title {
    font-size: 1.9rem;
  }

  .p-service-page-head__lead {
    margin-top: 8px;
    font-size: .86rem;
  }


  /*
  Hero Content
  */

  .p-service-concept__inner {
    min-height: auto;
    padding: 24px 0 42px;
  }

  .p-service-concept__copy {
    width: 100%;
  }

  .p-service-concept__title {
    font-size: clamp(1.68rem, 7vw, 2.25rem);
    line-height: 1.55;
  }

  .p-service-concept__title span {
    white-space: normal;
  }

  .p-service-concept__text {
    margin-top: 22px;
    font-size: .84rem;
    line-height: 1.9;
  }

  .p-service-concept__text br {
    display: none;
  }

  .p-service-concept__conditions {
    position: relative;
    top: auto;
    right: auto;

    grid-template-columns: repeat(3, 1fr);
    gap: 8px;

    margin-top: 30px;
  }

  .p-service-condition {
    font-size: .68rem;
  }

  .p-service-condition__icon {
    width: 62px;
    height: 62px;
    padding: 14px;
  }


  /*
  Services
  */

  .p-service-services {
    padding: 58px 0 48px;
  }

  .p-service-services__list {
    margin-top: 20px;
  }

  .p-service-service {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
    padding: 26px 0 30px;
  }

  .p-service-service__media {
    margin: 0 0 30px;
  }

  .p-service-service__photo {
    aspect-ratio: 1.8 / 1;
  }

  .p-service-service__icon {
    left: 12px;
    bottom: -15px;
    width: 66px;
    height: 66px;
    padding: 15px;
  }

  .p-service-service__content {
    padding-top: 0;
  }

  .p-service-service__title {
    font-size: 1rem;
    line-height: 1.65;
  }

  .p-service-service__title span {
    display: inline;
    font-size: .86em;
    white-space: normal;
  }

  .p-service-service__text {
    margin-top: 9px;
    font-size: .8rem;
    line-height: 1.85;
  }


  /*
  Value Map
  */

  .p-service-values {
    padding: 36px 0 68px;
  }

  .p-service-values__figure {
    margin-top: 28px;
  }

}





/*
=========================================
Works Page
施工実績ページ
=========================================
*/

.p-works {
  --works-blue: #064da9;
  --works-blue-dark: #09285f;
  --works-text: #111827;
  --works-line: #d8dee8;
  overflow: hidden;
  color: var(--works-text);
  background: #fff;
}

.p-works *,
.p-works *::before,
.p-works *::after {
  box-sizing: border-box;
}

.p-works img {
  display: block;
  max-width: 100%;
}

.p-works__inner {
  width: min(100% - 56px, var(--inner-width));
  margin-inline: auto;
}

/* Hero */
.p-works-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background-color: #f6fbff;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, .97) 34%,
      rgba(255, 255, 255, .46) 55%,
      rgba(255, 255, 255, .0) 65%,
      rgba(255, 255, 255, .0) 100%
    ),
    var(--works-hero-image);
  background-repeat: no-repeat;
  background-position: center bottom, center right;
  background-size: cover, cover;
}

.p-works-hero::before {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -70px;
  z-index: 1;
  width: 64%;
  height: 250px;
  background-image: var(--works-wave-image);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  opacity: .58;
  pointer-events: none;
}

.p-works-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.14));
  pointer-events: none;
}

.p-works-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100% - 56px, var(--inner-width));
  min-height: 340px;
  margin-inline: auto;
}

.p-works-hero__content {
  padding: 44px 0;
}

.p-works-hero__title {
    color: #111;
    font-size: clamp(2.3rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: .12em;
}

.p-works-hero__lead {
  margin: 24px 0 0;
  color: #12182c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .045em;
}

/* Sections */
.p-works-section {
  padding: 54px 0 0;
}

.p-works-section-title {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: #16181f;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .06em;
}

.p-works-section-title::before {
  content: "";
  position: absolute;
  top: .12em;
  bottom: .12em;
  left: 0;
  width: 6px;
  border-radius: 2px;
  background: #0c62d3;
}

/* Cards */
.p-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 26px;
  margin-top: 26px;
}

.p-works-card {
  overflow: hidden;
  border: 1px solid #d4d8df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(10, 54, 102, .035);
}

.p-works-card__image {
  margin: 0;
  overflow: hidden;
  background: #edf3f7;
}

.p-works-card__image img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.p-works-card:hover .p-works-card__image img {
  transform: scale(1.025);
}

.p-works-card__body {
  min-height: 116px;
  padding: 18px 18px 20px;
}

.p-works-card__title {
  margin: 0;
  color: #151515;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .08em;
}

.p-works-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 14px 0 0;
  padding: 4px 20px;
  border: 1px solid #1564e7;
  border-radius: 999px;
  color: #0757cc;
  background: #fff;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.4;
}

/* History */
.p-works-history {
  padding-bottom: 86px;
}

.p-works-history__tables {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 22px;
}

.p-works-table-wrap {
  overflow: hidden;
  border: 1px solid #d3d9e2;
  border-radius: 6px;
  background: #fff;
}

.p-works-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-works-table th,
.p-works-table td {
  padding: 9px 14px;
  border-right: 1px solid #d3d9e2;
  border-bottom: 1px solid #d3d9e2;
  vertical-align: middle;
  font-size: .78rem;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: anywhere;
}

.p-works-table thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background: linear-gradient(180deg, #0758bc 0%, #06439c 100%);
  font-weight: 800;
  text-align: center;
}

.p-works-table thead th:first-child,
.p-works-table tbody th {
  width: 62%;
}

.p-works-table tbody th {
  color: #222;
  background: #fff;
  font-weight: 600;
}

.p-works-table tbody td {
  color: #272b33;
  background: #fff;
  font-weight: 500;
}

.p-works-table tr > *:last-child {
  border-right: 0;
}

.p-works-table tbody tr:last-child > * {
  border-bottom: 0;
}

@media (max-width: 1024px) {
  .p-works-hero,
  .p-works-hero__inner {
    min-height: 310px;
  }

  .p-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-works-history__tables {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .p-works__inner,
  .p-works-hero__inner {
    width: min(100% - 32px, var(--inner-width));
  }

  .p-works-hero {
    min-height: 300px;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .98) 0%,
        rgba(255, 255, 255, .92) 58%,
        rgba(255, 255, 255, .52) 100%
      ),
      var(--works-hero-image);
    background-position: center, 64% center;
  }

  .p-works-hero__inner {
    min-height: 300px;
  }

  .p-works-hero::before {
    left: -30%;
    bottom: -34px;
    width: 110%;
    height: 165px;
  }

  .p-works-hero__title {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .p-works-hero__lead {
    width: 88%;
    margin-top: 18px;
    font-size: .86rem;
    line-height: 1.8;
  }

  .p-works-section {
    padding-top: 44px;
  }

  .p-works-section-title {
    padding-left: 15px;
    font-size: 1.45rem;
  }

  .p-works-section-title::before {
    width: 5px;
  }

  .p-works-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 22px;
  }

  .p-works-card__body {
    min-height: auto;
  }

  .p-works-history {
    padding-bottom: 64px;
  }

  .p-works-history__tables {
    gap: 20px;
  }

  .p-works-table-wrap {
    overflow-x: auto;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .p-works-table {
    min-width: 650px;
  }

  .p-works-table th,
  .p-works-table td {
    padding: 9px 12px;
    font-size: .75rem;
  }
}





/* =========================================================
   採用情報ページ
   page slug: recruit

   common.css読み込み済みの前提
   page.cssの末尾に追加
========================================================= */

html {
  scroll-behavior: smooth;
}

.recruit-page {
  --recruit-navy: #003895;
  --recruit-dark-navy: #00266d;
  --recruit-blue: #0066cc;
  --recruit-light-blue: #edf5fc;
  --recruit-pale-blue: #f4f8fc;
  --recruit-border: #d8e5f1;
  --recruit-text: #222222;
  --recruit-subtext: #444444;
  --recruit-white: #ffffff;
  --recruit-pink: #ff6385;
  --recruit-green: #66aa35;
  --recruit-aqua: #18aaa5;

  color: var(--recruit-text);
  background: var(--recruit-white);
  overflow: hidden;
}

.recruit-page *,
.recruit-page *::before,
.recruit-page *::after {
  box-sizing: border-box;
}

.recruit-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.recruit-page a {
  color: inherit;
  text-decoration: none;
}

.recruit-page ul,
.recruit-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-page svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recruit-container {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.recruit-sp-only {
  display: none;
}

#numbers,
#new-graduate,
#career,
#staff {
  scroll-margin-top: 100px;
}


/* =========================================================
   HERO
========================================================= */

.p-recruit-hero,
.recruit-hero {
  position: relative;
  min-height: 670px;
  padding: 0px 0 0px;
  overflow: hidden;
  background: #ffffff;
}

.recruit-hero__inner {
  position: relative;
  min-height: 516px;
	padding:3rem 0;
}

.recruit-hero__content {
  position: relative;
  z-index: 2;
  width: 54%;
  max-width: 630px;
}

.recruit-hero__eyebrow {
  display: none;
}

.recruit-hero__title {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(36px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.045em;
}

.recruit-hero__title span {
  color: inherit;
}

.recruit-hero__lead {
  margin: 16px 0 0;
  color: #0064c8;
  font-size: clamp(21px, 2.2vw, 26px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

.recruit-hero__text {
  width: 88%;
  margin-top: 30px;
}

.recruit-hero__text p {
  margin: 0;
  color: var(--recruit-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.recruit-hero__text p + p {
  margin-top: 14px;
}

.recruit-hero__visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 66%;
  margin: 0;
}

.recruit-hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.96) 7%,
      rgba(255, 255, 255, 0.72) 18%,
      rgba(255, 255, 255, 0.18) 35%,
      rgba(255, 255, 255, 0) 51%
    );
  content: "";
}
/*
.recruit-hero__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 24%;
  pointer-events: none;
  background:
    linear-gradient(
      0deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.82) 30%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
}
*/

.recruit-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/* =========================================================
   ページ内ナビゲーション
========================================================= */

.recruit-local-nav {
  position: relative;
  z-index: 5;
  padding: 28px 0;
  background: #ffffff;
  border-top: 1px solid var(--recruit-border);
  border-bottom: 1px solid var(--recruit-border);
}

.recruit-local-nav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.recruit-local-nav__item {
  min-width: 0;
}

.recruit-local-nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 14px 38px 14px 18px;
  overflow: hidden;
  color: var(--recruit-dark-navy);
  border: 1px solid #d9e6f2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition:
    border-color 0.2s ease,
    filter 0.2s ease;
}

.recruit-local-nav__item--numbers a {
  background: #eaf4fc;
}

.recruit-local-nav__item--new a {
  background: #edf7f6;
}

.recruit-local-nav__item--career a {
  background: #f4f3fb;
}

.recruit-local-nav__item--staff a {
  background: #fff4ed;
}

.recruit-local-nav__item a span {
  display: none;
}

.recruit-local-nav__item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--recruit-navy);
  border-bottom: 2px solid var(--recruit-navy);
  content: "";
  transform: translateY(-70%) rotate(45deg);
}

.recruit-local-nav__item a:hover {
  border-color: var(--recruit-blue);
  filter: brightness(0.98);
}


/* =========================================================
   共通見出し
========================================================= */

.recruit-section-title {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-align: center;
}

.recruit-section-title > span {
  display: none;
}

.recruit-section-title::after {
  display: block;
  width: 34px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--recruit-navy);
  content: "";
}


/* =========================================================
   私たちが大切にしている職場
========================================================= */

.recruit-values {
  position: relative;
  padding: 76px 0 82px;
  background: #ffffff;
}

.recruit-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.recruit-value-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  row-gap: 12px;
  align-items: start;
  min-width: 0;
  margin: 0;
  padding: 26px 24px 28px;
  background:
    linear-gradient(
      135deg,
      #f8fbfe 0%,
      #edf4fa 100%
    );
  border-radius: 5px;
}

.recruit-value-card__icon {
  display: flex;
  grid-row: 1 / 3;
  grid-column: 1;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 15px;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #0064c8 0%,
      #002c87 100%
    );
  border-radius: 50%;
}

.recruit-value-card h3 {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  margin: 0;
  color: var(--recruit-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.recruit-value-card p {
  grid-row: 2;
  grid-column: 2;
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
}


/* =========================================================
   共通セクション余白
========================================================= */

.recruit-section {
  padding: 82px 0;
}


/* =========================================================
   数字で見る
========================================================= */

.recruit-numbers {
  position: relative;
  background: #ffffff;
}

.recruit-numbers::before,
.recruit-numbers::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 90px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.recruit-numbers::before {
  top: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(
      176deg,
      transparent 0%,
      transparent 46%,
      rgba(65, 169, 229, 0.14) 47%,
      rgba(65, 169, 229, 0.14) 48%,
      transparent 49%
    );
}

.recruit-numbers::after {
  bottom: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(
      4deg,
      transparent 0%,
      transparent 46%,
      rgba(65, 169, 229, 0.14) 47%,
      rgba(65, 169, 229, 0.14) 48%,
      transparent 49%
    );
}

.recruit-numbers .recruit-container {
  position: relative;
  z-index: 1;
}

.recruit-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.recruit-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 308px;
  margin: 0;
  padding: 28px 22px 24px;
  background:
    linear-gradient(
      145deg,
      #fbfdff 0%,
      #f0f6fb 100%
    );
  border: 1px solid #d7e4f0;
  border-radius: 5px;
}

/* =========================================================
   数字で見る日産温調
   カードごとのペールカラー
========================================================= */

.recruit-stat-card {
  border-color: rgba(0, 56, 149, 0.08);
  background:
    linear-gradient(
      145deg,
      #fbfdff 0%,
      #eaf4fc 100%
    );
}

/* 
.recruit-stat-card:nth-child(1) {
  background:
    linear-gradient(
      145deg,
      #fbfdff 0%,
      #eaf4fc 100%
    );
}


.recruit-stat-card:nth-child(2) {
  background:
    linear-gradient(
      145deg,
      #fcfffd 0%,
      #eaf6ef 100%
    );
}

.recruit-stat-card:nth-child(3) {
  background:
    linear-gradient(
      145deg,
      #fffefa 0%,
      #fbf4dc 100%
    );
}


.recruit-stat-card:nth-child(4) {
  background:
    linear-gradient(
      145deg,
      #fffdfd 0%,
      #f9ecef 100%
    );
}


.recruit-stat-card:nth-child(5) {
  background:
    linear-gradient(
      145deg,
      #fefeff 0%,
      #f0edf9 100%
    );
}


.recruit-stat-card:nth-child(6) {
  background:
    linear-gradient(
      145deg,
      #fbffff 0%,
      #e8f6f5 100%
    );
}


.recruit-stat-card:nth-child(7) {
  background:
    linear-gradient(
      145deg,
      #fffdfa 0%,
      #faefe3 100%
    );
}

.recruit-stat-card:nth-child(8) {
  background:
    linear-gradient(
      145deg,
      #fdfefe 0%,
      #edf2f5 100%
    );
}
*/

.recruit-stat-card h3 {
  order: 1;
  margin: 0;
  color: var(--recruit-dark-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.recruit-stat-card h3::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--recruit-dark-navy);
  content: "";
}

.recruit-stat-card h3 small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

.recruit-stat-card__icon {
  order: 2;
  width: 92px;
  height: 92px;
  margin: 28px auto 12px;
  padding: 6px;
  color: var(--recruit-navy);
}

.recruit-stat-card__value {
  order: 3;
  margin: auto 0 0;
  color: var(--recruit-dark-navy);
  font-family:
    Arial,
    "Helvetica Neue",
    sans-serif;
  font-size: clamp(45px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: center;
}

.recruit-stat-card__value small {
  margin-left: 5px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}

.recruit-stat-card__note {
  order: 5;
  margin: 18px 0 0;
  color: #23334c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.recruit-ratio {
  order: 3;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.recruit-ratio__chart {
  position: relative;
  flex: 0 0 auto;
  width: 126px;
  height: 126px;
  border-radius: 50%;
}

.recruit-ratio__chart::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  background: #f7fafd;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.recruit-ratio__chart--gender {
  background:
    conic-gradient(
      from 0deg,
/*      var(--recruit-pink) 0% 21.4%,
      var(--recruit-navy) 21.4% 100%*/
      #ffbe7d 0% 21.4%,
      #7dbeff 21.4% 100%
    );
}

.recruit-ratio__chart--hire {
  background:
    conic-gradient(
      from 0deg,
/*      #2686db 0% 50%,
      var(--recruit-aqua) 50% 100%*/
      #ffbe7d 0% 50%,
      #7dbeff 50% 100%
    );
}

.recruit-ratio__legend {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 96px;
}

.recruit-ratio__legend p {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 4px 6px;
  align-items: center;
  margin: 0;
  color: var(--recruit-dark-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.recruit-ratio__legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.recruit-ratio__legend i.is-female {
  background: #ffbe7d;
}
.recruit-ratio__legend i.is-male {
  background: #7dbeff;
}

.recruit-ratio__legend i.is-new {
  background: #ffbe7d;
}

.recruit-ratio__legend i.is-career {
  background: #7dbeff;
}

.recruit-ratio__legend strong {
  grid-row: 2;
  grid-column: 2 / 4;
  font-family:
    Arial,
    "Helvetica Neue",
    sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.recruit-ratio__legend small {
  grid-row: 3;
  grid-column: 2 / 4;
  font-size: 11px;
  font-weight: 600;
}


/* =========================================================
   新卒向け・経験者向け
========================================================= */

.recruit-audience {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #ffffff;
}

.recruit-audience__card {
  position: relative;
  min-height: 485px;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d3e1ee;
  border-radius: 8px;
}

.recruit-audience__content {
  position: relative;
  z-index: 2;
  width: 58%;
  min-height: 483px;
  padding: 42px 46px 42px 48px;
  background:
    linear-gradient(
      90deg,
      rgba(230, 243, 252, 1) 0%,
      rgba(230, 243, 252, 1) 80%,
      rgba(230, 243, 252, 0.9) 88%,
      rgba(230, 243, 252, 0) 100%
    );
}

.recruit-audience__label {
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 15px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #0057b8 0%,
      #002b80 100%
    );
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.recruit-audience__content h2 {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(27px, 3vw, 37px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.045em;
}

.recruit-audience__text {
  margin-top: 24px;
}

.recruit-audience__text p {
  margin: 0;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
}

.recruit-audience__text p + p {
  margin-top: 13px;
}

.recruit-audience__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  margin: 0;
}

.recruit-audience__image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.94) 8%,
      rgba(255, 255, 255, 0.55) 20%,
      rgba(255, 255, 255, 0) 40%
    );
  content: "";
}

.recruit-audience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-audience--career .recruit-audience__card {
  grid-template-columns: none;
}

.recruit-audience--career .recruit-audience__content {
  grid-column: auto;
}

.recruit-audience--career .recruit-audience__image {
  grid-row: auto;
  grid-column: auto;
}


/* =========================================================
   スタッフ紹介
========================================================= */

.recruit-staff {
  position: relative;
  padding-top: 88px;
  padding-bottom: 100px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 70%,
      #f5faff 100%
    );
}

.recruit-staff::before,
.recruit-staff::after {
  position: absolute;
  right: -5%;
  bottom: 18px;
  left: -5%;
  height: 80px;
  pointer-events: none;
  border-top: 2px solid rgba(67, 172, 232, 0.15);
  border-radius: 50%;
  content: "";
  transform: rotate(-3deg);
}

.recruit-staff::after {
  bottom: -8px;
  border-color: rgba(67, 172, 232, 0.11);
  transform: rotate(3deg);
}

.recruit-staff__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
  text-align: center;
}

.recruit-staff__heading > p {
  display: none;
}

.recruit-staff__heading h2 {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.045em;
}

.recruit-staff__heading h2::after {
  display: block;
  width: 34px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--recruit-navy);
  content: "";
}

.recruit-staff__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d3e1ee;
  border-radius: 8px;
}

.recruit-staff__image {
  margin: 0;
}

.recruit-staff__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-staff__content {
  padding: 46px 48px;
}

.recruit-staff__sub {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 15px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #0057b8 0%,
      #002b80 100%
    );
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.recruit-staff__content h3 {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.recruit-staff__content > p:not(.recruit-staff__sub) {
  margin: 20px 0 0;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
}


/* =========================================================
   詳細ボタン
========================================================= */

.recruit-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 58px;
  margin-top: 28px;
  padding: 10px 72px 10px 28px;
  overflow: hidden;
  color: var(--recruit-navy);
  background: #ffffff;
  border: 2px solid var(--recruit-navy);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.recruit-button i {
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: calc(100% + 4px);
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #0055b5 0%,
      #00277b 100%
    );
  border-radius: 0 999px 999px 0;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
}

.recruit-button:hover {
  color: #ffffff;
  background: var(--recruit-navy);
}


/* =========================================================
   タブレット
========================================================= */

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

  .recruit-container {
    width: calc(100% - 40px);
  }

  .p-recruit-hero,
  .recruit-hero {
    min-height: 620px;
    padding-top: 68px;
  }

  .recruit-hero__content {
    width: 58%;
  }

  .recruit-hero__visual {
    right: -140px;
    width: 72%;
  }

  .recruit-hero__title {
    font-size: 40px;
  }

  .recruit-hero__lead {
    font-size: 22px;
  }

  .recruit-values__grid {
    gap: 12px;
  }

  .recruit-value-card {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    padding: 22px 18px 24px;
  }

  .recruit-value-card__icon {
    width: 56px;
    height: 56px;
    padding: 14px;
  }

  .recruit-value-card h3 {
    font-size: 17px;
  }

  .recruit-value-card p {
    font-size: 13px;
  }

  .recruit-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruit-stat-card {
    min-height: 300px;
  }

  .recruit-audience__content {
    width: 62%;
    padding-right: 35px;
    padding-left: 38px;
  }

  .recruit-audience__image {
    width: 55%;
  }

  .recruit-staff__card {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .recruit-staff__content {
    padding: 38px 34px;
  }

}


/* =========================================================
   スマートフォン
========================================================= */

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

  .recruit-container {
    width: calc(100% - 32px);
  }

  .recruit-sp-only {
    display: block;
  }

  #numbers,
  #new-graduate,
  #career,
  #staff {
    scroll-margin-top: 72px;
  }


  /* HERO */

  .p-recruit-hero,
  .recruit-hero {
    min-height: 0;
    padding: 44px 0 0;
  }

  .recruit-hero__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .recruit-hero__content {
    width: 100%;
    max-width: none;
  }

  .recruit-hero__title {
    font-size: clamp(28px, 8.4vw, 37px);
    line-height: 1.55;
  }

  .recruit-hero__lead {
    margin-top: 12px;
    font-size: 19px;
  }

  .recruit-hero__text {
    width: 100%;
    margin-top: 23px;
  }

  .recruit-hero__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .recruit-hero__text p + p {
    margin-top: 11px;
  }

  .recruit-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: calc(100% + 32px);
    height: 310px;
    margin: 30px -16px 0;
  }

  .recruit-hero__visual::before {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.65) 12%,
        rgba(255, 255, 255, 0) 38%
      );
  }

  .recruit-hero__visual::after {
    height: 26%;
  }


  /* ページ内ナビ */

  .recruit-local-nav {
    padding: 16px 0;
  }

  .recruit-local-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .recruit-local-nav__item a {
    min-height: 62px;
    padding: 10px 28px 10px 8px;
    font-size: 13px;
  }

  .recruit-local-nav__item a::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }


  /* 共通見出し */

  .recruit-section-title {
    font-size: 25px;
  }

  .recruit-section-title::after {
    width: 28px;
    height: 2px;
    margin-top: 10px;
  }


  /* 大切にしている職場 */

  .recruit-values {
    padding: 60px 0 64px;
  }

  .recruit-values__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .recruit-value-card {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px 18px 22px;
  }

  .recruit-value-card__icon {
    width: 52px;
    height: 52px;
    padding: 13px;
  }

  .recruit-value-card h3 {
    font-size: 17px;
  }

  .recruit-value-card p {
    font-size: 13px;
    line-height: 1.8;
  }


  /* 共通セクション */

  .recruit-section {
    padding: 62px 0;
  }


  /* 数字で見る */

  .recruit-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
  }

  .recruit-stat-card {
    min-height: 235px;
    padding: 20px 12px 18px;
  }

  .recruit-stat-card h3 {
    font-size: 14px;
  }

  .recruit-stat-card h3::after {
    width: 22px;
    margin-top: 9px;
  }

  .recruit-stat-card h3 small {
    font-size: 9px;
  }

  .recruit-stat-card__icon {
    width: 66px;
    height: 66px;
    margin-top: 20px;
  }

  .recruit-stat-card__value {
    font-size: clamp(34px, 11vw, 48px);
  }

  .recruit-stat-card__value small {
    margin-left: 2px;
    font-size: 12px;
  }

  .recruit-stat-card__note {
    margin-top: 12px;
    font-size: 8px;
  }

  .recruit-ratio {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .recruit-ratio__chart {
    width: 86px;
    height: 86px;
  }

  .recruit-ratio__chart::after {
    width: 50px;
    height: 50px;
  }

  .recruit-ratio__legend {
    width: 100%;
    min-width: 0;
    gap: 5px;
  }

  .recruit-ratio__legend p {
    grid-template-columns: 7px 1fr auto;
    gap: 2px 4px;
    font-size: 9px;
  }

  .recruit-ratio__legend i {
    width: 7px;
    height: 7px;
  }

  .recruit-ratio__legend strong {
    grid-row: auto;
    grid-column: 3;
    font-size: 14px;
  }

  .recruit-ratio__legend small {
    grid-row: auto;
    grid-column: 2 / 4;
    font-size: 8px;
  }


  /* 新卒・経験者 */

  .recruit-audience {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .recruit-audience__card {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .recruit-audience__content {
    order: 1;
    width: 100%;
    min-height: 0;
    padding: 28px 22px 26px;
    background: #ffffff;
  }

  .recruit-audience__label {
    margin-bottom: 16px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .recruit-audience__content h2 {
    font-size: 24px;
  }

  .recruit-audience__text {
    margin-top: 20px;
  }

  .recruit-audience__text p {
    font-size: 13px;
    line-height: 1.85;
  }

  .recruit-audience__text p + p {
    margin-top: 11px;
  }

  .recruit-audience__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    order: 2;
    width: 100%;
    height: 300px;
  }

  .recruit-audience__image::before {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.45) 12%,
        rgba(255, 255, 255, 0) 35%
      );
  }


  /* スタッフ紹介 */

  .recruit-staff {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .recruit-staff__heading {
    margin-bottom: 30px;
  }

  .recruit-staff__heading h2 {
    font-size: 25px;
  }

  .recruit-staff__card {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .recruit-staff__image {
    height: 270px;
  }

  .recruit-staff__content {
    padding: 27px 22px 30px;
  }

  .recruit-staff__sub {
    margin-bottom: 16px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .recruit-staff__content h3 {
    font-size: 23px;
  }

  .recruit-staff__content > p:not(.recruit-staff__sub) {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.85;
  }

  .recruit-button {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    padding-right: 68px;
    font-size: 14px;
  }

  .recruit-button i {
    width: 62px;
  }

}


/* =========================================================
   小さいスマートフォン
========================================================= */

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

  .recruit-container {
    width: calc(100% - 24px);
  }

  .recruit-hero__title {
    font-size: 27px;
  }

  .recruit-local-nav__item a {
    font-size: 12px;
  }

  .recruit-stats {
    grid-template-columns: 1fr;
  }

  .recruit-stat-card {
    min-height: 245px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .recruit-ratio {
    flex-direction: row;
  }

}


/* =========================================================
   ホバー非対応端末
========================================================= */

@media (hover: none) {

  .recruit-local-nav__item a:hover {
    border-color: #d9e6f2;
    filter: none;
  }

  .recruit-button:hover {
    color: var(--recruit-navy);
    background: #ffffff;
  }

}


/* =========================================================
   アニメーション軽減
========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  .recruit-page *,
  .recruit-page *::before,
  .recruit-page *::after {
    transition: none !important;
  }

}


/* =========================================================
   採用メッセージ
   ※施工管理スタッフ紹介とは別セクション
========================================================= */

.recruit-message {
  position: relative;
  padding: 54px 0 66px;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}

.recruit-message::before,
.recruit-message::after {
  position: absolute;
  right: -6%;
  bottom: 0;
  left:0;
  height: 100%;
	width:30%;
  pointer-events: none;
/* border-top: 2px solid rgba(67, 172, 232, 0.15);*/
  content: "";
	background-image:url(../images/common/common__image--wave.webp);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:0% 50%;
	opacity:0.25;
}

.recruit-message::before {
  transform: rotate(0deg);
}

.recruit-message::after {
  border-color: rgba(67, 172, 232, 0.1);
	transform: scaleX(-1);
	left:auto;
	right:0;
	bottom:0;
}

.recruit-message .recruit-container {
  position: relative;
  z-index: 1;
}

.recruit-message__title {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(25px, 2.7vw, 34px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.045em;
}

.recruit-message__title::after {
  display: block;
  width: 34px;
  height: 3px;
  margin: 13px auto 0;
  background: var(--recruit-navy);
  content: "";
}

.recruit-message__text {
  margin: 22px 0 0;
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}


/* =========================================================
   スマートフォン
========================================================= */

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

  .recruit-message {
    padding: 44px 0 56px;
  }

  .recruit-message__title {
    font-size: 23px;
    line-height: 1.65;
  }

  .recruit-message__title::after {
    width: 28px;
    height: 2px;
    margin-top: 11px;
  }

  .recruit-message__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

}
/* =========================================================
   スタッフ紹介 詳細コンテンツ
   既存の採用ページの末尾に追加
========================================================= */

.recruit-staff {
  padding: 88px 0 112px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfe 36%, #ffffff 100%);
}

.recruit-staff::before,
.recruit-staff::after {
  display: none;
}

.recruit-staff__heading {
  margin-bottom: 46px;
}

.recruit-staff__heading > p {
  display: block;
  margin: 0 0 8px;
  color: var(--recruit-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .18em;
}

.recruit-staff-interview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--recruit-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 56, 149, .07);
}

/* 導入 */
.recruit-staff-interview__hero {
  display: grid;
/*  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 560px;*/
  background: var(--recruit-pale-blue);
}

.recruit-staff-interview__hero-image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.recruit-staff-interview__hero-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 38, 109, .06), rgba(0, 38, 109, 0) 42%),
    linear-gradient(0deg, rgba(0, 38, 109, .12), rgba(0, 38, 109, 0) 42%);
  content: "";
}

.recruit-staff-interview__hero-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.recruit-staff-interview__hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 54px;
}

.recruit-staff-interview__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 7px 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--recruit-blue), var(--recruit-dark-navy));
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
}

.recruit-staff-interview__catch {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(31px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .045em;
}

.recruit-staff-interview__catch em {
  color: var(--recruit-blue);
  font-style: normal;
}

.recruit-staff-interview__lead {
  margin: 24px 0 0;
  color: #273846;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .025em;
}

.recruit-staff-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 16px 18px;
  border: 1px solid #ccdeec;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.recruit-staff-person__icon {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
}

.recruit-staff-person__body {
  min-width: 0;
}

.recruit-staff-person__body small,
.recruit-staff-person__body span {
  display: block;
}

.recruit-staff-person__body small {
  color: var(--recruit-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .06em;
}

.recruit-staff-person__body strong {
  display: block;
  margin-top: 2px;
  color: #102f47;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
}

.recruit-staff-person__body span {
  color: #667784;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

/* 共通ブロック */
.recruit-staff-block {
  padding: 88px clamp(34px, 6vw, 78px);
}

.recruit-staff-block + .recruit-staff-block {
  border-top: 1px solid #e1ebf3;
}

.recruit-staff-block:nth-of-type(even) {
  background: #fbfdff;
}

.recruit-staff-block__head {
  margin-bottom: 34px;
}

.recruit-staff-block__head > span {
  display: block;
  margin-bottom: 7px;
  color: var(--recruit-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .18em;
}

.recruit-staff-block__head h3 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  color: var(--recruit-navy);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .045em;
}

.recruit-staff-block__head h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--recruit-blue);
  content: "";
}

.recruit-staff-block__head--center {
  text-align: center;
}

.recruit-staff-block__head--center h3::after {
  left: 50%;
  transform: translateX(-50%);
}

.recruit-staff-block__lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: #263947;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .025em;
}

/* プロフィール */
.recruit-staff-profile__layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid var(--recruit-border);
  border-radius: 12px;
  background: #f8fbfd;
}

.recruit-staff-profile__photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding-right: 30px;
  border-right: 1px solid #dce8f0;
  text-align: center;
}

.recruit-staff-profile__avatar {
  width: 116px;
  height: 116px;
  overflow: hidden;
  border: 1px solid #d5e3ec;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 56, 149, .06);
}

.recruit-staff-profile__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-staff-profile__photo figcaption {
  margin-top: 15px;
}

.recruit-staff-profile__photo figcaption strong,
.recruit-staff-profile__photo figcaption span,
.recruit-staff-profile__photo figcaption small {
  display: block;
}

.recruit-staff-profile__photo figcaption small {
  margin-bottom: 4px;
  color: var(--recruit-blue);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .16em;
}

.recruit-staff-profile__photo figcaption strong {
  color: var(--recruit-navy);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .07em;
}

.recruit-staff-profile__photo figcaption span {
  margin-top: 2px;
  color: #6b7b87;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.recruit-staff-profile__table {
  min-width: 0;
}

.recruit-staff-profile__table dl,
.recruit-staff-profile__table dd {
  margin: 0;
}

.recruit-staff-profile__table dl {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  border-radius: 9px;
  background: var(--recruit-border);
}

.recruit-staff-profile__item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-width: 0;
  background: #ffffff;
}

.recruit-staff-profile__table dt,
.recruit-staff-profile__table dd {
  min-width: 0;
  padding: 16px 17px;
  font-size: 13px;
  line-height: 1.8;
}

.recruit-staff-profile__table dt {
  display: flex;
  align-items: center;
  color: var(--recruit-blue);
  background: #f2f7fb;
  border-right: 1px solid var(--recruit-border);
  font-weight: 800;
}

.recruit-staff-profile__table dd {
  color: #273846;
  background: #ffffff;
  font-weight: 500;
}

.recruit-staff-profile__table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-staff-profile__table li {
  position: relative;
  padding-left: 1.05em;
}

.recruit-staff-profile__table li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--recruit-blue);
  content: "";
}

/* 選んだ理由 */
.recruit-staff-reason__body {
  max-width: 880px;
}

.recruit-staff-reason__body > p {
  margin: 0;
  color: #263947;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .025em;
}

.recruit-staff-reason__body > p + p {
  margin-top: 24px;
}

.recruit-staff-quote {
  position: relative;
  margin: 32px 0;
  padding: 30px 36px 28px 42px;
  border: 1px solid #d3e4f1;
  border-left: 5px solid var(--recruit-blue);
  border-radius: 0 10px 10px 0;
  background: linear-gradient(135deg, #f4f9fd, #ffffff);
}


.recruit-staff-quote p {
  margin: 0;
  color: var(--recruit-navy);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: .04em;
}

.recruit-staff-quote cite {
  display: block;
  margin-top: 12px;
  color: #607788;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .06em;
}

/* 現在の仕事 */
.recruit-staff-work__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.recruit-staff-work-card {
  min-width: 0;
  padding: 26px 16px 22px;
  border: 1px solid var(--recruit-border);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.recruit-staff-work-card:hover {
  border-color: #a9cbe3;
  box-shadow: 0 10px 24px rgba(0, 56, 149, .09);
  transform: translateY(-4px);
}

.recruit-staff-work-card__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  color: var(--recruit-blue);
}

.recruit-staff-work-card__icon svg * {
  stroke-width: 2.4;
}

.recruit-staff-work-card h4 {
  margin: 0;
  color: var(--recruit-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .035em;
}

.recruit-staff-work-card p {
  margin: 8px 0 0;
  color: #60717d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.recruit-staff-work__note {
  max-width: 850px;
  margin: 30px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--recruit-blue);
  background: #f3f8fc;
  color: #263947;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

/* 一日の流れ */
.recruit-staff-day {
  background: #f3f8fc !important;
}

.recruit-staff-day__sub {
  margin: -18px 0 30px;
  color: var(--recruit-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .1em;
}

.recruit-staff-day__image {
  width: min(100%, 980px);
  margin: 0 auto 34px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 56, 149, .1);
}

.recruit-staff-day__image img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.recruit-staff-day__lead {
  max-width: 850px;
  margin: 0 auto 48px;
  color: #263947;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.recruit-staff-day__lead strong {
  color: var(--recruit-navy);
}

.recruit-staff-timeline {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
}

.recruit-staff-timeline::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 86px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--recruit-blue), #8bc7ea);
  content: "";
}

.recruit-staff-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 42px;
  padding-bottom: 28px;
}

.recruit-staff-timeline__item:last-child {
  padding-bottom: 0;
}

.recruit-staff-timeline__item::before {
  position: absolute;
  top: 16px;
  left: 78px;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--recruit-blue);
  box-shadow: 0 0 0 2px #9fcbe5;
  content: "";
}

.recruit-staff-timeline__item time {
  padding-top: 8px;
  color: var(--recruit-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  letter-spacing: .04em;
}

.recruit-staff-timeline__content {
  padding: 22px 24px;
  border: 1px solid #d6e4ef;
  border-radius: 9px;
  background: #ffffff;
}

.recruit-staff-timeline__container{
	  display: grid;
  grid-template-columns:1fr 210px;
  gap: 20px;
}

@media screen and (max-width:767px){
	.recruit-staff-timeline__container{
	  display: flex;
		flex-direction:column;
	gap: 20px;
	}
}

.recruit-staff-timeline__container > div{
	display:flex;
	flex-direction:column;
}

.recruit-staff-timeline__container > div .recruit-staff-purpose{
	margin-top:auto;	
}

.recruit-staff-timeline__container img{
	border-radius:7px;
}

.recruit-staff-timeline__container ul li {
  position: relative;
  padding-left: 1.25em;
  color: #304451;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


.recruit-staff-timeline__container ul li + li {
  margin-top: 8px;
}

.recruit-staff-timeline__container ul li::before {
  position: absolute;
  top: .72em;
  left: 0.25rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b2c0ca;
  content: "";
}


.recruit-staff-timeline__container ul li::before {
  background: var(--recruit-blue);
}

.recruit-staff-timeline__content h4 {
  margin: 0 0 9px;
  color: var(--recruit-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .035em;
}

.recruit-staff-timeline__content > p {
  margin: 0;
  color: #344754;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.recruit-staff-timeline__content > p + p {
  margin-top: 5px;
}

.recruit-staff-timeline__fine {
  color: #71828d !important;
  font-size: 11px !important;
}

.recruit-staff-timeline__content > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.recruit-staff-timeline__content > ul li {
  padding: 5px 11px;
  border: 1px solid #c7dce9;
  border-radius: 999px;
  color: #31546d;
  background: #f6fafc;
  font-size: 12px;
  font-weight: 700;
}

.recruit-staff-purpose {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #d0e2ee;
  border-radius: 7px;
  background: #f2f8fc;
}

.recruit-staff-purpose strong {
  display: block;
  margin-bottom: 3px;
  color: var(--recruit-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .08em;
}

.recruit-staff-purpose p {
  margin: 0;
  color: #244158;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.recruit-staff-purpose--care {
  border-color: #d1e6dc;
  background: #f1f8f4;
}

.recruit-staff-purpose--care strong {
  color: #397b5d;
}

.recruit-staff-day__close {
  width: min(100%, 900px);
  margin: 42px auto 0;
  padding: 28px 32px;
  border-radius: 9px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--recruit-navy), var(--recruit-dark-navy));
}

.recruit-staff-day__close h4 {
  margin: 0 0 8px;
  color: #9fd8f5;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .08em;
}

.recruit-staff-day__close p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

/* やりがい */
.recruit-staff-motivation__layout {

}

.recruit-staff-motivation__content {
  align-self: center;
}

.recruit-staff-motivation__quote p {
  margin: 0;
  color: #2d404e;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.recruit-staff-motivation__quote p + p {
  margin-top: 18px;
}

.recruit-staff-motivation__key {
  margin-top: 28px !important;
  color: var(--recruit-navy) !important;
  font-size: clamp(17px, 2vw, 21px) !important;
  font-weight: 600 !important;
  letter-spacing: .03em;
}

.recruit-staff-motivation__key em {
  color: var(--recruit-blue);
  font-style: normal;
  border-bottom: 2px solid #8cc8eb;
}

.recruit-staff-motivation__image {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--recruit-light-blue);
}

.recruit-staff-motivation__image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

/* 成長 */
.recruit-staff-growth__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.recruit-staff-growth-card {
  padding: 28px 30px;
  border: 1px solid var(--recruit-border);
  border-radius: 9px;
  background: #ffffff;
}

.recruit-staff-growth-card h4 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .16em;
}

.recruit-staff-growth-card--before h4 {
  color: #72818b;
}

.recruit-staff-growth-card--after {
  border-color: #b8d5e8;
  background: #f5faff;
}

.recruit-staff-growth-card--after h4 {
  color: var(--recruit-blue);
}

.recruit-staff-growth-card li {
  position: relative;
  padding-left: 1.25em;
  color: #304451;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.recruit-staff-growth-card li + li {
  margin-top: 8px;
}

.recruit-staff-growth-card li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b2c0ca;
  content: "";
}

.recruit-staff-growth-card--after li::before {
  background: var(--recruit-blue);
}

.recruit-staff-growth__arrow {
  display: grid;
  place-items: center;
  color: var(--recruit-blue);
  font-size: 30px;
  font-weight: 400;
}

.recruit-staff-growth__how {
  margin-top: 22px;
  padding: 21px 24px;
  border: 1px solid #d3e5dc;
  border-radius: 8px;
  background: #f1f8f4;
  color: #304b3e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.recruit-staff-growth__how strong {
  color: #347656;
  font-weight: 800;
}

.recruit-staff-growth__voice {
  margin: 26px 0 0;
  color: var(--recruit-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .035em;
}

/* これから挑戦したいこと */
.recruit-staff-goal__card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
/*  max-width: 820px;*/
  padding: 30px 34px;
  border: 1px solid #bfd9e9;
  border-radius: 10px;
  background: linear-gradient(135deg, #f2f8fc, #ffffff);
}

.recruit-staff-goal__medal {
  width: 86px;
  height: 86px;
}

.recruit-staff-goal__medal svg text {
  stroke: none;
}

.recruit-staff-goal__content > span {
  display: block;
  color: var(--recruit-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .18em;
}

.recruit-staff-goal__content > strong {
  display: block;
  margin-top: 4px;
  color: var(--recruit-navy);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .035em;
}

.recruit-staff-goal__content p {
  margin: 6px 0 0;
  color: #536a79;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.recruit-staff-goal__text {
/*  max-width: 820px;*/
  margin-top: 28px;
}

.recruit-staff-goal__text p {
  margin: 0;
  color: #2c404e;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.recruit-staff-goal__text p + p {
  margin-top: 14px;
}

/* 求職者へのメッセージ */
.recruit-staff-message {

  color: #ffffff;
  background: var(--recruit-dark-navy);
}

.recruit-staff-message__image {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}


.recruit-staff-message__image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.recruit-staff-message__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px clamp(38px, 6vw, 76px);
}

.recruit-staff-message__content::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
}

.recruit-staff-message__content > * {
  position: relative;
  z-index: 1;
}

.recruit-staff-block__head--light > span {
  color: #83d1f5;
}

.recruit-staff-block__head--light h3 {
  color: #ffffff;
}

.recruit-staff-block__head--light h3::after {
  background: #83d1f5;
}

.recruit-staff-message__text p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
}

.recruit-staff-message__text p + p {
  margin-top: 14px;
}

.recruit-staff-message__final {
  margin-top: 32px !important;
  color: #ffffff !important;
  font-size: clamp(20px, 2.4vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  letter-spacing: .045em;
}

.recruit-staff-message__final em {
  color: #8ed6f7;
  font-style: normal;
}

.recruit-staff-interview__closing {
  margin: 0;
  padding: 22px 28px;
  color: #647681;
  background: #f5f9fc;
  border-top: 1px solid var(--recruit-border);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .08em;
}

/* タブレット */
@media screen and (max-width: 1024px) {

  .recruit-staff-interview__hero {
    grid-template-columns: 1fr;
  }

  .recruit-staff-interview__hero-content {
    padding: 46px 38px;
  }

  .recruit-staff-work__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recruit-staff-message {
    grid-template-columns: 38% minmax(0, 1fr);
  }
  .recruit-staff-profile__layout {
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
  }

  .recruit-staff-profile__photo {
    padding-right: 24px;
  }

  .recruit-staff-profile__avatar {
    width: 100px;
    height: 100px;
  }

  .recruit-staff-profile__item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .recruit-staff-profile__table dt,
  .recruit-staff-profile__table dd {
    padding: 14px;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {

  .recruit-staff {
    padding: 58px 0 72px;
  }

  .recruit-staff__heading {
    margin-bottom: 30px;
  }

  .recruit-staff-interview {
    border-radius: 8px;
  }

  .recruit-staff-interview__hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .recruit-staff-interview__hero-image {
    min-height: 0;
    aspect-ratio: 1.25 / 1;
  }

  .recruit-staff-interview__hero-image img {
    min-height: 0;
  }

  .recruit-staff-interview__hero-content {
    padding: 36px 24px 40px;
  }

  .recruit-staff-interview__hero-content::before {
    top: 0;
    width: 100%;
    height: 4px;
  }

  .recruit-staff-interview__tag {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .recruit-staff-interview__catch {
    font-size: clamp(28px, 8vw, 36px);
  }

  .recruit-staff-interview__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-person {
    margin-top: 24px;
    padding: 14px;
  }

  .recruit-staff-person__icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .recruit-staff-person__body strong {
    font-size: 19px;
  }

  .recruit-staff-block {
    padding: 56px 22px;
  }

  .recruit-staff-block__head {
    margin-bottom: 26px;
  }

  .recruit-staff-block__head h3 {
    font-size: 25px;
  }

  .recruit-staff-block__lead {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-profile__layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .recruit-staff-profile__photo {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #dce8f0;
    text-align: left;
  }

  .recruit-staff-profile__avatar {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
  }

  .recruit-staff-profile__photo figcaption {
    min-width: 0;
    margin: 0 0 0 16px;
  }

  .recruit-staff-profile__photo figcaption strong {
    font-size: 18px;
  }

  .recruit-staff-profile__table dl {
    grid-template-columns: 1fr;
  }

  .recruit-staff-profile__item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .recruit-staff-profile__table dt,
  .recruit-staff-profile__table dd {
    padding: 13px 14px;
    font-size: 12px;
  }

  .recruit-staff-reason__body > p {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-quote {
    margin: 25px 0;
    padding: 24px 20px 22px 27px;
  }

  .recruit-staff-quote::before {
    left: 8px;
    font-size: 40px;
  }

  .recruit-staff-quote p {
    font-size: 17px;
  }

  .recruit-staff-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .recruit-staff-work-card {
    padding: 22px 12px 18px;
  }

  .recruit-staff-work-card:last-child {
    grid-column: 1 / -1;
  }

  .recruit-staff-work-card__icon {
    width: 44px;
    height: 44px;
  }

  .recruit-staff-work__note {
    margin-top: 24px;
    padding: 16px 17px;
    font-size: 13px;
  }

  .recruit-staff-day__sub {
    margin-top: -13px;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .recruit-staff-day__image {
    margin-bottom: 26px;
    border-radius: 7px;
  }

  .recruit-staff-day__image img {
    aspect-ratio: 1.45 / 1;
  }

  .recruit-staff-day__lead {
    margin-bottom: 34px;
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .recruit-staff-timeline::before {
    left: 13px;
  }

  .recruit-staff-timeline__item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 0 25px 40px;
  }

  .recruit-staff-timeline__item::before {
    top: 7px;
    left: 5px;
  }

  .recruit-staff-timeline__item time {
    padding-top: 0;
    font-size: 18px;
    text-align: left;
  }

  .recruit-staff-timeline__content {
    padding: 18px 17px;
  }

  .recruit-staff-timeline__content h4 {
    font-size: 15px;
  }

  .recruit-staff-timeline__content > p {
    font-size: 13px;
  }

  .recruit-staff-purpose {
    padding: 13px 14px;
  }

  .recruit-staff-purpose p {
    font-size: 12px;
  }

  .recruit-staff-day__close {
    margin-top: 30px;
    padding: 23px 20px;
  }

  .recruit-staff-day__close p {
    font-size: 13px;
  }

  .recruit-staff-motivation__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .recruit-staff-motivation__quote p {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-motivation__image {
    order: -1;
    aspect-ratio: 1.15 / 1;
  }

  .recruit-staff-motivation__image img {
    min-height: 0;
  }

  .recruit-staff-growth__flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .recruit-staff-growth__arrow {
    padding: 7px 0;
    transform: rotate(90deg);
  }

  .recruit-staff-growth-card {
    padding: 23px 20px;
  }

  .recruit-staff-growth-card li,
  .recruit-staff-growth__how {
    font-size: 13px;
  }

  .recruit-staff-growth__voice {
    margin-top: 22px;
    font-size: 16px;
  }

  .recruit-staff-goal__card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px 20px;
    text-align: center;
  }

  .recruit-staff-goal__medal {
    margin: 0 auto;
  }

  .recruit-staff-goal__content > strong {
    font-size: 20px;
  }

  .recruit-staff-goal__text p {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-message {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .recruit-staff-message__image {
    min-height: 0;
    aspect-ratio: 1.25 / 1;
  }

  .recruit-staff-message__image img {
    min-height: 0;
  }

  .recruit-staff-message__content {
    padding: 48px 22px 52px;
  }

  .recruit-staff-message__text p {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-staff-message__final {
    margin-top: 26px !important;
    font-size: 20px !important;
  }

  .recruit-staff-interview__closing {
    padding: 18px 20px;
    font-size: 10px;
  }

}

@media (hover: none) {
  .recruit-staff-work-card:hover {
    border-color: var(--recruit-border);
    box-shadow: none;
    transform: none;
  }
}




/*
=========================================
Contact Page
お問い合わせページ
=========================================
*/

.p-contact {
  --contact-blue: #07599c;
  --contact-blue-dark: #064889;
  --contact-text: #17364d;
  --contact-line: #d5e1e8;
  --contact-input-line: #b8c8d3;
  --contact-pale-blue: #f3f8fb;
  --contact-bg: #f8fbfd;
  --contact-required: #cf5656;

  overflow: hidden;
  color: var(--contact-text);
  background: #fff;
}

.p-contact *,
.p-contact *::before,
.p-contact *::after {
  box-sizing: border-box;
}

.p-contact img {
  display: block;
  max-width: 100%;
}

.p-contact .p-company-hero__title {
  margin: 0;
}


/*
=========================================
Hero
=========================================
*/

.p-contact-hero .p-company-hero__image img {
  object-position: center right;
}


/*
=========================================
Main Section
=========================================
*/

.p-contact-section {
  padding: 82px 0 110px;
  background:
    linear-gradient(
      180deg,
      #fff 0%,
      #fff 72%,
      #f6fafc 100%
    );
}

.p-contact-section__inner {
  width: min(100% - 56px, var(--inner-width));
  margin-inline: auto;
}


/*
=========================================
Heading
=========================================
*/

.p-contact-heading {
  text-align: center;
}

.p-contact-heading .p-company-section__label {
  margin: 0;
}

.p-contact-heading .p-company-section__title {
  margin: 8px 0 0;
}

.p-contact-heading__lead {
  margin: 25px 0 0;
  color: #263b49;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.025em;
}


/*
=========================================
Telephone
=========================================
*/

.nissan-contact__intro {
  width: min(100%, 760px);
  margin: 42px auto 0;
}

.nissan-contact__tel-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 28px 40px;
  border: 1px solid #c9dce8;
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      #f7fbfe 0%,
      #edf6fb 100%
    );
  box-shadow: 0 10px 30px rgba(0, 68, 105, 0.07);
}

.nissan-contact__tel-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background:
    linear-gradient(
      145deg,
      #1175ad 0%,
      #07599c 100%
    );
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 20px rgba(7, 89, 156, 0.18);
}

.nissan-contact__tel-content {
  text-align: left;
}

.nissan-contact__tel-label {
  margin: 0;
  color: #28465b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}

.nissan-contact__tel {
  margin: 3px 0 0;
  line-height: 1;
}

.nissan-contact__tel a {
  display: inline-block;
  color: var(--contact-blue);
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.nissan-contact__tel a:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}


/*
=========================================
Form Area Heading
=========================================
*/

.nissan-contact__form-area {
  width: min(100%, 1000px);
  margin: 70px auto 0;
}

.nissan-contact__form-heading {
  margin-bottom: 28px;
  text-align: center;
}

.nissan-contact__form-heading h3 {
  margin: 0;
  color: #101f2b;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.nissan-contact__form-heading h3::after {
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: var(--contact-blue);
  content: "";
}

.nissan-contact__form-heading p {
  margin: 20px 0 0;
  color: #415564;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.9;
}

.nissan-contact__required-example {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 23px;
  margin-right: 3px;
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  background: var(--contact-required);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}


/*
=========================================
Contact Form 7
=========================================
*/

.nissan-contact {
  width: 100%;
}

.nissan-contact__table {
  overflow: hidden;
  border-top: 1px solid var(--contact-line);
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 68, 105, 0.055);
}

.nissan-contact__row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

.nissan-contact__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 24px 22px;
  background: var(--contact-pale-blue);
  border-right: 1px solid var(--contact-line);
}

.nissan-contact__head label {
  margin: 0;
  color: #153c58;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.6;
}

.nissan-contact__required,
.nissan-contact__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 42px;
  min-height: 23px;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

.nissan-contact__required {
  border: 1px solid var(--contact-required);
  color: #fff;
  background: var(--contact-required);
}

.nissan-contact__optional {
  border: 1px solid #c6d3db;
  color: #526773;
  background: #fff;
}

.nissan-contact__body {
  min-width: 0;
  padding: 22px 26px;
  background: #fff;
}

.nissan-contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


/*
=========================================
Inputs
=========================================
*/

.nissan-contact input[type="text"],
.nissan-contact input[type="email"],
.nissan-contact input[type="tel"],
.nissan-contact input[type="url"],
.nissan-contact input[type="number"],
.nissan-contact select,
.nissan-contact textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid var(--contact-input-line);
  border-radius: 4px;
  color: #172f40;
  background-color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.nissan-contact input[type="text"],
.nissan-contact input[type="email"],
.nissan-contact input[type="tel"],
.nissan-contact input[type="url"],
.nissan-contact input[type="number"],
.nissan-contact select {
  min-height: 52px;
}

.nissan-contact textarea {
  min-height: 220px;
  resize: vertical;
}

.nissan-contact input::placeholder,
.nissan-contact textarea::placeholder {
  color: #98a7b1;
  opacity: 1;
}

.nissan-contact input[type="text"]:focus,
.nissan-contact input[type="email"]:focus,
.nissan-contact input[type="tel"]:focus,
.nissan-contact input[type="url"]:focus,
.nissan-contact input[type="number"]:focus,
.nissan-contact select:focus,
.nissan-contact textarea:focus {
  border-color: var(--contact-blue);
  background-color: #fbfdff;
  box-shadow: 0 0 0 3px rgba(7, 89, 156, 0.1);
}


/*
=========================================
Select
=========================================
*/

.nissan-contact select {
  padding-right: 48px;
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      #527083 50%
    ),
    linear-gradient(
      135deg,
      #527083 50%,
      transparent 50%
    );
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  appearance: none;
  cursor: pointer;
}

.nissan-contact select::-ms-expand {
  display: none;
}


/*
=========================================
Postal Code
=========================================
*/

.nissan-contact__body--postal .wpcf7-form-control-wrap {
  max-width: 240px;
}

.nissan-contact__note {
  margin: 8px 0 0;
  color: #667986;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
}


/*
=========================================
Privacy Policy
=========================================
*/

.nissan-contact__privacy {
  width: min(100%, 900px);
  margin: 50px auto 0;
}

.nissan-contact__privacy-title {
  margin: 0 0 20px;
  color: #101f2b;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}

.nissan-contact__privacy-box {
  height: 320px;
  padding: 26px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #cbd9e2;
  border-radius: 4px;
  color: #263c4a;
  background: #f8fbfd;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.9;
  scrollbar-width: thin;
  scrollbar-color: #9cb6c6 #eaf1f5;
  -webkit-overflow-scrolling: touch;
}

.nissan-contact__privacy-box::-webkit-scrollbar {
  width: 8px;
}

.nissan-contact__privacy-box::-webkit-scrollbar-track {
  background: #eaf1f5;
}

.nissan-contact__privacy-box::-webkit-scrollbar-thumb {
  border: 2px solid #eaf1f5;
  border-radius: 999px;
  background: #9cb6c6;
}

.nissan-contact__privacy-box:focus {
  border-color: var(--contact-blue);
  outline: 3px solid rgba(7, 89, 156, 0.1);
}

.nissan-contact__privacy-box p {
  margin: 0;
}

.nissan-contact__privacy-box p + p {
  margin-top: 12px;
}

.nissan-contact__privacy-box h4 {
  margin: 24px 0 8px;
  color: var(--contact-blue);
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.6;
}

.nissan-contact__privacy-box h4:first-of-type {
  margin-top: 20px;
}

.nissan-contact__privacy-box ul {
  margin: 8px 0 0;
  padding-left: 1.5em;
  list-style: disc;
}

.nissan-contact__privacy-box li {
  margin: 3px 0;
}


/*
=========================================
Privacy Consent
=========================================
*/

.nissan-contact__consent {
  margin-top: 24px;
  text-align: center;
}

.nissan-contact__consent .wpcf7-form-control-wrap {
  display: inline-block;
  width: auto;
}

.nissan-contact__consent .wpcf7-list-item {
  margin: 0;
}

.nissan-contact__consent label {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.nissan-contact__consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--contact-blue);
  cursor: pointer;
}

.nissan-contact__consent .wpcf7-list-item-label {
  color: #213a4b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
}

.nissan-contact__consent .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #c43d3d;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
}


/*
=========================================
Submit
=========================================
*/

.nissan-contact__submit {
  position: relative;
  width: min(100% - 32px, 360px);
  margin: 34px auto 0;
  text-align: center;
}

.nissan-contact__submit::after {
  position: absolute;
  top: 27px;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}

.nissan-contact__submit input[type="submit"],
.nissan-contact__submit .wpcf7-submit {
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 14px 48px 14px 28px;
  border: 1px solid var(--contact-blue);
  border-radius: 5px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #1175ad 0%,
      #07599c 100%
    );
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7, 89, 156, 0.18);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
}

.nissan-contact__submit input[type="submit"]:hover,
.nissan-contact__submit .wpcf7-submit:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(7, 89, 156, 0.22);
}

.nissan-contact__submit input[type="submit"]:focus-visible,
.nissan-contact__submit .wpcf7-submit:focus-visible {
  outline: 3px solid rgba(7, 89, 156, 0.2);
  outline-offset: 3px;
}

.nissan-contact__submit input[type="submit"]:disabled,
.nissan-contact__submit .wpcf7-submit:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.nissan-contact__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -42px;
  margin: 0;
  transform: translateY(-50%);
}


/*
=========================================
Validation
=========================================
*/

.nissan-contact .wpcf7-not-valid {
  border-color: var(--contact-required) !important;
  background-color: #fffafa !important;
}

.nissan-contact .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #c33e3e;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-contact .wpcf7 form .wpcf7-response-output {
  width: min(100%, 1000px);
  margin: 28px auto 0;
  padding: 14px 18px;
  border-width: 1px;
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.7;
}

.p-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #4d9669;
  color: #245f39;
  background: #f1faf4;
}

.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--contact-required);
  color: #9f3535;
  background: #fff5f5;
}

.p-contact .wpcf7 form.spam .wpcf7-response-output,
.p-contact .wpcf7 form.failed .wpcf7-response-output,
.p-contact .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #d08a33;
  color: #88530f;
  background: #fff9f0;
}


/*
=========================================
Tablet
=========================================
*/

@media (max-width: 1024px) {

  .nissan-contact__row {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .nissan-contact__head {
    padding: 22px 18px;
  }

  .nissan-contact__body {
    padding: 20px;
  }

}


/*
=========================================
Smartphone
=========================================
*/

@media (max-width: 767px) {

  .p-contact-section {
    padding: 58px 0 76px;
  }

  .p-contact-section__inner {
    width: min(100% - 32px, var(--inner-width));
  }

  .p-contact-heading__lead {
    margin-top: 20px;
    font-size: 0.84rem;
    line-height: 1.9;
    text-align: left;
  }

  .p-contact-heading__lead br {
    display: none;
  }


  /*
  Telephone
  */

  .nissan-contact__intro {
    margin-top: 30px;
  }

  .nissan-contact__tel-card {
    gap: 15px;
    padding: 22px 18px;
  }

  .nissan-contact__tel-icon {
    width: 54px;
    height: 54px;
    font-size: 0.7rem;
  }

  .nissan-contact__tel-label {
    font-size: 0.75rem;
  }

  .nissan-contact__tel a {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }


  /*
  Form Heading
  */

  .nissan-contact__form-area {
    margin-top: 52px;
  }

  .nissan-contact__form-heading {
    margin-bottom: 22px;
  }

  .nissan-contact__form-heading p {
    text-align: left;
  }


  /*
  Form Table
  */

  .nissan-contact__table {
    box-shadow: none;
  }

  .nissan-contact__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .nissan-contact__head {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--contact-line);
  }

  .nissan-contact__body {
    padding: 17px 16px 20px;
  }

  .nissan-contact__body--postal .wpcf7-form-control-wrap {
    max-width: none;
  }

  .nissan-contact textarea {
    min-height: 190px;
  }


  /*
  Privacy
  */

  .nissan-contact__privacy {
    margin-top: 38px;
  }

  .nissan-contact__privacy-title {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }

  .nissan-contact__privacy-box {
    height: 280px;
    padding: 20px 18px;
    font-size: 0.75rem;
    line-height: 1.85;
  }

  .nissan-contact__privacy-box h4 {
    margin-top: 20px;
    font-size: 0.85rem;
  }

  .nissan-contact__consent {
    text-align: left;
  }

  .nissan-contact__consent .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }

  .nissan-contact__consent label {
    justify-content: flex-start;
  }

  .nissan-contact__consent .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }


  /*
  Submit
  */

  .nissan-contact__submit {
    margin-top: 28px;
  }

  .nissan-contact__submit .wpcf7-spinner {
    top: calc(100% + 12px);
    right: 50%;
    transform: translateX(50%);
  }

}

/* =========================================================
   採用個別ページ
   common.cssは編集せず、page.cssの末尾に追加
========================================================= */

.recruit-detail {
  --rd-blue: #0054b8;
  --rd-blue-dark: #003f9e;
  --rd-blue-deep: #00317e;
  --rd-blue-light: #eaf5ff;
  --rd-blue-pale: #f6fbff;
  --rd-border: #cbdced;
  --rd-text: #17233c;
  --rd-muted: #41526f;
  --rd-white: #ffffff;

  overflow: hidden;
  color: var(--rd-text);
  background: var(--rd-white);
}

.recruit-detail *,
.recruit-detail *::before,
.recruit-detail *::after {
  box-sizing: border-box;
}

.recruit-detail__inner {
  width: min(100% - 56px, var(--inner-width, 1200px));
  margin-inline: auto;
}


/* =========================================================
   Hero
========================================================= */

.recruit-detail-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
}

.recruit-detail-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, .96) 31%,
      rgba(255, 255, 255, .46) 50%,
      rgba(255, 255, 255, 0) 68%
    ),
    url("../images/recruit/recruit-hero-newgraduate.webp");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, auto 100%;
}

.recruit-detail-hero__wave {
  position: absolute;
  left: -6%;
  bottom: -10px;
  z-index: 1;
  width: 55%;
  height: 120px;
  opacity: .45;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      -7deg,
      transparent 0 9px,
      rgba(0, 84, 184, .16) 10px,
      transparent 11px 22px
    );
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    transparent 100%
  );
}

.recruit-detail-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 64px 0 58px;
}

.recruit-detail-hero__content {
  width: min(50%, 590px);
}

.recruit-detail-hero__label {
  margin: 0 0 16px;
  color: var(--rd-blue);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}

.recruit-detail-hero__title {
  margin: 0;
  color: var(--rd-blue-dark);

  font-size: clamp(2.25rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
}

.recruit-detail-hero__lead {
  margin: 26px 0 0;
  color: #111827;
  font-size: .95rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .04em;
}

.recruit-detail-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  margin: 26px 0 0;
  padding: 10px 22px;
  color: var(--rd-blue);
  border: 1px solid var(--rd-blue);
  background: rgba(255, 255, 255, .82);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.5;
}


/* =========================================================
   Jobs
========================================================= */

.recruit-detail-jobs {
  padding: 18px 0 96px;
  background: #fff;
}

.recruit-detail-section-title {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 14px;
  color: var(--rd-blue);
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .08em;
}

.recruit-detail-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}


/* =========================================================
   Tabs
========================================================= */

.recruit-detail-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 0;
  margin: 0 0 -1px;
}

.recruit-detail-tabs__button {
  position: relative;
  min-height: 58px;
  margin: 0;
  padding: 13px 22px 12px;
  appearance: none;
  color: #18243a;
  border: 1px solid var(--rd-border);
  border-bottom-color: #a9c4e1;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .96);
  font: inherit;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  cursor: pointer;
  transition:
    color .25s ease,
    background-color .25s ease,
    border-color .25s ease;
}

.recruit-detail-tabs__button + .recruit-detail-tabs__button {
  margin-left: -1px;
}

.recruit-detail-tabs__button.is-active {
  z-index: 2;
  min-height: 66px;
  color: #fff;
  border-color: var(--rd-blue);
  background:
    linear-gradient(
      135deg,
      var(--rd-blue) 0%,
      var(--rd-blue-deep) 100%
    );

  /*
  clip-path:
    polygon(
      0 0,
      calc(100% - 24px) 0,
      100% 100%,
      0 100%
    );
  */
}

.recruit-detail-tabs__button:focus-visible,
.recruit-detail-accordion:focus-visible {
  outline: 3px solid rgba(0, 84, 184, .3);
  outline-offset: 3px;
}

.recruit-detail-jobs__note {
  margin: 12px 0;
  color: #17233c;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.7;
}


/* =========================================================
   Panels
========================================================= */

.recruit-detail-panels {
  position: relative;
}

.recruit-detail-panel {
  display: none;
}

.recruit-detail-panel.is-active {
  display: block;
}

.recruit-detail-accordion {
  display: none;
}


/* =========================================================
   Job Card
========================================================= */

.recruit-detail-job-card {
  padding: 28px 28px 22px;
  border: 1px solid #aac2db;
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #f6fbff 100%
    );
}

.recruit-detail-job-card__catch {
  margin: 0 0 24px;
  color: #17233c;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.8;
}


/* =========================================================
   募集要項のタイトル
========================================================= */

.recruit-detail-job {
  min-width: 0;
}

.recruit-detail-job__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 20px;
  padding: 0 2px 16px;
  border-bottom: 1px solid var(--rd-border);
}

.recruit-detail-job__title {
  margin: 0;
  color: var(--rd-blue-dark);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .06em;
}

.recruit-detail-job__target {
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 14px;
  color: var(--rd-blue-dark);
  border: 1px solid #9fc0df;
  border-radius: 999px;
  background: var(--rd-blue-pale);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}


/* =========================================================
   募集要項テーブル
========================================================= */

.recruit-detail-table {
  overflow: hidden;
  border: 1px solid var(--rd-border);
  background: #fff;
}


/* 募集内容・採用条件・応募 */

.recruit-detail-table__heading {
  margin: 0;
  padding: 15px 18px;
  color: var(--rd-blue-dark);
  background: #d8ebfa;
  border-bottom: 1px solid var(--rd-border);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .06em;
}


/* テーブル行 */

.recruit-detail-table__row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  border-bottom: 1px solid var(--rd-border);
}

.recruit-detail-table__row:last-child {
  border-bottom: 0;
}

.recruit-detail-table__head,
.recruit-detail-table__data {
  padding: 13px 18px;
  font-size: .92rem;
  line-height: 1.75;
}

.recruit-detail-table__head {
  display: flex;
  align-items: center;
  color: var(--rd-blue-dark);
  background:
    linear-gradient(
      90deg,
      #e6f2ff 0%,
      #f4f9ff 100%
    );
  border-right: 1px solid var(--rd-border);
  font-weight: 800;
}

.recruit-detail-table__data {
  min-width: 0;
  color: #16243b;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.recruit-detail-table__data p {
  margin: 0;
}

.recruit-detail-table__data p + p {
  margin-top: 8px;
}


/* 給与内訳など、項目内の簡易2列 */

.recruit-detail-table__breakdown {
  margin: 0;
}

.recruit-detail-table__breakdown-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 5px 0;
}

.recruit-detail-table__breakdown-row
+ .recruit-detail-table__breakdown-row {
  border-top: 1px dashed #d7e3ef;
}

.recruit-detail-table__breakdown dt,
.recruit-detail-table__breakdown dd {
  margin: 0;
}

.recruit-detail-table__breakdown dt {
  color: var(--rd-blue-dark);
  font-weight: 800;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {
  .recruit-detail-hero__content {
    width: min(56%, 560px);
  }

  .recruit-detail-hero__bg {
    background-position: center, 64% center;
  }

  .recruit-detail-tabs {
    margin-inline: 0;
  }

  .recruit-detail-tabs__button {
    padding-inline: 14px;
    font-size: .86rem;
  }
}


/* =========================================================
   Smartphone
========================================================= */

@media (max-width: 767px) {
  .recruit-detail__inner {
    width: min(
      100% - 32px,
      var(--inner-width, 1200px)
    );
  }


  /* Hero */

  .recruit-detail-hero {
    min-height: auto;
  }

  .recruit-detail-hero__bg {
    opacity: .32;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .98) 0%,
        rgba(255, 255, 255, .94) 64%,
        rgba(255, 255, 255, .76) 100%
      ),
      url("../images/recruit/recruit-hero-newgraduate.png");
    background-position: center, 58% center;
    background-size: cover, auto 100%;
  }

  .recruit-detail-hero__wave {
    width: 115%;
    height: 86px;
    opacity: .28;
  }

  .recruit-detail-hero__inner {
    min-height: auto;
    padding: 52px 0 46px;
  }

  .recruit-detail-hero__content {
    width: 100%;
  }

  .recruit-detail-hero__label {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .recruit-detail-hero__title {
    font-size: clamp(2rem, 8vw, 2.75rem);
    line-height: 1.42;
  }

  .recruit-detail-hero__lead {
    margin-top: 22px;
    font-size: .86rem;
    line-height: 1.9;
  }

  .recruit-detail-hero__lead br {
    display: none;
  }

  .recruit-detail-hero__badge {
    min-width: 0;
    min-height: 48px;
    margin-top: 22px;
    padding: 9px 18px;
    font-size: .9rem;
  }


  /* Jobs */

  .recruit-detail-jobs {
    padding: 42px 0 72px;
  }

  .recruit-detail-section-title {
    margin-bottom: 26px;
    font-size: 1.72rem;
  }


  /* PCタブを非表示 */

  .recruit-detail-tabs,
  .recruit-detail-jobs__note {
    display: none;
  }


  /* SPでは全パネルを配置 */

  .recruit-detail-panel,
  .recruit-detail-panel.is-active {
    display: block;
  }

  .recruit-detail-panel + .recruit-detail-panel {
    margin-top: 14px;
  }


  /* アコーディオン見出し */

  .recruit-detail-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 16px 18px;
    appearance: none;
    color: #fff;
    border: 0;
    background:
      linear-gradient(
        135deg,
        var(--rd-blue) 0%,
        var(--rd-blue-deep) 100%
      );
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
  }


  /* プラス・マイナスアイコン */

  .recruit-detail-accordion__icon {
    position: relative;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 14px;
  }

  .recruit-detail-accordion__icon::before,
  .recruit-detail-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition:
      transform .25s ease,
      opacity .25s ease;
  }

  .recruit-detail-accordion__icon::after {
    transform:
      translate(-50%, -50%)
      rotate(90deg);
  }

  .recruit-detail-panel.is-active
  .recruit-detail-accordion__icon::after {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }


  /* アコーディオン本文 */

  .recruit-detail-panel__body {
    max-height: 0;
    overflow: hidden;
    border-right: 1px solid #e3edf6;
    border-left: 1px solid #e3edf6;
    transition: max-height .28s ease;
  }

  .recruit-detail-panel.is-active
  .recruit-detail-panel__body {
    max-height: none;
  }


  /* Job Card */

  .recruit-detail-job-card {
    padding: 18px 14px;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .recruit-detail-job-card__catch {
    margin-bottom: 16px;
    font-size: .95rem;
    line-height: 1.75;
  }


  /* 募集要項タイトル */

  .recruit-detail-job__header {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .recruit-detail-job__title {
    font-size: 1.3rem;
  }

  .recruit-detail-job__target {
    display: inline-flex;
    margin-top: 9px;
    padding: 5px 11px;
    font-size: .76rem;
    white-space: normal;
  }


  /* 募集内容・採用条件・応募 */

  .recruit-detail-table__heading {
    padding: 12px 14px;
    font-size: .94rem;
  }

  .recruit-detail-table__heading:not(:first-child) {
    border-top-width: 6px;
  }


  /* テーブル */

  .recruit-detail-table__row {
    grid-template-columns:
      112px
      minmax(0, 1fr);
  }

  .recruit-detail-table__head,
  .recruit-detail-table__data {
    padding: 8px 8px;
    font-size: .8rem;
    line-height: 1.55;
  }

  .recruit-detail-table__head {
    align-items: flex-start;
  }


  /* 給与内訳 */

  .recruit-detail-table__breakdown-row {
    grid-template-columns:
      64px
      minmax(0, 1fr);
    gap: 8px;
  }
}


/* =========================================================
   PCタブ切り替え時のフェード
========================================================= */

@media (min-width: 768px) {
  .recruit-detail-panel.is-active {
    animation:
      recruit-detail-panel-fade
      .4s
      ease
      both;
  }
}

@keyframes recruit-detail-panel-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================================================
   動きを減らす設定
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .recruit-detail-panel.is-active {
    animation: none;
  }

  .recruit-detail-panel__body,
  .recruit-detail-accordion__icon::before,
  .recruit-detail-accordion__icon::after {
    transition: none;
  }
}


/* =========================================================
   経験者採用ページ
   .recruit-detail--career を付けたページだけに適用
========================================================= */

.recruit-detail--career .recruit-detail-hero__bg {
  background-image:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, .97) 30%,
      rgba(255, 255, 255, .66) 47%,
      rgba(255, 255, 255, .10) 68%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../images/recruit/recruit-hero-career.webp");
  background-position: center, right center;
  background-size: cover, auto 100%;
}

.recruit-detail--career .recruit-detail-hero__content {
  width: min(52%, 620px);
}

.recruit-detail-hero__message {
  position: absolute;
  top: 50%;
  right: max(28px, calc((100vw - var(--inner-width, 1200px)) / 2));
  z-index: 3;
  width: 238px;
  padding: 28px 26px;
  color: #fff;
  background: rgba(0, 42, 101, .88);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .05em;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(0, 35, 82, .18);
}

.recruit-detail-hero__message p {
  margin: 0;
}

.recruit-detail-hero__message p + p {
  margin-top: 18px;
}

.recruit-detail-hero__message-lead {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.8;
}

.recruit-detail--career .recruit-detail-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recruit-detail--career .recruit-detail-tabs__button {
  padding-inline: 16px;
}

.recruit-detail-job-card--career {
  padding: 24px;
}

.recruit-career-content {
  display: grid;
  gap: 28px;
}

.recruit-career-overview {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: stretch;
}

.recruit-career-overview > .recruit-detail-table {
  height: 100%;
}

.recruit-detail-table--career-overview .recruit-detail-table__row,
.recruit-detail-table--career-description .recruit-detail-table__row {
  grid-template-columns: 120px minmax(0, 1fr);
}

.recruit-detail-table--career-description .recruit-detail-table__row {
  min-height: 100%;
}

.recruit-detail-table--career-description .recruit-detail-table__head {
  align-items: flex-start;
}

.recruit-career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.recruit-career-card {
  min-width: 0;
}

.recruit-career-card__title {
  position: relative;
  margin: 0 0 12px;
  padding-left: 14px;
  color: var(--rd-blue-dark);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .05em;
}

.recruit-career-card__title::before {
  content: "";
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--rd-blue);
}

.recruit-detail-table--career-compact .recruit-detail-table__row {
  grid-template-columns: 112px minmax(0, 1fr);
}

.recruit-detail-table--career-compact .recruit-detail-table__head,
.recruit-detail-table--career-compact .recruit-detail-table__data {
  padding: 11px 12px;
  font-size: .79rem;
  line-height: 1.72;
}

.recruit-detail-table--career-compact .recruit-detail-table__head {
  align-items: flex-start;
}

.recruit-career-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-career-list li {
  position: relative;
  padding-left: 1em;
}

.recruit-career-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
  font-weight: 800;
}

.recruit-career-list li + li {
  margin-top: 5px;
}

.recruit-career-list--square {
  margin-top: 10px;
}

.recruit-career-list--square li {
  padding-left: 1.1em;
}

.recruit-career-list--square li::before {
  content: "■";
  top: .05em;
  color: var(--rd-blue-dark);
  font-size: .74em;
}

.recruit-career-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
  padding: 16px 24px;
  background: linear-gradient(90deg, #edf5ff 0%, #f8fbff 100%);
  border: 1px solid #d8e6f3;
  border-radius: 7px;
}

.recruit-career-contact__icon {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 22px;
  border: 2px solid var(--rd-blue);
  border-radius: 2px;
}

.recruit-career-contact__icon::before,
.recruit-career-contact__icon::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 18px;
  height: 2px;
  background: var(--rd-blue);
}

.recruit-career-contact__icon::before {
  left: 0;
  transform: rotate(35deg);
  transform-origin: left center;
}

.recruit-career-contact__icon::after {
  right: 0;
  transform: rotate(-35deg);
  transform-origin: right center;
}

.recruit-career-contact__text {
  margin: 0;
  color: var(--rd-blue-dark);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.6;
}

.recruit-career-contact__button {
  flex: 0 0 auto;
  min-width: 170px;
  min-height: 48px;
  border-radius: 999px;
}


@media (max-width: 1200px) {
  .recruit-detail-hero__message {
    display: none;
  }

  .recruit-detail--career .recruit-detail-hero__content {
    width: min(58%, 620px);
  }

  .recruit-detail--career .recruit-detail-tabs__button {
    padding-inline: 10px;
    font-size: .8rem;
  }
}


@media (max-width: 1024px) {
  .recruit-detail--career .recruit-detail-hero__content {
    width: min(62%, 590px);
  }

  .recruit-career-overview,
  .recruit-career-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .recruit-career-grid {
    gap: 28px;
  }

  .recruit-detail-table--career-compact .recruit-detail-table__row {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .recruit-detail-table--career-compact .recruit-detail-table__head,
  .recruit-detail-table--career-compact .recruit-detail-table__data {
    padding: 13px 16px;
    font-size: .86rem;
  }
}


@media (max-width: 767px) {
  .recruit-detail--career .recruit-detail-hero__bg {
    opacity: .34;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .99) 0%,
        rgba(255, 255, 255, .94) 66%,
        rgba(255, 255, 255, .72) 100%
      ),
      url("../images/recruit/recruit-hero-career.webp");
    background-position: center, 66% center;
    background-size: cover, auto 100%;
  }

  .recruit-detail--career .recruit-detail-hero__content {
    width: 100%;
  }

  .recruit-detail--career .recruit-detail-hero__lead br {
    display: none;
  }

  .recruit-detail-job-card--career {
    padding: 14px 10px 18px;
  }

  .recruit-career-content {
    gap: 22px;
  }

  .recruit-career-overview,
  .recruit-career-grid {
    gap: 20px;
  }

  .recruit-detail-table--career-overview .recruit-detail-table__row,
  .recruit-detail-table--career-description .recruit-detail-table__row,
  .recruit-detail-table--career-compact .recruit-detail-table__row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .recruit-detail-table--career-compact .recruit-detail-table__head,
  .recruit-detail-table--career-compact .recruit-detail-table__data {
    padding: 12px 10px;
    font-size: .78rem;
    line-height: 1.7;
  }

  .recruit-career-card__title {
    margin-bottom: 10px;
    font-size: 1.02rem;
  }

  .recruit-career-contact {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px 10px;
    padding: 16px;
  }

  .recruit-career-contact__icon {
    width: 27px;
    height: 20px;
  }

  .recruit-career-contact__text {
    font-size: .82rem;
  }

  .recruit-career-contact__button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}


/* =========================================================
   経験者採用ページ
   .recruit-detail--career を付けたページだけに適用
========================================================= */

.recruit-detail--career .recruit-detail-hero__bg {
  background-image:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, .97) 30%,
      rgba(255, 255, 255, .66) 47%,
      rgba(255, 255, 255, .10) 68%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../images/recruit/recruit-hero-career.webp");
  background-position: center, right center;
  background-size: cover, auto 100%;
}

.recruit-detail--career .recruit-detail-hero__content {
  width: min(52%, 620px);
}

.recruit-detail-hero__message {
  position: absolute;
  top: 50%;
  right: max(28px, calc((100vw - var(--inner-width, 1200px)) / 2));
  z-index: 3;
  width: 238px;
  padding: 28px 26px;
  color: #fff;
  background: rgba(0, 42, 101, .88);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .05em;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(0, 35, 82, .18);
}

.recruit-detail-hero__message p {
  margin: 0;
}

.recruit-detail-hero__message p + p {
  margin-top: 18px;
}

.recruit-detail-hero__message-lead {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.8;
}

.recruit-detail--career .recruit-detail-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recruit-detail--career .recruit-detail-tabs__button {
  padding-inline: 16px;
}

.recruit-detail-job-card--career {
  padding: 24px;
}

.recruit-career-content {
  display: grid;
  gap: 28px;
}

.recruit-career-overview {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: stretch;
}

.recruit-career-overview > .recruit-detail-table {
  height: 100%;
}

.recruit-detail-table--career-overview .recruit-detail-table__row,
.recruit-detail-table--career-description .recruit-detail-table__row {
  grid-template-columns: 120px minmax(0, 1fr);
}

.recruit-detail-table--career-description .recruit-detail-table__row {
  min-height: 100%;
}

.recruit-detail-table--career-description .recruit-detail-table__head {
  align-items: flex-start;
}

.recruit-career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.recruit-career-card {
  min-width: 0;
}

.recruit-career-card__title {
  position: relative;
  margin: 0 0 12px;
  padding-left: 14px;
  color: var(--rd-blue-dark);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .05em;
}

.recruit-career-card__title::before {
  content: "";
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--rd-blue);
}

.recruit-detail-table--career-compact .recruit-detail-table__row {
  grid-template-columns: 112px minmax(0, 1fr);
}

.recruit-detail-table--career-compact .recruit-detail-table__head,
.recruit-detail-table--career-compact .recruit-detail-table__data {
  padding: 11px 12px;
  font-size: .79rem;
  line-height: 1.72;
}

.recruit-detail-table--career-compact .recruit-detail-table__head {
  align-items: flex-start;
}

.recruit-career-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-career-list li {
  position: relative;
  padding-left: 1em;
}

.recruit-career-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
  font-weight: 800;
}

.recruit-career-list li + li {
  margin-top: 5px;
}

.recruit-career-list--square {
  margin-top: 10px;
}

.recruit-career-list--square li {
  padding-left: 1.1em;
}

.recruit-career-list--square li::before {
  content: "■";
  top: .05em;
  color: var(--rd-blue-dark);
  font-size: .74em;
}

.recruit-career-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
  padding: 16px 24px;
  background: linear-gradient(90deg, #edf5ff 0%, #f8fbff 100%);
  border: 1px solid #d8e6f3;
  border-radius: 7px;
}

.recruit-career-contact__icon {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 22px;
  border: 2px solid var(--rd-blue);
  border-radius: 2px;
}

.recruit-career-contact__icon::before,
.recruit-career-contact__icon::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 18px;
  height: 2px;
  background: var(--rd-blue);
}

.recruit-career-contact__icon::before {
  left: 0;
  transform: rotate(35deg);
  transform-origin: left center;
}

.recruit-career-contact__icon::after {
  right: 0;
  transform: rotate(-35deg);
  transform-origin: right center;
}

.recruit-career-contact__text {
  margin: 0;
  color: var(--rd-blue-dark);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.6;
}

.recruit-career-contact__button {
  flex: 0 0 auto;
  min-width: 170px;
  min-height: 48px;
  border-radius: 999px;
}


@media (max-width: 1200px) {
  .recruit-detail-hero__message {
    display: none;
  }

  .recruit-detail--career .recruit-detail-hero__content {
    width: min(58%, 620px);
  }

  .recruit-detail--career .recruit-detail-tabs__button {
    padding-inline: 10px;
    font-size: .8rem;
  }
}


@media (max-width: 1024px) {
  .recruit-detail--career .recruit-detail-hero__content {
    width: min(62%, 590px);
  }

  .recruit-career-overview,
  .recruit-career-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .recruit-career-grid {
    gap: 28px;
  }

  .recruit-detail-table--career-compact .recruit-detail-table__row {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .recruit-detail-table--career-compact .recruit-detail-table__head,
  .recruit-detail-table--career-compact .recruit-detail-table__data {
    padding: 13px 16px;
    font-size: .86rem;
  }
}


@media (max-width: 767px) {
  .recruit-detail--career .recruit-detail-hero__bg {
    opacity: .34;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, .99) 0%,
        rgba(255, 255, 255, .94) 66%,
        rgba(255, 255, 255, .72) 100%
      ),
      url("../images/recruit/recruit-hero-career.webp");
    background-position: center, 66% center;
    background-size: cover, auto 100%;
  }

  .recruit-detail--career .recruit-detail-hero__content {
    width: 100%;
  }

  .recruit-detail--career .recruit-detail-hero__lead br {
    display: none;
  }

  .recruit-detail-job-card--career {
    padding: 14px 10px 18px;
  }

  .recruit-career-content {
    gap: 22px;
  }

  .recruit-career-overview,
  .recruit-career-grid {
    gap: 20px;
  }

  .recruit-detail-table--career-overview .recruit-detail-table__row,
  .recruit-detail-table--career-description .recruit-detail-table__row,
  .recruit-detail-table--career-compact .recruit-detail-table__row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .recruit-detail-table--career-compact .recruit-detail-table__head,
  .recruit-detail-table--career-compact .recruit-detail-table__data {
    padding: 12px 10px;
    font-size: .78rem;
    line-height: 1.7;
  }

  .recruit-career-card__title {
    margin-bottom: 10px;
    font-size: 1.02rem;
  }

  .recruit-career-contact {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px 10px;
    padding: 16px;
  }

  .recruit-career-contact__icon {
    width: 27px;
    height: 20px;
  }

  .recruit-career-contact__text {
    font-size: .82rem;
  }

  .recruit-career-contact__button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}