@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="profile">*/
.profile {
    position: relative;
    padding: 80px 5vw 40px 5vw;
}

.profile-in {
    max-width: 800px;
}

.profile-title-wrap {
    text-align: center;
}

.profile-en-title {
    width: 100%;
}

.profile-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 80px;
}

.profile-img-wrap {
    position: relative;
    width: 65%;
    text-align: right;
}

.profile-h2 {
    position: absolute;
    top: -20px;
    right: 10%;
    font-size: 24px;
    font-weight: 800;
    color: #3781e1;
}

.profile-name-wrap {
    width: 30%;
    border-left: solid 1px #333;
    padding-left: 24px;
    line-height: 1.5;
}

.profile-name-01 {
    font-weight: 600;
}

.profile-name-02 {
    font-weight: 800;
    font-size: 32px;
    margin-top: 16px;
}

.profile-name-03 {
    color: #007cf3;
}

.profile-txt {
    margin-top: 40px;
}

.wave-bg {
    opacity: 0.5;
    position: absolute;
    top: -80px;
    right: 0;
    width: 100%;
    z-index: -1;
}
/*終わり*/  


/*<section class="career">*/
.career {
    position: relative;
    padding: 40px 5vw 160px 5vw;
}

.career-in {
    font-weight: 600;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.career-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1;
    color: #3781e1;
}

.career-h2 {
    font-weight: 200;
    font-size: 180px;
    text-shadow: 8px 8px 0 #ddd;
}

.career-title-txt {
    font-size: 32px;
    font-weight: 800;
}

.career-txt-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.career-txt {
    font-weight: 400;
    position: relative;
    padding-left: 40px;
}

.career-txt::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 24px;
    height: 2px;
    border-bottom: solid 1px #333;
}

.hexagon-bg {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="profile">*/
    .profile-en-title {
        width: 80%;
    }

    .profile-img-wrap {
        width: 55%;
    }
    
    .profile-h2 {
        right: 16%;
        font-size: 20px;
    }
    
    .profile-name-wrap {
        width: 40%;
    }

    .wave-bg {
        top: 0;
    }    
/*終わり*/ 


/*<section class="career">*/
    .career {
        padding: 40px 5vw 80px 5vw;
    }

    .career-h2 {
        font-size: clamp(calc(160px), calc(180 / 1024 * 100vw), 180px);
    }

/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/ 


/*<section class="profile">*/
    .profile-en-title {
        width: 90%;
    }

    .profile-flex {
        margin-top: 40px;
    }

    .profile-img-wrap {
        width: 50%;
    }

    .profile-h2 {
        top: clamp(calc(-10px), calc(-14 / 599 * 100vw), -14px);
        font-size: clamp(calc(10px), calc(18 / 599 * 100vw), 18px);
    }

    .profile-name-wrap {
        width: 48%;
        padding-left: 8px;
    }
    
    .profile-name-01 {
        font-size: clamp(calc(12px), calc(16 / 599 * 100vw), 16px);
    }
    
    .profile-name-02 {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
        margin-top: 8px;
    }
    
    .profile-name-03 {
        font-size: clamp(calc(12px), calc(18 / 599 * 100vw), 16px);
    }
    
    .wave-bg {
        top: 0;
    }    
/*終わり*/ 


/*<section class="career">*/
    .career {
        padding: 40px 5vw 64px 5vw;
    }

    .career-h2 {
        font-size: clamp(calc(80px), calc(140 / 599 * 100vw), 140px);
        text-shadow: 4px 4px 0 #ddd;
    }
    
    .career-title-txt {
        font-size: clamp(calc(20px), calc(32 / 599 * 100vw), 32px);
    }
    
    .career-txt-wrap {
        gap: 16px;
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }
    
    .career-txt {
        padding-left: 32px;
    }    

    .career-txt::before {
        top: 10px;
        width: 16px;
    }    
/*終わり*/ 

}
