@charset "UTF-8";


#total_top .limited_top {
	display: block;
}
#total_top .limited_under {
	display: none;
}
/*mainvisual*/
#mainvisual {
	position: relative;
}
.videoWrap {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
	z-index: -1;
}
video {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
}
h1 {
	max-width: 400px;
	margin: 0 auto;
}
h1 img {
	width: 100%;
	height: auto;
}
#mainvisual p {
	margin: 6px 0 24px;
	padding-left: 20px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 1px 1px rgba(0,0,0,0.5);
}
/*slider*/
#slider [class^="mv0"] {
	height: 300px;
	padding-top: 60px;
}
#slider li.mv01 {
	text-align: center;
	/*background: url(/images/total/mv_bg01.png) no-repeat center top / cover;*/
}
#slider li.mv02 {
	background-color: #92DBFF;
}
#slider .variableWrap {
	max-width: 1300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 100px;
}
#slider .slide-arrow {
	position: absolute;
	bottom: 50%;
	z-index: 10;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
	cursor: pointer;
	opacity: 0.5;
}
#slider .slide-arrow:hover {
	opacity: 1;
}
#slider .prev-arrow {
	left: 30px;
}
#slider .next-arrow {
	right: 30px;
}
#slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#slider .slick-dots {
	bottom: 20px;
}
#slider .slick-dots li {
	margin: 0 8px;
}
#slider .slick-dots li, #slider .slick-dots li button {
	width: 12px;
	height: 12px;
}
#slider .slick-dots li button {
	background-color: #fff;
	border-radius: 6px;
}
#slider .slick-dots li.slick-active, #slider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
}
#slider .slick-dots li.slick-active button {
	background-color: #002ad3;
	border-radius: 9px;
}
/*nav_static*/
.nav_static {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: #00a9ff;
	background: -moz-linear-gradient(left, #00a9ff 0%, #002ad3 100%);
	background: -webkit-linear-gradient(left, #00a9ff 0%,#002ad3 100%);
	background: linear-gradient(to right, #00a9ff 0%,#002ad3 100%);
}
.nav_static a:link, .nav_static a:visited {
	margin: 0 12px;
	padding: 5px 0px;
	color: #fff;
	font-size: 2rem;
}
.nav_static a {
	position: relative;
}
.nav_static a span::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.nav_static a span::after {
	bottom: 0;
	background: #fff;
}
.nav_static a:hover span::after {
  transform: scale(1, 1);
}


/*service*/
#service {
	padding: 70px 0 60px;
	background: url(/images/total/section_bg01.png), #fff;
}
h2 {
	margin-bottom: 42px;
	color: #37468c;
	font-size: 2.8rem;
	text-align: center;
}
#service .floatbox {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#service .floatbox a {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#service .floatbox a:nth-of-type(3n) {
	margin-right: 0;
}
#service .floatbox > a {
	display: block;
	margin-top: 24px;
}
#service dl {
	padding: 24px 0;
	background-color: #0000ff;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
	cursor: pointer;
}
#service dl:hover {
	/*box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);*/
	opacity: 0.8;
}
#service dl dt {
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	line-height: 30px;
}
#service .floatbox a dl dt, #service {
	padding: 72px 0 42px;
}
#service .floatbox a:nth-of-type(1) dl {
	background: url(/images/total/service_bg01.png) no-repeat center center / cover;
}
#service .floatbox a:nth-of-type(1) dl dt {
	background: url(/images/total/service_mask01.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(2) dl {
	background: url(/images/total/service_bg02.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(2) dl dt {
	background: url(/images/total/service_mask02.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(3) dl {
	background: url(/images/total/service_bg03.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(3) dl dt {
	background: url(/images/total/service_mask03.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(4) dl {
	background: url(/images/total/service_bg04.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(4) dl dt {
	background: url(/images/total/service_mask04.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(5) dl {
	background: url(/images/total/service_bg05.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(5) dl dt {
	background: url(/images/total/service_mask05.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(6) dl {
	background: url(/images/total/service_bg06.png) no-repeat center center/ cover;
}
#service .floatbox a:nth-of-type(6) dl dt {
	background: url(/images/total/service_mask06.png) no-repeat center center/ cover;
}
#service dl dt strong {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
#service dl dd {
	padding: 20px 10% 24px;
	color: #424242;
	background-color: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 );
}
#service dl dt span {
	position: relative;
	display: inline-block;
}
#service dl dt span::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -21px;
	content: '';
	width: 42px;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#service dl:hover dt span::after {
  transform: scale(1, 1);
}
#service dl dt span img {
	height: 16px;
	width: auto;
}


/*news*/
#news {
	padding: 90px 0 50px;
	background-color: #fff;
}
#news .variableWrap {
	max-width: 800px;
	margin: 0 auto;
	color: #37468c;
	font-size: 1.3rem;
	line-height: 24px;
	border-top: solid 1px #37468c;
}
#news dl {
	padding: 26px 0 20px 4%;
	border-bottom: solid 1px #37468c;
}
#news dl dt, #news dl dd {
	float: left;
}
#news dl dt {
	width: 146px;
	line-height: 20px;
	margin: 0 24px 6px 0;
}
#news dl dt span {
	float: right;
	display: inline-block;
	width: 68px;
	color: #fff;
	text-align: center;
}
#news dl dt span.news {
	background-color: #e42c33;
}
#news dl dt span.event {
	background-color: #1d94d3;
}
#news dl dt span.press {
	background-color: #18499e;
}
#news dl dd {
	width: 42em;
	overflow: hidden;
	line-height: 20px;
}
#news dl dd a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#news dl dd a:link, #news dl dd a:visited {
	color: #37468c;
}
#news dl dd a:hover, #news dl dd a:active {
	text-decoration: underline;
}


/*material*/
#material {
	padding: 74px 0 52px;
	background: url(/images/total/material_bg.png) no-repeat center / 100% auto;
}
#material ul.floatbox li {
	width: 48%;
	max-width: 520px;
	margin-top: 20px;
	background-color: #fff;
}
#material ul.floatbox li:nth-of-type(2n+1) {
	float: left;
}
#material ul.floatbox li:nth-of-type(2n) {
	float: right;
}
#material table {
	height: 100%;
}
#material table tr {
	height: 190px;
}
#material table th {
	padding: 0 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
#material table th img {
	max-width: 110px;
	width: 100%;
	height: auto;
}
#material table td {
	position: relative;
	padding: 30px 25px 42px;
	background: #00a9ff;
	background: -moz-linear-gradient(left, #00a9ff 0%, #002ad3 100%);
	background: -webkit-linear-gradient(left, #00a9ff 0%,#002ad3 100%);
	background: linear-gradient(to right, #00a9ff 0%,#002ad3 100%);
}
#material table td strong {
	color: #fff;
	font-size: 1.8rem;
}


.btn_fixed {
	display: none;
	position: fixed;
	right: 1px;
	bottom: 1px;
	z-index: 99;
	width: 120px;
	background-color: #fff;
	border: solid 1px #002ad3;
	border-radius: 4px;
}
.btn_fixed p {
	padding: 10px 0 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #0000ff;
	background: -moz-linear-gradient(top, #0000ff 0%, #0074e9 100%);
	background: -webkit-linear-gradient(top, #0000ff 0%,#0074e9 100%);
	background: linear-gradient(to bottom, #0000ff 0%,#0074e9 100%);
}
.btn_fixed p span {
	display: inline-block;
	padding-bottom: 30px;
	background: url(/images/total/btn_ic02.png) no-repeat left 50% bottom / 26px;
}


/*button*/
#service .btn_blue a, #news .btn_blue a {
    background-image: linear-gradient(to top, #0074e9 0%, #0000ff 50%, #0074e9 100%);
	background-image: -webkit-linear-gradient(top, #0074e9 0%, #0000ff 50%, #0074e9 100%);
}
#service .btn_blue a:hover, #news .btn_blue a:hover {
    background-color: #0000ff;
    background-position: bottom center;
}
#mainvisual .btn_orange a, #material .btn_orange a, .btn_fixed .btn_orange a {
	text-align: center;
    background-image: linear-gradient(to top, #fbc700 0%, #e95504 50%, #fbc700 100%);
	background-image: -webkit-linear-gradient(top, #fbc700 0%, #e95504 50%, #fbc700 100%);
}
#mainvisual .btn_orange a span, #material .btn_orange a span {
	padding-right: 30px;
	background: url(/images/total/btn_ic01.png) no-repeat right center / 18px 20px;
}
.btn_fixed .btn_orange a span {
	display: inline-block;
	padding-bottom: 18px;
	background: url(/images/total/btn_ic01.png) no-repeat bottom center / 18px 20px;
}
#mainvisual .btn_orange a:hover, #material .btn_orange a:hover, .btn_fixed .btn_orange a:hover {
    background-color: #e95504;
    background-position: bottom center;
}
#mainvisual .btn_orange a {
	max-width: 260px;
	font-size: 1.8rem;
	line-height: 52px;
}
#service .btn_blue a, #news .btn_blue a {
	font-size: 1.8rem;
	text-align: center;
	line-height: 58px;
}
#service .btn_blue a {
	max-width: 360px;
	margin: 76px auto 0;
}
#news .btn_blue a {
	max-width: 400px;
	margin: 40px auto 0;
}
#material .floatbox .btn_orange a {
	margin-top: 22px;
	max-width: 200px;
	line-height: 42px;
}
#material .floatbox .btn_orange a span {
	display: inline-block;
	line-height: 20px;
}
#material .contentsWrap > .btn_orange a {
	max-width: 400px;
	margin: 42px auto 0;
	font-size: 1.8rem;
	line-height: 48px;
}
.btn_fixed .btn_orange a {
	width: 108px;
	margin: 5px auto;
	padding: 8px 0;
}


@media (min-width: 769px) and (max-width: 1100px) {
	#slider .variableWrap {
		padding: 0 70px;
	}
	#slider .prev-arrow {
		left: 16px;
	}
	#slider .next-arrow {
		right: 16px;
	}
	#service dl {
		padding: 32px 0;
	}
	#material ul.floatbox li .left img {
		max-width: 108px;
		width: 90%;
		height: auto;
	}

}
@media (min-width: 640px) and (max-width: 1039px) {
	#service .floatbox a {
		width: 48%;
		margin-right: 0;
	}
	#service .floatbox a:nth-of-type(2n+1) {
		float: left;
	}
	#service .floatbox a:nth-of-type(2n) {
		float: right;
	}
	#service .floatbox > a {
		display: block;
		margin-top: 30px;
	}
}
@media (max-width: 639px) {
	#service .floatbox > a {
		max-width: 400px;
		width: 100%;
		margin: 0 auto 30px;
	}
	#service .floatbox a:nth-of-type(3n) {
		margin-right: auto;
	}
	#service .floatbox a:nth-of-type(2n+1), #service .floatbox a:nth-of-type(2n) {
		float: none;
	}
}
@media (max-width: 768px) {
	/*mainvisual*/
	h1 {
		max-width: 320px;
	}
	#mainvisual p {
		margin: 4px 0 18px;
		padding-left: 8px;
		font-size: 1.4rem;
	}
	/*slider*/
	#slider [class^="mv0"] {
		height: 280px;
		padding-top: 70px;
	}
	#slider .variableWrap {
		padding: 0 10px;
	}
	#slider .slide-arrow {
		bottom: 10px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
	#slider .prev-arrow {
		left: 20px;
	}
	#slider .next-arrow {
		right: 20px;
	}
	#slider img[class$="-arrow"] {
		width: 17px;
		height: auto;
	}
	#slider .slick-dots {
		bottom: 15px;
	}
	#slider .slick-dots li {
		margin: 0 12px;
	}
	
	/*service*/
	#service {
		padding: 40px 0 50px;
	}
	h2 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#service dl {
		padding: 18px 0;
	}
	#service dl dt {
		height: 140px;
		font-size: 1.8rem;
		line-height: 24px;
	}
	#service .floatbox a:nth-of-type(1) dl dt, #service .floatbox a:nth-of-type(4) dl dt, #service .floatbox a:nth-of-type(6) dl dt {
		padding: 58px 0 0;
	}
	#service .floatbox a:nth-of-type(2) dl dt, #service .floatbox a:nth-of-type(3) dl dt, #service .floatbox a:nth-of-type(5) dl dt {
		padding: 56px 0 0;
	}
	#service .floatbox a:nth-of-type(1) dl {
		background: url(/images/total/service_bg01_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(1) dl dt {
		background: url(/images/total/service_mask01_sp.png) no-repeat center center / auto 100%;
	}
	#service .floatbox a:nth-of-type(2) dl {
		background: url(/images/total/service_bg02_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(2) dl dt {
		background: url(/images/total/service_mask02_sp.png) no-repeat top center / auto 100%;
	}
	#service .floatbox a:nth-of-type(3) dl {
		background: url(/images/total/service_bg03_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(3) dl dt {
		background: url(/images/total/service_mask03_sp.png) no-repeat top center / auto 100%;
	}
	#service .floatbox a:nth-of-type(4) dl {
		background: url(/images/total/service_bg04_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(4) dl dt {
		background: url(/images/total/service_mask04_sp.png) no-repeat top center / auto 100%;
	}
	#service .floatbox a:nth-of-type(5) dl {
		background: url(/images/total/service_bg05_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(5) dl dt {
		background: url(/images/total/service_mask05_sp.png) no-repeat top center / auto 100%;
	}
	#service .floatbox a:nth-of-type(6) dl {
		background: url(/images/total/service_bg06_sp.png) no-repeat top center / 400px 350px;
	}
	#service .floatbox a:nth-of-type(6) dl dt {
		background: url(/images/total/service_mask06_sp.png) no-repeat top center / auto 100%;
	}
	#service dl dd {
		padding: 20px 8% 24px;
	}

	/*news*/
	#news {
		padding: 40px 0 50px;
	}
	#news .variableWrap {
		font-size: 1.2rem;
	}
	#news dl {
		16px 10px;
	}
	#news dl dd {
		width: 100%;
		overflow: visible;
		line-height: 20px;
	}
	#news dl dd a {
		font-size: 1rem;
		overflow: visible;
		white-space: normal;
	}

	/*material*/
	#material {
		padding: 40px 0 50px;
		background: url(/images/total/material_bg.png) no-repeat center / cover;
	}
	#material ul.floatbox li {
		width: 100%;
		margin: 30px auto 0;
	}
	#material ul.floatbox li:nth-of-type(2n+1), #material ul.floatbox li:nth-of-type(2n) {
		float: none;
	}
	#material table tr {
		height: 190px;
	}
	#material table td {
		padding: 20px 12px 30px;
	}
	#material table td strong {
		font-size: 1.4rem;
	}
	.btn_fixed {
		width: 90px;
	}
	.btn_fixed p {
		padding: 8px 0 6px;
		font-size: 1rem;
	}
	.btn_fixed p span {
		padding-bottom: 22px;
		background: url(/images/total/btn_ic02.png) no-repeat left 50% bottom / 20px;
	}
	
	/*button*/
	#mainvisual .btn_orange a span, #material .btn_orange a span {
		padding: 2px 24px 2px 0;
		background: url(/images/total/btn_ic01.png) no-repeat right center / 18px 20px;
	}
	.btn_fixed .btn_orange a span {
		padding-bottom: 24px;
	}
	#mainvisual .btn_orange a:hover, #material .btn_orange a:hover, .btn_fixed .btn_orange a:hover {
		background-color: #e95504;
		background-position: bottom center;
	}
	#mainvisual .btn_orange a {
		max-width: 180px;
		font-size: 1.3rem;
		line-height: 42px;
	}
	#service .btn_blue a, #news .btn_blue a {
		font-size: 1.6rem;
		line-height: 42px;
	}
	#service .btn_blue a {
		margin: 40px auto 0;
	}
	#news .btn_blue a {
		max-width: 360px;
		margin: 40px auto 0;
	}
	#material .floatbox .btn_orange a {
		max-width: 180px;
	}
	#material .contentsWrap > .btn_orange a {
		max-width: 400px;
		font-size: 1.3rem;
		line-height: 42px;
	}
	.btn_fixed .btn_orange a {
		width: 80px;
		margin: 4px auto;
		padding: 6px 0;
		font-size: 0.9rem;
	}
}
