@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sen-v9-latin-regular.eot');
    src: url('../fonts/sen-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sen-v9-latin-regular.woff2') format('woff2'), url('../fonts/sen-v9-latin-regular.woff') format('woff'), url('../fonts/sen-v9-latin-regular.ttf') format('truetype'), url('../fonts/sen-v9-latin-regular.svg#Sen') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/sen-v9-latin-500.eot');
    src: url('../fonts/sen-v9-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/sen-v9-latin-500.woff2') format('woff2'), url('../fonts/sen-v9-latin-500.woff') format('woff'), url('../fonts/sen-v9-latin-500.ttf') format('truetype'), url('../fonts/sen-v9-latin-500.svg#Sen') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sen-v9-latin-700.eot');
    src: url('../fonts/sen-v9-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/sen-v9-latin-700.woff2') format('woff2'), url('../fonts/sen-v9-latin-700.woff') format('woff'), url('../fonts/sen-v9-latin-700.ttf') format('truetype'), url('../fonts/sen-v9-latin-700.svg#Sen') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Sen", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    padding: 1rem
}

:is(a:link, a:visited, a:active) {
    color: #76b82a;
    text-decoration: none;
    white-space: nowrap;
}

a.tel {
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

:is(h1, h2, p i) {
    color: #76b82a;
}

p {
    margin: 0 0 .687rem;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    color: #76b82a;
    font-size: 1.875rem;
    margin: 1rem 0 .687rem;
    line-height: 1.4;
    font-weight: 500
}

h1 br {
    display: none
}

.new_row {
    font-weight: 400;
    font-size: 1.625rem;
    display: block;
}

h2 {
    color: #76b82a;
    font-size: 1.5rem;
    margin: 1.375rem 0 .687rem;
    line-height: 1.1;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "■";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.062rem;
    color: #76b82a;
    line-height: 1.2;
}

section p {
    display: flex;
    column-gap: 1.25rem;
    flex-wrap: wrap;
}

section p i {
    margin-right: .312rem;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

.slider {
    position: relative;
}

.slider>img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 12s linear infinite 0s;
}

.slider>img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider>img:nth-of-type(2) {
    animation-delay: 6s;
}

@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }
}

.box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    column-gap: 1rem;
}

.box p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: .3rem;
    margin: .687rem 0;
}

.box i {
    flex: 0 0 1.25rem;
    display: flex;
    justify-content: center;
}

.iframe-wrapper {
    width: 24.375rem;
    position: relative;
    padding-bottom: 30%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.apply {
    background: #76b82a;
    padding: .625rem 1.375rem;
    width: 13.125rem;
    margin-top: .625rem;
    border-radius: 0 0 .625rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    letter-spacing: .062rem;
    display: block;
    text-align: center;
}

a.apply:hover {
    text-decoration: none;
}

footer {
    margin-top: 1.562rem;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .justify {
        text-align: left;
    }

    h1 {
        font-size: 1.625rem;
    }

    h1 .new_row {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 54.375rem) {
    .flex {
        flex-direction: column;
    }

    .flex p {
        width: 100%;
        margin: 0 0 .687rem;
    }
}

@media only screen and (max-width: 37.5rem) {
    h1 br {
        display: block;
    }

    h1 {
        text-align: center;
    }

    section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 1.25rem;
    }

    section p {
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        text-align: center;
        font-size: 1.5rem;
        margin: 1.25rem 0 1.562rem;
    }

    h2 {
        font-size: 1.25rem;
        margin: 1.25rem 0 0;
    }

    .logo {
        margin: .625rem auto;
        display: block;
    }

    .iframe-wrapper {
        width: 100%;
        padding-bottom: 50%;
    }

    a.apply {
        margin: 1.25rem auto .625rem;
        width: 100%;
    }

    footer p {
        text-align: center;
    }


}