@charset "UTF-8";
/* ==============
    common
=============== */
html{
    font-size: 62.5%;
}

body{
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-style: normal;
    color: #2F2F2F;
    font-weight: 400;
    background-color: white;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

.section__topic{
    font-family: Arial;
    font-size: 2.4rem;
    color: #11465C;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width:769px) {
    .section__topic{
        font-size: 4rem;
    }
}

/* ==============
    header
========================================================== */

/* nav */
.nav__header{
    display: flex;
    justify-content: space-between;
    padding: 17px 8%;
    background-color: #C6F6F1;
}

.nav{
    background-color: rgba(255 ,255 ,255 ,0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top:68px;
    left: 0;
    z-index: 100;
    transform: translateY(-120%);
    transition: 0.6s;
}

.nav.active{
    transform: translateX(0);
}

.nav__logo{
    width: 100px;
    height: auto;
}

.nav__menu{
    padding-top: 45px;
}

.nav__item{
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 2.5;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 55px;

    opacity: 0;
}

.nav__item.active:first-of-type{
    opacity: 1;
    animation-delay: 0.5s;
}
.nav__item.active:last-of-type{
    opacity: 1;
    animation-delay: 1s;
}


.sns__list{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 75px;
}

.snsIcon img{
    width: 40px;
    height: auto;
}

/* body header */
.header{
    width: 100%;
    height: 68px;
    padding: 17px 8%;
    background-color: #C6F6F1;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

.header__main{
    position: static;
    z-index: 510;
}

.logo{
    width: 100px;
    height: auto;
}

.header__btn{
    width: 32px;
    height: auto;
    position: absolute;
    top: 22px;
    right: 31px;

    z-index: 10;
    transition: 0.4s;
    transform: scale(1,1);
}

.header__btn.active{
    opacity: 0;
    z-index: -10;
    transform: scale(1,0);
}

.nav__btn{
    width: 32px;
    height: auto;
    position: absolute;
    top: 22px;
    right: 31px;

    opacity: 0;
    z-index: -10;
    transition: 0.4s;
    transform: rotate(0deg);
}

.nav__btn.active{
    opacity: 1;
    z-index: 10;
    transform: rotate(90deg);
}


/* over 769px */
@media screen and (min-width:769px) {
    
    .header{
        padding: 18.5px 3.5%;
        display: flex;
        z-index: 10;
    }

    .nav{
        background-color: rgba(255 ,255 ,255 ,0);
        transform: translateX(0);
        position: static;
        height: auto;
        display: flex;
        justify-content: flex-end;
    }
    
    .nav__header{
        display: none;
    }

    .nav__menu{
        padding-top: 0;
        display: flex;
    }
    
    .nav__list{
        display: flex;
    }

    .nav__item{
        opacity: 1;
        margin-top: 0;
        line-height: 1.5;
        text-align: left;
        padding-right: 60px;
        text-decoration-color: #4FC3F4;
    }

    .sns__list{
        margin-top: 0;
        justify-content: flex-end;
        align-items: center;
    }

    .header__btn{
        display: none;
    }
}/* over 769 end */


/* ==============
    article-header
========================================================== */
.article__header{
    margin-top: 68px;
}

.mv__sp{
    position: relative;
    z-index: -200;
}

.mv__pc{
    display: none;
}

.profile{
    width: 100%;
    margin-top: -60px;
}


/* アイコン周辺 */
.profile__myname{
    display: flex;
    margin: 0 7.2% 0 15%;
    position: relative;
}

.profile__icon{
    width: 80px;
    height: auto;
    position: absolute;
    left: -40px;
    bottom: 0;
}

.profile__myname::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: solid 5px #4FC3F4;
    z-index: -100;
}

.myname__txt{
    width: 100%;
    margin: 0 7.2% 0 20%;
}

.myname__other{
    display: flex;
    justify-content: flex-start;
}

.profile__birth,.profile__born{
    color: #000;
    font-size: 1.5rem;
    padding-top: 7%;
}

.profile__birth{
    padding-right: 35px;
}

.profile__name__layout{
    display: flex;
    justify-content: flex-start;
    padding-top: 2.5%;
}

.profile__name{
    color: #000;
    font-family: Arial;
    font-size: 2.4rem;
    font-weight: 700;
}

.profile__job{
    color: #000;
    font-size: 2.2rem;
    display: flex;
    justify-content: flex-start;
    padding-left: 30.6%;
}/* アイコン周辺 */


/* プロフ アイコンの下 */
.profile__intro{
    margin: 35px 9.3% 61px 11.2%;
}

.profile__txt{
    display: flex;
    font-size: 1.2rem;
    line-height: 2;
    padding :10px 0 10px 4.2%;
    position: relative;
    border-left : solid 5px  #4FC3F4;
}

.skill__list{
    width: 100%;
    margin-top: 52px;
}

.profile__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-top: solid 2px #4FC3F4;
    border-bottom: solid 2px #4FC3F4;

}

.profile__skill{
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2;
    width: 140px;
    margin-top: 15px;
}/* プロフ アイコンの下 */


/* article header 769px */
@media screen and (min-width:769px) {
    .mv__sp{
        display: none;
    }

    .mv__pc{
        display: block;
        position: relative;
        z-index: -200;
    }

    .profile{
        margin-top: -370px;
    }

    .profile__myname{
        margin: 0 18.8% 0 23.7%;
    }

    .profile__icon{
        width: 150px;
        left: -75px;
    }

    .myname__txt{
        margin-left: 100px;
        margin-right: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .profile__name{
        color: #000;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        font-family: Arial;
        font-size: 4rem;
        font-weight: 700;
    }

    .profile__birth, .profile__born{
        color: #000;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        font-family: Arial;
        font-size: 2.4rem;
        font-weight: 500;
        padding-top: 0;
        margin-bottom: 9px;
    }

    .myname__other{
        display: flex;
        align-items: flex-end;
    }

    .profile__job{
        color: #000;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        font-family: Arial;
        font-size: 3.2rem;
        font-weight: 500;
        padding-left: 0;
        margin-left: 31%;
    }

    .profile__intro{
        margin: 17px 17% 120px 21%;
        display: flex;
    }

    .profile__txt{
        font-size: 1.6rem;
        line-height: 2;
        padding: 5% 6% 5% 2%;
    }

    .skill__list{
        margin: 0;
        border-left: solid 5px #4FC3F4;
        padding-left: 2%;
    }

    .profile__list{
        border-top: 0;
        border-bottom: 0;
        padding: 30px 0;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .profile__skill{
        margin-top: 0;
        text-align: left;
        font-size: 1.6rem;
        width: 100%;
    }
}

/* article header 769px */

/* ==============
    works
========================================================== */
.works{
    background-color: #C6F6F1;
    text-align: center;
    padding: 44px 10% 96px;
    position: relative;
}

/* worksカード */
.works__card{
    max-width: 300px;
    display: block;
    margin: 40px auto 0;
}

.works__img{
    max-height: 225px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.works__item{
    background-color: white;
    border-radius: 0 0 30px 30px ;
    text-align: start;
    padding: 15px 15px;
    border-top: solid 1.5px lightgray;
}

.item__topic{
    font-size: 1.5rem;
    font-weight: 600;
}

.item__txt{
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 18px;
}

.item__btn{
    color: #002F43;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin: 20px 52px 15px;
    background-color: #74FFF1;
    position: relative;
    border-radius: 5px;

}

.arrow{
    display: flex;
    width: 6.6px;
    height: auto;
    position: absolute;
    top: 13px;
    right: 11px;
}

.item__btn:hover{
    color: #487D94;
    background-color: #9CFFF5;
    transition: 0.4s;
}

.more{
    color: #23556A;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: underline ;
    position: absolute;
    bottom: 30px;
    right: 13.3%;
}

.more:hover{
    color: #5C8DA1;
    transition: 0.4s;
}
/* worksカード end */

/* over 769px */
@media screen and (min-width:769px) {
    .works{
        padding: 100px 0;
    }

    .works__list{
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .works__card{
        margin: 102 0 0;
    }

    .more{
        right: 8.3%;
    }
    
}/* over 769px end */

/* ==============
    contact
========================================================== */

.contact{
    padding: 31px 0 37px;
}

/* form */
.contact__form{
    margin: 46px 49px 0 36px;
    padding: 6px 0 6px 25px;
    border-left: solid 5px #4FC3F4;
}

.form__item{
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.form__box{
    background-color: #C2E3E0;
    border-radius: 5px;
    /* サイズ変更できるのがデフォルト */
    resize: none;
}

.name__box{
    width: 50%;
    height: 20px;
}

.mail__box{
    width: 100%;
    height: 20px;
}

.message__box{
    width: 100%;
    height: 80px;
}

/* 送信ボタン */
.send__btn{
    display: inline-block;
    position: relative;
    width: 60px;
    height: 22px;
    background-color: #74FFF1;
    border-radius: 5px;
    text-align: center;
    margin-top: 8px;

    color: #002F43;
    font-size: 1.1rem;
    font-weight: 600;

    transition: 0.4s;
}

.paper_airplane{
    position: absolute;
    top: 7px;
    right: 10px;
    width: 9.5px;
    height:auto;
}

.send__btn:hover{
    transform: scale(1.1);
    transition: 0.4s;
}

/* my address */
.contact__address{
    margin: 30px 49px 0 36px;
    padding: 6px 0 20px 25px;
    border-top: solid 5px #4FC3F4;
    border-bottom: solid 5px #4FC3F4;
}

.address__topic{
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 10px;
}

.address{
    font-size: 1.5rem;
    text-decoration: none;
}

.contact__sns{
    margin-top: 20px;
}

.contact__sns .snsIcon img{
    margin-right: 20px;
    width: 35px;
    height: auto;
}

/* 確認画面 */
.contact__look{
    text-align: center;
}

.look__title{
    display: inline-block;
    font-size: 3rem;
    margin: 20px auto;
}

.item__title{
    font-size: 2rem;
}

.look__item{
    
    font-size: 1.6rem;
    margin-top: 15px;
}

/* over 769px */
@media screen and (min-width:769px) {
    .contact__res{
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        margin: 80px 0 100px;
    }

    .contact__address{
        width: 50%;
        margin: 0 0 0 0;
        padding: 0 0 20px 50px;
    }

    .address__topic{
        color: #000;
        font-family: Arial;
        font-size: 2rem;
        font-weight: 500;
        margin-top: 0;
    }

    .address__item,.contact__sns{
        margin-top: 45px;
    }

    .address__item:first-of-type{
        margin-top: 20px;
    }

    .address{
        font-size: 1.6rem;
        text-decoration: none;
    }

    .contact__sns .snsIcon img{
        width: 45px;
        height: auto;
    }


    .contact__form{
        margin: 0;
        padding: 0 20px 0 25px;
        width: 26.4%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .send__btn{
        position: absolute;
        right: -80px;
        bottom: 0;
        margin-top: 0;
    }
    
    .name__txt,.address__txt{
        height: 30px;
    }
    .message__txt{
        height: 90px;
    }



}
/* over 769px end */


/* ==============
    footer
========================================================== */
.footer{
    background-color: #A5C0BE;
    padding: 22px 47px;
    position: relative;
}

.footer__item{
    font-size: 1.4rem;
    text-decoration: underline;
    margin-top: 20px;
}

.footer__item:first-of-type{
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0;
}

.copy{
    position: absolute;
    bottom: 22px;
    right: 15px;
    font-size: 1.2rem;
}

/* over 769px */
@media screen and (min-width:769px) {
    .footer{
        padding: 26px 0 10px;
    }

    .footer__list{
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 5%;
        position: relative;
    }

    .footer__item:first-of-type{
        position: absolute;
        top: 0;
        right: auto;
        left: auto;

        color: #000;
        font-size: 2.4rem;
        font-weight: 500;
    }

    .footer__item{
        font-size: 2rem;
        margin-top: 54px;
    }

    .copy{
        position: static;
        margin-top: 35px;
        text-align: center;
    }
}
/* over 769px end */