@charset "UTF-8";

/*
font-family: "Comfortaa", serif;
font-weight: 700;

font-family: "Zen Kaku Gothic New", serif;
font-weight: R400,M500,B700;
*/


/* 共通部分
------------------------------------- */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #42201D;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

.big-bg {
    background: linear-gradient(#FFEEEC,#FFF9F0,#EAF7FA);
    height: fit-content;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 4%;
}

.wrapper-2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 4%;
}

.wrapper-2 img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 4.2rem;
    font-family: "Comfortaa", serif;
    font-weight: 700;
    text-align: center;
}

h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #7B8384;
    text-align: center;
    margin: 80px 0 42px 0;
    position: relative;
    line-height: 1.4;
    padding:0.25em 1em;
    display: inline-block;
}

h2:before, h2:after { 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

h2:before {
    border-left: solid 1px #ff5722;
    border-top: solid 1px #ff5722;
    top:0;
    left: 0;
}

h2:after {
    border-right: solid 1px #ff5722;
    border-bottom: solid 1px #ff5722;
    bottom:0;
    right: 0;
}

h3 {
    font-size: 2.3rem;
    font-weight: 500;
    color:#F65C55;
    text-align: center;
}

h4 {
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
}

.more-btn {
    border: 1px solid #F65C55;
    color: #F65C55;
    border-radius: 30px;
    padding: 14px;
    background-color: #FFFFFF;
    display: block;
    width: 198px;
    margin: 48px auto;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 3px 0 0 #F65C55
}

.more-btn:hover {
    color: #FFFFFF;
    background-color: #F65C55;
}

.fa-chevron-right {
    padding-right: 15px;
}

/* ヘッダー
------------------------------------- */

.page-header {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-header {
    width: 300px;
}

.logo-header:hover {
    opacity: 0.7;
}

.drawer_hidden,.drawer_open {
    display: none;
}



/* .menu-icon {
    color: #F65C55;
    float: right;
    font-size: 2.5rem;
    padding-bottom: 2px;
}

.menu {
    border: 1px solid #F65C55;
    border-radius: 50%;
    display: none;
    padding: 10px 15px 15px 15px;
    width: 54px;
    height: 54px;

}

 */

.nav_list {
    display: flex;
    list-style: none;
    font-size: 2.3rem;
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-style: normal;
    align-items: center;
} 

.top-nv {
    display: none;
}

.top-nv, .about-nv, .works-nv {
    margin-right: 51px;
    a {
        color: #42201D;
    }

    a:hover {
        color: #F65C55;
        background-color: #FFF9F0;
    }

    p{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        color: #F65C55
    }
}


.contact-nv {
    background-color: #F65C55;
    padding: 8px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 5px #F65C55;
    border: solid 1px #FFFFFF;
}



.contact-nv a {
        color: #FCEE21;
        font-size: 2rem;
        align-items: center;
        position: relative;
        padding-left: 38px;
}

.contact-nv p {
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 1.1rem;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        padding-left: 38px;
}

.icon_mail_pc {
    display: block;
    width: 28px;
    position: absolute;
    top: 20%;
    left: 0px;
}

.icon_mail_sp {
    display: none;
}

.contact-nv:hover {
    opacity: 0.7;
}

.fa-envelope {
    color:#FFFFFF;
    margin-right: 15px;
    font-size: 2rem;
    
}


/* HOME
------------------------------------- */

.mv_pc {
    padding: 30px 0px;
    width: 100%;
}

.mv_sp {
    display: none;
}



/* HOME-私について */

.aboutme {
    position: relative;
}

.aboutme-bg_pc {
    display: block;
    margin: 0 auto;
    width: 100%;

}

.aboutme-bg_sp {
    display: none;
}

.aboutme-title {
    display: inline-flex;
    padding-bottom: 15px;
}

.aboutme-text {
    position: absolute;
    top: 18%;
    left: 18%;
}

.aboutme h1 {
    text-align: left;
    /* padding-bottom: 20px; */
}

.aboutme h3 {
    margin: 10px 0 0 56px;
}

.aboutme p {
    padding-bottom: 10px;
}


/* HOME-できること */


.ability {
    text-align: center;
}

.ability-item {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}

.ability-item li {
    background-color: #FFFFFF;
    width: 236px;
    height: 293px;
    box-shadow: 4px 4px 4px 0 rgba(189,217,219,62.6); 
}

.ability-item img {
    width: 130px;
    height: 130px;
    margin: 32px 53px 19px 53px;
}

.ability-item h4 {
    margin-bottom: 11px;
}

.ability-item p {
    max-width: 192px;
    text-align: center;
    margin: 0 auto;
}


/* HOME-Works部分 */
.gray-bg {
    background-color: #F7F7F7;
}

.works-title {
    display: block;
    padding: 66px 0;
}

.item-box img {
    width: 100%;
    height: auto;
}

.item-box:hover {
    opacity: 0.5;
}

.category {
    font-size: 1.2rem;
    background-color: #FFDCDA;
    color: #F65C55;
    /* border: 0.5px solid #F65C55; */
    border-radius: 18px;
    display: inline-block;
    padding: 3px 12px;
    margin-top: 10px;
}

.works-items {
    display: grid;
    gap: 30px 16px;
    grid-template-columns: repeat(auto-fit,minmax(308px,1fr));
    list-style: none;
}

.works-item p {
    font-weight: 700;
    margin-top: 8px;
}


/* HOME-Contact部分 */
.contact {
    background-image: url(images/contact-bg_pc.png);
    background-size: cover;
    height: 575px;
    background-position: top center;
    position: relative;
}

.contact img {
    display: block;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.fa-contact{
    font-size: 8.9rem;
    margin: 61px 0 40px 0;
}

.contact-title {

    margin: auto 0;
}

.contact-title-1 {
    font-size: 7.7rem;
    font-weight: 700;
    color:#FCEE21;
    position: absolute;
    top: 38%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
}

.contact-title-2 {
    font-size: 7.7rem;
    font-weight: 700;
    color:#7FC1D1;
    position: absolute;
    top: 38.4%;
    left: 50.4%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 4;

}

.contact-title-3 {
    font-size: 7.7rem;
    font-weight: 700;
    color:#7FC1D1;
    position: absolute;
    top: 38.4%;
    left: 50.4%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-text-stroke: 2px #FCEE21;
}

.contact-btn {
    max-width: 343px;
    min-height: 74px;
    background: linear-gradient(45deg,#FF4B54,#FF8646);
    color:#FFFFFF;
    padding: 20px 49px;
    font-size: 2.4rem;
    font-weight: 700;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.contact p {
    text-align: center;
    margin: 110px auto 50px auto;
    font-size: 2.5rem;
    font-weight: 500;
    color:#FFFFFF;
}

.contact-btn:hover {
    opacity: 0.7;
}

/* About
------------------------------------- */
.profile_sp {
    display: none;
}

.profile_pc {
    margin: 10% auto 00 auto;
    width: 100%;
}

.small-section {
    padding-top: 130px;
}

.skill-items {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit,minmax(460px,1fr));
    margin-top: 44px;
    place-items: center;
}

.skill-item {
    background-color: #FFFFFF;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    width: 463px;
}

.skill-icon {
    width: 125px;
    height: 125px;
    align-items: center;
    margin: 0 auto 10px auto;
    display: block;
}

.skill-name {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    width: 150px;
}

.skill-experience {
    border-top: 0.5px solid #CAC4C4;
    border-bottom: 0.5px solid #CAC4C4;
    text-align: center;
    margin: 10px 0;
    padding-bottom: 5px;
}

.skill-list {
    margin-left: 50px;
}

.about-box {
    margin: 50px auto 0 auto;
    padding: 48px 52px;
    background-color: #FFFFFF;
    border-radius: 31px;
}

.timeline {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 110px;
    float: left;
    margin: 34px 0;
    font-size: 2.1rem;
    font-family: "Comfortaa", serif;
    font-weight: 700;
}

.timeline-content {
    width: 74%;
    float: left;
    border-left: 2px #F2C8C4 solid;
    padding-left: 30px;
}

.timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #F65C55;
    position: absolute;
    left: 105px;
    top: 38px;
    border-radius: 100%;
}

.timeline-content p {
    margin: 35px 0;
}

.strength-item {
    display: inline-flex;
    border-bottom: 1px solid #FAD6D3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    align-items: center;
}

.strength-item h4 {
    width: 38%;
    text-align: left;
}

.strength-item p {
    width: 76%;
    padding-left: 30px;
}

.border-none {
    border: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.like-items {
    display: grid;
    gap: 50px 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
}

.like-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.like-item img {
    width: 178px;
    margin-bottom: 18px;
}

.like-item h5 {
    font-size: 1.8rem;
    padding-bottom: 8px;
    
}

/* Works-list
------------------------------------- */

.works-bg {
    background: linear-gradient(#FFEEEC, #FFF9F0);
    height: 235px;
}

/* ラベルのスタイル */
.filters {
    margin: 37px 0;
}

.filters * {
    display: inline-block;
}

.filters a {
    font-size: 1.7rem;
    background-color: #FFFFFF;
    color: #F65C55;
    border: 0.5px solid #F65C55;
    border-radius: 18px;
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
    min-width: 90px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.filters a:hover,
.filters a.active {
    background: #F65C55;
    color: #fff;
}

/* ラジオボタンがチェックされた時のラベルの色 */
[value="All"]:checked ~ .filters [for="All"],
[value="website"]:checked ~ .filters [for="website"],
[value="bannar"]:checked ~ .filters [for="bannar"],
[value="graphic-design"]:checked ~ .filters [for="graphic-design"],
[value="others"]:checked ~ .filters [for="others"] {
    background: #F65C55;
    color: #fff;
}

.margin {
    margin-bottom: 75px;
}

/* Works-detail
------------------------------------- */
.img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 100%;
}

.works-detail-name p{
    font-size: 2.3rem;
    font-weight: 700;
    margin: 14px 0;
}

.works-detail-1 {
    display:block;
    margin: 0 auto;
    width: 100%;
}

.detail-item h4 {
    text-align: left;
    padding-top: 45px;
}

.detail-item p {
    padding-top: 10px;
}


/* Contact
------------------------------------- */
.contact-bg {
    background: linear-gradient(#FFEEEC, #FFF9F0, #EAF7FA);
}

.contact-wrapper {
    max-width: 634px;
    margin: 0 auto;
    padding: 0 4%;
}

.page-title {
    padding: 60px 0 46px 0;
}

.page-title h1 {
    font-size: 6rem;
    
    color: #42201d;
    text-shadow: 3px 3px 0px rgba(66, 32, 29, 0.27);
}

.page-title h3 {
    padding-top: 10px;
}


.introduction {
    text-align: center;
    padding-bottom: 30px;
}

.field {
    font-size: 1.8rem;
    display: block;
    margin-top: 36px;
}

.required {
    color: #FFFFFF;
    background-color: #F65C55;
    font-size: 1.5rem;
    border-radius: 40px;
    margin-left: 20px;
    padding: 4px 18px;

}

.input-field {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
    font-size: 2rem;
    margin-bottom: 8px;
    width: 100%;
}


.button {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #F65C55;
    width: 235px;
    height: 72px;
    font-weight: 700;
    font-size: 2rem;
    padding: 23px 88px;
    letter-spacing: 2rem;
    border-radius: 11px;
    display: block;
    margin: 42px auto  0 auto;
}

.button:hover {
    opacity: 0.7;
}






/* フッター
------------------------------------- */

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo-footer {
    width: 120px;
    height: 40px;
}

.logo-footer:hover {
    opacity: 0.7;
}

.footer-nav li {
    display: inline-flex;
    justify-content: flex-end;
    font-weight: 700;
    margin-left: 33px;
}

.footer-nav a{
    color:#42201D;
    font-family: "Comfortaa", serif;
    font-weight: 700;
}

.footer-nav a:hover {
    color:#F65C55
}

.fa-instagram {
    font-size: 1.8rem;
}

footer p {
    height: 50px;
    text-align: center;
    color: #7B8384;
    padding-top: 20px;
    background-color: #D9D9D9;
    font-family: "Comfortaa", serif;
    font-size: 1.2rem;
}



/* タブレット版
---------------------------------------------------- */
@media (max-width: 1020px) {
    .like-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 850px) {
    /* ハンバーガーメニュー */
    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;/* 重なり順を一番上にする */
        cursor: pointer;
        background-color: #FFFFFF;
        border: 1px solid #F65C55;
        border-radius: 50%;
        padding: 8px 15px 15px 15px;
    }


    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #F65C55;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 8px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 8px;
    }

    .menu {
        color: #F65C55;
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 0.7rem;
        position: absolute;
        top: 41px;
    }


    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked ~ .drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
        
    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%; /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: linear-gradient(#F65C55,#FA7434);
        transition: .5s;
    }

    .top-nv {
        display: block;
    }

    .top-nv, .about-nv, .works-nv {
        margin: 30px 0;
        a {
            color: #FFFFFF;
            display: block;
            text-align: center;
        }

        p {
            color: #FFFFFF;
        }
    }

    .contact-nv {
        background-color: #FFFFFF;
        box-shadow: 0px 0px 0px 5px #FFFFFF;
        border: solid 1px #F65C55;
        margin-top:30px;
    }

    .contact-nv a {
        color: #F65C55;
    }
    
    .contact-nv p {
            
        color: #F65C55;
            
    }
    
    .icon_mail_pc {
        display: none;
    }

    .icon_mail_sp {
        display: block;
        width: 28px;
        position: absolute;
        top: 20%;
        left: 0px;
    }
    
    .contact-nv:hover {
        opacity: 0.7;
    }

    .nav_list {
        list-style: none;
        flex-direction: column;
        margin-top:50px;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked ~ .nav_content {
        left: 0;/* メニューを画面に入れる */
    }

    .main-nav, .aboutme-bg_sp{
        display: none;
    }

    .big-bg {
        height: fit-content;
    }

    .aboutme-text {
        top: 15%;
        left: 15%;
    }


    .ability-item, .like-items {
        flex-direction: column;
        align-items:center;
    }

    .ability-item li {
        margin-bottom: 30px;
        width: 380px;
    }

    .ability-item img {
        margin: 32px 33% 19px 33%;
    }

    

    .strength-item {
        flex-direction: column;
    }

    .strength-item h4 {
        width: 100%;
        text-align: center;
    }

    .strength-item p {
        padding: 21px 0 0 0;
        width: 100%;
    }

}


@media (max-width: 710px) {
    .item-box img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .works-name {
        margin-left: 14%;
    }

    .category {
        margin-right: 10px;
    }
}


/* モバイル版
------------------------------------------------------ */
@media (max-width: 600px) {
    
    .mv_pc {
        display: none;
    }
    
    .mv_sp {
        display: block;
        padding: 26px 0;
        width: 100%;
    }
    
    .menu{
        display: block;
    }
    .main-nav, .aboutme-bg_pc{
        display: none;
    }

    .big-bg {
        height: fit-content;
    }

    .logo-header {
        width: 210px;
    }

    .aboutme-bg_sp {
        display: block;
        margin: 30px auto;
        width: 80%;
    }

    .aboutme-text {
        top: -6%;
        left: 29%;
        width: 252px;
    }

    .aboutme-title {
        margin-top: 80px;
        display: block;
    }

    .aboutme h3 {
        font-size: 2.1rem;
    }

    .aboutme p{
        font-size: 1.4rem;
        width: contain;
    }

    .ability-item {
        flex-direction: column;
        align-items:center;
    }

    .ability-item li {
        margin-bottom: 30px;
        width: 236px;
    }

    .ability-item img {
        margin: 32px 24% 19px 24%;
    }

    .item-box img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .category {
        margin-right: 10px;
    }



    /* About */
    .profile_pc {
        display: none;
    }

    .profile_sp {
        display: block;
        width: 100%;
        padding: 10% 0 10% 0;
    }

    .skill-items {
        grid-template-columns: 1fr;
    }

    .skill-item {
        flex-direction: column;
        width: 310px;
    }

    .skill-list {
        margin-left: 0px;
    }

    .timeline {
        list-style: none;
    }

    .timeline-content {
        width: 100%;
        margin-left: 5px;
    }

    .timeline-date {
        margin-left: 30px;
        margin: 34px 0 10px 35px;
    }
    
    .timeline > li {
        margin-bottom: -1px;
    }

    .timeline-content:before {
        left: 0px;
    }

    .like-items {
        grid-template-columns: 1fr;
    }




    /* Contact */
    .contact-title-1,
    .contact-title-2,
    .contact-title-3 {
        font-size: 6.1rem;
    }

    .contact p {
        font-size: 1.7rem;
    }

    .contact {
        background-image: url(images/contact-bg_sp.png);
        height: 575px;
    }

    .page-title h1 {
        font-size: 5rem;
    }

    h3 {
        font-size: 1.8rem;
    }



    /* フッター */
    .footer-nav {
        flex-direction: column;
        height: 200px;
        justify-content:center;
        margin-bottom: 18px;
    }

    .logo-footer {
        margin: 27px 0 17px 0;
    }

    .footer-nav li {
        display: flex;
        margin: 0 0 10px 0;
        justify-content: center;
    }
    
}