@charset "utf-8";
html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
body {
	background-color: #ffffff;
	color:#333333;
	font-size: 1.4em;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
}
body , html {
    height: 100%;
}
#wrap {
	width:100%;
	margin:0px auto;
    height: 100%;
}
.red {
	color: #FF0004;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* clearfix */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
html{
	overflow-x:hidden;
	font-size: 62.5%;
}

a {
	color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img{
    transition:all 0.5s ease;
    }

a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#logo {
	top: 20px;
	margin-left: 20px;
	position: absolute;
	z-index: 290;
}
#logo_f {
	top: 0px;
	margin-left: 20px;
	position: absolute;
	z-index: 290;
}
#logo_f a {
	font-family: "HCo Tungsten Cond";
    font-weight: 800;
    font-style: normal;
	font-size: 5em;
    margin: 0px;
	padding: 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #174592;    
}
#logo_f a:hover {
    color: #3D3D3D;
}
#logo_f.logo_blue a {
    color: #174592;    
}

#header {
	clear:both;
}
#header img {
	width:100%;
	height:auto;
}
#contents {
	clear:both;
	padding:2em;
	background-color: #fff;
	position: relative;
	z-index: 4;
}

#contents_form {
	clear:both;
	padding:2em;
	width:80%;
	margin:0px auto;
}

p {
	font-size:1.2em;
}


.txt_c {
	text-align:center;
}
.btn {
	width:auto;
	text-align:center;
	margin:1em auto;
}
.btn a {
	display:inline-block;
	margin:10px auto 30px;
	padding:1em 3em;
	background-color:#FF7300;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	border:3px solid #FF7300;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    transition:all 0.5s ease;
}
.btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#copy_index {
	color:#fff;
	clear:both;
	text-align:center;
	margin:0px 0px 0px;
	padding:100px 7px 20px;
	font-family: "HCo Tungsten", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
}

#copy {
	color:#666;
	clear:both;
	text-align:center;
	margin:0px 0px 0px;
	padding:100px 7px 20px;
	font-family: "HCo Tungsten", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
}


#footer_navi {
	clear: both;
	width:100%;
}
#footer_navi ul {
	display: flex;
	justify-content: space-around;
	margin: 0 0;
	padding: 0px;
	width:100%;
	list-style-type: none;
	background-color: #000099;
}
#footer_navi li{
	width: 14.28%;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#_btn {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 50px;
	position: absolute;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 300;
}	
#_btn2 {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}
#nav_open {
	position: absolute;
	z-index: 300;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#nav_close {
	cursor: pointer;
	position: relative;
	right: 0;
}
#_btn img {
	width: 50px;
	height: 50px;
}
#_btn2 img {
	width: 50px;
	height: 50px;
}
nav#gNavi {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 500;
	background: #f5f5f5;
	margin: 0;
	padding-bottom: 40px;
	width: 0;
	height: 0;
}
nav#gNavi ul {
	display: block;
	width: auto;
	margin: 45px 0 10px 0px;
    padding-bottom: 30px;
	overflow: hidden;
	list-style: none;
}
nav#gNavi ul li {
	float: none;
	width: auto;
	margin: 0 0px 0px;
	padding: 0;
	text-align: left;
}
nav#gNavi ul li img {
	width: auto;
	height: 16px;
}
nav#gNavi li a,
nav#gNavi li a:link {
	display: block;
	color: #333;
	padding: 8px;
	text-decoration: none;
}

nav#gNavi li a:active {
	font-weight: bold;
}
nav#gNavi li a:hover {
	display: block;
	font-weight: bold;
}


@media (min-width: 801px) {

#footer_navi li:nth-child(1) {
	width: 195px;
}
}
#footer_navi li a {
	display: block;
	text-decoration: none;
	padding: 7px 15px;
	color: #fff;
}
#footer_navi li a:hover {
	display: block;
	background-color:#6666ff;
}
#footer_navi li.gNaviON a {
	display: block;
	background-color:#6666ff;
}
#gNavi li a:hover img,
#gNavi li#navOn a img { opacity: 0.5;}
#contents {
	clear:both;
	padding:0.5em 1em;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 1100px) {

#gNavi li,#footer_navi li{
	width: auto;
}
}
.pc {display: inline-block;}
.sp {display: none;}


@media (max-width: 800px) {
/*--------------------------------------------------------*/

.pc {display: none;}
.sp {display: inline-block;}
.fl {
	float: none;
}
.w40p,.w50p,.w60p {
	width: 100%;
}
.img_half img {
	width: 90%;
	height: auto;
}


section {
	clear:both;
	padding:0 13px 10px 10px!important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#footer_navi {display: none;}

.btn a {
	display:inline-block;
	margin:10px auto 30px;
	padding:1em 1em;
	background-color:#FF7300;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	border:3px solid #FF7300;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    transition:all 0.5s ease;
}

}


@media (max-width: 640px) {
#wrap {
	width:100%;
	margin:0px auto;
}
#logo {
	position: relative;
	margin-left:1em;
	z-index: 1000;
	min-width: 200px;
	display: block;
	height: auto;
}
#logo img {
	width: 200px;
	height: auto;	
}

#contents {
	display: block;
	clear:both;
	padding:0.5em;
	width: 95%;
	position: relative;
	z-index: 100;
}
#contents_form {
	clear:both;
	padding:0.5em;
	width:100%;
	margin:0px auto;
}


}




/*Loading*/
#load-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
}
#load {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
	margin-top: -100px;
    margin-left: -250px;
    text-align: center;
    color: #4A4A4A;
    z-index: 2;

}
#load p {
    font-size: 36px;
    padding-top: 24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
}
#load p#fs {
    font-size: 16px;
    padding-top: 24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
}

#mainImage {
	width: 100%;
	height: auto;
	top: 0;
	z-index: 1;
}
#mainImage img {
	width: 100%;
	height: auto;
	
}

div.prll {
  box-sizing: border-box;
  color: #FFF;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
position: relative;
    background-position: center 0px;
    max-height: 900px;
}
div.prll.prll-bg {
  padding: 5% 0;
}

.prll-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	z-index: 1;
}


div.prll span {
	display: block;
	position:fixed;
    position: relative;
	z-index: 1;
}

div.prll span#img01 {
	width: 35%;
	right: 20px;
	bottom: 20%;
}
div.prll p {
	display: block;
	width: 100%;
	padding: 2em;
	background-color: #fff;
	opacity: 0.3;
}
div.prll span#pagecopy {
	z-index: 1;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	color: #000;
	padding: 2em;
	background-color: #fff;
	opacity: 0.6;
    font-family: a-otf-midashi-go-mb31-pr6n,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
	font-size: 1.2em;
}
div.prll span#pagecopy strong {
	font-family: "HCo Tungsten Cond","Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
	font-size: 6em;
    text-transform: uppercase;
    line-height: 1em;
	padding: 0;
}

@media (max-width: 820px) {
div.prll span#pagecopy {
	margin-top: 0px;
	padding: 1.5em;
	font-size: 0.9em;
}
div.prll span#pagecopy strong {
    font-weight: 500;
	font-size: 6em;
    line-height: 1em;
	padding: 0;
}
}

@media (max-width: 640px) {
div.prll {
    max-height: 320px;
}
.prll-bg {
  background-attachment: fixed;
  background-position: center bottom;
  background-size: 700px auto;
  background-repeat: no-repeat;
	z-index: 1;
}


div.prll span#pagecopy {
	margin-top: 0px;
	padding: 1em 10px;
	font-size: 0.8em;
}
div.prll span#pagecopy strong {
    font-weight: 500;
	font-size: 6em;
    line-height: 1em;
	padding: 0;
}

}
@media (max-width: 480px) {
div.prll {
  box-sizing: border-box;
  color: #FFF;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
    max-height: 340px;
  padding: 5%;
position: relative;
    background-position: center 0px;
}
div.prll.prll-bg {
  padding: 5% 0;
}
.prll-bg {
  background-attachment: scroll;
  background-size: 580px auto;
  background-repeat: no-repeat;
	z-index: 1;
}


div.prll span#pagecopy {
	padding: 1.2em 10px;
	background-color: #fff;
	opacity: 0.6;
    font-family: a-otf-midashi-go-mb31-pr6n,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
	font-size: 16px;
}
div.prll span#pagecopy strong {
    font-weight: 500;
	font-size: 42px;
    line-height: 1em;
	padding: 0;
}
}


@media (max-width: 420px) {

div.prll span#pagecopy {
	padding: 1.2em 10px;
	font-size: 16px;
}
div.prll span#pagecopy strong {
    font-weight: 500;
	font-size: 42px;
    line-height: 1em;
	padding: 0;
}
}

.z5 {
	z-index: 5;
	position: relative;
	background-color: #fff;
}

	#section-scroller-button {
			position: fixed;
			right: 50%;
			bottom: 20px;
			height: 60px;
			width: 60px;
		margin-right: -30px;
			border-radius: 50%;
			background-color: #f5f5f5;
		color: #333;
			z-index: 10;
			cursor: pointer;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			-webkit-box-shadow: 0 8px 42px -10px rgba(0, 0, 0, 0.85);
			box-shadow: 0 8px 42px -10px rgba(0, 0, 0, 0.85);
		opacity: 0.3;
		}
		
		.caret {
			position: absolute;
			top: 0;
			width: 5px;
			height: 5px;
			display: inline;
			margin: 22px 23px;
			padding: 3px;
			border-bottom: solid 3px #333;
			border-right: solid 3px #333;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transition: all 0.6s;
			-o-transition: all 0.6s;
			transition: all 0.6s;
		}
		
		#section-scroller-button.rotate .caret {
			top: 4px;
			-webkit-transform: rotate(-135deg);
			-ms-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
#section-scroller-button:hover {
	opacity: 0.6;
}		
		@media (max-width: 767px) {
			#section-scroller-button {
				right: 20px;
				bottom: 25px;
			}
		}

@media (min-width: 1200px) {
	.section-scroll {
		min-height: auto;
	}
}


h1 {
	font-family: "HCo Tungsten Cond","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 6em;
	margin: 0.5em 0;
	padding: 0;
    text-transform: uppercase;
}
#webpage .section-scroll h1 {
    color: #000;
}
h2 {
    font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 600;
    font-style: normal;
	font-size: 2em;
	margin: 0.5em 0 1em;
	padding: 0;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}
h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 600;
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
	font-size: 1.5em;
	margin: 0.5em 0 1em;
	padding: 0;
}
.mb30 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.mb80 {
	padding-top: 20px;
	padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
.mb80 {
	padding-top: 20px;
	padding-bottom: 0px;
}
}
#contents p {
	padding:0 1em 1.1em;
	line-height: 2em;
	color: #1c1c1c;
}
ul.imgbox {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.imgbox li {
	width: 32%;
	height: auto;
	max-height: 200px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
ul.imgbox li img {
	width: 100%;
	height: auto;
}

.flex_dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;

}
.flex_dl dl {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	margin: 0px;
	padding: 10px;
}
.flex_dl dl dt img {
	width: 100%;
	height: auto;
}
.flex_dl dl dd {
	margin: 0;
	padding: 0px;
	line-height: 1.8em;
}
.flex_dl.w3 dl {
	box-sizing: border-box;
	width: 33%;
	height: auto;
	margin: 0px;
	padding: 10px;
}
.flex_dl dl a {
	text-decoration: none;
}
@media screen and (max-width: 420px) {
.flex_dl dl {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px;
}
}
.blogentry {
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}
.blogentry img {
	width: 100%;
	height: auto;
}

.fadein1 {
    opacity : 0;
    transform : translate(0,100px);
    transition : all 600ms;
}
.fadein1.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein_h {
	opacity: 0;
	transform: translate(0,80px); 
	-webkit-transform: translate(0,100px); 
}
.mv_h{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-duration: 1000ms;
	transition-delay: 100ms;
}
.fadein_box {
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
	transition-delay: 5;
}
.mv_h_index {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-duration: 1000ms;
	transition-delay: 100ms;
}

.mv_box{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-duration: 1000ms;
	transition-delay: 300ms;
}
.mv_box_index{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-duration: 1000ms;
	transition-delay: 10ms;
}


#webpage {
	margin: 0px auto 0px;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
}
@media screen and (max-width: 640px) {
#webpage {
	margin: 0px auto 0px;
}
}
table.tbl {
	margin: 50px auto;
	max-width: 840px;
}
table.tbl th {
	text-align: right;
	padding: 8px 15px 15px 0;
	vertical-align:top;
}
table.tbl td {
	padding: 5px 8px 15px 8px;
	vertical-align:top;
	line-height: 2em;
}

dl.tbl {
  display:flex;
  flex-wrap: wrap;
	margin: 50px auto;
	max-width: 90%;
}
dl.tbl.w600 {
	max-width: 600px;
}

dl.tbl dt {
    font-weight: bold;
	text-align: left;
	vertical-align:top;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
dl.tbl dd {
	line-height: 2em;
  padding: 10px 5px 10px 10px;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
}
ul.inulli {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
}
ul.inulli li {
    text-indent: -1em;
}
@media screen and (max-width: 640px) {
  dl.tbl{
    flex-flow: column nowrap;
  }
  dl.tbl dt,
  dl.tbl dd{
    width: 100%;
  }
    dl.tbl dt {
        padding: 10px 10px 0;
    }
    dl.tbl dd {
        padding: 0px 10px 15px;
    }

}


.svg {
	width: 1200px;
	height: auto;
}


.linkbtn a {
	display: block;
	width: auto;
    min-width: 200px;
    max-width: 300px;
	height: auto;
	padding: 1.5em;
	margin: 40px auto;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
    font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-weight: 600;
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 1.1em;
}
.linkbtn a:hover {
	background-color: #ccc;
	color: #fff;
}

.linkbtn a::before,
.linkbtn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.linkbtn a,
.linkbtn a::before,
.linkbtn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.linkbtn a {
  position: relative;
  z-index: 2;
  background-color: #666;
  border: 2px solid #666;
  color: #fff;
}
.linkbtn a:hover {
  background-color: #fff;
  border-color: #174592;
  color: #174592;
}
.linkbtn a::before,
.linkbtn a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #666;
}
.linkbtn a::before {
  top: 0;
}
.linkbtn a::after {
  bottom: 0;
}
.linkbtn a:hover::before,
.linkbtn a:hover::after {
  height: 0;
  background-color: #174592;
}


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.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: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.interview p {
	font-weight: bold;
	font-size: 1.3em;
}
.interview p.voice {
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 3em;
	font-size: 1.2em;
}
.interview p.fadein_h:before {
	content: "━━"
}
@media (max-width: 820px) {
.interview p img {
    width: 99%;
    height: auto;
}
}

#background,
#background-front {
    position: fixed;
    right: 0; 
    bottom: 0;
    width: 100%;
    height: 100%;
}
#background iframe {
    width: 100%;
    height: 100%;
}
#index_mv {
    overflow: hidden;
    height: 100%;
    height: 100vh;
    width: 100vw;
    position: relative;
    background: #fff;
}
#index_mv video {
	box-sizing: border-box;
  left: 50%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
#index_mv iframe {
    border:none;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}


.widebx {
    clear: both;
    width: 100%;
    min-height: 400px;
    position: relative;
    padding: 0 !important;
    margin: 0;
}
.c-entry {
    display: block;
    overflow: hidden;
    width: 100%
}
.widebx ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.widebx ul li {
    display: block;
    width: 100% !important;
    height: auto;
    max-height: 400px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.title {
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.title h2 {
    text-transform: uppercase;
    text-align: left;
	font-family: "HCo Tungsten","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 4em;
    margin: 10% 0 0 20%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.title p {
    width: 70%;
    box-sizing: border-box;
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    text-align: left;
    margin: 0 20% 0 !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

_:-ms-lang(x)::-ms-backdrop, .title p {
    font-weight: bold;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.8);
}


.widebx p {
    display: block;
    color: #fff;
    position: absolute;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    z-index: 10;
}
.widebx ul li {
    min-height: 190px;
}
.widebx img {
    width: 100%;
    height: auto;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
}

.widebx .img2 img {
    width: 50%;
    height: auto;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
}

.widebx a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);
}
.widebx a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
@media (min-width: 1600px) {
.widebx ul li {
    min-height: 350px;
    max-height: 500px !important;
}
.widebx img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.widebx a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

}
@media (max-width: 1024px) {
.widebx ul li {
    max-height: 290px !important;
}
}
@media (max-width: 820px) {
.widebx {
    clear: both;
    width: 100%;
    min-height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
.widebx ul li {
    max-height: 220px !important;
}

.title h2 {
    text-transform: uppercase;
    text-align: left;
	font-family: "HCo Tungsten","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 4em;
    margin: 7% 0 0 7%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.title p {
    width: 88%;
    box-sizing: border-box;
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    text-align: left;
    margin: 0 0 0 7% !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

}




@media (max-width: 640px) {
#logo {
	top: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 290;
}
#logo_f {
	top: 0px;
	margin-left: 10px;
	position: absolute;
	z-index: 290;
}
#logo_f a {
	font-size: 3em;
}

h1 {
	font-family: "HCo Tungsten Cond","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 4em;
	margin: 0.5em 0;
	padding: 0;
    text-transform: uppercase;
}
h2 {
    font-weight: 600;
    font-style: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0;
	padding: 0;
    -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
    font-feature-settings: 'palt' 1;
}

#index_mv {
    overflow: hidden;
    height: 100%;
    height: 100vh;
    width: 100vw;
    position: relative;
    background: #28282b;
}
#index_mv video {
	box-sizing: border-box;
  left: 50%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}

.widebx img {
    width: 105%;
    height: auto;
}
.title h2 {
    text-transform: uppercase;
    text-align: left;
	font-family: "HCo Tungsten","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    margin: 5% 0 0 3%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.title p {
    display: none;
    width: 99%;
    box-sizing: border-box;
    font-size: 1em !important;
    line-height: 1.4em !important;
    text-align: left;
    margin: 0 0 0 3% !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.widebx ul {
    margin-left: 0px;
}
.widebx ul li {
    display: block;
    width: 105% !important;
    height: auto;
    min-height: auto;
    max-height: 200px !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

}





@media (max-width: 420px) {
#logo {
	top: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 290;
}

#index_mv {
    overflow: hidden;
    height: 50vh;
    width: 100%;
    position: relative;
    background: #28282b;
}
#index_mv video {
	box-sizing: border-box;
    height: 50vh;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
.widebx img {
    width: 105%;
    height: auto;
}
.title h2 {
    text-transform: uppercase;
    text-align: left;
	font-family: "HCo Tungsten","Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    margin: 12% 0 0 10px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.title p {
    display: none;
}
.widebx ul {
    margin-left: 0px;
}
.widebx ul li {
    display: block;
    width: 100% !important;
    height: 110px !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

}



@media (max-width: 330px) {
.widebx ul li {
    width: 100% !important;
    height: 95px !important;
}

}

body#toppage {
    background-color: #222;
}


.drw_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drw_menu a {
  color: inherit;
  text-decoration: none;
}

.drw_menu a:visited {
  color: inherit;
}

.drw_menu .drw_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.drw_menu .drw_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 15px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.drw_menu .drw_button.active .drw_bar {
  width: 49px;
}

.drw_menu .drw_button.active .drw_bar1 {
  transform: rotate(30deg);
}

.drw_menu .drw_button.active .drw_bar2 {
  opacity: 0;
}

.drw_menu .drw_button.active .drw_bar3 {
  transform: rotate(-30deg);
}

.drw_menu .drw_button.active .drw_menu_text {
  display: none;
}

.drw_menu .drw_button.active .drw_close {
  display: block;
}

.drw_menu .drw_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drw_menu .drw_text {
  text-align: center;
  font-size: 10px;
}

.drw_menu .drw_close {
  letter-spacing: 0.08em;
  display: none;
}

.drw_menu .drw_menu_text {
  display: block;
}

.drw_menu .drw_nav_wrapper {
  width: 240px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(240px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.drw_menu .drw_nav_wrapper.open {
  transform: translate(0);
}

.drw_menu.left .drw_button {
  right: auto;
  left: 32px;
}

.drw_menu.left .drw_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}


.drw_menu.left .drw_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drw_menu .drw_nav {
  padding: 82px 24px;
}

.drw_menu .drw_nav li {
  font-size: 2em;
  margin-bottom: 15px;
    text-transform: uppercase;
	font-family: "HCo Tungsten Narrow","Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*+++ Default Button Color +++*/
.drw_menu .drw_button {
  color: #333;
}
.drw_menu .drw_button.drw_wite {
  color: #333;
}

.drw_menu .drw_button .drw_bar {
  background-color: #333;
}
.drw_menu .drw_button.drw_wite .drw_bar {
  background-color: #333;
}

.drw_menu .drw_nav li a,
.drw_menu .drw_nav li a:link {
	display: block;
	color: #000;
	padding: 8px;
	text-decoration: none;
}

.drw_menu .drw_nav li a:hover {
	display: block;
    color: #999;
}

@media (max-width: 640px) {
.drw_menu .drw_nav {
  padding: 52px 24px;
}

.drw_menu .drw_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 1001;
  text-align: center;
  outline: none;
  zoom:0.8 !important;
}

}
#mvbox {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    font-family: "Arial Black", Gadget, "sans-serif";
}

#mvbox img {
    width: 100%;
    height: auto;
}
#mvbox:hover {
    color: #666;
}
#mvbox:hover img {
    opacity: 0.7;
}

#mvboxlist {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    font-family: "Arial Black", Gadget, "sans-serif";
    display:flex;
    justify-content:space-around;
}

#mvboxlist div {
    width: 49%;
    height: auto;
}
#mvboxlist img {
    width: 100%;
    height: auto;
}
#mvboxlist img:hover {
    color: #666;
    cursor: pointer;
}
#mvboxlist  img:hover {
    opacity: 0.7;
}

#gmapiframe {
    width: 100%;
    height: 600px;
}

header {
    display: block;
    background-color: #fff !important;
    padding-top: 80px;
}
@media (max-width: 640px) {
header {
    padding-top: 50px;
}
}


.mtmb {
    margin-top: 20%;
    margin-bottom: 10%;
}


ul.sqlinkbx {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
     -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 600px;
    margin: 60px auto 30px;
}
ul.sqlinkbx li {
    margin: 0;
    padding: 0;
}
ul.sqlinkbx li a {
    display: block;
    font-family: a-otf-midashi-go-mb31-pr6n,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 20px;
    font-weight: bold;
    padding: 100px 0 0 0;
    border: 1px solid #000;
    min-width: 250px;
    min-height: 250px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
ul.sqlinkbx li a.txt2r {
    padding: 80px 0 0 0;
}
ul.sqlinkbx li a:hover {
    border: 1px solid #174592;
    background-color: #174592;
    color: #fff;

}

@media (max-width: 640px) {
ul.sqlinkbx {
    flex-wrap: wrap;
    margin: 60px auto 30px;
    padding: 0;
}
ul.sqlinkbx li {
    margin: 0 auto 20px;
    text-align: center;
}
ul.sqlinkbx li a {
    min-width: 45%;
    min-height: 100px;
    width: 150px;
    height: 150px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}
ul.sqlinkbx li a.txt2r {
    padding: 40px 0 0 0;
}

}

ul.sqlinkbx3 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
     -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 800px;
    margin: 60px auto 30px;
}
ul.sqlinkbx3 li {
    margin: 0 0 30px 0;
    padding: 0;
}
ul.sqlinkbx3 li a {
    display: block;
    font-family: a-otf-midashi-go-mb31-pr6n,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-style: normal;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 20px;
    font-weight: bold;
    padding: 100px 0 0 0;
    border: 1px solid #000;
    min-width: 250px;
    min-height: 250px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
ul.sqlinkbx3 li a.txt2r {
    padding: 80px 0 0 0;
}
ul.sqlinkbx3 li a:hover {
    border: 1px solid #174592;
    background-color: #174592;
    color: #fff;

}
@media (max-width: 640px) {
ul.sqlinkbx3 {
    flex-wrap: wrap;
    margin: 60px auto 30px;
    padding: 0;
}
ul.sqlinkbx3 li {
    margin: 0 auto 20px;
    text-align: center;
}
ul.sqlinkbx3 li a {
    min-width: 45%;
    min-height: 100px;
    width: 150px;
    height: 150px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}
ul.sqlinkbx3 li a.txt2r {
    padding: 40px 0 0 0;
}

}
.button {
    font-family: a-otf-midashi-go-mb31-pr6n,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"TelopMinPro-D";
    font-style: normal;
    font-size: 1.4em;
    -webkit-font-feature-settings: 'palt' 1;
    -moz-font-feature-settings: 'palt' 1;
    -ms-font-feature-settings: 'palt' 1;
    -o-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  display: inline-block;
  width: auto;
min-width: 200px;
max-width: 400px;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1.6em;
  outline: none;
margin: auto;
    padding: 1.5em 3em;
    color: #174592;    
}
.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: #fff;
  border: 2px solid #fff;
  color: #174592;
  line-height: 1.6em;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #174592;
}

ul.li-std {
    margin-top:0;
    padding-top: 0;
    margin-bottom: 3em;
}
p + ul.li-std {
    margin-top:-2em;
}
ul.li-std li {
    font-size: 1.2em;
}

h1 + p.h1btm {
    margin: -3em 0 0 -1em;
    padding: 0;
}
@media (max-width: 640px) {
h1 + p.h1btm {
    margin: -2em 0 0 -1em;
    padding: 0;
}

}

@media (max-width: 420px) {
p.pc_txt_c {
    text-align: left;
}
}


.pageOn img {
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
    filter: grayscale();
}

#video2, #video3 {
    display: none;
}

#news {
    display: block;
    background-color: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 3px;
    margin: 0 auto;
    z-index: 1000;
}
#news a {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    width: 100%;
    max-width: 640px;
    height: auto;
    padding: 12px;
    border: 3px solid #174592;
    text-decoration: none;
    font-weight: bold;
}
#news a:hover {
    color: #FFF;
    background-color: #174592;
}

#news2 {
    display: block;
    background-color: #fff;
    margin: 0 auto;
}
#news2 a {
    display: inline-block;
    color: #FFF;
    background-color: #174592;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
}
#news2 a:hover {
    color: #000;
    background-color: #fff;
    font-weight: bold;
}
ul.imglist {
    clear:both;
    list-style: none;
    margin: -20px 0 60px 0;
    padding: 0;
}
ul.imglist li {
    float: left;
    display: block;
    width: 25%;
    margin: 0px !important;
    padding: 0 5px 5px !important;
    box-sizing: border-box;
}
ul.imglist li img {
    width: 100%;
    height: auto;
}
@media (max-width: 640px) {
ul.imglist li {
    width: 50%;
}
}