@charset "UTF-8";
/* variables
==========================================================*/
/* mixin
==========================================================*/
/* box shadow
-------------------------------*/
/* placeholder
==========================================================*/
/* navigation
----------------------------------------------------------*/
#content__header #navigation ul, #content__footer .footer__nav ul {
  font-size: 0;
  display: inline;
  text-align: left; }
  #content__header #navigation ul li, #content__footer .footer__nav ul li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 68px 0 0; }
    @media screen and (max-width: 767px) {
      #content__header #navigation ul li, #content__footer .footer__nav ul li {
        display: block;
        margin: 0 0 6px;
        width: 100%; } }
    #content__header #navigation ul li:last-child, #content__footer .footer__nav ul li:last-child {
      margin-right: 0; }
    #content__header #navigation ul li.top a, #content__footer .footer__nav ul li.top a {
      width: 43px;
      background: url("../images/common/txt_nav_top.png") no-repeat 0 0; }
    #content__header #navigation ul li.about a, #content__footer .footer__nav ul li.about a {
      width: 72px;
      background: url("../images/common/txt_nav_about.png") no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #content__header #navigation ul li.about a, #content__footer .footer__nav ul li.about a {
          width: 100%;
          background: url("../images/common/txt_nav_about_sp.png") no-repeat 10px center #000;
          background-size: auto 28px; } }
    #content__header #navigation ul li.post a, #content__footer .footer__nav ul li.post a {
      width: 54px;
      background: url("../images/common/txt_nav_post.png") no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #content__header #navigation ul li.post a, #content__footer .footer__nav ul li.post a {
          width: 100%;
          background: url("../images/common/txt_nav_post_sp.png") no-repeat 10px center #000;
          background-size: auto 28px; } }
    #content__header #navigation ul li.news a, #content__footer .footer__nav ul li.news a {
      width: 58px;
      background: url("../images/common/txt_nav_news.png") no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #content__header #navigation ul li.news a, #content__footer .footer__nav ul li.news a {
          width: 100%;
          background: url("../images/common/txt_nav_news_sp.png") no-repeat 10px center #000;
          background-size: auto 28px; } }
    #content__header #navigation ul li.report a, #content__footer .footer__nav ul li.report a {
      width: 82px;
      background: url("../images/common/txt_nav_report.png") no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        #content__header #navigation ul li.report a, #content__footer .footer__nav ul li.report a {
          width: 100%;
          background: url("../images/common/txt_nav_report_sp.png") no-repeat 10px center #000;
          background-size: auto 28px; } }
    #content__header #navigation ul li a, #content__footer .footer__nav ul li a {
      position: relative;
      display: block;
      height: 16px;
      text-indent: -9999px;
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media screen and (max-width: 767px) {
        #content__header #navigation ul li a, #content__footer .footer__nav ul li a {
          width: 100%;
          padding: 5px;
          box-sizing: border-box;
          height: 38px;
          border-radius: 3px; } }
      #content__header #navigation ul li a::after, #content__footer .footer__nav ul li a::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        background: #fff;
        height: 2px;
        opacity: 0;
        transition: 0.2s ease-in 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (max-width: 767px) {
          #content__header #navigation ul li a::after, #content__footer .footer__nav ul li a::after {
            transition: none ease-in 0s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }
      #content__header #navigation ul li a:hover::after, #content__footer .footer__nav ul li a:hover::after {
        opacity: 1; }
        @media screen and (max-width: 767px) {
          #content__header #navigation ul li a:hover::after, #content__footer .footer__nav ul li a:hover::after {
            opacity: 0; } }

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

body {
  /* background: #000; */
  font-size: 12px;
  color: #fff; }
  body.fixed {
    height: 100%;
    min-height: 100vh; }

li {
  list-style: none; }

a {
  color: #0f6eb9; }

img {
  vertical-align: bottom; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

@media screen and (max-width: 767px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

@media screen and (max-width: 767px) {
  body {
    min-width: 0; } }

/* header
----------------------------------------------------------*/
#content__header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #000; }
  @media screen and (max-width: 767px) {
    #content__header {
      background: #f91d35; } }
  #content__header .header__body {
    display: flex;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    padding: 7px 0 5px; }
    @media screen and (max-width: 767px) {
      #content__header .header__body {
        display: none;
        height: 100vh;
        width: 100%;
        box-sizing: border-box;
        padding-top: 20vh; }
        #content__header .header__body.active {
          display: block; } }
  #content__header #site__logo,
  #content__header #navigation {
    display: flex;
    align-items: center;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #content__header #site__logo,
      #content__header #navigation {
        display: block; } }
  #content__header #site__logo {
    margin: 0 66px 0 0; }
    @media screen and (max-width: 767px) {
      #content__header #site__logo {
        margin: 0;
        width: 70%;
        margin: 0 auto;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    #content__header #navigation ul {
      display: block;
      width: 70%;
      margin: 10px auto; } }

@media screen and (max-width: 767px) {
  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 300;
    background: #000;
    text-align: center;
    transition: 0.2s ease-in 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .navToggle span {
      display: block;
      position: absolute;
      /* .navToggleに対して */
      width: 24px;
      height: 3px;
      background: #fff;
      border-radius: 2px;
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      left: 10px; }
      .navToggle span:nth-child(1) {
        top: 9px; }
      .navToggle span:nth-child(2) {
        top: 17px; }
      .navToggle span:nth-child(3) {
        top: 25px; }
    .navToggle:after {
      content: "MENU";
      border: none;
      color: #fff;
      font-size: 7px;
      font-weight: bold;
      position: absolute;
      display: inline-block;
      width: 100%;
      text-align: center;
      top: 30px;
      left: 0;
      background: none; }
    .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 10px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navToggle.active:after {
      content: "CLOSE"; } }

/* footer
----------------------------------------------------------*/
#content__footer .footer__body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 178px 0 60px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__body {
      padding: 50px 0 20px; } }

#content__footer .footer__cont {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__cont {
      flex-direction: column; } }

#content__footer .footer__lcol {
  width: 65%;
  display: flex;
  align-items: flex-end;
  align-self: flex-end; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__lcol {
      width: 100%; } }

#content__footer .footer__rcol {
  width: 35%;
  font-size: 0;
  text-align: right;
  align-self: flex-end; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__rcol {
      text-align: center;
      width: 100%; }
      #content__footer .footer__rcol .logo__wrapper {
        width: 100%;
        text-align: center;
        margin-top: 70px; }
        #content__footer .footer__rcol .logo__wrapper .logo__sekaibu__sp,
        #content__footer .footer__rcol .logo__wrapper .logo__monkasho__sp {
          display: inline-block; }
        #content__footer .footer__rcol .logo__wrapper .logo__monkasho__sp {
          margin-left: 10px; } }
  #content__footer .footer__rcol .logo__monkasho,
  #content__footer .footer__rcol .aboutus {
    display: inline-block;
    vertical-align: bottom; }
  #content__footer .footer__rcol .logo__monkasho {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      #content__footer .footer__rcol .logo__monkasho {
        display: none; } }
  #content__footer .footer__rcol .aboutus {
    margin: 0 48px 0 0; }
    #content__footer .footer__rcol .aboutus a {
      position: relative;
      display: block;
      width: 108px;
      height: 16px;
      background: url(../images/common/txt_nav_about_us.png) no-repeat 0 0; }
      #content__footer .footer__rcol .aboutus a::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        background: #fff;
        height: 2px;
        opacity: 0;
        transition: 0.2s ease-in 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (max-width: 767px) {
          #content__footer .footer__rcol .aboutus a::after {
            transition: none ease-in 0s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }
      #content__footer .footer__rcol .aboutus a:hover::after {
        opacity: 1; }
        @media screen and (max-width: 767px) {
          #content__footer .footer__rcol .aboutus a:hover::after {
            opacity: 0; } }
    @media screen and (max-width: 767px) {
      #content__footer .footer__rcol .aboutus {
        margin: 20px 0; }
        #content__footer .footer__rcol .aboutus a {
          background-size: auto 9px;
          background-position: center; } }

#content__footer .footer__logo {
  margin: 0 43px 0 30px; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__logo {
      display: none; } }

@media screen and (max-width: 767px) {
  #content__footer .footer__nav {
    width: 100%; } }

#content__footer .footer__nav ul li {
  margin-right: 45px; }
  @media screen and (max-width: 767px) {
    #content__footer .footer__nav ul li {
      margin-right: 0;
      display: inline-block;
      vertical-align: middle;
      width: 20%; }
      #content__footer .footer__nav ul li.top a, #content__footer .footer__nav ul li.about a, #content__footer .footer__nav ul li.post a, #content__footer .footer__nav ul li.news a, #content__footer .footer__nav ul li.report a {
        width: auto;
        height: 12px;
        background-size: auto 9px;
        background-position: center; } }

/* common parts
----------------------------------------------------------*/
#content__body {
  padding-top: 55px; }
  @media screen and (max-width: 767px) {
    #content__body {
      padding-top: 0;
      overflow: hidden; } }

.section__bg {
  padding: 0 0 100px; }
  @media screen and (max-width: 767px) {
    .section__bg {
      padding: 0 0 40px; } }
  .section__bg--red {
    background: #f91d35; }
  .section__bg--blue {
    background: #2dc5e9; }
  .section__bg--white {
    background: #ffffff; }
  .section__bg#keyvisual {
    padding-bottom: 0; }
  .section__bg--no_space {
    padding-bottom: 0; }

/* コンテンツ枠 */
.section__contents {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 65px 0 0; }
  @media screen and (max-width: 767px) {
    .section__contents {
      padding: 45px 0 0; } }

/* heading
----------------------------------------------------------*/
/* for keyvisual */
.kv__heading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .kv__heading .eng,
  .kv__heading .jp {
    display: block;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .kv__heading .eng img,
      .kv__heading .jp img {
        width: 50%;
        margin: 0 auto; } }
  .kv__heading .eng {
    margin: 0 0 17px; }
    @media screen and (max-width: 767px) {
      .kv__heading .eng {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .kv__heading {
      margin: 0; } }

/* round type */
.round__heading {
  border-radius: 9px;
  border: 3px solid #000;
  text-align: center;
  padding: 6px 15px;
  display: inline-block;
  min-width: 333px;
  margin: 0 0 30px;
  box-sizing: border-box;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .round__heading {
      width: 52%;
      min-width: auto; }
      .round__heading img {
        width: 100%; } }
  .round__heading__wrapper {
    text-align: center; }

/* image type */
.image__heading {
  text-align: center;
  display: inline-block; }
  .image__heading__wrapper {
    text-align: center;
    padding: 40px 0 0; }
    @media screen and (max-width: 767px) {
      .image__heading__wrapper {
        padding: 0 10%; } }
  .image__heading.type_followme {
    background: url(../images/index/img_followme.png) 0 0 no-repeat;
    width: 545px;
    height: 205px;
    font-size: 33px;
    text-align: left;
    box-sizing: border-box;
    padding: 90px 0 0 252px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .image__heading.type_followme {
        background: url(../images/index/img_followme_sp.png) 0 0 no-repeat;
        background-size: auto 100%;
        width: 100%;
        height: 116px;
        padding: 15% 0 0 45%;
        font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .image__heading img {
      width: 55%; } }

/* keyvisual */
.wrap__keyvisual {
  height: 630px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .wrap__keyvisual {
      height: 300px; } }
  .wrap__keyvisual--post, .wrap__keyvisual--news, .wrap__keyvisual--report, .wrap__keyvisual--rep_detail, .wrap__keyvisual--about {
    position: relative; }
    .wrap__keyvisual--post::before, .wrap__keyvisual--news::before, .wrap__keyvisual--report::before, .wrap__keyvisual--rep_detail::before, .wrap__keyvisual--about::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%; }
  .wrap__keyvisual--post::before {
    background: url(../images/common/bg_kv_post.jpg) no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--post::before {
        background: url(../images/common/bg_kv_post_sp.jpg) no-repeat center;
        background-size: cover; } }
  .wrap__keyvisual--news::before {
    background: url(../images/common/bg_kv_news.jpg) no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--news::before {
        background: url(../images/common/bg_kv_news_sp.jpg) no-repeat center;
        background-size: cover; } }
  .wrap__keyvisual--report::before {
    background: url(../images/common/bg_kv_report.jpg) no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--report::before {
        background: url(../images/common/bg_kv_report_sp.jpg) no-repeat center;
        background-size: cover; } }
  .wrap__keyvisual--rep_detail::before {
    background: url(../images/report/bg_kv_report_detail.jpg) no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--rep_detail::before {
        background-position: 93% center;
        background-size: cover; } }
  .wrap__keyvisual--about::before {
    background: url(../images/common/bg_kv_about.jpg) no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--about::before {
        background: url(../images/common/bg_kv_about_sp.jpg) no-repeat center;
        background-size: cover; } }
  .wrap__keyvisual--index {
    height: 750px;
    border-bottom: 1px solid #fff;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .wrap__keyvisual--index {
        height: 650px; } }
    @media screen and (min-width: 1000px) and (max-width: 1200px) {
      .wrap__keyvisual--index {
        height: 550px; } }
    @media screen and (max-width: 1000px) {
      .wrap__keyvisual--index {
        height: 440px; } }
    @media screen and (max-width: 767px) {
      .wrap__keyvisual--index {
        height: auto;
        overflow: hidden; } }
    .wrap__keyvisual--index .image,
    .wrap__keyvisual--index .map {
      width: 50%;
      height: 100%;
      float: left;
      overflow: hidden; }
      .wrap__keyvisual--index .image .slideCell,
      .wrap__keyvisual--index .map .slideCell {
        margin: 0; }
        @media screen and (max-width: 767px) {
          .wrap__keyvisual--index .image .slideCell,
          .wrap__keyvisual--index .map .slideCell {
            width: 100vw; } }
      .wrap__keyvisual--index .image img,
      .wrap__keyvisual--index .map img {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .wrap__keyvisual--index .image img,
          .wrap__keyvisual--index .map img {
            width: 100vw;
            height: auto; } }
      @media screen and (max-width: 767px) {
        .wrap__keyvisual--index .image,
        .wrap__keyvisual--index .map {
          height: auto;
          width: 100%;
          width: 4000px;
          float: none; }
          .wrap__keyvisual--index .image .slideCell,
          .wrap__keyvisual--index .map .slideCell {
            margin: 0;
            float: left; } }
  .wrap__keyvisual--bnr img {
    width: 100%;
    height: auto; }
    .wrap__keyvisual--bnr img:hover {
      opacity: 0.7; }

.wrap__contents {
  padding: 94px 0 0; }
  @media screen and (max-width: 767px) {
    .wrap__contents {
      padding: 44px 0 0; } }

/* list__about
-------------------------------------------*/
.list__about {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .list__about {
      flex-direction: column;
      margin: 0 26px; } }
  .list__about li {
    border-radius: 9px;
    border: 3px solid #fff;
    max-width: 272px;
    height: 259px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px; }
    .list__about li + li {
      position: relative;
      margin-left: 28px; }
      .list__about li + li:before {
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -15px;
        left: -28px;
        content: "";
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border: 15px solid transparent;
        border-left: 15px solid #fff; }
    @media screen and (max-width: 767px) {
      .list__about li {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 15px 10px;
        margin: 0 auto; }
        .list__about li + li {
          margin: 25px auto 0; }
          .list__about li + li:before {
            top: -5px;
            left: 50%;
            margin-left: -15px;
            width: 10px;
            height: 10px;
            border: 10px solid transparent;
            border-top: 10px solid #fff; } }
  .list__about__title {
    height: 144px;
    display: table-cell;
    vertical-align: middle; }
    .list__about__title img {
      width: 100%;
      max-width: 210px;
      height: auto; }
      @media screen and (max-width: 767px) {
        .list__about__title img {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .list__about__title {
        display: inline-block;
        width: 40%;
        height: auto;
        vertical-align: middle; } }
  .list__about__text {
    font-size: 16px;
    line-height: 1.69; }
    @media screen and (max-width: 767px) {
      .list__about__text {
        display: inline-block;
        width: 58%;
        font-size: 11px;
        vertical-align: middle;
        padding-left: 10px;
        box-sizing: border-box; } }
  .list__about__wrapper {
    padding-top: 56px; }
    @media screen and (max-width: 767px) {
      .list__about__wrapper {
        padding-top: 30px; } }

.block__follow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .block__follow {
      flex-direction: column; } }
  .block__follow__tw, .block__follow__in {
    display: inline-block;
    text-align: center;
    width: 46%; }
    @media screen and (max-width: 767px) {
      .block__follow__tw, .block__follow__in {
        width: 100%;
        box-sizing: border-box;
        padding: 0 8px; } }
    .block__follow__tw a, .block__follow__in a {
      display: block;
      margin-bottom: 24px; }
  .block__follow__tw {
    margin-right: 6%; }
  .block__follow__in iframe {
    width: 100% !important; }
  .block__follow .btn__tw, .block__follow .btn__in {
    max-width: 390px;
    height: 74px;
    display: block;
    margin: 0 auto 20px;
    text-indent: -9999px; }
    @media screen and (max-width: 767px) {
      .block__follow .btn__tw, .block__follow .btn__in {
        width: 239px;
        height: 46px; } }
  .block__follow .btn__tw {
    background: url("../images/index/btn_follow_tw.png") center center no-repeat; }
    .block__follow .btn__tw:hover {
      background: url("../images/index/btn_follow_tw_on.png") center center no-repeat; }
    @media screen and (max-width: 930px) {
      .block__follow .btn__tw {
        background-size: 330px auto; }
        .block__follow .btn__tw:hover {
          background-size: 330px auto; } }
    @media screen and (max-width: 767px) {
      .block__follow .btn__tw {
        background-size: 239px auto; }
        .block__follow .btn__tw:hover {
          background-size: 239px auto; } }
    .block__follow .btn__tw__header {
      background: url("../images/index/btn_follow_tw.svg") center center no-repeat; }
  .block__follow .btn__in {
    background: url("../images/index/btn_follow_in.png") center center no-repeat; }
    .block__follow .btn__in:hover {
      background: url("../images/index/btn_follow_in_on.png") center center no-repeat; }
    @media screen and (max-width: 930px) {
      .block__follow .btn__in {
        background-size: 330px auto; }
        .block__follow .btn__in:hover {
          background-size: 330px auto; } }
    @media screen and (max-width: 767px) {
      .block__follow .btn__in {
        margin-top: 40px;
        background-size: 239px auto; }
        .block__follow .btn__in:hover {
          background-size: 239px auto; } }
    .block__follow .btn__in__header {
      background: url("../images/index/btn_follow_in.svg") center center no-repeat; }
  .block__follow__header {
    display: flex !important;
    width: 80px;
    padding: 0 0 0 40px; }
    .block__follow__header li {
      display: inline-flex !important;
      width: 50% !important;
      margin: 0 !important;
      padding: 0;
      align-items: center; }
    .block__follow__header .btn__tw__header {
      width: 100% !important;
      height: 26px !important;
      margin: 0;
      background: url("../images/index/btn_follow_tw.svg") center center no-repeat #000000; }
      .block__follow__header .btn__tw__header::after {
        display: none !important; }
    .block__follow__header .btn__in__header {
      width: 100% !important;
      height: 26px !important;
      margin: 0;
      background: url("../images/index/btn_follow_in_header.png") center center no-repeat #000000;
      background-size: auto 20px; }
      .block__follow__header .btn__in__header::after {
        display: none !important; }
    @media screen and (max-width: 767px) {
      .block__follow__header {
        padding: 0; }
        .block__follow__header li {
          display: inline-flex !important;
          width: 50% !important;
          margin: 0;
          padding: 0 10%; } }

/* account__list
-------------------------------------------*/
.account__list {
  margin: 0 auto;
  text-align: center; }
  .account__list dt {
    font-weight: bold;
    font-size: 18px; }
  .account__list dd {
    display: inline-block;
    padding: 0 5px; }
    .account__list dd a {
      color: #fff;
      font-size: 30px; }
      .account__list dd a:hover {
        opacity: 0.7; }
      .account__list dd a.btn__in {
        display: inline-block;
        width: 333px;
        height: 48px;
        line-height: 48px;
        margin: 15px auto 20px;
        background: #ffffff;
        color: #f91d35;
        text-decoration: none;
        border-radius: 9px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
        vertical-align: middle; }
    .account__list dd .text__description {
      margin: 15px 24px 0; }
    .account__list dd:nth-child(4) {
      display: block; }
      .account__list dd:nth-child(4) a {
        font-size: 18px; }
  .account__list + .account__list {
    margin: 20px 0 0; }
  @media screen and (max-width: 767px) {
    .account__list dt {
      font-size: 14px; }
    .account__list dd a.btn__in {
      font-size: 14px;
      margin: 15px auto 0; }
    .account__list dd:nth-child(4) {
      margin-top: 15px; }
      .account__list dd:nth-child(4) a {
        font-size: 14px; } }

/* list__action
-------------------------------------------*/
.list__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 92px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .list__action {
      max-width: 100%;
      height: auto;
      padding-top: 50px; } }
  .list__action li {
    width: 50%;
    box-sizing: border-box;
    display: block;
    padding: 0 15px 0 98px; }
    @media screen and (max-width: 767px) {
      .list__action li {
        width: 100%; } }
    .list__action li:nth-child(1) {
      background: url("../images/index/txt_action_01.png") 13px 3px no-repeat;
      padding-bottom: 41px;
      order: 1; }
    .list__action li:nth-child(2) {
      background: url("../images/index/txt_action_02.png") 13px 3px no-repeat;
      padding-bottom: 48px;
      order: 3; }
    .list__action li:nth-child(3) {
      background: url("../images/index/txt_action_03.png") 13px 3px no-repeat;
      order: 5; }
    .list__action li:nth-child(4) {
      background: url("../images/index/txt_action_04.png") 13px 3px no-repeat;
      padding-bottom: 76px;
      order: 2; }
    .list__action li:nth-child(5) {
      background: url("../images/index/txt_action_05.png") 23px 3px no-repeat;
      order: 4; }
    @media screen and (max-width: 767px) {
      .list__action li {
        padding: 0 15px 0 62px; }
        .list__action li:nth-child(1) {
          background-size: auto 50px;
          padding-bottom: 30px;
          order: 1; }
        .list__action li:nth-child(2) {
          background-size: auto 50px;
          padding-bottom: 30px;
          order: 2; }
        .list__action li:nth-child(3) {
          background-size: auto 50px;
          padding-bottom: 30px;
          order: 3; }
        .list__action li:nth-child(4) {
          background-size: auto 50px;
          padding-bottom: 30px;
          order: 4; }
        .list__action li:nth-child(5) {
          background-size: auto 50px;
          padding-bottom: 30px;
          background-position: 17px 0;
          order: 5; } }
  .list__action__title {
    font-size: 22px;
    line-height: 1.6;
    display: inline;
    font-weight: bold;
    background: linear-gradient(transparent 5%, #000 0%);
    letter-spacing: -0.02em; }
    @media screen and (max-width: 767px) {
      .list__action__title {
        font-size: 14px; } }
  .list__action__discription {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .list__action__discription {
        font-size: 12px;
        margin-top: 6px; } }

.list__action__link {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
  letter-spacing: 0.1em;
  margin: 77px 0 0; }
  .list__action__link a {
    color: #ffffff;
    line-height: 56px; }
    .list__action__link a:hover {
      color: #000000; }
  @media screen and (max-width: 767px) {
    .list__action__link {
      margin: 0 0 0;
      padding: 0 26px; } }

/* list__leader
-------------------------------------------*/
.list__leader {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  font-size: 0; }
  .list__leader__container {
    padding: 64px 0 0; }
  .list__leader .circle {
    margin-bottom: 50px;
    width: 214px;
    display: inline-block;
    vertical-align: top;
    margin: 0 80px 50px 0;
    font-size: 17px; }
    .list__leader .circle:nth-child(3n), .list__leader .circle:last-child {
      margin-right: 0; }
  .list__leader figure {
    text-align: center;
    line-height: 1.2; }
    .list__leader figure img {
      width: 100%;
      height: auto; }
    .list__leader figure .name {
      padding: 12px 0 0; }
      .list__leader figure .name .account {
        font-size: 14px; }
  .list__leader .hashtags {
    padding: 10px 0 0;
    text-align: center;
    font-size: 0; }
    .list__leader .hashtags > li {
      display: inline-block;
      font-size: 14px;
      margin: 0 0.5em 0 0;
      word-wrap: break-word;
      word-break: break-all; }
  @media screen and (max-width: 767px) {
    .list__leader {
      width: auto; }
      .list__leader__container {
        padding-top: 50px;
        margin: 0 24px; }
      .list__leader .circle {
        margin-bottom: 50px;
        width: 46%;
        margin-right: 8%; }
        .list__leader .circle:nth-child(3n) {
          margin-right: 8%; }
        .list__leader .circle:nth-child(2n), .list__leader .circle:last-child {
          margin-right: 0; } }

.network__list__wrapper {
  text-align: center;
  padding: 12px 0 5px; }
  .network__list__wrapper img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto; }

/* buttons
-------------------------------------------*/
/* color black */
.btn__black {
  display: inline-block;
  background: #000;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 400px;
  height: 56px;
  transition: 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 767px) {
    .btn__black {
      width: 100%;
      height: 50px;
      border-radius: 3px; } }
  .btn__black--small {
    display: inline-block;
    width: 306px;
    height: 33px;
    border-radius: 2px; }
    @media screen and (max-width: 767px) {
      .btn__black--small {
        width: 100%;
        height: 43px; } }
  .btn__black--map {
    display: inline-block;
    width: 576px;
    height: 113px;
    border-radius: 6px;
    background-image: url(../images/common/bg_btn_map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .btn__black--map:hover {
      background-image: url(../images/common/bg_btn_map_hover.png); }
    @media screen and (max-width: 767px) {
      .btn__black--map {
        width: 100%;
        height: 70px; } }
  .btn__black .name {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    text-indent: -9999px;
    transition: 0.2s ease-in 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .btn__black .name--about {
      background-image: url(../images/common/txt_btn_about.png); }
    .btn__black .name--map {
      background-image: url(../images/common/txt_btn_tweet.png); }
      @media screen and (max-width: 767px) {
        .btn__black .name--map {
          background-size: auto 17px; } }
    .btn__black .name--news {
      background-image: url(../images/common/txt_btn_news.png); }
      @media screen and (max-width: 767px) {
        .btn__black .name--news {
          background-size: auto 12px; } }
    .btn__black .name--report {
      background-image: url(../images/common/txt_btn_report.png); }
      @media screen and (max-width: 767px) {
        .btn__black .name--report {
          background-size: auto 12px; } }
    .btn__black .name--more {
      background-image: url(../images/common/txt_btn_more.png); }
      @media screen and (max-width: 767px) {
        .btn__black .name--more {
          background-size: auto 12px; } }
  .btn__black.arrow--down {
    position: relative; }
    .btn__black.arrow--down::before {
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      position: absolute;
      left: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #fff transparent transparent transparent; }
  .btn__black.arrow--right {
    position: relative; }
    .btn__black.arrow--right::before {
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #fff; }
    .btn__black.arrow--right_large::before {
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      left: 26px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.5px 0 8.5px 9px;
      border-color: transparent transparent transparent #fff; }
      @media screen and (max-width: 767px) {
        .btn__black.arrow--right_large::before {
          left: 17px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #fff; } }
  .btn__black:hover {
    background-color: #fff; }
    .btn__black:hover .name--about {
      background-image: url(../images/common/txt_btn_about_hover.png); }
    .btn__black:hover .name--map {
      background-image: url(../images/common/txt_btn_tweet_hover.png); }
    .btn__black:hover .name--news {
      background-image: url(../images/common/txt_btn_news_hover.png); }
    .btn__black:hover .name--report {
      background-image: url(../images/common/txt_btn_report_hover.png); }
    .btn__black:hover .name--more {
      background-image: url(../images/common/txt_btn_more_hover.png); }
    .btn__black:hover.arrow--down::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #000 transparent transparent transparent; }
    .btn__black:hover.arrow--right::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #000; }
    .btn__black:hover.arrow--right_large::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.5px 0 8.5px 9px;
      border-color: transparent transparent transparent #000; }

.btn__return__top {
  display: inline-block;
  background: #000;
  width: 90px;
  height: 27px;
  position: relative;
  transition: 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn__return__top::after, .btn__return__top::before {
    content: "";
    display: block;
    position: absolute;
    transition: 0.2s ease-in 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .btn__return__top::after {
    top: 58%;
    background: #fff;
    left: 11px;
    width: 8px;
    height: 1px; }
  .btn__return__top::before {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent; }
  .btn__return__top .name {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/common/txt_btn_top.png) no-repeat 60% center;
    transition: 0.2s ease-in 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .btn__return__top:hover {
    background-color: #fff; }
    .btn__return__top:hover::after {
      background-color: #000; }
    .btn__return__top:hover::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #000 transparent; }
    .btn__return__top:hover .name {
      background-image: url(../images/common/txt_btn_top_hover.png); }

.box__btn__centering {
  text-align: center; }

/* category
-------------------------------------------*/
.cat {
  background: #000 no-repeat center;
  display: inline-block;
  color: #fff;
  text-indent: -9999px;
  width: 64px;
  height: 20px; }
  .cat--tour {
    background-image: url(../images/common/cat_txt_tour.png); }
  .cat--event {
    background-image: url(../images/common/cat_txt_event.png); }
  .cat--wanted {
    width: 80px;
    background-image: url(../images/common/cat_txt_wanted.png); }
  .cat--campaign {
    width: 91px;
    background-image: url(../images/common/cat_txt_campaign.png); }
  .cat--all {
    background-image: url(../images/common/cat_txt_all.png); }
  .cat--other {
    width: 72px;
    background-image: url(../images/common/cat_txt_other.png); }
  .cat--for_detail {
    border-radius: 3px;
    height: 15px; }
  @media screen and (max-width: 767px) {
    .cat {
      width: 40px;
      height: 13px;
      background-size: auto 7px; }
      .cat--wanted {
        width: 60px; }
      .cat--campaign {
        width: 71px; } }

/* text decoration
-------------------------------------------*/
.text__deco--underline {
  text-decoration: underline; }

.text__deco--fz26 {
  font-size: 26px; }

/* page of index
----------------------------------------------------------*/
/* キービジュアル下 */
.wrap__outline {
  width: 100%;
  max-width: 1026px;
  padding: 55px 0 68px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .wrap__outline {
      display: block;
      box-sizing: border-box;
      padding: 55px 10%; } }
  .wrap__outline .sub,
  .wrap__outline .outline {
    align-self: center;
    width: 50%;
    box-sizing: border-box; }
    .wrap__outline .sub img,
    .wrap__outline .outline img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .wrap__outline .sub,
      .wrap__outline .outline {
        width: 100%; } }
  .wrap__outline .sub {
    padding: 0 30px 0 0; }
    @media screen and (max-width: 767px) {
      .wrap__outline .sub {
        padding: 0 0 18px; } }
  .wrap__outline .outline {
    position: relative; }
    .wrap__outline .outline .box_btn {
      position: absolute;
      right: 0;
      bottom: -12px; }
      @media screen and (max-width: 990px) {
        .wrap__outline .outline .box_btn {
          bottom: -40px; } }
      @media screen and (max-width: 767px) {
        .wrap__outline .outline .box_btn {
          position: static;
          margin-top: 20px; } }
  .wrap__outline a {
    color: #ffffff; }
    .wrap__outline a p {
      font-size: 16px;
      padding: 4px 0 0; }
  .wrap__outline + .wrap__outline {
    padding-top: 0; }

@media screen and (max-width: 767px) {
  .wrap__keyvisual--bnr {
    padding: 55px 10%; } }

@media screen and (max-width: 767px) {
  .wrap__keyvisual--bnr .wrap__outline {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .wrap__keyvisual--bnr .wrap__outline + .wrap__outline {
    display: none; } }

/* 角丸見出し用section */
.wrap__round_section {
  margin: 0 auto 90px; }
  .wrap__round_section:last-child {
    margin-bottom: 0; }
  .wrap__round_section.about__content01 {
    width: 100%;
    max-width: 894px; }
    .wrap__round_section.about__content01 u {
      background: #ffffff;
      color: #000000;
      font-weight: bold;
      padding: 2px 4px; }
    .wrap__round_section.about__content01 + .about__content01 {
      border-top: 1px solid #ffffff;
      padding-top: 90px; }
  @media screen and (max-width: 767px) {
    .wrap__round_section.about__content01 + .about__content01 {
      padding-top: 90px; } }

.text__description {
  margin: 0 26px;
  font-size: 18px;
  line-height: 2.0; }
  @media screen and (max-width: 767px) {
    .text__description {
      font-size: 14px; } }
  .text__description--center {
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .text__description--center {
        padding: 0 10%;
        box-sizing: border-box;
        font-size: 14px;
        text-align: left; } }
  .text__description--news {
    width: 100%;
    max-width: 842px;
    font-size: 18px;
    line-height: 2.0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .text__description--news {
        padding: 0 10%;
        box-sizing: border-box;
        font-size: 14px; } }

ol.text__description {
  margin: 30px 0 0; }
  ol.text__description small {
    display: block; }
  ol.text__description li {
    margin: 0 0 0 1em;
    text-indent: -1em; }
    ol.text__description li ol.text__description {
      margin: 15px 0; }

@media screen and (max-width: 767px) {
  ol {
    padding: 0 26px; } }

/* post
----------------------------------------------------------*/
.wrap__posts__content {
  max-width: 1234px;
  margin: 0 auto;
  padding: 70px 0 0; }
  @media screen and (max-width: 767px) {
    .wrap__posts__content {
      width: auto;
      margin: 0 7.5px;
      padding-top: 19px; } }

.wrap__list__posts__select {
  background: url(../images/post/bg_list_MAP.png) no-repeat center 0;
  background-size: 100% auto;
  max-width: 1440px;
  margin: -12px auto 0;
  position: relative; }
  .wrap__list__posts__select .list__posts__select {
    margin: 0 0 -108px; }
    .wrap__list__posts__select .list__posts__select li {
      position: absolute;
      z-index: 1;
      width: 16%;
      height: auto; }
      .wrap__list__posts__select .list__posts__select li:nth-child(1) {
        top: 1%;
        left: 8%;
        background: url(../images/post/img_posts_europe.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(1):hover, .wrap__list__posts__select .list__posts__select li:nth-child(1).is-active {
          background: url(../images/post/img_posts_europe_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li:nth-child(2) {
        top: 21%;
        left: 27%;
        background: url(../images/post/img_posts_asia.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(2):hover, .wrap__list__posts__select .list__posts__select li:nth-child(2).is-active {
          background: url(../images/post/img_posts_asia_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li:nth-child(3) {
        top: 9%;
        left: 71%;
        background: url(../images/post/img_posts_northamerica.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(3):hover, .wrap__list__posts__select .list__posts__select li:nth-child(3).is-active {
          background: url(../images/post/img_posts_northamerica_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li:nth-child(4) {
        top: 34%;
        left: 6%;
        background: url(../images/post/img_posts_africa.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(4):hover, .wrap__list__posts__select .list__posts__select li:nth-child(4).is-active {
          background: url(../images/post/img_posts_africa_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li:nth-child(5) {
        top: 55%;
        left: 50%;
        background: url(../images/post/img_posts_pacificState.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(5):hover, .wrap__list__posts__select .list__posts__select li:nth-child(5).is-active {
          background: url(../images/post/img_posts_pacificState_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li:nth-child(6) {
        top: 46%;
        left: 81%;
        background: url(../images/post/img_posts_latinAmerica.png) no-repeat 50% 100%;
        background-size: auto 100%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(6):hover, .wrap__list__posts__select .list__posts__select li:nth-child(6).is-active {
          background: url(../images/post/img_posts_latinAmerica_on.png) no-repeat 50% 100%;
          background-size: auto 100%; }
      .wrap__list__posts__select .list__posts__select li.search_item:hover {
        cursor: pointer; }
      .wrap__list__posts__select .list__posts__select li .wrap__search_item {
        position: relative; }
        .wrap__list__posts__select .list__posts__select li .wrap__search_item:before {
          content: "";
          display: block;
          padding-top: 62%;
          /* 1:1 */ }
        .wrap__list__posts__select .list__posts__select li .wrap__search_item .wrap__search_item__inner {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          height: 100%; }
          .wrap__list__posts__select .list__posts__select li .wrap__search_item .wrap__search_item__inner img {
            width: auto;
            height: 100%; }
      .wrap__list__posts__select .list__posts__select li.search_item__bg {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto; }
        .wrap__list__posts__select .list__posts__select li.search_item__bg img {
          width: 100%;
          height: auto; }
  .wrap__list__posts__select .list__posts__select__btn {
    display: flex;
    justify-content: center;
    margin: 0 0 46px;
    padding: 100px 0 0; }
    .wrap__list__posts__select .list__posts__select__btn li {
      width: 330px;
      height: 56px;
      line-height: 35px;
      padding: 0 0 0 18px;
      background: #000000;
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      border-radius: 4px;
      box-sizing: border-box;
      position: relative; }
      .wrap__list__posts__select .list__posts__select__btn li.is-active {
        background: #f91d35;
        cursor: default; }
      .wrap__list__posts__select .list__posts__select__btn li:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        position: absolute;
        top: 50%;
        left: 18px;
        margin: 0 0 0; }
      .wrap__list__posts__select .list__posts__select__btn li:not(:first-child) {
        margin-left: 39px; }
        .wrap__list__posts__select .list__posts__select__btn li:not(:first-child):hover {
          background: #f91d35;
          cursor: pointer; }
  .wrap__list__posts__select + .list__posts li.is-hide {
    display: none !important; }
  .wrap__list__posts__select + .list__posts:after {
    content: "";
    display: block;
    width: 30%; }
  @media screen and (max-width: 767px) {
    .wrap__list__posts__select {
      margin: 20px auto 0; }
      .wrap__list__posts__select .list__posts__select li {
        width: 26%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(1) {
          top: -3%;
          left: 4%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(2) {
          top: 10%;
          left: 23%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(3) {
          top: 2%;
          left: 69%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(4) {
          top: 22%;
          left: 2%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(5) {
          top: 30%;
          left: 42%; }
        .wrap__list__posts__select .list__posts__select li:nth-child(6) {
          top: 30%;
          left: 74%; }
      .wrap__list__posts__select + .list__posts li:nth-last-child(4), .wrap__list__posts__select + .list__posts li:nth-last-child(5), .wrap__list__posts__select + .list__posts li:nth-last-child(6) {
        display: block; }
      .wrap__list__posts__select .list__posts__select__btn {
        margin: 15px 36px 28px;
        flex-wrap: wrap; }
        .wrap__list__posts__select .list__posts__select__btn li {
          width: 100%;
          height: 44px;
          line-height: 30px;
          margin: 0 0 7px;
          padding: 0 0 0 18px;
          font-size: 16px;
          font-weight: bold;
          border-radius: 4px;
          box-sizing: border-box;
          position: relative; }
          .wrap__list__posts__select .list__posts__select__btn li.is-active {
            background: #f91d35;
            cursor: default; }
          .wrap__list__posts__select .list__posts__select__btn li:not(:first-child) {
            margin-left: 0; } }

.list__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 58px; }
  .list__posts > li {
    vertical-align: top;
    width: 365px;
    height: 366px;
    margin-bottom: 23px;
    position: relative; }
    .list__posts > li .area {
      background: #000;
      color: #fff;
      font-size: 12px;
      min-width: 52px;
      margin: 0 0 3px;
      padding: 1px 0;
      display: inline-block;
      border-radius: 4px;
      text-align: center; }
    .list__posts > li .box__embed__tweet {
      overflow-y: scroll;
      height: 343px;
      background: #ffffff;
      border-radius: 4px; }
      .list__posts > li .box__embed__tweet .twitter-tweet {
        margin-top: 3px !important;
        margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .list__posts {
      justify-content: space-around; } }
  @media screen and (max-width: 767px) {
    .list__posts {
      display: block;
      padding-bottom: 20px; }
      .list__posts > li {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 10px 10px; }
        .list__posts > li:before {
          height: 20px; }
        .list__posts > li:nth-last-child(-n+3) {
          margin-bottom: 10px; }
        .list__posts > li:nth-last-child(4), .list__posts > li:nth-last-child(5), .list__posts > li:nth-last-child(6) {
          display: none; }
        .list__posts > li:last-child {
          margin-bottom: 0; }
        .list__posts > li .box__embed__tweet {
          height: auto;
          overflow: auto;
          background: none;
          /*iframe{
          width: 100% !important;
        }*/ }
          .list__posts > li .box__embed__tweet .twitter-tweet {
            margin: 0 auto; } }

/* news & report
----------------------------------------------------------*/
.wrap__articles__content {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 94px 0 0; }
  @media screen and (max-width: 767px) {
    .wrap__articles__content {
      width: auto;
      margin: 0 10px 0 7.5px;
      padding-top: 26px; }
      .wrap__articles__content--underlayer {
        padding-top: 13px; } }

.list__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0 65px; }
  @media screen and (min-width: 1400px) {
    .list__articles {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .list__articles {
      display: block;
      padding-bottom: 30px; } }

.list__object {
  overflow: hidden;
  background: #fff;
  width: 48%;
  margin: 0 0 23px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 6px 6px 0 0 black;
  transition: 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 1400px) {
    .list__object {
      width: 49%; } }
  .list__object:hover {
    box-shadow: 0 0 0 0 black;
    top: 6px;
    left: 6px; }
  .list__object .box__article {
    /*display: table;
		width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: 208px; }
  .list__object .column__thumb,
  .list__object .column__text {
    /*display: table-cell;
		vertical-align: middle;*/ }
  .list__object .column__thumb {
    display: flex;
    align-items: center;
    width: 50%;
    height: 208px;
    overflow: hidden; }
    .list__object .column__thumb .fix {
      width: 100%;
      max-height: 208px;
      text-align: center;
      vertical-align: middle; }
      .list__object .column__thumb .fix .cat {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .list__object .column__thumb .fix img {
        width: 100%;
        height: auto; }
  .list__object .column__text {
    width: 50%;
    padding: 23px 25px 18px 30px;
    align-self: center;
    font-size: 14px;
    box-sizing: border-box; }
    .list__object .column__text time {
      display: block;
      margin: 0 0 13px;
      font-weight: bold;
      font-size: 12px; }
    .list__object .column__text .sub {
      margin: 0 0 20px;
      font-weight: bold; }
  .list__object a {
    color: #000;
    text-decoration: none;
    display: block; }
  @media screen and (max-width: 767px) {
    .list__object {
      width: auto;
      margin-bottom: 10px;
      transition: none ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .list__object:nth-last-child(-n+2) {
        margin-bottom: 10px; }
      .list__object:last-child {
        margin-bottom: 0; }
      .list__object:hover {
        left: auto;
        top: auto;
        box-shadow: 6px 6px 0 0 black; }
      .list__object .box__article {
        min-height: 0; }
      .list__object .column__thumb {
        width: 50%;
        height: 120px; }
        .list__object .column__thumb .fix {
          width: 100%;
          max-height: 120px; }
          .list__object .column__thumb .fix img {
            max-width: 100%; }
      .list__object .column__text {
        width: 50%;
        padding-left: 18px;
        padding-right: 15px; }
        .list__object .column__text time {
          margin-bottom: 5px;
          font-size: 10px; }
        .list__object .column__text .sub {
          margin-bottom: 0;
          font-size: 11px; }
        .list__object .column__text .excerpt {
          display: none; } }

/* page of detail
----------------------------------------------------------*/
.wrap__articles__detail {
  padding: 45px 0 0;
  background: #fff;
  padding: 0 0 105px; }
  @media screen and (max-width: 767px) {
    .wrap__articles__detail {
      padding-bottom: 45px; } }

.wrap__articles__body {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  padding: 50px 0 115px; }
  @media screen and (max-width: 767px) {
    .wrap__articles__body {
      width: auto;
      margin: 0 10px;
      padding-top: 28px;
      padding-bottom: 60px; } }

.box__entry__header {
  width: 630px;
  margin: 0 auto 75px;
  font-size: 0; }
  .box__entry__header .categories,
  .box__entry__header time {
    display: inline-block;
    vertical-align: middle; }
  .box__entry__header .categories {
    margin: 0 8px 0 0; }
    .box__entry__header .categories .cat {
      margin-right: 5px; }
      .box__entry__header .categories .cat:last-child {
        margin-right: 0; }
  .box__entry__header time {
    font-size: 12px;
    font-weight: bold; }
  .box__entry__header .entry__title {
    display: block;
    font-size: 20px;
    padding: 5px 0 0; }
    .box__entry__header .entry__title small {
      display: block;
      font-size: 14px;
      margin: 5px 0 0; }
  @media screen and (max-width: 767px) {
    .box__entry__header {
      width: auto;
      margin-bottom: 25px; }
      .box__entry__header .entry__title {
        font-size: 16px; } }

.box__entry__body {
  font-size: 14px;
  line-height: 1.8; }
  .box__entry__body img {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px; }
    .box__entry__body img:last-child {
      margin-bottom: 0; }
  .box__entry__body p {
    width: 630px;
    margin: 0 auto 50px; }
    .box__entry__body p:last-child {
      margin-bottom: 0; }
    .box__entry__body p.mb-min {
      margin-bottom: 20px; }
    .box__entry__body p.text-center {
      text-align: center; }
  .box__entry__body small.text-center {
    display: block;
    text-align: center; }
  .box__entry__body table {
    width: 630px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0; }
    .box__entry__body table th,
    .box__entry__body table td {
      border: 1px solid #000;
      padding: 14px; }
    .box__entry__body table th {
      width: 80px;
      text-align: left; }
    .box__entry__body table td ul {
      text-indent: -1em;
      margin-left: 1em; }
      .box__entry__body table td ul li:not(:last-child) {
        margin: 0 0 10px; }
    .box__entry__body table td p {
      width: auto;
      margin: 10px 0 0; }
  .box__entry__body figure {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px; }
    .box__entry__body figure figcaption {
      text-align: center; }
    .box__entry__body figure img {
      width: 100%;
      height: auto; }
    .box__entry__body figure.box__entry__body-next {
      display: flex;
      justify-content: space-between; }
      .box__entry__body figure.box__entry__body-next span {
        width: calc(100% / 2 - 20px); }
      .box__entry__body figure.box__entry__body-next img {
        width: 100%;
        height: auto; }
  .box__entry__body hr {
    margin: 50px 0; }
  .box__entry__body .btn__black {
    text-align: center;
    font-size: 24px;
    line-height: 56px; }
  .box__entry__body .btn__black:hover {
    background-color: #6D6D6F; }
  .box__entry__body .box__btn__centering {
    margin-bottom: 20px; }
  .box__entry__body .twitter-tweet {
    margin: 0 auto 50px !important; }
    .box__entry__body .twitter-tweet:last-child {
      margin-bottom: 0 !important; }
  .box__entry__body h2 {
    font-size: 18px;
    margin: 0 auto 36px; }
  @media screen and (max-width: 767px) {
    .box__entry__body img {
      margin-bottom: 35px; }
    .box__entry__body p {
      width: auto;
      margin-bottom: 40px;
      margin-right: 20px;
      margin-left: 20px; }
    .box__entry__body .box__btn__centering {
      margin-right: 20px;
      margin-left: 20px; }
    .box__entry__body .twitter-tweet {
      margin: 0 0 40px !important; }
    .box__entry__body table {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; }
      .box__entry__body table th,
      .box__entry__body table td {
        display: block;
        border: none; }
      .box__entry__body table th {
        width: 100%;
        padding: 0 20px 20px;
        box-sizing: border-box; }
      .box__entry__body table td {
        width: 100%;
        padding: 0 20px 40px;
        box-sizing: border-box; }
        .box__entry__body table td figure {
          padding: 0; }
          .box__entry__body table td figure img {
            margin-bottom: 15px; }
    .box__entry__body figure {
      max-width: 100%;
      padding: 0 20px;
      margin: 0 auto 50px; }
      .box__entry__body figure.box__entry__body-next {
        flex-wrap: wrap;
        justify-content: space-between; }
        .box__entry__body figure.box__entry__body-next span {
          width: 100%; }
          .box__entry__body figure.box__entry__body-next span + span {
            margin-top: 20px; }
        .box__entry__body figure.box__entry__body-next img {
          width: 100%;
          height: auto; }
    .box__entry__body hr {
      margin: 40px 0; } }

.box__relation__articles {
  max-width: 1414px;
  margin: 0 auto;
  padding: 58px 0 58px; }
  @media screen and (max-width: 767px) {
    .box__relation__articles {
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
      padding: 31px 0; } }
  .box__relation__articles .slick-slider {
    padding: 0 38px; }
  .box__relation__articles .box__slideshow .slide__object {
    padding: 0 12px 6px; }
    @media screen and (max-width: 767px) {
      .box__relation__articles .box__slideshow .slide__object {
        padding-bottom: 0; } }
  .box__relation__articles .box__slideshow .list__object {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .box__relation__articles .box__slideshow .list__object {
        margin-bottom: 11px; } }
  .box__relation__articles .box__slideshow .btn__slider {
    background: #000;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer; }
    .box__relation__articles .box__slideshow .btn__slider span {
      display: block;
      position: absolute;
      width: 10px;
      height: 21px;
      left: 50%;
      top: 50%; }
      .box__relation__articles .box__slideshow .btn__slider span::before, .box__relation__articles .box__slideshow .btn__slider span::after {
        content: "";
        display: block;
        position: absolute;
        top: 0; }
      .box__relation__articles .box__slideshow .btn__slider span::before {
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.5px 9px 10.5px 0;
        border-color: transparent #fff transparent transparent; }
      .box__relation__articles .box__slideshow .btn__slider span::after {
        background: #fff;
        right: 0;
        width: 1px;
        height: 21px; }
    .box__relation__articles .box__slideshow .btn__slider--next {
      right: 0; }
      .box__relation__articles .box__slideshow .btn__slider--next span {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
        -webkit-transform-origin: center;
        transform-origin: center; }
    .box__relation__articles .box__slideshow .btn__slider--prev {
      left: 0; }
      .box__relation__articles .box__slideshow .btn__slider--prev span {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.box__entry__interview {
  width: 630px;
  margin: 0 auto 53px;
  display: flex;
  flex-wrap: wrap; }
  .box__entry__interview:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 0 0 27px; }
  .box__entry__interview:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 27px 0 0; }
  .box__entry__interview dt {
    width: 12%; }
  .box__entry__interview dd {
    width: 87%;
    margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .box__entry__interview {
      width: auto;
      margin: 0 20px 40px 20px; }
      .box__entry__interview dt {
        width: 6em; }
      .box__entry__interview dd {
        width: calc(100% - 6em);
        margin: 0 0 10px; } }

.box__entry__QA {
  width: 630px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap; }
  .box__entry__QA dt {
    width: 100%;
    text-indent: -2.4em;
    margin: 0 0 0 2.4em; }
  .box__entry__QA dd {
    width: 100%;
    margin: 0 0 10px 2.4em;
    text-indent: -2.4em; }
  @media screen and (max-width: 767px) {
    .box__entry__QA {
      width: auto;
      margin: 0 20px 40px 20px; } }

/* about us
----------------------------------------------------------*/
#modal_container {
  display: none; }

.modal__screenContainer {
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0; }
  .modal__screenContainer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .modal__screenContainer .overlay .modal__close {
      position: absolute;
      right: 0;
      top: 0;
      width: 64px;
      height: 64px; }
  .modal__screenContainer .modal__container {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
    background: #f91d35;
    max-height: 90%;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .modal__screenContainer .modal__container {
        width: 90%; } }
  .modal__screenContainer .modal__content {
    padding: 50px 0;
    margin: 0 40px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .modal__screenContainer .modal__content {
        padding: 10px;
        margin: 0 20px; } }
  .modal__screenContainer .box__explanation {
    margin: 0 0 30px; }
    .modal__screenContainer .box__explanation p {
      margin-bottom: 1em; }
      .modal__screenContainer .box__explanation p:last-child {
        margin-bottom: 0; }
  .modal__screenContainer a {
    color: #000; }
  .modal__screenContainer .box__official {
    text-align: right;
    margin: 0 0 15px; }
  .modal__screenContainer .box__contact {
    text-align: right; }
    .modal__screenContainer .box__contact .sub {
      font-size: 18px; }

h2 {
  width: 630px;
  margin: 0 auto 53px; }
  @media screen and (max-width: 767px) {
    h2 {
      width: auto;
      margin-bottom: 40px;
      margin-right: 20px;
      margin-left: 20px; } }

dl {
  margin: 0 auto 53px; }
  @media screen and (max-width: 767px) {
    dl {
      width: auto;
      margin: 0 20px 40px 20px; } }

.box__dl__in dt {
  margin: 53px 0 0;
  font-weight: bold; }

.box__dl__in dd {
  overflow: hidden;
  margin: 10px 0 0; }
  .box__dl__in dd img {
    float: right;
    margin: 0 0 0 53px; }
  .box__dl__in dd table td {
    padding: 0 26px; }
    .box__dl__in dd table td figure {
      margin: 0; }
      .box__dl__in dd table td figure img {
        float: none;
        margin: 27px 0 27px; }
  .box__dl__in dd table.other td {
    padding: 0 13px; }
    .box__dl__in dd table.other td figure {
      margin: 0; }
      .box__dl__in dd table.other td figure img {
        float: none;
        margin: 27px 0 0; }

@media screen and (max-width: 767px) {
  .box__dl__in {
    margin: 0;
    margin-bottom: 40px; }
    .box__dl__in dt {
      margin: 53px 0 0; }
    .box__dl__in dd {
      margin: 10px 0 0; }
      .box__dl__in dd img {
        float: none;
        margin: 20px auto 20px; }
      .box__dl__in dd table {
        padding: 0; }
        .box__dl__in dd table td {
          padding: 0 20px;
          width: 50%;
          float: left;
          box-sizing: border-box; }
          .box__dl__in dd table td figure {
            margin: 0; }
            .box__dl__in dd table td figure img {
              float: none;
              width: auto;
              height: auto;
              max-height: 200px;
              margin: 27px auto 27px; } }

.box__dl__in_simple {
  width: 630px;
  margin: 0 auto; }
  .box__dl__in_simple dt {
    margin: 0 0 10px;
    font-weight: bold; }
  .box__dl__in_simple dd {
    overflow: hidden;
    margin: 0 0 53px; }
    .box__dl__in_simple dd img {
      float: right;
      margin: 0 0 0 53px; }
    .box__dl__in_simple dd table td {
      padding: 0 26px; }
      .box__dl__in_simple dd table td figure {
        margin: 0; }
        .box__dl__in_simple dd table td figure img {
          float: none;
          margin: 27px 0 27px; }
    .box__dl__in_simple dd table.other td {
      padding: 0 13px; }
      .box__dl__in_simple dd table.other td figure {
        margin: 0; }
        .box__dl__in_simple dd table.other td figure img {
          float: none;
          margin: 27px 0 0; }
  @media screen and (max-width: 767px) {
    .box__dl__in_simple {
      width: auto;
      margin: 0;
      margin-bottom: 40px;
      padding: 0 20px; }
      .box__dl__in_simple dt {
        margin: 53px 0 0; }
      .box__dl__in_simple dd {
        margin: 10px 0 0; }
        .box__dl__in_simple dd img {
          float: none;
          margin: 20px auto 20px; }
        .box__dl__in_simple dd table {
          padding: 0; }
          .box__dl__in_simple dd table td {
            padding: 0 20px;
            width: 50%;
            float: left;
            box-sizing: border-box; }
            .box__dl__in_simple dd table td figure {
              margin: 0; }
              .box__dl__in_simple dd table td figure img {
                float: none;
                width: auto;
                height: auto;
                max-height: 200px;
                margin: 27px auto 27px; } }

/* page of news (/news)
----------------------------------------------------------*/
.nav__categories {
  background: #000;
  width: 780px;
  margin: 0 auto 52px;
  border-radius: 5px;
  padding: 14px 0; }
  .nav__categories ul {
    text-align: center;
    font-size: 0; }
    .nav__categories ul li {
      font-size: 12px;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .nav__categories {
      width: auto;
      background: none;
      margin-bottom: 12px;
      padding: 0; }
      .nav__categories ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .nav__categories .nav {
    margin: 0 57px 0 0; }
    .nav__categories .nav:last-child {
      margin-right: 0; }
    .nav__categories .nav a {
      display: block;
      height: 26px;
      background: no-repeat center;
      text-indent: -9999px;
      transition: 0.2s ease-in 0s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .nav__categories .nav a:hover {
        background-color: #fff; }
    .nav__categories .nav--all a {
      width: 42px;
      background-image: url(../images/news/txt_news_nav_all.png); }
      .nav__categories .nav--all a:hover {
        background-image: url(../images/news/txt_news_nav_all_hover.png); }
    .nav__categories .nav--event a {
      width: 70px;
      background-image: url(../images/news/txt_news_nav_event.png); }
      .nav__categories .nav--event a:hover {
        background-image: url(../images/news/txt_news_nav_event_hover.png); }
    .nav__categories .nav--tour a {
      width: 58px;
      background-image: url(../images/news/txt_news_nav_tour.png); }
      .nav__categories .nav--tour a:hover {
        background-image: url(../images/news/txt_news_nav_tour_hover.png); }
    .nav__categories .nav--campaign a {
      width: 110px;
      background-image: url(../images/news/txt_news_nav_campaign.png); }
      .nav__categories .nav--campaign a:hover {
        background-image: url(../images/news/txt_news_nav_campaign_hover.png); }
    .nav__categories .nav--wanted a {
      width: 88px;
      background-image: url(../images/news/txt_news_nav_wanted.png); }
      .nav__categories .nav--wanted a:hover {
        background-image: url(../images/news/txt_news_nav_wanted_hover.png); }
    .nav__categories .nav--other a {
      width: 76px;
      background-image: url(../images/news/txt_news_nav_other.png); }
      .nav__categories .nav--other a:hover {
        background-image: url(../images/news/txt_news_nav_other_hover.png); }
    @media screen and (max-width: 767px) {
      .nav__categories .nav {
        margin: 0 0 2px;
        width: 33%; }
        .nav__categories .nav a {
          width: auto;
          height: 35px;
          background-color: #000;
          border-radius: 2px;
          background-size: auto 9px; } }

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