@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


:root{
    --primaryColor : #368727;
    --textColor: #141414;
    --primaryFont: "Noto Serif JP", serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body,p,a{
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
}

.container{
    max-width: 1440px;
    margin: auto;
}




/*********************************/
/** ACCESS SECTION */
/*********************************/

.access-section{
    width: 100%;
    height: 100vh;
    background-color: #fdfcfb;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-div{
    background-color: #fff;
    width: 450px;
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.access-section h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--primaryFont);
}

.access-div form{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.access-div form .alert{
    color: red;
    text-align: left;
    /* display: none; */
}

.access-div form input[type="password"]{
    height: 45px;
    color: #332e25;
    border: none;
    outline: none;
    border-bottom: 1px solid #787070;
    padding-left: 16px;
    font-size: 17px;
    margin-bottom: 24px;
}

.access-div form input[type="submit"]{
    height: 45px;
    background-color: var(--primaryColor);
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 9px 16px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    cursor: pointer;
}

.access-div p{
    font-size: 14px;
}


/****************************/
/** HEADER */
/****************************/

.upper-header{
    background-color: var(--primaryColor);
    padding: 6px 24px;
}

.upper-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upper-header>div:first-child{
    width: 30%;
}

.upper-header>div:first-child svg{
    width: 140px;
}

.upper-header>div:last-child{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.upper-header>div:last-child a{
    font-size: 14px;
    text-decoration: none;
}

.upper-header>div:last-child ul{
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

.upper-header ul li a{
    color: #fff;
    line-height: 1.5rem;
}

.upper-header ul li a:hover{
    border-bottom: 1px solid #ffffffa3;
}


.upper-header .open-account{
    font-weight: 500;
    color: #000;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #ffffffa3;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.upper-header .log-in{
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #ffffffa3;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.lower-header{
    padding: 0px 24px 0 5px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e4e1;
}

.lower-header ul{
    list-style: none;
    display: flex;
    /* align-items: center; */
    width: 60%;
    height: 100%;
}

.lower-header ul li{
    height: 100%;
}

.lower-header ul li a{
    padding: 0 19px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 1.5rem;
    text-decoration: none;
    color: var(--textColor);
    /* border-top: 3px solid #fff; */
    border-bottom: 3px solid #fff;
}

.lower-header ul li a:hover{
    background-color: #f5f3f0;
    border-bottom: 3px solid #000;
}










/****************************/
/** FOOTER */
/****************************/


.upper-footer{
    background-color: #f0f0f0;
    padding: 27px 96px 9px 96px;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top-footer>div{
    width: 50%;
}

.top-footer>div:first-child{
    display: flex;
}

.top-footer>div:first-child ul{
    list-style: none;
    width: 33%;
}

.top-footer>div:first-child ul li{
    margin-bottom: 3px;
}

.top-footer>div:first-child ul li a{
    color: #0E67A9;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.top-footer>div:first-child ul li a:hover{
    text-decoration: underline;
}

.top-footer>div:last-child{
    padding: 0 13px;
    border-left: 1px solid #ccc;
}

.top-footer>div:last-child h3{
    font-size: 19px;
    color: var(--primaryColor);
}

.top-footer>div:last-child>div{
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}


.top-footer>div:last-child>div div{
    display: flex;
    align-items: center;
}

.top-footer>div:last-child ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 7px;
    flex-wrap: wrap;
    line-height: 0;
}

.top-footer>div:last-child ul li a {
    color: #0E67A9;
    font-size: 13px;
    text-decoration: none;
}

.top-footer>div:last-child ul li a:hover{
    text-decoration: underline;
}


.bottom-footer{
    display: flex;
    justify-content: space-between;
}

.bottom-footer>div{
    width: 50%;
}

.bottom-footer>div:first-child{
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bottom-footer>div:first-child>img{
    width: 164px;
}

.bottom-footer>div:first-child ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

.bottom-footer>div:first-child ul li a {
    color: #0E67A9;
    font-size: 13px;
    text-decoration: none;
}

.bottom-footer>div:first-child ul li a:hover{
    text-decoration: underline;
}


.bottom-footer>div:last-child{
    padding: 0 13px;
    border-left: 1px solid #ccc;
}

.bottom-footer>div:last-child p{
    color: #525150;
    font-size: 12px;
}

.bottom-footer>div:last-child ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 7px;
    line-height: 0;
}

.bottom-footer>div:last-child ul li a {
    color: #0E67A9;
    font-size: 13px;
    text-decoration: none;
}

.bottom-footer>div:last-child ul li a:hover{
    text-decoration: underline;
}

.bottom-footer>div:last-child>a{
    color: #0E67A9;
    font-size: 13px;
}


.lower-footer{
    background-color: #F9F7F5;
    padding: 0px 96px;
}

.lower-footer div{
    padding: 24px;
}

.lower-footer p{
    color: #525150;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
}












/****************************/
/** HERO */
/****************************/

.hero-section .container{
    background: url("../img/hero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: space-between;
    padding: 120px 100px;
    /* gap: 80px; */
}

.hero-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content h2{
    font-family: var(--primaryFont);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.hero-content p{
    font-size: 16px;
    margin-bottom: 32px;
}

.hero-div{
    background-color: #fff;
    padding: 32px;

    width: 40%;

    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.hero-div>div{
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-div div p{
    font-size: 14px;
}

.hero-div h2{
    font-family: var(--primaryFont);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.hero-div>p{
    font-size: 16px;
    margin-bottom: 32px;
}

.hero-div a:first-child{
    font-weight: 500;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;

    margin-right: 6px;
}

.hero-div a:last-child{
    font-weight: 500;
    color: #141414;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #141414;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}



.about-section .container{
    padding: 50px 100px;
    display: flex;
    align-content: center;
}

.about-section .container>div:first-child{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section .container>div:first-child h2{
    font-family: var(--primaryFont);
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 400;
    line-height: 1.1;
}

.about-section .container div .investing-points{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 64px;
}

.about-section .container div .investing-points h4{
    font-size: 14px;
    font-weight: 600;
}

.about-section .container div .investing-points p{
    font-size: 12px;
}

.about-section .container div a:first-child{
    font-weight: 500;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;

    margin-right: 6px;
}

.about-section .container div a:last-child{
    font-weight: 500;
    color: #141414;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #141414;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.about-section .container>div:last-child{
    width: 40%;
}


.partner-section{
    padding-bottom: 50px;
}

.partner-section .container{
    display: flex;
    gap: 50px;
    padding-right: 100px;
}

.partner-section .container div:first-child{
    width: 70%;
}

.partner-section .container div:last-child{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.partner-section .container div:last-child h3{
    font-family: var(--primaryFont);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.partner-section .container div:last-child p{
    font-size: 16px;
    margin-bottom: 32px;
}

.partner-section .container div:last-child a{
    font-weight: 500;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;

}





.choose-section .container{
    display: flex;
    gap: 50px;
    padding-left: 100px;
}

.choose-section .container div:first-child{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.choose-section .container div:first-child h3{
    font-family: var(--primaryFont);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
}

.choose-section .container div:first-child p{
    font-size: 16px;
    margin-bottom: 32px;
}

.choose-section .container div:first-child ul{
    padding-left: 20px;
}

.choose-section .container div:first-child li{
    font-size: 16px;
}

.choose-section .container div:last-child{
    width: 70%;
}







.cta{
    background-color: #F9F7F5;
    padding: 48px 0;
}

.cta .container{
    max-width: 1000px;
    display: flex;
    gap: 24px;
}

.cta .container div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.cta h3{
    font-size: 24px;
    margin-bottom: 16px;
}

.cta p{
    font-size: 16px;
    margin-bottom: 32px;
}

.cta a{
     font-weight: 500;
    color: #141414;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #141414;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}