@charset "utf-8";
/*RESET*/
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;
	outline:0;
	vertical-align:bottom;
	background:transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clr{ clear:both;}
.clr:after{content: ".";display: block;height: 0;font-size:0;clear: both;visibility:hidden;}
.clr{display: inline-block;}
/* Hides from IE Mac */
* html .clr{height: 1%;}
.clr{display:block;}
html{font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:62.5%;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul,li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
img,iframe {
	max-width: 100%;
}
img {
	height: auto;
}


/*SLIDE*/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {
	margin: 0; padding: 0; list-style: none;
}

.flex-pauseplay span {text-transform: capitalize;}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides li:first-child {display: block;}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides { zoom: 1; }
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
	text-decoration:none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 42%;
	z-index: 10;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
}
#slider{
	max-width: 960px;
	color: #333333;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto 0 auto;
}
#slider .flex-prev{
	display: none;
}
#slider .flex-next{
	display: none;
}

#carousel{
	max-width: 749px;
	border-left: 1px solid #d7d4c6;
	margin: 0 auto 25px auto;
}

#carousel li{
	width: 5%;
}
#carousel li img{
	width: 100%;
}
#carousel .flex-prev{
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	margin:-10px 0 0 44px;
	background-image: url(../img/arrow_mleft.gif);
	background-repeat: no-repeat;
}
#carousel .flex-next{
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	margin:-10px 26px 0 0;
	background-image: url(../img/arrow_mright.gif);
	background-repeat: no-repeat;
}
#carousel img.pc {display: block; opacity: 0.4; cursor: pointer;}
#carousel img.sp {display: none;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}


/*BASIC*/
body {
	color: #333;
	font-size:15px;
	font-size:1.5rem;
	line-height: 1.9;
}
a{
	color: #333;
	text-decoration: none;
	webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover{
	color: #999;
	text-decoration: none;
}
.fade {
	webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=20);
}
a img {
	webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.contentInner{
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto;
}
.menu-button{
	display: none;
}
.flexnav nav{
	display: none;
}
.sp{
	display: none;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff	;
	z-index: 9900;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	color:#333333;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}
#loader p{color:#333333;padding:14px 0 0 8px;}

/*HEADER*/
#outHeader{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 0 25px;
	position: fixed;
	z-index: 9000;
}
#header{
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto;
}
#header #logo{
	width: 28.65%;
	padding-top: 14px;
	float: left;
}
#header #menuBox{
	width: 71.35%;
	float: right;
}
#header #tel{
	width: 27.59%;
	margin-right: 1%;
	padding-bottom: 13px;
	float: right;
}
#header #menuBox ul{
	margin-left: 35.76%;
}
#header #menuBox li{
	text-align: right;
	margin-left: 4.09%;
	float: left;
}
#header #menuBox li:first-child{
	margin-left: 0;
}
#header #menuBox li#menu1{
	width: 20.22%;
}
#header #menuBox li#menu2{
	width: 20.22%;
}
#header #menuBox li#menu3{
	width: 20.22%;
}
#header #menuBox li#menu4{
	width: 26.59%;
}

/*MAIN*/
#outMainBg{
	width: 100%;
	overflow: hidden;
	background-image: url("../img/bg_main_bg.jpg");
	background-position: 0px 119px;
	background-repeat: repeat-x;
	padding-top: 119px;
	position: relative;
}
#line{
	width: 100%;
	z-index: 999;
	text-align: center;
	position: absolute;
	top: 200px
}
#mainBg{
	width: 100%;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#main{
	max-width: 990px;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
}
#main img{
	width: 51.04%;
	padding: 12% 0 13%;
	z-index: 1000;
}

/*POINT1*/
#outBgwhite{
	width: 100%;
	overflow: hidden;
}
#outBgwhite .contentInner{
	padding: 100px 15px 0;
}
#point1 h2{
	width: 10.41%;
	margin:0 auto;
}
#point1 #textBox1{
	width: 100%;
	display: table;
	padding: 65px 0 100px;
}
#point1 #textBox1 div{
	width: 50%;
	vertical-align: middle;
	display: table-cell;
}
#point1 #textBox1 div img{
	width: 84.58%;
	margin-left: 6.25%;
}
#point1 #textBox1 div p{
	width: 90%;
	padding-left: 8.33%;
}

/*BLUE*/
#outBgblue{
	overflow: hidden;
	background: #d5ecf1;
	background: -moz-linear-gradient(top, #d5ecf1 0%, #fbfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5ecf1), color-stop(100%,#fbfdfd));
	background: -webkit-linear-gradient(top, #d5ecf1 0%,#fbfdfd 100%);
	background: -ms-linear-gradient(top, #d5ecf1 0%,#fbfdfd 100%);
	background: linear-gradient(to bottom, #d5ecf1 0%,#fbfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ecf1', endColorstr='#fbfdfd',GradientType=0 );
}
#outBgblue .contentInner{
	padding: 100px 15px 97px;
}
#outBgblue h2.title2{
	width: 10.41%;
	margin: 0 auto 65px;
}
#outBgblue h2.title3{
	width: 29.89%;
	margin: 97px auto 60px;
}
#outBgblue ul{
	width: 100%;
	display: table;
}
#outBgblue ul li{
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
#outBgblue ul li div{
	width: 90.0%;
	padding: 8%;
	background-color: #fff;
}
#outBgblue ul li div.box1{
	margin-right: 10%;
}
#outBgblue ul li div.box2{
	margin-left: 10%;
}
#outBgblue h3{
	border-bottom: 2px solid #fff000;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#outBgblue h3 img{
	width: 72%;
}

/*SLIDE*/
#outBgslide{
	overflow: hidden;
	background-color: #f4f1e1;
	padding: 100px 0;
}
#outBgslide h2{
	width: 10.31%;
	margin: 0 auto 70px;
}
#outBgslide h3{
	width: 41.97%;
	margin: 0 auto 60px;
}

/*GRAY*/
#outBggray{
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 100px 0 90px;
}
#outBggray h2{
	width: 10.52%;
	margin: 0 auto 60px;
}
#outBggray .leftBox{
	width: 50%;
	padding-left: 5%;
	float: left;
}
#outBggray .rightBox{
	width: 50%;
	padding-left: 12.26%;
	float: right;
}
#outBggray ul li{
	width: 75%;
	float: left;
}
#outBggray ul li:first-child{
	width: 25%;
}

/*CONTACT*/
#outContact{
	overflow: hidden;
	width: 100%;
}
#outContact .contentInner{
	padding:100px 15px 130px;
}
#outContact h2{
	width: 15.72%;
	margin: 0 auto 60px;
}
#outContact{
	width: 100%;
}
#outContact #subtitle{
	width: 57.60%;
	padding:0 5% 0 3.12%;
	float: left;
}
#outContact #subtitle img{
	width: 76.5%;
}
#outContact #subtitle a{
	color: #333333;
}
#outContact #subtitle a:hover{
	color: #999999;
}
#outContact #policy{
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 15px;
}
#outContact #policy a{
	text-decoration: underline;
}
#outContact #form{
	width: 42.40%;
	float: right;
}
#outContact #form ul{
	padding-bottom:15px;
}
#outContact #form input, #outContact  #form textarea{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 10px 12px 10px 12px;
	margin-bottom:16px;
}
#outContact #form button{
	width: 63.1%;
	background-color: #fff;
	border: none;
	padding: 0;
}


/*FOOTER*/
#footerImage{
	overflow: hidden;
	background-image: url(../img/bg_footer.jpg);
	background-size: cover;
	padding-top: 679px;
}
#outFooter{
	overflow: hidden;
	width: 100%;
	background-color: #000;
	border-bottom: 2px solid #fff;
}
#outFooter .contentInner{
	padding:40px 15px 30px;
	text-align: center;
}
#outFooter h3{
	width: 27.29%;
	margin: 0 auto 21px;
}
#outFooter p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
p#copy{
	overflow: hidden;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #000;
	padding: 24px 0;
}

/*PRIVACY*/
#outBggray2{
	width: 100%;
	line-height: 1.7;
	overflow: hidden;
	background-color: #f7f7f7;
}
#outBggray2 .contentInner{
	max-width: 800px;
	padding: 220px 15px 110px;
	margin: 0 auto;
}
#outBggray2 h2{
	width: 40.12%;
	margin: 0 auto;
}
#outBggray2 h3{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 57px 0 29px;
}
#outBggray2 p.catch{
	padding-bottom: 35px;
	border-bottom: 1px solid #3e3a39;
	margin-bottom: 32px;
}
#outBggray2 dt{
	font-weight: bold;
	line-height: 1;
	padding-top: 45px;
}
#outBggray2 dt:first-child{
	padding-top: 0;
}
#outBggray2 dd{
	padding-top: 15px;
}

/*THANKS*/
p#thanks{
	text-align: center;
	margin: 100px 0;
}
#thanks_btn{
	width: 33.24%;
	margin: 0 auto;
}
#mfp_thanks{
	display: none;
}














/*SP & TABLET*/
@media all and (max-width: 768px){
#outBgwhite .contentInner {
	padding: 50px 15px 0px;
}
#point1 h2 {
	width: 15.61%;
	margin: 0px auto;
	text-align: center;
}
#outBgblue .contentInner {
	padding: 50px 15px 50px;
}
#outBgblue h2.title2 {
	width: 15.61%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBgblue h2.title3 {
	width: 44.83%;
	margin: 50px auto 30px;
	text-align: center;
}
#outBgslide {
	padding: 50px 0px;
}
#outBgslide h2 {
	width: 15.46%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBgslide h3 {
	width: 62.95%;
	margin: 0px auto 40px;
	text-align: center;
}
#outBggray {
	padding: 40px 0px 60px;
}
#outBggray h2 {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBggray .leftBox {
	width: 100%;
	padding-left: 0;
	float: none;
}
#outBggray .rightBox {
	width: 100%;
	padding: 5px 0 0 0;
	float: none;
}
#outBggray ul li{
	padding-bottom: 4px;
}

#outContact .contentInner {
	padding: 50px 15px 80px;
}
#outContact h2 {
	width: 23.58%;
	margin: 0px auto 40px;
	text-align: center;
}
}

@media all and (max-width: 640px){
.pc{display: none;}
.sp{display: block;}
#outHeader {
	padding: 0px 0px 15px;
}
#header h1{
	line-height: 1;
}
#header #logo {
	width: 60%;
	padding-top: 15px;
}
#header .tel{
	float: left;
	width: 40%;
	padding-left: 5%;
	margin-top: 13px;
}
#header #menuBox {
	width: 100%;
	float: none;
}
#header #menuBox ul {
	margin-left: 0px;
	padding-top: 18px;
}
#header #menuBox ul li{
	line-height: 1;
	padding-top: 0px;
}
#outMainBg {
	padding-top: 98px;
}
#line {
	top: 220px;
}
#main img {
	width: 85%;
	padding: 12% 0;
	z-index: 1000;
}
#outBgwhite .contentInner {
	padding: 40px 15px 0px;
}
#point1 h2 {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#point1 #textBox1 {
	width: 100%;
	display: block;
	padding: 40px 0px 60px;
}
#point1 #textBox1 div {
	width: 100%;
	vertical-align: top;
	display: block;
}
#point1 #textBox1 div img {
	width: 100%;
	margin-left: 0%;
}
#point1 #textBox1 div p {
	width: 100%;
	padding-left: 0;
	padding-top: 20px;
}
#outBgblue .contentInner {
	padding: 40px 15px 60px;
}
#outBgblue h2.title2 {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBgblue h2.title3 {
	width: 100%;
	margin: 40px auto 30px;
	text-align: center;
}
#outBgblue ul {
	width: 100%;
	display: block;
}
#outBgblue ul li {
	width: 100%;
	vertical-align: top;
	display: block;
}
#outBgblue ul li div.box1 {
	margin-right: 0px;
	margin-bottom: 20px;
}
#outBgblue h3 {
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#outBgblue h3 img {
	width: 60%;
}
#outBgblue ul li div.box2 {
	margin-left: 0;
}
#outBgblue ul li div {
	width: 100%;
	padding: 5%;
}

/*SLIDE*/
#outBgslide {
	padding: 40px 0px 60px;
}
#outBgslide h2 {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBgslide h3 {
	width: 90%;
	margin: 0px auto 30px;
	text-align: center;
}
.flex-viewport {
	text-align: center;
	width: 200px;
	margin: 15px auto 0 ;
}
.flex-direction-nav{
	display: none;
}
.smficon{
	width: 100%;
	margin: 0 auto;
}
#outBggray {
	padding: 40px 0px 60px;
}
#outBggray h2 {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
}
#outBggray .leftBox {
	width: 100%;
	padding-left: 0;
	float: none;
}
#outBggray .rightBox {
	width: 100%;
	padding: 5px 0 0 0;
	float: none;
}
#outBggray ul li{
	padding-bottom: 4px;
}
#outContact .contentInner {
	padding: 40px 15px 60px;
}
#outContact h2 {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
}
#outContact #policy {
	padding: 10px 0 20px;
}
#outContact #subtitle {
	width: 100%;
	padding: 0;
	float: none;
}
#outContact #form {
	width: 100%;
	float: none;
}
#outContact #form button {
	width: 100%;
}

#footerImage {
	padding-top: 360px;
}
#outFooter h3 {
	width: 100%;
	margin: 0px auto 21px;
}
p#copy {
	font-size: 1.1rem;
}

/*PRIVACY*/
#outBggray2 .contentInner{
	padding: 150px 15px 60px;
	margin: 0 auto;
}
#outBggray2 h2{
	width: 60%;
	margin: 0 auto;
}

/*THANKS*/
p#thanks{
	width: 90%;
	text-align: center;
	margin:0 auto 30px;
}
#thanks_btn{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
}






