body {
  background-color: #000; }

header.g-header .header-top {
  background-color: #fff; }

.special-header {
  background-color: #000;
  position: relative;
  display: block;
  top: 65px;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center bottom; }
  .special-header .text-box1 {
    display: flex;
    align-items: center;
    color: #fff; }
    .special-header .text-box1 > div {
      width: 50%; }
  .special-header h2 {
    display: flex;
    margin: 0 auto 40px;
    color: #fff;
    border-color: #fff; }
  .special-header .txt-1 {
    font-weight: bold;
    font-size: 36rem;
    text-align: center; }
  .special-header .txt-2 {
    font-weight: bold;
    font-size: 48rem;
    text-align: center; }
  .special-header .cap {
    max-width: 740px;
    font-weight: bold;
    font-size: 16rem; }
  .special-header .text-area {
    padding: 50px 0 150px; }

.tabs-area {
  position: relative; }
  .tabs-area .arrow {
    width: 15px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -8px;
    opacity: 0;
    transition: all .5s; }

.tabs-b {
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%; }

.tab-b {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center top; }
  .tab-b a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    color: #fff;
    position: relative; }
    .tab-b a .txt {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100px;
      width: 100%;
      position: relative;
      transition: all .5s; }
      .tab-b a .txt .caps {
        width: 50%;
        font-size: 13rem;
        font-weight: bold;
        border-right: solid 1px #fff;
        text-align: center;
        padding: 0 5px; }
      .tab-b a .txt .name {
        width: 50%;
        font-size: 24rem;
        text-align: center; }
    .tab-b a:hover .txt {
      height: 130px; }
    .tab-b a:hover .arrow {
      opacity: 1.0;
      bottom: 0; }

.tab-b_two {
  height: 530px; }

.container-2 {
  background-color: #000; }
  .container-2 .image-area {
    position: relative;
    height: 100%; }
  .container-2 .side-content {
    float: right;
    color: #fff; }
    .container-2 .side-content .txt-1 {
      margin-top: 36px; }
    .container-2 .side-content .post-content {
      padding-bottom: 400px; }
      .container-2 .side-content .post-content h3 {
        margin: 40px 0 80px; }
    .container-2 .side-content .view-img {
      width: 100%;
      background-size: cover;
      background-position: center; }

.profile-area {
  position: relative; }

.column-news {
  background-color: #fff; }

footer {
  background-color: #fff; }

.special-title {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px; }
  .special-title__small {
    display: block;
    font-size: 16rem; }

.special-read {
  margin-bottom: 20px; }

.r-article {
  z-index: 1; }

@media only screen and (max-width: 750px) {
  body {
    background-color: #fff; }

  header.g-header {
    margin: 0;
    padding: 0; }

  .special-header {
    padding-top: 55px;
    background-size: 0;
    border-bottom: none; }
    .special-header h2 {
      color: #000;
      font-size: 24rem; }
    .special-header .txt-1 {
      font-size: 36rem; }
    .special-header .txt-2 {
      font-size: 40rem; }
    .special-header .cap {
      color: #000;
      font-weight: bold;
      font-size: 28rem;
      padding: 50px 30px 0; }
    .special-header .text-box1 {
      color: #000;
      display: block; }
      .special-header .text-box1 > div {
        width: 100%; }
    .special-header .text-area {
      padding: 50px 0 150px;
      background-color: #fff; }

  .tabs-b {
    display: block;
    width: 100%; }

  .arrow {
    width: 20px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
    margin-right: -330px; }

  .tab-b {
    height: 250px;
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: left top; }
    .tab-b a {
      display: block;
      width: auto;
      height: 100%;
      text-decoration: none;
      display: block;
      color: #fff;
      padding-left: 250px; }
      .tab-b a .txt {
        width: 500px;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        padding: 60px 40px; }
        .tab-b a .txt .caps {
          width: 100%;
          font-size: 24rem;
          font-weight: bold;
          border-right: none;
          text-align: left;
          padding: 0 5px; }
        .tab-b a .txt .name {
          width: 100%;
          font-size: 36rem;
          text-align: left;
          margin-top: 26px; }
      .tab-b a:hover .txt {
        height: 100%;
        background-color: #141414; }

  .container-2 .side-content .view-img:first-child {
    background-position: 0 50px; }
  .container-2 .side-content .post-content h3 {
    font-size: 30px;
    background-color: #fff;
    color: #000; }

  .profile-area {
    margin-bottom: 0; }

  .special-title {
    font-size: 48rem;
    line-height: 1.5;
    padding: 0 30px;
    margin-top: 30px; }

  .special-read {
    margin-bottom: 20px;
    font-size: 28rem;
    padding: 0 30px;
    z-index: 1;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px; } }

/*# sourceMappingURL=content-2.css.map */