@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px; }
  @media screen and (min-width: 781px) {
    body {
      background-image: url("lead.aa342cc2.JPG");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }
  @media screen and (max-width: 780px) {
    body::before {
      background: url("lead.aa342cc2.JPG");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      padding-bottom: 108px;
      content: "";
      z-index: -1; } }

img {
  width: 100%; }

.container {
  padding: 80px 24px; }

.section-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 780px) {
    .section-title {
      font-size: 40px; } }

.section-top {
  color: #fafafa;
  text-align: center;
  background: none;
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }
  .section-top.loading {
    background: #35414C; }
  .section-top .gradient-wrapepr {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%); }
  .section-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh; }
  .section-top .text-wrapper {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
  .section-top .main-text {
    font-size: 6rem; }
  .section-top .sub-text {
    font-size: 1.5rem; }

.section-member {
  background-color: #fafafa;
  margin-bottom: 80px;
  min-height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-member .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 720px;
    margin: auto;
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .section-member .members {
        width: auto;
        margin-bottom: 40px; } }
  .section-member .member {
    cursor: pointer;
    width: 230px; }
    @media screen and (max-width: 780px) {
      .section-member .member {
        width: 80px;
        margin: 2px; } }
    .section-member .member img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      @media screen and (max-width: 780px) {
        .section-member .member img {
          border-radius: 50%;
          width: 80px;
          height: 80px;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media screen and (max-width: 780px) {
      .section-member .member.selected:after {
        content: "";
        border-bottom: 2px solid #35414C;
        display: block;
        width: 16px;
        left: 34px;
        position: relative;
        top: 8px; } }
    .section-member .member.selected img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 780px) {
        .section-member .member.selected img {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          border: 2px solid #35414C; } }
  .section-member .selected-member {
    width: 720px;
    margin: auto;
    padding: 16px; }
    @media screen and (max-width: 780px) {
      .section-member .selected-member {
        width: auto; } }
    .section-member .selected-member .title {
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 28px; }
    .section-member .selected-member .detail {
      line-height: 28px;
      font-size: 14px;
      letter-spacing: 1.2px; }

.section-company {
  background-color: #fafafa;
  margin-bottom: 80px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-company .container {
    width: 100%; }
  .section-company .tr {
    max-width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 48px;
    line-height: 48px; }
    @media screen and (max-width: 780px) {
      .section-company .tr {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media screen and (max-width: 780px) {
    .section-company .th, .section-company .td {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 780px) {
    .section-company .th::after {
      content: "";
      display: block;
      border-bottom: 1px solid #35414C;
      width: 16px;
      margin: 0 auto; } }

footer {
  font-size: .6rem;
  line-height: 56px;
  color: #82939d;
  background: #35414C;
  text-align: center; }
