@charset "utf-8";

:root {
	--bg: #0f172a;
	--panel: #0b1224;
	--ink: #e5e7eb;
	--mute: #9ca3af;
	--brand: #E40046;
	--brand-2: #AD002D;
	--accent: #22d3ee;
	--ok: #10b981;
	--shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

*,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	min-height: 100%;
}
/*
html,
body {
	height: 100%;
}
*/
body {
	margin: 0;
	color: var(--ink);
	font-family: 'Noto Sans JP', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
	background: var(--bg);
}

.container {
	margin: 0 auto;
	padding: 24px 0 60px;
	width: min(1080px, 92vw);
}

.hero {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: clamp(28px, 5vw, 56px);
	background: linear-gradient(135deg, var(--brand-2) 0%, var(--brand) 100%);
	box-shadow: var(--shadow);
	margin-top: 28px;
}
.hero h1 {
	margin: 0 0 12px;
	font-size: clamp(26px, 4.2vw, 44px);
	line-height: 1.15;
	letter-spacing: .01em;
	font-weight: 900;
}
.hero p {
	margin: 0;
	font-size: clamp(14px, 2.2vw, 18px);
	color: #fffaf2;
	opacity: .95;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(2, 6, 23, .35);
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2) inset;
	margin-bottom: 20px;
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}
	
@media (min-width: 900px) {
	.grid-2 {
		grid-template-columns: 1.15fr .85fr;
	}
}

.container > .panel {
	margin-block: 1em;
}
.panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 20px;
	padding: clamp(18px, 2.2vw, 28px);
	box-shadow: var(--shadow);
}
.panel h2 {
	margin: 0 0 10px;
	font-size: clamp(22px, 3vw, 28px);
	letter-spacing: .01em;
}
.panel p {
	margin-top: 1rem;
	color: var(--ink);
	line-height: 1.85;
	opacity: .88;
}

.kicker {
	color: var(--mute);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
}

.muted {
	color: var(--mute);
}

.list {
	margin: 10px 0 0 0;
	padding: 0 0 0 18px;
	line-height: 1.9;
}

.quote {
	margin: 0;
	padding: 16px 18px;
	border-left: 4px solid var(--accent);
	background: rgba(34, 211, 238, .06);
	border-radius: 10px;
	color: #d9fbff;
	font-style: italic;
}

.stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 12px;
}
@media (min-width: 720px) {
	.stats {
		grid-template-columns: repeat(4, 1fr);
	}
}

.stat {
	background: rgba(255, 255, 255, .04);
	border: 1px dashed rgba(255, 255, 255, .18);
	border-radius: 14px;
	padding: 14px;
	text-align: center;
}
.stat b {
	display: block;
	font-size: clamp(18px, 3vw, 26px);
}

.tag {
	display: inline-block;
	margin-top: 6px;
	color: var(--mute);
	font-weight: 600;
}

footer {
	margin-top: 60px;
	text-align: center;
	color: var(--mute);
	font-size: 12px;
}
.footer a {
	color: #fff;
}

.cta-button {
	background: var(--brand);
	color: #fff;
	padding: 14px 32px;
	border-radius: 999px;
	font-weight: 700;
	margin-top: 20px;
	box-shadow: var(--shadow);
	border: none;
}
.cta-button:hover {
	background: var(--brand-2);
}


/* omotenashi form */
#contact-form {
	background-color: rgb(96, 96, 96);
}
#contact-form .form_box {
	color: #333;
	background-color: #fff;
}

#bottombtn {
	min-height: 5vh;
	display: block;
	background: #d7000f;
	border: 1px solid #d7000f;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}

.text-red {
	color: #f00;
}

input.formBorder {
	width: 100%;
}

input.inputError,
label.inputError {
	border: 2px solid #ddd;
}

.kojin label + label {
	border-radius: 5px;
}

#sub,
#subError {
	display: block;
	margin: 0 auto;
	padding: 0.8em 0;
	max-width: 340px;
	width: 100%;
	color: #eee;
	font-size: 18px;
	text-align: center;
	background: #888;
	border: 0 none;
	border-radius: 3em;
	transition: all 0.3s;
}
#sub {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #d9241b;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#sub:hover {
	background: #f25a0f;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.copyright {
	padding-top: 1rem;
	padding-bottom: 4rem;
	background-color: #111;
	text-align: center;
}
.copyright .p-small {
	padding-top: 1.375rem;
	color: #f3f7fd;
}

/* 導入事例 */
.intro {
	color: initial;
	font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
}
.wrap_lower04 {
	padding: 50px 20px;
}
h2.lower {
	margin-bottom: 40px;
	color: #333;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.intro .pc-only {
	display: none;
}
.intro_container {
	gap: 20px;
}
.intro .card {
	flex-basis: calc((100% - 40px) / 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	background-color: white;
	box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.3);
	transition: transform 0.3s ease-in-out;
}
.intro .card:hover {
	transform: scale(1.02);
}
.intro .card a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.intro_container .card:nth-child(2) {
	display: none;
}

.intro .card__thumbnail {
	position: relative;
}
.intro .card__company {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-50%);
	padding: 3px 13px 3px 8px;
	color: #fff;
	font-size: 14px;
	background-color: #002676;
	border-radius: 0px 3px 3px 0;
}
.card__thumbnail img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.intro .card-title {
	margin: 25px 20px 0;
	padding-top: 1em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: justify;
}
.intro .card-content {
	margin: 20px;
	font-size: 0.9em;
	line-height: 1.6;
}
.intro .card-list-flex {
	display: flex;
	justify-content: start;
}
.intro .card__list-title {
	flex-basis: 20%;
}
.intro .card__list-list {
	flex-basis: 80%;
}

.intro .tags {
	display: flex;
	gap: 10px;
	margin: 0 10px 10px;
	justify-content: flex-end;
	margin-top: auto;
}
.intro .tag {
	margin-top: 0;
	padding: 5px 10px;
	color: initial;
	font-size: 0.8em;
	font-weight: initial;
	background-color: #f0f0f0;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.intro {
		margin-top: 5%;
	}
	.wrap_lower04 {
		padding-block: 20px;
	}
	h2.lower {
		margin-bottom: 20px;
		font-size: 23px;
	}
	.intro_container {
		flex-direction: column;
	}
}