@charset "utf-8";
.sp,
.single #comments{display:none;}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	outline:none;
	letter-spacing:0.1em;
	font-size:15px;
	text-align: justify;
}
a{
	text-decoration:none;
	color:#333333;
	display:block;
}
a:hover{
	opacity:0.7;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
img{
	display:block;
	width:100%;
}
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p{
	margin:0 auto 15px;
}
.p_li{
	overflow:hidden;
	width:1080px;
	margin:auto;
}
.p_li li{
	float:left;
}
.p_li li a{
	font-size:11px;
	color:#0166b3;
}
header{
	position:relative;
	background:url(../img/main_img.jpg) no-repeat center;
	background-size:cover;
	height:70vh;
	width:98%;
	margin:1% auto 30px;
	border:1px solid #0166b3;
}
header::after{
	content:"";
	border:70px solid transparent;
	border-bottom:70px solid #0166b3;
	border-right:70px solid #0166b3;
	position:absolute;
	right: 10px;
	bottom: 10px;
}
header .scroll_down,
header h1{
	left:0;
	right:0;
	margin:auto;
}
header h1{
	margin:16vh auto 0;
}
header h1 img,
nav li img,
#access .tel a img{
	width:auto;
	margin:auto;
}
header .scroll_down{
	position:absolute;
	bottom:25px;
	color:#fff;
	font-size:17px;
	text-align:center;
	letter-spacing:0.1em;
	height: 55px;
	width: 60px;
}
header .scroll_down::before,
header .scroll_down::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}
header .scroll_down::before{
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0166b3;
	top:35px;
}
header .scroll_down::after{
	width: 3px;
	height: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:40px;
}
nav{
	padding: 0px 0 40px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 auto 110px;
}
nav ul{
	text-align: center;
	font-size: 0;
}
nav li{
	display:inline-table;
	margin:0 50px;
}
nav li a{
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
nav li a:hover{
	color:#0166b3;
}
nav li .nav_icon{
	margin:0 auto 10px;
}
nav li .nav_icon{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
nav li a:hover .nav_icon{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
section{
	position:relative;
	margin:0 auto 85px;
}
.section_inner{
	width:1080px;
	margin:0 auto;
	position:relative;
}
section h2{
	font-size:40px;
	text-align:center;
	letter-spacing:0.1em;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto 30px;
}
section h2 span{
	display:block;
	text-align:center;
}
#message{
	background:url(../img/message_bg.png) no-repeat center top;
}
#salary .section_inner::before,
#salary .section_inner::after{
	content:"";
	width:133px;
	height:377px;
	position:absolute;
}
#salary .section_inner::before{
	background:url(../img/salary_bg01.png) no-repeat center top;
	top:10%;
	right:0;
}
#salary .section_inner::after{
	background:url(../img/salary_bg02.png) no-repeat center top;
	bottom: 6%;
	left: 8%;
}
#message::before,
#careers::before{
	content: "";
	width: 56%;
	height: 345px;
	border: 1px solid #c1dcf1;
	border-right: none;
	position: absolute;
	right: 0;
	bottom: 160px;
	z-index:-2;
}
#careers::before{
	bottom: 140px;
}
#message::after,
#careers::after{
	content:"";
	width:100%;
	height:340px;
	background:#edf3f8;
	position:absolute;
	bottom:-110px;
	z-index:-1;
}
#message p{
	font-weight:bold;
	line-height: 2.8;
	margin: 0 auto 30px;
	width:62%;
}
#message .sign strong{
	font-size:30px;
	line-height:1;
}
.tmp_tbl{
	width:870px;
	margin:0 auto 50px;
}
.dd_strong{
	margin:0 auto;
}
.tmp_tbl tr{
	border-bottom:1px solid #d4d4d4;
}
.tmp_tbl tr:last-child{
	border:none;
}
.tmp_tbl th,
.tmp_tbl td{
	padding:30px 0;
	font-weight:bold;
}
.tmp_tbl th{
	width:30%;
	text-align:left;
	line-height:1;
}
.tmp_tbl th::before{
	content:"";
	width:6px;
	background:#0166b3;
	height:35px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.tmp_tbl td li{
	margin:0 auto 25px;
}
.tmp_tbl td .small{
	margin:5px auto ;
}
.tmp_tbl td .small li,
.tmp_tbl.dd_strong td dd li,
.tmp_tbl.dd_strong td dt{
	margin:0 auto 5px;
}
.tmp_tbl td li dd,
.tmp_tbl td .small li,
.tmp_tbl td small,
.tmp_tbl.dd_strong td dd li{
	font-weight: normal;
	font-size:13px;
}
.tmp_tbl td li dd{
	margin:0 auto 25px;
}
.tmp_tbl td dt,
.tmp_tbl td li dt{
	margin:0 auto 15px;
	font-weight:bold;
}
.tmp_tbl td dt.zero{
	margin:0;
}
.tmp_tbl.dd_strong td dd{
	font-weight:bold;
	margin:0 auto 15px;
	font-size:15px;
}
.tmp_tbl.dd_strong td dd ul{
	margin:10px auto 0;
}
.tmp_tbl td dd.big{
	font-size:15px;
}
.tmp_tbl.dd_strong td dd small,
.tmp_tbl.dd_strong td li{
	margin:15px 0 0;
	display:block;
}
#salary{
	background:url(../img/salary_bg.jpg) no-repeat 70% bottom;
	margin:0 auto;
}
#access{
	background:#f1f1f1;
	padding:70px 0;
}
#access h2{
	font-size:30px;
	font-weight:normal;
}
#access h2 img{
	width:50px;
	display:inline-block;
	vertical-align: bottom;
	margin: 0 13px 0 0;
}
#access .tel{
	text-align:center;
	margin:0 auto 50px;
}
#access .tel a img,
#access .tel a span{
	display:inline-block;
	vertical-align: middle;
}
#access .tel a span{
	background:#0166b3;
	border-radius:30px;
	color:#fff;
	font-size:15px;
	padding: 7px 45px;
	margin: 0 10px 0 0;
}
footer{
	margin:100px auto 0;
}
.border_tbl,
.branch{
	width:785px;
	margin:auto;
}
.border_tbl{
	background:#fff;
	border:1px solid #0166b3;
}
.border_tbl tr{
	border:1px solid #0166b3;
}
.border_tbl th,
.border_tbl td{
	padding:23px;
}
.border_tbl th{
	background:#f7f7f7;
	color:#0166b3;
	text-align:center;
	width:25%;
}
.border_tbl td{
	padding-left:70px;
}
.branch{
	font-size:0;
	text-align:center;
	margin:0 auto 50px;
}
.branch li{
	display:inline-table;
	width:49%;
	box-sizing:border-box;
	border:1px solid #0166b3;
	position:relative;
	padding:10px 0 12px;
	margin:4px 0.5%;
}

.branch li dt,
.branch li dd,
.branch li p{
	text-align:center;
}
.branch li dt{
	font-weight:bold;
}
.branch li dt{
	color:#0166b3;
}

.branch li dd{font-size:12px;}

.branch li dd a{
	text-decoration:underline;
}

.branch li p{
	background:#0166b3;
	width:170px;
	color:#fff;
	border-radius:30px;
	font-size:13px;
	margin:5px auto 0;
}

.branch li p a{
	color:#fff;
	position:relative;
	padding:5px 0;
	width:100%;
	height:100%;
}
.map p,
.map strong{
	text-align:center;
	margin:0 auto 20px;
}
.map strong{
	display:block;
	margin:0 auto 10px;
	width:237px;
	border-bottom:1px solid #0166b3;
}
.map iframe{
	height:330px;
	margin:0 auto 50px;
}

.anim_line,
.anim_line2{
	position: relative;
}
.anim_line::before,
.anim_line::after,
.anim_line2::before,
.anim_line2::after{
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 1px solid transparent;
}
.anim_line::before,
.anim_line2::before{
	top: 0;
	left: 0;
}
.anim_line::after,
.anim_line2::after{
	bottom: 0;
	right: 0;
}
.anim_line.is-show::before,
.anim_line.is-show::after,
.anim_line2.is-show::before,
.anim_line2.is-show::after{
	width: 100%;
	height: 100%;
}
.anim_line.is-show::before,
.anim_line2.is-show::before{
	border-bottom-color: #0166b3;
	border-left-color: #0166b3;
	transition: height 1s, width 1s 1s;
}
.anim_line.is-show::after,
.anim_line2.is-show::after{
	border-top-color: #0166b3;
	border-right-color: #0166b3;
	transition: height 1s 2s, width 1s 3s;
}
/*form*/
form{
	width:95%;
	margin:15px auto;
	overflow:hidden;
}
form table{
	width:90%;
	margin:20px auto;
}
form table td,
form table th{
	padding:15px;
	border-bottom:solid 1px #eee;
	text-align:left;
	vertical-align:middle;
	font-size:14px;
}
form table th{
	width:30%;
	position:relative;
	color:#0166b3;
}
form table th span{
	position:absolute;
	right:10px;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	padding:3px 10px;
	border-radius:3px;
}
form table th span.hissu{
	background:#f66;
}
form table th span.nini{
	background:#47f;
}
form table td{
	position:relative;
	padding-left:20px;
}
form table td::after{
	content:"";
	position:absolute;
	height:50%;
	width:1px;
	left:0;
	top:25%;
	background:#eee;
}
form table td textarea,
form table td select,
form table td input[type="text"]{
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:3px;
	width:80%;
	font-size:14px;
	display:block;
}
form table td input[type="radio"],
form table td input[type="checkbox"]{
	width:30px;
	height:30px;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
form table td textarea#user_message{
	height:200px;
}
form table td li{
	width:50%;
	float:left;
	margin-bottom:5px;
}
#aite_job_block{
	clear:both;
}
.sbmt_btn{
	margin:10px auto 40px;
	text-align:center;
}
.thanks_tel,
.sbmt_btn input[type="submit"]{
	cursor:pointer;
	border:none;
	background:#a5a5a5;
	color:#fff;
	font-size:14px;
	width:30%;
	margin:auto;
	padding:10px 0;
}
.sbmt_btn input[type="submit"]:hover{
	opacity:0.8;
}
.confirm{
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	height: 95%;
	padding: 5% 0 0;
	z-index:999;
	overflow:scroll;
}
.top_back{
	background:#0166b3;
	padding:10px 0;
	text-align:center;
	width:300px;
	color:#fff;
	margin:70px auto 0;
}
.fm_page p.divide{
	margin:50px auto;
}
.fm_page p{
	text-align:center;
}
.fm_page p span{
	color:#f66;
	font-weight:bold;
}
.fixed_form{
	position:fixed;
	right:0;
	top:50px;
}
.fixed_form a{
	background:#8a8a8a;
	padding:10px 15px 25px 10px;
	color:#fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size:13px;
	font-weight:bold;
}
.fixed_form a::before,
.fixed_form a::after{
	content:"";
	position:absolute;
}
.fixed_form a::before{
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0166b3;
	bottom:7px;
	right:18px;
}
.fixed_form a::after{
	right: 24px;
	bottom: 12px;
	width: 3px;
	height: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.to_top{
	width: 90px;
	text-align:  center;
	position:fixed;
	bottom: 10px;
	right: 10px;
}
.to_top a{
	border-radius:50%;
	background:#9fcdf1;
	padding: 38px 0 28px;
}
.to_top::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 10px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-bottom: 10px solid #000;
}
address{
	background:#0166b3;
	color:#fff;
	text-align:center;
	padding:15px 0;
	font-size:11px;
}

.graph_img{width:65%;margin:0 auto;}


/*wp部分*/

.news{
	border-top:1px solid #0166b3;
	padding:35px 0 0;
}
.news_list{
	border-top:none;
}
.news dd,
.news ul{
	font-size:0;
}
.news ul{
	text-align:center;
}
.news_list ul{
	text-align:left;
}
.news li,
.news li .thumbnail,
.news li .text_area{
	display:inline-table;
	vertical-align:top;
}
.news li{
	width:40%;
	margin:0 8% 50px 0;
	position:relative;
	padding:5px;
}
aside .news li{
	display:block;
	width:100%;
	border-bottom: 2px dotted #eee;
	margin: 0 auto ;
	padding: 5px 5px 15px;
}
.single_reccom li{
	width:32%;
	margin:0 2% 0 0;
}
.news_list li{
	width:30%;
	margin:0 5% 50px 0;
}
.news li::after{
	content:"";
	border:10px solid transparent;
	border-bottom:10px solid #0166b3;
	border-right:10px solid #0166b3;
	position:absolute;
	right: 0;
	bottom: 0;
}
.news li:hover dt{
	text-decoration:underline;
}
.news_list li:nth-child(3n),
.single_reccom li:last-child{
	margin-right:0;
}
.news li .thumbnail{
	width:26%;
	height:60px;
	margin:0 4% 0 0;
	position:relative;
	overflow:hidden;
}
.news li .thumbnail img{
	position: absolute;
	top: 50%;
	left: 50%;
	width:auto;
	height:110%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.news li .text_area{
	width:70%;
	font-size:12px;
}
.news dt{
	font-size:18px;
	height: 3.5em;
	line-height: 1.3;
	position:relative;
	padding:0 0 0 8px;
}
.single_reccom dt{
	font-size:15px;
}
.news dt::before{
	content:"";
	position:absolute;
	left:0;
	width:3px;
	height: 40%;
	top: 25%;
	background:#0166b3;
}
aside .news dt{
	font-size:15px;
}
.news li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.news li:hover a{
	background:rgba(1, 102, 179, 0.1);
}
.news .btn{
	width:30%;
	margin:20px auto 0;
}
.news .btn a{
	padding:10px;
	text-align:center;
	background:#0166b3;
	color:#fff;
	position:relative;
}
/*投稿ページ*/
.single.single-post .entry-title{
	text-align: center;
	margin: 0 auto 60px;
	font-size:30px;
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
}
.single.single-post .entry-title:before,
.single.single-post .entry-title:after{ 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.single.single-post .entry-title:before{
	border-left: solid 2px #0166b3;
	border-top: solid 2px #0166b3;
	border-bottom: solid 2px #0166b3;
	left: 0;
}
.single.single-post .entry-title:after{
	content: '';
	border-top: solid 2px #0166b3;
	border-right: solid 2px #0166b3;
	border-bottom: solid 2px #0166b3;
	right: 0;
}
.single .wrap{
	width:1080px;
	margin:auto;
	padding:0;
}
.single.single-post hr{
	background-color: #FFF;
	border-top: 5px dotted #edf3f8;
	margin:60px 0 30px;
}
.navigation{
	border:none;
}
.nav-links .nav-previous a,
.nav-links .nav-next a{
	border:1px solid #ddd;
	padding:20px 25px;
	position:relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.nav-links .nav-previous a:hover span,
.nav-links .nav-next a:hover span,
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus,
.nav-links .nav-previous a:focus span,
.nav-links .nav-next a:focus span{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus{
	background:#edf3f8;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.nav-links .nav-previous a::before,
.nav-links .nav-next a::before,
.news .btn a::after{
	content:"";
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.nav-links .nav-previous a::before{
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	left:10px;
}
.nav-links .nav-next a::before,
.news .btn a::after{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	right:10px;
}
.news .btn a::after{
	border-color:#fff;
}
.post_day_date{
	margin: 0 auto ;
	font-size: 10px;
}
.single_date{
	margin: 40px auto 10px;
	font-size: 14px;
}
/*aside*/
#secondary .btn{
	width:80%;
}
.single #secondary h2{
	font-size:18px;
}
/*wp-navi*/
.page-template .wp-pagenavi{
	text-align:center;
}
.page-template .wp-pagenavi span,
.page-template .wp-pagenavi a{
	border-radius:50%;
	display:inline-block;
	padding: 3px 11px;
	border:none;
	margin:5px;
}
.page-template .wp-pagenavi span.current{
	background:#0166b3;
	color:#fff;
}
.page-template .wp-pagenavi a{
	background:#d3e6f5;
}
.page-template .wp-pagenavi .nextpostslink,
.page-template .wp-pagenavi .previouspostslink{
	background:none;
	color:#0166b3;
}
.page-template .wp-pagenavi .nextpostslink{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page-template .wp-pagenavi .previouspostslink{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
