@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: linear-gradient(#0b121a, #4d87c7); }

@media only screen and (max-width: 767px) {
  h6 {
    color: #fff;
    background: linear-gradient(to right, #1680d1, #0d4ba8);
    text-align: left;
    font-size: 20px;
    line-height: 100%;
    padding: 10px 10px 9px;
    margin: 0 0 10px 0; } }
@media only screen and (min-width: 768px) {
  h6 {
    color: #fff;
    background: linear-gradient(to right, #1680d1, #0d4ba8);
    text-align: left;
    font-size: 18px;
    line-height: 100%;
    padding: 13px 15px 12px;
    margin: 0 0 15px 0; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.hero {
  background-image: url("/dir/spr/img/0921_siryosei_expo-odashi_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .hero {
      height: 320px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 550px; } }
  .hero .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .hero .inner {
        margin: 0 auto;
        padding: 0 15px; } }
    @media only screen and (min-width: 768px) {
      .hero .inner {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0; } }
  .hero .container {
    flex-direction: column; }
  .hero h1 {
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        margin: 0 0 25px; } }
  .hero nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .hero nav ul {
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .hero nav ul {
        margin: 0 0 30px; } }
    .hero nav ul li {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      border: #6D6D6D solid 1px;
      width: 24%;
      height: 55px;
      line-height: 55px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .hero nav ul li {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) {
        .hero nav ul li {
          font-size: 15px;
          font-weight: 600; } }
      .hero nav ul li:hover {
        filter: brightness(300%); }
      .hero nav ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%; }
  .hero .dispcription {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: #6D6D6D solid 1px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .hero .dispcription {
        font-size: 13px;
        line-height: 24px;
        padding: 15px; } }
    @media only screen and (min-width: 768px) {
      .hero .dispcription {
        font-size: 17px;
        line-height: 32px;
        padding: 25px 20px; } }
    .hero .dispcription h3 {
      border-bottom: #ccc dotted 1px;
      color: #fff;
      margin: 0 0 7px;
      padding: 0 0 0 7px; }
      @media only screen and (min-width: 768px) {
        .hero .dispcription h3 {
          font-size: 18px; } }
    .hero .dispcription span {
      padding: 0 0 0 7px; }
  @media only screen and (max-width: 767px) {
    .hero .pconly {
      display: none; } }

figure {
  margin: 0;
  padding: 0; }

.wrap {
  font-family: 'Noto Sans JP';
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      width: 100%;
      margin: 0;
      padding: 20px 0; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      max-width: 1200px;
      padding: 0;
      margin: 0 auto;
      padding: 20px 35px; } }

@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 20px);
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (min-width: 768px) {
  .content {
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-tjustify-content: space-between;
    justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .content .main {
    width: 100%;
    margin-bottom: 10px;
    order: 1; } }
@media only screen and (min-width: 768px) {
  .content .main {
    width: 100%; } }
.content .main .title {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .content .main .title {
      margin: 10px 0 0; } }
  .content .main .title h2 {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .content .main .title h2 {
        font-size: 30px;
        line-height: 100%;
        margin: 5px 0 30px 0;
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .content .main .title h2 {
        font-size: 40px;
        margin: 0 0 35px;
        padding: 0; } }
  .content .main .title .en {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .content .main .title .en {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .content .main .title .en {
        font-size: 18px; } }
.content .note {
  border: #ccc solid 2px;
  padding: 15px; }
  .content .note ul {
    list-style: disc;
    margin: 0; }
.content .tab_container {
  list-style: none;
  display: flex;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .content .tab_container {
      padding: 0 0 5px;
      justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .content .tab_container {
      padding: 0;
      justify-content: center; } }
@media only screen and (max-width: 767px) {
  .content .tab {
    width: 30%;
    height: 45px;
    border: #EDEDED solid 1px;
    color: #fff;
    border-radius: 3px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 3px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
    .content .tab.is-active {
      box-sizing: border-box;
      background: #f1f1f1;
      color: #294567;
      transition: all 0.2s ease-out; }
      .content .tab.is-active::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #f1f1f1; }
      .content .tab.is-active:hover {
        opacity: 1.0; } }
@media only screen and (min-width: 768px) {
  .content .tab {
    width: 233px;
    height: 45px;
    border: #EDEDED solid 1px;
    color: #fff;
    border-radius: 3px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 3px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
    .content .tab:hover {
      background: #20354D; }
    .content .tab.is-active {
      box-sizing: border-box;
      background: #f1f1f1;
      color: #294567;
      transition: all 0.2s ease-out; }
      .content .tab.is-active::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #f1f1f1; }
      .content .tab.is-active:hover {
        opacity: 1.0; } }
@media only screen and (max-width: 767px) {
  .content .topics_area {
    margin: 35px 0 20px; } }
@media only screen and (min-width: 768px) {
  .content .topics_area {
    margin: 40px 0 20px; } }
.content .topics_container {
  display: none; }
  .content .topics_container.is-show {
    display: block; }
  .content .topics_container ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .content .topics_container ul {
        padding: 0 5px;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; } }
    @media only screen and (min-width: 768px) {
      .content .topics_container ul {
        padding: 0;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 7px; } }
    .content .topics_container ul .topic {
      border: #8C8C8C solid 1px;
      border-radius: 3px; }
      @media only screen and (max-width: 767px) {
        .content .topics_container ul .topic {
          width: 48%;
          margin: 0 0 20px;
          padding: 0; } }
      @media only screen and (min-width: 768px) {
        .content .topics_container ul .topic {
          width: 23.5%;
          display: -ms-flexbox;
          display: -moz-box;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          margin: 0 8px 25px;
          box-sizing: border-box;
          padding: 0; } }
      .content .topics_container ul .topic:first-child {
        margin-top: 0; }
      .content .topics_container ul .topic figure {
        width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
        border-radius: 3px 3px 0 0 / 3px 3px 0 0;
        background-color: rgba(255, 255, 255, 0.1); }
        @media only screen and (max-width: 767px) {
          .content .topics_container ul .topic figure {
            height: 100px; } }
        @media only screen and (min-width: 768px) {
          .content .topics_container ul .topic figure {
            height: 170px; } }
        @media only screen and (min-width: 768px) {
          .content .topics_container ul .topic figure:hover img {
            opacity: 0.8; } }
        .content .topics_container ul .topic figure a {
          display: block; }
          .content .topics_container ul .topic figure a img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        .content .topics_container ul .topic figure .category {
          position: absolute;
          z-index: 99;
          display: inline-block;
          color: #fff;
          background: #54CCC7;
          font-weight: bold;
          margin: 0 0 8px;
          padding: 0 10px;
          border-radius: 20px; }
          @media only screen and (max-width: 767px) {
            .content .topics_container ul .topic figure .category {
              font-size: 11px;
              top: 10px;
              left: 8px; } }
          @media only screen and (min-width: 768px) {
            .content .topics_container ul .topic figure .category {
              font-size: 11px;
              top: 13px;
              left: 10px; } }
      .content .topics_container ul .topic .caption {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        -webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
        border-radius: 0 0 3px 3px / 0 0 3px 3px; }
        @media only screen and (max-width: 767px) {
          .content .topics_container ul .topic .caption {
            width: 100%;
            padding: 10px 7px 10px; } }
        @media only screen and (min-width: 768px) {
          .content .topics_container ul .topic .caption {
            width: 100%;
            padding: 10px 18px 10px; } }
        .content .topics_container ul .topic .caption h4 {
          background-color: transparent; }
          @media only screen and (max-width: 767px) {
            .content .topics_container ul .topic .caption h4 {
              width: 100%;
              padding: 0;
              margin: 0 0 5px;
              white-space: nowrap;
              font-size: 15px;
              height: 68px;
              text-overflow: ellipsis;
              overflow: hidden; } }
          @media only screen and (min-width: 768px) {
            .content .topics_container ul .topic .caption h4 {
              margin: 0 0 5px;
              padding: 0;
              font-size: 16px;
              height: 76px;
              overflow: hidden; } }
          .content .topics_container ul .topic .caption h4 a {
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .content .topics_container ul .topic .caption h4 a {
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: normal; } }
            @media only screen and (min-width: 768px) {
              .content .topics_container ul .topic .caption h4 a {
                text-decoration: none; } }
            .content .topics_container ul .topic .caption h4 a:hover {
              text-decoration: underline;
              color: 000; }
        .content .topics_container ul .topic .caption .date {
          text-align: right;
          font-size: 13px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .content .topics_container ul .topic .caption .date {
              margin: 5px auto 0; } }
          @media only screen and (min-width: 768px) {
            .content .topics_container ul .topic .caption .date {
              margin: 10px auto 0; } }

.global_head {
  margin: 0;
  padding: 0; }
