/* fixedメニュー */

.l-header-top {
  display: none;
}
@media all and (max-width: 915px) {
  .l-header-top {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #e5f0f9;
  }
}
.l-header-top__logo {
  flex: 1;
  padding: 0 10px 1px 15px;
}
@media all and (min-width: 916px) {
  .l-header-top__logo {
    display: none;
  }
}
.l-header-top__logo > a {
  display: block;
  max-width: 180px;
}
.l-header-top__right {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 916px) {
  .l-header-top__right {
    position: fixed;
    right: 0;
    bottom: 0;
    gap: 0 10px;
    padding: 20px 20px 20px 0;
    z-index: 8;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__right {
    flex: 0 0 auto;
  }
}
.l-header-top__entry > a {
  display: block;
  width: 159px;
  padding: 17px 10px;
  background-color: #d70071;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1923076923;
  letter-spacing: 0.1em;
}
@media all and (min-width: 916px) {
  .l-header-top__entry > a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .l-header-top__entry > a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__entry > a {
    width: 92px;
    padding: 16px 5px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
  }
}
.l-header-top__btn-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #0071c5;
  z-index: 15;
}
@media all and (min-width: 916px) {
  .l-header-top__btn-menu {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .l-header-top__btn-menu:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__btn-menu {
    width: 52px;
    height: 50px;
  }
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(1) {
  width: 0;
  left: 50%;
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(2) {
  transform: rotate(45deg);
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(3) {
  transform: rotate(-45deg);
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(4) {
  left: 50%;
  width: 0;
}
.l-header-top__btn-inner {
  position: relative;
  width: 32px;
  height: 24px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner {
    width: 22px;
    height: 15px;
  }
}
.l-header-top__btn-inner > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0071c5;
  opacity: 1;
  transform: rotate(0deg) translateZ(0);
  transition: all 0.3s ease;
}
.l-header-top__btn-inner > span:nth-child(1) {
  top: 0;
}
.l-header-top__btn-inner > span:nth-child(2),
.l-header-top__btn-inner > span:nth-child(3) {
  top: 11px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner > span:nth-child(2),
  .l-header-top__btn-inner > span:nth-child(3) {
    top: 7px;
  }
}
.l-header-top__btn-inner > span:nth-child(4) {
  top: 22px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner > span:nth-child(4) {
    top: 14px;
  }
}
.p-nav-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 10;
}
@media all and (min-width: 916px) {
  .p-nav-top {
    overflow-y: auto;
  }
}
.p-nav-top__in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (min-width: 916px) {
  .p-nav-top__in {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.p-nav-top__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 15px;
}
@media all and (min-width: 916px) {
  .p-nav-top__head {
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 90px 0;
    width: 33.8542%;
    padding: 20px 3.6458333333vw;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__head {
    flex-shrink: 0;
  }
}
.p-nav-top__logo-top {
  max-width: 270px;
}
@media all and (max-width: 915px) {
  .p-nav-top__logo-top {
    display: none;
  }
}
.p-nav-top__logo-bottom {
  max-width: 450px;
}
@media all and (min-width: 916px) {
  .p-nav-top__logo-bottom {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .p-nav-top__logo-bottom:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__logo-bottom {
    max-width: 180px;
  }
}
.p-nav-top__content {
  padding: 0 15px 80px;
}
@media all and (min-width: 916px) {
  .p-nav-top__content {
    flex: 1;
    padding: 60px 3.6458333333vw 120px 5.2083333333vw;
    background-color: rgba(0, 113, 197, 0.05);
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__content {
    overflow-y: auto;
    flex-grow: 1;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__accordion-list {
    display: grid;
    gap: 71px 0;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__accordion-list {
    border-top: 1px solid #707070;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__item {
    overflow: hidden;
  }
}
.p-nav-top__heading {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
}
@media all and (min-width: 916px) {
  .p-nav-top__heading:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 18px 30px 19px 15px;
    border-bottom: 1px solid #707070;
    font-size: 1rem;
    line-height: 1.375;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::before,
  .p-nav-top__heading::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    background-color: #333;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::before {
    right: 16px;
    width: 11px;
    height: 1px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::after {
    right: 21px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    transition: opacity 0.3s ease;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading.is-open::after {
    opacity: 0;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 28px -39px 0 -5px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__sub {
    display: none;
    padding: 16px 0 19px;
    border-bottom: 1px solid #707070;
  }
}
.p-nav-top__sub > li {
  padding: 0 25px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media all and (min-width: 916px) {
  .p-nav-top__sub > li {
    padding: 2px 39px 1px;
    border-left: 1px solid #707070;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__sub > li:not(:first-child) {
    margin-top: 24px;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__sub-link:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 48px;
    margin-top: 71px;
  }
}
.p-nav-top__link-list > li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media all and (min-width: 916px) {
  .p-nav-top__link-list > li {
    font-size: 1.375rem;
    line-height: 1.4090909091;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__link-list > li {
    border-bottom: 1px solid #707070;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__page-link:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__page-link {
    display: block;
    position: relative;
    padding: 18px 30px 19px 15px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__page-link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 13px;
    width: 14px;
    height: 10px;
    background: url("../../_common/img//ico_arrow_right_01.svg") no-repeat left top;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.p-nav-top__external-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 94px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list {
    margin-top: 35px;
    justify-content: center;
  }
}
.p-nav-top__external-list > li {
  position: relative;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li {
    line-height: 1.4285714286;
  }
}
.p-nav-top__external-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #333;
  transform: rotate(40deg);
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li::before {
    top: 12px;
    height: 18px;
  }
}
.p-nav-top__external-list > li:first-child {
  padding-right: 17px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li:first-child {
    padding-right: 7px;
  }
}
.p-nav-top__external-list > li:last-child {
  padding-left: 27px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li:last-child {
    padding-left: 12px;
  }
}
.p-nav-top__external-list > li:last-child::before {
  display: none;
}
@media all and (min-width: 916px) {
  .p-nav-top__external-link:hover {
    text-decoration: underline;
  }
}
.p-nav-top__external-link[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-left: 5px;
  background: url("../../_common/img/ico_external_01.svg") left top no-repeat;
  background-size: contain;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-link[target="_blank"]::after {
    position: relative;
    top: 2px;
    margin-left: 4px;
  }
}
