/* メインビジュアルここから */

#mv {
	position: relative;
	height: auto;
	min-height: 500px;
	padding: 90px 0;
	background: linear-gradient(180deg, #1B9FFF 0%, #0e7ed4 60%, #0a5c9e 100%);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#mv img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
	opacity: 0.12;
	animation: fadein 5s 0s ease;
}
@keyframes fadein {
	from {
		scale: .9;
		opacity: 0;
	}
	to {
		scale: 1;
		opacity: 0.12;
	}
}

#mv p.typing {
	position: relative;
	display: block;
	font-size: 3.4vw;
	font-weight: 300;
	color: #fff;
	line-height: 1.25em;
	width: 31ch;
	white-space: nowrap;
	overflow: hidden;
	border-right: 4px solid rgba(255,255,255,0.8);
	animation: typing 3s steps(33), effect .5s step-end infinite alternate;
	left: auto;
	top: auto;
	transform: none;
	text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

@keyframes typing {
	from {
		width: 0
	}
}
@keyframes effect {
	50% {
		border-color: transparent
	}
}

#mv p.typing span {
	color: #c8ecff;
	font-weight: 600;
}

#mv .mv-sub {
	position: relative;
	display: block;
	margin: 30px 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: rgba(255,255,255,0.85);
	letter-spacing: 0.18em;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 0 1px 10px rgba(0,0,0,0.1);
	animation: fadeUp 1.5s 2s ease both;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* メインビジュアルここまで */

/* 共通セクションスタイル */
.section-label {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin: 0 0 12px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #1B9FFF;
	letter-spacing: 0.25em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.section-sub {
	display: block;
	margin: 12px 0 50px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #7a99b5;
	letter-spacing: 0.08em;
	line-height: 1.8em;
	text-align: center;
}

/* 共通h2下線デコレーション */
#service h2::after,
#strengths h2::after,
#news h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	margin: 18px auto 0;
	background: #1B9FFF;
	border-radius: 2px;
}

/* 数字セクションここから */
#numbers {
	padding: 0;
	background: #0a5c9e;
}

.numbers-grid {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.numbers-item {
	flex: 1;
	padding: 50px 20px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1);
}

.numbers-item:last-child {
	border-right: none;
}

.numbers-value {
	display: inline;
	font-size: 58px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1em;
}

.numbers-unit {
	display: inline;
	font-size: 18px;
	font-weight: 500;
	color: #7dd3ff;
	letter-spacing: 0.05em;
}

.numbers-label {
	display: block;
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255,255,255,0.55);
	letter-spacing: 0.12em;
}
/* 数字セクションここまで */

/* SERVICEここから */

#service {
	padding: 90px 4vw 70px;
	text-align: center;
	background: #f6f8fa;
}

#service h2 {
	display: block;
	margin: 0 0 45px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: .08em;
	color: #1a3a5c;
}

#service ul {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 45px;
	padding: 0;
	gap: 24px;
	justify-content: center;
}

#service li {
	display: block;
	flex: 1;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.06);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#service li:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 35px rgba(27,159,255,0.12);
}

#service img {
	display: block;
	width: 100%;
}

#service li h3 {
	display: block;
	margin: 0;
	padding: 22px 22px 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	color: #1a3a5c;
	border-top: 3px solid #1B9FFF;
}

#service li p {
	display: block;
	margin: 0 0 0;
	padding: 0 22px 22px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	color: #777;
	flex-grow: 1;
}

#service li {
	display: flex;
	flex-direction: column;
}

#service li .bt {
	display: block;
	margin: 0;
	padding: 16px 0;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #1B9FFF;
	background: #f0f7ff;
	border-top: 1px solid #e4eef8;
	transition: all 0.3s ease;
	letter-spacing: 0.05em;
}

#service li .bt:hover {
	color: #fff;
	background: #1B9FFF;
}

.bt-more {
	display: inline-block;
	margin: 10px 0 0;
	padding: 16px 45px;
	color: #1B9FFF;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #1B9FFF;
	border-radius: 30px;
	transition: all 0.3s ease;
	letter-spacing: 0.05em;
}

.bt-more:hover {
	color: #fff;
	background: #1B9FFF;
}

.bt-more-primary {
	display: inline-block;
	margin: 10px 0 0;
	padding: 20px 70px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: linear-gradient(135deg, #1B9FFF 0%, #0e7ed4 100%);
	border: none;
	border-radius: 35px;
	transition: all 0.3s ease;
	letter-spacing: 0.1em;
	box-shadow: 0 4px 20px rgba(27,159,255,0.3);
}

.bt-more-primary:hover {
	background: linear-gradient(135deg, #0e7ed4 0%, #0a5c9e 100%);
	box-shadow: 0 8px 30px rgba(27,159,255,0.4);
	transform: translateY(-2px);
}

/* SERVICEここまで */

/* 選ばれる理由ここから */
#strengths {
	padding: 90px 4vw 80px;
	text-align: center;
	background: #fff;
}

#strengths h2 {
	display: block;
	margin: 0 0 50px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: .08em;
	color: #1a3a5c;
}

.strengths-grid {
	display: flex;
	justify-content: center;
	gap: 30px;
	max-width: 1060px;
	margin: 0 auto;
}

.strengths-item {
	flex: 1;
	padding: 50px 32px 40px;
	background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
	border-radius: 14px;
	border: 1px solid #e0ecf5;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strengths-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 28px rgba(27,159,255,0.1);
}

.strengths-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 25px;
	font-size: 32px;
	color: #1B9FFF;
	background: rgba(27,159,255,0.08);
	border-radius: 50%;
	border: 2px solid rgba(27,159,255,0.15);
}

#strengths h3 {
	display: block;
	margin: 0 0 16px;
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	color: #1a3a5c;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

#strengths p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #6a8aaa;
	line-height: 1.9em;
	text-align: left;
}
/* 選ばれる理由ここまで */


/* NEWSここから */

#news {
	padding: 90px 4vw 80px;
	text-align: center;
	background: #f6f8fa;
}

#news h2 {
	display: block;
	margin: 0 0 45px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: .08em;
	color: #1a3a5c;
}

.news-list {
	width: 100%;
	max-width: 860px;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.05);
	overflow: hidden;
}

.news-list li {
	border-bottom: 1px solid #f0f2f5;
	border-left: 4px solid transparent;
	transition: border-color 0.2s ease;
}

.news-list li:last-child {
	border-bottom: none;
}

.news-list li.cat-release {
	border-left-color: #1B9FFF;
}

.news-list li.cat-service {
	border-left-color: #10b981;
}

.news-list li.cat-info {
	border-left-color: #f59e0b;
}

.news-list a {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.news-list li.cat-release a:hover {
	background: #f0f7ff;
}

.news-list li.cat-service a:hover {
	background: #f0fdf8;
}

.news-list li.cat-info a:hover {
	background: #fffbf0;
}

.news-list time {
	flex-shrink: 0;
	width: 110px;
	font-size: 14px;
	font-weight: 500;
	color: #999;
	letter-spacing: 0.02em;
}

.cat-release time { color: #1B9FFF !important; }
.cat-service time { color: #10b981 !important; }
.cat-info time { color: #d97706 !important; }

.news-tag {
	flex-shrink: 0;
	display: inline-block;
	padding: 4px 14px;
	margin-right: 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-radius: 3px;
}

.tag-release {
	color: #1B9FFF;
	background: #e8f4ff;
	border: 1px solid #c8e4ff;
}

.tag-service {
	color: #059669;
	background: #e6faf2;
	border: 1px solid #b0ecd6;
}

.tag-info {
	color: #d97706;
	background: #fef8e8;
	border: 1px solid #fce4a8;
}

.news-title {
	flex: 1;
	font-size: 15px;
	color: #444;
	line-height: 1.5em;
	transition: color 0.2s ease;
}

.news-list a:hover .news-title {
	color: #1B9FFF;
}

.news-arrow {
	flex-shrink: 0;
	margin-left: 15px;
	font-size: 12px;
	color: #ccc;
	transition: all 0.2s ease;
}

.news-list a:hover .news-arrow {
	color: #1B9FFF;
	transform: translateX(3px);
}

/* NEWSここまで */

/* CTAここから */
#cta {
	padding: 70px 4vw;
	background: #f0f2f5;
}

.cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	gap: 50px;
}

.cta-text {
	flex: 1;
}

#cta h2 {
	display: block;
	margin: 0 0 18px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #1a3a5c;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-align: left;
}

#cta p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #7a99b5;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	text-align: left;
}

.cta-buttons {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 14px;
}

.cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 18px 42px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 30px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	text-decoration: none;
}

.cta-primary {
	color: #fff;
	background: linear-gradient(135deg, #1B9FFF 0%, #0e7ed4 100%);
	border-color: transparent;
	box-shadow: 0 4px 15px rgba(27,159,255,0.3);
}

.cta-primary:hover {
	background: linear-gradient(135deg, #0e7ed4 0%, #0a5c9e 100%);
	box-shadow: 0 6px 20px rgba(27,159,255,0.4);
	transform: translateY(-2px);
}

.cta-secondary {
	color: #1a3a5c;
	background: #fff;
	border: 2px solid #d0dbe6;
}

.cta-secondary:hover {
	color: #1B9FFF;
	border-color: #1B9FFF;
}
/* CTAここまで */


/* タブレットここから */
@media screen and (max-width: 1024px) {
#service ul {
	flex-wrap: wrap;
}
#service li {
	width: 48%;
	flex: none;
}
}
/* タブレットここまで */

/* スマホここから */
@media screen and (max-width: 600px) {

/* メインビジュアルここから */
#mv {
	min-height: 250px;
	padding: 50px 4vw 40px;
}

#mv img {
	transform: translate(-72%,-39%);
	width: 200%;
}

#mv p.typing {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	font-size: 5.5vw;
	font-weight: 300;
	line-height: 1.3em;
	width: auto;
	white-space: normal;
	overflow: visible;
	border-right: none;
	animation: none;
	text-align: center;
}

#mv .mv-sub {
	font-size: 3.2vw;
	letter-spacing: 0.05em;
	padding: 0 2vw;
	margin: 15px 0 0;
}
/* メインビジュアルここまで */

/* 数字ここから */
#numbers {
	background: #0a5c9e !important;
}

.numbers-grid {
	flex-wrap: wrap;
}

.numbers-item {
	width: 50%;
	flex: none;
	padding: 25px 10px;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.numbers-item:nth-child(odd) {
	border-right: 1px solid rgba(255,255,255,0.1);
}

.numbers-item:nth-child(3),
.numbers-item:nth-child(4) {
	border-bottom: none;
}

.numbers-value {
	font-size: 32px;
	color: #fff !important;
}

.numbers-unit {
	font-size: 13px;
	color: #7dd3ff !important;
}

.numbers-label {
	color: rgba(255,255,255,0.55) !important;
}
/* 数字ここまで */

/* SERVICEここから */
#service {
	padding: 50px 4vw 40px;
}

#service h2 {
	font-size: 6vw;
}

.section-sub {
	margin: -10px 0 30px;
	font-size: 3.2vw;
	line-height: 1.8em;
}

#service ul {
	flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 0;
	gap: 16px;
}

#service li {
	width: 100%;
}

#service li h3 {
	padding: 15px 12px 6px;
	font-size: 4.5vw;
}

#service li p {
	margin: 0 0 12px;
	padding: 0 12px;
	font-size: 3.5vw;
}

#service li .bt {
	margin: 0;
	font-size: 4vw;
}
/* SERVICEここまで */

/* 選ばれる理由ここから */
#strengths {
	padding: 50px 4vw 40px;
}

#strengths h2 {
	font-size: 6vw;
}

.strengths-grid {
	flex-direction: column;
	gap: 16px;
}

.strengths-item {
	padding: 30px 20px 25px;
}

#strengths p {
	text-align: center;
}
/* 選ばれる理由ここまで */

/* NEWSここから */
#news {
	padding: 50px 4vw 40px;
}

#news h2 {
	font-size: 6vw;
}

.news-list a {
	flex-wrap: wrap;
	padding: 14px 15px;
}

.news-list time {
	width: auto;
	margin-right: 8px;
	font-size: 3.2vw;
}

.news-tag {
	font-size: 2.5vw;
	padding: 2px 8px;
	margin-right: 0;
}

.news-title {
	width: 100%;
	margin-top: 6px;
	font-size: 3.5vw;
}

.news-arrow {
	display: none;
}
/* NEWSここまで */

/* CTAここから */
#cta {
	padding: 40px 4vw;
}

.cta-inner {
	flex-direction: column;
	gap: 25px;
	text-align: center;
}

#cta h2 {
	font-size: 5vw;
	text-align: center;
}

#cta p {
	font-size: 3.5vw;
	text-align: center;
}

.cta-buttons {
	flex-direction: row;
	justify-content: center;
	gap: 12px;
}

.cta-btn {
	padding: 12px 20px;
	font-size: 3.5vw;
}
/* CTAここまで */

}
/* スマホここまで */

/* STRENGTHS label centering fix */
#strengths .section-label,
#service .section-label,
#news .section-label {
	display: block;
	width: 100%;
	text-align: center;
}

/* Section label centering */
#strengths .section-label, #service .section-label, #news .section-label { display: block; width: 100%; text-align: center !important; }
