@charset "utf-8";
/* CSS Document */
body,button{
	line-height:1.76;
	font-size: 17px;
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
	color: #000;
	/* word-break: normal; */
}
.railroad{
	font-family: railroad-gothic-atf, sans-serif;
	font-weight: 500;
}
.din{
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.mincho{
	font-family: "游明朝体 Regular", "Yu Mincho Regular", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.show_768,.show_640,.show_540,.show_480{
	display:none!important;
}

.wrapper{
	width: 100%;
	padding: 0 40px;
	max-width: 1360px;
	min-width: 1024px;
	margin: 0 auto;
}
/*////////////////////////////////////////////////////////*/
/*//////////////////// header ////////////////////////////*/
/*////////////////////////////////////////////////////////*/

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 20;
}
header .headerlogo{
	width: auto;
	display: block;
	float: left;
	padding: 15px 15px 15px 0;
}
header .headerlogo img {
    width: auto;
    height: 50px;
    display: block;
}
header .headerwrapper{
	padding: 0 20px 0 40px;
}
.headerbtns{
	list-style-type: none;
	position: relative;
	font-size: 15px;
}
.headerbtns li {
	display: inline-block;
    padding: 0;
	vertical-align: bottom;
}
.headerbtns li .submenu {
    list-style: none;
    position: absolute;
	z-index: 20;
    right: 0;
    top: 100%;
    margin: 0;
    width: 210px;
    overflow: hidden;
    background: rgba(0,0,0,1);
	opacity: 0;
	padding: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
	visibility: hidden;
}
.headerbtns_white li:nth-child(2) .submenu{
	width: 360px;
}
.headerbtns.onpc li:hover .submenu{
	visibility: visible;
	opacity: 1;
}
.headerbtns li .submenu a {
    color: #fff;
    border: none;
    font-weight: normal;
    height: 32px;
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    text-align: left;
	line-height: 32px;
	-webkit-transition: 350ms;
    transition: 350ms;
}
.headerbtns li .submenu a:hover{
	background: rgba(128,128,128,1);
	opacity: 1;
}
/*
.headerbtns li .submenu a::after{
	content: '➡';
	position: absolute;
	top: 0;
	right: 10px;
}
*/
.headerbtns{
	text-align: right;
}
.headerbtns_white .mainmenu {
    font-weight: bold;
    line-height: 18px;
    font-size: 18px;
    display: inline-block;
    padding: 5px 20px 7px;
	position: relative;
	border-bottom: 5px solid #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.headerbtns_white.onpc .mainmenu.arrow{
	padding-right: 40px;
	position: relative;
}
.headerbtns_white.onpc .mainmenu.arrow::after{
    content: '';
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 8px;
}
.headerbtns_white .mainmenu::before{
	content: '';
	height: 18px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 2px;
	background: #aaa;
}
.headerbtns_white li:hover .mainmenu{
	border-color: #009E96;
}
.headerbtns_color{
	margin: 12px 0 8px;
	text-align: right;
	padding-right: 20px;
}
.headerbtns_color .colormenu {
    display: block;
    background: #009e96;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 6px 6px 4px;
    margin-left: 8px;
	font-weight: bold;
}
.headerbtns_color.onpc .colormenu.arrow{
	padding-right: 25px;
	position: relative;
}
.headerbtns_color.onpc .colormenu.arrow::after{
	content: '';
	right: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid rgba(255,255,255,0.7);
	border-right: 2px solid rgba(255,255,255,0.7);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 8px;
}
.colormenu_icon {
	font-size: 13px;
	padding-left: 4px;
}
.headerbtns_color li:hover .arrow{
	background: #333;
}
.headerbtns li:last-child .mainmenu::before{
	display: none;
}
.headerbtns_color li:nth-child(1),
.headerbtns_color li:nth-child(2),
.headerbtns_white li:nth-child(1),
.headerbtns_white li:nth-child(2){
	position: relative;
}
.headerbtns_white li:nth-child(1) .submenu,
.headerbtns_white li:nth-child(2) .submenu{
	left: 0;
	right: auto;
}
.headerbtns_color li:nth-child(1) .submenu,
.headerbtns_color li:nth-child(2) .submenu{
	left: 10px;
	right: auto;
	width: 230px;
}
.submenu_title{
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #009e96;
	padding: 5px 15px;
}
.headerbtns .submenu_title ~a { text-indent: 1em; }

.headerbtns_color li:nth-child(5) a{
	background: #134870;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 13px;
}

#logotext{
	float: left;
	margin-left: 2px;
	height: 50px;
	width: auto;
	display: none;
}
#logotext img {
    height: 15px;
    width: auto;
    margin-top: 32px;
}


.submenu > .mega {
	display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	padding: 12px;
}

.submenu > .mega > div { width: 35%; }
.submenu > .mega > div:first-child { width: 30%; }
.submenu > .mega li { width: 100%;}
.submenu > .mega > div > ul ul { padding-left: 20px;}
.submenu > .mega li a { height: 24px; line-height: 24px; }

.submenu > .mega > div > ul > li {}
.submenu > .mega > div > ul > li > a { font-size: 17px; text-decoration: underline; font-weight: bold; }

.headerbtns_white li:nth-child(2) .submenu { width: 1220px; left: -740px;}




/*////////////////////////////////////////////////////////*/
/*//////////////////// contact ///////////////////////////*/
/*////////////////////////////////////////////////////////*/
#contact_link{
	background: #fff;
	padding: 70px 0 80px;
	width: 100%;
	text-align: center;
}
#contact_link .contact_h3{
	font-size: 18px;
	font-weight: bold;
}
#contact_link p{
	font-size: 14px;
}
#contact_link .contact_a{
	color: #fff;
	position: relative;
	background: #134870;
	/*background: linear-gradient(90deg, rgba(0,158,150,1) 0%, rgba(243,152,0,1) 100%);*/
	text-align: center;
	height: 80px;
	letter-spacing: 2px;
	width: 330px;
	display: block;
	font-size: 36px;
	margin: 25px auto 0;
	line-height: 84px;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// footer ////////////////////////////*/
/*////////////////////////////////////////////////////////*/

#grayfooter{
	background: #555;
	width: 100%;
	color: #fff;
	width: 100%;
	position: relative;
}
#grayfooter a,#nav-content a{
	color: #fff;
}
#grayfooter .footer_col3 .col,#nav-content .footer_col3 .col{
	width: calc(33% - 33px);
	float: left;
	margin-right: 50px;
}
#grayfooter .footer_col3 .col:last-child,#nav-content .footer_col3 .col:last-child{
	margin-right: 0;
}
#grayfooter .f_part,#nav-content .f_part{
	width: 100%;
	border-bottom: #949494 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#grayfooter .footerlinks,#nav-content .footerlinks{
	display: block;
	width: 100%;
	padding: 0 25px 0 0;
	line-height: 1.3;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px;
	font-weight: bold;
}
#grayfooter .footerlinks.din,#nav-content .footerlinks.din{
	font-size: 20px;
}
#grayfooter .footerlinks::after,#nav-content .footerlinks::after {
	/*
    content: '➡';
    color: #009e96;
    position: absolute;
    right: 0;
    top: 0.2em;
    font-size: 0.8em;
	*/
}
#grayfooter ul,#nav-content ul{
	font-size: 14px;
	margin-top: 10px;
}
#grayfooter ul li,#nav-content ul li{
	margin-bottom: 5px;
}
#grayfooter .copywrite,#nav-content .copywrite{
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	border-top: #949494 1px solid;
	font-family: "Helvetica Neue",Helvetica,Arial,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#grayfooter .copywrite{
	padding-top: 15px;
	padding-bottom: 15px;
}
#grayfooter .sublinks,#nav-content .sublinks{
	margin: 30px 0 40px;
	width: 100%;
	text-align: center;
}
#grayfooter .sublinks a,#nav-content .sublinks a{
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
}
#fixedBtns{
	right: 20px;
}
#topBtn {
    width: 40px;
    right: 20px;
    height: 40px;
    background: linear-gradient(90deg, rgba(0,158,150,1) 0%, rgba(243,152,0,1) 100%);
    font-size: 13px;
    text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
}
#topBtn span {
    transform: rotate(-90deg);
    display: block;
    line-height: 1;
    margin: 5px auto 0;
}
#contactBtn {
    display: inline-block;
    background: #134870;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px;
    vertical-align: top;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 24px;
}

#nav-content .solutions { padding: 0;}
#nav-content .solutions > ul {}
#nav-content .solutions > ul ul { padding-left: 20px;}

@media screen and (max-width: 1050px) {
	.headerbtns a {
	    padding: 0 10px;
	}
}
@media screen and (max-width: 790px) {
}
@media screen and (max-width: 768px) {
	body{
		font-size: 14px;
	}
	.show_768{
		display:block!important;
	}
	.hide_768{
		display:none!important;
	}
	.wrapper{
		padding: 0 30px;
		max-width: none;
		min-width: 0;
	}
	.headerwrapper{
		padding: 0!important;
	}
	header .headerlogo {
	    height: 40px;
		padding: 5px;
	}
	header .headerlogo img{
		height: 30px;
		width: auto;
	}
	header {
	    padding-right: 20px;
	}
	#logotext{
		height: 30px;
		margin-left: 5px;
	}
	#logotext img {
	    height: 15px;
	    margin-top: 12px;
	}
	#grayfooter .footer_col3 .col,#nav-content .footer_col3 .col {
	    width: 100%;
		float: none;
	    margin-right: 0;
	}
	#grayfooter .sublinks,#nav-content .sublinks {
	    margin: 20px 0 30px;
	}
	#grayfooter .sublinks a,#nav-content .sublinks a {
	    font-size: 12px;
	}
	#contact_link {
	    padding: 40px 0 80px;
	}
	#contact_link .contact_a {
	    height: 60px;
	    width: 260px;
	    font-size: 24px;
	    margin: 15px auto 0;
		line-height: 62px;
	}
}
@media screen and (max-width: 640px) {
	.show_640{ display: block!important; }
	.hide_640{ display: none!important; }
}
@media screen and (max-width: 540px) {
	.show_540{ display: block!important; }
	.hide_540{ display: none!important; }
}
@media screen and (max-width: 480px) {
	.show_480{
		display:block!important;
	}
	.hide_480{
		display:none!important;
	}
	.wrapper {
	    padding: 0 25px;
	}
	#contact_link {
	    padding: 40px 0 130px;
	}
	#contact_link .contact_h3{
		font-size: 16px;
	}
	#grayfooter {
	    padding-top: 20px;
	}
	#fixedBtns {
	    width: 130px;
	    text-align: right;
	}
	#contactBtn{
		text-align: center;
		margin: 5px 0 0 0;
		font-size: 14px;
		width: 100%;
	}
}
