@charset "UTF-8";
* {
  font-family: "Noto Sans", sans-serif;
}
* img {
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    width: 100%;
    background: #113C7A;
    top: 0;
    left: 100%;
    height: 100%;
    padding: 20rem 0 0 6rem;
    z-index: 2;
    transition: 0.3s;
  }
  .header__nav.active {
    left: 2rem;
  }
  .header__nav .close {
    width: 5rem;
    height: 5.5rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
    padding-top: 4rem;
  }
  .header__nav .close .btn::before, .header__nav .close .btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 33%;
    left: 0;
  }
  .header__nav .close .btn::before {
    transform: rotate(45deg);
  }
  .header__nav .close .btn::after {
    transform: rotate(-45deg);
  }
  .header__nav .close span {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
  }
  .header__nav ul li {
    margin-bottom: 8.5rem;
  }
  .header__nav ul li a {
    display: block;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
  }
}
.header .sp-nav-btn {
  width: 4.8rem;
  margin: 5rem 3rem 0 auto;
  position: fixed;
  top: 0;
  right: 0;
}
.header .sp-nav-btn span {
  background: #000;
  height: 2px;
  display: block;
  margin-bottom: 0.8rem;
}
.header .sp-nav-btn span:nth-of-type(1) {
  width: 100%;
}
.header .sp-nav-btn span:nth-of-type(2) {
  width: 2.7rem;
}
.header .sp-nav-btn p {
  font-size: 1.5rem;
  font-weight: 700;
}
.header.second {
  position: absolute;
  top: 0;
  background: none;
}
.header.second .header__wrapper {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .header.second .header__wrapper {
    width: calc(100% - 4rem);
  }
}
.header.second .header__logo {
  margin-top: 4rem;
  width: 15.9vw;
}
@media only screen and (max-width: 767px) {
  .header.second .header__logo {
    width: 21.3rem;
    margin-top: 2rem;
    margin-left: 0;
  }
}
.header.second .header__logo img {
  width: 100%;
}
.header.second .header__nav {
  margin-left: auto;
  margin-top: 3rem;
  position: fixed;
  right: 4rem;
}
@media only screen and (max-width: 767px) {
  .header.second .header__nav {
    margin-top: 0;
    width: calc(100% - 2rem);
    right: auto;
  }
}
.header.second .header__nav .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header.second .header__nav .navigation {
    display: none;
  }
}
.header.second .header__nav .navigation li:not(:last-of-type)::after {
  content: "｜";
  margin: 0 1.6rem;
}
.header.second .header__nav .navigation li a {
  font-size: 1.6rem;
  font-weight: 700;
}
.header.second .sp-nav-btn {
  margin-top: 5rem;
}
.header.second .sp-nav-btn.other span {
  background: #000;
}
.header.second .sp-nav-btn.other p {
  color: #000;
}
.header.second .sp-nav-btn span {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header.second .sp-nav-btn span {
    background: #000;
  }
}
.header.second .sp-nav-btn p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header.second .sp-nav-btn p {
    color: #000;
  }
}

.second_mv {
  width: calc(100% - 7vw);
  position: relative;
  margin: 0 0 2rem 7vw;
  padding-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .second_mv {
    width: calc(100% - 2rem);
    margin: 0rem 0 5rem 2rem;
    padding-top: 2rem;
  }
}
.second_mv img {
  width: 100%;
  height: auto;
}
.second_mv .inner {
  position: relative;
}
.second_mv .inner .page-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second_mv .inner .page-ttl h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .second_mv .inner .page-ttl h1 {
    font-size: 2.2rem;
  }
}
.second_mv .inner .page-ttl h1 span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: inherit;
  font-size: 8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .second_mv .inner .page-ttl h1 span {
    font-size: 6.4rem;
  }
}

.breadcrumbs {
  margin: 0 auto 4rem;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumb li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.breadcrumbs .breadcrumb li a::after {
  content: ">";
  margin: 0 1.6rem;
}

.footer {
  padding: 5rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 10rem;
  }
}
.footer .inner {
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    display: block;
  }
}
.footer__logo {
  width: 22.4rem;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 23rem;
  }
}
.footer__logo a {
  display: block;
}
.footer__nav {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__nav ul li {
  display: flex;
  align-items: stretch;
}
.footer__nav ul li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  background: #000;
  display: block;
  margin: 0 2.5rem;
}
.footer__nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .footer .copyright p {
    margin-top: 1rem;
  }
}
.footer .copyright p small {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer .copyright p small {
    font-size: 2rem;
  }
}

#pagetop {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    position: fixed !important;
    bottom: 5rem !important;
  }
}
#pagetop a {
  display: block;
  position: relative;
}
#pagetop a p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #pagetop a p {
    font-size: 2.275rem;
  }
}
#pagetop a .arrow {
  height: 5.5rem;
  width: 1.5rem;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #pagetop a .arrow {
    width: 2.85rem;
    height: 3.8rem;
  }
}

.no_post {
  margin-bottom: 4rem;
}
.no_post p {
  font-size: 1.8rem;
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi * {
  width: 3.5rem;
  line-height: 3.5rem;
  border: 1px solid #113C7A;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #113C7A;
  margin: 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi * {
    width: 5rem;
    line-height: 5rem;
    font-size: 2.5rem;
    margin: 0 0.5rem;
  }
}
.wp-pagenavi .current {
  background: #113C7A;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  border: none;
  width: 1.5rem;
  height: 3.5rem;
  background: url("../img/column/first-arrow.svg") no-repeat center/1.2rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
    width: 6rem;
    height: 12rem;
    background-size: 3rem;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  font-size: 0;
}
.wp-pagenavi .previouspostslink {
  background: url("../img/column/previousposts-arrow.svg") no-repeat center/0.5rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    background-size: 1.5rem;
  }
}
.wp-pagenavi .extend {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .nextpostslink {
  background: url("../img/column/nextposts-arrow.svg") no-repeat center/0.5rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    background-size: 1.5rem;
  }
}
.wp-pagenavi .last {
  background: url("../img/column/last-arrow.svg") no-repeat center/1.2rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi .last {
    background-size: 3rem;
  }
}

.grecaptcha-badge {
  display: none !important;
}
/*# sourceMappingURL=common.css.map */