@charset "utf-8";
:focus { outline: none; }
input[type=text]:focus,
input[type=password]:focus, textarea:focus { outline: 0 none; }
body, html { height: 100%; min-height: 100%; font-weight: normal; font-style:normal; }
input, textarea, select { -webkit-appearance: none; }
input, textarea, select { -webkit-border-radius: 0; border-radius: 0; }
body, nav, ul, li, a {margin:0;padding:0;}
html, html a {
    -webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none;
}
* {
    margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: rgba(255, 255, 255, 1);
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: rgba(19, 19, 19, 1);
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	}
@media (min-width: 1024px) and (max-width: 1439px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
} @media (min-width: 0px) and (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
}

/* ---------- ---------- ---------- BA :: 2025-12-03 :: footer ---------- ---------- ---------- */

#footer, #footer-u, #footer-01, img {
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#footer, #footer-u, #footer-01  {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	float: none;
	}

#footer {
	position: fixed;
	bottom: 60px;
	width: 100%;
	height: auto;
	z-index: 102;
	}
#footer-u {
	max-width: 1360px;
	}
#footer, #footer-u, #footer-01 {
	height: 40px;
	}
#footer-01 {
	max-width: 300px;
	}
@media (min-width: 1280px) and (max-width: 1439px) {
	#footer {
		bottom: 40px;
		}
	#footer-u {
		max-width: 1210px;
		}
} @media (min-width: 1024px) and (max-width: 1279px) {
	#footer {
		bottom: 40px;
		}
	#footer-u {
		max-width: 980px;
		}
} @media (min-width: 0px) and (max-width: 1023px) {
	#footer {
		position: relative;
		bottom: auto;
		width: 100%;
		height: 80px;
		margin-top: 0px;
		margin-bottom: 0px;
		z-index: 1;
		}
	#footer-u {
		max-width: 300px;
		}
}

/* ---------- ---------- ---------- BA :: 2025-12-03 :: section ---------- ---------- ---------- */ 

.section {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	scroll-snap-align: start;
}
@media (min-width: 0px) and (max-width: 1023px) {
	.section {
		height: 560px;
		display: block;
	}
}
#section-01-under, #section-01-01, #section-01-text, .class-001 a:link, .class-001 a:visited, .class-001 a:active, .class-001 a:hover, img {
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#section-01-under, #section-01-01, #section-01-text {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	float: none;
	}

#section-01 {
	position: relative;
	width: 100%;
	}
#section-01 {
	background-image: url("img/bg-desktop.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	}
#section-01-under {
	max-width: 1360px;
	height: auto;
	}
#section-01-01 {
	width: 440px;
	margin-top: 0px;
	margin-left: 240px;
	float: left;
	}
#section-01-text {
	width: auto;
	height: auto;
	}
@media (min-width: 1280px) and (max-width: 1439px) {
	#section-01-under {
		max-width: 1210px;
		}
	#section-01-01 {
		width: 400px;
		margin-left: 220px;
		}
} @media (min-width: 1024px) and (max-width: 1279px) {
	#section-01-under {
		max-width: 980px;
		}
	#section-01-01 {
		width: 400px;
		margin-top: 0px;
		margin-left: 100px;
		float: left;
		}
} @media (min-width: 0px) and (max-width: 1023px) {
	#section-01 {
		background-image: url("img/bg-mobile.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto auto;
		}
	#section-01-under {
		max-width: 300px;
		}
	#section-01-01 {
		width: 300px;
		margin-top: 80px;
		margin-left: 0px;
		}
}
/* ---------- ---------- ---------- BA :: 2025-12-03 :: tbl ---------- ---------- ---------- */

.tblWidth {
	width: 100%;
	border-spacing: 0px;
	}
.col-001 {
	text-align: center;
	vertical-align: top;
	}
.col-002 {
	text-align: left;
	vertical-align: top;
	}
.col-003 {
	height: 40px;
	}
.col-004 {
	height: 10px;
	}
@media (min-width: 1280px) and (max-width: 1439px) {
	.col-003 {
		height: 36px;
		}
} @media (min-width: 1024px) and (max-width: 1279px) {
	.col-003 {
		height: 28px;
		}
} @media (min-width: 0px) and (max-width: 1023px) {
	.col-003 {
		height: 20px;
		}
}

/* ---------- ---------- ---------- BA :: 2025-12-03 :: class ---------- ---------- ---------- */

.txt-001, .txt-002 {
	text-align: left;
	}
.txt-001 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 400;
	}
.class-001 a:link, .class-001 a:visited, .class-001 a:active, .class-001 a:hover {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: rgba(33, 54, 124, 1);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	outline: 0;
	outline: none;
	}
.class-001 a:hover {
	color: rgba(19, 19, 19, 1);
	}
.img-logo {
	width: auto;
	height: 80px;
	border: none;
	opacity: 1;
	}
@media (min-width: 1280px) and (max-width: 1439px) {
	.class-001 a:link, .class-001 a:visited, .class-001 a:active, .class-001 a:hover {
		font-size: 16px;
		line-height: 22px;
		}
	.img-logo {
		height: 70px;
		}
} @media (min-width: 1024px) and (max-width: 1279px) {
	.class-001 a:link, .class-001 a:visited, .class-001 a:active, .class-001 a:hover {
		font-size: 16px;
		line-height: 20px;
		}
	.img-logo {
		height: 60px;
		}
} @media (min-width: 0px) and (max-width: 1023px) {
	.class-001 a:link, .class-001 a:visited, .class-001 a:active, .class-001 a:hover {
		font-size: 16px;
		line-height: 20px;
		}
	.img-logo {
		height: 70px;
		}
}