@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v44-latin-600.eot');
    src: url('../fonts/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-600.woff') format('woff'), url('../fonts/open-sans-v44-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 840px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 1.5rem 0 0.5rem;
    font-size: 1.75em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-block: 1rem;
    font-weight: 400;
}
h1, h2 {
    color: #A9C958;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding-left: 1.25rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
li:before {
    content: "●";
    float: left;
    margin: -1px 0 0 -1.25rem;
}
.box {
    padding: 2rem 4.375rem 1rem;
    background: #A9C958;
    position: relative;
}
:is(.box, footer) :is(h3, p) {
    color: #fff;
}
figure {
    position: absolute;
    top: 28rem;
    right: 4rem;
    z-index: 22;
}
.content {
    padding: 2rem 4.375rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
.flex li {
    padding-bottom: 1rem;
}
.flex li:before {
    content: "■";
    color: #A9C958;
    font-size: 1.25em;
    margin-top: -3px;
}
footer {
    padding: 2rem 4.375rem 1rem;
    background: #A9C958;
}
footer h3 {
    text-align: center;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 2rem auto;
    padding: 0.75rem 4rem;
    border: 1px solid #009EDE;
    background: #009EDE;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.3;
}
header a.apply {
    transform: rotate(-90deg);
    position: absolute;
    left: -5.25rem;
    top: 27rem;
    padding: 0.5rem 2rem;
    z-index: 222;
}
.small {
    font-size: 0.8125em;
    line-height: 1.3;
    margin-top: 1rem;
}
@media only screen and (max-width:839px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    header a.apply {
        transform: none;
        position: static;
        margin: 0;
    }
    .box, .content, footer {
        padding: 2rem 2rem 1rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
    .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: 2rem;
    }
    figure {
        position: static;
    }
}
@media only screen and (max-width:480px) {
    .box, .content, footer, .logo {
        padding: 1rem;
    }
    .logo {
        flex-direction: column;
    }
}