@charset "utf-8";

/*==================
.header設定
==================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px var(--contentPadding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.page-visual {
    background-image: url("../img/headerImg_sp.svg"); 
    background-repeat: repeat;
}

.header.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  

.header__topic {
    width: 165.001px;
    height: 22px;
}


.header.hide {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
  
  
@media (min-width: 1024px) {
    .header {
        padding: 30px 7.2226%;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    .page-visual {
        background-image: url("../img/headerImg_pc.svg"); 
        background-repeat: repeat;
    }

        .header.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    
}
  
@media (min-width: 1440px) {
    .header__topic {
        width: 255px;
        height: 34px;
    }
}

/*==================
page-titleheader設定
==================== */

.page-title {
    padding: 152px 0 54.59px var(--contentPadding);
}

/*========
title
==========*/

.title__en{
    color: var(--primary-deep-teal);
    font-family: "Inter";
    font-size: clamp(1.5rem, 1.875vw, 2.7rem);
    font-weight: 700;
    line-height: 1;
    }
    
  .title__icon {
    width: 15.315px;
    height: 18.901px;
    display: block;
    object-fit: contain;
    }
    
@media screen and (min-width: 768px) {
    .title__icon {
    width: 21.875px;
    height: 26.997px;
    }
}

.title__head {
    display: flex;
    align-items: center;
    gap: clamp(7.56px, 0.73055vw, 10.52px);
    justify-content: flex-start;
    margin-bottom: clamp(10.46px, 2.3vw, 32px);
}

.title__ja {
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-size: clamp(3rem, 4.87vw, 7rem);
    font-weight: 700;
    line-height: 1;
}




/* ===== PC切り替え：1024px〜 ===== */
@media screen and (min-width: 1024px) {
    .page-title {
        padding: 240px 0 131px var(--contentPadding);
    }
}

@media screen and (min-width: 1440px) {
    .page-title {
        padding-left: 14.45%;
    }
}

/*==============
titleのアニメーション
===============*/
.title__icon,
.text-anime-en .letter,
.text-anime-ja .letter {
  opacity: 0;
  transform: translateX(40px);
}

.text-anime-en .letter,
.text-anime-ja .letter {
  display: inline-block;
}

.text-anime-en,
.text-anime-ja {
  opacity: 0;
}

.text-anime-en.visible,
.text-anime-ja.visible {
  opacity: 1;
}


  



/* ===========
sub-title設定
============== */

.sub-title__icon{
    width: clamp(15.315px, 0.1594vw + 14.717px, 17.014px);
    height: clamp(18.901px, 0.1968vw + 18.166px, 20.997px);
}

.sub-title__ja {
color: var(--primary-deep-teal);
font-family: "Zen Kaku Gothic New";
font-size: clamp(15px, 0.4695vw + 13.24px, 20px);
font-style: normal;
font-weight: 700;
line-height: 1;
}

.sub-title,
.sub-title-sp,
.sub-title-pc {
    display: flex;
    gap: 7.56px;
}


.only-pc {
    display: none;

}
.message__image-pc {
    display: none;
}

.sub-title-pc {
    display: none;
}

.message__name-pc {
    display: none;
}


@media (min-width: 1024px) {
    .only-pc {
        display: block;
    }
    .only-sp {
        display: none;
    }

    .message__image-sp {
        display: none;
    }

    .message__image-pc {
        display: block;
    }

    .sub-title-pc {
        display: block;
    }
    .message__name-pc {
        display: block;
    }

    .sub-title,
    .sub-title-sp,
    .sub-title-pc {
        gap: 8.18px;
        display: flex;
    }

    .sub-title-sp {
        display: none;
    }
    .message__name-sp {
        display: none;
    }
    

}


/* ==========
message設定
============= */

.message-section {
    padding: 90px var(--contentPadding);
}
@media (min-width: 1024px) {
    .message-section {
        padding: 160px var(--contentPadding);
    }
}
@media (min-width: 1440px) {
    .message-section {
        padding: 160px 14.45%;
    }  
}

.sub-title-sp {
    margin-bottom: 28.1px;
    align-items: center;
}

.message__name {
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.message__subName {
    color: var(--primary-dark-gray);
    font-family: "Inter";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}

.message__name-sp  {
    margin-bottom: 34px;
}

.message__image-sp {
    width: 279px;
    height: 380.376px;
    margin-left: 24px;
}

.message__bio {
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
font-size: clamp(13px, calc(0.18785vw + 12.2976px), 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 2.1; 
    margin-top: 19.62px;
}

.message__catch {
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-size: clamp(22px, calc(0.9756vw + 18.3407px), 31px);
    font-weight: 700;
    line-height: 1.7;
    margin-top: 48px;
    margin-bottom: 14px;
}


.message__content{
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-size: clamp(15px, 0.3704vw + 13.6111px, 19px);
    font-weight: 500;
    line-height: 2.1;
    margin-bottom: 31px;
}

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

.pc-only {
    display: none;
}
.sp-only {
    display: block;
}

/* ===== PC切り替え：1024px〜 ===== */
@media (min-width: 1024px) {
    .message__image {
        flex-shrink: 0;
        width: 322px;
        height: 439px;
    }
    
      .message__image-pc {
        width: 100%;
        height: auto;
        display: block;
    }

    .message__bio {
        margin-top: 58px;
        padding: 0;
    }
    .message__catch {
        margin-top: 72px;
    }
    .message__inner {
        display: flex;
        gap: 79px;
        align-items: flex-start;
    }
    .message__text {
        flex: 1;
        min-width: 0;
    }
    .sub-title-pc {
        margin-bottom: 29px;
        align-items: center;
    }
    .pc-only {
    display: block;
    }
    .sp-only {
    display: none;
    }


}


/* ============
vision-section
=============== */

.vision-section {
    padding: 90px var(--contentPadding);
    color: var(--primary-dark-gray);
    background-color: var(--primary-beige);
    background-image: url(../img/noiseImg_sp.png); 
    background-repeat: repeat;
    background-blend-mode: overlay;
    border-radius: 30px;
    text-align: center; 
}

.vision-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


.sub-title__en {
    color: var(--primary-deep-teal);
    font-family: "Inter";
    font-size: clamp(15px, 0.4514vw + 13.5px, 20px);
    font-weight: 700;
    line-height: 1;
}

.sub-title {
    margin-bottom: 23.1px;
    align-items: center;
}

.vision-title {
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-size: clamp(22px, calc(0.9756vw + 18.3407px), 31px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 41px;
}

.vision-texts p {
    font-size: clamp(15px, 0.3704vw + 13.6111px, 19px);
    line-height: 1.8;
    color: var(--primary-dark-gray);
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
}

.vision-texts p {
    margin-bottom: 32px;
}
.vision-texts p:last-child {
    margin-bottom: 55px;
}

.vision-diagram__img {
    width: clamp(327px, 85vw, 600px);
    height: clamp(290.622px, 75vw, 532px);
}

@media (min-width: 1024px) {
    .vision-section {
        padding: 160px var(--contentPadding);
        border-radius: 60px;
    }

    .vision-title {
        margin-bottom: 60px;
    }
    .sub-title {
        margin-bottom: 29px;
    }

    .vision-texts p {
        margin-bottom: 47px;
    }
    .vision-texts p:last-child {
        margin-bottom: 100px;
    }

    .vision-diagram__img.only-pc {
        width: 849px;
        height: 316.294px;
    }


}
@media (min-width: 1440px) {
    .vision-section {
        padding: 160px 14.45%;
    }  
}


/* =============
article__footer
================ */
.footer-cta {
    background-color: var(--primary-white);
}