@charset "utf-8";


/* ===========
about-header
============ */

.about-header {
    margin-top: 127px;
    padding-left: clamp(20px, 3.4vw, 49px);
    padding-right: clamp(20px, 3.4vw, 49px);
}

@media (max-width: 800px) {
    .about-header {
        margin-top: 150px;
    }
}

/* =============== */



/* ===========
about-section
============ */


.top-about {
  margin-bottom: 400px;
}

.top-about-header {
  padding-left: clamp(20px, 3.4vw, 49px);
  padding-right: clamp(20px, 3.4vw, 49px);
  margin-top: 230px;
  margin-bottom: 46px;
}

.about-container {
  padding-left: clamp(20px, 3.4vw, 49px);
  padding-right: clamp(20px, 3.4vw, 49px);
}

.about-inner {
  display: flex;
  gap: clamp(20px, calc(20px + (183 - 20) * ((100vw - 769px) / (1440 - 769))), 183px);
  margin-top: 73px;
}

.about-image {
  width: 100%;
  max-width: 488px;
  object-fit: cover;
  display: block;
}

.about-name {
  color: var(--primary-white);
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP";
  font-size: 30.462px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.609px;
}

.about-roman {
  margin-top: 18px;
  color: var(--primary-gray);
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
}

.about-description {
  color: var(--primary-white);
  font-family: "Noto Sans JP";
  font-feature-settings: 'palt' on;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 180%;
  margin-top: 24px;
  letter-spacing: 0.3px;
}

.about-description p {
  margin-bottom: 27px;
}

.about-description p:last-child {
  margin-bottom: 0;
}

.view-more-button.about-button {
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 87px
}

@media screen and (max-width: 768px) {

  .top-about {
    margin-bottom: 200px;
  }

  .top-about-header {
    margin-top: 200px;
    margin-bottom: 48px;
  }
  .about-inner {
    flex-direction: column;
    gap: 0;
    margin-top: 48px;
  }

  .about-text {
    margin-top: 89px;
  }

  .view-more-button.about-button {
    margin-top: clamp(40px, 195px - ((100vw - 375px) * 0.3), 195px);
  }

  .about-description {
    margin-top: 34px;
  }

  .about-roman {
    margin-top: 14px;
  }

  .about-description p {
    margin-bottom: 25px;
  }

  .view-more-button.about-button {
    margin-top: 60px
  }

}

/* 1921px以降の設定 */
@media (min-width: 1921px) {
    .about-container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* ==========
section--skill
section--strength
=============*/

.section {
    padding-left: clamp(20px, 3.4vw, 49px);
    padding-right: clamp(20px, 3.4vw, 49px);
    margin-top: 230px;
}


.section-bracket,
.section-label {
    color: var(--primary-white);
    font-family: "DM Sans";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.2px;
}

.section-label  {
  margin-right: 25px;
  margin-left: 25px;
}


.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}


@media screen and (max-width: 768px) {

    .section {
        margin-top: 200px;
    }

    .flex-wrap {
        flex-direction: column
    }

}

/* 1921px以降の設定 */
@media (min-width: 1921px) {
  .section {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* block */

.block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--primary-white);
    width: 100%;
}


.block-number {
    color: var(--primary-white);
    font-family: "DM Sans";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.45px;
}


.block-heading {
    color: var(--primary-white);
    font-family: "DM Sans";
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 34px;
}

.block-heading-ja {
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 35px;
}


.block-text {
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    font-weight: 350;
    line-height: 180%;
    margin-top: 34px;
}

.block-tools {
    color: var(--primary-gray);
    font-family: "DM Sans";
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 12px;
}

.block-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    width: clamp(300px, 65.7639vw, 947px);
}

@media screen and (max-width: 768px) {

    .block-group {
        width: auto;
    }

    .block-inner {
        margin-top: 32px;
    }

    .block-heading {
        margin-top: 21px;
    }

    .block-text {
        font-size: 14px;
    }

    .block-tools {
        margin-top: 16px;
    }

    .block {
        padding-bottom: 31px;
        margin-bottom: 31px;
    }
    
}

/* ================ */



/* =================
section--like
==================== */

.section--like {
    margin-bottom: 250px;
}

.section--like .section-title-wrap {
    white-space: nowrap;
}

.like-item {
    flex-shrink: 0; 
}

.like-wrap {
    display: flex;
    flex-wrap: nowrap;   
    justify-content: space-between;
    gap: 40px
}

.like-img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.like-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    width: clamp(335px, 65.7639vw, 947px);
    column-gap: clamp(7px, 4vw, 40.461px);
    row-gap: clamp(20px, 5vw, 54px);
}

.like-number {
    color: var(--primary-white);
    font-family: "DM Sans";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.45px;
    margin-bottom: 7px
}


.like-image-wrapper {
  position: relative;
  overflow: hidden;
}

.like-img {
  display: block;
  width: 100%;
  height: auto;
}

/* オーバーレイ初期状態（画像上だけ） */
.like-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  align-items: flex-start; 
  padding: 77px 29px 0;
  text-align: center;
}

.like-caption {
  color: #FFF;
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 350;
  line-height: 180%; /* 27px */
  letter-spacing: 0.3px;
  text-align: left;
}

/* PC用：ホバーで表示 */
@media (hover: hover) and (pointer: fine) {
  .like-image-wrapper:hover .like-overlay {
    opacity: 1;
  }
}

/* SP用：タップで表示 */
.like-item.is-active .like-overlay {
  opacity: 1;
}


@media screen and (max-width: 768px) {

  .like-wrap {
      gap: 32px;
      flex-direction: column
  }
  
  .like-number {
      font-size: 1.4rem;
      line-height: 120%;
      letter-spacing: -0.14px;
      margin-bottom: 4px
  }

  .like-items {
      width: auto;
      column-gap: calc(7px + (40.461 - 7) * ((100vw - 375px) / (768 - 375)));
  }

  .like-caption {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .like-overlay {
    padding: 44px 16px 0;
  }

}

@media (max-width: 1024px) {
    .like-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

