@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 16px;
    background-color: #fff;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
ol, ul {
    list-style: none;
    padding: 0;
}
a:hover img {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a img {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.img-cnt {
    margin: 0 auto;
    display: block;
}

#navset a:link {
    color: #333;
}
#navset a:visited {
    color: #333;
}
#navset a:hover {
    color: #29ABE2;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#navset a:active {
    color: #333;
}
.line1 {
    background: linear-gradient(transparent 50%, #ff0 0%);
    font-weight: bold;
}
.red {
    color: rgba(226,52,55,1.00);
    font-weight: bold;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
i {
    margin-right: 5px;
}
.blue {
    color: #0071BC;
}
.fs24 {
    font-size: 24px;
}

#coming {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 0px;
}

.mont {
	font-family: 'Montserrat', sans-serif;
}

.fja {
	font-family: 'Fjalla One', sans-serif;
}

.fja span {
	color: #2792C2;
}

.logoname {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: 3px;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    background-image: url(../images/bslogo.svg);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 18px;
    padding-top: 12px;
    height: 50px;
    padding-bottom: 18px;
    background-size: 11%;
    margin-top: 6px;
}

.logo a {
	color:#666;
	text-decoration:none;
}

.logo span {
	font-weight: 400;
}

.nava {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 18px;
    max-width: 780px;
    margin-left: auto;
}

.nava li {
	padding-left: 50px;
}

.nava a {
	color:#333;
}
#topview  {
	text-align: center;
	padding: 80px 0px 100px;
	clear: both;
}
#service {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 350px;
	margin-bottom: 50px;
}

#service::before {
	background: #E55D87; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, rgb(229, 93, 135, 0.79), rgb(95, 195, 228, 0.58)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, RGBA(229, 93, 135, 0.79) , RGBA(95, 195, 228, 0.58));    
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

#service h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	letter-spacing: 4px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	padding-top: 120px;
	margin-bottom:20px;
}

#service p {
	color:#FFF;
	text-align:center;
}

#price h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	letter-spacing: 4px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	padding-top: 120px;
	margin-bottom:20px;
}

.fja {
	font-family: 'Fjalla One', sans-serif;
font-weight: 400;
letter-spacing: 3px;
font-size: 33px;
margin-bottom: 20px;
}

#price p {
	color:#FFF;
	text-align:center;
}

#price {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 350px;
	margin-bottom: 50px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-top: 100px;
}

#price::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(0deg,rgba(32,149,180,0.70) 0%,rgba(4,44,92,0.80) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(32,149,180,0.70) 0%,rgba(4,44,92,0.80) 100%);
    background-image: -o-linear-gradient(0deg,rgba(32,149,180,0.70) 0%,rgba(4,44,92,0.80) 100%);
    background-image: linear-gradient(90deg,rgba(32,149,180,0.70) 0%,rgba(4,44,92,0.80) 100%);
}

#company h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	letter-spacing: 4px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	padding-top: 120px;
	margin-bottom:20px;
}

#company p {
	color:#FFF;
	text-align:center;
}

#company {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 350px;
	margin-bottom: 50px;
	background-image: url(../images/company_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	margin-top: 100px;
}

#company::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(0deg,rgba(255,222,0,0.70) 0%,rgba(5,163,251,0.70) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,222,0,0.70) 0%,rgba(5,163,251,0.70) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,222,0,0.70) 0%,rgba(5,163,251,0.70) 100%);
    background-image: linear-gradient(90deg,rgba(255,222,0,0.70) 0%,rgba(5,163,251,0.70) 100%);
}


.service-info {
	margin: 30px 0px;
	text-align: center;
}

.service-info h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 33px;
	margin-bottom: 40px;
}
.service-info h3 span {
	color: #2792C2;
}

.service-info p {
	padding: 20px 0px;
	text-align: justify;
}

.navbar {
	margin-top:15px;
}
.postarea {
	margin-bottom: 30px;
}
.post-header {
	margin-bottom: 15px;
}
.post-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.category {
	background-color: #F6E94D;
	color: #4F4E4E;
	padding: 2px 10px;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
}

.part1 {
	max-width: 800px;
	margin: 0 auto;
}

.part1 tr th {
	width: 20%;
	padding: 8px;
	font-size: 16px;
	vertical-align:top;
}

.part1 tr td {
	padding: 8px;
}



.button {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
	outline: none;
	border-radius: 3px;
	letter-spacing:3px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #04c0e7;
	border: 2px solid #333;
	border-radius: 3px;
	color: #FFF;
	line-height: 33px;
	overflow: hidden;
}
.button:hover {
	color: #fff;
	text-decoration:none;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #E31860;
}

.more {
	margin: 10px auto;
}



#contact {
	background-color: #333;
	margin-top: 100px;
	padding-bottom: 50px;
}


#contact h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
	letter-spacing: 4px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	padding-top: 40px;
	margin-bottom:20px;
}

#contact p {
	color:#FFF;
	text-align:center;
}

.liner {
  height: 12px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #10688c, #10688c 12.5%, #2c92bf 12.5%, #2c92bf 25%, #136e92 25%, #136e92 37.5%, #f5f5f5 37.5%, #f5f5f5 50%, #666666 50%, #666666 62.5%, #10688c 62.5%, #10688c 75%, #2c92bf 75%, #2c92bf 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #10688c, #10688c 12.5%, #2c92bf 12.5%, #2c92bf 25%, #136e92 25%, #136e92 37.5%, #f5f5f5 37.5%, #f5f5f5 50%, #666666 50%, #666666 62.5%, #10688c 62.5%, #10688c 75%, #2c92bf 75%, #2c92bf 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #10688c, #10688c 12.5%, #2c92bf 12.5%, #2c92bf 25%, #136e92 25%, #136e92 37.5%, #f5f5f5 37.5%, #f5f5f5 50%, #666666 50%, #666666 62.5%, #10688c 62.5%, #10688c 75%, #2c92bf 75%, #2c92bf 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #10688c, #10688c 12.5%, #2c92bf 12.5%, #2c92bf 25%, #136e92 25%, #136e92 37.5%, #f5f5f5 37.5%, #f5f5f5 50%, #666666 50%, #666666 62.5%, #10688c 62.5%, #10688c 75%, #2c92bf 75%, #2c92bf 87.5%, #62c2e4 87.5%, #62c2e4);
}

.well {
	background-color:#333;
	color:#FFF;
	margin-top: 30px;
}

legend {
	color:#FFF;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

footer {
	text-align:center;
	padding-top: 40px;
}

footer p {
	font-size: 80%;
	padding-top:10px;
}
.shortlead {
	margin-bottom: 15px;
	color: #757373;
}

.tbl01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 5px;
}
.tbl01 tr th {
    width: 20%;
    padding: 15px;
    vertical-align: middle;
    background-color: #2095B4;
    color: #fff;
}
.tbl01 tr td {
    padding: 10px;
    background-color: #F2F2F2;
}
.tbl01 tr th span {
    display: block;
    background-color: #EE2629;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0px 6px;
    max-width: 40px;
    margin-top: 4px;
}

.txt-r {
	display: block;
	text-align: right;
	margin-bottom: 15px;
}

.tbl02 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 10px;
	margin-top: 20px;
}
.tbl02 tr th {
    width: 20%;
    padding: 15px;
    vertical-align: middle;
    background-color: #454545;
    color: #fff;
}
.tbl02 tr td {
    padding: 10px;
    background-color: #F2F2F2;
}
.tbl02 tr th span {
    display: block;
    background-color: #029DF0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 1px 2px;
    max-width: 50px;
    margin-top: 10px;
    font-weight: normal;
}

.privacyarea {
    background-color: #FFF;
    border: 1px solid #036087;
    padding: 30px 50px;
    text-align: left;
    border-radius: 4px;
    height: 170px;
    overflow-y: scroll;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 900px;
    margin: 5px auto 20px;
}
.privacyarea p {
	color: #333!important;
	text-align: justify!important;
}
.privacyarea h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
    font-weight: bold;
    color: #46576F;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.privacyarea h4 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
}

.form-btn {
    max-width: 200px;
    margin: 0 auto;
}

.copy {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 0 15px 5px;
	font-size: 11px;
}

.firstbg {
    background-color: #333 !important;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
	.tbl01 tr th {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
		font-weight: 400;
	}
	.tbl01 tr td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 5px 15px;
	}
	
	.tbl02 tr th {
		display: block;
		text-align: left;
		width: 100%;
		font-weight: 400;
	}
	.tbl02 tr td {
		display: block;
		text-align: left;
		width: 100%;
	}
	.tbl02 tr th span {
    display: inline-block;
    background-color: #029DF0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0px 6px;
    max-width: 40px;
    margin-top: 4px;
    margin-left: 10px;
}
.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    background-image: url(../images/bslogo.svg);
    background-position: 75px 15px;
    background-repeat: no-repeat;
    padding-left: 130px;
    font-size: 18px;
    padding-top: 12px;
    height: 65px;
    padding-bottom: 20px;
    background-size: 14%;
    margin-top: 6px;
}
.navbar-toggler {
    padding: 8px 8px 10px 12px;
    font-size: 25px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 5px;
    position: relative;
    top: -50px;
}
.navbar {
    margin-top: 0px;
	padding: 0;
}
.nava li {
    padding-left: 10px;
    margin-bottom: 20px;
}
.part1 tr th {
    width: 25%;
    padding: 10px;
    font-size: 15px;
    vertical-align: top;
}
.part1 tr td {
    padding: 10px;
    font-size: 13px;
}
#price {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 250px;
    margin-bottom: 25px;
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    background-position-x: 75%;
}
#price h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 10px;
}

	#company {
		height: 250px;
		margin-bottom: 20px;
	}
	
	#company h2 {
		padding-top: 80px;
		margin-bottom: 10px;
	}
	#service {
		height: 250px;
		margin-bottom: 20px;
	}
	
	#service h2 {
		padding-top: 80px;
		margin-bottom: 10px;
	}
	
.fja {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 20px;
}
	.firstbg {
    background-color: #333 !important;
    font-size: 18px;
}
.privacyarea {
    background-color: #FFF;
    border: 1px solid #036087;
    padding: 20px 25px;
    text-align: left;
    border-radius: 4px;
    height: 150px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 900px;
    margin: 5px 15px 20px;
}
	.privacyarea h4 {
		font-size: 16px;
	}
#contact h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 34px;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.service-info {
    margin: 30px 0px 0;
    text-align: center;
}
}
