:root {
	--main-color: #5A4FCF;
	--secondary-color: #463689;
	--accent-color: #F7C96C;
	--gradient: linear-gradient(73deg, #AF90E5 0, #65BEFF 100%);
	--gradient2: linear-gradient(to left, #F4EDF5 0, #E8F6FF 100%);
	--gradient3: linear-gradient(200deg, #F4EDF5 0, #E8F6FF 100%);
	--gradient4: linear-gradient(270deg, #FEF5FF 0, #F2FAFF 100%);
	--gradient5: linear-gradient(270deg, #FDEBFF 0, #D8F0FF 100%);
	--gradient6: linear-gradient(270deg, #FDF0FF 0, #F2FAFF 100%);
	--text-gray: #8D8D8D;
	--logo-color: #122A88;
	--text-color: #1D1D1D;
	--box-shadow: 0 8px 24px rgba(70, 54, 137, 0.05);
	--overlay-heading-en-shadow: 0 3px 4px rgba(90, 79, 207, 0.05);
}

* {
	box-sizing: border-box;
	border: 0 solid;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

:target {
	scroll-margin-top: 5rem;
}

body {
	margin: 5rem auto 0;
	font-family: "Noto Sans JP", sans-serif;
	font-family: 'A-OTF UD Shin Go Pro', sans-serif;
	line-height: 1.6;
	background: var(--gradient4);
	color: var(--text-color);
}

main section p {
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
}

body.menu-open {
	overflow: hidden;
}

.circle-xmark-blue,
button,
a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s ease;
}

.circle-xmark-blue:hover,
button:hover,
a:hover {
	opacity: 0.7;
}

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

ul {
	list-style: none;
}

sup {
	font-size: 0.625rem;
}

@media screen and (max-width: 1440px) {
	html {
		font-size: 1.111vw;
	}
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0.875rem;
	border-radius: 14px;
	background: var(--gradient);
	font-weight: 600;
	color: #fff;
	transition: opacity 0.3s ease;
	width: 12.5rem;
	height: 2.75rem;
}

.btn-blue {
	border: solid 1px var(--secondary-color);
	background: rgba(255, 255, 255, 0.6);
	font-weight: normal;
	color: var(--secondary-color);
}

.btn-yellow {
	border: solid 2px var(--accent-color);
	background: #fff;
	color: var(--secondary-color);
	width: 11.1875rem;
	background: url('../img/circle-arrow-right-yellow.svg') right 0.375rem center / 1.1875rem auto no-repeat;
}

.btn:hover {
	opacity: 0.7;
}

.header-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 14px;
	font-size: 1.5625rem;
	font-weight: 600;
	color: var(--secondary-color);
	transition: opacity 0.3s ease;
	gap: 0.25rem;
	line-height: 1;
}

.header-tel::before {
	content: '';
	display: block;
	width: 1.5rem;
	aspect-ratio: 1 / 1;
	background: url('../img/icon-phone.svg') center / 100% 100% no-repeat;
	margin-top: 0.25rem;
}

.strong {
	font-weight: 600;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.common-heading {
	font-size: 2rem;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 2rem;
}

.common-heading-sub {
	font-size: 1.5rem;
}

.circle-arrow-left-blue2 {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	align-items: center;
	padding-left: 1rem;
}

.circle-arrow-left-blue2::after {
	content: '';
	display: block;
	width: 1.875rem;
	aspect-ratio: 1 / 1;
	background: url('/kaigo/img/circle-arrow-right-blue2.svg') center / 100% 100% no-repeat;
	transition: transform 0.3s ease;
	transform: scale(-1) translateX(0);
}

@media screen and (min-width: 768px) {
	.circle-arrow-left-blue2-container:hover .circle-arrow-left-blue2::after {
		transform: scale(-1) translateX(-1rem);
	}
}

.circle-arrow-right-blue2 {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	align-items: center;
	padding-right: 1rem;
}

.circle-arrow-right-blue2::after {
	content: '';
	display: block;
	width: 1.875rem;
	aspect-ratio: 1 / 1;
	background: url('/kaigo/img/circle-arrow-right-blue2.svg') center / 100% 100% no-repeat;
	transition: transform 0.3s ease;
	transform: translateX(0);
}

@media screen and (min-width: 768px) {
	.circle-arrow-right-blue2-container:hover .circle-arrow-right-blue2::after {
		transform: translateX(1rem);
	}
}

.circle-arrow-down-blue2 {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.circle-arrow-down-blue2::after {
	display: block;
	content: '';
	width: 1.8125rem;
	height: 1.8125rem;
	background: url('../img/circle-arrow-down-blue2.svg') center / 100% 100%;
}

.arrow2-right-blue {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arrow2-right-blue::after {
	content: '';
	display: block;
	width: 0.6875rem;
	height: 1.125rem;
	background: url('../img/arrow2-right-blue.svg') center / 100% 100% no-repeat;
}

.arrow3-right-blue {
	display: flex;
	gap: 0.5rem;
}

.arrow3-right-blue::after {
	content: '';
	display: block;
	width: 1.125rem;
	height: 1.875rem;
	background: url('../img/arrow3-right-blue.svg') center / 100% 100% no-repeat;
}

.square-arrow-up-right-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}

.square-arrow-up-right-blue::after {
	content: '';
	display: block;
	width: 1.8125rem;
	height: 1.8125rem;
	background: url('../img/square-arrow-up-right-blue.svg') center / 100% 100% no-repeat;
}

.circle-xmark-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	cursor: pointer;
}

.circle-xmark-blue::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background: url('../img/circle-xmark-blue.svg') center / 100% 100% no-repeat;
}

.mt0 {
	margin-top: 0 !important;
}

.note {
	font-size: 0.75rem;
	line-height: 1.2;
}

.stretch {
	margin-inline: calc(50% - 50vw);
}

.gradiate-disc {
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.gradiate-disc>li {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	margin-left: -1rem;
}

.gradiate-disc>li::before {
	content: '';
	width: 0.5rem;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background: var(--gradient);
	flex-shrink: 0;
	margin-top: 0.625rem;
}

.common-container {
	padding: 2.5rem 5rem;
	background: #fff;
	border-radius: 0 35px 35px 0;
	box-shadow: var(--box-shadow);
}

.under .common-container {
	padding: 3.5rem 5rem 5rem;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 35px;
	margin-top: 2.5rem;
}

.under .common-container.wide {
	padding: 3.5rem;
}

.common-container-lead {
	margin-block: 1.5rem;
}

.lead {
	margin-top: 3.375rem;
	text-align: center;
}

body#top .lead {
	/* font-size: 1.125rem; */
}

.spacer {
	margin-top: 4.5rem;
}

.section-spacer {
	margin-top: 4.5rem;
}

.gradiate {
	color: #AF90E5;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.w100 {
	width: 100%;
}

.icon-loupe {
	display: flex;
	justify-content: space-between;
}

.icon-loupe::after {
	content: '';
	display: block;
	width: 1.5rem;
	aspect-ratio: 1 / 1;
	background: url('../img/icon-loupe.png') center / 100% 100% no-repeat;
}

.border-main {
	border: solid 1px var(--main-color);
	border-radius: 20px;
	overflow: hidden;
	padding: 1.5rem 2rem;
	margin-block: 1.5rem;
}

.border-main.img {
	padding: 0;
	margin: 0;
}

.border-main-title {
	font-size: 1rem;
	color: var(--main-color);
	margin-bottom: 0.5rem;
}

.zoom-img-wrapper {
	overflow: hidden;
	border-radius: 8px;
}

.zoom-img-wrapper img {
	transition: transform 0.6s ease;
	transform: scale(1);
}

@media screen and (min-width: 768px) {
	.zoom-img-wrapper:hover img {
		transform: scale(1.1);
	}
}

#header {
	background: #fff;
	position: relative;
	box-shadow: var(--box-shadow);
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 9999;
	height: 5rem;
}

.header-inner {
	max-width: 1440px;
	margin-inline: auto;
	padding: 0 3.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logo {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
}

#logo img {
	width: 7.125rem;
}

#logo span {
	color: var(--logo-color);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
}

.toggle-btn {
	display: none;
}

#toc {
	display: flex;
	align-items: center;
	gap: 3.25rem
}

#toc-txt-link {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

#toc-txt-link .has-submenu {
	border-radius: 10px 10px 0 0;
	background: none;
	transition: background 0.3s ease;
}

#toc-txt-link .has-submenu:hover {
	background: rgba(255, 255, 255, 0.8);
	;
}

#toc-txt-link>div>label,
#toc-txt-link>div>a {
	display: block;
	color: var(--secondary-color);
	padding: 1.6875rem 0;
	font-weight: 600;
}

#toc-txt-link .has-submenu>label {
	position: relative;
	padding-right: 1.5rem;
}

#toc-txt-link .has-submenu>label::before,
#toc-txt-link .has-submenu>label::after {
	content: '';
	display: block;
	width: 1.125rem;
	height: 0.625rem;
	background: url('../img/arrow2-bown-blue.svg') center / 100% no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	transition: opacity 0.3s ease;
}

#toc-txt-link .has-submenu>label::after {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	#toc-txt-link .has-submenu:hover>label::before {
		opacity: 0;
	}

	#toc-txt-link .has-submenu:hover>label::after {
		transform: translateY(-50%) scale(-1);
		opacity: 1;
	}
}

.header-submenu {
	height: 0;
	transition: height 0.5s ease;
	overflow: hidden;
	width: 100vw;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 12px 20px -12px rgba(70, 54, 137, 0.25);
	z-index: 999;
}

#toc-txt-link .has-submenu:hover .header-submenu.header-submenu-height1 {
	height: 15.125rem;
}

#toc-txt-link .has-submenu:hover .header-submenu.header-submenu-height2 {
	height: 27.75rem;
}

.header-submenu-inner {
	width: fit-content;
	padding: 2rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5rem;
}

#toc-txt-link .has-submenu:hover .header-submenu {
	pointer-events: auto;
	opacity: 1;
}

.header-submenu-inner>a {
	width: 22.625rem;
	color: var(--secondary-color);
}

.header-submenu-inner .circle-arrow-right-blue2 {
	font-size: 1.25rem;
	margin-top: 0.5rem;
	line-height: 1;
	font-weight: 600;
	padding-inline: 1rem;
	justify-content: space-between;
}

#toc-btn-link {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.header-recruit-btn-wrapper {
	display: flex;
}

.header-recruit-btn-wrapper>span,
.header-recruit-btn-wrapper>a {
	font-size: 0.9375rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 2.75rem;
}

.header-mid-career {
	background: var(--secondary-color);
	color: #fff;
	border-radius: 12px 0 0 12px;
}

.header-new-graduate {
	background: #fff;
	color: var(--text-gray);
	border-radius: 0 12px 12px 0;
	border: solid 1px var(--secondary-color);
}

.tel-time {
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.4;
	text-align: right;
	padding-right: 0.25rem;
}


#main {
	max-width: 1900px;
	margin-inline: auto;
}

#top-fv-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1440px;
	aspect-ratio: 2238 / 1355;
	background: url('../img/top-fv.png') right top / 64.125rem auto no-repeat;
	z-index: -1;
	pointer-events: none;
}

#top-h1 {
	max-width: 1440px;
	margin-top: 2.375rem;
	padding-left: 2.625rem;
	margin-inline: auto;
}

#top-h1>h1 {
	width: 37.25rem;
}

#top-h1>p {
	font-size: 1rem;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1.8;
	margin-top: -0.125rem;
	margin-left: 3.625rem;
}

.top-search {
	width: 80rem;
	background: #fff;
	margin: 1rem auto 0;
	border-radius: 24px;
}

.search-form {
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	width: 70rem;
	margin-inline: auto;
	padding-block: 1.625rem;
}

.field {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex: 1;
}

.field label {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--secondary-color);
	line-height: 1.2;
	padding-left: 0.5rem;
}

.field label span {
	font-size: 1.125rem;
}

.select-wrapper {
	position: relative;
	width: 16.875rem;
}

.select-wrapper select {
	appearance: none;
	border: solid 1px var(--main-color);
	border-radius: 10px;
	color: #1d1d1d;
	font-size: 1.125rem;
	width: 100%;
	cursor: pointer;
	outline: none;
	padding: 1rem;
}

.select-wrapper::after {
	content: '';
	background: url('../img/arrow2-bown-blue.svg') center / 1.125rem auto no-repeat;
	position: absolute;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
	height: 0.5625rem;
	pointer-events: none;
}

.sep {
	font-size: 1.5rem;
	color: var(--text-gray);
	font-weight: 900;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding-bottom: 10px;
	flex-shrink: 0;
}

.search-form .btn {
	font-size: 1.25rem;
	width: 13.75rem;
	height: 3.375rem;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 0.5rem;
}

.top-slider {
	margin-top: 0.5rem;
}

.top-slider .slick-list {
	padding-inline: 0;
	width: 72.5rem;
	margin-inline: auto;
}

.top-slider .slick-track {
	padding-block: 1rem;
}

.top-slider .slide {
	display: none;
}

.top-slider .slick-slide {
	margin-inline: 0.75rem;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(18, 42, 136, 0.15);
}

.top-slider.slick-initialized .slick-slide {
	display: block;
}

.top-slider .slick-slide a img {
	border-radius: 20px;
}

.top-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	color: transparent;
	background: url('../img/top-slider-arrow.svg') center / 100% no-repeat;
	z-index: 10;
	cursor: pointer;
}

.top-slider .slick-arrow:hover {
	opacity: 0.7;
}

.top-slider .slick-prev {
	left: calc(50% - 40rem);
	transform: translateY(-50%) scaleX(-1);
}

.top-slider .slick-next {
	right: calc(50% - 40rem);
}

.top-slider .slick-dots {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.top-slider .slick-dots>li {
	width: 0.635rem;
	height: 0.635rem;
	border-radius: 100%;
	background: rgba(102, 65, 135, 0.2);
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.top-slider .slick-dots>li.slick-active {
	background: var(--secondary-color);
}

.top-career {
	margin-top: 11rem;
	position: relative;
}

.wave-wrapper {
	position: relative;
}

.wave-wrapper:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	pointer-events: none;
	z-index: -1;
}

.top-career-inner {
	position: relative;
}

.bleed-wrapper {
	width: 80rem;
	margin-inline: auto;
}

.bleed {
	background: #fff;
	border-radius: 35px 0 0 35px;
	padding: 3.5rem 4.5rem;
	box-shadow: 0 8px 24px 0 rgba(70, 54, 137, 0.05);
}

.bleed-right {
	border-radius: 35px 0 0 35px;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}

.bleed-left {
	border-radius: 0 35px 35px 0;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
}

.bleed-inner {
	max-width: 71.125rem;
}

.bleed-left .bleed-inner {
	margin-left: auto;
}

.overlay-heading {
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
}

.overlay-heading div {
	color: #fff;
	background: var(--gradient5);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	opacity: 0.6;
}

.overlay-heading .overlay-heading-title,
.overlay-heading h2 {
	position: absolute;
	left: calc(50% - 4.5rem);
	bottom: -1.25rem;
	font-size: 2.5rem;
	color: var(--main-color);
	line-height: 1;
	font-weight: 600;
}

.overlay-heading.centering>div {
	width: fit-content;
	margin-inline: auto;
}

.overlay-heading.white>div {
	background: none;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	opacity: 1;
	text-shadow: var(--overlay-heading-en-shadow);
}

.overlay-heading.centering h2 {
	left: 50%;
	transform: translateX(-50%);
}

.bleed-lead {
	margin-block: 3.25rem 3rem;
	text-align: center;
}

.career-merit {
	display: flex;
	justify-content: space-between;
	gap: 3.75rem;
	margin-block: 1.5rem 2rem;
}

.career-merit>div {
	width: 21.25rem;
	background: var(--gradient4);
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	position: relative;
	padding-block: 1.75rem;
}

.career-merit-number {
	font-size: 1.75rem;
	color: #AF90E5;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
}

.career-merit img {
	margin-inline: auto;
	width: 11.25rem;
}

.career-merit-title {
	font-size: 1.375rem;
	font-weight: 600;
	color: var(--secondary-color);
	line-height: 1.3;
}

.career-merit p {
	text-align: center;
}

.top-career .btn {
	text-align: center;
	margin-inline: auto;
	line-height: 1.4;
	padding: 0.875rem 3.625rem;
	letter-spacing: 0.03125rem;
	border-radius: 12px;
	width: 23.75rem;
	height: 4.5rem;
}

.top-career .btn>span {
	font-size: 1.25rem;
}

.top-career .btn>span>span {
	font-size: 0.875rem;
}

.top-career .btn img {
	width: 1.875rem;
}

#top-career-deco1 {
	position: absolute;
	top: -3.5rem;
	right: -3rem;
	width: 7.0625rem;
}

#top-career-deco2 {
	position: absolute;
	width: 5.75rem;
	left: 2rem;
	bottom: -12.5rem;
}

.top-about {
	margin-top: 3rem;
}

.top-about::before {
	top: -24rem;
	background: url('../img/top-wave1.svg') center / 100% auto no-repeat;
	height: 51.8125rem;
}

.top-about-lead {
	width: 46.875rem;
	margin-inline: auto;
	text-align: center;
	margin-top: 3.375rem;
}

.about-link {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2rem;
}

.about-link>a {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 22.125rem;
}

.about-link>a>p {
	font-size: 1.25rem;
	font-weight: 600;
	justify-content: space-between;
	padding-inline: 1rem;
}

#top-about-deco {
	position: absolute;
	right: calc(50% - 35.25rem);
	top: -0.75rem;
	width: 5.75rem;
}

.top-system {
	margin-top: 10rem;
	position: relative;
}

.top-system::before {
	bottom: -25rem;
	background: url('../img/top-wave2.svg') center / 100% auto no-repeat;
	height: 27.0625rem;
}

.top-system-link {
	margin-top: 3.375rem;
	display: flex;
	gap: 2.5rem;
	justify-content: flex-end;
	align-items: center;
}

.top-system-link>img {
	width: 40.625rem;
	flex-shrink: 0;
}

.top-system-link>ul {
	flex-grow: 1;
}

.top-system-link li {
	border-bottom: solid 1px var(--main-color);
	position: relative;
}

.top-system-link li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	pointer-events: none;
	background: var(--gradient6);
	transition: width 0.4s ease;
}

@media screen and (min-width: 768px) {
	.top-system-link li:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}

.top-system-link a {
	padding: 1.4375rem 2rem;
	justify-content: space-between;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.03125rem;
	position: relative;
	z-index: 1;
}

#top-system-deco1 {
	position: absolute;
	left: calc(50% - 35rem);
	top: -4.5rem;
	width: 6.8125rem;
}

.top-interview {
	margin-top: 10rem;
	position: relative;
}

.top-interview::before {
	top: -16.5rem;
	background: url(../img/top-wave2.svg) center / 100% auto no-repeat;
	height: 27.0625rem;
}

.top-interview-link {
	margin: 3.375rem auto 2.5rem;
	width: 73rem;
}

.top-interview-link .slick-slide {
	height: auto;
}

.top-interview-link a {
	width: 16.25rem;
	display: flex;
	margin-inline: 1rem;
	flex-direction: column;
	gap: 0.375rem;
}

.top-interview-link a>p {
	margin-top: 0.625rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	flex-grow: 1;
}

.top-interview .interview-profile {
	font-size: 0.8125rem;
	justify-content: space-between;
}

.top-news .btn,
.top-iot .btn,
.top-interview .btn,
.news-container .btn {
	width: 23.75rem;
	height: 3.75rem;
	margin-inline: auto;
	border: none;
	font-size: 1.125rem;
}

.top-interview .btn img {
	width: 1.875rem;
}

#top-interview-deco1 {
	position: absolute;
	right: calc(50% - 35.25rem);
	top: -8.25rem;
	width: 9.125rem;
}

.top-iot {
	margin-top: 10rem;
}

.top-iot::before {
	bottom: -32rem;
	background: url(../img/top-wave3.svg) center / 100% auto no-repeat;
	height: 40.625rem;
}

.top-iot-body {
	display: flex;
	gap: 2.5rem;
	align-items: center;
	justify-content: center;
	margin-block: 3.375rem 2rem;
}

.top-iot-body>div,
.top-iot-body>img {
	width: 34.3125rem;
	flex-shrink: 0;
}

.top-iot-body>div {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

#top-iot-deco {
	position: absolute;
	right: calc(50% - 41rem);
	top: -10rem;
	width: 13.125rem;
}

.top-pickup {
	background: #fff;
	margin-top: 10rem;
	box-shadow: var(--box-shadow);
	padding: 3.5rem 0;
	position: relative;
}

.top-pickup-inner {
	overflow: hidden;
}

.top-pickup-slider {
	margin-top: 3.25rem;
}

.top-pickup-slider .slide {
	margin-inline: 0.6875rem;
}

.top-pickup-slider .slick-list {
	padding-inline: 8.8125rem;
	max-width: 1440px;
	margin-inline: auto;
	overflow: visible;
}

.top-pickup-slider .slick-slide {
	display: none;
	margin-inline: 1rem;
	height: auto;
	flex-direction: column;
	gap: 0.75rem;
}

.top-pickup-slider.slick-initialized .slick-slide {
	display: flex;
}

.top-pickup-slider .slick-slide img {
	border-radius: 20px;
}

.top-pickup-slider .slick-arrow {
	position: absolute;
	top: -4.5rem;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 100%;
	color: transparent;
	background: url('../img/top-slider-arrow.svg') center / 100% no-repeat;
	z-index: 10;
	cursor: pointer;
}

.top-pickup-slider .slick-arrow:hover {
	opacity: 0.7;
}

.top-pickup-slider .slick-prev {
	left: calc(50% + 29.5rem);
	transform: scaleX(-1);
}

.top-pickup-slider .slick-next {
	right: calc(50% - 35.5rem);
}

.top-pickup-job {
	font-weight: 600;
	color: var(--main-color);
}

.top-pickup-name {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
}

.top-pickup-employment {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.top-pickup-employment>li {
	border-radius: 4px;
	font-size: 0.75rem;
	letter-spacing: 0.03125rem;
	color: #fff;
	padding: 0.125rem 0.5rem;
	background: #A39CE8;
	font-weight: 600;
}

.top-pickup-salary {
	font-size: 0.875rem;
	letter-spacing: -0.02em;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.top-pickup-show {
	font-size: 1.1875rem;
	font-weight: 600;
	color: var(--main-color);
	width: fit-content;
	padding-bottom: 0.5rem;
	border-bottom: solid 2px var(--main-color);
}

#top-pickup-deco {
	position: absolute;
	left: calc(50% - 36.5rem);
	top: -4.75rem;
	width: 4.625rem;
}

.top-news {
	margin-top: 10rem;
}

.top-news>div {
	display: flex;
	align-items: top;
	gap: 5rem;
	margin-bottom: 2.5rem;
	/* min-height: 354px; */
}

.top-news-header {
	flex-shrink: 0;
}

.top-news-header .overlay-heading {
	margin-bottom: 0;
	margin-top: 8rem;
}

.top-news-header header>div {}

.top-news-header h2 {
	color: var(--main-color);
	bottom: 0;
	left: 0;
}

.top-news-header ul {
	margin-top: 1.875rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-bottom: 1rem;
}

.top-news-header ul a {
	font-size: 0.8125rem;
	line-height: 1;
	background: #fff;
	border-radius: 6px;
	padding: 0.1875rem 0.5rem;
	display: flex;
	min-width: 5.875rem;
	width: fit-content;
	min-height: 1.8125rem;
	align-items: center;
	justify-content: center;
	border: solid 1px var(--main-color);
}

.top-news-header ul a.all {
	background: var(--gradient);
	font-weight: 600;
	color: #fff;
	border: none;
}

.top-news-list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 1.5rem;
}

.top-news-list>li,
.top-news-list>li>a {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.top-news-list>li {
	padding-bottom: 1.5rem;
	border-bottom: solid 1px var(--main-color);
}

.top-news-list-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	font-weight: 600;
}

.top-news-list-info {
	display: flex;
	gap: 0.5rem;
}

.top-news-list-info>ul {
	display: flex;
	gap: 0.5rem;
}

.top-news-list-info li {
	font-size: 0.75rem;
	letter-spacing: -0.02em;
	line-height: 1;
	border: solid 1px var(--main-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	min-width: 5.4375rem;
	min-height: 1.5rem;
}

.top-news-list-info>time {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	color: var(--text-gray);
}

.top-news .circle-arrow-right-blue2-container {
	display: block;
}

.top-news .circle-arrow-right-blue2 {
	width: fit-content;
	margin-left: auto;
	font-size: 1.125rem;
}

.top-media {
	margin-top: 10rem;
	position: relative;
}

.top-media::before {
	top: -21rem;
	background: url(../img/top-wave7.svg) center / 100% auto no-repeat;
	height: 42.9375rem;
}

.top-media-lead {
	text-align: center;
	margin-top: 3.25rem;
}

.top-media-link {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 2.125rem;
}

.top-media-title {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

.top-media-link a>picture,
.top-media-link span>video {
	display: block;
	width: 33.9375rem;
	aspect-ratio: 543 / 268;
	border-radius: 20px;
}

.top-media-link p,
.top-media-link span>span {
	font-size: 1.125rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding-left: 1rem;
}

.top-media .youtube {
	position: relative;
}

#top-media-deco {
	position: absolute;
	left: calc(50% - 35rem);
	top: -10rem;
	width: 5.6875rem;
}

.breadcrumbs {
	max-width: 70rem;
	margin-inline: auto;
	margin-top: 8rem;
}

.breadcrumbs ol {
	font-size: 0.875rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	display: flex;
	gap: 0.5rem;
}

.breadcrumbs li {
	display: flex;
	gap: 0.5rem;
}

.breadcrumbs a {
	text-decoration: underline;
}



#footer {
	margin-top: 1.5rem;
	background: #fff;
}

#top #footer {
	margin-top: 8rem;
}

.footer-inner {
	padding: 3.125rem 5rem 1.5rem;
	max-width: 1440px;
	margin-inline: auto;
}

.footer-logo {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.footer-logo a {
	width: 10.25rem;
	padding-bottom: 0.125rem;
}

.footer-logo span {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--logo-color);
}

.footer-banner {
	display: flex;
	gap: 1.75rem;
	justify-content: center;
	border-bottom: solid 1px #fff;
	width: fit-content;
	margin-inline: auto;
}

.footer-banner a {
	letter-spacing: -0.02em;
	font-size: 0.875rem;
	gap: 3.5rem;
	border-radius: 20px;
	padding: 1.5rem 2rem 1.5rem 7.25rem;
	line-height: 1.4;
	color: var(--main-color);
	border: solid 1px #CECCEC;
}

.footer-banner a>div {
	width: 15.5rem;
}

.footer-banner a span {
	font-size: 1.5rem;
	font-weight: 500;
}

.footer-banner a::after {
	width: 1.875rem;
}

.footer-banner-search {
	background: url('../img/footer-banner1.png') left 2rem center / 4.4375rem auto no-repeat,
		var(--gradient4);
}

.footer-banner-register {
	background: url('../img/footer-banner2.png') left 2.5rem center / 3.5rem auto no-repeat,
		var(--gradient4);
}

.footer-list {
	width: 62.25rem;
	margin: 1.875rem auto 0;
	display: flex;
	justify-content: space-between;
}

.footer-list>div {
	display: flex;
	flex-direction: column;
}

.footer-list>div:last-child {}

.nav-title {
	color: var(--main-color);
	font-weight: 900;
}

.nav-title:not(:first-child) {
	margin-top: 1.5rem;
}

.footer-list li>a {
	font-size: 0.875rem;
	display: block;
	margin-top: 0.875rem;
	margin-left: 0rem;
	width: fit-content;
	padding-bottom: 2px;
	background-image: linear-gradient(var(--main-color), var(--main-color));
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0 2px;
	transition: background-size 0.3s;
}

@media screen and (min-width: 768px) {
	.footer-list li>a:hover {
		font-weight: 600;
		color: var(--main-color);
		opacity: 1;
		background-position: bottom left;
		background-size: 100% 2px;
	}
}

.footer-list-grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0 3rem;
}

.footer-bar {
	background: #fff;
	padding-block: 0.5rem 2.25rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4.5rem;
	width: 62.25rem;
	margin-inline: auto;
}

.footer-bar__brand {
	display: block;
	width: 14.75rem;
}

.footer-bar__links {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 2.5rem;
}

.footer-bar__links-item a {
	font-size: 0.75rem;
	color: #4c4c4c;
}

.footer-bar__copyright {
	font-size: 0.75rem;
	color: #656565;
}

body.under {
	background: url('../img/under-wave1.svg') top center / 100vw 58.375rem no-repeat,
		url('../img/under-wave2.svg') top 65.5rem center / 100vw 32.9375rem no-repeat,
		url('../img/under-wave3.svg') top 113rem center / 100vw 44.25rem no-repeat,
		url('../img/under-wave4.svg') top 172.5rem center / 100vw 32.9375rem no-repeat,
		url('../img/under-wave5.svg') top 218.5rem center / 100vw 44.25rem no-repeat,
		var(--gradient4);
}

/*
body.under #main::before {
	top: -5rem;
	background: url(../img/under-fv-wave.svg) center / 100% auto no-repeat;
	height: 58.375rem;
	z-index: -2;
}
/**/
#under-fv-deco {
	position: absolute;
	top: 15.5rem;
	left: calc(50% - 42rem);
	width: 5.875rem;
}

.fv-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 48rem;
	aspect-ratio: 1534 / 958;
	background-position: right center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: -1;
}

.fv {
	width: 71.25rem;
	padding-top: 7.75rem;
	margin-inline: auto;
	min-height: 27.25rem;
}

.page-title.overlay-heading {
	text-align: left;
}

.page-title.overlay-heading div {
	background: none;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	font-size: 4.375rem;
}

.page-title.overlay-heading h1 {
	font-size: 3.375rem;
	bottom: -1.75rem;
	color: var(--main-color);
	left: 0;
	font-weight: 600;
}

.fv-lead {
	width: 35rem;
	margin-top: 4.75rem;
	line-height: 1.5;
}

.anchor-nav {
	display: flex;
	justify-content: flex-start;
	background: linear-gradient(to right, #D7EFFF 0, #FCE6FF 100%);
	border-radius: 12px;
	gap: 2.5rem;
	margin-bottom: 4rem;
	padding: 1.125rem 3.75rem;
}

.anchor-nav>a {
	font-weight: 600;
	color: var(--main-color);
	gap: 0.75rem;
}

.anchor-nav>a::after {
	width: 1.5rem;
	height: 1.5rem;
}

.tertiary .overlay-heading div {}

.tertiary .overlay-heading:not(.page-title) .overlay-heading-title,
.tertiary .overlay-heading h2 {
	bottom: -0.25rem;
	white-space: nowrap;
}

.wrapper {
	max-width: 71.125rem;
	margin-inline: auto;
}

#environment {
	margin-top: 3.5rem;
}

/*
#environment::before {
	top: 29rem;
	background: url(../img/about/numbers/wave1.svg) center / 100% auto no-repeat;
	height: 32.9375rem;
}
/**/
.feature-grid {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.feature {
	background: #fff;
	border-radius: 20px;
	padding-block: 1.5rem;
	box-shadow: var(--box-shadow);
}

.feature-title {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}

.feature-body {
	margin-top: 1rem;
}

.feature-note {
	text-align: center;
	letter-spacing: 0.03125rem;
}
.feature-note.notice {
    text-align: right;
    display: block;
    position: relative;
    top: 2rem;
    right: 1rem;
}
.feature-strong {
	font-size: 4.5rem;
	color: var(--main-color);
}

.feature-strong.number {
	line-height: 1.2;
}

.feature-strong-sub {
	font-size: 2.25rem;
}

.feature-column-name {
	font-size: 1.125rem;
}

.feature-desc {
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.3;
}

.feature-link {
	margin-top: 0.5rem;
	width: fit-content;
	margin-inline: auto;
}

.feature-link>a {
	gap: 0.5rem;
}

#environment .feature-body {
	display: flex;
	gap: 0;
	justify-content: center;
	align-items: center;
}

#environment .feature-txt {
	width: 17.625rem;
	text-align: center;
}

#about-numbers .anchor-nav {
	padding-inline: 2.5rem;
	gap: 1.5rem;
}

#about-numbers .feature-img {
	width: 11.25rem;
	aspect-ratio: 1 / 1;
}

#environment .feature-img img {
	max-height: 100%;
	margin-inline: auto;
}

#environment .feature-column {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin-inline: auto;
	width: fit-content;
}

#career-skill,
#achievements {
	margin-top: 4.5rem;
}

/*
#career-skill::before {
	top: 9rem;
	background: url(../img/about/numbers/wave2.svg) center / 100% auto no-repeat;
	height: 44.25rem;
}
/**/
#hitowa-group .feature-body,
#achievements .feature-body,
#career-skill .feature-body {
	margin-top: 1rem;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#career-skill .feature-body {
	width: 29.5625rem;
}

#career-skill .feature-txt {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

#career-skill .feature-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#career-skill .feature-column-name {
	line-height: 1.2;
	text-align: center;
}

/*
#achievements::before {
	top: 5rem;
	background: url(../img/about/numbers/wave3.svg) center / 100% auto no-repeat;
	height: 32.9375rem;
}
/**/
#hitowa-group .feature-grid/* ,
#achievements .feature-grid */ {
	grid-template-columns: 1fr 1fr 1fr;
}

#facility {
	position: relative;
}

/*
#facility::before {
	top: 17rem;
	background: url(../img/about/numbers/wave4.svg) center / 100% auto no-repeat;
	height: 44.25rem;
}
/**/
.facility-lead {
	margin-block: 2rem 1.5rem;
}

.facility-body {
	display: flex;
	justify-content: space-between;
}

.facility-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 34.75rem;
	flex-shrink: 0;
}

.facility-area-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0.5rem;
	border-bottom: solid 1px var(--main-color);
}

.facility-area-name {
	font-size: 1.125rem;
	font-weight: 600;
	width: 4.375rem;
	flex-shrink: 0;
}

.facility-area-row ul {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 0.5rem 1.5rem;
}

.facility-area-row ul>li {
	font-size: 1.125rem;
}

.facility-map {
	width: 35.875rem;
}

#aboutus {
	margin-top: 4.5rem;
	display: none;
}

.bottom-nav {
	margin-top: 1.5rem;
	display: flex;
	gap: 1.5rem;
}

.bottom-nav-label {
	font-size: 1.125rem;
	font-weight: 600;
	padding-inline: 0.625rem;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.5rem;
}

.bottom-nav-body {
	display: flex;
	gap: 1.5rem;
}

.bottom-nav-body>div {
	width: 16.5625rem;
}

.bottom-nav-body ul {
	padding-inline: 10px;
}

.bottom-nav-body li {
	margin-top: 1rem;
}

.bottom-nav-body li>a {
	justify-content: flex-start;
	gap: 0.5rem;
}

.under .bleed-wrapper {
	margin-top: 7rem;
}

.under .bleed {
	padding: 3.5rem;
}

.under .bleed-inner {
	width: 67.5rem;
}

.bleed-media {
	position: relative;
	width: 33.75rem;
	height: 25.4375rem;
}

.bleed-media-text {
	margin-block: 2rem 1rem;
	line-height: 1.9;
}

.bleed-media-img {
	width: 31.25rem;
	position: absolute;
	top: 0;
	left: calc(100% + 2.5rem);
}

.bleed-left .bleed-media {
	margin-left: auto;
}

.bleed-left .bleed-media-img {
	left: auto;
	right: calc(100% + 2.5rem);
}

.bleed-media .more {
	width: fit-content;
	padding: 0 0.5rem 0.625rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--main-color);
	border-bottom: solid 2px var(--main-color);
}

#about-benefit .feature {
	display: grid;
	grid-template-columns: 4.375rem auto;
	grid-template-rows: 4.375rem auto;
	gap: 0 0.5rem;
	padding: 1rem 1.5rem;
}

#about-benefit .feature-img {
	aspect-ratio: 1 / 1;
	border-radius: 100%;
}

#about-benefit .feature-title {
	display: flex;
	align-items: center;
	text-align: left;
	gap: 1rem;
	width: 26.25rem;
	line-height: 1.2;
}

#about-benefit .feature-body {
	grid-column: 2 / 3;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

#about-benefit .feature-body .strong {
	font-size: 1.125rem;
}

#about-benefit .feature-body.centering {
	align-items: center;
	justify-content: center;
}

#about-benefit section {
	margin-top: 7rem;
}

#about-benefit #health .feature-body p {
	font-size: 1.125rem;
}

#about-benefit #life-event .feature {
	min-height: 12.75rem;
}

#about-benefit #refresh .feature {
	min-height: 12.125rem;
}

.media {
	display: flex;
	gap: 3rem;
}

.media-txt p {
	line-height: 1.9;
}

.media-img {
	width: 27.625rem;
	flex-shrink: 0;
}

.media-img iframe {
	display: block;
	width: 100%;
	aspect-ratio: 491 / 276;
	border-radius: 20px;
}

.media-img.youtube,
#about-initiative .media-img {
	width: 30.6875rem;
}

.media .circle-arrow-right-blue2-container {
	margin-left: auto;
	width: fit-content;
	display: block;
}

.media .more {
	width: fit-content;
	padding: 0 0.5rem 0.625rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--main-color);
	border-bottom: solid 2px var(--main-color);
	margin: 1.5rem 0 0 auto;
}

.media-txt .media-note {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.6;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.media-txt-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.media-txt-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.media-txt-item-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--main-color);
}

.media-txt-item .more {
	margin-top: 0;
	gap: 1.5rem;
}

.feature-circle {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	margin-block: 2.5rem 0;
}

.feature-circle>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 20rem;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	position: relative;
}

.feature-circle>div::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	background: var(--gradient);
	mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask-composite: exclude;
}

.feature-circle-label {
	line-height: 1;
	font-size: 1.75rem;
}

.feature-circle-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--main-color);
	letter-spacing: -0.02em;
	text-align: center;
	line-height: 1.4;
}

.feature-circle-txt {
	text-align: center;
}

.timeline {
	display: flex;
	flex-direction: column;
}

.timeline-row {
	display: grid;
	grid-template-columns: 6.25rem 1fr;
	position: relative;
	gap: 0.5rem;
}

.timeline-row .timeline-body {
	padding: 0.5rem 1.5rem 1.5rem;
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 1rem;
}

.timeline-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
	background: var(--gradient4);
	clip-path: polygon(0% 0%,
			100% 0%,
			100% calc(100% - 1.25rem),
			50% 100%,
			0% calc(100% - 1.25rem));
	padding-bottom: 1rem;
	min-height: calc(100% + 0.25rem);
	position: relative;
}

.timeline-row:not(:first-child) .timeline-label {
	margin-top: -1rem;
	min-height: calc(100% + 1.25rem);
}

.timeline-row:not(:first-child) .timeline-label::before {
	content: '';
	display: block;
	width: 100%;
	height: 1.75rem;
	background: #fff;
	clip-path: polygon(0% 0%,
			100% 0%,
			100% 14.2857%,
			50% 100%,
			0% 14.2857%);
	position: absolute;
	top: 0;
}

.timeline-row:first-child .timeline-label {
	z-index: 100;
}

.timeline-row:nth-child(2) .timeline-label {
	z-index: 99;
}

.timeline-row:nth-child(3) .timeline-label {
	z-index: 98;
}

.timeline-row:nth-child(4) .timeline-label {
	z-index: 97;
}

.timeline-row:nth-child(5) .timeline-label {
	z-index: 96;
}

.timeline-row:nth-child(6) .timeline-label {
	z-index: 95;
}

.timeline-row:nth-child(7) .timeline-label {
	z-index: 94;
}

.timeline-body h3,
.timeline-body-title {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

#about-training .timeline-row .timeline-body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#about-training .timeline-body h3,
#about-training .timeline-body-title {
	margin-bottom: 0;
}

#about-training .timeline-body .gradiate-disc {
	margin-top: 0.5rem;
}

.dialog-btns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	margin-block: 1rem 2rem;
	border-radius: 8px;
}

.dialog-btn {
	padding: 0.5rem 1rem;
	background: var(--gradient4);
	font-size: 1.125rem;
	line-height: 1.4;
	cursor: pointer;
	border-radius: 8px;
}

.event-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.event-item {
	display: flex;
	gap: 1.875rem;
	align-items: center;
	background: #fff;
	padding: 1rem 5rem;
	box-shadow: var(--box-shadow);
	border-radius: 8px;
	width: stretch;
}

.event-list>.event-item {
	padding: 1rem 1.25rem;
}

.event-date-box {
	width: 8rem;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1.4;
	background: var(--gradient2);
	text-align: center;
	align-self: stretch;
}

.event-date {
	font-size: 1.5rem;
	line-height: 1.6;
}

.event-info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.event-list .event-info {
	gap: 0.625rem;
}

.event-category {
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	background: var(--main-color);
	border-radius: 4px;
	width: fit-content;
	padding: 0.25rem 1.125rem;
}

.event-category.yellow {
	background: var(--accent-color);
	color: var(--secondary-color);
}

.event-desc {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.event-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--main-color);
}

.event-desc p {
	line-height: 2;
}

.event-meta {
	line-height: 1.3;
}

.event-item .btn {
	font-size: 1.125rem;
	width: 15.125rem;
}

.form-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.event-header {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.event-header>.event-category {
	margin-bottom: 0;
}

.event-header>.event-date {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--main-color);
}

.form {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--box-shadow);
	padding: 3.5rem 10rem;
	width: 100%;
}

.form-row {
	display: flex;
	gap: 1.5rem;
	border-top: solid 1px #D9D9D9;
	padding-block: 2rem 1.5rem;
	min-height: 3.5rem;
}

.form-row:first-child {
	padding-top: 0;
	border-top: none;
}

.form-row:last-of-type {
	padding-bottom: 0;
}

.form-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-shrink: 0;
	width: 15rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.required {
	background: #ED4D4D;
	font-size: 0.75rem;
	color: #fff;
	line-height: 1;
	padding: 0.1875rem 0.0625rem;
}

.form-field {
	display: flex;
	align-items: center;
	width: 100%;
}

.form-field input[type=text],
.form-field select,
.form-field input[type="email"],
.form-field textarea {
	border: solid 0.5px #969696;
	border-radius: 3px;
	padding: 0 0.875rem;
	height: 3.5rem;
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.form-field select {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.form-field select.empty {
	color: var(--text-gray);
}

.name-group {
	display: flex;
	gap: 1rem;
}

.name-group input {
	width: 16.8125rem;
}

.birthday-group {
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
}

.form-select-wrapper {
	position: relative;
}

.form-select-wrapper::after {
	content: '';
	display: block;
	width: 0.75rem;
	height: 0.375rem;
	background: var(--main-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.birthday-group select {
	width: 7.5rem;
	appearance: none;
}

.birthday-group #birthday-year {
	width: 11.875rem;
}

.gender-group {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.gender-group label {
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.gender-group input[type="radio"] {
	width: 1rem;
	height: 1rem;
	accent-color: var(--main-color);
}

.email-group {
	flex-direction: column;
	gap: 1rem;
}

.tel-group {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.tel-group input {
	width: 7.5rem;
}

.address-group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.zip-group {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
}

.zip-group input {
	width: 7.5rem;
}

.form-field textarea {
	min-height: 11.5rem;
	padding: 1rem 0.5rem;
	width: 100%;
}

.form .btn {
	width: 20rem;
	height: 2.75rem;
	margin: 2.5rem auto 0;
	font-size: 1.125rem;
}

.news-container {
	background: #fff;
	border-radius: 35px;
	box-shadow: var(--box-shadow);
	padding: 3.5rem 10rem;
	width: 100%;
}

.news-filter {
	display: flex;
	align-items: center;
	gap: 2rem;
	width: fit-content;
	margin: 0 auto 2.5rem;
}

.news-filter-label {
	font-weight: 600;
}

.news-filter-category {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.news-filter-category a {
	display: block;
	padding: 1rem 2rem;
	font-size: 0.8125rem;
	line-height: 1;
	border-radius: 6px;
	border: solid 1px var(--main-color);
}

.news-filter-category a.current {
	background: var(--gradient);
	color: #fff;
	border: none;
	font-weight: 600;
}

.news-list {
	border-top: solid 1px var(--main-color);
}

.news-list a {
	display: flex;
	align-items: center;
	padding: 2rem 0.375rem;
	border-bottom: solid 1px var(--main-color);
	gap: 1rem;
}

.news-date {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}

.news-category {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--main-color);
	letter-spacing: -0.02em;
	line-height: 1;
	border: solid 1px var(--main-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0.3125rem 0.5rem;
	flex-shrink: 0;
	margin-right: 1rem;
}

.news-title {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.pager {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.pager>a,
.pager>span {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--text-gray);
}

.pager>.current {
	color: var(--main-color);
	text-decoration: underline;
}

.goal-case {
	display: flex;
	gap: 1rem;
	margin-block: 1.5rem;
}

.goal-case-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.25rem;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background: var(--gradient4);
	font-size: 1.125rem;
}

.training-dialog {
	margin: auto;
	background: transparent;
	padding-top: 2.5rem;
}

.training-dialog>div {
	padding: 3.5rem 5rem 1.5rem;
	position: relative;
	border-radius: 35px;
	background: #fff;
}

.training-dialog .common-heading {
	text-align: center;
	font-size: 2.125rem;
	line-height: 1.2;
}

.training-dialog:focus {
	outline: none;
}

.training-dialog-menu {
	display: flex;
	gap: 3rem;
}

.training-dialog-menu.column3 {
	gap: 1.5rem;
}

.training-dialog-menu>div {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.training-dialog-label {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 0.5rem;
}

.training-dialog-desc {
	line-height: 1.9;
	flex-grow: 1;
}

.training-dialog-meta {
	margin-top: 1.5rem;
	display: grid;
	grid-template-columns: 8.5rem auto;
	grid-auto-rows: 3.5rem;
	gap: 0.5rem;
}

.column3 .training-dialog-meta {
	grid-template-columns: 9.375rem auto;
}

.training-dialog-meta>dt {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gradient4);
	font-weight: 600;
}

.training-dialog-meta>dd {
	display: flex;
	align-items: center;
	padding-inline: 0.5rem;
	border-bottom: solid 1px var(--main-color);
	line-height: 1.3;
}

.training-dialog-close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem auto 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--main-color);
	width: 13rem;
	height: 3rem;
	background: #fff;
	outline: none;
	border: solid 1px var(--main-color);
	border-radius: 12px;
	cursor: pointer;
}

.training-dialog .circle-xmark-blue {
	position: absolute;
	bottom: 100%;
	right: 0;
}

#news-single .fv {
	padding-top: 5.75rem;
	min-height: 23.75rem;
}

#news-single .fv>time {
	line-height: 1.2;
	letter-spacing: 0.04em;
	display: block;
	margin-bottom: 1rem;
}

#news-single h1 {
	font-size: 2.25rem;
}

#news-single .news-container>* {
	margin-bottom: 1.5rem;
}

#news-single .news-container h2 {
	font-size: 1.25rem;
}

#news-single .news-container p {
	line-height: 2;
}

#news-single .news-container img {
	max-width: 40.75rem;
	margin-inline: auto;
}

#news-single .news-container h2:not(:first-child),
#news-single .news-container h3:not(:first-child),
#news-single .news-container h4:not(:first-child),
#news-single .news-container h5:not(:first-child),
#news-single .news-container h6:not(:first-child) {
	margin-top: 2.5rem;
}

#news-single .news-container .btn {
	margin-block: 2.5rem 0;
}

#about-careerpath .feature-grid {
	grid-template-columns: 21.25rem 21.25rem 21.25rem;
	justify-content: space-between;
	margin-top: 3rem;
}

#about-careerpath .feature {
	padding-inline: 1.5rem;
	position: relative;
	gap: 0.875rem;
	display: flex;
	flex-direction: column;
}

#about-careerpath .feature-label {
	font-size: 1.75rem;
	position: absolute;
	top: -1.625rem;
	left: 50%;
	transform: translateX(-50%);
}

#about-careerpath .feature-img {
	width: 11.25rem;
	aspect-ratio: 1 / 1;
	margin-inline: auto;
}

#about-careerpath .feature-title {
	font-size: 1.375rem;
	line-height: 1.3;
	color: var(--secondary-color);
}

.badge {
	font-weight: 600;
	color: #fff;
	background-color: var(--main-color);
	width: fit-content;
	padding: 0.125rem 1.125rem;
	border-radius: 4px;
}

.timeline-txt-label {
	margin-bottom: 0.5rem;
}

.timeline-txt-label:not(:first-child) {
	margin-top: 0.5rem;
}

#about-careerpath .timeline-body {
	padding-right: 0;
}

#about-careerpath .timeline-body h3:not(:first-child) {
	margin-top: 1rem;
}

#about-careerpath .timeline-body p {
	letter-spacing: -0.02em;
}

#salary-benefits .common-container {
	padding: 5rem;
}

.salary-benetits-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
}

.salary-benetits-container .common-heading {
	font-size: 1.375rem;
	margin-bottom: 1.5rem;
}

.salary-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.5rem;
	font-size: 1.125rem;
}

.salary-list li {
	padding: 0 0.5rem 1rem;
	border-bottom: solid 1px var(--main-color);
	display: grid;
	grid-template-columns: 4.5rem auto;
	gap: 2rem;
}

.salary-area {
	font-weight: 600;
}

.benefit-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.benefit-note {
	text-align: right;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	line-height: 1.9;
}

.location-map {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 30.875rem 34.75rem;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.location-map>div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.location-map-media {
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	border-radius: 20px;
}

.location-map-media>img {
	width: 7.5rem;
	flex-shrink: 0;
}

#about-careerpath #voice .feature-grid {
	grid-template-columns: 22.125rem 22.125rem 22.125rem;
}

#page-not-found {
	background: url('../img/wave-404.svg') top left / 100vw auto no-repeat,
		var(--gradient4);
}

#section-404 {
	padding-top: 10rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
	justify-content: center;
}

#section-404 h2 {
	font-size: 2.375rem;
	font-weight: normal;
	line-height: 1.2;
	color: var(--main-color);
}

#section-404 p {
	text-align: center;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	:root {
		--box-shadow: 0 0 50px rgba(70, 54, 137, 0.03);
	}

	html {
		font-size: 4.44444444vw;
	}

	:target {
		scroll-margin-top: 3.5rem;
	}

	body {
		margin-top: 3.5rem;
	}

	.pc-only {
		display: none !important;
	}

	.overlay-heading {
		margin-bottom: 2.5rem;
		margin-inline: -1rem;
	}

	.overlay-heading.sp-2line {
		margin-bottom: 1.5rem;
	}

	.overlay-heading>div {
		font-size: 2.625rem;
	}

	.overlay-heading h2 {
		font-size: 1.5rem;
		bottom: auto;
		top: 1.875rem;
		width: max-content;
		line-height: 1.2;
	}

	.lead {
		width: auto;
		margin-top: 2.5rem;
	}

	.under .lead {
		margin-top: 1.5rem;
		text-align: left;
	}

	.bleed-wrapper {
		width: auto;
	}

	.bleed {
		background: #fff;
		border-radius: 24px 0 0 24px;
		padding: 2rem;
	}

	.bleed-left {
		border-radius: 0 24px 24px 0;
		padding-right: 1rem;
		margin-right: 1rem;
	}

	.bleed-right {
		padding-left: 1rem;
		margin-left: 1rem;
	}

	.bleed .overlay-heading {
		margin-bottom: 2rem;
	}

	.bleed-lead {
		margin-block: 1rem;
		letter-spacing: -0.02em;
	}

	.wrapper {
		max-width: 20.5rem;
		margin-inline: 1rem;
	}

	.top-career .btn,
	.top-news .btn,
	.top-iot .btn,
	.top-interview .btn,
	.search-form .btn,
	.event-item .btn,
	#news-single .news-container .btn,
	.btn {
		width: 100%;
		height: 3rem;
		font-size: 1rem;
		border-radius: 12px;
	}

	.under .common-container {
		padding: 1.5rem 1rem;
		border-radius: 16px;
	}

	.overlay-heading+.common-container {
		margin-top: 0;
	}

	.common-heading {
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
		line-height: 1.4;
	}

	.common-heading-sub {
		font-size: 1rem;
	}

	.media {
		gap: 1rem;
		flex-direction: column;
	}

	#about-initiative .media {
		flex-direction: column-reverse;
	}

	.media .more {
		font-size: 1rem;
	}

	.media-txt p {
		line-height: 1.7;
	}

	.media-txt-item-wrapper {
		gap: 1.5rem;
	}

	.media-txt-item-title {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	.media-img {
		width: 100%;
	}

	.media-img.youtube,
	#about-initiative .media-img {
		width: 100%;
	}

	.gradiate-disc>li {
		line-height: 1.4;
		letter-spacing: -0.02em;
	}

	.dialog-btns {
		grid-template-columns: 100%;
		margin-bottom: 1.5rem;
	}

	.dialog-btn {
		font-size: 1rem;
	}

	.border-main {
		padding: 0.5rem 1rem;
	}

	.border-main.img img {
		width: 100%;
	}

	.border-main-txt {
		font-size: 0.875rem;
		letter-spacing: -0.02em;
	}

	.under .common-container.wide {
		padding: 2rem 1rem;
	}

	.circle-arrow-right-blue2 {
		padding-right: 0;
	}

	#header {
		height: 3.5rem;
		--box-shadow: 0 8px 24px rgba(70, 54, 137, 0.05);
	}

	.header-inner {
		padding-inline: 1rem;
		height: 3.5rem;
	}

	#logo {
		gap: 0.5rem;
	}

	#logo img {
		width: 5.8125rem;
	}

	#logo span {
		font-size: 0.75rem;
	}

	#toc-toggle {
		display: none;
	}

	.menu-icon {
		width: 2.5rem;
		height: 1rem;
		position: relative;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.menu-icon span {
		display: block;
		height: 1px;
		width: 100%;
		background: var(--main-color);
		border-radius: 2px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	#toc {
		padding: 0.5rem 1rem 4rem;
		position: absolute;
		left: 100%;
		top: 3.5rem;
		transition: left 0.3s ease;
		background: #fff;
		flex-direction: column;
		width: 100vw;
		z-index: 10;
		gap: 1.5rem;
		max-height: calc(100vh - 3.5rem);
		overflow: scroll;
	}

	#toc-toggle:checked~.menu-icon span:nth-child(1) {
		transform: translateY(0.46875rem) rotate(20deg);
	}

	#toc-toggle:checked~.menu-icon span:nth-child(2) {
		opacity: 0;
	}

	#toc-toggle:checked~.menu-icon span:nth-child(3) {
		transform: translateY(-0.46875rem) rotate(-20deg);
	}

	#toc-toggle:checked~#toc {
		left: 0;
	}

	#toc-txt-link {
		flex-direction: column;
		padding: 0;
		width: 100%;
		gap: 0;
	}

	#toc-txt-link>div {
		width: 100%;
		border-bottom: solid 1px var(--main-color);
	}

	#toc-txt-link>div>label,
	#toc-txt-link>div>a {
		color: var(--main-color);
		padding: 1.25rem 1rem;
		font-size: 1.125rem;
		line-height: 1.3;
	}

	#toc-txt-link>div>a {
		padding: 1rem;
	}

	#toc-txt-link .has-submenu>label::before,
	#toc-txt-link .has-submenu>label::after {
		width: 1.875rem;
		height: auto;
		aspect-ratio: 1 / 1;
		right: 1rem;
	}

	#toc-txt-link .has-submenu>label::before {
		background-image: url('../img/circle-plus-blue.svg');
	}

	#toc-txt-link .has-submenu>label::after {
		background-image: url('../img/circle-minus-blue.svg');
	}

	#toc-txt-link>div>a {
		display: flex;
		padding-right: 1.5rem;
	}

	#toc-txt-link>div>a::after {
		background-image: url('../img/arrow2-right-blue2.svg');
	}

	.header-submenu {
		height: auto;
		pointer-events: auto;
		opacity: 1;
		position: static;
		box-shadow: none;
		width: 100%;
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.3s ease;
	}

	#toc-txt-link .has-submenu:hover .header-submenu.header-submenu-height1,
	#toc-txt-link .has-submenu:hover .header-submenu.header-submenu-height2 {
		height: auto;
	}

	.header-submenu-inner {
		width: 100%;
		grid-template-columns: auto;
		gap: 0;
		padding: 0;
		overflow: hidden;
	}

	.header-submenu-inner>a {
		width: 100%;
		padding-block: 0.25rem;
		padding-left: 2rem;
	}

	.header-submenu-inner>a:first-child {
		padding-top: 0;
	}

	.header-submenu-inner>a:last-child {
		margin-bottom: 1rem;
	}

	.header-submenu-inner>a>div {
		font-size: 1rem;
		margin: 0;
		line-height: 1.6;
	}

	.header-submenu-inner .circle-arrow-right-blue2 {
		font-size: 1rem;
		margin: 0;
		line-height: 1.6;
		font-weight: normal;
		padding: 0;
	}

	.header-submenu-inner>a>div::after {
		display: none;
	}

	.toggle-submenu:checked~.header-submenu {}

	.toggle-submenu:checked~.header-submenu {
		grid-template-rows: 1fr;
	}

	#toc-txt-link .toggle-submenu:checked+label::before {
		opacity: 0
	}

	#toc-txt-link .toggle-submenu:checked+label::after {
		opacity: 1;
	}

	.header-cards {
		display: flex;
		gap: 1rem;
	}

	.header-cards a {
		width: 9.75rem;
		height: 6.8125rem;
		display: block;
		border-radius: 16px;
		font-size: 1.125rem;
		font-weight: 600;
		letter-spacing: -0.02em;
		color: var(--main-color);
		padding-top: 4rem;
		text-align: center;
	}

	.header-cards a.header-card-search {
		background: url('../img/footer-banner1.png') top 1rem center / 3.125rem 2.5rem no-repeat,
			var(--gradient4);
	}

	.header-cards a.header-card-register {
		background: url('../img/footer-banner2.png') top 1rem center / 2.625rem 2.5rem no-repeat,
			var(--gradient4);
	}

	#toc-btn-link {
		flex-direction: column-reverse;
		align-items: center;
	}

	.btn-tel {
		width: 16.875rem;
		height: 3.5rem;
		font-size: 1.125rem;
	}

	.tel-time {
		font-size: 1rem;
		text-align: center;
	}

	.header-recruit-btn-wrapper>span,
	.header-recruit-btn-wrapper>a {
		width: 10.25rem;
		font-size: 0.875rem;
	}

	#top #footer {
		margin-top: 5rem;
	}

	#footer {
		margin-top: 1.125rem;
	}

	.footer-logo a {
		width: 7rem;
	}

	.footer-logo span {
		font-size: 1rem;
	}

	.footer-inner {
		padding: 2rem 1rem 1.875rem;
	}

	.footer-logo {
		flex-direction: column;
		gap: 0;
		margin-bottom: 1rem;
	}

	.footer-banner {
		gap: 0.75rem;
	}

	.footer-banner a {
		width: 9.875rem;
		height: 10.375rem;
		display: block;
		border-radius: 16px;
		font-size: 0.875rem;
		color: var(--main-color);
		padding: 4.75rem 0 0;
		text-align: center;
		line-height: 1.3;
	}

	.footer-banner a::after {
		content: none;
	}

	.footer-banner a>div {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		width: auto;
	}

	.footer-banner a span {
		font-size: 1.25rem;
	}

	.footer-banner-search {
		background: url(../img/footer-banner1.png) top 1rem center / 3.9375rem auto no-repeat,
			var(--gradient4);
	}

	.footer-banner-register {
		background: url(../img/footer-banner2.png) top 1rem center / 3.125rem auto no-repeat,
			var(--gradient4);
	}

	.footer-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: auto;
		gap: 1.5rem 1rem;
	}

	.nav-title {
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
	}

	.footer-list>div:last-child:nth-child(odd) {
		grid-column: 1 / 3;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem 1rem;
	}

	.footer-list>div:last-child:nth-child(odd) .nav-title {
		margin: 0;
	}

	.footer-list li>a {
		margin-left: 0;
		margin-top: 0.5rem;
	}

	.footer-bar {
		width: auto;
		flex-direction: column;
		gap: 1rem;
		align-items: center;
		padding: 0 0 2rem;
	}

	.footer-bar__links-item a {
		display: block;
	}

	.bottom-nav {
		margin-inline: 1.5rem;
		flex-direction: column;
		gap: 2rem;
	}

	.bottom-nav-body>div {
		width: 100%;
	}

	.bottom-nav-body li {
		margin-top: 0.25rem;
	}

	.bottom-nav-body li>a {
		justify-content: space-between;
		padding-block: 0.25rem;
	}

	.breadcrumbs {
		margin: 5rem 1rem 0;
	}

	.breadcrumbs li,
	.breadcrumbs a {
		white-space: nowrap;
	}

	#top-fv-bg {
		left: 0;
		transform: none;
		background: url(../img/top-fv-sp.png) left top / 100% 100% no-repeat;
		aspect-ratio: 360 / 512;
	}

	body.menu-open #top-fv-bg {
		top: -3.5rem;
	}

	#top-h1 {
		margin: 0.75rem 0 0;
		padding: 0 0 9.5rem;
	}

	#top-h1>h1 {
		width: 21.6875rem;
		margin-inline: auto;
	}

	#top-h1>p {
		margin: 0.75rem 0 0;
		font-size: 0.75rem;
		text-align: center;
		font-weight: 500;
		line-height: 1.6;
	}

	.top-search {
		margin: 0 1rem;
		width: auto;
	}

	.search-form {
		flex-direction: column;
		align-items: flex-start;
		padding: 1.5rem 1rem;
		gap: 1rem;
		width: auto;
	}

	.field {
		flex-direction: row;
		align-items: center;
		gap: 0.5rem;
	}

	.field label {
		padding: 0;
		font-size: 0.75rem;
		width: 3.75rem;
	}

	.select-wrapper {
		width: 14.25rem;
	}

	.select-wrapper select {
		font-size: 0.875rem;
	}

	.select-wrapper::after {
		background-size: 0.875rem auto;
	}

	.search-form .btn {
		margin: 0;
	}

	.top-slider {
		margin-top: 1rem;
		overflow: hidden;
	}

	.top-slider .slick-list {
		width: 19.125rem;
		overflow: visible;
	}

	.top-slider .slick-slide {
		margin-inline: 0.5rem;
	}

	.top-slider .slick-arrow {
		width: 1.875rem;
	}

	.top-slider .slick-prev {
		left: calc(50% - 10.25rem);
	}

	.top-slider .slick-next {
		right: calc(50% - 10.25rem);
	}

	.top-about {
		margin-top: 7rem;
	}

	.about-link {
		flex-direction: column;
		margin: 1.5rem 2.5rem 0;
		gap: 1.5rem;
	}

	.about-link>a {
		width: auto;
		gap: 0.5rem;
	}

	.about-link>a>p {
		font-size: 1.125rem;
		line-height: 1;
	}

	.top-about::before {
		background-image: url(../img/top-wave1-sp.svg);
		height: 13.375rem;
		top: -7.5rem;
	}

	#top-about-deco {
		right: calc(50% - 10rem);
		top: -4.75rem;
		width: 3.875rem;
	}

	.top-system {
		margin-top: 5rem;
	}

	.top-system .overlay-heading {
		margin-bottom: 1rem;
	}

	.top-system-link {
		flex-direction: column;
		margin-top: 0;
		gap: 0.5rem;
	}

	.top-system-link>ul {
		width: 100%;
	}

	.top-system-link a {
		font-size: 1.125rem;
		padding: 1rem 0.5rem;
	}

	.top-system::before {
		background-image: url(../img/top-wave2-sp.svg);
		height: 7.8125rem;
		top: -6.5rem;
	}

	#top-system-deco1 {
		left: calc(50% - 10rem);
		top: -4rem;
		width: 4.125rem;
	}

	.top-iot {
		margin-top: 5.25rem;
		padding-inline: 1rem;
	}

	.top-iot-body {
		flex-direction: column;
		margin-block: 1.5rem;
		gap: 1.5rem;
	}

	.top-iot-body>div,
	.top-iot-body>img {
		width: auto;
	}

	.top-iot::before {
		background-image: url('../img/top-wave3-sp.svg');
		height: 11rem;
		top: -6.25rem;
	}

	#top-iot-deco {
		width: 7.25rem;
		right: calc(50% - 11.75rem);
		top: -5.5rem;
	}

	.top-pickup {
		margin-top: 4.5rem;
		padding: 2rem 0;
	}

	.top-pickup-slider .slick-list {
		width: 16rem;
		padding: 0;
	}

	.top-pickup-slider {
		margin-top: 0;
		padding-bottom: 3.725rem;
	}

	.top-pickup-slider .slick-slide {
		margin-inline: 0.5rem;
	}

	.top-pickup-job {
		font-size: 0.75rem;
	}

	.top-pickup-name {
		font-size: 1rem;
	}

	.top-pickup-salary {
		font-size: 0.75rem;
		letter-spacing: 0;
	}

	.top-pickup-slider .slick-arrow {
		width: 2.125rem;
		height: 2.125rem;
		top: auto;
		bottom: 0;
	}

	.top-pickup-slider .slick-prev {
		left: calc(50% + 5.5rem);
	}

	.top-pickup-slider .slick-next {
		right: calc(50% - 10.25rem);
	}

	.top-pickup::before {
		background: url(../img/top-wave4-sp.svg) center / 100% no-repeat;
		height: 7.8125rem;
		top: -6.25rem;
	}

	#top-pickup-deco {
		width: 3.125rem;
		left: calc(50% - 9.75rem);
		top: -2.5rem;
	}

	.top-interview {
		margin: 4.5rem 0 0;
	}

	.top-interview-link {
		margin-block: 2rem 0;
		padding-bottom: 5.125rem;
		overflow: hidden;
		width: 100%;
	}

	.top-interview .slick-list {
		overflow: visible;
		width: 15.75rem;
		margin-inline: auto;
	}

	.top-interview-link a {
		width: 13.75rem;
	}

	.top-interview-link a>p {
		font-size: 1rem;
	}

	.top-interview .interview-profile {
		position: relative;
	}

	.top-interview .circle-arrow-right-blue2::after {
		background-image: url('../img/circle-arrow-right-blue3.svg');
		width: 2.625rem;
		position: absolute;
		right: 0;
		top: -8.5625rem;
	}

	.top-interview .slick-arrow {
		position: absolute;
		bottom: 1.5rem;
		width: 2.125rem;
		aspect-ratio: 1 / 1;
		border-radius: 100%;
		color: transparent;
		background: url('../img/top-slider-arrow.svg') center / 100% no-repeat,
			#fff;
		z-index: 10;
		cursor: pointer;
	}

	.slick-arrow.slick-disabled {
		display: none !important;
	}

	.top-interview .slick-prev {
		right: 4.625rem;
		transform: scaleX(-1);
	}

	.top-interview .slick-next {
		right: 2rem;
	}

	.top-interview .slick-arrow:hover {
		opacity: 0.7;
	}

	.top-interview .btn {
		max-width: 18.5rem;
	}

	.top-interview::before {
		background-image: url(../img/top-wave5-sp.svg);
		height: 11rem;
		top: -6rem;
	}

	#top-interview-deco1 {
		width: 3.9375rem;
		right: calc(50% - 10.25rem);
		top: -4.875rem;
	}

	.top-career {
		margin-top: 4.5rem;
	}

	.career-merit {
		flex-direction: column;
		margin-block: 2rem 1rem;
		gap: 2.5rem;
	}

	.career-merit>div {
		width: 100%;
		gap: 0.5rem;
	}

	.career-merit img {
		width: 9.375rem;
	}

	.career-merit-title {
		margin-top: 0.5rem;
		font-size: 1.25rem;
	}

	.career-merit p {
		/* font-size: 0.875rem; */
	}

	.top-career .btn>span {
		font-size: 1rem;
	}

	.top-career .btn>span>span {
		font-size: 0.75rem;
	}

	.top-career::before {
		background-image: url(../img/top-wave6-sp.svg);
		height: 11rem;
		top: -1.5rem;
	}

	.top-news {
		margin-top: 4rem;
	}

	.top-news-header h2 {
		left: 50%;
		transform: translateX(-50%);
	}

	.top-news>div {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 2rem;
	}
	.top-news-header .overlay-heading {
		margin-top: 0;
	}
	.top-news-header ul {
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 3rem;
		flex-wrap: wrap;
		width: fit-content;
		margin-inline: auto;
	}

	.top-news-list {
		gap: 2rem;
		width: 100%;
	}

	.top-news-list-title {
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.top-news::before {
		background: url(../img/top-wave7-sp.svg) center / 100% no-repeat;
		height: 7.8125rem;
		top: -4.5rem;
	}

	.top-media {
		margin-top: 4rem;
	}

	.top-media-link {
		flex-direction: column;
	}

	.top-media-link a>picture,
	.top-media-link span>video {
		width: 20.5rem;
		margin-inline: auto;
		aspect-ratio: 328 / 184;
	}

	.top-media-link p,
	.top-media-link span>span {
		margin-top: 0.5rem;
	}

	.top-media::before {
		content: none;
	}

	#top-media-deco {
		width: 3.875rem;
		left: auto;
		right: calc(50% - 10.25rem);
		top: -3rem;
		transform: scaleX(-1);
	}

	body.under {
		background: var(--gradient4);
	}

	.fv-bg {
		width: 21.5rem;
		aspect-ratio: 344 / 280;
	}

	body.menu-open .fv-bg {
		top: -3.5rem;
	}

	.fv {
		padding: 15.25rem 1rem 0;
		width: auto;
		background: url('../img/under-fv-wave-sp.svg') top 9.5rem center / 100vw auto no-repeat;
		min-height: auto;
	}

	.no-fv-bg #main {
		background: url('../img/under-fv-wave-sp.svg') top 7rem center / 100vw auto no-repeat;
	}

	.no-fv-bg .fv {
		padding-block: 4.5rem 0;
		min-height: 14.75rem;
		background: none;
	}

	.under #main>section:first-of-type::before {
		background: url('../img/under-wave1-sp.svg') center / 100% 100% no-repeat;
		height: 7.8125rem;
		top: -4rem;
	}

	.under #main>section:nth-of-type(2)::before {
		background: url('../img/under-wave2-sp.svg') center / 100% 100% no-repeat;
		height: 13.375rem;
		top: -6rem;
	}

	.under #main>section:nth-of-type(3)::before {
		background: url(../img/under-wave3-sp.svg) center / 100% 100% no-repeat;
		height: 7.8125rem;
		top: -4rem;
	}

	.under #main>section:nth-of-type(4)::before {
		background: url(../img/under-wave4-sp.svg) center / 100% 100% no-repeat;
		height: 7.8125rem;
		top: -4rem;
	}

	.under #main>section:nth-of-type(5)::before {
		background: url(../img/under-wave5-sp.svg) center / 100% 100% no-repeat;
		height: 13.375rem;
		top: -5.5rem;
	}

	.under #main>section#aboutus::before {
		background: url(../img/under-wave5-sp.svg) center / 100% 100% no-repeat;
		height: 13.375rem;
		top: -6.5rem;
	}

	.page-title.overlay-heading {
		margin-inline: 0;
	}

	.page-title.overlay-heading div {
		font-size: 2.625rem;
	}

	.page-title.overlay-heading h1 {
		font-size: 1.625rem;
		bottom: auto;
		top: 2rem;
	}

	.fv-lead {
		margin-top: 2.75rem;
		width: auto;
		line-height: 1.6;
	}

	.anchor-nav {
		margin-top: 1.5rem;
		flex-direction: column;
		padding: 1rem 1rem;
		gap: 1rem;
		margin-bottom: 1.75rem;
	}

	.anchor-nav>a {
		flex-direction: row-reverse;
		justify-content: flex-end;
		gap: 0.5rem;
		line-height: 1.4;
		padding-block: 0.25rem;
	}

	.anchor-nav>a.sp-2line {
		padding-block: 0;
	}

	.facility-lead {
		margin-bottom: 0.5rem;
	}

	.facility-body {
		flex-direction: column;
		gap: 1.5rem;
	}

	.facility-area {
		width: 100%;
	}

	.facility-area-row {
		gap: 0;
	}

	.facility-area-name {
		font-size: 1rem;
		width: 4rem;
	}

	.facility-area-row ul {
		grid-template-columns: auto auto;
	}

	.facility-area-row ul>li {
		font-size: 1rem;
	}

	.facility-map {
		width: auto;
	}

	#environment {
		margin-top: 4.5rem;
	}

	#environment-img4 {
		width: 3.75rem;
	}

	.feature-grid {
		grid-template-columns: 100%;
		gap: 1rem;
	}

	.feature {
		padding-block: 1.5rem 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.feature-title {
		font-size: 1.125rem;
	}

	.feature-body {
		margin-top: 0.5rem;
	}

	.feature-strong {
		font-size: 3.125rem;
	}

	.feature-strong-sub {
		font-size: 1.25rem;
	}

	.feature-column-name {
		font-size: 0.875rem;
	}

	.feature-desc {
		font-size: 0.875rem;
	}

	#environment .feature-grid {
		margin-top: 3rem;
	}

	#environment .feature {
		min-height: 13.375rem;
	}

	#environment .feature-txt {
		width: 11.375rem;
	}

	#about-numbers .anchor-nav {
		padding-inline: 1rem;
		gap: 1rem;
	}

	#about-numbers .feature-img {
		width: 6.25rem;
	}

	#career-skill .feature {
		min-height: 19.625rem;
	}

	#career-skill .feature-body {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		gap: 0.5rem;
	}

	#career-skill .feature-txt {
		flex-direction: column;
		width: 10.375rem;
		gap: 0.5rem;
	}

	#hitowa-group .feature-grid,
	#achievements .feature-grid {
		grid-template-columns: 1fr;
	}

	#hitowa-group .feature-body,
	#achievements .feature-body {
		flex-direction: row;
		gap: 0.5rem;
	}

	#hitowa-group .feature-txt,
	#achievements .feature-txt {
		width: 10.375rem;
		text-align: center;
	}

	#step-up .step-up-lead {
		margin-top: 4rem;
	}

	.feature-circle {
		flex-direction: column;
		gap: 0;
	}

	.feature-circle>div {
		margin: -0.5rem auto;
		width: 18.125rem;
		gap: 0.5rem;
	}

	.feature-circle>div::before {
		padding: 1px;
	}

	.feature-circle-label {
		font-size: 1.375rem;
	}

	.feature-circle-label>span {
		font-size: 1.625rem;
	}

	.feature-circle-title {
		font-size: 1.25rem;
	}

	#about-training #support {
		margin-inline: 0;
		max-width: none;
	}

	.timeline-row {
		grid-template-columns: 4.375rem 1fr;
		gap: 1rem;
	}

	.timeline-label {
		font-size: 0.875rem;
		padding-bottom: 1.75rem;
		clip-path: polygon(0% 0%,
				100% 0%,
				100% calc(100% - 0.875rem),
				50% 100%, 0% calc(100% - 0.875rem));
	}

	.timeline-row:not(:first-child) .timeline-label::before {
		clip-path: polygon(0% 0%,
				100% 0%,
				100% 40%,
				50% 100%,
				0% 40%);
	}

	.timeline-row .timeline-body {
		padding: 0.5rem 0 1.5rem;
		margin-bottom: 0.75rem;
	}

	.timeline-body h3,
	#about-training .timeline-body-title {
		line-height: 1.4;
		letter-spacing: -0.02em;
	}

	#about-training .timeline-row .timeline-body {
		gap: 0.5rem;
	}

	.goal-case {
		flex-direction: column;
		gap: 0.5rem;
	}

	.goal-case-label {
		aspect-ratio: auto;
		width: 100%;
		border-radius: 4px;
		font-size: 0.875rem;
		letter-spacing: -0.02em;
		height: 1.875rem;
		background: var(--gradient5);
	}

	.training-dialog {
		border-radius: 0;
		padding-top: 2.5rem;
		overflow: scroll;
	}

	.training-dialog>div {
		padding: 2rem 1rem;
		border-radius: 16px;
	}

	.training-dialog .common-heading {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

	.training-dialog-menu {
		flex-direction: column;
		gap: 2rem;
	}

	.training-dialog-meta {
		grid-template-columns: 8rem auto;
	}

	#about-benefit section {
		margin-top: 5rem;
	}

	#about-benefit .feature {
		padding: 1.5rem 1rem;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto 1fr;
		gap: 1rem 0.5rem;
		align-items: center;
	}

	#about-benefit .feature-title {
		width: auto;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	#about-benefit .feature-img {
		width: 3.125rem;
	}

	#about-benefit .feature-body {
		grid-column: 1 / 3;
	}

	#about-benefit #health .feature-body p {
		font-size: 1rem;
	}

	#about-benefit #health .feature-body .strong,
	#about-benefit .feature-body .strong {
		font-size: 1.125rem;
	}

	#about-benefit #refresh .feature,
	#about-benefit #life-event .feature {
		min-height: auto;
	}

	.event-item {
		flex-direction: column;
		padding: 1rem 1.25rem;
		gap: 0.5rem;
	}

	.event-list>.event-item {
		gap: 1rem;
	}

	.event-date-box {
		flex-direction: row;
		width: 100%;
		aspect-ratio: auto;
		align-items: flex-end;
		padding: 0.5rem;
		border-radius: 4px;
		gap: 0.25rem;
	}

	.event-date {
		font-size: 1.375rem;
		line-height: 1.2;
	}

	.event-list .event-info {
		gap: 0.5rem;
	}

	.event-category {
		font-size: 0.75rem;
		padding-inline: 1rem;
	}

	.event-title {
		margin-bottom: 0;
		font-size: 1rem
	}

	.event-list .event-title {
		font-size: 1.125rem;
	}

	.event-desc p {
		line-height: 1.6;
	}

	.event-meta {
		font-size: 0.875rem;
	}

	.event-list .event-meta {
		font-size: 1rem;
	}

	.event-header {
		justify-content: space-between;
		margin-bottom: 0.25rem;
	}

	.form-container {
		gap: 1.5rem;
	}

	.form {
		padding: 1.5rem 1rem;
	}

	.form-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}

	.form-label {
		width: auto;
	}

	.form-field input[type=text],
	.form-field select,
	.form-field input[type="email"],
	.form-field textarea {
		height: 3rem;
		padding-inline: 0.5rem;
		font-size: 1rem;
	}

	.name-group {
		gap: 0.5rem;
	}

	.name-group input {
		width: 9rem;
	}

	.birthday-group {
		gap: 0.125rem;
	}

	.birthday-group #birthday-year,
	.birthday-group select {
		width: 4.6875rem;
	}

	.birthday-group span {
		margin-right: 0.375rem;
		line-height: 1.1;
	}

	.form-select-wrapper::after {
		right: 0.25rem;
	}

	.gender-group {
		gap: 2.5rem;
	}

	.tel-group {
		gap: 0.25rem;
	}

	.tel-group input {
		width: 5.5625rem;
	}

	.zip-group {
		gap: 0.25rem;
	}

	.form .btn {
		width: 100%;
		margin-top: 1.5rem;
		font-size: 1rem;
		height: 3rem;
	}

	.news-container {
		padding: 1.5rem 1rem;
		border-radius: 16px;
	}

	.news-filter {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 1.5rem;
		width: 100%;
	}

	.news-filter-category {
		gap: 1rem;
		justify-content: space-between;
		width: 100%;
	}

	.news-filter-category a {
		padding: 0.4375rem;
	}

	.news-filter-category a.current {
		padding: 0.5rem;
	}

	.news-list a {
		display: grid;
		grid-template-columns: auto 1fr;
		padding: 1.5rem 0;
		gap: 0.5rem;
	}

	.news-category {
		width: fit-content;
	}

	.news-title {
		grid-column: 1 / 3;
	}

	.pager {
		margin-top: 1.5rem;
		gap: 1.5rem;
	}

	.pager>a,
	.pager>span {
		font-size: 0.875rem;
	}

	#news-single .fv {
		padding-top: 2.5rem;
		min-height: 17.5rem;
	}

	#news-single h1 {
		font-size: 1.375rem;
	}

	#news-single .news-container {
		padding: 3.5rem 1rem;
	}

	#news-single .news-container h2 {
		font-size: 1.125rem;
	}

	#news-single .news-container img {
		max-width: 100%;
	}

	#about-careerpath .feature-grid {
		grid-template-columns: 100%;
		gap: 2.5rem;
	}

	#salary-benefits .common-container {
		padding: 1.5rem 1rem;
		margin-top: 1.5rem;
	}

	.salary-benetits-container {
		grid-template-columns: 100%;
	}

	.salary-benetits-container .common-heading {
		margin-bottom: 1rem;
	}

	.salary-list {
		gap: 1rem;
	}

	.salary-list li {
		padding: 0 0 0.5rem;
		grid-template-columns: 4rem auto;
		gap: 0;
		justify-content: space-between;
	}

	.salary-area {
		font-size: 1rem;
	}

	.benefit-list {
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.benefit-list .badge {
		display: flex;
		align-items: center;
		font-size: 0.75rem;
		padding-block: 0.25rem;
	}

	.benefit-note {
		margin-bottom: 1rem;
		font-size: 0.75rem;
	}

	.salary-benetits-container .border-main {
		border-radius: 8px;
		margin-top: 1rem;
	}

	.location-map {
		grid-template-columns: 100%;
	}

	.location-map-media {
		padding: 0.5rem 1rem;
		line-height: 1.75;
	}

	.location-map-media>img {
		width: 5.625rem;
	}

	#about-careerpath #voice .feature-grid {
		gap: 1.5rem;
		margin-top: 1.5rem;
		grid-template-columns: 100%;
	}

	#about-careerpath #voice .feature {
		padding: 1rem;
	}

	#page-not-found {
		background: url('../img/wave-404-sp.svg') top 10.5rem left / 100vw auto no-repeat,
			var(--gradient4);
	}

	#section-404 {
		padding-top: 4.5rem;
		gap: 1.5rem;
	}

	#section-404 h2 {
		font-size: 1.375rem;
	}

	#section-404 p {
		text-align: center;
		line-height: 1.9;
	}
}

.top-news-main {
	width: 100%;
}

ul.top-news-categories,
ul.news-categories {
	display: flex;
	gap: 0 1em;
	margin: 0 0 1.6em 0;
}


ul.top-news-categories li,
ul.news-categories li {
	width: auto;
	text-align: center;
}

ul.top-news-categories li a,
ul.news-categories li a {
	color: #5A4FCF;
	font-weight: 500;
	display: inline-block;
	padding: 0px 1em 0.5em;
	line-height: 1;
}

ul.top-news-categories li a.all,
ul.news-categories li a.all {
	border-bottom: 4px solid #5A4FCF;
}

@media (max-width:767px) {
	.top-news-main {
		margin-top: 2em;
	}

	ul.top-news-categories,
	ul.news-categories {
		gap: 0;
		justify-content: center;
	}

	ul.top-news-categories li a {
		padding: 0px 0.8em 0.5em;
	}

	ul.news-categories li a {
		padding: 0px 0.6em 0.5em;
	}

	ul.top-news-categories li a.all,
	ul.news-categories li a.all {
		border-bottom-width: 3px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
	main {
		font-size: 16px;
	}

	.footer-list li>a {
		font-size: 14px;
	}

	.breadcrumbs li {
		font-size: 12px;
	}
}