@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
/*------------------------------------------
html5doctor.com Reset Stylesheet
------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  /* font-weight: normal; */
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

legend + * {
  clear: both;
}

fieldset {
  border: 0;
  display: block;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------
common
------------------------------------------*/
/* * { font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif; margin: 0 auto; padding: 0; letter-spacing: 0; } */
address {
  font-style: normal;
}

li {
  list-style: none;
}

svg {
  margin: 0;
  padding: 0;
}

strong {
  display: inline-block;
}

input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
  max-width: 100%;
}

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  opacity: .7;
}

textarea {
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="submit"]:focus, textarea:focus {
  outline: 0;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background: #000;
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0 auto;
  min-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

img {
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #313131;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all .3s;
  opacity: .7;
  transition: all .3s;
}

a[href^="tel:"] {
  border-bottom: none;
  color: inherit;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
    margin: 0 auto;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
  }
}

.kv {
  background: url(../images/kv_bg2.jpg) no-repeat center top;
  background-size: cover;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.kv > .kv-layout {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .kv > .kv-layout {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
  }
}

.kv > .kv-layout__left {
  position: relative;
  z-index: 1000;
}

.kv > .kv-layout__right {
  position: relative;
  z-index: 200;
}

.kv > .inner {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 1200px;
  z-index: 10;
}

.kv:after {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 50%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .kv {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    display: none;
  }
}

.kv-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .kv-sp {
    display: block;
  }
}

.kv-content {
  height: 800px;
  padding-top: 70px;
}

.kv-content__copy {
  margin-bottom: 40px;
}

.kv-content__text1 {
  margin-bottom: 20px;
}

.kv-content__logo {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 112px;
  margin-bottom: 40px;
  padding: 20px 0 0 20px;
  position: relative;
  width: auto;
}

.kv-content__logo:after {
  border: none;
  border-bottom: solid 112px transparent;
  border-left: solid 60px white;
  content: '';
  position: absolute;
  right: -60px;
  top: 0px;
}

.kv-content__title {
  margin-bottom: 30px;
}

.kv-content__logo2 .logo2-heading {
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
  padding: 5px 12px 7px;
}

.kv-content__date {
  bottom: 80px;
  position: absolute;
  right: -70px;
}

.kv-img {
  position: absolute;
  right: -140px;
  top: 20px;
}

.kv-fade {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 25%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 25%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  height: 250px;
  left: 0;
  position: absolute;
  width: 100%;
}

.cv {
  -webkit-box-sizing: border-box;
  background: #000;
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
}

.cv__btn {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px #c52833;
  -webkit-transition: all .3s;
  background: #c52833;
  box-shadow: 0 0 40px #c52833;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 15px;
  transition: all .3s;
  width: 800px;
}

.cv__btn span {
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s;
  background: #fff;
  box-sizing: border-box;
  color: #c52833;
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 15px;
  padding: 5px 20px;
  transition: all .3s;
}

.cv__btn:hover {
  -webkit-box-shadow: 0 0 40px #fff000;
  background: #fff000;
  box-shadow: 0 0 40px #fff000;
  color: #000;
}

.cv__btn:hover span {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cv {
    padding: 40px 0;
  }
  .cv__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 10px;
    width: 100%;
  }
  .cv__btn span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.style-h2 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.style-h2:after {
  background: #69f3fe;
  background: -webkit-gradient(linear, left top, right top, from(#69f3fe), to(#040146));
  background: -webkit-linear-gradient(left, #69f3fe 0%, #040146 100%);
  background: linear-gradient(90deg, #69f3fe 0%, #040146 100%);
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto 0;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .style-h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .style-h2:after {
    margin: 15px auto 0;
    width: 50%;
  }
}

.s1 {
  background: url(../images/s1.bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .s1 {
    background: url(../images/s1.bg.jpg) no-repeat center top;
    background-size: 300%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    padding: 30px 0;
    text-align: left;
  }
}

.s2 {
  background: url(../images/s2_bg.jpg) no-repeat center top #000;
  color: #fff;
  padding: 80px 0;
}

.s2__text {
  color: #fff000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.s2__text:before {
  background: #fff000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 240, 0, 0)), color-stop(8%, #fff000), color-stop(92%, #fff000), to(rgba(255, 240, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 240, 0, 0) 0%, #fff000 8%, #fff000 92%, rgba(255, 240, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 240, 0, 0) 0%, #fff000 8%, #fff000 92%, rgba(255, 240, 0, 0) 100%);
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.s2__text:after {
  background: #fff000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 240, 0, 0)), color-stop(8%, #fff000), color-stop(92%, #fff000), to(rgba(255, 240, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 240, 0, 0) 0%, #fff000 8%, #fff000 92%, rgba(255, 240, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 240, 0, 0) 0%, #fff000 8%, #fff000 92%, rgba(255, 240, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s2 {
    background: url(../images/s2_bg.jpg) repeat-y center top #000;
    background-size: 200%;
    padding: 50px 0;
  }
  .s2__text {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 0;
  }
}

.s2-layout1 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .s2-layout1 {
    display: block;
  }
}

.lecture {
  margin-bottom: 70px;
  position: relative;
  width: 32%;
}

.lecture:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .lecture {
    margin-bottom: 120px;
    width: 100%;
  }
  .lecture:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.lecture-detail {
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  left: 0;
  padding: 18px;
  position: absolute;
  top: 225px;
  width: 100%;
}

.lecture-detail__company {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.lecture-detail__department {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.lecture-detail__name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
}

.lecture-detail__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.s3 {
  background: url(../images/s3_bg.jpg) no-repeat center top #000;
  color: #fff;
  padding: 80px 0 30px;
}

@media screen and (max-width: 767px) {
  .s3 {
    background: url(../images/s3_bg.jpg) no-repeat center top #000;
    background-size: 200%;
    padding: 50px 0 0;
  }
}

.s3-layout1 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.s3-box {
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 25px 30px;
}

.s3-box1__heading {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.s3-box1__text {
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .s3-box1__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .s3-box1__text {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.s3-box2 {
  width: 32%;
}

.s3-box2:not(:last-child) {
  margin-right: 2%;
}

.s3-box2__heading {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 15px;
  min-height: 3.2em;
}

.s3-box2__text {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .s3-box2 {
    width: 100%;
  }
  .s3-box2:not(:last-child) {
    margin-right: 0;
  }
  .s3-box2__heading {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: auto;
  }
  .s3-box2__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.s3-layout1-2 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .s3-layout1-2 {
    display: block;
  }
}

.s3-layout1-2-item {
  width: 48%;
}

.s3-layout1-2-item:not(:last-child) {
  margin-right: 4%;
}

.s3-layout1-2-item__heading {
  background: #fff;
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 2px 12px 5px;
}

@media screen and (max-width: 767px) {
  .s3-layout1-2-item {
    width: 100%;
  }
  .s3-layout1-2-item:not(:last-child) {
    margin-right: 0;
  }
  .s3-layout1-2-item__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 2px 12px 5px;
  }
  .s3-layout1-2-item__text {
    margin-bottom: 20px;
  }
}

.s4 {
  background: #313131;
  color: #fff;
  padding: 80px 0 80px;
  text-align: center;
}

.s4__text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 40px;
}

.s4__text > .large {
  color: #fff000;
  font-size: 50px;
  font-size: 3.125rem;
}

.s4__text > .small {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .s4 {
    padding: 40px 0 20px;
  }
  .s4__text {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 40px;
  }
  .s4__text > .large {
    color: #fff000;
    font-size: 32px;
    font-size: 2rem;
  }
  .s4__text > .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.s4-1__heading {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 2px 12px 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s4-1__heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
    padding: 2px 10px 5px;
  }
}

.s4-2__heading {
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 2px 12px 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s4-2__heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
    padding: 2px 10px 5px;
  }
}

.s4-1-layout1 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.s4-1-layout1__item {
  text-align: left;
  width: 32%;
}

.s4-1-layout1__item .indent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 1em;
}

.s4-1-layout1__item:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .s4-1-layout1 {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .s4-1-layout1__item {
    width: 100%;
  }
  .s4-1-layout1__item .indent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 1em;
  }
  .s4-1-layout1__item:not(:last-child) {
    margin-right: 0;
  }
}

.s4-2-layout1 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.s4-2-layout1__item {
  text-align: left;
  width: 32%;
}

.s4-2-layout1__item .indent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 1em;
}

.s4-2-layout1__item:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .s4-2-layout1 {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .s4-2-layout1__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .s4-2-layout1__item .indent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 1em;
  }
  .s4-2-layout1__item:not(:last-child) {
    margin-right: 0;
  }
}

.s5 {
  background: #000;
  color: #fff;
  padding: 80px 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .s5 {
    padding: 40px 0 20px;
  }
}

.s5-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

.s5-layout__item {
  width: 32%;
}

.s5-layout__item:nth-child(1) {
  width: 26%;
}

.s5-layout__item:nth-child(2) {
  width: 38%;
}

.s5-layout__item:nth-child(3) {
  width: 32%;
}

.s5-layout__item:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .s5-layout {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .s5-layout__item {
    width: 100%;
  }
  .s5-layout__item:nth-child(1) {
    width: 100%;
  }
  .s5-layout__item:nth-child(2) {
    width: 100%;
  }
  .s5-layout__item:nth-child(3) {
    width: 100%;
  }
  .s5-layout__item:not(:last-child) {
    margin-right: 2%;
  }
}

.footer {
  background: #000;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
