#topMainVisual{
	background-image: url(../img/top/mainVisual.jpg);
	height: 790px;
}

/*MESSAGE*/
#message{
	position: relative;
	padding-top: 100px;
	padding-bottom: 0;
}
#message .cntBox{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#message .cntBox:after{
	content:'MESSAGE';
	position: absolute;
	font-size: 16rem;
	font-family: "Cinzel",serif;
	font-weight: 400;
	font-style: normal;
	opacity: .1;
	z-index: -1;
	top: -50px;
	right: -5%;
	color: #4d0f10;
}
#message .cntTitle{
	text-align: left;
}
#message .cntTitle h2{
	font-size: 3rem;
	letter-spacing: 4px;
}
#message .cntTxt{
	width:  69%;
	display: inline-block;
	max-width: 800px;
	vertical-align: middle;
}
#message .cntTxt p{
	font-size: 1.5rem;
}
#message .cntTxt .name{
	width: 93%;
	margin-top: 30px;
	text-align: right;
}
#message .cntImg{
	width: 30%;
	height: 395px;
	display: inline-block;
	vertical-align: middle;
	background:url(../img/top/messageImg.png)right center/100% no-repeat;
}

/*入管手続きについて*/
#visa{
	padding-top: 0;
}
#visa .visaFeatures{
	width: 90%;
	max-width: 750px;
	margin: -30px auto 60px;
	padding: 50px 3% 30px;
	box-shadow: 0 1px 2px rgba(50,50,50,.3);
}
#visa .visaFeatures h4{
	font-size: 2rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#visa .visaFeatures .feature > div{
	width: 18%;
	margin: 0 1%;
	display: inline-block;
	padding: 20px 2%;
	background-color: rgba(255,255,255,.9);
	vertical-align: top;
	height: 210px;
	box-shadow: 0 1px 3px rgba(150,150,150,.2);
	text-align: center;
}
#visa .visaFeatures .feature > div .cntIllust{
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
}
#visa .visaFeatures .feature > div h5{
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	position: relative;
}
#visa .visaFeatures .feature > div h5:after{
	content: '';
	width: 20px;
	height: 1px;
	background-color: darkred;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#visa .visaFeatures .feature > div li{
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #8b6239;
}
/*01*/
#visa .visaFeatures .feature > div.feature01 .cntIllust{
	background:url(../img/top/featureIllust01.png)center/100% no-repeat;
}
/*02*/
#visa .visaFeatures .feature > div.feature02 .cntIllust{
	background:url(../img/top/featureIllust02.png)center/100% no-repeat;
}
/*03*/
#visa .visaFeatures .feature > div.feature03 .cntIllust{
	background:url(../img/top/featureIllust03.png)center/100% no-repeat;
}
/*04*/
#visa .visaFeatures .feature > div.feature04 .cntIllust{
	background:url(../img/top/featureIllust04.png)center/100% no-repeat;
}
/*ビザ*/
#visa{
	background-color: rgba(219,209,199,.2);
}
#visa .cntBox{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
#visa .cntBox .cnt{
	margin: 80px auto;
	position: relative;
}
#visa .cntBox .cnt > div{
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
#visa .cntBox .cnt .cntTxt{
	width: 46%;
	background-color: rgba(241,236,234,.9);
	padding: 30px 4%;
	z-index: 10;
}
#visa .cntBox .cnt .cntTxt h6{
	font-size: 2.6rem;
	letter-spacing: 3px;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
}
#visa .cntBox .cnt .cntTxt h6:before{
	content:'';
	width: 30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: url(../img/common/deco_red.png)center/100% no-repeat;
}
#visa .cntBox .cnt .cntTxt .text p{
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#visa .cntBox .cnt .cntTxt .period{
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,.8);
	margin: 20px auto;
	text-align: center;
	position: relative;
}
#visa .cntBox .cnt .cntTxt .period:before{
	content:'目安期間';
	left: 10px;
	top: 10px;
	position: absolute;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 1.4rem;
}
#visa .cntBox .cnt .cntTxt .period p{
	line-height: 80px;
	color: #8b6239;
	font-size: 2rem;
	letter-spacing: 5px;
}
#visa .cntBox .cnt .cntTxt .period p span{
	font-size: 3rem;
}
#visa .cntBox .cnt:before{
	bottom: -30px;
	font-size: 12rem;
	position: absolute;
	font-family: "Cinzel",serif;
	font-weight: 400;
	font-style: normal;
	opacity: .1;
	z-index: 15;
	color: #4d0f10;
	letter-spacing: -5px;
	
}
#visa .cntBox .cnt .cntImg{
	width: 48%;
	height: 320px;
	position: relative;
}
#visa .cntBox .cnt .cntImg.right{
	margin-left: -8%;
}
#visa .cntBox .cnt .cntImg.left{
	margin-right: -8%;
}
#visa .cntBox .cnt .cntImg:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -8px;
	right: -8px;
	border: 1px solid #000;
	z-index: -1;	
}
#visa .cntBox .cnt .cntTxt .moreBtn{
	z-index: 11;
	position: absolute;
	bottom: 15px;
}
#visa .cntBox .cnt .cntTxt.right .moreBtn{
	left: 80%;
}

/*ビザ01*/
#visa .cntBox .cnt01{
	margin-top: 0;
}
#visa .cntBox .cnt01 .cntImg{
	background: url(../img/top/visa01.jpg)center/100% no-repeat;
}
#visa .cntBox .cnt01:before{
	content:'01';
	left: -70px;
}
/*ビザ02*/
#visa .cntBox .cnt02 .cntImg{
	background: url(../img/top/visa02.jpg)center/100% no-repeat;
}
#visa .cntBox .cnt02:before{
	content:'02';
	right: 0;
}
/*ビザ03*/
#visa .cntBox .cnt03 .cntImg{
	background: url(../img/top/visa03.jpg)center/100% no-repeat;
}
#visa .cntBox .cnt03:before{
	content:'03';
	left: -70px;
}



/*お知らせ*/
#news .cntTitle{
	margin-bottom: 50px;
	position: relative;	
}
#news .cntTitle .moreBtn{
	position: absolute;
	left: 93%;
    text-align: left;
    bottom: 0;
}
#news .cnt{
	width: 100%;
    max-width: 1000px;
    margin: 60px auto;
}
#news .recent-list{
	border-bottom: solid 1px #dbd1c7;
}
#news .recent-list a{
	padding: 20px 2%;
	color: #333;
	display: block;
	padding: 15px 20px;
	font-weight: normal;
}
#news .recent-list:first-child{
	border-top: solid 1px #dbd1c7;
}
#news .recent-list:hover{
	opacity: .8;
}
#news .recent-list p{
	font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
    display: inline;
    margin-right: 5%;
    vertical-align: top;
}
#news .recent-list h3{
	display: inline-block;
	max-width: 81%;
	color: #333;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

/*行政コラム*/
#column{
	padding: 
}
#column .cntTitle{
	margin-bottom: 50px;
	position: relative;	
}
#column .cntTitle .moreBtn{
	position: absolute;
	left: 93%;
    text-align: left;
    bottom: 0;
}
#column div.recent-list {
    width: 23%;
    display: inline-block;
    margin: 0 1%;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgb(100 100 100 / 30%);
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
#column div.recent-list .infoThumbnail{
	width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}
#column div.recent-list .infoThumbnail img{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#column div.recent-list .infoText {
    text-align: left;
    padding: 3% 5%;
    width: 90%;
    bottom: 0;
    background: rgba(219,209,199,.2);
    height: 130px;
    transition: all .2s;
}
#column .infoText p.infoTitle {
    color: #333;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
#column .infoText p.infoDate {
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 1px;
}
#column div.recent-list:hover{
	opacity: .8;
}


/*PC*/
@media screen and (min-width:900px){

}
/*TAB*/
@media screen and (max-width:899px){
	/*メッセージ*/
	#message{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	#message .cntBox:after{
		font-size: 14rem;
	    top: 10px;
	}
	#message .cntTitle{
		height: 400px;
		background: url(../img/top/messageImg.png)bottom right/contain no-repeat;
		position: relative;
	}
	#message .cntTitle h2{
		position: absolute;
		bottom: 30px;
		line-height: 1.5;
		font-size: 3.5rem;
		text-shadow: 1px 1px 0 #fff;	 
	}
	#message .cntTitle h2 span{
		margin-left: 50px;
	}
	#message .cntTxt{
		width: 100%;
		display: block;
	}
	#message .cntTxt .name{
		margin-top: 15px;
	}

	/*入管手続きについて*/
	#visa .visaFeatures .feature > div{
		width: 43%;
		margin-bottom: 18px;
	}
	#visa .cntBox .cnt{
		margin: 60px auto;
	}
	#visa .cntBox .cnt:before{
		top:-80px;
		left: -20px;
	}
	#visa .cntBox .cnt .cntImg{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	#visa .cntBox .cnt .cntTxt{
		width: 92%;
		display: block;
		margin-top: -30px;
	}
	
	#visa .cntBox .cnt .cntTxt .moreBtn{
		right: 30px;
	}
	#visa .cntBox .cnt .cntTxt.right .moreBtn{
		left: auto;
	}
	#visa .cntBox .cnt02:before{
		right: auto;
	}
	/*お知らせ*/
	#news .cntBox{
		position: relative;
	}
	#news .cntTitle{
		margin-bottom: 30px;
	}
	#news .cnt{
		margin: 30px auto 50px;
	}
	#news .moreBtn{
		position: absolute;	
		left: 90%;
		bottom: -35px;
	}
	#news .recent-list h3{
		max-width: 100%;
	}


	/*行政コラム*/
	#column .cntBox{
		position: relative;
	}
	#column .moreBtn{
		position: absolute;	
		left: 90%;
		bottom: -35px;
	}
	#column div.recent-list{
    width: 46%;
    margin: 20px 2%;
}
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#topMainVisual{
		height: 100vh;
	}
	.mainVisual #copyText{
		height: 150px;
	}
	.mainVisual #copyText > div{
		margin-bottom: 40px;
	}
	/*メッセージ*/
	#message .cntBox:after{
		font-size: 7.5rem;
	}
	#message .cntBox{
		width: 100%;
	}
	#message .cntBox:after{
		letter-spacing: -2px;
		right: 0;
	}
	#message .cntTxt{
		width: 90%;
		margin: 0 auto;
	}
	#message .cntTitle{
		height: 300px;
		width: 100%;
		/*margin-left: -6.3%;*/
		margin-bottom: 10px;
		background-position: 110% bottom;
	}
	#message .cntTitle h2{
		font-size: 2.7rem;
	    left: 5%;
	}
	/*入管手続きについて*/
	#visa .visaFeatures{
		padding: 30px 3% 10px;
		margin-top: -40px;
		margin-bottom: 20px;
	}
	#visa .visaFeatures h4{
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	#visa .cntBox .cnt .cntImg{
		height: 200px;
	}
	#visa .cntBox .cnt:before{
		font-size: 11rem;
	}
	#visa .cntBox .cnt .cntTxt h6{
		font-size: 2.2rem;
		letter-spacing: 2px;
	}
	#visa .cntBox .cnt .cntTxt h6:before{
		width: 25px;
		height: 25px;
	}
	#visa .cntBox .cnt03{
		margin-bottom: 0;
	}
	#visa .cntBox .cnt .cntTxt .moreBtn{
		right: 4%;
	}
	/*お知らせ*/
	#news .moreBtn{
		left: 80%;
	}
	#news div.recent-list .infoText{
	    padding: 5px 2% 15px;
	}
	#news div.recent-list .infoText .infoDate{
		display: block;
	}
	/*行政コラム*/
	#column{
		margin-bottom: 40px;
	}
	#column .moreBtn{
		left: 80%;
	}
	#column div.recent-list{
		width: 100%;
		max-width: 300px;
		margin: 20px auto;
		display: block;
	}
	#column div.recent-list:hover{
		opacity: 1;
	}
}

