@charset "UTF-8";
 /*
Theme Name: drifters
Author: Rui Ishiguro
Version: 1.0
*/
/*

Reset
------------------------------

リセットCSSとしてNormalize.cssを採用

normalize - [Normalize.css: Make browsers render all elements more consistently.](http://necolas.github.io/normalize.css/)


*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

html {
  cursor: default;
  /* 1 */
  font-size: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

body,
form,
input,
button,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

a,
a:active,
a:hover {
  outline: none; }

a:focus {
  outline: thin dotted; }

abbr {
  _border-bottom: expression(this.title ? '1px dotted' : 'none'); }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #FF0;
  color: #000; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small,
sub,
sup {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul {
  list-style: none; }

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline; }

audio {
  display: none;
  _display: expression(this.controls ? 'inline' : 'none');
  *zoom: 1; }

audio[controls] {
  display: inline-block; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

legend {
  *margin-left: -7px; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  /* 1 */
  _overflow: expression(this.type == 'button|reset|submit' ? 'visible' : '');
  /* 2 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background: #1AB201;
  color: #FFFFFF; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

html {
  font-size: 62.5%; }

body {
  border: solid 0px #FFFFFF;
  font-size: 1.0rem;
  position: relative;
  -webkit-text-size-adjust: 100%;
  word-spacing: normal !important;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: news-gothic-std, -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif;
  font-weight: 400;
  width: 100vw;
  font-feature-settings: "palt" 1;
  background: #FFECBB;
  background-size: auto auto;
  background-color: #ffecbb;
  background-color: rgba(255, 236, 187, 0.2);
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 32px, rgba(255, 255, 255, 0.6) 32px, rgba(255, 255, 255, 0.6) 48px);
  background-image: none; }

.bg-stripe {
  width: 200vw;
  height: 200vh;
  position: fixed;
  transform: rotate(-20deg);
  z-index: -1;
  background: url(assets/images/bg-stripe-long.svg);
  background-size: 100% auto;
  left: -50vw;
  top: -50vh;
  opacity: 0.7; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

ul {
  list-style: none; }

:target:before {
  content: "";
  display: block;
  height: 48px;
  /* ヘッダの高さ = 50px */
  margin: -48px 0 0;
  /* ヘッダの高さ = 50px */ }

.smp-only,
.sm-only {
  display: block; }
  @media screen and (min-width: 1024px) {
    .smp-only,
    .sm-only {
      display: none; } }

.pc-only,
.lg-only {
  display: none; }
  @media screen and (min-width: 1024px) {
    .pc-only,
    .lg-only {
      display: block; } }

.wrap {
  width: 100vw;
  height: auto;
  min-height: 100vh; }

.flexbox, .post-list .post-list-item, .single-hero, .single-hero .single-hero-title, .single-hero .single-hero-title .list-cat-tag, .single-hero .single-hero-media, .archive-hero, .archive-hero .archive-hero-title-wrap, .archive-hero-category-list, .archive-hero-tag-list, .sec, .sec .sec-body .image-list, .sec .sec-body .sec-body-child, .sec .sec-child, .media-list, .media-list li .media, .people, .about-history, .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item, .related-list, .related-list.report-list, .related-list.report-list .report-list-item, .rte dl, .value, .value .value-item, .value .value-item .value-item-title_image, .activities, .mw_wp_form.mw_wp_form_input .form-wrap {
  display: flex;
  flex-wrap: wrap; }

.justify-content-center {
  justify-content: center; }

.flexbox-space-between {
  justify-content: space-between; }

.align-items-center {
  align-items: center; }

.sec_post {
  padding: 64px 0 0; }

.tag-menu + .main {
  padding-top: 32px; }
  @media screen and (min-width: 1024px) {
    .tag-menu + .main {
      padding-top: 0px; } }

.main {
  position: relative;
  width: 100vw;
  height: auto; }

.cat {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 16px;
  padding-top: 16px;
  padding-bottom: 32px; }
  @media screen and (min-width: 1024px) {
    .cat {
      padding-top: 0px;
      padding-bottom: 64px;
      gap: 32px 32px; } }
  .cat .cat-item {
    width: calc(50% - 8px);
    position: relative; }
    @media screen and (min-width: 1024px) {
      .cat .cat-item {
        width: 240px; }
        .cat .cat-item:hover {
          opacity: 1 !important; }
          .cat .cat-item:hover .bg-filter {
            opacity: 1;
            transition: all  0.2s ease-in-out; } }
    .cat .cat-item figure {
      display: flex;
      flex-flow: row wrap;
      flex-wrap: wrap-reverse;
      z-index: 1;
      position: relative; }
    .cat .cat-item h2 {
      display: block;
      background-color: #1AB201;
      color: #FFFFFF;
      text-align: center;
      padding: 0.4rem 0.8rem;
      width: 100%;
      z-index: 3; }
    .cat .cat-item a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 4; }
    .cat .cat-item .bg-filter {
      background: rgba(26, 178, 1, 0.7);
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 2; }
    .cat .cat-item .cat-item-body {
      padding-top: 16px; }

.post {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 32px 0px;
  align-items: flex-start; }
  @media screen and (min-width: 980px) {
    .post {
      gap: 63px 32px;
      padding: 0 64px;
      align-items: flex-end; } }

.post-archive {
  padding: 0 16px; }

.post-item {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 980px) {
    .post-item {
      width: auto; } }
  .post-item .post-item-inner {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 16px; }
    @media screen and (min-width: 980px) {
      .post-item .post-item-inner {
        padding: 0 0px; } }
  .post-item a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    .post-item a:hover + .post-item-img-wrap + .post-item-body {
      opacity: 1;
      transition: all  0.2s ease-in-out; }
  .post-item .post-item-img-wrap {
    display: block;
    position: relative; }
  .post-item .post-item-img {
    width: auto;
    position: relative;
    z-index: 1;
    display: inline-block; }
    .post-item .post-item-img img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 160px; }
      @media screen and (min-width: 1024px) {
        .post-item .post-item-img img {
          max-height: 240px; } }
  .post-item .post-item-img.img-ratio-vertical img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 280px; }
    @media screen and (min-width: 1024px) {
      .post-item .post-item-img.img-ratio-vertical img {
        max-height: 339px; } }
  .post-item .post-item-body {
    padding-top: 8px;
    position: relative;
    z-index: 1;
    display: inline-block; }
    @media screen and (min-width: 1024px) {
      .post-item .post-item-body {
        background: rgba(26, 178, 1, 0.7);
        padding-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0; } }
    .post-item .post-item-body .post-item-body-title {
      display: inline; }
      @media screen and (min-width: 1024px) {
        .post-item .post-item-body .post-item-body-title {
          display: block;
          width: 100%;
          padding: 8px 16px;
          position: absolute;
          bottom: 0;
          left: 0; } }

.post-list {
  border-bottom: 2px solid #1AB201;
  width: 100%; }
  .post-list .post-list-item {
    border-top: 2px solid #1AB201;
    padding: 16px 0;
    width: 100%;
    gap: 8px 0px; }
    @media screen and (min-width: 1024px) {
      .post-list .post-list-item {
        flex-direction: row-reverse;
        align-items: center; } }
    @media screen and (min-width: 1024px) {
      .post-list .post-list-item .post-date {
        width: 120px; } }
    @media screen and (min-width: 1024px) {
      .post-list .post-list-item .post-list-item-title {
        display: block;
        width: calc(100% - 120px); } }
    .post-list .post-list-item .post-list-item-title a {
      color: #1AB201;
      display: block; }

.post-item.pick-up .post-item-inner {
  border: 5px solid #d6ff12; }

.single-hero {
  gap: 16px 0px; }
  @media screen and (min-width: 1024px) {
    .single-hero {
      gap: 32px 0px; } }
  .single-hero .single-hero-title {
    gap: 16px 0px; }
    @media screen and (min-width: 1024px) {
      .single-hero .single-hero-title {
        gap: 16px 0px; } }
    .single-hero .single-hero-title div {
      width: 100%; }
    .single-hero .single-hero-title .list-cat-tag {
      gap: 16px 0px; }
  .single-hero .single-hero-img {
    padding-top: 16px;
    padding-bottom: 16px; }
    @media screen and (min-width: 1024px) {
      .single-hero .single-hero-img {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 64px;
        padding-right: 64px;
        max-width: 100vw; } }
  .single-hero .single-hero-media {
    gap: 16px 0px; }
    @media screen and (min-width: 1024px) {
      .single-hero .single-hero-media {
        gap: 0px 64px;
        padding-top: 32px;
        padding-bottom: 0px;
        padding-left: 64px;
        padding-right: 64px; } }
    @media screen and (min-width: 1024px) {
      .single-hero .single-hero-media .single-hero-img {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 442px; } }
    @media screen and (min-width: 1024px) {
      .single-hero .single-hero-media .single-hero-body {
        width: calc(100% - 442px - 64px);
        padding-left: 0px;
        padding-right: 0px; } }

.single-hero.single-hero-titlewrap {
  padding-bottom: 0px; }

.archive-hero {
  gap: 16px 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .archive-hero {
      gap: 32px 0px; } }
  .archive-hero .archive-hero-img {
    width: auto;
    height: auto;
    max-width: 480px; }
  .archive-hero .archive-hero-title {
    width: 100%;
    text-transform: uppercase; }
  .archive-hero .sub-title {
    color: #1AB201; }
  .archive-hero .archive-hero-title-wrap {
    align-items: center;
    gap: 16px 0px;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .archive-hero .archive-hero-title-wrap {
        gap: 32px 32px; } }
    .archive-hero .archive-hero-title-wrap .archive-hero-img {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .archive-hero .archive-hero-title-wrap .archive-hero-img {
          width: 240px; } }
    .archive-hero .archive-hero-title-wrap .archive-hero-title {
      width: 100%;
      display: block; }
      @media screen and (min-width: 1024px) {
        .archive-hero .archive-hero-title-wrap .archive-hero-title {
          width: calc(100% - 240px - 32px); } }
  .archive-hero .archive-hero-body {
    width: 100%; }
    .archive-hero .archive-hero-body #searchform {
      position: relative;
      width: 100%;
      height: 48px;
      border: 1px solid #000000;
      background-color: #FFFFFF;
      max-width: 100%; }
      .archive-hero .archive-hero-body #searchform input[type="text"] {
        border: 0px solid #000000;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 0 8px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif; }
      .archive-hero .archive-hero-body #searchform button {
        border: 0px;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 24px;
        height: 24px; }
        .archive-hero .archive-hero-body #searchform button img {
          display: block; }
  .archive-hero .hero-list-wrap {
    width: 100%; }

.archive-hero.archive-hero-titlewrap {
  padding-bottom: 0px; }

.archive-hero-cat-select {
  display: block;
  width: 100%; }
  .archive-hero-cat-select select {
    background-color: #1AB201;
    border: 1px solid #1AB201;
    color: #FFFFFF;
    padding: 8px 16px;
    display: block;
    width: 100%;
    background-image: url(assets/images/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 8px; }

.archive-hero-tag-select {
  display: block;
  width: 100%; }
  .archive-hero-tag-select select {
    background-color: #FFFFFF;
    border: 1px solid #1AB201;
    color: #1AB201;
    padding: 8px 16px;
    display: block;
    width: 100%;
    background-image: url(assets/images/arrow-bottom-tc.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 8px; }

.archive-hero-category-list {
  gap: 8px 16px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .archive-hero-category-list {
      width: auto; } }

li.category-list-item {
  display: inline-block; }
  li.category-list-item a {
    display: inline-block;
    color: #FFFFFF;
    background-color: #1AB201;
    border: 1px solid #1AB201;
    padding: 4px 8px; }
    li.category-list-item a:link {
      opacity: 1; }
    li.category-list-item a:hover {
      opacity: 1;
      background-color: #FFFFFF;
      color: #1AB201; }

.archive-hero-tag-list {
  gap: 8px 16px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .archive-hero-tag-list {
      width: auto; } }

li.tag-list-item {
  display: inline-block; }
  li.tag-list-item a {
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #1AB201;
    background-color: #FFFFFF;
    color: #1AB201;
    padding: 4px 8px; }
    li.tag-list-item a:link {
      opacity: 1; }
    li.tag-list-item a:hover {
      opacity: 1;
      background-color: #1AB201;
      color: #FFFFFF; }

.list-cat-tag .single-hero-category-list,
.list-cat-tag .single-hero-tag-list {
  display: inline-block;
  width: auto; }
  .list-cat-tag .single-hero-category-list li.tag-list-item,
  .list-cat-tag .single-hero-category-list li.category-list-item,
  .list-cat-tag .single-hero-tag-list li.tag-list-item,
  .list-cat-tag .single-hero-tag-list li.category-list-item {
    margin-right: 16px; }

.sec {
  gap: 32px 0px;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media screen and (min-width: 1024px) {
    .sec {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .sec .sec-header {
    color: #1AB201;
    width: 100%; }
    .sec .sec-header h1, .sec .sec-header h2, .sec .sec-header h3 {
      color: #1AB201;
      padding-top: 8px; }
    .sec .sec-header h2 {
      border-top: 2px solid #1AB201;
      display: block; }
      @media screen and (min-width: 1024px) {
        .sec .sec-header h2 {
          border-top: 5px solid #1AB201; } }
  .sec .sec-body {
    width: 100%; }
    .sec .sec-body .sec-body-figure img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%; }
    .sec .sec-body .image-list {
      gap: 16px 16px; }
      @media screen and (min-width: 1024px) {
        .sec .sec-body .image-list {
          gap: 32px 32px; } }
      .sec .sec-body .image-list li {
        width: calc(50% - 8px); }
        @media screen and (min-width: 1024px) {
          .sec .sec-body .image-list li {
            width: calc(calc(100% - 64px) / 3); } }
        .sec .sec-body .image-list li img {
          display: block;
          width: auto;
          height: auto;
          max-width: 100%; }
    .sec .sec-body dl.about-outline dt {
      font-weight: 700; }
    .sec .sec-body dl.about-outline dd {
      padding-left: 1em;
      padding-bottom: 8px; }
    .sec .sec-body .sec-body-child {
      padding-top: 32px;
      gap: 16px 0px; }
      @media screen and (min-width: 1024px) {
        .sec .sec-body .sec-body-child {
          padding-top: 64px; } }
      .sec .sec-body .sec-body-child:first-child {
        padding-top: 0; }
      @media screen and (min-width: 1024px) {
        .sec .sec-body .sec-body-child {
          gap: 32px 0px; } }
      .sec .sec-body .sec-body-child h3 {
        display: block;
        color: #1AB201; }
  .sec .sec-child {
    padding-right: 0;
    padding-left: 0;
    gap: 16px 0px; }
    @media screen and (min-width: 1024px) {
      .sec .sec-child {
        gap: 32px 0px; } }
    .sec .sec-child .sec-header h3, .sec .sec-child .sec-header h2 {
      padding-top: 0; }

.sec.sec-full {
  padding-left: 0px;
  padding-right: 0px; }

.sec.sec-postwrap {
  padding-left: 0px;
  padding-right: 0px; }

.media-list {
  gap: 16px 0px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .media-list {
      gap: 32px 32px; } }
  .media-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 100; }
  .media-list li {
    display: block;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .media-list li {
        width: calc(calc(100% - 32px) / 2); } }
    .media-list li .media {
      align-items: center; }
      .media-list li .media .media-thumbnail {
        width: 170px;
        height: auto; }
        .media-list li .media .media-thumbnail img {
          width: auto;
          height: auto;
          max-width: 100%;
          display: block; }
      .media-list li .media .media-body {
        width: calc(100% - 170px);
        padding-left: 16px; }
        @media screen and (min-width: 1024px) {
          .media-list li .media .media-body {
            width: calc(100% - 170px); } }

.media-list.media-list-people li {
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .media-list.media-list-people li {
      width: calc(calc(100% - 64px) / 3); } }
  .media-list.media-list-people li .media-thumbnail {
    width: 170px;
    height: 170px;
    position: relative; }
    .media-list.media-list-people li .media-thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }

.people {
  gap: 32px 16px; }
  @media screen and (min-width: 1024px) {
    .people {
      gap: 64px 64px;
      align-items: center;
      justify-content: space-around; } }

.about-history {
  gap: 32px 0px; }
  @media screen and (min-width: 1024px) {
    .about-history {
      gap: 64px 0px; } }
  .about-history .history-item {
    display: block;
    width: 100%; }
    .about-history .history-item .history-item-title h3 {
      color: #1AB201 !important; }
    .about-history .history-item .history-item-body {
      padding-top: 8px; }
      @media screen and (min-width: 1024px) {
        .about-history .history-item .history-item-body {
          padding-top: 16px; } }

.wu-list li {
  display: inline-block; }
  .wu-list li a.current:hover,
  .wu-list li a.plain:hover {
    opacity: 1 !important;
    color: #1AB201 !important; }
  .wu-list li a.current {
    color: #1AB201 !important; }

.people-item {
  position: relative; }
  .people-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .people-item h2, .people-item h3 {
    z-index: 1; }
  .people-item:hover .people-item-title {
    color: #1AB201 !important; }
  .people-item img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 240px; }
    @media screen and (min-width: 1024px) {
      .people-item img {
        max-height: 100%; } }
  .people-item .people-item-title {
    display: block;
    padding-top: 8px;
    font-weight: 700 !important; }
  .people-item .people-item-img .people-item-title {
    display: block;
    padding-top: 8px;
    font-weight: 700 !important; }

.sec-child {
  display: block;
  width: 100%; }
  .sec-child .sec-body-list.sec-body-list-wu {
    display: block;
    width: 100%;
    border-bottom: 2px solid #1AB201; }
    .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item {
      gap: 16px 0;
      border-top: 2px solid #1AB201;
      padding: 16px 0px; }
      .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-title {
        cursor: pointer;
        color: #1AB201 !important;
        display: block;
        width: 100%;
        padding-right: 24px;
        background: url(assets/images/arrow-bottom-tc.svg);
        background-repeat: no-repeat;
        background-size: 16px auto;
        background-position: right center; }
      .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-title.active {
        background: url(assets/images/arrow-top-tc.svg);
        background-repeat: no-repeat;
        background-size: 16px auto;
        background-position: right center; }
      .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-body {
        display: none;
        width: 100%; }

.related-list {
  gap: 32px 0px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .related-list {
      gap: 64px 32px;
      padding: 0 0px;
      align-items: flex-end; } }

.related-list.report-list {
  gap: 16px 16px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .related-list.report-list {
      gap: 64px 64px;
      padding: 0 0px;
      align-items: flex-end; } }
  .related-list.report-list .report-list-item {
    gap: 16px 16px;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .related-list.report-list .report-list-item {
        width: calc(calc(100% - 128px) / 3); } }
    .related-list.report-list .report-list-item a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .related-list.report-list .report-list-item .report-list-item-img-wrap {
      width: 100%;
      height: auto;
      z-index: 1;
      position: relative; }
      .related-list.report-list .report-list-item .report-list-item-img-wrap .report-list-item-img {
        width: 100%;
        position: relative;
        padding-bottom: 66.666%; }
        .related-list.report-list .report-list-item .report-list-item-img-wrap .report-list-item-img img {
          display: block;
          object-fit: cover;
          position: absolute; }

.search-list {
  width: 100%; }
  .search-list .search-list-item {
    padding: 16px 0 32px;
    border-top: 2px solid #1AB201;
    width: 100%;
    position: relative; }
    .search-list .search-list-item h2 a {
      color: #1AB201; }
    .search-list .search-list-item .rte p {
      color: #868e96; }

.fancybox-iframe #header {
  display: none; }
.fancybox-iframe #footer {
  display: none; }
.fancybox-iframe .iframe-icon {
  display: none !important; }
.fancybox-iframe .iframe_wrap {
  color: #212529;
  position: relative; }
  .fancybox-iframe .iframe_wrap .iframe {
    display: none; }

.fancybox-inner .fancybox-toolbar {
  background-color: transparent; }
.fancybox-inner .fancybox-slide {
  padding: 0px; }

.fancybox-button {
  background-color: transparent !important; }

.fancybox-container {
  border: 0px; }

.fancybox-is-open .fancybox-bg {
  opacity: 1.0 !important;
  background-color: #dee2e6;
  background-image: repeating-linear-gradient(-35deg, transparent, transparent 32px, rgba(255, 255, 255, 0.6) 32px, rgba(255, 255, 255, 0.6) 48px); }

.fancybox-close-small {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  opacity: 1 !important;
  padding: 0px !important;
  position: fixed !important;
  right: 0px !important;
  top: 0px !important;
  z-index: 401;
  width: 60px !important;
  height: 40px !important; }
  @media screen and (min-width: 1024px) {
    .fancybox-close-small {
      position: fixed;
      right: 0px !important;
      top: 16px !important; } }
  .fancybox-close-small::after {
    content: "";
    background: url(assets/images/btn-close.svg);
    background-size: 30px 20px;
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px; }
  .fancybox-close-small svg {
    opacity: 0;
    display: none; }

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  display: none; }
  @media screen and (min-width: 1024px) {
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
      display: block;
      width: 36px;
      height: 36px;
      background-image: url(assets/images/arrow-left-b.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; } }

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  display: none; }
  @media screen and (min-width: 1024px) {
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
      display: block;
      width: 36px;
      height: 36px;
      background-image: url(assets/images/arrow-right-b.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent; } }

.fancybox-button--thumbs {
  display: none !important; }

.fancybox-button svg path {
  display: none !important; }

.fancybox-caption {
  bottom: 0;
  color: #212529 !important;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 16px 16px;
  right: 0; }

.fancybox-caption::before {
  display: none;
  opacity: 0; }

.fancybox-slide--iframe .fancybox-content {
  max-width: 900px;
  margin: 0 auto; }

.sm-hide {
  display: none; }
  @media screen and (min-width: 1024px) {
    .sm-hide {
      display: block; } }

@media screen and (min-width: 1024px) {
  .lg-hide {
    display: none; } }

@media screen and (min-width: 1024px) {
  .link-hover:hover, .cat .cat-item:hover, .sec .sec-body .image-list li:hover, .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-title:hover, .related-list.report-list .report-list-item:hover, #header .logo:hover, #search .btn-search:hover {
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out; } }

.inner, .cat, .single-hero .single-hero-title, .single-hero .single-hero-body, .archive-hero, .sec, #footer, .search-wrap {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .inner, .cat, .single-hero .single-hero-title, .single-hero .single-hero-body, .archive-hero, .sec, #footer, .search-wrap {
      padding-right: 64px;
      padding-left: 64px; } }

.embed {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.rte {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 16px 0px;
  max-width: 1024px; }
  .rte p {
    display: block;
    width: 100%; }
    .rte p a {
      color: #1AB201; }
  .rte dl {
    gap: 8px 0; }
    .rte dl dt {
      width: 100%;
      padding-top: 32px;
      color: #1AB201;
      font-weight: 700; }
      .rte dl dt:first-child {
        padding-top: 0px; }
    .rte dl dd {
      padding-left: 16px;
      width: 100%; }
  .rte ul {
    list-style: square;
    padding-left: 24px; }
    @media screen and (min-width: 1024px) {
      .rte ul {
        padding-left: 32px; } }
  .rte .desc p {
    line-height: 2.0 !important; }

.post-template-default .rte.rte-single {
  margin: 0 0; }

.rte.rte-single {
  max-width: 100%;
  margin: 0 auto; }
  .rte.rte-single h2 {
    border-top: 2px solid #1AB201;
    color: #1AB201;
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: calc(64px - 16px); }
    .rte.rte-single h2:first-child {
      margin-top: 0; }
  .rte.rte-single h3 {
    color: #1AB201;
    display: block;
    width: 100%;
    margin-top: calc(32px - 16px); }
    .rte.rte-single h3:first-child {
      margin-top: 0; }
  .rte.rte-single h4 {
    color: #1AB201;
    display: block;
    width: 100%;
    margin-top: calc(32px - 16px); }
    .rte.rte-single h4:first-child {
      margin-top: 0; }
  .rte.rte-single p {
    display: block;
    max-width: 1024px;
    width: 100%; }
  .rte.rte-single .wp-block-image {
    margin: 0 0 0;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1024px;
    width: 100%; }
    .rte.rte-single .wp-block-image:first-child {
      padding-top: 0px; }
    .rte.rte-single .wp-block-image figcaption {
      display: block;
      text-align: right;
      width: 100%;
      padding-top: 8px;
      margin: 0 0; }
  .rte.rte-single .wp-block-embed {
    margin: 0 0 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1024px; }
    .rte.rte-single .wp-block-embed:first-child {
      padding-top: 0px; }
    .rte.rte-single .wp-block-embed .wp-block-embed__wrapper {
      position: relative;
      padding-top: 56.25%; }
      .rte.rte-single .wp-block-embed .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }

#vision .media {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  max-width: 1200px;
  margin: 0 0; }
  @media screen and (min-width: 1024px) {
    #vision .media {
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between;
      gap: 32px 0; } }
  @media screen and (min-width: 1024px) {
    #vision .media .media-body {
      width: calc(100% - 360px - 32px);
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    #vision .media .media-image {
      width: 360px;
      width: 100%; }
      #vision .media .media-image img {
        width: auto;
        height: auto;
        max-width: 480px; } }

#mission-demo .media {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    #mission-demo .media {
      gap: 0px 0; } }
  @media screen and (min-width: 1024px) {
    #mission-demo .media .media-body {
      width: 100%; }
      #mission-demo .media .media-body .rte {
        margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    #mission-demo .media .media-image {
      width: calc(100% - 0px); } }

@media screen and (min-width: 1024px) {
  #mission .media .media-body {
    width: 100%; } }
#mission .media .media-image {
  padding-top: 1.6rem; }
  @media screen and (min-width: 1024px) {
    #mission .media .media-image {
      padding-top: 3.2rem; } }

.slider-image .slick-slide img {
  height: 80vw;
  max-height: calc(390px - 32px);
  object-fit: cover; }
  @media screen and (min-width: 1024px) {
    .slider-image .slick-slide img {
      height: 360px; } }

.slider-image .slick-slide {
  padding: 0 4px; }
  @media screen and (min-width: 1024px) {
    .slider-image .slick-slide {
      padding: 0 16px; } }

.slider-image .slick-prev,
.slider-image .slick-next {
  width: 32px;
  height: 32px; }

.slider-image .slick-prev {
  left: 16px; }

.slider-image .slick-next {
  right: 16px; }

.slider-image .slick-prev:before,
.slider-image .slick-next:before {
  font-size: 32px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.value {
  gap: 3.2rem 0; }
  @media screen and (min-width: 1024px) {
    .value {
      gap: 3.2rem 3.2rem; } }
  .value .value-item {
    width: 100%;
    gap: 1.6rem 0; }
    @media screen and (min-width: 1024px) {
      .value .value-item {
        width: calc(calc(100% - 6.4rem) / 3);
        gap: 1.6rem 0; } }
    .value .value-item .value-item-title_image {
      flex-direction: row-reverse;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .value .value-item .value-item-title_image {
          gap: 1.6rem 0;
          flex-direction: row;
          align-items: stretch; } }
      .value .value-item .value-item-title_image .value-item-title {
        width: 50%;
        padding-left: 1.6rem; }
        @media screen and (min-width: 1024px) {
          .value .value-item .value-item-title_image .value-item-title {
            width: 100%;
            padding-left: 0rem; } }
        .value .value-item .value-item-title_image .value-item-title p {
          font-weight: 700;
          color: #1AB201; }
      .value .value-item .value-item-title_image .value-item-image {
        width: 50%; }
        @media screen and (min-width: 1024px) {
          .value .value-item .value-item-title_image .value-item-image {
            width: 100%; } }

.activities {
  gap: 3.2rem 0; }
  @media screen and (min-width: 1024px) {
    .activities {
      gap: 6.4rem 0; } }
  .activities .activities-item {
    width: 100%; }
    .activities .activities-item .activities-item-title {
      color: #1AB201;
      width: 100%;
      padding-bottom: 1.6rem; }
      @media screen and (min-width: 1024px) {
        .activities .activities-item .activities-item-title {
          padding-bottom: 3.2rem; } }
      .activities .activities-item .activities-item-title h3 {
        color: #1AB201; }

@media screen and (min-width: 1024px) {
  .activities-item-post .post-item {
    padding: 0 0rem; } }
.activities-item-post .post-item .post-item-img {
  width: 100%;
  padding-bottom: 66.6666%;
  position: relative; }
  .activities-item-post .post-item .post-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }
.activities-item-post .post-item a.demo {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto; }
.activities-item-post .post-item .post-item-body-demo {
  background: rgba(26, 178, 1, 0);
  position: relative;
  width: auto;
  height: auto;
  opacity: 1; }
  .activities-item-post .post-item .post-item-body-demo .post-item-body-title-demo {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0px 0px; }

.slider-post .slick-slider {
  margin: 0 -4px; }
  @media screen and (min-width: 1024px) {
    .slider-post .slick-slider {
      margin: 0 -16px; } }

.slider-post .slick-slide {
  margin-right: 4px;
  margin-left: 4px; }
  @media screen and (min-width: 1024px) {
    .slider-post .slick-slide {
      margin-right: 16px;
      margin-left: 16px; } }

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -16px; }
  .sponsor-list .sponsor-list-item {
    position: relative;
    padding-top: 16px;
    display: inline-block; }
    .sponsor-list .sponsor-list-item a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .sponsor-list .sponsor-list-item {
    display: flex;
    align-items: flex-end; }
    .sponsor-list .sponsor-list-item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  .sponsor-list .sponsor-list-item.size-large {
    margin-left: 16px;
    width: calc(33.3333% - 16px); }
    @media screen and (min-width: 1024px) {
      .sponsor-list .sponsor-list-item.size-large {
        width: calc(25% - 16px); } }
  .sponsor-list .sponsor-list-item.size-medium {
    margin-left: 16px;
    width: calc(25% - 16px); }
    @media screen and (min-width: 1024px) {
      .sponsor-list .sponsor-list-item.size-medium {
        width: calc(20% - 16px); } }
  .sponsor-list .sponsor-list-item.size-small {
    margin-left: 16px;
    width: calc(15% - 16px); }
    @media screen and (min-width: 1024px) {
      .sponsor-list .sponsor-list-item.size-small {
        width: calc(10% - 16px); } }

.btn-wrap {
  padding-top: 16px; }

.btn {
  display: inline-block;
  border: 1px solid #1AB201 !important;
  line-height: 1;
  padding: 6px 32px;
  color: #1AB201; }
  .btn:hover {
    color: #FFFFFF;
    background-color: #1AB201 !important;
    opacity: 1; }

.btn-bg {
  border: 1px solid #1AB201 !important;
  line-height: 1;
  padding: 6px 32px;
  color: #1AB201;
  background-color: #FFFFFF; }
  .btn-bg:hover {
    color: #FFFFFF;
    background-color: #1AB201 !important;
    opacity: 1; }

.btn.btn-primary {
  display: inline-block;
  border: 1px solid #1AB201 !important;
  background-color: #1AB201 !important;
  line-height: 1;
  padding: 8px 16px;
  color: #FFFFFF; }
  .btn.btn-primary:hover {
    color: #1AB201 !important;
    background-color: #FFFFFF !important;
    opacity: 1; }

figure {
  padding: 0;
  margin: 0; }
  figure figcaption {
    font-size: 1.2rem;
    padding-top: 5px;
    display: inline-block; }

.post-cat {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  background-color: #1AB201;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem; }

.post-item-tag-list {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 2; }
  .post-item-tag-list li {
    display: block;
    text-align: right;
    margin: -1px 0 0; }
    .post-item-tag-list li span {
      color: #1AB201;
      border: 1px solid #1AB201;
      display: inline-block;
      background-color: #FFFFFF;
      padding: 0.4rem 0.8rem; }
  .post-item-tag-list li:nth-child(n + 4) {
    display: none; }

.anchor {
  display: block;
  padding-top: 64px;
  margin-top: -64px; }
  @media screen and (min-width: 1024px) {
    .anchor {
      padding-top: 64px;
      margin-top: -64px; } }

.people-item-img.random001 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random001 {
      width: 60%; } }

.people-item-img.random002 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random002 {
      width: 50%;
      padding-top: 32px;
      padding-bottom: 64px; } }

.people-item-img.random003 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random003 {
      width: 68%;
      padding-top: 0px;
      padding-bottom: 128px; } }

.people-item-img.random004 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random004 {
      width: 43%; } }

.people-item-img.random005 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random005 {
      width: 35%;
      padding-top: 0px;
      padding-bottom: 64px; } }

.people-item-img.random006 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random006 {
      width: 30%;
      padding-top: 32px;
      padding-bottom: 0px; } }

.people-item-img.random007 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random007 {
      width: 30%;
      padding-top: 64px;
      padding-bottom: 64px; } }

.people-item-img.random008 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random008 {
      width: 50%; } }

.people-item-img.random009 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random009 {
      width: 55%; } }

.people-item-img.random010 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-img.random010 {
      width: 32%;
      padding-top: 64px;
      padding-bottom: 0px; } }

.people-item-text.random001 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random001 {
      width: 100%; } }

.people-item-text.random002 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random002 {
      width: calc(70% - 32px); } }

.people-item-text.random003 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random003 {
      width: calc(60% - 32px); } }

.people-item-text.random004 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random004 {
      width: calc(40% - 32px); } }

.people-item-text.random005 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random005 {
      width: calc(50% - 32px); } }

.people-item-text.random006 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random006 {
      width: calc(35% - 32px); } }

.people-item-text.random007 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random007 {
      width: calc(60% - 32px); } }

.people-item-text.random008 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random008 {
      width: calc(40% - 32px); } }

.people-item-text.random009 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random009 {
      width: calc(50% - 32px); } }

.people-item-text.random010 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .people-item-text.random010 {
      width: calc(65% - 32px); } }

h1, h2, h3, h4 {
  font-weight: 700;
  margin: 0;
  position: relative; }
  h1 a, h2 a, h3 a, h4 a {
    color: #1AB201; }

h1,
.font-h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #212529; }
  @media screen and (min-width: 1024px) {
    h1,
    .font-h1 {
      font-size: 3.0rem; } }

h2,
.font-h2,
.font-sub-title {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #212529; }
  @media screen and (min-width: 1024px) {
    h2,
    .font-h2,
    .font-sub-title {
      font-size: 2.8rem; } }

h3,
.font-h3,
.single-hero.single-hero-titlewrap .rte.rte-single p {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #212529; }
  @media screen and (min-width: 1024px) {
    h3,
    .font-h3,
    .single-hero.single-hero-titlewrap .rte.rte-single p {
      font-size: 2.4rem; } }

h4,
.font-h4,
.about-history .history-item .history-item-title h3,
.sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #212529; }
  @media screen and (min-width: 1024px) {
    h4,
    .font-h4,
    .about-history .history-item .history-item-title h3,
    .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item .list-item-title {
      font-size: 1.8rem; } }

.font-posttitle, .cat .cat-item .cat-item-body .cat-item-body-title, .post-item .post-item-body .post-item-body-title, .related-list.report-list .report-list-item .report-list-item-title {
  font-size: 1.4rem;
  line-height: calc(17 / 14);
  font-weight: 700;
  line-height: 1.75; }
  @media screen and (min-width: 1024px) {
    .font-posttitle, .cat .cat-item .cat-item-body .cat-item-body-title, .post-item .post-item-body .post-item-body-title, .related-list.report-list .report-list-item .report-list-item-title {
      font-size: 2.0rem;
      line-height: 1.75; } }

.font-nav, .archive-hero-cat-select select, .archive-hero-tag-select select, .wu-list, .link-wrap a, #header .nav {
  font-size: 1.6rem;
  letter-spacing: 0.1ex;
  line-height: 1.75;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-nav, .archive-hero-cat-select select, .archive-hero-tag-select select, .wu-list, .link-wrap a, #header .nav {
      font-size: 2.0rem; } }

.font-hamburger, #menu {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700; }

.font-gbnav, .gb-nav {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-gbnav, .gb-nav {
      font-size: 2.0rem; } }

.font-body1, .sec .sec-body dl.about-outline, .about-history .history-item .history-item-body .rte p, .rte, .rte p, .rte dl, .rte .desc p, .btn.btn-primary, #menu .menu-nav ul li .announcement,
.font-normal {
  font-size: 1.5rem;
  letter-spacing: 0.1ex;
  line-height: 2.0; }
  @media screen and (min-width: 1024px) {
    .font-body1, .sec .sec-body dl.about-outline, .about-history .history-item .history-item-body .rte p, .rte, .rte p, .rte dl, .rte .desc p, .btn.btn-primary, #menu .menu-nav ul li .announcement,
    .font-normal {
      font-size: 1.8rem; } }

.font-body2, .cat .cat-item h2, .archive-hero .archive-hero-body #searchform input[type="text"], li.category-list-item, li.tag-list-item, .people-item .people-item-title, .people-item .people-item-img .people-item-title, .search-list .search-list-item .rte p, .rte.rte-single .wp-block-image figcaption, .value .value-item .value-item-title_image .value-item-title p, .btn, .mw_wp_form.mw_wp_form_input .form-wrap .form-header, .mw_wp_form.mw_wp_form_input .form-wrap .form-body input, .mw_wp_form.mw_wp_form_input .form-wrap .form-body textarea, #searchform input[type="text"] {
  font-size: 1.1rem;
  letter-spacing: 0.1ex; }
  @media screen and (min-width: 1024px) {
    .font-body2, .cat .cat-item h2, .archive-hero .archive-hero-body #searchform input[type="text"], li.category-list-item, li.tag-list-item, .people-item .people-item-title, .people-item .people-item-img .people-item-title, .search-list .search-list-item .rte p, .rte.rte-single .wp-block-image figcaption, .value .value-item .value-item-title_image .value-item-title p, .btn, .mw_wp_form.mw_wp_form_input .form-wrap .form-header, .mw_wp_form.mw_wp_form_input .form-wrap .form-body input, .mw_wp_form.mw_wp_form_input .form-wrap .form-body textarea, #searchform input[type="text"] {
      font-size: 1.3rem; } }

.font-randm001, .people-item-text.random001 .people-item-title, .people-item-text.random002 .people-item-title {
  font-size: 5.6rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm001, .people-item-text.random001 .people-item-title, .people-item-text.random002 .people-item-title {
      font-size: 7.2rem; } }

.font-randm002, .people-item-text.random003 .people-item-title {
  font-size: 4.8rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm002, .people-item-text.random003 .people-item-title {
      font-size: 6.8em; } }

.font-randm003, .people-item-text.random004 .people-item-title, .people-item-text.random008 .people-item-title {
  font-size: 4.0rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm003, .people-item-text.random004 .people-item-title, .people-item-text.random008 .people-item-title {
      font-size: 6.0rem; } }

.font-randm004, .people-item-text.random005 .people-item-title, .people-item-text.random009 .people-item-title {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm004, .people-item-text.random005 .people-item-title, .people-item-text.random009 .people-item-title {
      font-size: 5.6rem; } }

.font-randm005, .people-item-text.random006 .people-item-title, .people-item-text.random010 .people-item-title {
  font-size: 3.0rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm005, .people-item-text.random006 .people-item-title, .people-item-text.random010 .people-item-title {
      font-size: 4.8em; } }

.font-randm006 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm006 {
      font-size: 3.6rem; } }

.font-randm007, .people-item-text.random007 .people-item-title {
  font-size: 2.0rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .font-randm007, .people-item-text.random007 .people-item-title {
      font-size: 3.0em; } }

.caption {
  font-size: 0.9rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
  color: #212529; }

.caption-wrap {
  padding-top: 8px; }

.font-exsmall, .list-cat-tag .single-hero-category-list li.tag-list-item,
.list-cat-tag .single-hero-category-list li.category-list-item,
.list-cat-tag .single-hero-tag-list li.tag-list-item,
.list-cat-tag .single-hero-tag-list li.category-list-item, .post-cat, .post-item-tag-list li span, .date, #announcement-bar a {
  font-size: 1.2rem; }

.font-title {
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500; }
  @media screen and (min-width: 1024px) {
    .font-title {
      font-size: 2.8rem; } }

.font-sub-title {
  font-weight: 700;
  display: block;
  color: #868e96;
  width: 100%; }

.date {
  display: block;
  padding-bottom: 8px; }

#announcement-bar a {
  display: none; }
  @media screen and (min-width: 1024px) {
    #announcement-bar a {
      display: block;
      padding: 8px 8px;
      text-align: center;
      background-color: #1AB201;
      color: #FFFFFF;
      width: 100%; } }

#header {
  width: 100vw;
  z-index: 1;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    #header {
      position: sticky;
      top: 0;
      z-index: 6; } }
  #header .header-inner {
    width: 100%;
    position: relative;
    padding: 16px 16px; }
    @media screen and (min-width: 1024px) {
      #header .header-inner {
        padding: 64px 64px 64px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; } }
  #header .logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      #header .logo {
        width: 240px;
        margin: 0 0; } }
  #header .nav {
    display: none; }
    @media screen and (min-width: 1024px) {
      #header .nav {
        display: inline-block; }
        #header .nav ul {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          gap: 0px 24px; }
          #header .nav ul li {
            display: inline-block; }
            #header .nav ul li a.plain:hover {
              opacity: 1;
              color: #1AB201; }
            #header .nav ul li a.current:link, #header .nav ul li a.current:visited {
              color: #1AB201; }
            #header .nav ul li a.current:hover {
              opacity: 1; }
            #header .nav ul li .btn-search {
              background: url(assets/images/icon-search-bk.svg);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center;
              display: block;
              width: 24px;
              height: 35px;
              cursor: pointer; }
              #header .nav ul li .btn-search:hover {
                background: url(assets/images/icon-search.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center; } }

@media screen and (min-width: 1024px) {
  body.search-results #header .nav ul li .btn-search {
    background: url(assets/images/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block; } }

.nav-search {
  padding-right: 0 !important;
  cursor: pointer; }

.nav-search-narrow .search .fa-search {
  color: #868e96; }
  .nav-search-narrow .search .fa-search:hover {
    color: #1AB201; }

.wrap .search {
  display: flex;
  align-items: center; }
  .wrap .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    border: 0px solid #1AB201;
    width: 100%;
    height: 23px;
    font-size: 1.3rem;
    color: #212529;
    padding: 4px; }
  .wrap .search .input-wrap {
    width: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all  0.1s ease-in-out; }
  .wrap .search i {
    color: #1AB201;
    line-height: 1;
    padding-top: 5px; }
  .wrap .search button {
    display: none; }
  .wrap .search .btn-search {
    display: none; }
  .wrap .search .fa-search {
    display: inline-block; }
  .wrap .search .fa-search.smp-only {
    display: none; }
  .wrap .search .fa-times-circle {
    display: none; }
.wrap .search.active .input-wrap {
  width: 180px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all  0.1s ease-in-out; }
.wrap .search.active i {
  padding-left: 8px; }
.wrap .search.active input {
  border: 1px solid #1AB201; }
.wrap .search.active .fa-search {
  display: none; }
.wrap .search.active .fa-times-circle {
  display: inline-block; }
.wrap .search.page {
  padding: 16px 0; }
  .wrap .search.page #searchform {
    display: flex;
    align-items: center; }
  .wrap .search.page .input-wrap {
    width: 180px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all  0.1s ease-in-out; }
  .wrap .search.page i {
    padding-left: 16px;
    font-size: 2.2rem; }
  .wrap .search.page input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    border: 1px solid #1AB201;
    width: calc(100vw - 32px - 39px);
    height: 32px;
    font-size: 1.3rem;
    color: #212529;
    padding: 4px; }
    @media screen and (min-width: 1024px) {
      .wrap .search.page input {
        width: 320px; } }
  .wrap .search.page .fa-search {
    display: inline-block; }
  .wrap .search.page button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none; }

#menu .search {
  position: relative;
  width: 100%;
  height: 48px;
  border: 1px solid #212529;
  background-color: #FFFFFF; }
  #menu .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    width: calc(100% - 48px);
    height: 36px;
    font-size: 1.6rem;
    color: #212529;
    position: absolute;
    left: 4px;
    top: 4px; }
  #menu .search form {
    width: calc(100% - 0px);
    height: 48px; }
  #menu .search img {
    display: block;
    width: 24px;
    height: 24px; }
  #menu .search button {
    border: 0px;
    position: absolute;
    right: 12px;
    top: 12px; }

@media screen and (min-width: 1024px) {
  .nav-search.search-sm {
    display: none !important; } }

.nav-search.search-lg {
  display: none !important; }
  @media screen and (min-width: 1024px) {
    .nav-search.search-lg {
      display: inline-block !important; } }

#footer .search-sm .search {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  #footer .search-sm .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    border: 0px solid #1AB201;
    width: 100%;
    height: 32px;
    font-size: 1.3rem;
    color: #212529;
    padding: 4px; }
  #footer .search-sm .search .input-wrap {
    width: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all  0.1s ease-in-out; }
  #footer .search-sm .search i {
    color: #1AB201;
    line-height: 1;
    padding-top: 5px; }
  #footer .search-sm .search button {
    display: none; }
  #footer .search-sm .search .btn-search {
    display: none; }
  #footer .search-sm .search .fa-search {
    display: inline-block; }
  #footer .search-sm .search .fa-times-circle {
    display: none; }
#footer .search-sm .search .input-wrap {
  width: calc(100vw - 32px - 39px);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all  0.1s ease-in-out; }
#footer .search-sm .search i {
  padding-left: 8px; }
#footer .search-sm .search input {
  border: 1px solid #1AB201; }
#footer .search-sm .search .fa-search {
  display: none; }
#footer .search-sm .search .fa-search.smp-only {
  display: inline-block;
  font-size: 2.2rem;
  padding-left: 16px; }
#footer .search-sm .search .fa-times-circle {
  display: none; }

body.nav-open .announcement {
  display: none; }

body.nav-open #header {
  position: fixed;
  left: 0;
  top: 0; }

.announcement-test + .wrap #header {
  padding: 48px 16px 16px; }
  @media screen and (min-width: 1024px) {
    .announcement-test + .wrap #header {
      padding: 32px 64px 16px; } }

.announcement-test + .wrap + .btn-menu {
  right: 16px;
  top: 60px; }
  @media screen and (min-width: 1024px) {
    .announcement-test + .wrap + .btn-menu {
      right: 32px;
      top: 54px;
      display: none; } }

/* end-trigger */
#footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 16px;
  text-align: center; }
  #footer .footer-sns {
    display: block;
    text-align: center; }
    #footer .footer-sns li {
      display: inline-block;
      padding: 0 16px; }
      #footer .footer-sns li img {
        display: inline-block;
        width: 36px;
        height: auto; }
  #footer a {
    color: #212529; }
  @media screen and (min-width: 1024px) {
    #footer {
      padding-top: 64px;
      padding-bottom: 32px; } }

small {
  line-height: 1;
  display: block;
  padding-top: 32px; }

textarea {
  height: auto; }

.form-child {
  margin-top: 48px;
  margin-bottom: 24px;
  font-weight: 700; }

.mw_wp_form.mw_wp_form_input {
  padding-top: 32px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .mw_wp_form.mw_wp_form_input {
      padding-top: 64px; } }
  .mw_wp_form.mw_wp_form_input .form-wrap {
    gap: 0px 32px;
    width: 100%; }
    .mw_wp_form.mw_wp_form_input .form-wrap .form-header {
      width: 100%;
      font-weight: 700; }
      @media screen and (min-width: 1024px) {
        .mw_wp_form.mw_wp_form_input .form-wrap .form-header {
          width: 150px;
          text-align: right; } }
    .mw_wp_form.mw_wp_form_input .form-wrap .form-body {
      width: 100%;
      padding-top: 8px;
      padding-bottom: 32px; }
      @media screen and (min-width: 1024px) {
        .mw_wp_form.mw_wp_form_input .form-wrap .form-body {
          padding-top: 0px;
          width: calc(100% - 150px - 32px); } }
      .mw_wp_form.mw_wp_form_input .form-wrap .form-body input {
        border: 1px solid #212529;
        padding: 8px;
        width: 600px;
        max-width: 100%;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif; }
      .mw_wp_form.mw_wp_form_input .form-wrap .form-body input[type="submit"] {
        background-color: #1AB201;
        border: 1px solid #1AB201;
        color: #FFFFFF; }
        @media screen and (min-width: 1024px) {
          .mw_wp_form.mw_wp_form_input .form-wrap .form-body input[type="submit"] {
            width: 300px;
            cursor: pointer; }
            .mw_wp_form.mw_wp_form_input .form-wrap .form-body input[type="submit"]:hover {
              background-color: #FFFFFF;
              border: 1px solid #1AB201;
              color: #1AB201; } }
      .mw_wp_form.mw_wp_form_input .form-wrap .form-body textarea {
        border: 1px solid #212529;
        padding: 8px;
        width: 100%;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif; }

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 2px solid #1AB201;
  outline-offset: -2px; }

.whatson.sec {
  padding-right: 0px;
  padding-left: 0px; }
  @media screen and (min-width: 1024px) {
    .whatson.sec {
      padding-bottom: 0px; } }

.search-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: 100vh; }
  @media screen and (min-width: 1024px) {
    .search-wrap {
      display: flex;
      align-items: center; } }
  .search-wrap .search-inner {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media screen and (min-width: 1024px) {
      .search-wrap .search-inner {
        padding-top: 32px;
        padding-bottom: 32px; } }
    .search-wrap .search-inner .search #searchform input {
      width: 100%;
      height: 100%; }
  .search-wrap .related-list .post-item-img-wrap img {
    max-height: 180px; }
  .search-wrap .related-list .post-item-body .post-item-body-title {
    font-size: 1.6rem; }

#searchform {
  position: relative;
  height: 48px; }
  #searchform input[type="text"] {
    width: 600px;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif; }
    @media screen and (min-width: 1024px) {
      #searchform input[type="text"] {
        border: 1px solid #212529;
        padding: 8px; } }
  #searchform button {
    background-color: transparent;
    border: 0px; }
    @media screen and (min-width: 1024px) {
      #searchform button {
        background-color: transparent;
        border: 0px;
        background: url(assets/images/icon-search-bk.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        right: 12px;
        top: 12px; } }
    #searchform button img {
      display: none; }

.home .post .post-item.post-item-sticky {
  display: none; }
  .home .post .post-item.post-item-sticky:first-child {
    display: block; }

.home .post-item.post-item-pickup .post-item-img img {
  border: 8px solid #1AB201; }
.home .post-item.post-item-sticky .post-item-inner {
  padding: 0 0px; }
.home .post-item.post-item-sticky .post-item-img {
  width: 100vw;
  height: 100vw;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .home .post-item.post-item-sticky .post-item-img {
      width: auto;
      height: auto;
      position: relative;
      z-index: 1;
      display: inline-block; } }
  .home .post-item.post-item-sticky .post-item-img img {
    width: 100vw;
    height: 100vw;
    max-width: 100vw;
    max-height: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (min-width: 1024px) {
      .home .post-item.post-item-sticky .post-item-img img {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 448px; } }
.home .post-item.post-item-sticky .post-item-body {
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (min-width: 1024px) {
    .home .post-item.post-item-sticky .post-item-body {
      padding-right: 0px;
      padding-left: 0px; } }

.fields {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 0px; }
  @media screen and (min-width: 1024px) {
    .fields {
      gap: 40px 0px; } }
  .fields .fields_block {
    width: 100%; }

.fields_title + .fields_text {
  margin-top: -20px; }

.caption-wrap {
  padding-top: 12px; }

@media screen and (max-width: 768px) {
  .fields_block {
    padding: 0 !important; } }

.flex-img {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .flex-img {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      gap: 120px 0px; } }
  .flex-img .flex-img-item.flex-img-item_size-ss {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-ss {
        width: 20%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-ss {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-sm {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-sm {
        width: 30%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-sm {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-md {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-md {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-md {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-half {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-half {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-half {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-lg {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-lg {
        width: 60%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-lg {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-xl {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-xl {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-xl {
        padding: 0 !important; } }
  .flex-img .flex-img-item.flex-img-item_size-full {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .flex-img .flex-img-item.flex-img-item_size-full {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .flex-img .flex-img-item.flex-img-item_size-full {
        padding: 0 !important; } }

.fields_title h2 {
  display: block;
  width: 100%;
  font-size: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .fields_title h2 {
      font-size: 3.0rem; } }

@media screen and (min-width: 1024px) {
  .fields_text .rte p {
    max-width: 100%; } }

.fields_media {
  padding: 0 0%; }
  @media screen and (min-width: 1024px) {
    .fields_media {
      padding: 0 6.7%;
      padding: 0 0%; } }

a:link,
a:visited,
a:hover {
  border: none;
  text-decoration: none;
  color: #212529; }

a:hover {
  opacity: 0.6;
  transition: all  0.2s ease-in-out; }

a.link-hover:hover, .cat a.cat-item:hover, .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item a.list-item-title:hover, .related-list.report-list a.report-list-item:hover, #header a.logo:hover, #search a.btn-search:hover,
a:hover img.link-hover,
a:hover .cat img.cat-item,
.cat a:hover img.cat-item,
a:hover .sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item img.list-item-title,
.sec-child .sec-body-list.sec-body-list-wu .sec-body-list-item a:hover img.list-item-title,
a:hover .related-list.report-list img.report-list-item,
.related-list.report-list a:hover img.report-list-item,
a:hover #header img.logo,
#header a:hover img.logo,
a:hover #search img.btn-search,
#search a:hover img.btn-search,
h1 a:hover,
h2 a:hover,
h3 a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all  0.2s ease-in-out; }

.link-history-back {
  font-size: 3.2rem;
  color: #1AB201 !important;
  display: inline-block;
  padding-right: 16px; }

#search {
  display: none; }
  @media screen and (min-width: 1024px) {
    #search {
      position: fixed;
      width: 100vw;
      height: 100vh;
      background-color: #FFFFFF;
      z-index: 100;
      left: 0;
      top: 0;
      display: none; } }
  #search .bg-stripe {
    filter: grayscale(100%); }
  #search .btn-search {
    display: none; }
    @media screen and (min-width: 1024px) {
      #search .btn-search {
        display: block;
        cursor: pointer;
        background: url(assets/images/btn-close.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 32px;
        height: 32px;
        position: fixed;
        right: 32px;
        top: 32px; } }

#menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 95px 16px 32px;
  transition: left .0s, right .0s;
  background: rgba(26, 178, 1, 0.7);
  z-index: 101;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: left; }
  #menu .site-title-s {
    width: 136px;
    height: auto; }
  #menu .menu-nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 32px; }
    #menu .menu-nav ul li a {
      display: block; }
    #menu .menu-nav ul li .announcement {
      color: #FFFFFF !important;
      padding: 8px 0 0 16px; }

.gb-nav {
  background-color: #FFFFFF; }
  .gb-nav .projects-selecter {
    border-top: 1px solid #1AB201;
    border-bottom: 1px solid #1AB201;
    color: #1AB201;
    display: block;
    padding: 8px 16px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .gb-nav .projects-selecter {
        display: none; } }
  .gb-nav .menu-child {
    display: none; }
    @media screen and (min-width: 1024px) {
      .gb-nav .menu-child {
        display: block;
        padding-right: 64px;
        padding-left: 64px; } }
    .gb-nav .menu-child li {
      display: block;
      padding: 0 16px;
      margin-top: 0px;
      border-bottom: 1px solid #868e96; }
      .gb-nav .menu-child li:last-child {
        border-bottom: 1px solid #1AB201; }
      @media screen and (min-width: 1024px) {
        .gb-nav .menu-child li {
          padding: 0 0px;
          margin-right: 32px;
          display: inline-block;
          border-bottom: 0px solid #868e96; }
          .gb-nav .menu-child li:last-child {
            border-bottom: 0px solid #1AB201; } }
      .gb-nav .menu-child li a {
        display: block;
        padding: 8px 0; }
        @media screen and (min-width: 1024px) {
          .gb-nav .menu-child li a {
            padding: 16px 0 16px; } }

.fixed-nav {
  margin-top: 0; }

.fixed-nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 100;
  height: auto; }

.gb-nav .menu-child + .projects-selecter {
  margin-top: 0px;
  border-top: 0px solid #1AB201; }

.toggle-parent.on {
  border-top: 1px solid #1AB201;
  border-bottom: 1px solid #868e96;
  color: #1AB201; }
  .toggle-parent.on .fal {
    transform: rotate(-45deg); }

a.plain:hover {
  opacity: 1; }

a.current:hover {
  opacity: 1; }

#menu a {
  color: #212529 !important;
  background-color: #cccccc;
  background-color: transparent;
  display: inline-block;
  line-height: 1; }
  @media screen and (min-width: 1024px) {
    #menu a {
      color: #000000 !important;
      background-color: transparent; } }

#menu li.active a,
#menu li.plain a:hover,
#menu a.plain:hover,
#menu a.active {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all  0.2s ease-in-out; }

.gb-nav ul li {
  display: block;
  margin: 16px 0 0; }

.gb-nav ul li.gtranslate {
  display: block;
  margin: -3px 0 16px; }

.btn-menu {
  color: #212529 !important;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  position: fixed;
  left: 16px;
  top: 41px;
  width: 32px;
  height: 16px;
  z-index: 102; }
  .btn-menu span {
    width: 100%;
    height: 2px;
    background-color: #1AB201;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px; }
    .btn-menu span:first-child {
      top: 0;
      margin-top: 0px; }
    .btn-menu span:last-child {
      top: auto;
      bottom: 0px;
      margin-top: 0px; }
  @media screen and (min-width: 1024px) {
    .btn-menu {
      right: 32px;
      top: 54px;
      display: none; } }

.btn-menu.active span {
  transition: all  0.2s ease-in-out;
  opacity: 0;
  background-color: #FFFFFF; }
  .btn-menu.active span:first-child {
    transform: translateY(7px) translateX(0px) rotate(-45deg);
    opacity: 1; }
  .btn-menu.active span:last-child {
    transform: translateY(-6px) translateX(0px) rotate(45deg);
    opacity: 1; }

.nav-cat {
  text-align: center; }
  .nav-cat ul li {
    display: inline-block;
    padding: 6px 6px; }
    .nav-cat ul li a.active {
      display: inline-block !important;
      color: #FFF !important;
      padding: 4px 6px !important;
      margin: 0 0 6px !important;
      border-radius: 4px; }
      .nav-cat ul li a.active:hover {
        background-color: #FFF; }

#open {
  display: none; }

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked + #menu {
  left: 0; }

.sns {
  margin: 16px 0 16px;
  text-align: left;
  line-height: 1;
  font-size: 4.0rem; }
  .sns a {
    display: inline-block;
    margin: 0 12px 0 0; }

/* start-trigger */
.gb-nav {
  width: 100%; }
  .gb-nav ul {
    text-align: left; }
    .gb-nav ul li {
      display: inline-block;
      padding-right: 32px;
      margin: 0; }
      .gb-nav ul li a {
        color: #1AB201;
        display: inline-block;
        padding: 16px 0; }

.page-nav .wp-pagenavi {
  text-align: center; }
  .page-nav .wp-pagenavi a {
    display: inline-block;
    text-decoration: none;
    background-color: #fec527;
    border: 0px solid #BFBFBF;
    padding: 5px 10px;
    margin: 0px 14px; }

.page-nav {
  display: none; }

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