:root {
  --c-black: #000;
  --c-white: #fff;
  --c-grey-100: #f8f8f8;
  --c-grey-150: #e4e7eb;
  --c-grey-200: #dcdbdc;
  --c-grey-250: #caced7;
  --c-grey-300: #a3aaae;
  --c-grey-400: #999;
  --c-grey-450: #656565;
  --c-grey-500: #4c4a44;
  --c-link: #ef7a42;
  --c-blue: #009edb;
  --c-dark-background: #151515;
  --c-global-border-dark: var(--c-black);
  --c-global-border-light: var(--c-grey-300);
  --c-global-border: #999;
  --c-page-background: #fff;
  --c-subtle-background: #eee;
  --f-sans: "HelveticaNeueLTStd";
  --f-serif: "Chronicle Display Roman";
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900; }

/***** home css *****/
/** banner **/
.banner {
  position: relative;
  height: 700px; }
  @media (max-width: 640px) {
    .banner {
      height: 600px; } }
  .banner .banner_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s; }
    .banner .banner_video.video_small_fix {
      position: fixed;
      left: auto;
      right: 20px;
      top: 110px;
      width: 300px;
      height: 200px;
      border: 5px solid #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      z-index: 999;
      transition: top 0.3s; }
      @media (max-width: 414px) {
        .banner .banner_video.video_small_fix {
          left: auto;
          right: 15px;
          top: 100px;
          width: 250px;
          height: 160px;
          border-width: 4px; } }
    .banner .banner_video::before {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .banner .banner_video > video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner .banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1; }
    .banner .banner_content .banner_title {
      color: #fff;
      font-size: 72px;
      font-family: var(--f-serif);
      margin: 0;
      text-align: center; }
      @media (max-width: 860px) {
        .banner .banner_content .banner_title {
          margin-bottom: 12rem;
          font-size: 62px; } }
      @media (max-width: 640px) {
        .banner .banner_content .banner_title {
          margin-bottom: 8rem;
          font-size: 52px; } }
      @media (max-width: 414px) {
        .banner .banner_content .banner_title {
          margin-bottom: 4rem;
          font-size: 42px; } }
    .banner .banner_content .banner_link_row {
      display: flex;
      justify-content: space-between;
      flex-flow: row; }
      @media (max-width: 640px) {
        .banner .banner_content .banner_link_row {
          flex-flow: column; } }
      .banner .banner_content .banner_link_row .banner_link_col {
        width: 100%;
        padding: 0 20px; }
        @media (max-width: 640px) {
          .banner .banner_content .banner_link_row .banner_link_col {
            padding: 0 10px; } }
        .banner .banner_content .banner_link_row .banner_link_col .banner_link {
          color: #fff;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 22px;
          font-family: var(--f-serif);
          text-decoration: none;
          padding-top: 5px;
          border-top: 2px solid #ffff; }
          @media (max-width: 640px) {
            .banner .banner_content .banner_link_row .banner_link_col .banner_link {
              margin-bottom: 30px; } }
          .banner .banner_content .banner_link_row .banner_link_col .banner_link i {
            padding-left: 30px; }
          .banner .banner_content .banner_link_row .banner_link_col .banner_link:hovet {
            text-decoration: none; }

/** what_we_do **/
/** commitment **/
.commitment {
  position: relative; }
  .commitment .comm_bg_thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .commitment .comm_bg_thumb::before {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .commitment .comm_bg_thumb > img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/** stay_upto_date **/
.stay_upto_date {
  background-color: var(--c-subtle-background); }
  .stay_upto_date .title {
    font-size: 55px; }
    @media (max-width: 767px) {
      .stay_upto_date .title {
        font-size: 46px; } }
    @media (max-width: 580px) {
      .stay_upto_date .title {
        font-size: 38px; } }
    @media (max-width: 414px) {
      .stay_upto_date .title {
        font-size: 32px; } }

/** highlights **/
.highlight_row {
  display: flex;
  flex-flow: row; }
  @media (max-width: 767px) {
    .highlight_row {
      flex-flow: wrap; } }

.highlight_col[class*="w-"] {
  position: relative;
  display: flex; }

.highlight_box {
  margin: 0 5px;
  background-color: var(--c-link);
  position: relative;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  outline-offset: 5px; }
  @media (max-width: 767px) {
    .highlight_box {
      margin-bottom: 20px;
      height: 250px; } }
  .highlight_box::before {
    position: absolute;
    content: " ";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff; }
  .highlight_box h2 {
    text-align: center;
    margin: 0;
    font-family: var(--f-serif);
    color: #fff;
    font-size: 26px; }
  .highlight_box.red {
    background-color: #ec3a3a; }
  .highlight_box.blue {
    background-color: #4876ff; }
  .highlight_box.orange {
    background-color: #ffa809; }
  .highlight_box.green {
    background-color: #9ccb19; }
  .highlight_box.yellow {
    background-color: #fbdb0c; }
  .highlight_box:hover {
    transform: scale(1.08);
    transition: scale 0.3s ease-in; }
    .highlight_box:hover > h2 {
      filter: blur(7px); }
    .highlight_box:hover .highlight_overlap_text {
      display: flex;
      flex-flow: column;
      justify-content: center;
      animation: zoomIn 200ms ease-in-out; }

.highlight_overlap_text {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1; }
  .highlight_overlap_text p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0; }
    .highlight_overlap_text p + p {
      margin-top: 10px; }

.join_photo_box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-flow: wrap; }
  .join_photo_box img {
    border: 1px solid #fff;
    width: 50%;
    height: 270px;
    object-fit: cover; }
    .join_photo_box img:nth-child(1) {
      border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px; }
      @media (max-width: 480px) {
        .join_photo_box img:nth-child(1) {
          border-top-right-radius: 10px;
          -webkit-border-top-right-radius: 10px;
          -moz-border-top-right-radius: 10px; } }
    .join_photo_box img:nth-child(2) {
      border-top-right-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px; }
      @media (max-width: 480px) {
        .join_photo_box img:nth-child(2) {
          border-radius: 0; } }
    .join_photo_box img:nth-child(3) {
      border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-bottom-left-radius: 10px; }
      @media (max-width: 480px) {
        .join_photo_box img:nth-child(3) {
          border-radius: 0; } }
    .join_photo_box img:nth-child(4) {
      border-bottom-right-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-bottom-right-radius: 10px; }
      @media (max-width: 480px) {
        .join_photo_box img:nth-child(4) {
          border-bottom-left-radius: 10px;
          -webkit-border-bottom-left-radius: 10px;
          -moz-border-bottom-left-radius: 10px; } }
    @media (max-width: 480px) {
      .join_photo_box img {
        width: 100%;
        height: 220px; } }

.high_row {
  display: flex;
  flex-flow: row;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch; }
  @media (max-width: 767px) {
    .high_row {
      flex-flow: wrap; } }
  @media (min-width: 768px) {
    .high_row .high_col[class*="w-"] {
      flex: 0 0 auto; } }
  .high_row .high_col {
    padding: 0 15px;
    flex: 1 0 0%; }
    @media (max-width: 767px) {
      .high_row .high_col {
        flex: 1 0 100%; } }
    @media (min-width: 768px) {
      .high_row .high_col + .high_col {
        border-left: 1px solid var(--c-global-border); } }
    .high_box {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .high_box {
          margin-bottom: 60px; } }
      @media (max-width: 320px) {
        .high_box {
          margin-bottom: 50px; } }
      .high_box .high_img_thumb {
        margin-bottom: 20px; }
        .high_box .high_img_thumb a {
          display: block;
          position: relative; }
          .high_box .high_img_thumb a.high_video::before {
            content: " ";
            background-image: url("../img/video-play.png");
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 0 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 65px;
            height: 65px;
            margin: 0 auto; }
            @media (max-width: 800px) {
              .high_box .high_img_thumb a.high_video::before {
                width: 50px;
                height: 50px; } }
            @media (max-width: 767px) {
              .high_box .high_img_thumb a.high_video::before {
                width: 70px;
                height: 70px; } }
          .high_box .high_img_thumb a img {
            width: 100%;
            max-height: 400px;
            object-fit: cover; }
            @media (max-width: 767px) {
              .high_box .high_img_thumb a img {
                max-height: 300px; } }
      .high_box h4 {
        font-family: var(--fw-400);
        text-transform: uppercase;
        color: var(--c-black);
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 17px; }
        @media (max-width: 414px) {
          .high_box h4 {
            font-size: 16px; } }
      .high_box h3 {
        font-family: var(--f-serif);
        font-weight: var(--fw-600);
        color: var(--c-black);
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 26px; }
        @media (max-width: 767px) {
          .high_box h3 {
            margin-bottom: 15px; } }
        @media (max-width: 414px) {
          .high_box h3 {
            font-size: 22px; } }
      .high_box h5 {
        color: var(--c-grey-500);
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 15px; }
        @media (max-width: 767px) {
          .high_box h5 {
            margin-bottom: 20px; } }
        @media (max-width: 414px) {
          .high_box h5 {
            font-size: 15px; } }
      .high_box p {
        color: var(--c-black);
        font-size: 16px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .high_box p {
            margin-bottom: 15px; } }
        @media (max-width: 414px) {
          .high_box p {
            font-size: 15px; } }
      .high_box .link-theme {
        font-size: 16px; }
        @media (max-width: 414px) {
          .high_box .link-theme {
            font-size: 15px; } }

/*# sourceMappingURL=home.css.map */
