@charset "utf-8";
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.eot');
    src: local(''), url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v14-latin-regular.woff2') format('woff2'), url('../fonts/jost-v14-latin-regular.woff') format('woff'), url('../fonts/jost-v14-latin-regular.ttf') format('truetype'), url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''), url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v14-latin-700.woff2') format('woff2'), url('../fonts/jost-v14-latin-700.woff') format('woff'), url('../fonts/jost-v14-latin-700.ttf') format('truetype'), url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Birthstone';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/birthstone-v16-latin-regular.eot');
    src: url('../fonts/birthstone-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/birthstone-v16-latin-regular.woff2') format('woff2'), url('../fonts/birthstone-v16-latin-regular.woff') format('woff'), url('../fonts/birthstone-v16-latin-regular.ttf') format('truetype'), url('../fonts/birthstone-v16-latin-regular.svg#Birthstone') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Jost', Arial, sans-serif;
}
h1, h2, h3 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
: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: 0 0 0.5rem;
    font-size: 2.875em;
    line-height: 1.1em;
}
h1 sup {
    font-size: 0.5em;
    font-weight: 400;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    color: #67C1C4;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
h1, h3 {
    color: #384645;
}
h3 {
    font-size: 2.875em;
    line-height: 1.3em;
    margin-bottom: 6rem;
}
h3 span {
    font-weight: 400;
}
h3 > span {
    font-size: 3em;
    line-height: 1.3;
    display: inline-block;
    transform: rotate(-6deg);
    color: #008291;
    position: absolute;
    top: 1rem;
    left: 33%;
}
.font {
    font-family: 'Birthstone', cursive;
    font-weight: 400;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem;
}
li:before {
    content: url('../images/icon.png');
    float: left;
    margin: -1px 0 0 -1.5rem;
}
header {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.ttl {
    padding: 2rem;
}
.abs {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 16% 7%;
    padding: 1.5rem 2rem 0 3rem;
}
.abs, footer {
    background: rgb(0 123 142 / 90%);
}
footer .font {
    font-size: 3em;
    line-height: 1.3;
}
footer {
    width: 44%;
    border-top-right-radius: 22%;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width:699px) {
    #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;
    }
    h1, h3 {
        font-size: 2em;
    }
    h3 {
        margin: 0 0 2rem;
    }
    h3 > span {
        position: static;
        transform: none;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    .abs {
        position: static;
        padding: 1rem;
        border-radius: 0;
        width: 100%;
    }
    footer {
        bottom: 1rem;
        right: 1rem;
        padding: 1rem 1rem;
        left: auto;
    }
    footer .font {
        font-size: 2.5em;
    }
    .ttl {
        padding: 1rem;
        text-align: center;
    }
    .abs {
        padding: 1rem 1rem 0 2.5rem;
    }
    footer .font {
        line-height: 1;
    }
}
@media only screen and (max-width:570px) {
    footer {
        position: static;
        width: 100%;
        border-radius: 0;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}