#visual {
	width:100%;
	height:900px;
	position:relative;
}
#main_visual{
	height: 900px;
}
#visual_txt {
	font-size: 80px;
	color:#fff;
	line-height: 130%;
	text-shadow: 0px 0px 5px #000000;
	position: absolute;
	width: 100%;
	height: 900px;
	top: 0;
}
#visual_txt .vit01{
	right:20%;
	top:10%;
	text-align:right;
	position:absolute;
}
#visual_txt .vit02{
	left:20%;
	bottom:10%;
	text-align:left;
	position:absolute;
}
#container {
    position: relative;
	padding:160px 0 ;
}
#container_box {
    width: 100%;
}
.section_dea {
	background-image:url(../img/dea03.jpg);
	background-repeat:no-repeat;
	height:800px;
	width:100%;
}
.section_dea_zen {
	background-image:url(../img/zen03.jpg);
}
#index_select_salan {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#index_select_salan.row {
    flex-direction: row;
}
div#index_select_01 {
    position: relative;
    width: 50%;
    max-width: 700px;
    padding: 200px 60px 60px 60px;
}
div#index_select_01:after {
    content: '';
    width: 660px;
    height: 700px;
    position: absolute;
    background-color: rgba(10,10,10,0.7);
    left: 0;
    bottom: -40px;
    backdrop-filter: blur(3px);
}
.select_title {
    font-size: 40px;
    z-index: 10;
    position: relative;
    text-align: left;
    color: #fff;
}
.select_txt {
	font-size: 18px;
	line-height:48px;
	margin-top:60px;
	z-index: 10;
	position: relative;
	text-align: left;
	width: 90%;
	color: #fff;
	font-weight: normal;
}
.index_site_link {
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    width: 70%;
    smargin-left: 15%;
    margin-top: 40px;
    padding: 10px 0;
}
.index_site_link:after, .index_site_link:before {
    width: 50px;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    transform: rotateZ(45deg);
}
.index_site_link:after {
    right: -21px;
    top: 5px;
}
.index_site_link:before {
    left: -20px;
    bottom: 5px;
}
.index_site_link p {
	position:relative;
}
.index_site_link p:after {
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(60deg);
    width: 65px;
    height: 7px;
    position: absolute;
    bottom: 14px;
    left: 90%;
}
.section_dea:nth-child(2) {
    margin-top: 200px;
}
h3.index_select_title {
	position:relative;
	/* padding-left: 60px; */
}
h3.index_select_title:after {
    /* content: ''; */
    width: 40px;
    height: 1px;
    background-color: #615151;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.select_title:after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -30px;
}