/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.wrap {
  font-family: 'Roboto', sans-serif;
}

.wrap h1 {
  font-size: 80px;
  line-height: 94px;
  font-weight: 900;
}

.wrap h2 {
  font-size: 64px;
  line-height: 75px;
  font-weight: 700;
}

.wrap a {
  text-decoration: none;
}

.wrap > div {
  padding-top: 64px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-white {
  color: white;
  background-color: #000;
}

.text-l-700 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
}

.text-l-500 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}

.text-m-700 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.text-m-500 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.text-s-500 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  background-image: url("image/banner.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.banner .banner-inner {
  padding-top: 8%;
}

.banner .banner-inner a {
  display: block;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.banner .banner-inner a:hover {
  border-bottom: 4px solid #891818;
}

.about {
  text-align: center;
}

.about .about-inner .education > li {
  margin-bottom: 8px;
}

.about .about-inner .education > li:last-child {
  margin-bottom: 24px;
}

.about .about-inner .education {
  border-bottom: 1px solid #000;
}

.about .about-inner .work > li {
  margin-bottom: 32px;
}

.about .about-inner .work > li:last-child {
  margin-bottom: 56px;
}

.about .about-inner .work > li::before {
  content: '';
  background: #891818;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  margin-right: 16px;
}

.brand {
  padding-bottom: 160px;
  text-align: center;
}

.brand .brand-intro {
  margin-bottom: 68px;
}

.brand .brand-img li:first-child {
  margin-bottom: 40px;
}

.brand .brand-img li:last-child {
  margin-left: 24px;
}

.brand .brand-img img {
  display: block;
}

.works {
  padding-bottom: 160px;
}

.works .works-intro {
  margin-bottom: 56px;
}

.works ul {
  margin-bottom: 56px;
}

.works ul > li {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  padding-right: 24px;
}

.works ul > li img {
  display: block;
  margin-bottom: 16px;
}

.works ul > li:last-child {
  padding-right: 0px;
}

.works ul:last-child {
  margin-bottom: 0;
}

.footer {
  text-align: center;
  padding-bottom: 80px;
}

.footer ul > li {
  margin-bottom: 16px;
}

.footer ul > li a {
  color: #fff;
}

.footer ul > li a:hover {
  border-bottom: 2px solid #fff;
}
/*# sourceMappingURL=style.css.map */