/*
Theme Name: THECOO V2
Theme URI: http://news.thecoo.co.jp/
Description:  THECOOのニュースページで利用するテーマ
Version: 2.0
Author: nobuo@thecoo.co.jp
Author URI: http://thecoo.co.jp
*/

/* 全体 */

:root {
/*  --base-width: 1280px; */
}

.img-pc, .img-sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .img-sp {
    display: inline-block;
  }

  .news-detail-container img {
    max-width: 100%;
    height: auto;
  }

}
@media screen and (min-width: 768px) {
  .img-pc {
    display: inline-block;
  }
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
}

.subtitle {
  color:  #333333;
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 42px;
}

/* トップ */

.top-image {
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.49);
}

.top-image.sp {
  display: block;
  width: 100%;
  margin-top: -42px;
  height: 250px;
  object-fit: cover;
  object-position: 25px;
}

.top-image.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-image.sp {
    display: none;
  }
  .top-image.pc {
    display: block;
    width: 80vw;
    height: 700px;
    right: 0px;
    top: 100px;
    position: absolute;
    object-fit: cover;
  }
}

.who-we-are-container {
  background-color:  #232323;
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.5);
  margin-right: 25px;
  padding-top: 60px;
  padding-right: 25px;
  padding-left: 20px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .who-we-are-container {
    opacity: 0;
    position: relative;
    z-index: 100;
    width: 40%;
    padding-top: 100px;
    padding-left: 220px;
    padding-right: 100px;
    padding-bottom: 140px;
    margin-bottom: 100px;
    margin-top: -80px;
    transition: all 500ms 0s ease;
  }

  .who-we-are-container.show {
    opacity: 1;
    transition: all 500ms 0s ease;
  }
}

.who-we-are {
  font-family: Oswald;
  color: #414141;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .who-we-are {
    transform: rotateZ(-90deg);
    position: absolute;
    left: 0px;
    top: 200px;
    letter-spacing: 0.5rem;
  }
}

.mission, .vision {
  font-size: 8px;
  font-family: "Oswald";
  color: rgb(255, 255, 255);
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}

.vision {
  margin-top: 40px;
}

.medium-title {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 18px;
}

.normal-text {
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: rgb(223, 223, 223);
  line-height: 1.731;
  letter-spacing: 0.04em;
}

.service-container {
  background-color:  #232323;
  box-shadow: 0px 30px 32px 0px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 22px;
  padding-right: 22px;
}

.service-title {
  font-family: Oswald;
  color: #b9b9b9;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 46px;
}

.service-image-container {
  margin: auto;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
}

.service-image {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.service-image.fanicon {
  width: 140px;
}

.service-image.icon-suite {
  width: 80px;
}

.service-image.icon-cast {
  width: 110px;
}

.service-image.ripply {
  width: 145px;
}

.service-image.studio-coup {
  width: 60px;
}

.service-image.huitmore {
  width: 120px;
}

.fanicon-title {
  font-family: Oswald;
  color: #b9b9b9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

.fanicon-normal-text {
  color: #dfdfdf;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.04em;
  margin-bottom: 42px;
}

.service-link {
  height: 66px;
  position: absolute;
  bottom: -22px;
  right: -40px;
}

@media screen and (min-width: 768px) {
  .service-link.fanicon {
    display: none;
  }
}

.download-link-container {
  display: flex;
  justify-content: center;
}

.appstore-image {
  height: 40px;
  margin-right: 20px;
}

.googleplay-image {
  height: 40px;
}

.marketing-consulting-container {
  background-color:  #e1e1e1;
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 50px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 42px;
}

.marketing-consulting-title {
  color:  #3f3f3f;
  font-size: 21px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.marketing-consulting-normal-text {
  font-size: 14px;
  color: rgb(69, 69, 69);
  line-height: 1.714;
  margin-bottom: 40px;
}

.service-caption {
  color: #232323;
  font-size: 12px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 32px;
  line-height: 1.417;
}

.influencer-management-container {
  background-color:  #232323;
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 42px;
}

.influencer-management-title {
  color:  #e3e3e3;
  font-size: 21px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.influencer-management-normal-text {
  color: #dfdfdf;
  font-size: 14px;
  line-height: 1.714;
  margin-bottom: 40px;
}

.influencer-management-container .service-caption {
  font-size: 12px;
  color: rgb(234, 234, 234);
  line-height: 1.417;
  text-align: center;
}








/* ニュースリスト */

.news-list-container {
  background-color:  #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 22px;
  padding-bottom: 61px;
}

.news-selector-container {
  display: flex;
  margin-bottom: 27px;
}

.news-selector-year, .news-selector-categories {
  font-family: Oswald;
  color: #010101;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
}

.news-selector-year {
  margin-left: 10px;
}

.news-selector-categories {
  margin-left: 50px;
}

.news-more-button {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Oswald;
  color: #000000;
  font-size: 8px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
}


/* ニュース詳細 */

.news-detail-container {
  padding-left: 15px;
  padding-right: 15px;

}

.news-detail-title {
  color: rgb(4, 4, 4);
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.8;
}

.news-detail-date {
  font-family: Oswald;
  color: #010101;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 9px;
  letter-spacing: 0.2em;
}

.news-detail-category {
  font-family: Oswald;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

.news-detail-image img {
  width: 100%;
  margin-bottom: 32px;
}

.news-detail-content {
  color: #000000;
  font-size: 14px;
  line-height: 1.643;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 38px;
}

.share-buttons {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
}

.share-buttons img {
  height: 37px;
}

.next-previous-container {
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 52px;
}

.next-previous-list {
  font-size: 11px;
  font-family: "Oswald";
  color: rgb(1, 1, 1);
}

.next-news img {
  transform: scale(-1,1);
  height: 11px;
}

.previous-news img {
  height: 11px;
}

.related-news-container {
  background-color:  #f5f5f5;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.related-news-title {
  font-family: Oswald;
  color:  #010101;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}

/* 会社概要 */

.company-summary-container {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  max-width: var(--base-width);
}

.company-info-container {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
  background-color:  #f5f5f5;
  margin-bottom: 1px;
}

.company-info-title {
  color:  #232323;
  font-size: 14px;
  line-height: 1.12;
  margin-bottom: 15px;
  font-weight: bold;
}


.company-info-text {
  color:  #232323;
  font-size: 12px;
  line-height: 1.6;
}

.company-person-image {
  width: 100%;
  z-index: -100;
}

.company-person-info-container {
  background-color: #232323;
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 15px;
  color: #dedede;
  font-size: 11px;
  line-height: 1.8;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 45px;
  padding-bottom: 47px;
  margin-top: -30px;
  position: relative;
  z-index: 100;
  margin-bottom: 40px;

}

.person-title {
  font-size: 10px;
  margin-bottom: 3px;
  text-align: center;
}

.person-name {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.person-history {
  padding-bottom: 32px;
  border-bottom: 2px solid #888888;
  margin-bottom: 32px;
  font-size: 11px;
}

.person-message {
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* フッター */

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 0;
  width: 100%;
  height: 250px;
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .map {
    height: 500px;
  }
}

footer {
  padding-top: 40px;
  background-color: #232322;
  padding-left: 66px;
  padding-right: 66px;
  color: #919191;
  text-align: center;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 90px;
  }
}


.footer-thecoo-logo {
  height: 28px;
  margin-bottom: 40px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  font-family: Oswald;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 61px;
}

.footer-address {
  font-size: 11px;
  line-height: 1.545;
  margin-bottom: 25px;
}

.footer-contact {
  font-family: Oswald;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 44px;
  letter-spacing: 0.2em;
}

.footer-copyright {
  font-family: Oswald;
  color:  #7d7d7d;
  font-size: 10px;
  font-weight: 300;
}

/* ナビ */

.navi {
  background-color: #000000;
  width: 0%;
  height: 100vh;
  z-index: 2000;
  position: fixed;
  top: 0px;
  right: 0px;
  transition: all 300ms 0s ease;
}

.navi.show {
  width: 100vw;
  height: 100vh;
  transition: all 300ms 0s ease;
}

.thecoo-navi-sp-logo {
  width: 110px;
  margin-left: 32px;
  margin-top: 25px;
}

.thecoo-navi-sp-close-button {
  width: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.thecoo-navi-sp {
  position: relative;
  width: 110px;
  height: 36px;
  margin-left: 20px;
  margin-top: 25px;
}


.thecoo-navi-pc {
  display: none;
  z-index: 100;
}

.header-menu {
  display: none;
  z-index: 100;
}

.menu-button {
  position: fixed;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

nav {
  font-family: Oswald;
  font-size: 32px;
  font-weight: 700;
  color:  #ffffff;
  margin-left: 85px;
  letter-spacing: 0.2em;
}

nav .top {
  margin-top: 90px;
}

nav .company, nav .news, nav .recruit {
  margin-top: 40px;
}

.news-item-category {
  display: none;
  margin-top: 8px;
  font-size: 8px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .news-item-category {
    display: block;
  }
}

/* PC */

@media screen and (min-width: 768px) {

  body {
    background-color: #f5f5f5;  
    padding-top: 130px;
  }

  .left-bar {
    position: fixed;
    background-color: #2a2a2a;
    height: 100vh;
    width: 30vw;
    top: 0px;
    left: 0px;
    z-index: -1;
  }

  .news-date-title-container {
    display: flex;
  }

  .news-item-date {
    margin-right: 35px;
  }

  .header-menu-background {
    opacity: 0;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    z-index: 6666;
    transition: all 300ms 0s ease;
  }

  .header-menu-background.turned {
    background: linear-gradient(to top, rgba( 0, 0, 0, 0), rgba( 0, 0, 0, .2) 100%);
    transition: all 300ms 0s ease;
    height: 110px;
    opacity: 1;
  }

  .header-menu {
    color: #2a2a2a;
    position: fixed;
    padding-top: 50px;
    font-size: 11px;
    display: block;
    width: 100%;
    padding-left: calc(50vw - 150px);
    font-family: Oswald;
    top: 0px;
    left: 0px;
    z-index: 1000;
    padding-bottom: 50px;
    transition: all 300ms 0s ease;
  }

  .header-menu.turned {
    z-index: 7777;
  }

  .header-menu-item {
    display: inline-block;
    margin-right: 50px;
    transition: all 300ms 0s ease;
  }

  .header-menu-item.turned {
    color: #ffffff;
    transition: all 300ms 0s ease;
  }

  .thecoo-navi-pc {
    position: absolute;
    top: 50px;
    left: 80px;
    height: 40px;
    display: block;
  }

  .subtitle {
    font-size: 24px;
    margin-bottom: 60px;
  }

  .base-container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .service-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
    max-width: calc(var(--base-width) - 200px);
    display: inline-block;
    margin-right: 100px;
  }

  .service-info-container {
    display: flex;
  }

  .service-image-container {
    margin: auto;
    background-color: #ffffff;
    position: relative;
    margin-top: 40px;
  }

  .service-description {
    margin-left: 60px;
  }

  .fanicon-title {
    text-align: left;
  }

  .fanicon-normal-text {
    text-align: left;
  }

  .download-link-container {
    justify-content: left;
  }

  .marketing-consulting-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 120px;
    padding-bottom: 140px;
    max-width: calc(var(--base-width) - 200px);
    display: inline-block;
    margin-top: -30px;
    margin-left: 100px;
  }

  .marketing-consulting-service-container {
    display: flex;
    justify-content: space-between;
    z-index: 500;
    position: relative;
  }

  .marketing-consulting-service-container.influencer {
    justify-content: center;
  }

  .influencer-management-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 140px;
    padding-bottom: 130px;
    max-width: calc(var(--base-width) - 200px);
    display: inline-block;
    margin-top: -40px;
    z-index: 1;
    margin-bottom: 200px;
    margin-right: 100px;
  }

  .service-link-container {
    text-align: center;
    width: 230px;
  }

  .influencer .service-link-container {
    width: 250px;
  }

  /* 会社概要 */


  .subtitle {
    text-align: center;
  }

  .company-persons-container {
  }

  .company-person-info-container {
    background-color: #2c2c2c;
    font-size: 14px;
    line-height: 28px;
  }

  .person-name, .person-title {
    text-align: left;
  }

  /* ニュース */

  .news-list-container-container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .news-list-container {
    background-color: #ffffff;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    max-width: var(--base-width);
    margin: auto;
  }

  .news-detail-container {
    background-color: #ffffff;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 900px;
    margin: auto;
  }

  .news-detail-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .news-detail-date {
    font-size: 14px;
  }

  .news-detail-category {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .share-buttons {
    margin-left: 270px;
    margin-right: 270px;
    margin-bottom: 50px;
  }

  .share-buttons img {
    height: 24px;
  }

  .next-previous-list {
    font-size: 16px;
  }

  .related-news-title {
    font-size: 14px;
  }

  .related-news-container {
    background-color: transparent;
    width: 900px;
    margin: auto;
  }

  .related-news-items-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
  }

  /* フッター */

  .footer-container {
    text-align: left;
    display: flex;
  }

  .footer-thecoo-logo {
    margin-right: 86px;
    height: 46px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    line-height: 37px;
    text-align: left;
  }

  .footer-menu a {
    display: block;
  }

  .footer-address {
    order: 1;
    margin-right: 86px;
    color:  #919191;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }

  .footer-menu {
    order: 2;
    margin-bottom: 36px;
  }

  .footer-copyright {
    text-align: right;
    color:  #7d7d7d;
    font-size: 10px;
    font-weight: 300;
  }

  .thecoo-navi-sp {
    display: none;
  }

}


.news-carousel-box {
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: -80px;
}

@media screen and (min-width: 768px) {
  .news-carousel-box {
    position: absolute;
    z-index: 100;
    margin-right: 0;
    top: 0px;
    right: 0px;
  }
}

.news-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  padding: 12px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .news-box {
    display: flex;
    box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.0);
    margin-bottom: 50px;
    transition: all 300ms 0s ease;
    opacity: 0;
    transform: scale(0.8, 0.8);
  }

  .slick-current .news-box {
    box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.3);
    transition: all 300ms 0s ease;
    opacity: 1;
    transform: scale(1,1);
  }
}

.news-box-date {
  font-size: 12px;
  font-family: "Oswald";
  color: rgb(1, 1, 1);
  font-weight: bold;
  margin-bottom: 5px;
}

.news-box-text {
  font-size: 12px;
  font-family: "Hiragino Sans";
  color: rgb(0, 0, 0);
  line-height: 1.692;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-box-read-more-box {
  display: none;
  justify-content: flex-end;
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  .news-box-read-more-box {
    display: flex;
  }
}

.news-box-read-more {
  font-size: 12px;
  font-family: "Oswald";
  color: #000000;
}

.news-box-read-more-line {
  background-color: rgb(69, 69, 69);
  width: 80px;
  height: 1px;
  margin-top: 6px;
  margin-left: 6px;
}

.news-box-image {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  margin-top: 10px;
  object-fit: contain;
}

.news-thumbnail-image {
  width: 45px;
  height: 45px;
  margin-right: 20px;
	object-fit: contain;
}

.news-item-date {
  font-size: 10px;
  font-family: "Oswald";
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.news-item-title {
  font-size: 14px;
  font-family: "Hiragino Sans";
  color: rgb(0, 0, 0);
  line-height: 1.429;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-item-container {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .news-detail .news-item-container {
    width: 280px;
    margin-bottom: 10px;
    display: block;
    padding: 0;
  }

  .news-detail .news-thumbnail-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin: 0;
  }

  .news-detail .news-date-title-container {
    padding: 15px;
  }

  .news-detail .news-item-date {
    margin-bottom: 10px;
  }

  .news-list .news-item-container {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    padding: 20px;
  }

  .news-list .news-date-title-container {
    display: flex;
  }

  .news-list .news-date-title-container {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .news-date-title-container {
    display: block;
  }
}

.news-carousel-box-pc {
  opacity: 0;
  position: absolute;
  top: -60px;
  right: 0px;
  z-index: 300;
  width: 360px;
  margin-left: auto;
  margin-right: 0px;
}

.news-carousel-box-pc.show {
  opacity: 1;
  transition: all 500ms 0s ease;
}



@media screen and (min-width: 768px) {

  .company-summary-container-container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .company-summary-container {
    background-color: #ffffff;
    padding: 50px 60px;
    margin: auto;
  }

  .company-info-container {
    display: flex;
  }

  .company-info-title {
    margin-left: 50px;
    width: 150px;
  }

  .company-person-container-taira {
    margin-top: 150px;
    display: flex;
  }

  .company-person-image.taira.img-pc {
    width: 60vw;
  }

  .company-person-info-container.taira {
    padding: 5%;
    width: 55vw;
    margin-left: -15vw;
    margin-top: -50px;
  }

  .company-person-container-shimokawa-and-oikawa {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    margin-top: 200px;
  }

  .company-person-container-shimokawa {
    width: 50%;
    margin: 50px;
    margin-top: -100px;
  }

  .company-person-container-oikawa {
    width: 50%;
    margin: 50px;
    margin-top: 200px;
  }

  .company-person-image.shimokawa, .company-person-image.oikawa {
    box-shadow: 0px 51px 40px 0px rgba(0, 0, 0, 0.29);
    width: 70%;
  }

  .company-person-info-container.shimokawa, .company-person-info-container.oikawa {
    padding: 7%;
    margin: 0;
    margin-top: -50%;
    margin-left: 40%;
  }

  .company-person-container-shimokawa-and-oikawa-box {
    display: flex;
    max-width: 1600px;
    margin: auto;
  }

}

.news-box {
  z-index: 5555;
}

.news-more-button:hover {
  cursor: pointer;
}



.years-box {
  margin-top: 20px;
}

.years-box li {
  margin-bottom: 10px;
}

.categories-box {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
}

.categories-box li {
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .years-box {
    margin-top: 20px;
    display: flex;
  }

  .years-box li {
    margin-right: 10px;
  }

  .categories-box {
    margin-top: 20px;
    display: flex;
  }

  .categories-box li {
    margin-right: 10px;
  }
}

.current-cat, .current-year {
  text-decoration: line-through;
}
