@charset "uft-8";

/* about */
.top__group {
    background-color: var(--green);
    height: 154px;
}

.top__topic {
    max-width: 768px;
    padding: 51px var(--content-padding);
}

.top__title {
    font-family: var(--sub-font);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.top__lead {
    font-size: 1.2rem;
    line-height: 1.2; 
}

.about__wrapper {
    display: flex;
    flex-direction: column;
    padding: 72px var(--content-padding) 56px;
}

.about__image-wrapper {
    order: -1;
}

.about__content {
    margin-top: 48px;
}

.about__name {
    font-size: 2rem;
    font-weight: 500;
}

.about__sub-name {
    font-family: var(--sub-font);
    font-size: 1.6rem;
    margin-left: 12px;
}

.about__detail {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 2; 
}

/* about js__blur */
.js__blur {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

.img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}
  
@-webkit-keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
    }
  
    to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }
}

@keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
    }
  
    to {
        opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }
}/* about js__blur  */

/* about pc */
@media screen and (min-width: 768px) {
    .top__group {
        height: 150px;
    }

    .top__topic {
        max-width: 1080px;
        padding: 32px 12.5%;
    }

    .top__title {
        font-size: 5.6rem;
    }

    .top__lead {
        font-size: 1.6rem;
    }

    .about__wrapper {
        flex-direction: row;
        padding: 120px 12.5%;
        max-width: 1080px;
        margin: 0 auto;
        box-sizing: content-box;
    }
    

    .about__content {
        margin-top: 12px;
        width: 50.19%;
    }

    .about__image-wrapper {
        width: 43.7%;
        margin-right: 6.11%;
    }

    .about__detail {
        margin-top: 40px;
        font-size: 1.6rem;
        line-height: 2; 
    }
}/* 768px pc */

@media screen and (min-width: 1440px) {
    .top__topic {
        padding: 32px 0;
        margin: 0 auto;
    }
}

/* skills */
.skills {
    padding: 80px var(--content-padding) 56px;
}

.skills__list {
    margin-top: 48px;
}

.skills__item:not(:last-of-type) {
    margin-bottom: 64px;
}


.skills__title {
    text-align: center;
    font-family: var(--sub-font);
    margin-bottom: 16px;
}

.skills__name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.skills__category {
    font-size: 1.2rem;
    line-height: 1.2;
}

.skills__text {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 2; 
}

/* skills__detail,illust__image js-fade */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* skills pc */
@media screen and (min-width: 768px) {
    .skills {
        padding: 120px 12.5% 117px;
    }

    .skills__group {
        max-width: 1080px;
        margin: 0 auto;
    }

    .skills__list {
        margin-top: 80px;
        display: flex;
        max-width: 1080px;
        gap: 36px;
    }

    .skills__item:not(:last-of-type) {
        margin-bottom: 0;
    }

    .skills__item {
        max-width: 336px;
        width: calc((100% - 36px) / 3);
    }

    .skills__title {
        margin-bottom: 14px;
    }

    .skills__category {
        line-height: 1.2;
    }

    .skills__text {
        margin-top: 14px;
        font-size: 1.6rem;
    }
}/* 768px pc */

@media screen and (min-width: 1025px) {
    .skills__category {
        font-size: 1.4rem;
    }
}

/* strength */
.strength {
    padding: 80px var(--content-padding) 56px;
}

.section__title--strength,.section__lead--strength {
    text-align: left;
}

.strength__list {
    margin-top: 48px;
}

.strength__title {
    display: flex;
    position: relative;
}

.strength__name {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 16px;
}

.strength__arrow::before {
    background-image: url(../images/about/strength_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 8px;
    height: 11px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.strength__text {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 2; 
}

.strength__item:not(:last-of-type) {
    margin-bottom: 64px;
}

/* strength pc */
@media screen and (min-width: 768px) {
    .strength {
        padding: 120px 12.5%;
    }

    .strength__group {
        max-width: 1080px;
        margin: 0 auto;
    }

    .strength__list {
        margin-top: 58px;
    }

    .strength__name {
        font-size: 2.4rem;
    }

    .strength__item {
        display: flex;
        justify-content: space-between;
        margin-left: 56px;
    }

    .strength__text {
        margin-top: 0;
        font-size: 1.6rem;
        width: 75.1%
    }

    .strength__title {
        height: 100%;
    }

    .strength__arrow::before {
        width: 10px;
        height: 14px;
    }
}/* 768px pc */

/* career */
.career {
    padding: 80px var(--content-padding) 48px;
}

.section__title--career,.section__lead--career {
    text-align: left;
}

.career__list {
    margin-top: 48px;
}

.career__item:not(:last-of-type) {
    margin-bottom: 48px;
}

.career__date {
    font-family: var(--sub-font);
    font-weight: 700;
}

.career__detail {
    margin-top: 16px;
}

.career__label {
    position: relative;
}

.career__label::before {
    background-image: url(../images/about/label_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.career__lead {
    font-weight: 500;
    margin-left: 28px;
}

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

/* career pc */
@media screen and (min-width: 768px) {
    .career {
        padding: 120px 12.5%;
    }

    .career__group {
        max-width: 1080px;
        margin: 0 auto;
    }

    .career__detail {
        margin-top: 0;
        width: 88.7%;
    }

    .career__item {
        display: flex;
        justify-content: space-between;
        margin-left: 56px;
    }

    .career__date {
        font-size: 1.8rem;
    }

    .career__lead {
        font-size: 2rem;
    }

    .career__text {
        font-size: 1.6rem;
    }
}/* 768px pc */

/* illustration */
.illustration {
    padding: 80px var(--content-padding) 120px;
}

.section__title--illustration,.section__lead--illustration {
    text-align: left;
}

.illust__list {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 38px 21px;
}

.illust__item {
    max-width: 152px;
    width: calc((100% - 21px) / 2);
}

.illust__image {
    overflow: hidden;
}

.illust__image img {
    transition: 0.3s all ease;
}

.illust__image img:hover {
    transform: scale(1.1);
}


/* illustration pc */
@media screen and (min-width: 768px) {
    .illustration {
        padding: 120px 12.5% 144px;
    }

    .illustration__group {
        max-width: 1080px;
        margin: 0 auto;
    }

    .illust__list {
        margin-top: 80px;
        gap: 42px 60px;
    }

    .illust__item {
        max-width: 320px;
        width: calc((100% - 120px) / 3);
    }
}

/* animation page */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:var(--white); 
    z-index: 9999; 
    pointer-events: none; 
    opacity: 0; 
    -webkit-transition: opacity .8s ease; 
    transition: opacity .8s ease;
}

body.fade::after {
    opacity: 1;
}


