body{
    background-color: antiquewhite;
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

header{
    position: fixed;
    width: 100%;
    z-index: 50;
}

.header{
    display: flex;
   /* justify-content: space-between;*/
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.nav-menu{
    list-style: none;
    display: flex;
    gap: 50px;
}

@media (max-width: 770px){
    header{
    position: fixed;
    z-index: 50;
    }
    .nav-menu{
        list-style: none;
        display: flex;
        gap: 7px;
        padding-left: 20px;
    }

    li>a{
        font-size: 0.39rem;
    }
    .header{
        display: flex;
    /* justify-content: space-between;*/
        background-color: #fff;
        padding: 0px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    }
    .logo{
        display: flex;
        justify-content: flex-end;
        width: 150px;
        height: auto;
        margin-left: auto;
        margin-right: 15px;
    }
    .logo_img{
        width:5rem;
    }
    .box4{
        width: 100%;
        height: 380px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        z-index: 7;
        padding: 0px, 20px;
        min-width: 300px;


    }
    .content1, .content2{
    display: block;
    justify-content: center;
    margin: 40px;
    }

    .kumo{
    z-index: -1;
    width: 100%;
    top: -330px;
    }



}




.logo{
    display: flex;
    justify-content: flex-end;
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: 15px;

}

.nav-menu>li{
    font-weight: bold;
    font-family: serif;
    
} 

li>a{
    text-decoration: none;
    color: red;
}

:hover.nav1>a {
    color: #9d7540;
}

:hover.nav2>a {
    color: #9d7540;
}
:hover.nav3>a {
    color: #9d7540;
}
:hover.nav4>a {
    color: #9d7540;
}
:hover.nav5>a {
    color: #9d7540;
} 

.top-image{
    width: 100%;
}


/*Serice*/

.Service-title, .Message-title{
    /*margin: 90px 50px 75px 50px;
    font-weight: bold;
    font-family: serif;
    font-size: 40px;
    z-index: 10;
    position: relative;*/
    font-size: 2rem;
    margin:40px 0  20px 30px;
    padding-bottom: 10px;
    text-shadow: 1px 2px 3px white;
    z-index: 3;

}

p{
    font-weight: bold;
    font-family: serif;
}

.Our-Survice{
    position: relative;
}


.sakura1{
    width: 34vw;
    height: auto;
    position: absolute;
    transform: translate(-150px, 20px);
    z-index: 1;
}

.sakura2{
    width: 27vw;
    height: auto;
    position: absolute;
    transform: translate(-15px, 370px) scaley(-1) scale(0.75) rotate(94deg);
    z-index: 3;
}

.sakura3{
    width: 35vw;
    height: auto;
    position: absolute;
    transform: /*translate(850px, -97px)*/ scale(-0.75) rotate(94deg);
    z-index: 3;
    right: -66px;
    top: 50px;
}

@media screen and (min-width:770px) {
    .content1, .content2{
    display: flex;
    justify-content: center;
    height: 530px;
    margin: 40px;
    }
}


.box1,.box2,.box3 {
    width: 400px;
    height: 530px;
    margin-top: 35px;
}

.box4{
    width: 500px;
    height: 380px;
}

.box2{
    align-content: center;
    z-index: 2;
}


/* --吉田追加css-- */

.brown_button {
    border: #58504a 1px solid;
    width: 210px;
    height: 80px;
    text-align: center;
    border-radius: 9999px;
    margin-left: 78%;
    margin-top: 50px;
    transition: 0.3s;
    background: none;
}

.brown_button p {
    text-align: center;
    color: #58504a;
    font-size: 23px !important;
    /* margin: 0; */
    transition: 0.3s;
}

.brown_button a {
	text-decoration:none;
}

.brown_button:hover {
	border: #dddddd 1px solid;
	background: #58504a;
}
.brown_button:hover p {
	color: #dddddd;
}

/* --吉田追加css ここまで-- */	


.Message-text{
    align-content: center;
    z-index: 7;
    margin-left: 50px;
}

.Message-text>p{
    padding-bottom: 110px;
}

.Our_Message{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 4;
}

.box4{
    margin-right: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 7;
}

.kumo{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -330px;
}

.hanabi1{
    position: absolute;
    z-index: 6;
    transform: scale(0.9) translate(0px,-130px);
}

.hanabi2{
    position: absolute;
    z-index: 6;
    transform: scale(0.7) translate(165px,-75px);
}

/*service_start*/
#service {
    margin-top: -12vh;
    padding-top: 12vh;
}

/*
.service_area {
    background: #f0f0f0;
    padding-bottom: 100px;
    width: 100%;
    height: 280vh;
}*/

.service_slider {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    position: relative;

}

.service_slider::-webkit-scrollbar {
    display: none;
}

.js-area {
    overflow: hidden;

}


.js-wrap {
    display: flex;
}

.js-item {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.service_banner{
    height: 15vh !important;
}

@media (max-width: 1000px){
.service_banner{
    height: 10vh !important;
}
}


/*@media (max-height: 800px) {
    .service_area {
        height: 300vh;
       
    }
    .themes_tx {
        margin-top: 100px;
    }
  }

.container_service {
    width: 100%;
    display: flex;
    gap: 3vw;
    
}*/

.themes_three {
    display: flex;
    justify-content: left;
    margin-left: 50px;

}

.themes_tx {
    width: 40vw;
    /*margin-top: 160px;*/
    color: #58504a;
    padding-left: 5vw;
    z-index: 5;
}

.themes_tx h3 {
    font-size: 27px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Roboto, Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;

}

.themes_tx p {
    font-size: 20px;
    font-weight: 500;
}

/*video*/
#video img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;
}


/*web*/

#Web img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;

}

/*app*/

#App img {
    width: fit-content;
    height: 70vh;
    object-fit: cover;

}

@media only screen and (max-width: 1090px) {
    

    #service {
        margin-top: -10vh;
        padding-top: 10vh;
    }



    .container_service {
        width: 100%;
        display: block;
        padding: 0;
    }

    .themes_three {
        display: block;
        text-align: center;
        margin: 0;

    }

    .themes_tx {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        color: #58504a;
        margin-bottom: 70px;
        padding-left: 0;
    }

    .themes_tx h3 {
        font-size: 23px;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 20px;
        font-family: Roboto, Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;

    }

    .js-item {
        height: 90%;
    }

    .themes_tx p:not(.view) {
        font-size: 13px;
        margin: 0px 25px 0px;
    }

    /*video*/
    #video img {
        width: fit-content;
        height: 40vh
    }


    /*web*/

    #Web img {
        width: fit-content;
        height: 40vh
    }

    /*app*/

    #App img {
        width: fit-content;
        height: 40vh
    }

    .inview fadeIn_up{
        display: none;
    }

    .brown_button {
        border: #58504a 1px solid;
        width: 175px;
        height: 40px;
        text-align: center;
        border-radius: 9999px;
        margin-left: 25%;
        margin-top: 50px;
        transition: 0.3s;
        background: none;
    }

    .brown_button p {
        text-align: center;
        color: #58504a;
        font-size: 17px!important;
        margin-top: 7px;
        transition: 0.3s;
    }

    .sakura1{
    width: 40vw;
    height: auto;
    position: absolute;
    transform: translate(-15px, -15px);
    z-index: 1;
}

    .sakura2{
        width: 34vw;
        height: auto;
        position: absolute;
        transform: translate(-15px, 520px) scaley(-1) scale(0.75) rotate(94deg);
        z-index: 3;
    }

    .sakura3{
        width: 37vw;
        height: auto;
        position: absolute;
        transform: /*translate(850px, -97px)*/ scale(-0.75) rotate(94deg);
        z-index: 3;
        right: -25px;
        top: 280px;
    }

}
