/* CSS Document */


body  {
	margin:0px;
}
a {
	text-decoration: none;
	
}
a img {
	padding-top:5px;
}
a:hover img   {
}
	/*===========
inview
===========*/

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* Form  */
#formTbl {
	width:100%;
}
#formTbl tbody {
	width:100%;
}
#formTbl tr {
}
#formTbl th {
	width:calc( 70% - 20px );
}
#formTbl th p {
	width:calc( 100% - 20px );
	padding:10px;
	text-align: end;
}
#formTbl td {
	width:calc( 70% - 20px );
}
#formTbl input ,#formTbl textarea {
	width:calc( 100% - 10px );
	font-size:18px;
	padding:5px;
	margin-bottom:10px;
}
.wpcf7-submit {
	width:200px;
	padding:10px;
	color:#fff;
	background-color:#172987;
	border-radius: 5px;
}

/* ヘッダー  */
h1 {
	width:calc( 100% - 30px );
	padding:15px;
	margin-top:30px;
	margin-bottom:50px;
}
h2 {
	width:calc( 100% - 3px );
	border-left:3px solid #172987;
	padding-left:10px;
}
p {
	line-height:200%;
}
#headerInner {
	width:1260px;
	display:flex;
	flex-direction: row;
  justify-content: flex-start;
}
#headerInner .topLogo    {
	width:300px;
}
#topimgBox {
	position: relative;
	width:100%;
	margin:auto;
}
#headerLeft {
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit: cover;
	width:100%;
	height:200px;
	margin:auto;
}
#headerRight {
	position: absolute;
	top:0px;
	left:0px;
	z-index:8;
	object-fit: cover;
	width:100%;
	height:200px;
	margin:auto;
}
#incHeaderWrap  {
	display: block;
	width:100%;
	background:#172987;
	position: fixed;
	z-index: 999;
	border-bottom:solid 5px #FFFFFF;
}
#incHeader   {
	width:100%;
	margin:auto;
	height:60px;
}


/*----------------------Footer*/

#footerWrap {
	width:100%;
	background-color:#CCC;
}
#incFooterinner {
	display: flex;
	flex-direction: row;
	width:1260px;
	padding:10px;
	background-color:#CCC;
	margin:auto;
}
#footerNavi {
	display:flex;
	flex-direction: row;
}
#footerNavi ul {
	margin:10px 20px;
}
#footerNavi ul li {
	padding:10px;
}

/*----------------------Footer*/


#topimgBox {
	height:200px;
}
#headerWrapUnder   {
	width:100%;
	padding-top:60px;
	overflow: hidden;
}
#headerWrapUnder > img {
	width:100%;
}
#spMenu {
	display:block;
}
.container {
	width:calc( 100% - 20px );
	margin:auto;
	margin-bottom:50px;
	background-color:#FFF;
	padding:10px;
}
figure > img {
	width:100%;
	height:calc( 100% - 20% );
	object-fit: cover;
}


.borderBox {
	top:0px;
	left:auto;
	font-size:18px;
	width:calc( 70% - 100px );
}
#globalMenu   {
	display:none;
}

/* ■■■■■■■■■■■■■■■      PC CSS @media screen and (max-width: 800px)   ■■■■■■■■■■■■■■■*/
@media screen and (min-width: 1080px) {

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
#incHeader   {
	width:1180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#topimgBox {
	position: relative;
	width:100%;
	height:900px;
	margin:auto;
}
#headerLeft {
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit: cover;
	width:100%;
	height:900px;
	margin:auto;
}
#headerRight {
	position: absolute;
	top:0px;
	left:0px;
	z-index:8;
	object-fit: cover;
	width:100%;
	height:1080px;
	margin:auto;
}
#topLogo    {
	margin:5px 20px 0 20px;
	width:100px;
}
#globalMenu   {
	display: block;
	width:calc( 100% - 170px );
}
#spMenu {
	display:none;
}
#globalMenu > ul {
	width:100%;
	height:50px;
	margin:auto;
	padding:10px 0 0 0;
	display:flex;
	flex-direction: row;
}
#globalMenu  > ul > li {
	display:block;
	width:calc( 100% / 6 );
	height:50px;
}
#globalMenu > ul > li > a {
	padding-top:20px;
	height:50px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
#globalMenu > ul > li > a:hover {
	padding-top:-20px;
	background-position: -100% 0;
	background:#006cc8;
	border-bottom:solid 3px #FF0000;
	height:47px;
}
#mainContents  {
	width:100%;
	margin:auto;
	background:#FFFFFF;
	padding:0;
}
.wrapper    {
	width:100%;
	margin:auto;
	padding:20px 0 20px 0;
}
.container {
	width:calc( 1280px - 20px );
}
#topMenu  {
	width:100%;
	padding:50px 0 0 50px;
}
#topMenu > a > img{
	padding:5px;
	border:1px solid #FFF;
	margin:15px 50px 15px 50px;
}
#topMenu > a:hover > img{
	border: 1px solid #f58e7e;
	background: #f58e7e;
}

#remotePrg{
	display: block;
	width: 120px;
	height: 120px;
	z-index:999;
	position: fixed;
	right: 10px;
	top: 100px;
	background-color:#fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border-radius: 5px;
  }
  #remotePrg a{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 120px;
	height: 120px;
	text-decoration: none;
  }
  
  #remotePrg a > img {
	width:60px;
	margin:auto;
	margin-top:0px;
  }
  #remotePrg a::after{
	content: '';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #004181;
  }
#incFooterinner {
}
#incFooterinner .footerLogo span {
	font-size:;
}
}

/* ■■■■■■■■■■　スマホ CSS Document */
@media screen and (max-width:768px){ 

#incFooterinner {
	flex-direction: column;
	width:100%;
}
#footerNavi {
	flex-direction: column;
}
}