*{
    text-decoration: none;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

/* PC非表示 */

@media screen and (min-width: 736px) {

    .sp{
        display: none;
    }
    
}



/* SP非表示 */
@media screen and (max-width: 735px) {

    .pc{
        display: none;
    }

}

/*  */


a{
    text-decoration: none;
}

.spr {
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
}

body {
    background:rgb(191, 195, 201);
    /* background: #BFC3C9; */
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.wrapper{
    width: 736px;
    margin: 0 auto;
}

h2 { 
    font-size: 1.5em;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
}

.u-alp{
    font-size: 0.875em;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
}


.h-line{
    border: solid 1px rgb(255, 255, 255);
    width: 200px;
    margin: 11px auto;
}
.ttl{
    margin-bottom: 2em;
}

.flex{
    display: flex;
}

/* HERO */

#hero{
    background-image: url(/images/hero_2.jpeg);
    width: 100%;
    height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom, center;
    margin-bottom: 5em;
}

header{
    color: white;
}

header{
    width: 100%;
    height: 50px;
padding-top: 1em;}

header .h-inner{
    display: flex;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-weight: 200;
    font-size: 0.8rem;
}


/* メニュー部一旦非表示 */

header nav{
    display: none;
}



header li{
    margin-right: 4em;
    font-size: 16px;
    display: inline-block;
}

header li:last-child{
    margin-right: 0;
}

.h-inner{
    margin: 0 auto;
}

.logo img {
    margin-top: 225px;
    width: 167px;
    height: 225px;
    filter: drop-shadow(0px 1px 4.4px rgba(0, 0, 0, 0.25));
}

.coppy {
    margin-top: 6em;
    color: rgb(218, 226, 233);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-shadow: 1px 1px 10px #e8e7ce;
}

@media screen and (max-width:735px) {
    
    #hero{
    width: 100%;
    height: 628px;
    margin-bottom: 3em;
    }
    
    .logo img{
        margin-top: 150px;
    }

    .coppy {
    margin-top: 6em;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    font-weight: 800;
    }
    

}



/* SEC01 */

.sec01{
    padding-bottom: 10em;
    background-image: url(/images/crane_v_3.svg);
    background-position: right;
    background-repeat: no-repeat;
}


.sec01-body {
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.32px; 
    text-align: left;

}

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

.sec01 h2{
    line-height: 2em;
}

.u-alp.sp{
    margin-bottom: 2rem;
}

.wrapper{
    width: 90vw;
}

.sec01{
    padding-bottom: 3rem;
    background-position: -260px 40px;
}

div .cp-name{
    font-size: 0.7em;
}

}

/* SEC02 */

.sec02{
    padding-bottom:10em ;
    position: relative;
}

.sec02::before{
    content: "";
    display: inline-block;
    background-image: url(/images/bg-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    width: 31vw;
    height: 420px;
    border-radius: 210px 0px 0px 210px;
    right: 0;
    top: 12.5em;
    z-index: -1;
}

.sec02-body{
    width: 736px;
    margin: 0 auto;
    padding: 2em 6em ;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #ECECEC 100%);
    box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.05);
}

.sec02-body span{
    font-weight: 200;
    font-size: 0.9em;
}

.sec02-body li{
	line-height:4em;
	border-bottom: 1px solid #ccc;
}

.sec02-body li:last-child{
    border-bottom: none;
}

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

    .sec02{
        padding-top: 21em;
        /* margin-top: 5em; */
    }

    .wrapper{
        width: 90vw;
        margin: 0 auto ;    
    }

    .sec02::before{
        width: 50vw;
        height: 210px;
        border-radius: 105px 0 0 105px;
        content: "";
        display: inline-block;
        background-size: cover;
        top:0
    }

    .sec02-body{
        width: 90vw;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    
    .sec02-body .line-height{
        padding: 1em 0;
        line-height: 2em;
    }

}

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

.sec02{
    padding-top: 21em;
    margin-top: 5em;
}



.sec02::before{
    width: 280px;
    height: 210px;
    border-radius: 105px 0 0 105px;
    content: "";
    display: inline-block;
    background-size: cover;
    top:0
}



.sec02-body{
    width: 90vw;
    background: none;
    box-shadow: none;
    padding: 0;
}

.sec02-body .line-height{
    padding: 1em 0;
    line-height: 2em;
}

}


/* SEC03 */

.sec03{
    padding-bottom: 5em ;
    position: relative;
}



.sec03:before{
    content: "";
    display: inline-block;
    background-image: url(/images/bg-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    width: 31vw;
    height: 420px;
    border-radius: 0px 210px 210px 0px;
    left: 0;
    top: -100px;
    z-index: -1;
}

.company {
    width: 600px;
    margin:  0 auto;
}

.company dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 5em;
}

.company dt{
    color: rgb(255, 255, 255);
    font-weight: 400;
    flex-basis: 50%;
    padding: 1em 1em 1em 1em;
    border-bottom: solid 1px #D3D3D3;
}

.company dd{
    flex-basis: 50%;
    padding: 1em 1em 1em 1em;
    border-bottom: solid 1px #D3D3D3;
}

.btn{
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    width: 438px;
    line-height: 50px;
    border-radius: 6px;
    background: #D9D9D9;
    text-align: center;
    margin: 0 auto;
    color: black;
    border: 1px solid white;
    transition: .5s;
    box-shadow: 0px 2px 8px 2px rgba(18, 18, 18, 0.1);

    
}

.btn i{
        margin-right: 0.5em;
        font-size: 0.9em;
        padding-bottom: 0.7em;
}


.btn:hover{
    background: #ffff;
    color: #a3a3a3;
    transform: scale(1.1,1.1);
}


@media screen and (max-width: 1280px) {
    .sec03{
        padding-top: 21rem;
    }

    
    .sec03:before{
        width: 50vw;
        height: 210px;
        border-radius: 0 105px 105px 0;
        content: "";
        display: inline-block;
        background-size: cover;
        background-position: right;
        /* margin-top: 3em; */
        top: 0;

    
    }

}

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


    .company{
        width: 390px;
        text-align: center;
        margin: 0 auto;
        background-image: url(/images/crane_v_3.svg);
        background-position: cover;
        background-repeat: no-repeat;

    }

    .company dl {
        flex-flow: column;
        width: 90%;
        margin: 0 auto;    }


    .sec03{
        position: relative;
        padding-top: 21rem;
    }

    .sec03:before{
        width: 280px;
        height: 210px;
        border-radius: 0 105px 105px 0;
        content: "";
        display: inline-block;
        background-size: cover;
        background-position: right;
        margin-top: 3em;

    
    }

    .btn{
        width: 90%;
        margin-top: 2em;
    }

}


/* FOOTER */

footer{
    margin: 0 auto;
}

.f-inner {
    margin-bottom: 3em;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}





footer img {
    width: 392px;
    height: auto;
    padding: 0.5em;
    }


footer p{
    font-size: 0.8em;
    line-height: 1rem;
    color: white;
    margin-bottom: 2em;
}

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

    footer p{
        line-height: 2rem;
    }

    .f-inner{
        display: block;
        margin-bottom: 6rem;
    }

    footer{
        width: 390px;
        margin: 0 auto;
        text-align: center;
    }

    footer img{
        display: inline-block;
        width: 90%;
        margin-right: 0;
    }

}