@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #000000;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

a:link, a:visited, a:hover, a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/*-- ========== main canvas ========== */
#top_view {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#top_logo {
	display: flex;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 266px;
	height: 60px;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

@media all and (max-width: 480px) {
	#top_logo {
		width: 220px;
		transform-origin: left top;
		transform: scale(0.8,0.8);
	}
}

#top_scrl_base {
	display: flex;
	background-color: #032CB3;
	color: #000000;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 50px;
	height: 190px;
	transform: translate(0, -50%);
	align-items: center;
	justify-content: center;
	z-index: 0;
}

#top_scrl_text {
	display: flex;
	position: absolute;
	top: calc(50% - 120px);
	right: 0px;
	width: 50px;
	height: 190px;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

#top_scrl_arrow {
	display: flex;
	position: absolute;
	top: calc(50% - 42px);
	right: 0px;
	width: 50px;
	height: 190px;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

#top_title01 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	bottom: 320px;
	left: 0px;
	width: 312px;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

#top_title01:before {
	display: flex;
	background: #FFFFFF;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-right: 14px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_title01 {
		bottom: 180px;
		width: 250px;
		font-size: 40px;
	}
}

@media all and (max-width: 480px) {
	#top_title01 {
		bottom: 220px;
		width: 250px;
		font-size: 40px;
	}
}

#top_main_j {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	bottom: 140px;
	left: 66px;
	width: 700px;
	height: auto;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	line-height: 40px;
	letter-spacing: 0px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_main_j {
		bottom: 40px;
		left: 56px;
		width: 500px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media all and (max-width: 480px) {
	#top_main_j {
		bottom: 100px;
		left: 30px;
		width: 330px;
		font-size: 13px;
		line-height: 24px;
	}
}

#top_main_e {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	bottom: 100px;
	left: 68px;
	width: 600px;
	height: auto;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 540;
	font-style: normal;
	line-height: 36px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_main_e {
		bottom: 0px;
		left: 56px;
		width: 500px;
		font-size: 12px;
		line-height: 28px;
	}
}

@media all and (max-width: 480px) {
	#top_main_e {
		bottom: 80px;
		left: 30px;
		width: 340px;
		font-size: 10px;
		font-weight: 400;
		line-height: 14px;
	}
}


#top_title02 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: calc(100% + 436px);
	right: 0px;
	width: 224px;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

#top_title02:after {
	display: flex;
	background: #FFFFFF;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: 14px;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_title02 {
		top: calc(100% + 234px);
	}
}

@media all and (max-width: 480px) {
	#top_title02 {
		top: calc(100% + 150px);
		width: 184px;
		font-size: 40px;
	}
}

#top_case01 {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	position: absolute;
	top: calc(100% + 234px);
	left: 0px;
	width: 230px;
	height: 250px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	z-index: 1;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_case01 {
		top: calc(100% + 330px);
	}
}

@media all and (max-width: 480px) {
	#top_case01 {
		background-color: #FFFFFF;
		top: calc(100% + 234px);
		left: 0px;
		width: calc(100% - 60px);
	}
}

#top_case01 .icon {
	position: relative;
	top: 40px;
	width: 100%;
	height: 52px;
}

#top_case01 .text {
	position: relative;
	top: 60px;
	width: 100%;
	height: auto;
}

#top_case01 .arrow {
	position: relative;
	top: 76px;
	left: -89px;
	width: 100%;
	height: 32px;
}

#top_case01 .more {
	position: relative;
	color: #000000;
	top: 42px;
	left: -34px;
	width: 100%;
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	height: auto;
}

@media all and (max-width: 480px) {
	#top_case01 .arrow {
		left: -26px;
	}
	#top_case01 .more {
		left: 28px;
	}
}

#top_case02 {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	position: absolute;
	top: calc(100% + 234px);
	left: 245px;
	width: 230px;
	height: 250px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	z-index: 1;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_case02 {
		top: calc(100% + 330px);
	}
}

@media all and (max-width: 480px) {
	#top_case02 {
		background-color: #FFFFFF;
		top: calc(100% + 504px);
		left: 0px;
		width: calc(100% - 60px);
	}
}

#top_case02 .icon {
	position: relative;
	top: 40px;
	width: 100%;
	height: 52px;
}

#top_case02 .text {
	position: relative;
	top: 60px;
	width: 100%;
	height: auto;
}

#top_case02 .arrow {
	position: relative;
	top: 76px;
	left: -89px;
	width: 100%;
	height: 32px;
}

#top_case02 .more {
	position: relative;
	color: #000000;
	top: 42px;
	left: -34px;
	width: 100%;
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	height: auto;
}

@media all and (max-width: 480px) {
	#top_case02 .arrow {
		left: -26px;
	}
	#top_case02 .more {
		left: 28px;
	}
}

#top_case03 {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	position: absolute;
	top: calc(100% + 234px);
	left: 490px;
	width: 230px;
	height: 250px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	z-index: 1;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_case03 {
		top: calc(100% + 330px);
	}
}

@media all and (max-width: 480px) {
	#top_case03 {
		background-color: #FFFFFF;
		top: calc(100% + 774px);
		left: 0px;
		width: calc(100% - 60px);
	}
}

#top_case03 .icon {
	position: relative;
	top: 40px;
	width: 100%;
	height: 52px;
}

#top_case03 .text {
	position: relative;
	top: 60px;
	width: 100%;
	height: auto;
}

#top_case03 .arrow {
	position: relative;
	top: 76px;
	left: -89px;
	width: 100%;
	height: 32px;
}

#top_case03 .more {
	position: relative;
	color: #000000;
	top: 42px;
	left: -34px;
	width: 100%;
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
	height: auto;
}

@media all and (max-width: 480px) {
	#top_case03 .arrow {
		left: -26px;
	}
	#top_case03 .more {
		left: 28px;
	}
}

#top_tablet {
	display: flex;
	background-color: #FFFFFF;
	position: absolute;
	top: calc(100% + 128px);
	right: 0px;
	width: 445px;
	height: 281px;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_tablet {
		visibility: hidden;
	}
}

@media all and (max-width: 480px) {
	#top_tablet {
		visibility: hidden;
	}
}

#case_col {
	background-color: #032cb3;
	position: relative;
	opacity: 0.9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110%;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_cap {
		height: 110%;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_col {
		height: 120%;
	}
}

@media all and (max-width: 480px) {
	#case_col {
		height: 120%;
	}
}

#case_cap {
	display: flex;
	color: #FFFFFF;
	position: relative;
	top: calc(-50% - 360px);
	left: calc(50% - 400px);
	width: 400px;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 46px;
	font-weight: 300;
	font-style: normal;
	align-items: baseline;
	justify-content: left;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_cap {
		left: calc(50% - 300px);
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_cap {
		top: calc(-50% - 220px);
		left: calc(50% - 300px);
	}
}

@media all and (max-width: 480px) {
	#case_cap {
		top: calc(-50% - 360px);
		left: calc(50% - 155px);
		font-size: 36px;
	}
}

#case_cap .j_cap {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
}

@media all and (max-width: 480px) {
	#case_cap .j_cap {
		font-size: 18px;
	}
}

#case_txt {
	position: relative;
	top: calc(-50% - 310px);
	left: calc(50% - 400px);
	width: 800px;
	height: auto;
	text-align: left;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_txt {
		left: calc(50% - 300px);
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_txt {
		top: calc(-50% - 220px);
		left: calc(50% - 300px);
	}
}

@media all and (max-width: 480px) {
	#case_txt {
		top: calc(-50% - 320px);
		left: calc(50% - 155px);
		width: 320px;
	}
}


#case_txt .detail01 {
	color: #aaaaaa;
	padding-bottom: 6px;
	border-bottom: 1px solid #949494;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	line-height: 30px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_txt .detail01 {
		line-height: 30px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_txt .detail01 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media all and (max-width: 480px) {
	#case_txt .detail01 {
		font-size: 24px;
		line-height: 30px;
	}
}

#case_txt .detail02 {
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	line-height: 60px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_txt .detail02 {
		line-height: 60px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_txt .detail02 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media all and (max-width: 480px) {
	#case_txt .detail02 {
		font-size: 18px;
		line-height: 60px;
	}
}

#case_txt .detail03 {
	color: #aaaaaa;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	line-height: 38px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_txt .detail03 {
		font-size: 15px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_txt .detail03 {
		font-size: 15px;
		line-height: 20px;
	}
}

@media all and (max-width: 480px) {
	#case_txt .detail03 {
		font-size: 12px;
		line-height: 34px;
	}
}

#case_btn {
	display: flex;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	position: relative;
	top: calc(-50% - 240px);
	left: calc(50% - 50px);
	width: 100px;
	height: 40px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#case_btn {
		top: calc(-50% - 240px);
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#case_btn {
		top: calc(-50% - 200px);
	}
}

@media all and (max-width: 480px) {
	#case_btn {
		top: calc(-50% - 260px);
	}
}

#top_title03 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: calc(100% + 660px);
	left: 0px;
	width: 276px;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

#top_title03:before {
	display: flex;
	background: #FFFFFF;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-right: 14px;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_title03 {
		top: calc(100% + 760px);
	}
}

@media all and (max-width: 480px) {
	#top_title03 {
		top: calc(100% + 1200px);
		width: 224px;
		font-size: 40px;
	}
}

#top_comp01 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 660px);
	right: 60px;
	width: calc(100% - 440px);
	height: 58px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp01 {
		top: calc(100% + 840px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp01 {
		top: calc(100% + 1260px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp01 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp01 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp01 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp01 .detail {
		padding-left: 0px;
	}
}

#top_comp02 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 718px);
	right: 60px;
	width: calc(100% - 440px);
	height: 58px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp02 {
		top: calc(100% + 898px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp02 {
		top: calc(100% + 1318px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp02 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp02 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp02 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp02 .detail {
		padding-left: 0px;
	}
}

#top_comp03 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 776px);
	right: 60px;
	width: calc(100% - 440px);
	height: 58px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp03 {
		top: calc(100% + 956px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp03 {
		top: calc(100% + 1376px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp03 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp03 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp03 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp03 .detail {
		padding-left: 0px;
	}
}

#top_comp04 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 834px);
	right: 60px;
	width: calc(100% - 440px);
	height: 180px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp04 {
		top: calc(100% + 1014px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp04 {
		top: calc(100% + 1434px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp04 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp04 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp04 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp04 .detail {
		padding-left: 0px;
	}
}

#top_comp05 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 1014px);
	right: 60px;
	width: calc(100% - 440px);
	height: 58px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp05 {
		top: calc(100% + 1194px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp05 {
		top: calc(100% + 1614px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp05 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp05 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp05 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp05 .detail {
		padding-left: 0px;
	}
}

#top_comp06 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 1072px);
	right: 60px;
	width: calc(100% - 440px);
	height: 58px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp06 {
		top: calc(100% + 1252px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp06 {
		top: calc(100% + 1672px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 11px;
	}
}

#top_comp06 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp06 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (max-width: 480px) {
	#top_comp06 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp06 .detail {
		padding-left: 0px;
	}
}

#top_comp07 {
	display: flex;
	color: #FFFFFF;
	border-bottom: 1px solid;
	position: absolute;
	top: calc(100% + 1130px);
	right: 60px;
	width: calc(100% - 440px);
	height: 134px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_comp07 {
		top: calc(100% + 1310px);
		width: calc(100% - 240px);
	}
}

@media all and (max-width: 480px) {
	#top_comp07 {
		top: calc(100% + 1730px);
		right: 20px;
		width: calc(100% - 40px);
		font-size: 10px;
	}
}

#top_comp07 .title {
	display: flex;
	width: 30%;
	font-weight: 800;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

#top_comp07 .detail {
	display: flex;
	width: 70%;
	padding-left: 100px;
	font-weight: 500;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: left;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#top_comp07 .detail {
		font-size: 13px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_comp07 .detail {
		font-size: 12px;
	}
}

@media all and (max-width: 480px) {
	#top_comp07 .title {
		padding-left: 10px;
		justify-content: left;
	}
	#top_comp07 .detail {
		padding-left: 0px;
	}
}

#top_footer {
	display: block;
	float: none;
	background-color: #022493;
	color: #FFFFFF;
	position: absolute;
	top: calc(100% + 1400px);
	left: 0px;
	width: 100%;
	height: 360px;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) {
	#top_footer {
		top: calc(100% + 1580px);
	}
}

@media all and (max-width: 480px) {
	#top_footer {
		top: calc(100% + 2000px);
	}
}

#top_footer .title {
	display: flex;
	position: relative;
	top: 80px;
	width: 100%;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 42px;
	font-weight: 300;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
}

#top_footer .detail {
	display: flex;
	position: relative;
	top: 130px;
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 0px;
	align-items: center;
	justify-content: center;
}

@media all and (max-width: 480px) {
	#top_footer .detail {
		font-size: 10px;
	}
}

#top_footer .arrow {
	display: flex;
	position: relative;
	top: 170px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#top_footer .copy {
	display: flex;
	position: relative;
	top: 240px;
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 0px;
	align-items: center;
	justify-content: center;
}

@media all and (max-width: 480px) {
	#top_footer .copy {
		font-size: 10px;
	}
}

#top_navi01 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 380px;
	width: auto;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#top_navi01 {
		top: 40px;
		right: 370px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_navi01 {
		top: 40px;
		right: 340px;
	}
}

@media all and (max-width: 480px) {
	#top_navi01 {
		top: 40px;
		right: 20px;
	}
}

#top_navi02{
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 252px;
	width: auto;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#top_navi02 {
		top: 40px;
		right: 245px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_navi02 {
		top: 40px;
		right: 220px;
	}
}

@media all and (max-width: 480px) {
	#top_navi02 {
		top: 80px;
		right: 20px;
	}
}

#top_navi03 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 140px;
	width: auto;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#top_navi03 {
		top: 40px;
		right: 135px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_navi03 {
		top: 40px;
		right: 115px;
	}
}

@media all and (max-width: 480px) {
	#top_navi03 {
		top: 120px;
		right: 20px;
	}
}

#top_navi04 {
	display: flex;
	color: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 60px;
	width: auto;
	height: auto;
	font-family: "Georgia", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 0px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: left;
	z-index: 0;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#top_navi04 {
		top: 40px;
		right: 55px;
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#top_navi04 {
		top: 40px;
		right: 40px;
	}
}

@media all and (max-width: 480px) {
	#top_navi04 {
		top: 160px;
		right: 20px;
	}
}

#service {
	position: absolute;
	top: calc(100%);
	left: 0px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#service {
		top: calc(100% + 60px);
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#service {
		top: calc(100% + 224px);
	}
}

@media all and (max-width: 480px) {
	#service {
		top: calc(100% + 100px);
	}
}

#company {
	position: absolute;
	top: calc(100% + 560px);
	left: 0px;
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: portrait) {
	#company {
		top: calc(100% + 600px);
	}
}

@media all and (min-width: 480px) and (max-width: 812px) and (orientation: landscape) {
	#company {
		top: calc(100% + 750px);
	}
}

@media all and (max-width: 480px) {
	#company {
		top: calc(100% + 1160px);
	}
}