@charset "UTF-8";
/*
Theme Name: NewSite
*/
/* ----------------------------- リセット */
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, 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; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
img { vertical-align: top; font-size: 0; line-height: 0; }
sup { font-size: 8px; }
em { font-style: normal; }
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after { content: ""; display: block; }
div:after, ul:after, ol:after, dl:after { clear: both; }
div, ul, ol, dl { zoom: 1; }
input[type="submit"],input[type="button"]{ border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; }
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration { display: none; }
input[type="submit"]::focus,input[type="button"]::focus { outline-offset: -2px; }

ul#wp-admin-bar-root-default:after { clear: none; }


/* ----------------------------- 全体 */
body { font-size: 14px; line-height: 1.8em; color: #333; font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif; background: #fff; position: relative; }

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a, a img { -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; -ms-transition: 0.2s ease all; transition: 0.2s ease all; }
a:hover img { opacity: 0.65; -ms-filter: "alpha(opacity=65)"; filter: alpha(opacity=65); }

.pc{ display: block; }
.sp{ display: none; }

img, .bx-wrapper img { max-width: 100%; height: auto; }



/* ----------------------------- 共通 */

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.wrap1000{
	width: 1000px;
	margin: 0 auto;
}

.wrap900{
	width: 900px;
	margin: 0 auto;
}

.wrap800{
	width: 800px;
	margin: 0 auto;
}



/* ----------------------------- タイトル */

.c_tit1{
	font-size: 30px;
	-webkit-text-stroke: 0.08em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}



/* ----------------------------- ボタン */

.btn1{
	width: 260px;
}

.btn1 a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 2% 4%;
	position: relative;
	background: #333;
}

.btn1 a:before{
	content: "";
	display: block;
	background: url(images/common/icon1.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 18px;
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn1 a:hover{
	opacity: 0.65;
}




/* ----------------------------- ヘッダー */

.header{
	/*padding: 20px 0;*/
	background: linear-gradient(90deg,rgba(0,0,0,0) 72%,#0071BB 72%);
	position: relative;
}

.header .logo{
	width: 276px;
	float: left;
	padding: 15px 0;
}


@media screen and (min-width: 1201px) and (max-width: 1500px) {

.header{
	background: linear-gradient(90deg,rgba(0,0,0,0) 78%,#0071BB 78%);
}

}

@media screen and (min-width: 641px) and (max-width: 1200px) {

.header{
	background: linear-gradient(90deg,rgba(0,0,0,0) 86%,#0071BB 86%);
}

}



/* ----------------------------- ナビ */

.nav{
	float: right;
	width: 50%;
	/*padding-top: 15px;*/
}

.nav li{
	float: left;
	margin-right: 3em;
	padding: 35px 0;
}

.nav li:last-child{
	margin-right: 0;
	background: #0071BB;
	padding: 35px 1em;
}

.nav li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.nav li a:hover{
	opacity: 0.65;
}

.nav li:last-child a{
	color: #fff;
}



/* ----------------------------- kv */

.kv{
	position: relative;
}

.kv li{
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.kv h2{
	position: absolute;
	bottom: 10%;
	left: 20%;
	z-index: 9;
}

.bx-controls{
	position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
}


.bx-wrapper .bx-pager.bx-default-pager a{
	background: #C4C4C4;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #4D4D4D;
}




/* ----------------------------- トップ */

.top_block1{
	padding: 100px 0;
	background: url(images/top/bg1.png) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.top_block1 .read{
	margin-top: 40px;
}

.top_block1 .box{
	margin-top: 80px;
	background: #0071BB;
	border: 1px solid #fff;
	padding: 3% 7%;
	text-align: left;
}

.top_block1 .box h4{
	width: 153px;
	display: inline-block;
	vertical-align: middle;
}

.top_block1 .box p{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10%;
}




.top_block2{
	padding: 100px 0;
}

.top_block2 .c_tit1{
	text-align: center;
}

.top_block2 .box{
	margin-top: 80px;
}

.top_block2 .box .inner{
	width: 45%;
}

.top_block2 .box .inner h4{
	margin-top: 60px;
	font-size: 22px;
}

.top_block2 .box .inner p{
	margin-top: 10px;
}

.top_block2 .box .inner .btn1{
	margin-top: 10px;
}



.top_block2 .box .inner1{
	float: left;
}

.top_block2 .box .inner1 .logo{
	width: 70%;
    margin: 0 auto;
}

.top_block2 .box .inner2{
	float: right;
}

.top_block2 .box .inner2 .logo{
	margin-top: 9%;
}




.top_block3{
	padding: 100px 0;
	background: url(images/top/bg2.png) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.top_block3 .c_tit1{
	color: #0071BB;
}

.top_block3 .c_tit1 span{
	color: #fff;
}

.top_block3 .read{
	margin-top: 40px;
}




.top_block4{
	padding: 100px 0;
}

.top_block4 .c_tit1{
	text-align: center;
}

.top_block4 .box{
	margin-top: 60px;
}

.top_block4 .box table{
	width: 100%;
}

.top_block4 .box table th{
	padding: 5px 0;
}

.top_block4 .box table td{
	padding: 5px 20px;
}



.top_block4 .box1 table th{
	color: #0071BB;
	text-align: right;
	width: 70px;
}




.top_block4 .box2 h4{
	color: #0071BB;
	text-align: right;
	width: 70px;
	float: left;
	margin-top: 5px;
}

.top_block4 .box2 table{
	width: 92%;
	float: right;
}

.top_block4 .box2 table th{
	font-weight: normal;
}


/* ----------------------------- フッター */

.map{
	filter: grayscale(70%);
}


.footer{
	padding: 80px 0 10px;
}

.footer .logo{
	width: 340px;
	margin: 0 auto;
}

.footer .box{
	margin-top: 60px;
	text-align: center;
}

.footer .box .logo2{
	width: 245px;
	display: inline-block;
	vertical-align: top;
}

.footer .box .txt{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 3%;
}

.footer .box .txt .mail{
	margin-top: 5px;
	font-size: 26px;
	-webkit-text-stroke: 0.08em;
}

.footer .box .txt .mail a{
	text-decoration: none;
}

.footer .box .txt .mail a:hover{
	opacity: 0.65;
}


.footer .copy{
	margin-top: 40px;
	font-size: 90%;
	text-align: center;
	color: #0071BB;
}


.pagetop{
	position: fixed;
	right: 3%;
	bottom: 30px;
	z-index: 9;
}
