@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #5c8483;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


header {
    display: flex;
    justify-content: space-between;
}


h1 {

    width: 100%;
    margin:10px 0px;
    margin-left: 10px;
    font-size: 45px;
    color: #fc7118;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}



header ul {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-right:0px ;
    margin-bottom: 5px;


}

header li {
    width: 100%;
    font-size: 20px;
    color: #5c8483;

}

header a:hover {
    color: #fc7118;
}

.main-visual {
    background-image: url(img/main-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}


h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 110px 0px 30px;
    font-size: 45px;
    color: #fc7118;
}

.plofile-vg {
    width: 450px;
    height: 600px;
    object-fit: cover;
    object-position: -380px 0px;
}

.plofile-wrapper {
    display: flex;
    justify-content: center;
}

.plofile-text {
    position: relative;
    margin: 200px 0 0 30px;
    font-size: 16px;
    line-height: normal
}

.plofile-text h3 {
    font-size: 30px;
    color: #5c8483;
}

.plofile-text .follow-me {
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 0;

}


.work-vg {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.work-content {
    display: flex;
    max-width: 600px;
    justify-content: left;
    position: relative;

    margin: 0px auto 30px;
    padding: 8px 12px;
    border: double 5px #fc7118;

}

.work h2 {
    color: #fc7118;
}

.work-content h3 {
    position: absolute;
    top: 30%;
    font-size: 25px;
    margin: 0 0 0 20px;
    line-height: 30px;
}

.work-content p {
    position: absolute;
    bottom: 30%;
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: normal
}

.request {
    background-color: bisque;
    padding-bottom: 30px;
}

.request h2 {
    color: #fc7118;
    padding-top: 30px;
}

.request-vg img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.request-wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}


.request-content {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.request-content:nth-of-type(4) {
    margin-left: 17.5%;
    margin-top: 30px;
}

.request-content:nth-of-type(5) {
    margin-right: 17.5%;
    margin-top: 30px;
}

.request-content h3 {
    font-size: 30px;
    margin-top: 20px;
    color: #5c8483;
}

.request-content p {
    margin-top: 10px;
    font-size: 15px;
    color: rgb(135, 132, 132);
    line-height: normal;

}

.contact {
    margin: 110px 0 0 0;
    text-align: center;
}


a.btn-contact {
    color: #fff;
    background-color: #5c8483;
    font-size: 16px;
    padding: 18px 50px;
    border-radius: 100vh;
    transition: all .5s;
    text-decoration: none;
    list-style: none;
}

a.btn-contact:hover {
    color: #fff;
    background: #fc7118;
}

footer {
    background-color: #5c8483;
    color: #fff;
    font-size: 14px;
    padding: 25px;
    text-align: center;
}

.follow-me {
    list-style: none;
    margin: 0 0 -8px;
    overflow: hidden;
    padding: 0;
}

.follow-me li {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
}

.follow-me li a::before {
    background-color: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 44px;
}

.follow-me li a:hover::before {
    color: #fc7118;
}

.follow-me li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.follow-me li a[href*="twitter.com"]::before {
    content: "\f099";
}

.follow-me li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.contact li {
    text-align: center;
    margin: 0px 10px;
    background-color: bisque;
}

.contact .follow-me {
    display: flex;
    justify-content: center;
    margin: 30px 0px 100px 0px;
    list-style: none;
    padding: 0;
}

.footer {
    padding: 10px 30px 30px 30px;
    font-size: 15px;
    color: white;
    background-color: #5c8483;
    border-top: 1px solid #e5e7eb;
}

.footer a:hover {
    color: #fc7118;
}

footer ul {
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    list-style: none;
}

footer li {
    font-size: 20px;
    padding: 0 20px 10px 20px;
}

footer a {
    color: #fff;
}

@media screen and (max-width: 750px){
        header{
        flex-direction: column;
        text-align: center;

}
}
@media screen and (max-width: 540px){
    header{
        flex-direction: column;
        text-align: center;

    }

    h1{
        font-size: 38px;
    margin-left: -10px;

    }

    header li{
        display: inline-block;
        margin-top: 0px;

    }

    .main-visual{
        width: 100%;
        height: 400px;
    }
    h2{
        font-size: 35px;
    }
    .plofile-wrapper{
        flex-direction: column;
        text-align: center;


    }

    .plofile-vg{
        width: 350px;
        height: 400px;
        margin:0 auto;
        object-fit: cover;
        object-position: -100px 0px;
    }
    
    .plofile-text h3{
        margin-top: -110px;
        margin-right: 10px;

    
    }
    .plofile-text{
        padding-bottom: 60px;
        margin:0 auto;
        margin-top: 140px;
        font-size: 13px;
    }

    .work-content{
        width: 70%;
    }

    .work-vg {
        width: 130px;
        height: 130px;
        object-fit: cover;
    }
    .work-content h3 {
        position: absolute;
        top: 20%;
        font-size: 13px;
        margin: 0 0 0 10px;
        line-height: 18px;
    }
    
    .work-content p {
        position: absolute;
        bottom: 10%;
        margin: 30px 0 0 10px;
        font-size: 10px;
        line-height:15px
    }
        
.request h2{
    margin-bottom: 0px;
}
    .request-wrapper{
        flex-direction: column;
        text-align: center;
    }
    .request-content:nth-of-type(4) {
        margin:0 auto ;
        margin-top: 30px;
}
    .request-content:nth-of-type(5){
        margin:0 auto ;
        margin-top: 30px;
}
    .request-content{
        margin:0 auto ;
}
.request-content{
    width: 70%;

    margin-top: 30px;
}
.request h3{
    font-size: 20px;
    margin-top: 10px;

}
.request-content p {
    font-size: 13px;
}
footer p{
    font-size: 10px;

}

footer li{
    padding: 0px;
    margin: 10px 10px 5px 20px;
}
}