@charset "utf-8";

/* ========== Initial ========== */
body {
	background: url("/landing/foreign_deposit/usp/images/bg.png") repeat;
	background-size: 10px auto;
	line-height: 1.7;
	min-width: 320px;
	max-width: 1600px;
	margin: 0 auto;
	overflow-x: hidden;
}
html.safari {
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
main { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
a:focus { outline: inherit; }

.row .col-mt { 	margin-top: 30px; }
.c-importantNotes-01,.c-noteList-03 { line-height: 1.428571429; }
ul.c-noteList-03 li.smallListsInner {
	font-size: 87.5%;
	color: #888;
}
ul.c-noteList-03 li.smallListsInner:before {
	background: none;
	content: '*';
}
.c-importantNotes-01 > .item { -webkit-box-shadow: none; box-shadow: none; }
.c-importantNotes-01 > .item .head { font-size: 14px; }

/* ========== Header ========== */
#header { background: #FFF; padding: 0 15px; }
#header .header-inner { position: relative; height: 70px; }
#header .header-inner .logo {
	display: block;
	position: absolute;
	left: 0; top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#header .header-inner .logo img { max-width: 350px; width: 100%; }

/* ========== Footer ========== */
#jbk-approval-area { background: #FFF; text-align: center; color: #999; }
#footer { background-color: #4d4d4d; }
#footer .footer-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	height: 62px;
}
#footer ul.sns-buttons {
	position: absolute;
	top: 16px; left: 10px;
	display: table;
	margin: 0;
	padding: 0;
}
#footer ul.sns-buttons li {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 100px;
	line-height: 0;
	list-style-type: none;
}
#footer p.copyright {
	position: absolute;
	top: 22px; right: 10px;
	font-size: 11px;
	line-height: 1.4;
	color: #ccc;
}

/* ========== Main Visual  ========== */
#main-visual {
	min-height: 440px;
	position: relative;
	background: #313342;
	overflow: hidden;
}
.oldAndroid #main-visual { min-height: 440px; }
@media only screen and (min-width: 481px) {
	#main-visual { min-height: 530px; }
}

#main-visual:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	border: 10px solid #313342;
	z-index: 99;
	opacity: 0.8;
}
#main-visual .main-visual_bg { position: absolute; width: 100%; height: 100%; }
#main-visual .main-visual_bg li {
	position: absolute;
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main-visual .main-visual_bg li:nth-child(3) { background-position: center 20%; }

#main-visual .main-visual_wrap {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 80%;
	max-width: 380px;
	padding-bottom: 30px;
	z-index: 99;
}
#main-visual .main-visual_wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px; height: 12px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	left: 50%; bottom: -10px;
	transform: translate(-50%,0) rotate(45deg);
	-webkit-transform: translate(-50%,0) rotate(45deg);
	-ms-transform: translate(-50%,0) rotate(45deg);
}
#main-visual .main-visual_lead,
#main-visual .main-visual_ttl,
#main-visual .main-visual_txt { margin: 0 auto; }

#main-visual .main-visual_lead  { margin-bottom: 15px; width: 80%; }
#main-visual .main-visual_ttl { margin-bottom: 40px; width: 80%; }


/* ========== Main Nav  ========== */
#main-nav { max-width: 980px; margin: 0 auto 40px; height: 116px; }
#main-nav ul:after { content: ""; display: table; clear: both; }
#main-nav ul li {
	display: block;
	float:left;
	/* width: 20%; */
	width: 25%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
#main-nav ul li:nth-child(2) a { border-left: 2px solid #f08300; border-right: 2px solid #f08300; }
#main-nav ul li:nth-child(3) a { border-right: 2px solid #f08300; }
/* #main-nav ul li:nth-child(4) a { border-right: 2px solid #f08300; } */
#main-nav ul li a { position: relative; display: block; height: 105px;	padding: 10px 0 20px; text-decoration: none; }
#main-nav ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px; height: 12px;
	border-right: 2px solid #f08300;
	border-bottom: 2px solid #f08300;
	left: 50%; bottom: 8px;
	transform: translate(-50%,0) rotate(45deg);
	-webkit-transform: translate(-50%,0) rotate(45deg);
	-ms-transform: translate(-50%,0) rotate(45deg);
}
#main-nav ul li a span { display: none; }
#main-nav ul li img { width: 90%; max-width: 103px; margin: 0 auto; }

#main-nav.fixed ul {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	background: #FFF;
	z-index: 999;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
}
#main-nav.fixed ul li { padding: 0; }
#main-nav.fixed ul li a { border-width: 1px; color: #000; position: relative; height: 60px; font-weight: bold; padding: 0; }
#main-nav.fixed ul li a span {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#main-nav.fixed ul li.active a { background: #f08300; }
#main-nav.fixed ul li a img { display: none; }
#main-nav.fixed ul li a:before { display: none; }
#main-nav.fixed ul li.active a span { color: #FFF; }


/* ========== #sec01  ========== */
#sec01 .group-img_grad {
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d7d7d7 100%);
}
#sec01 .group-img_grad .group-img_txt { margin-top: -30px; }

#sec01 .j-fade-image { position: relative; }
#sec01 .j-fade-image img { position: absolute; top: 0; left: 0; z-index: 1; }
#sec01 .j-fade-image img:first-child { position: relative; z-index: 2; }

#sec01 .group-img02 .group-img_img { position: relative; }
#sec01 .group-img02 .j-scroll-effect { position: absolute; left: 5%; top: 5%; width: 60%; z-index: 10; }

@media only screen and (max-width: 768px) {

	#sec01 .point { position: relative; max-width: 380px; margin: 0 auto; }
	#sec01 .point .point-wrap { position: absolute; top: 16%; left: 54%; width: 46%; }
	#sec01 .point .point-wrap .point-item {
		font-size: 3vw;
		line-height: 1.4;
		border-left: 1px solid #ededef;
		padding: 15px 10px;
		margin-bottom: 10%;
		background: #FFF;
		position: relative;
	}
	.oldAndroid #sec01 .point .point-wrap .point-item { font-size: 10px; }

	#sec01 .point .point-wrap .point-item:before,
	#sec01 .point .point-wrap .point-item:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec01 .point .point-wrap .point-item:before {
		left: 0;
		width: 60%; height: 2px;
		background: #000;
		margin-left: -60%;
	}
	#sec01 .point .point-wrap .point-item:after {
		left: 0;
		width: 8px; height: 8px;
		border-radius: 100px;
		background: #000;
		margin-left: -60%;
	}
	#sec01 .point .point-wrap .point-item span { font-weight: bold; display: inline-block; margin-bottom: 10px; }
	#sec01 .point .point-img { width: 48%; max-width: 176px; }

}
@media only screen and (max-width: 320px) {
	#sec01 .point .point-wrap .point-item { padding: 8px; }
}
@media only screen and (min-width: 481px) {
	/* ========== #sec01  ========== */
	#sec01 .point .point-wrap .point-item { font-size: 15px; }
	.oldAndroid #sec01 .point .point-wrap .point-item { font-size: 15px; }
	/* ========== Main Visual  ========== */
	#main-visual { min-height: inherit; height: 530px !important; }
	#main-visual .main-visual_wrap { padding-bottom: 0; }
	#main-visual .main-visual_wrap:after { display: none; }
}

/* ========== #sec03  ========== */
#sec03 .box-line .list-notice { margin: 20px 0; }
#sec03 .box-line .list-notice li { font-size: 3.2vw; }


/* ========== #sec05 #sec05-visible-pc  ========== */
#sec05 #sec05-visible-pc .group-img_grad {
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d7d7d7 100%);
}
#sec05 #sec05-visible-pc .group-img_grad .group-img_txt { margin-top: -30px; }

#sec05 #sec05-visible-pc .j-fade-image { position: relative; }
#sec05 #sec05-visible-pc .j-fade-image img { position: absolute; top: 0; left: 0; z-index: 1; }
#sec05 #sec05-visible-pc .j-fade-image img:first-child { position: relative; z-index: 2; }

#sec05 #sec05-visible-pc .group-img02 .group-img_img { position: relative; }
#sec05 #sec05-visible-pc .group-img02 .j-scroll-effect { position: absolute; left: 5%; top: 5%; width: 60%; z-index: 10; }

@media only screen and (max-width: 768px) {

	#sec05 #sec05-visible-pc .point { position: relative; max-width: 380px; margin: 0 auto; }
	#sec05 #sec05-visible-pc .point .point-wrap { position: absolute; top: 16%; left: 54%; width: 46%; }
	#sec05 #sec05-visible-pc .point .point-wrap .point-item {
		font-size: 3vw;
		line-height: 1.4;
		border-left: 1px solid #ededef;
		padding: 15px 10px;
		margin-bottom: 10%;
		background: #FFF;
		position: relative;
	}
	.oldAndroid #sec05 #sec05-visible-pc .point .point-wrap .point-item { font-size: 10px; }

	#sec05 #sec05-visible-pc .point .point-wrap .point-item:before,
	#sec05 #sec05-visible-pc .point .point-wrap .point-item:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec05 #sec05-visible-pc .point .point-wrap .point-item:before {
		left: 0;
		width: 60%; height: 2px;
		background: #000;
		margin-left: -60%;
	}
	#sec05 #sec05-visible-pc .point .point-wrap .point-item:after {
		left: 0;
		width: 8px; height: 8px;
		border-radius: 100px;
		background: #000;
		margin-left: -60%;
	}
	#sec05 #sec05-visible-pc .point .point-wrap .point-item span { font-weight: bold; display: inline-block; margin-bottom: 10px; }
	#sec05 #sec05-visible-pc .point .point-img { width: 48%; max-width: 176px; }

}
@media only screen and (max-width: 320px) {
	#sec05 #sec05-visible-pc .point .point-wrap .point-item { padding: 8px; }
}
@media only screen and (min-width: 481px) {
	/* ========== #sec05 #sec05-visible-pc  ========== */
	#sec05 #sec05-visible-pc .point .point-wrap .point-item { font-size: 15px; }
	.oldAndroid #sec05 #sec05-visible-pc .point .point-wrap .point-item { font-size: 15px; }
}


/* ========== #sec04  ========== */
#sec04 .group-img_grad {
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d7d7d7 100%);
}
#sec04 .group-img_grad .group-img_txt { margin-top: -30px; }

#sec04 .j-fade-image { position: relative; }
#sec04 .j-fade-image img { position: absolute; top: 0; left: 0; z-index: 1; }
#sec04 .j-fade-image img:first-child { position: relative; z-index: 2; }

#sec04 .group-img02 .group-img_img { position: relative; }
#sec04 .group-img02 .j-scroll-effect { position: absolute; left: 5%; top: 5%; width: 60%; z-index: 10; }

@media only screen and (max-width: 768px) {

	#sec04 .point { position: relative; max-width: 380px; margin: 0 auto; }
	#sec04 .point .point-wrap { position: absolute; top: 16%; left: 54%; width: 46%; }
	#sec04 .point .point-wrap .point-item {
		font-size: 3vw;
		line-height: 1.4;
		border-left: 1px solid #ededef;
		padding: 15px 10px;
		margin-bottom: 10%;
		background: #FFF;
		position: relative;
	}
	.oldAndroid #sec04 .point .point-wrap .point-item { font-size: 10px; }

	#sec04 .point .point-wrap .point-item:before,
	#sec04 .point .point-wrap .point-item:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec04 .point .point-wrap .point-item:before {
		left: 0;
		width: 60%; height: 2px;
		background: #000;
		margin-left: -60%;
	}
	#sec04 .point .point-wrap .point-item:after {
		left: 0;
		width: 8px; height: 8px;
		border-radius: 100px;
		background: #000;
		margin-left: -60%;
	}
	#sec04 .point .point-wrap .point-item span { font-weight: bold; display: inline-block; margin-bottom: 10px; }
	#sec04 .point .point-img { width: 48%; max-width: 176px; }

}
@media only screen and (max-width: 320px) {
	#sec04 .point .point-wrap .point-item { padding: 8px; }
}
@media only screen and (min-width: 481px) {
	/* ========== #sec04  ========== */
	#sec04 .point .point-wrap .point-item { font-size: 15px; }
	.oldAndroid #sec04 .point .point-wrap .point-item { font-size: 15px; }
}


/* ========== .service  ========== */
.service .ttl-base_m { text-align: center; }
.service .service-link { margin: 30px 0 0; }
.service .service-link dt a {
	font-size: 18px;
	color: #313342;
	display: block;
	margin-bottom: 10px;
}
.service figure { text-align: center; }
.service figure img { max-width: 400px; width: 100%; }

/* ========== #security  ========== */
#security .box-bg_gray { margin: 0 -20px -10px; }
#security .box-bg_gray figure { text-align: center; }
#security .box-bg_gray figure img { max-width: 360px; width: 100%; }

/* ========== #cv  ========== */
#cv { background: #FFF; padding: 60px 8px; }

/* ========== #notice  ========== */
#notice { padding: 1px 0 40px; }
#notice .notice-ttl {
	font-size: 14px;
    color: #313342;
	font-weight: bold;
	margin-bottom: 15px;
}

/* ==================================================
**
** Only SP
**
================================================== */

@media only screen and (max-width: 640px) {

	body { font-size: 15px; }

	#footer .footer-wrap { padding: 10px 5px 15px 5px; height: auto; }
	#footer ul.sns-buttons { position: static; margin: 0 auto; }
	#footer ul.sns-buttons li { padding: 0 10px; width: auto; }
	#footer p.copyright {
		position: static;
		margin: 10px 0 0 0;
		text-align: center;
		font-size: 9px;
		line-height: 1.4;
	}

	#main-visual .main-visual_bg li:nth-child(1) { background-position: right center;}
	#main-visual .main-visual_bg li:nth-child(2) { background-position: 10% top;}
	#main-visual .main-visual_bg li:nth-child(3) { background-position: right top;}
	#main-visual .main-visual_bg li:nth-child(4) { background-position: 2% center;}

}

/* ==================================================
**
** SP - TB
**
================================================== */
@media only screen and (min-width: 641px) {

	/* ========== Main Nav  ========== */
	#main-nav { margin-bottom: 50px; }
	#main-nav ul li:before { width: 14px; height: 14px; border-width: 3px; }

	/* ========== #sec02  ========== */
	#sec02 .box-line .group-img_img { padding-left: 50px; padding-right: 50px; }

	/* ========== #sec03  ========== */
	#sec03 .box-line .group-img_img { padding-left: 50px; padding-right: 50px; margin-bottom: 20px; }

	#sec03 .box-line .list-notice li { font-size: 2.2vw; }

	/* ========== .service  ========== */
	.service .ttl-base_m.text-left { text-align: left; }

}
@media only screen and (min-width: 768px) {

	/* ========== #cv  ========== */
	.row .col-mt { margin-top: 0px; }

}

/* ==================================================
**
** TB - PC
**
================================================== */
@media only screen and (min-width: 769px) {

	.visible-pc { display: block; }
	.visible-sp { display: none; }

	body { background: #FFF; }

	/* ========== Header ========== */
	#header { background: #FFF; padding: 0 15px; }
	#header .header-inner { height: 90px; max-width: 980px; margin: 0 auto; }
	#header .header-inner .logo img { max-width: inherit; width: auto; height: 64px; }
	#header .cv-wrap {
		position: absolute;
		right: 0px; top: 50%;
	    -webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}
	#header .cv-wrap li { display: inline-block; margin-left: 5px; width: 260px; }

	/* ========== Footer ========== */
	#footer-code .footer-code_right { text-align: right; margin-bottom: 0; float: right; width: 270px; }
	#footer-code .footer-code_left { padding-top: 4px; text-align: left; float: left; width: calc( 100% - 270px ); }
	#footer-code .footer-code_left ul { letter-spacing: -0.5em; }
	#footer-code .footer-code_left ul li { letter-spacing: normal; display: inline-block; }*/
	#jbk-approval-area { background: none; padding: 20px 0 10px; background: url("/landing/foreign_deposit/usp/images/bg.png") repeat; }

	/* ========== Main Visual  ========== */
	#main-visual .main-visual_wrap { width: 700px; max-width: inherit; text-align: center; }
	#main-visual .main-visual_wrap .main-visual_ttl,
	#main-visual .main-visual_wrap .main-visual_lead,
	#main-visual .main-visual_wrap .main-visual_txt { width: inherit; }
	#main-visual .main-visual_wrap .main-visual_lead { margin-bottom: 30px; }
	#main-visual .main-visual_wrap .main-visual_ttl { margin-bottom: 60px; }
	#main-visual .main-visual_wrap .main-visual_lead img { width: 440px; }
	#main-visual .main-visual_wrap .main-visual_txt img { width: 440px; }
	#main-visual .main-visual_wrap .main-visual_txt_02 img { width: 120px; }
  #main-visual .main-visual_txt_02{
  position: absolute;
  top: -70px;
}

	/* ========== Main Nav  ========== */
	#main-nav {
		margin: 10px auto 20px;
		border: 2px solid #f08300;
		border-radius: 100px;
	}
	#main-nav ul li { padding: 30px 0; }
	#main-nav ul li a { height: 60px; }
	#main-nav ul li:nth-child(2) a { border-color: #f08300; }
	#main-nav ul li a:before { border-color: #f08300; border-width: 1px; bottom: -5px; }
	#main-nav ul li a img { width: 266px; max-width: 50%; margin-top: -20px; }
	#main-nav ul li:hover a img { opacity: 0.6; }
	#main-nav ul li:hover a:before { opacity: 0.6; }

	/* ========== #sec01  ========== */
	#sec01 .group-img_grad { background: #e5e5e5; }
	#sec01 .point { margin: 0 74px 0 20px; position: relative; }
	#sec01 .point .point-img { width: 291px; position: relative; }
	#sec01 .j-slide-point {}
	#sec01 .j-slide-point .point-item {
		position: absolute;
		top: 50%; left: 300px;
		width: calc( 100% - 291px );
		height: 0;
		padding-bottom: 44%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec01 .j-slide-point .point-item .point-item_wrap {
		position: absolute;
		width: 84%;
	    left: 20%;
	    bottom: 0;
	}
	#sec01 .j-slide-point .point-item .point-item_ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #f08300;
	}
	#sec01 .point-img .j-slide-point_hit {
		background: #f08300;
		background: -webkit-linear-gradient(left, #f08300 0%,#EDD5BB 100%);
		background: linear-gradient(to right, #f08300 0%,#EDD5BB 100%);
		position: absolute;
		right: 17px;
		width: 208px;
		display: block;
		cursor: pointer;
		opacity: 0.4;
	}
	#sec01 .point-img .j-slide-point_hit:hover { opacity: 0.1; }
	#sec01 .point-img .j-slide-point_hit:nth-of-type(1) { top: 94px; height: 115px; }
	#sec01 .point-img .j-slide-point_hit:nth-of-type(2) { top: 210px; height: 115px; }
	#sec01 .point-img .j-slide-point_hit:nth-of-type(3) { top: 325px; height: 113px; }

	#sec01 .point-dot {
		position: absolute;
		top: 50%; right: -55px;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec01 .point-dot li {
		width: 12px; height: 12px;
		background: #FFF;
		margin: 14px 0;
		border-radius: 100%;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#sec01 .point-dot li:hover,
	#sec01 .point-dot li.active { background: #000; }

	#sec01 .group-img01,
	#sec01 .group-img02 {
		position: relative;
	}
	#sec01 .group-img01:after,
	#sec01 .group-img02:after {
		content: "";
		display: block;
		width: 100%; height: 100%;
		position: absolute;
		top: 0; left: 0;
		background: rgba(0,0,0,0.1);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		z-index: 2;
	}
	#sec01 .group-img01 .group-img_txt,
	#sec01 .group-img02 .group-img_txt {
		color: #FFF;
		position: absolute;
		left: 0; bottom: 0;
		width: 100%;
		z-index: 3;
		padding: 0 50px 20px;
	}
  
	/* ========== #sec05 #sec05-visible-pc  ========== */
	#sec05 #sec05-visible-pc .group-img_grad { background: #e5e5e5; }
	#sec05 #sec05-visible-pc .point { margin: 0 74px 0 20px; position: relative; }
	#sec05 #sec05-visible-pc .point .point-img { width: 291px; position: relative; }
	#sec05 #sec05-visible-pc .j-slide-point {}
	#sec05 #sec05-visible-pc .j-slide-point .point-item {
		position: absolute;
		top: 50%; left: 300px;
		width: calc( 100% - 291px );
		height: 0;
		padding-bottom: 44%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec05 #sec05-visible-pc .j-slide-point .point-item .point-item_wrap {
		position: absolute;
		width: 84%;
	    left: 20%;
	    bottom: 0;
	}
	#sec05 #sec05-visible-pc .j-slide-point .point-item .point-item_ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #f08300;
	}
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit {
		background: #f08300;
		background: -webkit-linear-gradient(left, #f08300 0%,#EDD5BB 100%);
		background: linear-gradient(to right, #f08300 0%,#EDD5BB 100%);
		position: absolute;
		right: 17px;
		width: 208px;
		display: block;
		cursor: pointer;
		opacity: 0.4;
	}
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit:hover { opacity: 0.1; }
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit:nth-of-type(1) { top: 94px; height: 115px; }
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit:nth-of-type(2) { top: 210px; height: 115px; }
	#sec05 #sec05-visible-pc .point-img .j-slide-point_hit:nth-of-type(3) { top: 325px; height: 113px; }

	#sec05 #sec05-visible-pc .point-dot {
		position: absolute;
		top: 50%; right: -55px;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec05 #sec05-visible-pc .point-dot li {
		width: 12px; height: 12px;
		background: #FFF;
		margin: 14px 0;
		border-radius: 100%;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#sec05 #sec05-visible-pc .point-dot li:hover,
	#sec05 #sec05-visible-pc .point-dot li.active { background: #000; }

	#sec05 #sec05-visible-pc .group-img01,
	#sec05 #sec05-visible-pc .group-img02 {
		position: relative;
	}
	#sec05 #sec05-visible-pc .group-img01:after,
	#sec05 #sec05-visible-pc .group-img02:after {
		content: "";
		display: block;
		width: 100%; height: 100%;
		position: absolute;
		top: 0; left: 0;
		background: rgba(0,0,0,0.1);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		z-index: 2;
	}
	#sec05 #sec05-visible-pc .group-img01 .group-img_txt,
	#sec05 #sec05-visible-pc .group-img02 .group-img_txt {
		color: #FFF;
		position: absolute;
		left: 0; bottom: 0;
		width: 100%;
		z-index: 3;
		padding: 0 50px 20px;
	}
  
  
	/* ========== #sec04  ========== */
	#sec04 .group-img_grad { background: #e5e5e5; }
	#sec04 .point { margin: 0 74px 0 20px; position: relative; }
	#sec04 .point .point-img { width: 291px; position: relative; }
	#sec04 .j-slide-point {}
	#sec04 .j-slide-point .point-item {
		position: absolute;
		top: 50%; left: 300px;
		width: calc( 100% - 291px );
		height: 0;
		padding-bottom: 44%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec04 .j-slide-point .point-item .point-item_wrap {
		position: absolute;
		width: 84%;
	    left: 20%;
	    bottom: 0;
	}
	#sec04 .j-slide-point .point-item .point-item_ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #f08300;
	}
	#sec04 .point-img .j-slide-point_hit {
		background: #f08300;
		background: -webkit-linear-gradient(left, #f08300 0%,#EDD5BB 100%);
		background: linear-gradient(to right, #f08300 0%,#EDD5BB 100%);
		position: absolute;
		right: 17px;
		width: 208px;
		display: block;
		cursor: pointer;
		opacity: 0.4;
	}
	#sec04 .point-img .j-slide-point_hit:hover { opacity: 0.1; }
	#sec04 .point-img .j-slide-point_hit:nth-of-type(1) { top: 94px; height: 115px; }
	#sec04 .point-img .j-slide-point_hit:nth-of-type(2) { top: 210px; height: 115px; }
	#sec04 .point-img .j-slide-point_hit:nth-of-type(3) { top: 325px; height: 113px; }

	#sec04 .point-dot {
		position: absolute;
		top: 50%; right: -55px;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#sec04 .point-dot li {
		width: 12px; height: 12px;
		background: #FFF;
		margin: 14px 0;
		border-radius: 100%;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#sec04 .point-dot li:hover,
	#sec04 .point-dot li.active { background: #000; }

	#sec04 .group-img01,
	#sec04 .group-img02 {
		position: relative;
	}
	#sec04 .group-img01:after,
	#sec04 .group-img02:after {
		content: "";
		display: block;
		width: 100%; height: 100%;
		position: absolute;
		top: 0; left: 0;
		background: rgba(0,0,0,0.1);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%);
		z-index: 2;
	}
	#sec04 .group-img01 .group-img_txt,
	#sec04 .group-img02 .group-img_txt {
		color: #FFF;
		position: absolute;
		left: 0; bottom: 0;
		width: 100%;
		z-index: 3;
		padding: 0 50px 20px;
	}

	/* ========== #sec02 ========== */
	#sec02 .wrap { margin: 0 50px; }
	#sec02 .wrap .row .col-sm-6:first-child { padding-right: 40px; }
	#sec02 .wrap .list-notice { margin-top: 15px; display: table; margin-left: auto; margin-right: auto; }
	/*#sec02 .wrap .list-notice li { display: inline-block; }*/

	/* ========== #sec03 ========== */
	#sec03 .box-line .group-img .box-bg_gray { background: #FFF; }
	#sec03 .box-line .list-notice { margin: 10px 0; }
	#sec03 .box-line .list-notice li { font-size: 16px; }
	#sec03 .box-line .box-mv.box-interest { margin: 40px -80px; }

	/* ========== #notice  ========== */
	#notice { padding: 1px 0 60px; background: #f3f3f3; }
	#notice .notice-ttl { font-size: 16px; }

	/* ========== .service  ========== */
	.service { background: #fff; padding: 0; }
	.service .ttl-base_img img { height: 50px; }
	.service .service-link dt a {
		font-size: 20px;
		text-decoration: none;
		pointer-events: none;
		cursor: inherit;
	}
	.service .service-link .btn-wrap { margin: 10px 0 0; }

	/* ========== #security  ========== */
	#security { background: #f3f3f3; margin: 0; padding-bottom: 80px; padding-top: 80px; margin-top: 80px; }
	#security .ttl-base_img img { height: 50px; }
	#security .box-bg_gray { margin: 0 -70px -30px; padding: 40px; }

	/* ========== #cv  ========== */
	#cv { margin: 0; }

}

	/* ========== #add  ========== */
  @media only screen and (max-width: 768px) {
.usp-text-center { text-align: center!important; }
.usp-text-center figure:first-child{ text-align: center!important;}
    #main-visual .main-visual_txt_02{
    position: absolute;
    top: -17px;
    left: -33px;
  }
  #main-visual .main-visual_txt_02 img{
    width: 60px;
  }
}

.usp-text-center figure:first-child{ text-align: right;}


/* ========== nav ========== */
nav#main-nav-sp {
  overflow-x: auto; 
      position: absolute;
    bottom: 10px;}
  nav#main-nav-sp::-webkit-scrollbar {
    height: 0; }
  nav#main-nav-sp::-webkit-scrollbar-track {
    background: #fff; }
  nav#main-nav-sp::-webkit-scrollbar-thumb {
    background: #fff; }
  nav#main-nav-sp .navi {
    max-width: 960px;
    margin: 0 auto;
    text-align: left; }
    nav#main-nav-sp .navi ul {
      margin: 0;
      padding: 0;
      text-align: left;
      display: table; }
      @media only screen and (max-width: 750px) {
        nav#main-nav-sp .navi ul {
          padding-left: 10px;
          padding-right: 10px; } }
      nav#main-nav-sp .navi ul li {
        display: table-cell;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle; }
        nav#main-nav-sp .navi ul li a {
          display: block;
          padding: 20px 40px 17px;
          text-decoration: none;
          line-height: 1;
          color: #535252;
          font-size: 90%; }
          @media only screen and (max-width: 750px) {
            nav#main-nav-sp .navi ul li a {
              padding-left: 20px;
              padding-right: 20px; } }
        nav#main-nav-sp .navi ul li.current {
          border-bottom: 2px solid #ed7000; }
          
          
#main-visual-sp{
    min-height: 440px;
    position: relative;
    background: #313342;
    overflow: hidden;
}


.horizontal-list {
padding: 0 10px 0;
margin: 0 auto;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
    position: absolute;
    bottom: 9%;

}

.horizontal-list .item {
  /* 横スクロール用 */
  display: inline-block;
  width: 25%;

  /* 見た目調整 */
  margin: 2.6666% 0 0 0;
  margin-left: 10px;
  font-size: 48px;
  background: #fff;
}
.horizontal-list .item:first-child{
margin: 0;
}
@media screen and (max-width: 750px) {
.horizontal-list {
width: auto;
}
.horizontal-list .item {
  /* 横スクロール用 */
  display: inline-block;
  width: 33%;
}

}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 22.6%;
  background-color: #313342;
}


#jbk-FloatingTopLinkArea{
display: block;
position: fixed;
z-index: 11111;
right: 16px;
bottom: 10px;
padding: 0;
margin: 0;
width: auto;
height: auto;
opacity: 0;
background-color: inherit;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #jbk-FloatingTopLinkArea{
    right: 6px;
  }
}
#jbk-FloatingTopLinkArea.jbk-FloatingTopLinkArea_on{
display: block;
opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingTopLinkArea.jbk-FloatingTopLinkArea_off{
opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingTopLink_wrapper{
position: relative;
}
#jbk-FloatingTopLinkArea img.FloatingTopLink-img-hover:hover{
opacity: 0.8;
}