.pageLoader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.pageLoader.is-active {
  display: none;
}
.pageLoader_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pageLoader_logo img {
    margin: auto;
    max-width: 90%;
  }
}

.spinner {
  font-size: 10px;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  width: 50px;
}

.spinner > div {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #15318B;
  display: inline-block;
  height: 100%;
  width: 6px;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.fadein_cont {
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.fadein_cont.active {
  opacity: 1;
  transform: translateY(0px);
}

.fadein_btt {
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.fadein_btt.active {
  opacity: 1;
  transform: translateY(0px);
}

.fadein_btt_pc {
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  opacity: 0;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.fadein_btt_pc.active {
  opacity: 1;
}

.fadein_ltr {
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  opacity: 0;
  transform: translateX(-10px);
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.fadein_ltr.active {
  opacity: 1;
  transform: translateX(0px);
}

.del02 {
  transition-delay: 0.2s;
}

.del04 {
  transition-delay: 0.4s;
}

.del06 {
  transition-delay: 0.6s;
}

.del08 {
  transition-delay: 0.8s;
}

@media (min-width: 768px) {
  .del02_pc {
    transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .del04_pc {
    transition-delay: 0.4s;
  }
}

.breadcrumb {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li:not(:last-child) {
  padding-right: 12px;
}
.breadcrumb ul li:not(:last-child)::after {
  color: #313131;
  content: ">";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb ul li a, .breadcrumb ul li span {
  color: #313131;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em;
  text-transform: uppercase;
}

.page_header {
  background: url(../images/sub/page-header_bg.jpg) no-repeat center center/cover;
  margin-top: 70px;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .page_header {
    margin-top: 85px;
  }
}
@media (min-width: 1201px) {
  .page_header {
    margin-top: 100px;
  }
}
.page_header_box {
  background: rgba(255, 255, 255, 0.69);
  text-align: center;
}
@media (max-width: 767px) {
  .page_header_box {
    margin: auto;
    padding: 20px 0;
    width: 65%;
  }
}
@media (min-width: 768px) {
  .page_header_box {
    padding: 60px 0;
  }
}
.page_header_box .page_title .jp {
  color: #404040;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page_header_box .page_title .jp {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .page_header_box .page_title .jp {
    font-size: 30px;
  }
}
.page_header_box .page_title .en {
  color: #15318B;
  display: block;
  font-family: "m-plus-2p", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 7px;
}

.header {
  background: #FFF;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    background: #FFF;
    height: 70px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  .header {
    height: 85px;
    width: 100%;
  }
  .header.fixed {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.13);
    left: 0;
    position: fixed;
    top: 0;
  }
}
@media (min-width: 1201px) {
  .header {
    height: 100px;
  }
}
.header_container {
  display: flex;
  height: inherit;
}
@media (max-width: 767px) {
  .header_container {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .header_container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header_logo {
    width: 276px;
  }
}
@media (min-width: 768px) {
  .header_logo {
    max-width: 250px;
  }
}
@media (min-width: 980px) {
  .header_logo {
    max-width: 300px;
  }
}
@media (min-width: 1201px) {
  .header_logo {
    max-width: 365px;
  }
}
.header_logo a {
  display: block;
}
@media (max-width: 767px) {
  .header_nav {
    background: #FFF;
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -100%;
    top: 70px;
    transition: all 0.5s;
    width: 100vw;
    z-index: 998;
  }
  .header_nav.active {
    opacity: 1;
    right: 0;
  }
}
@media (min-width: 768px) {
  .header_nav {
    margin-left: auto;
    width: calc(100% - 250px - 20px);
  }
}
@media (min-width: 980px) {
  .header_nav {
    width: calc(100% - 300px - 40px);
  }
}
@media (min-width: 1201px) {
  .header_nav {
    width: calc(100% - 365px - 80px);
  }
}
@media (min-width: 768px) {
  .header_nav_list {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header_nav_item {
    border-top: 1px solid #C4C4C4;
  }
  .header_nav_item:last-child {
    border-bottom: 1px solid #C4C4C4;
  }
}
@media (min-width: 768px) {
  .header_nav_item {
    width: 20%;
  }
  .header_nav_item:not(:first-child) a::before {
    background: #C4C4C4;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.header_nav_link {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header_nav_link {
    color: #15318B;
    display: block;
    font-family: "m-plus-2p", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 20px 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header_nav_link {
    color: #313131;
    display: block;
    font-size: 14px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }
}
@media (min-width: 980px) {
  .header_nav_link {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 1201px) {
  .header_nav_link {
    padding: 20px 30px;
  }
}
.header_hamburger {
  background: #15318B;
  border-radius: 50%;
  cursor: pointer;
  height: 43px;
  position: fixed;
  right: 14px;
  top: 5px;
  width: 43px;
  z-index: 999;
}
@media (min-width: 768px) {
  .header_hamburger {
    display: none;
  }
}
.header_hamburger .menu_bar {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
.header_hamburger_trigger {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s;
}
.header_hamburger_trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}
.header_hamburger_trigger > span {
  text-align: center;
  width: 35px;
}
.header_hamburger_line {
  height: 22px;
  margin: 0px auto;
  position: relative;
  width: 22px;
}
.header_hamburger_line::after {
  bottom: -28px;
  color: #15318B;
  content: "menu";
  font-size: 13px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.header_hamburger_line span {
  background: #FFF;
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.header_hamburger_line span:nth-of-type(2) {
  top: 7px;
}
.header_hamburger_line span:nth-of-type(3) {
  top: 14px;
}
.header_hamburger_line span:nth-of-type(4) {
  bottom: 0;
}
.header_hamburger_line.active::after {
  content: "close";
}
.header_hamburger_line.active span:first-of-type {
  transform: translateY(11px) rotate(-45deg);
}
.header_hamburger_line.active span:nth-of-type(2) {
  opacity: 0;
}
.header_hamburger_line.active span:nth-of-type(3) {
  opacity: 0;
}
.header_hamburger_line.active span:nth-of-type(4) {
  transform: translateY(-10px) rotate(45deg);
}

@media (max-width: 767px) {
  .nav {
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.5s;
    width: 100vw;
    z-index: 998;
  }
  .nav.active {
    opacity: 1;
    right: 0;
  }
}

.footer {
  background: #15318B;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .copyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .footer .copyright {
    font-size: 18px;
  }
}

.sticky_footer {
  bottom: 10px;
  display: none;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .sticky_footer {
    bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sticky_footer > .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    max-width: 1600px;
  }
}
@media (max-width: 767px) {
  .sticky_footer_contact {
    display: none;
  }
}
@media (min-width: 768px) {
  .sticky_footer_contact {
    pointer-events: auto !important;
  }
}
.sticky_footer_contact a {
  align-items: center;
  background: #15318B;
  border: 3px solid #FFF;
  border-radius: 11px;
  display: flex;
}
@media (min-width: 768px) {
  .sticky_footer_contact a {
    padding: 20px 30px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_contact a {
    padding: 20px 43px;
  }
}
@media (min-width: 768px) {
  .sticky_footer_contact a img {
    max-width: 28px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_contact a img {
    max-width: 45px;
  }
}
.sticky_footer_contact a span {
  color: #FFF;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sticky_footer_contact a span {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_contact a span {
    font-size: 20px;
    margin-left: 20px;
  }
}
.sticky_footer_contact a:hover {
  background-color: #1a3caa;
  opacity: 1;
}
.sticky_footer_pageTop {
  pointer-events: auto !important;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sticky_footer_pageTop {
    height: 55px;
    margin-left: auto;
    text-align: center;
    width: 55px;
  }
}
@media (min-width: 768px) {
  .sticky_footer_pageTop {
    height: 70px;
    margin-left: 8px;
    width: 70px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_pageTop {
    height: 83px;
    margin-left: 16px;
    width: 83px;
  }
}
.sticky_footer_pageTop a {
  background: #15318B;
  border: 3px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.1em;
  padding-top: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .sticky_footer_pageTop a {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .sticky_footer_pageTop a {
    font-size: 15px;
    padding-top: 32px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_pageTop a {
    font-size: 16px;
    padding-top: 40px;
  }
}
.sticky_footer_pageTop a:hover {
  background-color: #1a3caa;
  opacity: 1;
}
.sticky_footer_pageTop a::before {
  background: url(../images/common/toTop.png) no-repeat center center/cover;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 15px;
}
@media (min-width: 768px) {
  .sticky_footer_pageTop a::before {
    height: 11px;
    top: 15px;
    width: 25px;
  }
}
@media (min-width: 1201px) {
  .sticky_footer_pageTop a::before {
    height: 16px;
    top: 20px;
    width: 29px;
  }
}

.section_title {
  margin-bottom: 32px;
}
@media (min-width: 1201px) {
  .section_title {
    margin-bottom: 36px;
  }
}
.section_title .jp {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
.section_title .en {
  color: #313131;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.section_title:not(.news_title) {
  text-align: center;
}
.section_title:not(.news_title) .jp {
  color: #15318B;
  font-size: 30px;
}
.section_title:not(.news_title) .en {
  font-family: "m-plus-2p", sans-serif;
}
/*# sourceMappingURL=sourcemaps/module.css.map */