@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1140px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 2.5em;
    line-height: 1.3;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    color: #454545;
}
h1, h2 span, .color, li:before {
    color: #e20020;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
}
li:before {
    content: "▪";
    font-size: 1.25em;
    line-height: 1;
    float: left;
    margin: -1px 0 0 -1rem;
}
.center {
    text-align: center;
}
header {
    padding-bottom: 1rem;
}
article {
    width: calc(70% - 1rem);
}
.left {
    width: calc(70% - 1rem);
}
.right {
    width: calc(30% - 1rem);
    position: absolute;
    top: 6.75rem;
    right: 1rem;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}

@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
.slide {
    overflow: hidden;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}
.slide figure img { width: 33.333333%; float: left; }
.slide figure { 
  position: relative;
  width:300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation: 18s slidy infinite; 
}
.box {
    padding: 1.25rem;
    background: #FBFBFB;
    margin-bottom: 2rem;
    position: relative;
}
.benfit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benfit .box {
    width: calc(33.333% - 1rem);
}
.benfit p {
    text-align: center;
}
.benfit strong {
    color: #000;
}
.benfit img {
    height: 100px;
    display: block;
    margin: 0 auto 2rem;
}
article .social {
    margin-bottom: 2rem;
}
a.apply {
    display: inline-block;
    padding: 0.5rem 2rem;
    background: #e20020;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0.375rem;
    margin: 0 0.25rem;
}
footer {
    width: calc(30% - 1rem);
    position: absolute;
    top: 23rem;
    right: 1rem;
}
.avt {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 1.25rem;
}
.social {
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    flex-wrap: wrap;
    align-items: center;
}
.social img {
    width: 1.5rem;
}
footer a.apply {
    padding: 0.5rem 1.5rem;
}
footer a.apply i {
    margin-left: 0.75rem;
}
@media only screen and (max-width:1139px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
    header {
        display: flex;
        justify-content: center;
    }
    article {
        flex-direction: column;
    }
    article, .right, footer {
        width: auto;
    }
    .right {
        position: static;
    }
    footer {
        position: static;
    }
}
@media only screen and (max-width:780px) {
    .benfit .box {
        width: calc(50% - 1rem);
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.25em;
    }
    .benfit .box {
        width: 100%;
    }
    .avt {
        position: static;
        margin: 0 auto 1rem;
        display: block;
    }
}