@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/
.stateBk{
    /*background: linear-gradient(45deg, #f7f7f7 0%, #f7f7f7 25%, #f4f8fc 25%, #E5EAF0 50%,#f7f7f7 50%, #f7f7f7 75%, #f4f8fc 75%, #E5EAF0 100%);*/
}


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

#steatsubtitle{
    margin-bottom: 100px;
}

#steatsubtitle div.cont{
	text-align: center;
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
	font-weight: bold;
}

#steatsubtitle p{
    padding-top: 20px;
}

.state h3,
.state2 h3,
.state3 h3{
    font-size: 24px;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
	text-decoration : underline 4px solid #fdd23e;
}
    

.state{
    position: relative;
    padding: 40px 0;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #f8f8f8 70%, #f8f8f8 100%);
}


.state2{
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 10%, #fff 10%, #fff 60%,#f8f8f8 60%, #f8f8f8 100%);
}


.state3{
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 5%, #fff 5%, #fff 100%);
}

.state1Img{
    width: 70%;
}


.state1Right{
    margin: 30px 0;
    width: 40%;
    position: absolute;
    top: 50%;
    left:65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1476c7;
    border-right: 1px solid #dddddd;
    filter: drop-shadow(0px 0px 10px rgb(211, 211, 211));
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all  1.4s ease;
}


.state2{
    position: relative;
    padding: 40px 0;
}
.state2Img{
    width: 70%;
    margin: 0 0 0px auto;
}


.state2Right{
    margin: 30px 0;
    width: 40%;
    position: absolute;
    top: 50%;
    left:30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1476c7;
    border-right: 1px solid #dddddd;
    filter: drop-shadow(0px 0px 20px rgb(211, 211, 211));
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all  1.4s ease;
}

.state3{
    position: relative;
    padding: 40px 0;
    margin-bottom: 60px;
}


.state3Img{
    width: 70%;
}


.state3Right{
    margin: 30px 0;
    width: 40%;
    position: absolute;
    top: 50%;
    left:70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1476c7;
    border-right: 1px solid #dddddd;
    filter: drop-shadow(0px 0px 10px rgb(211, 211, 211));
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all  1.4s ease;
}
a .state1Right,
a .state2Right,
a .state3Right{
    color: #fff;
    background-color: #1476c7;
}

.state1Right:hover,
.state2Right:hover,
.state3Right:hover {
    color: rgb(53, 53, 53);
    background-color: #fff;
}

a:hover,
a h2:hover{
    color: #fff;
}

.state1Right .websaite,
.state2Right .websaite,
.state3Right .websaite{
    width: 90%;
    margin-right: 9%;
    padding: 55px 10%;
    border-right: 1px solid #dddddd;
    min-height: 240px;
}

.state1Right p,
.state2Right p,
.state3Right p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.5;
    line-height: 1.75;
    padding: 20px 0;
}

.state1Right .arrow1,
.state2Right .arrow1,
.state3Right .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


a .web1right{
    color: #000;
}

.web1right:hover {
    color: #fff;
    background-color: #1476c7;
}

a:hover,
a h2:hover{
    color: #fff;
}


.web1left .arrow1,
.web2left .arrow1,
.web3left .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.webCont2 a {
    color: #000;
}



.web1right .websaite{
    width: 90%;
    margin-right: 9%;
    padding: 55px 10%;
    border-right: 1px solid #dddddd;
}


.web1right .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.webCont2{
    width: calc(50% + 600px);
    margin-top: 100px;
    margin-left: auto;
    display: flex;
    min-height: 300px;
}



.web2left{
    width: 400px;
    position: relative;
    top:20%;
    left: 20%;
}

.web2left .websaite:hover {
    color: #fff;
    background-color: #1476c7;
}


.web2left .websaite{
    width: 300px;
    padding: 50px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px rgb(122, 122, 122));
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.web2left h2{
    width: 300px;
}
.web2left .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.webCont2 a {
    color: #000;
}

.web2right{
    width: calc(100% - 400px);
}


.web2right img{
    width: 100%;
    height: auto;
    display: block;
}

a .web2right{
    color: #000;
}

.web2right:hover {
    color: #fff;
    background-color: #1476c7;
}


.web2right .websaite{
    width: 90%;
    margin-right: 9%;
    padding: 55px 10%;
    border-right: 1px solid #dddddd;
}


.web2right .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


a .web3right{
    color: #000;
}

.web3right:hover {
    color: #fff;
    background-color: #1476c7;
}



.web3right .websaite{
    width: 90%;
    margin-right: 9%;
    padding: 55px 10%;
    border-right: 1px solid #dddddd;
}


.web3right .arrow1{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6.23818%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}




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


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

    .main_text_area p.text1{
        margin: 0;
        font-size: 24px;
        padding-top: 30px;
    }
    
    .main_text_area p.text2{
        padding-bottom: 20px;
    }
    #steatsubtitle div.cont {
        width: 100%;
        padding-top: 0px;
    }
    #steatsubtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #steatsubtitle h2{
        font-size: 20px;
        padding: 30px 0;
    }
    

    #system div.cont h2{
        font-size: 20px;
    }
    .state,
    .state2,
    .state3{
        margin-bottom: 40px;
    }

    .state1Img,
    .state2Img,
    .state3Img {
        width: 100%;
        background:none;
        margin: 0;        
    }
    .state h3,
    .state2 h3,
    .state3 h3{
        font-size: 18px;
    }
        
    .state1Right,
    .state2Right,
    .state3Right{
        position: absolute;
        width: 80%;
        top:80%;
        left:10%;
        margin: 0 auto;
        -webkit-transform: translateY(calc(-50% + 15px)) !important;
        transform: translateY(calc(-50% + 15px)) !important;
        transform: translateY(-50%) !important;
        opacity: 1;
    }
    
    .state1Right .websaite,
    .state2Right .websaite,
    .state3Right .websaite{
        padding: 20px 10%;
        min-height: 100px;
    }
    .state1Right p,
    .state2Right p,
    .state3Right p{
        font-size: 14px;
        padding: 0;
        margin-bottom: 0;
    }
}