#detailservice{

}
#mainArea{    
    position: relative;
    min-width:1440px;
    margin:0 auto 3.5rem;
    z-index: 1;
}



/* KV Swiper zoomUp */

/*
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
  
#mainArea .slide-img {
    animation: zoomUp 5s linear 0s 1 normal both;  
}
*/  

/* imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
    display: block;
}
  

/**/
#about {
    /* position: absolute;
    bottom:0rem;
    left: 0; */
    width:100%;
    padding:4.0rem 60px 8rem;
    box-sizing: border-box;
    background:rgba(13, 15, 16, 0.9);
    z-index: 2;
    color: #fff;
}
#about .container {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center; */
    width: 100%;
    padding:0;
}
#about h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
}
#about h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 64px;
}
#about .container > div {
    /* max-width:640px; */
}
#about .container .lead p {
    font-size: 18px;
    line-height: 28px;
}


/* 

#about .container {
    padding: 0 120px;
}
#about h1 {
    font-size: 40px;
    margin-top: 140px;
    margin-bottom: 0;
}
#about h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 64px;
}
#about .container > div {
    display: flex;
    padding-bottom: 160px;

}
#about .container .lead p {
    font-size: 25px;
    line-height: 55px;
}
 */

#therefore {
    position: relative;
    color: #000;
}
#therefore .container {
    position: relative;
    padding: 100px 60px 100px;
}
#therefore .container .flex{
    display: flex;
    justify-content: space-between;
}
#therefore .container section > img {
    /* width: 926px; */
    /* width:640px; */
    width:52%;
    height: 100%;
    /* max-width:720px; */
    padding:0rem;
    background-color: #EEE;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.02);

}
#therefore .container section > div {
    position: relative;
    width: 46%;
    min-height: 378px;
    /* position: absolute;
    right: 40px;
    top: 200px; */
    background-color: rgba(255,255,255,0.06);
    box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.6),
                34px 34px 0 0 rgba(0,0,0,0.091) ;
}

#therefore h2{
    margin: 0 0 5.5rem;
    font-size: 15rem;
    color: #666;
 }

#therefore .title {
    padding-top: 65px;
    margin-bottom:3rem;
    text-align: center;
    font-size: 42px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.4;

}
#therefore .title-en {
    display: inline-block;
    padding: 40px 0 0.5rem 0;
    margin-left: 72px;
    text-align: center;
    font-size: 16px;
    font-family: 'Sawarabi Gothic', sans-serif;
    border-bottom:2px solid #24b1e0;
}
#therefore .container p {
    font-size: 18px;
    line-height: 40px;
    padding: 0 72px;
}
#therefore button {
    position: absolute;
    right: 0;
    bottom:1rem;
    width: 216px;
    margin: 10px 71px 64px 0;   
}
#therefore .container.second {
    background-color: #000;
    color: #FFF;
}

#therefore .container.second > section {
    margin:0 0 9.5rem ;
}
#therefore .container.second > img {
    /* position: absolute;
    right: 40px; */
}
#therefore .container.second section > div  {
    position: relative;
    /* height: 576px; */
    right: auto;
    background:#1f1f1f;
    border-top:1px solid #111;
    border-left:1px solid #111;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
}
#therefore .container.second .flex{
    flex-direction: row-reverse;

}

#message {
    position: relative;
    text-align: center;
    color: #000;
}
#message .comment{
    margin:0 0 4.2rem;
    padding:0 5%;
    line-height: 1.9;
    font-size: 2.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
#message .sign{
    width:320px;
    margin:auto;
}

#company {
    position: relative;
}
#company.kv {
    padding-top: 8.5rem;
    /* background-color: #ddd; */
}
#company .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;    
}
#company .title {
    color: white;
    padding-top: 65px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif JP', serif;
}
#company .title-en {
    color: white;
    padding-top: 12px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
}
#company button {
    margin-top: 68px;
    width: 539px;
}

#map {
    position: relative;
}
#map.kv {
    padding-top: 0;
    background-color: #DDD;
}
#map .container {
    text-align: center;
    width: 100%;    
}
#map h2{
    margin: 0 0 5.5rem;
    font-size: 15rem;
    color: #666;
 }
 #map .address{
    margin-bottom:3rem;
    font-size: 2rem;
    color: #000;
}


@media screen and (max-width:740px){
    html{
        font-size:4vw;
    }
    body{
        font-size:4vw;
    }
    .pc-hdn {
        display: block !important;
    }
    .sp-hdn {
        display: none !important;
    }
    #pagetop {
        width: 60px;
    }
    .header {
        min-width: initial;
        width: 100vw;
        height: 72px;
    }
    .container {
        width: 100%;
    }
    .kv {
        min-width: auto;
        padding-top: 72px;
    }

    #mainArea{    
        position: relative;
        min-width:100%;
        max-width:100%;
        margin:0 auto 1.5rem;
        z-index: 1;
    }
    #about{
        position:static;
        padding:1% 6% 8%;
    }
    #about .container {
        display: block;
        padding: 0 27px;
    }
    #about h1 {
        width:100%;
        font-weight: bold;
        font-size: 2.3rem;
        font-weight: bold;
        /* margin-top: 60px; */
        text-align: center;
    }
    #about h3 {
        font-size: 14px;
        text-align: center;
    }
    #about .container > div {
        padding: 0;
        flex-direction: column;
    }
    #about .container .lead p {
        font-size: 15px;
        line-height: 2;
    }
    #about .container .right .desc{
        font-size: 4vw;
        line-height: 30px;
        padding-top: 2%;
    }

    #therefore .container {
        padding: 55px 0 60px;
        overflow: hidden;
    }
    #therefore .container .flex{
        display: block;
    }
    #therefore .container section > img {

        /* width: 926px; */
        /* width:640px; */
        width:100%;
        height: 100%;
        max-width:100%;
        padding:0.6rem;
        box-sizing: border-box;
        box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.02);
    }
    #therefore .container section > div {
        position: relative;
        width: 90%;
        margin:auto;
        min-height: auto;
        /* position: absolute;
        right: 40px;
        top: 200px; */
        background-color: rgba(255,255,255,0.30);
        box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.6),
                    34px 34px 0 0 rgba(0,0,0,0.091) ;
    }
    
    #therefore .container.second {
        padding-bottom: 100px;
    }
    #therefore h2{
        margin: 0 0 3.5rem;
        padding:0 0.5rem;
        font-size: 3.5rem;
        color: #666;
     }
    #therefore .container.second > img {
        width: 509px;
        left: -64px;
        position: relative;
    }
    #therefore .container > div {
        width: 352px;
        right: auto;
        top: 250px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
    }
    #therefore .container.second > div {
        position: absolute;
        height: auto;
    }

    
    #therefore .title {
        font-size: 25px;
        text-align: center;
        padding-top: 31px;
    }
    #therefore .title-en {
        font-size: 14px;
        padding-top: 0;
        margin-left:1rem;
    }
    #therefore .container p {
        font-size: 15px;
        line-height: 1.85;
        padding: 0 11px;
        margin:1rem 0 1.5rem;
    }
    #therefore .images {
        width: 100%;
    }
    #therefore .images > div {
        width: 60%;
    }
    #therefore button {
        margin: 5px auto 33px;
        display: block;
        width: 122px;
        position: relative;
    }

 
    #company > div > img {
        width: 1440px;
        left: -620px;
        position: relative;        
    }
    #company .title {
        font-size: 22px;
        text-align: center;
        padding-top: 500px;
    }
    #company .title-en {
        font-size: 14px;
        text-align: center;
        padding-top: 0;
    }
    #company button {
        width: 80%;
        margin-top: 23px;
    }
    #company h3 {

    }
    #company > div.container > div > p {
        font-size: 0.8rem;
    }
 
    #message {
    }
    #message .comment{
        margin:0 0 4.2rem;
        padding:0 2.5%;
        line-height: 1.9;
        font-size: 0.9rem;
    }
    #message .sign{
        width:60%;
        margin:auto;
    }


    #map {
        position: relative;
    }
    #map.kv {
        padding-top: 0;
        background-color: #DDD;
    }
    #map .container {
        text-align: center;
        width: 100%;    
    }
    #map h2{
        margin: 0 0 5.5rem;
        font-size: 15rem;
        color: #666;
     }
     #map .address{
        margin-bottom:3rem;
        font-size: 2rem;
        color: #000;
    }
    
}
