@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 15px; }

a img.alignnone {
  margin: 5px 15px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 15px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 15px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 15px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------
  media queries
--------------------------------------------------*/
/*--------------------------------------------------
  font
--------------------------------------------------*/
/*--------------------------------------------------
  colors
--------------------------------------------------*/
/*--------------------------------------------------
  mixin styles
--------------------------------------------------*/
/*--------------------------------------------------
  base
--------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  background-color: #fff;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.23077;
  height: auto;
  word-break: break-all; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%; }

a, a:hover, a:active, a:focus {
  color: #4a4a4a;
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

img {
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    img {
      max-width: 100%;
      width: 100%;
      height: auto; } }

table {
  border-collapse: collapse; }

table td {
  padding: 0; }

.md-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #08619d;
  border-bottom: 10px solid #053d63;
  width: 100%;
  height: 70px; }
  .md-header-inner {
    position: relative;
    max-width: 1056px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .md-header-inner {
        padding-left: 0;
        padding-right: 0; } }
  .md-header h1 {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff;
    font-size: 1.5em;
    z-index: 3; }
.md-footer {
  background-color: #08619d;
  padding: 10px 0 10px; }
  @media screen and (max-width: 767px) {
    .md-footer {
      padding: 10px 24px 10px; } }
  .md-footer-inner {
    max-width: 1056px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .md-footer-inner {
        padding-left: 0;
        padding-right: 0; } }
  .md-footer-nav {
    margin: 0;
    padding-left: 0;
    display: flex;
    margin-bottom: 50px; }
    .md-footer-nav li {
      list-style-type: none; }
    @media screen and (max-width: 767px) {
      .md-footer-nav {
        flex-wrap: wrap;
        margin-bottom: 0; } }
    .md-footer-nav li:not(:last-child) {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .md-footer-nav li:not(:last-child) {
          margin-bottom: 12px; } }
    .md-footer-nav a {
      font-size: 1.38462rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .md-footer-nav a {
          font-size: 1.07692rem; } }
  .md-footer-copyright {
    color: #fff; }
.md-contents {
  display: block;
  background-color: #eee;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .md-contents {
      padding-top: 70px; } }
.md-inner {
  max-width: 1056px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .md-inner {
      padding-left: 0;
      padding-right: 0; } }
.md-title {
  color: #231916;
  font-size: 3.69231rem;
  font-weight: 300;
  margin: 0;
  padding: 75px 0; }
  @media screen and (max-width: 767px) {
    .md-title {
      padding: 40px 0;
      text-align: center; } }
.md-link {
  display: block;
  border: 1px solid #9B9B9B;
  color: #ff4c47;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 200px; }
  .md-link:hover {
    color: #ff4c47;
    opacity: 0.7; }

body.index .md-contents {
  padding-top: 90px; }

.in-hero {
  background: url(/img/hero_bk.jpg) no-repeat 50%/cover;
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 90px);
  position: relative; }
  @media screen and (max-width: 767px) {
    .in-hero {
      height: calc(74vh - 90px); } }
  .in-hero-inner {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
    width: 810px;
    height: 500px; }
    @media screen and (max-width: 767px) {
      .in-hero-inner {
        width: 100%; } }
  .in-hero-logo {
    text-align: center;
    margin: 0 auto 60px;
    width: 42%; }
    @media screen and (max-width: 767px) {
      .in-hero-logo img {
        max-width: 100%; } }
  .in-hero-titles {
    text-align: center; }
    .in-hero-titles-sub {
      color: #231916;
      font-size: 3.53846rem;
      margin-top: 26px; }
      @media screen and (max-width: 767px) {
        .in-hero-titles-sub {
          font-size: 1.53846rem;
          margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .in-hero-titles img {
        width: 80%; } }
.in-content-inner {
  max-width: 1056px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .in-content-inner {
      padding-left: 0;
      padding-right: 0; } }
.in-content-subTitle {
  display: flex;
  font-size: 2.76923rem;
  font-weight: 300;
  margin: 0 0 40px; }
  .in-content-subTitle:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 767px) {
    .in-content-subTitle {
      display: block;
      font-size: 1.38462rem;
      margin-bottom: 32px; } }
  .in-content-subTitle span {
    display: block;
    padding: 42px 25px; }
    @media screen and (max-width: 767px) {
      .in-content-subTitle span {
        line-height: 40px;
        padding: 0; } }
  .in-content-subTitle .bk-blue {
    background-color: #272B40;
    color: #fff; }
  .in-content-subTitle .bk-white {
    background-color: #fff; }
  .in-content-subTitle .en {
    font-family: 'Athelas'; }
    @media screen and (max-width: 767px) {
      .in-content-subTitle .en {
        text-align: center; } }
  .in-content-subTitle .ja {
    font-family: 'Hiragino Sans';
    text-align: right; }
    @media screen and (max-width: 767px) {
      .in-content-subTitle .ja {
        text-align: center; } }
.in-content--vision {
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .in-content--vision {
      padding-bottom: 40px; } }
.in-content--voice p {
  font-size: 1.07692rem; }
.in-content--voice .in-content-inner {
  padding-bottom: 100px; }
.in-content--twoColumns {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .in-content--twoColumns {
      padding-bottom: 50px; } }
  .in-content--twoColumns .in-content-inner {
    display: flex;
    justify-content: space-between;
    display: flex;
    padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .in-content--twoColumns .in-content-inner {
        display: block; } }
.in-content--report {
  width: 67%;
  max-width: 670px; }
  @media screen and (max-width: 767px) {
    .in-content--report {
      width: 100%;
      max-width: 100%; } }
.in-content--event {
  width: 30%;
  max-width: 300px; }
  @media screen and (max-width: 767px) {
    .in-content--event {
      width: 100%;
      max-width: 100%; } }
.in-content--partners {
  display: none; }
  @media screen and (max-width: 767px) {
    .in-content--partners {
      padding-left: 16px;
      padding-right: 16px; } }
  .in-content--partners .md-title {
    text-align: center; }
.in-vision .in-content-subTitle .ja {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .in-vision .in-content-subTitle .ja {
      width: 100%; } }
.in-vision .in-content-subTitle .en {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .in-vision .in-content-subTitle .en {
      width: 100%; } }
.in-vision-secTitle {
  margin: 0 0 20px;
  font-size: 1.23077rem;
  font-weight: 600; }
.in-vision-texts {
  padding: 0 28px; }
  .in-vision-texts.columns {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .in-vision-texts.columns {
        display: block; } }
    .in-vision-texts.columns-left {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .in-vision-texts.columns-left {
          width: 100%; } }
    .in-vision-texts.columns-right {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .in-vision-texts.columns-right {
          width: 100%; } }
.in-vision-text {
  font-size: 1.07692rem;
  line-height: 1.57143;
  margin: 0 0 40px; }
  .in-vision-text a {
    text-decoration: underline; }
.in-vision-img {
  display: flex;
  justify-content: center; }
  .in-vision-img-wrap {
    margin-bottom: 36px; }
    .in-vision-img-wrap img {
      max-width: 100%; }
.in-voice-list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .in-voice-list {
      display: block; } }
.in-voice-item {
  position: relative;
  background-color: #fff;
  max-width: 300px;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .in-voice-item {
      max-width: 100%;
      width: 100%; } }
  .in-voice-item:not(:last-child) {
    margin-right: 62px; }
    @media screen and (max-width: 1024px) {
      .in-voice-item:not(:last-child) {
        margin-right: 5%; } }
  .in-voice-item a {
    display: block; }
  .in-voice-item img {
    width: 100%;
    height: auto; }
.in-voice-subTitle {
  color: #231916;
  font-size: 1.84615rem;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    .in-voice-subTitle {
      margin-bottom: 20px; } }
  .in-voice-subTitle span {
    display: block;
    font-size: 1.38462rem;
    margin-bottom: 20px; }
.in-voice-texts {
  padding: 40px 25px 110px; }
  @media screen and (max-width: 767px) {
    .in-voice-texts {
      padding: 28px 28px 100px; } }
  .in-voice-texts p {
    margin: 0; }
.in-voice-readMore {
  display: block;
  border: 1px solid #9B9B9B;
  color: #ff4c47;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0; }
  .in-voice-readMore:hover {
    color: #ff4c47;
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .in-voice-readMore {
      bottom: 50px; } }
.in-voice-readAll {
  display: block;
  background-color: #ff4c47;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 100%;
  height: 60px; }
  .in-voice-readAll:hover {
    color: #fff;
    opacity: 0.85; }
  @media screen and (max-width: 767px) {
    .in-voice-readAll {
      text-transform: uppercase; } }
.in-report-item {
  background-color: #fff;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .in-report-item {
      padding: 0 0 20px; } }
  .in-report-item a {
    display: block; }
  .in-report-item img {
    max-width: 100%;
    height: auto; }
.in-report-update {
  margin: 0 0 14px;
  text-align: right; }
.in-report-title {
  color: #231916;
  font-size: 1.84615rem;
  font-weight: 300;
  line-height: 1.20833;
  margin: 0 0 14px; }
.in-report-texts {
  line-height: 1.57143; }
  @media screen and (max-width: 767px) {
    .in-report-texts {
      padding: 24px 24px 18px; } }
.in-report-readMore {
  display: block;
  border: 1px solid #9B9B9B;
  color: #ff4c47;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 30px 0; }
  .in-report-readMore:hover {
    color: #ff4c47;
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .in-report-readMore {
      margin: 20px auto 0; } }
.in-report-readAll {
  display: block;
  background-color: #ff4c47;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 100%;
  height: 60px; }
  .in-report-readAll:hover {
    color: #fff;
    opacity: 0.85; }
  @media screen and (max-width: 767px) {
    .in-report-readAll {
      text-transform: uppercase; } }
.in-event-item {
  background-color: #fff;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .in-event-item {
      padding: 30px 40px; } }
  .in-event-item a {
    display: block; }
  @media screen and (max-width: 767px) {
    .in-event-item img {
      margin-bottom: 24px; } }
.in-event-img {
  width: 100%; }
  .in-event-img img {
    width: 100%;
    height: auto; }
.in-event-texts {
  line-height: 1.57143;
  padding: 24px 16px;
  /*&-detail {
    color: $colRed01;
    text-decoration: underline;
  }*/ }
  @media screen and (max-width: 767px) {
    .in-event-texts {
      padding: 0; } }
  .in-event-texts-text {
    margin-bottom: 24px; }
.in-event-title {
  color: #231916;
  font-weight: 300;
  margin: 0 0 24px; }
.in-event-date {
  background: url(/img/icon_calendar.png) no-repeat left top;
  min-height: 20px;
  margin-bottom: 10px;
  padding-left: 30px; }
.in-event-place {
  background: url(/img/icon_comment.png) no-repeat left top;
  min-height: 20px;
  margin-bottom: 20px;
  padding-left: 30px; }
.in-event-readMore {
  display: block;
  border: 1px solid #9B9B9B;
  color: #ff4c47;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 200px; }
  .in-event-readMore:hover {
    color: #ff4c47;
    opacity: 0.7; }
.in-event-readAll {
  display: block;
  background-color: #ff4c47;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 100%;
  height: 60px; }
  .in-event-readAll:hover {
    color: #fff;
    opacity: 0.85; }
  @media screen and (max-width: 767px) {
    .in-event-readAll {
      text-transform: uppercase; } }
.in-map {
  position: relative; }
  .in-map-status {
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    height: 100%;
    padding: 24px; }
    @media screen and (max-width: 767px) {
      .in-map-status {
        position: relative;
        background-color: transparent;
        max-width: 100%;
        width: 100%;
        padding-top: 0; } }
  .in-map-balloon {
    display: none;
    position: absolute;
    top: 45px;
    right: 45px;
    z-index: 100;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 360px;
    height: 80%; }
    @media screen and (max-width: 767px) {
      .in-map-balloon {
        position: relative;
        left: 0;
        right: 0;
        margin: auto; } }
    .in-map-balloon .balloon-close {
      display: block;
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 1;
      width: 20px;
      height: 20px;
      text-indent: -9999px; }
      .in-map-balloon .balloon-close:before, .in-map-balloon .balloon-close:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        background-color: #9B9B9B;
        width: 24px;
        height: 2px; }
      .in-map-balloon .balloon-close:before {
        right: 0;
        transform: rotate(45deg); }
      .in-map-balloon .balloon-close:after {
        right: 0;
        transform: rotate(-45deg); }
    .in-map-balloon .balloon-content {
      overflow-y: scroll;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .in-map-balloon .balloon-content {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          height: 60vh;
          background-color: #fff;
          border-radius: 4px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } }
      .in-map-balloon .balloon-content img {
        width: 100%;
        height: auto; }
    .in-map-balloon .balloon-detail {
      padding: 20px; }
      .in-map-balloon .balloon-detail h3 {
        font-weight: 300;
        margin: 0 0 20px; }
      .in-map-balloon .balloon-detail dl {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px; }
        .in-map-balloon .balloon-detail dl dd {
          margin-left: 0; }
      .in-map-balloon .balloon-detail dt {
        width: 30%;
        min-width: 100px;
        margin-bottom: 8px; }
      .in-map-balloon .balloon-detail dd {
        width: 70%;
        max-width: 205px;
        margin-bottom: 8px; }
      .in-map-balloon .balloon-detail a {
        display: block;
        border: 1px solid #9B9B9B;
        color: #ff4c47;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        width: 200px; }
  .in-map-body {
    width: 100%;
    height: 600px; }
  .in-map-title {
    font-size: 2.76923rem;
    line-height: 1.19444;
    font-weight: 300;
    margin: 0 0 25px; }
    @media screen and (max-width: 767px) {
      .in-map-title {
        margin-bottom: 20px; } }
    .in-map-title span {
      display: block; }
  .in-map-typeList {
    display: none;
    margin: 0;
    padding-left: 0; }
    .in-map-typeList li {
      list-style-type: none; }
    .in-map-typeList li:not(:last-child) {
      border-bottom: 1px dashed #9B9B9B; }
      @media screen and (max-width: 767px) {
        .in-map-typeList li:not(:last-child) {
          border-bottom: none; } }
    .in-map-typeList dl {
      margin: 0;
      padding: 25px 0 30px; }
      .in-map-typeList dl dd {
        margin-left: 0; }
      @media screen and (max-width: 767px) {
        .in-map-typeList dl {
          padding: 4px 0; } }
    .in-map-typeList dt {
      font-size: 1.38462rem;
      padding-left: 40px;
      padding-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .in-map-typeList dt {
          font-size: 1.07692rem;
          padding-top: 6px;
          padding-bottom: 8px; } }
    .in-map-typeList dd {
      font-size: 3.69231rem; }
      @media screen and (max-width: 767px) {
        .in-map-typeList dd {
          display: none; } }
    .in-map-typeList .type-innovators dt {
      background: url(/img/icon_map_i.png) no-repeat left 50%; }
    .in-map-typeList .type-workspaces dt {
      background: url(/img/icon_map_w.png) no-repeat left 50%; }
    .in-map-typeList .type-events dt {
      background: url(/img/icon_map_e.png) no-repeat left 50%; }
.in-partners-list {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .in-partners-list li {
    list-style-type: none; }
  .in-partners-list li {
    max-width: 200px;
    width: 18%;
    max-height: 200px;
    margin-bottom: 150px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .in-partners-list li {
        width: 26%;
        margin-bottom: 50px; } }
    .in-partners-list li:not(:nth-child(5n+5)) {
      margin-right: 2.5%; }
      @media screen and (max-width: 767px) {
        .in-partners-list li:not(:nth-child(5n+5)) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .in-partners-list li:not(:nth-child(3n+3)) {
        margin-right: 11%; } }
    .in-partners-list li img {
      max-width: 100%;
      height: auto; }
.in-partners-rink {
  display: block;
  background-color: #ff4c47;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 100%;
  height: 60px;
  width: 300px;
  margin: 0 auto; }
  .in-partners-rink:hover {
    color: #fff;
    opacity: 0.85; }
  @media screen and (max-width: 767px) {
    .in-partners-rink {
      text-transform: uppercase; } }
  @media screen and (max-width: 767px) {
    .in-partners-rink {
      width: 100%;
      font-size: 1.84615rem;
      text-transform: none; } }
.in-snsList {
  margin: 0;
  padding-left: 0;
  display: flex;
  width: 250px;
  margin: 0 auto;
  padding: 60px 0 45px; }
  .in-snsList li {
    list-style-type: none; }
  @media screen and (max-width: 767px) {
    .in-snsList {
      padding: 40px 0; } }
  .in-snsList li:not(:last-child) {
    margin-right: 24px; }
  .in-snsList img {
    width: 44px;
    height: auto; }

.ar-list {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .ar-list li {
    list-style-type: none; }
.ar-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
  padding: 30px 0 78px;
  width: 30%;
  max-width: 300px; }
  @media screen and (max-width: 767px) {
    .ar-item {
      width: 100%;
      max-width: 100%; } }
  .ar-item:not(:nth-child(3n+3)) {
    margin-right: 5%; }
    @media screen and (max-width: 767px) {
      .ar-item:not(:nth-child(3n+3)) {
        margin-right: 0; } }
  .ar-item a {
    display: block; }
  .ar-item-eventDate {
    background: url(/img/icon_calendar.png) no-repeat left top;
    line-height: 20px;
    min-height: 20px;
    margin-bottom: 20px;
    padding-left: 28px; }
  .ar-item-texts {
    padding: 0 20px 20px; }
  .ar-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .ar-item-title {
    font-size: 1.84615rem;
    font-weight: 300;
    margin: 0 0 24px; }
  .ar-item-date {
    margin: 20px 0 0; }
  .ar-item-readMore {
    display: block;
    border: 1px solid #9B9B9B;
    color: #ff4c47;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0; }
    .ar-item-readMore:hover {
      color: #ff4c47;
      opacity: 0.7; }

body.archive .md-inner {
  padding-left: 0;
  padding-right: 0; }

.sn-article {
  background-color: #fff;
  padding: 40px; }
  .sn-article:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 767px) {
    .sn-article {
      padding: 40px 20px; } }
  .sn-article img {
    max-width: 100%;
    height: auto; }
.sn-date {
  margin: 0 0 46px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .sn-date {
      margin-bottom: 40px; } }
.sn-eventDate {
  background: url(/img/icon_calendar.png) no-repeat left top;
  line-height: 20px;
  min-height: 20px;
  margin-bottom: 20px;
  padding-left: 28px; }
.sn-title {
  font-size: 2.76923rem;
  font-weight: 300;
  margin: 0 0 40px; }
.sn-texts {
  font-size: 1.07692rem;
  line-height: 1.8;
  margin-bottom: 45px; }
.sn-datumList {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto; }
  .sn-datumList dl {
    margin: 0;
    display: flex;
    border-bottom: 1px solid #9B9B9B;
    padding: 24px 0;
    width: 48%; }
    .sn-datumList dl dd {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .sn-datumList dl {
        width: 100%; } }
    .sn-datumList dl:nth-child(odd) {
      margin-right: 4%; }
      @media screen and (max-width: 767px) {
        .sn-datumList dl:nth-child(odd) {
          margin-right: 0; } }
  .sn-datumList dt {
    width: 120px; }
  .sn-datumList dd {
    -webkit-flex: 1;
    flex: 1; }
.sn-snsList {
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px; }
  .sn-snsList li {
    list-style-type: none; }
  @media screen and (max-width: 767px) {
    .sn-snsList {
      justify-content: center; } }
  .sn-snsList li:not(:last-child) {
    margin-right: 24px; }
  .sn-snsList img {
    cursor: pointer;
    width: 44px;
    height: auto; }
.sn-thumb {
  text-align: center; }
.sn-alsoList {
  margin: 0;
  padding-left: 0;
  display: flex; }
  .sn-alsoList li {
    list-style-type: none; }
  @media screen and (max-width: 767px) {
    .sn-alsoList {
      display: block; } }
  .sn-alsoList-title {
    font-size: 3.69231rem;
    font-weight: 300;
    margin: 80px 0; }
    @media screen and (max-width: 767px) {
      .sn-alsoList-title {
        text-align: center; } }
  .sn-alsoList-item {
    position: relative;
    background-color: #fff;
    margin-bottom: 60px;
    padding: 30px 0 78px;
    width: 30%;
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .sn-alsoList-item {
        width: 100%;
        max-width: 100%; } }
    .sn-alsoList-item:not(:nth-child(3n+3)) {
      margin-right: 5%; }
    .sn-alsoList-item img {
      width: 100%;
      height: auto; }
  .sn-alsoList-texts {
    padding: 0 20px 20px; }
    .sn-alsoList-texts:after {
      content: "";
      clear: both;
      display: block; }
    .sn-alsoList-texts-text p {
      margin: 0 0 24px; }
  .sn-alsoList-date {
    margin: 20px 0 0; }
  .sn-alsoList-itemTitle {
    font-size: 1.84615rem;
    font-weight: 300;
    margin: 0 0 50px; }
  .sn-alsoList-readMore {
    display: block;
    border: 1px solid #9B9B9B;
    color: #ff4c47;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0; }
    .sn-alsoList-readMore:hover {
      color: #ff4c47;
      opacity: 0.7; }

body.single .md-inner {
  padding-left: 0;
  padding-right: 0; }

input {
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 42px; }

select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  height: 42px; }

label {
  margin-bottom: 10px; }

.contents-form {
  position: relative; }

.contents-form-main {
  max-width: 1000px;
  margin: auto; }

.contents-form-button {
  text-align: center; }

.content-form-required:after {
  content: "必須";
  color: #fff;
  background-color: #FF4C47;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px; }

.contents-dates {
  display: flex; }
  .contents-dates label {
    flex: 1; }
  .contents-dates .contents-s-date {
    margin-right: 5px; }
    .contents-dates .contents-s-date .wpcf7-validates-as-date {
      width: 100%; }
  .contents-dates .contents-e-date {
    margin-left: 5px; }
    .contents-dates .contents-e-date .wpcf7-validates-as-date {
      width: 100%; }

.wpcf7-text {
  width: 100%; }

.wpcf7-textarea {
  width: 100%;
  border-radius: 3px;
  border-color: #cccccc; }

.wpcf7-submit {
  border: none;
  background-color: #5f5f5f;
  color: #fff;
  width: 200px;
  line-height: 40px;
  margin-bottom: 10px; }



.imglist-typeA {
	padding: 10px;
	text-align: center;
}
.imglist-typeA figure {
	display: inline-block;
	width: 90%;
	text-align: center;
}
.imglist-typeA figure img{
	max-width: 100%;
	max-height: 100%;
  width: auto;
  height: auto;
}
figure.img-border img{
	border: 1px solid #999;
  box-sizing: border-box;
}
.imglist-typeA figure figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 140%;
	text-align: left;
}

.imglist-typeB {
	padding: 10px;
	text-align: center;
}
.imglist-typeB figure img {
	width: 100%;
}
.imglist-typeB figure {
	width: 40%;
}
.imglist-typeB .wrap-img {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 90%;
}
.imglist-typeB .caption {
	-js-display: flex;
	display: flex;
	align-items: flex-end;
	padding-left: 20px;
	width: 70%;
	font-size: 1.3rem;
	line-height: 140%;
	text-align: left;
	box-sizing: border-box;
}
.imglist-typeB .wrap-img {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  width:90%;
}
.imglist-typeB figure {
  width:40%;
}
.imglist-typeB figure img {
  width:100%;
}
.imglist-typeB .caption {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  padding-left:20px;
  width:70%;
  font-size:1.3rem;
  line-height:140%;
  text-align:left;
  box-sizing:border-box;
}
.imglist-typeC {
  padding:10px;
  text-align:center;
}
.imglist-typeC .wrap-img {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  width:70%;
}
.imglist-typeC figure {
  width:49%;
}
.imglist-typeC figure img {
  width:100%;
}
.imglist-typeC figcaption {
  margin-top:10px;
  font-size:1.3rem;
  line-height:140%;
  text-align:left;
}
.imglist-typeC .caption {
  margin:10px auto 0;
   width:70%;
  font-size:1.3rem;
  line-height:140%;
  text-align:left;
}
.mt-20 {
	margin-top: 20px !important;
}

.bg_b{
  background-color: #E0EFF7;
}

#timeline_box{
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
#top_about_yoxo{
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#top_about_yoxo_more{
  position: relative;
  text-align: right;
}
#top_about_yoxo_more a{
  color: #ff4c47;
  display: inline-block;
  width: 200px;
  border: 1px solid #9B9B9B;
  right: 0;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width:767px) { 
	#timeline_box {
		display: block;
		grid-gap: 24px;
		grid-template-columns: 1fr 1fr;
	}
	#facebook_timeline{
		margin-bottom: 30px;
	}
}
#blockskip{
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
  right: 0;
}

#blockskip.show{
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  clip: unset;
  clip-path: unset;
  z-index: 3;
}
#blockskip.show a{
  color: #fff;
}
#blockskip.hide {
  width: 1px;
  height: 1px;
}
.md-footer-a11y a{
  color: #fff;
  text-decoration: underline;
}