@charset "UTF-8";


/*

	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-image: url("../images/dot_pack_alpha.png");
	background-color: transparent;
	background-size: 20px 49px;

	background-color: transparent;

	border-style: solid;
	border-color: transparent;
	border-width: 1px 0px 1px 0px;

	box-sizing: border-box;

	border-radius: 50px;

	text-align: center;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0.008em;
	color: #4c4c4c;
	font-weight: 300;
	text-decoration: none;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;

	position: relative;
	position: absolute;
	z-index: 10000;

	transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;

	transition: background-color 0.3s ease 0s;

	opacity: 1.0;
	transition: opacity 0.3s ease 0s;



	font-family: 'DNPShueiGoGinStd-B';

	font-family: 'SyntaxLTPro-Black';

	font-family: 'DNPShueiGoGinStd-M';


@media only screen and ( max-width: 1000px ){


}

*/


html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-text-size-adjust: none;
	background-color: #f39800;
}

body {
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center bottom;
	/*background-image: url("../images/content_flag_bg02.png");*/
	background-color: transparent;
	background-size: 100% auto;
}

.default_font_family,
body {
	font-family: 'DNPShueiGoGinStd-B';
}

body.menu_open_fixed {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	box-sizing: border-box;
}




@media only screen and ( max-width: 750px ){

}




/* ------------------------------------------------------------------------------------------------ Default animation */




.anim_all_trigger {
}

.anim01_init {
	opacity: 0.0 !important;
	transform: translateY(-2.8vh) !important;
	transition: 0.85s;
	transition-duration: 0.85s;
}

.anim01_start {
	opacity: 1.0 !important;
	transform: translateY(0px) !important;
}

.anim02_init {
	opacity: 0.0 !important;
	transform: translateX(2.8vh) !important;
	transition: 0.85s;
	transition-duration: 0.85s;
	filter: blur(10px);
}

.anim02_start {
	opacity: 1.0 !important;
	transform: translateX(0px) !important;
	filter: blur(0px);
}

.anim03_init {
	opacity: 0.0 !important;
	transition: filter 0.85s, opacity 0.85s;
	transition-duration: 0.85s;
	filter: blur(10px);
}

.anim03_start {
	opacity: 1.0 !important;
	filter: blur(0px);
}




.anim_delay0 {
	transition-delay: 0.0s;
}

.anim_delay1 {
	transition-delay: 0.4s;
}

.anim_delay2 {
	transition-delay: 0.8s;
}

.anim_delay3 {
	transition-delay: 1.2s;
}

.anim_delay4 {
	transition-delay: 1.6s;
}

.anim_delay5 {
	transition-delay: 2.0s;
}

.anim_delay6 {
	transition-delay: 2.4s;
}

.anim_delay7 {
	transition-delay: 2.8s;
}

.anim_delay8 {
	transition-delay: 3.2s;
}

.anim_delay9 {
	transition-delay: 3.6s;
}

.anim_delay10 {
	transition-delay: 4.0s;
}

.anim_delay11 {
	transition-delay: 4.4s;
}

.anim_delay12 {
	transition-delay: 4.8s;
}

.anim_delay13 {
	transition-delay: 5.2s;
}

.anim_delay14 {
	transition-delay: 5.6s;
}

.anim_delay15 {
	transition-delay: 6.0s;
}

.anim_delay16 {
	transition-delay: 6.4s;
}

.anim_delay17 {
	transition-delay: 6.8s;
}

.anim_delay18 {
	transition-delay: 7.2s;
}

.anim_delay19 {
	transition-delay: 7.6s;
}

.anim_delay20 {
	transition-delay: 8.0s;
}




/* ------------------------------------------------------------------------------------------------ Header */




#kwv3_header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#kwv3_header #kwv3_header_inner {
	margin: 0px auto 0px auto;
	padding: 12px 0px 12px 0px;
	display: block;
	width: 1000px;
}

#kwv3_header #kwv3_header_inner2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
}

#kwv3_header #kwv3_header_inner #header_logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	top: 34px;
	left: calc( ( ( 100% - 1000px ) / 2 ) * 0.0913 );
	width: 184px;
	transition: opacity 0.3s ease 0s;
}

#kwv3_header #kwv3_header_inner #header_logo:hover {
	opacity: 0.5;
}

#kwv3_header #kwv3_header_inner #header_logo img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
}

#kwv3_header #kwv3_header_inner #header_nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item {
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
	display: block;
	flex: 1;
	text-decoration: none;
	color: #ffffff;
	transition: color 0.3s ease 0s;
}

#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item:hover {
	color: #000000;
}

body.home #kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item:hover {
	color: #f39800;
}

#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg,
#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
}

#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg:last-child {
	display: none;
}

#kwv3_header #kwv3_header_inner #header_sp_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
}




@media only screen and ( max-width: 1400px ){

	#kwv3_header #kwv3_header_inner2 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		flex-direction: row;
		align-items: flex-end;
	}

	#kwv3_header #kwv3_header_inner #header_logo {
		margin-left: 34px;
		position: static;
		top: unset;
		left: unset;
	}

	#kwv3_header #kwv3_header_inner #header_nav {
		flex-wrap: wrap;
		flex: 1;
	}

}




@media only screen and ( max-width: 1000px ){

	#kwv3_header #kwv3_header_inner {
		width: auto;
	}




	/* SP MENU */

	#kwv3_header {
		background-color: rgba( 0, 0, 0, 0.85 );
		position: fixed;
		overflow: hidden;
		height: 138px;

		transition: height 0.3s ease 0s;
	}

	.menu_open {
		height: 100svh !important;
		height: 100vh !important;
	}

	#kwv3_header #kwv3_header_inner {
		padding: 40px 0px 24px 0px;

		padding: 34px 0px 22px 0px;
		/*position: relative;*/
	}

	#kwv3_header #kwv3_header_inner2 {
		margin: 0px 5vw 0px 5vw;
		padding: 0px 0px 0px 0px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		width: auto;
	}

	#kwv3_header #kwv3_header_inner #header_logo {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		width: 300px;
		height: 56px;
		background-repeat: no-repeat;
		background-position: left top;
		background-position: center center;
		background-image: url("../images/header_logo_sp.svg");
		background-color: transparent;
		background-size: contain;

		width: 240px;
		height: 46px;
	}

	#kwv3_header #kwv3_header_inner #header_logo img {
		display: none;
	}

	#kwv3_header #kwv3_header_inner #header_nav {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: absolute;
		top: 138px;
		left: 0px;
		width: 100%;
		height: calc( 100svh - 138px );
		transition: opacity 0.3s ease 0s;
		opacity: 0.0;
		box-sizing: border-box;

		/*display: none;*/
	}

	.menu_open #kwv3_header_inner #header_nav {
		display: flex !important;
		opacity: 1.0 !important;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item {
		margin: 18px 0px 18px 0px;
		padding: 12px 12px 12px 12px;
		display: block;
		flex: unset;
		text-decoration: none;
		color: #ffffff;
		transition: color 0.3s ease 0s;
		width: 230px;
		box-sizing: border-box;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg {
		height: 28px;
		margin-left: 0px;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg:first-child {
		display: none;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg:last-child {
		display: block;
	}

	#kwv3_header #kwv3_header_inner #header_sp_button {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		width: 88px;
		height: 104px;
		position: relative;
		cursor: pointer;

		width: 70px;
		height: 82px;
	}

	#kwv3_header #kwv3_header_inner #header_sp_button::after,
	#kwv3_header #kwv3_header_inner #header_sp_button::before {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: left top;
		background-position: center center;
		background-color: transparent;
		background-size: contain;
		transition: opacity 0.3s ease 0s;
	}

	#kwv3_header #kwv3_header_inner #header_sp_button::before {
		background-image: url("../images/header_logo_sp_button_open.svg");
		opacity: 1.0;
	}

	#kwv3_header #kwv3_header_inner #header_sp_button::after {
		background-image: url("../images/header_logo_sp_button_close.svg");
		opacity: 0.0;
	}

	.menu_open #kwv3_header_inner #header_sp_button::before {
		opacity: 0.0 !important;
	}

	.menu_open #kwv3_header_inner #header_sp_button::after {
		opacity: 1.0 !important;
	}

}




@media only screen and ( max-width: 600px ){

	#kwv3_header {
		height: 23vw;
	}

	#kwv3_header #kwv3_header_inner {
		padding: 5.6666vw 0px 3.6666vw 0px;
	}

	#kwv3_header #kwv3_header_inner #header_logo {
		width: 40vw;
		height: 7.6666vw;
	}

	#kwv3_header #kwv3_header_inner #header_nav {
		padding: 0px 0px 5vw 0px;
		top: 23vw;
		height: calc( 100svh - 23vw );

		padding-bottom: 13vw;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item {
		margin: 3vw 0px 3vw 0px;
		padding: 2vw 2vw 2vw 2vw;
		width: 38.3333vw;
	}

	#kwv3_header #kwv3_header_inner #header_nav .kwv3_header_nav_item svg {
		height: 4.6666vw;
	}

	#kwv3_header #kwv3_header_inner #header_sp_button {
		width: 11.6666vw;
		height: 13.6666vw;
	}

}




#kwv3_header_blank {
	margin: 0px 0px 140px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 62px;
}

body.home #kwv3_header_blank {
	margin-bottom: 0px;
	height: 0px;
}




@media only screen and ( max-width: 1400px ){

	#kwv3_header_blank {
		height: 92px;
	}

}




@media only screen and ( max-width: 1000px ){

	#kwv3_header_blank {
		height: 138px;
	}

}




@media only screen and ( max-width: 600px ){

	#kwv3_header_blank {
		height: 23vw;
	}

}




@media only screen and ( max-width: 480px ){

	#kwv3_header_blank {
		margin-bottom: 29.1666vw;
	}

}




#kwv3_container .content_main_anchor {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	top: -62px;
	left: 0px;
	width: 100%;
	height: 0px;
}




@media only screen and ( max-width: 1000px ){

	#kwv3_container .content_main_anchor {
		top: -138px;
	}

}




@media only screen and ( max-width: 600px ){

	#kwv3_container .content_main_anchor {
		top: -23vw;
	}

}




/* ------------------------------------------------------------------------------------------------ Main Container */




#kwv3_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
}

#kwv3_container_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.container_box {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 1000px;
}

.container_box_in {
	margin: 0px 50px 0px 50px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.container_box_in2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	display: block;
}

.container_box h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	font-size: 66px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #1b1b1b;
	text-decoration: none;
	font-family: 'SyntaxLTPro-Black';
}

.container_box h2 .h2_small_img {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.container_box h2 .h2_small_img img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.container_box .box_elem_white {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border-radius: 17px;
	background-color: #ffffff;
}




@media only screen and ( max-width: 1000px ){

	.container_box {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
	}

	.container_box_in {
		margin: 0px 5vw 0px 5vw;
	}

	.container_box_in2 {
		padding: 0px 2vw 0px 2vw;
	}

}




@media only screen and ( max-width: 600px ){

	.container_box h2 {
		font-size: 11vw;
		line-height: 10vw;
	}

}




@media only screen and ( max-width: 480px ){

	.container_box h2 .h2_small_img {
		margin: 0px 0px 3.75vw 0px;
	}

	.container_box h2 .h2_small_img img {
		height: 2.9166vw;
	}

	.container_box .box_elem_white {
		border-radius: 3.5416vw;
	}

}




/* ------------------------------------------------------------------------------------------------ Top FV */




#top_fv_rot_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
	background-color: #1d1d1d;
}

#top_fv_rot_bg #top_fv_rot_bg_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#top_fv_rot_bg #top_fv_rot_bg_main .top_fv_rot_bg_main_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-color: transparent;
	background-size: cover;

	opacity: 0.0;
}

#top_fv_rot_bg #top_fv_rot_bg_main .top_fv_rot_bg_main_item:nth-child(1) {
	background-image: url("../images/top_fv_image01.jpg");
	opacity: 1.0;
}

#top_fv_rot_bg #top_fv_rot_bg_main .top_fv_rot_bg_main_item:nth-child(2) {
	background-image: url("../images/top_fv_image02.jpg");
}

#top_fv_rot_bg #top_fv_rot_bg_main .top_fv_rot_bg_main_item:nth-child(3) {
	background-image: url("../images/top_fv_image03.jpg");
}

#top_fv_rot_bg #top_fv_rot_bg_static {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 1000px;
	height: 660px;
	position: relative;
}

@keyframes logoscaleanim {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

#top_fv_rot_bg #top_fv_rot_bg_static #top_fv_logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 200px;
	height: auto;
	animation: logoscaleanim infinite 5s ease-in-out;
}

#top_fv_rot_bg #top_fv_rot_bg_current {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#top_fv_rot_bg #top_fv_rot_bg_current #top_fv_rot_bg_current_in {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	width: 84.6%;
	height: auto;
}

#top_fv_rot_bg #top_fv_rot_bg_current #top_fv_rot_bg_current_in .top_fv_rot_bg_current_item {
	margin: 0px 10px 0px 10px;
	padding: 16px 0px 16px 0px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: transparent;
	cursor: pointer;
}

#top_fv_rot_bg #top_fv_rot_bg_current #top_fv_rot_bg_current_in .top_fv_rot_bg_current_item::before {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #ffffff;
}

#top_fv_rot_bg #top_fv_rot_bg_current #top_fv_rot_bg_current_in .current::before {
	background-color: #f39800;
}




@media only screen and ( max-width: 1000px ){

	#top_fv_rot_bg {
		padding-top: 138px;
	}

	#top_fv_rot_bg #top_fv_rot_bg_static {
		width: 100%;
		height: 125vw;
	}

	#top_fv_rot_bg #top_fv_rot_bg_static #top_fv_logo {
		/*width: 20vw;*/
	}

}




@media only screen and ( max-width: 600px ){

	#top_fv_rot_bg {
		padding-top: 23vw;
	}

	#top_fv_rot_bg #top_fv_rot_bg_static #top_fv_logo {
		width: 33.3333vw;
	}

}




@media only screen and ( max-width: 480px ){

	#top_fv_rot_bg #top_fv_rot_bg_current #top_fv_rot_bg_current_in .top_fv_rot_bg_current_item {
		margin: 0px 2.0833vw 0px 2.0833vw;
		padding: 3.3333vw 0px 3.3333vw 0px;
		height: 2px;
	}

}




/* ------------------------------------------------------------------------------------------------ Top FV Scroll */




#top_fv_scroll {
	padding: 40px 0px 72px 0px;
	display: block;
}

@keyframes toparrowanim {
	0% {
		transform: translate( 0px, 0px );
	}
	50% {
		transform: translate( 0px, -10px );
	}
	100% {
		transform: translate( 0px, 0px );
	}
}

#top_fv_scroll img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

#top_fv_scroll img:nth-child(1) {
	animation: toparrowanim 1.4s infinite ease-in-out;
	width: 38px;
	height: auto;
}

#top_fv_scroll img:nth-child(2) {
	margin-top: 10px;
	width: auto;
	height: 10px;
}




@media only screen and ( max-width: 480px ){

	#top_fv_scroll {
		padding: 8.3333vw 0px 15vw 0px;
	}

	#top_fv_scroll img:nth-child(1) {
		width: 7.9166vw;
	}

	#top_fv_scroll img:nth-child(2) {
		margin-top: 2.0833vw;
		height: 2.0833vw;
	}

}




/* ------------------------------------------------------------------------------------------------ Top News */




#top_news {
	margin-right: 0px;
	margin-left: auto;
	width: calc( 100% - ( ( 100% - 900px ) / 2 ) );
}

#top_news .container_box_in {
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
}

#top_news .box_elem_white {
	border-radius: 17px 0px 0px 17px;
}

#top_news #news_archive_box {
	margin: 12px 0px 0px 0px;
	padding: 34px 50px 34px 50px;
	display: block;
}

#top_news #news_archive_box .news_archive_box_item {
	margin: 16px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #1b1b1b;
	text-decoration: none;
}

#top_news #news_archive_box section.news_archive_box_item {
	display: block;
}

#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 8em;
}

#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_tagcover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex: 1;
}

#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_tag {
	margin: 0px 0px 0px 0px;
	padding: 0px 0.7em 0px 0.7em;
	padding: 0px 1em 0px 1em;
	display: block;
	color: #ffffff;
	background-color: #000000;
	border-radius: 1em;
	font-size: 90%;
}

#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	flex: 1;
	text-align: left;
}

#top_news #news_archive_box .news_archive_box_item h1.news_archive_box_item_title {
	font-size: 175%;
	line-height: 1.25;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 0px;
}

#top_news #news_archive_box .news_archive_box_item .news_single_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#top_news #news_archive_box .news_archive_box_item .news_single_box p {
	margin: 1.25em 0px 1.25em 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-family: 'DNPShueiGoGinStd-M';
}

#top_news #news_archive_box .news_archive_box_item .news_single_box p a {
	color: #f39800;
}

#top_news #news_archive_box .news_archive_box_item .news_single_box p img {
	max-width: 800px;
	height: auto;
}




@media only screen and ( max-width: 1000px ){

	#top_news {
		margin-right: 0px;
		margin-left: 5vw;
		width: auto;
	}

	#top_news #news_archive_box {
		padding-left: 5vw;
		padding-right: 5vw;
		padding-top: 3.4vw;
		padding-bottom: 3.4vw;

		padding-top: 2vw;
		padding-bottom: 2vw;
	}




	#top_news #news_archive_box .news_archive_box_item .news_single_box p img {
		max-width: 100%;
	}

}




@media only screen and ( max-width: 600px ){

	#top_news .box_elem_white {
		border-radius: 2.8333vw 0px 0px 2.8333vw;
	}

	#top_news #news_archive_box {
		margin: 2vw 0px 0px 0px;
	}

	#top_news #news_archive_box .news_archive_box_item {
		margin: 24px 0px 24px 0px;
		flex-wrap: wrap;
	}

	#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_title {
		padding: 6px 0px 0px 0px;
		width: 100%;
		flex: unset;
	}

}




@media only screen and ( max-width: 480px ){

	#top_news #news_archive_box .news_archive_box_item {
		margin: 5vw 0px 5vw 0px;
		font-size: 3.3333vw;
		line-height: 5vw;
	}

	#top_news #news_archive_box .news_archive_box_item .news_archive_box_item_title {
		padding: 1.25vw 0px 0px 0px;
	}

}




/* ------------------------------------------------------------------------------------------------ Top About */




#top_about {
	margin-top: 0px;
	position: relative;
}

#top_about br.spbr {
	display: none;
}

#top_about h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	font-size: 38px;
	line-height: 60px;
	letter-spacing: 0.0em;
	color: #1b1b1b;
	text-decoration: none;
	font-family: 'DNPShueiGoGinStd-B';
}

#top_about p {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 42px;
	letter-spacing: 0.1em;
	color: #1b1b1b;
	text-decoration: none;
	font-family: 'DNPShueiGoGinStd-B';
}




@media only screen and ( max-width: 600px ){

	#top_about br.spbr {
		display: block;
	}

	#top_about h3 {
		font-size: 6.3333vw;
		line-height: 10vw;
	}

	#top_about p {
		font-size: 3.3333vw;
		line-height: 7vw;
	}

}




@media only screen and ( max-width: 480px ){

	#top_about p {
		margin: 12.5vw 0px 0px 0px;
	}

}




/* ------------------------------------------------------------------------------------------------ Top Works */




#top_works {
	margin-top: 140px;
}




@media only screen and ( max-width: 480px ){

	#top_works {
		margin-top: 29.1666vw;
	}

}




/* ------------------------------------------------------------------------------------------------ xxxxxxx Carousel */




.lex_top_carousel_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: relative;
}

.lex_top_carousel_outer {
	margin: 0% 0px 0px auto;
	padding: 0vw 0px 0vw 0px;
	display: block;
	width: calc( 100% - ( ( 100% - 900px ) / 2 ) );
	height: auto;
	background-color: transparent;
	border-style: solid;
	border-color: #0d0c0c;
	border-width: 0px 0px 0px 0px;
}

.lex_top_carousel_outer .lex_top_carousel_cover {
	margin: 0px 0px 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.lex_top_carousel_outer .lex_top_carousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0px;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_in {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;

	position: absolute;
	top: 0px;
	left: 0px;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_left,
.lex_top_carousel_outer .lex_top_carousel_rtl_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	width: 10%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-color: transparent;
	background-size: 35% auto;
	cursor: pointer;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_left {
	right: 100%;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right {
	right: 0%;

	width: calc( 100% - 900px );
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@keyframes arrow_scale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right::before {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	content: '';
	top: 50%;
	right: 48px;
	width: 72px;
	height: 72px;
	margin-top: -36px;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-image: url("../images/top_works_icon_arrow_right.svg");
	background-color: transparent;
	background-size: contain;
	animation: arrow_scale 1.5s ease-in-out infinite;
}

.lex_top_carousel_outer .lex_top_carousel_rtl_right:hover::before {
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;

	display: none;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
	text-decoration: none;
	color: #1b1b1b;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item:hover {
	/*opacity: 0.5;*/
}

.lex_top_carousel_outer .lex_top_carousel:hover .lex_top_carousel_item {
	opacity: 0.5;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item .lex_top_carousel_item_in {
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: relative;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item:first-child {
	display: block;
}

.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}




@media only screen and ( max-width: 1212px ){

	.lex_top_carousel_outer .lex_top_carousel_rtl_left {
		width: 14.7%;
	}

	.lex_top_carousel_outer .lex_top_carousel_rtl_right {
		width: 14.7%;
		width: 156px;
	}

	.lex_top_carousel_outer .lex_top_carousel_rtl_right::before {
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		margin-top: 0px;
		background-size: 72px 72px;

		width: 72px;
		height: 72px;
		top: 50%;
		right: 50%;
		margin-top: -36px;
		margin-right: -36px;
		background-size: contain;
	}

}




@media only screen and ( max-width: 1000px ){

	.lex_top_carousel_outer {
		width: calc( 100% - 5vw );
	}

}




@media only screen and ( max-width: 600px ){

	.lex_top_carousel_outer .lex_top_carousel_rtl_right {
		width: 26vw;
	}

	.lex_top_carousel_outer .lex_top_carousel_rtl_right::before {
		background-size: 12vw;

		width: 12vw;
		height: 12vw;
		top: 50%;
		right: 50%;
		margin-top: -6vw;
		margin-right: -6vw;
		background-size: contain;
	}

	.lex_top_carousel_outer .lex_top_carousel .lex_top_carousel_item .lex_top_carousel_item_in {
		margin: 0px 4.1666vw 0px 0px;
	}

}




.lex_top_carousel_nav {
	display: none;
}




#top_works_carousel {
	margin-top: 12px;
	margin-bottom: 100px;
}

#top_works_carousel .lex_top_carousel_outer .lex_top_carousel_cover {
	margin: 0px 0px 0px 0px;
	padding: 55px 0px 55px 50px;
	display: block;
	border-radius: 17px 0px 0px 17px;
	background-color: #ffffff;
	box-sizing: border-box;
}

.works_carousel_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #1b1b1b;
	text-decoration: none;
}

.works_carousel_item .works_carousel_item_thumb {
	margin: 0px 0px 0px 0px;
	padding: 120% 0px 0px 0px;
	display: block;
	width: 100%;
	height: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-radius: 1px;
	box-sizing: border-box;
}

.works_carousel_item .works_carousel_item_info {
	margin: 12px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.works_carousel_item .works_carousel_item_tag {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.works_carousel_item .works_carousel_item_tag .tag_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 1em 0px 1em;
	display: inline-block;
	background-color: #8f8f8f;
	border-radius: 10em;
}

.works_carousel_item .works_carousel_item_tag .tag_item .tag_item_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 90%;
	line-height: 27px;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	white-space: nowrap;
}

.works_carousel_item .color01 {
	background-color: #093389;
}

.works_carousel_item .color02 {
	background-color: #d400f3;
}

.works_carousel_item .color03 {
	background-color: #f39800;
}

.works_carousel_item .color04 {
	background-color: #097ddc;
}

.works_carousel_item .works_carousel_item_date {
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
	display: block;
	font-size: 80%;
}

.works_carousel_item .works_carousel_item_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.works_carousel_item .works_item_detail {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.works_carousel_item .works_item_detail .works_item_detail_child {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 8px 0px;
	display: block;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px 0px 0px;
}

.works_carousel_item .works_item_detail .works_item_detail_head {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 87.5%;
	line-height: 1.0;
	color: #8f8f8f;
}

.works_carousel_item .works_item_detail .works_item_detail_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 87.5%;
	line-height: 1.2;
}

.works_carousel_item .works_item_detail .works_item_detail_text a {
	color: #f39800;
}

.works_carousel_item .works_item_detail .works_item_detail_cr {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 75%;
	line-height: 1.2;
	color: #8f8f8f;
}




@media only screen and ( max-width: 1000px ){

	#top_works_carousel .lex_top_carousel_outer .lex_top_carousel_cover {
		padding: 5.5vw 0px 5.5vw 5vw;

		padding: 6.5vw 0px 6.5vw 5vw;
	}

}




@media only screen and ( max-width: 600px ){

	#top_works_carousel {
		margin-top: 2vw;
	}

	#top_works_carousel .lex_top_carousel_outer .lex_top_carousel_cover {
		border-radius: 2.8333vw 0px 0px 2.8333vw;
	}

}




@media only screen and ( max-width: 480px ){

	#top_works_carousel {
		margin-bottom: 20.8333vw;
	}

	.works_carousel_item {
		font-size: 3.3333vw;
		line-height: 4.1666vw;
	}

	.works_carousel_item .works_carousel_item_info {
		margin: 2.5vw 1.0416vw 0px 1.0416vw;
	}

	.works_carousel_item .works_carousel_item_tag {
		margin: 0px 0px 1.6666vw 0px;
	}

	.works_carousel_item .works_carousel_item_tag .tag_item .tag_item_text {
		line-height: 5.625vw;
	}

	.works_carousel_item .works_carousel_item_date {
		margin: 1.6666vw 0px 1.25vw 0px;

		margin: 1.25vw 0px 1.25vw 0px;
		padding: 0.4166vw 0px 0px 0px;

		margin: 1.6666vw 0px 0.8333vw 0px;
		padding: 0px 0px 0.4166vw 0px;
	}

	.works_carousel_item .works_item_detail {
		margin: 2.5vw 0px 0px 0px;
	}

	.works_carousel_item .works_item_detail .works_item_detail_child {
		padding: 10px 0px 1.6666vw 0px;
	}

	.works_carousel_item .works_item_detail .works_item_detail_head {
		margin: 0px 0px 1.25vw 0px;
	}

	.works_carousel_item .works_item_detail .works_item_detail_cr {
		margin: 1.6666vw 0px 0px 0px;
	}

}




#top_works_carousel #works_single_list .lex_top_carousel_cover {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	align-items: stretch;
	padding-bottom: 8px;
}

#works_single_list .lex_top_carousel_cover .lex_top_carousel_item {
	margin: 0px 0px 48px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
	text-decoration: none;
	color: #1b1b1b;
	width: 325px;
}

#works_single_list .lex_top_carousel_cover .lex_top_carousel_item .lex_top_carousel_item_in {
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: relative;
}

#top_works_carousel .works_carousel_item .thumb_type02,
#works_single_list .works_carousel_item .thumb_type02 {
	background-size: contain;
	background-color: #000000;
}

#top_works_carousel .works_carousel_item .thumb_type_cover,
#works_single_list .works_carousel_item .thumb_type_cover {
	background-size: cover;
}




@media only screen and ( max-width: 1000px ){

	#top_works_carousel #works_single_list .lex_top_carousel_cover {
		padding-bottom: 1.8vw;
		padding-bottom: 0.8vw;
	}

	#works_single_list .lex_top_carousel_cover .lex_top_carousel_item {
		margin-bottom: 4.8vw;
		margin-bottom: 5.8vw;
	}

}




@media only screen and ( max-width: 736px ){

	#works_single_list .lex_top_carousel_cover .lex_top_carousel_item {
		/*margin-bottom: 48px;*/
		width: 325px;

		/*margin-bottom: 6.5217vw;*/
		width: 44.1576vw;
		width: 44.1576svw;

		width: 50%;
	}

	#works_single_list .lex_top_carousel_cover .lex_top_carousel_item .lex_top_carousel_item_in {
		margin-right: 25px;

		margin-right: 3.3967vw;
		margin-right: 3.3967svw;
	}

}




.works_single_nav {
	margin: 34px -6px 70px -6px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	width: 1000px;
}

.works_single_nav a {
	margin: 6px 6px 6px 6px;
	padding: 9px 0px 9px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex: 1;
	border-style: solid;
	border-color: #000000;
	border-width: 4px;
	box-sizing: border-box;
	border-radius: 10em;
	text-decoration: none;
	transition: background-color 0.3s ease 0s;
	background-color: transparent;
}

.works_single_nav a:hover {
	background-color: #000000;
}

.works_single_nav a .nav_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 1em 0px 1em;
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 1.0;
	letter-spacing: -0.04em;
	color: #1b1b1b;
	text-decoration: none;
	font-family: 'SyntaxLTPro-Black';
	text-box-trim: trim-both;
	text-box-trim: trim-end;
	text-box-edge: cap alphabetic;
}

.works_single_nav a:hover .nav_text {
	color: #f39800;
}




@media only screen and ( max-width: 1100px ){

	.works_single_nav {
		margin: 34px 0px 70px 0px;
	}

	.works_single_nav {
		flex-wrap: wrap;
		width: auto;
	}

	.works_single_nav a {
		width: 220px;
		flex: unset;
		margin: 6px 12px 6px 0px;
	}

}




@media only screen and ( max-width: 600px ){

	.works_single_nav a {
		margin: 6px 6px 6px 6px;
		padding: 9px 0px 9px 0px;

		margin: 1vw 1vw 1vw 1vw;
		padding: 1.5vw 0px 1.5vw 0px;
		border-width: 0.6666vw;
		width: 36.6666vw;
	}

	.works_single_nav a .nav_text {
		font-size: 26px;

		font-size: 4.3333vw;
	}

}




@media only screen and ( max-width: 480px ){

	.works_single_nav {
		margin: 5.6666vw 0px 11.6666vw 0px;
	}

}




/* ------------------------------------------------------------------------------------------------ Recruit */





.recruit_box {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 16px 0px;
	display: block;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #1b1b1b;
	text-decoration: none;
	font-family: 'DNPShueiGoGinStd-M';
}




@media screen and ( max-width: 600px ){

	.recruit_box {
		padding: 24px 0px 24px 0px;
	}

}




@media screen and ( max-width: 480px ){

	.recruit_box {
		margin: 5vw 0px 5vw 0px;
		font-size: 3.3333vw;
		line-height: 5vw;
	}

}




.btn{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	padding: 0;
	text-align: center;
	outline: none;
	transition: ease .2s;
	background-color: #fff;
	width: 180px;
	line-height: 30px;
}

.btn span{
	font-size: 120%;
	position: relative;
	z-index: 3;
	color:#000;
}

.bgleft:hover{
	border: transparent 1px solid;
}

.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#F19500;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}




@media screen and ( max-width: 480px ){

	.btn{
		width: 37.5vw;
		line-height: 6.25vw;
	}

}




.recruit_caption{
	margin-bottom: 60px;
}

.recruit_anchor {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruit_anchor .button{
	width: 48%;
}

.recruit_anchor .button .btn {
	width: 100%;
	line-height: 45px;
	padding: 0 20px;
	box-sizing: border-box;
}

.recruit_anchor .button .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.recruit_anchor .button .btn img {
	margin-left: 7px;
	height: 7px;
}

.recruit_contents {
	margin-bottom: 60px;
}

.recruit_contents:last-child {
	margin-bottom: 0;
}

.recruit_contents h3{
	font-size: 150%;
	line-height: 1.25;
	margin-bottom: 30px;
	font-family: 'DNPShueiGoGinStd-B';
}

.recruit_contents .intro{
	margin-bottom: 30px;
}

.recruit_contents table{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

.recruit_contents table tr{
	border-bottom: 1px solid #000;
}

.recruit_contents table tr:first-child{
	border-top: 1px solid #000;
}

.recruit_contents table tr th{
	width: 25%;
	text-align: left;
	padding: 20px;
	padding-left: 25px;
}

.recruit_contents table tr td{
	padding: 20px;
	padding-right: 25px;
	line-height: 1.5;
}

.recruit_contents .button {
	text-align: left;
	margin-top: 40px;
}

.recruit_contents .button .btn {
	width: 220px;
	line-height: 45px;
}

.recruit_contents .button .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'DNPShueiGoGinStd-B';
}

.recruit_contents .button .btn img {
	margin-left: 7px;
	height: 12px;
}




@media screen and ( max-width: 1000px ){

	.recruit_anchor {
		margin-bottom: 60px;
		display: block;
	}

	.recruit_anchor .button{
		width: auto;
	}

}




@media screen and ( max-width: 600px ){

	.recruit_contents table,
	.recruit_contents table tr,
	.recruit_contents table tr th,
	.recruit_contents table tr td {
		display: block;
	}

	.recruit_contents table tr th {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.recruit_contents table tr td {
		padding-left: 0px;
		padding-right: 0px;
	}

}




@media screen and ( max-width: 480px ){

	.recruit_caption{
		margin-bottom: 12.5vw;
	}

	.recruit_anchor {
		margin-bottom: 12.5vw;
	}

	.recruit_anchor .button .btn {
		line-height: 9.375vw;
		padding: 0 4.1666vw;
	}

	.recruit_anchor .button .btn img {
		margin-left: 1.4583vw;
		height: 1.4583vw;
	}

	.recruit_contents {
		margin-bottom: 12.5vw;
	}

	.recruit_contents:last-child {
		margin-bottom: 0;
	}

	.recruit_contents h3{
		margin-bottom: 6.25vw;
	}

	.recruit_contents .intro{
		margin-bottom: 6.25vw;
	}

	.recruit_contents table{
		margin-top: 2.0833vw;
	}

	.recruit_contents table tr th{
		padding: 4.1666vw 0vw 0vw 0vw;
	}

	.recruit_contents table tr td{
		padding: 4.1666vw 0vw 4.1666vw 0vw;
	}

	.recruit_contents .button {
		margin-top: 8.3333vw;
	}

	.recruit_contents .button .btn {
		width: 45.8333vw;
		line-height: 9.375vw;
	}

	.recruit_contents .button .btn img {
		margin-left: 1.4583vw;
		height: 2.5vw;
	}

}




/* ------------------------------------------------------------------------------------------------ Footer */




#kwv3_footer {
	margin: 120px 0px 0px 0px;
	padding: 0px 0px 42px 0px;
	display: block;
	position: relative;
}

#kwv3_footer #kwv3_footer_inner {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 1000px;
}

#kwv3_footer #footer_nav {
	margin: 0px 50px 0px 50px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
}




@media only screen and ( max-width: 1000px ){

	#kwv3_footer #kwv3_footer_inner {
		margin: 0px 0px 0px 0px;
		width: auto;
	}

	#kwv3_footer #footer_nav {
		margin: 0px 5vw 0px 5vw;
	}

}




@media only screen and ( max-width: 480px ){

	#kwv3_footer {
		margin: 25vw 0px 0px 0px;
		padding: 0px 0px 8.75vw 0px;
	}

}




#kwv3_footer #footer_nav .half_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	width: auto;
}

#kwv3_footer #footer_nav .half_box .half_box_item {
	margin: 0px 0px 0px 0px;
	padding: 16px 16px 16px 16px;
	display: block;
	box-sizing: border-box;
	width: 49%;
	border-radius: 17px;
	text-align: left;
	font-size: 66px;
	line-height: 60px;
	letter-spacing: 0.0em;
	color: #f39800;
	text-decoration: none;
	font-family: 'SyntaxLTPro-Black';
	transition: opacity 0.3s ease 0s;
}

#kwv3_footer #footer_nav .half_box .half_box_item:hover {
	opacity: 0.5;
}

#kwv3_footer #footer_nav .half_box .half_box_item:nth-child(1) {
	background-color: #000000;
}

#kwv3_footer #footer_nav .half_box .half_box_item:nth-child(2) {
	background-color: #ffffff;
}

#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_head1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_head2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	letter-spacing: 0.0em;
	font-family: 'DNPShueiGoGinStd-B';
	font-size: 36.3636%;
	line-height: 1.0;
}

#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_image {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_image img {
	margin: 0px 0px 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}




@media only screen and ( max-width: 1000px ){

	#kwv3_footer #footer_nav .half_box {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
	}

	#kwv3_footer #footer_nav .half_box .half_box_item {
		width: auto;
	}

	#kwv3_footer #footer_nav .half_box .half_box_item:first-child {
		margin-bottom: 24px;
	}

}




@media only screen and ( max-width: 600px ){

	#kwv3_footer #footer_nav .half_box .half_box_item {
		padding: 2.6666vw 2.6666vw 2.6666vw 2.6666vw;
		border-radius: 2.8333vw;
		text-align: left;
		font-size: 11vw;
		line-height: 10vw;
	}

	#kwv3_footer #footer_nav .half_box .half_box_item:first-child {
		margin-bottom: 4vw;
	}

	#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_image {
		margin: 5vw 0px 0px 0px;
	}

	#kwv3_footer #footer_nav .half_box .half_box_item .half_box_item_image img {
		width: 12.75vw;
		height: auto;
	}

}




#kwv3_footer #footer_nav .bottom_box {
	margin: 46px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: stretch;
	width: auto;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_left {
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	flex: 1;
	border-radius: 17px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: center 40%;
	background-image: url("../images/footer_logo.svg");
	background-color: #000000;
	background-size: 72%;
	transition: opacity 0.3s ease 0s;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_left:hover {
	opacity: 0.5;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 72%;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top {
	margin: 0px 0px 0px 0px;
	padding: 6px 16px 6px 16px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	width: auto;
	border-radius: 17px;
	background-color: #000000;
	box-sizing: border-box;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item {
	margin: 0px 0px 0px 0px;
	padding: 6px 16px 6px 16px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	transition: background-color 0.3s ease 0s;
	border-radius: 10em;
	background-color: #000000;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item:hover {
	background-color: #e59c37;
	color: #000000;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item svg {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom {
	margin: 12px 0px 0px 0px;
	padding: 12px 16px 12px 16px;
	display: block;
	width: auto;
	border-radius: 17px;
	background-color: #000000;
	box-sizing: border-box;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: table;
	width: auto;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-decoration: none;
	font-family: 'DNPShueiGoGinStd-B';
}

/*
#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table a {
	padding-right: 1em;
	background-repeat: no-repeat;
	background-position: left top;
	background-position: right center;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16"><path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6"/></svg>');
	background-color: transparent;
	background-size: 1em auto;
	text-decoration: none;
	color: #ffffff;
}
*/

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table br.spbr {
	display: none;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table th {
	white-space: nowrap;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table th,
#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table td {
	vertical-align: top;
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table .colon::before {
	content: ':';
}

#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table .flexbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;;
	flex-direction: row;
	align-items: center;
}




@media only screen and ( max-width: 1000px ){

	#kwv3_footer #footer_nav .bottom_box {
		display: block;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_left {
		margin-right: 0px;
		margin-bottom: 12px;
		height: 120px;
		background-position: center 50%;
		background-size: auto 70%;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right {
		width: auto;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item {
		padding: 6px 12px 6px 12px;
		display: block;
		text-decoration: none;
		color: #ffffff;
		transition: background-color 0.3s ease 0s;
		border-radius: 10em;
		background-color: #000000;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item svg {
		height: 12px;
		width: auto;
	}

}




@media only screen and ( max-width: 600px ){

	#kwv3_footer #footer_nav .bottom_box .bottom_box_left {
		height: 20vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top {
		padding: 1.25vw 1.25vw 1.25vw 1.25vw;
		border-radius: 20.8333vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item {
		padding: 1.25vw 2.5vw 1.25vw 2.5vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_top .bottom_box_right_top_item svg {
		height: 2vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom {
		padding: 2vw 2.6666vw 2vw 2.6666vw;
		border-radius: 2.8333vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table br.spbr {
		display: block;
	}

}




@media only screen and ( max-width: 480px ){

	#kwv3_footer #footer_nav .bottom_box {
		margin-top: 9.5833vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_left {
		margin-bottom: 2.5vw;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom {
		margin: 2.5vw 0px 0px 0px;
	}

	#kwv3_footer #footer_nav .bottom_box .bottom_box_right .bottom_box_right_bottom .bottom_box_right_bottom_table {
		font-size: 2.5vw;
		line-height: 3.5416vw;
	}



}




/* ------------------------------------------------------------------------------------------------ Balloon */




#bg_balloon {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100lvh;
	background-color: transparent;
	overflow: hidden;
	pointer-events: none;
}

#bg_balloon .balloon_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	position: absolute;
	top: 100%;
	left: 100%;
	width: 256px;
	height: auto;
	transform: scale(0.0);
	opacity: 1.0;
}

#bg_balloon .balloon_item img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.1;
}




@media only screen and ( max-width: 1000px ){

	#bg_balloon .balloon_item {
		width: 25.6vw;
	}

}






