@charset "utf-8";

html {
    overflow-x: hidden;
}

body {
    color: #4C5864;
}

img {
    width: 100%;
    height: auto;
    
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.l-header {
    position: relative;
    margin-top: 70px;
}

.l-header-title-en {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
    position: relative;
}

.l-header-title-jp {
    font-weight: 600;
    letter-spacing: .05em;
}

.l-header-title-position {
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
}

.l-header-image {
    padding: 0 50px;
}

@media screen and (min-width: 768px) {    
    .l-header-title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 10rem;
    }
    
    .l-header-title-en {
        font-size: 12.5rem;
        line-height: .9;
        margin-bottom: -1.4rem;
    }
    
    .l-header-subtitle {
        margin-right: 2.4rem;
    }
    
    .l-header-title-jp {
        line-height: 1.1;
        font-size: 2.5rem;
    }
    
    .l-header-title-position {
        font-size: 1.4rem;
        margin-top: .8rem;
    }
    
}

@media screen and (max-width: 767px) {
    .l-header-title {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .l-header-title-en {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: -.5rem;
    }
    
    .l-header-subtitle {
        align-self: flex-end;
    }

    .l-header-title-jp {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .l-header-title-position {
        font-size: 1rem;
        margin-top: .4rem;
    }

    .l-header-image {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .l-profile {
        width: 62%;
        margin: 14rem auto;
    }

    .profile-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .profile-title {
        width: 20%;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.6;
    }

    .license-name {
        width: 80%;
        line-height: 1.8;
        letter-spacing: .05em;
        margin-bottom: 1.6rem;
    }
    
    .profile-txt-box {
        width: 80%;
    }

    .profile-txt {
        line-height: 1.8;
        letter-spacing: .05em;
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .l-profile {
        width: 90%;
        margin: 8rem auto;
    }

    .profile-inner {
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .profile-title {
        width: 100%;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.6;
    }

    .license-name {
        width: 100%;
        line-height: 1.8;
        letter-spacing: .05em;
        margin-bottom: 1.6rem;
    }
    
    .profile-txt-box {
        width: 100%;
    }

    .profile-txt {
        line-height: 1.8;
        letter-spacing: .05em;
        margin-bottom: 1.25rem;
    }
}











