@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.global_footer__nav-inner, .index_list, .archive .container {
  max-width: 1280px;
  margin: 0 auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.debug {
  outline: 1px dotted red; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.grid {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .grid.-reverse {
    direction: rtl; }
  .grid.-auto {
    width: auto;
    margin-left: auto;
    margin-right: auto; }

.col {
  display: table-cell;
  vertical-align: top;
  direction: ltr; }
  .col.-middle {
    vertical-align: middle; }
  .col.-nowrap {
    white-space: nowrap; }

.grid-padded {
  margin-left: -1rem;
  margin-right: -1rem; }

.grid-padded .grid {
  border-spacing: 1rem 0; }

.col-1 {
  width: 8.333333%; }

.col-2 {
  width: 16.666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.333333%; }

.col-5 {
  width: 41.666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333333%; }

.col-8 {
  width: 66.666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333333%; }

.col-11 {
  width: 91.666667%; }

.-pr1 {
  padding-right: 1em; }

.-pl1 {
  padding-left: 1em; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.slides {
  position: relative; }
  .slides img {
    opacity: 0; }
  .slides.slick-initialized img {
    opacity: 1; }
  .slides .slick-next,
  .slides .slick-prev {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 50%;
    left: 20px;
    z-index: 2; }
    .slides .slick-next:after,
    .slides .slick-prev:after {
      display: block;
      content: " ";
      width: 20px;
      height: 20px;
      background: url(/features/r_na_hito/images/arrow_circle_left.png) center center no-repeat;
      background-size: 20px 20px; }
  .slides .slick-next {
    left: auto;
    right: 20px; }
    .slides .slick-next:after {
      background-image: url(/features/r_na_hito/images/arrow_circle_right.png); }
  .slides .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 10px; }
    .slides .slick-dots li {
      display: inline-block; }
      .slides .slick-dots li button {
        border: none;
        outline: none;
        background: transparent;
        line-height: 0;
        color: transparent;
        font-size: 0;
        transition: all .2s ease-in; }
        .slides .slick-dots li button:after {
          display: block;
          background: #fff;
          content: " ";
          height: 3px;
          width: 30px; }
          li.slick-active .slides .slick-dots li button:after {
            background: #ad181f; }
      .slides .slick-dots li.slick-active button:after {
        background: #ad181f; }

.post_block {
  overflow: hidden;
  position: relative;
  vertical-align: top; }
  @media only screen and (min-width: 641px) {
    .post_block {
      max-width: 50%;
      display: inline-block; } }
  @media only screen and (max-width: 640px) {
    .post_block {
      font-size: 13px; } }
  .post_block * {
    display: block; }
  .post_block__inner {
    color: #363636; }
    .post_block__inner .image-wrapper {
      position: relative; }
    .post_block__inner .title {
      padding: 16px 24px;
      font-size: 1.25em;
      line-height: 1.8;
      position: absolute;
      bottom: 0;
      font-weight: bold;
      color: #000;
      z-index: 10; }
      .post_block__inner .title .inner {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 10px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8); }
    .post_block__inner .info {
      display: table;
      table-layout: fixed;
      width: 100%; }
    .post_block__inner .update {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      padding: 10px 0;
      width: 200px;
      text-align: center;
      font-size: 0.75em;
      color: #fff;
      margin-left: -20px; }
      .post_block__inner .update:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0px 20px 150px 0px;
        display: block;
        width: 0;
        z-index: 1;
        right: 0;
        top: 0; }
      @media only screen and (max-width: 640px) {
        .post_block__inner .update {
          width: 150px; } }
    .post_block__inner .issue .label {
      display: inline-block;
      font-size: 0.75em;
      font-weight: bold;
      margin-right: 5px; }
    .post_block__inner .issue .number {
      display: inline-block;
      font-size: 1.25em;
      font-weight: bold; }
    .post_block__inner .date {
      display: inline-block;
      padding-top: 10px;
      border-top: 1px dotted #fff;
      margin-top: 10px; }
      .post_block__inner .date .label {
        display: inline-block; }
        .post_block__inner .date .label:after {
          content: "|";
          margin: 0 0.5em; }
      .post_block__inner .date .number {
        display: inline-block; }
    .post_block__inner .people {
      display: table-cell;
      vertical-align: middle; }
    .post_block__inner .person-wrapper {
      display: table;
      width: auto;
      margin: auto; }
    .post_block__inner .person {
      text-align: center;
      display: table-row;
      margin: 5px auto; }
      .post_block__inner .person .department {
        text-align: left;
        display: table-cell;
        font-size: 0.6875em;
        padding: 0 0.5em; }
        @media only screen and (max-width: 640px) {
          .post_block__inner .person .department {
            display: block; } }
      .post_block__inner .person .name {
        text-align: left;
        display: table-cell;
        display: table-cell;
        font-size: 0.9375em;
        font-weight: bold;
        padding: 0 0.5em; }
        @media only screen and (max-width: 640px) {
          .post_block__inner .person .name {
            display: block; } }
  .post_block:hover .image-wrapper:before, .post_block:hover .image-wrapper:after {
    opacity: 0; }
  .post_block .image-wrapper:before, .post_block .image-wrapper:after {
    border: 5px solid;
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    transition: all .2s ease-in;
    z-index: 2; }
  .post_block:before {
    border: 1px solid #fff;
    margin: 5px; }
  .post_block.-blue {
    background: #d7e6fa; }
    .post_block.-blue .image-wrapper:before {
      background-color: rgba(5, 95, 170, 0.5); }
    .post_block.-blue .image-wrapper:after {
      border-color: rgba(5, 95, 170, 0.8); }
    .post_block.-blue .update {
      background: #055faa; }
      .post_block.-blue .update:after {
        border-color: transparent #d7e6fa; }
  .post_block.-lightgreen {
    background: #e6fac8; }
    .post_block.-lightgreen .image-wrapper:before {
      background-color: rgba(140, 200, 20, 0.5); }
    .post_block.-lightgreen .image-wrapper:after {
      border-color: rgba(140, 200, 20, 0.8); }
    .post_block.-lightgreen .update {
      background: #8cc814; }
      .post_block.-lightgreen .update:after {
        border-color: transparent #e6fac8; }
  .post_block.-green {
    background: #d7fae6; }
    .post_block.-green .image-wrapper:before {
      background-color: rgba(65, 155, 120, 0.5); }
    .post_block.-green .image-wrapper:after {
      border-color: rgba(65, 155, 120, 0.8); }
    .post_block.-green .update {
      background: #419b78; }
      .post_block.-green .update:after {
        border-color: transparent #d7fae6; }
  .post_block.-yellow {
    background: #faf0be; }
    .post_block.-yellow .image-wrapper:before {
      background-color: rgba(240, 180, 5, 0.5); }
    .post_block.-yellow .image-wrapper:after {
      border-color: rgba(240, 180, 5, 0.8); }
    .post_block.-yellow .update {
      background: #f0b405; }
      .post_block.-yellow .update:after {
        border-color: transparent #faf0be; }
  .post_block.-purple {
    background: #dcc8fa; }
    .post_block.-purple .image-wrapper:before {
      background-color: rgba(115, 60, 230, 0.5); }
    .post_block.-purple .image-wrapper:after {
      border-color: rgba(115, 60, 230, 0.8); }
    .post_block.-purple .update {
      background: #733ce6; }
      .post_block.-purple .update:after {
        border-color: transparent #dcc8fa; }
  .post_block.-red {
    background: #ffd8da; }
    .post_block.-red .image-wrapper:before {
      background-color: rgba(156, 21, 27, 0.5); }
    .post_block.-red .image-wrapper:after {
      border-color: rgba(156, 21, 27, 0.8); }
    .post_block.-red .update {
      background: #9c151b; }
      .post_block.-red .update:after {
        border-color: transparent #ffd8da; }

.post_block.-simple {
  padding: 10px 0;
  background: #fedcde;
  display: table;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px dotted #363636; }
  .post_block.-simple .update {
    color: #363636; }
    .post_block.-simple .update:after {
      display: none !important; }
    .post_block.-simple .update .date {
      border: 0; }

.pager {
  text-align: center;
  padding: 20px; }
  .pager * {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  .pager > a:last-child,
  .pager > a:first-child {
    font-size: 0;
    visibility: hidden;
    display: inline-block;
    position: relative;
    margin: 0 13px; }
    .pager > a:last-child:after,
    .pager > a:first-child:after {
      visibility: visible;
      display: inline-block;
      content: " ";
      background: url(/features/r_na_hito/images/arrow_left.png) center center no-repeat;
      background-size: 9px 16px;
      width: 20px;
      height: 20px; }
  .pager .WCMpaged a {
    color: #363636;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    margin: 0 13px; }
    .pager .WCMpaged a:hover {
      background: #ad181f;
      color: #fff; }
  .pager .WCMpaged .WCMselected {
    background: #ad181f;
    color: #fff; }
  .pager > a:last-child:after {
    background-image: url(/features/r_na_hito/images/arrow_right.png); }

* {
  box-sizing: border-box; }

body {
  background: #fff;
  font-family: 'Noto Sans Japanese', 'Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #363636;
  margin-top: 1px; }

a {
  text-decoration: none;
  color: #ad181f; }

img {
  max-width: 100%; }

main,
head {
  display: block; }

.global_header {
  background: #fff;
  width: 100%;
  z-index: 10; }
  .global_header .-image-logo img {
    padding: 23px;
    width: 360px; }
  .global_header.stuck {
    position: fixed;
    top: 0;
    z-index: 99; }
    .global_header.stuck .-image-logo img {
      padding: 10px;
      width: 180px; }

.global_footer {
  font-size: 0.75em; }
  body.blue .global_footer {
    background: #eef4fd; }
  body.lightgreen .global_footer {
    background: #f1fcdf; }
  body.green .global_footer {
    background: #eefdf4; }
  body.yellow .global_footer {
    background: #fcf5d6; }
  body.purple .global_footer {
    background: #ebdffc; }
  body.red .global_footer {
    background: #fff2f2; }
  .global_footer__nav {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .global_footer__nav-inner {
      padding: 40px 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .global_footer__nav-inner a, .global_footer__nav-inner span {
        display: inline-block;
        padding: 10px 10px; }
      @media only screen and (max-width: 640px) {
        .global_footer__nav-inner {
          display: block; }
          .global_footer__nav-inner > div {
            padding: 10px 0; } }
      .global_footer__nav-inner > div {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center; }
      .global_footer__nav-inner .links {
        -webkit-flex: 3;
            -ms-flex: 3;
                flex: 3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .global_footer__nav-inner .links a, .global_footer__nav-inner .links span {
          padding: 10px 5px; }
      .global_footer__nav-inner .sns a:hover {
        opacity: 0.65; }
      @media only screen and (min-width: 641px) {
        .global_footer__nav-inner .sns .line {
          display: none; } }
  .global_footer__address {
    text-align: center;
    padding: 40px 20px;
    line-height: 2; }

.gotop {
  background: rgba(255, 255, 255, 0.8) url(/features/r_na_hito/images/arrow_up.png) center 10px no-repeat;
  background-size: 25px;
  position: fixed;
  right: 40px;
  bottom: 30px;
  border: 1px solid #ad181f;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 80px;
  font-size: 13px;
  cursor: pointer;
  z-index: 999; }
  @media only screen and (max-width: 640px) {
    .gotop {
      display: none; } }

.index_list {
  overflow: hidden;
  margin-bottom: 3px; }

.archive {
  background: #ad181f;
  color: #fff;
  font-size: 0.8125em; }
  .archive .container {
    padding: 20px 40px !important; }
    .archive .container * {
      color: #fff;
      display: inline; }
  .archive h1 {
    font-weight: bold;
    margin-right: 20px; }
  .archive li span {
    opacity: 0.5; }
  .archive li:after {
    content: "/";
    margin: 0 10px; }
  .archive li:last-child:after {
    margin: 0;
    content: ""; }

header.page {
  border-bottom: 2px solid #ad181f; }

main.page {
  background: url(/features/r_na_hito/images/page_bg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-size: cover; }
  main.page .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    main.page .background-image .background-image__inner {
      border-bottom: 2px solid #fff; }
    main.page .background-image img {
      width: 100%;
      opacity: 0.5; }
  main.page .container {
    padding-bottom: 40px; }
    main.page .container.blue section.body h1 {
      color: #055faa; }
    main.page .container.blue section.body h2 {
      color: #1d94f8;
      color: #838383; }
    main.page .container.blue .page-header h1 {
      background: #055faa; }
    main.page .container.lightgreen section.body h1 {
      color: #8cc814; }
    main.page .container.lightgreen section.body h2 {
      color: #bbee54;
      color: #838383; }
    main.page .container.lightgreen .page-header h1 {
      background: #8cc814; }
    main.page .container.green section.body h1 {
      color: #419b78; }
    main.page .container.green section.body h2 {
      color: #7bc7aa;
      color: #838383; }
    main.page .container.green .page-header h1 {
      background: #419b78; }
    main.page .container.yellow section.body h1 {
      color: #f0b405; }
    main.page .container.yellow section.body h2 {
      color: #fcd45f;
      color: #838383; }
    main.page .container.yellow .page-header h1 {
      background: #f0b405; }
    main.page .container.purple section.body h1 {
      color: #733ce6; }
    main.page .container.purple section.body h2 {
      color: #b496f2;
      color: #838383; }
    main.page .container.purple .page-header h1 {
      background: #733ce6; }
    main.page .container.red section.body h1 {
      color: #9c151b; }
    main.page .container.red section.body h2 {
      color: #e4333b;
      color: #838383; }
    main.page .container.red .page-header h1 {
      background: #9c151b; }
  main.page .page-main-image {
    margin: 0 0 20px 0; }
  main.page .page-header {
    padding-top: 40px; }
    main.page .page-header .page-header_inner {
      position: relative;
      z-index: 2;
      max-width: 720px;
      margin: auto; }
      main.page .page-header .page-header_inner h1 {
        padding: 1em;
        font-size: 1.5625em;
        color: #fff;
        font-weight: bold;
        line-height: 1.6; }
        @media only screen and (max-width: 640px) {
          main.page .page-header .page-header_inner h1 {
            font-size: 1.25em; } }
  main.page .section-wrapper {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: auto; }
    main.page .section-wrapper section.body {
      margin-top: 30px;
      background: #fff;
      padding: 40px;
      font-size: 0.8125em;
      letter-spacing: 1px;
      line-height: 2; }
      main.page .section-wrapper section.body > *:first-child {
        margin-top: 0; }
      main.page .section-wrapper section.body h1 {
        font-size: 1.5625em;
        font-weight: bold;
        margin-bottom: 40px;
        line-height: 1.4; }
      main.page .section-wrapper section.body h2 {
        line-height: 1.4;
        font-size: 0.9375em;
        font-weight: bold;
        margin-bottom: 40px; }
        main.page .section-wrapper section.body h2 span {
          border-bottom: 2px solid #dcdcdc; }
      main.page .section-wrapper section.body h1 + h2 {
        margin-top: -30px; }
      main.page .section-wrapper section.body .center {
        text-align: center; }
      main.page .section-wrapper section.body p {
        margin: 20px 0; }
        main.page .section-wrapper section.body p:after {
          content: "";
          display: block;
          clear: both; }
      main.page .section-wrapper section.body img {
        transition: all 0.8s cubic-bezier(0, 0, 0, 1);
        opacity: 1;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial; }
        main.page .section-wrapper section.body img.invisible {
          opacity: 0;
          -webkit-transform: translate(0, 20px);
              -ms-transform: translate(0, 20px);
                  transform: translate(0, 20px); }
      main.page .section-wrapper section.body img.right.invisible {
        -webkit-transform: translate(40px, 0px);
            -ms-transform: translate(40px, 0px);
                transform: translate(40px, 0px); }
      main.page .section-wrapper section.body img.left.invisible {
        -webkit-transform: translate(-40px, 0px);
            -ms-transform: translate(-40px, 0px);
                transform: translate(-40px, 0px); }
      @media only screen and (min-width: 641px) {
        main.page .section-wrapper section.body img.right {
          float: right;
          width: 50%;
          padding-left: 10px;
          margin: 5px 0 10px 10px; }
        main.page .section-wrapper section.body img.left {
          float: left;
          width: 50%;
          padding-right: 10px;
          margin: 5px 10px 10px 0; }
        main.page .section-wrapper section.body .col {
          width: 100%;
          display: table;
          table-layout: fixed; }
          main.page .section-wrapper section.body .col > div {
            display: table-cell;
            text-align: center;
            margin-right: 20px; }
            main.page .section-wrapper section.body .col > div:last-child {
              margin-right: 0; } }
  main.page section.profile {
    margin-top: 30px;
    border: 1px solid #ad181f;
    background: #fedcde;
    font-size: 0.9375em; }
    main.page section.profile header {
      padding: 20px 40px 20px 40px; }
      main.page section.profile header h1 {
        overflow: hidden;
        text-indent: -200%;
        background: url(/features/r_na_hito/images/profile.png) left top no-repeat;
        background-size: 100%;
        width: 101px;
        height: 54px;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-weight: bold; }
    main.page section.profile .profile-inner {
      padding: 0px 40px 30px 40px;
      line-height: 2;
      font-size: 13px; }
      main.page section.profile .profile-inner h2 {
        font-size: 15px;
        margin: 20px 0;
        font-weight: bold;
        border-top: 1px solid #afafaf;
        padding-top: 30px; }
        main.page section.profile .profile-inner h2:first-child {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; }
  main.page section.sns {
    text-align: right;
    padding: 10px 5px 0 0; }
    main.page section.sns .twitter-share-button,
    main.page section.sns .line,
    main.page section.sns .fb-share-button {
      display: inline-block;
      margin-left: 10px;
      vertical-align: top; }
  main.page section.slides {
    margin-top: 30px; }
  main.page section.recent-post {
    margin-top: 30px;
    background: #fff; }
    main.page section.recent-post header h1 {
      background: #ad181f;
      padding: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 0.9375em; }
      main.page section.recent-post header h1 img {
        width: 60px;
        vertical-align: middle;
        margin-right: 10px; }
    main.page section.recent-post ul {
      font-size: 0.75em; }
      @media only screen and (min-width: 641px) {
        main.page section.recent-post ul {
          display: table;
          table-layout: fixed;
          width: 100%; } }
      main.page section.recent-post ul li {
        vertical-align: top;
        padding: 15px; }
        @media only screen and (min-width: 641px) {
          main.page section.recent-post ul li {
            display: table-cell; } }
        main.page section.recent-post ul li:hover .image {
          display: block;
          position: relative; }
          main.page section.recent-post ul li:hover .image:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            border: 1px solid #9c151b;
            z-index: 1;
            background-color: rgba(173, 24, 31, 0.4); }
        main.page section.recent-post ul li:hover .title {
          color: #ad181f; }
      main.page section.recent-post ul .title {
        padding: 20px 10px 0;
        display: block;
        line-height: 1.5;
        font-weight: bold;
        color: #363636; }


