.recruit-main {
	background: #fff;
  	overflow-x: hidden;
  	overflow-x: clip;
}

.recruit-main p {
	font-size: 16px;
}

.header_inner .header_logo a {
  color: inherit;
  text-decoration: none;
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
}

.header_inner .header_logo a img {
	display: block;
}

.header_inner .header_logo a .site-purpose {
	font-family: "Roboto", sans-serif;
  	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.04em;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	font-weight: bold;
	color: inherit;
}

.recruit-main a[href^="tel:"],
.recruit-main a[href^="tel:"]:visited,
.recruit-main a[href^="tel:"]:hover,
.recruit-main a[href^="tel:"]:active,
.recruit-main a[href^="tel:"]:focus {
  color: inherit;
  text-decoration: none;
}

.footer {
	background-color: #fff;
	border-top: 1px solid #000;
}

.footer p {
	color: #000;
}

.footer .footer_inner .footer_logo {
	text-align: center;
  	margin: 0 auto 40px;
	width: 200px;
}

.footer .footer_inner .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .header:not(.is-white) .header_g_nav .g_nav_list:first-child a {
    width: 176px;
  }
}

.hero {
	background-color: #dfe5eb;
	background-image: url(../image/recruit/recruit-mv_20260713.jpg);
}

.hero .hero-viewport .hero-heading span {
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.hero::after {
	content: "";
	display: block;
	width: 100%;
	height: 110px;
	background-image: -moz-linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	background-image: -webkit-linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	background-image: -ms-linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}

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

.section-inner {
	width: min(1080px, calc(100% - 10em));
	margin: 0 auto;
}

.recruit-main h2.section-label {
  	position: relative;
	width: 100%;
	height: 68px;
	line-height: 68px;
	margin: 0 0 70px;
	color: #fff;
	/* text-align: center; */
	font-size: 32px;
	/* letter-spacing: 0.12em; */
	font-weight: 500;
  	background: transparent;
  	z-index: 0;
}

.recruit-main h2.section-label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80vw;
  bottom: 0;
  left: calc(50% - 50vw);
  background: linear-gradient(90deg, #bf1e1e 20%, #d52d2d 70%, rgba(211, 55, 55, 0.02) 100%);
  z-index: -1;
}

.section-about {
	background: #f7f7f7;
	padding-top: 78px;
}

.section-about > .section-inner > .about-description {
	/* text-align: center; */
	line-height: 2.4;
	margin-bottom: 100px;
	max-width: 100%;
	font-size: 16px;
  	font-weight: 500;
	letter-spacing: 0.1rem;
	padding: 23px 0 10%;
}

.recruit-section p.en-heading {
	font-family: "Roboto", sans-serif;
  	display: inline-block;
	font-size: 5.2rem;
	font-style: italic;
	letter-spacing: 0.04em;
	margin-bottom: 42px;
	position: relative;
	font-weight: bold;
}

.recruit-section p.en-heading .ja {
	display: block;
  	width: fit-content;
	margin-top: 10px;
	font-size: 2.2rem;
	font-style: normal;
}

.recruit-section p.en-heading .ja::after {
	content: "";
	display: block;
  	width: 100%;
	height: 8px;
	margin-top: 10px;
	background: #c62523;
}

.service {
	position: relative;
	/* ::before(z-index:-1) が外側の背面へ潜る場合に有効化 */
	isolation: isolate;
}

.service::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 50%;
	margin-right: -50vw;
	margin-left: -50vw;
	background-color: #f2e2e2;
	z-index: -1;
	margin-bottom: -110px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.service-card {
	background: #fff;
	border: 1px solid #ececec;
	padding: 50px 60px 24px;
}

.service-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-bottom: 14px;
}

.service-card h3 {
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.service-card p {
	/* font-size: 1.4rem; */
	line-height: 1.8;
}

.section-positions {
	background: #fff;
	padding-top: 72px;
}

.job-block {
	margin-bottom: 150px;
}

.job-block > img {
	width: 100%;
	margin: 50px 0;
}

.show-pc-block {
  display: block;
}

.show-sp-block {
  display: none;
}

br.pc-only {
  display: inline;
}

br.sp-only {
  display: none;
}

.job-head {
	display: grid;
	grid-template-columns: 1fr 43%;
	gap: 28px;
	align-items: center;
	margin-bottom: 24px;
}

.job-copy h3 {
	display: inline-block;
	color: #fff;
	background: #6a6a6a;
	font-size: 2.1rem;
	padding: 10px 20px;
	margin-bottom: 16px;
}

.job-copy p {
	line-height: 1.9;
}

.job-head img {
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.job-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 150px));
	gap: 14px;
	list-style: none;
	justify-content: space-between;
	justify-items: center;
	width: 80%;
	padding: 0;
	margin: 0 auto;
}

.job-points li {
	width: 100%;
	max-width: 150px;
	aspect-ratio: 1 / 1;
	border: 1px solid #d85f5f;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
	line-height: 1.4;
	font-size: 1.4rem;
	gap: 6px;
}

.job-points li p {
	margin: 0;
}

.job-points li p:first-of-type {
	font-size: 20px;
  font-weight: 500;
	line-height: 1.3;
	color: #bf1e1e;
}

.job-points li p:nth-of-type(2) {
	font-size: 12px;
	line-height: 1.6;
}

.requirement {
	position: relative;
	isolation: isolate;
}

.requirement::before {
	content: "";
	position: absolute;
	margin: -100px 0;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 50%;
	margin-right: -50vw;
	margin-left: -50vw;
	background-color: #f9e9e9;
	z-index: -1;
}

/* requirement table */
.requirement-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.5;
}

.requirement-table th,
.requirement-table td {
	text-align: left;
	vertical-align: top;
	padding: 16px 20px;
  	font-weight: 500;
}

.requirement-table td {
	background: #fff;
}

.requirement-table th {
	position: relative;
	width: 28%;
	background: #efc2c1;
}


.requirement-table td .td-sub {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.requirement-table td ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* company table */
.company-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	background-color: transparent;
	font-size: 16px;
  	font-weight: 500;
	line-height: 1.5;
}

.company-table th,
.company-table td {
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 16px 20px;
}

.company-table td {
	background: #fff;
	padding-left: 28px;
}

.company-table th {
	width: 20%;
  	font-weight: 500;
}

.company-table .office-locations {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
}

.company-table .office-item {
	line-height: 1.7;
}

.company-table .office-label {
	display: block;
	margin-bottom: 4px;
}

.company-table th::after {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	right: 15%;
	width: 2px;
	background: #bf1e1e;
}

#flow {
	border-bottom: #bf1e1e 2px solid;
}

.section-flow {
	background: #fff;
	padding-top: 72px;
}

.flow-inner {
	padding-bottom: 20px;
}

.flow-inner p {
	font-size: 22px;
  	font-weight: 500;
	text-align: left;
}

.flow-steps {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	gap: 12px;
	margin-bottom: 50px;
}

.flow-step {
	width: 15%;
	aspect-ratio: 3 / 2; /* 好きな比率に変更 */
	height: auto;
	border: 2px solid #595959;
	box-shadow: 5px 5px 0 #595959;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding : 10px;
}

.flow-step span {
	display: block;
	color: #c62523;
	font-size: 18px;
  	font-weight: 500;
	margin-bottom: 8px;
}

.flow-step p {
	font-size: 14px;
	line-height: 1.5;
  	font-weight: 500;
	text-align: center;
}

.flow-arrow {
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 13px solid #c62523;
	margin-left: 5px;
}

.flow-inner p.flow-note {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 50px;
}

.section-company {
	padding-top: 72px;
	margin-bottom: 0;
}



@media screen and (min-width: 768px) {
  .recruit-main p {
	font-size: 16px;
  }

  .header_inner .header_logo a .site-purpose {
	font-family: "Roboto", sans-serif;
  	display: inline-block;
	font-size: 3rem;
	font-style: italic;
	letter-spacing: 0.04em;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	font-weight: bold;
	color: inherit;
  }

  .hero {
    position: relative;
		min-height: 476px;
    box-sizing: border-box;
    width: 100%;
		height: 70vh;
    z-index: 6;
  }
  .hero .filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.051);
  }
  .hero .scroll-down-wrapper {
    position: absolute;
    right: 1vw;
    bottom: 218px;
    transform: rotate(90deg);
  }
  .hero .scroll-down-wrapper .scroll-down {
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    color: #fff;
  }
  .hero .scroll-down-wrapper .scroll-down::before {
    position: absolute;
    top: 50%;
    right: -146px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 129px;
    height: 1px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .hero .scroll-down-wrapper .scroll-down::after {
    position: absolute;
    top: 50%;
    right: -145px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .hero .hero-viewport {
    position: absolute;
    left: 5%;
	top: auto;
	bottom: 5%;
  }
  .hero .hero-viewport .hero-heading {
    margin-bottom: 15px;
  }
  .hero .hero-viewport .hero-heading span {
    display: inline-block;
    line-height: 1.7;
    font-style: italic;
    font-size: 7.5rem;
    color: #fff;
    box-sizing: border-box;
    padding: 16px 16px 16px 0;
    margin-bottom: 5px;
  }
  .hero .hero-viewport .hero-text {
    line-height: 1.8;
    font-size: 2rem;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .hero .hero-viewport .hero-text span {
    display: block;
    margin: 60px 0;
    font-size: 62px;
    font-weight: 500;
  }
}


@media screen and (max-width: 839px) {
  .recruit-main p {
	font-size: 16px;
  }
  
  .recruit-section {
    padding-bottom: 72px;
  }

  .section-about,
  .section-positions,
  .section-flow,
  .section-company {
    padding-top: 52px;
  }

  .recruit-main h2.section-label {
    margin-bottom: 40px;
	font-size: 24px;
  }

  .section-about > .section-inner > .about-description {
    text-align: left;
    line-height: 1.9;
    margin-bottom: 52px;
  }

  .recruit-section p.en-heading {
    font-size: 3.4rem;
    margin-bottom: 28px;
  }

  .recruit-section p.en-heading .ja {
    font-size: 1.8rem;
  }

  .recruit-section p.en-heading .ja::after {
    height: 6px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card h3 {
    font-size: 1.8rem;
  }

  .job-head {
    grid-template-columns: 1fr;
  }

  .job-copy h3 {
    font-size: 1.8rem;
  }

  .job-points {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	justify-content: stretch;
	width: 100%;
	margin: 0 auto;
}

  .job-points li {
	/* box-sizing: border-box; */
	/* width: min(48vw, 116px); */
	max-width: 115px;
	gap: 4px;
	padding: 30px;
}

  .job-points li p {
	margin: 0;
}

.job-points li p:first-of-type {
	font-size: 1.3em;
  	font-weight: 500;
	line-height: 1.3;
	color: #bf1e1e;
}

.job-points li p:nth-of-type(2) {
	font-size: 1em;
	line-height: 1.4;
}

  .requirement-table th,
  .requirement-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
	font-size: 16px;
  }

  .company-table th,
  .company-table td {
	display: table-cell;
    box-sizing: border-box;
	font-size: 14px;
	padding: 10px;
  }

  .company-table th {
    width: 30%;
    box-sizing: border-box;
  }

  .company-table .office-locations {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-steps {
    flex-direction: column;
    gap: 10px;
  }

  .flow-step {
    width: 100%;
    max-width: 300px;
	aspect-ratio: 3 / 1; /* 好きな比率に変更 */
	height: auto;
  }

  .flow-arrow {
    border-left-color: transparent;
    border-top: 13px solid #c62523;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 0;
    margin-left: 0;
  }
}


@media screen and (max-width: 767px) {
	.header_inner .header_logo a .site-purpose {
		font-size: 2rem;
	}

  .hero {
    position: relative;
    box-sizing: border-box;
    width: 100%;
		height: 70vh;
    z-index: 6;
    background-image: url(../image/recruit/recruit-mv-sp_20260716.jpg);
  }
  .hero .filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.051);
  }
  .hero .scroll-down-wrapper {
    position: absolute;
    right: 0;
    bottom: 125px;
    transform: rotate(90deg);
  }
  .hero .scroll-down-wrapper .scroll-down {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
  }
  .hero .scroll-down-wrapper .scroll-down::before {
    position: absolute;
    top: 50%;
    right: -71px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 65px;
    height: 1px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .hero .scroll-down-wrapper .scroll-down::after {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    margin: 0;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .hero .hero-viewport {
    position: absolute;
    left: 5%;
    right: 5%;
	top: auto;
	bottom: 8%;
  }
  .hero .hero-viewport .hero-heading {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .hero .hero-viewport .hero-heading span {
    display: inline-block;
    font-style: italic;
    font-size: 9.5vw;
    letter-spacing: 0.2rem;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 0;
    margin-bottom: 3px;
  }
  .hero .hero-viewport .hero-text {
    font-size: 1.4rem;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .hero .hero-viewport .hero-text span {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
  }

  .section-about > .section-inner > .about-description {
	text-align: justify;
	text-justify: inter-ideograph;
  }

  .section-inner {
    width: calc(100% - 6em);
	margin: 0 auto;
  }

	.section-positions .section-inner {
	width: calc(100% - 3em);
	}

  .recruit-main h2.section-label {
    font-size: 20px;
    letter-spacing: 0.08em;
	height: 50px;
	line-height: 50px;
  }

  .recruit-main h2.section-label::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	bottom: 0;
	left: calc(50% - 50vw);
	background: linear-gradient(90deg, #bf1e1e 12%, #d52d2d 58%, rgba(211, 55, 55, 0) 100%);
	z-index: -1;
  }

  .service-card {
	padding: 20px 25px 25px;
  }

  .service-card p,
  .job-copy p,
  .flow-note {
    font-size: 14px;
  }

  .requirement-table td,
  .company-table td {
	font-size: 14px;
  }

  .show-pc-block {
	display: none;
  }

  .show-sp-block {
	display: block;
  }

  br.pc-only {
	display: none;
  }

  br.sp-only {
	display: inline;
  }

  .job-block > img {
	width: 80%;
	margin: 50px auto;
  }
}
