@charset "utf-8";


* {
	margin: 12px;
	padding: 0;
}

html{
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",cursive ,sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	background-color:#FFF;
}

a {
	text-decoration: none;
	padding:0px;
	margin:0px;
}

body{
  max-width: 1280px;
  min-width: 800px;
  margin: 0 auto;
  background-color:#FFF;
  border-collapse: collapse;
  border:0px; 
}


fieldset{
	border:0px;
}



table, th, td {
    border-collapse: collapse;
	border:1px solid;
	border-color:#FFF;
	background-color:#89F;
}

a:link { color: #AAF;}
a:visited { color: #AAF;}
a:hover { color: #89F;}
a:active { color: #CCF;}

img {
	max-width:100%;
	height: auto;
	border:none;
}










h1{
	color:#014;
	font-size:32px;
	font-weight:300;
	margin-top:19px;
	margin-bottom:3px;
	letter-spacing: 0.35em;
}


h2{
	color:#FFF;
	font-size:21px;
	font-weight: 200;
	background-color: #eb5505;
	line-height:7em;
	letter-spacing: 0.15em;
	border-radius: 10px;
}


h3{
	color:#014;
	font-size:18px;
	font-weight:300;
	margin-top:16px;
	margin-bottom:6px;
}



h4{
	color:#014;
	font-size:15.5px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:2px;
}


h5{
	color:#014;
	font-size:19.5px;
	font-weight: 600;
	margin-top:12px;
	margin-bottom:3px;
	letter-spacing: 0.25em;
}


h6{
	color:#E07496;
	font-size: 26px;
	font-weight: 1600;
	margin-top:12px;
	margin-bottom:12px;
	letter-spacing: 0.18em;
	line-height: 32px;
}




iframe{
	max-width: 100%;
}

article{
	float:none;
	clear: both;
    display:block;
}


.disp{
	display: inline;
}



.wrapper{
  background-color:#FFF;
}


.clearfloat{
	float: none;
	text-align: center;
	clear: both;
    display:block;
}



 
.textlogo{
	 font-size:18.5px;
	font-weight: bold
 }
 


.indexbox{
	color:#FFF;
	font-size:21px;
	font-weight: 200;
	background-color: #eb5505;
	line-height:7em;
	letter-spacing: 0.15em;
	border-radius: 10px;
}




<!--.indexbox{
	display:flex;
	flex-wrap: nowrap;
	table-layout: fixed;
	float: left;
	height: auto;
	line-height:1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}-->

.indexbox_cell{
	display: table-cell;
	position:relative;
	width: 33%;
	height: auto;
	font-size: 11.5px;
	line-height: 1.6em;
	margin: 1px;
	padding: 5px;
	background-color:#FEFCF1;
}



.indexbox_cell a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






.multicolumnbox {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
   break-inside: avoid-column;
}











.tablebox{
	display:flex;
	flex-wrap: wrap;
	color:#eb5505;
	font-size:13.5px;
	max-width:88%;
	height: auto;
	line-height:1.6em;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	background-color:#FEFCF1;
}

.tableboxleft{
	display: table-cell;
	width: 42%;
	height: auto;
	font-size: 16.5px;
	line-height: 1.6em;
	padding-right: 20px;
	text-align: right;

	vertical-align: middle;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: right; /* 横方向中央揃え（Safari用） */
	justify-content: right; /* 横方向中央揃え */
	

	
}

.tableboxright{
	display: table-cell;
	width: 58%;
	height: auto;
	font-size: 14.5px;
	font-weight:100;
	line-height: 0.8em;
	color: #105;
	text-align: left;
	text-justify: inter-ideograph;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}





.cont_box{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}


.cont_box_company{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	float: left;
   break-before: column;
}














.headerbox{
	display: table;
	flex-wrap: nowrap;
	table-layout: fixed;
	width: 100%;
	height: 68px;
}

.headerbox_logo{
	display: table-cell;
	width: 102px;
	height: 68px;
	float: left;
}

.headerbox_mid{
	display: table-cell;
	width: auto;
	vertical-align: middle;
	color: #eb5505;
	font-size: 23px;
	letter-spacing: 0.18em;

}

.headerbox_right{
	display: table-cell;
	width: auto;
	height: 54px;
	float: right;
	color: #FFF;
	background-color: #FFF;
	text-align: right;
	font-size: 11.5px;
}










.textbox{
	color:#018;
	font-size:8.5px;
	max-width:65%;
	line-height:1.2em;
	margin:0 auto;
	text-align: justify;
}

.textbox2{
	color:#105;
	max-width:88%;
	font-size:11.5px;
	line-height:1.6em;
	margin:0 auto;
	text-align: justify;
}

.textboxlink{
	color: #105;
	max-width: 88%;
	font-size: 18.5px;
	line-height: 1.6em;
	margin: 0 auto;
}








.imagebox{
	max-width:auto;
	min-width:88%;
	line-height:1.6em;
	margin:0 auto;
}




.box{
    padding:10px;
    margin:10px;
}

.box2{
	padding:20px;
	width:70%;
	font-size:11.5px;
	font-weight:lighter;
	color:#014;
	text-align:left;
	}








.image_box{
	width: 85%;
	height: auto;
	margin: 0 auto;
}






.image_tablebox{
	display:table;
	table-layout:auto;
	max-height: 100%;
	float: left;
	height:auto;
	margin:0 auto;
}

.image_tablecell{
	float: inherit;
	display: table-cell;
	max-width:19.8%;
	min-width:90px;
	height: auto;
	color: #014;
	margin: 0.5px;
}

.image_tableblank{
	float: left;
	display: table-cell;
	max-width: 18.8%;
	min-width:90px;
	height: auto;
	color: #014;
	margin:3px;
}








.require{
	font-size:10.5px;
	font-weight:normal;
	color:#990055;
}

.small{
	font-size:10.5px;
	color:#4F240C;
	margin-bottom: 2px;
	letter-spacing: 0.3em;
}






.main-visual {
    height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}
