@charset "UTF-8";

/* ====worksページ=== */

.work-infobox{
    background-color: #F9F5E8;
    font-size: 16px;
}


.work-img{
    text-align: center;
}

.work-infolink{
    text-align: center;
    padding-bottom: 50px;
}


.site-info{
    padding: 0 30px 20px 30px;
    margin: 0 20px;
    
}

.site-info dt,
.site-info dd{
    margin-bottom: .5rem;
}

.work-task{
    font-size: 1.2rem;
}

.work-title{
    font-size: 2rem;
}

.site-link::after{
    content: url('../images/li-icon.png');
}


@media screen and (min-width: 1025px) {
    .site-info{
        padding: 0 120px 20px 120px;
    }

    .works__box-1{
        margin-top: -40px;
    }
    
    
}



/* ====profileページ=== */

.toplink{
    width: 80%;
    text-align: right;
    padding-top: 50px;
    margin: auto;
}

.page-top-link{
    width: 100%;
    text-align: right;
    padding-top: 50px;
    margin: auto;
}



.profile__sec {
    width: 80%;
    aspect-ratio: 1;
    background-color: #F9F5E8;
    margin: 0 auto 30px auto;
    padding: 20px;
  }

/* 詳しいプロフィール */


.profile__name{
    display: none !important;
}

.profile__spname{
display: block !important;
width: 100%;
margin: auto;
padding-bottom: 20px;
}


.profile__more{
    text-align: center;
    height:auto;
    padding: 20px;
}

  .profile__more dt,
.profile__more dd{
    padding-bottom: 1rem;
}

.profile__more dt{
    font-weight: bold;
    font-size: 0.9rem;
}

.profile__more dd{
    font-size: 0.8rem;
}

/* = タブレット版 = */

@media screen and (min-width: 600px){

    .profile__sec{
        width: 70%;
        
    }
    .profile__spname{
        width: 70%;
    }
        
    .toplink{
        width: 70%;
    }
    

}
/* = デスクトップ版 = */


@media screen and (min-width: 1025px) {

    .profile__sec {
        width: 50%;
        padding: 20px;
      }
    
      .toplink{
        width: 50%;
    }
    
    .profile__name{
      display: block !important;
      width:100%;
      margin: auto;
      }
    
      .profile__spname{
        display: none !important;
    }
    
    .profile__more{
        background-image: url(../images/kao2.png);
        background-position: bottom right;
        background-size: contain;
        text-align: justify;
    }

     .profile__more dl{
        width: 50%;
        background-color: rgba(251, 251, 251, 0.3);
    } 

    .profile__more dt{
        font-weight: bold;
        font-size: 1rem;
    }
    

}


/* history */

.profile__history{
    background-color: #B3A57E; 
    font-size: 0.8rem;   
}

.profile__history h2{
    text-align: center;
    padding-bottom: 20px;
}



.profile__history--text img{
    width: 80px;
    height: 53px;
    padding-bottom: 1rem;
    padding-right: 1rem;
}


.profile__history--2011,
.profile__history--2016,
.profile__history--2022,
.profile__history--2024
{
    display: flex;
    padding-bottom: 1rem;
    
}

/* = タブレット版 = */

@media screen and (min-width: 600px){

    
    .profile__history--text{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        height: 100%;
        margin-left: auto;
        margin-right: auto;

    }
    .profile__history--2011,
    .profile__history--2016{
        padding-left: 1rem;

    }

    .profile__history--2022 {
        padding-left: 1rem;
        align-items: center;

    }

    .profile__history--text img{
        width: 80px;
        height: auto;
    }

}

/* = デスクトップ版 = */


@media screen and (min-width: 1025px) {
    .profile__history--text{
    height: 80%;
}

    .profile__history--text img{
        height: auto;
        padding-right: 0;
    }

    .profile__history--text{
        padding-top: 25px;}

    .profile__history--2011,
    .profile__history--2016{
        padding-left: 2rem;
        padding-bottom: 0;
    }

    .profile__history--2022 {
        padding-left: 2rem;
        align-items: center;
        padding-bottom: 0;
    }

    .profile__history--2024{
        padding-bottom: 0;
}

}


/* skill */

.skill__item article{
    width: 100%;
    aspect-ratio: 1;
    padding: 20px;
    margin-bottom: 15px;
    display: grid;
    place-content: center;
    place-items: center;

}

.skill__item--img {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;   
}

.skill__item--img img{
    margin-left: 5px;
}

.skill__item--img img:first-child{
    margin-left: 0;
}


.skill__item article dl{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.skill__item article dt{
    text-align: center;
}

.skill__item article dt,
.skill__item article dd{
    padding-bottom: 1rem;
}

.skill__item article:nth-child(odd)

{
    background-color: #fff;
}

.skill__item article:nth-child(even)

{
    background-color: #A3CBCE;
}



.skill__item img{

    width: 15%;
}

/* .skill__item--illust .skill__item--img{} */

/* .skill__item--other dt{
    padding-top: 2rem;
} */

/* = タブレット版 = */

@media screen and (min-width: 600px){

    .skill__item article{
        margin-bottom: 15px;
        width: 60%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

}    
    

/* = デスクトップ版 = */


@media screen and (min-width: 1025px){

    .skill__item article{
        margin-bottom: 0;
        width: 100%;
        height: 100%;
    }

    .skill__item{
        display: grid;
        grid-template-columns:50% 50%;
    }
    
    .skill__item article:nth-child(1),
    .skill__item article:nth-child(4)

    {
    background-color: #fff;
    }

    .skill__item article:nth-child(2),
    .skill__item article:nth-child(3)

    {
    background-color: #A3CBCE;
    }
} 
