@charset "utf-8";

body {
	position: relative;
}

main {
	width: 100%;
}

.keyvisual_wrap {
	width: 100%;
	height: calc(100vh - 66px);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

.keyvisual {
	position: relative;
	width: 100%;
	height: 100%;
}

.screen_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.screen_1_contents {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 564px;
	height: 116px;
}

.screen_1_contents img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*opacity: 0;*/
	transition: 0.5s;
}

.screen_1.open img {
	top: 110%;
	transition: 1s;
}

.screen_1.open .scroll_wrap {
	transition: 0.5s;
	opacity: 0;
}

.company_name {
	position: relative;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	width: 562.5px;
	height: 49px;
	overflow: hidden;
}

.company_name img {
	opacity: 0;
}

.coltd {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 88px;
	height: 20.5px;
	overflow: hidden;
}

.coltd img {
	opacity: 0;
}

.ss {
	position: absolute;
	margin: auto;
	top: 0;
	left: -45px;
	right: 0;
	width: 53px;
	height: 85px;
	overflow: hidden;
	opacity: 0;
}

.poly {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: none;
	stroke: #ffffff;
	stroke-width: 10;
	stroke-miterlimit: 10;
}

.screen_2 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.screen_2_img_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1.5s 0.5s;
}

.mask.open {
	left: 480%;
}

.mask.open_2 {
	left: -480%;
}

.mask_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 500%;
	height: 0;
	border-bottom: 95vh solid rgb(255, 255, 255);
	border-left: 95vh solid transparent;
}

.mask_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 0;
	border-top: 95vh solid rgb(255, 255, 255);
	border-right: 95vh solid transparent;
}

@keyframes scaleImg {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}

.screen_2_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.screen_2_img_1 {
	background-image: url("../images/index/keyvisual_1.png");
}

.screen_2_img_1.open {
	transform: scale(1.1);
	transition: transform 10s;
}

.screen_2_img_2 {
	background-image: url("../images/index/keyvisual_2.png");
	opacity: 0;
}

.screen_2_img_2.open_2 {
	transform: scale(1.1);
	transition: transform 10s;
}

.screen_2_text {
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	right: 120px;
	bottom: 0;
	height: 90px;
	z-index: 2;
}

.screen_2_img p span {
	display: inline-block;
	font-size: 80px;
	color: rgb(255, 255, 255);
	letter-spacing: 0.08em;
	opacity: 0;
	font-family: lato, sans-serif;
	font-weight: 800;
	font-style: normal;
	transition:
		opacity 1.5s,
		transform 1.5s;
}

.screen_2_text.open p span {
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.screen_2_img p span.s_color_1 {
	color: rgb(243, 130, 121);
}

.screen_2_img p span.s_color_2 {
	color: rgb(19, 119, 144);
}

.screen_2_img_2.open_2 {
	opacity: 1;
}

.s2_1_m {
	transform: matrix3d(
		0.77,
		-0.64,
		0,
		0,
		0.64,
		0,
		1,
		0,
		0,
		-1,
		0,
		0,
		-50,
		50,
		0,
		1
	);
}

.s2_1_y {
	transform: matrix3d(
		0.91,
		-0.42,
		0,
		0,
		0.42,
		0.455,
		0.87,
		0,
		0,
		-0.87,
		0.5,
		0,
		-25,
		25,
		0,
		1
	);
}

.s2_1_l {
	transform: matrix3d(
		0.98,
		-0.17,
		0,
		0,
		0.17,
		0.8526,
		0.5,
		0,
		0,
		-0.5,
		0.87,
		0,
		-10,
		10,
		0,
		1
	);
}

.s2_1_i {
	transform: matrix3d(
		0.8526,
		-0.17,
		0.5,
		0,
		0.17,
		0.98,
		0,
		0,
		-0.5,
		0,
		0.87,
		0,
		10,
		-10,
		0,
		1
	);
}

.s2_1_f {
	transform: matrix3d(
		0.455,
		-0.42,
		0.87,
		0,
		0.42,
		0.91,
		0,
		0,
		-0.87,
		0,
		0.5,
		0,
		30,
		-30,
		0,
		1
	);
}

.s2_1_e {
	transform: matrix3d(
		0,
		-0.64,
		1,
		0,
		0.64,
		0.77,
		0,
		0,
		-1,
		0,
		0,
		0,
		50,
		-50,
		0,
		1
	);
}

.s2_1_dot {
	transform: matrix3d(
		-0.13090000000000002,
		-0.64,
		0.98,
		0,
		0.64,
		0.77,
		0,
		0,
		-0.98,
		0,
		-0.17,
		0,
		60,
		-60,
		0,
		1
	);
}

.s2_2_y {
	transform: matrix3d(
		0.77,
		-0.64,
		0,
		0,
		0.64,
		0,
		1,
		0,
		0,
		-1,
		0,
		0,
		-50,
		50,
		0,
		1
	);
}

.s2_2_o {
	transform: matrix3d(
		0.87,
		-0.5,
		0,
		0,
		0.5,
		0.2958,
		0.94,
		0,
		0,
		-0.94,
		0.34,
		0,
		-35,
		35,
		0,
		1
	);
}

.s2_2_u {
	transform: matrix3d(
		0.94,
		-0.34,
		0,
		0,
		0.34,
		0.6016,
		0.77,
		0,
		0,
		-0.77,
		0.64,
		0,
		-20,
		20,
		0,
		1
	);
}

.s2_2_r {
	transform: matrix3d(
		0.98,
		-0.17,
		0,
		0,
		0.17,
		0.8526,
		0.5,
		0,
		0,
		-0.5,
		0.87,
		0,
		-10,
		10,
		0,
		1
	);
}

.s2_2_l {
	transform: matrix3d(
		0.8526,
		-0.17,
		0.5,
		0,
		0.17,
		0.98,
		0,
		0,
		-0.5,
		0,
		0.87,
		0,
		10,
		-10,
		0,
		1
	);
}

.s2_2_i {
	transform: matrix3d(
		0.6016,
		-0.34,
		0.77,
		0,
		0.34,
		0.94,
		0,
		0,
		-0.77,
		0,
		0.64,
		0,
		20,
		-20,
		0,
		1
	);
}

.s2_2_f {
	transform: matrix3d(
		0.2958,
		-0.5,
		0.94,
		0,
		0.5,
		0.87,
		0,
		0,
		-0.94,
		0,
		0.34,
		0,
		35,
		-35,
		0,
		1
	);
}

.s2_2_e {
	transform: matrix3d(
		0,
		-0.64,
		1,
		0,
		0.64,
		0.77,
		0,
		0,
		-1,
		0,
		0,
		0,
		50,
		-50,
		0,
		1
	);
}

.s2_2_dot {
	transform: matrix3d(
		-0.13090000000000002,
		-0.64,
		0.98,
		0,
		0.64,
		0.77,
		0,
		0,
		-0.98,
		0,
		-0.17,
		0,
		60,
		-60,
		0,
		1
	);
}

.screen_3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	opacity: 0;
	transition: 0.5s 1s;
	background-color: rgb(255, 255, 255);
}

.screen_3.open {
	opacity: 1;
}

.screen_3_text {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 570px;
	height: 300px;
	text-align: center;
	opacity: 0;
	transition: 0.5s 1s;
	z-index: 2;
}

.screen_3.open .screen_3_text {
	opacity: 1;
}

.key_h2 {
	width: 100%;
	height: 256px;
}

.the {
}

.guide {
	margin-left: 66px;
}

.to {
	margin-top: 90px;
	margin-left: 92px;
}

.life {
	margin-top: 90px;
	margin-left: 68px;
}

#t_1 {
	width: 45px;
}

#h {
	margin-left: 27px;
	width: 48px;
}

#e_1 {
	margin-left: 29px;
	width: 36px;
}

#g {
	width: 49px;
}

#u {
	margin-left: 29px;
	width: 47px;
}

#i_1 {
	margin-left: 30px;
	width: 22px;
}

#d {
	margin-left: 29px;
	width: 48px;
}

#e_2 {
	margin-left: 29px;
	width: 36px;
}

#t_2 {
	width: 46px;
}

#o {
	margin-left: 26px;
	width: 49px;
}

#l {
	width: 34px;
}

#i_2 {
	margin-left: 26px;
	width: 21px;
}

#f {
	margin-left: 29px;
	width: 36px;
}

#e_3 {
	margin-left: 26px;
	width: 36px;
}

.key_h2 div .key_h2_char {
	transform: scale(0);
}

.screen_3.open_2 .screen_3_text .key_h2 div .key_h2_char {
	animation: 0.5s s3_text cubic-bezier(0.81, 1.93, 0.71, 0.69) forwards;
}

@keyframes s3_text {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

.screen_3_text h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	transition: 0.5s 0.5s;
}

.screen_3.open_2 .screen_3_text h2::before {
	right: -110%;
}

.concept {
	position: absolute;
	top: 110px;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: rgb(0, 60, 137);
	letter-spacing: 0.5em;
	opacity: 0;
	transition: 1s 2.5s;
	text-align: center;
}

.screen_3.open_2 .concept {
	opacity: 1;
}

.concept_text {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
	color: rgb(0, 60, 137);
	letter-spacing: 0.2em;
	opacity: 0;
	transition: 1s 2.5s;
}

.screen_3.open_2 .concept_text {
	opacity: 1;
}

.canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.canvas_con {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 60px;
	justify-content: center;
	align-items: center;
}

.scroll_wrap {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 65px;
	text-align: center;
	z-index: 15;
}

.scroll_wrap p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	letter-spacing: 0.08em;
}

.scroll_wrap.b p {
	color: rgb(0, 60, 137);
}

.arrow {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: solid 1px rgb(255, 255, 255);
	border-bottom: solid 1px rgb(255, 255, 255);
	transform: rotate(45deg);
}

.scroll_wrap.b .arrow {
	border-right: solid 1px rgb(0, 60, 137);
	border-bottom: solid 1px rgb(0, 60, 137);
}

.sirBackground.scroller {
	-webkit-animation-name: sirBackground;
	animation-name: sirBackground;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.about_wrap {
	width: 100%;
}

.about {
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-left: 190px;
	padding-bottom: 75px;
	width: 1220px;
	background-color: rgba(239, 246, 252, 0.8);
	overflow: hidden;
}

.h2_wrap {
	position: relative;
	width: 420px;
	overflow: hidden;
	z-index: 1;
}

.h2_wrap h2 {
	display: inline-block;
	position: relative;
	left: -110%;
	font-size: 3.5rem;
	font-family: "Krungthep";
	color: rgb(0, 63, 136);
	letter-spacing: 0.3em;
	overflow: hidden;
}

.h2_wrap.scroller h2 {
	left: 0;
	transition: 0.5s;
}

.h2_wrap h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 63, 136);
}

.h2_wrap.scroller h2::after {
	left: 110%;
	transition: 0.5s 0.5s;
}

.h2_line {
	margin-top: 32px;
	width: 0;
	height: 3px;
	background-color: rgb(0, 63, 136);
}

.h2_wrap.scroller .h2_line {
	width: 66px;
	transition: 0.5s;
}

.h2_wrap_p {
	margin-top: 32px;
}

.h2_wrap_p p {
	display: inline-block;
	position: relative;
	left: -110%;
	font-size: 1.6rem;
	color: rgb(0, 63, 136);
	letter-spacing: 0.1em;
	overflow: hidden;
}

.h2_wrap.scroller .h2_wrap_p p {
	left: 0;
	transition: 0.5s;
}

.h2_wrap_p p::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 63, 136);
}

.h2_wrap.scroller .h2_wrap_p p::after {
	left: 110%;
	transition: 0.5s 0.5s;
}

.about_contents {
	position: relative;
	z-index: 1;
}

.about_parts {
	margin-top: 110px;
}

.ap_1 {
	margin-top: 0;
	/* height: 145px; */
}

.ap_2 {
	/* height: 200px; */
}

.ap_3 {
	height: 145px;
}

.about_parts h3 {
	width: 25px;
	/* height: 100%; */
	font-size: 2.5rem;
	font-family: "Krungthep";
	color: rgb(0, 63, 136);
	letter-spacing: 0.2em;
}

.ap_1 h3 {
	letter-spacing: 0.2em;
}

.ap_2 h3 {
	/*letter-spacing: 1.2em;*/
}

.ap_3 h3 {
	/*letter-spacing: 0.4em;*/
}

.about_parts_right {
	margin-left: 28px;
}

.title {
	display: inline-block;
	position: relative;
	margin-bottom: 13px;
	font-size: 1.6rem;
	color: rgb(0, 63, 136);
	letter-spacing: 0.2em;
}

.title::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -13px;
	width: 100%;
	height: 2px;
	background-color: rgb(0, 63, 136);
}

.about_ov {
	margin-top: 30px;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgb(89, 87, 87);
	line-height: 2em;
	width: 390px;
	letter-spacing: 0.2em;
}

.about_ov span {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.promise_wrap {
	width: 100%;
}

.promise {
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-left: 190px;
	padding-bottom: 105px;
	width: 1220px;
}

.promise .h2_wrap {
	width: 410px;
}

.promise_contents {
	position: relative;
	z-index: 1;
}

.promise_parts {
	margin-top: 90px;
	width: 570px;
}

.promise_contents .promise_parts:first-child {
	margin-top: 0;
}

.promise_parts h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 3.5rem;
	font-family: "Krungthep";
	color: rgb(0, 63, 136);
	letter-spacing: 0.2em;
}

.promise_parts h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -30px;
	width: 90%;
	height: 2px;
	background-color: rgb(0, 63, 136);
}

.promise_ov {
	margin-top: 20px;
	font-size: 1.6rem;
	color: rgb(89, 87, 87);
	line-height: 2em;
	width: 330px;
	letter-spacing: 0.1em;
}

.promise_img_wrap {
	position: relative;
	margin-top: 25px;
	width: 570px;
	height: 171px;
	min-height: 171px;
	overflow: hidden;
}

.promise_img_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(239, 246, 252);
	transition: 1s;
}

.promise_img_wrap.scroller::after {
	left: 110%;
}

.promise_img_wrap img {
	width: 100%;
}

.service_wrap {
	width: 100%;
}

.service {
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-left: 190px;
	padding-bottom: 190px;
	width: 1220px;
	height: 800px;
	background-color: rgba(239, 246, 252, 0.8);
	overflow: hidden;
}

.service_contents {
	position: relative;
	margin-top: 165px;
	z-index: 1;
}

.service_parts {
	position: absolute;
	right: -792px;
	width: 1180px;
	padding: 80px 45px 90px 60px;
	background-color: rgb(255, 255, 255);
	transition: 0.5s;
}

.service_contents .service_parts:hover {
	right: 0;
}

.h3_wrap {
	width: 270px;
}

.service_parts h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	font-size: 3.5rem;
	font-family: "Krungthep";
	color: rgb(0, 60, 137);
	letter-spacing: 0.2em;
}

.service_parts h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: -40px;
	width: 110px;
	height: 2px;
	background-color: rgb(0, 63, 136);
}

.service_ov {
	margin-top: 30px;
	font-size: 2rem;
	color: rgb(0, 60, 137);
	line-height: 2em;
	width: 335px;
	letter-spacing: 0.2em;
}

.service_ov img {
	display: inline-block;
	margin-left: 30px;
	width: 46px;
	vertical-align: 30%;
	transition: 0.5s;
}

.service_contents .service_parts:hover > .h3_wrap .service_ov img {
	opacity: 0;
}

.sp_contents_wrap {
	margin-left: 90px;
}

.sp_contents {
	margin-left: 60px;
	width: 324px;
	cursor: pointer;
}

.sp_contents_wrap .sp_contents:first-child {
	margin-left: 0;
}

.sp_contents p:first-child {
	padding-left: 1em;
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(0, 60, 137);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-indent: -1.5em;
}

.sp_contents p:nth-child(2) {
	margin-top: 20px;
	font-size: 1.6rem;
	color: rgb(89, 87, 87);
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.sp_contents p a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(0, 60, 137);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-indent: -1.5em;
}

.sp_contents p a::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-top: solid 8px transparent;
	border-left: solid 10px rgb(0, 60, 137);
	border-right: solid 10px transparent;
	border-bottom: solid 8px transparent;
}

.scw_2 .sp_contents p a img.sp_contents_title {
	display: inline-block;
	margin-top: 0;
	width: 90%;
	vertical-align: middle;
}

.sp_contents img {
	margin-top: 30px;
	width: 100%;
}

.scw_2 .sp_contents:last-child p {
	padding-left: 0;
	text-indent: unset;
}

.scw_2 .sp_contents:last-child img {
	margin-top: 96px;
}

.company_wrap {
	width: 100%;
}

.company {
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-left: 190px;
	padding-bottom: 105px;
	width: 1220px;
	overflow: hidden;
}

.company_contents {
	position: relative;
	width: 570px;
	z-index: 1;
}

.company_parts {
	margin-top: 90px;
	width: 570px;
}

.company_contents .company_parts:first-child {
	margin-top: 0;
}

.company_table {
	width: 100%;
}

.company_table tr {
}

.company_table tr th {
	padding-top: 70px;
	width: 90px;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgb(89, 87, 87);
	vertical-align: top;
}

.company_table tr:first-child th {
	padding-top: 0;
}

.company_table tr th span {
	font-size: 1.6rem;
	font-weight: 600;
}

.company_table tr td {
	padding-top: 70px;
	display: inline-block;
	margin-left: 55px;
	font-size: 1.6rem;
	color: rgb(89, 87, 87);
	letter-spacing: 0.1em;
}

.company_table tr:first-child td {
	padding-top: 0;
}

.location_list {
}

.location {
	margin-top: 45px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: solid 2px rgb(0, 63, 135);
}

.location_list .location:first-child {
	margin-top: 0;
}

.location p:first-child {
}

.location p:nth-child(2) {
	margin-top: 25px;
	font-size: 1.6rem;
	color: rgb(89, 87, 87);
	line-height: 1.5em;
}

.location p:nth-child(2) span {
	display: inline-block;
	width: 40px;
	font-size: 1.6rem;
	color: rgb(89, 87, 87);
	line-height: 1.5em;
	vertical-align: top;
}

.location a {
	margin-top: 15px;
	height: 25px;
}

.location a img {
	display: inline-block;
	width: 17px;
}

.location a span {
	display: inline-block;
	margin-left: 8px;
	font-size: 1.6rem;
	color: rgb(0, 63, 136);
	line-height: 25px;
	vertical-align: top;
}

.cp_2 {
	height: 205px;
}

.company_parts.cp_3 {
	position: relative;
	padding: 80px 55px 90px 60px;
	left: 182px;
	width: 1220px;
	background-color: rgba(239, 246, 252, 0.8);
	transition: 0.5s;
}

.company_parts.cp_3:hover {
	left: -650px;
}

.company_parts.cp_3:hover > .h3_wrap .company_ov img {
	opacity: 0;
}

.company_parts.cp_3:hover > .cp_contents_wrap .cp_contents li:first-child {
	opacity: 1;
	transition: 0.5s 0.3s;
}

.company_parts.cp_3:hover > .cp_contents_wrap .cp_contents li:nth-child(2) {
	opacity: 1;
	transition: 0.5s 0.4s;
}

.company_parts.cp_3:hover > .cp_contents_wrap .cp_contents li:nth-child(3) {
	opacity: 1;
	transition: 0.5s 0.5s;
}

.company_parts.cp_3:hover > .cp_contents_wrap .cp_contents li:last-child {
	opacity: 1;
	transition: 0.5s 0.6s;
}

.company_parts h3 {
	width: 25px;
	height: 100%;
	font-size: 2.5rem;
	font-family: "Krungthep";
	color: rgb(0, 63, 136);
}

.cp_2 h3 {
	letter-spacing: 0.2em;
}

.cp_2 .company_list {
	margin-top: 15px;
}

.cp_2 .company_list p {
	margin-top: 15px;
	height: auto;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.cp_2 .company_list p:first-child {
	margin-top: 0;
}

.cp_2 .company_list p a {
	display: inline;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	text-decoration: underline;
}

.cp_3 h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	font-size: 3.5rem;
	font-family: "Krungthep";
	color: rgb(0, 60, 137);
	letter-spacing: 0.2em;
}

.cp_3 h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: -40px;
	width: 110px;
	height: 2px;
	background-color: rgb(0, 63, 136);
}

.cp_3 .company_ov {
	margin-top: 30px;
	font-size: 2rem;
	color: rgb(0, 60, 137);
	line-height: 2em;
	width: 335px;
	letter-spacing: 0.2em;
}

.company_parts_right {
	margin-left: 28px;
}

.company_parts_right .title {
	display: inline-block;
	position: relative;
	margin-bottom: 13px;
	font-size: 1.6rem;
	color: rgb(0, 63, 136);
	letter-spacing: 0.2em;
}

.company_parts_right .title::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -13px;
	width: 100%;
	height: 3px;
	background-color: rgb(0, 63, 136);
}

.company_ov {
	margin-top: 50px;
}

.company_ov img {
	display: inline-block;
	margin-left: 30px;
	width: 46px;
	vertical-align: 30%;
	transition: 0.5s;
}

.company_ov a {
	margin-top: 30px;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgb(89, 87, 87);
	letter-spacing: 0.2em;
	height: 16px;
}

.company_ov a:first-child {
	margin-top: 0;
}

.company_ov a img {
	display: inline-block;
	margin-right: 18px;
	width: 10px;
}

.company_ov p {
	margin-top: 50px;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgb(89, 87, 87);
	letter-spacing: 0.2em;
	height: 16px;
}

.cp_contents_wrap {
}

.cp_contents {
}

.cp_contents li {
	margin-top: 65px;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgb(89, 87, 87);
	letter-spacing: 0.2em;
	opacity: 0;
}

.cp_contents li:first-child {
	margin-top: 0;
}

.cp_contents li:nth-child(2) {
	margin-top: 50px;
}

.cp_contents li span {
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(0, 60, 137);
}

.cp_contents li img {
	display: inline-block;
	margin-left: 20px;
	width: 10px;
	vertical-align: middle;
}

.cp_contents li a {
	display: inline-block;
}

.cp_contents li a img {
	width: 114px;
}

.contact_wrap {
	width: 100%;
}

.contact {
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 40px;
	width: 1220px;
	background-color: rgba(239, 246, 252, 0.8);
	overflow: hidden;
}

.contact_top {
	position: relative;
	margin-left: 190px;
	z-index: 1;
}

.contact_contents {
}

.contact_parts {
	margin-top: 35px;
}

.contact_contents .contact_parts:first-child {
	margin-top: 0;
}

.cp_img {
	position: relative;
	width: 23px;
	height: 25px;
}

.cp_img img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tel_img {
	width: 19px;
}

.fax_img {
	width: 23px;
}

.mail_img {
	width: 22px;
}

.map_img {
	width: 17px;
}

.contact_parts p:nth-child(2) {
	margin-left: 15px;
	width: 95px;
	font-size: 1.4rem;
	font-weight: 600;
	color: rgb(0, 63, 136);
	line-height: 25px;
	letter-spacing: 0.1em;
}

.contact_parts p:last-child {
	margin-left: 40px;
	font-size: 1.4rem;
	font-weight: 500;
	color: rgb(89, 87, 87);
	line-height: 25px;
	letter-spacing: 0.1em;
}

.map_wrap {
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	height: 615px;
	overflow: hidden;
	z-index: 1;
}

.map_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(239, 246, 252);
	transition: 1s;
}

.map_wrap.scroller::after {
	left: 110%;
}

.map_wrap iframe {
	width: 100%;
	height: 100%;
}

.contact_bottom {
	position: relative;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 82px 78px;
	width: 850px;
	background-color: rgba(224, 237, 249, 0.8);
	z-index: 1;
}

.contact_tel_wrap {
}

.contact_tel_wrap p {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(89, 87, 87);
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
}

.tel_wrap {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	width: 318px;
	height: 90px;
}

.tel_wrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.6rem;
	font-weight: bold;
	color: rgb(0, 63, 136);
	line-height: 90px;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: rgb(255, 255, 255);
	border: solid 2px rgb(0, 63, 136);
	border-radius: 10px;
	z-index: 1;
}

.in::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 63, 136);
	border-radius: 10px;
	z-index: 0;
}

.contact_tel_wrap p:last-child {
	margin-top: 10px;
}

.contact_form {
	margin-top: 50px;
}

.form_list {
}

.form_wrap {
	margin-top: 35px;
}

.form_wrap p {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(0, 63, 136);
	letter-spacing: 0.2em;
}

.input_wrap {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 60px;
}

.input_wrap input {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: solid 2px rgb(0, 63, 136);
	background-color: rgb(255, 255, 255);
	z-index: 2;
	font-size: 1.6rem;
	outline: 0;
}

.textarea_wrap {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 220px;
}

.textarea_wrap textarea {
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: solid 2px rgb(0, 63, 136);
	background-color: rgb(255, 255, 255);
	z-index: 2;
	resize: none;
	font-size: 1.6rem;
	line-height: 1.5em;
	outline: 0;
}

.privacypolicy {
	margin-top: 10px;
	font-size: 1.2rem;
	text-decoration: underline;
	text-align: right;
}

.attention {
	margin-top: 20px;
	visibility: hidden;
}

.confirm_button {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	cursor: none;
}

.confirm_button img {
	width: 100%;
}

.banner_wrap {
	position: fixed;
	left: 0;
	bottom: -55px;
	width: 100%;
	height: 55px;
	background-color: rgb(0, 63, 135);
	z-index: 500;
	transition: 0.2s;
}

.banner_wrap.open {
	bottom: 0;
}

.banner {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.banner img {
	margin-top: 14px;
	width: 203px;
}

.banner_text {
	margin-top: 12px;
	margin-left: 45px;
}

.banner_text p {
	font-size: 1.2rem;
	color: rgb(255, 255, 255);
	letter-spacing: 0.6em;
}

.banner_text p:last-child {
	margin-top: 5px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

.tri {
	margin-top: 27px;
	margin-left: 12px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 12px solid rgb(255, 255, 255);
	line-height: 16px;
}

.canvas_b {
	z-index: -1;
}

.bottom_text {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

.bottom_text .bottom_text_1 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #003b7f;
	letter-spacing: 0.05em;
}

.bottom_text .bottom_text_2 {
	margin-top: 5px;
}

.bottom_text .bottom_text_2 p {
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: 400;
	color: #003b7f;
	letter-spacing: -0.02em;
	line-height: 1.5;
	text-indent: -1em;
}

.modal_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-width: 1200px;
	height: 100vh;
	z-index: 9999;
	background-color: #333333bf;
	cursor: pointer;
}

.modal_wrap .modal {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.modal_wrap .modal .close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 64px;
	height: 64px;
	cursor: pointer;
}

.modal_wrap .modal .close::before,
.modal_wrap .modal .close::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}

.modal_wrap .modal .close::before {
	transform: rotate(45deg) translate(22px, 22px);
}

.modal_wrap .modal .close::after {
	transform: rotate(-45deg) translate(-21px, 21px);
}

.modal_wrap .modal .service_list {
	display: flex;
	width: 1200px;
	height: 580px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.modal_wrap .modal .service_list .service_list_parts {
	margin-top: 40px;
	margin-left: 40px;
	width: 270px;
	height: 270px;
	background-color: #ffffff;
	border-radius: 6px;
}

.modal_wrap .modal .service_list .service_list_parts:nth-child(-n + 4) {
	margin-top: 0;
}

.modal_wrap .modal .service_list .service_list_parts:nth-child(4n + 1) {
	margin-left: 0;
}

.modal_wrap .modal .service_list .service_list_parts img {
	width: 100%;
}

.modal_wrap .modal .service_list .service_list_parts p {
	margin-top: 25px;
	font-size: 2rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.05em;
	text-align: center;
}

@media (max-width: 500px) {
	main {
		/*padding-top: 80px;*/
		width: 100%;
	}

	.keyvisual_wrap {
		width: 100%;
		/*height: calc(100vh - 80px);*/
		height: 100vh;
		overflow: hidden;
	}

	.keyvisual {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.screen_1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 11;
	}

	.screen_1_contents {
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 20%;
		width: 320px;
		height: 85px;
	}

	.screen_1_contents img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		transition: 0.5s;
	}

	.screen_1.open img {
		top: 110%;
		transition: 1s;
	}

	.screen_1.open .scroll_wrap {
		transition: 0.5s;
		opacity: 0;
	}

	.company_name {
		position: relative;
		margin-top: 26px;
		margin-left: auto;
		margin-right: auto;
		width: 320px;
		height: 27px;
		overflow: hidden;
	}

	.coltd {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 65px;
		height: 16px;
		overflow: hidden;
	}

	.ss {
		position: absolute;
		margin: auto;
		top: 0;
		left: -25px;
		right: 0;
		width: 33px;
		height: 53px;
		overflow: hidden;
		opacity: 0;
	}

	.poly {
		fill-rule: evenodd;
		clip-rule: evenodd;
		fill: none;
		stroke: #ffffff;
		stroke-width: 10;
		stroke-miterlimit: 10;
	}

	.screen_2 {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
	}

	.screen_2_img_wrap {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: 1.5s 0.5s;
	}

	.mask.open {
		left: 450%;
	}

	.mask.open_2 {
		left: -450%;
	}

	.mask_1 {
		position: absolute;
		top: 0;
		right: 0;
		width: 500%;
		height: 0;
		/*border-bottom: 95vh solid rgb(255, 255, 255);*/
		border-bottom: 100vh solid rgb(255, 255, 255);
		/*border-left: 95vh solid transparent;*/
		border-left: 100vh solid transparent;
	}

	.mask_2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 500%;
		height: 0;
		/*border-top: 95vh solid rgb(255, 255, 255);*/
		border-top: 100vh solid rgb(255, 255, 255);
		/*border-right: 95vh solid transparent;*/
		border-right: 100vh solid transparent;
	}

	@keyframes scaleImg {
		from {
			transform: scale(1);
		}
		to {
			transform: scale(1.1);
		}
	}

	.screen_2_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: left 40% top 50%;
	}

	.screen_2_img_1 {
		background-image: url("../images/index/keyvisual_1.png");
	}

	.screen_2_img_1.open {
		transform: scale(1.1);
		transition: transform 10s;
	}

	.screen_2_img_2 {
		background-image: url("../images/index/keyvisual_2.png");
		background-position: top 0 left 70%;
		opacity: 0;
	}

	.screen_2_img_2.open_2 {
		transform: scale(1.1);
		transition: transform 10s;
	}

	.screen_2_text {
		position: absolute;
		margin-top: auto;
		margin-bottom: auto;
		top: 0;
		right: 20px;
		bottom: 0;
		height: 125px;
	}

	.screen_2_img p span {
		position: relative;
		font-size: 50px;
		color: rgb(255, 255, 255);
		letter-spacing: 0.08em;
		transition: 0.8s 0.5s;
		opacity: 0;
	}

	.screen_2_text.open p span {
		opacity: 1;
	}

	.screen_2_img_1 p span.s_color_1 {
		color: rgb(243, 130, 121);
	}

	.screen_2_img_2 p span.s_color_2 {
		color: rgb(19, 119, 144);
	}

	.screen_2_img_2.open_2 {
		opacity: 1;
	}

	.screen_3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 12;
		opacity: 0;
		transition: 0.5s 1s;
	}

	.screen_3.open {
		opacity: 1;
	}

	.screen_3_text {
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 10%;
		width: 320px;
		height: 168px;
		text-align: center;
		opacity: 0;
		transition: 0.5s 1s;
		z-index: 2;
	}

	.screen_3.open .screen_3_text {
		opacity: 1;
	}

	.key_h2 {
		width: 100%;
		height: 144px;
	}

	.the {
	}

	.guide {
		margin-left: calc(66px * 0.56);
	}

	.to {
		margin-top: calc(90px * 0.56);
		margin-left: calc(92px * 0.56);
	}

	.life {
		margin-top: calc(90px * 0.56);
		margin-left: calc(68px * 0.56);
	}

	#t_1 {
		width: calc(45px * 0.56);
	}

	#h {
		margin-left: calc(27px * 0.56);
		width: calc(48px * 0.56);
	}

	#e_1 {
		margin-left: calc(29px * 0.56);
		width: calc(36px * 0.56);
	}

	#g {
		width: calc(49px * 0.56);
	}

	#u {
		margin-left: calc(29px * 0.56);
		width: calc(47px * 0.56);
	}

	#i_1 {
		margin-left: calc(30px * 0.56);
		width: calc(22px * 0.56);
	}

	#d {
		margin-left: calc(29px * 0.56);
		width: calc(48px * 0.56);
	}

	#e_2 {
		margin-left: calc(29px * 0.56);
		width: calc(36px * 0.56);
	}

	#t_2 {
		width: calc(46px * 0.56);
	}

	#o {
		margin-left: calc(26px * 0.56);
		width: calc(49px * 0.56);
	}

	#l {
		width: calc(34px * 0.56);
	}

	#i_2 {
		margin-left: calc(26px * 0.56);
		width: calc(21px * 0.56);
	}

	#f {
		margin-left: calc(29px * 0.56);
		width: calc(36px * 0.56);
	}

	#e_3 {
		margin-left: calc(26px * 0.56);
		width: calc(36px * 0.56);
	}

	.key_h2 div .key_h2_char {
		transform: scale(0);
	}

	.screen_3.open_2 .screen_3_text .key_h2 div .key_h2_char {
		animation: 0.5s s3_text cubic-bezier(0.81, 1.93, 0.71, 0.69) forwards;
	}

	@keyframes s3_text {
		from {
			transform: scale(0);
		}
		to {
			transform: scale(1);
		}
	}

	.screen_3_text h2::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(255, 255, 255);
		transition: 0.5s 0.5s;
	}

	.screen_3.open_2 .screen_3_text h2::before {
		right: -110%;
	}

	.concept {
		top: 50px;
		font-size: 20px;
		font-weight: 600;
		color: rgb(0, 60, 137);
		letter-spacing: 0.5em;
		opacity: 0;
		transition: 1s 2.5s;
	}

	.screen_3.open_2 .concept {
		opacity: 1;
	}

	.concept_text {
		margin-top: 10px;
		font-size: 10px;
		font-weight: 600;
		color: rgb(0, 60, 137);
		letter-spacing: 0.2em;
		opacity: 0;
		transition: 1s 2.5s;
	}

	.screen_3.open_2 .concept_text {
		opacity: 1;
	}

	.canvas {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.canvas_con {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 60px;
		justify-content: center;
		align-items: center;
	}

	.scroll_wrap {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 20vh;
		text-align: center;
		z-index: 15;
	}

	.scroll_wrap p {
		margin-bottom: 5px;
		font-size: 10px;
		font-weight: 600;
		color: rgb(255, 255, 255);
		letter-spacing: 0.08em;
	}

	.scroll_wrap.b p {
		color: rgb(0, 60, 137);
	}

	.arrow {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		width: 7px;
		height: 7px;
		border-right: solid 1px rgb(255, 255, 255);
		border-bottom: solid 1px rgb(255, 255, 255);
		transform: rotate(45deg);
	}

	.scroll_wrap.b .arrow {
		border-right: solid 1px rgb(0, 60, 137);
		border-bottom: solid 1px rgb(0, 60, 137);
	}

	.about_wrap {
		width: 100%;
	}

	.about {
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
		padding-left: 0;
		padding-bottom: 75px;
		width: 85%;
		background-color: rgba(239, 246, 252, 0.8);
		overflow: hidden;
	}

	.h2_wrap {
		width: 100%;
		float: none;
		text-align: center;
	}

	.h2_wrap h2 {
		display: inline-block;
		position: relative;
		font-size: 2.4rem;
		font-family: "Krungthep";
		color: rgb(0, 63, 136);
		letter-spacing: 0.3em;
	}

	.h2_wrap.scroller h2 {
		left: 0;
		transition: 0.5s;
	}

	.h2_wrap h2::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0, 63, 136);
	}

	.h2_wrap.scroller h2::after {
		left: 110%;
		transition: 0.5s 0.5s;
	}

	.h2_line {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 0;
		height: 3px;
		background-color: rgb(0, 63, 136);
	}

	.h2_wrap.scroller .h2_line {
		width: 66px;
		transition: 0.5s;
	}

	.h2_wrap_p {
		margin-top: 20px;
	}

	.h2_wrap_p p {
		display: inline-block;
		position: relative;
		left: -110%;
		font-size: 1.4rem;
		color: rgb(0, 63, 136);
		letter-spacing: 0.1em;
		overflow: hidden;
	}

	.h2_wrap.scroller .h2_wrap_p p {
		left: 0;
		transition: 0.5s;
	}

	.h2_wrap_p p::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0, 63, 136);
	}

	.h2_wrap.scroller .h2_wrap_p p::after {
		left: 110%;
		transition: 0.5s 0.5s;
	}

	.about_contents {
		margin-top: 50px;
		width: 100%;
		float: none;
	}

	.about_parts {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
	}

	.ap_1 {
		margin-top: 0;
		/* height: 145px; */
	}

	.ap_2 {
		/* height: 160px; */
	}

	.ap_3 {
		height: 120px;
	}

	.about_parts h3 {
		width: 20px;
		/* height: 100%; */
		font-size: 2rem;
		font-family: "Krungthep";
		color: rgb(0, 63, 136);
	}

	.ap_1 h3 {
		letter-spacing: 0.4em;
	}

	.ap_2 h3 {
		letter-spacing: 0.4em;
	}

	.ap_3 h3 {
		letter-spacing: 0.4em;
	}

	.about_parts_right {
		margin-left: 20px;
		width: calc(100% - 40px);
	}

	.title {
		display: inline-block;
		position: relative;
		margin-bottom: 13px;
		font-size: 1.4rem;
		color: rgb(0, 63, 136);
		letter-spacing: 0.2em;
	}

	.title::before {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -13px;
		width: 100%;
		height: 2px;
		background-color: rgb(0, 63, 136);
	}

	.about_ov {
		margin-top: 20px;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		line-height: 2em;
		width: auto;
		letter-spacing: 0;
	}

	.about_ov span {
		display: inline-block;
		margin-top: 10px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.promise_wrap {
		width: 100%;
	}

	.promise {
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
		padding-left: 0;
		padding-bottom: 105px;
		width: 100%;
	}

	.promise .h2_wrap {
		width: 100%;
	}

	.promise_contents {
		margin-top: 50px;
		width: 100%;
		float: none;
	}

	.promise_parts {
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}

	.promise_contents .promise_parts:first-child {
		margin-top: 0;
	}

	.promise_parts h3 {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
		font-size: 2.4rem;
		font-family: "Krungthep";
		color: rgb(0, 63, 136);
		letter-spacing: 0.2em;
	}

	.promise_parts h3::before {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -20px;
		width: 90%;
		height: 2px;
		background-color: rgb(0, 63, 136);
	}

	.promise_ov {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		line-height: 2em;
		width: 75%;
		letter-spacing: 0.1em;
		text-align: left;
	}

	.promise_img_wrap {
		position: relative;
		margin-top: 25px;
		width: 100%;
		height: auto;
		min-height: auto;
		overflow: hidden;
	}

	.promise_img_wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(239, 246, 252);
		transition: 1s;
	}

	.promise_img_wrap.scroller::after {
		left: 110%;
	}

	.promise_img_wrap img {
		width: 100%;
	}

	.service_wrap {
		width: 100%;
	}

	.service {
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
		padding-left: 0;
		padding-bottom: 70px;
		width: 85%;
		height: auto;
		background-color: rgba(239, 246, 252, 0.8);
		overflow: hidden;
	}

	.service_contents {
		position: relative;
		margin-top: 50px;
		float: none;
	}

	.service_parts {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		width: 85%;
		padding: 20px 0 70px 0;
		background-color: rgb(255, 255, 255);
		transition: 0.8s;
	}

	.service_contents .service_parts:hover {
		right: 0;
	}

	.h3_wrap {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		float: none;
	}

	.service_parts h3 {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
		font-size: 2.4rem;
		font-family: "Krungthep";
		color: rgb(0, 60, 137);
		letter-spacing: 0.2em;
	}

	.service_parts h3::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 110px;
		height: 2px;
		background-color: rgb(0, 63, 136);
	}

	.sp_arrow {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 30px;
		height: 20px;
	}

	.sp_arrow span {
		display: block;
		position: absolute;
		top: -5px;
		left: 6px;
		width: 18px;
		height: 18px;
		border-left: solid 2px rgb(0, 63, 136);
		border-bottom: solid 2px rgb(0, 63, 136);
		transform: rotate(-45deg);
		transition: 0.5s;
	}

	.service_parts.open .sp_arrow span {
		transform: rotate(135deg);
	}

	.service_ov {
		margin-top: 20px;
		font-size: 1.6rem;
		color: rgb(0, 60, 137);
		line-height: 2em;
		width: 100%;
		letter-spacing: 0.2em;
	}

	.service_ov img {
		display: none;
		margin-left: 30px;
		width: 46px;
		vertical-align: 30%;
		transition: 0.5s;
	}

	.sp_contents_wrap {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 85%;
		height: 0;
		transition: 0.5s;
		overflow: hidden;
	}

	.service_parts.open .scw_1 {
		height: 458px;
	}

	.service_parts.open .scw_2 {
		height: 453px;
	}

	.sp_contents {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
		float: none;
	}

	.sp_contents_wrap .sp_contents:first-child {
		margin-top: 0;
		margin-left: 0;
	}

	.sp_contents p:first-child {
		padding-left: 0;
		font-size: 1.6rem;
		font-weight: 600;
		color: rgb(0, 60, 137);
		letter-spacing: 0.1em;
		text-indent: unset;
	}

	.sp_contents p:nth-child(2) {
		margin-top: 20px;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}

	.sp_contents p a {
		display: inline-block;
		padding-left: 0;
		font-size: 1.6rem;
		font-weight: 600;
		color: rgb(0, 60, 137);
		letter-spacing: 0.1em;
		text-indent: unset;
	}

	.sp_contents p a::after {
		content: "";
		display: block;
		position: absolute;
		right: -5px;
		bottom: 2px;
		width: 0;
		height: 0;
		border-top: solid 8px transparent;
		border-left: solid 10px rgb(0, 60, 137);
		border-right: solid 10px transparent;
		border-bottom: solid 8px transparent;
	}

	.scw_2 .sp_contents p a img.sp_contents_title {
		display: inline-block;
		margin-top: 0;
		width: 80%;
		vertical-align: middle;
	}

	.sp_contents img {
		margin-top: 20px;
		width: 100%;
	}

	.scw_2 .sp_contents:last-child img {
		margin-top: 30px;
	}

	.company_wrap {
		width: 100%;
		overflow-x: hidden;
	}

	.company {
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
		padding-left: 0;
		padding-bottom: 105px;
		width: 85%;
	}

	.company_contents {
		margin-top: 70px;
		width: 100%;
		float: none;
	}

	.company_parts {
		margin-top: 50px;
		width: 100%;
	}

	.company_contents .company_parts:first-child {
		margin-top: 0;
	}

	.company_table {
		width: 100%;
	}

	.company_table tr {
	}

	.company_table tr th {
		padding-top: 30px;
		width: 80px;
		font-size: 1.4rem;
		font-weight: 600;
		color: rgb(89, 87, 87);
		vertical-align: top;
	}

	.company_table tr:first-child th {
		padding-top: 0;
	}

	.company_table tr th span {
		font-size: 1.4rem;
		font-weight: 600;
	}

	.company_table tr td {
		padding-top: 30px;
		display: inline-block;
		margin-left: 30px;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		letter-spacing: 0.1em;
	}

	.company_table tr:first-child td {
		padding-top: 0;
	}

	.location_list {
	}

	.location {
		margin-top: 45px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		border-left: solid 2px rgb(0, 63, 135);
	}

	.location_list .location:first-child {
		margin-top: 0;
	}

	.location p:first-child {
	}

	.location p:nth-child(2) {
		margin-top: 25px;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		line-height: 1.5em;
	}

	.location p:nth-child(2) span {
		display: inline-block;
		width: 40px;
		font-size: 1.4rem;
		color: rgb(89, 87, 87);
		line-height: 1.5em;
		vertical-align: top;
	}

	.location a {
		margin-top: 15px;
		height: 25px;
	}

	.location a img {
		display: inline-block;
		width: 17px;
	}

	.location a span {
		display: inline-block;
		margin-left: 8px;
		font-size: 1.4rem;
		color: rgb(0, 63, 136);
		line-height: 25px;
		vertical-align: top;
	}

	.cp_2 {
		height: 205px;
	}

	.company_parts.cp_3 {
		position: static;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0 70px 0;
		left: 182px;
		width: 85%;
		background-color: rgba(239, 246, 252, 0.8);
		transition: 0.5s;
	}

	.company_parts.cp_3:hover {
		left: auto;
	}

	.company_parts.cp_3.open .h3_wrap .company_ov img {
		opacity: 0;
	}

	.company_parts.cp_3.open .cp_contents_wrap .cp_contents li:first-child {
		opacity: 1;
		transition: 0.5s 0.3s;
	}

	.company_parts.cp_3.open .cp_contents_wrap .cp_contents li:nth-child(2) {
		opacity: 1;
		transition: 0.5s 0.4s;
	}

	.company_parts.cp_3.open .cp_contents_wrap .cp_contents li:nth-child(3) {
		opacity: 1;
		transition: 0.5s 0.5s;
	}

	.company_parts.cp_3.open .cp_contents_wrap .cp_contents li:last-child {
		opacity: 1;
		transition: 0.5s 0.6s;
	}

	.company_parts h3 {
		width: 20px;
		height: 100%;
		font-size: 2rem;
		font-family: "Krungthep";
		color: rgb(0, 63, 136);
	}

	.cp_2 h3 {
		letter-spacing: 0.4em;
	}

	.cp_2 .company_list {
		margin-top: 15px;
	}

	.cp_2 .company_list p {
		margin-top: 15px;
		height: auto;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		line-height: 1.2;
	}

	.cp_2 .company_list p:first-child {
		margin-top: 0;
	}

	.cp_2 .company_list p a {
		display: inline;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		text-decoration: underline;
		line-height: 1.2;
	}

	.cp_3 h3 {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
		font-size: 2.4rem;
		font-family: "Krungthep";
		color: rgb(0, 60, 137);
		letter-spacing: 0.2em;
	}

	.cp_3 h3::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 110px;
		height: 2px;
		background-color: rgb(0, 63, 136);
	}

	.cp_arrow {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 30px;
		height: 20px;
	}

	.cp_arrow span {
		display: block;
		position: absolute;
		top: -5px;
		left: 6px;
		width: 18px;
		height: 18px;
		border-left: solid 2px rgb(0, 63, 136);
		border-bottom: solid 2px rgb(0, 63, 136);
		transform: rotate(-45deg);
		transition: 0.5s;
	}

	.company_parts.open .cp_arrow span {
		transform: rotate(135deg);
	}
	.company_parts.open .ccw_1 {
		height: 372px;
	}

	.cp_3 .company_ov {
		margin-top: 20px;
		font-size: 1.6rem;
		color: rgb(0, 60, 137);
		line-height: 2em;
		width: 100%;
		letter-spacing: 0.2em;
	}

	.company_parts_right {
		margin-left: 20px;
		width: calc(100% - 40px);
	}

	.company_parts_right .title {
		display: inline-block;
		position: relative;
		margin-bottom: 13px;
		font-size: 1.4rem;
		color: rgb(0, 63, 136);
		letter-spacing: 0.2em;
	}

	.company_parts_right .title::before {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -13px;
		width: 100%;
		height: 3px;
		background-color: rgb(0, 63, 136);
	}

	.company_ov {
		margin-top: 30px;
	}

	.company_ov img {
		display: none;
		margin-left: 30px;
		width: 46px;
		vertical-align: 30%;
		transition: 0.5s;
	}

	.company_ov a {
		margin-top: 20px;
		font-size: 1.4rem;
		font-weight: 600;
		color: rgb(89, 87, 87);
		letter-spacing: 0.2em;
		height: 16px;
		line-height: 16px;
	}

	.company_ov a:first-child {
		margin-top: 0;
	}

	.company_ov a img {
		display: inline-block;
		margin-right: 5px;
		width: 10px;
	}

	.company_ov p {
		margin-top: 30px;
		font-size: 1.4rem;
		font-weight: 600;
		color: rgb(89, 87, 87);
		letter-spacing: 0.1em;
		height: 16px;
	}

	.cp_contents_wrap {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		height: 0;
		float: none;
		transition: 0.5s;
		overflow: hidden;
	}

	.cp_contents {
	}

	.cp_contents li {
		margin-top: 65px;
		padding-left: 1.5em;
		font-size: 1.4rem;
		font-weight: 600;
		color: rgb(89, 87, 87);
		letter-spacing: 0.1em;
		line-height: 1.5em;
		text-indent: -1.8em;
	}

	.cp_contents li:first-child {
		margin-top: 0;
	}

	.cp_contents li:nth-child(2) {
		margin-top: 50px;
	}

	.cp_contents li span {
		font-size: 1.4rem;
		font-weight: 600;
		color: rgb(0, 60, 137);
	}

	.cp_contents li img {
		display: inline-block;
		margin-left: 20px;
		width: 10px;
		vertical-align: middle;
	}

	.cp_contents li a {
		display: inline-block;
		margin-top: 20px;
		text-indent: 0;
	}

	.cp_contents li a img {
		width: 114px;
	}

	.contact_wrap {
		width: 100%;
	}

	.contact {
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
		padding-bottom: 20px;
		width: 85%;
		background-color: rgba(239, 246, 252, 0.8);
		overflow: hidden;
	}

	.contact_top {
		margin-left: 0;
	}

	.contact_contents {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		float: none;
	}

	.contact_parts {
		margin-top: 25px;
	}

	.contact_contents .contact_parts:first-child {
		margin-top: 0;
	}

	.cp_img {
		position: relative;
		width: 18px;
		height: 25px;
	}

	.cp_img img {
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.tel_img {
		width: 13px;
	}

	.fax_img {
		width: 18px;
	}

	.mail_img {
		width: 18px;
	}

	.map_img {
		width: 13px;
	}

	.contact_parts p:nth-child(2) {
		margin-left: 5px;
		width: 65px;
		font-size: 1.2rem;
		font-weight: 600;
		color: rgb(0, 63, 136);
		line-height: 25px;
		letter-spacing: 0em;
	}

	.contact_parts p:last-child {
		margin-left: 5px;
		font-size: 1.2rem;
		font-weight: 500;
		color: rgb(89, 87, 87);
		line-height: 25px;
		letter-spacing: 0.05em;
	}

	.map_wrap {
		position: relative;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		height: 250px;
		overflow: hidden;
	}

	.map_wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(239, 246, 252);
		transition: 1s;
	}

	.map_wrap.scroller::after {
		left: 110%;
	}

	.map_wrap iframe {
		width: 100%;
		height: 100%;
	}

	.contact_bottom {
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		padding: 50px 0;
		width: 95%;
		background-color: rgba(224, 237, 249, 0.8);
	}

	.contact_tel_wrap {
	}

	.contact_tel_wrap p {
		font-size: 1.3rem;
		font-weight: 500;
		color: rgb(89, 87, 87);
		letter-spacing: 0.1em;
		text-align: center;
	}

	.tel_wrap {
		position: relative;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		width: 240px;
		height: 68px;
	}

	.tel_wrap a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 2rem;
		font-weight: bold;
		color: rgb(0, 63, 136);
		line-height: 68px;
		text-align: center;
		letter-spacing: 0.1em;
		background-color: rgb(255, 255, 255);
		border: solid 2px rgb(0, 63, 136);
		border-radius: 10px;
		z-index: 1;
	}

	.in::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		width: 100%;
		height: 100%;
		background-color: rgb(0, 63, 136);
		border-radius: 10px;
		z-index: 0;
	}

	.contact_tel_wrap p:last-child {
		margin-top: 10px;
	}

	.contact_form {
		margin-top: 50px;
	}

	.form_list {
	}

	.form_wrap {
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.form_wrap p {
		font-size: 1.4rem;
		font-weight: 500;
		color: rgb(0, 63, 136);
		letter-spacing: 0.2em;
	}

	.input_wrap {
		position: relative;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 60px;
	}

	.input_wrap input {
		position: absolute;
		padding-left: 10px;
		padding-right: 10px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 2px rgb(0, 63, 136);
		background-color: rgb(255, 255, 255);
		z-index: 2;
		font-size: 1.4rem;
		outline: 0;
	}

	.textarea_wrap {
		position: relative;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 220px;
	}

	.textarea_wrap textarea {
		position: absolute;
		padding: 10px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 2px rgb(0, 63, 136);
		background-color: rgb(255, 255, 255);
		z-index: 2;
		resize: none;
		font-size: 1.4rem;
		line-height: 1.5em;
		outline: 0;
	}

	.privacypolicy {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		font-size: 1rem;
		text-decoration: underline;
		text-align: right;
	}

	.attention {
		margin-top: 20px;
		visibility: hidden;
	}

	.confirm_button {
		display: block;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 70px;
	}

	.confirm_button img {
		width: 100%;
	}

	.banner_wrap {
		position: fixed;
		left: 0;
		bottom: -45px;
		width: 100%;
		height: 45px;
		background-color: rgb(0, 63, 135);
		z-index: 500;
	}

	.banner {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.banner img {
		margin-top: 12px;
		margin-left: 25px;
		width: 150px;
	}

	.banner_text {
		margin-top: 7px;
		margin-left: 45px;
	}

	.banner_text p {
		font-size: 1rem;
		color: rgb(255, 255, 255);
		letter-spacing: 0.6em;
	}

	.banner_text p:last-child {
		margin-top: 5px;
		font-size: 1.2rem;
		letter-spacing: 0.15em;
	}

	.tri {
		margin-top: 21px;
		margin-left: 12px;
		width: 0;
		height: 0;
		border: 7px solid transparent;
		border-left: 10px solid rgb(255, 255, 255);
		line-height: 16px;
	}

	.bottom_text {
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}

	.bottom_text .bottom_text_1 {
		font-size: 1.4rem;
		font-weight: 600;
		color: #003b7f;
		letter-spacing: 0.01em;
	}

	.bottom_text .bottom_text_2 {
		margin-top: 5px;
	}

	.bottom_text .bottom_text_2 p {
		padding-left: 1em;
		font-size: 1.2rem;
		font-weight: 400;
		color: #003b7f;
		letter-spacing: -0.01em;
		line-height: 1.5;
		text-indent: -1em;
	}

	.modal_wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		min-width: 100%;
		height: 100vh;
		z-index: 9999;
		background-color: #333333bf;
	}

	.modal_wrap .modal {
		display: flex;
		position: relative;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}

	.modal_wrap .modal .close {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
	}

	.modal_wrap .modal .close::before,
	.modal_wrap .modal .close::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
	}

	.modal_wrap .modal .close::before {
		transform: rotate(45deg) translate(22px, 22px);
	}

	.modal_wrap .modal .close::after {
		transform: rotate(-45deg) translate(-21px, 21px);
	}

	.modal_wrap .modal .service_list {
		display: flex;
		width: 90%;
		height: 80vh;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		overflow-y: scroll;
	}

	.modal_wrap .modal .service_list .service_list_parts {
		margin-top: 10px;
		margin-left: 0;
		padding-bottom: 20px;
		width: calc((90vw - 10px) / 2);
		height: auto;
		background-color: #ffffff;
		border-radius: 6px;
	}

	.modal_wrap .modal .service_list .service_list_parts:nth-child(-n + 4) {
		margin-top: 10px;
	}

	.modal_wrap .modal .service_list .service_list_parts:nth-child(4n + 1) {
		margin-left: 0;
	}

	.modal_wrap .modal .service_list .service_list_parts:nth-child(-n + 2) {
		margin-top: 0;
	}

	.modal_wrap .modal .service_list .service_list_parts img {
		width: 100%;
	}

	.modal_wrap .modal .service_list .service_list_parts p {
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 600;
		color: #333333;
		letter-spacing: 0.05em;
		text-align: center;
	}
}
