html {
	scrollbar-gutter: stable;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

.inner {
	margin-inline: auto;
	max-width: 1200px;
	width: 95%;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

br.is-pc {
	display: block;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

.image-reveal {
	display: block;
	overflow: hidden;
}

.has-image-reveal .image-reveal img {
	opacity: 0;
	transform: scale(1.2);
	transition: opacity 1.25s cubic-bezier(0.22, 0.89, 0.34, 0.96), transform 1.25s cubic-bezier(0.22, 0.89, 0.34, 0.96);
	will-change: transform, opacity;
}

.has-image-reveal .image-reveal.is-active img {
	opacity: 1;
	transform: scale(1);
}

:root {
	--icon-arrow-forward-offset-x: 1px;
}

.icon-arrow-forward {
	transform: translateX(var(--icon-arrow-forward-offset-x));
}

.card-circle-arrow {
	--card-circle-arrow-current-size: var(--card-circle-arrow-size, 8px);
	--card-circle-arrow-current-icon-size: var(--card-circle-arrow-icon-size, 11px);
	--card-circle-arrow-current-background: var(--card-circle-arrow-default-background, linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%));
	--card-circle-arrow-current-icon-color: var(--card-circle-arrow-default-icon-color, #fff);
	--card-circle-arrow-icon-opacity: 0;
	--card-circle-arrow-icon-transition-delay: 0s;
	--card-circle-arrow-transition-duration: 0.25s;
	--card-circle-arrow-icon-transition-duration: 0.1s;
	bottom: 0;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.card-circle-arrow::before {
	background: var(--card-circle-arrow-current-background);
	border-radius: 50%;
	content: "";
	height: var(--card-circle-arrow-current-size);
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	transition: width var(--card-circle-arrow-transition-duration) ease, height var(--card-circle-arrow-transition-duration) ease, background var(--card-circle-arrow-transition-duration) ease;
	width: var(--card-circle-arrow-current-size);
}

.card-circle-arrow .material-symbols-outlined {
	color: var(--card-circle-arrow-current-icon-color);
	display: block;
	font-size: var(--card-circle-arrow-current-icon-size);
	font-variation-settings: "wght" 600;
	left: 50%;
	line-height: 1;
	opacity: var(--card-circle-arrow-icon-opacity);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) translateX(var(--icon-arrow-forward-offset-x));
	transition: opacity var(--card-circle-arrow-icon-transition-duration) ease var(--card-circle-arrow-icon-transition-delay);
}

@property --btn-border-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 113deg;
}

.btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 5;
}

.btn:not(.contact-btn) {
	--btn-border-gradient: linear-gradient(
    var(--btn-border-angle),
    #82e4c8 3%,
    #6fd5ee 50%,
    #feb5ee 97%
  );
	background: linear-gradient(#333, #333) padding-box, var(--btn-border-gradient) border-box;
	border: 2px solid transparent;
	border-radius: 99px;
	color: #e5eded;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	gap: 21px;
	height: 76px;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0 32px;
	text-decoration: none;
	transition: color 0.25s ease;
}

.btn:not(.contact-btn) > [aria-hidden=true] {
	display: grid;
	flex: 0 0 auto;
	height: 24px;
	place-items: center;
	position: relative;
	width: 24px;
}

.btn:not(.contact-btn) > [aria-hidden=true] > * {
	display: none;
}

.btn:not(.contact-btn) > [aria-hidden=true]::before,
.btn:not(.contact-btn) > [aria-hidden=true]::after {
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.btn:not(.contact-btn) > [aria-hidden=true]::before {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 50%;
	content: "";
	height: 8px;
	transition: transform 0.25s ease;
	width: 8px;
}

.btn:not(.contact-btn) > [aria-hidden=true]::after {
	color: #333;
	content: "arrow_forward_ios";
	display: grid;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 11px;
	font-variation-settings: "wght" 600;
	height: 100%;
	opacity: 0;
	place-items: center;
	transform: translateX(var(--icon-arrow-forward-offset-x));
	transition: opacity 0.2s ease;
	width: 100%;
}

.btn:not(.contact-btn) > :first-child {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	transition: color 0.25s ease;
}

.btn:not(.contact-btn):focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 4px;
}

.sec-title--center {
	text-align: center;
}

.sec-title .title-en {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
}

.sec-title .title-jp {
	display: block;
	font-size: 40px;
	margin-top: 15px;
}

.breadcrumb-items {
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-item {
	align-items: center;
	color: #6b7d8b;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.breadcrumb-item + .breadcrumb-item::before {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	content: "・・・";
	letter-spacing: -6px;
	margin: 0 16px 0 8px;
	-webkit-background-clip: text;
	background-clip: text;
}

.breadcrumb-item a {
	color: #333;
	text-decoration: none;
}

.cta__background-copy {
	background: linear-gradient(162deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 100px;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
	-webkit-background-clip: text;
	background-clip: text;
	pointer-events: none;
}

.cta--link-grid {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.cta--link-grid > .cta__items {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
	width: 100%;
}

.cta--link-grid .cta__item {
	list-style: none;
}

.cta--link-grid .cta__caption {
	display: none;
}

.cta--link-grid > .cta__background-copy {
	align-self: center;
	padding: 28px 0 33px;
	position: static;
	transform: none;
}

.cta--link-grid > .cta__background-copy > span:not(.type-reveal__char) + span:not(.type-reveal__char)::before {
	content: " ";
}

.cta__item {
	min-width: 0;
}

.cta__card {
	backdrop-filter: blur(6px);
	background: rgba(51, 51, 51, 0.95);
	box-sizing: border-box;
	color: #e5eded;
	display: block;
	height: 269px;
	isolation: isolate;
	overflow: hidden;
	padding: 30px clamp(24px, 3vw, 40px);
	position: relative;
	text-decoration: none;
}

.cta__card::before {
	background: linear-gradient(109deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease;
	z-index: 0;
}

.cta__card > * {
	position: relative;
	z-index: 1;
}

.cta__card:focus-visible {
	outline: 3px solid #82e4c8;
	outline-offset: -4px;
}

.cta__card-title,
.cta__card-label {
	margin: 0;
}

.cta__card-title {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 100%;
	overflow-wrap: anywhere;
	-webkit-background-clip: text;
	background-clip: text;
	transition: color 0.25s ease;
}

.cta__card-label {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 24px;
	transition: color 0.25s ease;
}

.cta__card-icon {
	background: #333;
	border-radius: 50%;
	bottom: 38px;
	display: grid;
	height: 8px;
	place-items: center;
	position: absolute;
	right: 48px;
	transition: right 0.25s ease, bottom 0.25s ease, width 0.25s ease, height 0.25s ease;
	width: 8px;
}

.cta__card-icon::before {
	background: linear-gradient(104deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	transition: opacity 0.25s ease;
}

.cta__card-icon .material-symbols-outlined {
	display: block;
	font-size: 11px;
	font-variation-settings: "wght" 600;
	line-height: 1;
	opacity: 0;
	position: relative;
	transition: opacity 0.1s ease;
	z-index: 1;
}

.type-reveal__accessible-text {
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	border: 0;
	clip-path: inset(50%);
	margin: -1px;
	white-space: nowrap;
}

.type-reveal__char {
	display: inline-block;
	opacity: 0;
	transition: opacity 90ms linear;
	visibility: hidden;
	white-space: pre;
}

.type-reveal__char.is-visible {
	opacity: 1;
	visibility: visible;
}

.pageLow-head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
}

.page-fv--plain {
	background: linear-gradient(139.034deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	height: 320px;
	overflow: hidden;
	position: relative;
}

.page-fv--with-visual {
	background: #f7f7f7;
	height: 608px;
	overflow: hidden;
	position: relative;
}

.page-fv__photo {
	height: 607px;
	inset: 0 0 auto auto;
	overflow: hidden;
	position: absolute;
	width: 75%;
}

.page-fv__photo picture,
.page-fv__photo img {
	display: block;
	height: 100%;
	width: 100%;
}

.page-fv__photo img {
	-o-object-fit: cover;
	object-fit: cover;
}

.page-fv-copy-group {
	align-items: flex-start;
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	position: absolute;
	right: 0;
}

.page-fv-copy {
	backdrop-filter: blur(6px);
	background: #e5eded;
	margin-left: calc(50% - 50vw);
	padding: 40px 56px 35px calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.page-fv-copy p {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0;
}

.page-fv-copy > p .u-gradient-reveal {
	--gradient-reveal-height: 1.1em;
	--gradient-reveal-position: left center;
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0;
}

.page-fv-title {
	align-items: center;
	background: #333;
	color: #e5eded;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 44px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 0 calc(50% - 50vw);
	padding: 0 24px 0 calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.page-fv-background {
	font-family: "DotGothic16", sans-serif;
	line-height: 1;
	margin: 0;
	position: absolute;
	white-space: nowrap;
}

.page-fv--plain .page-fv-background {
	bottom: -20px;
	color: #e5eded;
	font-size: 200px;
	left: 50.6%;
	letter-spacing: 16px;
	top: auto;
	translate: -50% 0;
}

.page-fv-title-group {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.page-fv--entry .page-fv-background {
	bottom: -6px;
	font-size: 160px;
	left: 0;
	letter-spacing: 0;
	mask-image: url("../img/entry/entry_fv_gateway_two_paths.svg");
	mask-position: 0 -166px;
	top: auto;
	transform: none;
	translate: 0;
	-webkit-mask-image: url("../img/entry/entry_fv_gateway_two_paths.svg");
	-webkit-mask-position: 0 -166px;
}

.page-fv--entry-thanks .page-fv-background {
	bottom: -8px;
	font-size: 200px;
	left: 55.9%;
	letter-spacing: 0.08em;
	top: auto;
	transform: none;
}

.page-fv-breadcrumb {
	background: #f7f7f7;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: auto;
	max-width: 100%;
	padding: 12px 24px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.page-fv-breadcrumb ol {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	padding: 0;
}

.page-fv-breadcrumb li {
	color: #6b7d8b;
	flex: 0 0 auto;
}

.page-fv-breadcrumb li:last-child {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-fv-breadcrumb li + li::before {
	background: linear-gradient(114deg, #53dcb6 2%, #29c3e9 50%, #fb91e4 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	content: "・・・";
	letter-spacing: -5px;
	margin: 0 1.6rem 0 0.8rem;
}

.page-fv-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.page-fv-breadcrumb a:focus-visible {
	outline: 0.2rem solid #00223a;
	outline-offset: 0.3rem;
}

.skip-link {
	background: #333;
	color: #fff;
	left: 0.8rem;
	padding: 0.8rem 1.2rem;
	position: fixed;
	top: 0.8rem;
	transform: translateY(-200%);
	z-index: 200;
}

.skip-link:focus {
	transform: translateY(0);
}

.skip-target {
	position: absolute;
}

.header {
	--header-fixed-offset: 0px;
	align-items: center;
	display: flex;
	height: 80px;
	left: 0;
	position: fixed;
	right: 0;
	top: var(--header-fixed-offset);
	transition: transform 0.25s ease;
	width: 100%;
	z-index: 100;
}

.header.is-header-hidden {
	transform: translateY(calc(-100% - var(--header-fixed-offset)));
}

.header:focus-within,
.is-menu-open .header {
	transform: translateY(0);
}

.admin-bar .header {
	--header-fixed-offset: 32px;
}

.header-logo {
	line-height: 1;
	margin: 0 0 0 60px;
}

.header-logo-link {
	align-items: center;
	color: #444;
	display: flex;
	gap: 20px;
}

.header-logo-link:focus-visible {
	outline: 2px solid #333;
	outline-offset: 4px;
}

.header-logo-picture {
	display: block;
	flex: 0 0 auto;
	height: 40px;
	width: 131px;
}

.header-logo-picture img {
	height: 100%;
	width: 100%;
}

.header-logo-label {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1;
	margin-top: 13px;
	white-space: nowrap;
}

.header-entry {
	align-items: center;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: #444;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 80px;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 1;
	margin-left: auto;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	transition: background 0.25s ease;
	width: 140px;
}

.header-entry:focus-visible {
	outline: 3px solid #333;
	outline-offset: -5px;
}

.header-entry-icon {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 20px;
	height: 28.284px;
	justify-content: center;
	letter-spacing: 0;
	transform: rotate(-60deg);
	transition: transform 0.6s ease;
	width: 28.284px;
}

.header-entry-balloon {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 12px;
	left: 0;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 2px);
	transform: translateY(-4px);
	transition: opacity 0.2s ease, transform 0.25s ease;
	width: 100%;
}

.header-entry-balloon img {
	display: block;
	height: 10px;
	width: 140px;
}

.material-symbols-outlined {
	font-family: "Material Symbols Outlined", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: "liga";
}

.header-menu-button {
	align-items: center;
	background: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 0 0 80px;
	height: 80px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 80px;
}

.header-menu-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
}

.header-menu-icon {
	height: 23px;
	position: absolute;
	transition: opacity 0.2s ease;
	width: 23px;
}

.header-menu-icon img {
	height: 23px;
	width: 23px;
}

.header-menu-icon--close,
.header-menu-button[aria-expanded=true] .header-menu-icon--open {
	opacity: 0;
}

.header-menu-button[aria-expanded=true] .header-menu-icon--close {
	opacity: 1;
}

.mega-menu {
	background: #e5eded;
	left: 0;
	min-height: 392px;
	opacity: 0;
	padding: 144px 8.333333vw 60px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.2s ease, visibility 0s linear 0.2s;
	visibility: hidden;
	z-index: 90;
}

.mega-menu.is-menu-open {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}

.admin-bar .mega-menu {
	top: 32px;
}

.mega-menu-inner {
	display: grid;
	gap: clamp(48px, 8.75vw, 126px);
	grid-template-columns: repeat(3, minmax(0, 282px));
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1200px;
}

.mega-menu .menu-group {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 36px;
	min-width: 0;
}

.menu-group-title {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
	min-height: 32px;
	padding: 6px 24px 8px 4px;
	width: 100%;
}

.menu-group--company .menu-group-title {
	background: linear-gradient(154deg, #dabdee 3%, #feb5ee 97%);
}

.menu-group--work .menu-group-title {
	background: linear-gradient(154deg, #79dcdb 3%, #82e4c8 97%);
}

.menu-group--recruit .menu-group-title {
	background: linear-gradient(154deg, #6fd5ee 3%, #b6c5ee 97%);
}

.menu-group-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-group-link {
	align-items: center;
	color: #333;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding-inline: 4px;
	position: relative;
}

.menu-group-link-label {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	position: relative;
	z-index: 1;
	-webkit-background-clip: text;
	transition: color 0.2s ease;
}

.menu-group-link::before {
	background: #333;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
	width: 100%;
}

.menu-group-link:focus-visible {
	outline: 2px solid #333;
	outline-offset: 5px;
}

.menu-official-link {
	align-items: center;
	color: #333;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	line-height: 1;
	padding-block: 8px;
	transition: gap 0.2s ease, color 0.2s ease;
}

.menu-official-link .material-symbols-outlined {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.menu-official-link:focus-visible {
	outline: 2px solid #333;
	outline-offset: 4px;
}

[hidden] {
	display: none !important;
}

.drawer {
	display: none;
}

.body-container {
	position: relative;
}

.back-to-top {
	--back-to-top-size: 72px;
	--back-to-top-body-size: 72px;
	--back-to-top-blob-size: 96px;
	--back-to-top-offset: 58px;
	--back-to-top-vfchat-gap: 16px;
	--back-to-top-vfchat-offset: 0px;
	bottom: calc(var(--back-to-top-offset) + var(--back-to-top-vfchat-offset));
	color: #fff;
	display: grid;
	height: var(--back-to-top-size);
	opacity: 0;
	place-items: center;
	pointer-events: none;
	position: fixed;
	right: var(--back-to-top-offset);
	transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	visibility: hidden;
	width: var(--back-to-top-size);
	z-index: 10;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s;
	visibility: visible;
}

.back-to-top.is-footer-stopped {
	bottom: auto;
	position: absolute;
	top: calc(-1 * (var(--back-to-top-size) + var(--back-to-top-offset)));
}

.back-to-top:focus-visible {
	outline: 2px solid #82e4c8;
	outline-offset: 4px;
}

.back-to-top::before {
	background: #333;
	border-radius: 50%;
	content: "";
	height: var(--back-to-top-body-size);
	position: absolute;
	width: var(--back-to-top-body-size);
	z-index: 0;
}

.back-to-top.is-canvas-ready::before {
	opacity: 0;
}

.back-to-top__canvas {
	height: var(--back-to-top-blob-size);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: var(--back-to-top-blob-size);
	z-index: 0;
}

.back-to-top__arrow,
.back-to-top__smile {
	grid-area: 1/1;
	position: relative;
	transition: opacity 0.35s ease-in-out;
	z-index: 1;
}

.back-to-top__arrow {
	height: 10px;
	width: 22px;
}

.back-to-top__smile {
	height: 18px;
	opacity: 0;
	width: 31px;
}

.footer {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.8) 0%, #333 100%), linear-gradient(121deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	color: #e5eded;
	position: relative;
	z-index: 3;
}

.footer-inner {
	display: grid;
	grid-template-columns: 196.5px minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	-moz-column-gap: clamp(80px, 15.25vw, 200px);
	column-gap: clamp(80px, 15.25vw, 200px);
	margin-inline: auto;
	min-height: 543px;
	padding-block: 120px 40px;
	width: min(100% - 120px, 1320px);
}

.footer-nav {
	align-self: start;
	display: flex;
	gap: clamp(48px, 8.333vw, 120px);
	grid-column: 2;
	grid-row: 1;
	padding-top: 16px;
	width: min(100%, 680px);
}

.footer-menu-group {
	flex: 0 0 auto;
}

.footer-menu-summary {
	display: none;
}

.footer-menu-summary-icon {
	align-items: center;
	display: flex;
	flex: 0 0 1.4rem;
	font-size: 1.4rem;
	height: 1.4rem;
	justify-content: center;
	transform: rotate(90deg);
	transition: transform 0.2s ease;
	width: 1.4rem;
}

.footer-menu-group[open] .footer-menu-summary-icon {
	transform: rotate(-90deg);
}

.footer-menu-title {
	border-bottom: 1px solid #e5eded;
	color: #e5eded;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
	padding-bottom: 12px;
	white-space: nowrap;
}

.footer-menu-group--company .footer-menu-title,
.footer-menu-group--company .footer-menu-summary {
	border-color: #d8bce9;
}

.footer-menu-group--work .footer-menu-title,
.footer-menu-group--work .footer-menu-summary {
	border-color: #7bded5;
}

.footer-menu-group--recruit .footer-menu-title,
.footer-menu-group--recruit .footer-menu-summary {
	border-color: #a8bde5;
}

.footer-menu-items {
	display: flex;
	flex-direction: column;
	gap: 26px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.footer-menu-link {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	color: #e5eded;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	-webkit-background-clip: text;
	transition: color 0.2s ease;
}

.footer-menu-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-brand {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 24px;
	grid-column: 1;
	grid-row: 1;
}

.footer-brand-link {
	align-items: flex-start;
	color: #e5eded;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-brand-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 5px;
}

.footer-brand-picture {
	display: block;
	filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(212%) hue-rotate(131deg) brightness(99%) contrast(91%);
	height: 60px;
	width: 196.5px;
}

.footer-brand-picture img {
	height: 100%;
	width: 100%;
}

.footer-brand-label {
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1;
}

.footer-official-link {
	align-items: center;
	color: #e5eded;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	line-height: 1;
	padding-block: 8px;
	transition: gap 0.2s ease, color 0.2s ease;
}

.footer-official-link .material-symbols-outlined {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.footer-official-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-copyright {
	color: #e5eded;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 300;
	grid-column: 2;
	grid-row: 2;
	justify-self: start;
	letter-spacing: 0.125em;
	line-height: 1;
	margin: 0;
}

.page-thanks {
	background: #e5eded;
}

.thanks {
	padding: 61px 0 121px;
}

.thanks__inner {
	max-width: 1200px;
}

.thanks__intro,
.thanks__contact {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.thanks__intro-message {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
}

.thanks__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.thanks__intro-notice {
	margin-top: 24px;
}

.thanks__intro-note {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	margin-top: 6px;
}

.thanks__selection {
	margin-top: 56px;
}

.thanks__information-title {
	color: #00223a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

.thanks__information > .thanks__text {
	margin-top: 12px;
}

.thanks__information--boxed {
	border: 1px solid #6b7d8b;
	box-sizing: border-box;
	padding: 36px;
}

.thanks__contents {
	margin-top: 72px;
}

.thanks__links {
	margin-top: 34px;
}

.thanks__links ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 56px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.thanks__links li {
	flex: 0 0 330px;
}

.thanks__link {
	--card-circle-arrow-size: 8px;
	--card-circle-arrow-active-size: 26px;
	--card-circle-arrow-icon-size: 11px;
	--card-circle-arrow-default-background: #a8b6c0;
	--card-circle-arrow-active-background: #333;
	--card-circle-arrow-active-icon-color: transparent;
	align-items: center;
	border: 2px solid #a8b6c0;
	border-radius: 99px;
	box-sizing: border-box;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 76px;
	letter-spacing: 0.02em;
	padding: 0 32px;
	position: relative;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease;
	width: 330px;
}

.thanks__link .card-circle-arrow {
	bottom: 50%;
	right: 32px;
	transform: translateY(50%);
}

.thanks__link:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 4px;
}

.thanks__contact {
	background: #e5eded;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	isolation: isolate;
	margin: 70px auto 0;
	padding: 36px;
	position: relative;
	width: 100%;
}

.thanks__contact::before {
	background: rgba(229, 237, 237, 0.4);
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.thanks__contact > * {
	position: relative;
	z-index: 1;
}

.thanks__contact h2 {
	color: #2f2d2c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

.thanks__contact-text {
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
}

.thanks__contact-text p,
.thanks__contact-text address {
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
}

.thanks__contact-text address {
	font-style: normal;
}

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

.thanks__contact a:focus-visible {
	outline: 3px solid #82e4c8;
	outline-offset: 3px;
}

.thanks--simple {
	text-align: center;
}

.thanks--simple .thanks__inner {
	max-width: 720px;
}

.thanks--simple .thanks__information-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: none;
}

.thanks--simple .thanks__link {
	display: inline-flex;
	margin-top: 48px;
}

.page-not-found {
	background: #e5eded;
}

.not-found {
	padding: 61px 0 121px;
}

.not-found__inner {
	max-width: 1200px;
	text-align: center;
}

.not-found__message {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.not-found__link {
	display: inline-flex;
	margin-top: 48px;
}

.top-fv {
	--fv-person-left: 68%;
	--fv-person-height: 86%;
	--top-fv-scroll-whiteout-opacity: 0;
	--top-fv-scroll-blur: 0px;
	background: #e5eded;
	height: 100dvh;
	isolation: isolate;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 0;
}

.top-fv__type {
	inset: 0;
	position: absolute;
}

.top-fv__type {
	bottom: auto;
	height: auto;
	left: 12%;
	pointer-events: none;
	right: auto;
	top: 28%;
	width: 98%;
	z-index: 0;
}

.top-fv__type img {
	display: block;
	height: auto;
	width: 100%;
}

.top-fv__type-background {
	left: 12%;
	pointer-events: none;
	position: absolute;
	top: 28%;
	width: 98%;
	z-index: 1;
}

.top-fv__type-svg {
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.top-fv__type-char {
	opacity: 0;
	transition: opacity 90ms linear;
}

.top-fv__type-char.is-visible {
	opacity: 1;
}

.top-fv__type-background.is-fading .top-fv__type-char {
	opacity: 0;
	transition: opacity 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.top-fv__type-char--8.is-blinking {
	animation: fv-cursor-blink 520ms steps(1, end) 5;
}

.top-fv__visual {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.top-fv__slide-group {
	inset: 0;
	position: absolute;
	z-index: 1;
}

.top-fv__layer {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	height: var(--fv-person-height);
	justify-content: center;
	left: var(--fv-person-left);
	position: absolute;
	transform: translateX(-50%);
	width: auto;
	will-change: transform, opacity;
}

.top-fv__layer picture,
.top-fv__layer img {
	display: block;
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.top-fv__layer--green img {
	filter: brightness(0) invert(83%) sepia(21%) saturate(1142%) hue-rotate(94deg) brightness(97%) contrast(90%);
	opacity: 0.3;
}

.top-fv__layer--purple img {
	filter: brightness(0) invert(55%) sepia(74%) saturate(2258%) hue-rotate(245deg) brightness(96%) contrast(97%);
	opacity: 0.3;
}

.top-fv__slide-group.is-exiting {
	animation: fv-person-flicker 250ms linear forwards;
	isolation: isolate;
	z-index: 0;
}

.top-fv__scroll-whiteout {
	background: #fff;
	inset: 0;
	opacity: var(--top-fv-scroll-whiteout-opacity);
	pointer-events: none;
	position: absolute;
	will-change: opacity;
	z-index: 6;
}

.top-fv__content {
	filter: blur(var(--top-fv-scroll-blur));
	inset: 0;
	position: absolute;
	will-change: filter;
}

.top-fv__animation-copy {
	left: 7%;
	pointer-events: none;
	position: absolute;
	top: 40%;
	width: min(62vw, 692px);
	z-index: 5;
}

.top-fv__animation-copy-line {
	overflow: hidden;
	position: relative;
}

.top-fv__animation-copy-line--top {
	aspect-ratio: 232/109;
	margin-bottom: clamp(12px, 2vw, 24px);
	width: min(34%, 232px);
}

.top-fv__animation-copy-line--bottom {
	aspect-ratio: 692/130;
	width: min(100%, 692px);
}

.top-fv__animation-band,
.top-fv__animation-text-mask,
.top-fv__animation-text {
	inset: 0;
	position: absolute;
}

.top-fv__animation-band {
	background: rgba(255, 255, 255, 0.88);
	opacity: 0;
	transform: scaleX(0) scaleY(0.04);
	transform-origin: left bottom;
	z-index: 1;
}

.top-fv__animation-text-mask {
	clip-path: inset(100% 0 0 0);
	overflow: hidden;
	z-index: 2;
}

.top-fv__animation-text {
	filter: blur(3px);
	transform: translateY(8px);
}

.top-fv__animation-text svg {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.top-fv__animation-text path {
	fill: #00223a;
}

.u-visually-hidden {
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

.second-view {
	--second-view-height: 100vh;
	--second-view-scroll-blur: 0px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.second-view__block {
	background: #cdd9dc;
	height: var(--second-view-height);
	isolation: isolate;
	overflow: clip;
	position: relative;
	width: 100%;
}

.is-second-view-scroll-animation .second-view__sequence {
	height: 800vh;
	margin-bottom: -100vh;
}

.is-second-view-scroll-animation .second-view__sequence-stage {
	height: var(--second-view-height);
	overflow: hidden;
	position: sticky;
	top: 0;
}

.is-second-view-scroll-animation .second-view__content {
	filter: blur(var(--second-view-scroll-blur));
	inset: 0;
	position: absolute;
	will-change: filter;
}

.second-view__navigation {
	display: none;
}

.is-second-view-scroll-animation .second-view__navigation {
	display: block;
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 5;
}

.second-view__skip {
	align-items: center;
	background-color: transparent;
	border: 1px solid #e5eded;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.4em;
	line-height: 1;
	padding: 8px 12px;
	pointer-events: auto;
	position: absolute;
	right: 24px;
	top: calc(24px + var(--second-view-skip-offset, 0px));
	transition: top 250ms ease, color 200ms ease, border-color 200ms ease;
}

.second-view__skip:focus-visible {
	outline: 2px solid #82e4c8;
	outline-offset: 3px;
}

.second-view__scroll-cue {
	align-items: center;
	bottom: 34px;
	color: #f7f7f7;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: absolute;
	right: 24px;
}

.second-view__scroll-cue-label {
	font-family: "DotGothic16", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 1;
	writing-mode: vertical-rl;
}

.second-view__scroll-cue-line {
	background: #fff;
	height: 80px;
	width: 1px;
}

.second-view__progress {
	background: #e5eded;
	bottom: 0;
	height: 10px;
	left: 0;
	mix-blend-mode: multiply;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.second-view__progress-active {
	background: linear-gradient(90deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	clip-path: inset(0 var(--second-view-progress-end, 80%) 0 0);
	display: block;
	height: 100%;
	transition: clip-path 400ms cubic-bezier(0.22, 0.8, 0.36, 1);
	width: 100%;
}

.is-second-view-scroll-animation .second-view__sequence .second-view__block {
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	will-change: opacity;
}

.is-second-view-scroll-animation .second-view__sequence .second-view__block--routine {
	opacity: 1;
}

.is-second-view-scroll-animation .second-view__block--routine .second-view__word--middle {
	top: 3%;
	transform: none;
}

.is-second-view-scroll-animation .second-view__block--routine .second-view__foreground {
	opacity: var(--second-view-routine-opacity, 0);
}

.is-second-view-scroll-animation .second-view__sequence .second-view__block--manual {
	opacity: var(--second-view-manual-opacity, 0);
}

.is-second-view-scroll-animation .second-view__sequence .second-view__block--message {
	opacity: var(--second-view-message-opacity, 0);
}

.is-second-view-scroll-animation .second-view__block--message .second-view__message {
	display: none;
}

.second-view__message-words {
	opacity: 0.4;
}

.second-view__copy-reveal {
	display: flex;
	flex-direction: column;
	gap: 38px;
	left: 48.8%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	width: min(73vw, 1050px);
	z-index: 3;
}

.second-view__copy-line {
	--second-view-copy-pink-x: -20px;
	--second-view-copy-pink-y: 12px;
	--second-view-copy-green-x: 20px;
	--second-view-copy-green-y: -12px;
	--second-view-copy-delay: 0ms;
	line-height: 0;
	overflow: visible;
	position: relative;
	transform-origin: left top;
	transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.second-view__copy-line--medium {
	--second-view-copy-delay: 60ms;
	width: 65.4%;
}

.second-view__copy-line--short {
	--second-view-copy-delay: 120ms;
	width: 55.9%;
}

.second-view__copy-color {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.second-view__copy-color--pink {
	background: #feb5ee;
	transform: translateX(calc(-100vw - 100%));
}

.second-view__copy-color--green {
	background: #82e4c8;
	transform: translateX(calc(100vw + 100%));
}

.second-view__copy-black {
	background: #333;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	transform: scaleY(0);
	transform-origin: bottom;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.second-view__copy-black picture,
.second-view__copy-black img {
	display: block;
	height: auto;
	max-width: 100%;
}

.second-view__copy-black img {
	clip-path: inset(100% 0 0 0);
	transform: translateY(24px);
	will-change: clip-path, transform;
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-revealing .second-view__copy-color--pink {
	animation: second-view-copy-pink-in 350ms cubic-bezier(0.16, 1, 0.3, 1) var(--second-view-copy-delay) forwards;
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-revealing .second-view__copy-color--green {
	animation: second-view-copy-green-in 350ms cubic-bezier(0.16, 1, 0.3, 1) calc(80ms + var(--second-view-copy-delay)) forwards;
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-revealing .second-view__copy-black {
	animation: second-view-copy-black-in 320ms cubic-bezier(0.16, 1, 0.3, 1) calc(440ms + var(--second-view-copy-delay)) forwards;
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-revealing .second-view__copy-black img {
	animation: second-view-copy-text-in 460ms cubic-bezier(0.16, 1, 0.3, 1) calc(920ms + var(--second-view-copy-delay)) forwards;
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-complete .second-view__copy-color--pink {
	animation: none;
	transform: translate(var(--second-view-copy-pink-x), var(--second-view-copy-pink-y));
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-complete .second-view__copy-color--green {
	animation: none;
	transform: translate(var(--second-view-copy-green-x), var(--second-view-copy-green-y));
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-complete .second-view__copy-black {
	animation: none;
	transform: scaleY(1);
}

.is-second-view-scroll-animation .second-view__copy-reveal.is-complete .second-view__copy-black img {
	animation: none;
	clip-path: inset(0);
	transform: translateY(0);
}

.is-second-view-scroll-animation .second-view__block--manual .second-view__foreground {
	opacity: var(--second-view-manual-copy-opacity, 0);
	transform: none;
}

.second-view__photo,
.second-view__gradient,
.second-view__shade,
.second-view__foreground,
.second-view__whiteout {
	inset: 0;
	position: absolute;
}

.second-view__photo {
	--second-view-photo-scale: 1.035;
	--second-view-photo-inset: 24px;
	height: calc(100% - var(--second-view-photo-inset) * 2);
	inset: var(--second-view-photo-inset);
	width: calc(100% - var(--second-view-photo-inset) * 2);
	z-index: -2;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(var(--second-view-photo-scale));
	transform-origin: center;
}

.second-view__photo--train {
	-o-object-position: center;
	object-position: center;
}

.second-view__photo--office {
	-o-object-position: center;
	object-position: center;
}

.second-view__photo--city {
	-o-object-position: center;
	object-position: center;
	transform: scaleX(-1) scale(var(--second-view-photo-scale));
}

.second-view__photo--muted {
	opacity: 0.5;
}

.second-view__gradient {
	background: linear-gradient(109deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	z-index: -3;
}

.second-view__foreground {
	z-index: 2;
}

.second-view__foreground--words {
	font-family: "DotGothic16", sans-serif;
	pointer-events: none;
}

.second-view__word {
	color: rgba(229, 237, 237, 0.9);
	font-family: "DotGothic16", sans-serif;
	font-size: clamp(120px, 19.444vw, 280px);
	left: 5.75%;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin: 0;
	position: absolute;
	white-space: nowrap;
}

.second-view__word--top {
	top: 3%;
}

.second-view__word--middle {
	top: 50%;
	transform: translateY(-50%);
}

.second-view__block--routine .second-view__word--middle {
	top: 20.5%;
}

.second-view__word--bottom {
	bottom: 7%;
}

.second-view__message {
	bottom: auto;
	left: 48.8%;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(81vw, 1166px);
}

.second-view__message-image {
	display: block;
	height: auto;
	width: 100%;
}

.second-view__message-lines--sp {
	display: none;
}

.second-view__message-line {
	align-items: center;
	background: #333;
	display: flex;
	height: auto;
}

.second-view__message-line img {
	height: auto;
	width: 100%;
}

.second-view__message-line--wide {
	box-shadow: -8px 8px 0 #feb5ee, 8px -8px 0 #82e4c8;
	min-height: 180px;
	width: 91%;
}

.second-view__message-line--medium {
	box-shadow: 20px 10px 0 #82e4c8, -20px -10px 4px #feb5ee;
	min-height: 77px;
	width: 60%;
}

.second-view__message-line--short {
	box-shadow: 40px 12px 0 #82e4c8, -40px -12px 4px #feb5ee;
	min-height: 40px;
	width: 51%;
}

.second-view__shade {
	background: rgba(51, 51, 51, 0.65);
	z-index: -1;
}

.second-view__concerns-layer > .second-view__word {
	background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	mix-blend-mode: soft-light;
}

.second-view__concerns-layer > .second-view__shade {
	z-index: 1;
}

.second-view__concerns {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 510px));
	height: 100%;
	justify-content: center;
	padding: 40px clamp(40px, 8vw, 120px);
	position: relative;
	z-index: 2;
}

.second-view__concern {
	align-items: center;
	aspect-ratio: 1;
	border: 1px solid #e5eded;
	color: #e5eded;
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-size: clamp(28px, 3.333vw, 48px);
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	padding: clamp(28px, 3.333vw, 48px);
	width: 100%;
}

.second-view__concern strong {
	background-image: linear-gradient(132deg, rgba(130, 228, 200, 0.8) 3%, rgba(111, 213, 238, 0.8) 50%, rgba(254, 181, 238, 0.8) 97%);
	color: #fff;
	font-weight: inherit;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.second-view__concerns-layer.is-animated .second-view__concern {
	opacity: 0;
	transform: translateY(32px);
}

.second-view__concerns-layer.is-revealing .second-view__concern {
	animation: second-view-concern-in 520ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.second-view__concerns-layer.is-revealing .second-view__concern:nth-child(2) {
	animation-delay: 140ms;
}

.second-view__concern .u-gradient-reveal {
	--gradient-reveal-delay: 420ms;
}

.second-view__concern:nth-child(2) .u-gradient-reveal {
	--gradient-reveal-delay: 560ms;
}

.second-view__block--potential::before {
	background: linear-gradient(113deg, rgba(130, 228, 200, 0.3), rgba(111, 213, 238, 0.3), rgba(254, 181, 238, 0.3));
	content: "";
	inset: 0;
	mix-blend-mode: plus-lighter;
	position: absolute;
	z-index: -1;
}

.second-view__potential {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: clamp(56px, 8.333vw, 120px);
}

.second-view__potential-lines {
	display: grid;
	gap: 56px;
	width: min(1078px, 100%);
}

.second-view__potential-line {
	position: relative;
	width: 100%;
}

.second-view__potential-line--third {
	width: 51.25%;
}

.second-view__potential-line--fourth {
	display: none;
}

.second-view__potential-gradient {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	inset: -4px -12px;
	position: absolute;
	z-index: 0;
	--gradient-reveal-delay: 0ms;
}

.second-view__potential-line:nth-child(2) .second-view__potential-gradient {
	--gradient-reveal-delay: 180ms;
}

.second-view__potential-line:nth-child(3) .second-view__potential-gradient {
	--gradient-reveal-delay: 360ms;
}

.second-view__potential-line:nth-child(4) .second-view__potential-gradient {
	--gradient-reveal-delay: 540ms;
}

.second-view__potential-text {
	display: block;
	position: relative;
	z-index: 1;
}

.second-view__potential-text picture,
.second-view__potential-text img {
	display: block;
	height: auto;
	width: 100%;
}

.second-view__potential.is-animated .second-view__potential-text {
	clip-path: inset(100% 0 0 0);
	transform: translateY(16px);
}

.second-view__potential.is-revealing .second-view__potential-text {
	animation: second-view-potential-text-in 480ms cubic-bezier(0.16, 1, 0.3, 1) 480ms forwards;
}

.second-view__potential.is-revealing .second-view__potential-line:nth-child(2) .second-view__potential-text {
	animation-delay: 660ms;
}

.second-view__potential.is-revealing .second-view__potential-line:nth-child(3) .second-view__potential-text {
	animation-delay: 840ms;
}

.second-view__potential.is-revealing .second-view__potential-line:nth-child(4) .second-view__potential-text {
	animation-delay: 1020ms;
}

.second-view__whiteout {
	background: #fff;
	opacity: var(--second-view-whiteout, 0);
	pointer-events: none;
	will-change: opacity;
	z-index: 10;
}

.company-intro {
	background: #e5eded;
	overflow: hidden;
	padding: 60px 0 170px;
	position: relative;
	z-index: 2;
}

.company-intro__items {
	counter-reset: company-intro;
	list-style: none;
	margin: 0 auto;
	max-width: var(--layout-inner-pc);
	padding: 0;
}

.company-intro__item {
	align-items: center;
	counter-increment: company-intro;
	display: grid;
	gap: 219px;
	grid-template-areas: "content visual";
	grid-template-columns: 441px 540px;
	isolation: isolate;
	min-height: 840px;
	position: relative;
}

.company-intro__item + .company-intro__item {
	grid-template-areas: "visual content";
	margin-top: -60px;
}

.company-intro__background-copy {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	left: calc((1200px - 100vw) / 2);
	line-height: 1;
	position: absolute;
	top: -60px;
	white-space: nowrap;
	z-index: 1;
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 0.8;
	pointer-events: none;
}

.company-intro__background-copy--right {
	bottom: -170px;
	left: auto;
	right: calc((1200px - 100vw) / 2);
	text-align: right;
	top: auto;
}

.company-intro__visual {
	grid-area: visual;
	height: 720px;
	margin: 0;
	position: relative;
	width: 540px;
}

.company-intro__visual-bg {
	height: 840px;
	left: auto;
	position: absolute;
	right: 0;
	top: -120px;
	width: 660px;
	z-index: 0;
}

.company-intro__item:nth-child(odd) .company-intro__visual-bg {
	left: 0;
	right: auto;
}

.company-intro__item:nth-child(even) .company-intro__visual-bg {
	top: 0;
}

.company-intro__photo-frame {
	display: block;
	height: 720px;
	overflow: hidden;
	position: relative;
	width: 540px;
	z-index: 2;
}

.company-intro__photo {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.company-intro__photo--ceo {
	-o-object-position: center;
	object-position: center;
}

.company-intro__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 80px;
	grid-area: content;
	position: relative;
	width: 100%;
	z-index: 3;
}

.company-intro__item:nth-child(even) .company-intro__content {
	align-items: flex-end;
}

.company-intro__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.company-intro__number {
	font-family: "DotGothic16", sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0 0 -12px;
}

.company-intro__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
}

.company-intro__description {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.company-intro__signature {
	align-items: flex-end;
	align-self: flex-end;
	color: #333;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	gap: 12px;
	line-height: 1;
	margin-top: 0;
}

.company-intro__signature-name {
	color: #00223a;
	font-size: 36px;
	letter-spacing: 0.03em;
}

.company-intro__signature-name > span {
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-right: 13px;
}

.ai-boost {
	background: linear-gradient(to bottom, #e5eded 42px, #333 42px, #333 calc(100% - 34px), #e5eded calc(100% - 34px));
	min-height: 723px;
	overflow: hidden;
	position: relative;
}

.ai-boost__background-copy {
	color: #e5eded;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	white-space: nowrap;
	width: min(100% - 180px, 1260px);
	z-index: 0;
}

.ai-boost__inner {
	height: 723px;
	margin: 0 auto;
	position: relative;
	width: min(100% - 240px, 1200px);
	z-index: 1;
}

.ai-boost__gallery {
	height: 561px;
	left: 0;
	perspective: 1200px;
	position: absolute;
	top: 162px;
	width: 530px;
}

.ai-boost__trigger {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 560px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 420px;
	z-index: 5;
}

.ai-boost__trigger:focus-visible {
	outline: 3px solid #82e4c8;
	outline-offset: 6px;
}

.ai-boost__card {
	backface-visibility: hidden;
	background: #333;
	display: block;
	overflow: hidden;
	position: absolute;
	transform-origin: center top;
	transition: inset 0.5s ease, width 0.5s ease, height 0.5s ease;
	will-change: transform;
}

.ai-boost__gallery.is-animating .ai-boost__card {
	pointer-events: none;
	transform-origin: center;
	transition: none;
}

.ai-boost__card[data-position=front] {
	height: 560px;
	right: 0;
	top: 0;
	width: 420px;
	z-index: 3;
}

.ai-boost__card[data-position=middle] {
	height: 507px;
	left: 40px;
	top: 20px;
	width: 380px;
	z-index: 2;
}

.ai-boost__card[data-position=back] {
	height: 440px;
	left: 0;
	top: 41px;
	width: 330px;
	z-index: 1;
}

.ai-boost__card picture,
.ai-boost__card img {
	display: block;
	height: 100%;
	width: 100%;
}

.ai-boost__card img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity 0.5s ease;
}

.ai-boost__card[data-position=middle] img,
.ai-boost__card[data-position=back] img {
	opacity: 0.5;
}

.ai-boost__month {
	align-items: flex-start;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	display: flex;
	flex-direction: column;
	font-family: "DotGothic16", sans-serif;
	font-size: 20px;
	gap: 12px;
	left: 98px;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 24px 16px 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	z-index: 4;
}

.ai-boost__month > span:last-child {
	font-size: 40px;
	letter-spacing: 0.05em;
}

.ai-boost__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 80px;
	position: absolute;
	right: 0;
	top: 282px;
	width: 504px;
}

.ai-boost__text {
	color: #e5eded;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.interview {
	background: #e5eded;
	overflow: hidden;
	padding: 64px 0 120px;
	position: relative;
}

.interview__container {
	margin: 56px auto 0;
	max-width: 1440px;
	position: relative;
	width: 100%;
}

.interview__background-image {
	height: 280px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -58px;
	width: 1203px;
	z-index: 0;
}

.interview__background-image picture,
.interview__background-image img {
	display: block;
	height: 100%;
	width: 100%;
}

.interview__inner {
	margin: 0 auto;
	position: relative;
	width: min(100% - 240px, 1200px);
	z-index: 1;
}

.interview__header {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	min-height: 98px;
	position: relative;
}

.interview__heading {
	min-width: 0;
	padding-bottom: 40px;
}

.interview__number {
	color: #333;
	font-family: "DotGothic16", sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0 0 12px;
}

.interview__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-shadow: -2px 0 0 #feb5ee, 2px 0 0 #60ffc7;
}

.interview__label {
	box-shadow: 1px 1px 0 #feb5ee;
	flex: 0 0 auto;
	margin-right: 50px;
}

.interview__scroller {
	margin-top: 42px;
}

.interview__scroller:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 8px;
}

.interview__cards {
	display: grid;
	gap: 0 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: 376px auto;
}

.interview-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 20px 20px 50px rgba(51, 51, 51, 0.08);
	color: inherit;
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	isolation: isolate;
	min-width: 0;
	position: relative;
	row-gap: 0;
	text-decoration: none;
	transform: rotate(0.001deg);
	transform-origin: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.interview-card::before {
	background: linear-gradient(107deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	border-radius: 8px;
	content: "";
	filter: blur(18px);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.25s ease;
	z-index: 0;
}

.interview-card > * {
	position: relative;
	z-index: 1;
}

.interview-card:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 6px;
}

.interview-card__visual {
	border-radius: 8px 8px 0 0;
	flex: 0 0 auto;
	height: 376px;
	overflow: hidden;
	position: relative;
}

.interview-card__visual picture {
	display: block;
	height: 100%;
	width: 100%;
}

.interview-card__image {
	backface-visibility: hidden;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1) rotate(0.001deg);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.interview-card__profile {
	align-items: center;
	background: #fff;
	bottom: 0;
	display: flex;
	gap: 20px;
	left: 0;
	min-height: 69px;
	padding: 20px;
	padding-left: 24px;
	position: absolute;
	z-index: 2;
}

.interview-card__name,
.interview-card__department,
.interview-card__description {
	margin: 0;
}

.interview-card__name {
	border-right: 2px solid #82e4c8;
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-right: 17px;
	white-space: nowrap;
}

.interview-card__department {
	color: #6b7d8b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}

.interview-card__arrow {
	bottom: 35px;
	right: calc(clamp(13px, 50% - 83px, 32px) + 4px);
	--card-circle-arrow-size: 8px;
	--card-circle-arrow-active-size: 26px;
	--card-circle-arrow-icon-size: 11px;
	--card-circle-arrow-active-size-sp: 2.6rem;
	--card-circle-arrow-icon-size-sp: 1.1rem;
	z-index: 3;
}

.interview-card__description {
	background: #fff;
	border-radius: 0 0 8px 8px;
	color: #333;
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	min-height: 125px;
	padding: 24px;
}

.interview__controls {
	display: none;
}

.cta--featured {
	background: linear-gradient(108deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.cta--featured > .cta__background-copy {
	align-self: center;
}

.cta--featured > .cta__background-copy--top {
	padding-bottom: 59px;
	padding-top: 42px;
}

.cta--featured > .cta__background-copy--bottom {
	background-image: linear-gradient(162deg, #feb5ee 3%, #6fd5ee 50%, #82e4c8 97%);
	padding: 40px 0;
	transform: rotate(180deg);
}

.cta--featured > .cta__lead {
	align-self: center;
	position: absolute;
	top: 128px;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.cta__title {
	align-items: center;
	color: #00223a;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.cta__title span {
	background: linear-gradient(to bottom, transparent 8%, #f7f7f7 8%, #f7f7f7 92%, transparent 92%);
	padding: 0 8px;
}

.cta--featured > .cta__visual {
	height: 500px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.cta--featured > .cta__visual picture,
.cta--featured > .cta__visual img {
	display: block;
}

.cta--featured > .cta__visual picture {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.cta--featured > .cta__visual img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cta--featured > .cta__items {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cta--featured .cta__item {
	min-width: 0;
	position: relative;
}

.cta--featured .cta__caption {
	background: #e5eded;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
	padding: 12px 16px;
	position: absolute;
	top: -59px;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 1;
}

.cta--featured .cta__caption::after {
	background: #e5eded;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 98%;
	transform: translateX(-50%);
	width: 13px;
}

.company-numbers {
	background: #e5eded;
	overflow: hidden;
	padding: 80px 0 68px;
	position: relative;
}

.company-numbers__hero {
	height: 694px;
	margin: 0 auto;
	position: relative;
	width: min(100%, 1440px);
}

.company-numbers__hero-inner {
	height: 100%;
	position: relative;
}

.company-numbers__background-copy {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 96px;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	top: 80px;
	width: 720px;
	z-index: 2;
	-webkit-background-clip: text;
	background-clip: text;
	pointer-events: none;
}

.company-numbers__background-line,
.company-numbers__background-line--first > span:not(.type-reveal__char) {
	display: block;
}

.company-numbers__background-line--second > span:not(.type-reveal__char) {
	display: block;
}

.company-numbers__photos {
	height: 510px;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 80px;
	transform: translateX(-50%);
	width: 100vw;
}

.company-numbers__photo-track {
	align-items: center;
	height: 510px;
}

.company-numbers__photos.swiper-free-mode > .company-numbers__photo-track {
	transition-timing-function: linear;
}

.company-numbers__photo-slide {
	flex: 0 0 680px;
	height: 510px;
	width: 680px;
}

.company-numbers__photo {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.company-numbers__title {
	align-items: flex-start;
	background: #e5eded;
	bottom: 96px;
	color: #00223a;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	margin-left: calc(50% - 50vw);
	padding: 40px 56px 0 calc(50vw - 50%);
	position: absolute;
	z-index: 3;
}

.company-numbers__title-line--first > span {
	display: block;
}

.company-numbers__title > span:last-child {
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0;
}

.company-numbers__scroll {
	margin: 0 auto;
	outline: none;
	width: min(100%, 1440px);
}

.company-numbers__scroll:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: -3px;
}

.company-numbers__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: 248fr 248fr 292fr 198fr 306fr;
	list-style: none;
	margin: 0;
	padding: 0 24px;
	width: 100%;
}

.company-numbers__card {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #c8f3e7;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	min-height: 190px;
	min-width: 0;
	padding: 24px 20px 32px;
	width: auto;
}

.company-numbers__card--medium {
	width: auto;
}

.company-numbers__card--compact {
	width: auto;
}

.company-numbers__card--wide {
	width: auto;
}

.company-numbers__card-label {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 99px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0;
	max-width: 100%;
	padding: 8px 12px;
	text-align: center;
}

.company-numbers__value {
	align-items: flex-end;
	display: flex;
	gap: 8px;
	margin: 0;
	white-space: nowrap;
}

.company-numbers__value-number {
	background: linear-gradient(103deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	color: transparent;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	-webkit-background-clip: text;
	background-clip: text;
}

.company-numbers__value-unit {
	color: #6b7d8b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 4px;
}

.company-numbers__value--age {
	gap: 8px;
}

.company-numbers__label {
	margin: 76px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.page-message {
	background: #e5eded;
	max-width: 100%;
	overflow-x: clip;
}

.page-fv--message .page-fv__photo {
	-webkit-mask-image: url("../img/message/message_fv_mask.svg");
	mask-image: url("../img/message/message_fv_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.page-fv--message .page-fv-copy {
	padding-bottom: 0;
}

.page-fv--message .page-fv-background {
	color: #e5eded;
	font-family: "DotGothic16", sans-serif;
	font-size: 240px;
	left: -12px;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 33%;
	white-space: nowrap;
}

.page-fv--message .page-fv-background > span:not(.type-reveal__char) {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.message__principles {
	counter-reset: message__principle;
	overflow: hidden;
}

.message__principles-list-wrapper {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.message__principles-list {
	list-style: none;
	margin: 0;
	padding: 80px 0 120px;
}

.message__principle {
	counter-increment: message__principle;
	margin: 0;
	position: relative;
}

.message__principle + .message__principle {
	margin-top: 76px;
}

.message__principle-inner {
	position: relative;
}

.message__principle-content {
	margin: 0;
	min-height: 721px;
	padding-left: clamp(260px, 40.5vw, 486px);
}

.message__principle-background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	left: -8px;
	line-height: 1.1;
	margin: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.message__principle-header,
.message__principle-text {
	max-width: 714px;
	position: relative;
}

.message__principle-header {
	padding-top: 80px;
}

.message__principle-header h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 12px 0 0;
	text-shadow: -2px 0 0 #feb5ee, 2px 0 4px #82e4c8;
}

.message__principle-number {
	color: #00223a;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0;
}

.message__principle-number::before {
	content: "_0" counter(message__principle);
}

.message__principle-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 48px 0 0;
}

.message__principle-text p {
	margin: 0;
}

.message__principle-text p + p {
	margin-top: 2em;
}

.message__principle-photo {
	height: 675px;
	margin: 120px 0 0;
	overflow: hidden;
	position: relative;
}

.message__principle-photo picture,
.message__principle-photo img {
	display: block;
	height: 100%;
	width: 100%;
}

.message__principle-photo img {
	-o-object-fit: cover;
	object-fit: cover;
}

.message__principle-photo--01 {
	-webkit-mask-image: url("../img/message/message_section_01_mask.svg");
	mask-image: url("../img/message/message_section_01_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.message__principle-photo--02 {
	-webkit-mask-image: url("../img/message/message_section_02_mask.svg");
	mask-image: url("../img/message/message_section_02_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.message__principle:nth-child(even) .message__principle-content {
	min-height: 585px;
	padding-left: 0;
	padding-right: 0;
}

.message__principle:nth-child(even) .message__principle-background {
	left: auto;
	right: -12px;
	text-align: right;
	top: 0;
}

.message__principle:nth-child(even) .message__principle-header,
.message__principle:nth-child(even) .message__principle-text {
	max-width: 1200px;
}

.message__principle:nth-child(even) .message__principle-header {
	padding-top: 80px;
}

.message__principle:nth-child(even) .message__principle-text {
	max-width: 1200px;
}

.message__principle:nth-child(even) .message__principle-photo {
	margin-top: 120px;
}

.message__principle:last-child .message__principle-content {
	min-height: 563px;
}

.message__principle:nth-child(3) .message__principle-header h2 {
	width: 101%;
}

.message__closing {
	min-height: 854px;
	overflow: hidden;
	padding-bottom: 161px;
	position: relative;
}

.message__closing-visual {
	position: relative;
}

.message__closing-photo {
	height: 607px;
	margin-left: auto;
	-webkit-mask-image: url("../img/message/message_closing_pc_mask.svg");
	mask-image: url("../img/message/message_closing_pc_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	overflow: hidden;
	position: relative;
	width: 75%;
}

.message__closing-photo picture,
.message__closing-photo img {
	display: block;
	height: 100%;
	width: 100%;
}

.message__closing-photo img {
	-o-object-fit: cover;
	object-fit: cover;
}

.message__closing-copy {
	backdrop-filter: blur(6px);
	background: #e5eded;
	margin-left: calc(50% - 50vw);
	padding: 40px 88px 34px calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.message__closing-copy h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0;
}

.message__closing-copy h2 span {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0 0.07em;
}

.message__closing-copy-inner {
	bottom: -34px;
	left: 0;
	position: absolute;
	right: 0;
}

.message__closing-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 40px;
}

.message__closing-text p {
	margin: 0;
}

.message__closing-inner {
	display: flex;
	flex-direction: column;
}

.message__closing-sign {
	align-items: flex-start;
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", serif;
	gap: 12px;
}

.message__closing-company {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.message__closing-name {
	align-items: baseline;
	color: #333;
	display: flex;
	font-size: 18px;
	font-weight: 800;
	gap: 24px;
	letter-spacing: 0.04em;
	line-height: 1;
}

.message__closing-name strong {
	color: #00223a;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.page-employee-interview {
	background: #e5eded;
	overflow: clip;
}

.page-fv--employee-interview .page-fv__photo {
	-webkit-mask: url("../img/interview/interview_fv_mask_pc.svg") center/100% 100% no-repeat;
	mask: url("../img/interview/interview_fv_mask_pc.svg") center/100% 100% no-repeat;
}

.page-fv--employee-interview .page-fv-background {
	align-items: center;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	gap: 40px;
	left: 50.5%;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 204px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.page-fv--employee-interview .page-fv-background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.page-fv--employee-interview .page-fv-background > span:not(.type-reveal__char):first-child,
.page-fv--employee-interview .page-fv-background > span:not(.type-reveal__char):last-child {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.page-fv--employee-interview .page-fv-background > span:not(.type-reveal__char):nth-child(2) {
	color: #e5eded;
}

.page-fv--employee-interview .page-fv-copy-group {
	bottom: 0;
}

.page-fv--employee-interview .page-fv-copy {
	padding-bottom: 0;
}

.employee-interview__departments {
	padding: 40px 0 160px;
}

.employee-interview__department {
	min-height: 660px;
	position: relative;
}

.employee-interview__department + .employee-interview__department {
	margin-top: 40px;
}

.employee-interview__department-background {
	background: linear-gradient(114deg, #c8f3e7 0%, #a3ddeb 50%, #e4c8df 100%);
	left: calc(50% - 728px);
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	line-height: 1;
	opacity: 0.8;
	white-space: nowrap;
}

.employee-interview__department-background .type-reveal__char {
	background: linear-gradient(114deg, #c8f3e7 0%, #a3ddeb 50%, #e4c8df 100%);
	background-clip: text;
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	-webkit-background-clip: text;
	color: transparent;
}

.employee-interview__department-inner {
	position: relative;
	z-index: 1;
}

.employee-interview__department-header {
	padding-top: 80px;
}

.employee-interview__department-header h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	position: relative;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
	z-index: 1;
}

.employee-interview__department-header p {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 24px 0 0;
}

.employee-interview__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin-top: 40px;
	padding: 0;
}

.employee-interview-card {
	color: inherit;
	display: block;
	isolation: isolate;
	min-height: 441px;
	position: relative;
	text-decoration: none;
}

.employee-interview-card::before {
	background: linear-gradient(107deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	border-radius: 6px;
	content: "";
	filter: blur(18px);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.25s ease;
	z-index: 0;
}

.employee-interview-card:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 6px;
}

.employee-interview-card__content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 20px 20px 50px rgba(51, 51, 51, 0.08);
	min-height: inherit;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.25s ease;
	z-index: 1;
}

.employee-interview-card__visual {
	border-radius: 8px 8px 0 0;
	height: 331px;
	margin: 0;
	overflow: hidden;
	position: relative;
	-webkit-mask: url("../img/interview/interview_card_mask.svg") center/100% 100% no-repeat;
	mask: url("../img/interview/interview_card_mask.svg") center/100% 100% no-repeat;
}

.employee-interview-card__visual picture {
	display: block;
	height: 100%;
	width: 100%;
}

.employee-interview-card__image {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1) rotate(0.001deg);
	transition: transform 0.25s ease;
}

.employee-interview-card__profile {
	align-items: center;
	background: #fff;
	bottom: 110px;
	display: flex;
	gap: 20px;
	left: 0;
	padding: 20px 20px 20px 24px;
	position: absolute;
}

.employee-interview-card__profile span {
	border-right: 2px solid transparent;
	padding-right: 20px;
	-o-border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.employee-interview-card__profile strong {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.employee-interview-card__quote {
	align-items: center;
	background: #fff;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
	min-height: 110px;
	padding: 0 24px;
}

.employee-interview-card__arrow {
	--card-circle-arrow-size: 8px;
	--card-circle-arrow-active-size: 26px;
	--card-circle-arrow-icon-size: 11px;
	--card-circle-arrow-active-size-sp: 2.6rem;
	bottom: 35px;
	right: 36px;
}

.page-template-page-interview-detail {
	background: #e5eded;
}

.page-interview-detail {
	background: #e5eded;
	overflow: clip;
}

.page-fv--interview-detail .page-fv-title {
	padding-right: 24px;
}

.page-fv--interview-detail .page-fv-copy-group {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.page-fv--interview-detail .page-fv-copy {
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	padding: 24px 48px 0 calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.interview-detail-fv__number {
	align-items: center;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	display: flex;
	left: 60px;
	margin: 0;
	position: absolute;
	top: 110px;
	z-index: 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 240px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.page-fv--interview-detail .page-fv-copy .interview-detail-fv__catch {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

.interview-detail-fv__catch-highlight {
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0;
}

.interview-detail-fv__profile-content {
	align-items: center;
	border-top: 1px solid rgba(51, 51, 51, 0.5);
	display: flex;
	gap: 24px;
	margin-top: 24px;
	padding-top: 24px;
}

.interview-detail-fv__identity {
	align-items: center;
	align-self: stretch;
	display: flex;
	gap: 22px;
}

.interview-detail-fv__separator {
	align-self: stretch;
	background: linear-gradient(90.4002deg, #82e4c8 3.2519%, #6fd5ee 50%, #feb5ee 96.748%);
	flex: 0 0 2px;
}

.interview-detail-fv__initials,
.interview-detail-fv__department {
	margin: 0;
}

.page-fv--interview-detail .page-fv-copy .interview-detail-fv__initials {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}

.interview-detail-fv__department {
	align-items: center;
	align-self: stretch;
	background: #333;
	display: flex;
	flex: 0 0 auto;
	padding: 0 12px;
}

.interview-detail-fv__department-label {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	white-space: nowrap;
}

.interview-detail-fv__attributes {
	display: grid;
	gap: 8px 24px;
	grid-template-columns: repeat(2, max-content);
	margin: 0;
}

.interview-detail-fv__attribute {
	align-items: center;
	display: flex;
	gap: 12px;
}

.interview-detail-fv__attribute dt,
.interview-detail-fv__attribute dd {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	white-space: nowrap;
}

.interview-detail-fv__attribute dt {
	align-items: center;
	border: 1px solid rgba(51, 51, 51, 0.6);
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 29px;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding: 4px 8px;
}

.interview-detail-fv__attribute dd {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.interview-detail-story {
	overflow: hidden;
	padding: 0 0 60px;
}

.interview-detail-story__inner {
	counter-reset: interview-detail-story;
}

.interview-detail-story__block {
	display: grid;
	grid-template-areas: "visual content";
	grid-template-columns: 408px 714px;
	-moz-column-gap: 78px;
	align-items: start;
	column-gap: 78px;
	isolation: isolate;
	min-height: 897px;
	padding-top: 120px;
}

.interview-detail-story__block:nth-child(even) {
	grid-template-areas: "content visual";
	grid-template-columns: 714px 408px;
}

.interview-detail-story__visual {
	grid-area: visual;
	height: 544px;
	position: relative;
	width: 408px;
}

.interview-detail-story__visual-background {
	display: block;
	height: 664px;
	left: -120px;
	position: absolute;
	top: -120px;
	width: 528px;
	z-index: 0;
}

.interview-detail-story__background-copy {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	left: -128px;
	margin: 0;
	position: absolute;
	top: 457px;
	width: 800px;
	z-index: 1;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	line-height: 1;
	opacity: 0.6;
	pointer-events: none;
	white-space: nowrap;
}

.interview-detail-story__photo-frame {
	height: 544px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 408px;
	z-index: 2;
}

.interview-detail-story__photo-frame,
.interview-detail-story__photo-frame picture,
.interview-detail-story__photo {
	display: block;
}

.interview-detail-story__photo {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.interview-detail-story__content {
	display: flex;
	flex-direction: column;
	gap: 72px;
	grid-area: content;
	position: relative;
	width: 714px;
	z-index: 3;
}

.interview-detail-story__item {
	counter-increment: interview-detail-story;
}

.interview-detail-story__number,
.interview-detail-story__title,
.interview-detail-story__body {
	margin: 0;
}

.interview-detail-story__number {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.interview-detail-story__number::before {
	content: "_" counter(interview-detail-story, decimal-leading-zero);
}

.interview-detail-story__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
}

.interview-detail-story__body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 24px;
}

.interview-detail-story__body p {
	margin: 0;
	white-space: pre-line;
}

.interview-detail-story__body p + p {
	margin-top: 24px;
}

.interview-detail-story__visual-background--top-right {
	left: 0;
	right: auto;
}

.interview-detail-story__visual-background--bottom-left {
	top: 0;
}

.interview-detail-story__visual-background--bottom-right {
	left: 0;
	right: auto;
	top: 0;
}

.interview-detail-story__block:nth-child(even) .interview-detail-story__photo-frame {
	margin-left: 0;
}

.interview-detail-story__block:nth-child(even) .interview-detail-story__background-copy {
	left: auto;
	right: -120px;
	text-align: right;
	width: 560px;
}

.interview-detail-schedule {
	background: #f7f7f7;
	overflow: hidden;
	padding: 220px 0 60px;
	position: relative;
}

.interview-detail-schedule__background-wrap,
.interview-detail-related__background-wrap {
	inset: 0;
	margin: 0 auto;
	pointer-events: none;
	position: absolute;
	width: min(100%, 1440px);
	z-index: 0;
}

.interview-detail-story__background-copy .type-reveal__char {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	-webkit-background-clip: text;
	color: transparent;
}

.interview-detail-schedule__background-copy {
	color: #e5eded;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	left: -8px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 40px;
	z-index: 0;
}

.interview-detail-schedule__header {
	align-items: center;
	background: rgba(229, 237, 237, 0.88);
	display: flex;
	left: 0;
	min-height: 100px;
	padding: 20px 40px 20px max(24px, (100vw - 1200px) / 2);
	position: absolute;
	top: 0;
	z-index: 1;
}

.interview-detail-schedule__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.interview-detail-schedule__inner {
	max-width: 1000px;
	position: relative;
	z-index: 1;
}

.interview-detail-schedule__items {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.interview-detail-schedule__item {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	min-height: 86px;
	position: relative;
}

.interview-detail-schedule__time {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
}

.interview-detail-schedule__marker {
	bottom: 0;
	left: 162px;
	position: absolute;
	top: 0;
	width: 0;
}

.interview-detail-schedule__marker-dot {
	background: #333;
	border-radius: 50%;
	height: 12px;
	left: 50%;
	position: absolute;
	top: 7px;
	transform: translateX(-50%);
	width: 12px;
}

.interview-detail-schedule__marker-line {
	background: radial-gradient(circle, rgba(51, 51, 51, 0.7) 1px, transparent 1.1px) center top/2px 6px repeat-y;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 26px;
	transform: translateX(-1px);
	width: 2px;
}

.interview-detail-schedule__item:last-child .interview-detail-schedule__marker-line,
.interview-detail-schedule__item--lunch .interview-detail-schedule__marker-dot {
	display: none;
}

.interview-detail-schedule__lunch-icon {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 50%;
	color: #333;
	display: grid;
	font-size: 22px;
	height: 36px;
	left: 50%;
	place-items: center;
	position: absolute;
	top: -5px;
	transform: translateX(-50%);
	width: 36px;
	z-index: 1;
}

.interview-detail-schedule__content {
	min-width: 0;
	padding-bottom: 20px;
}

.interview-detail-schedule__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.interview-detail-schedule__image-frame {
	height: 160px;
	margin: 20px 0 0;
	overflow: hidden;
	width: 284px;
}

.interview-detail-schedule__image,
.interview-detail-schedule__image-frame picture {
	display: block;
	height: 100%;
	width: 100%;
}

.interview-detail-schedule__image {
	-o-object-fit: cover;
	object-fit: cover;
}

.interview-detail-related {
	overflow: hidden;
	padding: 75px 0 120px;
	position: relative;
}

.interview-detail-related__inner {
	position: relative;
	z-index: 1;
}

.interview-detail-related__background {
	background: linear-gradient(131.855deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	margin: 0;
	position: absolute;
	z-index: 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.7;
	white-space: nowrap;
}

.interview-detail-related__background .type-reveal__char {
	background: linear-gradient(131.855deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	background-clip: text;
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	-webkit-background-clip: text;
	color: transparent;
}

.interview-detail-related__background--top {
	left: -8px;
	top: -44px;
}

.interview-detail-related__background--bottom {
	bottom: -28px;
	right: -9px;
}

.interview-detail-related__heading {
	color: #00223a;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.9px;
	line-height: 1.5;
	margin: 0 0 38px;
}

.interview-detail-related__list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.interview-detail-related__card {
	border-radius: 6px;
	color: #333;
	display: block;
	height: 216px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.interview-detail-related__card:focus-visible {
	outline: 2px solid #00223a;
	outline-offset: 4px;
}

.interview-detail-related__image-frame {
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.interview-detail-related__image-frame,
.interview-detail-related__image-frame picture,
.interview-detail-related__image {
	display: block;
	width: 100%;
}

.interview-detail-related__image-frame picture {
	height: 100%;
}

.interview-detail-related__image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1) rotate(0.001deg);
	transition: transform 0.3s ease;
}

.interview-detail-related__profile {
	align-items: center;
	background: #e5eded;
	border-radius: 0 0 0 6px;
	bottom: 0;
	display: flex;
	gap: 16px;
	left: 0;
	margin: 0;
	min-height: 62px;
	padding: 16px 16px 16px 20px;
	position: absolute;
}

.interview-detail-related__initials {
	align-items: center;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1;
	padding-right: 20px;
	position: relative;
}

.interview-detail-related__initials::after {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	content: "";
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.interview-detail-related__department {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.interview-detail-related__arrow {
	--card-circle-arrow-size: 10px;
	--card-circle-arrow-active-size: 32px;
	--card-circle-arrow-icon-size: 14px;
	bottom: 35px;
	right: 36px;
}

.interview-detail-cta {
	background: linear-gradient(130.274deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.interview-detail-cta__links {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}

.interview-detail-cta .cta__card {
	padding: 30px 37px;
	width: 100%;
}

.interview-detail-cta__background-copy {
	align-self: center;
	background: linear-gradient(161.545deg, #82e4c8 3.2519%, #6fd5ee 50%, #feb5ee 96.748%);
	margin: 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 28px 0 33px;
	white-space: nowrap;
}

.page-template-page-culture,
.page-culture {
	background: #e5eded;
}

.page-culture {
	overflow: clip;
}

.page-fv--culture .page-fv-background {
	align-items: center;
	display: flex;
	font-size: 200px;
	gap: 48px;
	left: 50.6%;
	letter-spacing: 16px;
	top: 184px;
	transform: translateX(-50%);
	z-index: 1;
}

.page-fv--culture .page-fv-background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.page-fv--culture .page-fv-copy-group {
	z-index: 2;
}

.culture-fv__background-amp {
	color: #e5eded;
}

.culture-fv__background-word {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.culture-fv__background-tail {
	align-items: center;
	display: flex;
	gap: 48px;
}

.page-fv--culture .page-fv-copy {
	padding-bottom: 0;
	padding-top: 40px;
}

.page-fv--culture .page-fv-copy p {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
}

.culture-fv__copy-highlight {
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.culture-fv__copy-break {
	display: none;
}

.culture__introduction {
	margin-top: 39px;
	padding-bottom: 0;
}

.culture__introduction p {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.culture__introduction p + p {
	margin-top: 36px;
}

.culture-story {
	overflow: hidden;
	padding-bottom: 146px;
}

.culture-story__block--02 {
	margin-top: 25px;
}

.culture-story__block--03 {
	margin-top: 64px;
}

.culture-story__block-wrap {
	margin: 0 auto;
	position: relative;
	width: min(100%, 1440px);
}

.culture-story__layout {
	display: grid;
	position: relative;
	-moz-column-gap: 102px;
	align-items: start;
	column-gap: 102px;
	padding-bottom: 120px;
}

.culture-story__block--01 .culture-story__layout,
.culture-story__block--03 .culture-story__layout {
	grid-template-areas: "content visual";
	grid-template-columns: 510px 588px;
}

.culture-story__block--02 .culture-story__layout {
	grid-template-areas: "visual content";
	grid-template-columns: 588px 510px;
}

.culture-story__visual {
	grid-area: visual;
	height: 441px;
	position: relative;
	width: 588px;
}

.culture-story__visual-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 561px;
	left: 0;
	position: absolute;
	top: 0;
	width: 708px;
	z-index: 0;
}

.culture-story__visual-background--01 {
	background-image: url("../img/culture/culture_story_01_background_pc.svg");
}

.culture-story__visual-background--02 {
	background-image: url("../img/culture/culture_story_02_background_pc.svg");
}

.culture-story__visual-background--03 {
	background-image: url("../img/culture/culture_story_03_background_pc.svg");
}

.culture-story__block--01 .culture-story__visual-background {
	bottom: 0;
	left: 0;
	top: auto;
}

.culture-story__block--02 .culture-story__visual-background {
	left: auto;
	right: 0;
}

.culture-story__block--03 .culture-story__visual-background {
	left: 0;
	top: 0;
}

.culture-story__block--01 .culture-story__layout {
	padding-top: 120px;
}

.culture-story__photo-frame {
	clip-path: none;
	height: 441px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 588px;
	z-index: 2;
}

.culture-story__photo-frame,
.culture-story__photo-frame picture,
.culture-story__photo {
	display: block;
}

.culture-story__photo {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.culture-story__background-copy {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	bottom: 0;
	left: -128px;
	margin: 0;
	position: absolute;
	z-index: 1;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	line-height: 1.1;
	opacity: 0.6;
	pointer-events: none;
	white-space: nowrap;
}

.culture-story__background-copy--01 {
	bottom: 5px;
	left: auto;
	right: -9px;
	text-align: right;
}

.culture-story__background-copy--02 {
	bottom: -11px;
	left: -7px;
}

.culture-story__background-copy--03 {
	bottom: -35px;
	right: -7px;
	text-align: right;
}

.culture-story__content {
	grid-area: content;
	padding-top: 0;
	position: relative;
	z-index: 3;
}

.culture-story__number,
.culture-story__title,
.culture-story__body,
.culture-story__body p {
	margin: 0;
}

.culture-story__number {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.culture-story__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
}

.culture-story__body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 24px;
}

.culture-story__body p + p {
	margin-top: 24px;
}

.page-job {
	background: #e5eded;
	overflow: hidden;
}

.job-fv {
	background: #F7F7F7;
	height: 607px;
}

.page-fv--job .page-fv__photo {
	-webkit-mask-image: url("../img/job/job_fv_pc_mask.svg");
	mask-image: url("../img/job/job_fv_pc_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.job-department__visual picture,
.job-department__visual img {
	display: block;
	height: 100%;
	width: 100%;
}

.job-department__visual img {
	-o-object-fit: cover;
	object-fit: cover;
}

.job-fv__background {
	align-items: center;
	color: #e5eded;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	gap: 65px;
	left: 50.6%;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	top: 184px;
	top: 47%;
	translate: -50% -50%;
	white-space: nowrap;
}

.job-fv__background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.job-fv__background > span:not(.type-reveal__char):first-child {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.job-fv__background > span:not(.type-reveal__char) + span:not(.type-reveal__char) {
	color: #e5eded;
	font-weight: 400;
}

.job-fv__copy-group {
	bottom: -37px;
}

.job-fv__copy {
	padding: 40px 56px 35px calc(50vw - 50%);
}

.job-fv__copy p {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1.5;
}

.job-fv__copy p .job-fv__lead,
.job-fv__copy p .job-fv__body {
	background: none;
	-webkit-box-decoration-break: initial;
	box-decoration-break: initial;
	padding: 0;
}

.job-fv__title {
	padding-right: 24px;
}

.job-departments {
	padding-top: 81px;
}

.job-departments__list {
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto auto auto;
	row-gap: 0;
}

.job-department {
	background: #f7f7f7;
	border-radius: 8px;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	position: relative;
}

.job-department__background {
	background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	top: -40px;
	white-space: normal;
	z-index: 2;
}

.job-department__visual {
	height: 331px;
	margin: 0;
	-webkit-mask-image: url("../img/job/job_card_mask.svg");
	mask-image: url("../img/job/job_card_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	border-radius: 6px 6px 0 0;
	grid-row: 1;
	mask-size: 100% 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.job-department__visual::after {
	opacity: 0.1;
}

.job-department__name {
	background: #f7f7f7;
	bottom: 0;
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	left: 0;
	line-height: 1.4;
	margin: 0;
	padding: 12px 36px 0;
	position: absolute;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.job-department__content {
	align-items: center;
	border-radius: 0 0 6px 6px;
	box-sizing: border-box;
	display: grid;
	grid-row: 2/span 2;
	grid-template-rows: subgrid;
	padding: 32px 36px 36px;
	row-gap: 32px;
}

.job-department__details {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 27px;
	grid-row: 1;
}

.job-department__text {
	align-self: stretch;
	color: #333;
}

.job-department__text h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

.job-department__text p {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 12px 0 0;
}

.job-department__list {
	align-self: flex-start;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	gap: 17px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	list-style: none;
	margin: 0;
	padding: 0;
}

.job-department__list li {
	padding-left: 32px;
	position: relative;
}

.job-department__list li::before {
	color: #00223a;
	content: "check_circle";
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 24px;
	font-variation-settings: "wght" 300;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -2px;
}

.btn.job-department__button:not(.contact-btn) {
	align-self: end;
	box-sizing: border-box;
	gap: 21px;
	grid-row: 2;
	height: 72px;
	justify-self: center;
	padding: 0 32px;
	width: 277px;
}

.btn.job-department__button:not(.contact-btn) > :first-child {
	white-space: nowrap;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true] {
	height: 8px;
	width: 8px;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true]::before {
	height: 8px;
	width: 8px;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true]::after {
	display: none;
}

.job-introduction {
	padding: 61px 0 35px;
}

.job-introduction__inner {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.job-introduction__inner p {
	margin: 0;
}

.job-introduction__inner p + p {
	margin-top: 1.55em;
}

.job-interview {
	padding-bottom: 120px;
	padding-top: 0;
}

.job-interview__inner {
	position: relative;
}

.job-interview__background {
	color: #f7f7f7;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	left: -160px;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 4px;
	white-space: nowrap;
}

.job-interview__background--bottom {
	bottom: 12px;
	left: auto;
	right: -128px;
	text-align: right;
	top: auto;
}

.job-interview h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	padding-top: 63px;
	position: relative;
	text-shadow: -2px 0 #feb5ee, 2px 0 #60ffc7;
}

.job-interview__list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
	position: relative;
}

.job-interview-card {
	border-radius: 6px 6px 6px 0;
	color: #333;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.job-interview-card:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: 5px;
}

.job-interview-card figure {
	border-radius: 6px 6px 0 0;
	height: 160px;
	margin: 0;
	-webkit-mask-image: url("../img/job/job_interview_mask_01.svg");
	mask-image: url("../img/job/job_interview_mask_01.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.job-interview__list li:nth-child(2) .job-interview-card figure {
	-webkit-mask-image: url("../img/job/job_interview_mask_02.svg");
	mask-image: url("../img/job/job_interview_mask_02.svg");
}

.job-interview-card figure picture {
	display: block;
	height: 100%;
	width: 100%;
}

.job-interview-card img {
	backface-visibility: hidden;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1) rotate(0.001deg);
	transform-origin: center;
	transition: transform 0.25s ease;
	width: 100%;
}

.job-interview-card__profile {
	align-items: center;
	background: #e5eded;
	border-radius: 0;
	bottom: 0;
	display: flex;
	gap: 12px;
	height: 55px;
	left: 0;
	min-width: 137px;
	padding: 12px 14px 16px 18px;
	position: absolute;
}

.job-interview-card__profile span {
	-o-border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	border-right: 2px solid transparent;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-right: 18px;
}

.job-interview-card__profile strong {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.job-interview-card__arrow {
	bottom: 24px;
	right: 26px;
	--card-circle-arrow-size: 8px;
	--card-circle-arrow-active-size: 26px;
	--card-circle-arrow-icon-size: 11px;
	--card-circle-arrow-active-size-sp: 2.6rem;
}

.btn.job-interview__button:not(.contact-btn) {
	box-sizing: border-box;
	gap: 21px;
	height: 72px;
	margin: 60px auto 0;
	padding: 0 32px;
	width: -moz-fit-content;
	width: fit-content;
}

.btn.job-interview__button:not(.contact-btn) > :first-child {
	white-space: nowrap;
}

.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true],
.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true]::before {
	height: 8px;
	width: 8px;
}

.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true]::after {
	display: none;
}

.page-department {
	background: #e5eded;
	overflow: hidden;
}

.page-fv--department .page-fv__photo {
	width: 75%;
}

.page-fv--department {
	background: #e5eded;
}

.department-fv__background {
	color: #fff;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	font-weight: 400;
	justify-content: center;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	top: 253px;
	transform: translateX(-50%);
	width: 100%;
}

.department-fv__background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.department-fv__background > span:not(.type-reveal__char):last-child {
	color: #fff;
}

.department-fv__background > span:not(.type-reveal__char):first-child {
	background: linear-gradient(151.53deg, #82e4c8 3.2519%, #6fd5ee 50%, #feb5ee 96.748%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.department-fv__background > span:not(.type-reveal__char):last-child .type-reveal__char {
	-webkit-text-fill-color: #fff;
	color: #fff;
}

.page-department--sales .department-fv__background {
	font-size: 200px;
}

.page-fv--department .department-fv__copy-group {
	bottom: 0;
}

.page-fv--department .department-fv__copy {
	padding: 24px 48px 0 calc(50vw - 50%);
}

.page-fv--department .department-fv__copy p {
	color: #00223a;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
}

.page-fv--department .department-fv__title {
	left: calc(50% - 50vw);
	padding: 0 24px 0 calc(50vw - 50%);
	top: 0;
}

.department-stories__list {
	counter-reset: department-story;
	list-style: none;
	margin: 0;
	padding: 0;
}

.department-story {
	counter-increment: department-story;
	margin: 60px 0 20px 0;
	position: relative;
}

.department-story:last-of-type {
	margin-bottom: 39px;
}

.department-story__inner {
	padding-top: 0;
	position: relative;
}

.department-story__header {
	min-height: 99px;
	position: relative;
}

.department-story__index,
.department-story__number {
	margin: 0;
}

.department-story__index::before {
	color: #333;
	content: "_0" counter(department-story);
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.4;
	margin-left: 3px;
}

.department-story__title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 12px 0 0 3px;
	max-width: 1020px;
	position: relative;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
	z-index: 1;
}

.department-story__number {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	position: absolute;
	right: -22px;
	top: 13px;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 96px;
	font-weight: 400;
	line-height: 1.2;
}

.department-story__content {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 120px 1fr;
}

.department-story__speaker {
	display: block;
	height: -moz-fit-content;
	height: fit-content;
}

.department-story__speaker picture,
.department-story__speaker img {
	display: block;
}

.department-story__speaker picture {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 50%;
	display: grid;
	height: 120px;
	place-content: center;
	width: 120px;
}

.department-story__speaker img {
	border: 0;
	border-radius: 50%;
	height: 112px;
	width: 112px;
	-o-object-fit: cover;
	object-fit: cover;
}

.department-story__speaker figcaption {
	align-items: center;
	background: transparent;
	display: grid;
	gap: 8px;
	grid-template-columns: auto auto;
	justify-content: center;
	margin: 12px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 120px;
	z-index: 1;
}

.department-story__speaker-department {
	background: #333;
	border-radius: 2px;
	color: #e5eded;
	font-size: 11px;
	font-weight: 700;
	grid-row: 2;
	line-height: 1;
	padding: 6px;
}

.department-story__speaker-label {
	background: transparent;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	grid-column: 1/-1;
	grid-row: 1;
	padding: 0;
}

.department-story__speaker-initials {
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1.3px;
	line-height: 1;
}

.department-story__balloon {
	background: #f7f7f7;
	border-radius: 6px;
	flex: 1;
	min-height: 255px;
	padding: 28px 36px;
	position: relative;
}

.department-story__balloon::before {
	background: #f7f7f7;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
	content: "";
	height: 24px;
	left: -16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.department-story__balloon p {
	color: #333;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.55;
	margin: 0;
	position: relative;
}

.department-story__balloon p + p {
	margin-top: 24px;
}

.department-story__marker {
	--gradient-reveal-height: 12px;
	--gradient-reveal-position: 0 calc(100% - -0.2em);
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.page-department .interview-detail-related {
	padding-bottom: 100px;
}

.page-department .interview-detail-related__background--top {
	top: -2px;
}

.page-department .interview-detail-related__background--bottom {
	bottom: 19px;
}

.page-department .interview-detail-related__background .type-reveal__char {
	background: none;
}

.department-gallery {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 97px;
	position: relative;
}

.department-gallery--pc {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 60px;
}

.department-gallery--sp {
	display: none;
}

.department-gallery__background {
	background: linear-gradient(137.3deg, #82e4c8 3.2519%, #6fd5ee 50%, #feb5ee 96.748%);
	margin: 0;
	position: absolute;
	right: -8px;
	top: 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.2;
	opacity: 0.7;
	pointer-events: none;
	text-align: right;
	white-space: nowrap;
	z-index: 2;
}

.department-gallery__row {
	display: contents;
}

.department-gallery__item {
	display: block;
	height: 270px;
	overflow: hidden;
	width: 100%;
}

.department-gallery__item img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-requirements {
	background: #e5eded;
	overflow: clip;
}

.requirements {
	padding: 120px 0 95px;
	position: relative;
}

.requirements__background-wrapper {
	inset: 0;
	margin: auto;
	max-width: 1440px;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.requirements__background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 120px;
	line-height: 1.1;
	margin: 0;
	position: absolute;
	white-space: nowrap;
}

.requirements__background--top {
	right: 0;
	top: 50px;
}

.requirements__background--bottom {
	bottom: 10px;
	left: 0;
}

.requirements__background .type-reveal__char {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: text;
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	color: transparent;
	-webkit-background-clip: text;
}

.requirements__inner {
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

.requirements__header {
	max-width: 1128px;
}

.requirements__header h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-shadow: -2px 0 0 #feb5ee, 2px 0 4px #82e4c8;
}

.requirements__header p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.36px;
	line-height: 2;
	margin: 24px 0 0;
}

.requirements__header-link {
	color: #333;
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
	transition: color 0.2s ease;
}

.requirements__header-link:focus-visible {
	outline: 0.2rem solid #00223a;
	outline-offset: 0.3rem;
}

.requirements__tabs {
	align-items: start;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 80px;
}

.requirements__tab-slot {
	display: grid;
	height: 153px;
}

.requirements__tab {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	color: #6b7d8b;
	cursor: pointer;
	display: flex;
	height: 138px;
	justify-content: space-between;
	margin-top: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.requirements__tab::before {
	background: #dee5e5;
	border-radius: 6px;
	content: "";
	inset: 0;
	position: absolute;
}

.requirements__tab[aria-selected=true] {
	color: #333;
	height: 153px;
}

.requirements__tab[aria-selected=true]::before {
	background: linear-gradient(135.294deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
}

.requirements__tab[aria-selected=true]::after {
	background: #b1d9ea;
	bottom: -13px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24px;
}

.requirements__tab-content {
	display: block;
	left: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.requirements__tab strong,
.requirements__tab small {
	display: block;
}

.requirements__tab strong {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 1;
}

.requirements__tab small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 12px;
}

.requirements__tab img {
	display: block;
	flex: 0 0 auto;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	right: 56px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	z-index: 1;
}

.requirements__tab:focus-visible {
	outline: 3px solid #00223a;
	outline-offset: -3px;
	z-index: 2;
}

.requirements__table {
	margin: 39px 0 0;
}

.requirements__table-row {
	border-bottom: 1px solid rgba(107, 125, 139, 0.75);
	display: grid;
	grid-template-columns: 204px minmax(0, 1fr);
}

.requirements__table-row:last-child {
	border-bottom: 0;
}

.requirements__table dt {
	background: rgba(107, 125, 139, 0.08);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.28px;
	line-height: 1.5;
	padding: 32px 36px;
}

.requirements__table dd {
	background: rgba(255, 255, 255, 0.4);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	padding: 32px 40px;
}

.requirements__table dd > :first-child {
	margin-top: 0;
}

.requirements__table dd > :last-child {
	margin-bottom: 0;
}

.requirements__table h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.28px;
	line-height: 1.5;
	margin: 33px 0 12px;
}

.requirements__table dd > h3:first-child {
	margin-top: 0;
}

.requirements__marked-text {
	padding-left: 1.2em;
	position: relative;
}

.requirements__marked-text ~ .requirements__marked-text {
	margin-top: 32px;
}

.requirements__marked-text::before {
	content: "■";
	left: 0;
	position: absolute;
}

.requirements__table ul,
.requirements__table ol {
	margin: 12px 0 0;
	padding: 0;
}

.requirements__table li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	list-style: none;
	padding-left: 1.5em;
	position: relative;
}

.requirements__table li + li {
	margin-top: 8px;
}

.requirements__table ul li::before {
	content: "•";
	left: 0.55em;
	position: absolute;
	top: -1px;
}

.requirements__benefits-list {
	margin: 0;
}

.requirements__table h3 + .requirements__benefits-list {
	margin-top: 12px;
}

.requirements__benefits-list li {
	font-size: 16px;
	line-height: 1.55;
	padding-left: 1em;
}

.requirements__benefits-list li + li {
	margin-top: 0;
}

.requirements__table ul.requirements__benefits-list li::before {
	content: "■";
	left: 0;
	top: 0;
}

.requirements__list-detail {
	font-size: 15px;
	line-height: 1.45;
	margin-left: 1.5em;
}

.requirements__onboarding {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.requirements__onboarding-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.requirements__onboarding-section h3,
.requirements__onboarding-section p,
.requirements__onboarding > p,
.requirements__onboarding-list,
.requirements__onboarding-list p {
	margin: 0;
}

.requirements__onboarding-section h3 {
	margin-top: 11px;
}

.requirements__onboarding-list li,
.requirements__onboarding-detail {
	font-size: 15px;
	line-height: 1.45;
}

.requirements__onboarding-list {
	padding: 0;
}

.requirements__onboarding-list li {
	padding-left: 22px;
}

.requirements__onboarding-list li + li {
	margin-top: 32px;
}

.requirements__onboarding-list li > p:first-child {
	margin: 0;
}

.requirements__table .requirements__onboarding-list li::before {
	left: 8px;
	top: 0;
}

.requirements__workplace {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.requirements__workplace-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.requirements__workplace-section h3,
.requirements__workplace-section p,
.requirements__workplace-section ul {
	margin: 0;
}

.requirements__workplace-map {
	align-items: center;
	color: #333;
	display: inline-flex;
	gap: 8px;
	line-height: 1.55;
	text-decoration: none;
	transition: color 0.2s ease, gap 0.2s ease;
}

.requirements__workplace-map .material-symbols-outlined {
	display: block;
	font-size: 18px;
	font-variation-settings: "wght" 600;
	height: 20px;
	line-height: 1;
	padding-top: 2px;
	width: 20px;
}

.requirements__workplace-indent {
	display: inline-block;
	padding-left: 16px;
}

.requirements__note {
	display: block;
	padding-left: 1em;
	position: relative;
}

.requirements__note--inline {
	display: inline;
}

.requirements__note::before {
	content: "※";
	left: 0;
	position: absolute;
}

.requirements__note--double-circle::before {
	content: "◎";
}

.requirements__cta {
	background: linear-gradient(130.274deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	display: flex;
	flex-direction: column;
	margin-top: 144px;
	overflow: hidden;
}

.requirements__cta-links {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}

.requirements__cta .cta__card {
	padding: 30px 37px;
	width: 100%;
}

.requirements__cta-background-copy {
	align-self: center;
	background: linear-gradient(161.545deg, #82e4c8 3.2519%, #6fd5ee 50%, #feb5ee 96.748%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 28px 0 33px;
	white-space: nowrap;
}

.page-flow {
	background: #e5eded;
	overflow-x: clip;
	position: relative;
}

.page-fv--flow .page-fv-background {
	bottom: -7px;
	mask-image: none;
	text-transform: uppercase;
	top: auto;
	-webkit-mask-image: none;
}

.flow {
	padding: 37px 0 192px;
	position: relative;
	z-index: 1;
}

.flow__inner {
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

.flow__background-copy {
	background: linear-gradient(122.614deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	background-clip: text;
	bottom: -8px;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 120px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	opacity: 0.7;
	pointer-events: none;
	position: absolute;
	right: -8px;
	text-align: right;
	text-transform: uppercase;
	top: auto;
	white-space: nowrap;
	z-index: 0;
	-webkit-background-clip: text;
}

.flow__background-copy > span:not(.type-reveal__char) {
	display: block;
}

.flow__background-copy .type-reveal__char {
	background: linear-gradient(122.614deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	background-clip: text;
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	color: transparent;
	-webkit-background-clip: text;
}

.flow__lead,
.flow__step p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin: 0;
}

.flow__intro {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.4;
	margin: 0 0 59px;
	text-shadow: -2px 0 0 #feb5ee, 2px 0 4px #82e4c8;
}

.flow__accordion {
	--flow-accordion-padding: 36px;
	border: 1px solid #6b7d8b;
	border-radius: 6px;
	display: grid;
	margin-bottom: 56px;
	padding: var(--flow-accordion-padding);
	position: relative;
}

.flow__accordion:last-of-type {
	margin-bottom: 0;
}

.flow__summary {
	align-items: center;
	color: #00223a;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1;
	list-style: none;
	padding: 0;
	position: relative;
}

.flow__summary::before {
	content: "";
	inset: calc(var(--flow-accordion-padding) * -1);
	position: absolute;
}

.flow__summary::-webkit-details-marker {
	display: none;
}

.flow__group-title {
	font: inherit;
	margin: 0;
}

.flow__accordion-icon {
	align-items: center;
	background: url("../img/flow/accordion_button_bg.svg") center/contain no-repeat;
	display: flex;
	flex: 0 0 36px;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.flow__accordion-icon-glyph {
	background: linear-gradient(104.3566deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	color: transparent;
	font-size: 16px;
	font-variation-settings: "wght" 600;
	line-height: 1;
	transform: translateY(2px) rotate(90deg);
	transition: transform 0.2s ease;
	-webkit-background-clip: text;
	background-clip: text;
}

.flow__accordion[open] .flow__accordion-icon-glyph {
	transform: rotate(-90deg);
}

.flow__summary:focus-visible {
	outline: 2px solid #00223a;
	outline-offset: -2px;
}

.flow__panel {
	overflow: hidden;
}

.flow__steps {
	margin-top: 36px;
	padding: 38px 0 24px;
	position: relative;
}

.flow__steps::before {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	content: "";
	height: 2px;
	inset: 0 0 auto;
	position: absolute;
}

.flow__lead {
	margin: 0 0 48px;
	padding: 0;
}

.flow__steps-list {
	--flow-step-gap: 68px;
	display: grid;
	gap: var(--flow-step-gap);
	list-style: none;
	margin: 0;
	padding: 0;
}

.flow__step {
	align-items: center;
	display: flex;
	gap: 48px;
	min-height: 120px;
	min-width: 0;
	position: relative;
}

.flow__step-marker {
	align-self: center;
	flex: 0 0 120px;
	position: relative;
}

.flow__step.is-flow-step-content-tall {
	align-items: flex-start;
}

.flow__step.is-flow-step-content-tall .flow__step-marker {
	align-self: stretch;
}

.flow__step-number {
	align-items: center;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 50%;
	color: #333;
	display: flex;
	flex: 0 0 120px;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	gap: 5px;
	height: 120px;
	justify-content: center;
	width: 120px;
}

.flow__step-label {
	font-family: "DotGothic16", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
}

.flow__step-count {
	font-family: "DotGothic16", sans-serif;
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
}

.flow__step-marker-line {
	background: radial-gradient(circle, rgba(51, 51, 51, 0.7) 1px, transparent 1.1px) center top/2px 6px repeat-y;
	bottom: calc(var(--flow-step-gap) * -1);
	left: 60px;
	position: absolute;
	top: 124px;
	transform: translateX(-1px);
	width: 2px;
}

.flow__step-content {
	flex: 1 1 auto;
	min-width: 0;
}

.flow__step-content h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

.flow__step-content p {
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 12px;
}

.page-flow .cta--link-grid {
	position: relative;
	z-index: 1;
}

.page-entry {
	background: #e5eded;
}

.entry {
	padding: 60px 0 145px;
}

.entry__inner {
	max-width: 1200px;
}

.entry__tabs {
	align-items: start;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.entry__tab-slot {
	display: grid;
	height: 153px;
}

.entry__tab {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 0 6px 6px 0;
	box-sizing: border-box;
	color: #6b7d8b;
	cursor: pointer;
	display: flex;
	height: 138px;
	justify-content: space-between;
	margin-top: 0;
	min-width: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.entry__tab::before {
	background: #dee5e5;
	border-radius: 0 6px 6px 0;
	content: "";
	inset: 0;
	position: absolute;
}

.entry__tab[aria-selected=true] {
	color: #333;
	height: 153px;
}

.entry__tab[aria-selected=true]::before {
	background: linear-gradient(135deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border-radius: 6px;
	inset: 0;
}

.entry__tab[aria-selected=true]::after {
	background: #b1d9ea;
	bottom: -13px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24px;
}

.entry__tab:focus-visible {
	outline: 3px solid #333;
	outline-offset: -3px;
	z-index: 1;
}

.entry__tab-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	left: 56px;
	min-width: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.entry__tab-title,
.entry__tab-description {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
}

.entry__tab-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 1;
}

.entry__tab-description {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.entry__tab-icon {
	display: block;
	flex: 0 0 auto;
	height: 80px;
	position: absolute;
	right: 56px;
	top: 50%;
	transform: translateY(-50%);
	width: 93px;
	z-index: 1;
}

.entry__tab-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.entry__panel {
	-moz-column-gap: 70px;
	column-gap: 70px;
	display: grid;
	grid-template-columns: minmax(0, 416fr) minmax(0, 714fr);
	margin: 72px auto 0;
	max-width: 1200px;
}

.entry__header {
	align-self: start;
	display: grid;
	gap: 38px;
	position: sticky;
	text-align: left;
	top: 80px;
}

.admin-bar .entry__header {
	top: 112px;
}

.entry__heading-en {
	background: linear-gradient(114.75deg, #82e4c8 3.25%, #6fd5ee 50%, #feb5ee 96.75%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 104px;
	line-height: 1;
	margin: 0;
	opacity: 0.7;
}

.entry__heading {
	display: none;
}

.entry__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.55;
	margin: 0;
	max-width: 384px;
}

.entry__lead p {
	margin: 0;
}

.entry__lead p + p {
	margin-top: 24px;
}

.entry__lead--casual {
	display: grid;
	gap: 36px;
	max-width: 384px;
}

.entry__lead-copy {
	display: grid;
	gap: 24px;
}

.entry__lead-copy p + p {
	margin-top: 0;
}

.entry__notice {
	border: 1px solid #a8b6c0;
	color: #6b7d8b;
	display: grid;
	gap: 4px;
	padding: 16px 24px;
}

.entry__notice-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0;
}

.entry__lead--casual .entry__notice-text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0;
}

.entry__panel > .wpcf7 {
	min-width: 0;
}

.entry-form {
	margin-top: 0;
}

.entry-form fieldset {
	border: 0;
	margin: 0;
	min-inline-size: 0;
	padding: 0;
}

.entry-form__group {
	display: grid;
	gap: 12px;
}

.entry-form__group + .entry-form__group {
	margin-top: 30px;
}

.entry-form__group > p:not(.entry-form__error) {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 1.5;
	margin: 0;
}

.entry-form__label {
	align-items: center;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	letter-spacing: 1.2px;
	line-height: 1.5;
}

.entry-form__required {
	background: #333;
	border-radius: 4px;
	color: #f7f7f7;
	display: grid;
	font-size: 11px;
	font-weight: 500;
	height: 20px;
	letter-spacing: 1.76px;
	line-height: 1;
	place-content: center;
	width: 38px;
}

.entry-form__optional,
.entry-form__label > span:not(.entry-form__required) {
	background: #a8b6c0;
	border-radius: 4px;
	color: #f7f7f7;
	display: grid;
	font-size: 11px;
	font-weight: 500;
	height: 20px;
	letter-spacing: 1.76px;
	line-height: 1;
	place-content: center;
	width: 38px;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.entry-form textarea,
.entry-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f7f7f7;
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	padding: 16px 20px;
	transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
	width: 100%;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.entry-form select {
	height: 52px;
	min-height: 0;
}

.entry-form textarea {
	height: 52px;
	min-height: 52px;
	overflow-y: hidden;
	resize: none;
}

.entry-form textarea[name=entry-pr],
.entry-form textarea[name=casual-career],
.entry-form textarea[name=casual-date],
.entry-form__textarea--multiline {
	height: 110px;
	min-height: 110px;
	overflow-y: auto;
	resize: vertical;
}

.entry-form ::-moz-placeholder {
	color: #a8b6c0;
	opacity: 1;
}

.entry-form ::placeholder {
	color: #a8b6c0;
	opacity: 1;
}

.entry-form input:-webkit-autofill,
.entry-form textarea:-webkit-autofill,
.entry-form select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
	-webkit-text-fill-color: #333 !important;
	caret-color: #333;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus,
.entry-form textarea:focus,
.entry-form select:focus {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(103deg, #82e4c8 0%, #6fd5ee 50%, #feb5ee 100%) border-box;
	border-color: transparent;
	box-shadow: 0 0 6px rgba(111, 213, 238, 0.3);
	outline: 0;
}

.entry-form input:-webkit-autofill:focus,
.entry-form textarea:-webkit-autofill:focus,
.entry-form select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 6px rgba(111, 213, 238, 0.3) !important;
}

.entry-form .wpcf7-form-control-wrap:has(input:-webkit-autofill:focus)::before,
.entry-form .wpcf7-form-control-wrap:has(textarea:-webkit-autofill:focus)::before,
.entry-form .wpcf7-form-control-wrap:has(select:-webkit-autofill:focus)::before {
	background: linear-gradient(103deg, #82e4c8 0%, #6fd5ee 50%, #feb5ee 100%);
	border-radius: 6px;
	content: "";
	inset: 0;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.entry-form input[aria-invalid=true],
.entry-form textarea[aria-invalid=true],
.entry-form select[aria-invalid=true] {
	background: #fff;
	border-color: #cf198c;
}

.entry-form__group.is-invalid input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.entry-form__group.is-invalid textarea,
.entry-form__group.is-invalid select {
	background: #fff;
	border-color: #cf198c;
}

.entry-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.entry-form .wpcf7-form-control-wrap.is-valid::after {
	align-items: center;
	color: #6b7d8b;
	content: "check";
	display: flex;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 18px;
	height: 20px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 20px;
}

.entry-form .wpcf7-form-control-wrap.is-valid input {
	padding-right: 52px;
}

.entry-form input[type=date]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.entry-form__error,
.entry-form .wpcf7-not-valid-tip {
	align-items: center;
	color: #cf198c;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	gap: 8px;
	letter-spacing: 0.36px;
	line-height: 1.4;
	margin: 0;
}

.entry-form__error::before,
.entry-form .wpcf7-not-valid-tip::before {
	content: "error";
	font-family: "Material Symbols Outlined";
	font-size: 18px;
	letter-spacing: 0;
}

.entry-form .wpcf7-not-valid-tip {
	display: none;
}

.entry-form__radio-list {
	padding: 12px 0;
}

.entry-form__radio-list .wpcf7-form-control-wrap,
.entry-form__radio-list .wpcf7-radio {
	-moz-column-gap: 36px;
	column-gap: 36px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
}

.entry-form__group:has(> .entry-form__error) .entry-form__radio-list {
	padding-bottom: 0;
}

.entry-form .wpcf7-list-item {
	margin: 0;
}

.entry-form .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 12px;
}

.entry-form input[type=radio],
.entry-form input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f7f7f7;
	border: 1px solid #6b7d8b;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 20px;
	margin: 0;
	position: relative;
	width: 20px;
}

.entry-form input[type=radio] {
	background: linear-gradient(#e5eded, #e5eded) padding-box, linear-gradient(#6b7d8b, #6b7d8b) border-box;
	border: 2px solid transparent;
	box-sizing: border-box;
}

.entry-form input[type=radio]:checked {
	background: radial-gradient(circle, #333 0 6px, transparent 6.5px) padding-box, linear-gradient(#e5eded, #e5eded) padding-box, linear-gradient(103deg, #82e4c8 0%, #6fd5ee 50%, #feb5ee 100%) border-box;
}

.entry-form__group.is-invalid input[type=radio] {
	background: linear-gradient(#e5eded, #e5eded) padding-box, linear-gradient(#cf198c, #cf198c) border-box;
}

.entry-form input[type=checkbox] {
	background: #f7f7f7;
	border-color: #a8b6c0;
	border-radius: 4px;
}

.entry-form input[type=checkbox]:checked {
	background: linear-gradient(104.36deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border: 0;
}

.entry-form__privacy.is-invalid input[type=checkbox] {
	border-color: #cf198c;
}

.entry-form input[type=checkbox]:checked::after {
	color: #333;
	content: "check";
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 19px;
	height: auto;
	left: 1px;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: none;
	width: auto;
}

.entry-form input[type=radio]:focus-visible {
	border-radius: 50%;
	box-shadow: 0 0 0 2px #e5eded, 0 0 0 4px #82e4c8, 0 0 6px rgba(111, 213, 238, 0.3);
	outline: 0;
}

.entry-form input[type=checkbox]:focus-visible {
	box-shadow: 0 0 0 2px #e5eded, 0 0 0 4px #82e4c8, 0 0 6px rgba(111, 213, 238, 0.3);
	outline: 0;
}

.entry-form input[type=checkbox]:checked:focus-visible {
	background: linear-gradient(104.36deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border: 0;
}

.entry-form__radio-list .wpcf7-list-item-label,
.entry-form__privacy .wpcf7-list-item-label {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.entry-form__file {
	min-width: 0;
}

.entry-form__group > .entry-form__file-android-note:not(.entry-form__error) {
	font-size: 14px;
}

.entry-form__file:has(> .wpcf7-form-control-wrap) {
	align-items: center;
	background: #fff;
	border: 1px dashed #a8b6c0;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 155px;
	justify-content: center;
	padding: 24px;
	place-items: center;
	position: relative;
	text-align: center;
}

.entry-form__file:has(> .wpcf7-form-control-wrap) * {
	cursor: pointer;
}

.entry-form__file.is-dragover:has(> .wpcf7-form-control-wrap) {
	background: linear-gradient(150deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border-color: #6fd5ee;
	border-style: solid;
}

.entry-form__file-select {
	align-items: center;
	background: #fff;
	border: 1px dashed #a8b6c0;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 155px;
	justify-content: center;
	padding: 24px;
	place-items: center;
	position: relative;
	text-align: center;
}

.entry-form__file.is-dragover .entry-form__file-select {
	background: linear-gradient(150deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border-color: #6fd5ee;
	border-style: solid;
}

.entry-form__file-select:focus-within {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(103deg, #82e4c8 0%, #6fd5ee 50%, #feb5ee 100%) border-box;
	border-color: transparent;
	box-shadow: 0 0 6px rgba(111, 213, 238, 0.3);
	outline: 0;
}

.entry-form__group.is-invalid .entry-form__file-select {
	border-color: #cf198c;
}

.entry-form__file .wpcf7-form-control-wrap {
	display: block;
}

.entry-form__file-select .wpcf7-form-control-wrap {
	position: absolute;
}

.entry-form__file input[type=file] {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.entry-form__file-label {
	color: #333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.entry-form__file-label-drag,
.entry-form__file-label-select {
	display: block;
}

.entry-form__file-label-select {
	text-decoration: underline;
}

.entry-form__file-label-select[hidden],
.entry-form__file-note[hidden] {
	display: none;
}

.entry-form__file-label::before {
	color: #6b7d8b;
	content: "upload_file";
	display: block;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 12px;
}

.entry-form__file-note {
	color: #6b7d8b;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.entry-form__file-progress {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #a8b6c0;
	border-radius: 6px;
	display: flex;
	gap: 12px;
	padding: 24px;
}

.entry-form__file-success {
	align-items: flex-start;
	background: rgba(191, 227, 227, 0.6);
	border: 1px solid #6b7d8b;
	border-radius: 6px;
	display: flex;
	gap: 12px;
	padding: 24px;
}

.entry-form__file-progress-content,
.entry-form__file-success-content {
	flex: 1 1 auto;
	min-width: 0;
}

.entry-form__file-progress-heading,
.entry-form__file-success-name {
	align-items: center;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1.3;
	margin: 0;
}

.entry-form__file-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

.entry-form__file-percent,
.entry-form__file-size {
	color: #333;
	flex: 0 0 auto;
}

.entry-form__file-progress-content {
	display: grid;
	gap: 12px;
}

.entry-form__file-progress-bar {
	background: #e5eded;
	height: 2px;
	overflow: hidden;
}

.entry-form__file-progress-bar > span {
	background: linear-gradient(90deg, #82e4c8 3.25%, #6fd5ee 50%, #feb5ee 96.75%);
	display: block;
	height: 100%;
	transition: width 0.1s linear;
	width: 0;
}

.entry-form__file-icon,
.entry-form__file-delete > span[aria-hidden=true] {
	color: #333;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 19px;
	line-height: 1;
}

.entry-form__file-success-content {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 40px;
}

.entry-form__file-success-name {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.entry-form__file-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.entry-form__file-replace,
.entry-form__file-delete {
	align-items: center;
	background: transparent;
	border: 1px solid #6b7d8b;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 400;
	height: 40px;
	justify-content: center;
	letter-spacing: 0.33px;
	line-height: 1;
}

.entry-form__file-replace {
	width: 80px;
}

.entry-form__file-delete {
	width: 40px;
}

.entry-form__file-replace:focus-visible,
.entry-form__file-delete:focus-visible {
	outline: 3px solid #333;
	outline-offset: 2px;
}

.entry-form__file-error {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: grid;
	font-family: "Noto Sans JP", sans-serif;
	gap: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.entry-form__file-error-file {
	align-items: center;
	background: #e9e0ed;
	border: 1px solid #cf198c;
	border-radius: 6px;
	color: #6b7d8b;
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.3;
	padding: 24px;
}

.entry-form__file-error-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

.entry-form__file-error-message {
	color: #cf198c;
	font-size: 14px;
	letter-spacing: 0.42px;
	line-height: 1.3;
}

.entry-form__file-error:focus-visible {
	outline: 3px solid #333;
	outline-offset: 2px;
}

.entry-form__privacy {
	margin-top: 56px;
	padding: 36px 40px;
	position: relative;
}

.entry-form__privacy::before {
	background: rgba(229, 237, 237, 0.4);
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
}

.entry-form__privacy > * {
	position: relative;
}

.entry-form__privacy-title {
	align-items: center;
	color: #2f2d2c;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	letter-spacing: 1.28px;
	margin: 0;
}

.entry-form__privacy-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 24px 0 0;
}

.entry-form__privacy .wpcf7-list-item {
	margin-top: 24px;
}

.entry-form .entry-form__submit {
	font-size: 16px;
	font-weight: 500;
	inline-size: -moz-max-content;
	inline-size: max-content;
	letter-spacing: 0.32px;
	line-height: 1;
	margin-top: 36px;
	max-inline-size: 100%;
	min-height: 0;
	min-inline-size: 244px;
	padding: 24px 32px;
}

.entry-form__submit:not(:disabled) {
	border-color: transparent;
}

.entry-form__submit:disabled {
	background: #a8b6c0;
	border-color: #e5eded;
	color: #e5eded;
	cursor: not-allowed;
	pointer-events: none;
}

.entry-form__submit:disabled > :first-child {
	background: none;
	color: #e5eded;
}

.entry-form__submit:disabled > [aria-hidden=true] {
	height: 8px;
	width: 8px;
}

.entry-form__submit:disabled > [aria-hidden=true]::after {
	opacity: 0;
}

.entry-form__submit:disabled:hover > :first-child {
	color: #e5eded;
}

.entry-form__submit:disabled:hover > [aria-hidden=true]::before {
	transform: none;
}

.entry-form__submit:disabled:hover > [aria-hidden=true]::after {
	opacity: 0;
}

.entry-form__submit:focus-visible {
	outline: 3px solid #82e4c8;
	outline-offset: 3px;
}

.entry-form__submit.is-sending,
.entry-form__submit.is-complete {
	cursor: default;
	gap: 12px;
	padding: 21px 32px 21px 26px;
	pointer-events: none;
}

.entry-form__submit.is-sending {
	background: #333;
	border: 3px solid #e5eded;
	color: #e5eded;
}

.entry-form__submit.is-complete {
	background: linear-gradient(129.74deg, #82e4c8 3.25%, #6fd5ee 50%, #feb5ee 96.75%) padding-box;
	background-clip: padding-box;
	border: 3px solid rgba(229, 237, 237, 0.2);
	color: #333;
}

.entry-form__submit.is-sending > :first-child,
.entry-form__submit.is-complete > :first-child {
	background: none;
	color: currentcolor;
	font-weight: 600;
}

.entry-form__submit.is-sending > [aria-hidden=true] {
	height: 24px;
	order: -1;
	width: 24px;
}

.entry-form__submit.is-sending > [aria-hidden=true]::before {
	animation: entry-form-submit-spin 0.8s linear infinite;
	background: linear-gradient(#333, #333) padding-box, conic-gradient(#82e4c8, #6fd5ee, #feb5ee, #82e4c8) border-box;
	background-clip: padding-box, border-box;
	border: 4px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 24px;
	transform: none;
	width: 24px;
}

.entry-form__submit.is-sending > [aria-hidden=true]::after {
	opacity: 0;
}

.entry-form__submit.is-complete > [aria-hidden=true] {
	color: #333;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 19px;
	height: auto;
	order: -1;
	width: auto;
}

.entry-form__submit.is-complete > [aria-hidden=true]::before,
.entry-form__submit.is-complete > [aria-hidden=true]::after {
	display: none;
}

.entry-form .wpcf7-response-output {
	display: none;
}

.page-entry .wpcf7-response-output {
	display: none;
}

.entry-form__actions {
	display: flex;
	justify-content: center;
	position: relative;
}

.entry-form .wpcf7-response-output {
	border: 0;
	color: #cf198c;
	font-family: "Noto Sans JP", sans-serif;
	margin: 24px 0 0;
	padding: 0;
}

.page-number {
	background: #e5eded;
}

.number-section {
	overflow: hidden;
	padding: 133px 0 160px;
	position: relative;
}

.number-section--odd {
	background: #e5eded;
}

.number-section--even {
	background: linear-gradient(125deg, #b5e8e9 0%, #b6dfeb 52%, #e8c8df 100%);
}

.number-section--career {
	padding-bottom: 100px;
	padding-top: 120px;
}

.number-section__inner {
	position: relative;
	z-index: 1;
}

.number-section__background-inner {
	bottom: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: min(1440px, 100%);
}

.number-section__header {
	margin-bottom: 80px;
}

.number-section__number {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0 0 12px;
}

.number-section__header h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-shadow: -2px 0 #feb5ee, 2px 0 4px #82e4c8;
}

.number-section__background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	line-height: 1.1;
	margin: 0;
	position: absolute;
	white-space: nowrap;
	z-index: 0;
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 0.8;
}

.number-section__background--top {
	right: -8px;
	text-align: right;
	top: 21px;
}

.number-section__background--bottom {
	bottom: 58px;
	left: -8px;
}

.number-section__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.number-data-card {
	background: rgba(255, 255, 255, 0.9);
	min-width: 0;
}

.number-data-card__body {
	display: flex;
	flex-direction: column;
	gap: 22px;
	height: 100%;
	padding: 36px 36px 44px;
}

.number-data-card__theme {
	align-items: center;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	display: flex;
	gap: 32px;
	justify-content: center;
	min-height: 160px;
	padding: 26px 24px;
}

.number-data-card__theme img {
	height: 112px;
	max-width: 130px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.number-data-card__theme h3 {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.number-data-card__content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 24px;
}

.number-data-card__value {
	align-items: end;
	display: flex;
	gap: 12px;
	margin: 0;
}

.number-data-card__value span {
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	letter-spacing: -0.03em;
	line-height: 1;
}

.number-data-card__value small {
	color: #6b7d8b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.number-data-card__description {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
}

.number-section__cards--career {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 497px 401px 401px;
	margin-top: -147px;
}

.number-section__cards--career > :nth-child(1) {
	align-self: end;
	grid-column: 2;
	grid-row: 1;
}

.number-section__cards--career > :nth-child(2) {
	grid-column: 3;
	grid-row: 1;
}

.number-section__cards--career > :nth-child(3) {
	align-self: start;
	grid-column: 1;
	grid-row: 1;
	margin-top: 297px;
}

.number-section__cards--career > :nth-child(4) {
	grid-column: 2;
	grid-row: 2;
}

.number-section__cards--career > :nth-child(5) {
	grid-column: 3;
	grid-row: 2;
}

.number-section__cards--career > :nth-child(6) {
	align-self: start;
	grid-column: 1;
	grid-row: 2;
	margin-top: 200px;
}

.number-section__cards--career > :nth-child(7) {
	grid-column: 2;
	grid-row: 3;
}

.number-data-card--career-1 {
	height: 401px;
}

.number-data-card--career-2 {
	height: 497px;
}

.number-data-card--career-3 {
	height: 397px;
}

.number-data-card--career-4 {
	height: 401px;
}

.number-data-card--career-5 {
	height: 372px;
}

.number-data-card--career-6 {
	height: 401px;
}

.number-data-card--career-7 {
	height: 380px;
}

.number-data-card--career .number-data-card__body {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	min-height: 100%;
	min-width: 0;
	padding: 36px;
}

.number-data-card__career-theme {
	align-items: center;
	background: #333;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	min-height: 77px;
	padding: 20px 24px;
	text-align: center;
	width: 100%;
}

.number-data-card__career-theme span {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.number-data-card__career-content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.number-data-card--career .number-data-card__value {
	align-items: end;
	flex-direction: row;
	gap: 12px;
}

.number-data-card--career .number-data-card__value span {
	font-size: 100px;
}

.number-data-card--career .number-data-card__description {
	width: 100%;
}

.number-data-card__career-link {
	background: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 18px;
	gap: 21px;
	height: auto;
	margin-top: 4px;
	min-height: 76px;
	padding: 27px 32px;
	width: auto;
}

.number-section--career .number-section__background {
	background-image: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	font-size: 200px;
	letter-spacing: 16px;
}

.number-section--career .number-section__background--top {
	left: -9px;
	right: auto;
	text-align: left;
	top: 133px;
}

.number-section--career .number-section__background--bottom {
	bottom: 0;
	left: auto;
	right: -29px;
	text-align: right;
}

.number-section--lifestyle {
	padding-bottom: 268px;
	padding-top: 112px;
}

.number-section--lifestyle .number-section__background--top {
	left: -8px;
	right: auto;
	text-align: left;
	top: 0;
}

.number-section--lifestyle .number-section__background--bottom {
	bottom: 53px;
	left: auto;
	right: -8px;
	text-align: right;
}

.number-section__cards--lifestyle {
	grid-template-rows: 472px 389px;
}

.number-data-card--lifestyle .number-data-card__body {
	gap: 36px;
	padding: 36px;
}

.number-data-card__lifestyle-theme {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: #333;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 20px 24px;
	text-align: center;
	width: 100%;
}

.number-data-card__lifestyle-content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.number-data-card--age .number-data-card__lifestyle-content {
	gap: 36px;
}

.number-age-chart {
	aspect-ratio: 422/199;
	container-type: inline-size;
	margin: 0;
	max-width: 422px;
	position: relative;
	width: 100%;
}

.number-age-chart img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.number-age-chart__rate {
	align-items: end;
	color: #333;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 56px;
	gap: 4px;
	line-height: 1;
	margin: 0;
	position: absolute;
}

.number-age-chart__rate small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-bottom: 2px;
}

.number-age-chart__rate--twenties {
	left: 0.95%;
	top: 27.64%;
}

.number-age-chart__rate--thirties {
	left: 57.58%;
	top: 0;
}

.number-age-chart__rate--forties {
	left: 79.86%;
	top: 42.71%;
}

.number-data-card__gender-value {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.number-data-card__gender-value img {
	height: 112px;
	width: 228px;
}

.number-data-card__gender-value p {
	color: #333;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	gap: 12px;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0;
}

.number-data-card__illustrated-value {
	align-items: end;
	display: flex;
	gap: 24px;
	margin: 0;
}

.number-data-card__illustrated-value-group {
	align-items: end;
	display: flex;
}

.number-data-card__illustrated-value img {
	height: 120px;
	width: 134px;
}

.number-data-card__illustrated-value-group > span {
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	letter-spacing: -0.03em;
	line-height: 1;
}

.number-data-card__illustrated-value small {
	color: #6b7d8b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 12px;
	white-space: nowrap;
}

.number-data-card__illustrated-value--overtime {
	gap: 48px;
}

.number-data-card__illustrated-value--overtime img {
	width: 120px;
}

.page-fv--number {
	height: 529px;
}

.page-fv--number .page-fv-background {
	bottom: auto;
	color: #f7f7f7;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 16px;
	line-height: 1;
	mask-image: none;
	top: 140px;
	transform: translateX(-50%);
	translate: none;
	width: 1476px;
	-webkit-mask-image: none;
}

.page-fv--number .page-fv-background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.page-fv--number .page-fv-background > span:not(.type-reveal__char):first-child {
	background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.page-fv--number .page-fv-background > span:not(.type-reveal__char) + span:not(.type-reveal__char) {
	margin-left: -16px;
}

.page-fv--number .page-fv-copy--plain {
	backdrop-filter: blur(6px);
	margin: 0 0 0 calc(50% - 50vw);
	max-width: 100%;
	padding: 40px 56px 0 calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.page-fv--number .page-fv-copy--plain p {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

.page-template-page-ai-boost90 .header-logo-label {
	color: #f7f7f7;
}

.page-ai-boost90 {
	background: #e5eded;
}

.page-fv--ai-boost90 {
	background: linear-gradient(124.866deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	height: 529px;
}

.page-fv--ai-boost90::before {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.8));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.page-fv--ai-boost90 .page-fv-background {
	align-items: center;
	bottom: auto;
	color: #e5eded;
	display: flex;
	font-size: 270px;
	gap: 56px;
	left: 50%;
	letter-spacing: 0;
	top: 110px;
	transform: translateX(-50%);
	translate: 0;
	z-index: 1;
}

.page-fv--ai-boost90 .page-fv-background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.page-fv--ai-boost90 .page-fv-background > span:not(.type-reveal__char):first-child,
.page-fv--ai-boost90 .page-fv-background > span:not(.type-reveal__char):last-child {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page-fv--ai-boost90 .page-fv-title-group {
	z-index: 2;
}

.page-fv--ai-boost90 .page-fv-title {
	white-space: nowrap;
}

.page-fv--ai-boost90 .page-fv-copy--plain {
	box-sizing: border-box;
	margin: 0 0 0 calc(50% - 50vw);
	max-width: 100%;
	min-height: 160px;
	padding: 40px 56px 0 calc(50vw - 50%);
	width: -moz-fit-content;
	width: fit-content;
}

.page-fv--ai-boost90 .page-fv-copy--plain p {
	color: #00223a;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
}

.ai-boost90-introduction {
	padding: 40px 0 60px;
}

.ai-boost90-introduction__inner p {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.ai-boost90-architectures {
	overflow: hidden;
	padding: 60px 0 120px;
	position: relative;
}

.ai-boost90-architectures__background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	left: max(-8px, 50% - 728px);
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	z-index: 0;
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 0.7;
}

.ai-boost90-architectures__inner {
	position: relative;
	z-index: 1;
}

.ai-boost90-architectures__title {
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.ai-boost90-architectures__cards {
	counter-reset: ai-boost90-architecture;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto 1fr;
	margin-top: 40px;
}

.ai-boost90-g-test-note {
	align-items: flex-start;
	border: 1px solid #a8b6c0;
	display: flex;
	gap: 24px;
	margin-top: 24px;
	padding: 16px 24px 19px;
}

.ai-boost90-g-test-note__title {
	color: #333;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
	white-space: nowrap;
}

.ai-boost90-g-test-note__content {
	color: #333;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	gap: 12px;
	line-height: 1.55;
	min-width: 0;
}

.ai-boost90-g-test-note__content p {
	margin: 0;
}

.ai-boost90-g-test-note__link {
	align-items: center;
	align-self: flex-start;
	color: inherit;
	display: inline-flex;
	gap: 8px;
	line-height: 1;
	text-decoration: none;
	transition: gap 0.2s ease, color 0.2s ease;
}

.ai-boost90-g-test-note__link .material-symbols-outlined {
	flex: 0 0 20px;
	font-size: 15px;
	line-height: 1;
	width: 20px;
}

.ai-boost90-g-test-note__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.ai-boost90-steps {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.9));
	color: #f7f7f7;
	overflow: hidden;
	padding: 0 0 160px;
	position: relative;
}

.ai-boost90-steps__background-wrapper {
	inset: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	width: min(100%, 1440px);
}

.ai-boost90-steps__background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	line-height: 1;
	margin: 0;
	position: absolute;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	white-space: nowrap;
}

.ai-boost90-steps__background--top {
	line-height: 1.1;
	right: -8px;
	top: -32px;
}

.ai-boost90-steps__background--bottom {
	bottom: -8px;
	left: -8px;
}

.ai-boost90-steps__heading {
	align-items: center;
	backdrop-filter: blur(6px);
	background: #e5eded;
	display: flex;
	padding: 20px 40px 20px max(24px, (100vw - 1200px) / 2);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.ai-boost90-steps__heading h2 {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	position: relative;
}

.ai-boost90-steps__heading h2 span {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0 0.07em;
}

.ai-boost90-steps__inner {
	position: relative;
	z-index: 1;
}

.ai-boost90-steps__list {
	counter-reset: ai-boost90-step;
	list-style: none;
	margin-top: 62px;
	padding: 0;
}

.ai-boost90-step {
	counter-increment: ai-boost90-step;
	display: grid;
	gap: 24px;
	grid-template-columns: 182px minmax(0, 1fr);
	position: relative;
}

.ai-boost90-step + .ai-boost90-step {
	margin-top: 40px;
}

.ai-boost90-step__marker {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	border-radius: 50%;
	color: #333;
	height: 120px;
	margin-left: clamp(12px, 7.44vw - 45.14px, 62px);
	position: relative;
	width: 120px;
	z-index: 1;
}

.ai-boost90-step__number {
	font-family: "DotGothic16", sans-serif;
	font-size: 20px;
	left: 26px;
	position: absolute;
	top: 28px;
}

.ai-boost90-step__marker p {
	font-size: 28px;
	font-weight: 600;
	left: 50%;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 56px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.ai-boost90-step__marker-line {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 1px, transparent 1.1px) center top/2px 6px repeat-y;
	bottom: -40px;
	left: calc(60px + clamp(12px, 7.44vw - 45.14px, 62px));
	position: absolute;
	top: 124px;
	transform: translateX(-1px);
	width: 2px;
}

.ai-boost90-step:last-child .ai-boost90-step__marker-line {
	display: none;
}

.ai-boost90-step__card {
	border: 1px solid #6b7d8b;
	border-radius: 6px;
	display: grid;
	gap: 64px;
	grid-template-columns: 202px minmax(0, 1fr);
	min-height: 456px;
	padding: 36px;
}

.ai-boost90-step__lead-visual {
	height: 269px;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 202px;
	-webkit-mask-image: url("../img/ai_boost90/ai_boost90_step_mask_pc.svg");
	mask-image: url("../img/ai_boost90/ai_boost90_step_mask_pc.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.ai-boost90-step__lead-visual picture,
.ai-boost90-step__lead-visual img {
	display: block;
	height: 100%;
	width: 100%;
}

.ai-boost90-step__lead-visual picture {
	position: relative;
	z-index: 0;
}

.ai-boost90-step__lead-visual img {
	-o-object-fit: cover;
	object-fit: cover;
}

.ai-boost90-step__lead-visual::after {
	background: linear-gradient(100.866deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	content: "";
	inset: 0;
	opacity: 0.4;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.ai-boost90-step__phase {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 24px 0 12px;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ai-boost90-step__summary {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.ai-boost90-step__details {
	min-width: 0;
}

.ai-boost90-step__month,
.ai-boost90-step__department > p {
	background: linear-gradient(120deg, #79dcdb, #82e4c8);
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
	padding: 8px 12px;
}

.ai-boost90-step:nth-child(2) .ai-boost90-step__month {
	background: linear-gradient(120deg, #6fd5ee, #b6c5ee);
}

.ai-boost90-step:nth-child(3) .ai-boost90-step__month {
	background: linear-gradient(120deg, #dabdee, #feb5ee);
}

.ai-boost90-step__overview {
	font-size: 16px;
	line-height: 1.55;
	margin: 22px 0 36px;
}

.ai-boost90-step__departments {
	border-top: 1px solid #a8b6c0;
	display: grid;
	grid-template-columns: calc(50% - 19px) calc(50% + 19px);
	padding-top: 36px;
}

.ai-boost90-step__department {
	min-height: 178px;
	padding-right: 24px;
}

.ai-boost90-step__department + .ai-boost90-step__department {
	border-left: 1px solid #a8b6c0;
	padding-left: 24px;
}

.ai-boost90-step__department > p {
	background: #333;
	color: #fff;
}

.ai-boost90-step__department ul {
	font-size: 15px;
	line-height: 1.45;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.ai-boost90-step__department li {
	padding-left: 22px;
	position: relative;
}

.ai-boost90-step__department li::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 8px;
	position: absolute;
	top: 0.65em;
	width: 4px;
}

.ai-boost90-step__department li + li {
	margin-top: 8px;
}

.ai-boost90-architecture-card {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.9));
	counter-increment: ai-boost90-architecture;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	min-height: 469px;
	overflow: hidden;
	position: relative;
	row-gap: 0;
}

.ai-boost90-architecture-card__icon {
	height: 184px;
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
}

.ai-boost90-architecture-card--one-on-one .ai-boost90-architecture-card__icon {
	width: 220px;
}

.ai-boost90-architecture-card--study-session .ai-boost90-architecture-card__icon {
	height: 188px;
	width: 200px;
}

.ai-boost90-architecture-card__content {
	box-sizing: border-box;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	height: 100%;
	max-width: none;
	padding: 80px 32px 36px;
	position: relative;
	row-gap: 0;
	width: 100%;
	z-index: 1;
}

.ai-boost90-architecture-card__number {
	color: #f7f7f7;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.ai-boost90-architecture-card__number::before {
	content: "_" counter(ai-boost90-architecture, decimal-leading-zero);
}

.ai-boost90-architecture-card__title {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	margin: 12px 0 0;
}

.ai-boost90-architecture-card__description {
	color: #f7f7f7;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 24px;
}

.ai-boost90-architecture-card__description p {
	margin: 0;
}

.ai-boost90-architecture-card__description p + p {
	margin-top: 24px;
}

.page-3min {
	background: #e5eded;
	isolation: isolate;
}

.three-min__particle-canvas {
	height: 100%;
	inset: 0;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.page-3min .page-fv__photo,
.page-3min .page-fv-background,
.page-3min .page-fv-copy-group,
.page-3min .page-fv-breadcrumb,
.page-3min .three-min-section__container {
	z-index: 2;
}

.page-fv--3min {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	height: 529px;
	position: relative;
	z-index: 2;
}

.page-fv--3min .page-fv-background {
	color: #f7f7f7;
	font-size: 200px;
	left: 55%;
	letter-spacing: 0.08em;
	line-height: 1.1;
	top: 45%;
	transform: translate(-50%, -50%);
	translate: 0;
}

.page-fv--3min .page-fv-background > span:not(.type-reveal__char) {
	background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-fv--3min .page-fv-copy-group {
	bottom: auto;
	top: 265px;
}

.page-fv--3min .page-fv-copy {
	backdrop-filter: blur(6px);
	padding: 40px 56px 0 calc(50vw - 50%);
}

.page-fv--3min .page-fv-copy p {
	font-size: 40px;
	letter-spacing: 0;
}

.three-min-section {
	background: #e5eded;
	position: relative;
}

.three-min-section__background {
	--three-min-section-background-gradient: linear-gradient(
    141.734deg,
    var(--three-min-section-background-color-start, #82e4c8) 0%,
    var(--three-min-section-background-color-middle, #6fd5ee) 50%,
    var(--three-min-section-background-color-end, #feb5ee) 100%
  );
	--three-min-section-background-opacity: 1;
	align-items: center;
	align-self: start;
	box-sizing: border-box;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	font-weight: 400;
	grid-area: 1/1;
	height: 100svh;
	justify-content: center;
	line-height: var(--three-min-section-background-line-height, 1.1);
	margin: 0;
	min-width: 0;
	overflow: clip;
	padding-top: 0;
	pointer-events: none;
	position: sticky;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	white-space: nowrap;
	z-index: 0;
}

.three-min-section__background > span:not(.type-reveal__char) {
	display: flex;
	flex: 0 0 auto;
}

.three-min-section__background > span:not(.type-reveal__char):first-child {
	background: var(--three-min-section-background-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: var(--three-min-section-background-opacity);
}

.three-min-section__background > span:not(.type-reveal__char):last-child {
	color: #fff;
	opacity: var(--three-min-section-background-opacity);
}

.three-min-section__background.is-released {
	left: 0;
	position: absolute;
	right: 0;
	top: var(--three-min-section-background-release-offset);
}

.three-min-section__container {
	display: grid;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.three-min-section__content-inner {
	grid-area: 1/1;
	min-width: 0;
	position: relative;
}

.three-min-section__body {
	position: relative;
}

.three-min-section__heading {
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: var(--three-min-section-heading-z-index, 2);
}

.three-min-section__heading h2 {
	align-items: center;
	background: #333;
	color: #f7f7f7;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
	padding: 12px 18px 12px 24px;
	white-space: nowrap;
}

.three-min-section__content {
	align-items: center;
	color: var(--three-min-section-content-color);
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", serif;
	position: relative;
	text-align: center;
	width: var(--three-min-section-content-width);
	z-index: var(--three-min-section-content-z-index, 1);
}

.three-min-section__lead {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	text-shadow: var(--three-min-section-lead-shadow);
}

.three-min-section__highlight {
	background-image: var(--three-min-section-highlight-background);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.08em;
}

.three-min__philosophy {
	--three-min-philosophy-background: #e5eded;
	--three-min-section-background-line-height: 1.1;
	--three-min-section-content-color: #00223a;
	--three-min-section-content-width: min(100% - 48px, 575px);
	--three-min-section-content-z-index: 2;
	--three-min-section-heading-z-index: 3;
	--three-min-section-highlight-background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	--three-min-section-lead-shadow: -2px 0 rgba(254, 181, 238, 0.5), 2px 0 rgba(130, 228, 200, 0.6);
	background: var(--three-min-philosophy-background);
}

.three-min__philosophy-body {
	padding: calc(100svh + 67px) 0 201px;
}

.three-min__philosophy .three-min-section__heading.is-released {
	left: 50%;
	position: absolute;
	top: var(--three-min-philosophy-heading-release-offset);
	transform: translateX(-50%);
}

.three-min__philosophy-body.is-heading-released::before {
	content: "";
	display: block;
	height: var(--three-min-philosophy-heading-height);
}

.three-min__philosophy-photos {
	inset: 0;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	transform: translateY(100svh);
	will-change: transform;
	z-index: 1;
}

.three-min__philosophy-photo {
	margin: 0;
	overflow: hidden;
	position: absolute;
}

.three-min__philosophy-photo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.three-min__philosophy-photo--01,
.three-min__philosophy-photo--04,
.three-min__philosophy-photo--05,
.three-min__philosophy-photo--08 {
	aspect-ratio: 3/4;
	-webkit-mask: url("../img/3min/photo_portrait_mask.svg") center/100% 100% no-repeat;
	mask: url("../img/3min/photo_portrait_mask.svg") center/100% 100% no-repeat;
}

.three-min__philosophy-photo--02,
.three-min__philosophy-photo--03,
.three-min__philosophy-photo--06,
.three-min__philosophy-photo--07 {
	aspect-ratio: 4/3;
	-webkit-mask: url("../img/3min/photo_landscape_mask.svg") center/100% 100% no-repeat;
	mask: url("../img/3min/photo_landscape_mask.svg") center/100% 100% no-repeat;
}

.three-min__philosophy-photo--01 {
	height: 432px;
	left: 2.5%;
	top: 431px;
	width: 324px;
}

.three-min__philosophy-photo--02 {
	height: 288px;
	right: 0;
	top: 511px;
	width: 384px;
}

.three-min__philosophy-photo--03 {
	height: 288px;
	left: 0;
	top: 943px;
	width: 384px;
}

.three-min__philosophy-photo--04 {
	height: 432px;
	right: 0.7%;
	top: 959px;
	width: 324px;
}

.three-min__philosophy-photo--05 {
	height: 432px;
	left: 7.1%;
	top: 1191px;
	width: 324px;
}

.three-min__philosophy-photo--06 {
	height: 288px;
	right: 2.9%;
	top: 1347px;
	width: 384px;
}

.three-min__philosophy-photo--07 {
	height: 288px;
	left: 0;
	top: 1810px;
	width: 384px;
}

.three-min__philosophy-photo--08 {
	height: 432px;
	right: 0;
	top: 1766px;
	width: 324px;
}

.three-min__philosophy-content {
	margin: 160px auto 0;
}

.has-three-min-philosophy-fade-up .three-min__philosophy-photo,
.has-three-min-philosophy-fade-up .three-min__philosophy-content p {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	transition-delay: var(--three-min-philosophy-fade-up-delay, 0ms);
	will-change: transform, opacity;
}

.has-three-min-philosophy-fade-up .three-min__philosophy-photo.is-active,
.has-three-min-philosophy-fade-up .three-min__philosophy-content p.is-active {
	opacity: 1;
	transform: translateY(0);
}

.has-three-min-philosophy-fade-up .three-min__philosophy-photo--02,
.has-three-min-philosophy-fade-up .three-min__philosophy-photo--04,
.has-three-min-philosophy-fade-up .three-min__philosophy-photo--06,
.has-three-min-philosophy-fade-up .three-min__philosophy-photo--08,
.has-three-min-philosophy-fade-up .three-min__philosophy-message > p:last-child {
	--three-min-philosophy-fade-up-delay: 800ms;
}

.three-min-section__lead,
.three-min__philosophy-mission,
.three-min__philosophy-message p,
.three-min__business-statement p {
	margin: 0;
}

.three-min__philosophy-mission {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 240px;
}

.three-min__philosophy-message {
	margin-top: 240px;
}

.three-min__philosophy-message > p:last-child {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.4;
	margin-top: 80px;
}

.three-min__philosophy-message--closing {
	margin-top: 240px;
}

.three-min__business {
	--three-min-section-background-line-height: 1.1;
	--three-min-section-content-color: #333;
	--three-min-section-content-width: min(100% - 48px, 728px);
	--three-min-section-highlight-background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	--three-min-section-lead-shadow: -2px 0 #feb5ee, 2px 0 #82e4c8;
	overflow: clip;
}

.three-min__business-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: visible;
	padding-top: 100svh;
	width: 100%;
}

.three-min__business-content {
	margin: 120px auto 0;
}

.three-min__business-statement {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 120px;
	white-space: nowrap;
}

.three-min__business-axes-layout {
	margin-top: 100px;
	min-width: 0;
	order: 4;
	position: relative;
	width: 100%;
}

.three-min__business-axes-section {
	margin-top: -194px;
	position: relative;
	width: 100%;
}

.three-min__business-axes {
	left: calc(50% - 10px);
	position: relative;
	transform: translateX(-50%);
	width: 1740px;
}

.three-min__business-axes-title {
	align-items: center;
	backdrop-filter: blur(6px);
	background: #e5eded;
	bottom: -1px;
	box-sizing: border-box;
	color: #00223a;
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	font-weight: 700;
	height: 102px;
	left: calc(50% - 50vw);
	line-height: 1.4;
	margin: 0;
	padding: 40px 88px 0 calc(50vw - 50%);
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 7;
}

.three-min__business-axes-title-highlight {
	background-image: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.07em;
}

.three-min__business-axes-background {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: flex;
	flex-direction: column;
	font-family: "DotGothic16", sans-serif;
	font-size: 160px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 0;
}

.three-min__business-axes-background > span:not(.type-reveal__accessible-text) {
	display: block;
}

.js-three-min-type-reveal .type-reveal__char {
	white-space: pre;
}

.three-min__business-axes-background--left {
	left: 148px;
	text-align: left;
	top: -113px;
}

.three-min__business-axes-background--right {
	right: 126px;
	text-align: right;
	top: 693px;
	z-index: 7;
}

.three-min__business-rainbow {
	height: auto;
	position: absolute;
}

.three-min__business-rainbow--01 {
	bottom: 0;
	left: 0;
	width: 560px;
	z-index: 1;
}

.three-min__business-rainbow--02 {
	bottom: 0;
	left: 568px;
	width: 912px;
	z-index: 3;
}

.three-min__business-rainbow--03 {
	bottom: 0;
	left: 1220px;
	width: 520px;
	z-index: 6;
}

.three-min__business-cards {
	counter-reset: three-min-business-card;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.three-min__business-card {
	bottom: 0;
	color: #333;
	counter-increment: three-min-business-card;
	height: var(--three-min-business-card-height);
	position: absolute;
	width: 500px;
}

.three-min__business-card--01 {
	--three-min-business-card-height: 779px;
	--three-min-business-building-top: 59px;
	left: 280px;
	z-index: 2;
}

.three-min__business-card--02 {
	--three-min-business-card-height: 666px;
	--three-min-business-building-top: 56px;
	left: 760px;
	z-index: 4;
}

.three-min__business-card--03 {
	--three-min-business-card-height: 939px;
	--three-min-business-building-top: 59px;
	bottom: auto;
	left: auto;
	margin-left: 1120px;
	position: relative;
	z-index: 5;
}

.three-min__business-card-building {
	height: auto;
	inset: var(--three-min-business-building-top) 0 auto;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.three-min__business-card::before {
	background: url("../img/3min/business_building_top.svg") center/100% 100% no-repeat;
	content: "";
	height: 56px;
	inset: var(--three-min-business-building-top) 0 auto;
	position: absolute;
	z-index: 1;
}

.three-min__business-card-number {
	color: #fff;
	font-family: "DotGothic16", sans-serif;
	font-size: 96px;
	left: 30px;
	line-height: 1.2;
	position: absolute;
	top: 0;
	z-index: 2;
}

.three-min__business-card-media {
	height: 225px;
	left: 30px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 145px;
	width: 300px;
	z-index: 1;
}

.three-min__business-card-media img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.three-min__business-card-copy {
	left: 30px;
	position: absolute;
	top: 394px;
	width: 300px;
	z-index: 1;
}

.three-min__business-card-copy h4,
.three-min__business-card-copy p {
	margin: 0;
}

.three-min__business-card-copy h4 {
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.three-min__business-card-copy p {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 16px;
}

.three-min__strengths {
	background: #f7f7f7;
	margin-inline: calc(50% - 50vw);
	margin-top: 192px;
	overflow: clip;
	padding-bottom: 205px;
	position: relative;
	width: 100vw;
}

.three-min__strengths-background {
	color: #e5eded;
	font-family: "DotGothic16", sans-serif;
	font-size: 200px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 40px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.three-min__strengths-title-wrap {
	align-items: center;
	backdrop-filter: blur(6px);
	background: #e5eded;
	display: flex;
	height: 100px;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 40px;
	position: relative;
	width: 800px;
	z-index: 1;
}

.three-min__strengths-title {
	color: #00223a;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.three-min__strengths-title span {
	background-image: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
}

.three-min__strengths-list {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 86px auto 0;
	max-width: 1200px;
	padding: 0;
	position: relative;
	width: calc(100% - 48px);
}

.three-min__strengths-item {
	--three-min-strengths-start: #6fd5ee;
	--three-min-strengths-end: #b6c5ee;
	flex: 1 1 0;
	min-width: 0;
}

.three-min__strengths-item + .three-min__strengths-item {
	margin-left: -30px;
}

.three-min__strengths-item--media {
	--three-min-strengths-start: #feb5ee;
	--three-min-strengths-end: #dabdee;
}

.three-min__strengths-item--pro {
	--three-min-strengths-start: #79dcdb;
	--three-min-strengths-end: #82e4c8;
}

.three-min__strengths-visual {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	height: auto;
	justify-content: center;
	margin: 0;
	position: relative;
}

.three-min__strengths-visual::before {
	background: linear-gradient(103deg, var(--three-min-strengths-start), var(--three-min-strengths-end)) padding-box, linear-gradient(103deg, var(--three-min-strengths-start), var(--three-min-strengths-end)) border-box;
	border: 10px solid transparent;
	border-radius: 50%;
	content: "";
	inset: 5px;
	mix-blend-mode: darken;
	opacity: 1;
	position: absolute;
	z-index: 0;
}

.three-min__strengths-visual-copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	inset: 0;
	justify-content: center;
	position: static;
	text-align: center;
}

.three-min__strengths-en,
.three-min__strengths-jp,
.three-min__strengths-description {
	margin: 0;
}

.three-min__strengths-en {
	color: #fff;
	font-family: "DotGothic16", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1;
}

.three-min__strengths-jp {
	color: #333;
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.three-min__strengths-description {
	bottom: auto;
	color: #333;
	font-size: 16px;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
	position: absolute;
	text-align: left;
	top: calc(100% + 20px);
	transform: translateX(-50%);
	width: 280px;
	z-index: 1;
}

.three-min__vision {
	--three-min-vision-header-height: 80px;
	--three-min-vision-background-sticky-top: var(--three-min-vision-header-height);
	--three-min-vision-section-padding-top: 160px;
	--three-min-section-heading-z-index: 3;
	--three-min-vision-reveal-distance: 240px;
	--three-min-vision-visual-translate: 100%;
	background: #e5eded;
	overflow: clip;
	padding-top: var(--three-min-vision-section-padding-top);
}

.three-min__vision .three-min-section__background {
	align-items: center;
	height: calc(100svh - var(--three-min-vision-header-height));
	padding-bottom: var(--three-min-vision-header-height);
	padding-top: 0;
	top: var(--three-min-vision-background-sticky-top);
	z-index: 2;
}

.three-min__vision .three-min-section__background.is-top-fixed {
	align-items: flex-start;
	padding-bottom: 0;
}

.three-min__vision .three-min-section__background.is-released {
	top: var(--three-min-section-background-release-offset);
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char {
	background: var(--three-min-section-background-gradient);
	background-clip: text;
	background-repeat: no-repeat;
	background-size: 1100% 100%;
	color: transparent;
	-webkit-background-clip: text;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(1) {
	background-position-x: 0%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(2) {
	background-position-x: 10%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(3) {
	background-position-x: 20%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(4) {
	background-position-x: 30%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(5) {
	background-position-x: 40%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(6) {
	background-position-x: 50%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(7) {
	background-position-x: 60%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(8) {
	background-position-x: 70%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(9) {
	background-position-x: 80%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(10) {
	background-position-x: 90%;
}

.three-min__vision .three-min-section__background.is-released > span:not(.type-reveal__char):first-child .type-reveal__char:nth-child(11) {
	background-position-x: 100%;
}

.three-min__vision-visual {
	align-self: start;
	grid-area: 1/1;
	height: var(--three-min-vision-visual-fixed-height, calc(100dvh - var(--three-min-vision-visual-stop-top, var(--three-min-vision-header-height))));
	margin-inline: calc(50% - 50vw);
	margin-top: 0;
	-webkit-mask-image: url("../img/3min/vision/vision_mask.svg");
	mask-image: url("../img/3min/vision/vision_mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	overflow: hidden;
	position: sticky;
	top: var(--three-min-vision-visual-stop-top, 80px);
	transform: translateY(var(--three-min-vision-visual-translate));
	width: 100vw;
	will-change: transform;
	z-index: 1;
}

.three-min__vision-visual::after {
	background: linear-gradient(114deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	content: "";
	inset: 0;
	mix-blend-mode: overlay;
	opacity: 0.8;
	position: absolute;
}

.three-min__vision-visual img {
	height: 100%;
	left: 50%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.three-min__vision .three-min-section__content-inner {
	z-index: 3;
}

.three-min__vision-body {
	padding-top: 100svh;
}

.three-min__vision-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.three-min__vision-card-stage {
	margin-top: calc(56px + var(--three-min-vision-reveal-distance));
}

.three-min__vision-item {
	align-items: start;
	display: flex;
	justify-content: center;
	min-height: 1050px;
}

.three-min__vision-item--04 {
	min-height: 643px;
}

.three-min__vision-card {
	align-items: center;
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.85);
	box-sizing: border-box;
	color: #333;
	display: flex;
	flex-direction: column;
	gap: 56px;
	justify-content: center;
	padding: 80px 48px;
	text-align: center;
	width: 100%;
}

.three-min__vision-item--01 .three-min__vision-card {
	max-width: 792px;
}

.three-min__vision-item--02 .three-min__vision-card,
.three-min__vision-item--03 .three-min__vision-card {
	max-width: 1200px;
}

.three-min__vision-item--04 .three-min__vision-card {
	max-width: 996px;
}

.three-min__vision-lead,
.three-min__vision-copy {
	font-family: "Shippori Mincho", serif;
	margin: 0;
}

.three-min__vision-lead {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	text-shadow: -2px 0 #feb5ee, 2px 0 #82e4c8;
}

.three-min__vision-lead span {
	color: #444;
}

.three-min__vision-copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.4;
	max-width: 960px;
	text-align: left;
	width: 100%;
}

.three-min__vision-copy span {
	background-image: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.three-min__vision .u-gradient-reveal {
	--gradient-reveal-delay: 0ms;
}

.three-min__vision-item--01 .three-min__vision-copy {
	font-size: 36px;
	line-height: 1.8;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.three-min__vision-item--04 .three-min__vision-copy {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	width: auto;
}

.has-three-min-vision-card-switch .three-min__vision-card-stage {
	height: 500svh;
	position: relative;
}

.has-three-min-vision-card-switch .three-min__vision-items {
	height: 100svh;
	position: sticky;
	top: 0;
}

.has-three-min-vision-card-switch .three-min__vision-item {
	align-items: center;
	inset: 0;
	min-height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.has-three-min-vision-card-switch .three-min__vision-item.is-active {
	opacity: 1;
	pointer-events: auto;
}

.u-gradient-reveal {
	background-position: var(--gradient-reveal-position, left center);
	background-repeat: no-repeat;
	background-size: 0 var(--gradient-reveal-height, 100%);
}

.u-gradient-reveal.is-gradient-revealed {
	animation: gradient-reveal 480ms cubic-bezier(0.16, 1, 0.3, 1) var(--gradient-reveal-delay, 800ms) forwards;
}

:root {
	--layout-inner-pc: 1200px;
	--layout-inner-sp: 34.2rem;
	--layout-inner-sp-max: 34.2rem;
}

@media (scripting: none) {

body[hidden] {
	display: block !important;
}

}

@media (width < 768px) {

.inner {
	width: 34.2rem;
}

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.card-circle-arrow {
	--card-circle-arrow-current-size: var(--card-circle-arrow-active-size-sp, 2.6rem);
	--card-circle-arrow-current-icon-size: var(--card-circle-arrow-icon-size-sp, 1.1rem);
	--card-circle-arrow-icon-opacity: 1;
	--card-circle-arrow-current-background: var(--card-circle-arrow-active-background, linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%));
	--card-circle-arrow-current-icon-color: var(--card-circle-arrow-active-icon-color, #333);
}

.btn:not(.contact-btn) {
	border-width: 0.2rem;
	font-size: 1.6rem;
	gap: 0.8rem;
	height: 6.8rem;
	padding: 0 2.4rem 0 2.6rem;
}

.btn:not(.contact-btn) > [aria-hidden=true] {
	height: 1.9rem;
	width: 1.9rem;
}

.btn:not(.contact-btn) > [aria-hidden=true]::before {
	height: 100%;
	width: 100%;
}

.btn:not(.contact-btn) > [aria-hidden=true]::after {
	font-size: 0.9rem;
	opacity: 1;
}

.cta__background-copy {
	font-size: 3.2rem;
}

.cta--link-grid > .cta__items {
	gap: 0.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 15rem 13.5rem;
	padding-top: 0;
}

.cta--link-grid > .cta__background-copy {
	align-self: flex-start;
	line-height: 1;
	padding: 2rem 0 2.8rem;
	text-align: left;
	transform: none;
	translate: none;
	white-space: nowrap;
	width: auto;
}

.cta__card {
	backdrop-filter: none;
	height: 100%;
	padding: 1.6rem 2rem 2rem;
}

.cta__card-title {
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cta__card-label {
	font-size: 1.2rem;
	margin-top: 1.1rem;
	width: 11.5rem;
}

.cta__card-icon {
	bottom: 2rem;
	height: 1.8rem;
	right: 2rem;
	width: 1.8rem;
}

.cta__card-icon::before {
	opacity: 1;
}

.cta__card-icon .material-symbols-outlined {
	color: #333;
	font-size: 0.9rem;
	font-variation-settings: "wght" 600;
	opacity: 1;
}

.cta__card:hover .cta__card-icon {
	bottom: 2rem;
	height: 1.8rem;
	right: 2rem;
	width: 1.8rem;
}

.page-fv--plain {
	background: linear-gradient(112.583deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	height: 24rem;
}

.page-fv--with-visual {
	height: 100dvh;
}

.page-fv__photo {
	height: 45.6rem;
	width: calc(100% - 4.8rem);
}

.page-fv-copy-group {
	bottom: 0;
}

.page-fv-copy {
	padding: 2.4rem 0.4rem 2.4rem calc(50vw - 50%);
}

.page-fv-copy p {
	font-size: 2.4rem;
}

.page-fv-title {
	font-size: 1.3rem;
	height: 3.7rem;
	padding: 0 1.2rem 0 calc(50vw - 50%);
}

.page-fv--plain .page-fv-background {
	bottom: 8rem;
	color: #e5eded;
	font-size: 8rem;
	left: 50%;
	letter-spacing: 0;
	mask-image: none;
	text-align: center;
	top: auto;
	-webkit-mask-image: none;
}

.page-fv--entry .page-fv-background {
	bottom: 0.8rem;
	font-size: 8rem;
	height: 16.2rem;
	left: calc(50% - 20rem);
	line-height: 1;
	text-align: left;
	top: auto;
	transform: none;
	translate: 0;
	width: 40.5rem;
}

.page-fv--entry-thanks .page-fv-background {
	bottom: 0.8rem;
	font-size: 8rem;
	height: 16.2rem;
	left: calc(50% - 20rem);
	line-height: 1;
	text-align: left;
	top: auto;
	transform: none;
	translate: 0;
	width: 40.5rem;
}

.page-fv-breadcrumb {
	max-width: min(100%, 36.6rem);
	overflow-x: auto;
	padding: 0.85rem 1.2rem;
}

.page-fv-breadcrumb ol {
	font-size: 1.1rem;
	min-width: -moz-max-content;
	min-width: max-content;
}

.page-fv-breadcrumb li:last-child {
	flex: 0 0 auto;
	min-width: auto;
	overflow: visible;
	text-overflow: clip;
}

.page-fv-breadcrumb li + li::before {
	letter-spacing: -0.4rem;
	margin: 0 0.6rem;
}

.header {
	height: 5.7rem;
}

.header-logo {
	margin-left: 2.3rem;
}

.header-logo-link {
	gap: 1.6rem;
}

.header-logo-picture {
	height: 3.2rem;
	width: 10.4862rem;
}

.header-logo-label {
	font-size: 1.4rem;
	margin-top: 1.3rem;
}

.header-entry {
	display: none;
}

.header-menu-button {
	flex-basis: 5.7rem;
	height: 5.7rem;
	margin-left: auto;
	width: 5.7rem;
}

.header-menu-icon {
	height: 2.3rem;
	width: 2.3rem;
}

.header-menu-icon img {
	height: 2.3rem;
	width: 2.3rem;
}

.mega-menu {
	display: none;
}

.drawer {
	background: #e5eded;
	display: block;
	inset: 0;
	opacity: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: fixed;
	transition: opacity 0.2s ease, visibility 0s linear 0.2s;
	visibility: hidden;
	z-index: 80;
}

.drawer.is-menu-open {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}

.admin-bar .drawer {
	top: 46px;
}

.drawer-container {
	min-height: 100%;
	padding: 7.7rem 0 8.8rem 2.4rem;
}

.drawer-groups {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.drawer .menu-group {
	width: 100%;
}

.drawer .menu-group-title {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	min-height: 3rem;
	padding: 0.6rem 2.4rem 0.8rem 0.8rem;
}

.drawer .menu-group-items {
	gap: 0;
	padding-left: 2.4rem;
}

.drawer .menu-group-items li {
	width: 100%;
}

.drawer .menu-group-link {
	border-bottom: 1px solid #6b7d8b;
	display: flex;
	font-size: 1.5rem;
	line-height: 1;
	min-height: 4.8rem;
	padding: 1.6rem 0;
	width: 100%;
}

.drawer .menu-group-link::before {
	display: none;
}

.drawer-cta {
	display: grid;
	grid-template-columns: repeat(2, 19.4rem);
	-moz-column-gap: 0.2rem;
	column-gap: 0.2rem;
	margin-left: -2.4rem;
	margin-top: 3.1rem;
	width: 39rem;
}

.drawer-cta-item {
	align-items: center;
	color: #333;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.drawer-cta-caption {
	align-items: flex-end;
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	gap: 0.4rem;
	line-height: 1.25;
	white-space: nowrap;
}

.drawer-cta-caption::before,
.drawer-cta-caption::after {
	background: #333;
	content: "";
	height: 1.2rem;
	width: 1px;
}

.drawer-cta-caption::before {
	transform: rotate(-15deg);
}

.drawer-cta-caption::after {
	transform: rotate(15deg);
}

.drawer-cta-button {
	align-items: flex-start;
	color: inherit;
	display: flex;
	font-family: "DotGothic16", sans-serif;
	font-size: 3rem;
	height: 10rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.2rem 2.4rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.drawer-cta-button:focus-visible {
	outline: 2px solid #333;
	outline-offset: -4px;
}

.drawer-cta-item--talk .drawer-cta-button {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
}

.drawer-cta-item--entry .drawer-cta-button {
	background: #333;
	color: transparent;
	padding-top: 1.4rem;
}

.drawer-cta-item--entry .drawer-cta-button > span:first-child {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
}

.drawer-cta-arrow {
	align-items: center;
	border-radius: 50%;
	bottom: 1.2rem;
	display: flex;
	font-family: "Material Symbols Outlined", sans-serif;
	font-size: 0.9rem;
	font-variation-settings: "wght" 600;
	font-weight: 600;
	height: 2.6rem;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 1.2rem;
	width: 2.6rem;
}

.drawer-cta-item--talk .drawer-cta-arrow {
	background: #333;
	color: #82e4c8;
}

.drawer-cta-item--entry .drawer-cta-arrow {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: #333;
}

.drawer > .drawer-container > .menu-official-link {
	font-size: 1.5rem;
	margin-top: 2.1rem;
}

.drawer > .drawer-container > .menu-official-link .material-symbols-outlined {
	flex: 0 0 2rem;
	font-size: 1.8rem;
	height: 2rem;
	width: 2rem;
}

.back-to-top {
	--back-to-top-size: 5.6rem;
	--back-to-top-body-size: 5.6rem;
	--back-to-top-blob-size: 7.2rem;
	--back-to-top-offset: 1.2rem;
	--back-to-top-vfchat-gap: 1.2rem;
}

.back-to-top__canvas {
	background: #333;
	border-radius: 50%;
	height: var(--back-to-top-body-size);
	width: var(--back-to-top-body-size);
}

.back-to-top__arrow {
	height: 1rem;
	width: 1.6rem;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	gap: 4.2rem;
	min-height: 0;
	padding: 4rem 2.4rem 8rem;
	width: 100%;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	gap: 2.7rem;
	order: 1;
	padding: 0 1.2rem;
	width: 100%;
}

.footer-menu-summary {
	align-items: center;
	border-bottom: 0.1rem solid #e5eded;
	color: #e5eded;
	cursor: pointer;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	gap: 1.6rem;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1;
	list-style: none;
	padding: 1.2rem 0 1.2rem;
}

.footer-menu-summary::-webkit-details-marker {
	display: none;
}

.footer-menu-summary:focus-visible {
	outline: 0.2rem solid #fff;
	outline-offset: 0.4rem;
}

.footer-menu-title {
	display: none;
}

.footer-menu-panel {
	overflow: hidden;
}

.footer-menu-items {
	gap: 1.8rem;
	margin-top: 0;
	padding: 1.8rem 0.4rem 1rem;
}

.footer-menu-group:not([open]) > .footer-menu-panel > .footer-menu-items {
	display: flex;
}

.footer-menu-link {
	font-size: 1.4rem;
	line-height: 1.5;
}

.footer-brand {
	gap: 1.2rem;
	order: 2;
}

.footer-brand-link {
	align-items: flex-end;
	flex-direction: row;
	gap: 1.2rem;
}

.footer-brand-picture {
	height: 3.6rem;
	width: 11.8rem;
}

.footer-brand-label {
	font-size: 1.6rem;
	padding-bottom: 0.1rem;
}

.footer-official-link {
	font-size: 1.5rem;
	gap: 0.8rem;
	padding-block: 0.8rem;
}

.footer-official-link .material-symbols-outlined {
	font-size: 1.6rem;
	height: 2rem;
	width: 2rem;
}

.footer-copyright {
	font-size: 1.2rem;
	order: 3;
	white-space: nowrap;
}

.thanks {
	padding: 3.9rem 0 12rem;
}

.thanks__inner {
	max-width: none;
}

.thanks__intro,
.thanks__contact {
	font-size: 1.6rem;
	letter-spacing: 0.032rem;
	line-height: 1.55;
}

.thanks__intro-message {
	font-size: 1.6rem;
}

.thanks__text {
	font-size: 1.5rem;
}

.thanks__intro-notice {
	margin-top: 2.5rem;
}

.thanks__intro-note {
	font-size: 1.2rem;
	margin-top: 1.1rem;
}

.thanks__selection {
	margin-top: 3.6rem;
}

.thanks__information-title {
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
}

.thanks__information > .thanks__text {
	margin-top: 1.2rem;
}

.thanks__information--boxed {
	padding: 2.4rem;
}

.thanks__contents {
	margin-top: 4.8rem;
}

.thanks__links {
	margin-top: 3.2rem;
}

.thanks__links ul {
	align-items: stretch;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 2.4rem;
}

.thanks__links li {
	display: flex;
	flex-basis: auto;
	justify-content: center;
}

.thanks__link {
	--card-circle-arrow-active-size-sp: 1.9rem;
	--card-circle-arrow-icon-size-sp: 0.9rem;
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: border-box;
	background-origin: border-box;
	border-color: transparent;
	font-size: 1.6rem;
	height: 6.8rem;
	padding: 0 2.4rem;
	width: 29.6rem;
}

.thanks__link .card-circle-arrow {
	bottom: 50%;
	right: 3.1rem;
}

.thanks__link .card-circle-arrow .material-symbols-outlined {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.thanks__contact {
	gap: 1rem;
	margin-top: 4.8rem;
	max-width: none;
	padding: 2.4rem;
}

.thanks__contact h2 {
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
	line-height: 1;
}

.thanks__contact-text {
	font-size: 1.5rem;
	letter-spacing: 0.03rem;
	line-height: 1.55;
}

.thanks__contact a:focus-visible {
	outline-offset: 0.3rem;
	outline-width: 0.3rem;
}

.thanks--simple .thanks__information-title {
	font-size: 2.4rem;
	letter-spacing: 0.096rem;
}

.thanks--simple .thanks__link {
	margin-top: 4rem;
}

.not-found {
	padding: 3.9rem 0 12rem;
}

.not-found__inner {
	max-width: none;
}

.not-found__message {
	font-size: 1.6rem;
	line-height: 1.8;
}

.not-found__link {
	margin-top: 4rem;
}

.top-fv {
	--fv-person-left: 62%;
	--fv-person-height: 72%;
}

.top-fv__type {
	left: -18%;
	top: 18%;
	width: 150%;
}

.top-fv__type-background {
	left: 0;
	top: 18%;
	width: 109%;
}

.top-fv__animation-copy {
	left: 6%;
	top: 56%;
	width: 78vw;
}

.second-view {
	--second-view-height: 100dvh;
}

.second-view__skip {
	font-size: 1.2rem;
	padding: 0.8rem 1.2rem;
	right: 1.6rem;
	top: calc(1.6rem + var(--second-view-skip-offset, 0px));
}

.second-view__scroll-cue {
	bottom: 9.2rem;
	gap: 0.8rem;
	right: 1.6rem;
}

.second-view__scroll-cue-label {
	font-size: 1.2rem;
}

.second-view__scroll-cue-line {
	height: 4rem;
}

.second-view__progress {
	height: 0.6rem;
}

.is-second-view-scroll-animation .second-view__sequence {
	height: 800vh;
}

.is-second-view-scroll-animation .second-view__block--routine .second-view__word--middle {
	top: 50%;
	transform: translateY(-50%);
}

.second-view__copy-reveal {
	gap: 3.8rem;
	left: 54.8%;
	max-width: 105.6vw;
	width: 39rem;
}

.second-view__copy-line {
	height: 6.7rem;
}

.second-view__copy-line--wide {
	--second-view-copy-pink-x: -0.4rem;
	--second-view-copy-pink-y: 0.4rem;
	--second-view-copy-green-x: 0.4rem;
	--second-view-copy-green-y: -0.4rem;
}

.second-view__copy-line--medium {
	height: 7.7rem;
	width: 26rem;
	--second-view-copy-pink-x: -1rem;
	--second-view-copy-pink-y: -0.5rem;
	--second-view-copy-green-x: 1rem;
	--second-view-copy-green-y: 0.5rem;
}

.second-view__copy-line--short {
	height: 4rem;
	width: 28.6rem;
	--second-view-copy-pink-x: -2rem;
	--second-view-copy-pink-y: -0.6rem;
	--second-view-copy-green-x: 2rem;
	--second-view-copy-green-y: 0.6rem;
}

.second-view__copy-black {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
}

.second-view__copy-line--wide .second-view__copy-black img {
	width: 38rem;
}

.second-view__copy-line--medium .second-view__copy-black img {
	width: 26rem;
}

.second-view__copy-line--short .second-view__copy-black img {
	width: 28rem;
}

.second-view__photo {
	--second-view-photo-inset: 1.2rem;
}

.second-view__photo--train {
	-o-object-position: 50% center;
	object-position: 50% center;
}

.second-view__photo--office {
	-o-object-position: 50% center;
	object-position: 50% center;
}

.second-view__photo--city {
	-o-object-position: 50% center;
	object-position: 50% center;
}

.second-view__block--message .second-view__photo--city {
	-o-object-position: 59% center;
	object-position: 59% center;
}

.second-view__block--message .second-view__word--top {
	top: 9.3rem;
}

.second-view__block--message .second-view__word--bottom {
	bottom: 7.3rem;
}

.second-view__block--message .second-view__copy-reveal {
	top: 47.8%;
}

.second-view__word {
	font-size: 8.2rem;
	left: 1.2rem;
	letter-spacing: 0.1em;
}

.second-view__word--top {
	top: 23.3rem;
}

.second-view__word--middle {
	top: 50%;
}

.second-view__block--routine .second-view__word--middle {
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.second-view__word--bottom {
	bottom: 22.3rem;
}

.second-view__message {
	left: 54.8%;
	max-width: 105.6vw;
	padding: 0;
	transform: translate(-50%, -50%) rotate(-5deg);
	width: 41.2rem;
}

.second-view__message-image--pc {
	display: none;
}

.second-view__message-lines--sp {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 3.8rem;
}

.second-view__message-line--wide {
	box-shadow: -0.4rem 0.4rem 0 #feb5ee, 0.4rem -0.4rem 0 #82e4c8;
	min-height: 6.7rem;
	width: 39rem;
}

.second-view__message-line--medium {
	box-shadow: 1rem 0.5rem 0 #82e4c8, -1rem -0.5rem 0.4rem #feb5ee;
	min-height: 7.7rem;
	width: 26rem;
}

.second-view__message-line--short {
	box-shadow: 2rem 0.6rem 0 #82e4c8, -2rem -0.6rem 0.4rem #feb5ee;
	min-height: 4rem;
	width: 28.6rem;
}

.second-view__concerns-layer > .second-view__word--top {
	top: 7.3rem;
}

.second-view__concerns-layer > .second-view__word--bottom {
	bottom: 6.3rem;
}

.second-view__concerns {
	align-content: center;
	gap: 2.3rem;
	grid-template-columns: minmax(0, 31.8rem);
	grid-template-rows: repeat(2, max-content);
	padding: 0 3.6rem;
}

.second-view__concern {
	aspect-ratio: 1;
	font-size: 2.4rem;
	padding: 3.6rem;
}

.second-view__potential {
	padding: 12rem 2.4rem;
}

.second-view__potential-lines {
	display: flex;
	flex-direction: column;
	gap: 6.7rem;
	width: 100%;
}

.second-view__potential-line--first,
.second-view__potential-line--second {
	margin-inline: auto;
	width: 21.7rem;
}

.second-view__potential-line--third {
	margin-inline: auto;
	width: 33.6rem;
}

.second-view__potential-line--fourth {
	display: block;
	margin-inline: auto;
	width: 20.3rem;
}

.second-view__potential-line--first {
	order: 1;
}

.second-view__potential-line--second {
	order: 2;
}

.second-view__potential-line--third {
	order: 3;
}

.second-view__potential-line--fourth {
	order: 4;
}

.second-view__potential-line--first img {
	margin-inline: auto;
	width: 19.3297rem;
}

.second-view__potential-line--second img {
	margin-inline: auto;
	width: 19.3255rem;
}

.second-view__potential-line--third img {
	margin-inline: auto;
	width: 31.2244rem;
}

.second-view__potential-line--fourth img {
	margin-inline: auto;
	width: 17.9675rem;
}

.second-view__potential-gradient {
	inset: -0.6rem -0.8rem;
}

.company-intro__background-copy .type-reveal__char {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-position: var(--type-reveal-gradient-position);
	background-repeat: no-repeat;
	background-size: var(--type-reveal-gradient-size);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 0;
}

.company-intro__background-copy .is-sp + .type-reveal__char {
	display: none;
}

.company-intro {
	overflow: clip;
	padding: 4rem 0;
}

.company-intro__items {
	width: 100%;
}

.company-intro__item,
.company-intro__item + .company-intro__item {
	display: grid;
	gap: 4.1rem;
	grid-template-areas: "visual" "content";
	grid-template-columns: 1fr;
	margin: 0;
	min-height: 0;
	padding: 10.4rem 2.4rem 4rem;
}

.company-intro__item + .company-intro__item {
	gap: 4.1rem;
	margin-top: 0;
	padding-top: 4rem;
}

.company-intro__background-copy,
.company-intro__background-copy--right {
	align-self: start;
	bottom: auto;
	font-size: min(6.4rem, 16vw);
	grid-area: visual;
	left: 0;
	margin-top: -10.4rem;
	min-width: 0;
	position: sticky;
	right: auto;
	text-align: left;
	top: 0;
	width: calc(100% + 2.4rem);
	z-index: 1;
}

.company-intro__background-copy--right {
	margin-top: initial;
	text-align: right;
	top: 42.6rem;
}

.company-intro__visual {
	height: 45.6rem;
	width: 34.2rem;
}

.company-intro__visual-bg {
	height: 48rem;
	left: auto;
	right: 0;
	top: -2.5rem;
	width: 36.6rem;
}

.company-intro__item:nth-child(odd) .company-intro__visual-bg {
	left: 0;
	right: auto;
}

.company-intro__item:nth-child(even) .company-intro__visual-bg {
	top: 0;
}

.company-intro__photo-frame {
	height: 45.6rem;
	width: 34.2rem;
}

.company-intro__content,
.company-intro__item:nth-child(even) .company-intro__content {
	align-items: flex-start;
	gap: 4rem;
	z-index: 4;
}

.company-intro__text {
	gap: 1.6rem;
}

.company-intro__number {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	margin-bottom: -0.8rem;
}

.company-intro__title {
	font-size: 2.55rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.company-intro__description {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: -0.2rem;
}

.company-intro__break--pc {
	display: none;
}

.company-intro__signature {
	align-self: flex-end;
	font-size: 1.3rem;
	gap: 1.2rem;
	margin-top: 0;
}

.company-intro__signature-name {
	font-size: 2.8rem;
}

.company-intro__signature-name > span {
	font-size: 1.6rem;
	margin-right: 1.6rem;
}

.company-intro__link {
	margin-inline: auto;
}

.ai-boost {
	background: linear-gradient(to bottom, #e5eded 3rem, #333 3rem, #333 calc(100% - 4rem), #e5eded calc(100% - 4rem));
	min-height: 87.6rem;
	padding: 0 2.4rem;
}

.ai-boost__background-copy {
	font-size: 8rem;
	left: -0.8rem;
	letter-spacing: 0.08em;
	pointer-events: none;
	text-align: left;
	top: 4.2rem;
	transform: none;
	width: 39rem;
	z-index: 2;
}

.ai-boost__inner {
	height: 87.6rem;
	width: 100%;
}

.ai-boost__gallery {
	height: 37.4rem;
	top: 11rem;
	width: 34.2rem;
}

.ai-boost__card[data-position=front] {
	height: 37.3rem;
	width: 28rem;
}

.ai-boost__trigger {
	height: 37.3rem;
	width: 28rem;
}

.ai-boost__card[data-position=middle] {
	height: 32rem;
	left: 2rem;
	top: 1.95rem;
	width: 24rem;
}

.ai-boost__card[data-position=back] {
	height: 24rem;
	top: 4rem;
	width: 18rem;
}

.ai-boost__month {
	font-size: 1.6rem;
	gap: 0.8rem;
	left: 5.2rem;
	padding: 0.8rem 2.1rem 1.6rem 0;
	top: 3.95rem;
}

.ai-boost__month > span:last-child {
	font-size: 3rem;
}

.ai-boost__content {
	align-items: flex-end;
	gap: 2.4rem;
	left: 0;
	right: auto;
	top: 52rem;
	width: 100%;
}

.ai-boost__text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 2;
}

.interview__container {
	margin-top: initial;
}

.interview__heading {
	padding-bottom: initial;
}

.interview {
	min-height: 84.3rem;
	padding: 6.9rem 0 6rem;
}

.interview__background-image {
	height: 28.6rem;
	right: 0;
	top: -6rem;
	width: 39rem;
}

.interview__inner {
	width: 100%;
}

.interview__header {
	display: block;
	min-height: 9.5rem;
	padding: 0 2.4rem;
}

.interview__number {
	font-size: 1.3rem;
	margin-bottom: 1.2rem;
}

.interview__title {
	font-size: 2.6rem;
	line-height: 1.4;
	text-shadow: -0.125rem 0 0 #feb5ee, 0.125rem 0 0 #60ffc7;
}

.interview__header > .interview__label {
	display: none;
}

.interview__scroller {
	margin-bottom: -5rem;
	margin-top: 0;
	overflow-x: auto;
	padding: 3.9rem 2.4rem 5rem;
	scroll-padding-inline: 2.4rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	width: 100%;
}

.interview__scroller::-webkit-scrollbar {
	display: none;
}

.interview__cards {
	display: flex;
	gap: 1.2rem;
	width: -moz-max-content;
	width: max-content;
}

.interview-card {
	border-radius: 0.8rem;
	box-shadow: none;
	display: flex;
	flex: 0 0 26rem;
	flex-direction: column;
	scroll-snap-align: start;
	width: 26rem;
}

.interview-card::before {
	filter: blur(12px);
	opacity: 0.6 !important;
}

.interview-card__visual {
	border-radius: 0.8rem 0.8rem 0 0;
	height: 34.7rem;
}

.interview-card__profile {
	gap: 1.2rem;
	min-height: 4.6rem;
	padding: 1.2rem;
	padding-left: 2rem;
}

.interview-card__name {
	font-size: 2.2rem;
	padding-right: 2rem;
}

.interview-card__department {
	font-size: 1.2rem;
}

.interview-card__arrow {
	bottom: 2.3rem;
	right: 2.6rem;
}

.interview-card__description {
	border-radius: 0 0 0.8rem 0.8rem;
	font-size: 1.3rem;
	min-height: 11.5rem;
	padding: 2.4rem 2rem;
}

.interview__controls {
	display: flex;
	gap: 0.8rem;
	margin-top: 3.9rem;
	padding: 0 2.3rem 0 2.4rem;
}

.interview__progress {
	background: rgba(107, 125, 139, 0.1);
	flex: 0 0 auto;
	height: 0.4rem;
	overflow: hidden;
	position: relative;
	width: 12.5rem;
}

.interview__progress-bar {
	background: linear-gradient(114deg, #82e4c8 2%, #6fd5ee 50%, #feb5ee 98%);
	display: block;
	height: 100%;
	transform-origin: left center;
	width: var(--interview-progress, 25%);
}

.interview__label--sp {
	margin-left: auto;
}

.cta--featured > .cta__background-copy {
	background-image: linear-gradient(142deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
	font-size: 6.2rem;
	letter-spacing: normal;
	line-height: 1.2;
}

.cta--featured > .cta__background-copy--top {
	align-self: flex-start;
	padding: 0.9rem 0 0.9rem 2.3rem;
}

.cta--featured > .cta__background-copy--bottom {
	align-self: flex-end;
	background-image: linear-gradient(146deg, #feb5ee 3%, #6fd5ee 50%, #82e4c8 97%);
	padding: 0 0.9rem 3.3rem 0;
	transform: rotate(180deg);
}

.cta--featured > .cta__lead {
	top: 6.6rem;
}

.cta__title {
	font-size: 2.2rem;
}

.cta__title span {
	padding: 0 0.5rem;
}

.cta--featured > .cta__visual {
	height: 24rem;
	margin-top: 1.9rem;
}

.cta--featured > .cta__visual picture {
	height: 100%;
}

.cta--featured > .cta__items {
	gap: 0.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 15rem 13.5rem;
	margin-top: 0;
}

.cta--featured .cta__caption {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 0.8rem;
	top: -3.9rem;
}

.cta--featured .cta__item:nth-child(n+3) .cta__caption {
	bottom: -3.8rem;
	top: auto;
}

.cta--featured .cta__item:nth-child(n+3) .cta__caption::after {
	bottom: 99%;
	top: auto;
	transform: translateX(-50%) rotate(180deg);
}

.company-numbers {
	padding: 4rem 0;
}

.company-numbers__hero {
	height: 32.6rem;
}

.company-numbers__background-copy {
	font-size: 4rem;
	line-height: 1.2;
	right: -0.8rem;
	top: 4rem;
	width: 39rem;
}

.company-numbers__background-line {
	display: block;
}

.company-numbers__background-line--first > span {
	display: inline;
}

.company-numbers__background-line--second > span {
	display: block;
}

.company-numbers__photos {
	height: 20rem;
	top: 7rem;
}

.company-numbers__photo-track {
	height: 20rem;
}

.company-numbers__photo-slide {
	flex-basis: 26.667rem;
	height: 20rem;
	width: 26.667rem;
}

.company-numbers__title {
	bottom: 2.6rem;
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 1rem 1.2rem 0 calc(50vw - 50%);
}

.company-numbers__title-line--first > span {
	display: inline;
}

.company-numbers__scroll {
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.company-numbers__scroll.scroll-hint {
	overflow-y: hidden;
}

.company-numbers__scroll::-webkit-scrollbar {
	display: none;
}

.company-numbers__cards {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.2rem;
	justify-content: flex-start;
	padding: 0 2.4rem;
	width: -moz-max-content;
	width: max-content;
}

.company-numbers__card {
	gap: 1.2rem;
	min-height: 11.6rem;
	padding: 1rem 1rem 1.6rem;
	width: 19.9rem;
}

.company-numbers__card--medium {
	width: 23.7rem;
}

.company-numbers__card--compact {
	width: 12rem;
}

.company-numbers__card--wide {
	width: 21.9rem;
}

.company-numbers__card-label {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.8rem 1rem;
}

.company-numbers__value {
	gap: 0.8rem;
}

.company-numbers__value-number {
	font-size: 4.8rem;
}

.company-numbers__value-unit {
	font-size: 2.4rem;
	padding-bottom: 0.2rem;
}

.company-numbers__label {
	margin-top: 3.2rem;
}

.page-fv--message .page-fv__photo {
	height: calc(100% - 5.7rem - 2.4rem);
	right: 0;
	top: 8.1rem;
}

.page-fv--message .page-fv-background {
	font-size: 8rem;
	left: -2.5rem;
	top: calc(50% + 4.05rem);
	transform: translateY(-50%);
}

.page-fv--message .page-fv-copy {
	left: 0;
	padding: 2.4rem 0.4rem 2.4rem 2.4rem;
}

.page-fv--message .page-fv-copy p {
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.page-fv--message .page-fv-copy p span {
	padding: 0;
}

.page-fv--message .page-fv-title {
	font-size: 1.3rem;
	height: 3.7rem;
	letter-spacing: 0.05em;
	padding: 0 1.2rem 0 2.4rem;
}

.message__principles-list {
	padding: 0 0 7rem;
}

.message__principle + .message__principle {
	margin-top: initial;
}

.message__principle-content,
.message__principle:nth-child(even) .message__principle-content,
.message__principle:last-child .message__principle-content {
	min-height: 0;
	padding: 0;
}

.message__principle-inner {
	max-width: none;
}

.message__principle-background,
.message__principle:nth-child(even) .message__principle-background {
	font-size: 8rem;
	left: -0.8rem;
	opacity: 0.6;
	right: auto;
	top: 0;
	white-space: nowrap;
}

.message__principle:nth-child(even) .message__principle-background {
	bottom: 21.4rem;
	left: auto;
	right: -0.8rem;
	text-align: right;
	top: initial;
}

.message__principle-header,
.message__principle:nth-child(even) .message__principle-header {
	max-width: none;
	padding-top: 8rem;
}

.message__principle-header h2,
.message__principle:nth-child(even) .message__principle-header h2 {
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 0.8rem;
	text-shadow: -0.125rem 0 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.message__principle:nth-child(2) .message__principle-header {
	padding-top: 6rem;
}

.message__principle:nth-child(3) .message__principle-header {
	padding-top: 10rem;
}

.message__principle:nth-child(3) .message__principle-background {
	top: 2rem;
}

.message__principle:nth-child(3) .message__principle-header h2 {
	width: auto;
}

.message__principle-number {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}

.message__principle-text,
.message__principle:nth-child(even) .message__principle-text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 3.6rem;
	max-width: none;
}

.message__principle-photo {
	height: 20.6rem;
	margin: 7rem 0 0 -2.4rem;
	width: calc(100% + 2.4rem);
}

.message__principle:nth-child(even) .message__principle-photo {
	margin-left: 0;
	margin-top: 9rem;
}

.message__closing {
	min-height: 60.8rem;
	padding-bottom: 10.1rem;
}

.message__closing-photo {
	height: 21.9rem;
	margin-left: 0;
	-webkit-mask-image: url("../img/message/message_closing_sp_mask.svg");
	mask-image: url("../img/message/message_closing_sp_mask.svg");
	width: 100%;
}

.message__closing-copy {
	margin-left: calc(50% - 50vw);
	padding: 1.2rem 0 1.2rem calc(50vw - 50%);
}

.message__closing-copy h2 {
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.message__closing-copy h2 span {
	padding: 0;
}

.message__closing-copy-inner {
	bottom: -2.1rem;
}

.message__closing-text {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 4rem;
}

.message__closing-sign {
	align-items: flex-end;
	gap: 1.2rem;
	margin-top: 4rem;
	text-align: right;
}

.message__closing-company {
	font-size: 1.3rem;
}

.message__closing-name {
	font-size: 1.6rem;
	gap: 1.7rem;
	letter-spacing: 0.04em;
}

.message__closing-name strong {
	font-size: 2.8rem;
	letter-spacing: 0.03em;
}

.page-fv--employee-interview {
	height: 45.6rem;
}

.page-fv--employee-interview .page-fv__photo {
	-webkit-mask-image: url("../img/interview/interview_fv_mask_sp.svg");
	mask-image: url("../img/interview/interview_fv_mask_sp.svg");
}

.page-fv--employee-interview .page-fv-background {
	font-size: 8rem;
	gap: 1.2rem;
	letter-spacing: 0;
	top: 20rem;
}

.page-fv--employee-interview .page-fv-copy {
	padding: 1.6rem 1.8rem 1.2rem 2.4rem;
}

.page-fv--employee-interview .page-fv-copy p {
	font-size: 2.2rem;
	letter-spacing: 0;
}

.employee-interview__departments {
	padding: 0 0 8.8rem;
}

.employee-interview__department {
	min-height: 0;
}

.employee-interview__department + .employee-interview__department {
	margin-top: 4rem;
}

.employee-interview__department-background {
	font-size: 8rem;
	left: -0.8rem;
}

.employee-interview__department-inner {
	width: calc(100% - 4.8rem);
}

.employee-interview__department-header {
	padding-top: 6rem;
}

.employee-interview__department-header h2 {
	font-size: 2.2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.employee-interview__department-header p {
	font-size: 1.5rem;
	margin-top: 1.6rem;
}

.employee-interview__cards {
	gap: 1.6rem;
	grid-template-columns: 1fr;
	margin-top: 2.3rem;
}

.employee-interview-card {
	min-height: 28.6rem;
}

.employee-interview-card__content {
	border-radius: 0.8rem;
}

.employee-interview-card__visual {
	height: 19.3rem;
}

.employee-interview-card__profile {
	bottom: 9.3rem;
	gap: 1.5rem;
	padding: 1.2rem 1.6rem 1.2rem 1.5rem;
}

.employee-interview-card__profile span {
	border-right: 0.2rem solid transparent;
	padding-right: 1.4rem;
	-o-border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	border-image: linear-gradient(180deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) 1;
	font-size: 2.2rem;
}

.employee-interview-card__profile strong {
	font-size: 1.2rem;
}

.employee-interview-card__quote {
	font-size: 1.5rem;
	min-height: 9.3rem;
	padding: 0 1.6rem;
}

.employee-interview-card__arrow {
	bottom: 2.4rem;
	right: 2.4rem;
}

.page-fv--interview-detail {
	height: 71.9rem;
}

.page-fv--interview-detail .page-fv__photo {
	height: 71.9rem;
	width: calc(100% - 4.8rem);
}

.interview-detail-fv__number {
	font-size: 12rem;
	left: -0.8rem;
	top: 28.3rem;
}

.interview-detail-fv__profile {
	width: 100%;
}

.page-fv--interview-detail .page-fv-copy {
	padding: 1.6rem 1.6rem 0.8rem calc(50vw - 50%);
}

.page-fv--interview-detail .page-fv-copy .interview-detail-fv__catch {
	font-size: 2.2rem;
	font-weight: 700;
	width: 25.7rem;
}

.interview-detail-fv__catch-break {
	display: none;
}

.interview-detail-fv__profile-content {
	display: block;
	margin-top: 2.4rem;
	padding-top: 1.2rem;
	width: 100%;
}

.interview-detail-fv__identity {
	gap: 1.2rem;
	height: 3rem;
	width: -moz-fit-content;
	width: fit-content;
}

.interview-detail-fv__separator {
	display: none;
}

.page-fv--interview-detail .page-fv-copy .interview-detail-fv__initials {
	font-size: 3rem;
}

.interview-detail-fv__department {
	padding: 0 0.8rem;
}

.interview-detail-fv__department-label {
	font-size: 1.3rem;
}

.interview-detail-fv__attributes {
	gap: 0.8rem 1.2rem;
	margin-top: 1.2rem;
}

.interview-detail-fv__attribute {
	gap: 1.2rem;
}

.interview-detail-fv__attribute dt {
	font-size: 1.2rem;
	height: 2.2rem;
	padding: 0.2rem 0.3rem;
}

.interview-detail-fv__attribute dd {
	font-size: 1.2rem;
}

.interview-detail-story {
	padding: 4rem 0 3.5rem;
}

.interview-detail-story__inner {
	width: 100%;
}

.interview-detail-story__block,
.interview-detail-story__block:nth-child(even) {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 100%;
}

.interview-detail-story__content {
	display: contents;
	width: auto;
}

.interview-detail-story__item {
	margin: 0 2.4rem;
	width: auto;
}

.interview-detail-story__item:first-child {
	order: -1;
}

.interview-detail-story__visual {
	height: 45.1rem;
	margin: 6.6rem 0 8.2rem 2.4rem;
	order: 0;
	width: 34.2rem;
}

.interview-detail-story__block:nth-child(3) .interview-detail-story__visual {
	margin-bottom: 11rem;
	margin-top: 3.8rem;
}

.interview-detail-story__block:nth-child(3) .interview-detail-story__visual .interview-detail-story__background-copy {
	bottom: -8.5rem;
}

.interview-detail-story__block:nth-child(4) .interview-detail-story__visual {
	margin-bottom: 11rem;
	margin-top: 3.8rem;
}

.interview-detail-story__block:nth-child(4) .interview-detail-story__visual .interview-detail-story__background-copy {
	bottom: -8.5rem;
}

.interview-detail-story__item:last-child {
	order: 1;
}

.interview-detail-story__block + .interview-detail-story__block {
	border-top: 0;
	margin-top: 3.6em;
	padding-top: 0;
}

.interview-detail-story__block + .interview-detail-story__block .interview-detail-story__item:first-child {
	border-top: 0.1rem solid #cedcdc;
	padding-top: 4rem;
}

.interview-detail-story__visual-background {
	height: 48rem;
	left: 0;
	right: auto;
	top: 0;
	width: 36.6rem;
}

.interview-detail-story__visual-background--top-right {
	left: auto;
	right: 0;
	top: 0;
}

.interview-detail-story__visual-background--bottom-left {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.interview-detail-story__visual-background--bottom-right {
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}

.interview-detail-story__visual-background--sp-top-left {
	bottom: auto;
	left: 0;
	right: auto;
	top: 0;
	transform: none;
}

.interview-detail-story__visual-background--sp-top-right {
	bottom: auto;
	left: auto;
	right: 0;
	top: 0;
}

.interview-detail-story__visual-background--sp-bottom-left {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.interview-detail-story__visual-background--sp-bottom-right {
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
	transform: none;
}

.interview-detail-story__photo-frame,
.interview-detail-story__block:nth-child(even) .interview-detail-story__photo-frame {
	height: auto;
	left: auto;
	top: auto;
	width: auto;
}

.interview-detail-story__photo {
	height: auto;
}

.interview-detail-story__background-copy {
	bottom: -5.9rem;
	font-size: 8rem;
	left: -0.8rem;
	left: 50%;
	top: auto;
	translate: -50% 0;
	width: 40rem;
}

.interview-detail-story__block:nth-child(even) .interview-detail-story__background-copy {
	left: 50%;
	right: initial;
	text-align: right;
	translate: -50% 0;
	width: initial;
}

.interview-detail-story__number {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}

.interview-detail-story__title {
	font-size: 2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.interview-detail-story__body {
	font-size: 1.5rem;
	margin-top: 1.6rem;
}

.interview-detail-story__body p + p {
	margin-top: 1.6rem;
}

.interview-detail-schedule {
	padding: 10.7rem 0 2.1rem;
}

.interview-detail-schedule__background-copy {
	font-size: 8rem;
	left: -0.8rem;
	top: 4rem;
}

.interview-detail-schedule__header {
	min-height: 6.4rem;
	padding: 1.2rem 2.4rem;
}

.interview-detail-schedule__title {
	font-size: 2.2rem;
}

.interview-detail-schedule__items {
	width: 100%;
}

.interview-detail-schedule__item {
	grid-template-columns: 11.6rem minmax(0, 1fr);
	min-height: 5.6rem;
}

.interview-detail-schedule__time {
	font-size: 2rem;
}

.interview-detail-schedule__marker-dot {
	height: 1.2rem;
	top: 0.4rem;
	width: 1.2rem;
}

.interview-detail-schedule__marker {
	left: 8.2rem;
}

.interview-detail-schedule__marker-line {
	top: 1.6rem;
}

.interview-detail-schedule__lunch-icon {
	font-size: 2.2rem;
	height: 3.6rem;
	top: -0.8rem;
	width: 3.6rem;
}

.interview-detail-schedule__content {
	padding-bottom: 1.6rem;
}

.interview-detail-schedule__text {
	font-size: 1.3rem;
}

.interview-detail-schedule__image-frame {
	height: 12.7rem;
	margin-bottom: 2rem;
	margin-top: 1.6rem;
	width: 22.6rem;
}

.interview-detail-related {
	padding: 5.6rem 0 12.5rem;
}

.interview-detail-related__background {
	font-size: 8rem;
}

.interview-detail-related__background--top {
	left: -0.8rem;
	top: -2.3rem;
}

.interview-detail-related__background--bottom {
	bottom: 6.6rem;
	right: -0.8rem;
}

.interview-detail-related__heading {
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
	margin-bottom: 2.1rem;
}

.interview-detail-related__list {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: 1fr;
}

.interview-detail-related__card {
	border-radius: 0.6rem;
	height: 19.2rem;
}

.interview-detail-related__profile {
	border-radius: 0 0 0 0.6rem;
	gap: 1.2rem;
	min-height: 4.6rem;
	padding: 0.7rem 1.5rem 0.7rem 1.6rem;
}

.interview-detail-related__initials {
	font-size: 2.2rem;
	letter-spacing: 0.11rem;
	padding-right: 1.6rem;
}

.interview-detail-related__initials::after {
	height: 2.2rem;
	width: 0.2rem;
}

.interview-detail-related__department {
	font-size: 1.2rem;
}

.interview-detail-related__arrow {
	--card-circle-arrow-active-size-sp: 2.6rem;
	--card-circle-arrow-icon-size-sp: 1.1rem;
	bottom: 2.5rem;
	right: 2.7rem;
}

.interview-detail-cta {
	overflow: visible;
}

.interview-detail-cta__links {
	gap: 0.2rem;
	grid-auto-rows: 17.5rem;
	margin: 0;
	padding-top: 0.2rem;
}

.interview-detail-cta .cta__card {
	padding: 1.6rem 2rem 2rem;
}

.interview-detail-cta__background-copy {
	padding: 3rem 0;
}

.culture-fv__background-amp {
	color: #fff;
	margin-right: 4rem;
}

.page-fv--culture {
	background: #e5eded;
	height: 45.6rem;
}

.page-fv--culture .page-fv-copy-group {
	bottom: 0;
}

.page-fv--culture .page-fv-background {
	display: block;
	font-size: 8rem;
	gap: 0;
	left: -0.5rem;
	letter-spacing: 0;
	top: 25.7rem;
	transform: translateY(-50%);
}

.culture-fv__background-word:first-child {
	display: block;
}

.culture-fv__background-tail {
	gap: 0;
}

.page-fv--culture .page-fv-copy {
	padding: 1.6rem 1.2rem 1.2rem calc(50vw - 50%);
}

.page-fv--culture .page-fv-copy p {
	font-size: 2.2rem;
	line-height: 1.5;
}

.culture-fv__copy-break {
	display: inline;
}

.culture__introduction {
	margin-top: 3.9rem;
	padding-bottom: 4.8rem;
}

.culture__introduction p {
	font-size: 1.6rem;
}

.culture__introduction p + p {
	margin-top: 3.2rem;
}

.culture-story {
	padding-bottom: 4rem;
}

.culture-story__block {
	padding-bottom: 9.6rem;
}

.culture-story__block--02 {
	margin-top: 4rem;
}

.culture-story__block--03 {
	margin-top: 4rem;
}

.culture-story__layout {
	padding-bottom: 0;
}

.culture-story__layout {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.culture-story__block--02 .culture-story__layout {
	gap: 3.5rem;
}

.culture-story__block--03 .culture-story__layout {
	gap: 3.5rem;
}

.culture-story__visual {
	aspect-ratio: 342/256;
	height: auto;
	width: 100%;
}

.culture-story__block--01 .culture-story__layout {
	padding-top: 2.4rem;
}

.culture-story__visual-background {
	height: calc(100% + 2.4rem);
	left: -2.4rem;
	top: -2.4rem;
	width: calc(100% + 2.4rem);
}

.culture-story__visual-background--01 {
	background-image: url("../img/culture/culture_story_01_background_sp.svg");
}

.culture-story__visual-background--02 {
	background-image: url("../img/culture/culture_story_02_background_sp.svg");
}

.culture-story__visual-background--03 {
	background-image: url("../img/culture/culture_story_03_background_sp.svg");
}

.culture-story__block--02 .culture-story__visual-background {
	left: auto;
	right: 0;
	top: 0;
}

.culture-story__block--03 .culture-story__visual-background {
	left: 0;
	right: auto;
	top: 0;
}

.culture-story__photo-frame {
	height: 100%;
	width: 100%;
}

.culture-story__background-copy {
	bottom: -8.4rem;
	font-size: 8rem;
	left: -2.4rem;
	top: auto;
}

.culture-story__background-copy--01,
.culture-story__background-copy--03 {
	left: auto;
	right: -0.4rem;
}

.culture-story__background-copy--02 {
	left: -0.4rem;
}

.culture-story__content {
	width: 100%;
}

.culture-story__number {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
}

.culture-story__title {
	font-size: 2.2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.culture-story__body {
	font-size: 1.5rem;
	margin-top: 1.6rem;
}

.culture-story__body p + p {
	margin-top: 2rem;
}

.job-fv {
	height: 45.6rem;
}

.job-fv__photo {
	-webkit-mask-image: url("../img/job/job_fv_mask.svg");
	mask-image: url("../img/job/job_fv_mask.svg");
}

.job-fv__background {
	align-items: center;
	display: flex;
	font-size: 8rem;
	gap: 1.2rem;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	top: 29.7rem;
}

.job-fv__copy-group {
	bottom: 0;
}

.job-fv__copy {
	padding: 1.6rem 1.8rem 1.2rem calc(50vw - 50%);
}

.job-fv__copy p {
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.job-fv__title {
	padding-right: 1.2rem;
}

.job-departments {
	padding-top: 6.2rem;
}

.job-departments__list {
	display: block;
}

.job-department {
	border-radius: 0.8rem;
	display: block;
}

.job-department + .job-department {
	margin-top: 8.3rem;
}

.job-department__background {
	font-size: 3.6rem;
	left: 0;
	letter-spacing: 0.05em;
	right: initial;
	text-align: left;
	top: -6rem;
}

.job-department__visual {
	border-radius: 0.6rem 0.6rem 0 0;
	height: 19.4rem;
	margin: 0;
	width: 100%;
}

.job-department__name {
	font-size: 2.2rem;
	padding: 0.7rem 2.1rem 0rem 2.1rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.job-department__content {
	border-radius: 0 0 0.6rem 0.6rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 30rem;
	padding: 2rem 2rem 2.4rem;
}

.job-department__details {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	gap: 1.6rem;
}

.btn.job-department__button:not(.contact-btn) {
	align-self: center;
	border-radius: 9.9rem;
	font-size: 1.2rem;
	gap: 0.8rem;
	height: 4.3rem;
	letter-spacing: 0.02em;
	padding: 0 1.6rem;
	width: 18.2rem;
}

.btn.job-department__button:not(.contact-btn):focus-visible,
.btn.job-interview__button:not(.contact-btn):focus-visible {
	outline-offset: 0.4rem;
	outline-width: 0.3rem;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true],
.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true] {
	height: 1.9rem;
	width: 1.9rem;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true]::before,
.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true]::before {
	height: 100%;
	width: 100%;
}

.btn.job-department__button:not(.contact-btn) > [aria-hidden=true]::after,
.btn.job-interview__button:not(.contact-btn) > [aria-hidden=true]::after {
	display: grid;
	font-size: 0.9rem;
	opacity: 1;
}

.job-department__text h3 {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.job-department__text p {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin-top: 1.2rem;
}

.job-department__list {
	font-size: 1.3rem;
	gap: 0.4rem;
	letter-spacing: 0.03em;
	line-height: 1;
	width: 29.4rem;
}

.job-department__list li {
	align-items: center;
	display: flex;
	min-height: 2.4rem;
	padding-left: 3.2rem;
}

.job-department__list li::before {
	font-size: 2.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.job-introduction {
	padding: 3.4rem 0 3rem;
}

.job-introduction__inner {
	font-size: 1.5rem;
}

.job-interview {
	height: auto;
	padding-bottom: 10.3rem;
}

.job-interview__background {
	font-size: 8rem;
	left: -4.9rem;
	top: -2rem;
}

.job-interview__background--bottom {
	bottom: -2.7rem;
	left: auto;
	right: -3.2rem;
	top: auto;
}

.job-interview h2 {
	font-size: 2rem;
	padding-top: 4.2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 #60ffc7;
}

.job-interview__list {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: initial;
	margin: 1.1rem 0 0;
	max-width: none;
	width: 100%;
}

.btn.job-interview__button:not(.contact-btn) {
	border-radius: 9.9rem;
	font-size: 1.2rem;
	gap: 0.8rem;
	height: 4.6rem;
	margin-top: 2.2rem;
	padding: 0 1.6rem;
	width: 22.1rem;
}

.job-interview-card {
	border-radius: 0.6rem 0.6rem 0.6rem 0;
	height: 9.2rem;
}

.job-interview-card:focus-visible {
	outline-offset: 0.5rem;
	outline-width: 0.3rem;
}

.job-interview-card figure {
	border-radius: 0.6rem 0.6rem 0 0;
	height: 9.2rem;
}

.job-interview-card__profile {
	bottom: auto;
	gap: 0.8rem;
	height: auto;
	min-width: 0;
	padding: 0.6rem 0.8rem 0.4rem 0.4rem;
	top: 6.2rem;
}

.job-interview-card__profile span {
	border-right: 0.2rem solid transparent;
	font-size: 2rem;
	padding-right: 1.2rem;
}

.job-interview-card__profile strong {
	font-size: 1.2rem;
}

.job-interview-card__arrow {
	--card-circle-arrow-active-size-sp: 1.7rem;
	--card-circle-arrow-icon-size-sp: 0.9rem;
	bottom: 1.7rem;
	right: 1.7rem;
}

.department-story {
	margin-bottom: 0;
	margin-top: 0;
}

.department-story:last-of-type {
	margin-bottom: 0;
}

.department-story__speaker picture {
	height: 8rem;
	width: 8rem;
}

.department-story__speaker img {
	height: 7.2rem;
	width: 7.2rem;
}

.department-story__balloon p + p {
	margin-top: 1.3rem;
}

.department-story:nth-of-type(n + 2) {
	margin-top: 60px;
}

.page-department .interview-detail-related {
	padding: 8.9rem 0 7.4rem;
}

.page-department .interview-detail-related__background--top {
	top: 0.8rem;
}

.page-department .interview-detail-related__background--bottom {
	bottom: 1.9rem;
}

.page-fv--department {
	height: 45.6rem;
}

.page-fv--department .page-fv__photo {
	height: 45.6rem;
	width: calc(100% - 4.8rem);
}

.department-fv__background {
	display: block;
	font-size: 8rem;
	left: -0.5rem;
	line-height: 1;
	top: 21.7rem;
	transform: none;
	width: auto;
}

.page-department--sales .department-fv__background {
	font-size: 8rem;
}

.department-fv__background > span:not(.type-reveal__char) {
	display: block;
}

.page-fv--department .department-fv__copy {
	padding: 1.6rem 1.2rem 1.2rem calc(50vw - 50%);
}

.page-fv--department .department-fv__copy p {
	font-size: 2.2rem;
	line-height: 1.4;
	white-space: nowrap;
}

.page-fv--department .department-fv__title {
	padding: 0 1.2rem 0 calc(50vw - 50%);
}

.department-story__inner {
	padding-top: 2.4rem;
}

.department-story__header {
	min-height: 9.4rem;
}

.department-story__index::before {
	font-size: 1.3rem;
	letter-spacing: 0.104rem;
	margin-left: 0;
}

.department-story__title {
	font-size: 2rem;
	line-height: 1.5;
	margin-left: 0;
	margin-top: 0.8rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.department-story:nth-of-type(n + 2) .department-story__title {
	width: 23.8rem;
}

.department-story__number {
	font-size: 4rem;
	line-height: 1.2;
	right: 0;
	top: 11.4rem;
}

.department-story__content {
	display: block;
}

.department-story__speaker {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	padding: 0.4rem;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.department-story:nth-of-type(n + 2) .department-story__speaker {
	justify-content: flex-end;
}

.department-story:nth-of-type(n + 2) .department-story__number {
	top: 2.3rem;
}

.department-story:nth-of-type(n + 2) .department-story__content {
	margin-top: -6.6rem;
}

.department-story__speaker img {
	height: 7.2rem;
	width: 7.2rem;
}

.department-story__speaker figcaption {
	display: grid;
	gap: 0.8rem 1rem;
	justify-content: flex-start;
	margin: 0 0 0 1.2rem;
	text-align: left;
	width: auto;
}

.department-story__speaker-department {
	font-size: 0.9rem;
	padding: 0.6rem;
}

.department-story__speaker-label {
	font-size: 1.3rem;
}

.department-story__speaker-initials {
	font-size: 2rem;
}

.department-story__balloon {
	border-radius: 0.6rem;
	margin-top: 0.9rem;
	min-height: 0;
	padding: 1.9rem 2.4rem 1.9rem;
}

.department-story__balloon::before {
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	height: 1.4rem;
	left: auto;
	right: 3rem;
	top: -1.2rem;
	transform: none;
	width: 2.4rem;
}

.department-story:first-child .department-story__balloon::before {
	left: 3.3rem;
	right: auto;
}

.department-story__balloon p {
	font-size: 1.5rem;
	letter-spacing: 0.03rem;
	line-height: 1.55;
}

.department-story__marker {
	--gradient-reveal-height: 1.2rem;
	padding: 0;
}

.department-gallery {
	margin: 2.5rem 0 1.3rem;
	padding-top: 0;
}

.department-gallery--pc {
	display: none;
}

.department-gallery--sp {
	display: block;
}

.department-gallery__background {
	display: none;
}

.department-gallery__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.department-gallery__row {
	margin-top: 1.1rem;
}

.department-gallery__item {
	height: 14.6rem;
	width: auto;
}

.page-requirements .page-fv--plain .page-fv-background {
	bottom: auto;
	top: 50%;
	translate: -50% -50%;
}

.requirements {
	padding: 3.2rem 0 0;
}

.requirements__background--top {
	font-size: 6rem;
	right: 0;
	text-align: right;
	top: -0.2rem;
}

.requirements__header h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	text-shadow: -0.125rem 0 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.requirements__header p {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.032rem;
	line-height: 1.55;
	margin-top: 2.4rem;
}

.requirements__header-link {
	text-decoration-thickness: 0.1rem;
}

.requirements__tabs {
	margin-top: 4.5rem;
}

.requirements__tab-slot {
	height: 14rem;
}

.requirements__tab {
	align-items: flex-start;
	align-self: center;
	background: transparent;
	border-radius: 0;
	height: 11.6rem;
	justify-content: flex-start;
	margin-top: 0;
	overflow: visible;
	padding: 0;
}

.requirements__tab::before {
	background: #dee5e5;
	border-radius: 0.6rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.requirements__tab[aria-selected=true] {
	background: transparent;
	height: 12.4rem;
}

.requirements__tab[aria-selected=true]::before {
	background: linear-gradient(109.441deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	bottom: 0;
	top: 0;
}

.requirements__tab[aria-selected=true]::after {
	bottom: -1.2rem;
	height: 1.2rem;
	width: 1.6rem;
}

.requirements__tab:focus-visible {
	outline-offset: -0.3rem;
	outline-width: 0.3rem;
}

.requirements__tab strong {
	font-size: 1.8rem;
	letter-spacing: 0.144rem;
}

.requirements__tab-content {
	left: 2rem;
	top: 2rem;
	transform: none;
}

.requirements__tab small {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.requirements__tab img {
	height: 4rem;
	position: absolute;
	right: 1.2rem;
	top: 6.4rem;
	transform: none;
	z-index: 1;
}

.requirements__tab[aria-selected=true] .requirements__tab-content {
	top: 2.4rem;
}

.requirements__tab[aria-selected=true] img {
	top: 6.8rem;
}

.requirements__table {
	border-top-width: 0.1rem;
	margin-top: 1.3rem;
}

.requirements__table-row {
	border-bottom-width: 0.1rem;
	display: block;
}

.requirements__table dt {
	font-size: 1.5rem;
	letter-spacing: 0.12rem;
	line-height: 1.5;
	padding: 1.2rem 1.8rem;
}

.requirements__table dd {
	font-size: 1.5rem;
	line-height: 1.55;
	padding: 2.4rem;
}

.requirements__table h3 {
	font-size: 1.5rem;
	letter-spacing: 0.12rem;
	line-height: 1.5;
	margin: 2.4rem 0 1.2rem;
}

.requirements__table dd > h3:first-child {
	margin-top: 0;
}

.requirements__table h3 + .requirements__benefits-list {
	margin-top: 1.2rem;
}

.requirements__table ul,
.requirements__table ol {
	margin-top: initial;
}

.requirements__table li + li {
	margin-top: initial;
}

.requirements__table ul li::before {
	top: -0.1rem;
}

.requirements__benefits-list li {
	font-size: 1.5rem;
	line-height: 1.55;
}

.requirements__marked-text ~ .requirements__marked-text {
	margin-top: 3.2rem;
}

.requirements__table li {
	font-size: 1.5rem;
	line-height: 1.55;
}

.requirements__list-detail {
	font-size: 1.3rem;
	line-height: 1.45;
}

.requirements__onboarding {
	gap: 2.2rem;
}

.requirements__onboarding-section {
	gap: 1.2rem;
}

.requirements__onboarding-section h3 {
	margin-bottom: initial;
	margin-top: 1.2rem;
}

.requirements__onboarding-list li,
.requirements__onboarding-detail {
	font-size: 1.5rem;
	line-height: 1.55;
}

.requirements__onboarding-list li {
	padding-left: 1.95rem;
}

.requirements__table .requirements__onboarding-list li::before {
	left: 0.8rem;
}

.requirements__onboarding-list li + li {
	margin-top: 2.2rem;
}

.requirements__workplace {
	gap: 2.2rem;
}

.requirements__workplace-section {
	gap: 1.2rem;
}

.requirements__workplace-section h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.requirements__workplace-map {
	gap: 0.8rem;
}

.requirements__workplace-map .material-symbols-outlined {
	font-size: 1.8rem;
	height: 2rem;
	padding-top: 0.2rem;
	width: 2rem;
}

.requirements__workplace-indent {
	padding-left: 1.5rem;
}

.requirements__background--bottom {
	bottom: -5.9rem;
	font-size: 6rem;
	left: 0;
}

.requirements__cta {
	margin-top: 8rem;
	overflow: visible;
}

.requirements__cta-links {
	gap: 0.2rem;
	grid-auto-rows: 17.5rem;
	margin: 0;
	padding-top: 0.2rem;
}

.requirements__cta .cta__card {
	padding: 1.6rem 2rem 2rem;
}

.requirements__cta-background-copy {
	padding: 3rem 0;
}

.flow__accordion {
	--flow-accordion-padding: 1.6rem;
	margin-bottom: 3.6rem;
	padding: var(--flow-accordion-padding);
}

.page-fv--flow .page-fv-background {
	bottom: 1rem;
	font-size: 8rem;
	letter-spacing: 0.08em;
	text-align: left;
	top: auto;
	white-space: normal;
	width: 40.5rem;
}

.flow {
	padding: 4rem 0 16.7rem;
}

.flow__background-copy {
	bottom: 7.1rem;
	font-size: 6rem;
	right: 0;
}

.flow__inner {
	max-width: 34.2rem;
	width: 34.2rem;
}

.flow__intro {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 3.6rem;
	text-shadow: -0.125rem 0 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.flow__summary {
	align-items: center;
	font-size: 1.8rem;
	padding: 0;
}

.flow__accordion-icon {
	flex-basis: 3.2rem;
	height: 3.2rem;
	width: 3.2rem;
}

.flow__accordion-icon-glyph {
	transform: translateY(0.2rem) rotate(90deg) scaleY(-1);
}

.flow__accordion[open] .flow__accordion-icon-glyph {
	transform: rotate(-90deg) scaleY(-1);
}

.flow__summary:focus-visible {
	outline: 0.2rem solid #00223a;
	outline-offset: -0.2rem;
}

.flow__lead,
.flow__step p {
	font-size: 1.5rem;
	line-height: 1.55;
}

.flow__lead {
	margin-bottom: 4.8rem;
	padding: 0;
}

.flow__steps {
	margin-top: 1.6rem;
	max-width: 34.2rem;
	padding: 3.8rem 0 1.1rem;
}

.flow__steps-list {
	--flow-step-gap: 3.3rem;
}

.flow__step {
	gap: 1.6rem;
	min-height: 8rem;
}

.flow__step-number {
	flex-basis: 8rem;
	gap: 0.5rem;
	height: 8rem;
	width: 8rem;
}

.flow__step-marker {
	flex-basis: 8rem;
}

.flow__step-marker-line {
	left: 4rem;
	top: 8rem;
	transform: translateX(-0.1rem);
	width: 0.2rem;
}

.flow__step-label {
	font-size: 1.6rem;
}

.flow__step-count {
	font-size: 2.4rem;
}

.flow__step-content {
	flex: 1 1 auto;
}

.flow__step-content h3 {
	font-size: 1.8rem;
	line-height: 1;
}

.flow__step-content p {
	margin-top: 0.8rem;
}

.entry {
	padding: 2.2rem 0 8rem;
}

.entry__inner {
	max-width: none;
}

.entry__tab-slot {
	height: 14.8rem;
}

.entry__tab {
	align-items: flex-start;
	background: transparent;
	border-radius: 0;
	box-sizing: border-box;
	height: 11.6rem;
	margin-top: 0;
	padding: 0;
	position: relative;
}

.entry__tab::before {
	background: #dee5e5;
	border-radius: 0.6rem;
	content: "";
	inset: 0;
	position: absolute;
}

.entry__tab[aria-selected=true] {
	background: transparent;
	height: 12.4rem;
}

.entry__tab[aria-selected=true]::before {
	background: linear-gradient(109.441deg, #c8f3e7 1.74%, #a3ddeb 50%, #e4c8df 98.26%);
	border-radius: 0.6rem;
	inset: 0;
}

.entry__tab[aria-selected=true]::after {
	bottom: -1.2rem;
	height: 1.2rem;
	width: 1.6rem;
}

.entry__tab:focus-visible {
	outline-offset: -0.3rem;
	outline-width: 0.3rem;
}

.entry__tab-content {
	gap: 0.8rem;
	left: 1.8rem;
	top: 1.6rem;
	transform: none;
}

.entry__tab-title,
.entry__tab-description {
	overflow-wrap: anywhere;
}

.entry__tab-title {
	font-size: 1.8rem;
	letter-spacing: 0.144rem;
	line-height: 1;
}

.entry__tab-description {
	font-size: 1.3rem;
	line-height: 1.4;
}

.entry__tab-icon {
	height: 3.7rem;
	position: absolute;
	right: 1.2rem;
	top: 6.1rem;
	transform: none;
	width: 5.3rem;
}

.entry__tab[aria-selected=true] .entry__tab-content {
	top: 2rem;
}

.entry__tab[aria-selected=true] .entry__tab-icon {
	top: 6.5rem;
}

.entry__panel {
	display: block;
	margin-top: 2.2rem;
	max-width: none;
}

.entry__header {
	display: block;
	margin-bottom: 4.4rem;
	position: static;
	top: auto;
}

.entry__heading-en,
.entry__heading {
	display: none;
}

.entry__lead {
	font-size: 1.6rem;
	line-height: 1.55;
	margin: 0;
	max-width: none;
}

.entry__lead p + p {
	margin-top: 2.6rem;
}

.entry__lead--casual {
	gap: 3.6rem;
}

.entry__lead-copy {
	gap: 0;
}

.entry__notice {
	gap: 0.4rem;
	padding: 1.6rem 2.4rem;
}

.entry__notice-title {
	font-size: 1.5rem;
}

.entry__lead--casual .entry__notice-text {
	font-size: 1.4rem;
}

.entry-form {
	margin-top: 2.4rem;
}

.entry-form__group {
	gap: 1rem;
}

.entry-form__group + .entry-form__group {
	margin-top: 3.2rem;
}

.entry-form__group > p:not(.entry-form__error) {
	font-size: 1.5rem;
	letter-spacing: 0.12rem;
}

.entry-form__label {
	font-size: 1.5rem;
	gap: 0.8rem;
	letter-spacing: 0.12rem;
}

.entry-form__required,
.entry-form__optional,
.entry-form__label > span:not(.entry-form__required) {
	border-radius: 0.4rem;
	font-size: 1.1rem;
	height: 2rem;
	letter-spacing: 0.176rem;
	width: 3.8rem;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.entry-form textarea,
.entry-form select {
	border-radius: 0.6rem;
	border-width: 0.1rem;
	font-size: 1.3rem;
	padding: 1.6rem 2rem;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.entry-form select {
	height: 5.2rem;
	min-height: 0;
}

.entry-form textarea {
	height: 5.2rem;
	min-height: 5.2rem;
}

.entry-form textarea[name=entry-pr],
.entry-form textarea[name=casual-career],
.entry-form textarea[name=casual-date],
.entry-form__textarea--multiline {
	height: 10rem;
	min-height: 10rem;
}

.entry-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus,
.entry-form textarea:focus,
.entry-form select:focus {
	box-shadow: 0 0 0.6rem rgba(111, 213, 238, 0.3);
}

.entry-form .wpcf7-form-control-wrap.is-valid::after {
	font-size: 1.8rem;
	height: 2rem;
	right: 2rem;
	top: 1.6rem;
	width: 2rem;
}

.entry-form .wpcf7-form-control-wrap.is-valid input {
	padding-right: 5.2rem;
}

.entry-form__radio-list {
	padding: 1.2rem 0;
}

.entry-form__radio-list .wpcf7-form-control-wrap,
.entry-form__radio-list .wpcf7-radio {
	-moz-column-gap: 3.6rem;
	column-gap: 3.6rem;
	row-gap: 1.2rem;
}

.entry-form__group:has(> .entry-form__error) .entry-form__radio-list {
	padding-bottom: 0;
}

.entry-form__radio-list .wpcf7-list-item-label,
.entry-form__privacy .wpcf7-list-item-label {
	font-size: 1.3rem;
}

.entry-form__error,
.entry-form .wpcf7-not-valid-tip {
	font-size: 1.2rem;
	gap: 0.8rem;
}

.entry-form__error::before,
.entry-form .wpcf7-not-valid-tip::before {
	font-size: 1.8rem;
}

.entry-form .wpcf7-list-item label {
	gap: 1.2rem;
}

.entry-form input[type=radio],
.entry-form input[type=checkbox] {
	border-width: 0.1rem;
	height: 2rem;
	width: 2rem;
}

.entry-form input[type=radio] {
	border-width: 0.2rem;
}

.entry-form input[type=radio]:checked {
	background: radial-gradient(circle, #333 0 0.6rem, transparent 0.65rem) padding-box, linear-gradient(#e5eded, #e5eded) padding-box, linear-gradient(103deg, #82e4c8 0%, #6fd5ee 50%, #feb5ee 100%) border-box;
}

.entry-form input[type=checkbox] {
	border-radius: 0.4rem;
	height: 2.2rem;
	width: 2.2rem;
}

.entry-form input[type=checkbox]:checked::after {
	font-size: 2rem;
	height: auto;
	left: 0.1rem;
	top: 0.05rem;
	width: auto;
}

.entry-form input[type=radio]:focus-visible {
	box-shadow: 0 0 0 0.2rem #e5eded, 0 0 0 0.4rem #82e4c8, 0 0 0.6rem rgba(111, 213, 238, 0.3);
}

.entry-form input[type=checkbox]:focus-visible {
	box-shadow: 0 0 0 0.2rem #e5eded, 0 0 0 0.4rem #82e4c8, 0 0 0.6rem rgba(111, 213, 238, 0.3);
}

.entry-form__file-label-drag {
	font-size: 1.6rem;
}

.entry-form__file-label-select {
	font-size: 1.6rem;
}

.entry-form__file-note {
	font-size: 1.6rem;
}

.entry-form__group > .entry-form__file-android-note:not(.entry-form__error) {
	font-size: 1.2rem;
}

.entry-form__file-label-select {
	font-size: 1.5rem;
}

.entry-form__file-select {
	border-radius: 0.6rem;
	border-width: 0.1rem;
	gap: 0.8rem;
	height: 13.1rem;
	min-height: 0;
	padding: 1.4rem 1.6rem;
}

.entry-form__file:has(> .wpcf7-form-control-wrap) {
	height: 13.1rem;
	min-height: 0;
}

.entry-form__file-progress,
.entry-form__file-success {
	border-radius: 0.6rem;
	border-width: 0.1rem;
	gap: 1.2rem;
	padding: 1.4rem 1.6rem;
}

.entry-form__file-label::before {
	font-size: 2.4rem;
	margin-bottom: 0.8rem;
}

.entry-form__file-progress {
	background: #fff;
	border: 0.1rem solid #a8b6c0;
}

.entry-form__file-progress-heading,
.entry-form__file-success-name {
	font-size: 1.6rem;
}

.entry-form__file-icon,
.entry-form__file-delete > span[aria-hidden=true] {
	font-size: 2rem;
}

.entry-form__file-success-content {
	align-items: flex-start;
	flex-direction: row;
}

.entry-form__file-actions {
	align-items: flex-start;
	flex-direction: column;
	width: auto;
}

.entry-form__file-replace,
.entry-form__file-delete {
	font-size: 0.9rem;
	height: 4rem;
}

.entry-form__file-replace {
	padding: 0 1.2rem;
	width: auto;
}

.entry-form__file-delete {
	width: 100%;
}

.entry-form__file-error {
	gap: 0.5rem;
}

.entry-form__file-error-file {
	border-radius: 0.6rem;
	border-width: 0.1rem;
	font-size: 1.6rem;
	gap: 1.2rem;
	padding: 1.4rem 1.6rem;
}

.entry-form__file-error-message {
	font-size: 1.2rem;
	letter-spacing: 0.036rem;
}

.entry-form__privacy {
	margin-top: 4.8rem;
	padding: 3.6rem 4rem;
}

.entry-form__privacy-title {
	font-size: 1.5rem;
	gap: 0.8rem;
	letter-spacing: 0.128rem;
}

.entry-form__privacy-text {
	font-size: 1.6rem;
	line-height: 3rem;
	margin-top: 2.4rem;
}

.entry-form__privacy .wpcf7-list-item {
	margin-top: 2.4rem;
}

.entry-form .entry-form__submit {
	font-size: 1.5rem;
	inline-size: -moz-max-content;
	inline-size: max-content;
	letter-spacing: 0.032rem;
	margin-top: 3.2rem;
	min-inline-size: 21.6rem;
	padding: 2.4rem 3.2rem;
}

.entry-form__submit:disabled > [aria-hidden=true] {
	height: 0.8rem;
	width: 0.8rem;
}

.entry-form__submit:disabled > [aria-hidden=true]::after {
	opacity: 0;
}

.entry-form__submit:disabled > [aria-hidden=true]::before {
	transform: none;
}

.entry-form__submit.is-sending,
.entry-form__submit.is-complete {
	gap: 0.8rem;
}

.entry-form__submit.is-sending {
	border-width: 0.2rem;
	gap: 0.8rem;
	padding: 1.8rem 2.6rem 1.8rem 2.2rem;
}

.entry-form__submit.is-complete {
	border-color: #e5eded;
	border-width: 0.2rem;
	padding: 1.6rem 2.6rem 1.6rem 2.2rem;
}

.entry-form__submit.is-sending > [aria-hidden=true] {
	height: 1.9rem;
	width: 1.9rem;
}

.entry-form__submit.is-sending > [aria-hidden=true]::before {
	background: url("../img/entry/entry_submit_loading_outer_sp.png") center/contain no-repeat;
	background-clip: initial;
	border: 0;
	height: 1.9rem;
	width: 1.9rem;
}

.entry-form__submit.is-sending > [aria-hidden=true]::after {
	aspect-ratio: 1;
	background: url("../img/entry/entry_submit_loading_inner_sp.svg") center/contain no-repeat;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.1rem;
	opacity: 1;
	transform: none;
	width: 1.1rem;
}

.entry-form__submit.is-complete > [aria-hidden=true] {
	font-size: 2rem;
	height: auto;
	width: auto;
}

.entry-form__submit:focus-visible {
	outline-offset: 0.3rem;
	outline-width: 0.3rem;
}

.entry-form .wpcf7-response-output {
	margin-top: 2.4rem;
}

.number-section {
	padding: 4rem 0 5.8rem;
}

.number-section__header {
	margin-bottom: 2.4rem;
}

.number-section__number {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}

.number-section__header h2 {
	font-size: 2.2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 0.25rem #82e4c8;
}

.number-section__background {
	font-size: 6rem;
}

.number-section__background--top {
	right: -0.8rem;
	top: -2rem;
}

.number-section__background--bottom {
	bottom: 2.4rem;
	left: -0.8rem;
}

.number-section__cards {
	gap: 1.6rem;
}

.number-data-card__body {
	gap: 1.2rem;
	padding: 1.2rem 1.2rem 1.6rem;
}

.number-data-card__theme {
	flex-direction: column;
	gap: 0.8rem;
	min-height: 15rem;
	padding: 1.2rem 1.1rem;
}

.number-data-card__theme img {
	height: 7.4rem;
	max-width: 9.1rem;
	order: 1;
}

.number-data-card__theme h3 {
	font-size: 1.8rem;
	order: 2;
}

.number-data-card__content {
	gap: 1.2rem;
}

.number-data-card__value {
	align-items: center;
	flex-direction: column;
	gap: 0.4rem;
}

.number-data-card__value span {
	font-size: 6rem;
}

.number-data-card__value small {
	font-size: 1.8rem;
	padding: 0;
}

.number-data-card__description {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.number-section--career .number-section__background {
	font-size: 8rem;
	letter-spacing: 0.64rem;
}

.number-section--career .number-section__background--top {
	left: -0.8rem;
	right: auto;
	text-align: left;
	top: 5.2rem;
}

.number-section--career .number-section__background--bottom {
	bottom: 2rem;
	left: auto;
	right: -1.4rem;
	text-align: right;
}

.number-section__cards--career {
	gap: 1.6rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: none;
	margin-top: 2.7rem;
}

.number-section__cards--career > :nth-child(n) {
	align-self: stretch;
	grid-column: auto;
	grid-row: auto;
	margin-top: 0;
	transform: none;
}

.number-data-card--career .number-data-card__body {
	gap: 1.2rem;
	height: auto;
	padding: 1.2rem;
}

.number-data-card--career-1,
.number-data-card--career-2,
.number-data-card--career-3,
.number-data-card--career-4,
.number-data-card--career-5,
.number-data-card--career-6,
.number-data-card--career-7 {
	height: auto;
}

.number-data-card__career-theme {
	align-self: stretch;
	font-size: 1.8rem;
	grid-row: 1;
	letter-spacing: 0.02em;
	min-height: initial;
	padding: 1.2rem;
}

.number-data-card__career-content {
	gap: 1.2rem;
}

.number-data-card--career .number-data-card__value span {
	font-size: 5rem;
	letter-spacing: 0;
}

.number-data-card--career .number-data-card__value small {
	font-size: 1.6rem;
	line-height: 1.3;
}

.number-data-card__career-link.btn {
	font-size: 1.2rem;
	gap: 0.8rem;
	height: 4.5rem;
	justify-content: space-between;
	min-height: 0;
	padding: 1.2rem 1.6rem;
	width: 14.5rem;
}

.number-section__cards--career {
	grid-auto-rows: auto;
	grid-template-rows: repeat(4, auto);
}

.number-section__cards--career > .number-data-card--career {
	box-sizing: border-box;
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding: 1.2rem;
}

.number-data-card--career .number-data-card__body {
	align-items: start;
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding: 0;
}

.number-data-card__career-content {
	display: contents;
}

.number-data-card--career .number-data-card__value {
	align-self: center;
	gap: 0.4rem;
	grid-row: 2;
	justify-self: center;
}

.number-data-card--career .number-data-card__description {
	align-self: start;
	grid-row: 3;
}

.number-data-card__career-link.btn {
	align-self: center;
	grid-row: 4;
	justify-self: center;
	margin-top: 0;
}

.number-section--lifestyle {
	padding-bottom: 14.7rem;
}

.number-section--lifestyle .number-section__background {
	font-size: 8rem;
}

.number-section--lifestyle .number-section__background--top {
	left: -0.8rem;
	right: auto;
	top: 2.3rem;
}

.number-section--lifestyle .number-section__background--bottom {
	bottom: 2.7rem;
	left: auto;
	right: -0.2rem;
}

.number-section__cards--lifestyle {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: none;
	margin-top: 3.9rem;
}

.number-data-card--lifestyle .number-data-card__body {
	gap: 1.6rem;
	padding: 1.6rem 1.6rem 2rem;
}

.number-data-card__lifestyle-theme {
	font-size: 2rem;
	letter-spacing: 0.02em;
	padding: 1.2rem;
}

.number-data-card__lifestyle-content,
.number-data-card--age .number-data-card__lifestyle-content {
	gap: 1.6rem;
}

.number-age-chart {
	max-width: 31rem;
	width: 100%;
}

.number-age-chart img {
	height: 100%;
	width: 100%;
}

.number-age-chart__rate small {
	font-size: 1.6rem;
}

.number-age-chart__rate {
	font-size: 2.8rem;
	gap: 0.4rem;
}

.number-age-chart__rate--twenties {
	left: 0.9rem;
	top: 5.4rem;
}

.number-age-chart__rate--thirties {
	left: 17.8rem;
	top: 1.4rem;
}

.number-age-chart__rate--forties {
	left: 24.7rem;
	top: 7.7rem;
}

.number-data-card__gender-value {
	gap: 0.8rem;
}

.number-data-card__gender-value img {
	height: 8.8rem;
	width: 18.7rem;
}

.number-data-card__gender-value p {
	font-size: 6rem;
}

.number-data-card__illustrated-value {
	align-items: center;
	gap: 1.6rem;
}

.number-data-card__illustrated-value--overtime {
	gap: 2.4rem;
}

.number-data-card__illustrated-value img {
	height: 10.4rem;
	width: 11.6rem;
}

.number-data-card__illustrated-value--overtime img {
	height: 9.6rem;
	width: 9.6rem;
}

.number-data-card__illustrated-value-group > span {
	font-size: 6rem;
}

.number-data-card__illustrated-value small {
	font-size: 1.8rem;
	margin-left: 0.4rem;
	padding-bottom: 0;
}

.page-fv--number {
	height: 26rem;
}

.page-fv--number .page-fv-background {
	font-size: 5.6rem;
	left: 50%;
	letter-spacing: 0;
	top: 7.6rem;
	width: -moz-max-content;
	width: max-content;
}

.page-fv--number .page-fv-background > span:not(.type-reveal__char) + span:not(.type-reveal__char) {
	margin-left: 0;
}

.page-fv--number .page-fv-copy--plain {
	padding: 1.2rem 0.8rem 1.2rem calc(50vw - 50%);
}

.page-fv--number .page-fv-copy--plain p {
	font-size: 1.7rem;
	line-height: 1.5;
	white-space: nowrap;
}

.page-fv--ai-boost90 {
	background: linear-gradient(111.003deg, #c8f3e7 1.7396%, #a3ddeb 50%, #e4c8df 98.26%);
	height: 26rem;
}

.page-fv--ai-boost90 .page-fv-background {
	font-size: 8rem;
	gap: 1.2rem;
	left: 50%;
	top: 7.6rem;
}

.page-fv--ai-boost90 .page-fv-title {
	white-space: nowrap;
}

.page-fv--ai-boost90 .page-fv-copy--plain {
	min-height: initial;
	padding: 1.2rem 0.8rem 1.2rem calc(50vw - 50%);
}

.page-fv--ai-boost90 .page-fv-copy--plain p {
	font-size: 2rem;
	font-weight: 600;
	white-space: normal;
	width: 26.8rem;
}

.ai-boost90-introduction {
	padding: 4rem 0 1.2rem;
}

.ai-boost90-introduction__inner p {
	font-size: 1.6rem;
}

.ai-boost90-architectures {
	padding: 6rem 0 6rem;
}

.ai-boost90-architectures__background {
	font-size: 8rem;
	left: -0.8rem;
	top: 0;
	white-space: normal;
	width: 40.4rem;
}

.ai-boost90-architectures__title {
	font-size: 2.2rem;
}

.ai-boost90-architectures__cards {
	gap: 2.4rem;
	grid-template-columns: 1fr;
	grid-template-rows: none;
	margin-top: 2.8rem;
}

.ai-boost90-g-test-note {
	flex-direction: column;
	gap: 1.2rem;
	margin-top: 2.4rem;
	padding: 1.6rem 2.4rem;
}

.ai-boost90-g-test-note__title {
	font-size: 1.3rem;
}

.ai-boost90-g-test-note__content {
	font-size: 1.2rem;
	width: 100%;
}

.ai-boost90-g-test-note__link {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.45;
}

.ai-boost90-g-test-note__link .material-symbols-outlined {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	margin-left: 0.8rem;
	vertical-align: -0.25rem;
	width: 2rem;
}

.ai-boost90-architecture-card {
	display: block;
	grid-row: auto;
	grid-template-rows: none;
	min-height: 0;
}

.ai-boost90-architecture-card--g-test {
	min-height: 40.6rem;
}

.ai-boost90-architecture-card--one-on-one {
	min-height: 42.9rem;
}

.ai-boost90-architecture-card--study-session {
	min-height: 38.3rem;
}

.ai-boost90-architecture-card__icon {
	height: 13.8rem;
	width: 13.8rem;
}

.ai-boost90-architecture-card--one-on-one .ai-boost90-architecture-card__icon {
	height: 15.2rem;
	width: 19.6rem;
}

.ai-boost90-architecture-card--study-session .ai-boost90-architecture-card__icon {
	height: 16rem;
	width: 16rem;
}

.ai-boost90-architecture-card__content {
	display: block;
	grid-row: auto;
	grid-template-rows: none;
	padding: 6rem 2.85rem 2.4rem;
}

.ai-boost90-architecture-card__number {
	font-size: 1.3rem;
}

.ai-boost90-architecture-card__title {
	font-size: 2rem;
	margin-top: 1.2rem;
}

.ai-boost90-architecture-card__description {
	font-size: 1.5rem;
	margin-top: 2.4rem;
}

.ai-boost90-architecture-card__description p + p {
	margin-top: 2.4rem;
}

.ai-boost90-steps {
	padding: 0 0 12rem;
}

.ai-boost90-steps__background {
	font-size: 8rem;
}

.ai-boost90-steps__background--top {
	right: -0.8rem;
	text-align: right;
	top: -1.5rem;
}

.ai-boost90-steps__background--bottom {
	bottom: -3.9rem;
	left: -0.8rem;
}

.ai-boost90-steps__heading {
	padding: 1.6rem 2.4rem;
}

.ai-boost90-steps__heading h2 {
	font-size: 2.2rem;
}

.ai-boost90-steps__list {
	margin-top: 2.4rem;
}

.ai-boost90-step {
	gap: 0;
	grid-template-columns: 5.3rem minmax(0, 1fr);
}

.ai-boost90-step + .ai-boost90-step {
	margin-top: 0;
}

.ai-boost90-step__marker {
	height: 8rem;
	margin-left: -1.2rem;
	width: 8rem;
}

.ai-boost90-step__number {
	font-size: 1.3rem;
	left: 1.2rem;
	top: 1.8rem;
}

.ai-boost90-step__marker p {
	font-size: 2rem;
	top: 3.5rem;
}

.ai-boost90-step__marker-line {
	bottom: 0;
	left: 2.8rem;
	top: 8.4rem;
}

.ai-boost90-step__card {
	border-radius: 0.6rem;
	gap: 2.4rem;
	grid-template-columns: 1fr;
	margin-top: 2.4rem;
	min-height: 0;
	padding: 2.2rem;
}

.ai-boost90-step__lead-visual {
	aspect-ratio: 241/321.333;
	height: auto;
	width: min(24.1rem, 100%);
	-webkit-mask-image: url("../img/ai_boost90/ai_boost90_step_mask_sp.svg");
	mask-image: url("../img/ai_boost90/ai_boost90_step_mask_sp.svg");
}

.ai-boost90-step__lead-visual::after {
	padding: 0.8rem;
}

.ai-boost90-step__phase {
	font-size: 1.8rem;
	margin: 1.2rem 0 0.8rem;
}

.ai-boost90-step__summary {
	font-size: 1.6rem;
}

.ai-boost90-step__month,
.ai-boost90-step__department > p {
	font-size: 1.2rem;
	padding: 0.8rem 1.2rem;
}

.ai-boost90-step__overview {
	font-size: 1.6rem;
	margin: 1.2rem 0 2.6rem;
}

.ai-boost90-step__departments {
	grid-template-columns: 1fr;
	padding-top: 0;
}

.ai-boost90-step__department {
	min-height: 0;
	padding: 1.6rem 0 2.4rem;
}

.ai-boost90-step__department + .ai-boost90-step__department {
	border-left: 0;
	border-top: 1px solid #a8b6c0;
	padding-left: 0;
}

.ai-boost90-step__department ul {
	font-size: 1.3rem;
	margin-top: 0.9rem;
}

.ai-boost90-step__department li + li {
	margin-top: 0.4rem;
}

.three-min__strengths {
	margin-top: 13.4rem;
	padding-bottom: 8rem;
}

.three-min__strengths-background {
	bottom: -0.9rem;
	font-size: 8rem;
	letter-spacing: normal;
	top: initial;
	white-space: normal;
	width: 100%;
}

.three-min__strengths-title-wrap {
	height: 9rem;
	padding: 1.2rem 2.4rem;
	width: calc(100% - 7.8rem);
}

.three-min__strengths-title {
	font-size: 2.2rem;
	line-height: 1.5;
	white-space: nowrap;
}

.three-min__strengths-list {
	display: block;
	margin: 2.1rem auto 0;
	max-width: none;
	width: 34.2rem;
}

.three-min__strengths-item + .three-min__strengths-item {
	margin-left: 0;
	margin-top: -2.4rem;
}

.three-min__strengths-item {
	height: 34.2rem;
	position: relative;
}

.three-min__strengths-visual {
	height: 34.2rem;
}

.three-min__strengths-visual::before {
	border: none;
	inset: 0.4rem;
	z-index: 0;
}

.three-min__strengths-visual-copy {
	gap: 0.8rem;
	inset: auto;
	justify-content: center;
	position: relative;
}

.three-min__strengths-en {
	font-size: 4rem;
	letter-spacing: 0;
}

.three-min__strengths-jp {
	font-size: 2.2rem;
}

.three-min__strengths-description {
	bottom: auto;
	font-size: 1.6rem;
	left: auto;
	letter-spacing: 0.02em;
	line-height: 1.55;
	margin: 0;
	position: static;
	transform: none;
	width: 23rem;
	z-index: 2;
}

.three-min__strengths-item--alliances .three-min__strengths-visual-copy {
	top: auto;
}

.three-min__strengths-item--media .three-min__strengths-visual-copy {
	top: auto;
}

.three-min__strengths-item--pro .three-min__strengths-visual-copy {
	top: auto;
}

.three-min__vision {
	--three-min-vision-header-height: 5.7rem;
	--three-min-vision-reveal-distance: 12rem;
	--three-min-vision-section-padding-top: 4.8rem;
	margin-top: 4.8rem;
}

.three-min__vision .three-min-section__background {
	align-items: center;
	font-size: 8rem;
	height: calc(100svh - var(--three-min-vision-header-height));
	justify-content: center;
	padding-top: 0;
	top: var(--three-min-vision-header-height);
}

.three-min__vision .three-min-section__background > span:not(.type-reveal__char):first-child {
	transform: translateX(1.4rem);
	white-space: nowrap;
}

.three-min__vision .three-min-section__background.is-top-fixed {
	align-items: center;
	justify-content: flex-start;
}

.three-min__vision-visual {
	-webkit-mask-image: url("../img/3min/vision/vision_mask_sp.svg");
	mask-image: url("../img/3min/vision/vision_mask_sp.svg");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	top: var(--three-min-vision-visual-stop-top, var(--three-min-vision-header-height));
}

.three-min__vision-visual img {
	height: 100%;
	top: 0;
	width: 100%;
}

.three-min__vision-body {
	padding-top: 100svh;
}

.three-min__vision .three-min-section__heading h2 {
	font-size: 1.3rem;
	padding: 1.2rem 1.8rem 1.2rem 2.4rem;
}

.three-min__vision-items {
	margin-top: 0;
}

.three-min__vision-card-stage {
	margin-top: calc(5.6rem + var(--three-min-vision-reveal-distance));
}

.three-min__vision-item {
	min-height: 77.6rem;
}

.three-min__vision-item--04 {
	min-height: 43.2rem;
}

.three-min__vision-card {
	gap: 2.2rem;
	padding: 3.6rem 2.4rem;
	transform: none;
	will-change: auto;
}

.three-min__vision-item--01 .three-min__vision-card,
.three-min__vision-item--02 .three-min__vision-card,
.three-min__vision-item--03 .three-min__vision-card,
.three-min__vision-item--04 .three-min__vision-card {
	max-width: 34.2rem;
	width: 100%;
}

.three-min__vision-lead {
	font-size: 2rem;
	text-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 #82e4c8;
}

.three-min__vision-copy {
	font-size: 1.3rem;
	line-height: 2.4;
	width: 29.4rem;
}

.three-min__vision-item--01 .three-min__vision-copy {
	font-size: 2.2rem;
	line-height: 1.8;
	white-space: normal;
	width: 29.4rem;
}

.three-min__vision-item--04 .three-min__vision-copy {
	font-size: 2rem;
	line-height: 1.6;
	white-space: normal;
	width: 29.4rem;
}

.three-min-section__content {
	width: auto;
	z-index: 9;
}

.three-min-section__background {
	align-items: center;
	flex-direction: column;
	font-size: 8rem;
	opacity: 0.6;
	white-space: normal;
}

.three-min-section__heading h2 {
	font-size: 1.3rem;
	padding: 0.8rem 0.8rem 0.8rem 1.6rem;
}

.three-min-section__lead {
	font-size: 2rem;
}

.three-min__philosophy-body {
	padding: calc(100svh + 3.6rem) 0 32rem;
}

.three-min__philosophy-photos {
	transform: translateY(100svh);
}

.page-fv--3min {
	height: 26rem;
}

.page-fv--3min .page-fv-background {
	font-size: 5.6rem;
	left: 52%;
	letter-spacing: 0;
	top: 7.6rem;
	transform: translateX(-50%);
}

.page-fv--3min .page-fv-copy-group {
	top: 12.4rem;
}

.page-fv--3min .page-fv-copy {
	padding: 1.2rem 0.8rem 1.2rem calc(50vw - 50%);
}

.page-fv--3min .page-fv-copy p {
	font-size: 1.7rem;
}

.three-min__philosophy {
	--three-min-section-content-width: calc(100% - 4.8rem);
}

.three-min__philosophy .three-min-section__heading {
	position: sticky;
	top: var(--three-min-philosophy-heading-sticky-top, 0);
}

.three-min__philosophy .three-min-section__background {
	margin-top: 16rem;
	padding-left: 3.8rem;
}

.three-min__philosophy-photo--01 {
	height: 27.0667rem;
	left: 0;
	top: 21.9rem;
	width: 20.3rem;
}

.three-min__philosophy-photo--02 {
	height: 15.225rem;
	right: 2.4rem;
	top: 37.9rem;
	width: 20.3rem;
}

.three-min__philosophy-photo--03 {
	height: 15.225rem;
	left: 2.4rem;
	top: 72.7rem;
	width: 20.3rem;
	z-index: 1;
}

.three-min__philosophy-photo--04 {
	height: 27.0667rem;
	right: 0;
	top: 68.7rem;
	width: 20.3rem;
}

.three-min__philosophy-photo--05 {
	height: 27.0667rem;
	left: auto;
	right: 0;
	top: 175.8rem;
	width: 20.3rem;
}

.three-min__philosophy-photo--06 {
	height: 15.225rem;
	left: 2.4rem;
	right: auto;
	top: 186.5rem;
	width: 20.3rem;
	z-index: 1;
}

.three-min__philosophy-photo--07 {
	aspect-ratio: 4/3;
	height: 15.225rem;
	left: auto;
	-webkit-mask: url("../img/3min/photo_landscape_mask.svg") center/100% 100% no-repeat;
	mask: url("../img/3min/photo_landscape_mask.svg") center/100% 100% no-repeat;
	right: 2.4rem;
	top: 135.3rem;
	width: 20.3rem;
	z-index: 1;
}

.three-min__philosophy-photo--08 {
	aspect-ratio: 3/4;
	height: 27.0667rem;
	left: 0;
	-webkit-mask: url("../img/3min/photo_portrait_mask.svg") center/100% 100% no-repeat;
	mask: url("../img/3min/photo_portrait_mask.svg") center/100% 100% no-repeat;
	right: auto;
	top: 121rem;
	width: 20.3rem;
}

.three-min__philosophy-content {
	margin-top: 8rem;
}

.three-min__philosophy-mission {
	font-size: 2rem;
	margin-top: 38.125rem;
}

.three-min__philosophy-message {
	margin-top: 34.25rem;
}

.three-min__philosophy-message > p:last-child {
	font-size: 1.3rem;
	line-height: 2.4;
	margin-top: 2.4rem;
}

.three-min__philosophy-message--closing {
	margin-top: 36.8rem;
}

.three-min__business {
	--three-min-section-content-width: calc(100% - 4.8rem);
	--three-min-section-lead-shadow: -0.125rem 0 #feb5ee, 0.125rem 0 #82e4c8;
}

.three-min__business-body {
	padding-top: 100svh;
}

.three-min__business-content {
	margin-top: 5.6rem;
}

.three-min__business-statement {
	font-size: 2.2rem;
	line-height: 1.8;
	margin-top: 3.6rem;
	white-space: normal;
	width: 100%;
}

.three-min__business-axes-layout {
	display: flex;
	flex-direction: column;
	margin-top: 8rem;
}

.three-min__business-axes-section {
	margin-top: -3.7rem;
}

.three-min__business-axes-title {
	bottom: auto;
	left: auto;
	position: absolute;
	right: -2.4rem;
	top: 9.2rem;
}

.three-min__business-axes {
	background: none;
	display: flex;
	flex-direction: column;
	height: auto;
	isolation: isolate;
	left: auto;
	margin: 0 calc(50% - 50vw) 0 0;
	min-height: 141.5rem;
	overflow: visible;
	padding: 6rem 2.4rem 0;
	transform: none;
	width: 100vw;
}

.three-min__business-axes::before {
	background: url("../img/3min/business_building_top_sp.svg") left top/100% 100% no-repeat;
	content: "";
	height: 5.6rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 36.6rem;
	z-index: 4;
}

.three-min__business-axes::after {
	background: url("../img/3min/business_buildings_sp.svg") left top/36.6rem auto no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 5.6rem;
	width: 36.6rem;
	z-index: 1;
}

.three-min__business-axes-title {
	backdrop-filter: none;
	background: transparent;
	color: #f7f7f7;
	filter: none;
	font-size: 2.4rem;
	height: 3.6rem;
	line-height: 1;
	margin: 0;
	padding: 0 2.4rem 0 calc(50vw - 50%);
	width: auto;
}

.three-min__business-axes-title > span:last-child {
	color: #00223a;
}

.three-min__business-axes-background {
	font-size: 8rem;
}

.three-min__business-axes-background--left {
	left: -2.4rem;
	top: -16rem;
	z-index: 0;
}

.three-min__business-axes-background--right {
	right: 2.4rem;
	top: 135rem;
}

.three-min__business-rainbow--01 {
	left: 4.8rem;
	top: 23rem;
	width: 34.2rem;
}

.three-min__business-rainbow--02 {
	left: 9.6rem;
	top: 117.215rem;
	width: 27rem;
}

.three-min__business-rainbow--03 {
	display: none;
}

.three-min__business-cards {
	margin-top: -0.4rem;
	position: relative;
	z-index: 8;
}

.three-min__business-card {
	height: auto;
	padding: 0 0 1.5rem;
	position: relative;
	width: 100%;
}

.three-min__business-card + .three-min__business-card {
	padding-top: 0;
}

.three-min__business-card--02 {
	padding-bottom: 2.4rem;
}

.three-min__business-card--01,
.three-min__business-card--02,
.three-min__business-card--03 {
	inset: auto;
	margin-left: 0;
}

.three-min__business-card-building {
	display: none;
}

.three-min__business-card::before {
	display: none;
}

.three-min__business-card-number {
	font-size: 4rem;
	left: -1.2rem;
	line-height: 1.2;
	position: relative;
	top: 0.3rem;
	top: auto;
}

.three-min__business-card-media {
	height: 23.85rem;
	left: auto;
	margin-left: 0;
	margin-top: -2.4rem;
	position: relative;
	top: auto;
	width: 31.8rem;
}

.three-min__business-card-copy {
	left: auto;
	margin-left: 0;
	margin-top: 1.2rem;
	position: relative;
	top: auto;
	width: 31.8rem;
}

.three-min__business-card-copy h4 {
	font-size: 2.2rem;
}

.three-min__business-card-copy p {
	font-size: 1.5rem;
	margin-top: 0.8rem;
}

html {
	font-size: calc(0.0069444444 * 100vw);
}

html {
	font-size: calc(0.0256410256 * 100vw);
}

}

@media (hover: hover) and (pointer: fine) and (width >= 768px) {

.card-circle-arrow-trigger:hover .card-circle-arrow {
	--card-circle-arrow-current-size: var(--card-circle-arrow-active-size, 26px);
	--card-circle-arrow-current-background: var(--card-circle-arrow-active-background, linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%));
	--card-circle-arrow-current-icon-color: var(--card-circle-arrow-active-icon-color, #333);
	--card-circle-arrow-icon-opacity: 1;
	--card-circle-arrow-icon-transition-delay: 0.15s;
}

.btn:not(.contact-btn):hover {
	animation: btn-border-rotate 1.2s cubic-bezier(0.65, 0, 0.35, 1);
	color: #e5eded;
}

.btn:not(.contact-btn):hover > :first-child {
	color: transparent;
}

.btn:not(.contact-btn):hover > [aria-hidden=true]::before {
	transform: scale(3);
}

.btn:not(.contact-btn):hover > [aria-hidden=true]::after {
	opacity: 1;
}

.cta__card:hover::before {
	opacity: 1;
}

.cta__card:hover .cta__card-title,
.cta__card:hover .cta__card-label {
	color: #333;
}

.cta__card:hover .cta__card-icon {
	bottom: 29px;
	height: 26px;
	right: 40px;
	width: 26px;
}

.cta__card:hover .cta__card-icon::before {
	opacity: 0;
}

.cta__card:hover .cta__card-icon .material-symbols-outlined {
	background: linear-gradient(104deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 1;
	transition-delay: 0.15s;
}

.back-to-top.is-morphing .back-to-top__arrow {
	opacity: 0;
}

.back-to-top.is-morphing .back-to-top__smile {
	opacity: 1;
}

.thanks__link:hover {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	background-clip: border-box;
	background-origin: border-box;
	border-color: transparent;
}

.thanks__link:hover .card-circle-arrow .material-symbols-outlined {
	background: linear-gradient(114deg, #c8f3e7 2%, #a3ddeb 50%, #e4c8df 98%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.second-view__skip:hover {
	background: linear-gradient(113deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%) border-box;
	background-origin: border-box;
	border-color: transparent;
	color: #333;
}

.interview-card:hover {
	box-shadow: none;
}

.interview-card:hover::before {
	opacity: 1;
}

.interview-card:hover:has(.interview-card__image--ss),
.interview-card:hover:has(.interview-card__image--ye) {
	transform: rotate(-1deg);
}

.interview-card:hover:has(.interview-card__image--ks),
.interview-card:hover:has(.interview-card__image--yh) {
	transform: rotate(1deg);
}

.interview-card:hover .interview-card__image {
	transform: scale(1.05) rotate(0.001deg);
}

.employee-interview-card:hover::before {
	opacity: 1;
}

.employee-interview-card:hover .employee-interview-card__content {
	box-shadow: none;
}

.employee-interview-card:hover .employee-interview-card__image {
	transform: scale(1.05) rotate(0.001deg);
}

.interview-detail-related__card:hover .interview-detail-related__image {
	transform: scale(1.05) rotate(0.001deg);
}

.job-interview-card:hover img {
	transform: scale(1.05) rotate(0.001deg);
}

.btn.job-department__button:not(.contact-btn):hover > [aria-hidden=true]::after,
.btn.job-interview__button:not(.contact-btn):hover > [aria-hidden=true]::after {
	display: grid;
	height: 24px;
	opacity: 1;
	width: 24px;
}

}

@media (hover: hover) and (pointer: fine) {

.breadcrumb-item a:hover {
	text-decoration: underline;
}

.header-entry:hover {
	background: linear-gradient(112deg, #82e4c8 3%, #6fd5ee 50%, #feb5ee 97%);
}

.header-entry:hover .header-entry-icon {
	transform: rotate(315deg);
}

.header-entry:hover .header-entry-balloon {
	opacity: 1;
	transform: translateY(0);
}

.menu-group-link:hover::before {
	transform: translateY(-50%) scaleX(1);
}

.menu-group-link:hover .menu-group-link-label {
	color: transparent;
}

.menu-official-link:hover {
	color: #35b7d7;
	gap: 10px;
}

.footer-menu-link:hover {
	color: transparent;
}

.footer-official-link:hover {
	color: #35b7d7;
	gap: 10px;
}

.requirements__header-link:hover {
	color: #35b7d7;
}

.requirements__workplace-map:hover {
	color: #35b7d7;
	gap: 10px;
}

.ai-boost90-g-test-note__link:hover {
	color: #35b7d7;
	gap: 10px;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.breadcrumb-item a:hover {
	text-decoration: underline;
}

.menu-group-link:hover::before {
	transform: translateY(-50%) scaleX(1);
}

.menu-group-link:hover .menu-group-link-label {
	color: transparent;
}

.menu-official-link:hover {
	color: #35b7d7;
	gap: 10px;
}

.footer-menu-link:hover {
	color: transparent;
}

.footer-official-link:hover {
	color: #35b7d7;
	gap: 10px;
}

.requirements__header-link:hover {
	color: #35b7d7;
}

.requirements__workplace-map:hover {
	color: #35b7d7;
	gap: 10px;
}

.ai-boost90-g-test-note__link:hover {
	color: #35b7d7;
	gap: 10px;
}

}

@media (768px <= width < 1100px) {

.cta__card-title {
	font-size: 46px;
}

.cta__card-label {
	font-size: 16px;
}

.mega-menu {
	padding-left: 40px;
	padding-right: 40px;
}

.mega-menu-inner {
	gap: 24px;
}

.menu-group-title {
	font-size: 16px;
	padding-right: 8px;
}

.menu-group-link,
.menu-official-link {
	font-size: 14px;
}

.footer-inner {
	grid-template-columns: 180px minmax(0, 1fr);
	-moz-column-gap: 64px;
	column-gap: 64px;
	width: calc(100% - 80px);
}

.footer-nav {
	gap: 32px;
	justify-content: right;
}

.footer-menu-title {
	font-size: 15px;
}

.footer-menu-link {
	font-size: 13px;
}

.interview__background-image {
	aspect-ratio: 1203/280;
	height: auto;
	width: min(1203px, 100vw);
}

.interview__inner {
	width: calc(100% - 80px);
}

.interview__header {
	align-items: flex-start;
}

.interview__title {
	font-size: 30px;
}

.interview__cards {
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}

.interview-card {
	grid-template-rows: none;
}

}

@media (768px <= width < 1200px) {

.page-fv-copy {
	max-width: 100%;
	padding: 32px clamp(24px, 4.67vw, 56px) 28px calc(50vw - 50%);
}

.page-fv-copy p {
	font-size: clamp(32px, 3.67vw, 44px);
}

.page-fv-title {
	font-size: clamp(16px, 1.67vw, 20px);
	padding-left: calc(50vw - 50%);
}

.message__closing-copy {
	max-width: 100%;
	padding: 32px clamp(32px, 5.5vw, 66px) 28px calc(50vw - 50%);
}

.message__closing-copy h2 {
	font-size: clamp(32px, 3.67vw, 44px);
}

.message__closing-sign {
	margin-top: 40px;
}

.page-fv--interview-detail .page-fv-copy {
	max-width: 100%;
	padding: 24px clamp(24px, 4.67vw, 56px) 0 calc(50vw - 50%);
}

.page-fv--interview-detail .page-fv-copy .interview-detail-fv__catch {
	font-size: clamp(24px, 2.67vw, 32px);
}

.interview-detail-fv__profile {
	width: min(704px, 100%);
}

.interview-detail-fv__profile-content {
	width: 100%;
}

.page-fv--culture .page-fv-copy p {
	font-size: clamp(32px, 3.33vw, 40px);
}

.job-fv__copy-group {
	bottom: -30px;
}

.page-fv-copy.job-fv__copy p {
	font-size: clamp(32px, 3.33vw, 40px);
}

.number-data-card--career .number-data-card__value span {
	font-size: clamp(72px, 8.34vw, 100px);
}

.number-age-chart__rate {
	font-size: clamp(36px, 13.27cqw, 56px);
}

.number-age-chart__rate small {
	font-size: clamp(12px, 3.79cqw, 16px);
}

.number-data-card__gender-value {
	gap: clamp(8px, 1vw, 12px);
}

.number-data-card__gender-value img {
	height: auto;
	width: clamp(164px, 19vw, 228px);
}

.number-data-card__gender-value p {
	font-size: clamp(72px, 10vw, 120px);
	gap: clamp(8px, 1vw, 12px);
}

.number-data-card__illustrated-value {
	gap: clamp(16px, 2vw, 24px);
}

.number-data-card__illustrated-value--overtime {
	gap: clamp(24px, 4vw, 48px);
}

.number-data-card__illustrated-value img {
	height: auto;
	width: clamp(96px, 11.17vw, 134px);
}

.number-data-card__illustrated-value--overtime img {
	width: clamp(86px, 10vw, 120px);
}

.number-data-card__illustrated-value-group > span {
	font-size: clamp(72px, 10vw, 120px);
}

.number-data-card__illustrated-value small {
	font-size: clamp(16px, 2vw, 24px);
	margin-left: clamp(8px, 1vw, 12px);
}

.number-data-card:not(.number-data-card--career) .number-data-card__value {
	gap: clamp(8px, 1vw, 12px);
}

.number-data-card:not(.number-data-card--career) .number-data-card__value span {
	font-size: clamp(72px, 10vw, 120px);
}

.number-data-card:not(.number-data-card--career) .number-data-card__value small {
	font-size: clamp(18px, 2vw, 24px);
}

.number-data-card__theme {
	flex-direction: column;
	gap: 16px;
	min-height: 190px;
	padding: 20px 16px;
}

.number-data-card__theme img {
	height: clamp(80px, 9.3vw, 112px);
	order: 1;
}

.number-data-card__theme h3 {
	font-size: clamp(20px, 2.17vw, 26px);
	order: 2;
}

.page-fv--number .page-fv-background {
	width: 100%;
}

.page-fv--number .page-fv-background > span:not(.type-reveal__char) + span:not(.type-reveal__char) {
	margin-left: calc(-1 * clamp(8px, 1.11vw, 16px));
}

.page-fv--number .page-fv-copy--plain {
	padding-right: clamp(24px, 4.67vw, 56px);
}

.page-fv--number .page-fv-copy--plain p {
	font-size: clamp(28px, 3.34vw, 40px);
}

.page-fv--ai-boost90 .page-fv-copy--plain {
	padding-right: clamp(24px, 4.67vw, 56px);
}

.page-fv--ai-boost90 .page-fv-copy--plain p {
	font-size: clamp(28px, 3.34vw, 40px);
}

.ai-boost90-step {
	gap: clamp(16px, 2vw, 24px);
	grid-template-columns: clamp(132px, 15.17vw, 182px) minmax(0, 1fr);
}

.ai-boost90-step__card {
	gap: clamp(24px, 5.33vw, 64px);
	grid-template-columns: clamp(160px, 16.83vw, 202px) minmax(0, 1fr);
	padding: clamp(24px, 3vw, 36px);
}

.ai-boost90-step__lead-visual {
	aspect-ratio: 202/269;
	height: auto;
	width: clamp(160px, 16.83vw, 202px);
}

.ai-boost90-architecture-card__content {
	padding: clamp(48px, 5.56vw, 80px) clamp(20px, 2.22vw, 32px) clamp(24px, 2.5vw, 36px);
}

.three-min__strengths-title-wrap {
	height: clamp(80px, 4.63vw + 44.4px, 100px);
	padding-inline: clamp(24px, 3.704vw - 4.4px, 40px);
	width: clamp(600px, 46.296vw + 244.4px, 800px);
}

.three-min__strengths-title {
	font-size: clamp(30px, 2.315vw + 12.2px, 40px);
}

.three-min__strengths-en {
	font-size: clamp(32px, 3.704vw + 19.6px, 48px);
}

.three-min__strengths-jp {
	font-size: clamp(16px, 1.389vw + 11.3px, 22px);
}

.three-min__strengths-description {
	box-sizing: border-box;
	font-size: clamp(14px, 0.463vw + 10.4px, 16px);
	padding-inline: clamp(20px, 3.704vw - 8.4px, 36px);
	width: min(100%, 280px);
}

.three-min__business-axes-section {
	margin-top: -100px;
}

.three-min__philosophy-photo--01,
.three-min__philosophy-photo--04,
.three-min__philosophy-photo--05,
.three-min__philosophy-photo--08 {
	height: clamp(272px, 12.037vw + 179.6px, 324px);
	width: clamp(204px, 9.028vw + 134.7px, 243px);
}

.three-min__philosophy-photo--02,
.three-min__philosophy-photo--03,
.three-min__philosophy-photo--06,
.three-min__philosophy-photo--07 {
	height: clamp(182px, 7.87vw + 121.6px, 216px);
	width: clamp(242px, 10.648vw + 160.2px, 288px);
}

.three-min__business-axes-layout {
	margin-bottom: -282px;
}

.three-min__business-axes-title {
	font-size: clamp(34px, 2.315vw + 16.2px, 44px);
	height: clamp(80px, 5.093vw + 40.9px, 102px);
	padding: clamp(30px, 2.315vw + 12.2px, 40px) clamp(64px, 5.556vw + 21.3px, 88px) 0 calc(50vw - 50%);
}

.three-min__business-axes {
	transform: translateX(-50%) scale(0.7);
	transform-origin: center top;
}

}

@media (width <= 782px) {

.admin-bar .header {
	--header-fixed-offset: 46px;
}

}

@media (768px <= width <= 1024px) {

.second-view__copy-reveal {
	gap: 26px;
	left: 50%;
	width: min(82vw, 740px);
}

.interview-detail-related__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (768px <= width < 1280px) {

.company-intro {
	padding-left: 40px;
	padding-right: 40px;
}

.company-intro__item {
	gap: clamp(24px, 6vw, 120px);
	grid-template-columns: minmax(0, 441px) minmax(0, 540px);
	justify-content: center;
	min-height: auto;
}

.company-intro__item + .company-intro__item {
	margin-top: 120px;
}

.company-intro__title {
	font-size: clamp(28px, 3vw, 36px);
}

.company-intro__visual,
.company-intro__photo-frame {
	aspect-ratio: 3/4;
	height: auto;
	width: 100%;
}

.company-intro__visual-bg {
	height: 116.66%;
	top: -16.66%;
	width: 122.22%;
}

.company-intro__item:nth-child(even) .company-intro__visual-bg {
	top: 0;
}

.company-intro__background-copy {
	font-size: clamp(88px, 12.5vw, 160px);
	left: -40px;
}

.company-intro__background-copy--right {
	left: auto;
	right: -40px;
}

.company-numbers__title {
	font-size: clamp(32px, 3.67vw, 44px);
	padding: 32px clamp(32px, 4.67vw, 56px) 0 calc(50vw - 50%);
}

.company-numbers__background-copy {
	font-size: clamp(72px, 7.5vw, 96px);
	right: 40px;
}

.company-numbers__cards {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.company-numbers__card {
	gap: 20px;
	grid-column: span 2;
	min-height: initial;
	padding: 20px 10px;
}

.company-numbers__card:nth-child(4) {
	grid-column: 2/span 2;
}

.company-numbers__card-label {
	font-size: 12px;
	line-height: 1.2;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.company-numbers__value-number {
	font-size: clamp(48px, 5.5vw, 70px);
}

.company-numbers__value-unit {
	font-size: clamp(16px, 1.8vw, 22px);
}

.company-numbers__value--age {
	gap: 4px;
}

}

@media (1050px <= width < 1280px) {

.ai-boost__background-copy {
	font-size: clamp(120px, 13.8vw, 176px);
	width: calc(100% - 80px);
}

.ai-boost__inner {
	width: calc(100% - 80px);
}

.ai-boost__gallery {
	transform: scale(0.82);
	transform-origin: left bottom;
}

.ai-boost__content {
	width: min(42vw, 504px);
}

}

@media (768px <= width < 1050px) {

.ai-boost {
	min-height: 723px;
}

.ai-boost__background-copy {
	font-size: 120px;
	top: 16px;
	width: initial;
}

.ai-boost__inner {
	height: 723px;
	width: calc(100% - 80px);
}

.ai-boost__gallery {
	left: 0;
	top: 50%;
	transform: translateY(-50%) scale(0.65);
	transform-origin: left center;
}

.ai-boost__content {
	gap: clamp(32px, 5vw, 56px);
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: min(44vw, 462px);
}

.ai-boost__text {
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.85;
}

}

@media (900px <= width < 1050px) {

.ai-boost__gallery {
	transform: translateY(-50%) scale(0.75);
}

}

@media (768px <= width < 1320px) {

.interview-detail-story__inner {
	width: calc(100% - 80px);
}

.interview-detail-story__block,
.interview-detail-story__block:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	-moz-column-gap: clamp(24px, 6vw, 78px);
	column-gap: clamp(24px, 6vw, 78px);
	margin-left: 0;
	min-height: 0;
	padding-bottom: 80px;
}

.interview-detail-story__visual {
	aspect-ratio: 3/4;
	height: auto;
	width: 100%;
}

.interview-detail-story__visual-background {
	height: 122.058%;
	left: -29.412%;
	right: auto;
	top: -22.058%;
	width: 129.412%;
}

.interview-detail-story__photo-frame,
.interview-detail-story__block:nth-child(even) .interview-detail-story__photo-frame {
	aspect-ratio: 3/4;
	height: auto;
	left: 0;
	top: 0;
	width: 100%;
}

.interview-detail-story__visual-background--top-right {
	left: 0;
	right: auto;
}

.interview-detail-story__visual-background--bottom-left {
	top: 0;
}

.interview-detail-story__visual-background--bottom-right {
	left: 0;
	right: auto;
	top: 0;
}

.interview-detail-story__content {
	width: auto;
}

.interview-detail-story__background-copy,
.interview-detail-story__block:nth-child(even) .interview-detail-story__background-copy {
	font-size: clamp(88px, 12.5vw, 160px);
	left: -30%;
	width: 140%;
}

.interview-detail-story__block:nth-child(even) .interview-detail-story__background-copy {
	left: auto;
	right: -30%;
	text-align: right;
}

.culture-story__layout,
.culture-story__block--02 .culture-story__layout,
.culture-story__block--03 .culture-story__layout {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	-moz-column-gap: clamp(24px, 6vw, 102px);
	column-gap: clamp(24px, 6vw, 102px);
}

.culture-story__visual,
.culture-story__photo-frame {
	aspect-ratio: 4/3;
	height: auto;
	width: 100%;
}

.culture-story__visual-background {
	height: 127.21%;
	left: -20.41%;
	top: -27.21%;
	width: 120.41%;
}

.culture-story__background-copy {
	bottom: 10%;
	font-size: clamp(88px, 12.12vw, 160px);
}

}

@media (width >= 768px) and (width < 1100px) {

.entry__tab {
	height: 160px;
}

.entry__tab-slot {
	height: 176px;
}

.entry__tab[aria-selected=true] {
	height: 176px;
}

.entry__tab-content {
	left: 40px;
}

.entry__tab-icon {
	right: 40px;
}

.entry__tab::before {
	inset: 8px 0;
}

.entry__panel {
	-moz-column-gap: 40px;
	column-gap: 40px;
	grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
}

.entry__header {
	min-width: 0;
}

.entry__heading-en {
	font-size: clamp(64px, 7.27vw, 80px);
}

.entry__lead,
.entry__lead--casual {
	max-width: none;
	overflow-wrap: anywhere;
}

}

@media (width < 768px) and (width < 360px) {

.entry__tab-content {
	left: 1.2rem;
}

.entry__tab-title {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}

.entry__tab-description {
	font-size: 1.2rem;
}

.entry__tab-icon {
	height: 3rem;
	right: 0.8rem;
	top: 7rem;
	width: 4.2rem;
}

.entry__tab[aria-selected=true] .entry__tab-icon {
	top: 7.4rem;
}

}

@media (768px <= width < 1000px) {

.number-section__cards--career {
	align-items: stretch;
	grid-auto-rows: minmax(380px, auto);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: none;
	margin-top: 48px;
}

.number-section__cards--career > :nth-child(n) {
	align-self: stretch;
	grid-column: auto;
	grid-row: auto;
	margin-top: 0;
	transform: none;
}

.number-data-card--career-1,
.number-data-card--career-2,
.number-data-card--career-3,
.number-data-card--career-4,
.number-data-card--career-5,
.number-data-card--career-6,
.number-data-card--career-7 {
	height: 100%;
}

.number-data-card--career .number-data-card__body {
	min-height: 380px;
	padding: 24px;
}

}

@media (768px <= width < 900px) {

.ai-boost90-step__departments {
	grid-template-columns: 1fr;
	padding-top: 0;
}

.ai-boost90-step__department {
	min-height: 0;
	padding: 24px 0;
}

.ai-boost90-step__department + .ai-boost90-step__department {
	border-left: 0;
	border-top: 1px solid #a8b6c0;
	padding-left: 0;
}

.three-min__business-axes-layout {
	margin-bottom: -376px;
}

.three-min__business-axes {
	transform: translateX(-50%) scale(0.6);
}

}

@media (1200px <= width < 1440px) {

.three-min__business-axes-layout {
	margin-bottom: var(--three-min-business-axes-layout-margin-bottom, calc(65.208333vw - 939px));
}

.three-min__business-axes {
	transform: translateX(-50%) scale(var(--three-min-business-axes-scale, 1));
	transform-origin: center top;
}

}

@keyframes btn-border-rotate {

to {
	--btn-border-angle: 473deg;
}

}

@keyframes fv-cursor-blink {

0%,48% {
	opacity: 1;
}

49%,100% {
	opacity: 0.06;
}

}

@keyframes fv-person-flicker {

0% {
	clip-path: inset(0);
	opacity: 1;
}

20% {
	clip-path: inset(10% 0 60%);
	opacity: 0.7;
}

40% {
	clip-path: inset(50% 0 20%);
	opacity: 0.2;
}

60% {
	clip-path: inset(30% 0 45%);
	opacity: 0.8;
}

80% {
	clip-path: inset(0);
	opacity: 0.1;
}

100% {
	clip-path: inset(0);
	opacity: 0;
}

}

@keyframes second-view-copy-pink-in {

to {
	transform: translate(var(--second-view-copy-pink-x), var(--second-view-copy-pink-y));
}

}

@keyframes second-view-copy-green-in {

to {
	transform: translate(var(--second-view-copy-green-x), var(--second-view-copy-green-y));
}

}

@keyframes second-view-copy-black-in {

to {
	transform: scaleY(1);
}

}

@keyframes second-view-copy-text-in {

to {
	clip-path: inset(0);
	transform: translateY(0);
}

}

@keyframes second-view-copy-pink-in-sp {

to {
	transform: translate(-1rem, 0.5rem);
}

}

@keyframes second-view-copy-green-in-sp {

to {
	transform: translate(1rem, -0.5rem);
}

}

@keyframes second-view-concern-in {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes second-view-potential-text-in {

to {
	clip-path: inset(0);
	transform: translateY(0);
}

}

@keyframes entry-form-submit-spin {

to {
	transform: rotate(360deg);
}

}

@keyframes gradient-reveal {

to {
	background-size: 100% var(--gradient-reveal-height, 100%);
}

}

