.logo_fadein{
	background: var(--main-gradation-opacity);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;

    p {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 9999;
        width: 31.25rem;
    }
}
@media (max-width: 767px){
    .logo_fadein p {
        width: 15rem;
    }
}

.hero,
.hero img{
    height: clamp(37.5rem, 100vh, 48rem);
}
#header{
    display: grid;
    padding: 1rem 0 0 !important;
}
#header section,
.hero{
    grid-column: 1;
    grid-row: 1;
}
#header section{
    display: grid;
    z-index: 2;
}
#header section nav{
    margin-bottom: 2rem;
}
.hero{
    justify-self: center;
    align-self: flex-end;
    z-index: 1;
}
.hero img{
    object-fit: cover;
    object-position: center;
    transform: translateX(3.5rem);
}
@media (max-width: 767px){
    #header{
        height: 100vh;
    }
    #header section{
        width: 90%;
    }
    .hero img{
        width: 100vw;
        transform: translateX(0);
        object-position: bottom;
    }
}


#header h1,
#header h2,
#header nav{
    grid-column: 1;
    grid-row: 1;
}
#header h1{
    align-self: flex-start;
    z-index: 2;
}
#header h2{
    align-self: flex-start;
    z-index: 1;
    width: 23rem;
    padding-top: 10rem;
}
#header h2 img{
        transform: translateX(-3.5rem);
}
#header nav{
    align-self: flex-end;
    z-index: 3;
}
@media (max-width: 767px){
    #header h2{
        justify-self: center;
        padding-top: 7rem;
        width: 80vw;
    }
    #header h2 img{
        transform: translateX(0);
    }
}
@media (max-width: 479px){
    #header h2{
        justify-self: center;
        padding-top: 7rem;
        width: 60vw;
    }
}

aside{
    background: var(--main-gradation-opacity);
    padding: 4rem 0;
}
aside section{
    width: clamp(48rem, 90%, 68.75rem);
    margin: 0 auto;
}
.blog__title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;

    h2{
        width: 12.5rem;
    }
    p{
        width: 14rem;
        border-bottom: 2px solid;
        border-image:var(--main-gradation) 1;
        padding-bottom: .5rem;
    }
    a{
        color: var(--text-color);
    }
}

.blog__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;

    a{
        color: var(--text-color);
    }
    figure{
        margin-bottom: 1rem;
        border: 2px solid;
        border-image:var(--main-gradation) 1;
    }
    img{
        width: 100%;
        height: 8.25rem;
        object-fit: cover;
    }
    h3{
        font-size: 1rem;
        font-weight: normal;
        text-align: justify;
    }
}

@media (max-width: 767px){
    aside section{
        width: clamp(30rem, 90%, 47.9rem);
    }
    .blog__list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 479px){
    aside section{
        width: 90%;
    }
    .blog__title{
        display: block;

        h2{
            margin-bottom: 2rem;
        }
        p{
            margin-bottom: 3rem;
        }
    }
    .blog__list{
        grid-template-columns: 1fr;
    }
}

.concept{
    width: clamp(48rem, 90%, 68.75rem);
    margin: 0 auto;
    padding: 4rem 0;

    h2{
        width: 13.5rem;
        margin: 0 auto;
        text-align: center;
    }
    h3{
        width: 39rem;
        margin: 1.5rem auto 4rem;
        text-align: center;
    }
}

.concept__contents{
    display: grid;
    grid-template-columns: 1fr 28.75rem;
    gap: 5rem;

    p{
        text-align: justify;
        margin-bottom: 2rem;
    }
    h4{
        font-size: 1.125rem;
        font-weight: normal;
        border-bottom: 2px solid;
        border-image:var(--main-gradation) 1;
        padding-bottom: .5rem;
        margin-bottom: 1rem;
    }
}

.concept__list{
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: space-between;

    dt{
        font-size: 1.125rem;
        color: var(--main-color);
    }
    dd{
        margin-bottom: 1rem;
    }
}
.concept__btn{
    margin: 3rem auto 0;
    display: flex;
    width: max-content;

    a{
        color: var(--main-color);
        padding: .5rem 5rem;
        border: 2px solid var(--main-color);
        text-align: center;
    }
}


@media (max-width: 767px){
    .concept{
        width: 90%;

        h3{
            width: clamp(22.5rem, 90%, 39rem);
        }
    }
    .concept__contents{
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}
@media (max-width: 479px){
    .concept h3{
        width: 100%;
        margin: 1.5rem auto 2rem;
    }
    .concept__list{
        display: grid;
        grid-template-columns: auto;
    }
}

.styles{
    display: grid;
    grid-template-rows: 5rem auto 5rem;
}
.styles__photo{
    grid-column: 1;
    grid-row: 1 / -1;
    width: clamp(60rem, calc(100% - (100% - 68.75rem)/2), 100%);
    margin: 0 auto 0 0;

    img{
        height: 100%;
        object-fit: cover;
    }
}

.styles__contents{
    grid-column: 1;
    grid-row: 2 / 3;
    width: clamp(60rem, calc(100% - (100% - 68.75rem)/2), 100%);
    margin: 0 0 0 auto;
    position: relative;

    div{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: clamp(48rem, 100%, 68.75rem);
        padding: 2rem 15.5rem;
        margin-left: 0;
    }
    h2{
        width: 7.5rem;
        margin: 0 auto;
    }
    h3{
        width: 33.125rem;
        margin: 2rem auto 3rem;
    }
    ul{
        display: flex;
        justify-content: space-between;
        margin-bottom: 3rem;
    }
    li{
        display: flex;
        width: clamp(6rem, 100%, 8.25rem);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: var(--clear-color);
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    p{
        color: var(--clear-color);
        text-align: justify;
    }
}
.styles__contents::before{
    content: "";
    background: var(--accent-gradation);
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.styles__btn{
    margin: 3rem auto 0;
    width: 90%;

    a{
        color: var(--clear-color);
        padding: .5rem 5rem;
        border: 2px solid var(--clear-color);
        text-align: center;
    }
}

@media (max-width: 959px){
    .styles__photo{
        width: 100%;
        margin: 0 auto;
    }
    .styles__contents{
        width: 100%;
        margin: 0 auto;

        div{
            width: 90%;
            margin: 0 auto;
            padding: 2rem 0;
        }
    }
}
@media (max-width: 767px){
    .styles{
        display: grid;
        grid-template-rows: 2.5rem auto 2.5rem;
    }
}
@media (max-width: 479px){
    .styles{
        grid-template-rows: auto;
    }
    .styles__photo{
        display: none;
    }
    .styles__contents{
        grid-row: 1;

        h3{
            width: 100%;
        }
    }
}

.dreams{
    background-color: var(--clear-color);
    background-image:
      radial-gradient(rgba(234,234,234,1) 30%, transparent 30%);
    background-size: 12px 12px;
    padding: 4rem 0;
}
.dreams__contents{
    background: var(--main-gradation-opacity);
    padding: 6rem 4rem;
    width: clamp(48rem, 90%, 68.75rem);
    margin: 0 auto;
    position: relative;

    h2{
        width: 33.2rem;
        margin: 0 auto;
    }
    h3{
        width: 27.7rem;
        margin: 2rem auto 3rem; 
    }
}
.dreams__contents::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid var(--clear-color);
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    z-index: 0;
}

.dreams__movie{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
    position: relative;

    video{
        width: 100%;
    }
    p{
        text-align: justify;
    }
}

.dreams__btn{
    background: var(--main-gradation-primary);
    margin-top: 2rem;

    a{
        color: var(--clear-color);
        font-size: 1.2rem;
        text-align: center;
        padding: .5rem;
    }
}

@media (max-width: 767px){
    .dreams__contents{
        width: 90%;
    }
    .dreams__movie{
        grid-template-columns: 1fr;

        h2{
            width: clamp(22.5rem, 90%, 33.2rem);
        }
        h3{
            width: clamp(22.5rem, 90%, 27.7rem);
        }
    }
}
@media (max-width: 479px){
    .dreams__contents{
        padding: 2rem 2rem;
        width: 100%;

        h2{
            width: 100%;
        }
        h3{
            width: 100%;
        }
    }
    .dreams__contents::before{
        display: none;
    }
    .dreams__btn a{
        font-size: 1rem;
    }
}

.consultation{
    width: clamp(48rem, 90%, 68.75rem);
    margin: 3rem auto 0;

    ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 3rem;
    }
    a{
        display: grid;
        color: var(--text-color);
    }
    figure,
    p{
        grid-row: 1;
        grid-column: 1;
    }
    figure{
        height: 12.5rem;
    }
    img{
        width: 100%;
        height: 12.5rem;
        object-fit: cover;
    }
    p{
        background: var(--clear-color);
        width: 12.5rem;
        height: 4.375rem;
        font-size: 1.2rem;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        padding: 1rem 0 0 2rem;
    }
}

.individual img{
    border: 1rem solid var(--main-color);
    object-position: top;
}
.materials img{
    border: 1rem solid var(--accent-color);
    object-position: bottom;
}
.individual p::after{
    content: "";
    height: 2px;
    width: 80%;
    background: var(--main-color);
}
.materials p::after{
    content: "";
    height: 2px;
    width: 80%;
    background: var(--accent-color);
}
@media (max-width: 767px){
    .consultation{
        width: 90%;

        ul{
            grid-template-columns: 1fr;
        }
    }
}