@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;
}




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

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

.systemTitle{
    width: 40%;
    margin: 0 auto;
    padding: 60px;
}

.systemTitle p{
    font-size: 20px;
    font-weight: bold;
}

.systemTitle p.en{
    font-size: 34px;
    font-weight: bold;
    color: rgb(192, 192, 192);
    margin-bottom: 0;
}

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

.systemCont p{
    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%, #f5f5f5 20%, #f5f5f5 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;
    }
    
    #system{
        margin-bottom: 20px;
    }
    #system div.cont{
        text-align: center;
        width: 90%;
    }

    #system div.cont h2{
        font-size: 20px;
    }
    #system div.cont p{
        font-size: 12px;
        padding: 20px;
    }
    .main_text_area .cont{
        width: 80%;
    }

    .main_text_area p.text1{
        font-size: 24px;
    }
    .main_text_area p.text2{
        padding-bottom: 20px;
    }

    .system1 .cont,
    .system2 .cont,
    .system3 .cont{
        width: 90%;
        flex-direction:column;
    }
    
    .systemTitle{
        width: 80%;
        padding: 20px 0;
    }
    .system2 .systemTitle{
        width: 80%;
        padding: 10px 0;
    }
    .systemTitle p.en{
        font-size: 20px;
    }

    .system1 .systemCont,
    .system2 .systemCont,
    .system3 .systemCont{
        width: 80%;
        margin: 10px auto 20px auto;
    }
    
    .system2 .systemCont img{
        width: 30%;
    }
    .systemCont p{
        font-size: 12px;
    }
}