* {
    border: none;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Yu Mincho Regular', '游明朝 Regular', serif;
    text-decoration: none;
}

body {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
body > main > section.recruitment > article > div > div.leftcard{
    position: relative;
    overflow: visible!important;
  
    overflow-clip-margin: padding-box;
}
section {
    display: flex;
    flex-wrap: wrap;
}

.white {
    color: white;
}

img {
    max-width: 100vw;
}
.lightgreyback{
    background-color: #bcc7cb;
}
a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}
.contactform{
    border-bottom: 4px solid #313B50;
}
.toiawase h3{
    width: max-content;
}
#roundcorners img{
    
border-radius: 24px;
}

.logogroup {
    position: relative;

    /* display: flex; */
    /* flex-direction: column-reverse; */
}

#logo {
    max-height: 12vw;
}

.logogroup h1 {
    position: absolute;
    top: -1vw;
    left: 15vw;
}

.smallfont {
    font-size: 3vw;
}

.biggerfont {
    font-size: 5vw;
}
.midblueback h4{
    margin-top: 0vw;
}
#navpc {
    display: none;
}
.invisible{
    display: none!important;
}
.sidepadding{padding-left: 3vw;padding-right: 3vw;width: 94vw!important;padding-bottom: 2vw;}
a:hover {
    color: rgb(68, 4, 137);
}

#menuToggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -33px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

input {
    font-size: 1.5vw;
}

#submit:active {
    background-color: #ddd;
    color: #333;
}
#txt_explain{
    text-align: center;
}
.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    padding-bottom: 49vw;
    margin-top: -17vw;
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
   
    position: absolute;
    top: 20vw;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
 
/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #2e5b7d;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 101vw;
    margin: -94px 0 0 0;
    padding: 50px 0;
    padding-top: 125px;
    right: -18px;
    background: #a9c4d6;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
    color: #14181b;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked~ul {
    transform: none;
    opacity: 1;
}
#newscontent{
    
height: 55vw;
}
#newsarticle{
    
/* margin-top: 2vw; */
    
margin: 0 15vw;
}

#newsarticle > div > div.repeattitle > div.newstitle{
    margin-top: 0vw!important;
}
#newsarticle > div > div.smallfont{
    text-align: left;
}
#newsarticle .newstitle p{
    border-bottom: none;
}
#newsarticle .newstitle{
    border-bottom: 1px solid grey;
    width: 60vw;
}
.cardrightimg img{
    width: 25vw!important;
}
.carlefttext{
    padding: 2vw  4vw  2vw 0vw;
    font-size: 1vw;
    flex: 50;
}
.cardrightimg{
    flex: 50;
}
.backtonews{
    font-size: 2vw;
}
#smallbanner{
    width: 80vw;
    margin-top: 5vw;
}
#newspage1 .contactus{
margin-top: 10vw;
}
.newsarticlecard{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-top: -10vw;
}
#newspage0 .newsimage2 img {
    width: 10vw !important;
}
#newspage0 #biggerimg {
    width: 10vw!important;
}
.newstitlenewspage {
    margin-top: -5vw;
}
#roundcorners{
    border-radius: 35px;
}
#newsarticle.newsinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;

}
#alignleft{
    text-align: left!important;
    border-bottom: none!important;
    margin-bottom: 4vw;
}
.repeattitle{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
#mainbanner {
    width: 100vw;
    position: relative;
}

.banner h2 {
    position: absolute;
    top: 29vw;
    left: 12vw;
    color: white;
    font-size: 4vw;
}
.newsinfo0{
    
 
    }
section {
    max-width: 100vw;
    overflow: hidden;
}

header {
    max-width: 100vw;
    overflow: hidden;
}

p {
    max-width: 100vw;
}

article {
    max-width: 100vw;
    overflow: hidden;
}

#arrowdown {
    position: absolute;
    left: 45vw;
    top: 59vw;
    width: 10vw;
}

.scroll span {
    position: absolute;
    color: white;
    top: 54vw;
    left: 46vw;
    font-size: 3vw;
}

.centered {
    width: 100%;
    text-align: center;
    display: flex !important;
    align-self: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.about img.logo {
    max-height: 18vw;
    text-align: center;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
    margin-top: -2vw;
}

.about {
    padding: 2vw 5vw;
}

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

.gallery img {
    max-height: 51vw;
    flex: 30;
    margin-right: 1vw;
}

figure {
    margin-bottom: 0;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

#vertical {
    height: fit-content;
    width: fit-content;
}

.button {
    margin-top: 5vw;
    display: flex;
    text-align: center;
    /* border: 1px #198A93 solid; */
    border-radius: 25%;
    margin-bottom: 4vw;
}

a.buttonlink {
    max-width: 20vw;
    border: 2px #313B50 solid;
    padding: 4vw 24vw;
    border-radius: 24px;
    font-size: 2.5vw;
    font-weight: 800;
    font-family: "Yu Gothic Bold", YuGothic, "游ゴシック Bold", "Yu Gothic", sans-serif;
}

a.buttonlinkwhite {
    max-width: 20vw;
    border: 2px white solid;
    padding: 4vw 24vw;
    border-radius: 24px;
    font-size: 2.5vw;
    font-weight: 800;
    color: white;
    font-family: "Yu Gothic Bold", YuGothic, "游ゴシック Bold", "Yu Gothic", sans-serif;
}

.darkblueback {
    background-color: #313B50;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}


.darkblueback h3 {
    margin-top: 5vw;
}


.darkblueback h4 {
    margin-top: 0.5vw;
    margin-bottom: 2.5vw;
}

.row2 {
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column2 {
    display: flex;
    flex-wrap: wrap;
}

.column2 img {
    margin: 1vw;
    flex: 30%;
    width: 31vw;
}

.textoverimage {
    position: relative;
}

.imagetext {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-115%, 190%);
    width: 25vw;
    font-size: 2vw;
    text-align: center;
}

.imagetext1line {
    margin-top: 8vw;
}

.row3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 6vw;
}

.row3 img {
    max-width: 80vw;
}

.recruitment h3 {
    margin-top: 5vw;
}


.recruitment h4 {
    margin-top: 0.5vw;
    margin-bottom: 2vw;
}

.blueback {
    background-color: #539CB7;
    color: white;
    max-height: fit-content;
    margin-top: 3vw;
    padding-bottom: 6vw;
    display: flex;
    max-width: 100vw;
}

.blueback img {
    width: 80vw;
}

.blueback .cards {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100vw;
    /* text-align: center; */
    /* padding: 0 6vw; */
    /* padding-right: 14vw; */
    flex-wrap: wrap;
}

.righttext {
    margin-top: 10vw;
    line-height: 1.2;
    margin-right: 4vw;
}

.righttext .button {
    margin-top: 4vw;
    text-align: center;
    margin-bottom: 0;
}

.midblueback {
    background-color: #375471;
    margin-top: 0vw;
    color: white;
    padding-top: 4vw;
}

.blueback .rightcard {
    margin-right: 3vw;
    margin-left: 11vw;
}

.blueback .leftcard {
    display: flex;
    justify-content: center;
}

.blueback a.buttonlinkwhite {
    margin-top: 3vw;
}

.darkgreyback {
    background-color: #5A5A5A;
    color: white;
}

.news h3 {
    margin-top: 5vw;
}

.news a {
    color: white;
}

.news h4 {
    margin-top: 0.5vw;
    margin-bottom: 2vw;
}

.newsimage img {
    max-width: 40vw;
}

.news {
    display: flex;
    justify-content: center;
}

.squarecard .title {
    margin-top: 0;
    font-family: 'Yu Mincho Regular', '游明朝 Regular';
}

.squarecard .date {
    margin-bottom: 0;
}

.squarecard {
    margin-top: 5vw;
    margin-bottom: 6vw;
}

.news .button {
    margin-top: 1vw;
    margin-bottom: 8vw;
}

.contactus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.textfield {
    display: flex;
    width: 80vw;
    flex-wrap: wrap;
}

.contactus a.buttonlinkwhite {
    padding: 4vw 19vw;
    max-width: max-content;
    margin-bottom: 3vw;
}

.rightcardfooter {
    display: none;
}

.copyright {
    background-color: #BEBEBE;
}

.tinytext {
    font-size: 2vw;

}

.policy {
    margin-bottom: 3vw;
}

.rightbottom img {
    max-width: 10vw;
    cursor: pointer;
}

.footermain {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 3vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

.copyright {
    display: block;
}

.logogroupfooter {
    display: flex;
    max-height: 18vw;
}

.logogroupfooter img {
    max-width: 59vw;
}

.gallery__item--2 {
    display: none;
}

.gallery__item--1 {
    display: none;
}

#privacytitle {
    position: absolute;
    top: 23vw;
    left: 25vw;
    font-size: 2.5vw;
}

#privacytitle h2 {
    position: absolute;
    top: 6vw;
    left: 14vw;
    color: white;
    font-size: 4vw;
    width: 43vw;
}

.privacyback {
    display: flex;
    background-color: #EEF4F6;
    justify-content: center;
    align-items: center;
}

img.logo {
    max-height: 18vw;
    text-align: center;
}

.privacytext {
    width: 80vw;
    background-color: white;
    padding: 4vw 3vw;
    margin-top: 6vw;
    font-size: 3vw;
    margin-bottom: 6vw;
}

.texttoform {
    text-align: left;
    margin-right: 3vw;
    margin-left: 3vw;
    margin-bottom: 5vw;
}

.toiawase .borderbottom {
    border-bottom: solid 1px black;
    width: 50vw;
    margin-bottom: 2vw;
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

input,
label,
textarea {
    margin-left: 5vw;
}

input {
    margin-bottom: 3vw;
    width: 80vw;
}

label {
    font-size: 3vw;
    margin-bottom: 1vw;
}

textarea {
    width: 80vw;
    height: 20vw;
    margin-bottom: 5vw;
}

#name {
    margin-top: 5vw;
}

#submit {
    margin-bottom: 5vw;

}

input#submit {
    color: white;
    background-color: #3E885B;
}

label span {
    font-size: 1vw;
    color: white;
    background-color: #A53737;
    padding: 0.25vw 0.5vw;
    margin-left: 1vw;
}


@media screen and (min-width: 481px) and (max-width: 768px) {
    .biggerfont {
        font-size: 4vw;
    }
    #biggerimg{
        width: 25vw!important;
    
    }
    .logogroup h1 {
        position: absolute;
        top: 2vw;
        left: 15vw;
    }
    #footertitle{
        position: relative;
        top: 1vw;
        left: 4vw;
    }
    .container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 100%;
        padding-bottom: 2vw;
        margin-top: -17vw;
      }
      .contactform{
        height: 110vw;
        border-bottom: 4px solid #313B50;
      }
}


@media screen and (min-width: 725px) and (max-width: 1024px) {
    .container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 100%;
        padding-bottom: 18vw;
        margin-top: -18vw;
      } 
    .biggerfont {
        font-size: 3.5vw;
    }

    .logogroup h1 {
        position: absolute;
        top: 1vw;
        left: 9vw;
    }
.movie h3{
    padding-top: 5vw;
    padding-bottom: 2vw;
}
.video{
    padding-top: 5vw;
    padding-bottom: 7vw;
}
    .smallfont {
        font-size: 1.8vw;
    }

    #logo {
        max-height: 8vw;
    }

    .imagetextcenter {
        position: absolute;
        top: 22vw;
        left: 38vw;
        font-size: 2.5vw;
    }

    .banner h1 {

        font-size: 3.5vw;
    }

    .banner h2 {
        position: absolute;
        top: 25vw;
        left: 4vw;
        color: white;
        font-size: 3vw;
        width: 43vw;
    }

    #arrowdown {
        position: absolute;
        left: 46vw;
        top: 52vw;
        width: 8vw;
    }

    .scroll span {
        position: absolute;
        color: white;
        top: 48vw;
        left: 46.5vw;
        font-size: 2.5vw;
    }

    .about img.logo {
        max-height: 9vw;
        text-align: center;
    }

    .leftcard .biggerfont {
        font-size: 2.5vw;
    }

    .gallery img {
        max-height: 42vw;
        flex: 30;
        margin-right: 1vw;
    }

    .row2 {
        margin-top: 2vw;
    }

    .row3 img {
        max-width: 32vw;
    }

    .row3 {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        margin-bottom: 6vw;
        align-items: center;
    }

    .column3 {
        margin-left: 1vw;
        margin-top: 2vw;
    }

    .recruitment h3 {
        margin-top: 5vw;
        font-size: 3vw;
    }

    .blueback img {
        width: 54vw;
    }

    .righttext .button {
        text-align: center;
        margin-bottom: 0;
        margin-left: -2vw;
    }

    .logogroupfooter img {
        max-width: 50vw;
    }

    .rightbottom img {
        max-width: 8vw;
        cursor: pointer;
    }

    .news h3 {
        margin-top: 5vw;
        font-size: 3vw;
    }

    .newsimage img {
        max-width: 30vw;
    }

    label {
        font-size: 2vw;
        margin-bottom: 1vw;
    }

    input {
        margin-bottom: 3vw;
        width: 70vw;
    }

    textarea {
        width: 70vw;
        height: 20vw;
        margin-bottom: 5vw;
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .contactform {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 75vw;
        border-bottom: 4px solid #313B50;
    }

    input#submit {
        width: 71vw;
        height: 6vw;
    }

    #contactpage {
        position: absolute;
        top: 21vw;
        left: 41vw;
        font-size: 2.5vw;
    }

    #contactpage h1 {
        margin-left: -2vw;
    }

}
@media screen and (max-width: 724px) {
    .banner #smallbanner {
        width: 100vw;
        /* max-height: 48vw; */
    }
.newsinfo{
    display: flex;
    flex-direction: column;
}
#biggerimg{
    width: 25vw!important;

}
.movie{
    padding: 4vw 0;
}
.movie h4{
    padding-top: 2vw;
}
.video{
    max-width: 100vw;
    padding-bottom: 9vw;
    /* height: 60vw; */
    /* width: 90vw; */
}
iframe{
    width: 80vw;
    height: 45vw;
}



}
@media screen and (max-width: 1024px) {
    #menu {
        transform: none;
        opacity: 0;

        transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

}

@media screen and (min-width: 1025px) {
    .container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 100%;
        padding-bottom: 0vw;
        margin-top: -18vw;
      } 
    #menu {
        display: none;
    }

    #menuToggle {
        display: none;
    }

    .logogroup {
        position: absolute;
        left: 2vw;
        top: 1vw;
        min-width: 23vw;
    }

    .logogroup h1 {
        position: absolute;
        top: 2.0vw;
        left: 5vw;
    }

    #navpc {
        display: flex;
        justify-content: flex-end;
    }

    .nav {
        display: flex;
        justify-content: space-between;
        max-height: 5vw;
    }

    nav ul {
        display: flex;
        justify-content: flex-end;
    }

    nav ul li {
        margin: 0 2vw;
        border-right: grey 1px solid;
        padding-right: 2vw;
        max-height: 5vw;
        margin-top: 1vw;

    }

    nav ul li:nth-child(6) {
        border: none;
    }

    nav a {
        font-weight: 800;
        margin-left: -2.5vw;
        text-align: justify;
    }

    .logogroup {
        position: absolute;
        left: 2vw;
        top: 1vw;
        min-width: 23vw;
    }

    .logogroup h1 {
        position: absolute;
        top: 2.0vw;
        left: 5vw;
    }

    #logo {
        max-height: 4vw;
        margin-left: 1.9vw;
        margin-top: 0;
    }

    #logo img {
        margin-left: 0;
    }

    h1 {
        position: absolute;
        left: 4.5%;
        top: 94.3%;
        font-size: 1.5vw;
        margin: 0;
    }

    .smallfont {
        font-size: 1vw;
    }

    .biggerfont {
        font-size: 1.5vw
    }

    #mainbanner {
        max-width: 100vw;
        max-height: 48vw;
    }

    .banner {

        position: relative;
        text-align: center;
        color: white;
    }

    h2 {
        position: absolute;
        top: 18vw;
        left: 12vw;
        font-size: 2.5vw;
        text-align: left;
    }

    .banner h2 {
        position: absolute;
        top: 16vw;
        left: 6vw;
        color: white;
        font-size: 4vw;
    }

    .gallery img {
        max-height: 100%;
        /* margin-right: 1vw; */
        max-width: 100%;
        flex: none;
    }

    #arrowdown {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 5vw;
    }

    .centered {
        width: 100%;
        text-align: center;
        display: flex !important;
        align-self: center;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    a.scroll span {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.8vw;
        color: white;
    }

    h3 {
        font-size: 2vw;
        display: block;
        margin-top: 0;
        padding-bottom: 7vw;
    }

    h4 {
        font-size: 1.5vw;
        display: block;
        margin-top: -4vw;
        padding-top: 0;
    }
.movie h3{
    padding-top: 3vw;
    margin-bottom: -2vw;
}
.video{
    padding-bottom: 5vw;
}
    .logo {
        max-height: 5vw;
        margin-top: 1vw;
    }
    .smallerimage{
        width: 15vw;
    }
    #smallerimagenews{
        width: 20vw!important;
        margin-top: -4vw;
    }
    .cards {

display: flex;

flex-wrap: nowrap;

flex-direction: row;

height: 43vw;

}

    .blueback .cards {
        display: flex;
        flex-direction: row;
        max-width: 100vw;
        width: 100%;
        overflow: visible;
        /* text-align: center; */
        /* padding: 0 6vw; */
        /* padding-right: 14vw; */
        flex-wrap: nowrap;
        overflow: visible;
    }

    .backgroundpic {
        background-image: url(/img/clock_tower.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        max-height: 54vw;
        max-width: 62vw;
        /* margin-left: -1vw; */
        margin-top: -2vw;
    }

    .rightcard {
        flex: 60%;
        height: 47vw;
    }

    .leftcard {
        flex: 40%;
        max-height: 31vw;
        margin: 0 0vw;
        margin-left: 6vw;
        margin-right: 6vw;
        text-align: left;
    }

    .titlegap {
        padding-bottom: 1vw;
        padding-top: -4vw;
    }

    .leftcard p {
        margin-bottom: 2vw;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(6, 5vw);
        grid-gap: 0.5rem;
        width: 54vw;
        margin-top: 2vw;
        overflow: hidden;
    }

    figure {
        margin-bottom: 0;
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }

    #vertical {
        height: fit-content;
        width: fit-content;
    }

    .gallery__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: inline;
    }

    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 3; */
        /* grid-row: 1 / span 2; */
        display: inline;
    }

    .gallery__item--2 {
        height: 13vw;
        /* grid-column-start: 3; */
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;

        /** Alternative Syntax **/
        grid-column: 3 / span 5;
        grid-row: 1 / span 3;
        margin-top: -3.2vw;
    }

    .gallery__item--3 img {
        height: 32vw !important;
    }

    .gallery__item--3 {
        /* height: 22.200000000000003vw; */
        grid-column-start: 8;
        grid-column-end: 14;
        grid-row-start: 1;
        grid-row-end: 8;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4;
        grid-row: 1 / span 5; */
        display: flex;
        margin-top: -11vw;
    }

    .gallery__item--2 img {
        width: 22vw;
        margin-left: 3.6vw;
    }

    .gallery__item--4 img {
        width: 13.5vw !important;
        height: 16.6vw !important;
    }

    .gallery__item--5 img {
        width: 22vw !important;
    }

    .gallery__item--4 {
        height: 22vw;
        margin-top: 4.4vw;
        margin-left: 0;
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 6;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 3; */
        grid-row: 4 / span;
    }

    .gallery__item--5 {
        height: 16.3vw;
        margin-top: -0.5vw;
        margin-left: 3.65vw;
        /* display: inline; */
        grid-column-start: 3;
        grid-column-end: 8;
        grid-row-start: 6;
        grid-row-end: 4;
        display: flex;
    }

    .button {
        display: flex;
        text-align: center;
        /* border: 1px #198A93 solid; */
        border-radius: 25%;
        margin-bottom: 4vw;
    }

    #longerimg {
        height: 11vw;
        width: 13.5vw;
        margin-top: -1vw;
    }

    a.buttonlink {
        max-width: 13vw;
        border: 2px #313B50 solid;
        padding: 1vw 10vw;
        border-radius: 24px;
        font-size: 1.5vw;
        font-weight: 800;
    }

    a.buttonlinkwhite {
        max-width: 13vw;
        border: 2px white solid;
        padding: 1.5vw 8vw!important;
        border-radius: 24px;
        font-size: 1.5vw;
        font-weight: 800;
        color: white;
    }
    .blueback a.buttonlinkwhite {
        margin-top: 0vw;
    }
    .services .smallfont {
        margin-top: 3vw;
    }

    .imagetext {
        position: absolute;
        /* top: 50%; */
        /* left: 50%; */
        transform: translate(-75%, 100%);
        width: 25vw;
        font-size: 1vw;
        text-align: center;
    }

    .imagetext1line {
        margin-top: 3vw;
    }

    .recruitment h4 {
        margin-top: -8.5vw;
        margin-bottom: -2vw;
    }

    .blueback .leftcard {}

    .gallery__item--2 {
        display: inline;
    }

    .gallery__item--1 {
        display: inline-grid;
    }

    .column2 img {
        margin: 1vw;
        flex: 15%;
        width: 10vw;
    }

    .newsimage img {
        max-width: 15vw;
        max-height: 13vw;
    }

    .squarecard .title {
        margin-top: 2vw;
    }

    .textfield {
        display: flex;
        width: 49vw;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contactus h4 {
        margin-top: -3vw;
        margin-bottom: 5vw;
    }

    .news {
        margin-top: 9vw;
    }

    .policy {
        display: none;
    }

    .rightcardfooter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-around;
    }

    .tinytext {
        font-size: 1vw;
        padding: 2vw 0;
    }

    #footernav li {
        margin-right: -1vw;
        margin-bottom: 2vw;
        border-right: none;
        padding-right: 2vw;
        max-height: 5vw;
        margin-top: 1vw;
        width: 13vw;
    }

    .footermain {
        display: flex;
        align-items: center;
        margin-top: 3vw;
        margin-left: 2vw;
        margin-right: 2vw;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .columnnav {
        width: 33.33%;
    }

    .copyright {
        /* max-height: 26vw; */
    }

.logoblock{height: 14vw;}




    .darkblueback {
        background-color: #313B50;
        color: white;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .padding {
        padding: 0 0vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services h3 {
        padding-top: 3vw;
        margin-bottom: 3vw;
    }

    .services h4 {
        padding-bottom: 3vw;
        margin-top: -9vw;
    }

    .smallbanner img {
        max-width: 72vw;
    }

    .smallbanner .biggerfont {
        position: absolute;
        top: 163.5vw;
        left: 0;
        font-size: 1.5vw;
        text-align: left;
    }

    .row2 {
        margin-top: 3vw;
        margin-bottom: 2vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .column2 {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .row3 {
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 3vw;
        /* margin-bottom: 0vw; */
        display: flex;
        padding-bottom: 0;
        margin-bottom: -0.5vw;
    }

    .column3 {
        flex: 33.33%;
        padding: 0;
    }

    .row3 img {
        height: 23vw;
        margin-bottom: 0;
    }

    .recruitment {
        margin-top: 3vw;
        margin-bottom: 5vw;
        padding: 0 3vw;
        display: flex;
        justify-content: center;
        overflow-clip-margin: padding-box;
        overflow: visible;
    }

    .recruitment h3,
    h4 {
        margin-bottom: 3vw;
    }

    .recruitment h3 {
        margin-bottom: 3vw;
        margin-top: 2vw;
    }

    .blueback {
        background-color: #539CB7;
        color: white;
        max-height: 26vw;
        margin-top: 12vw;
        width: 90%;
        justify-content: center;
        overflow-clip-margin: padding-box;
        overflow: visible;
    }

    .blueback img {
        position: absolute;
        left: -5vw;
        top: -7vw;
        overflow: visible;
        max-height: 41vw;
        height: 42vw;
        margin-top: -0.5vw;
        max-width: 40vw;
        overflow-clip-margin: unset;
        z-index: 999;
    }

    .righttext {
        margin-top: 5vw;
        line-height: 1.2;
        margin-right: 4vw;
    }

    .righttext .button {
        margin-top: 4vw;
        text-align: center;
        margin-bottom: 0;
    }

    .midblueback {
        background-color: #375471;
        margin-top: 0vw;
        color: white;
    }

    .news h3 {
        margin-top: 3vw;
    }

    .news h4 {
        line-height: 4;
        margin-top: -4vw;
    }

    .linecards {
        display: flex;
        margin: 0 -6px;
        width: 90%;
        padding: 0 10vw;
        margin-bottom: -3vw;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: -3vw;
    }

    .linecards:after {
        content: "";
        display: table;
        clear: both;
    }

    .news article {

        display: flex;

        flex: 25%;

        width: 29vw;

        height: 29vw;

        flex-wrap: wrap;

        flex-direction: column;

        align-items: center;

        align-content: center;
    }

    .newsimage {
        /* width: 12vw; */
        /* height: 10vw; */
        /* background-color: white; */
    }

    .squarecard {
        float: left;
        width: 25%;
        padding: 0 10px;
    }

    .footercards {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 20vw;
        align-content: flex-start;
    }

    .rightcardfooter {
        flex: 70;
        width: 70%;
    }

    .leftcardfooter {
        flex: 30;
    }

    #footernav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .logogroupfooter img {
        max-height: 4vw;
        margin-left: 1.9vw;
        margin-top: 2vw;
    }

    .logogroupfooter {
        position: relative;
        margin-top: -2vw;
    }

    #footertitle {
        position: absolute;
        left: 20.8%;
        top: 60.8%;
        font-size: 1.5vw;
        margin: 0;
    }

    .rightbottom div {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row;
        text-align: right;
        justify-content: flex-end;

    }

    .rightbottom img {
        max-height: 5vw;
        max-width: 8vw;
        padding-right: 2vw;
        padding-bottom: 1vw;
        cursor: pointer;
    }

    .rightbottom {
        position: relative;
    }

    #privacytitle {
        position: absolute;
        top: 8vw;
        left: 25vw;
        font-size: 2.5vw;
    }

    #privacytitle h1 {
        position: absolute;
        top: 5vw;
        left: 12vw;
        font-size: 3vw;
        width: 31vw;
    }

    #privacytitle h2 {
        position: absolute;
        top: 7vw;
        left: 20vw;
        color: white;
        font-size: 2.5vw;
        width: 43vw;
    }

    .privacyback {
        display: flex;
        background-color: #EEF4F6;
        justify-content: center;
        align-items: center;
    }

    img.logo {
        max-height: 18vw;
        text-align: center;
    }

    .privacytext {
        width: 73vw;
        background-color: white;
        padding: 4vw 7vw;
        margin-top: 6vw;
        font-size: 1.5vw;
        margin-bottom: 6vw;
    }

    .privacytext .smalltext {
        font-size: 1.5vw;

    }

    .tab {
        margin-left: 3vw;
    }

    .toiawase .borderbottom {
        border-bottom: solid 1px black;
        width: 35vw;
        margin-bottom: 4vw;
        margin-top: 1vw;
    }

    .toiawase h3 {
        margin-bottom: 1vw;
        width:100%;
    }

    .toiawase h4 {
        font-size: 2vw;
    }

    .texttoform {
        font-size: 1.5vw;
        text-align: left;
        display: flex;
        align-items: flex-start;
        padding-left: 11vw;
        padding-right: 10vw;
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 70vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    input {
        border: none;
        margin-bottom: 3vw;
        width: 56vw;
        height: 4vw;
        box-shadow: 3px 3px 8px 0 #000000;
    }

    .contactform {
        display: flex;
        justify-content: center;
        height: 60vw;
        border-bottom: 4px solid #313B50;
    }

    textarea {
        border: none;
        width: 56vw;
        height: 20vw;
        margin-bottom: 5vw;
        box-shadow: 3px 3px 8px 0 #000000;
    }

    label {
        font-size: 2vw;
        margin-bottom: 1vw;
    }

    #submit {
        font-size: 2vw;
    }

    #logocenter {
        width: 5vw;
        margin-top: 1vw;
        padding-bottom: 3v;
    }

    #top .about h4 {
        margin-top: -4vw;
    }

























}












@media only screen and (min-width: 1200px) {
    #menu {
        display: none;
    }

    #menuToggle {
        display: none;
    }

    .logogroup {
        position: absolute;
        left: 2vw;
        top: 1vw;
        min-width: 23vw;
    }

    .logogroup h1 {
        position: absolute;
        top: 2.0vw;
        left: 5vw;
    }

    #navpc {
        display: flex;
        justify-content: flex-end;
    }

    .nav {
        display: flex;
        justify-content: space-between;
        max-height: 5vw;
    }

    nav ul {
        display: flex;
        justify-content: flex-end;
    }

    nav ul li {
        margin: 0 2vw;
        border-right: grey 1px solid;
        padding-right: 2vw;
        max-height: 5vw;
        margin-top: 1vw;

    }

    nav ul li:nth-child(6) {
        border: none;
    }

    nav a {
        font-weight: 800;
        margin-left: -1.5vw;
        text-align: justify;
    }

    #logo {
        max-height: 4vw;
        margin-left: 1.9vw;
        margin-top: 0;
    }

    #logo img {
        margin-left: 0;
    }

    h1 {
        position: absolute;
        left: 4.5%;
        top: 94.3%;
        font-size: 1.5vw;
        margin: 0;
    }

    .smallfont {
        font-size: 1vw;
    }

    .biggerfont {
        font-size: 1.5vw
    }

    #mainbanner {
        max-width: 100vw;
        max-height: 48vw;
    }

    .banner {

        position: relative;
        text-align: center;
        color: white;
    }

    h2 {
        position: absolute;
        top: 18vw;
        left: 12vw;
        font-size: 2.5vw;
        text-align: left;
    }

    .banner h2 {
        position: absolute;
        top: 16vw;
        left: 6vw;
        color: white;
        font-size: 4vw;
    }

    .gallery img {
        max-height: 100%;
        /* margin-right: 1vw; */
        max-width: 100%;
        flex: none;
    }

    #arrowdown {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 5vw;
    }

    .centered {
        width: 100%;
        text-align: center;
        display: flex !important;
        align-self: center;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    a.scroll span {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.8vw;
        color: white;
    }

    h3 {
        font-size: 2vw;
        display: block;
        margin-top: 0;
        margin-bottom: 3vw;
    }

    h4 {
        font-size: 1.25vw;
        display: block;
        margin-top: -11vw;
        padding-top: 0;
    }

    .logo {
        max-height: 5vw;
        margin-top: 1vw;
    }

    .cards {

        display: flex;

        flex-wrap: nowrap;

        flex-direction: row;

        height: 35vw;
    }

    .blueback .cards {
        display: flex;
        flex-direction: row;
        max-width: 100vw;
        width: 100%;
        overflow: visible;
        /* text-align: center; */
        /* padding: 0 6vw; */
        /* padding-right: 14vw; */
        flex-wrap: nowrap;
    }

    .backgroundpic {
        background-image: url(/img/clock_tower.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        max-height: 51vw;
        max-width: 62vw;
        /* margin-left: -1vw; */
        margin-top: -2vw;
    }

    .rightcard {
        flex: 60%;
        height: 55vw;
    }

    .leftcard {
        flex: 40%;
        max-height: 31vw;
        margin: 0 0vw;
        margin-left: 6vw;
        margin-right: 6vw;
        text-align: left;
    }

    .titlegap {
        padding-bottom: 1vw;
        padding-top: 5vw;
    }

    .leftcard p {
        margin-bottom: 2vw;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(6, 5vw);
        grid-gap: 0.5rem;
        width: 54vw;
        margin-top: 2vw;
        overflow: hidden;
    }

    figure {
        margin-bottom: 0;
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }

    #vertical {
        height: fit-content;
        width: fit-content;
    }

    .gallery__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: inline;
    }

    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 3; */
        /* grid-row: 1 / span 2; */
        display: inline;
    }

    .gallery__item--2 {
        height: 13vw;
        /* grid-column-start: 3; */
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;

        /** Alternative Syntax **/
        grid-column: 3 / span 5;
        grid-row: 1 / span 3;
        margin-top: -3.2vw;
    }

    .gallery__item--3 img {
        height: 32vw !important;
    }

    .gallery__item--3 {
        /* height: 22.200000000000003vw; */
        grid-column-start: 8;
        grid-column-end: 14;
        grid-row-start: 1;
        grid-row-end: 8;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
        display: flex;
        margin-top: -11vw;
    }

    .gallery__item--2 img {
        width: 22vw;
        margin-left: 3.6vw;
    }

    .gallery__item--4 img {
        width: 13.5vw !important;
        height: 16.6vw !important;
    }

    .gallery__item--5 img {
        width: 22vw !important;
    }

    .gallery__item--4 {
        height: 22vw;
        margin-top: 4.4vw;
        margin-left: 0;
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 6;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 3; */
        grid-row: 4 / span;
    }

    .gallery__item--5 {
        height: 16.3vw;
        margin-top: -0.5vw;
        margin-left: 3.65vw;
        /* display: inline; */
        grid-column-start: 3;
        grid-column-end: 8;
        grid-row-start: 6;
        grid-row-end: 4;
        display: flex;
    }

    .button {
        display: flex;
        text-align: center;
        /* border: 1px #198A93 solid; */
        border-radius: 25%;
        margin-bottom: 4vw;
    }

    #longerimg {
        height: 11vw;
        width: 13.5vw;
        margin-top: -1vw;
    }

    a.buttonlink {
        max-width: 13vw;
        border: 2px #313B50 solid;
        padding: 1vw 10vw;
        border-radius: 24px;
        font-size: 1.5vw;
        font-weight: 800;
    }

    a.buttonlinkwhite {
        max-width: 13vw;
        border: 2px white solid;
        padding: 1vw 10vw;
        border-radius: 24px;
        font-size: 1.5vw;
        font-weight: 800;
        color: white;
    }

    .services .smallfont {
        margin-top: 3vw;
    }

    .imagetext {
        position: absolute;
        /* top: 50%; */
        /* left: 50%; */
        transform: translate(-75%, 100%);
        width: 25vw;
        font-size: 1vw;
        text-align: center;
    }

    .imagetext1line {
        margin-top: 3vw;
    }

    .recruitment h4 {
        margin-top: -9.5vw;
        margin-bottom: -4vw;
    }

    .blueback .leftcard {}

    .gallery__item--2 {
        display: inline;
    }

    .gallery__item--1 {
        display: inline-grid;
    }

    .column2 img {
        margin: 1vw;
        flex: 15%;
        width: 10vw;
    }

    .newsimage img {
        max-width: 15vw;
    }

    .squarecard .title {
        margin-top: 1vw;
    }

    .textfield {
        display: flex;
        width: 49vw;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contactus h4 {
        margin-top: -10vw;
        margin-bottom: 5vw;
    }

    .news {
        margin-top: 9vw;
    }

    .policy {
        display: none;
    }

    .rightcardfooter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-around;
    }

    .tinytext {
        font-size: 1vw;
        padding: 2vw 0;
    }

    #footernav li {
        margin-right: -1vw;
        margin-bottom: 2vw;
        border-right: none;
        padding-right: 2vw;
        max-height: 5vw;
        margin-top: 1vw;
        width: 13vw;
    }

    .footermain {
        display: flex;
        align-items: center;
        margin-top: 3vw;
        margin-left: 2vw;
        margin-right: 2vw;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .columnnav {
        width: 33.33%;
    }

    .copyright {
        /* max-height: 26vw; */
    }






    .darkblueback {
        background-color: #313B50;
        color: white;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .padding {
        /* padding: 0 15vw; */
    }

    .services h3 {
        padding-top: 3vw;
        margin-bottom: 3vw;
    }

    .services h4 {
        padding-bottom: 3vw;
        margin-top: -9vw;
    }

    .smallbanner img {
        max-width: 72vw;
    }

    .smallbanner .biggerfont {
        position: absolute;
        top: 150.5vw;
        left: 0;
        font-size: 1.5vw;
        text-align: left;
    }

    .row2 {
        margin-top: 3vw;
        margin-bottom: 2vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .column2 {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .row3 {
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 3vw;
        /* margin-bottom: 0vw; */
        display: flex;
        padding-bottom: 0;
        margin-bottom: -0.5vw;
    }

    .column3 {
        flex: 33.33%;
        padding: 0;
    }

    .row3 img {
        height: 23vw;
        margin-bottom: 0;
    }

    .recruitment {
        margin-top: 3vw;
        margin-bottom: 5vw;
        padding: 0 3vw;
        display: flex;
        justify-content: center;
    }

    .recruitment h3,
    h4 {
        margin-bottom: 3vw;
    }

    .recruitment h3 {
        margin-bottom: 3vw;
        margin-top: 2vw;
    }
.movie{
    padding-top: 2vw;
}
.movie h3{margin-bottom: 4vw;}
div.video{
    padding-bottom: 4vw;
}
    .blueback {
        background-color: #539CB7;
        color: white;
        max-height: 26vw;
        margin-top: 12vw;
        width: 90%;
        justify-content: center;
    }

    .blueback img {
        position: absolute;
        left: -4vw;
        top: -6vw;
        max-height: 41vw;
        height: 42vw;
        margin-top: -0.5vw;
        max-width: 40vw;
    }

    .righttext {
        margin-top: 5vw;
        line-height: 1.2;
        margin-right: 4vw;
    }

    .righttext .button {
        margin-top: 4vw;
        text-align: center;
        margin-bottom: 0;
    }

    .midblueback {
        background-color: #375471;
        margin-top: 0vw;
        color: white;
    }

    .news h3 {
        margin-top: 3vw;
    }

    .news h4 {
        line-height: 4;
        margin-top: -11vw;
        margin-bottom: 1vw;
    }

    .linecards {
        display: flex;
        margin: 0 -6px;
        width: 90%;
        padding: 0 10vw;
        margin-bottom: -3vw;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .linecards:after {
        content: "";
        display: table;
        clear: both;
    }

    .news article {

display: flex;

flex: 25%;

width: 29vw;

height: 35vw;

flex-wrap: wrap;

flex-direction: column;

align-items: center;

align-content: center;

}

    .newsimage {
        /* width: 12vw; */
        /* height: 10vw; */
        /* background-color: white; */
    }

    .squarecard {
        float: left;
        width: 25%;
        padding: 0 10px;
    }

    .footercards {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 20vw;
        align-content: flex-start;
    }

    .rightcardfooter {
        flex: 70;
        width: 70%;
    }

    .leftcardfooter {
        flex: 30;
    }

    #footernav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .logogroupfooter img {
        max-height: 4vw;
        margin-left: 1.9vw;
        margin-top: 2vw;
    }

    .logogroupfooter {
        position: relative;
    }

    #footertitle {
        position: absolute;
        left: 20.8%;
        top: 60.8%;
        font-size: 1.5vw;
        margin: 0;
    }

    .rightbottom div {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row;
        text-align: right;
        justify-content: flex-end;

    }

    .rightbottom img {
        max-height: 6vw;
        max-width: 8vw;
        padding-right: 2vw;
        padding-bottom: 1vw;
        cursor: pointer;
    }

    .rightbottom {
        position: relative;
    }

    #privacytitle {
        position: absolute;
        top: 8vw;
        left: 25vw;
        font-size: 2.5vw;
    }

    #privacytitle h1 {
        position: absolute;
        top: 5vw;
        left: 12vw;
        font-size: 3vw;
        width: 31vw;
    }

    #privacytitle h2 {
        position: absolute;
        top: 7vw;
        left: 20vw;
        color: white;
        font-size: 2.5vw;
        width: 43vw;
    }

    .privacyback {
        display: flex;
        background-color: #EEF4F6;
        justify-content: center;
        align-items: center;
    }

    img.logo {
        max-height: 18vw;
        text-align: center;
    }

    .privacytext {
        width: 73vw;
        background-color: white;
        padding: 4vw 7vw;
        margin-top: 6vw;
        font-size: 1.5vw;
        margin-bottom: 6vw;
    }

    .privacytext .smalltext {
        font-size: 1.5vw;

    }

    .tab {
        margin-left: 3vw;
    }

    .toiawase .borderbottom {
        border-bottom: solid 1px black;
        width: 35vw;
        margin-bottom: 5vw;
        margin-top: 1vw;
        height: 13vw;
    }

    .toiawase h3 {
        margin-bottom: 0vw;
    }

    .toiawase h4 {
        font-size: 2vw;
        margin-top: -4vw;
    }

    .texttoform {
        font-size: 1.5vw;
        text-align: left;
        display: flex;
        align-items: flex-start;
        padding-left: 11vw;
        padding-right: 10vw;
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 70vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    input {
        border: none;
        margin-bottom: 3vw;
        width: 56vw;
        height: 4vw;
        box-shadow: 3px 3px 8px 0 #000000;
    }

    .contactform {
        display: flex;
        justify-content: center;
        border-bottom: 4px solid #313B50;
        
    }

    textarea {
        border: none;
        width: 56vw;
        height: 20vw;
        margin-bottom: 5vw;
        box-shadow: 3px 3px 8px 0 #000000;
    }

    label {
        font-size: 2vw;
        margin-bottom: 1vw;
    }

    #submit {
        font-size: 2vw;
    }

    #logocenter {
        width: 5vw;
        margin-top: 2vw;
    }

    #top .about h4 {
        margin-top: 2vw;
    }
}

@media screen and (min-width: 1440px) {

    #top .about h4 {
        margin-top: -3vw;
    }

    .smallbanner .biggerfont {
        position: absolute;
        top: 138.5vw;
        left: 0;
        font-size: 1.5vw;
        text-align: left;
    }

    .blueback img {
        position: absolute;
        left: -3vw;
        top: -6vw;
        max-height: 41vw;
        height: 42vw;
        margin-top: -0.5vw;
        max-width: 40vw;
    }

    .news h3 {
        margin-top: 5vw;
    }


    .banner h2 {
        position: absolute;
        top: 16vw;
        left: 6vw;
        color: white;
        font-size: 3vw;
    }

    input {
        font-size: 2vw;
    }

    .logogroup {
        position: absolute;
        left: 2vw;
        top: 0.5vw;
        min-width: 23vw;
    }   
    
    .about {
        padding-top: 0;
    }   
    .recruitment h3, h4 {
        margin-bottom: 1vw;
    }
    .titlegap {
        padding-bottom: 1vw;
        padding-top: 4vw;
    }   
    .leftcard {
        flex: 40%;
        max-height: 31vw;
        margin: 0 0vw;
        margin-left: 5vw;
        margin-right: 4vw;
        text-align: left;
    }
    .backgroundpic {
        background-image: url(/img/clock_tower.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        max-height: 51vw;
        max-width: 62vw;
        /* margin-left: -1vw; */
        margin-left: -2vw;
        margin-top: -2vw;
    }   

.centered.button{
    margin-top: 0;
}

.recruitment h4 {
    margin-top: -8vw;
    margin-bottom: -4vw;
}
.contactus .button{
    margin-top: 5vw;
}
input {
    border: none;
    margin-bottom: 3vw;
    width: 50vw;
    height: 3vw;
    box-shadow: 3px 3px 8px 0 #000000;
    margin-top: 0.5vw;
}
label {
    font-size: 1.5vw;
 
}
textarea {
    border: none;
    width: 50vw;
    height: 20vw;
    margin-bottom: 5vw;
    box-shadow: 3px 3px 8px 0 #000000;
    margin-top: 0.5vw;
}
#txt_explain{
    text-align: center;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
 
}   
#submit {
    font-size: 1.5vw;
}
.smalltext{
    font-size: 1vw!important;
}
}

@media screen and (min-width: 1920px) {}
.fade-in{
    position: relative;
    transform: translateY(25px);
    opacity: 0;
    transition: 2s all ease;
  }
  .fade-in.active{
    transform: translateY(0);
    opacity: 1;
  }
  .fade-intop{
    opacity: 0;
    animation-name: fade-intop;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
  animation-fill-mode: forwards;

  }

  @keyframes fade-intop {
    0% {
       opacity: 0;
      
    }
    100% {
       opacity: 1;
    
    }
  }