@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v38-latin-regular.eot');
    src: url('../fonts/noto-sans-v38-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noto-sans-v38-latin-regular.woff2') format('woff2'),
        url('../fonts/noto-sans-v38-latin-regular.woff') format('woff'),
        url('../fonts/noto-sans-v38-latin-regular.ttf') format('truetype'),
        url('../fonts/noto-sans-v38-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v38-latin-700.eot');
    src: url('../fonts/noto-sans-v38-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noto-sans-v38-latin-700.woff2') format('woff2'),
        url('../fonts/noto-sans-v38-latin-700.woff') format('woff'),
        url('../fonts/noto-sans-v38-latin-700.ttf') format('truetype'),
        url('../fonts/noto-sans-v38-latin-700.svg#NotoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #1B335C;
    font: 400 1em/1.5em 'Noto Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 870px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
h1, h1, strong {
    font-weight: 700;
}
h1, h2 {
    text-transform: uppercase;
}
p {
    padding-bottom: 0.6rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 1.4rem 2.5rem 0.7rem 0;
    padding-bottom: 0.5rem;
    font-size: 1.8em;
    line-height: 1.3;
}
h1 small {
    font-size: 1.125rem;
    text-transform: none;
    display: block;
    text-align: right;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    padding-bottom: 0.6rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    text-align: justify;
    hyphens: auto;
}
li {
    padding: 0 0 0 1rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
.let_spc {
    letter-spacing: -0.3px;
}
header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
}
.logo{
    background: #E52147;
    margin: 0 -1rem 1rem -2rem;
    padding: 0.75rem 2rem;
}
.title {
    padding: 0 1rem 0 2rem;
    background: #FFF8F8;
    width: 51%;
    position: relative;
    height: 280px;
}
.banner {
    width: 49%;
}
article {
    padding: 0 1.5rem;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.flexbox div {
    width: 49%;
}
.tasks {
    background: #FFE5E3;
    padding: 1.75rem 1rem 0 2rem;
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 -1.5rem;
    width: 52%;
}
.tasks li {
    padding: 0 0 1rem 6.25rem;
    color: #E62149;
    font-size: 1.188em;
    line-height: 1.5;
    background: url('../images/icon.png') no-repeat 40px 3px;
}
.tasks li:before {
    display: none;
}
.responsibilities {
    margin-top: -11.75rem;
}
.benefits {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.benefits p span {
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.benefits p {
    font-size: 0.688em;
    line-height: 1.3;
    text-align: center;
    width: 107px;
    font-weight: 700;
}
footer p {
    background: #E62149;
    border-top: 10px solid #FFCAC6;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 0.813em;
    line-height: 1.5;
    text-align: center;
}
@media only screen and (max-width:869px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, ul) {
        hyphens: auto;
        text-align: left;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1{
        margin-right: 0;
    }
    h1 small{
        display: inline-block;
    }
    header {
        flex-direction: column-reverse;
    }
    .let_spc {
        letter-spacing: 0;
    }
    .logo{
        display: flex;
        justify-content: center;
    }
    .title {
        width: 100%;
        height: auto;
        padding: 0 1.5rem 1rem;
    }
    .banner {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .banner img {
        display: block;
    }
    .flexbox div {
        width: 100%;
        margin: 0.5rem 0;
    }
    .responsibilities {
        margin: 1rem 0 0;
    }
    .flexbox {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .tasks {
        width: auto;
        padding-top: 1.5rem;
        margin: 0 -1.5rem 1rem;
        border-radius: 0;
    }
    .tasks li {
        padding-left: 3rem;
        background-position: 0px 3px;
    }
    br:not(.benefits br) {
        display: none;
    }
    footer p {
        text-align: center;
        padding-inline: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article, .title {
        padding-inline: 1rem;
    }
    .tasks {
        padding-left: 1rem;
    }
    h1{
        font-size: 1.5em;
    }
}