/* =========================================================
	共通
========================================================== */
.c-title .en {
	font-size: 2.2rem !important;
	color: #707070;
}

.c-title .ja {
	font-size: 4.2rem !important;
	color: #ee7d80;
}

@media screen and (max-width: 810px) {
	.c-title .en {
		font-size: 2.2rem;
	}

	.c-title .ja {
		font-size: 4.2rem;
	}
}

@media screen and (max-width: 500px) {
	.c-title .en {
		font-size: 1.6rem !important;
	}

	.c-title .ja {
		font-size: 2.8rem !important;
	}
}

.pink,
.u-pink {
	color: #ee7d80;
}

.br-sp,
.br-pc {
	display: none;
}

@media (max-width: 767px) {
	.br-sp {
		display: inline;
	}
}

@media (min-width: 768px) {
	.br-pc {
		display: inline;
	}
}

.grad-page p {
	line-height: 1.6;
}

.p-future__bg {
    position: absolute;
    top: 45%;
    right: -3%;
    width: 480px;
    z-index: -1;
    opacity: .5;
}

/* =========================================================
	ページ専用のフレームワーク
========================================================== */
.grad-page {
	--grad-space-3: 16px;
	--grad-space-4: 20px;
	--grad-space-5: 24px;
	--grad-space-6: 32px;
	--grad-section-y: clamp(48px, 6vw, 96px);
	--grad-card-radius: 10px;
	--grad-card-border: #eee;
	--grad-color-text: #333;
	--grad-color-label: #ee7d80;
	--grad-color-accent: #8ec31f;
	--grad-color-band: #fffdf5;
	--grad-color-soft: #fffdf0;
	--grad-color-emphasis: #4aa8b6;
}

.grad-page .grad-section {
	padding: var(--grad-section-y) 0;
}

.grad-page .grad-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
}

.grad-page .grad-container--narrow {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 16px;
}

.grad-page .grad-h2 {
	font-size: clamp(22px, 3.2vw, 32px);
	font-weight: 700;
	text-align: center;
	margin: 0 0 var(--grad-space-5);
	color: var(--grad-color-text);
}

.grad-page .grad-h3 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: clamp(18px, 2.6vw, 24px);
	font-weight: 700;
	margin: var(--grad-space-4) 0 var(--grad-space-3);
	color: var(--grad-color-text);
}

.grad-page .grad-text {
	color: var(--grad-color-text);
	line-height: 1.8;
}

.grad-page .grad-rich {
	line-height: 1.8;
	color: var(--grad-color-text);
}

.grad-page .grad-cols {
	display: grid;
	gap: 24px;
}

@media (min-width: 980px) {
	.grad-page .grad-cols {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

.grad-page .grad-grid {
	display: grid;
	gap: var(--grad-space-4);
}

.grad-page .grad-grid--cards {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grad-page .grad-grid--icons {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grad-page .grad-center {
	text-align: center;
}

.grad-page .grad-card {
	background: #fff;
	border: 1px solid var(--grad-card-border);
	border-radius: var(--grad-card-radius);
	padding: var(--grad-space-4);
}

.grad-page .grad-card--media img,
.grad-page .grad-card--media .c-ofiCover {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--grad-card-radius);
	object-fit: contain;
}

.grad-page .grad-label {
	color: var(--grad-color-label);
	font-weight: 700;
	margin-bottom: 12px;
}

/* =========================================================
  代表メッセージセクション
========================================================== */
.p-message {
	background: var(--grad-color-soft, #fffdf0);
	padding-block: var(--grad-section-y, 80px);
}

.p-message__desc {
	max-width: 820px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: var(--grad-card-radius, 10px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	line-height: 1.9;
	color: var(--grad-color-text, #333);
}

.p-message__desc h3 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: clamp(32px, 2vw, 38px);
    font-weight: 700;
    line-height: 1.4;
	color: #59a85a;
	text-align: center;
	margin-bottom: 1.5em;
}
.p-message__desc h4 {
	position: relative;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 700;
    margin: 2em 0 1em;
    line-height: 1.4;
	color: black;
	padding-bottom: 2rem;
}
.p-message__desc h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #ff69b4 0%, 
    #ff69b4 15%,
    #8ec31f 15%,
    #8ec31f 100%
  );
}
.p-message__desc h5 {
	font-size: clamp(17px, 1.8vw, 20px);
	font-weight: 700;
	color: #ee7d80;
	margin: 1.8em 0 1em;
}

.p-message__desc p {
	margin-bottom: 1.6em;
	font-size: 16px;
}

.p-message__desc br {
	display: inline;
}

.p-message__desc strong {
	color: var(--grad-color-accent, #8ec31f);
}

/* 署名部 */
.p-message__desc .info {
	text-align: right;
	margin-top: 40px;
}

.p-message__desc .info p {
	margin: 0;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.p-message__desc {
		padding: 24px 20px;
	}
	.p-message__desc h3 {
		margin-top: 1.5rem;
	    font-size: clamp(24px, 2vw, 48px);
	}
    .p-message__desc h4 {
        font-size: 20px;
    }
	.p-message__desc h5 {
		font-size: 16px;
	}
}

/* =========================================================
  社会的意義セクション
========================================================== */

.grad-page .p-significance {
	background: var(--grad-color-band);
}

.p-significance__desc,
.p-significance__wrap {
	max-width: 820px;
	margin: 0 auto;
}

.p-significance__top {
	background-color: transparent !important;
}

.p-significance__content {
	display: block;
}

.p-significance__label {
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 700;
	color: #f39800 !important;
	text-align: center;
	margin-bottom: 2rem;
}

.grad-flow {
	/* 調整用トークン（挙動維持） */
	--gap-pc: 36px;
	--gap-sp: 48px;
	--tri-w: 12px;
	--tri-h: 8px;
	--tri-offset-pc: 10px;
	--tri-offset-sp: 20px;

	display: grid !important;
	grid-template-columns: 1fr;
	gap: var(--gap-sp);
	position: relative;
	overflow: visible;
}

.grad-flow>* {
	margin: 0 !important;
}

.grad-flow .flow-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 150px;
	padding: 20px 18px;
	border-radius: 14px;
	border: none;
	height: 100%;
	z-index: 0;
}

.grad-flow .flow-card:nth-child(1) {
	background: #59a85a;
	color: #fff;
}

.grad-flow .flow-card:nth-child(2) {
	background: #a9d06c;
	color: #213;
}

.grad-flow .flow-card:nth-child(3) {
	background: #e07c43;
	color: #fff;
}

.grad-flow .flow-card .heading {
	font-size: clamp(20px, 3vw, 23px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .02em;
	margin: 0 0 8px;
	color: #fff;
}

.grad-flow .flow-card p {
	margin: 0;
	line-height: 1.4;
	color: #fff;
}

@media (max-width: 819.98px) {
	.grad-flow {
		grid-template-columns: 1fr !important;
		gap: var(--gap-sp) !important;
		grid-auto-flow: row;
		column-count: initial !important;
		columns: initial !important;
	}

	.grad-flow .flow-card {
		min-height: 80px;
	}

	.grad-flow .flow-card:not(:last-child)::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: calc(var(--gap-sp) / -2 - var(--tri-w) + var(--tri-offset-sp));
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-top: var(--tri-w) solid #9aa0a6;
		border-left: var(--tri-h) solid transparent;
		border-right: var(--tri-h) solid transparent;
		z-index: 10;
		pointer-events: none;
	}

	.p-significance .p-significance__content .grad-flow>li {
		width: auto !important;
		max-width: none !important;
		flex: initial !important;
		display: block !important;
	}
}

@media (min-width: 820px) {
	.grad-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: var(--gap-pc) !important;
		grid-auto-flow: row;
		column-count: initial !important;
		columns: initial !important;
	}

	.grad-flow .flow-card {
		min-height: 170px;
	}

	.grad-flow .flow-card:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(var(--gap-pc) / -2 - var(--tri-w) + var(--tri-offset-pc));
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: var(--tri-w) solid #9aa0a6;
		border-top: var(--tri-h) solid transparent;
		border-bottom: var(--tri-h) solid transparent;
		z-index: 10;
		pointer-events: none;
	}

	.p-significance .p-significance__content .grad-flow>li {
		width: auto !important;
		max-width: none !important;
		flex: initial !important;
		display: block !important;
	}
}

/* =========================================================
	企業理念セクション
========================================================== */
.grad-policy .c-titleBrackets {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: clamp(20px, 2.6vw, 28px);
	font-weight: 700;
	line-height: 1.4;
	color: #ee7d80;
	background: #fff5f6;
	padding: .6em 1em;
	border-radius: 6px;
	margin: 18px auto 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.grad-policy .c-titleBrackets {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

.grad-policy .grad-container {
	max-width: 1200px;
}

.grad-policy .p-policy__desc {
	max-width: 820px;
	margin: 0 auto;
}

.grad-policy .p-policy__title {
	font-size: clamp(18px, 2.6vw, 24px);
	font-weight: 700;
	border-radius: 6px;
	margin-bottom: 12px;
	text-align: center;
}

.grad-policy .p-policy__lead {
	font-size: clamp(16px, 2.1vw, 20px);
	font-weight: 600;
	color: #555;
	margin-bottom: 24px;
	text-align: center;
}

.grad-policy .p-future__desc p:nth-child(n+3) {
	line-height: 1.9;
}

/* =========================================================
	成長実績セクション
========================================================== */
.p-growth__lead {
	margin-top: 12px;
}

.p-growth__chartContainer {
	max-width: 820px;
	margin: 0 auto 20px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.p-growth__chartContainer canvas {
	width: 100% !important;
	height: 380px !important;
}

.p-growth__chartTitle {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}

@media (max-width: 820px) {
	.p-growth__chartContainer {
		padding: 20px;
		margin-bottom: 16px;
	}

	.p-growth__chartContainer canvas {
		height: 300px !important;
	}

	.p-growth__chartTitle {
		font-size: 16px;
	}
}

.p-growth__powers {
	display: block;
}

.p-growth__list {
	display: grid;
	gap: var(--grad-space-3);
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 720px) {
	.p-growth__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 980px) {
	.p-growth__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.p-growth__num {
	position: static !important;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 50%;
	background: #ee7d80;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
}

.p-growth__title {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	display: inline-block;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}


/* 崩れ防止 */
.p-future__desc,
.p-content__desc {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	white-space: normal !important;
}

/* =========================================================
	働く環境・カルチャーセクション
========================================================== */
.grad-subheading {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 700;
	font-size: clamp(16px, 2.2vw, 20px);
	line-height: 1.4;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 6px;
	background: #8ec31f;
	color: #fff;
	margin: 0 0 var(--grad-space-3);
}

.p-culture__list {
	display: grid;
	gap: var(--grad-space-3);
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.p-culture__list .p-culture__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.p-culture__list .p-culture__icon {
	width: 64px !important;
	height: 64px !important;
	max-width: none !important;
	object-fit: contain;
	border-radius: 0;
	display: block;
	margin-bottom: 8px;
}

@media (max-width: 650px) {
	.p-culture__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.p-culture__list .p-culture__icon {
		width: 74px !important;
		height: 74px !important;
	}
}

.p-culture__values {
	list-style: none;
	margin: var(--grad-space-3) 0 0;
	padding: 0;
	display: grid;
	gap: var(--grad-space-3);
	grid-template-columns: 1fr;
}

@media (min-width: 860px) {
	.p-culture__values {
		grid-template-columns: repeat(2, 1fr);
	}
}

.p-culture__value {
	position: relative;
	padding: 16px 18px 18px 58px;
	background: #fff;
	border: 1px solid var(--grad-card-border);
	border-radius: var(--grad-card-radius);
}

.p-culture__valueNum {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 700;
	background: #8ec31f;
	color: #fff;
}

.p-culture__valueTitle {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 2rem;
}

.p-culture__valueDesc {
	margin: 0;
	line-height: 1.8;
	color: #333;
}

.p-culture__trainingList {
	list-style: none;
	margin: var(--grad-space-3) 0 0;
	padding: 0;
	display: grid;
	gap: var(--grad-space-3);
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.p-culture__trainingTitle {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 2rem;
}

@media (max-width: 650px) {
	.p-culture__training .p-culture__card {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.p-culture__training .p-culture__icon {
		width: 50% !important;
		max-width: 50% !important;
		height: auto !important;
		object-fit: contain;
	}

	.p-culture__training .p-culture__card p {
		margin: 0;
		flex: 1 1 0;
		text-align: left;
	}
}

.p-culture__intro,
.p-culture__content {
	max-width: 820px;
	margin: 0 auto;
}

/* =========================================================
	キャリアパスセクション
========================================================== */
.grad-page .p-career {
	background: var(--grad-color-soft);
}

.career-path {
	max-width: 820px;
	margin: 0 auto;
	display: flex;
	gap: 0;
}

.career-step {
	position: relative;
	flex: 1;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 60px 20px 40px;
	color: white;
	margin-left: -40px;
}

.career-step:first-child {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0;
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
}

.career-step:not(:first-child):not(:last-child) {
	padding-left: 50px;
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 40px 50%);
}

.career-step:last-child {
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 40px 50%);
	padding-right: 40px;
	padding-left: 50px;
}

.career-step.light {
	background: #afb4c3;
}

.career-step.medium {
	background: #707887;
}

.career-step.dark {
	background: #464d5c;
}

.career-step.darkest {
	background: #2d323d;
}

.career-step__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
}

.career-step__text {
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	color: #fff;
}

@media (max-width: 812px) {
	.career-path {
		flex-direction: column;
		gap: 0;
		max-width: 240px;
	}

	.career-step {
		width: 100%;
		min-height: 150px;
		padding: 30px 30px 35px 30px;
		margin-left: 0 !important;
		margin-top: -30px;
		text-align: center;
		align-items: center;
	}

	.career-step:first-child {
		min-height: 110px;
		padding-top: 20px;
		padding-bottom: 25px;
		margin-top: 0;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
	}

	.career-step:not(:first-child) {
		padding-top: 45px;
	}

	.career-step:not(:first-child):not(:last-child) {
		clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
	}

	.career-step:last-child {
		clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
		padding-bottom: 35px;
	}

	.career-step__title {
		font-size: 20px;
		margin-bottom: 12px;
		text-align: center;
	}

	.career-step__text {
		font-size: 13px;
		line-height: 1.6;
		text-align: center;
	}
}

/* キャリアパスのリスト */
.p-career__list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 420px;
}

.p-career__list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.p-career__list li:last-child {
	margin-bottom: 0;
}

.p-career__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #8ec31f;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
}

@media (max-width: 650px) {
	.p-career__list {
		max-width: 100%;
		padding: 0 10px;
	}

	.p-career__list li {
		font-size: 14px;
		padding-left: 32px;
	}

	.p-career__list li::before {
		width: 22px;
		height: 22px;
		font-size: 14px;
	}
}


/* =========================================================
	担う役割セクション
========================================================== */

.p-role__intro {
	max-width: 820px;
	margin: 0 auto;
	margin-top: 2rem;
	background: white;
	border-radius: 20px;
	padding: 50px 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.p-role__container {
	display: flex;
	align-items: center;
	gap: 60px;
}

.p-role__content {
	flex: 1;
}

.p-role__image {
	flex-shrink: 0;
	max-width: 180px;
	width: 100%;
	height: auto;
	position: relative;
}

.p-role__image::before {
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #fff3e0 0%, #ffcc80 100%);
	border-radius: 50% 40% 50% 40%;
	z-index: 1;
}

.p-role__image img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50% 40% 50% 40%;
	border: 4px solid white;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.p-role__label {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #f38321;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 3px solid #f38321;
	letter-spacing: 0.08em;
}

.p-role__text {
	line-height: 1.8;
	color: var(--grad-color-text, #333);
	text-align: left;
}

@media (max-width: 768px) {
	.p-role__intro {
		padding: 40px 24px;
		border-radius: 16px;
	}

	.p-role__container {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.p-role__content {
		order: 2;
	}

	.p-role__image {
		order: 1;
		width: 124px;
		height: 124px;
		margin: 0 auto;
	}

	.p-role__image::before {
		top: -5px;
		right: -5px;
	}

	.p-role__label {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.p-role__text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (max-width: 480px) {
	.p-role__intro {
		padding: 32px 20px;
	}

	.p-role__image {
		width: 122px;
		height: 122px;
	}

	.p-role__label {
		font-size: 22px;
	}

	.p-role__text {
		font-size: 14px;
	}
}

.p-role__schedule {
	margin: 0 auto;
	display: grid;
	gap: 40px;
	margin-top: 48px;
}

@media (min-width: 820px) {
	.p-role__schedule {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
}

.p-role__schedule-section {
	background: var(--grad-color-soft, #faf8f0);
	padding: 24px 28px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.p-role__schedule-section--day {
	background: #fff6e6;
}

.p-role__schedule-section--night {
	background: #dae8f5;
}

.p-role__schedule-title {
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #969696;
	text-align: center;
}

.p-role__schedule-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 5px;
}

.p-role__schedule-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px dotted #cfcfcf;
}

.p-role__schedule-item:last-child {
	border-bottom: none;
}

.p-role__schedule-item .time {
	font-weight: 700;
	color: #444;
	min-width: 56px;
	font-size: 16px;
}

.p-role__schedule-item .activity {
	flex: 1;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.p-role__schedule-item .activity-note {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #777;
}

@media (max-width: 819.98px) {
	.p-role__schedule {
		gap: 24px;
		margin-top: 36px;
	}

	.p-role__schedule-section {
		padding: 20px;
	}

	.p-role__schedule-section--day {
		border-inline-end: none;
	}

	.p-role__schedule-item .time {
		min-width: 50px;
		font-size: 15px;
	}

	.p-role__schedule-item .activity {
		font-size: 14px;
	}
}
.support-sections {
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 20px;
}

.support-block {
  border: 2px solid #f4a123;
  border-radius: 6px;
  padding: 1.8rem 2rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.support-title,
.support-staff {
  display: inline-block;
  vertical-align: middle;
}

.support-title {
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #f4a123;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.7em 1.6em;
  border-radius: 4px;
  margin-right: 1rem;
}

.support-staff {
  font-weight: 600;
  color: #222;
  border-left: 4px solid #f4a123;
  padding-left: 0.8em;
}

.support-tasks {
  margin: 1.4em 0 0;
  padding: 0;
}

.task {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.6em;
}

.task dt {
  flex-shrink: 0;
  width: 10em;
  font-weight: 700;
  color: #222;
}

.task dd {
  margin: 0;
  flex: 1;
}

.support-block--day { border-color: #f28b00; }
.support-block--night { border-color: #f28b00; }
.support-block--common { border-color: #f28b00; }

.support-block--day .support-title { background: #f28b00; }
.support-block--night .support-title { background: #f28b00; }
.support-block--common .support-title { background: #f28b00; }

@media (max-width: 640px) {
  .support-title,
  .support-staff {
    display: block;
    margin-right: 0;
  }

  .support-title {
    font-size: 1.8rem;
    margin-bottom: 0.3em;
  }

  .support-staff {
    margin-top: 0.6em;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #f4a123;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0;
  }

  .task {
    display: block;
  }

  .task dt {
    width: auto;
    margin-bottom: 0.2em;
  }

  .task dd {
    margin-left: 0;
  }
}


/* =========================================================
	求める人物像セクション
========================================================== */
.p-candidate {
	padding-bottom: var(--grad-section-y);
}

.p-candidate h2 .ja {
	color: var(--grad-color-emphasis) !important;
}

.p-candidate__lead {
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 700;
	text-align: center;
	margin: 0 0 var(--grad-space-3);
}

.p-candidate__contents {
	max-width: 820px;
	margin: 0 auto;
}

.p-candidate__list {
	list-style: none;
	margin: var(--grad-space-4) 0 0;
	padding: 0;
	display: grid;
	gap: var(--grad-space-4);
	grid-template-columns: 1fr;
}

@media (min-width: 720px) {
	.p-candidate__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.p-candidate__item {
	border: 1px solid var(--grad-color-emphasis) !important;
	background-color: #fff;
}

.p-candidate__title {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 2rem;
	color: var(--grad-color-emphasis) !important;
	line-height: 1.4;
}

.p-candidate__desc {
	margin: 0;
	line-height: 1.4;
}

/* =========================================================
	新卒採用情報セクション
========================================================== */
.grad-page .p-recruitment {
	background: var(--grad-color-soft);
}

.p-recruitment__desc {
	max-width: 820px;
	margin: 0 auto;
	margin-top: 20px;
}

.p-recruitment__table {
	display: grid;
	gap: 10px;
	background: #fff;
	border-radius: 12px;
	padding: 16px 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

@media (min-width: 820px) {
	.p-recruitment__table {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 32px 40px;
	}
}

.p-recruitment__row {
	border: 1px solid var(--grad-card-border);
	border-radius: 10px;
	padding: 16px 20px;
	transition: background .2s;
}

.p-recruitment__heading {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 700;
	color: #eb6100;
	margin-bottom: 6px;
}

.p-recruitment__text {
	font-size: 16px;
	line-height: 1.7;
	color: var(--grad-color-text, #333);
}

/* =========================================================
	働く魅力とやりがいセクション
========================================================== */

.p-fulfillment__label {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	text-align: center;
	margin: 0 0 var(--grad-space-5);
	color: var(--grad-color-text);
}

.p-fulfillment__group {
	max-width: 820px;
	margin: 0 auto;
}

.p-fulfillment__list {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: var(--grad-space-3);
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-fulfillment__item {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: var(--grad-space-3);
	align-items: center;
}

@media (max-width: 640px) {
	.p-fulfillment__item {
		grid-template-columns: 1fr;
	}
}

.p-fulfillment__media img,
.p-fulfillment__media .c-ofiCover {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--grad-card-radius);
	object-fit: cover;
}

.p-fulfillment__desc,
.p-fulfillment__desc .heading {
	text-align: left !important;
}

.p-fulfillment__title {
	font-size: 2rem;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* =========================================================
	キャリアパスセクション
========================================================== */
.p-career__heading {
	font-size: clamp(22px, 3.2vw, 32px);
	font-weight: 700;
	text-align: center;
	margin: 0 0 var(--grad-space-5);
	color: var(--grad-color-text);
}

.p-career__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.p-career__icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: inline-block;
}

.p-career__points {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-career__points li {
	background: #fff;
	padding: 12px 16px;
	padding-left: 32px;
	margin-bottom: 10px;
	border-radius: 6px;
	border-left: 4px solid #8ec31f;
	position: relative;
}

.p-career__points li::before {
	content: "✓";
	color: #8ec31f;
	font-weight: 700;
	margin-right: .5em;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 650px) {
	.p-career__icon {
		width: 22px;
		height: 22px;
	}
}

/* =========================================================
	Q&Aセクション
========================================================== */
.grad-page .p-faq {
	background: var(--grad-color-soft);
}

.p-faq__list {
	display: grid;
	gap: var(--grad-space-3);
}

.p-faq__item {
	padding: 25px;
}

.p-faq__question {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--grad-color-label);
}

.p-faq__answer {
	margin: 0;
	line-height: 1.8;
	color: var(--grad-color-text);
}



/* =========================================================
	企業概要セクション
========================================================== */
.p-company-info {
	background: var(--grad-color-band, #fffdf5);
	padding-block: var(--grad-section-y, 64px);
}

.p-company-info__table {
	display: table;
	max-width: 640px;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin: 0 auto;
	margin-top: 32px;
	line-height: 1.8;
	border-radius: var(--grad-card-radius, 10px);
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.p-company-info__row {
	display: table-row;
	background: #fff;
}

.p-company-info__heading,
.p-company-info__text {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: table-cell;
	vertical-align: top;
	padding: 12px 14px;
	border-bottom: 1px solid #f2f2f2;
}

.p-company-info__heading {
	width: 160px;
	color: var(--grad-color-text, #333);
	white-space: nowrap;
}

.p-company-info__text {
	color: var(--grad-color-text, #333);
}

@media (max-width: 650px) {
	.p-company-info__table {
		display: block;
		border: 1px solid #eee;
		border-radius: var(--grad-card-radius, 10px);
		box-shadow: none;
	}

	.p-company-info__row {
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #eee;
	}

	.p-company-info__row:last-child {
		border-bottom: none;
	}

	.p-company-info__heading,
	.p-company-info__text {
		display: block;
		width: 100%;
		border: none;
		line-height: 1.6;
	}

	.p-company-info__heading {
		padding: 10px 12px 0;
		font-weight: 700;
	}

	.p-company-info__text {
		padding: 6px 12px 12px;
		color: var(--grad-color-text, #333);
	}
}


/* =========================================================
	タイトル
========================================================== */
.grad-page .grad-hero .p-pageMv__title .title .en {
	font-size: clamp(14px, 2.6vw, 20px);
}

.l-headernavitem:last-child,
.l-headernavitem:nth-last-child(2) {
	flex: 0 0 100%;
}

.l-headernavitem:last-child .l-headernavlink,
.l-headernavitem:nth-last-child(2) .l-headernavlink {
	color: #ee7d80;
	border-radius: 14px;
	border: 1px solid #ee7d80;
}

.l-headernavitem:last-child .l-headernavlink .icon,
.l-headernavitem:nth-last-child(2) .l-headernavlink .icon {
	background-color: #ee7d80;
}

.l-headernavitem:last-child .l-headernavlink .icon::after,
.l-headernavitem:nth-last-child(2) .l-headernavlink .icon::after {
	background-color: #fff;
}

.l-headernavitem:last-child .l-headernavlink:hover,
.l-headernavitem:nth-last-child(2) .l-headernavlink:hover {
	background-color: #ee7d80;
	color: #fff;
}

.l-headernavitem:last-child .l-headernavlink:hover .icon,
.l-headernavitem:nth-last-child(2) .l-headernavlink:hover .icon {
	background-color: #fff;
}

.l-headernavitem:last-child .l-headernavlink:hover .icon:after,
.l-headernavitem:nth-last-child(2) .l-headernavlink:hover .icon:after {
	background-color: #ee7d80;
}

.l-headernavitem:last-child {
	margin-left: 0;
}

/* =========================================================
  CTAブロック（エントリー＋電話）
========================================================== */
.p-recruitment__cta {
	margin-top: 40px;
}

/* ===== CTA（エントリーボタン） ===== */
.cta-wrap {
	text-align: center;
	margin: clamp(24px, 3vw, 36px) 0 0;
}

.cta-btn {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	padding: 24px 28px;
	font-size: clamp(16px, 2.2vw, 18px);
	font-weight: 800;
	line-height: 1;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #ee7d80, #EB6100);
	box-shadow: 0 10px 22px rgba(235, 97, 0, .28);
	transform: translateZ(0);
	transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.cta-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 14px 26px rgba(235, 97, 0, .32);
}

.cta-btn:active {
	transform: translateY(0);
}

.cta-btn:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(235, 97, 0, .55), 0 10px 22px rgba(235, 97, 0, .28);
}

.cta-btn__icon {
	width: 1.2em;
	height: 1.2em;
	position: relative;
	display: inline-block;
	border-radius: 999px;
	background: rgba(255, 255, 255, .22);
	flex: 0 0 auto;
}

.cta-btn__icon::after {
	content: "\203A";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -54%);
	color: #fff;
	font-weight: 900;
	font-size: 1.6em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* SPは全幅 */
@media (max-width: 650px) {
	.cta-btn {
		width: 80%;
		justify-content: center;
		padding: 16px 22px;
	}
}

/* --- 電話CTA --- */
.cta-tel {
	text-align: center;
	margin: clamp(24px, 3vw, 36px) 0 0;
}

.cta-tel__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	background: #fff;
	border: 2px solid var(--grad-color-accent, #8ec31f);
	color: #333;
	border-radius: 6px;
	padding: 14px 24px;
	min-width: 240px;
	max-width: 320px;
	margin: 0 auto;
	transition: background 0.3s, color 0.3s;
}

.cta-tel__link:hover {
	background: var(--grad-color-accent, #8ec31f);
	color: #fff;
}

.cta-tel__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.cta-tel__icon {
	width: 26px;
	height: 26px;
	color: var(--grad-color-accent, #8ec31f);
	transition: color 0.3s;
}

.cta-tel__link:hover .cta-tel__icon {
	color: #fff;
}

.cta-tel__text{
	font-size: clamp(16px, 2.2vw, 18px);
	font-weight: 800;
}

.cta-tel__label {
	font-size: 14px;
	opacity: 0.8;
}

.cta-tel__number {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.cta-tel__hours {
	font-size: 13px;
	opacity: 0.8;
}

@media (max-width: 650px) {
	.cta-btn,
	.cta-tel__link {
		width: 100%;
		max-width: 320px;
	}
}