@charset "UTF-8";
/****************************************
contents
*****************************************/
html {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	overflow-y: scroll;
}
body {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #222;
	padding-top: 50px;
}
a{
	color: #003366;
	transition: .5s;
}
a:hover{
	opacity: 0.8;
}

.right{
	float: right;
}
.left{
	float: left;
}
.center {
	text-align: center;
}

.wrapper { 
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.wrapper-outer_ea {
	width: 100%;
	background-color: #eaeaea;
	margin: 0 0 100px;
	padding-bottom: 25px;
}

/****************************************
header
*****************************************/
header{
	position: fixed;/*fixedを設定して固定*/
	top:0;/*位置指定*/
	width: 100%;
	height: 110px;
	z-index: 8;
	background: none;
}
header #logo {
	position: absolute; 
	width: 140px;
	height: 60px;
	left: 50px;
	top: 25px;

	width: 125px;
	height: 80px;
	left: calc(50% - 63px);
	top: 15px;
	background: url(../images/logo.png) no-repeat center center;

background-size: contain;
}
header .wrapper { 
	padding: 0 10px;
}
#gmenu_ul {
	text-align: center;

margin: 0 auto;
border-bottom: 1px solid #5C658B;
width: 90%;

}
#gmenu_ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 120px;
	padding: 0 30px;
	height: 110px;
	text-align: center;
}

#gmenu_ul li.active {
	/*border-bottom: 2px solid #FF3200;*/

	background: url(../images/1485856072_720.webp) no-repeat center center;
	background-size: 100% 3px;
	background-position: bottom center;
}

#breadcrumb {
	width: 100%;
	position: relative;
	padding: 120px 20px 20px 100px;
	font-size: 20px;
	color: #666;
	font-size: 15px;
}
#breadcrumb a {
	padding: 0 5px;
}
#breadcrumb .ri-home-5-line {
	font-size: 19px;
	vertical-align: -2px;
}
@media screen and (max-width: 1500px) {
	#breadcrumb {
		padding: 120px 20px 20px 50px;
	}
}



#hero{
	margin: 0 auto;
	position: relative;
	max-width: 1620px;
	height: 450px;
	background-position: top left;
	background-repeat: no-repeat;
}
@media screen and (max-width: 660px) {
	#hero{
		max-width: 450px;
		height: 900px;
	}
}

#nav .ri-home-5-line {
	font-size: 19px;
	vertical-align: -2px;
}

@media screen and (max-width: 1500px) {
	#gmenu {
		display: none;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 610px) {
header{
	height: 75px;
}

	header .inner{
	}


	header #logo {
	top: 0px;
	width: 90px;


		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}


/*#mp4logo--------------------------------------------------------------------------------*/
#mp4logo {
	margin: 250px 0;
}
#mp4logo > div {
	text-align: center;
}
#mp4logo > div.video {
	margin: 0 auto;
	max-width: 720px;
}
#mp4logo > div.video video{
	max-width: 100%;
	aspect-ratio: 16 / 9;
	background: url(/content/images/720x405.png);
}
#mp4logo > div.video  img {
	max-width: 100%;
	margin-top: -10px;
}
#mp4logo > div.cover img {
	margin-top: -450px;
	width: 711px;
}
@media screen and (max-width: 711px) {
	#mp4logo > div.video {
		margin: 0 auto;
		max-width: 500px;
	}
	#mp4logo > div.cover img {
		margin-top: -320px;
		width: 500px;
	}
}
@media screen and (max-width: 500px) {
	#mp4logo > div.video {
		margin: 0 auto;
		max-width: 360px;
	}
	#mp4logo > div.cover img {
		margin-top: -235px;
		width: 360px;
	}
}


/****************************************
footer
*****************************************/
/*
#footer-nav {
	filter:drop-shadow(0px -3px 3px rgba(0, 0, 0, 0.1));
	border-top: 1px solid #E5EFF7;
	margin: 0;
	padding: 0 0 0;
	margin-top: 200px;
	z-index: -1;
	background-color: #fff;
}
*/
footer {

	/*margin-top: 10px;*/
	width: 100%;
	line-height: 22px;
	text-align: center;
	font-size: 15px;

}
/*
footer div {
	font-weight: 600;
}
footer p {
	padding: 25px 10px;
}
#footer-nav .grid-wrapper .grid {
	filter:drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
	font-size: 15px;
}
#footer-nav .grid-wrapper .grid a{
}
.footer-sp {
}
.footer-sp li {
	line-height: 40px;
	border-bottom: 1px solid #E5EFF7;
padding-left: 25px;

background: url(/content/images/39x39.png) no-repeat center right #312E43;
font-size: 15px;
}
.footer-sp a li {
color: #fff;
}
.footer-pc {
	display: block;
}
.footer-sp {
	display: none;
}
@media screen and (max-width: 810px) {
	.footer-pc {
		display: none;
	}
	.footer-sp {
		display: block;
	}
}
*/

footer {
	width: 100%;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
	background: #fff;
}
footer div {
	font-weight: 400;
}
footer p {
	padding: 25px 10px;
}

footer {
	padding: 0 15px;
}
footer ul {
	margin-top: 200px;
	padding: 0 0 35px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
footer a {
}
footer li {
	padding: 15px 10px;
	/*font-family: serif;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
}


/* loader  --------------------------------------------------> */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 8;
}
#loader {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	text-align: center;
	color: #003366;
	font-weight: 100;
	font-size: 13px;
	z-index: 9;
	width: 200px;
	margin-left: -100px;
	line-height: 48px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

/* nav  --------------------------------------------------> */
.bodyFixed {
	position: fixed;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
}
#bodyCover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
	background-color: rgba( 0,0,0,0.3);
	display: none;
}

#side-nav_outer {
	position: fixed;
	top: 0px;
	right: -10px;
	z-index: 9;
	transition: all 0.2s;
	transform: translate(0px);
	height: 100%;


}
#side-nav_outer.open {
	transform: translate(-0px); 
}
nav#side-nav {
	width: 300px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0px);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 60px;
	box-sizing: border-box;
	background: #003366;
}
nav#side-nav.open {
	transform: translate(-300px); 
}

/*   ボタンタグ設定   */
#side-navBotton  {
	display: block;
	background:  transparent;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 70px;
	height: 65px;
	width: 300px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0;
}

nav#side-nav.open #side-navBotton {
	right: 0;
}
#side-navBotton button {
	position: absolute;
	display: block;
	background: none;
	border: none;
	color: #003366;
	font-size: 45px;
	cursor: pointer;
	top: 10px;
}


#side-navBotton button .menu {
	display: block;
}
#side-navBotton button .close {
	display: none;
	color: #fff;
}
#side-navBotton button.active .menu {
	display: none;
}
#side-navBotton button.active .close {
	display: block;
	color: #fff;
}
::-webkit-full-page-media, :future, :root #side-navBotton button{
	right: 200px;
}

nav#side-nav ul {
	width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
nav#side-nav ul::-webkit-scrollbar{
	display: none;
}
nav#side-nav ul a {
	color: #fff;
}
#side-nav ul{
	padding: 0;

}
#side-nav ul {
	border-top: 1px solid #194775;
}
#side-nav ul li {
	font-size: 16px;
	padding: 13px 32px;
	text-indent: -32px;
	line-height: 23px;
	border-bottom: 1px solid #194775;
	line-height: 100%;
	background: #003366;
}
#side-nav ul li:hover {
	background: #194775;
}
#side-nav li li {
	margin-bottom: 0;
}
#side-nav ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 16px;

}







dl.accordion_dl, .accordion_dl dt, .accordion_dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 300px;
}
dl.accordion_dl {
	width: 300px;
	padding: 0 0 0 40px;
}
nav#nav.open dl.accordion_dl {
	width: 250px;
	padding: 0;
}
.accordion_dl dt {
	float: none;
	width: auto;
}
.accordion_dl dt {
	/*background-color: #fff;*/
	font-weight: 200;
	font-size: 14px;
	padding: 3px 5px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-weight: 2;
}
.accordion_dl dt a {
	color: #fff;
}
.accordion_dl dt.arrow {

	margin-bottom: 2px;
}
.accordion_dl dt.arrow:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #fff;
}
.accordion_dl dt.arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
}
.accordion_dl dt.active:before {
	margin-top: -1px;
}
.accordion_dl dt.active:after { 
	margin-top: 1px;
}
.accordion_dl dd {
	font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 1px;
	display: block;
	text-decoration: underline;
	font-weight: 2;
}
.accordion_dl dd a {
	color: #fff;
	background: none;
}
.accordion_dl dd ul {
	padding: 0 0 10px 5px;
}


#search {
	position: absolute;
	top: 25px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}
@media screen and (max-width: 660px) {
	#search {
		display: none;
	}
}


/* ajaxsearch --------------------------------------------------> */

#search_result {
	padding: 15px;
}
.ajaxSearch_resultsInfos{}
span.ajaxSearch_highlight{}
span.ajaxSearch_highlight1{
	background: #FFCC7F;
}
span.ajaxSearch_resultsDisplayed{}
#grpResult_site_wide{}
.ajaxSearch_grpResult{

	border-bottom: 1px solid #eaeaea;
}
.ajaxSearch_grpResultName{}
.ajaxSearch_grpResultsDisplayed{
	padding: 10px;
}
.ajaxSearch_result{
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
}
.ajaxSearch_resultLink{
	font-weight: 600;
	padding: 10px;
}
.ajaxSearch_resultExtract{
}
.ajaxSearch_paging {
	display: block;
	padding: 10px;
	text-align: right;
}




input::placeholder {
	color: #BFC2D5;
}
input:-ms-input-placeholder {
	color: #BFC2D5;
}
input::-webkit-input-placeholder {
	color: #BFC2D5;
}
#ajaxSearch_submit, #searchClose {
	position: absolute;
	top: 0;
	right: -45px;
	width: 40px;
	height: 27px;
	border: none;
	padding: 0;
	margin: 0;
}
.ajaxSearch_highlight {
	background-color: #A9D97F;
}
.ajaxSearch {
	position: relative;
	padding: 10px;
}
input.ajaxSearch_input {
	padding: 10px 15px;
	border: 1px solid #194775;
	font-size: 17px;
	border-radius: 30px;
	background: #fff;
}
button.ajaxSearch_submit{
	border: none;
	background: none;
	font-size: 30px;
	color: #003366;
	position: absolute;
	top: 15px;
	right: 15px;
}
#side-nav .ajaxSearch {
	padding: 10px 18px 10px 10px;
}
#side-nav button.ajaxSearch_submit{
	right: 20px;
}





#mail {
	width: 40px;
	height: 27px;
	position: absolute;
	top: 33px;
	right: 120px;
	background: url(../images/mail.png) no-repeat left top;
}

/* main -------------------------------------------------- */



main {
	margin: 0 0 100px;
	overflow-x:hidden;
}


nav#lmenu {
	width: 300px;
	height: 100%
	background: #003366;
	float: left;
	margin-top: 20px;
	padding: 20px;
}
nav#lmenu h2  {
/*
	background-color: #E8690E;
	margin-bottom: 10px;
	padding: 3px 5px 0;
	border-radius: 3px;
*/
	font-weight: 600;
	font-size: 19px;
	/*color: #fff;*/
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #7FB0D7;*/
}
nav#lmenu ul {
	margin-left: 5px;
}
nav#lmenu ul li  {
	font-size: 17px;
	padding: 5px 0;
}
nav#lmenu ul li a {
	/*color: #fff;*/
	margin-left: 10px;
}
nav#lmenu ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	display: inline-block;
	transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
	main{
		width: 100%;
	}
	#lmenu {
		display: none;
	}
}

.img-float_outer {
	padding: 50px 0;
}
.img-float_outer p {
	font-weight: 500;
}
.img-float {
	padding-bottom: 25px;
}
.img-float h2 {
	font-size: 32px;
	line-height: 50px;
	/*font-style: oblique;*/
	width: 100%;
	font-weight: 700;
}
.img-float p {
	font-size: 20px;
	line-height: 40px;
	/*font-style: oblique;*/
	padding: 10px 10px 0;
	width: 100%;
	font-weight: 500;
}
.img-float p span{
	/*color: #FF3200;*/
	text-decoration:underline;
}
.img-float .label {

	font-size: 15px;
	line-height: 50px;
	background-color: #3a3a3a;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px;
	margin-left: 5px;
	font-weight: 600;
}
.img-float_left img {
	float: left;
	padding: 0 20px 20px 0;
}
.img-float_right img {
	float: right;
	padding: 0 0 20px 20px;
}
@media screen and (max-width: 1100px) {
	.img-float_right img,
	.img-float_left img {
		display: block;
		float: none;
		width: 340px;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	.img-float h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.img-float p {
		font-size: 17px;
		line-height: 170%;
		padding: 10px 10px 0;
	}

}

.box {
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin: 50px 5px;
}
.box h2{
	font-size: 24px;
	margin: 15px 0;
	font-family: serif;
}
.box_300 {
	height: 300px;
	background-repeat: no-repeat;
	background-position: right top;
}
.box_300 h2,
.box_300 p{
	width: 50%;
}
@media screen and (max-width: 900px) {
	.box_300 {
		height: 600px;
		background-position: right bottom;
background-size: 100%;
	}
	.box_300 p{
		width: 100%;
	}
}





.img-outer {
/*width: 640px;*/
}


.img-outer img,
main img {
	max-width: 100%;
}

main h1 { 
	display: block;
	font-size: 32px;
	line-height: 50px;
	margin: 50px 0;
	padding: 50px 10px 0;
	font-weight: 400;
	text-align: center;
}
main h1{
	font-family: serif;
	font-size: 35px;
	letter-spacing: 3px;
}
main h1:first-child {
}
@media screen and (max-width: 900px) {
	main h1{
		font-weight: 400;
		font-size: 25px;
		letter-spacing: 1px;
	}
}


main h2 { 
	font-size: 20px;
	line-height: 30px;
	border: none;
	margin: 30px 10px 10px;
	text-align: center;
}
main h3 { 
	text-align: center;
	font-weight: 600;
	margin: 30px 10px;
}
.annot {
	font-size: 85%;
}

main ul, 
main ol{
	padding: 0 0 10px;
}
main ul ul, 
main ul ol,
main ol ol,
main ol ul{
	padding: 0;
}
main ul li,
main li ul li {
	list-style: outside;
	list-style-type: '- ';
	margin-left: 1rem;
	text-indent: 0px;
	line-height: 130%;
	padding-bottom: 10px;
}
main ol li,
main ol li,
main li ol li {
	list-style: outside;
	list-style-type: '  ';
	margin-left: 1rem;
	text-indent: 0px;
	line-height: 130%;
	padding-bottom: 10px;
}



main ul.news  {
	margin: 0 5px;
	border-top: 1px solid #EAEAEA;
}
main ul.news li {
	list-style-type: '  ';
	margin: 0;
	padding: 30px 10px;
	border-bottom: 1px solid #EAEAEA;
}
main ul.news li:hover{
	background-color: #EAEAEA;
}
.news .date {
	font-size: 14px;
}
.news .title {
	font-size: 18px;
	padding-top:  6px;
	font-weight: 600;
}





hr,
main hr {
	border: 0;
	border-bottom: 1px solid #E5EFF7;
	margin: 30px auto;
	width: 90%;
}



.button  {
	position: relative;
	margin: 2px auto;
	width: 400px;
	max-width: 90%;
	background: #003366;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
}
.button div {
	position: absolute;
	top : -webkit-calc(50% - 5px) ;
	top : calc(50% - 5px) ;
	right: 10px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #BFC2D5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.button-outer {
	padding: 30px 0 20px;
	border: none;
}




main p {
	padding: 0 10px 10px;
}

/* dl -------------------------------------------------- */
main dl, main dt, main dd {
	margin: 0;
	padding: 0;

}
main dl  {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #BFC2D5;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}
main dt {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #BFC2D5;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}

main dd {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #BFC2D5;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}
main dd hr {
	border: 0;
	border-bottom: 1px dotted #ddd;
	margin: 5px 0;
}



main dt a {
}
main dd a {
	/*background: url(../images/13x15.png) no-repeat right center;*/
}



@media screen and (min-width: 980px) {
	main dt {
		float: left;
		clear: both;
		width: 300px;
	}
	main dd {
		margin-left: 300px;
	}
}
@media screen and (max-width: 979px) {
	main dt {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #ddd;
	}
	main dd {
		margin-left: 0;
		border-width: 0;
	}
	main dd a {
		background: none;
	}
}

main dl.fullwide dt {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #ddd;
}
main dl.fullwide dd {
	margin-left: 0;
	border-width: 0;
}
main dl.fullwide dd a {
	background: none;
}

/*
.notice {
	color: #8899bb;
	padding-right: 10px;

}
.notice1 {
	color: #8899bb;
	font-size: 1.2rem;
	padding-right: 0px;
	line-height: 2.2rem;
}
*/
#pagetop {
	font-size: 65px;
	display: block;
	position: fixed;
	z-index: 8;
	width: 75px;
	height: 75px;
	bottom: -100px;
	right: 5px;
	text-align: center;

}

#tab {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	font-size: 13px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
#tab::before,
#tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	border-bottom: 1px solid #003F97;
	z-index: -1;
}
#tab::after {
	bottom: 51px;
}
#tab ul {
	width: 100%;
	height: 45px;
	z-index: 9;
	margin: 0;
	padding: 0;

}
#tab ul li {
	padding: 0;
	text-indent: 0;
	margin: 0 0 3px 2px;
	list-style: none;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #999;
	padding: 0 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #003F97;
}
@media screen and (max-width: 540px) {
	#tab ul li {
		padding: 0 15px;
	}
}

#tab ul li:before  {
	content: '';
}
#tab:after {

}
#tab ul li.active {
	background: #ffffff;
	border-bottom: none;
}
#tab ul li a {
	color: #003366;
}
#tab ul li.active a {
	color: #00227C;
}

@media screen and (max-width: 810px) {
	#tab {
		display: none;
	}
}


/*
#page-top1:hover {
	background: url(images/38x38_1.png) no-repeat right bottom rgba(0,81,167,1);
}
*/

/*
h1 {
	font-size: 23px;
	padding: 100px 0 20px;
}
h1:first-child {
	font-size: 23px;
	padding: 30px 0 20px;
}

h2 {
	font-size: 18px;
	padding: 50px 0 10px;
}
h1+h2 {
	padding: 25px 0 10px;
}

p {
	padding: 10px 0;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #eeeeee;
	height: 1px;
	margin: 25px 0;
}
*/





table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	width: 150px;
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fefefe;
}
table td {
	padding: 5px;
	border: 1px solid #ddd;
}


.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}






.sliderWrapper  {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width:1280px;
}
@media screen and (max-width: 1280px) {
	.sliderWrapper {
		overflow: hidden;
	}
}
#slider{
	width: 100%;
	padding: 0;
	margin: 10px 0 30px;
}
#slider li {
	padding: 0;
	margin: 0;

	position: relative;
}
#slider li div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	/*max-width: 50%;*/
	text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	0px 1px 0 #fff,
	0px -1px 0 #fff,
	-1px 0 0 #fff,
	1px 0 0 #fff;
	height: 100%;
}


#slider li div p {
	padding: 50px;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
}


#slider li img{
	height: auto;
	width: 100%;
}
@media screen and (max-width: 810px) {
	#slider li img {
		width: 140%;
	}
}
@media screen and (max-width: 540px) {
	#slider li div h1 {
		padding: 50px 25px;
		font-size: 25px;
		line-height: 30px;
	}
	#slider li div h2 {
		display: none;
	}
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-slide {
	position: relative;
}
.slick-slide .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	/*width: calc(100% - 40px);*/
	opacity: 0;
	transition: .3s ease;
}
.slick-current .caption {
	opacity: 1;
	transform: translateX(-10px);
	transition-delay: .5s;
}
@media screen and (max-width: 810px) {
	.slick-slide .caption {
		display: none;
	}
}

.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}

/*sitemap*/
#sitemap  {
	list-style:none;
	padding: 0;
}
#sitemap li {
	list-style:none;
	background: none;
	margin: 0 0 10px 10px;
}

#sitemap > li {
	border-left: 4px solid #003366;
	border-color: #003366;
	padding: 5px 0 5px 5px;
}
#sitemap li li {
	border-color: #7F85AB;
	padding: 0 0 0 5px;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap .description {
	margin-bottom: 10px;
	color: #5a5a5a;
	padding-left: 1rem;
	text-indent: 0;
}









#slider2 div {
	height: 220px;
}

.cert { /* 認証書 */
	border: 1px solid #ddd;
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

#map {
	float: right;
}
#map iframe {
	width: 550px;
	height: 300px;
	border: 0px;
}
#mapText {
	float: left;
}
@media screen and (max-width: 540px) {
	#map,
	#mapText {
		float: none;
	}
	#map iframe {
		width: 100%;
		height: 580px;
	}
}


/*
.class16, .class17, .class18, .class19, .class70, .class71  {
	color: #4E4139;
	pointer-events: none;
}
*/

mark {
background-color: #FAE1CF;

}


ul#companyOverview {
	padding: 10px 0 0;
}
ul#companyOverview > li:last-child{
	padding-bottom: 0;
}
ul#companyOverview > li ul li {
	list-style: outside;
	list-style-type: '･ ';
	margin-left: 1rem;
	text-indent: 0px;
	line-height: 130%;
	padding-bottom: 10px;
}






.point_div {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	background-color: #fff; /* 背景色 */
	border: 1px solid #555555; /* 枠線の太さ・色 */
}
.point_title {
	font-size: 20px;
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff; /* タイトル背景色 */
	color: #555555; /* タイトル文字色 */
}

.tel {
	text-align: center;
	font-size: 30px;
	margin-bottom: 35px;
	font-weight: 600;
}
.tel p {
	font-size: 16px;
}
header .tel {
	position: absolute;
	top: 15px;
	right: 75px;
	text-align: right;
}
#search {
	position: absolute;
	top: 35px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}

@media screen and (max-width: 1500px) {
	#search {
		width : -webkit-calc(100% - 550px) ;
	}
}
@media screen and (max-width: 660px) {
	header .tel,
	#search {
		display: none;
	}
}



.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8;
}
.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
	background-color: rgba( 0,0,0,0.3);
}
.modal-content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);

	width: calc(100% - 20px);
	max-width: 1080px;
	filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
}
.modal-content img {
	max-width: 100%;
}
.modal-content .ri-close-line {
	font-size: 50px;
	position: absolute;
	top: 12px;
	right: 0;
}







.column-flex {
	margin: 0 auto;
	padding: 200px 0;
	display: flex;
}
.column-flex>div {
	width: 50%;
}
.column-flex h1 {
	font-size: 45px;
	/*font-style: oblique;*/
	line-height: 50px;
	font-weight: 600;
	padding: 0 60px 15px;
}
.column-flex h1 span {
	font-size: 30px;
}
.column-flex p {
	padding: 10px 65px;
	font-size: 17px;
	line-height: 32px;
}




.column-flex .img {
/*
	max-width: 100%;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
*/
	filter: none;
	border-radius: 4px;
}

.column-flex .img_filterNone {
	filter: none;
}

.column-flex .title-outer {
	padding: 50px 0 50px;
	text-align: center;
}
@media screen and (max-width: 660px) {
	.column-flex .title-outer {
		padding: 50px 0 25px;
	}
}
.column-flex .title {
	max-width: 100%;
}
.column-flex a {
	display: block;
	width: 225px;
	height: 45px;
	line-height: 45px;
	margin: 15px 65px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;

	width: 300px;
	margin: 5px auto 0;
}
.column-flex div.sp_img {
	display: none;
	margin: 0;
}

.column-flex1320 {
	width: 1320px;
}
@media screen and (max-width: 1320px) {

	.column-flex1320 {
		padding: 100px 0;
		width: 100%;
		display: block;
	}
	.column-flex1320>div {
		width: 100%;
	}
.column-flex .img-outer {
	text-align: center;
}
	.column-flex1320 div.pc_img {
		display: none;
	}
	.column-flex1320 div.sp_img {
		display: block;
		margin: 65px 0 0 65px;
	}
}



.column-flex1200 {
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	.column-flex1200 {
		padding: 100px 0;
		width: 100%;
		display: block;
	}
	.column-flex1200>div {
		width: 100%;
	}
.column-flex .img-outer {
	text-align: center;
}
	.column-flex1200 div.pc_img {
		display: none;
	}
	.column-flex1200 div.sp_img {
		display: block;
		margin: 65px 0 0 65px;
	}
}









.column-flex1000 {
	max-width: 1320px;
}
@media screen and (max-width: 1020px) {
	.column-flex1000 {
		padding: 100px 0;
		width: 100%;
		display: block;
	}
	.column-flex1000>div {
		width: 100%;
	}
	.column-flex1000 div.pc_img {
		display: none;
	}
	.column-flex1000 div.sp_img {
		display: block;
		margin: 65px 0 0 65px;
	}
}

@media screen and (max-width: 660px) {
	.column-flex h1 {
		font-size: 45px;
		line-height: 50px;
		padding: 0 15px 15px;
	}
	.column-flex h1 span {
		font-size: 30px;
	}

	.column-flex p {
		font-size: 16px;
		padding: 10px 30px;
	}

	.column-flex a {
		margin: 15px auto;
	}
	.column-flex div.sp_img {
		display: block;
		margin: 60px 0 0 30px;
	}
}

@media screen and (max-width: 900px) {
	.column-flex .title-outer h1{
		font-weight: 400;
		font-size: 25px;
		letter-spacing: 1px;
	}
}

.column-outer {
	background: #FF3101;
	color: #fff;
}
.column-outer1, 
.column-outer3 {
	background: #2a2a2a;
	color: #fff;
}
.column-outer2 {
	background: #eaeaea;
	color: #2a2a2a;
}
.column-outer a,
.column-outer1 a,
.column-outer3 a {
	color: #fff;
	border-color: #fff;
}
.column-outer2 a {
	color: #2a2a2a;
	border-color: #2a2a2a;
}

.column-outer3 .column-flex {
	padding: 75px 0;

}
.column-outer3 .column-flex h1 {
	font-size: 45px;
	line-height: 50px;
}
.column-outer3 .column-flex h1 span {
	font-size: 20px;
}
.column-outer3 .column-flex p {
	font-size: 20px;
	padding: 5px 65px;
}


@media screen and (max-width: 660px) {
	.column-outer2 {
		background: #fff;
	}
}
@media screen and (max-width: 660px) {
	.sp_none {
		display: none;
	}
}




/*.apng --------------------------------------------------------------------------------*/
.apng {
	text-align: center;
	margin: 50px 0;
}
.apng img {
	background-image: url(/content/images/1485856072_720.webp);
	background-size: 100% 100%; 
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;

}

.apng3 img {
	background-color:rgba(255,255,255,0.3);
}
.apng4 img {
	background-color:rgba(255,255,255,0.4);
}
.apng5 img {
	background-color:rgba(255,255,255,0.5);
}
.apng6 img {
	background-color:rgba(255,255,255,0.6);
}


.apng_pc {
	display: block;
}
.apng_sp {
	display: none;
}
.apng_sp img{
	max-width: 100%;
}
@media screen and (max-width: 900px) {
	.apng_pc {
		display: none;
	}
	.apng_sp {
		display: block;
	}
}
.apng_hero {
	margin:110px auto 0;
}
.apng_hero_hr {
	margin-top: -9px;

}








.column-flex .title-outer h1{
	font-family: serif;
	font-weight: 400;
	font-size: 33px;
	letter-spacing: 4px;
	font-weight: 500;
}


/*.vision--------------------------------------------------------------------------------*/

.vision {
	background-size: 100% 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
.vision img {
	display: block;
	position: absolute;
}
.vision_pc {
	display: block;
}
.vision_sp {
	display: none;
}
@media screen and (max-width: 810px) {
	.vision_pc {
		display: none;
	}
	.vision_sp {
		display: block;
	}
}

/*.bland--------------------------------------------------------------------------------*/
.bland img {
	background-image: url(/content/images/1485856072_720.webp);
	background-size: 100% 100%;
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}

/*.tecnology --------------------------------------------------------------------------------*/
.tecnology {
	margin: -50px 0 100px;
	text-align: center;
}
.tecnology img {
	background-image: url(/content/images/1485856072_720.webp);
	background-size: 100% 100%; 
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;

}
.tecnology_pc {
	display: block;
}
.tecnology_sp {
	display: none;
}
@media screen and (max-width: 900px) {
	.tecnology_pc {
		display: none;
	}
	.tecnology_sp {
		display: block;
	}
}