/******************************/
/********************** 共通 **/
/******************************/

.creator-area .page-title{
    border-left: 10px solid var(--baseOrange);
}

/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){

.page-img{
    background-image: url(../img/about_img01.png);
}
/*****/
.creator-title{
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.creator-item{
    margin-bottom: 30px;
    line-height: 1.2;
}
.creator-item h3{
    display: flex;
}
.creator-item-img{
    display: block;
    width: 20px;
    margin-right: 0.5rem;
}
.creator-item-img img{
    width: 100%;
    height: auto;
}
.creator-item-caption{
    display: block;
    font-size: 1.2rem;
    margin-top: -2px;
}
.creator-item p{
    font-size: 1.0rem;
    padding: 0.5rem 0;
}
/*****/
.creator-item .btn{
    display: flex;
    margin: 1rem 0 2rem;
    gap: 3rem;
}

.illustration{
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
.illustration-img{
    width: 100%;
}
.illustration-img p{
    width: 90%;
    font-size: 0.85rem;
    padding-left: 0.5rem;
    border-left: 3px solid var(--baseOrange);
}
.illustration-img p a{
    width: 30px;
}
.illustration-img p a > img{
    width: 100px;
    height: auto;
}
.illustration img{
    width: 100%;
    height: auto;
}
.illustration-caption{
    width: 100%;
} 
}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){

.page-img{
    background-image: url(../img/about_img01.png);
}

/*****/
.creator-title{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.creator-item{
    margin-bottom: 30px;
    line-height: 1.2;
}
.creator-item h3{
    display: flex;
}
.creator-item-img{
    display: block;
    width: 20px;
    margin-right: 0.5rem;
}
.creator-item-img img{
    width: 100%;
    height: auto;
}
.creator-item-caption{
    display: block;
    font-size: 1.2rem;
    margin-top: -2px;
}
.creator-item p{
    font-size: 1.0rem;
    padding: 0.5rem 0;
}
/*****/
.creator-item .btn{
    display: flex;
    margin: 1rem 0 2rem;
    gap: 3rem;
}
.illustration{
    display: flex;
    margin-bottom: 3rem;
}
.illustration-img{
    width: 50%;
}
.illustration-img p{
    width: 90%;
    font-size: 0.85rem;
    padding-left: 0.5rem;
    border-left: 3px solid var(--baseOrange);
}
.illustration-img p a{
    width: 30px;
}
.illustration-img p a > img{
    width: 100px;
    height: auto;
}
.illustration img{
    width: 100%;
    height: auto;
}
.illustration-caption{
    width: 50%;
}

}