/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common */
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.btm10 {
	margin-bottom: 10px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm50 {
	margin-bottom: 50px;
}
.btm80 {
	margin-bottom: 80px;
}
.fl_l{
	float:left;
}
.fl_r{
	float:right;
}
/* フォント
----------------------------------------------- */
.attention {
    color: #d00;
}
.fs10{font-size:72%;}
.fs11{font-size:79%;}
.fs12{font-size:86%;}
.fs13{font-size:93%;}
.fs14{font-size:100%;}
.fs15{font-size:108%;}
.fs16{font-size:115%;}
.fs17{font-size:122%;}
.fs18{font-size:129%;}
.fs19{font-size:136%;}
.fs20{font-size:143%;}
.fs21{font-size:150%;}
.fs22{font-size:158%;}
.fs23{font-size:165%;}
.fs24{font-size:172%;}
.fs25{font-size:179%;}
.fs27{font-size:193%;}
.fs28{font-size:200%;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1
}
.sp_only {/*スマホでのみ表示*/
	display: none!important;
}
.pc_only {/*PCでのみ表示*/
	display: block;
}
/* Global */

body {
	font-weight: 400;
	font-size: 1em;
	color: #333;
	line-height: 1.5;
	background-color: #ffffff;
}
#skrollr-body {
	padding-top: 100px;
}
img {
	max-width: 100%;
}
a:link {
	color: #0856c9;
	text-decoration: none;
}
a:hover {
	color: #0068ff;
	text-decoration: none;
}
a:visited {
	color: #003179;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}
.container {
	width: 90%; /*width: 1000px;*/
	max-width: 960px;
	margin: auto;
}
.container * {
	box-sizing: border-box;
}
.content {
	padding: 30px 0;
}
.page_content {
	padding: 110px 0 50px 0;
	margin: 0 auto;
}
#slide3 h1, #slide4 h1, #slide5 h1, #slide6 h1 {
	text-align: center;
	position: absolute;
	top: -7px;
	left: 10%;
	font-size: 16px!important;
	width: 185px;
	padding: 20px 0 50px 0;
	background: url(../images/img_tag.png) no-repeat 0 0;
	color: #fff!important;
	text-indent: -10px;
}
body#index h1 span {
	text-indent: -10px;
	display: block;
	font-size: 79%;
}
h1.ttl {
	margin-top: -7px;
	font-size: 200%;
	font-weight: bold;
	background: url(../images/img_tag.png) no-repeat 0 0;
	background-size: 100px 60px;
	position: absolute;
	top:-6px;
	padding: 20px 0 20px 140px;
}
h1.ttl span {
	position: absolute;
	color: #fff;
	font-size: 12px;
	top: 15px;
	left: 0px;
	width: 96px;
	text-align: center;
}
.inner>h1.ttl {
	margin-top:-5px;
}
.page_content>div.inner{
	padding-top:100px;
}
h2.ttl {
	background-color: #d8e6ff;
	padding: 10px 0 10px 15px;
	font-size: 115%;
	margin-bottom:20px;
}
.paragraph {
	padding: 10px 15px;
	word-break: break-all;
}
.prg{
	line-height:1.8;
}
strong {
	font-weight: bold;
}
.disc_ul {
	margin-left: 15px;
	padding: 10px 15px;
}
.disc_ul li {
	list-style-type: disc;
}
/* Navigation */

.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	z-index: 999;
	border-bottom: solid 3px #3169bb;
}
.inner {
	width: 960px;
	margin: auto;
	position:relative;/* test */
}
.header a.logo, .header a.btn {
	margin: 5px 0;
}
.header a.logo {
	float: left;
}
.header a.logo img{
	max-width:300px;
}
.header a.btn {
	border-radius: 4px;
	display: block;
	float: right;
	width: 136px;
	height: 30px;
	text-align: center;
	font-size: 86%;
	color: #fff;
	line-height: 30px;
	padding-right: 24px;
	margin-top: 20px;
	background: url(../images/icon_arrow_white.png) no-repeat 96% center;
	background-color: #9f9f9f;
}
a.btn:hover {
	background-color: #555;
}
.nav ul {
	width: 100%;
	text-align: center;
	height: 30px;
	clear: both;
	display: table;
	table-layout: fixed;
	margin: 0 auto 10px auto;
	padding: 0;
	border-right: solid 1px #ccc!important;
}
.nav dt {
	display: none;
}
.nav dd {
	margin: 0;
	padding: 0;
}
.nav li {
	display: table-cell;
	text-align: center;
}
.nav li:hover, .nav li.current {
	background-color: #efefef;
}
.nav li a {
	color: #333;
	width: 100%;
	margin: 20px 0;
}
.nav li:last-child span {
	border-right: solid 1px #ccc;
}
.nav li span {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	border-left: solid 1px #ccc;
}
/* transition */
.header, .header a.logo, .nav li, .nav li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer {
	padding: 30px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	border-top: solid 3px #3169bb;
}
.footer ul {
	margin-bottom: 20px;
}
.footer ul li {
	display: inline-block;
	border-left: solid 1px #ccc;
}
.footer ul li:last-child {
	border-right: solid 1px #ccc;
}
.footer ul li a {
	display: inline-block;
	font-size: 86%;
	color: #555;
	padding: 0 30px;
}
.footer p {
	font-size: 86%;
}
a.return{
	position: fixed;
	bottom: 3%;
	right: 3%;
	background: url(../images/icon_arrow_return.png) no-repeat center center;
	background-size: 25px 25px;
	background-color: #3169bb;
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	border-radius: 30px;
}
a.return:hover {
	background-color: #6a9de9;
}
/* General Slides */

.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding: 160px 0 160px 0;
	border-top: solid 1px #3169bb;
}
/* Slide 1 */
/*#slide1 {
	width: 100vw;
	height: 70vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}*/
#slide1 {
	width: 100%;
	height: 100vh;
	background-position:center 0;
	background-size: cover;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slide1 div.container {
	padding: 100px 0 150px 0;
}
#slide1 h1 {
	font-size: 2.5em;
	letter-spacing: 1px;
	/*color: #675b51;*/
	color:#fff;
	text-shadow:3px 4px 7px rgba(0,0,0,.3);
	font-weight: 700;
	margin: 0 0 20px 0;
}
#slide1 h2 {
	font-size: 115%;
	color: #8a8683;
	padding-bottom: 10px;
	font-weight: 400;
}
#slide1 p {
	color: #ffffff;
	font-size: 115%;
	text-shadow:3px 4px 7px rgba(0,0,0,.3);
}
#slide1 dl.news{
	font-size:86%;
	display: flex;
	width:100%;
	background-color:rgba(0, 50, 88, 0.5);;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#slide1 dl.news dt{
	color:#0068B7;
	font-weight: bold;
	width:20%;
	padding:10px 30px;
	background-color:#fff;
	border-radius: 4px 0 0 4px;
}
#slide1 dl.news dd.text{
	width:70%;
	color:#fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 30px;
}
#slide1 dl.news dd.text span{
	margin-right:30px;
}
#slide1 dl.news dd.list{
	width:10%;
	color:#fff;
	border-radius: 0 4px 4px;
}
#slide1 dl.news dd.list a{
	display: inline-block;
	padding:10px;
	width:100%;
	color:#fff;
	background-color:rgba(255, 255, 255, 0.2);
}

/* Slide 2 */

#slide2 {
	background: url(../images/bg_kousi.gif) 0 0;
	color: #ffffff;
	/* 20180510 山中追加 */
	overflow: hidden;
}
#slide2 h2 {
	font-size: 129%;
	color: #ffffff;
	padding-bottom: 20px;
	font-weight: 400;
}
#slide2 ul {
	padding: 0;
	margin: 0 auto 50px auto;
	width: 90%;
}
#slide2 ul li {
	float: left;
	display: block;
	width: 22%;
	border-radius: 4px;
	background-color: #6999e1;
}
#slide2 ul li.company {
	background: url(../images/img_icon01.png) no-repeat center 50px;
	background-color: #6999e1;
	margin-right: 3%;
}
#slide2 ul li.works {
	background: url(../images/img_icon02.png) no-repeat center 50px;
	background-color: #6999e1;
	margin: 0 2% 0 1%;
}
#slide2 ul li.mission {
	background: url(../images/img_icon03.png) no-repeat center 50px;
	background-color: #6999e1;
	margin: 0 1% 0 2%;
}
#slide2 ul li.recruit {
	background: url(../images/img_icon04.png) no-repeat center 50px;
	background-color: #6999e1;
	margin-left: 3%;
}
#slide2 ul li:hover {
	background-color: #497cc9;
}
#slide2 ul li a {
	border-radius: 4px;
	text-align: center;
	width: 100%;
	padding: 110px 0 40px 0;
	display: block;
	color: #fff;
}
#slide2 ul li a:hover {
	background: url(../images/icon_arrow_white.png) no-repeat 80% 117px;
}
#slide2 div.bnr_area {
	text-align: center;
}
/* Slide 3 */

#slide3 {
	background: url(../images/pic3.png);
	background-color: #e9e9e9;
}
#slide3 h2 {
	font-size: 129%;
	color: #6a5b50;
	padding-bottom: 20px;
	font-weight: 400;
}
#test {
	background-color: #bde2df;
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
}
#slide3 ul {
	margin: 0 0 30px 0;
	padding: 0;
}
#slide3 ul li {
	width: 30%;
	float: left;
	border: solid 1px #ccc;
	background-color: #fff;
}
#slide3 ul li a {
	color: #333;
}
#slide3 ul li a p {
	font-size: 100%;
	padding: 20px 30px 20px 15px;
	background: url(../images/icon_arrow_gray.png) no-repeat 96% center;
}
#slide3 ul li a p span {
	font-size: 79%;
}
#slide3 ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
#slide3 ul li a:hover {
	color: #6999e1;
}
#slide3 ul li span {
	display: block;
}
#slide3 ul li.link01 {
	margin-right: 3%;
}
#slide3 ul li.link01 a span:first-child{
	color:#F6AE3B;
}
#slide3 ul li.link02 {
	margin: 0 1.5%;
}
#slide3 ul li.link02 a span:first-child{
	color:#67BF97;
}
#slide3 ul li.link03 {
	margin-left: 3%;
}
#slide3 ul li.link03 a span:first-child{
	color:#9a9384;
}
#slide3 ul li.link04 {
	margin-top: 4%;
	margin-right: 3%;
}
#slide3 ul li.link04 a span:first-child{
	color:#81c0e9;
}
#slide3 ul li.link05{
	margin: 4% 1.5% 0;
}
#slide3 ul li.link05 a span:first-child{
	color:#ed87b3;
}
/* Slide 4 */

#slide4 {
	background: url(../images/pic2_bigger.jpg) center center;
	background-size:cover;
	color: #ffffff;
	/* 20180510 山中追加 */
	overflow: hidden;
}
#slide4 div.container {
	padding: 180px 0;
	text-align: center;
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	padding-bottom: 20px;
	font-weight: 400;
}
#slide4 p {
	width: 90%;
	margin: auto;
	line-height: 2;
}
/* Slide 5 */

#slide5 {
	background-color: #fff;
}
.group {
	background: url(../images/img_bg_group.png) no-repeat 0 0;
	height: 539px;
}
.group ul {
	position: relative;
	width: 903px;
	height: 538px;
	padding: 0;
}
.group ul li {
	position: absolute;
}
.group ul li a {
	display: block;
	border-radius: 30px;
}
.group ul li a:hover {
	background-color: #eeeeee;
}
.group ul li.group01 {
	top: 10px;
	left: 424px;
}
.group ul li.group02 {
	top: 44px;
	left: 501px;
}
.group ul li.group03 {
	top: 82px;
	left: 538px;
}
.group ul li.group04 {
	top: 116px;
	left: 557px;
}
.group ul li.group05 {
	top: 148px;
	left: 562px;
}
.group ul li.group06 {
	top: 185px;
	left: 565px;
}
.group ul li.group07 {
	top: 223px;
	left: 559px;
}
.group ul li.group08 {
	top:263px;
	left: 555px;
}
.group ul li.group09 {
	top: 296px;
	left: 536px;
}
.group ul li.group10 {
	top:339px;
	left: 520px;
}
.group ul li.group11 {
	top: 371px;
	left: 490px;
}
.group ul li.group12 {
	top: 410px;
	left: 455px;
}
.group ul li.group13 {
	top: 450px;
	left: 407px;
}
.group ul li.group13 a img{
	height:80px;
	width:auto;
}

/* Slide 6 */

#slide6 {
	background-color: #6a9de9;
	color: #fff;
	padding-bottom: 0;
}
#slide6 div.container {
	padding: 0 0 50px 0;
	font-size: 115%;
}
#slide6 div.content {
	/*height: 200px;*/
}
#slide6 h2 {
	color: #fff;
}
#slide6 dl, #slide6 div.btn {
	float: left;
	margin-left: 100px;
}
#slide6 dl{
	content: "";
	display: block;
	clear: both;
	margin:0 50px 30px 200px;
}
#slide6 dl dt{
	font-size:115%;
}
#slide6 dl dd span{
	font-size:86%;
}
#slide6 dl dd:nth-child(4){
	float:left;
}
#slide6 div.btn a {
	float: left;
	padding: 0 30px 0 50px;
	display: block;
	background: url(../images/img_icon05.png) no-repeat 8% center;
	background-size: 22px 22px;
	background-color: #3673cf;
	color: #fff;
	border-radius: 4px;
	line-height: 60px;
	height: 60px;
}
#slide6 div.btn a:hover {
	opacity: 0.6;
}
#slide6 .small_map {
	display: none;
}
#slide6 .small_map::before {
	content: "\9577\62BC\3067\64CD\4F5C\304C\3067\304D\307E\3059";/*「長押しすると地図が操作できます」と生成*/
}

/*-------------------------------*/
/*    下層フレーム               */
/*-------------------------------*/

/*共通*/
.main_img {
	width: 100%;
	overflow: hidden;
}
.main_img img {
	width: 100%;
	height: auto;
}

/*事業内容*/
.works_menu li{
	width:32%;
	float:left;
	border:solid 1px #ccc;
}
.works_menu li a{
	width:100%;
	color:#333;
	display: block;
}
.works_menu li a img{
	width:100%;
	height:auto;
}
.works_menu li:nth-child(3n+1){
	margin:0 1% 0 0;
}
.works_menu li:nth-child(3n+2){
	margin:0 1% 0 1%;
}
.works_menu li:nth-child(3n+3){
	margin:0 0 0 1%;
}
.works_menu li:nth-child(3n+4){
	margin:2% 1% 0 0;
}
.works_menu li:nth-last-child(-n+2){
	margin-top: 2%;
}

.works_menu h3{
	padding:10px 10px 0 10px;
	font-weight:bold;
	font-size:115%;
}
.works_menu span{
	padding:10px;
	display: block;
}
.sub_navi{
	width:100%;
	margin:0 0 30px 0;
	display: table;
	table-layout: fixed;
}
.sub_navi li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding:5px;
}
.sub_navi li a{
	width:100%;
	text-align: center;
	padding:10px 0;
	border:solid 1px #ccc;
	display:inline-block;
	background:url(../images/icon_arrow_rw.png) no-repeat 98% center;
	background-size:14px 14px;
	background-color:#3169BB;
	color:#FFFFFF;
}
.sub_navi li a:hover,
.sub_navi li a.current{
	color:#fff;
	background:url(../images/icon_arrow_rw.png) no-repeat 98% center;
	background-size:14px 14px;
	background-color:#81a5e6;
}

body#recruit .sub_navi{
	position:relative;
}
body#recruit .sub_navi li{
	position:absolute;
	right:0;
	top:-35px;
	width:220px;
}
.ttl_recruit{
	margin:0 0 15px 0;
	padding:4px 0 4px 20px;
	font-size:26px;
	border-left:solid 7px #3169BB;
	font-weight: bold;
}
.newgraduates{
	padding:15px;
	background:rgba(255,254,224,1.00);
	margin-bottom:30px;
}
.newgraduates .common_dl dl.last {
	margin-bottom:30px;
}
p.read{
	padding:10px 0 20px 0;
	margin-bottom:20px;
}
section.works div.clearfix div.fl_l{
	width:64%;
	margin-right:4%;
	padding-bottom:30px;
}
section.works div.clearfix div.fl_r{
	width:32%;
}
section.works h2{
	font-weight: bold;
	font-size:129%;
	margin-bottom:20px;
	color:#292524;
}
section.works p.paragraph{
	line-height:1.6;
}

.col_two span.img{
	text-align: center;
	width:48%;
	display: inline-block;
}
.col_two span.img img{
	width:100%;
	height:auto;
}
.col_two span:first-child img{
	margin-right:2%;
}
.col_two span:last-child{
	margin-left:2%;
}

/* 定義リスト */
.common_dl{
	margin-bottom:30px;
}
.common_dl dl {
	border-bottom: dotted 2px #ccc;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding:10px 0
}
.common_dl dl dt,
.common_dl dl dd {
	display: table-cell;
	vertical-align: top;
}
.common_dl dl dt{
	text-align: right;
	padding-right:40px;
}
/*セクション別*/
.company01 dl dt{
	width:25%;
}
.company01 dl dd{
	width:75%;
}
.company02 dl dt{
	width:40%;
}
.company02 dl dd{
	width:60%;
}
.company03 dl{
	padding:5px 0;
}
.company03 dl dt{
	width:20%;
/*	font-family: "ＭＳ ゴシック", MS Gothic," Osaka－等幅"," Osaka-mono", monospace*/
}
.company03 dl dd{
	width:80%;
}
.recruit div.common_dl dt{
	width:25%;
}
.recruit div.common_dl dd{
	width:75%;
}
.info{
	padding:100px 0 100px 0;
}
.info div.common_dl dt{
	width:40%;
}
.info div.common_dl dd{
	width:60%;
}

.map_list li{
	width:32%;
	float:left;
	border:solid 1px #ccc;
	margin-bottom:15px!important;
}
.map_list li img{
	width:100%;
	height:auto;
	border-bottom:solid 1px #ccc;
}
.map_list li:nth-child(3n+1){
	margin:0 1% 0 0;
}
.map_list li:nth-child(3n+2){
	margin:0 1% 0 1%;
}
.map_list li:nth-child(3n+3){
	margin:0 0 0 1%;
}
.map_list li:nth-child(3n+4){
	margin:0 0 0 0;
}
.map_list h3{
	padding:10px 10px 0 10px;
	font-weight:bold;
	font-size:100%;
}
.map_list span{
	padding:0 10px 10px 20px;
	display: block;
}
.map_list a{
	display: block;
	background:url(../images/icon_arrow_rw.png) no-repeat 96% center;
	background-size:14px 14px;
	background-color:#6a9de9;
	color:#fff;
	text-align:center;
	line-height:40px;
	height:40px;


}
.mission{
	max-width:750px;
	margin:0 auto;
}

.kobutu{
	padding:50px 0 50px 0;
}
.kobutu .nob {
	border: 1px solid #ccc;
	padding: 30px 10px;
	text-align: center;
	width: 350px;
	margin: 0 auto;
}


/* プライバシーポリシー全体 */
.privacy-policy {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

/* 見出し（大） */
.privacy-policy h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #3169bb;
    border-bottom: 2px solid #3169bb;
    padding-bottom: 5px;
    margin-top: 40px;
}

/* 見出し（小） */
.privacy-policy h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding: .3em .7em;
    border-left: 5px solid #3169bb;
    margin-top: 30px;
}

/* 段落 */
.privacy-policy p {
    margin: 10px 0;
}

/* 箇条書き */
.privacy-policy ol {
    margin: 10px 0 20px 20px;
}
.privacy-policy li {
    margin-bottom: 5px;
}

/* 問い合わせ先 */
.privacy-policy .contact {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

/* 発行日・署名部分 */
.privacy-policy .sign {
    margin-top: 40px;
    text-align: right;
    font-size: 0.9em;
}

/* お問い合わせ全体 */
.contact {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

/* 見出し（大） */
.contact h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #3169bb;
    border-bottom: 2px solid #3169bb;
    padding-bottom: 5px;
    margin-top: 40px;
}

/* 見出し（小） */
.contact h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding: .3em .7em;
    border-left: 5px solid #3169bb;
    margin-top: 30px;
}

/* 段落 */
.contact p {
    margin: 10px 0;
}

/* 同意しない */
.contact button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fff;
    color: #d2d2d2;
    font-size: 1em;
}

/* 同意する */
.contact button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #3169bb;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2:hover {
    background-color: #2159ab;
}



/*-------------------------------------*/
/* 980px*/
/*-------------------------------------*/
@media screen and (max-width: 980px) {

#slide1 {
	width: 100%;
	height: 80vh;
	background-position:center 0;
/*	background-size: 165% auto;*/
  background-size: 200% auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
/*-------------------------------------*/
/* ipad以下のサイズ*/
/*-------------------------------------*/
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
#skrollr-body {
/*	padding-top: 40px;*/
    padding-top:120px;
}
/*共通*/
.sp_only {/*スマホでのみ表示*/
	display: block!important;
}
.pc_only {/*PCでのみ表示*/
	display: none;
}
.page_content {
	padding: 60px 0 20px 0;
}
.inner {
	width: 100%!important;
}

h1.ttl {
	font-size: 150%;
	font-weight: bold;
	padding-left: 120px;
}
#slide3 .content, #slide5 .content, #slide6 .content {
	padding: 70px 0 30px 0;
}
.header {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	z-index: 999;
	border-bottom: solid 3px #3169bb;
}
#top div.inner {
	width: 100%!important;
}
.header a.logo {
	float: none;
	width: 70%!important;
}
.header a.logo img{
	margin: 10px 5px 5px 5px!important;
	max-width:250px;
}
.header a.btn {
	display: none;
}
.nav {
	position:relative;
	width: 100%!important;
	display:block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav dt {
	text-indent:-9999px;
	position: absolute;
	top: -50px;
	right: 10px;
	background:url(../images/img_icon06.png) no-repeat center center;
	background-size:20px 20px;
	background-color: #3169bb;
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.nav dt.close {
	background:url(../images/img_icon07.png) no-repeat center center;
	background-size:20px 20px;
	background-color:#3169bb;
}
.nav dd {
	display: none;
	width: 100%;
}
.nav ul {
	border-top: solid 1px #ccc;
	width: 100%;
	margin: 0;
}
.nav li {
	float: left;
	width: 33.333%;
	padding: 0;
	border-bottom: solid 1px #ccc;
}
.nav li span {
	line-height: 46px!important;
	height: 46px;
}
.nav li.blank{
	border-color:#3169bb!important;
	background-color:#3169bb;
}
.nav li.blank span{
	border-color:#3169bb!important;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 30px 0 30px 0!important;
}
#slide1 div.container {
	padding: 50px 0 50px 0;
}
#slide1 div.container {
	padding: 30px 0;
}
#slide1 h1 {
	font-size: 129%;
}
#slide1 p {
	font-size: 86%;
}
	#slide1 dl.news{
		flex-wrap: wrap;
	}
	#slide1 dl.news dt{
		padding:5px 10px;
		width:100%;
		border-radius: 4px 4px 0 0;
	}
	#slide1 dl.news dd.text{
		width:100%;
		white-space: normal;
		text-overflow: clip;
	}
	#slide1 dl.news dd.text span{
		display: block;
		width:100%;
		text-align: left;
		line-height:1.4;
	}
	#slide1 dl.news dd.list{
		width:100%;
		border-radius: 0 0 4px 4px;
	}
	#slide1 dl.news dd.list a{
		padding:5px 0;
	}
#slide1 dl.news dd.text{
	padding:7px 5px;
}

#slide2 {
	padding: 50px 0 50px 0;
}
#slide2 ul li {
	display: block;
	float: none;
	width: 100%;
	border-radius: 4px;
	background-color: #6999e1;
	margin: 0 0 10px!important;
}
#slide2 ul li.company {
	background: url(../images/img_icon01.png) no-repeat 20px center;
	background-color: #6999e1;
	background-size: 26px;
}
#slide2 ul li.works {
	background: url(../images/img_icon02.png) no-repeat 20px center;
	background-color: #6999e1;
	background-size: 26px;
}
#slide2 ul li.mission {
	background: url(../images/img_icon03.png) no-repeat 20px center;
	background-color: #6999e1;
	background-size: 26px;
}
#slide2 ul li.recruit {
	background: url(../images/img_icon04.png) no-repeat 20px center;
	background-color: #6999e1;
	background-size: 26px;
}
#slide2 ul li:hover {
	background-color: #497cc9;
}
#slide2 ul li a {
	border-radius: 4px;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	display: block;
	color: #fff;
	background: url(../images/icon_arrow_white.png) no-repeat 94% center;
}
#slide3 {
	padding: 130px 0 50px 0;
}

#slide4 {
	background: url(../images/pic2.jpg) center center!important;
	background-size:cover;
	padding: 50px 0;
}
#slide4 div.container {
	padding: 80px 0;
	text-align: center;
}
#slide4 h2 {
	font-size: 115%;
}
#slide4 p {
	width: 90%;
	font-size: 82%;
}
#slide5 div.group, #slide5 div.group ul, #slide5 div.group ul li {
	width: 100%;
	height: auto;
	background: none;
}
#slide5 div.group ul li {
	position: static;
}
/*#slide5 div.group ul li a img {
	width: auto;
	height: 32px;
}*/
#slide5 div.group ul li:last-child a img {
	height:85px;
	width:auto;
}
#slide6 div.container {
	padding: 0;
	font-size: 100%;
}
#slide6 dl, #slide6 div.btn {
	width: 100%;
	margin: 0 0 20px 0;
}
#slide6 dl dt{
	font-size:115%;
	font-weight:bold;
}
#slide6 dl dd{
	display:block;
	float:none;
	width:100%!important;
}
#slide6 div.btn a {
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: center!important;
}
#slide6 .map {
	display: none;
}
#slide6 .small_map {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	height:300px;
}
.footer ul {
	margin-left: 15px;
	text-align: center;
}
.footer ul li {
	text-align: left;
	font-size: 86%;
	float: left;
	display: inline-block;
	width: auto!important;
	border: none!important;
	margin-right: 10px;
}
.footer ul li a {
	padding: 0;
}
.footer ul li a:before {
	content: "■";
}
.footer p {
	font-size: 74%;
	clear: both;
	letter-spacing: -1px;
}





/* 会社情報_タブレット */
body#company div.page_content dl {
	border: none;
	display: block;
	width: 90%;
	padding: 10px 0;
	margin: 0 auto;
}
body#company div.page_content dl dt, body#company div.page_content dl dd {
	display: block;
	width: 100%;
	padding: 10px 15px;
}
body#company div.page_content dl dt {
	text-align: left;
	background-color: #efefef;
}
body#company div.page_content dl dd {
}
section.works div.clearfix div.fl_l{
	width:100%;
	margin-right:0;
	padding-bottom:30px;
}
section.works div.clearfix div.fl_r{
	width:100%;
}

/*-------------------------------*/
/*    下層フレーム               */
/*-------------------------------*/

.sub_navi li {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    width: 50%;
    float: left;
}

}

/*-------------------------------------*/
/* 540px以下のサイズ*/
/*-------------------------------------*/
/*　3カラムものを100%幅にする　*/
@media screen and (max-width: 540px) {

#slide1 {
	width: 100%;
	height: 50vh;
	background-position:center 0;
/*	background-size: 165% auto;*/
  background-size: 250% auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

	#slide1 .btm80{
		margin-bottom:20px;
	}

	.map_list,
	.works_menu{
		padding:10px 20px;
	}
	#slide3 ul li.link01, #slide3 ul li.link02, #slide3 ul li.link03 , #slide3 ul li.link04 , #slide3 ul li.link05 {
		width: 100%;
		margin: 0 0 15px 0!important;
	}
	.map_list li,
	.works_menu li{
		width:100%!important;
		margin:0 0 15px 0!important;
	}
	/*事業内容_スマホ*/
	/*.works{
		padding:20px;
	}*/
.works div.fl_l,
	.works div.fl_r{
		float:none;
		width:100%;
		padding:10px 15px 30px 15px!important;
	}
	.works div.fl_l img,
	.works div.fl_r img{
		width:100%;
		height:auto;
	}

	.works .col_two span{
		display: block;
		width:100%;
		float:none;
	}
	/*.mission{
		padding:20px;
	max-width:100%;
	margin:0;
}*/

.kobutu{
	padding:10px 0 0 0;
}

.col_two span:first-child img{
	margin:0!important;}
.works .col_two span:last-child{
	margin:0!important;}

}









/*----------------以下編集不可-----------------------*/
/*Googleマップのタッチデバイス用設定*/
/*---------------------------------------------------*/
.target {
	margin: 0;
	padding-top: 50%;
	border: 1px solid #ddd;
	overflow: hidden;
	height: 0;
	position: relative;
	display: block;
}
.target::before {
	content: "\9577\62BC\3067\64CD\4F5C\304C\3067\304D\307E\3059";
	/*「長押しすると地図が操作できます」と生成*/
	display: block;
	z-index: 100;
	color: #000;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -0.5em 0 0 0;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.target::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
.target.release::before, .target.release::after {
	display: none !important;
}
.target > iframe, .target > div {
	/* レスポンシブデザイン想定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.target::before, .target::after {
	display: none;
}
@media (max-width:980px) {
	.target::before,  .target::after {
		display: block;
	}
}
@media (max-width:768px) {
	.sp_scroll {
		overflow: auto;
	}
	.sosiki_map {
		min-width: 768px;
	}
}

@media (max-width: 480px) {/*Android4.1.2対応で個別に設定*/
	.header {
	width: 100%;
	}
	.nav{
		width:100%;
	}
}

@media (max-width: 414px) {/*採用情報*/
	.ttl_recruit{
		line-height:1;
	}
	.recruit div.common_dl dt {
		width: 28%;
		padding-right: 28px;
	}
}

/*注意喚起*/
  .caution{
    font-weight: bold;
    text-align: center;
    background:#fdffa3;
    padding:5px
  }
  .caution p.ttl{
    font-size: 24px;
    margin-bottom: 5px;
    color:#f00;
  }
  .caution p a{
    color:#007adb;
    text-decoration: underline;
  }
@media (max-width: 768px){
  .caution{
    text-align: left;
  }
  .caution p.ttl{
    font-size: 16px;
    font-weight: bold;
  }
  .caution p{
    font-weight:300;
    font-size: 14px;
  }
}