body{
    font-family: "Zen Kurenaido", serif;
    font-weight: 400;
    font-style: normal;
}

.inner__wrapper{
    max-width: 800px;
    margin: 0 auto;
}
.btn{
    display: inline-block;
    width: 300px;
    padding: 20px 0;
    margin-right: 50px;
    color: #000;
    text-decoration: none;
}

/* ヘッダー */
.header {
    position: fixed;
    z-index: 99999;
    background-color: #6e8499;
    width: 100%;
}
.menu-list {
    display: flex;
    justify-content: flex-end;
}
.menu-item {
    list-style: none;
    padding: 25px 26px;
}
.main-tittle {
    text-align: center;
}
#top {
    padding-top: 7px;
}

/* メイン */
.mv {
    background-image: url(img/hawaii.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 645px;
    position: relative;
    padding-top: 65px;
}


.main_tittle > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}


/* about*/
#about {
    background-color: #eafaff;
    padding: 150px 0;
}
.about_wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

.about_small_tittle {
    padding-left: 13%;
    margin-top: -33px;
    margin-bottom: 65px;
    }
    

.about_content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 150px;
}

.about_content > p {
    padding-top: 70px;
    line-height: 2;
}
.viewmore_bottom {
    margin-top: 5px;
    text-align: right;   
}
.btn > p {
    margin-right: 9px;
    margin-top: -23px;
}

/* works*/
#works {
    background-image: url(img/hawaii_sky.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 150px 0;
}


.works_tittle {
    padding-left: 35%;
}
.works_small_tittle {
    padding-left: 155px;
    margin-top: -33px;
    margin-bottom: 100px;
}
.works_counter {
    display: flex;
    justify-content: center;
    gap: 90px;
    margin-top: 30px;
    position: relative;
}
.works_content1  {
    margin-bottom: 230px;
}
.works_content1 > h3 {
    position: absolute;
    top: 20px;
    left: 45%;
}
.works_content2 {
    margin-top: 160px;
}
.works_content2 > h3 {
    position: absolute;
    bottom: 20%;
    left: 38%;
}

/* skill*/
#skill {
    background-color: #eafaff;
    padding: 150px 0;
}
.skill_tittle {
    padding-left: 50%;
}
.skill_small_tittle {
    padding-left: 18%;
    margin-top: -33px;
}
.skill_wrapper {
    display: flex;
    justify-content: center;
    gap: 95px;
    margin-top: 100px;
}
.skill_content_3 >img {
    margin-left: 20px;
}
.skill_content_4 > img {
    margin-top: -38px;
}
.skill_content_4 > p {
    margin-left: 34px;
    margin-top: -22px;
}
/* contact*/
footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 150px 0;
    background-image: url(img/mountainfuji.png);
}


.fotter_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.contact_tittle {
    padding-top: 150px;
    text-align: right;
}
.contact_small_tittle {
    margin-top: -35px;
    margin-right: 8%;
}

.fotter_inner > p {
    margin-top: 50px;
    text-align: right;
}




/* about.html */

/* メイン */
.mv_about {
    background-image: url(img/amami.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 645px;
    position: relative;
    padding-top: 65px;
}
.main_about__tittle {
    position: absolute;
    top: 50%;
    left: 20%;
}
/* about.html */
#about_page {
    background-color: #ddf2eb;
    padding: 150px 0;
}
.about_page_wrapper {
    margin: 0 auto;
    max-width: 800px;

}
.sub_tittle {
    font-size: 14px;
    margin-bottom: 20px;
}
.content_1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 70px;
}
.content_2 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.content_3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 70px;
}
.content_small2 {
    margin-top: 15%;
}

.content_small3 {
    margin-top: 19%;
}

/* works.html */

/* メイン */

.mv_works {
    background-image: url(img/hawaii_ocean.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 645px;
    position: relative;
    padding-top: 65px;
}


.main_works_tittle {
    position: absolute;
    top: 50%;
    left: 40%;
}

/* works1 */
.item {
    font-size: 12px;
    gap: 50px;
}
#works_page1 {
    background-color: #cfbdae;
    padding: 150px 0;
}

.works1_tittle {
    font-size: 25px;
    text-align: center;
}
.works1_content {
    display: flex;
    gap: 88px;
    max-width: 1000px;
    margin: 115px auto 0 auto;
}
.works1_summary {
    display: flex;
    flex-direction: column;
    padding: 205px 0;
}

.item {
    display: flex;
    margin-bottom: 50px;
}

dt::after {
    content: ":";
}
dt.works_list {
    flex: 0 0 25%;
    font-weight: 500;
    box-sizing: border-box;
}
dd.works_text {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
}


/* works2 */
#works_page2 {
    background-color: #b1a398;
    padding: 150px 0;
}
.works2_tittle {
    font-size: 25px;
    text-align: center;
}
.works2_content {
    display: flex;
    gap: 135px;
    max-width: 1000px;
    margin: 80px auto 0 auto;
}
.works2_summary {
    display: flex;
    flex-direction: column;
    padding: 186px 0;
}
dt.works2_list {
    flex: 0 0 25%;
    font-weight: 500;
    box-sizing: border-box;
}
dd.works2_text {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
}
.works2_text {
    width: 450px;
}

/* contact.html */

.mv_contact {
    background-image: url(img/shodoiland.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 645px;
    position: relative;
    padding-top: 65px;
}
.main_contact_tittle {
    position: absolute;
    top: 50%;
    left: 55%;
}


/* contactフォーム */

#contact_page{
    background-color:#bcd2e9;
    padding: 105px 0;
}

form {
    padding: 105px auto;
    max-width: 800px;
    margin: 0 auto;
}

input[type="text"],input[type="email"] ,textarea {
    border: 1px solid #000; /* 黒色の枠線を追加 */
    outline: none; /* アウトラインを消去（必要に応じて） */
    padding: 8px; /* 内側の余白を設定 */
    width: 100%; /* 幅を設定 */
    box-sizing: border-box; /* パディングと枠線を幅に含める */
}

textarea {
    height: 150px; /* 高さを設定 */
}


/* 送信ボタンのレイアウト */
.submit {
    text-align: center;
    padding-top: 50px;
}
.question {
    width: 50%;
}
input[type="submit"] {
    border: none;
    padding: 20px;
    width: 200px;
    background-color: #253958;
    color: #ffffff;
    font-size: 1rem;
}

#contact_page_footer {
    background-color: #6e8499;
    height: 75px;
}
.sns_mail {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}
.mail {
    display: flex;
    padding-left: 35px;
}







/* スマホ画面ver */
@media screen and (max-width: 767px) {
    /* 共通*/ 
    

   /* ヘッダー */ 
   .header {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    }



    .header_wrapper {
        margin: 0 100%;
    }


        .menu-list {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 0;
        }
    
        .menu-item {
            margin: 10px 0;
        }

    /* top-page*/

    .mv {
        max-width: 100%;
    }
    /*about */
    .mv_about {
        max-width: 100%;
    }
    .about_content {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    .about_tittle {
        margin: 0 auto;
        text-align: center;
    }
    .about_small.tittle {
        padding-left: 5%;
    }

    /* works */
    .works_counter {
        flex-direction: column;
        text-align: center;
    
    }
    .works_tittle {
        padding-left: 22%;
    }

    .works_content1 {
        margin-bottom: 0;
    }

    .works_content1 > h3 {
        position: absolute;
        top: -54px;
        left: 35%;
    }
    .works_content2 {
        margin-top: 0;
    }
    .works_content2 > h3 {
        position: absolute;
        bottom: 46%;
        left: 38%;
    }
    
    .works_content1 > p {
        font-size: 18px;
        text-align: center;
    } 
    .viewmore_bottom {
        margin-top: 10%;
    }
    /* skill */
    .skill {
        max-width: 100%;
    }
    .skill_wrapper {
        flex-direction: column;
        text-align: center;
    }
    .skill_tittle {
        padding-left: 25%;
    }
    .skill_small_tittle {
        padding-left: 43%;
    }
    .content_4 > img {
        margin-right: 15px;
    }
    .content_4 > p {
        margin-right: 40px;
    }

    /* contact */
    .contact_tittle {
        text-align: center;
    }
    .contact_small_tittle {
        margin-left: 32%;
    }
    .fotter_inner > p {
        text-align: center;
    }
    
    .footer > p {
        padding-top: 50px;
    }
    .btn {
        padding-right: 23%;
    }





    /* about-page */ 
    .mv_about {
        max-width: 100%;
    }
    .about_page_wrapper {
        max-width: 300px;
    }
    .content {
        flex-direction: column;
        gap: 30px;
    }

    /* works-page */ 
    .mv_works {
        max-width: 100%;
    }




 /* works-page */ 
 .works1_content {
    flex-direction: column;
 }
    

 .works2_content {
    flex-direction: column;
 }

}

/* works-page */ 
.main_contact_tittle {
    left: 15%;
}