@charset "utf-8";


.inner{width:109.5rem; margin:0 auto;}
.section1{
    display:flex; 
    align-items: center;
    width:100%;
    position:relative; 
    background-attachment: fixed; 
    background-image: url(/resource/images/img1.jpg); 
    background-size: cover; 
    background-position: center;
    height:100vh;
}
h1{
    position:absolute; 
    width:109.5rem; 
    margin:0 auto;
    top:3.2rem;
}
.key-title .title1 strong{
    font-size:6rem; 
    color:#fff; 
    letter-spacing:-0.1rem;
    font-weight: 700;
}
.key-title .text1{
    font-size:1.4rem;
    color:#D6B5A8; 
    margin-top:2rem; 
    font-weight: 400; 
    line-height:2rem; 
}


.section2{
    background-color:#212121;
    height:70rem;
    display:flex; 
    align-items: center;
}
.section2 .inner{position:relative}
.section2 .title1 strong{
    font-size:5.2rem; 
    font-weight: 400; 
} 
.section2 .title1 strong::before{
    content:"";
    width:68.8rem; 
    height:8.23rem;
    display:block;
    position:absolute;
    left:-1rem;
    top:-1rem;
    background-image: url(/resource/images/Text_Circle.svg);
    background-size: contain;
    background-position: center;
}
.section-dl{
    margin-top:6rem;
    display:flex;
    justify-content: space-between;
}
.section-dl dt span{color:#999; font-size:1.6rem; font-weight: 400;}
.section-dl dt {width:35rem;}
.section-dl dt p{color:#9257b8;font-size:3.2rem; margin-top:2rem; font-weight: 400;}
.section-dl dd{font-size:1.4rem; font-weight: 400; margin-top:4.5rem; color:#888888; line-height:2.4rem}

.section3{
    background-image: url(/resource/images/img2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:45rem;
}
.section4{
    background-color:#212121;
    padding-top:6rem;
    padding-bottom:6rem;
}
.section4 .section-dl dt{width:40rem;}
.section4 .section-dl dd{width:63rem}
.item1{margin-top:10rem;}
.team-list{display:flex; flex-wrap: wrap; width:55rem ; margin-top:3.5rem;}
.team-list span{display:block; font-size:2rem; color:#fff; width:17rem; margin-bottom:2rem;}
.team-list span:last-child{width:auto;}

.footer{
    background-color:#212121;
    padding-top:6rem;
    padding-bottom:6rem;
    border-top:1px solid #424242;
    height:30rem;
}
.footer .logo img{height:3rem;}
.footer .inner{display:flex; position:relative; align-items: center; }
.footer .inner .copy {display:flex; margin-left:6rem }
.footer .inner .copy p,
.footer .inner .copy a{font-size:1.2rem; color:#aaa; font-weight: 400;}
.footer .inner .copy a{margin-left:4rem;}
.footer .family {
    position: absolute; 
    display: flex; 
    bottom:0;
    flex-direction: column-reverse; 
    justify-self: center;
    align-items: flex-start; 
    right: 0; 
    width: 215px;
    padding: 10px 20px; 
    border-radius: 20px;
    border: 1px solid #cccccc; 
    background-color: #212121; 
    transition: all 0.3s;
}

.footer .family a {display: block; width: 100%; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 300; }
.footer .family ul {width: 100%;}
.footer .family ul li {width: 100%;}
.footer .family ul li a {padding: 4px 0; color: #cccccc; transition: all 0.2s;}
.footer .family ul li a:hover {color: #666666;}
.footer .family > a {position: relative; display: block; width: 100%; color: #aaaaaa; transition: all 0.3s;}
.footer .family > a::after {content: ""; position: absolute; top: 50%; right: 0; width:12px; height: 12px; margin-top: -6px; background-image: url("../images/family_arrow.svg");}
.footer .family.active {border: 1px solid #666666;}
.footer .family.active > a {color: #666666;}
.footer .family.active > a::after {   transform: rotate(-180deg);}

.footer .family ul {display: none; margin-bottom: 4.2rem;}
.mo{display:none;}
.pc{display:block;}
@media all and (max-width:1024px){
    .inner{width:100%; padding:2rem;}
    .footer .family{right:2rem;bottom: 1.5rem;}
    h1{width:auto; margin:0;}
    .section4 .section-dl dt{width:100%;}
    .team-list{width:100%;}
}
@media all and (max-width:453px){
 
    .section1 .key-title .title1 {width:24.5rem;}
    .key-title .title1 strong{font-size:3.5rem;}
    .section2 .title1 strong::before{
        left:0; 
        top:2rem;
        width: 32rem;
        background-repeat: no-repeat;
        background-image: url(/resource/images/mo_Text_Circle.svg);
    }
    .section2{min-height:85rem;}
    .section2 .inner{margin-top:0rem}
    .section-dl{display:block;}
    .section-dl dt p{font-size:2.4rem;}
    .section4{padding-top:0rem; padding-bottom:0;}
    .section4 .section-dl{margin-top:2rem;}
    .section4 .section-dl dd{width:100%;}
    .item1 img{width:100%;}
    .mo{display:block;}
    .pc{display:none;}
    .team-list{display:block; width:100%;}
    .footer{padding-top:2rem; padding-bottom:2rem;}
    .footer .inner{display:block;}
    .footer .inner .copy,
    .footer .inner .copy a{margin-left:0; display:block;margin-top:2rem; line-height:1.8rem;}
    .footer .family{right:inherit; left:2rem;margin-top:3rem; bottom:-5rem}
    .section3{
        background-image: url(/resource/images/mimg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: unset;
    }
    .section1{
        display:flex; 
        align-items: center;
        position:relative; 
        background-image: url(/resource/images/img1.jpg); 
        background-size: cover; 
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: unset;
    }
}
