@charset "UTF-8";
/* CSS Document*/


body{
    margin: 0 auto;
}


.topbanner{
    width: 100%;
    margin: 0 0;
}

.jumpbtn1{
    width: 100px;
    position: fixed;
    left: 0px;
    bottom: 150px;
    box-shadow: 2px 2px 4px -1px #707070 ;
}

.jumpbtn2{
    width: 100px;
    position: fixed;
    left: 0px;
    bottom: 45px;
    box-shadow: 2px 2px 4px -1px #707070 ;
}

.pagetopbtn{
    font-size: 13px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    text-decoration: none;
    color: #163641;
    padding: 5px 10px;
    font-weight: bolder;
}



.phase{
    font-size: 25px;
    color: #5C7880;
    letter-spacing: 2px;
    padding: 100px 0;
    margin: 0 0 -80px 60px;
    font-weight: 800;
    font-family: 'Noto Sans JP', sans-serif;
}


.graphicinfo{
    background-image: url("../images/info/bg.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    justify-content: center center;
} 


.graphicdesign{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.info-img{
    width: 350px;
    margin: -80px 50px 80px 50px;
}



/* Video */

.video{
    width: 100%;
}


.title{
    font-size: 50px;
    font-family: 'Geologica', sans-serif;
    color: #325C66;
    font-weight: 700;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 0 0;
}

.title-tt{
    font-size: 50px;
    color: #325C66;
    font-weight: 700;
    text-align: center;
    margin: 70px 0 0 0 ;
    font-family: 'Geologica', sans-serif;
}

.subtitle{
    font-size: 14px;
    color: #707070;
    text-align: center;
    padding: 0 0 40px 0;
    margin: 0 0;
    letter-spacing: 2px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* Why TDA */

.reason{
    display: flex;
    background-color: #D2DFE3;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tdareason{
    width: 40%;
    list-style: none;
    margin: 0 0;
}

.reason-title{
    font-size: 35px;
    color: #5C7880;
    font-weight: 700;
    margin: 20px 0;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.reason-caption{
    font-size: 16px;
    color: #707070;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}

.img-reason{
    width: 40%;
    margin: 40px 10px;
}

.circle{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 100px 0;
    flex-wrap: wrap;
}

.circle1{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 50px;
}


.circle2{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 50px;
}


.circle3{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 50px;
}

.circle-title{
    font-size: 24px;
    color: #5C7880;
    font-weight: bolder;
    max-width: 300px;
    margin: 20px 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.circle-caption{
    font-size: 14px;
    color: #707070;
    max-width: 300px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.and{
    width: 100%;
}

/* Career Support */

.career{
    background-color: #D2DFE3;
    padding: 0 0 50px 0;
}

.shushoku{
    max-width: 80%;
    margin: 50px 100px 0 100px;
}

.career-textbox{
    display: flex;
    flex-direction: column;
}

.career-title{
    font-size: 30px;
    color: #5C7880;
    font-weight: 700;
    max-width: 400px;
    margin: -80px 0 10px 120px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.career-caption{
    font-size: 16px;
    color: #707070;
    max-width: 400px;
    margin: 0 0 50px 120px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}


.career-img{
    width: 100%;
}   


.career-title-2{
    font-size: 30px;
    color: #5C7880;
    font-weight: 700;
    margin: 20px 20px 10px 50px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    line-height: 120%;
}

.career-caption-2{
    font-size: 16px;
    color: #707070;
    margin: 0 20px 0 50px ;
    width: 80%;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.career-s{
    width: 45%;
    list-style: none;
}

.career-yoko{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Curriculum */

.curriculum{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timetable{
    width: 100%;
    margin-top: -40px;
}


.curriculum-text{
    font-size: 16px;
    color: #707070;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

/* Requirement */

.requirement{
    display: flex;
    width: 100%;
    background-color:#D2DFE3 ;
    align-items: center;
    justify-content: center;
}   

.requirement-content{
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.requirement-title{
    font-size: 18px;
    color: #5C7880;
    font-weight: 600;
    padding: 5px 60px;
    background-color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 15%;
    margin: 70px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

.requirement-text{
    font-size: 14px;
    color: #707070;
    margin: 0 20px ;
    width: 15%;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

/* Open campus */

.opencampustitle{
    font-size: 15px;
    color: #707070;
    text-align: center;
    margin: 80px 20px 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.tel{
    font-size: 50px;
    color: #325C66;
    text-align: center;
    font-weight: 700;
    font-family: 'Geologica', sans-serif;
    letter-spacing: 2px;
}

.button{
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.btn_1{
    font-size: 25px;
    color: #B35730;
    font-weight: bolder;
    background-color: #fff;
    padding: 5px 100px;
    border-radius: 100px;
    box-shadow: 2px 2px 4px -1px #707070;
    text-align: center;
    margin: 10px 20px 80px 20px;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    
}

.link{
    text-decoration: none;
}


/* school info */

.school_info{
    background-color:#F7F7F7 ;
    width: 100%;
}

.info{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.logo{
    max-width: 350px;
    margin: 50px 20px 0 70px;
}

.tda{
    width: 400px;
}

.name{
    font-size: 13px;
    color: #313131;
    margin: 20px 0 0 70px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.address{
    width: 80%;
    margin: 60px 20px 60px 70px;
    font-size: 13px;
    color: #313131;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}


.footer{
    color: #313131;
    text-align: center;
    font-size: 10px;
    margin: 20px 0;
}