/*!
Theme Colors
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Plus+Jakarta+Sans:wght@400;700&family=Italianno&display=swap');

:root {
	--main-color: #1E4A8C;
	--main-color-rgb: 30, 74, 140;
	--sub-color: #6FA3E0;
	--sub-color-rgb: 111, 163, 224;
	--point-color: #2a7a8c;
	--point-color-rgb: 42, 122, 140;
	--bg-color: #FDFDFD;
	--bg-color-rgb: 253, 253, 253;
	--bg-sub-color: #f2f4f8;
	--bg-sub-color-rgb: 242, 244, 248;
	--text-color: #222;
	--text-color-rgb: 34, 34, 34;
	--font: "Noto Sans JP", sans-serif;
	--font-regular: 400;
	--font-bold: 700;
	--eng-font: "Plus Jakarta Sans", sans-serif;
	--eng-font-regular: 400;
	--eng-font-bold: 700;
	--eng-point-font: "Italianno", cursive;
}

.mask, .iframe, .filledDiv, .bulletPointsDiv, .singleNotes, .faq dl, .snow-monkey-form, .serviceList a, .blogList li a, .footerTopNav a, .orgListImage img {
	border-radius: 0.5rem;
}
.topMvTaglineEn,
.sectionTitleEn,
.topAdvantageTitleEn,
.contentTitleEn,
.serviceListSlug {
	font-family: var(--eng-point-font);
	font-weight: var(--eng-font-regular);
	text-indent: 0;
	letter-spacing: 0;
}
.topMvTagline,
.sectionTitleJa,
.contentTitleJa {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "Times New Roman", serif;
}
.header {
	padding: 0.5rem 0;
}
.header.scrolled::before {
	background-color: rgba(var(--bg-color-rgb), 1);
}
.main {
	margin-top: 5.5719rem;
}
.topMv {
	background-image: url(../../uploads/2026/04/pixta_115239458_L.jpg);
	background-size: 100% 100%;
}
.topMvBgImage {
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
	mask-image: linear-gradient(to right, transparent 0%, black 25%);
	width: 50%;
	left: auto;
	right: 0;
}
.topMvBgImage::after {
	display: none;
}
.topMvBg .topMvContent .topMvTagline, .topMvBg .topMvContent .topMvTaglineEn, .topMvBg .topMvContent .topMvTaglineTopic, .topMvBg .topMvContent .topMvTaglineText {
	text-shadow: none;
}
.topMvBg .topMvContent {
	color: inherit;
}
.topMvDiv {
	max-width: 32rem;
}
.topMvTagline {
	color: var(--main-color);
	letter-spacing: 0;
	line-height: 1.25;
}
.topMvTaglineEn {
	margin-bottom: 1rem;
	font-size: 2em;
}
.topMvTaglineTopic {
	border-top: 0.0625rem solid rgba(var(--main-color-rgb),0.2);
	padding-top: 1rem;
	font-size: 1em;
}
.topMvTaglineText {
	text-align: justify;
	font-size: 0.8125em;
}
.topAdvantage {
	background: linear-gradient( 135deg, #ffffff 0%, #fdfdfd 40%, #eaf2fb 70%, #dce8f7 100%);
}
.topAdvantageNum {
	color: rgba(var(--main-color-rgb),0.1);
	-webkit-text-stroke: 0;
}
.topAdvantageTitleEn {
	font-size: 1.5em;
	padding-top: 0;
	padding-bottom: 0;
}
.sectionTitle {
	gap: 0;
}
.sectionTitleJa {
	font-size: 1.75em;
	color: var(--main-color);
	letter-spacing: 0;
	text-indent: 0;
}
.sectionTitleEn {
	font-size: 2em;
	line-height: 1;
}
.contentTitle {
	gap: 0;
}
.contentTitleJa {
	font-size: 1.75em;
	color: var(--main-color);
	letter-spacing: 0;
	line-height: 1;
}
.contentTitleEn {
	font-size: 2em;
	line-height: 1;
	transform: translateX(0);
}
.worksList {
	gap: 1rem;
}
.worksList li {
	flex-basis: calc(25% - 1rem*3/4);
}
.worksList a::after {
	display: none;
}
.worksList a {
	border: 0.0625rem solid var(--main-color);
	padding: 0.5rem 1rem;
	border-radius: 99em;
	text-align: center;
	background-color: #fff;
}
.worksListTitle {
	margin: 0;
	font-weight: var(--font-regular);
	color: var(--main-color);
}
.serviceListSlug::before {
	width: 0.75em;
}
.serviceListSlug {
	font-size: 1.25em;
}
.serviceListTitle::before {
	height: 0.0625rem;
	border-radius: 0;
	top: 0.8em;
}
.ctaSection::before {
	mix-blend-mode: normal;
	opacity: 0.9;
}
.ctaSectionContent .sectionTitleJa {
	color: inherit;
}
.footer {
	background-color: var(--bg-color);
}
.footerTopTitle {
	flex-basis: 10rem;
}
.priceNote {
	background-color: var(--bg-sub-color);
	text-align: left;
	padding: 2rem;
}
.flow dl::after {
	background-color: var(--main-color);
}
.priceItemPrice {
	color: var(--main-color);
}

@media screen and (max-width: 960px) {
	.headerInner.innerMAX {
		padding-left: 0.5rem;
	}
	.headerLogo {
		max-width: 9rem;
	}
	.main {
		margin-top: 63.88px;
	}
	.topMvContent {
		text-align: left;
	}
	.topMvDiv {
		max-width: max-content;
	}
	.topMv.topMvBg {
		padding-bottom: 22rem;
	}
	.topMvBgImage {
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
		mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
		width: 100%;
		height: 20rem;
		top: auto;
		bottom: 0;
	}
	.worksList {
		gap: 0.5rem;
	}
	.worksList li {
		flex-basis: calc(50% - 0.5rem*1/2);
	}
}
@media screen and (max-width: 632px) {
	.topMv.topMvBg {
		padding-bottom: 15rem;
	}
	.topMvTagline {
		font-size: 2em;
		margin-bottom: 0.5rem;
	}
	.topMvTaglineEn {
		font-size: 1.5em;
	}
	.topMvBgImage {
		height: 15rem;
	}
	.topAdvantageNum {
		font-size: 2.5em;
	}
	.topAdvantageTitle {
		font-size: 1.5em;
	}
	.serviceList li {
		flex-basis: 100%;
	}
	.serviceList a {
		flex-direction: row;
	}
	.serviceList a .serviceListImage {
		flex-basis: 35%;
	}
	.ctaSectionContent .sectionTitleJa {
		font-size: 1.5em;
	}
	.worksTable,
	.worksTable tbody,
	.worksTable tr,
	.worksTable th,
	.worksTable td {
		display: block;
	}
	.worksTable th {
		padding: 1rem 0.5rem 0.35rem;
	}
	tr:last-child th {
		border-bottom: 0;
	}
	.worksTable td {
		border: 0;
		padding: 0 0.5rem 1rem;
	}
}