@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  information - お知らせ
============================================================================*/
.information {
  /* -------------------------------
    kv
  ------------------------------- */
  /* ==================================================
    top - お知らせ一覧
  ================================================== */
  /* ==================================================
    page - 個別記事
  ================================================== */
}
.information .kv-lower {
  background-image: url(../img/information/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .information .kv-lower {
    background-image: url(../img/information/kv-bg_sp.png);
  }
}
.information.top {
  /* -------------------------------
    information_list
  ------------------------------- */
  /* -------------------------------
    pagenation
  ------------------------------- */
}
.information.top .information_list__inner {
  padding: 0 100px;
}
@media screen and (max-width: 1099px) {
  .information.top .information_list__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .information.top .information_list__inner {
    padding: 0 15px;
  }
}
.information.top .information_list__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 599px) {
  .information.top .information_list__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information.top .information_list__news:first-of-type {
  border-top: 1px solid #ccc;
}
.information.top .information_list__news__data {
  width: 160px;
}
@media screen and (max-width: 799px) {
  .information.top .information_list__news__data {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .information.top .information_list__news__data {
    width: 100%;
  }
}
.information.top .information_list__news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.information.top .information_list__news:hover {
  opacity: 0.7;
}
.information.top .information_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  border-radius: 17px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .information.top .information_list__link {
    font-size: 1.4rem;
  }
}
.information.top .information_list__link::after {
  display: block;
  content: ">";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (max-width: 599px) {
  .information.top .information_list__link::after {
    font-size: 1.5rem;
  }
}
.information.top .information_list__link:hover {
  -webkit-filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
}
.information.top .information_list__link:hover::after {
  right: 0.4em;
}
.information.top .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .information.top .pagenation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information.top .pagenation .first__link,
.information.top .pagenation .prev__link,
.information.top .pagenation .next__link,
.information.top .pagenation .last__link {
  pointer-events: auto;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
}
.information.top .pagenation .first__link span,
.information.top .pagenation .prev__link span,
.information.top .pagenation .next__link span,
.information.top .pagenation .last__link span {
  display: inline-block;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  position: relative;
}
.information.top .pagenation .first__link {
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (min-width: 600px) {
  .information.top .pagenation .first__link:hover {
    left: -0.5em;
  }
}
.information.top .pagenation .prev__link span {
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (min-width: 600px) {
  .information.top .pagenation .prev__link:hover span {
    left: -0.5em;
  }
}
.information.top .pagenation .last__link {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (min-width: 600px) {
  .information.top .pagenation .last__link:hover {
    right: -0.5em;
  }
}
.information.top .pagenation .next__link span {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (min-width: 600px) {
  .information.top .pagenation .next__link:hover span {
    right: -0.5em;
  }
}
.information.top .pagenation .prev__link,
.information.top .pagenation .next__link {
  margin: 0 3em;
}
@media screen and (max-width: 599px) {
  .information.top .pagenation .prev__link,
.information.top .pagenation .next__link {
    margin: 0 1em;
  }
}
.information.top .pagenation .invalid {
  pointer-events: none;
  color: #b3b3b3;
}
@media screen and (max-width: 599px) {
  .information.top .pagenation .pagenation__page {
    margin: 0.5em 0;
  }
}
.information.top .pagenation .pagenation__page__link {
  margin-right: 1.5em;
  padding: 0 0.25em;
  color: #b3b3b3;
  position: relative;
}
.information.top .pagenation .pagenation__page__link::after {
  display: block;
  content: "";
  width: 110%;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.information.top .pagenation .pagenation__page__link:last-of-type {
  margin-right: 0;
}
.information.top .pagenation .pagenation__page__link.active {
  color: #333;
}
.information.top .pagenation .pagenation__page__link.active::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (min-width: 600px) {
  .information.top .pagenation .pagenation__page__link:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.information.page {
  /* -------------------------------
    content
  ------------------------------- */
  /* -------------------------------
    pagenation
  ------------------------------- */
}
.information.page .content__inner {
  padding: 0 35px;
}
@media screen and (max-width: 599px) {
  .information.page .content__inner {
    padding: 0 10px;
  }
}
.information.page .content__news {
  padding: 30px 60px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1099px) {
  .information.page .content__news {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 599px) {
  .information.page .content__news {
    padding: 15px;
  }
}
.information.page .content__news__title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.83;
}
@media screen and (max-width: 599px) {
  .information.page .content__news__title {
    font-size: 2rem;
  }
}
.information.page .content__news__date {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .information.page .content__news__date {
    font-size: 1.6rem;
  }
}
.information.page .content__news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .information.page .content__news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information.page .content__news__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 599px) {
  .information.page .content__news__textarea {
    width: 100%;
  }
}
.information.page .content__news__textarea .content__news__title {
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 599px) {
  .information.page .content__news__textarea .content__news__title {
    font-size: 1.6rem;
  }
}
.information.page .content__news__textarea .content__news__title::before, .information.page .content__news__textarea .content__news__title::after {
  display: block;
  content: "";
  width: 8px;
  height: 50%;
  position: absolute;
  left: 0;
}
.information.page .content__news__textarea .content__news__title::before {
  top: 0;
  background-color: #00aeeb;
}
.information.page .content__news__textarea .content__news__title::after {
  bottom: 0;
  background-color: #ec6c00;
}
.information.page .content__news__textarea .content__news__text {
  font-weight: 300;
  margin-bottom: 1em;
}
.information.page .content__news__textarea .content__news__text:last-of-type {
  margin-bottom: 0;
}
.information.page .content__news__textarea .content__news__link {
  padding-bottom: 0.1em;
  font-weight: 300;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.information.page .content__news__textarea .content__news__link::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .information.page .content__news__textarea .content__news__link:hover {
    opacity: 0.7;
  }
}
.information.page .content__news__imgarea {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 1023px) {
  .information.page .content__news__imgarea {
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .information.page .content__news__imgarea {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.information.page .content__news__imgarea .content__news__img {
  margin-bottom: 1em;
}
.information.page .content__news__imgarea .content__news__img:last-of-type {
  margin-bottom: 0;
}
.information.page .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .information.page .pagenation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information.page .pagenation__link {
  font-size: 1.4rem;
  font-weight: 300;
}
.information.page .pagenation__link span {
  display: inline-block;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  position: relative;
}
.information.page .pagenation__link--prev span {
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (min-width: 600px) {
  .information.page .pagenation__link--prev:hover span {
    left: -0.5em;
  }
}
.information.page .pagenation__link--next span {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (min-width: 600px) {
  .information.page .pagenation__link--next:hover span {
    right: -0.5em;
  }
}
.information.page .pagenation .information__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  height: 35px;
  margin: 0 50px;
  border: 1px solid #ccc;
  border-radius: 17px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .information.page .pagenation .information__link {
    margin: 20px 0;
    font-size: 1.4rem;
  }
}
.information.page .pagenation .information__link::after {
  display: block;
  content: ">";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (max-width: 599px) {
  .information.page .pagenation .information__link::after {
    font-size: 1.5rem;
  }
}
.information.page .pagenation .information__link:hover {
  -webkit-filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
}
.information.page .pagenation .information__link:hover::after {
  right: 0.4em;
}