@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.ease-linear {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}

html, body {
  width: 100%;
  background-color: #fff;
  /*-webkit-font-smoothing: antialiased;*/
  font-smoothing: antialiased;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
html.jsoff, body.jsoff {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 0px;
    overflow-x: hidden;
  }
}

/*Macのバウンド動作削除*/
h1, h2, h3, h4, h5, ul, p {
  margin: 0px;
  padding: 0px;
}

h2, h3 {
  font-family: "秀英丸ゴシック B";
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
a:link, a:visited, a:hover, a:active {
  color: #000;
}
a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

section > .wrap {
  width: 100%;
  max-width: 980px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section > .wrap {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section > .wrap > h2 {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section > .wrap > h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
section > .wrap > p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section > .wrap > p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  section > .wrap > p br {
    display: none;
  }
}

#mihon {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}

#debug {
  width: 150px;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  font-size: 12px;
  background-color: #fff;
  text-align: right;
}

.jsoff #wrapper {
  opacity: 1;
}

#wrapper {
  opacity: 0;
  overflow: hidden;
}

.col-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.para {
  opacity: 0;
  -webkit-transition: all 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.para-zoomin {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.para-zoomout {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.para-zoominback {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */
}

.para-zoomoutback {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */
}

.para-slideup {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.para-slideupback {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */
}

.para-slidedown {
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.para-slideleft {
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

.para-slideleft-half {
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
}

.para-slideright {
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.para-slideright-half {
  -webkit-transform: translate(-15px, 0);
      -ms-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}

.para-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) scale(1) !important;
      -ms-transform: translate(0, 0) scale(1) !important;
          transform: translate(0, 0) scale(1) !important;
}

.android .para {
  opacity: 1;
}
.android .para-zoomin {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.android .para-zoomout {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.android .para-zoomback {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.android .para-slideup {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.android .para-slidedown {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.android .para-slideleft {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.android .para-slideright {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.vt-text {
  position: absolute;
  right: 40px;
  top: 110px;
  z-index: 0;
}
@media screen and (max-width: 1099px) {
  .vt-text {
    right: 16px;
  }
}
.vt-text img {
  width: 7px;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel .imgs-wrap {
  width: 100%;
  height: 796px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.carousel .imgs-wrap .leftbtn {
  display: none;
}
.carousel .imgs-wrap .rightbtn {
  display: none;
}
.carousel .imgs-wrap .imgs {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.carousel .imgs-wrap .imgs:after {
  content: "";
  display: table;
  clear: both;
}
.carousel .imgs-wrap .imgs .img {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
}
.carousel .imgs-wrap .imgs .img img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.carousel .menu {
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .carousel .menu {
    bottom: 12px;
  }
}
.carousel .menu .icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  margin-left: 8px;
  border: 0px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .carousel .menu .icon {
    width: 4px;
    height: 4px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.carousel .menu .icon:last-child {
  margin-right: 0;
}
.carousel .menu .icon.active, .carousel .menu .icon:hover {
  border: 0px;
  background-color: #ff545d;
}
.carousel .menu .icon img {
  display: none;
}

.program-tiles:after {
  content: "";
  display: table;
  clear: both;
}
.program-tiles .program-tile-wrap {
  width: 30%;
  padding-top: 42%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 49px;
  background-color: #fff;
  float: left;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap {
    width: 47%;
    padding-top: 68%;
    margin-right: 6%;
    margin-bottom: 25px;
  }
}
.program-tiles .program-tile-wrap:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(3n) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile-wrap:nth-child(2n) {
    margin-right: 0;
  }
}
.program-tiles .program-tile {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
}
.program-tiles .program-tile .img-wrap {
  width: 100%;
  padding-top: 60%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.program-tiles .program-tile .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.program-tiles .program-tile .logo-wrap {
  width: 100%;
  padding-top: 46%;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile .logo-wrap {
    padding-top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile .logo-wrap {
    padding-top: 45%;
  }
}
.program-tiles .program-tile .logo-wrap .logo {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile .logo-wrap .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile .logo-wrap .logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.program-tiles .program-tile .logo-wrap .logo img {
  max-width: 75%;
  max-height: 80%;
  height: auto;
  margin-top: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.program-tiles .program-tile .text {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1099px) {
  .program-tiles .program-tile .text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .program-tiles .program-tile .text {
    padding-left: 35px;
    padding-right: 30px;
    font-size: 4.3vw;
  }
}

@media screen and (max-width: 767px) {
  .newsevent-tiles.type2 .newsevent-tile {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid #c7c8c8;
  }
  .newsevent-tiles.type2 .newsevent-tile:last-child {
    border-bottom: 1px solid #c7c8c8;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time {
    padding-bottom: 12px;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time:after {
    content: "";
    display: table;
    clear: both;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time .tag {
    display: inline-block;
    width: auto;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time .tag p {
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time .time {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    float: none;
  }
  .newsevent-tiles.type2 .newsevent-tile .tag-time .time time {
    font-size: 16px;
    line-height: 1.5;
  }
  .newsevent-tiles.type2 .newsevent-tile .img-wrap {
    width: 48%;
    padding-top: 30%;
    margin-bottom: 0;
    float: left;
    clear: both;
  }
  .newsevent-tiles.type2 .newsevent-tile .text {
    width: 100%;
    padding-left: 48%;
    margin-left: -48%;
    box-sizing: border-box;
    margin-top: -3px;
    float: left;
  }
  .newsevent-tiles.type2 .newsevent-tile .text p {
    padding-left: 20px;
    font-size: 18px;
  }
}
.newsevent-tiles:after {
  content: "";
  display: table;
  clear: both;
}
.newsevent-tiles .newsevent-tile {
  width: 22.5%;
  margin-right: 3.2%;
  margin-bottom: 30px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 15px;
  }
}
.newsevent-tiles .newsevent-tile:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile:nth-child(4n) {
    margin-right: 6%;
  }
}
.newsevent-tiles .newsevent-tile:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile:nth-child(4n+1) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile:nth-child(2n+1) {
    clear: both;
  }
}
.newsevent-tiles .newsevent-tile .tag-time {
  padding-bottom: 6px;
}
.newsevent-tiles .newsevent-tile .tag-time:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile .tag-time {
    padding-bottom: 3px;
    position: relative;
  }
}
.newsevent-tiles .newsevent-tile .tag-time .tag {
  float: left;
  vertical-align: top;
}
.newsevent-tiles .newsevent-tile .tag-time .tag p {
  display: inline-block;
  padding: 0px 6px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.6;
  background-color: #ff615c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile .tag-time .tag p {
    padding: 0px 3px;
    font-size: 12px;
  }
}
.newsevent-tiles .newsevent-tile .tag-time .tag.news p {
  background-color: #344480;
}
.newsevent-tiles .newsevent-tile .tag-time .tag.report p {
  background-color: #6ab08a;
}
.newsevent-tiles .newsevent-tile .tag-time .time {
  float: right;
}
.newsevent-tiles .newsevent-tile .tag-time .time time {
  display: inline-block;
  color: #969696;
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile .tag-time .time time {
    font-size: 12px;
  }
}
.newsevent-tiles .newsevent-tile .img-wrap {
  width: 100%;
  padding-top: 59%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile .img-wrap {
    margin-bottom: 10px;
  }
}
.newsevent-tiles .newsevent-tile .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.newsevent-tiles .newsevent-tile .text p {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .newsevent-tiles .newsevent-tile .text p {
    font-size: 16px;
  }
}

header {
  width: 100%;
  height: 253px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 0;
    position: absolute;
  }
}
header.under, header.under-bar {
  height: 100px;
  position: fixed;
  top: 0px;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header.under, header.under-bar {
    height: auto;
    position: absolute;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  header.under-bar {
    height: 55px;
    position: absolute;
    background-color: #fff;
  }
}
header p {
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 10;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  header p {
    left: 10px;
    top: 10px;
    font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-filter: drop-shadow(0px 0px 3px #888);
            filter: drop-shadow(0px 0px 3px #888);
  }
}
header.under p, header.under-bar p {
  display: none;
}
header.under h1, header.under-bar h1 {
  left: 35px;
  top: 13px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 1099px) {
  header.under h1, header.under-bar h1 {
    left: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  header.under h1, header.under-bar h1 {
    left: 14px;
    top: 7px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
header.under h1 a svg, header.under-bar h1 a svg {
  width: 113px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  header.under h1 a svg, header.under-bar h1 a svg {
    width: 67px;
    height: 29px;
    stroke: #000;
    fill: #000;
    -webkit-filter: none;
            filter: none;
  }
}
header.under h1 a svg > g, header.under-bar h1 a svg > g {
  display: none;
}
header h1 {
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  header h1 {
    top: 32px;
  }
}
header h1 a {
  display: inline-block;
}
header h1 a svg {
  display: inline-block;
  width: 183px;
  height: 79px;
}
@media screen and (max-width: 767px) {
  header h1 a svg {
    width: 124px;
    height: 51px;
    stroke: #fff;
    fill: #fff;
    -webkit-filter: drop-shadow(0px 0px 3px #888);
            filter: drop-shadow(0px 0px 3px #888);
  }
}
@media screen and (max-width: 767px) {
  header.under .openbtn svg .openbtn-st0, header.under .openbtn svg .openbtn-st1, header.under-bar .openbtn svg .openbtn-st0, header.under-bar .openbtn svg .openbtn-st1 {
    stroke: #000;
    fill: #000;
  }
}
header .openbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .openbtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  header .openbtn svg {
    width: 49px;
    height: auto;
  }
}
header .openbtn-fix {
  display: none;
}
@media screen and (max-width: 767px) {
  header .openbtn-fix {
    display: block;
    position: fixed;
    right: 0;
    top: -100px;
    z-index: 11;
    -webkit-transition: top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    /* easeInOutQuad */
  }
  header .openbtn-fix svg {
    width: 49px;
    height: auto;
  }
  header .openbtn-fix svg .openbtn-st0, header .openbtn-fix svg .openbtn-st1 {
    stroke: #000;
    fill: #000;
  }
}
header .openbtn-fix.on {
  top: 0px;
}
header.under nav, header.under-bar nav {
  padding-top: 42px;
}
@media screen and (max-width: 1099px) {
  header.under nav, header.under-bar nav {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  header.under nav, header.under-bar nav {
    padding-top: 0;
  }
}
header nav {
  padding-top: 205px;
}
@media screen and (max-width: 767px) {
  header nav {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: fixed;
    z-index: 20;
    background-color: #ffd900;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
header nav .closebtn {
  display: none;
}
@media screen and (max-width: 767px) {
  header nav .closebtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  header nav .closebtn svg {
    width: 49px;
    height: auto;
  }
}
header nav h2 {
  display: none;
}
@media screen and (max-width: 767px) {
  header nav h2 {
    display: block;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 23px;
  }
  header nav h2 img {
    width: 49px;
    height: auto;
  }
}
header nav ul {
  text-align: center;
}
@media screen and (max-width: 767px) {
  header nav ul {
    text-align: left;
  }
}
header nav ul li {
  -webkit-transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995) !important;
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995) !important;
  /* custom */
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right: 1px solid #c9caca;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  header nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1099px) {
  header nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  header nav ul li {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    border-right: 0;
    font-size: 18px;
  }
}
header nav ul li:last-child {
  border-right: none;
}
header nav ul li:nth-child(5):after, header nav ul li:nth-child(6):after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  background-image: url(../img/common/icon_blank.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  header nav ul li:nth-child(5):after, header nav ul li:nth-child(6):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header nav ul li a {
    display: block;
    padding-top: 27px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
header nav .illust {
  display: none;
}
@media screen and (max-width: 767px) {
  header nav .illust {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
  }
  header nav .illust img {
    width: 300px;
    height: auto;
  }
}

footer {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #228073;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
footer .logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 35px;
  }
}
footer .logo a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .logo a {
    padding-right: 10px;
  }
}
footer .logo a img {
  width: 137px;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .logo a img {
    width: 85px;
  }
}
footer nav {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  footer nav {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
footer nav ul {
  list-style: none;
}
footer nav ul:after {
  content: "";
  display: table;
  clear: both;
}
footer nav ul li {
  width: 20%;
  height: 156px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 1099px) {
  footer nav ul li {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li {
    width: 140px;
    height: 110px;
    padding-top: 10px;
    box-sizing: border-box;
    border-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
footer nav ul li:first-child {
  border-left: 0px;
}
@media screen and (max-width: 767px) {
  footer nav ul li:first-child {
    width: 280px;
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer nav ul li:nth-child(2n):before {
    content: "";
    display: block;
    width: 200%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #228073;
  }
  footer nav ul li:nth-child(2n):after {
    content: "";
    display: block;
    width: 200%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #228073;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li:last-child {
    border-right: 0px;
  }
}
footer nav ul li > a, footer nav ul li > .a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer nav ul li p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
footer nav ul li p:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-image: url(../img/common/arrow3.svg);
}
@media screen and (max-width: 1099px) {
  footer nav ul li p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li p {
    font-size: 10px;
  }
}
footer nav ul li:first-child p {
  padding-left: 30px;
  text-align: left;
  line-height: 1.8;
}
footer nav ul li:first-child p:before {
  display: none;
}
@media screen and (max-width: 1099px) {
  footer nav ul li:first-child p {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li:first-child p {
    padding-top: 28px;
  }
}
footer nav ul li:first-child p span a {
  color: #fff;
}
footer nav ul li:first-child p span a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-image: url(../img/common/arrow3.svg);
}
footer nav ul li .img {
  display: inline-block;
  width: 100%;
}
footer nav ul li .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer nav ul li:first-child .img {
    width: 120%;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
}
footer .sns {
  clear: both;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  footer .sns {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .sns {
    padding-bottom: 0;
  }
}
footer .sns ul {
  list-style: none;
}
footer .sns ul li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  footer .sns ul li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
footer .sns ul li img {
  vertical-align: middle;
}
footer .sns ul li:nth-child(1) img {
  width: 13px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  footer .sns ul li:nth-child(1) img {
    width: 9px;
    height: 18px;
  }
}
footer .sns ul li:nth-child(2) img {
  width: 24px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  footer .sns ul li:nth-child(2) img {
    width: 17px;
    height: 14px;
  }
}
footer .sns ul li:nth-child(3) img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  footer .sns ul li:nth-child(3) img {
    width: 17px;
    height: 17px;
  }
}
footer p.lb {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1099px) {
  footer p.lb {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer p.lb {
    position: absolute;
    width: 200%;
    left: 50%;
    bottom: 10px;
    font-size: 13px;
    -webkit-transform: translate(-50%) scale(0.5);
        -ms-transform: translate(-50%) scale(0.5);
            transform: translate(-50%) scale(0.5);
  }
}
footer p.lb a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
}
footer p.lb a:link, footer p.lb a:visited, footer p.lb a:hover, footer p.lb a:active {
  color: #fff;
}
footer p.lb span {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}
