@charset "UTF=8";

.about {
    padding: 110px 0 0px;
    overflow: hidden;
}

.section {
    padding: 97px var(--padding-title14px) 0;

}

@media screen and (min-width: 769px) {
    .section {
        padding: 120px var(--padding-title140px) 0;
    
    }
}

.maintitle {
    width: 194px;
    position: relative;
    overflow: hidden;
}

.maintitle--person {
    width: 250px;
}


@media screen and (min-width: 769px) {
    .maintitle {
        width: 600px;
        margin-top: 120px;
    }
}

.maintitle__boder {
        display: block;
        background-color: var(--text-primary,#312A20);
        height: 1px;    
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 1s;
}

.activeLine {
    width: 100%;
}

.illustrations__boder {
    display: block;
    background-color: var(--text-primary,#312A20);
    height: 1px;    
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: 0.6s;
    opacity: 1;
}

.active__underLine {
    width: 100%;
}

.maintitleTxt {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 769px) {
    .maintitleTxt {
        font-size: 4.5rem;
        font-weight: 700;
    }
}

.maintitleTxt--person {
    padding: 3px;
}


.maintitleNote__box{
    overflow: hidden;
}

.maintitleNote {
    font-size: 1.8rem;
}


.fadeIn__under {
    transform: translateY(-100%);
    transition: 0.5s;
}

.active__bottom {
    transform: translateY(0);
}

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

@media screen and (min-width: 769px) {
    .profile__main {
        display: flex;
        justify-content: center;
        margin: 53px 2% 0;
    }
}

.profile__img{
    text-align: center;
}

.profile__img img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    border: 1px solid var(--text-primary,#312A20);
    margin: 65px auto;
}

@media screen and (min-width: 769px) {
    .profile__icon{
        margin: 100px 11%;
    }

    .profile__img img {
        margin: 0;
    }
}

.profile__mane {
    text-align: center;
    padding: 40px 5%;
    line-height: 1;
}

@media screen and (min-width: 769px) {
    .profile__mane {
        text-align: left;
        padding: 0;
    }
}

.profile__nameEn {
    font-size: 3rem;
    font-weight: 500;
}

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

.profile__nameJa {
    font-size: 2rem;
    margin-top: 12px;
}

.profile__biography {
    padding: 20px var(--padding-title14px);
    line-height: 1.6;
}


@media screen and (min-width: 769px) {
    .profile__biography {
        padding: 50px 0;
        width: 538px;
    }
}

.profile__biography p {
    margin-top: 32px;
}
.profile__biography p:first-of-type {
    margin-top: 0;
}

/* 
skill
======================================= */

.skill__subTitle {
    border-bottom: 1px solid var(--text-primary,#312A20);
}

@media screen and (min-width: 769px) {
    .skill__subTitle {
        width: 100%;
    } 
}

.skill__subtxt {
    font-size: 2rem;
    line-height: 2;
    border-left: 6px solid var(--bg-secondty,#F6AD49);
    padding-left: 14px;
    margin: 10px 0;
}

@media screen and (min-width: 769px) {
    .skill__subtxt {
        font-size: 3.2rem;
        margin: 20px 0;
    }
    
}

@media screen and (min-width: 769px) {
    .skill__main {
        max-width: 1120px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 90px auto 0;
    }
    
}

.skill__box {
    margin-top: 90px;
}

@media screen and (min-width: 769px) {
    .skill__box {
        display: flex;
        width: 483px;
        flex-direction: column;
        gap: 20px;
        padding: 12px 1%;
        margin-top: 0;
    }
}

.skill__box:first-of-type {
    margin-top: 60px;
}

@media screen and (min-width: 769px) {
    .skill__box:first-of-type {
        margin-top: 0;
    }
}

.skill__txt {
    padding: 15px 1%;
}

@media screen and (min-width: 769px) {
    .skill__txt {
        padding: 0 1%;
    }
}

.skill__item {
    display: flex;
    gap: 4%;
    margin-top: 18px;
}

@media screen and (min-width: 769px) {
    .skill__item {
        margin-top: 0px;
    }
}

.skill__icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    color: var(--pointcolor,#6E49F6);
    border: 1px solid var(--pointcolor,#6E49F6);
    border-radius: 15px;
    line-height: 1.2;
}

.skill__icon p {
    margin: 22px 0;
    text-align: center;
}

.skill__icon2 p{
    font-size: 4rem;
    margin: 10px 0;
}

.skill__iconBr p{
    text-align: left;
    margin: 10px 7px;
}


/* 
person
============================= */
.section--person {
    padding: 97px 0 0;

}

@media screen and (min-width: 769px) {
    .section--person {
        padding: 120px 0 0;
    
    }
}

.person__title {
    padding: 0 var(--padding-title14px) 0;

}

@media screen and (min-width: 769px) {
    .person__title {
        padding: 0 var(--padding-title140px) 0;
    
    }
}


.skill__subTitle--per {
    margin: 60px var(--padding-title14px) 0 ;
}

@media screen and (min-width: 769px) {
    .skill__subTitle--per {
        width: 460px;
        margin-top: 130px;
    }
    
}

@media screen and (min-width: 769px) {
    .person__container {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
    }
    
}
.person__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 50px;
}

@media screen and (min-width: 769px) {
    .person__content {
        gap: 0;
        flex-direction: row;
        justify-content: space-between;
    }    
}

@media screen and (min-width: 1180px) {
    .person__content {
        width: 1120px;
    }    
}

.person__item {
    width: 350px;
    height: 400px;
    padding: 5px 0;
    border: 1px solid var(--text-primary,#312A20);
    border-radius: 15px;
    padding: 18px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.person__img img {
    width: 280px;
    height: 165px;
    object-fit: contain;
}

.person__itemTitle {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 20px;

}
.person__txt{
    margin: 10px 11%;
    height: 140px;
}


.section--illustration {
    padding: 97px 0;
}

@media screen and (min-width: 769px) {
    .section--illustration {
    padding: 180px 0 140px;
    }
}



.illustration__title {
    margin: 0px auto 0;
    text-align: center;
}

.maintitle--illustration {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.illustration__title p {
    margin: 0 auto;
    padding: 0;
}

.illustration__box {

    margin: 0 auto;
}

.illustration__container {
  overflow: hidden;
  width: 100%;
  margin-top: 70px;
}

.illustration__content {
  padding: 0 12px;

}

.illustration__item img {
  width: 250px;
  height: 250px;
  border: 1px solid var(--text-primary, #312A20);
  border-radius: 15px;
}

