@media screen and (max-width:480px){

/**********************************************************************
* ヘッダーCSS
************************************************************************/


.header-box{
	width:100%;
	height:12vh;
	position:relative;
	z-index:160;
	display:flex;
	position:fixed;
	margin-top:0vh;
}
.header-home{
	width:80%;
	position:relative;
	z-index:160;
}
.header-home-btn{
	display:flex;
	margin-left:8%;
}
.header-logo{
	width:18%;
	padding-top:3.2vh;
}
.header-name{
	color:white;
	font-size:18x;
	padding-top:4vh;
	padding-left:3.2%;
}
#header-name-z{
	font-size:18px;
	width:200px;
}
.header-items-box{
	width:70%;
    display:none;
}
.header-items{
	display:flex;
	margin-left:auto;
	margin-right:0%;
	width:68%;
}
.header-items a{
	width:33%;
}
.header-item{
	color:white;
	font-size:20px;
	padding-top:4vh;
}


.modal{
	display:none;
	position: absolute;
	z-index: 150;
	width: 100%;
	height: 100vh;
	background-color: rgb(44, 44, 44, 0.72);
}
.open{
	display:block;

}
.header-items2{
	display:block;
	width:80%;
	padding-top:16vh;
	margin:0 auto;
}
.header-items2 a{
	width:100%;
}
.header-item2{
	color:white;
	font-size:17.6px;
	padding-top:8vh;
	text-align: right;
}



.openbtn1{
    display:block;
    margin-left:auto;
    margin-right:8%;
    margin-top:2.6vh;
	z-index:160;
}
/*==================================================
  5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background:none;
    cursor: pointer;
    width: 50px;
    height:50px;
    border-radius: 5px;
	z-index:160;
}
/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1.6px;
    border-radius: 2px;
    background: #fff;
    width: 64%;
}
.openbtn1 span:nth-of-type(1) {
    top:15px; 
}
.openbtn1 span:nth-of-type(2) {
    top:23px;
}
.openbtn1 span:nth-of-type(3) {
    top:31px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 48%;
}
.openbtn1.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 48%;
}





/***********************************************************************
* fv
***************************************************************************/
.fv{
	width:100%;
	height:100vh;
	overflow-y: hidden;
	margin-top:0vh;
	position:relative;
	z-index:100;
}
.fv-img{
	width:100%;
	margin-top:16vh;
    height:88vh;
}
.fv-img img{
    height:100vh;
    object-fit:cover;    
}



.slide {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -16vh;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: slider-1 24s linear infinite;
}

.slide-image2{
	margin-left:-120px;
}


.slide-image:nth-child(1) {
	animation-delay: -2s;
}
.slide-image:nth-child(2) {
	animation-delay: 6s;
}
.slide-image:nth-child(3) {
	animation-delay: 14s;
}
@keyframes slider-1 {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	4.16% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	41.66% {
		opacity: 0;
		transform: scale(1.44);
	}
	100% {
		opacity: 0;
	}
}

.fv-img2{
	margin-top:-4vh;
}
.fv-img3{
	margin-top:16vh;
}



.fv-black{
	background-color:rgb(0,0,0,0.3);
	margin-top:-100vh;
	position:relative;
	z-index:110;
	width:100%;
	height:100vh;
}
.fv-dis{
	color:white;
	text-align: center;
	position:relative;
	z-index:115;
	padding-top:44vh;
}
.fv-dis1{
	font-size:20px;
}
.fv-dis2{
	font-size:24px;
	margin-top:0vh;
	letter-spacing: 4px;
}

.audio{
	height:8vh;
	width:100%;
	margin-left:0%;
	position:relative;
	top: -2.4vh;
	z-index:120;
}

/*******************************************************************
* what
*******************************************************************/
.what{
	width:100%;
	background-color:#D2D2D2;
	padding-bottom:24vh;
}
.what-title{
	color:rgb(0,0,0,0.3);
	text-align: center;
	font-size:44px;
	padding-top:24vh;
	position:relative;
	z-index:110;
	line-height:7.2vh;
	margin-left:0vw;
}
.what-box{
	width:100%;
	height:144vh;
	display:block;
	margin-top:-8.8vh;
	position:relative;
	z-index:100;
	padding-top:0.8vh;
}
.what-box1{
	width:100%;
	margin-top:6vh;
	height:104vh;
}
.what-img{
	margin:8%;
	height:80vh;
	overflow: hidden;
	border-radius:16vw;
}
.what-img1{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
	margin-top:0vh
}
.what-img2{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
	margin-top:0.8vh;
}
.what-img3{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
	margin-top:0.8vh;
}
.what-img img{
	border-radius:16vw;
	height:80vh;
}
.what-img1 img{
	margin-top:-9vh;	
}
.what-img2 img{
	margin-top:0vh;	
	width:116%;
}
.what-img3 img{
	margin-top:-11vh;	
}
.what-box2{
	width:80%;
	margin:0 auto;
	text-align: left;
}
.what-box2-title{
	color:#1c2649;
	padding-top:4vh;
	font-size:32px;
	font-weight:200;
}
.what-box2-dis{
	color:#1c2649;
	font-size:15px;
	width:100%;
	margin:0 auto;
	text-align: left;
	margin-top:1.6vh;
}
.what-box2 a{
	display: inline-block;
	width:48vw;
}
.what-box2-btn{
	font-size:15px;
	border-radius:32px;
	width:48vw;
	margin:0 auto;
	margin-top:2.4vh;
	height:10vh;
	padding-top:3.2vh;
	padding-left:4vw;
	background-color:#1c2649;
	color:white;
	transition:0.5s;
	margin-left:0px;
}
.what-box2-btn:hover{
	opacity:0.8;
	transition:0.5s;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.what-box2-btn span::before{
	left: 4px;
	width: 12px;
	height: 12px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.what01{
	width:100%;
	background-color:#D2D2D2;
	padding-bottom:24vh;
}
.what-title01{
	color:rgb(0,0,0,0.3);
	text-align: center;
	font-size:16vw;
	padding-top:0vh;
	position:relative;
	z-index:110;
	line-height: 48px;
	margin-left:0vw;
	letter-spacing:-0.8vw;
}
.what-box01{
	width:100%;
	height:144vh;
	display: block;
	flex-direction: row-reverse;
	margin-top:-8vh;
	position:relative;
	z-index:100;
	padding-top:0vh;
}
.what-img01{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
}
.what-img01 img{
	margin-top:-8vh;
	width:108%;
}
.what-img02{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
	margin-top:0.8vh;
}
.what-img02 img{
	margin-top:-6vh;
	width:120%;
	margin:0 auto;
}
.what-img03{
	margin-left:8%;
	margin-right:8%;
	height:32vh;
	overflow:hidden;
	margin-top:0.8vh;
}
.what-img03 img{
	margin-top:0vh;
}
.what-box02{
	width:80%;
	margin:0 auto;
	padding-left:0%;
}
.what-box02-title{
	color:#1c2649;
	padding-top:8vh;
	font-size:32px;
	font-weight:200;
}
.what-box02-dis{
	color:#1c2649;
	font-size:15px;
	width:100%;
	margin-top:1.6vh;
}
/******************************************************************************
* contact
********************************************************************************/
.contact{
	background-color:#151f25;
	width:100%;
}
.contact-title{
	font-size:16x;
	color:white;
	padding-top:24vh;
	text-align: center;
}
#contact-title-z{
	font-size:32px;
}
.contact-content{
	padding-bottom:24vh;
	display:block;
	width:80%;
	margin:0 auto;
	margin-top:8vh;
}
.contact-dis{
	color:white;
	width:100%;
	font-size:16px;
	text-align: center;
}
.contact-content a{
	display: inline-block;
	width:100%;
}
.contact-btn{
	background-color:#626262;
	width:80%;
	height:16vh;
	color:white;
	font-size:16px;
	padding-top:6vh;
	text-align: center;
	transition:0.5s;
	margin:0 auto;
	margin-top:4vh;
}
.contact-btn:hover{
	opacity:0.6;
	transition:0.5s;
}
.contact-btn span::before{
	left: 4px;
	width: 12px;
	height: 12px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*********************************************************************************
* footer
***********************************************************************************/
.footer-box{
	width:100%;
	background-color:#D2D2D2;
	padding-top:16vh;
}
.footer-title{
	display:flex;
	width:88%;
	margin:0 auto;
}
.footer-title-img{
	width:16%;
}
.footer-title-dis{
	font-size:22px;
	color:#1c2649;
	padding-left:2%;
	padding-top:0.8vh;
}
.footer-title2{
	color:#1c2649;
	text-align: center;
	margin-top:0vh;
	font-size:16px;
	margin-bottom:4vh;
}
.footer-items{
	display:flex;
	flex-flow: column;
}
.footer-item{
	text-align: center;
	color:#1c2649;
	font-size:18px;
	padding-top:2vh;
	border-bottom:solid 0.5px #1c2649;
	transition:0.5s;
}
.footer-item1{
	display: inline-block;
	width:33.6%;
	margin:0 auto;
}
.footer-item2{
	display: inline-block;
	width:40%;
	margin:0 auto;
}
.footer-item01:hover{
	opacity:0.6;
	transition:0.5s;
}
.footer-item02:hover{
	opacity:0.6;
	transition:0.5s;
}
.footer-item03:hover{
	opacity:0.6;
	transition:0.5s;
}
.footer-copy{
	text-align: center;
	color:#1c2649;
	font-size:14px;
	padding-top:16vh;
	padding-bottom:4vh;
}



/***********************************************************************
* business
****************************************************************************/
.business{
	width:100%;
	background-color:#D2D2D2;
}




/**************************
2025.08 事業説明デザイン修正
***************************/
.work {
	width: 100%;
	background-color: #f0f0f2;
}

.work-fv {
	width: 100%;
	height: 60vh;
	background: linear-gradient(90deg,
			/* 左→右へのグラデーション */
			#222629 0%,
			/* 左端はほぼ黒 */
			#333f68 32%,
			/* 中間に深い青 */
			#222629 100%
			/* 右端に黒に近い色 */
		);
	color: #ffffff;
	/* 文字色は白 */
}

.work-fv-dis {
	color: white;
	font-size: 4vw;
	text-align: center;
	width: 96%;
	margin: 0 auto;
	padding-top: 24vh;
}

.work-fv-content {
	color: white;
	font-size: 2.8vw;
	width: 80%;
	margin: 0 auto;
	margin-top:4vh;
}


.work-content{
	width:100%;
}
.work-content01{
	display:block;
	height:72vh;
	border-bottom:solid white 1px;
}
.work-content02{
	display:flex;
	flex-direction: row-reverse;
	display:block; 
	height:72vh;
	border-bottom:solid white 1px;
}
.work-content03{
	display:flex;
	flex-direction: row-reverse; 
	display:block;
	height:72vh;
	border-bottom:solid white 1px;
	padding-bottom:8vh;
}
.work-content-left{
	width:80%;
	padding:24px 0px 16px 0px;
	display: flex;
  flex-direction: column;
	margin:0 auto;
}
.work-content-left-inner{
	margin-top: auto;
}
.work-content-left-no{
	font-size:4.8vw;
}
.work-content-left-title{
	font-size:4vw;
	margin-top:8px;
}
.work-content-left-title-pc{
	display:block;
}
.work-content-left-title-sp{
	display:none;
}
.work-content-left-content{
	font-size:2.8vw;
	margin-top:16px;
}
.work-content-right1{
	width:96%;
	display: flex;
  justify-content: flex-start; /* 左寄せ */
  align-items: flex-end;
	padding-bottom:48px;
	margin:0 auto;
}
.work-content-right2{
	width:96%;
	display: flex;
  justify-content: flex-end; /* 右寄せ */
  align-items: flex-end;
	padding-bottom:48px;
	margin:0 auto;
}
.work-content-img{
	width:88%;
	max-width: 100%; /* はみ出さないように調整 */
  height: auto;
	overflow:hidden;
	margin:0 auto;
}
.work-content-img img{
	width:100%;
	margin-left:0%;
}






.business-fv03{
	width:100%;
	height:88vh;
	overflow: hidden;
}
.business-fv03 img{
	width:160%;
	margin:0 auto;
	margin-top:0vh;
}

.business-fv-dis{
	margin-top:-60vh;
	position:relative;
	z-index:120;
	height:60vh;
}

.business-fv-dis01{
	margin-top:-100vh;
}

.business-fv1{
	color:white;
/*	text-shadow: 
    -1px -1px 0 #000, 
    1px -1px 0 #000,  
    -1px 1px 0 #000,  
    1px 1px 0 #000;    */
	font-size:16px;
	text-align: center;
	padding-top:30vh;
	letter-spacing: 4px;
}
.business-fv2{
	color:white;
/*	text-shadow: 
    -0.6px -0.6px 0 #000,
    0.6px -0.6px 0 #000,  
    -0.6px 0.6px 0 #000,  
    0.6px 0.6px 0 #000;    */
	font-size:8vw;
	text-align: center;
	margin-top:-0.4vh;
	font-weight:200;
}


.business-top{
	padding-top :6.4vh;
	padding-bottom:0vh;
	width:88%;
	margin:0 auto;	
	position:relative;
	z-index:115;
	opacity: 0; /* 最初は透明 */
    transition: opacity 2.4s ease-in; /* 1秒かけてふわっと表示 */
}
.business-top-dis{
	font-size:4vw;
	text-align: left;
	letter-spacing: 1.6px;
	background-color:rgba(0, 0, 0, 0.56);
	/*background-color:rgb(28,38,73,0.2);*/
	padding-top:4vh;
	padding-bottom:4vh;
	padding-left:2.4vw;
	padding-right:2.4vw;
	border-radius:4px;
	color:white;
}



.business-box{
	width:100%;
	background-color:#F1F1F3;
	margin-top:0vh;
}
.business-box-inner{
	width:80%;
	margin:0 auto;
	padding-top:16vh;
	padding-bottom:12vh;
}
.business-box1{
	display:block;
	width:100%;
}
.business-box-content{
	width:100%;
	padding-left:1.6%;
	padding-right:1.6%;
	height:20vh;
	display:flex;
	margin-top:3.2vh;
}
.business-box-content:hover .business-box-content-img img {
    transform: scale(1.2); /* ホバー時に1.2倍に拡大 */
	transition:0.5s;
}
.business-box-content-img{
	width:32%;
	overflow: hidden;
	
}
.business-box-content-img img{
	object-fit: cover;
	width:212%;
	margin:0 auto;
	transition:0.5s;
}
.business-box-content-img7 img{
	object-fit: cover;
	width:260%;
	margin:0 auto;
	transition:0.5s;
}
.business-box-content-dis{
	width:68%;
	background-color:white;
	padding:1.6vw;
	padding-top:2.4vw;
	font-size:4vw;
	color:#333333;
}
.business-box-content-diss{
	padding-top:4vh;
}


.business-box-content1{
	display:block;
	height:35vh;
	margin-top:3.2vh;
	padding-left:1.6vw;
	padding-right:1.6vw;
}
.business-box-content1:hover .business-box-content-img1 img {
    transform: scale(1.2); /* ホバー時に1.2倍に拡大 */
	transition:0.5s;
}
.business-box-content-img11:hover .business-box-content-img111 img {
    transform: scale(1.2); /* ホバー時に1.2倍に拡大 */
	transition:0.5s;
} 
.business-box-content-img1{
	width:100%;
	overflow: hidden;
}
.business-box-content-img1 img{
	object-fit: cover;
	width:112%;
	margin:0 auto;
	margin-top:-4vh;
	transition:0.5s;
	margin-top:-58px;
}
.business-box-content-img11{
	display:flex;
	width:100%;
	height:22vh;
}
.business-box-content-img111{
	width:50%;
	overflow: hidden;
}
.business-box-content-img111 img{
	object-fit: cover;
	width:100%;
	margin-top:0vh;
	transition:0.5s;
	margin-top:0px;
	width:184%;
	margin-left:-14vw;
}
.business-box-content-dis1{
	width:100%;
	background-color:white;
	padding:2.4vw;
	font-size:4vw;
	display: flex;
    justify-content: center; /* 横方向の中央配置 */
    align-items: center; /* 縦方向の中央配置 */
	color:#333333;
}
.business-box-content-dis11{
	margin-top:-1vh;
}




.business-content{
	width:100%;
	padding-top:16vh;
	display:flex;
	padding-bottom:8vh;
}
.business-dis{
	width:50%;
}
.business-dis01{
	display:flex;
	padding-left:20vw;
	padding-right:4vw;
	padding-top:4vh;
	color:#333333;
}
.business-dis1{
	width:14%;
	color:#333333;
}
.business-dis2{
	padding-left:1vw;
	width:86%;
	color:#333333;
}
.business-dis02{
	display:flex;
	padding-left:20vw;
	padding-right:4vw;
	padding-top:6vh;
	color:#333333;
}
.business-img{
	width:50%;
}
.business-img2{
	width:72%;
	height:40vh;
}
.business-img2 img{
	width:80%;
	height:40vh;
}


.business-content2{
	width:100%;
	padding-top:8vh;
	display:flex;
	padding-bottom:16vh;
}
.business-img3{
	width:50%;
}
.business-img4{
	width:72%;
	height:40vh;
	margin-left:auto;
	margin-right:-14%;
}
.business-img4 img{
	width:80%;
	height:40vh;
}
.business-dis22{
	width:50%;
}
.business-dis03{
	display:flex;
	padding-left:4vw;
	padding-right:20vw;
	padding-top:6vh;
	color:#333333;
}
.business-dis3{
	width:14%;
}
.business-dis4{
	padding-left:1vw;
	width:86%;
}
.business-dis04{
	display:flex;
	padding-left:4vw;
	padding-right:20vw;
	padding-top:6vh;
	color:#333333;
}




/****************************************************
* business union
******************************************************/
.union{
	width:100%;
	padding-top:0vh;
	padding-bottom:16vh;
}
.union-title{
	width:100%;
	background-color:#1c2649;
	padding-top:7.2vh;
	height:24vh;
}
.union-title1{
	text-align: center;
	font-size:14px;
	color:white;
}
.union-title2{
	text-align: center;
	font-size:28px;
	letter-spacing:1.6vw;
	color: white;
	margin-top:-0.8vh;
}
.union-box{
	width:100%;
}
.union-box-title{
	text-align: center;
	font-size:24px;
	padding-top:10vh;
	padding-bottom:8vh;
}
.union-content{
	width:88%;
	margin:0 auto;
	display:block;
}
.union-left{
	width:100%;
}
.union-left-title{
	width:88%;
	border-bottom:solid 0.5px gray;
	line-height: 6.4vh;
	font-size:20px;
	margin:0 auto;
	text-align: center;
}
.union-left-items{
	width:88%;
	margin:0 auto;
	padding-top:3.2vh;
}
.union-left-item{
	display:flex;
	padding-top:2.4vh;
}
.union-left-item1{
	width:16%;
	font-size:16px;
	margin-left:2%;
}
.union-left-item2{
	width:80%;
	font-size:16px;
}
.union-right{
	width:100%;
	margin-top:8vh;
}
.union-box a{
	display: inline-block;
	margin-left:56%;
	margin-top:16%;
}
.union-btn{
	border:solid 0.32px gray;
	width:32vw;
	height:8vh;
	color:black;
	padding-top:2vh;
	padding-left:1.8vw;
	font-size:16px;
	transition:0.5s;
}
.union-btn:hover{
	background-color:#1c2649;
	color:white;
	transition:0.5s;
}
.union-btn span::before{
	left: 4px;
	width: 12px;
	height: 12px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*********************************************
* business recruit
***********************************************/

.recruit{
	width:100%;
	background-color:white;
}
.recruit-title{
	font-size:32px;
	letter-spacing: 0.8vw;;
	text-align: center;
	padding-top:20vh;
}
.recruit-dis{
	text-align: center;
	font-size:14px;
	padding-top:4vh;
	padding-bottom:24vh;
}


/***********************************************************************
* about
****************************************************************************/
.about{
	width:100%;
	background-color:white;
}
.business-fv02{
	width:100%;
	height:48vh;
	overflow: hidden;
}
.business-fv02 video{
	width:160%;
	margin-top:0vh;
	margin-left:-24vw;
}
.about-content{
	width:88%;
	padding-top:16vh;
	padding-bottom:20vh;
	margin:0 auto;
}
.about-title{
	width:100%;
}
.about-title1{
	font-size:20px;
}
.about-title2{
	font-size:14px;
	margin-top:-0.8vh;
}
.about-box{
	width:100%;
	margin-top:8vh;
}
.about-items0{
	border-top:solid 0.5px gray;
	border-bottom:solid 0.5px gray;
	border:solid 0.5px gray;
	display:block;
	padding:0vh 0vh 0vh 0vh;
}
.about-item1{
	width:100%;
	font-size:15px;
	padding-left:1.6vw;
	padding-top:2.4vh;
	padding-bottom:2.4vh;
}
.about-item2{
	width:100%;
	font-size:15px;
	padding:4.8vh 0px 4.8vh 0px;
}
.about-item2-pc{
	display:none;
	width:100%;
	font-size:15px;
	padding:4.8vh 0px 4.8vh 0px;
}
.about-item2-sp{
	display:block;
	width:100%;
	font-size:15px;
	padding:4.8vh 0px 4.8vh 0px;
}
.about-items{
	border-bottom:solid 0.5px gray;
	display:block;
	letter-spacing:3.2px;
}
.about-item3{
	width:100%;
	font-size:15px;
	padding: 4.8vh 0px 4.8vh 0px;
}

.about-item5{
	font-size:15px;
	line-height:3.2vh;
}
.about-item6{
	width:100%;
	line-height: 4vh;
	font-size:15px;
	padding-left:1.6vw;
}
.about-item7{
	width:100%;
	line-height: 4vh;
	font-size:15px;
	padding-left:1.6vw;
}
.about-item8{
	width:100%;
	line-height: 4.8vh;
	font-size:15px;
	padding-left:1.6vw;
}

.about-content0{
	background-color:white;
	width:100%;
}

/*********************************************
* about message
***********************************************/

.message{
	width:100%;
	padding-top:104px;
	padding-bottom:144px;
	background-image:url(img/124.jpg);
	background-position:center;
	height:144vh;
}
.message-content{
	width:88%;
	padding-top:8vh;
	display:block;
	border-top:none;
	margin:0 auto;
	position:relative;
	z-index:115;
}
.message-title{
	width:100%;
	border-bottom:solid 0.5px gray;
	padding-bottom:4vh;
	padding-left:2%;
}
.message-title1{
	font-size:16px;
	color:white;
}
.message-title2{
	font-size:22px;
	color:white;
}
.message-dis{
	width:96%;
	font-size:16px;
	line-height: 5.6vh;
	padding-top:8%;
	margin:0 auto;
	color:white;
	letter-spacing: 0.8px;
}
.message-date-box{
	width:240px;
	margin-left:auto;
	margin-right:0px;
}
.message-date{
	font-size:16px;
	text-align: right;
	color:white;
	padding-top:8vh;
}
.message-img{
	width:104px;
	margin-left:auto;
	margin-right:0px;
	padding-top:1.6vh;
}
.message-black{
	background-color:rgb(0,0,0,0.48);
	margin-top:-144vh;
	position:relative;
	z-index:110;
	width:100%;
	height:144vh;
	display:block;
}

/*********************************************
* about map
***********************************************/

.about-map{
	width:88%;
	margin:0 auto;
	padding-top:12vh;
	padding-bottom:20vh;
}
.about-map iframe{
	padding-top:4vh;
}




/********************************************************************
* contact
***********************************************************************/
.contact2{
	width:100%;
}

.business-fv022 video{
	width:184%;
	margin-top:0vh;
}
.business-fv-dis{
	height:52vh;
}


.contact2-content{
	width:100%;
	background-color:#D2D2D2;
	padding-bottom:24vh;
}
.contact2-dis{
	text-align: center;
	font-size:16px;
	padding-top:16vh;
	padding-bottom:4vh;
}
.contact2-form{
	width:88%;
	margin:0 auto;
	margin-top:8vh;
}
.contact2-form p{
	margin-top:5.6vh;
	width:100%;
	font-size:16px;
	font-family: 'Roboto Slab', serif;
}
.wpcf7-text{
	width:100%;
	border:none;
	background-color:#F1F1F1;
	height:5.6vh;
	margin-top:0.8vh;
}
.contact2-form textarea{
	width:100%;
	border:none;
	background-color:#F1F1F1;
	height:40vh;
	margin-top:0.8vh;
}
.wpcf7-submit{
	display: inline-block;
	background-color:#1c2649;
	color:white;
	height:10.4vh;
	width:100%;
	margin:0 auto;
	font-size:18px;
	font-family: 'Roboto Slab', serif;
}
.contact2-submit{
	width:36%;
	margin:0 auto;
	margin-top:8vh;
}
.contact2-submit input{
    font-family: 'Roboto Slab', serif;
	letter-spacing: 0.8vw;
	border-radius:2.4vw;
	padding-left:1.3vw;
	font-size:18px;
	transition:0.5s;
	border:none;
}
.contact2-submit input:hover{
	cursor: pointer;
	opacity:0.7;
	transition:0.5s;
}


    


}