@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

em {
  font-style: normal;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  min-width: 1200px;
  background: #f7f7f7;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
body#home {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  html > iframe {
    display: none;
  }
}

.eng {
  font-family: Avenir-light, Century Gothic, sans-serif;
}

.pc-hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.pc-hidden-inline {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-hidden-inline {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #09369d;
}
a:hover {
  text-decoration: none;
}
a.tel {
  color: #000;
}
a img {
  transition: opacity 0.2s ease;
}
a:hover img {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
.header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background: #004098;
  top: 0;
  left: 0;
  z-index: 999999;
}
.header__outer {
  height: 120px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 17px 25px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .header__outer {
    display: none;
  }
}
.header__logo a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 17px;
}
.header__logo a .emblem {
  margin-right: 15px;
  width: 70px;
}
.header__logo a .emblem img {
  width: 100%;
  height: auto;
}
.header__main__up {
  text-align: right;
  margin-bottom: 10px;
}
.header #googleSearch form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.header #textform {
  width: 190px;
  height: 30px;
  background: #e4e4e4;
  padding: 3px 10px;
  font-size: 16px;
  border: none;
  outline: 0;
  line-height: 1;
}
.header #textform::placeholder {
  font-size: 12px;
}
.header #searchBtn {
  width: 50px;
  height: 30px;
  border: none;
  background: #0a3586;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.header #searchBtn:hover {
  opacity: 0.8;
}
.header__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__sp {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    position: relative;
  }
}
.header__sp__logo {
  height: 50px;
  width: auto;
  padding: 5px 5px 5px 10px;
}
.header__sp__logo img {
  height: 100%;
  width: auto;
}
.header__sp__mid .text {
  height: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.header__sp__mid .text img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
.header__sp__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header__sp__nav__item {
  line-height: 1;
}
.header__sp__nav__item:not(:first-child) {
  border-left: #fff 1px solid;
}
.header__sp__nav__item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header__sp__right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .header__sp__right {
    top: 50%;
    transform: translateY(-50%);
  }
}

#hamburger {
  cursor: pointer;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  position: relative;
}
#hamburger span {
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: #fff 2px solid;
}
#hamburger::before, #hamburger::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: all 0.5s;
}
#hamburger::before {
  top: 4px;
}
#hamburger.is-active span {
  border: none;
}
#hamburger.is-active::before, #hamburger.is-active::after {
  width: 30px;
  top: 15px;
  left: 0px;
  border-color: #fff;
}
#hamburger.is-active::before {
  transform: rotate(-45deg);
}
#hamburger.is-active::after {
  transform: rotate(45deg);
}

.gnav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.gnav__item .endLine {
  position: relative;
  margin: -15px -25px -10px;
  padding: 15px 25px 10px;
}
.gnav__item .endLine::after {
  content: "";
  width: 1px;
  height: 15px;
  border-right: #fff 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.gnav__item > a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 15px 18px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.gnav__item > a::before {
  content: "";
  width: 1px;
  height: 15px;
  border-left: #fff 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gnav__item > a::after {
  content: "";
  width: 0%;
  height: 1px;
  border-bottom: #008aff 3px solid;
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: width 0.3s ease;
}
.gnav__item > a:hover {
  color: #008aff;
}
.gnav__item > a:hover::after {
  width: 100%;
}
.gnav__subitem {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #000;
}
.gnav__subitem__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
}
.gnav__subitem__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 20px 20px 20px 0;
  border-right: #fff 1px solid;
  margin-right: 20px;
  width: 250px;
  text-align: center;
}
.gnav__subitem__title.line1 {
  padding: 0px 10px;
}
.gnav__subitem__table {
  border-collapse: collapse;
}
.gnav__subitem__table td {
  padding: 0 0 0 10px;
}
.gnav__subitem__table td a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 8px 10px 13px;
  display: block;
  line-height: 1.25;
  position: relative;
}
.gnav__subitem__table td a:hover {
  color: #008aff;
}
.gnav__subitem__table td a:hover::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.spnav {
  position: fixed;
  top: 60px;
  right: -100vw;
  width: 100vw;
  height: calc(100vh - 60px);
  padding-bottom: 20px;
  background: #001532;
  z-index: 500;
  overflow-y: auto;
  transition: right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: none;
}
@media only screen and (max-width: 768px) {
  .spnav {
    display: block;
  }
}
.spnav.is-active {
  right: 0;
}
.spnavList {
  border-top: #4c4c4c 1px solid;
}
.spnavList__item {
  border-bottom: #4c4c4c 1px solid;
}
.spnavList__item a {
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 2rem;
}
.spnavList__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  border-bottom: #008aff 1px solid;
  transition: width 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.spnavList__item a.is-active {
  color: #008aff;
}
.spnavList__item a.is-active:after {
  width: 100%;
}
.spnav #googleSearchSP {
  margin-top: 30px;
  text-align: center;
}
.spnav #textformSP {
  width: 70vw;
  height: 40px;
  background: #e4e4e4;
  padding: 3px 10px;
  font-size: 16px;
  border: none;
  outline: 0;
  line-height: 1;
}
.spnav #textformSP::placeholder {
  font-size: 12px;
}
.spnav #searchBtnSP {
  min-width: 60px;
  width: 20vw;
  height: 40px;
  border: none;
  background: #0a3586;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  position: relative;
  top: -1px;
}
.spnav #searchBtnSP:hover {
  opacity: 0.8;
}

.spsubnav {
  position: fixed;
  top: 61px;
  right: -65vw;
  width: 65vw;
  height: 100vh;
  background: #000;
  z-index: 600;
  overflow-y: auto;
  transition: right 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding: 10px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .spsubnav {
    display: block;
  }
}
.spsubnav.is-active {
  right: 0;
}
.spsubnav__item a {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.8rem;
}

.footer {
  background: #000;
  padding: 40px 0 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 4vw;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .is--side .footer {
    padding-bottom: 85px;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav__item {
    width: 50%;
    text-align: center;
  }
}
.footer__nav__item:not(:first-child) {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .footer__nav__item:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer__nav__item a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #fff;
}
.footer__nav__item a:hover {
  text-decoration: none;
}
.footer__credit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .footer__credit {
    display: block;
    margin-top: 20px;
  }
}
.footer__credit__item:not(:first-child) {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .footer__credit__item:not(:first-child) {
    margin-left: 0;
  }
}
.footer__note {
  margin-top: 40px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer__note {
    margin-top: 20px;
  }
}
.footer__copyrights {
  margin-top: 15px;
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer__copyrights {
    margin-top: 5px;
  }
}

#pagetop {
  position: relative;
}

.archive {
  background: #e5e5e5;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .archive {
    padding: 30px;
  }
}

.archive__select {
  overflow: hidden;
  width: 330px;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .archive__select {
    width: 90%;
    margin-top: 25px;
  }
}
.archive__select::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  content: "";
  background: #003087;
  pointer-events: none;
}
.archive__select::after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-45%);
  color: #fff;
}
.archive__select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 40px 10px 15px;
  color: #3e3e3e;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .archive__select select {
    text-indent: 0;
    font-size: 16px;
  }
}
.archive__select select::-ms-expand {
  display: none;
}

/* Firefox */
@-moz-document url-prefix() {
  .archive__select select {
    text-indent: 36px;
  }
}
.aside {
  background: #e5e5e5;
  padding: 50px 60px;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .aside {
    padding: 20px 20px 30px;
    width: 100%;
  }
}

.newsList {
  padding: 70px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .newsList {
    padding: 20px 20px 30px;
  }
}
.newsList__list {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .newsList__list {
    margin-top: 25px;
  }
}
.newsList__item {
  padding: 20px 0;
  border-bottom: #828282 1px solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .newsList__item {
    padding: 10px 0;
    align-items: center;
  }
}
.newsList__img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .newsList__img {
    width: 20%;
  }
}
.newsList__img img {
  width: 100%;
  height: auto;
}
.newsList__contents {
  width: 950px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .newsList__contents {
    width: 80%;
    padding-left: 10px;
  }
}
.newsList__date {
  font-size: 1.4rem;
}
.newsList__text {
  margin-top: 5px;
  font-size: 1.6rem;
}
.newsList__text a {
  color: #3e3e3e;
  text-decoration: none;
}
.newsList__text a:hover {
  text-decoration: underline;
}
.newsList__hash {
  color: #003087;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
}
.newsList__hash__item {
  margin-top: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .newsList__hash__item {
    margin-top: 5px;
  }
}
.newsList__hash__item a {
  color: #003087;
  text-decoration: none;
}
.newsList__hash__item a:hover {
  text-decoration: underline;
}

.breadcrumb {
  background: #2c2c2c;
  position: relative;
}
.breadcrumb::before {
  content: "";
  width: calc(50% - 600px);
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #003087;
}
@media only screen and (max-width: 768px) {
  .breadcrumb::before {
    display: none;
  }
}
.breadcrumb__outer {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__outer {
    width: 100%;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb__item a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 20px 0 25px;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item a {
    padding: 0 10px 0 20px;
  }
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #5a5a5a;
  position: absolute;
  top: 0px;
  right: 0px;
}
.breadcrumb__item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #2c2c2c;
  position: absolute;
  top: 0px;
  right: 2px;
}
.breadcrumb__item:first-child a {
  background: #003087;
  font-family: Avenir-light, Century Gothic, sans-serif;
  border-right: #fff 2px solid;
  padding: 0 25px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item:first-child a {
    padding: 0 15px;
  }
}
.breadcrumb__item:first-child a::before {
  display: none;
}
.breadcrumb__item:first-child a::after {
  display: none;
}
.breadcrumb__item:nth-child(2) {
  flex-shrink: 0;
}
.breadcrumb__item:nth-child(2) a {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item:nth-child(2) a {
    padding: 0 20px 0 10px;
  }
}
.breadcrumb__item:nth-child(3) a {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item:nth-child(3) a {
    padding-left: 5px;
  }
}
.breadcrumb__item:last-child a::before, .breadcrumb__item:last-child a::after {
  display: none;
}

.headBtn {
  width: 210px;
  margin: 0 0 40px auto;
}
@media only screen and (max-width: 768px) {
  .headBtn {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.headBtn a {
  position: relative;
}
.headBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn {
  display: block;
  border: #fff 3px solid;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.8rem;
    border-width: 2px;
  }
}
.btn__text {
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.btn:hover {
  opacity: 0.7;
}
.btn2 {
  display: block;
  border: #ac9933 3px solid;
  background: #ac9933;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn2 {
    font-size: 1.8rem;
  }
}
.btn2__text {
  position: relative;
  z-index: 2;
}
.btn2:hover {
  opacity: 0.7;
}
.btn3 {
  display: block;
  border: #003087 3px solid;
  background: #003087;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn3 {
    font-size: 1.8rem;
  }
}
.btn3__text {
  position: relative;
  z-index: 2;
}
.btn3:hover {
  opacity: 0.7;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  padding-top: 50px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: -20px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slick-arrow.slick-prev::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #003087 transparent transparent;
  transition: opacity 0.2s ease;
}
.slick-arrow.slick-prev:hover::before {
  opacity: 0.7;
}
.slick-arrow.slick-next {
  right: -20px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -15px;
  }
}
.slick-arrow.slick-next::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 14px;
  border-color: transparent transparent transparent #003087;
  transition: opacity 0.2s ease;
}
.slick-arrow.slick-next:hover::before {
  opacity: 0.7;
}

.gallery {
  width: 1100px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .gallery {
    width: 90%;
    margin: 40px auto;
  }
}
.gallery__list {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gallery__list.slick-initialized {
  opacity: 1;
}
.gallery__item {
  width: 366px !important;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .gallery__item {
    width: 90vw !important;
  }
}
.gallery__item img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.gallery__item a {
  overflow: hidden;
  display: block;
}
.gallery__item a:hover img {
  opacity: 0.7;
}

.contents .fancybox-overlay {
  z-index: 9999999;
  background: rgba(25, 25, 25, 0.8);
}
.contents .fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99999999;
  transition: opacity 0.2s ease;
}
.contents .fancybox-nav:hover {
  opacity: 0.7;
}
.contents .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 99999999;
  visibility: visible;
  color: #fff;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .contents .fancybox-prev {
    left: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .fancybox-next {
    right: -5px;
  }
}
.contents .fancybox-prev span {
  left: 0;
}
.contents .fancybox-prev span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d9";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  line-height: 1;
}
.contents .fancybox-next span {
  right: 0;
}
.contents .fancybox-next span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}
.contents #fancybox-loading,
.contents .fancybox-prev span,
.contents .fancybox-next span {
  background-image: none;
}
.contents .fancybox-close {
  background: none;
  position: absolute;
  top: auto;
  right: auto;
  width: 120px;
  height: 30px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 99999999;
  color: #fff;
  font-size: 1.6rem;
  bottom: -40px;
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.contents .fancybox-close::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f410  CLOSE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.contents .fancybox-close:hover {
  opacity: 0.7;
}
.contents .fancybox-image {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .contents .fancybox-image {
    width: 100%;
  }
}
.contents .fancybox-wrap {
  z-index: 99999999;
}
.contents .fancybox-opened {
  z-index: 999999999;
}

.accordion__list {
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
.accordion__item {
  position: relative;
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.accordion__item:nth-of-type(n + 2) {
  border-top: none;
}
.accordion .toggle {
  background-color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 23px 26px;
  position: relative;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .accordion .toggle {
    padding: 18px 32px 18px 10px;
  }
}
.accordion .toggle h4,
.accordion .toggle h5 {
  color: #2c2c2c;
  font-size: 1.8rem;
  font-weight: 700;
}
.accordion .toggle h4:hover,
.accordion .toggle h5:hover {
  color: #111;
  text-decoration: none;
}
.accordion .toggle.bgGrey {
  background-color: #f0f0f0;
}
.accordion__contents {
  display: none;
  text-align: left;
  padding: 26px 30px;
  color: #333;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .accordion__contents {
    padding: 23px 10px;
  }
}
.accordion li .accordion__icon,
.accordion li .accordion__icon span {
  display: inline-block;
  transition: ease-out 0.2s;
  box-sizing: border-box;
}
.accordion li .accordion__icon {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .accordion li .accordion__icon {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.accordion li .accordion__icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2c2c2c;
}
@media only screen and (max-width: 768px) {
  .accordion li .accordion__icon span {
    height: 1px;
  }
}
.accordion li .accordion__icon span:nth-of-type(1) {
  transform: rotate(0deg);
}
.accordion li .accordion__icon span:nth-of-type(2) {
  transform: rotate(90deg);
}
.accordion li .accordion__icon.active span:nth-of-type(1) {
  transform: rotate(0deg);
}
.accordion li .accordion__icon.active span:nth-of-type(2) {
  transform: rotate(0deg);
}
.accordion__contents__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__text {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.accordion__contents__text .tel {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__text .tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.accordion__contents__list {
  font-size: 1.5rem;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__list {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.accordion__contents__item {
  text-indent: -1em;
  padding-left: 1em;
}
.accordion__contents__item:nth-of-type(n + 2) {
  margin: 10px auto 0;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__item:nth-of-type(n + 2) {
    margin: 6px auto 0;
  }
}
.accordion__contents__item2 {
  text-indent: -1em;
  padding-left: 1em;
}
.accordion__contents__item2:nth-of-type(n + 2) {
  margin: 0px auto;
}
.accordion__contents .indentNone {
  text-indent: 0;
}
.accordion__contents .anchorLink {
  color: #014099;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .accordion__contents .anchorLink {
    text-indent: 0;
    display: block;
  }
}
.accordion__contents__note {
  font-size: 1.5rem;
  line-height: 1.875;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__note {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.accordion__contents__imgItem {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 768px) {
  .accordion__contents__imgItem {
    max-width: 100%;
  }
}
.accordion__contents__imgItem img {
  max-width: 100%;
}
.accordion__contents__imgItem > div {
  margin: 0 auto;
}
.accordion__contents__linkItem {
  margin: 20px auto 0;
}
.accordion__contents__linkItem a {
  color: #014099;
  text-decoration: none;
}

.newsSelector {
  background: #303030;
}
.newsSelector__toggle {
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
}
.newsSelector__toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-60%);
  font-size: 2.4rem;
}
.newsSelector__toggle.is-active::after {
  content: "\f0de";
  transform: translateY(-30%);
}

.newsCategory {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.newsCategory__item {
  width: 100%;
}
.newsCategory__item a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  text-align: center;
  transition: background 0.2s ease;
}
.newsCategory__item a:hover {
  background: #ac9933;
}
.newsCategory__item a.is-active {
  background: #ac9933;
}
.newsCategorySlide {
  padding: 0 10px;
  border-top: #ccc 1px dotted;
  display: none;
}
.newsCategorySlide__item:last-child a {
  border: none;
}
.newsCategorySlide__item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
  border-bottom: #ccc 1px dotted;
}
.newsCategorySlide__item a.is-active {
  display: none;
}

.pageTitle {
  width: 100%;
  background: url("../img/common/header.png") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .pageTitle {
    background-position: left -360px center;
    background-size: auto;
    padding: 40px 0;
  }
}
.pageTitle__text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pageTitle__text {
    font-size: 2.5rem;
  }
}

.contentsTitle {
  text-align: center;
  color: #003087;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contentsTitle {
    font-size: 2.5rem;
  }
}
.contentsTitle2 {
  text-align: center;
  color: #003087;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  .contentsTitle2 {
    font-size: 3rem;
  }
}

.contentsTitle3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
.pageLeadText {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .pageLeadText {
    font-size: 1.8rem;
    margin: 20px auto 0;
  }
}

.contentsText {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .contentsText {
    font-size: 1.8rem;
  }
}
.contentsText + .contentsText {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .contentsText + .contentsText {
    margin: 10px auto 0;
  }
}

.contentsList {
  font-size: 1.6rem;
  margin: 10px auto 0;
}
@media only screen and (max-width: 768px) {
  .contentsList {
    margin: 10px auto 0;
  }
}
.contentsList__item {
  line-height: 1.875;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .contentsList__item {
    margin: 10px auto 0;
    font-size: 1.7rem;
  }
}
.contentsList__item + .contentsList__item {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .contentsList__item + .contentsList__item {
    margin: 10px auto 0;
  }
}

.inquiry {
  padding-top: 110px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .inquiry {
    padding: 50px 0;
  }
}
.inquiry__inner {
  background: #f5f5f5;
  width: 820px;
  margin: 60px auto 0;
  text-align: center;
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  .inquiry__inner {
    margin-top: 30px;
    width: 90%;
    padding: 20px;
  }
}
.inquiry__title {
  font-size: 2rem;
  font-weight: 700;
}
.inquiry__title.second {
  margin-top: 40px;
}
.inquiry__text {
  font-size: 1.6rem;
  margin-top: 20px;
}
.inquiry__tel {
  font-size: 1.6rem;
  margin-top: 20px;
}
.inquiry__tel a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .inquiry__tel a {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.inquiry__tel + .inquiry__tel {
  margin-top: 0;
}
.inquiry__url {
  margin-top: 20px;
}
.inquiry__url + .inquiry__url {
  margin-top: 0;
}
.inquiry__note li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .inquiry__note li {
    font-size: 1.6rem;
  }
}
.inquiry__note li:first-of-type {
  margin-top: 40px;
}

.pagenation__top {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .pagenation__top {
    margin: 25px 0;
  }
}
.pagenation__bottom {
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .pagenation__bottom {
    margin: 25px 0 0;
  }
}
.pagenation__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .pagenation__list {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.pagenation__item {
  margin: 5px 5px 0;
}
.pagenation__item a {
  border: #001532 1px solid;
  display: block;
  padding: 10px 15px;
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.6rem;
  color: #001532;
  text-decoration: none;
  line-height: 1;
  transition: background 0.2s ease;
}
.pagenation__item a:hover, .pagenation__item a.current {
  background: #001532;
  color: #fff;
}
.pagenation__item a.disable {
  display: none;
}

.share__icon {
  margin: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .share__icon {
    margin: 25px 0;
  }
}
.share__icon__item {
  width: 20%;
}
.share__icon__item a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease;
  padding: 15px 10px;
  text-align: center;
}
.share__icon__item a.line {
  background: #00B900;
}
.share__icon__item a.twitter {
  background: #1DA1F2;
}
.share__icon__item a.facebook {
  background: #1877F2;
}
.share__icon__item a.instagram {
  background: #A334AA url("../img/common/sns_instagram_bg.png") center center no-repeat;
  background-size: cover;
}
.share__icon__item a.youtube {
  background: #FF0000;
}
.share__icon__item a.note {
  background: #000000;
}
.share__icon__item a:hover {
  opacity: 0.7;
}
.share__icon__item a img {
  width: 40px;
  height: auto;
}
.share__icon__name {
  margin-top: 5px;
}
.share__icon__btn {
  border: #fff 1px solid;
  padding: 5px 20px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .share__icon {
    margin: 25px 0;
  }
  .share__icon__name, .share__icon__btn {
    display: none;
  }
}
.sideSearch {
  position: fixed;
  top: 50vh;
  right: 0;
  transform: translateY(calc(-50% - 40px));
  text-align: right;
  pointer-events: none;
  z-index: 300;
}
@media only screen and (max-width: 768px) {
  .sideSearch {
    top: 110px;
  }
}
.sideSearch__icon {
  margin-right: 5px;
  pointer-events: auto;
  position: absolute;
  top: 40px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .sideSearch__icon {
    right: -10px;
  }
}
.sideSearch__icon img {
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sideSearch__icon img {
    width: 35px;
    height: 35px;
  }
}
.sideSearch__icon img:hover {
  opacity: 0.7;
}
.sideSearch__outer {
  pointer-events: auto;
  width: 0;
  transition: width 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.sideSearch__outer.is-open {
  width: 360px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .sideSearch__outer.is-open {
    width: 95vw;
  }
}
.sideSearch__inner {
  width: 335px;
  background: #fbfbfb;
  padding: 20px 10px 20px 5px;
}
@media only screen and (max-width: 768px) {
  .sideSearch__inner {
    width: calc(95vw - 25px);
  }
}
.sideSearch__inner form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sideSearch #sideSearchInput {
  width: 265px;
  padding: 8px;
  font-size: 16px;
  border: #0a3586 1px solid;
  border-right: none;
  outline: 0;
  line-height: 1;
  margin-left: 10px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sideSearch #sideSearchInput {
    width: calc(95vw - 41px - 16px - 30px);
  }
}
.sideSearch #sideSearchInput::placeholder {
  font-size: 1.2rem;
  color: #bbb;
}
.sideSearch #sideSearchSubmit {
  width: 50px;
  border: none;
  background: #0a3586;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sideSearch #sideSearchSubmit {
    width: 30px;
    padding: 0 !important;
  }
}
.sideSearch #sideSearchSubmit:hover {
  opacity: 0.8;
}
.sideSearch__hash {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flx-start;
  align-items: center;
}
.sideSearch__hash__item {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
}
.sideSearch__hash__item a {
  color: #014099;
  text-decoration: none;
  display: block;
  border: #014099 1px solid;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 3px 6px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.sideSearch__hash__item a:hover {
  opacity: 0.7;
}
.sideSearch__close {
  background: #000;
  width: 25px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.sideSearch__close:hover {
  opacity: 0.7;
}

.sideBnr {
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 200;
  display: none;
}
@media only screen and (max-width: 768px) {
  .sideBnr {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.sideBnr__outer {
  margin: 0 0 0 auto;
  width: 385px;
  padding-bottom: 10px;
  pointer-events: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .sideBnr__outer {
    width: calc(65vw + 60px);
    max-width: 560px;
    padding-bottom: 0;
  }
}
.sideBnr__close {
  background: #000;
  width: 25px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .sideBnr__close {
    width: 60px;
  }
}
.sideBnr__close:hover {
  opacity: 0.7;
}
.sideBnr__img a {
  transition: opacity 0.2s ease;
  display: block;
}
.sideBnr__img a:hover {
  opacity: 0.9;
}
.sideBnr__img a img {
  width: 100%;
  height: auto;
}
.sideBnr__player {
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 200;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sideBnr__player {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.soon {
  padding: 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .soon {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .soon__title {
    max-width: 50.96vw;
    margin: 0 auto;
  }
}
.soon__img {
  padding: 40px 0 30px;
}
@media only screen and (max-width: 768px) {
  .soon__img {
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .soon img {
    width: 100%;
    height: auto;
  }
}
.soon__text {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .soon__text {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
