@charset "utf-8";
/* CSS Document */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
		animation-name:opa-logo;
		animation-duration: 12s;
		animation-delay:.2s;
		animation-iteration-count:1;
}
	@keyframes opa-logo {
  0% {opacity: 1;}
  90% {opacity: 1;}
		100% {opacity: 0;}
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------*/

.slider{margin-top: 41px; width: 100%; height: 75vh; overflow: hidden;}
.slider li{position: relative;}
.slider li .slide-img{
	position: absolute;
	top: 26vh;
	right: 100px;
	font-size: 38px;
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
}
.slide-img.red{text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.76);
	border-bottom: 10px solid #D00407;
}
.slide-img.green{text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.76);
	border-bottom: 10px solid #31ab32;
}
.slide-img.yellow{text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.76);
	border-bottom: 10px solid #ffc71c;
}
.slide-img.blue{text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.76);
	border-bottom: 10px solid #256ea7;
}
.slide-img span{font-size: 16px; display: block; padding:0 0 10px 0;	font-weight: 200;}
.slider li img{width: 100%; height: 75vh; object-fit: cover;}
.slider li video {
  display: block;
  width: 100%;
  height: 75vh;
  object-fit: cover;
	object-position: left bottom;
}
.slick-prev,
.slick-next {z-index: 1;}

.art-box{
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
}
.art-info{
	width: 48%;
}
.art-face{
	width: 50%;
}
.art-face-en{
	width:65%;
	margin: 0 auto;
}
.art-inner{
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
	padding-left: 30px;
}

.info-inner{
	padding-right: 10px;
	height: 1200px;
	margin: 20px 0;
	overflow-y: scroll;
}
.info-head{
	display: block;
	font-size: 14px;
	padding-right: 10px;
	width: 86%;
}
.info-box{
	padding: 10px 0 30px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.info-box span{}
.info-tmb{width:40px; height: 40px; margin: 5px 0 10px;}
.info-tmb img{width:100%; height: 100%; object-fit: cover; border-radius: 50%;}
a.face{}
.fabox{
	display: flex;
	justify-content:center;
	column-gap: 10px;
	flex-wrap: wrap;
}
.fabox-name{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.fabox-name a{color:#333;}
.fabox a{
	width: 110px;
}
.fabox-title-center{
flex-basis: 100%;
	text-align: center;
	padding: 0.2em 0;
	font-size: 14px;
}
.fabox-title{
	flex-basis: 100%;
	text-align: left;
	padding: 0.2em 0;
	font-size: 14px;
}
.art-inner hr{
	border: none;
	border-bottom: 1px solid #B1B1B1;
	height: 1px;
	margin: 0.2em 0 0.3em;
}
.unclick{
	width: 19.8%;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.fabox-name div:nth-child(2){	border-left: none;}
.unclick span{font-size: 12px;}
.art-face-en .fabox{ display: flex; justify-content: center;}
/*a.face img{
	width:94%;
	height: auto;
	display: block;
	margin: 0 0 5px 5px;
}*/
a.face.bessho img{width:180px; margin: 0 8px 5px 0;}
.art-face-en a.face.bessho img{width:500px;}
.harada a.face img{
	height: auto;
	display: block;
	margin:5px 4px;
}
.art-face-en .harada{width: 50%;}
/*
.harada p{
	color: #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -5px;
}

/*.harada{
	background-color: #80B6D3;
	display: flex;
	justify-content: center;
	margin: 0 0 6px 8px;
	font-size: 12px;
	position: relative;
}*/
.co-box{
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	display: flex;
}
.co-photo{
	width: 450px;
	background: url(../images/content/building.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	border-radius: 10px 0 0 10px;
}
.co-data{
	padding: 30px 0 0 0;
	width: 550px;
}
.co-data h2{
	padding: 2em 0 1em;
}
.co-data .co-datainner{
	padding: 30px 40px;
	line-height: 2;
}
.co-info{
	width: 91%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	margin: 0 0 10px 10px;
	height: 90px;
}
.cid{
	display: block;
	font-size: 14px;
	line-height: 1.5;
}
.cid-new{
	background-color: #6f9ab3;
	width: 20px;
	margin: 0 10px 10px 0;
	height: 90px;
	color: #fff;
	display: flex;
	align-items: center;
}
.cid-new:hover{	background-color: #70B1DB;}
.cid strong{
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
}
.unit-section{display: flex; justify-content: space-between;}
.units{
	background-color: #fff;
	width: 31%;
	font-size: 14px;
	border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	transition: ease .3s;
}
.units a{	color: rgba(49,49,49,1.00);}
.units:hover{	box-shadow: 0 0 5px 1px rgba(0,0,0,0);}
.units p{
	padding: 20px 10% 20px;
}
.units a h2{font-size: 20px; padding: 1em 0 0.6em;}
.units a h2 span{ font-size: 14px;}
.units:hover .unit-green,
.units:hover .unit-yellow,
.units:hover .unit-blue{
	opacity: 0.7;
}
.unit-green{
	background: url("../images/slide/award.jpg") no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	height: 200px;
	border-bottom:4px solid #31ab32;
	margin-bottom: 10px;
	transition: ease .3s;
}
.unit-yellow{
	background: url("../images/slide/hensyu.jpg") no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	height: 200px;
	border-bottom:4px solid #ffc71c;
	margin-bottom: 10px;
	transition: ease .3s;
}
.unit-blue{
	background: url("../images/slide/la.jpg") no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	height: 200px;
	border-bottom:4px solid #256ea7;
	margin-bottom: 10px;
	transition: ease .3s;
}
#logo{width: 80vw;
		margin: 0vh auto 0;
	}
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading-animation {
	width: 60vw;
	height: 100vh;
	animation-name:opa-logo;
	animation-duration: 1s;
	animation-delay: 2.5s;
	animation-iteration-count:1;
	}
	@keyframes opa-logo {
  0% {opacity: 1;}
  90% {opacity: 1; width: 10vw;}
		100% {opacity: 0;}
}
@media screen and (max-width: 1024px) {
.slider{margin-top: 34px; width: 100%; height: 50vh; overflow: hidden;}
.art-box{
	padding: 50px 0;
}
.art-info{
	width: 48%;
}
.art-face{
	width: 50%;
}
.info-inner{
	padding-right: 10px;
	height: 450px;
	margin: 20px 0;
	overflow-y: scroll;
}
.info-head{
	font-size: 14px;
}
.art-inner{
	box-sizing: border-box;
	margin: 20px 0;
	padding-left: 30px;
}
.info-box{
	padding: 10px 0 10px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
a.face img{
	width:94%;
	margin: 0 0 5px 5px;
}
/*a.face.bessho img{width:22vw; margin: 0 10px 5px 0;}
.art-face-en a.face.bessho img{width:22vw;}*/
.harada a.face img{
	height: auto;
	margin: 0 0 5px 5px;
}
.art-face-en .harada a.face img{width:80%;}
/*.harada p{
	bottom: -4px;
}
.harada{
	width: 85%;
	margin: 0 0 6px 5px;
	padding: 8px;
	font-size: 10px;
}*/
.co-photo{
	width: 48%;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
}
.co-data{
	padding: 30px 0 0 0;
	box-sizing: border-box;
	width: 52%;
}
.co-data .co-datainner{
	padding: 30px 40px;
	line-height: 2;
}
.co-info{
	width: 91%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	margin: 0 0 10px 10px;
	height: 100px;
}
.cid{
	font-size: 14px;
}
.cid-new{
	background-color: #6f9ab3;
	width: 20px;
	margin: 0 10px 10px 0;
	height: 100px;
}
	.units h2{font-size: 20px;}
	.units h2 span{ font-size: 14px;}
}

@media screen and (max-width: 639px) {
.slider{margin-top: 30px; width: 100%; height: 35vh; overflow: hidden;}
.slider li{width: 100%; height: 35vh;}
.slider li img,
.slider li video{width: 100%; height: 100%; object-fit: cover;}
.slider li .slide-img{
	top: 9vh;
	right: 2%;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}
.slide-img.green{
	font-size: 18px;
}
.slick-prev,
.slick-next {z-index: 1;}
.slide-img span{
	font-size: 12px;
}

.art-box{
	display:block;
	padding: 50px 0;
}
.art-info{
	width: 100%;
}
.art-face{
	width: 100%;
}
.info-inner{
	padding-right: 5px;
	height: 400px;
	margin: 20px 0;
}
.info-head{
	padding-right: 0px;
}
.art-inner{
	margin: 20px 0;
	padding-left: 0;
	overflow: hidden;
}
.info-box{
	padding: 10px 0 30px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
/*a.face{}
.fabox{display: flex;}
.art-face-en a.face.bessho img{width:56%; margin: 0 10px 5px 0}*/
	.art-face-en{width: 100%;}
	.art-face-en a.face img{
	width:100%;
	margin: 0 0 5px 5px;
}
/*
.harada a.face img{
	width: 80%;
}
.harada p{
	bottom: -10px;
}
.harada{
	margin: 0 0 5px 5px;
	padding: 8px;
	font-size: 10px;
}
	.kajimoto{
	margin: 0 0 5px 5px;
	padding: 8px;
	font-size: 10px;
	}*/
.co-box{
	width: 100%;
	border-radius: 10px;
	display: block;
}
.co-photo{
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: 50vh;
}
.co-data{
	width: 100%;
	padding: 30px 0 0 0;
	display: block;
}
.co-data .co-datainner{
	padding: 30px 20px;
	line-height: 2;
}
.co-info{
	width: 91%;
	margin: 0 0 10px 10px;
	height: 100px;
}
.cid{
	font-size: 14px;
	line-height: 1.5;
}
.cid-new:hover{	background-color: #70B1DB;}
.cid strong{
}
.unit-section{display: block; width: 100%;}
.units{
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.units p{
	padding: 20px 5% 20px;
}
.unit-green{
	height: 150px;
}
.unit-yellow{
	height: 150px;
}
.unit-blue{
	height: 150px;
}

}
