@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/

#main {
    width:100vw;
    height:340px;
    position:relative;
    background:url(../images/web/main_bg.png) no-repeat center top;
    background-size:cover;
}

#main .main_text_area {
    top:10vh;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    position:absolute;
    z-index:1;
}

#main .main_text_area .main_text {
    margin-top:30px;
    font-size:21px;
    line-height:1.8em;
    font-weight:500;
}

.main_text_area .cont{
	margin: 0 auto;
	width: 40%;
    background-color: rgb(255, 255, 255,0.8);

}
.main_text_area p{
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
}

.main_text_area p.text1{
    margin: 0;
	font-size: 40px;
	padding-top: 30px;
}

.main_text_area p.text2{
	padding-bottom: 20px;
}

.main_text_area p.text3{
	margin: 10px 10px 30px;
}

#seosem{
	width: 1000px;
	margin: 40px auto;
}

#seosem h2{
	text-align: center;
	font-size: 30px;
}

.seosem1{
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 80%, #fff 80%, #fff 100%);
}

.seosem1 .cont,
.system3 .cont{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.seosemTitle{
	text-align: left;
    width: 40%;
    margin: 0 auto;
    padding: 60px;
}

.seosemTitle p{
    font-size: 30px;
    font-weight: bold;
}

.seosemTitle p.en{
    font-size: 28px;
    font-weight: bold;
	color:  #c2c2c2;
	text-decoration : underline 4px solid #fdd23e;
}

.seosemCont{
    width: 60%;
    margin: 200px 0 0;
	padding-bottom: 40px;
}

.seosemCont p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2;
}

.seosem2 p.engineImg{
	text-align: center;
	padding: 0;
}

.seosem2{
	width: 1000px;
	margin: 0 auto 100px;
	background-color: #f8f8f8;
}


.seosem2 p{
	padding: 0px 60px 60px 60px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2;
}
.seosem2 p.enginText{
	padding: 60px 60px 0 60px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2;
}






.system2{
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(90deg, #fff 0%, #fff 20%, #f8f8f8 20%, #f8f8f8 100%);
}

.system2 .cont{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    flex-direction:row-reverse;
}

.system2 .systemTitle{
    width: 40%;
    text-align: right;
    margin: 0;
    padding: 60px;
}


.system2 .systemCont{
    width: 60%;
    margin: 160px 0 0;
}


.system3 .systemCont{
    width: 60%;
    margin: 200px 0 0;
}

#system{
    margin-bottom: 100px;
}

#system div.cont{
	width: 1100px;
	margin: 0 auto;
}

#system h2{
	text-align: center;
	padding: 30px 0;
	font-size: 30px;
}

#system p{
	text-align: center;
	padding: 50px 0;
	font-size: 20px;
    font-weight: bold;
}



@media screen and (max-width: 767px) {

	#main {
        height:300px;
        background:url(../images/realstaet/main_bg_sp.png) no-repeat center top;
    }
    
    #seosem{
        margin-bottom: 30px;
    }
    #seosem div.cont{
        text-align: center;
        width: 90%;
    }

    #seosem div.cont h2{
        font-size: 20px;
    }
    #seosem div.cont p{
        font-size: 12px;
        padding: 20px;
    }

	.seosemCont{
		width: 100%;
		margin-top: 0px;
	}
	.seosemCont p{
		font-size: 14px;
	}

	.seosemCont img{
		height: 26px;
	}

	.seosem1{
		margin-bottom: 40px;
	}
	
	.seosem2{
		width: 90%;
		margin-bottom: 40px;
	}
    .main_text_area .cont{
        width: 80%;
    }

    .main_text_area p.text1{
        font-size: 24px;
    }
    .main_text_area p.text2{
        padding-bottom: 20px;
    }
	#seosem{
		width: 100%;
		margin: 20px auto;
	}
	#seosem div.cont{
		width: 100%;
		font-weight: bold;
	}
    .seosem1 .cont{
        width: 90%;
        flex-direction:column;
    }
    
    .seosemTitle{
        width: 100%;
        padding: 40px 0 0;
		margin-bottom: 20px;
    }
	.seosemTitle p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.seosemTitle p.en{
		font-size: 20px;
	}

	.seosem2 p {
		padding: 0px 20px 20px 20px;
		font-size: 14px;
	}
	.seosem2 p.enginText {
		padding: 20px 20px 0 20px;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2;
	}

}