@charset "UTF-8";
/* -------------------------------------------------- */
/* Reset */
/* -------------------------------------------------- */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
	overflow: visible; /* Show the overflow in Edge and IE */
	height: 0; /* Add the correct box sizing in Firefox */
	color: inherit; /* Correct border color in Firefox. */
}

details,
main {
	display: block; /* Render the `main` element consistently in IE. */
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none; /* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
	text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
	border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

/* Style select like a standard input */
select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
	cursor: default;
}

/* ------------- */
/* Reset ここまで */
/* ------------- */
/* ----- */
/* -------------------------------------------------- */
/* Custom-properties */
/* -------------------------------------------------- */
:root {
	/* Colors */
	--color-primary: #3a4f7a;
	--color-secondary: #2f3e5c;
	--color-tertiary: #e6e9f0;
	--color-accent: #7a8fc2;
	--color-bg-base: #ffffff;
	--color-bg-primary: #3a4f7a;
	--color-bg-secondary: #2f3e5c;
	--color-bg-tertiary: #e6e9f0;
	--color-bg-white: #ffffff;
	--color-bg-black: #000000;
	--color-bg-gray: #333333;
	--color-font-base: #1f2937;
	--color-font-sub: #6b7280;
	--color-font-primary: #3a4f7a;
	--color-font-secondary: #2f3e5c;
	--color-font-emergency: #fe0000;
	--color-font-white: #ffffff;
	--color-font-black: #000000;
	--color-font-gray: #333333;
	--color-font-link: #7a8fc2;
	--color-border: #bbbbbb;
	--color-border-primary: #3a4f7a;
	--color-border-emergency: #fe0000;
	--color-border-black: #000000;
	--color-border-gray: #333333;
	--color-link-default: #7a8fc2;
	--color-link-hover: rgb(87.0360824742, 113.5567010309, 177.9639175258);
	/* Font sizes (rem) */
	--font-size-xxs: 0.625rem;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-md: 1rem;
	--font-size-lg: 1.25rem;
	--font-size-xl: 1.5rem;
	--font-size-xxl: 2rem;
	--font-size-base: 1rem;
	/* Spacing */
	--space-4: 4px;
	--space-8: 8px;
	--space-12: 12px;
	--space-16: 16px;
	--space-20: 20px;
	--space-24: 24px;
	--space-28: 28px;
	--space-32: 32px;
	--space-40: 40px;
	--space-48: 48px;
	--space-56: 56px;
	--space-64: 64px;
	--space-section-height: 64px;
	/* fluid-value(リキッドレイアウト用) */
	--font-size-body: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
	--space-section: clamp(2rem, 1.5384615385rem + 2.0512820513vw, 4rem);
	/* z-index */
	--z-bg: -1;
	--z-header: 1000;
	--z-hero: 100;
	--z-second-view: 50;
	--z-modal: 10000;
	/* view size */
	--width-size-base: 48rem;
	--width-size-sp: 22.5rem;
	--width-size-pc: 96rem;
	--width-size-max: 120rem;
}

/* -------------------------------------------------- */
/* Base Normalize
- リセットCSS適用後の差分調整
- フォント / フォーム / メディア要素を中心に補正
- Reset CSS 本体は改変せず使用
*/
/* -------------------------------------------------- */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #1f2937;
	background-color: #ffffff;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* -------------------------------------------------- */
/* Common Elements */
/* -------------------------------------------------- */
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.8;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: normal;
}

/* -------------------------------------------------- */
/* Visually Hidden (アクセシビリティ用) */
/* -------------------------------------------------- */
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* -------------------------------------------------- */
/* Utilities */
/* -------------------------------------------------- */
.u-line-break {
	display: block;
}

.u-line-break-sp {
	display: block;
}
@media (min-width: 768px) {
	.u-line-break-sp {
		display: inline;
	}
}

.u-line-break-pc {
	display: inline;
}
@media (min-width: 768px) {
	.u-line-break-pc {
		display: block;
	}
}

.u-show-sp {
	display: block;
}
@media (min-width: 768px) {
	.u-show-sp {
		display: none;
	}
}

.u-show-pc {
	display: none;
}
@media (min-width: 768px) {
	.u-show-pc {
		display: block;
	}
}

/* -------------------------------------------------- */
/* Components */
/* -------------------------------------------------- */
/* ボタンのスタイル */
.c-button {
	width: 100%;
	height: 100%;
	min-height: 2.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	color: #ffffff;
	border-radius: 100vh;
	background-color: var(--color-bg-primary);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
}
.c-button > a {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}
.c-button:hover {
	background-color: rgb(41.5666666667, 56.6166666667, 87.4333333333);
	background: color-mix(in srgb, var(--color-bg-primary) 90%, black);
}

/* カードのスタイル */
.c-card {
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
	transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.c-card:hover {
	-webkit-transform: translateY(-0.25rem);
	        transform: translateY(-0.25rem);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* works-card */
.c-works-card {
	width: 100%;
	border: 1px solid var(--color-border);
	border-radius: 4px;
	background-color: var(--color-bg-white);
	padding: var(--space-12);
}
@media (min-width: 768px) {
	.c-works-card {
		max-width: 31.25rem;
	}
}
.c-works-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: var(--space-8);
}
.c-works-card__heading {
	font-size: var(--font-size-lg);
	font-weight: 700;
}
.c-works-card__image {
	width: 100%;
	max-height: 42.1875rem;
}
.c-works-card__image img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-works-card:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
.c-works-card:hover a[tabindex="-1"] {
	opacity: 1;
}
.c-works-card:hover a[tabindex="-1"] img {
	-webkit-transform: none;
	        transform: none;
}
.c-works-card__text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--space-8);
}
.c-works-card__description {
	font-size: var(--font-size-sm);
	-moz-text-align-last: left;
	     text-align-last: left;
}
.c-works-card__tech-list {
	text-align: left;
}
.c-works-card__tech {
	list-style-type: disc;
	list-style-position: inside;
}
.c-works-card__meta {
	margin-block: var(--space-4);
}
.c-works-card__details-summary {
	text-align: left;
	cursor: pointer;
}
.c-works-card__point-list {
	text-align: left;
	padding-inline: var(--space-8);
}
.c-works-card__point:not(:last-child) {
	border-bottom: 1px solid var(--color-border);
}
.c-works-card__auth-text {
	border: 1px solid var(--color-border-emergency);
	padding: var(--space-4);
}
.c-works-card__auth-info {
	display: block;
}

/* フォームのスタイル */
.c-form {
	max-width: 525px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--space-20);
	border-radius: 4px;
	background-color: var(--color-bg-white);
	border: 1px solid var(--color-border);
	padding: var(--space-8);
}
@media (min-width: 768px) {
	.c-form__field, .c-form__text {
		padding-inline: var(--space-8);
	}
}
.c-form__field--name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: var(--space-8);
	   -moz-column-gap: var(--space-8);
	        column-gap: var(--space-8);
}
@media (min-width: 768px) {
	.c-form__field--name {
		-webkit-column-gap: var(--space-12);
		   -moz-column-gap: var(--space-12);
		        column-gap: var(--space-12);
	}
}
.c-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: var(--space-12);
}
.c-form__required {
	color: var(--color-font-emergency);
}
.c-form__input, .c-form__textarea {
	width: 100%;
	color: var(--color-font-base);
	font-size: var(--font-size-base);
	line-height: 1.5;
	border: 1px solid var(--color-border);
	padding: var(--space-8) var(--space-12);
}
.c-form__textarea {
	resize: vertical;
}
.c-form__input:focus, .c-form__textarea:focus {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.c-form__button {
	width: 200px;
	margin-inline: auto;
}
.c-form__thanks {
	min-height: 40px;
	margin-inline: auto;
}
.c-form-note {
	margin-block: var(--space-8);
}

/*
    ラジオボタンのフォーカス可視化対応。
    グループ内のいずれかのradioにフォーカスが入った際、
    キーボード操作時でも視認できるようにするため
    :focus-within を使用してcheckbox-group全体を囲う。
    アクセシビリティ向上目的。
*/
.c-form__checkbox-group:focus-within {
	outline: 2px solid var(--color-primary);
	outline-offset: 8px;
}

.c-checkbox input:focus-visible + .c-checkbox__circle {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

/* ラジオフォーカス対応 ここまで */
/*  チェックボックスキーボード操作時フォーカス対応 */
.c-form__field--checkbox:focus-within {
	-webkit-box-shadow: 0 0 0 3px var(--color-primary);
	        box-shadow: 0 0 0 3px var(--color-primary);
}

.c-checkbox input:focus-visible + .c-checkbox__box {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

/*  チェックボックスキーボード操作時フォーカス対応 ここまで */
/* チェックボックスのスタイル */
.c-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
	position: relative;
	cursor: pointer;
}
.c-checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.c-checkbox__box {
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid var(--color-border);
	border-radius: 0.25rem;
	position: relative;
	-webkit-transition: border-color 0.2s, background-color 0.2s;
	transition: border-color 0.2s, background-color 0.2s;
}
.c-checkbox__box::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.75rem;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.c-checkbox__text a {
	color: var(--color-font-link);
}
.c-checkbox input:checked + .c-checkbox__box {
	background-color: var(--color-bg-primary);
	border-color: var(--color-border);
}
.c-checkbox input:checked + .c-checkbox__box::after {
	opacity: 1;
}

.c-checkbox--round input {
	position: absolute;
	opacity: 0;
}
.c-checkbox--round .c-checkbox__circle {
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid var(--color-border);
	border-radius: 50%;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.c-checkbox--round .c-checkbox__circle::after {
	content: "";
	position: absolute;
	inset: 0.25rem;
	border-radius: 50%;
	background-color: var(--color-bg-primary);
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.c-checkbox--round input:checked + .c-checkbox__circle {
	border-color: var(--color-bg-primary);
}
.c-checkbox--round input:checked + .c-checkbox__circle::after {
	opacity: 1;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	40% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
	60% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	40% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
	60% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.c-checkbox--bounce input {
	opacity: 0;
	position: absolute;
}
.c-checkbox--bounce .c-checkbox__box {
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid var(--color-border);
	border-radius: 0.25rem;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.c-checkbox--bounce .c-checkbox__box::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-bg-primary);
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.c-checkbox--bounce input:checked + .c-checkbox__box {
	border-color: var(--color-bg-primary);
	-webkit-animation: bounce 0.3s;
	        animation: bounce 0.3s;
}
.c-checkbox--bounce input:checked + .c-checkbox__box::after {
	opacity: 1;
}

.c-checkbox--toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
}
.c-checkbox--toggle input {
	position: absolute;
	opacity: 0;
}
.c-checkbox--toggle .c-checkbox__toggle {
	width: 2.5rem;
	height: 1.375rem;
	background-color: var(--color-border);
	border-radius: 1.375rem;
	position: relative;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.c-checkbox--toggle .c-checkbox__toggle::after {
	content: "";
	position: absolute;
	width: 1.125rem;
	height: 1.125rem;
	left: 0.125rem;
	top: 0.125rem;
	background-color: var(--color-bg-white);
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-checkbox--toggle input:checked + .c-checkbox__toggle {
	background-color: var(--color-bg-primary);
}
.c-checkbox--toggle input:checked + .c-checkbox__toggle::after {
	-webkit-transform: translateX(1.125rem);
	        transform: translateX(1.125rem);
}

/* -------------------------------------------------- */
/* Base Layout */
/* -------------------------------------------------- */
.l-container {
	width: 100%;
	max-width: 1536px;
	margin-inline: auto;
	padding-inline: var(--space-16);
}
@media (min-width: 480px) {
	.l-container {
		padding-inline: var(--space-20);
	}
}

.l-inner {
	width: 90%;
	max-width: 1920px;
	margin-inline: auto;
}

.l-stack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--space-24);
}
@media (min-width: 768px) {
	.l-stack {
		gap: calc(var(--space-24) * 1.5);
	}
}

.l-section {
	text-align: center;
	scroll-margin-top: var(--space-section-height);
	padding-top: var(--space-20);
	padding-bottom: var(--space-20);
}
.l-section__title {
	display: inline-block;
	font-size: var(--font-size-xl);
	font-weight: 700;
	line-height: 1;
	/* Sassで生成 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(156.9639175258, 172.4432989691, 210.0360824742)));
	background: linear-gradient(transparent 70%, rgb(156.9639175258, 172.4432989691, 210.0360824742) 70%);
	margin: var(--space-16) auto;
}

/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */
.l-header {
	width: 100%;
	height: var(--space-section-height);
}
.l-header__container {
	width: 100%;
	height: var(--space-section-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: var(--color-bg-base);
	padding-inline: var(--space-16);
}
@media (min-width: 768px) {
	.l-header__container {
		padding-inline: var(--space-20);
	}
}
.l-header__logo {
	color: var(--color-font-primary);
}
.l-header__logo img {
	display: block;
}
.l-header__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.l-header__logo-role {
	font-size: var(--font-size-xxs);
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 768px) {
	.l-header__logo-role {
		font-size: var(--font-size-md);
	}
}
.l-header__logo-name {
	font-size: var(--font-size-xl);
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 768px) {
	.l-header__logo-name {
		font-size: var(--font-size-xxl);
	}
}
.l-header__nav {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: var(--space-section-height);
	right: 0;
	bottom: 0;
	background-color: var(--color-bg-primary);
	color: var(--color-font-white);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: var(--space-24);
}
@media (min-width: 768px) {
	.l-header__nav {
		width: auto;
		height: auto;
		position: static;
		background-color: transparent;
		color: var(--color-font-primary);
		visibility: visible;
		opacity: 1;
		padding: var(--space-12);
	}
}
.l-header__nav[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
}
.l-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--space-24);
}
@media (min-width: 768px) {
	.l-header__nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.l-header__nav-item {
	font-size: var(--font-size-xl);
	line-height: 1;
}
.l-header__nav-item a {
	padding-inline: var(--space-4);
}
.l-header__nav-item a:hover {
	border-radius: 4px;
	border: 1px solid var(--color-border);
}
.l-header__hamburger {
	/* ハンバーガーボタン */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 300;
	width: var(--space-section-height);
	aspect-ratio: 1/1;
	background-color: var(--color-bg-primary);
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
	.l-header__hamburger {
		display: none;
	}
}
.l-header__hamburger:hover, .l-header__hamburger:focus {
	-webkit-box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
	        box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
}
.l-header__hamburger-line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-block: auto;
	margin-inline: auto;
	width: calc(var(--space-section-height) / 2);
	height: 0.125rem;
	background-color: var(--color-bg-white);
	-webkit-transition: inherit;
	transition: inherit;
}
.l-header__hamburger-line::before, .l-header__hamburger-line::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: inherit;
	content: "";
	-webkit-transition: inherit;
	transition: inherit;
}
.l-header__hamburger-line::before {
	top: calc(var(--space-section-height) / -4 + 5px);
}
.l-header__hamburger-line::after {
	top: calc(var(--space-section-height) / 4 - 5px);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line {
	background-color: transparent;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::before, .l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::after {
	top: 0;
	background-color: var(--color-bg-white);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -------------------------------------------------- */
/* フッター */
/* -------------------------------------------------- */
.l-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: var(--space-12);
	padding-top: var(--space-20);
	padding-bottom: var(--space-8);
}
.l-footer__logo {
	color: var(--color-font-primary);
}
.l-footer__logo img {
	display: block;
}
.l-footer__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.l-footer__logo-role {
	font-size: var(--font-size-xxs);
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 768px) {
	.l-footer__logo-role {
		font-size: var(--font-size-md);
	}
}
.l-footer__logo-name {
	font-size: var(--font-size-xl);
	font-weight: 700;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.l-footer__logo-name {
		font-size: var(--font-size-xxl);
	}
}
.l-footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: var(--space-12);
}
.l-footer__copyright {
	font-size: var(--font-size-xs);
}

/* -------------------------------------------------- */
/* ヒーローセクション */
/* -------------------------------------------------- */
.l-hero {
	width: 100%;
}
.l-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.l-hero__container {
	max-width: 1536px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: var(--space-24);
	padding: var(--space-24);
}
.l-hero__catch span, .l-hero__sub-catch span {
	color: var(--color-font-white);
	background-color: var(--color-bg-primary);
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
	padding: var(--space-4);
}
.l-hero__catch {
	font-size: var(--font-size-xl);
}
@media (min-width: 768px) {
	.l-hero__catch {
		font-size: clamp(0.9375rem, 4.1666666667vw, 5rem);
	}
}
.l-hero__sub-catch {
	font-size: var(--font-size-md);
}
@media (min-width: 768px) {
	.l-hero__sub-catch {
		font-size: clamp(0.703125rem, 3.125vw, 3.75rem);
	}
}

/* -------------------------------------------------- */
/* CTA */
/* -------------------------------------------------- */
.l-cta__container {
	justify-items: center;
}

/* -------------------------------------------------- */
/* Works */
/* -------------------------------------------------- */
/* swiper-area */
/* Swiper（Works）
- PC幅では Swiper を destroy して通常のグリッド表示にする
- Swiper 初期化前 / destroy 後は .swiper-wrapper に flex が当たらないため
  非 swiper 状態（.swiper-initialized なし）のみ grid を適用する */
@media (min-width: 768px) {
	.swiper:not(.swiper-initialized) .p-top-works__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		gap: var(--space-32);
	}
}
@media (min-width: 768px) and (min-width: 1024px) {
	.swiper:not(.swiper-initialized) .p-top-works__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* 前へ次への矢印カスタマイズ */
.p-top-works .swiper-area {
	position: relative;
}
.p-top-works .swiper-button-prev svg,
.p-top-works .swiper-button-next svg {
	display: none !important;
}
.p-top-works .swiper-button-prev::after,
.p-top-works .swiper-button-next::after {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	        transform: translateY(-16px);
	z-index: 10;
}
@media (min-width: 768px) {
	.p-top-works .swiper-button-prev::after,
	.p-top-works .swiper-button-next::after {
		display: none;
	}
}
.p-top-works .swiper-button-prev::after {
	background-image: url(/asset/img/arrow_prev_01.svg);
	left: -3%;
}
.p-top-works .swiper-button-next::after {
	background-image: url(/asset/img/arrow_next_01.svg);
	right: -3%;
}

/* -------------------------------------------------- */
/* About */
/* -------------------------------------------------- */
.p-top-about__textbox {
	max-width: 40rem;
	margin-inline: auto;
}