@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
	overflow: hidden;
}
.is_lower #wrapper {
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#wrapper {
	}
}




/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
#header {
	width: 100%;
	margin: 0 auto;
}

#header .header_bg {
	background-color: #FFF;
}

#header #header_content {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	margin-left: auto;
	margin-right: auto;
}

#header #header_content .contact_us {
}
#header #header_content .contact_us .top {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 4px;
}
#header #header_content .contact_us .mid {
	line-height: 1;
	margin-top: 6px;
	padding: 10px 0;
}
#header #header_content .contact_us .mid a {
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	border-top: solid 1px #0c58b5;
	letter-spacing: 1px;
	padding: 0 4px;
}
#header #header_content .contact_us .bot {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 4px;
}


/** .is_index *****************************************************************/
@media print, screen and (min-width: 768px) {
	.is_index #header #header_content .is_glitter {
		z-index: 1000;
		content: " ";
		display: block;
		position: absolute;
		top:0;left: 0;
		width: 39.635416666666666666666666666667%;	/* 761/1920*100 */
		padding-bottom: 21.666666666666666666666666666667%;	/* 416/1920*100 */
		background-image: url('../img/index/glitter/glitter_01.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.is_index #header .header_bg::before {
		content: " ";
		display: block;
		position: absolute;
		top:0;left: 0;
		width: 39.635416666666666666666666666667%;	/* 761/1920*100 */
		padding-bottom: 21.666666666666666666666666666667%;	/* 416/1920*100 */
		background-image: url('../img/index/bg_01.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.is_index #header #header_content {
		padding: 37px 0px 0 0;
	}
	.is_index #header #header_content .ttl {
		display: block;
		width: 9.4791666666666666666666666666667%;	/* 182/1920*100 */
		padding-left: 44.791666666666666666666666666667%;	/* 860/1920*100 */
	}
	.is_index #header #header_content>.contact_us {
		margin-right: 21.875%;	/* 420/1920100 */
	}
}
@media print, screen and (min-width: 768px) and (max-width: 767px) {
}


/** .is_lower *****************************************************************/
@media print, screen and (min-width: 768px) {
	.is_lower #header #header_content {
		max-width: 1080px;
		padding: 23px 0px 29px 0px;
	}
	.is_lower #header #header_content .ttl {
		display: block;
		width: 358px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1278px) {
	.is_lower #header #header_content>.contact_us {
		margin-right: 83px;
	}
}


/** sp *****************************************************************/
@media print, screen and (min-width: 768px) {
	#header #header_content .ttl img:last-child {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#header #header_content .ttl {
		display: block;
		width: 139px;
		width: 138.5px;
		padding: 15px 20px;
	}
	#header #header_content .ttl img:first-child {
		display: none;
	}

	#header #header_content .contact_us {
		display: none;
	}
}






/************************************************************************************************************************************
	header	#nav
************************************************************************************************************************************/
#header #navi_open {
	display: block;
	position: absolute;
	top: 21px;
	right: 14px;
	z-index: 10001000;
	width: 38px;
	height: 19px;
}
#header #navi_open img {
	vertical-align: middle;
}

#header #nav {
	box-sizing: border-box;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 10001000;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	padding: 15px 0 0;
	margin: 0 0 5px;
	background: none;
	background-color: #0c58b5;
	border: none;
}

#header #nav #navi_close {
	position: absolute;
	top: 17px;
	right: 15px;
	display: block;
	width: 32px;
	height: 32px;
}
#header #nav #navi_close a {
	display: block;
	margin: auto 0;
}
#header #nav #navi_close a img {
	float: left;
	vertical-align: middle;
	width: 100%;
	height: auto;
}


#header #nav .contact_us {
	display: block;
	padding: 0 25px 12px;
	border-bottom: solid 1px #FFF;
}
#header #nav .contact_us .top {
	color: #FFF;
	font-size: 10px;
}
#header #nav .contact_us .mid {
}
#header #nav .contact_us .mid a {
	color: #FFF;
	font-size: 18px;
	border-top-color: #FFF;
	padding-top: .6em;
}
#header #nav .contact_us .bot {
	color: #FFF;
	font-size: 10px;
}


#header #nav ul {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display: block;
	width: 100%;
	padding-left: 25px;
}
#header #nav ul li {
	float: none;
	width: 100%;
	margin: 35px 0 0;
	border: none;
	background: none;
}
#header #nav ul li:last-child {
	padding-bottom: 35px;
}

#header #nav ul li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header #nav ul li.active a {
	color: #eeb71c;
}

#header #nav ul li a:hover {
	color: #eeb71c;
}


#glay_layer {
	display: none;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 950000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #444;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	opacity: 0.7;
}


@media print, screen and (min-width: 768px) {

	#header #nav {
		width: 680px;
		padding: 25px 0 0;
	}

	#header #nav ul {
		padding-left: 85px;
	}

	#header #nav ul li {
		margin: 70px 0 0;
	}
	#header #nav ul li:last-child {
		padding-bottom: 70px;
	}

	#header #nav ul li a {
		font-size: 28px;
		letter-spacing: 5px;
	}

	#header #nav .contact_us {
		display: block;
		padding: 0 85px 20px;
		border-bottom: solid 1px #FFF;
	}
	#header #nav .contact_us .top {
		font-size: 17px;
	}
	#header #nav .contact_us .mid {
	}
	#header #nav .contact_us .mid a {
		font-size: 36px;
	}
	#header #nav .contact_us .bot {
		font-size: 19px;
	}

	#header #navi_open {
		top: 31px;
		right: 37px;
		width: 58px;
		height: 40px;
	}
	#header #nav #navi_close {
		top: 30px;
		right: 33px;
		width: 64px;
		height: 64px;
	}
}


@media screen and (max-width: 767px) {
}






/************************************************************************************************************************************
	footer	-CommonSetting-
************************************************************************************************************************************/
#footer {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#footer::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #0c58b5;
	-webkit-clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
}

#footer .bg_01 {
	position: relative;
	z-index: 2;
	background-image: url('../img/footer_bg.png');
	background-size: 692px auto;
	background-repeat: no-repeat;
	background-position: left 126px bottom;
}

#footer .footer_content_inner {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	line-height: 0;
	width: 100%;
	max-width: 1080px;
	padding: 0px 0 0;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
	#footer .bg_01 {
		padding-top: 18.75%;	/* 360/1920*100 */
	}
	.is_lower.business #footer .bg_01 {
		padding-top: 33.854166666666666666666666666667%;	/* 650/1920*100 */
	}
	.is_lower.company #footer .bg_01 {
		padding-top: 19.791666666666666666666666666667%;	/* 380/1920*100 */
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1919px) {
	#footer .bg_01 {
		padding-top: 360px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
	}
	#footer::after {
		-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	}
	#footer .bg_01 {
		padding-top: 29.333333333333333333333333333333%;	/* 220/750*100 */
		background-image: url('../img/footer_bg_sp.png');
		background-size: 220px auto;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	#footer .footer_content_inner {
		max-width: 400px;
	}
}




/**	footer	.content_01	*****************************************************************/
#footer .content_01 {
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/**	footer	.content_01 .f_nav	*****************************************************************/

#footer .content_01 .f_nav {
	display: flex;
	padding-bottom: 80px;
	margin: 0 -8px;;
}
#footer .content_01 .f_nav li {
	width : 16.66%;
	padding: 0 8px;
	box-sizing: border-box;
}
#footer .content_01 .f_nav.-lg {
	justify-content: center;
	padding-bottom: 0;
}
#footer .content_01 .f_nav.-lg li {
	width : 365px;
}
#footer .content_01 .f_nav li a {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 72px;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;

}
#footer .content_01 .f_nav li a::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	border: 16px solid transparent;
}
#footer .content_01 .f_nav li a::after {
	content: '';
	position: absolute;
	z-index: -1;
	right: 8px;
	width: 6px;
	height: 6px;;
	top: calc(50% - 3px);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#footer .content_01 .f_nav li:nth-child(2n+1) a {
	background: url(../img/footer_nav_bg_01.png) repeat-y top right;
	/* display: block;
	height: 86px; */
}
#footer .content_01 .f_nav li:nth-child(2n+1) a::before {
	border-left-color: #ec930d;
	border-top-color: #ec930d;
	opacity: .7;
}

#footer .content_01 .f_nav li:nth-child(2n) a {
	background: url(../img/footer_nav_bg_02.png) repeat-y top right;
	/* display: block;
	height: 86px; */
}
#footer .content_01 .f_nav li:nth-child(2n) a::before {
	border-left-color: #0c58b5;
	border-top-color: #0c58b5;
	opacity: .4;
}
.topics{
	margin: 0 0 40px;
	padding: 32px 30px;
	background-color: rgba(0,0,0, .4);
}
.topics-title{
	margin: 0 0 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

#footer .content_01 .f_nav {
}
#footer .content_01 .f_nav li {
}
#footer .content_01 .f_nav li a {
	/* overflow: hidden;
	color: transparent;
	text-indent: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top; */
}
#footer .content_01 .f_nav li a span{ display: inline-block;}


@media print, screen and (min-width: 768px) {
	/* #footer .content_01 .f_nav li:nth-child(1) a {
		background-image: url('../img/footer_nav_01.png');
	}
	#footer .content_01 .f_nav li:nth-child(2) a {
		background-image: url('../img/footer_nav_02.png');
	}
	#footer .content_01 .f_nav li:nth-child(3) a {
		background-image: url('../img/footer_nav_03.png');
	}
	#footer .content_01 .f_nav li:nth-child(4) a {
		background-image: url('../img/footer_nav_04.png');
	}
	#footer .content_01 .f_nav li:nth-child(5) a {
		background-image: url('../img/footer_nav_05.png');
	}
	#footer .content_01 .f_nav li:nth-child(6) a {
		background-image: url('../img/footer_nav_06.png');
	} */
}
@media screen and (max-width: 767px) {
	#footer .content_01 .f_nav {
		margin: 0;
		padding-bottom: 28px;
		flex-wrap: wrap;
	}

	#footer .content_01 .f_nav li {
		width: 50%;
		padding: 5px;
	}
	#footer .content_01 .f_nav li:nth-child(2n) {
	}

	#footer .content_01 .f_nav li a {
		/* display: block; */
		/* width: 131px; */
		height: 53px;
	}
	/* #footer .content_01 .f_nav li:nth-child(1) a {
		background-image: url('../img/footer_nav_01_sp.png');
	}
	#footer .content_01 .f_nav li:nth-child(2) a {
		background-image: url('../img/footer_nav_02_sp.png');
	}
	#footer .content_01 .f_nav li:nth-child(3) a {
		background-image: url('../img/footer_nav_03_sp.png');
	}
	#footer .content_01 .f_nav li:nth-child(4) a {
		background-image: url('../img/footer_nav_04_sp.png');
	}
	#footer .content_01 .f_nav li:nth-child(5) a {
		background-image: url('../img/footer_nav_05_sp.png');
	}
	#footer .content_01 .f_nav li:nth-child(6) a {
		background-image: url('../img/footer_nav_06_sp.png');
	} */
}






/**	footer	#go_top_btn	*****************************************************************/
#footer #go_top_btn {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	display: block;
	width: 70px;
  height: 70px;
	margin-left: auto;
}
#footer #go_top_btn a {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display: block;
	line-height: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 26px 0 0;
	background-color: rgb(238, 183, 28);
}
#footer #go_top_btn a img {
	width: 31px;
	height: 18px;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer #go_top_btn {
		width: 35px;
	  height: 35px;
	}
	#footer #go_top_btn a {
		padding: 8px 0 0;
		background-color: rgb(238, 183, 28);
	}
	#footer #go_top_btn a img {
		width: 16px;
		width: 15.5px;
		height: 9px;
	}
}






/**	footer	copy	*****************************************************************/
#footer p.copy {
	text-align: center;
	line-height: 70px;
	height: 70px;
	padding: 0px 0 0;
	background-color: rgba(22, 22, 22, 0.8);
}
#footer p.copy small {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	#footer p.copy {
		line-height: 35px;
		height: 35px;
	}
	#footer p.copy small {
		font-size: 10px;
		letter-spacing: 0.5px;
	}
}




/************************************************************************************************************************************
	#contents	-CommonSetting-
************************************************************************************************************************************/
#contents {
	width: 100%;
}
.is_lower #contents {
}


@media print, screen and (min-width: 768px) {
	#contents {
	}
}
@media screen and (max-width: 767px) {
	#contents {
	}
}
