@charset "utf-8";

/**menu-pc/sp***********************************************************************/

.site-header{
    background: rgba(255,255,255,0.9);
    display: flex;
    padding: 0;
	margin: 0 0 -60px;
    position: relative;
	bottom:60px;
    justify-content: space-between;
    width: 100%;
	height: 60px;
	z-index: 1000;
}
.site-header.fixed{
    position: fixed;
    top: 0;
	bottom:none;
	height: 60px;
}
.gnav{
	width: 100%;
	margin: 0 auto;
	}
.gnav ul{
	font-size: 11px;
	text-decoration: none;
}
.gnav ul li {
  	display: inline-block;
  	vertical-align: middle;
  	width: 15%;
	line-height: 20px;
}


.gnav ul li > a {
  	text-align: center;
  	display: table;
  	width: 100%;
  	padding: 20px 0;
	color: #000000;
}
.gnav ul li > a span {
  	display: table-cell;
  	vertical-align: middle;
}
.gnav ul li > a.navi_on {
	border-top: solid 1px #000;
	padding: 19px 0 20px;
}
.gnav ul li > a:hover {
	background: rgba(255,255,255,0.5);
	border-top: solid 1px #000;
	padding: 19px 0 20px;
}


#text {
	display: none;
}



/**hero-header************************************************************************/

.top {
    background: url(../img/topimg.jpg);
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.top video {
	display: none;

}
.headline {
	position: absolute;
  text-align: center;
	background: #000000;
	top: 40%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


h1 {
	display:block;
	margin:0 auto;
	position:fixed;
	top:0;
	left: 50%;
  	margin-left: -170px;
	z-index: 9999!important;
}
h1 img{
	width:340px;
	height:auto;
}

.headline p {
	color: #fff;
	font-weight: 100;
}


/**contents************************************************************************/

#wrap {
	position: relative;
	z-index: 10;
	background-color: #F4F4F4;
	
}

#content{
	
}
#content{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #F4F4F4;
	padding: 0 0 10px;
}
#content .story{
	margin: 0 auto 50px;
	padding: 30px 0 0;	
}
#content .story .story_ttl{
	display: block;
	width: 95%;
	margin: 0 auto 30px;	
}
#content .story_txt {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 1.8em;
	margin: 0 auto 10px;
	text-indent: 1em;
	font-weight: bold;
	letter-spacing: 0.0em;
}
#boshu_naiyou {
	width: 92%;
	background: #FFFFFF;
	margin: -20px auto 0;
	padding: 0 0 5px;
	display: block;
	border-top: solid 5px #FFCF00;
	position: relative;
	z-index: 800;
}
#boshu_title{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 24px;
	line-height: 2em;
	margin: 0;
	padding: 30px 0 0px;
}
.title-border {
	display: flex;
	align-items: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 25px 0 5px;
	font-weight: bold;
}
.title-border:before,
.title-border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 2rem;
}
.title-border:after {
	margin-left: 2rem;
}
p.last-border {
	width: 100%;
	height: 3px;
	margin: 40px auto 50px;
	border-bottom: 3px double #000;
}
.boshu_box{
	width: 90%;
	margin: 0 auto 50px;
}
.bigtxt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 32px;
	line-height: 1.2em;
	margin: 0 0 0px;
	padding: 8px;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
	
}
.bigtxt_undertxt{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.7em;
	margin: 0px 0 30px;
}
.normaltxt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 40px 0 40px;
	
}
.centertxt {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 1.7em;
	margin: 40px 0 40px;
}
.centertxt_s {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.7em;
	margin: 40px 0 30px;
}
.clmbox {
	width: 100%;
	clear: none;
	display: block;
	font-size: 22px;
	line-height: 1.7em;
	margin: 50px auto 80px;
}
.clmbox .clm_left {
	float: none;
	width: 100%;
	padding: 0 0 30px;
	display: block;
	text-align: center;
	
}
.clmbox .clm_right {
	float: none;
	width: 100%;
	padding: 30px 0 0;
	display: block;
	border-top: solid 1px #eee;
	text-align: center;
}
.clmbox .num{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 0px 0 20px;
}
.clmbox .bigtxt{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 30px;
	line-height:1em;
	margin: 0px 0;
	padding:8px 0 4px;
}
.clmbox .normaltxt{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.0em;
	margin: 0 0 10px;
}
.clmbox .txt01 {
	font-size: 20px;
	line-height: 1.4em;
	margin: 5px 0 5px;
}
.clmbox .txt02 {
	font-size: 20px;
	line-height: 1.4em;
	margin: 5px 0 0px;
}
.clmbox .txt03 {
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0 10px;
}
.clmbox .txt04 {
	font-size: 26px;
	line-height: 1.3em;
	margin: 8px 0 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
}
.clmbox .etc {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
	font-style: italic;
}

.bikoutxt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 1.7em;
	margin: 20px 0 10px;
}

/**button************************************************************************/
.button {
	font-size: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	margin:0px auto 0px;
	border-radius: 8px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
.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 {
	background-color: #29aabd;
	border: 2px solid #29aabd;
	color: #fff;
	line-height: 100px;
	
}
.button:hover {
	background-color: #fff600;
	border: 2px solid #fff600;
	color: #000;
}
.yellow_t{
	background: linear-gradient(#fff 60%,#fff600 40%);
}
#contact_box{
	text-align: center;
	margin: 60px auto;
	width: 100%;
}
.contact_ttl{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 30px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
.contact_ttl_mini{
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 30px 0 10px;
}
	/**  SNS ICON  **/
#address{
    left: 50%;  
    padding: 0px;
	margin: 0 auto;
	padding: 10px 0;
	color:#000;
	font-size:13px;
	background-color: #F4F4F4;
}


	
.top_img_box {
	width: 100%;
	margin: 20px auto 0;
}
	
.top_img_box .top_img_01 {
	float: left;
	width: 38%;
}
.top_img_box .top_img_02 {
	float: left;
	width: 58%;
	margin: 0 0 0 4%;
}
.top_img_box .top_img_03 {
	width: 85%;
	margin: 20px 0;
}
.top_img_box .top_img_04 {
	width: 100%;
}
.top_img_box .top_img_05 {
	width: 80%;
	margin: 20px 0 0;
	float: right;
}
.top_img_box .top_img_06 {
	width: 90%;
	margin: 20px 0;
}
.top_img_box .top_img_07 {
	width: 100%;
	margin: 0 0 20px;
}
.top_img_box .top_img_08 {
	float: left;
	width: 43%;
}
.top_img_box .top_img_09 {
	float: left;
	width: 53%;
	margin: 0 0 0 4%;
}
.top_img_box .top_img_10 {
	width: 100%;
	margin: 20px 0 0;
}	



.f_facebook_icon {
	display: inline-block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding: 10px 10px 10px 60px;
	margin: 5px 0 20px;
	font-size: 16px;
	text-align: left;
	background: #F4F4F4 url("../img/facebook_icon.png") no-repeat left 10px bottom 10px;
	background-size: 40px;
	color: #000;
	
	border-radius: 6px;
    -webkit-border-radius: 6px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 6px;/* for Firefox 対応*/
	
}

.f_facebook_icon:hover {
	background-color: #4f79bc;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
.f_contact_icon {
	display: inline-block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding: 10px 10px 10px 60px;
	margin: 5px 0 20px;
	font-size: 16px;
	text-align: left;
	background: #F4F4F4 url("../img/contact_icon.png") no-repeat left 10px bottom 10px;
	background-size: 40px;
	color: #000;
	
	border-radius: 6px;
    -webkit-border-radius: 6px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 6px;/* for Firefox 対応*/
	
}

.f_contact_icon:hover {
	background-color: #999999;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
.f_txt{
	font-size: 14px;
	color: #000000;
	margin: 0 auto 30px;
		
}
.f_txt a img{
	opacity: 1.0 ;
	
}
.f_txt a img:hover{
	opacity: 0.5 ;
}
.f_txt p{
	line-height: 2em ;
}


.links_img{
	width: 120px;
	margin: 15px
}







@media screen and (min-width: 1000px) { 

/**hero-header************************************************************************/

.site-header{
    background: rgba(255,255,255,0.8);
    position: absolute;
}
.gnav{
	width: 60%;
	margin: 0 auto;
}
.gnav ul{
	font-size: 13px;
}
	


	
	
.top {
	position: relative;
	width: 100vw;
    height: 100vh;
    overflow: hidden;
	z-index: 1;
}

.top video {
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.headline {
	position: absolute;
  text-align: center;
	background: #000000;
	top: 34%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


h1 {
	display:block;
	margin:0 auto;
	position:fixed;
	top:0;
	left: 50%;
  	margin-left: -450px;
	z-index: 9999!important;
}
h1 img{
	width:900px;
	height:auto;
}

.headline p {
	color: #fff;
	font-weight: 100;
}


/**scrollicon************************************************************************/

.scroll_icon {
	padding-bottom: 40px;
	position:fixed;
	bottom:90px;
	left: 100%;
  	margin-left: -50%;
}
.scroll_icon span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll_icon span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/**contents************************************************************************/

#wrap {
	position: relative;
	z-index: 10;	
}
#content{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #F4F4F4;
	padding: 0 0 20px;
}	
#content .story{
	margin: 0 auto 60px;
	padding: 100px 0 0;	
}
#content .story .story_ttl{
	display: block;
	width: 720px;
	margin: 0 auto 30px;	
}
#content .story_txt {
	width: 660px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 17px;
	line-height: 1.8em;
	margin: 0 auto 10px;
	text-indent: 1em;
	font-weight: bold;
	letter-spacing: 0.0em;
}

#boshu_naiyou {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 50px;
	display: block;
	border-top: solid 5px #FFCF00;
	position: relative;
	z-index: 800;
}
#boshu_title{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 38px;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0px;
}
.title-border {
display: flex;
align-items: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	line-height: 1.7em;
	margin: 25px 0 5px;
	font-weight: bold;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 2rem;
}
.title-border:after {
margin-left: 2rem;
}
	
p.last-border {
width: 100%;
height: 3px;
margin: 40px auto 50px;
border-bottom: 3px double #000;
}
.boshu_box{
	width: 760px;
	margin: 0 auto 50px;
}
.bigtxt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 50px;
	line-height: 2em;
	margin: 0px 0 0px;
	padding: 0 0 0px;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
}
.bigtxt_undertxt{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 0px 0 30px;
}
.normaltxt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 40px 0 30px;
}
.centertxt {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 40px 0 30px;
}
.centertxt_s {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.7em;
	margin: 40px 0 30px;
}
.clmbox {
	width: 760px;
	clear: left;
	display: block;
	font-size: 22px;
	line-height: 1.7em;
}
.clmbox .clm_left {
	float: left;
	width: 360px;
	padding: 0 20px 0 0;
	display: block;
	text-align: center;
}
.clmbox .clm_right {
	float: left;
	width: 359px;
	padding: 0 0 0 20px;
	display: block;
	border-left: solid 1px #eee;
	border-top: none;
	text-align: center;
}
.clmbox .num{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 0px 0 30px;
}
.clmbox .bigtxt{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 40px;
	line-height:1em;
	margin: 2px 0;
}
.clmbox .normaltxt{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 1.4em;
	margin: 5px 0 10px;
}
.clmbox .txt01 {
	font-size: 22px;
	line-height: 1.7em;
	margin: 5px 0 40px;
}
.clmbox .txt02 {
	font-size: 22px;
	line-height: 1.7em;
	margin: 5px 0 0px;
}
.clmbox .txt03 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0px 0 20px;
}
.clmbox .txt04 {
	font-size: 32px;
	line-height: 1.2em;
	margin: 15px 0 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
}
.clmbox .etc {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
	font-style: italic;
}

.bikoutxt {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 1.7em;
	margin: 20px 0 10px;
}

/**button************************************************************************/
.button {
	font-size: 40px;
	height: 120px;
	line-height: 120px;
}
.button {
	line-height: 120px;
}
.contact_ttl{
	font-size: 50px;
}
.contact_ttl_mini{
	text-align: center;
	font-size: 15px;
	line-height: 1.4em;
	margin: 30px 0 10px;
}
	
	/**  SNS ICON  **/
#address{
	font-size:12px;
}
	
.top_img_box {
	width: 1000px;
	margin: 20px auto 50px;
}

.top_img_box .top_img_03 {
	margin: 45px 0;
	width: 70%;
}
.top_img_box .top_img_05 {
	margin: 45px 0 0;
	width: 60%;
}
.top_img_box .top_img_06 {
	margin: 45px 0;
	width: 80%;
}
.top_img_box .top_img_07 {
	margin: 0 0 45px;
}
.top_img_box .top_img_10 {
	margin: 45px 0 0;
}	

	

/**animation************************************************************************/	

	
	
/* ** */}

@media screen and (min-width: 1100px) {
	.top_img_box {
	width: 1100px;
}
	
	/* ** */}
