/*
Copyright (c) 2020 hom54.
All rights reserved.
*/
/* 
    Created on : 2020年12月3日, 上午3:10:58
    Author     : hom54
*/

#page-aboutUs {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}
#page-aboutUs .section{
    padding-top: 20px;
    padding-left: 26px;    
    padding-right: 26px;    
}
#page-aboutUs .section.light{
    background-color: white;
}
#page-aboutUs h2{
    font-size: 48px;
    line-height: 56px;
}
#page-aboutUs .light h2{
    color: #D078BE;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 45px;
}
#page-aboutUs h3{
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
    font-weight: bold;
}
#page-aboutUs h5{
    font-size: 18px;
    line-height: 21px;
    color: #C04BA9;
    font-weight: bold;
}
#page-aboutUs p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#page-aboutUs .light p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #0071BC;
    text-shadow: unset;
}

#page-aboutUs .section-1{
    background-image: url(aboutUs/bg-s1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 425px;
}

#page-aboutUs .section-2{
    background-color: #1B1464;
    min-height: 522px;
}
#page-aboutUs .section-2 li{
    list-style: disc;
    padding-bottom: 1em;
}


#page-aboutUs .section-3{
    background-image: url(aboutUs/bg-s3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 677px;
    position: relative;
}
#page-aboutUs .section-3 .rocket{
    margin-top: 30px;    
}
#page-aboutUs .section-3 ul{
    margin-top: 50px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
#page-aboutUs .section-3 li{
    list-style: disc;
}
#page-aboutUs .section-3 .photos{
    margin-top: 2em;
    margin-bottom: 2em;
}
#page-aboutUs .section-3 .footer-txt{
    text-align: center;
    color: #FB97E7;
    letter-spacing: 0.05em;
}
#page-aboutUs .section-3 .end{
    text-align: center;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


#page-aboutUs .section-7{
    text-align: center;
}

#page-aboutUs .section-7 h2{
    margin-top: 145px;
    line-height: 81px;
    color: #2E3192;
    
}
#page-aboutUs .section-7 .stars{
    margin-top: 80px;
}
#page-aboutUs .section-7 .logo{
    height: 81px;
}
#page-aboutUs .section-7 p{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #2E3192;
    margin-top: 80px;
    padding-bottom: 170px;
}