/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #f0efe1;
  background-size: 3.75rem auto;
  line-height: 1.5;
  color: #003941;
  letter-spacing: .1rem;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    body {
      background-size: 1.8rem auto; } }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.95vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #003941;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }

@media only screen and (min-width: 1025px) {
  a:hover, a:focus, a:active {
    color: #003941;
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.5; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    box-sizing: border-box; }

  label {
    font-size: 1.4rem; } }
button {
  font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
[class^=icon-] {
  width: 1em;
  height: 1em; }
  [class^=icon-]:after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block; }

.icon-pin:after {
  background-image: url("../img/common/pin.svg"); }
.icon-calendar:after {
  background-image: url("../img/common/calendar.svg"); }
.icon-pinw:after {
  background-image: url("../img/common/pinw.svg"); }
.icon-calendarw:after {
  background-image: url("../img/common/calendarw.svg"); }

@keyframes Ttl {
  from {
    transform: rotateY(90deg); }
  to {
    transform: rotateY(0deg); } }
#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  width: 100%; }
  .header-logo {
    background: url("../img/top/bg_main.png") 50% 50%;
    background-size: 35.4rem auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56rem; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        flex-direction: column;
        height: auto; } }
    .header-logo-img {
      width: 47rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .header-logo-img {
          width: 28rem;
          margin-bottom: 1.5rem; } }
      .header-logo-img:before {
        content: "";
        background: url("../img/top/txt_catch.png") no-repeat;
        background-size: 100% auto;
        width: 37rem;
        height: 8.8rem;
        position: absolute;
        left: -5rem;
        top: -5rem; }
        @media only screen and (max-width: 767px) {
          .header-logo-img:before {
            width: 22rem;
            height: 6.4rem;
            position: static;
            margin: 1rem auto 0 auto;
            display: block; } }
    .header-logo-hall {
      width: 35.6rem;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-top: auto;
      margin-left: 10rem; }
      @media only screen and (max-width: 767px) {
        .header-logo-hall {
          width: 24rem;
          margin: 0 auto; } }
    .header-logo-mes {
      width: 100%;
      height: 27.7rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      color: #ffe200;
      font-size: 1.4rem;
      background: url("../img/top/bg_silhouette.png") no-repeat 50% 50%;
      background-size: auto 27.7rem;
      padding-top: 5rem;
      margin-top: -15rem; }
      @media only screen and (max-width: 767px) {
        .header-logo-mes {
          height: 18rem;
          background-size: auto 18rem;
          margin-top: -10rem;
          font-size: 1.2rem; } }
  .header-message {
    width: 100%;
    background: #ffe200;
    padding: 2rem 0;
    line-height: 1.3;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .header-message {
        padding: 1.5rem 0; } }
    .header-message strong {
      color: #de567f; }
    .header-message-ttl {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .header-message-ttl {
          font-size: 1.2rem;
          padding-bottom: .8rem; } }
    .header-message-txt {
      font-size: 3.2rem; }
      @media only screen and (max-width: 767px) {
        .header-message-txt {
          font-size: 2rem; } }
      .header-message-txt br {
        display: none; }
        @media only screen and (max-width: 767px) {
          .header-message-txt br {
            display: block; } }
  @media only screen and (max-width: 767px) {
    .header-menu {
      width: 4rem;
      height: 4rem;
      margin: auto 0;
      position: fixed;
      z-index: 9999;
      background: #00417c;
      border-radius: .5rem 0 0 .5rem;
      right: 0;
      top: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .header-menu.on span {
        transform: rotate(45deg);
        margin-top: -.15rem;
        top: 50%;
        position: absolute; }
        .header-menu.on span:nth-of-type(1) {
          left: 50%;
          margin-left: -1rem; }
        .header-menu.on span:nth-of-type(2) {
          transform: rotate(-45deg);
          right: 50%;
          margin-right: -1rem; }
      .header-menu span {
        width: 2rem;
        height: 1px;
        background: #fff;
        display: block;
        margin: .4rem auto; } }
  .header-nav {
    width: 100%;
    padding: 2.8rem 0 2.5rem;
    border-bottom: 0.8rem solid #ffe200;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .header-nav {
        width: 18rem;
        position: fixed;
        right: -18rem;
        top: 0;
        transition: all .5s;
        z-index: 9999;
        background: #fff;
        border-radius: 0 0 0 1.5rem;
        border: none;
        padding: 1rem 0;
        max-height: 100vh;
        overflow: auto; }
        .header-nav.active {
          right: 0; } }
    .header-nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: visible; }
      @media only screen and (max-width: 767px) {
        .header-nav ul {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          height: 100%; } }
      .header-nav ul li {
        overflow: visible;
        font-size: 1.8rem;
        margin: 0 3rem; }
        @media only screen and (max-width: 767px) {
          .header-nav ul li {
            font-size: 1.6rem;
            width: 100%;
            margin: 0; } }
        .header-nav ul li a {
          font-family: "Copperplate";
          display: flex;
          height: 5rem;
          align-items: center;
          justify-content: center;
          line-height: 1.2; }
          .header-nav ul li a:hover {
            color: #00417c; }
        .header-nav ul li.archive {
          position: relative; }
          @media only screen and (max-width: 767px) {
            .header-nav ul li.archive {
              width: 100%; } }
          .header-nav ul li.archive div {
            padding: 1.2rem;
            line-height: 1.2;
            display: flex;
            flex-direction: column;
            font-family: "Copperplate";
            text-align: center;
            border-radius: .3rem; }
            @media only screen and (max-width: 767px) {
              .header-nav ul li.archive div {
                width: 100%;
                border-radius: 0; } }
            @media only screen and (max-width: 767px) {
              .header-nav ul li.archive div {
                align-items: center; } }
            .header-nav ul li.archive div span {
              font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif;
              font-size: 1rem;
              font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .header-nav ul li.archive.active div {
              border-radius: 0; } }
          .header-nav ul li.archive.active ul {
            padding: 1rem 1.5rem;
            max-height: 9999rem;
            border-radius: .3rem; }
            @media only screen and (max-width: 767px) {
              .header-nav ul li.archive.active ul {
                border-radius: 1rem; } }
          .header-nav ul li.archive ul {
            width: 100%;
            background: rgba(255, 226, 0, 0.9);
            max-height: 0;
            overflow: hidden;
            transition: all .5s;
            position: absolute;
            left: 0;
            flex-direction: column;
            height: auto;
            z-index: 5; }
            @media only screen and (max-width: 767px) {
              .header-nav ul li.archive ul {
                position: static;
                width: 90%;
                margin: 0 auto;
                padding: 0 1.5rem; } }
            .header-nav ul li.archive ul li {
              margin: 0; }
              .header-nav ul li.archive ul li a {
                display: flex;
                justify-content: flex-start;
                padding: 1rem;
                font-weight: 700;
                font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif;
                font-size: 1.4rem;
                height: auto; }
                @media only screen and (max-width: 767px) {
                  .header-nav ul li.archive ul li a {
                    font-size: 1.2rem; } }
                .header-nav ul li.archive ul li a:hover {
                  color: #1a68ad; }
                .header-nav ul li.archive ul li a i {
                  background: url("../img/common/arrow.svg") no-repeat;
                  background-size: 100% 100%;
                  width: 1.5rem;
                  height: 1.5rem;
                  margin-right: .5rem;
                  flex-shrink: 0; }
                  @media only screen and (max-width: 767px) {
                    .header-nav ul li.archive ul li a i {
                      width: 1rem;
                      height: 1rem; } }
  .header-sns {
    width: 7.5rem;
    background: #006185;
    border-radius: 1rem 0 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3rem 0 1.5rem 0;
    z-index: 999; }
    @media only screen and (max-width: 767px) {
      .header-sns {
        width: 100%;
        bottom: 0;
        top: auto;
        transform: none;
        padding: 0;
        border-radius: 0;
        flex-direction: row;
        align-items: center; } }
    .header-sns p {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #fff;
      font-weight: 700;
      flex-shrink: 0;
      font-size: 1.2rem;
      letter-spacing: .3rem;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .header-sns p {
          -ms-writing-mode: unset;
          writing-mode: unset;
          font-size: 1rem;
          width: 30%;
          padding: 0 .8rem;
          letter-spacing: 0;
          text-align: center; } }
    .header-sns ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .header-sns ul {
          width: 100%;
          flex-direction: row;
          justify-content: space-around; } }
      .header-sns ul li {
        margin-top: .5rem; }
        @media only screen and (max-width: 767px) {
          .header-sns ul li {
            margin: 0; } }
        .header-sns ul li a {
          display: block; }
          .header-sns ul li a:hover {
            opacity: 0.7; }
          @media only screen and (max-width: 767px) {
            .header-sns ul li a {
              padding: .8rem; } }
        .header-sns ul li img {
          width: 4rem; }

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .container {
      overflow: hidden; } }

.section-news {
  padding: 10rem 4% 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .section-news {
      padding-top: 4rem;
      padding-bottom: 8rem; } }
  .section-news-header {
    text-align: center;
    margin-bottom: -2.6rem; }
    @media only screen and (max-width: 767px) {
      .section-news-header {
        margin-bottom: -2rem; } }
    .section-news-header-ttl {
      font-size: 7.2rem;
      line-height: 1;
      color: #1a68ad;
      font-family: "Copperplate";
      font-weight: 400;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-news-header-ttl {
          font-size: 4rem; } }
  .section-news-inner {
    max-width: 73rem;
    width: 100%;
    background: #fff;
    border-radius: .5rem;
    margin: 0 auto;
    padding: 2rem 4rem; }
    @media only screen and (max-width: 767px) {
      .section-news-inner {
        padding: 2rem 1rem 1rem; } }
    .section-news-inner .article-news {
      position: relative;
      border-bottom: 1px solid #eee; }
      .section-news-inner .article-news:nth-last-of-type(1) {
        border: none; }
      .section-news-inner .article-news > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-news-inner .article-news-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding: 2.5rem 1.5rem;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .section-news-inner .article-news-header {
            flex-wrap: wrap;
            font-size: 1.4rem;
            padding: 1.5rem 4rem 1.5rem 1.5rem; } }
        .section-news-inner .article-news-header-time {
          flex-shrink: 0;
          padding-right: 3.5rem;
          color: #1a68ad;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .section-news-inner .article-news-header-time {
              font-size: 1.3rem;
              padding: 0; } }
        .section-news-inner .article-news-header-ttl {
          width: 100%; }
        .section-news-inner .article-news-header:after {
          content: "";
          background: url("../img/common/more.svg") no-repeat 50% 50%;
          background-size: 1.8rem auto;
          width: 1.8rem;
          height: 1.8rem;
          position: absolute;
          right: .5rem;
          top: 50%;
          margin-top: -.9rem; }
          @media only screen and (max-width: 767px) {
            .section-news-inner .article-news-header:after {
              right: 1rem; } }
      .section-news-inner .article-news-inner {
        max-height: 0;
        overflow: hidden;
        transition: all .5s;
        padding: 0 1.5rem; }
      .section-news-inner .article-news.active .article-news-inner {
        max-height: 999rem;
        padding: 0 1.5rem 2rem; }
      .section-news-inner .article-news.active .article-news-header:after {
        transform: scale(-1); }
.section-map {
  padding: 10rem 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .section-map {
      padding: 4rem 1.5rem; } }
  .section-map-header {
    text-align: center;
    margin-bottom: 2rem; }
    .section-map-header-ttl {
      font-size: 7.2rem;
      line-height: 1;
      color: #1a68ad;
      font-family: "Copperplate";
      font-weight: 700;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-map-header-ttl {
          font-size: 4rem; } }
  .section-map-inner {
    max-width: 85rem;
    width: 100%;
    position: relative; }
    .section-map-inner:before {
      content: "";
      width: 11.1rem;
      height: 9.3rem;
      background: url("../img/top/flag.png") no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 1.5rem;
      top: -8.5rem; }
      @media only screen and (max-width: 767px) {
        .section-map-inner:before {
          width: 6rem;
          height: 5rem;
          left: 0;
          top: -4.5rem; } }
.section-about {
  padding: 0 0 14rem 0;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-about {
      padding: 0 0 8rem; } }
  .section-about-header {
    top: -5rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-about-header {
        top: -2rem; } }
    .section-about-header-ttl {
      font-size: 10rem;
      line-height: 1;
      color: #1a68ad;
      font-family: "Copperplate";
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-about-header-ttl {
          font-size: 4rem; } }
  .section-about-info {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-about-info {
        padding-bottom: 1.5rem; } }
    .section-about-info dl {
      display: flex;
      justify-content: center;
      margin: 0 auto 2rem;
      overflow: visible;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .section-about-info dl {
          flex-direction: column; } }
      .section-about-info dl div {
        width: 38rem;
        background: #ffe200;
        border-radius: .3rem;
        margin: 0 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-about-info dl div {
            width: 90%;
            font-size: 1.4rem;
            flex-direction: column;
            margin: 0 auto 2rem; } }
        .section-about-info dl div dt {
          font-size: 1.8rem;
          line-height: 1;
          color: #1a68ad;
          text-align: center;
          margin-top: -.5em; }
          @media only screen and (max-width: 767px) {
            .section-about-info dl div dt {
              font-size: 1.5rem; } }
        .section-about-info dl div dd {
          font-size: 1.8rem;
          text-align: center;
          padding: 2.5rem 1rem 2rem; }
          @media only screen and (max-width: 767px) {
            .section-about-info dl div dd {
              font-size: 1.5rem;
              padding: 2rem .5rem 1.5rem; } }
    .section-about-info-free {
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #da3216;
      font-size: 2.4rem;
      line-height: 1.1;
      color: #fff;
      position: absolute;
      left: 2rem;
      top: -7.5rem; }
      @media only screen and (max-width: 767px) {
        .section-about-info-free {
          width: 6rem;
          height: 6rem;
          font-weight: 700;
          font-size: 1.7rem;
          top: -4rem; } }
  .section-about-fig {
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-about-fig {
        max-width: 100%;
        padding-bottom: 5rem; } }
    .section-about-fig-item {
      width: 47rem;
      border-radius: 1.5rem;
      overflow: hidden;
      margin: 0 .8rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-about-fig-item {
          border-radius: 1rem;
          width: 24rem; } }
      .section-about-fig-item p {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 1.5rem 0 0 0;
        padding: .5rem 1.5rem;
        font-size: 1.6rem;
        color: #1a68ad;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-about-fig-item p {
            font-size: 1.4rem; } }
        .section-about-fig-item p span {
          font-size: 1.2rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-about-fig-item p span {
              font-size: 1rem;
              margin-right: .5rem; } }
  .section-about-catch {
    max-width: 53.5rem;
    margin: 0 auto 5rem; }
    @media only screen and (max-width: 767px) {
      .section-about-catch {
        padding: 0 1.5rem;
        margin-bottom: 1.5rem; } }
  .section-about-txt {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-about-txt {
        flex-direction: column; } }
    .section-about-txt-ttl {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      margin-right: 5rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .section-about-txt-ttl {
          margin-right: 0;
          margin-bottom: 1.5rem; } }
      .section-about-txt-ttl span {
        font-size: 2.4rem;
        color: #fff;
        background: #de567f;
        padding: .2rem 1rem;
        margin: .8rem;
        text-align: center; }
        .section-about-txt-ttl span:nth-of-type(1) {
          position: relative; }
          .section-about-txt-ttl span:nth-of-type(1):after {
            content: "";
            background: url("../img/top/fig_cat.png") no-repeat;
            background-size: 3.9rem auto;
            width: 3.9rem;
            height: 6rem;
            position: absolute;
            right: -3.9rem;
            bottom: 0; }
            @media only screen and (max-width: 767px) {
              .section-about-txt-ttl span:nth-of-type(1):after {
                display: none; } }
        @media only screen and (max-width: 767px) {
          .section-about-txt-ttl span {
            font-size: 1.6rem;
            margin: .3rem; } }
    .section-about-txt-inner {
      width: 100%;
      max-width: 55rem; }
      @media only screen and (max-width: 767px) {
        .section-about-txt-inner {
          padding: 0 1rem; } }
      .section-about-txt-inner p {
        font-size: 1.6rem;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .section-about-txt-inner p {
            font-size: 1.3rem; }
            .section-about-txt-inner p br {
              display: none; } }
        .section-about-txt-inner p.writer {
          font-size: 1.4rem;
          text-align: right;
          font-weight: 700;
          padding-top: 1em; }
          @media only screen and (max-width: 767px) {
            .section-about-txt-inner p.writer {
              font-size: 1.2rem; } }
        .section-about-txt-inner p strong {
          font-size: 2rem;
          display: block;
          padding-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-about-txt-inner p strong {
              font-size: 1.4rem;
              padding-bottom: .5rem; } }
.section-event {
  padding: 0 4% 6rem;
  background: #ffe200;
  position: relative;
  z-index: 1; }
  .section-event:before, .section-event:after {
    content: "";
    width: 1.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../img/top/bg_logo.png") repeat-y;
    background-size: 1.5rem auto;
    z-index: -1; }
  .section-event:before {
    right: 1rem; }
    @media only screen and (max-width: 767px) {
      .section-event:before {
        right: .3rem; } }
  .section-event:after {
    transform: scaleX(-1);
    left: 1rem; }
    @media only screen and (max-width: 767px) {
      .section-event:after {
        left: .3rem; } }
  @media only screen and (max-width: 767px) {
    .section-event {
      padding: 0 1.5rem 1rem; } }
  .section-event-header {
    text-align: center;
    position: relative;
    top: -5rem; }
    @media only screen and (max-width: 767px) {
      .section-event-header {
        top: -2rem; } }
    .section-event-header-ttl {
      font-size: 10rem;
      line-height: 1;
      color: #1a68ad;
      font-family: "Copperplate";
      font-weight: 400;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-event-header-ttl {
          font-size: 4rem; } }
  .section-event-inner {
    padding-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-event-inner {
        padding: 0 2rem 2rem;
        flex-direction: column; } }
    .section-event-inner-txt p {
      font-size: 1.5rem;
      line-height: 2;
      font-weight: 700;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .section-event-inner-txt p {
          font-size: 1.2rem; } }
    .section-event-inner-fig {
      max-width: 18rem;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
      margin-right: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-event-inner-fig {
          width: 12rem;
          margin-right: 0;
          margin-bottom: 1.5rem; } }
      .section-event-inner-fig img {
        border-radius: 50%;
        overflow: hidden; }
      .section-event-inner-fig figcaption {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        padding: .3rem 1.5rem;
        background: #de567f;
        color: #fff;
        font-weight: 700;
        margin: -2rem auto 0;
        border-radius: 5rem; }
        @media only screen and (max-width: 767px) {
          .section-event-inner-fig figcaption {
            font-size: 1.2rem;
            line-height: 1.1;
            display: flex;
            flex-direction: column;
            align-items: center; } }
        .section-event-inner-fig figcaption span {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-event-inner-fig figcaption span {
              font-size: 1rem; } }
.section-show {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .section-show {
      padding: 0 2rem; } }
  .section-show-ttl {
    width: 9.6rem;
    height: 15rem;
    text-align: center;
    background: url("../img/top/bg_day.png") no-repeat;
    background-size: 9.6rem auto;
    flex-shrink: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 6.5rem;
    margin-bottom: -3rem;
    font-size: 1.6rem;
    position: relative;
    z-index: 2; }
    .section-show-ttl b {
      font-size: 3.2rem;
      line-height: 1;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-show-ttl b {
          font-size: 2.4rem; } }
    @media only screen and (max-width: 767px) {
      .section-show-ttl {
        width: 8rem;
        height: 12rem;
        background-size: 8rem auto;
        font-size: 1.2rem;
        padding-top: 5.5rem;
        margin: 0 auto -2rem; } }
  .section-show-inner {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-show-inner {
        padding: 2rem 0 0;
        margin-bottom: 2rem; } }
    .section-show-inner .article-show {
      max-width: 86rem;
      position: relative;
      background: #fff;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin: 0 auto 2rem; }
      @media only screen and (max-width: 767px) {
        .section-show-inner .article-show {
          width: 100%;
          flex-direction: column;
          margin-bottom: 1.5rem; } }
      .section-show-inner .article-show-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.5rem 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-wrap {
            flex-direction: column;
            padding-bottom: 1rem; } }
      .section-show-inner .article-show-time {
        width: 13rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        color: #de567f;
        font-size: 2.4rem;
        text-align: center;
        background: #f0efe1; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-time {
            font-size: 1.8rem;
            width: 100%;
            padding: 1rem 0; } }
      .section-show-inner .article-show-fig {
        width: 22.5rem;
        flex-shrink: 0;
        margin-right: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-fig {
            width: 18rem;
            margin: 0 auto 2rem; } }
      .section-show-inner .article-show-inner {
        width: 100%;
        padding: 1rem 1.5rem 1rem 0; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-inner {
            padding: 0; } }
        .section-show-inner .article-show-inner > p {
          font-size: 1.4rem;
          padding-bottom: 1em; }
          .section-show-inner .article-show-inner > p small {
            font-size: 1rem; }
            @media only screen and (max-width: 767px) {
              .section-show-inner .article-show-inner > p small {
                display: inline-block; } }
          @media only screen and (max-width: 767px) {
            .section-show-inner .article-show-inner > p {
              font-size: 1.3rem; } }
      .section-show-inner .article-show-header {
        border-bottom: 1px solid #eee;
        padding-bottom: 1.2rem;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-header {
            text-align: center; } }
        .section-show-inner .article-show-header p {
          font-size: 1.2rem;
          font-weight: 700;
          color: #1a68ad; }
      .section-show-inner .article-show-ttl {
        font-size: 2.4rem;
        line-height: 1.3; }
        @media only screen and (max-width: 767px) {
          .section-show-inner .article-show-ttl {
            font-size: 1.7rem; } }
.section-exhibt {
  padding: 12rem 4% 10rem;
  position: relative;
  z-index: 1;
  background: rgba(240, 239, 225, 0.5); }
  @media only screen and (max-width: 767px) {
    .section-exhibt {
      padding: 4rem 1.5rem; } }
  .section-exhibt-header {
    text-align: center;
    position: relative;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-exhibt-header {
        padding-bottom: 2.5rem; } }
    .section-exhibt-header-ttl {
      font-size: 7.2rem;
      line-height: 1;
      color: #1a68ad;
      font-family: "Copperplate";
      font-weight: 700;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-exhibt-header-ttl {
          font-size: 4rem; } }
  .section-exhibt-inner {
    max-width: 100rem;
    margin: 0 auto; }
    .section-exhibt-inner ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 auto; }
      .section-exhibt-inner ul li {
        width: calc(100% / 7);
        padding: 0 .5rem 3rem;
        text-align: center;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.3; }
        @media only screen and (max-width: 767px) {
          .section-exhibt-inner ul li {
            width: 50%;
            font-size: 1rem;
            padding-bottom: 2rem; } }
        .section-exhibt-inner ul li img {
          width: 100%;
          margin-bottom: 1rem;
          border: 1px solid #eee; }
        @media only screen and (min-width: 1025px) {
          .section-exhibt-inner ul li a:hover {
            opacity: 0.8; } }
.section-next {
  background: #fff;
  padding: 2rem 0 0;
  position: relative;
  z-index: 1; }
  .section-next-wrap {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-next-wrap {
        padding: 0 0 2rem;
        flex-direction: column; } }
  .section-next-ttl {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-next-ttl {
        font-size: 1.7rem; } }
  .section-next-mes {
    width: 29.8rem;
    height: 39.2rem;
    flex-shrink: 0;
    background: url("../img/top/bg_mes.png") no-repeat;
    background-size: 100% auto;
    flex-shrink: 0;
    margin-top: auto;
    margin-right: 5rem;
    padding-top: 7.5rem; }
    @media only screen and (max-width: 767px) {
      .section-next-mes {
        width: 24rem;
        height: 34rem;
        margin: 0 auto;
        padding-top: 6rem; } }
    .section-next-mes p {
      font-size: 1.6rem;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 1rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-next-mes p {
          font-size: 1.3rem; } }
      .section-next-mes p strong {
        color: #da3216;
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .section-next-mes p strong {
            font-size: 1.8rem; } }
        .section-next-mes p strong b {
          font-size: 3.2rem; }
          @media only screen and (max-width: 767px) {
            .section-next-mes p strong b {
              font-size: 2.7rem; } }
  .section-next-inner {
    width: 100%;
    max-width: 38.5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-next-inner {
        padding: 0 1.5rem; } }
    .section-next-inner-ttl {
      max-width: 19.2rem;
      margin: 0 auto 1.5rem; }
    .section-next-inner-mes {
      background: #da3216;
      color: #fff;
      font-size: 2.4rem;
      padding: .5rem 1.5rem;
      margin-bottom: 1rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-next-inner-mes {
          font-size: 1.8rem; } }
    .section-next-inner dl {
      width: 100%;
      border-top: 1px solid #eee; }
      .section-next-inner dl div {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 1.5rem 0;
        font-size: 1.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-next-inner dl div {
            font-size: 1.3rem; } }
        .section-next-inner dl div dt {
          color: #1a68ad;
          flex-shrink: 0;
          width: 10rem;
          text-align: center; }
        .section-next-inner dl div dd {
          width: 100%;
          text-align: left; }
          .section-next-inner dl div dd span {
            font-size: 1.4rem; }
            @media only screen and (max-width: 767px) {
              .section-next-inner dl div dd span {
                font-size: 1.2rem; } }
.section-access {
  padding: 8rem 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-access {
      padding: 4rem 1.5rem;
      flex-direction: column; } }
  .section-access-header {
    text-align: center;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-access-header {
        padding-bottom: 2rem; } }
    .section-access-header-ttl {
      font-size: 7.2rem;
      color: #1a68ad;
      font-family: "Copperplate";
      font-weight: 700;
      padding-bottom: 2rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-access-header-ttl {
          font-size: 4rem;
          padding-bottom: 1rem; } }
    .section-access-header p {
      font-size: 1.6rem;
      text-align: center;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-access-header p {
          font-size: 1.4rem;
          padding-bottom: 1.5rem; } }
    .section-access-header-btn a {
      width: 18rem;
      height: 4rem;
      border-radius: 5rem;
      background: #fff;
      border: 0.2rem solid #1a68ad;
      color: #1a68ad;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-access-header-btn a {
          height: 3.6rem; } }
      @media only screen and (min-width: 1025px) {
        .section-access-header-btn a:hover {
          background: #1a68ad;
          color: #fff; } }
  .section-access-inner {
    max-width: 65rem;
    padding-left: 4%; }
    @media only screen and (max-width: 767px) {
      .section-access-inner {
        padding: 0; } }
    .section-access-inner iframe {
      max-width: 100%;
      height: 34rem;
      border-radius: 1rem;
      overflow: hidden; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  clear: both;
  position: relative;
  background: #003941; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-bottom: 5.6rem; } }
  .footer-btn {
    padding: 6.6rem 0; }
    @media only screen and (max-width: 767px) {
      .footer-btn {
        padding: 3rem 0; } }
    .footer-btn a {
      max-width: 30rem;
      height: 6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffe200;
      font-size: 2rem;
      letter-spacing: .2rem;
      margin: 0 auto;
      border-radius: 5rem;
      font-family: "Copperplate"; }
      @media only screen and (max-width: 767px) {
        .footer-btn a {
          width: 24rem;
          height: 5rem;
          font-size: 1.8rem; } }
      @media only screen and (min-width: 1025px) {
        .footer-btn a:hover {
          background: #fff; } }
  .footer-copy {
    font-size: 1rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #012E35; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem; } }
