@charset "UTF-8";

@media screen and (min-width : 769px){

/*============================
#about
============================*/
#about{
    padding: 105px 0 56px 0;
}
#about .about_intro{
    display: grid;
    gap: 34px;
    grid-template-columns: auto 1fr;
    margin: 0 0 50px 0;
}
#about .about_intro .about_logo{
    background: #ffffff;
    box-sizing: border-box;
    width: 246px;
    height: 221px;
    padding: 44px;
}
#about .about_intro .about_logo img{
    width: 100%;
}
#about .about_intro .about_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
#about .about_intro .about_text .about_lead{
    font-size: 22px;
    line-height: 1.8;
}
#about .about_intro .about_text .about_comment{
    font-size: 16px;
    line-height: 2;
}
#about .about_img{
    margin: 35px 0 0 0;
}
#about .about_img[data-num="2"]{
    background-color: #e3e6e8;
    box-sizing: border-box;
    padding: 4.37%;
}
#about .about_img img{
    width: 100%;
}
#about .about_img p{
    font-size: 16px;
    line-height: 2;
    margin: 16px 0 0 0;
}
#about .about_img[data-num="2"] p{
    font-size: 14px;
    margin: -16px 0 0 0;
    padding: 0 4.37% 0 0;
    text-align: right;
}

#about h3{
    margin: 74px 0 24px 0;
}
#about h3 span{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 3.75px;
}
#about h3 + p{
    font-size: 16px;
    line-height: 2;
}


#about .about_theme{
    margin: 40px 0 0 0;
}

#about .about_theme h4{
    margin: 0 0 40px 0;
    text-align: center;
}
#about .about_theme h4 span{
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 3.75px;
    padding: 0 20px 16px 20px;
    border-bottom: 2px solid;
} 
#about .about_theme ul{
    display: flex;
    justify-content: center;
}
#about .about_theme ul li{
    box-sizing: border-box;
    /* padding: 0 42px; */
    padding: 0 38px;
    width: 33%;
}
#about .about_theme ul li:nth-child(n+2){
    background-image : linear-gradient(to bottom, var(--color-border-gray), var(--color-border-gray) 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 1px 6px;
    background-position: left top;
    background-repeat: repeat-y;
}
#about .about_theme ul li dl dt{
    border-bottom: 1px solid var(--color-border-gray);
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
#about .about_theme ul li dl dt .about_theme_icon{
    width: 168px;
    margin: 0 auto 30px auto;
}
#about .about_theme ul li dl dt .about_theme_icon img{
    width: 100%;
}
#about .about_theme ul li dl dt .about_theme_text{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    text-align: center;
}

#about .about_theme ul li dl dd p{
    font-size: 14px;
    line-height: 1.78;
}

#about .about_btn{
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}
#about .about_btn .btn{
    width: 200px;
    font-size: 20px;
    text-indent: -1em;
}
#about .about_movie{
    position: relative;
    text-align: center;
    margin-inline: auto;
    width: 80%;
    height: 100%;
    aspect-ratio: 560/315;
}
#about .about_movie_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#about .about_movie_thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
#about .about_movie_player{
    position: relative;
    z-index: 10;
}
#about .about_movie_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100px;
    height: 100px;
    filter: drop-shadow(1px 0 11px rgba(0,0,0,0.8));
    cursor: pointer;
}
#about .about_movie_icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 56%;
    translate: -50% -50%;
    width: 55px;
    height: 60px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}
#about .about_movie_icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
}

}@media screen and (max-width : 768px){

/*============================
#about
============================*/
#about{
    padding: 15vw 0;
}
#about .about_intro{
    margin: 0 0 18.67vw 0;
}
#about .about_intro .about_logo{
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding: 12vw 20.8vw;
    margin: 0 0 5.33vw 0;
}
#about .about_intro .about_logo img{
    width: 100%;
}
#about .about_intro .about_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.8vw;
}
#about .about_intro .about_text .about_lead{
    font-size: 4.8vw;
    line-height: 1.67;
}
#about .about_intro .about_text .about_comment{
    font-size: 3.2vw;
    line-height: 1.67;
}
#about .about_img{
    margin: 18.67vw 0 0 0;
}
#about .about_img[data-num="2"]{
    background-color: #eaedef;
    box-sizing: border-box;
    padding: 10vw 3vw;
    margin: 18.67vw -8vw 0 -8vw;
}

#about .about_img img{
    width: 100%;
}
#about .about_img p{
    font-size: 3.73vw;
    line-height: 1.85;
    margin: 5.33vw 0 0 0;
}
#about .about_img[data-num="2"] p{
    font-size: 3vw;
}



#about h3{
    margin: 18.67vw 0 4vw 0;
}
#about h3 span{
    /* font-size: 4.8vw; */
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.05em;
}
#about h3 + p{
    font-size: 3.73vw;
    line-height: 1.85;
}
 

#about .about_theme{
    margin: 13.33vw 0 0 0;
}

#about .about_theme h4{
    margin: 0 0 8vw 0;
    text-align: center;
}
#about .about_theme h4 span{
    display: inline-block;
    vertical-align: top;
    font-size: 5.33vw;
    font-weight: 500;
    line-height: 1.6;
    padding: 0 3vw 4vw 3vw;
    border-bottom: 2px solid;
} 


#about .about_theme ul.slick-box{
    margin: 8vw 0 0 0;
    position: relative;
    overflow: hidden;
}

#about .about_theme ul.slick-box > li{
    width: 87.2%;
}


#about .about_theme ul.slick-box li dl dt{
    border-bottom: 1px solid var(--color-border-gray);
    padding: 0 0 5.33vw 0;
    margin: 0 0 5.33vw 0;
}
#about .about_theme ul.slick-box li dl dt .about_theme_icon{
    width: 44.8vw;
    margin: 0 auto 6vw auto;
}
#about .about_theme ul.slick-box li dl dt .about_theme_icon img{
    width: 100%;
}
#about .about_theme ul.slick-box li dl dt .about_theme_text{
    height: 13.33vw;
    display: flex;
    align-items: center;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.39;
}

#about .about_theme ul.slick-box li dl dd p{
    font-size: 3.73vw;
    line-height: 1.78;
}

#about .about_btn{
    display: flex;
    justify-content: flex-end;
    margin: 8vw 0 0 0;
}
#about .about_btn .btn{
    width: 40vw;
    font-size: 3.73vw;
    text-indent: -2em;
}

#about .about_movie{
    position: relative;
    text-align: center;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 560/315;
}
#about .about_movie_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#about .about_movie_thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
#about .about_movie_player{
    position: relative;
    z-index: 10;
}
#about .about_movie_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 16vw;
    height: 16vw;
    filter: drop-shadow(1px 0 2vw rgba(0,0,0,0.8));
}
#about .about_movie_icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 56%;
    translate: -50% -50%;
    width: 8vw;
    height: 9vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}
#about .about_movie_icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
}
}
