@charset "UTF-8";
/*================================
  Accept GDPR Bar
================================*/
.accept-gdpr-bar {
  position: fixed;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 176px 15px 15px;
  width: 100%;
  box-sizing: border-box;
  bottom: -80px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10000;
  visibility: hidden;
}

.accept-gdpr-bar.show {
  bottom: 0;
  visibility: visible;
}

.accept-gdpr-bar .pc-only {
  display: block;
}

.accept-gdpr-bar .sp-only {
  display: none;
}

.accept-gdpr-bar a {
  color: #fff;
  text-decoration: underline;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.accept-gdpr-bar a:hover {
  opacity: 0.7;
}

.accept-gdpr-bar__accept-btn {
  position: absolute;
  right: 64px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  border: none;
  height: 30px;
  width: 100px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.accept-gdpr-bar__accept-btn:hover {
  opacity: 0.7;
}

.accept-gdpr-bar__close-btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  height: 24px;
  width: 24px;
  background: transparent;
  cursor: pointer;
}

.accept-gdpr-bar__close-btn:before, .accept-gdpr-bar__close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  left: 0;
  width: 24px;
  padding: 0;
  background: #fff;
  margin-top: -1px;
}

.accept-gdpr-bar__close-btn:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accept-gdpr-bar__close-btn:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (max-width: 767px) {
  /*================================
    Accept GDPR Bar
  ================================*/
  .accept-gdpr-bar {
    padding: 22px 60px 64px 19px;
    bottom: -140px;
  }
  .accept-gdpr-bar.show {
    min-height: 120px;
    padding: 22px 60px 64px 19px;
  }
  .accept-gdpr-bar .pc-only {
    display: none;
  }
  .accept-gdpr-bar .sp-only {
    display: block;
  }
  .accept-gdpr-bar__accept-btn {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 19px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
/*================================
	header
================================*/
/*wrapper*/
#wrapper.-active:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 900;
}
#wrapper.-active .contents a,
#wrapper.-active .footer a,
#wrapper.-active .pageNav a {
  pointer-events: none;
}

/*header*/
.l-header-hover {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header-hover:hover {
    opacity: 0.5;
  }
}

.l-header__textlink-hover {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__textlink-hover:hover {
    color: #0050A5;
  }
}

.l-header__spacer {
  height: 136px;
}
@media screen and (max-width: 767px) {
  .l-header__spacer {
    height: 70px;
  }
}

.pageNav {
  background-color: #fff;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .pageNav.-pc {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
  }
}

.breadCrumb {
  vertical-align: middle;
  width: 85%;
  font-size: 0;
}
.breadCrumb__item {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.breadCrumb__item + .breadCrumb__item:before {
  content: ">";
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
}
.breadCrumb__link {
  font-weight: 500;
  color: #000;
}
.breadCrumb__link:hover {
  opacity: 1;
  color: #0050A5;
  text-decoration: underline;
}

.l-header {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.l-header__width {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__width {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}
.l-header__logo {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 122px;
  }
}
.l-header__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    display: block;
  }
}
.l-header__top {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-header__top {
    margin-bottom: 0;
  }
}
.l-header__top__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__top__list {
    flex-direction: column-reverse;
  }
}
.l-header__top__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__top__item {
    width: 100%;
  }
}
.l-header__top__item + .l-header__top__item {
  padding-left: 32px;
}
.l-header__top__item:last-child {
  min-width: 72px;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .l-header__top__item:last-child {
    width: 100%;
    padding: 24px;
    background-color: #F5F5F5;
  }
}
.l-header__top__link {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-header__top__link {
    position: relative;
    display: block;
    padding: 16px 56px 16px 24px;
    font-weight: bold;
  }
}
.l-header__top__link.-current {
  color: #0050a5;
}
.l-header__bottom__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__bottom__list {
    flex-direction: column;
  }
}
.l-header__bottom__item {
  height: 47px;
}
@media screen and (max-width: 767px) {
  .l-header__bottom__item {
    width: 100%;
    min-height: 53px;
    position: relative;
    height: 100%;
    border-top: 1px solid #F5F5F5;
  }
}
.l-header__bottom__item + .l-header__bottom__item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-header__bottom__item + .l-header__bottom__item {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__bottom__item:hover .l-header__bottom__link {
    color: #0050A5;
  }
}
@media screen and (min-width: 768px) {
  .l-header__bottom__item:hover .l-header__bottom__link::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__bottom__item:hover .l-header__subNav {
    transform: scaleY(1);
    opacity: 1;
  }
}
.l-header__bottom__item {
  /*&.-active {
    .l-header__subNav {
      @include sp {
        transform: scaleY(1);
      }
    }
  }*/
}
.l-header__bottom__link {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header__bottom__link {
    position: relative;
    display: block;
    padding: 16px 56px 16px 24px;
    font-weight: bold;
    width: 100%;
  }
}
.l-header__bottom__link.-current {
  color: #0050a5;
}
.l-header__bottom__link::before {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  top: 29px;
  height: 3px;
  margin: 0px auto 0px;
  background-color: #0050A5;
  transition: all 0.2s 0.2s;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .l-header__bottom__link::before {
    display: none;
  }
}
.l-header__language__list {
  display: flex;
}
.l-header__language__item {
  display: flex;
  margin-right: 24px;
  position: relative;
}
.l-header__language__item::after {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  display: block;
  content: "/";
  font-size: 1.6rem;
  color: #DBDBDB;
  pointer-events: none;
}
.l-header__language__item:last-child {
  margin: 0;
}
.l-header__language__item:last-child::after {
  display: none;
}
.l-header__language__link {
  font-size: 1.6rem;
  color: #000;
}
.l-header__language__link.is-active {
  position: relative;
}
.l-header__language__link.is-active::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  top: 2.5px;
  height: 2px;
  margin: 0px auto 0px;
  background-color: #0050A5;
  transition: all 0.2s 0.2s;
  border-radius: 25%;
}
.l-header__subNav {
  display: block;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-header__subNav {
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: -100%;
    left: -100%;
    transform-origin: top left;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__subNav {
    display: none;
    position: relative;
    z-index: 1;
  }
}
.l-header__subNav__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__inner {
    background-color: #F5F5F5;
    padding: 0 24px;
  }
}
.l-header__subNav__area {
  padding: 40px 0 24px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__area {
    padding: 16px 0 0;
  }
}
.l-header__subNav__foot {
  background-color: #F5F5F5;
  padding: 24px 0 32px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__foot {
    padding: 16px 0;
    border-top: 1px solid #E1E1E1;
  }
}
.l-header__subNav__banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__banner__list {
    gap: 16px;
  }
}
.l-header__subNav__banner__item {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__banner__item {
    max-width: 163px;
    width: 47%;
  }
}
.l-header__subNav__head, .l-header__subNav__body, .l-header__subNav__foot__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l-header__subNav__topLink {
  margin-bottom: 24px;
  color: #000;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.l-header__subNav__topLink:hover::after {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__subNav__topLink:hover::after {
    border-top: 2px solid #0050A5;
    border-right: 2px solid #0050A5;
  }
}
.l-header__subNav__topLink::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__topLink::after {
    display: none;
  }
}
.l-header__subNav__inline {
  display: inline-block;
}
.l-header__subNav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__list {
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-header__subNav__item {
    margin-bottom: 16px;
  }
}
.l-header__subNav__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  width: 368px;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__link {
    width: 100%;
    padding-right: 0;
  }
}
.l-header__subNav__link::after {
  position: absolute;
  right: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header__subNav__link::after {
    display: none;
  }
}
.l-header__subNav__link:hover::after {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__subNav__link:hover::after {
    border-top: 2px solid #0050A5;
    border-right: 2px solid #0050A5;
  }
}
.l-header__spFoot {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__spFoot {
    display: block;
  }
}
.l-header__spFoot__banner {
  background-color: #F5F5F5;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.l-header__spFoot__banner__item {
  width: 163px;
}
@media screen and (max-width: 767px) {
  .l-header__spFoot__banner__item {
    max-width: 163px;
    width: 47%;
  }
}
.l-header__spFoot__language {
  padding: 14px 0 105px;
  display: flex;
  justify-content: center;
}
.l-header__spFoot__language__item {
  margin-right: 24px;
  position: relative;
}
.l-header__spFoot__language__item::after {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  display: block;
  content: "/";
  font-size: 1.6rem;
  color: #DBDBDB;
  pointer-events: none;
}
.l-header__spFoot__language__item:last-child {
  margin-right: 0;
}
.l-header__spFoot__language__item:last-child::after {
  display: none;
}
.l-header__spFoot__language__link {
  font-size: 1.6rem;
  color: #000;
  position: relative;
}
.l-header__spFoot__language__link.is-active::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  top: 2.5px;
  height: 2px;
  margin: 0px auto 0px;
  background-color: #0050A5;
  transition: all 0.2s 0.2s;
  border-radius: 25%;
}

/*検索窓*/
.searchBox__inner, .mf_finder_searchBox_items {
  padding: 0;
}

.searchBox__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(/assets/images/icn_search_2025.svg) no-repeat;
  background-size: 23px;
  background-position: center;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .searchBox__btn {
    display: none;
  }
}
.searchBox__btn.-active {
  display: none;
}
@media screen and (min-width: 768px) {
  .searchBox__btn:hover {
    opacity: 0.5;
  }
}

.mf_finder_searchBox_submit {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background: url(/assets/images/icn_search_2025.svg) no-repeat;
  background-size: 23px;
  background-position: center;
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .mf_finder_searchBox_submit {
    display: block;
  }
}
.mf_finder_searchBox_submit.-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .mf_finder_searchBox_submit:hover {
    opacity: 0.5;
  }
}

.mf_finder_searchBox_submit:before {
  display: none;
}

.mf_finder_searchBox_query_wrap {
  width: 40px;
  opacity: 0;
  flex-grow: unset;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mf_finder_searchBox_query_wrap {
    width: 100%;
    opacity: 1;
  }
}
.mf_finder_searchBox_query_wrap input {
  font-size: 1.6rem;
  padding: 0.5rem 40px 0.5rem 10px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .mf_finder_searchBox_query_wrap input {
    background-color: #fff;
  }
}
.mf_finder_searchBox_query_wrap.-active {
  width: 200px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mf_finder_searchBox_query_wrap.-active {
    width: 100%;
  }
}

.mf_finder_searchBox {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mf_finder_searchBox {
    margin-right: 0;
  }
}

.mf_finder_searchBox_query_input {
  min-height: 40px;
}

/*オーバーレイ*/
.p-pc_dropdown__overlay {
  background: #000;
  height: 100vh;
  left: 0;
  min-width: 1240px;
  opacity: 0;
  position: fixed;
  top: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.p-pc_dropdown__overlay.-active {
  opacity: 0.6;
  visibility: visible;
}

/*sp menu*/
@media screen and (max-width: 767px) {
  .sp__menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 70px;
    background-color: #fff;
    z-index: -1;
    overflow-y: auto;
    height: calc(100vh - 60px);
  }
}

.sp__menu__accordion__btn {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sp__menu__accordion__btn {
    display: inline-block;
  }
}
.sp__menu__accordion__btn::before, .sp__menu__accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 0;
  border-radius: 4px;
  background-color: #0050A5;
  transition: all 0.4s;
}
.sp__menu__accordion__btn::before {
  transform: rotate(270deg);
}
.sp__menu__accordion__btn::after {
  transform: rotate(180deg);
}

.l-header__top__item.-active .sp__menu__accordion__btn::before, .l-header__top__item.-active .sp__menu__accordion__btn::after, .l-header__bottom__item.-active .sp__menu__accordion__btn::before, .l-header__bottom__item.-active .sp__menu__accordion__btn::after {
  transform: rotate(0);
}

.sp__btn {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sp__btn {
    display: inline-block;
    width: 24px;
  }
}
.sp__btn .top, .sp__btn .middle, .sp__btn .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  margin: -1px 0 0 -12px;
  border-radius: 4px;
  background-color: #0050A5;
  transition: all 0.4s;
}
.sp__btn .top {
  margin-top: -9px;
}
.sp__btn .bottom {
  margin-top: 7px;
}
.sp__btn.-active .top, .sp__btn.-active .middle, .sp__btn.-active .bottom {
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
}
.sp__btn.-active .top {
  transform: rotate(315deg);
}
.sp__btn.-active .middle {
  opacity: 0;
}
.sp__btn.-active .bottom {
  transform: rotate(225deg);
}
.sp__btn.-menu {
  right: 7.46667%;
}

.-fixed .sp__btn {
  width: 20px;
  height: 20px;
}
.-fixed .sp__btn .top, .-fixed .sp__btn .middle, .-fixed .sp__btn .bottom {
  width: 20px;
  margin: -1px 0 0 -10px;
  height: 2px;
}
.-fixed .sp__btn .top {
  margin-top: -7px;
}
.-fixed .sp__btn .bottom {
  margin-top: 5px;
}
.-fixed .sp__btn.-active .top, .-fixed .sp__btn.-active .bottom {
  background-color: #999;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -9px;
}

/*================================
	footer
================================*/
/*pagetop anchor*/
.l-pageTop .l-pageTop__wrap {
  position: fixed;
  bottom: -95px;
  right: 20px;
  text-align: center;
  z-index: 999;
  transition: bottom 0.25s;
}
.l-pageTop .l-pageTop__wrap.-fixed {
  bottom: 15px;
}
.l-pageTop .l-pageTop__wrap.-cookie {
  bottom: 60px;
}
.l-pageTop .l-pageTop__wrap a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #666666;
  font-weight: bold;
  opacity: 0.6;
}
.l-pageTop .l-pageTop__wrap a .l-pageTop__icon {
  display: block;
  width: 40px;
  height: 40px;
  padding: 15px 0 15px;
  margin: auto;
  background-color: #000;
  border-radius: 20px;
  transition: all 0.2s;
}
.l-pageTop .l-pageTop__wrap a .l-pageTop__icon:before {
  background: url(/assets/images/icn_arrow_pagetop.png) no-repeat top center;
  background-size: 15px 8px;
  padding: 10px 0;
  content: "";
  display: block;
  position: relative;
}
.l-pageTop .l-pageTop__wrap a:hover {
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  /*pagetop anchor*/
  .l-pageTop .l-pageTop__wrap.-cookie {
    bottom: 135px;
  }
  .l-pageTop .l-pageTop__wrap a:hover {
    opacity: 0.6;
  }
}
/*footer css*/
.l-footer__nav {
  background-color: #0050A5;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    background-color: #fff;
    padding: 0;
  }
}
.l-footer__nav__outside {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__outside {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__inside {
    display: none;
    background-color: #F5F5F5;
    padding: 16px 0 16px 48px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__top {
    position: relative;
    background-color: #0050A5;
  }
}
.l-footer__nav__top a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__top a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav__top a:hover {
    opacity: 0.5;
  }
}
.l-footer__nav__top.-active .l-footer__nav__top__accordion::before, .l-footer__nav__top.-active .l-footer__nav__top__accordion::after {
  transform: rotate(0deg);
}
.l-footer__nav__top__accordion {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__top__accordion {
    display: block;
  }
}
.l-footer__nav__top__accordion::before, .l-footer__nav__top__accordion::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: -1px -6px 0 0;
  background-color: #fff;
  transition: all 0.4s;
  border-radius: 4px;
}
.l-footer__nav__top__accordion::before {
  transform: rotate(270deg);
}
.l-footer__nav__top__accordion::after {
  transform: rotate(180deg);
}
.l-footer__nav__link {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__link {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__link + .l-footer__nav__link {
    margin-top: 16px;
  }
}
.l-footer__nav__link a {
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__link a {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav__link a:hover {
    opacity: 0.5;
  }
}
.l-footer__nav__item {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item {
    width: 100%;
  }
}
.l-footer__nav__item + .l-footer__nav__item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item + .l-footer__nav__item {
    margin-left: 0;
  }
}
.l-footer__nav__sns {
  margin-top: 16px;
  display: flex;
  gap: 0 16px;
}
.l-footer__nav__sns__link a {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__sns__link a:hover {
    opacity: 0.5;
  }
}
.l-footer__other {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__other {
    align-items: center;
    padding: 24px 0 40px;
  }
}
.l-footer__other__list {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__other__list {
    flex-direction: column;
    padding: 0 24px;
    margin: 0 auto 32px;
  }
}
.l-footer__other__item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__other__item {
    line-height: 1.5;
  }
}
.l-footer__other__item a {
  font-size: 1.6rem;
  color: #000;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__other__item a:hover {
    color: #0050A5;
  }
}
.l-footer__other__item + .l-footer__other__item {
  border-left: 1px solid #000;
  padding-left: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__other__item + .l-footer__other__item {
    border: none;
    padding: 0;
    margin: 16px 0 0;
  }
}
.l-footer__other__logo {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__other__logo {
    align-items: center;
    padding: 0 24px;
  }
}
.l-footer__other__logo a {
  display: block;
  width: 288px;
  margin-bottom: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-footer__other__logo a {
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__other__logo a:hover {
    opacity: 0.5;
  }
}
.l-footer__other__logo__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__other__logo__text {
    text-align: center;
  }
}
.l-footer__pc__wrap {
  margin-top: 40px;
}