/* basic
--------------------------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	overflow-y:scroll;
	letter-spacing: 0.2em;
 }
ul {
	padding: 0;
	list-style-type: none;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
}
.pc {
	display: none;
}
a,
#page-top img,
.btn,
button {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
a:hover,
button:hover {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}
.btn-default:hover {
	background-color: #9cf;
}
.navbar,
footer,
#main-slide,
#sub-page .post,
.btn {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.img-responsive {
	margin-right: auto;
	margin-left: auto;
}


@media (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	
	/* jquery.inview */
	.inview{
		opacity: 0;
		-webkit-transform: translate(0,50px);
		-moz-transform: translate(0,50px);
		-o-transform: translate(0,50px);
		-ms-transform: translate(0,50px);
		transform: translate(0,50px); 
	    -webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		-ms-transition: 1s;
		transition: 1s;
	}
	.inview-on{
		opacity: 1.0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0); 
	}

}




/* #loader-bg
--------------------------------------------------------------*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1101;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 10px;
  margin-top: -5px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 1102;
}


/* nav
--------------------------------------------------------------*/

.navbar {
  margin-bottom: 0;
  border: none;
	letter-spacing: 0;
}
.navbar-default {
	background-color: rgba(255,255,255,0.9);
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-default a.navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
	background: #ccc;
}
.navbar-inverse {
	background-color: #000;
}
#logo-main {
	margin: 0;
}
.navbar-brand {
	height: auto;
	padding: 17px 30px;
}
.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 13px;

}
@media (min-width: 768px) {
  .navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }	
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }	
  .navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 13px;
  }
}

/* #page-top
--------------------------------------------------------------*/

#page-top img:hover {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	margin: 0;
}

/* footer
--------------------------------------------------------------*/

footer {
	padding: 30px 0 70px;
	background: #000;
	letter-spacing: 0.1em;
	color: #fff;
}

footer .cr {
	text-align: center;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	footer {
		padding: 30px 0 40px;
	}
}

/* #top-page
--------------------------------------------------------------*/
#top-page #wrap {
	display: none;
}
#main-slide #main-message {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100;
}
#main-slide #main-message,
#main-slide #main-message img {
	width: 250px;
}

#top-page .bg.main {
	background: #fff;
	padding-bottom: 30px;
}
#sub-message {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	padding: 90px 20px 20px;
}
#top-page #sub-message {
	padding: 50px 20px 30px;
	margin: 0;
}
#top-page .intro {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 60px;
}
#top-page #main-contents h3 {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}
#top-page #main-contents p {
	text-align: justify;
	padding: 0 20px;
}
#top-page #main-contents p.wrapper {
	text-align: center;
	padding-top: 10px;
}

#top-page section > h1 {
	background: #000;
	padding: 40px 30px;
	text-align: center;
	margin: 0;
}
#top-page section > h1 img {
	width: 200px;
}
#top-page section h2 {
	text-align: center;
	margin: 0;
}
#top-page section .cnt1 {
	background: #5e5e5e;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
#top-page section#sec1 .cnt1 {
	padding: 50px 30px 55px;
	letter-spacing: 0;
}
#top-page section#sec1 .cnt1 h2 {
	margin-bottom: 25px;
}
#top-page section#sec2 .cnt1 .container,
#top-page section#sec2 .cnt1 .container .mainimg {
	padding-right: 0;
	padding-left: 0;
}
#top-page section#sec2 .cnt1 .container .row {
	margin-right: 0;
	margin-left: 0;
}
#top-page section#sec2 .cnt1 .txt {
	padding-top: 30px;
}
#top-page section#sec2 .cnt1 .txt h2 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 10px;
}
#top-page section#sec2 .cnt1 .txt h2 img {
	margin-bottom: 10px;
}

#top-page section#sec2 .cnt1 .txt p {
	text-align: center;
	margin-bottom: 30px;
}
#top-page section .cnt2 {
	background: #8b8b8b;
	padding: 60px 0 70px;
	text-align: center;
}
#top-page section#sec1 .cnt2 {
	padding: 60px 0 0;
}
#top-page section.sub-sec > h1 {
	background: #d8d8d8;
	height: 200px;
	padding-top: 48px;
	font-size: 21px;
	margin-bottom: 50px;
	font-weight: bold;
}
#top-page section.sub-sec > h1 img {
	margin-bottom: 25px;
	width: auto;
}


#top-page section.sub-sec ul li {
	padding: 0 30px 30px;
}
#top-page section.sub-sec ul li img {
	margin-right: auto;
	margin-left: auto;
}
#top-page section.sub-sec ul li p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	text-align: justify;
	letter-spacing: 0;
}
#top-page section#sec3 .container {
	padding: 0;
}
#top-page section#sec2 .container .row,
#top-page section#sec3 .container .row {
	margin-right: 0;
	margin-left: 0;
}

#top-page section#sec3 {
	background: url(../images/top/sec3/bg-sec3.jpg) center bottom;
	background-size: cover;
	padding-bottom: 30px;
}
#top-page section#sec3 .mainimg {
	padding: 35px 5px 0 0;
}
#top-page section#sec3 .txt {
	padding: 20px 15px 0 0;
}
#top-page section#sec3 .txt h1 {
	margin-bottom: 25px;
}
#top-page section#sec3 .txt p {
	font-size: 14px;
	line-height: 26px;
}
#top-page section#sec4 {
	background: url(../images/top/sec4/bg-sec4.jpg) 50% 40%;
	background-size: cover;
}
#top-page section#sec4 .container {
	padding-right: 0;
	padding-left: 0;
}
#top-page section#sec4 .container .row {
	margin-right: 0;
	margin-left: 0;
}
#top-page section#sec4 .txt {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#top-page section#sec4 .txt h1 {
	margin-bottom: 15px;
}
#top-page section#sec4 .txt p {
	font-size: 16px;
	line-height: 28px;
}

#top-page section#sec5 .container {
	padding: 0 0 40px;
}
#top-page section#sec5 dl {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 60px 0 40px;
}
#top-page section#sec5 dl dt {
	font-weight: normal;
}
#top-page section#sec5 dl dd {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#top-page section#sec5 ul {
	padding-right: 30px;
	padding-left: 30px;
}
#top-page section#sec5 h2,
#top-page section#sec5 p {
	font-size: 16px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#top-page section#sec5 h2 {
	margin-bottom: 15px;
}
#top-page section#sec5 p {
	margin-bottom: 50px;
}
#top-page section#sec6 .container {
	padding: 95px 30px 115px;
}

#top-page section#sec6 ul li {
	padding: 0 30px 30px;
}
#top-page section#sec6 ul li img {
	margin-bottom: 18px;
}
#top-page section#sec6 ul li h2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	margin: 20px 0 5px;
}
#top-page section#sec6 ul li p {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
}

#top-page section#sec7 {
	background: #004382;
}
#top-page section#sec7 > h1 {
	background: none;
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#top-page section#sec7 > h1 img {
	width: auto;
}
#top-page section#sec7 .txt {
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#top-page section#sec7 .txt p {
	margin-bottom: 30px;
}


#top-page section#sec7 .mainimg {
	max-width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
#top-page section#sec8 .cnt1 {
	text-align: center;
	padding: 80px 0 100px;
}
#top-page section#sec8 .cnt1 h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
#top-page section#sec8 .cnt1 p {
	font-size: 16px;
}
#top-page section#sec8 dl dt {
	text-align: center;
	font-weight: normal;
	margin: 30px 0 5px;
	font-size: 16px;
}
#top-page section#sec8 dl dt:first-child {
	margin: 0 0 5px;
}
#top-page section#sec8 dl dd {
	color: #000;
}


#top-page section#sec8 input,
#top-page section#sec8 textarea {
	width: 100% !important;
}
#top-page section#sec8 textarea {
	height: 390px !important;
}
#top-page section#sec8 button {
    width: auto;
    padding:0;
    margin:-10px 0 35px 0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

#top-page section#sec8 p.tel-sp {
	padding: 0 10px;
}



@media (min-width: 768px) {
	section .container {
		padding-right: 0;
		padding-left: 0;
	}
	#main-slide #main-message,
	#main-slide #main-message img {
		width: 500px;
	}
	#sub-message,
	#top-page #sub-message {
		font-size: 34px;
		line-height: 51px;
		padding: 110px 20px 40px;
		margin: 0;
	}
	#top-page .intro {
		padding-left: 30px;
		padding-right: 30px;
	}
	#top-page #main-contents h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	#top-page #main-contents p {
		padding: 0;
	}
	#top-page #main-contents p.wrapper {
		padding-top: 20px;
	}
	#top-page section > h1 {
		height: 250px;
		padding-top: 85px;
		padding-bottom: 0;
	}
	#top-page section > h1 img {
		width: auto;
	}
	#top-page section#sec1 .cnt1 {
		letter-spacing: 0.2em;
	}
	#top-page section#sec2 .cnt1 .container .mainimg {
		padding-bottom: 30px;
	}
	#top-page section.sub-sec .container {
		width: 730px;
	}
	#top-page section.sub-sec ul li {
		padding: 0 15px 30px;
	}	
	#top-page section.sub-sec ul.ntvmgn li {
		margin-top: -230px;
	}
	#top-page section.sub-sec ul li p {
		letter-spacing: 0.2em;
	}
	#top-page section.sub-sec.sub-sec4 ul.ntvmgn li {
		margin-top: -158px;
	}
	
	#top-page section.sub-sec ul li p {
		padding-bottom: 0;
	}
	#top-page section.sub-sec.sub-sec5 ul li {
		padding-right: 75px;
		padding-left: 75px;
	}
	
	#top-page section#sec3 {
		height: 420px;
	}
	#top-page section#sec3 .mainimg {
		padding: 25px 15px 0;
	}
	#top-page section#sec3 .txt {
		padding: 107px 0 0 15px;
	}
	#top-page section#sec3 .txt p {
		font-size: 16px;
		line-height: 28px;
	}
	#top-page section#sec4 .container {
		width: auto;
	}
	#top-page section#sec5 h2,
	#top-page section#sec5 p {
		width: 550px;
	}
	#top-page section#sec6 .container {
		padding: 95px 15px 115px;
		width: 730px;
	}
	#top-page section#sec6 ul li {
		padding: 0 15px 30px;
	}
	#top-page section#sec6 ul li h2 {
		text-align: left;
		padding-left: 1.2em;
		background: url(../images/top/sec6/arw.png) no-repeat 0 50%;
	}
	#top-page section#sec6 ul li p {
		text-align: justify;
	}
	#top-page section#sec7 > h1 {
		padding-right: 100px;
		padding-left: 100px;
	}
	#top-page section#sec7 .txt {
		margin: 80px auto 0;
		width: 670px;
		font-size: 20px;
		line-height: 38px;		
		position: relative;
		padding-right: 0;
		padding-left: 0;
	}


	
	#top-page section#sec7 .txt p {
		margin-bottom: 0;
	}
	#top-page section#sec7 .txt a {
		position: absolute;
		top: 263px;
		right: 60px;
	}
	#top-page section#sec7 .mainimg {
		height: 500px;
	}
	
	



}
@media (min-width: 992px) {
	#main-slide #main-message,
	#main-slide #main-message img {
		width: auto;
	}
	#top-page section#sec2 .cnt1 .container .mainimg {
		padding-bottom: 0;
	}
	#top-page section#sec2 .cnt1 .txt {
		padding: 30px 0 0 170px;
	}
	#top-page section#sec2 .cnt1 .txt h2 {
		text-align: left;
	}

	#top-page section#sec2 .cnt1 .txt p {
		text-align: left;
		padding-bottom: 30px;
	}
	#top-page section.sub-sec .container {
		width: 1170px;
	}
	#top-page section.sub-sec ul li {
		padding-right: 20px;
		padding-left: 20px;
	}
	#top-page section.sub-sec ul.ntvmgn li {
		margin-top: -180px;
	}
	#top-page section#sec4 .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	#top-page section.sub-sec.sub-sec4 ul.ntvmgn li {
		margin-top: -132px;
	}
	#top-page section.sub-sec.sub-sec5 ul li {
		padding-right: 185px;
		padding-left: 185px;
	}
	#top-page section#sec5 dl {
		padding: 60px 0 0;
		margin-bottom: 40px;
	}
	#top-page section#sec4 .container {
		width: 1170px;
	}
	#top-page section#sec4 .txt {
		height: 390px;
		padding: 90px 0 0 185px;
		text-align: left;
	}
	#top-page section#sec6 .container {
		width: 1170px;
	}
	#top-page section#sec6 ul li h2 {
		font-size: 20px;
		padding-left: 1em;
	}
	#top-page section#sec7 > h1 {
		padding-top: 150px;
	}
	#top-page section#sec7 .mainimg {
		height: 1080px;
	}
	#top-page section#sec8 .cnt1 .container {
		width: 780px;
	}
	#top-page section#sec8 dl dt {
		text-align: left;
	}
	
}
@media (min-width: 1200px) {
	#top-page section#sec2 .cnt1 .txt {
		padding: 64px 0 0 170px;
	}
	#top-page section.sub-sec ul li {
		padding-right: 50px;
		padding-left: 50px;
	}
	#top-page section.sub-sec ul.ntvmgn li {
		margin-top: -160px;
	}
	#top-page section.sub-sec.sub-sec4 ul.ntvmgn li {
		margin-top: -136px;
	}
	#top-page section.sub-sec.sub-sec5 ul li {
		padding-right: 285px;
		padding-left: 285px;
	}
	#top-page section#sec6 .container {
		padding: 95px 0 115px;
	}	
	#top-page section#sec6 ul li {
		padding-right: 60px;
		padding-left: 60px;
	}

}





/* thanks.html
--------------------------------------------------------------*/

.thanks main {
	padding-top: 200px;
	min-height: 1300px;
}
.thanks main h1,
.thanks main p {
	text-align: center;
}
.thanks main h1 {
	font-size: 24px;
	margin-bottom: 50px;
}

.thanks .btn {
	margin: 0 auto;
}
.thanks #mfp_thanks {
	display: none;
}
/* contact new */
p.privacyLead {
    text-align: left;
    height: 300px;
    background-color: #fff;
    padding: 2rem;
    overflow-y: scroll;
}