@charset "UTF-8";
/* CSS Document */
/* Common */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #424874; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.8rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
/* 外部リンク notice */
@media screen and (min-width: 600px) {
  .notice {
    font-size: 1.2rem;
    margin-left: 14px;
  }
}
@media screen and (max-width: 599px) {
  .notice {
    font-size: 0.9rem;
    margin-left: 10px;
  }
}
/* Common max-width: 599px */
@media screen and (max-width: 599px) {
  body {
    line-height: 2.4rem;
  }
}
/* Common Header */
.header__navigation {
  max-width: 1300px;
  margin: auto;
  display: flex;
  padding: 12px 0 5px;
}
.header__navigation-logo {
  width: 30%;
}
.header__navigation-logo h1 {
  text-align: center;
}
.header__navigation-logo h1 img {
  width: 80%;
  height: auto;
}
.header__navigation-wrapper {
  width: 70%;
  padding: 10px 20px;
}
.header__navigation-menu {
  display: block;
}
.header__navigation-menu ul {
  display: flex;
  justify-content: space-between;
}
.header__navigation-menu ul li a {
  text-decoration: none;
  color: #424874;
  font-size: 2.2rem;
}
#header__images {
  width: 100%;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
/* Common Header min-width: 1200px */
@media screen and (min-width: 1200px) {
  .header__navigation-logo h1 {
    text-align: left;
  }
  .header__navigation-wrapper {
    padding: 20px;
  }
}
/* Common Header max-width: 1024px */
@media screen and (max-width: 1024px) {
  .header__navigation-wrapper {
    padding: 5px 20px 10px 10px;
  }
  .header__navigation-logo {
    width: 18%;
    padding: 5px 20px 0;
  }
  .header__navigation-logo h1 {
    text-align: center;
  }
  .header__navigation-logo h1 img {
    width: 100%;
  }
  .header__navigation-menu ul li a {
    font-size: 1.6rem;
  }
}
/* Common Header max-width: 700px */
@media screen and (max-width: 700px) {
  .header__navigation {
    max-width: 599px;
    display: block;
    padding: 10px 0;
  }
  .header__navigation-logo {
    width: 34%;
    padding: 5px 20px 0;
  }
  .header__navigation-logo h1 {
    text-align: center;
  }
  .header__navigation-logo h1 img {
    width: 100%;
  }
  .header__button {
    display: block;
    position: absolute;
    top: 17px;
    right: 50px;
    background-color: #a6b1e1;
    cursor: pointer;
    z-index: 1000;
  }
  .header__button span, .header__button span:before, .header__button span:after {
    position: absolute;
    height: 1px;
    width: 34px;
    border-radius: 2px;
    background: #424874;
    display: block;
    content: "";
  }
  .header__button span:before {
    bottom: -10px;
  }
  .header__button span:after {
    bottom: -20px;
  }
  .header__navigation-wrapper {
    background-color: #a6b1e1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: auto;
    margin: 50px 0 0;
    z-index: 50;
  }
  .header__navigation-menu {
    display: none;
    padding: 45px 24px 40px;
    z-index: 100;
  }
  .header__navigation-menu ul {
    display: block;
  }
  .header__navigation-menu ul li {
    border-top: #424874 solid 1px;
    padding: 10px;
  }
  .header__navigation-menu ul li:last-child {
    border-bottom: #424874 solid 1px;
  }
  .header__navigation-menu ul li a {
    font-size: 1.6rem;
  }
  #header__images {
    width: 100%;
    z-index: 10;
  }
}
/* Common Footer */
footer {
  position: relative;
  margin: 120px auto 0;
  background-color: #a6b1e1;
}
.footer__wrapper {
  padding-bottom: 20px;
}
.footer__navigation-area {
  display: flex;
  padding-top: 26px;
}
.footer__logo {
  text-align: center;
  width: 24%;
}
.footer__logo h1 img {
  width: 76%;
  height: auto;
}
.footer__navigation {
  width: 78%;
  padding: 0 40px;
}
.footer__navigation-list a {
  text-decoration: none;
  color: #424874;
}
.footer__navigation-list-items {
  display: flex;
  justify-content: space-between;
}
.footer__navigation-list-title {
  font-size: 2.2rem;
  text-align: left;
  padding-bottom: 16px;
}
.footer__navigation-list-items-child li {
  text-align: left;
  font-size: 1.6rem;
  list-style: inside;
}
.footer__navigation-space {
  width: 12%;
}
.footer__wrapper p {
  margin-top: 26px;
  text-align: center;
  color: #424874;
}
.footer__wrapper small {
  text-align: center;
  color: #424874;
}
.footer__back-button {
  position: absolute;
  right: 40px;
  bottom: 20px;
  background-color: #f4eeff;
  padding: 24px 26px 16px;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 800;
}
.footer__back-button span {
  font-size: 1.4rem;
  font-weight: 600;
}
.footer__back-button a {
  text-decoration: none;
  color: #424874;
}
/* Common Footer max width: 1366px */
@media screen and (max-width: 1366px) {
  .footer__navigation-list-title {
    font-size: 2.0rem;
  }
  .footer__navigation-list-items-child {
    display: none;
  }
}
/* Common Footer max width: 1024px */
@media screen and (max-width: 1024px) {
  footer {
    width: 100%;
    margin: 60px auto 0;
  }
  .footer__navigation-area {
    justify-content: flex-end;
    padding-top: 20px;
  }
  .footer__logo {
    text-align: right;
    width: 20%;
  }
  .footer__logo h1 img {
    width: 90%;
  }
  .footer__navigation {
    padding: 0 20px;
  }
  .footer__navigation-list-title {
    font-size: 1.5rem;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .footer__navigation-list-items-child {
    display: none;
  }
  .footer__navigation-space {
    display: none;
  }
  .footer__wrapper p {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .footer__wrapper small {
    font-size: 1.2rem;
  }
  .footer__back-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 8px 8px;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .footer__back-button span {
    display: none;
    font-size: 1.2rem;
  }
}
/* Common Footer max width: 599px */
@media screen and (max-width: 599px) {
  footer {
    margin: 40px auto 0;
  }
  .footer__wrapper {
    padding-bottom: 10px;
  }
  .footer__navigation-area {
    display: block;
    justify-content: center;
    padding: 10px 0;
  }
  .footer__logo {
    display: none;
    width: 0%;
  }
  .footer__logo h1 img {
    width: 90%;
  }
  .footer__navigation {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .footer__navigation-list-title {
    font-size: 1.1rem;
    padding: 0;
  }
  .footer__navigation-list-items-child {
    display: none;
  }
  .footer__navigation-list-items {
    padding: 0 10px;
  }
  .footer__navigation-space {
    display: none;
  }
  .footer__wrapper p {
    margin-top: 0;
    font-size: 0.9rem;
  }
  .footer__wrapper small {
    font-size: 0.8rem;
  }
  .footer__back-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 7px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .footer__back-button span {
    display: none;
    font-size: 1.0rem;
  }
}