@charset "UTF-8";
/*---------ヘッダー、フッター--------*/
/*ヘッダー*/
.header {
  font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  width: 100%;
  padding-top: 26px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  min-width: 1280px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 2;
}
@media (max-width: 567px) {
  .header {
    padding: 0;
    min-width: initial;
  }
}
.header__content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 567px) {
  .header__content {
    width: 100%;
    margin: 0;
    height: 100%;
    display: block;
    overflow-y: scroll;
    background: #fff;
  }
}
.header__title {
  width: 226px;
  flex-shrink: 0;
}
@media (max-width: 567px) {
  .header__title {
    width: 100%;
    height: 62px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__title-logo {
  width: 226px;
}
@media (max-width: 567px) {
  .header__title-logo {
    width: 193px;
  }
}
.header__title-logo-link {
  display: block;
  width: 100%;
}
.header__title-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}
.header__title-logo-link:hover {
  opacity: 0.6;
}
.header__title-logo-link--disable:hover {
  opacity: 1;
}
.header__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 567px) {
  .header__inner {
    background: #fff;
    display: none;
    height: 100%;
    padding-top: 62px;
  }
}
.header--simple {
  padding-top: 0;
}
.header--simple .header__content {
  height: 64px;
}
@media (max-width: 567px) {
  .header--simple .header__content {
    height: 100%;
  }
}
.header--simple + .main {
  padding-top: 65px;
}
@media (max-width: 567px) {
  .header--simple + .main {
    padding-top: 62px;
  }
}
.header--lp {
  padding-top: 0;
}
@media (max-width: 567px) {
  .header--lp {
    height: 64px;
  }
}
@media (max-width: 567px) {
  .header--lp .header__title {
    width: auto;
    border: 0;
  }
}
.header--lp .header__lpinner {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 567px) {
  .header--lp .header__lpinner {
    align-items: stretch;
    height: 64px;
    gap: 0;
  }
}
.header--lp .main-nav__inquiry {
  margin: 0;
}
@media (max-width: 567px) {
  .header--lp .main-nav__inquiry-tel {
    border-left: 1px solid #d5d5d5;
    width: 64px;
    height: 100%;
  }
  .header--lp .main-nav__inquiry-tel a {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 100%;
    text-indent: -2000px;
  }
  .header--lp .main-nav__inquiry-tel a::before {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    align-items: end;
    width: 100%;
    height: 100%;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-indent: 0;
    content: "問い合わせ";
    background-image: url(../img/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center top 8px;
    background-size: auto 30px;
  }
}
@media (max-width: 567px) {
  .header--lp .main-nav__inquiry-time {
    display: none;
  }
}
@media (max-width: 567px) {
  .header--lp .sub-nav__btn {
    display: grid;
    align-items: end;
    width: 64px;
    min-width: unset;
    height: 100%;
    padding: 0 0 8px;
    border: 0;
    border-left: 1px solid #d5d5d5;
    border-radius: 0;
    color: #fa7a03;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    background-color: transparent;
    background-image: url(../img/common/icon_pdf.svg);
    background-repeat: no-repeat;
    background-position: center top 8px;
    background-size: auto 30pz;
    box-shadow: unset;
  }
}

@media (max-width: 567px) {
  .header-active {
    height: 100%;
  }
}

.sub-nav {
  background: #f7f7f7;
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 567px) {
  .sub-nav {
    width: 100%;
    height: auto;
    position: static;
    background: #fff;
    padding: 0 20px;
  }
}
.sub-nav__inner {
  width: 1200px;
  height: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  color: #fff;
}
@media (max-width: 567px) {
  .sub-nav__inner {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: block;
    position: relative;
    color: #333;
  }
}
.sub-nav__list {
  display: flex;
  gap: 0 24px;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 567px) {
  .sub-nav__list {
    flex-direction: column;
    gap: 24px 0;
    background: #f7f7f7;
    margin-top: 32px;
    padding: 16px 20px;
  }
}
.sub-nav__list-item a {
  color: #111;
  transition-duration: 0.3s;
}
.sub-nav__list-item a:hover {
  text-decoration: underline;
}
@media (max-width: 567px) {
  .sub-nav__list-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 567px) {
  .sub-nav__list-item:first-child {
    margin: 0;
  }
}
.sub-nav__list-item--ex a {
  background: url(../img/common/icon_login.svg) right center no-repeat;
  background-size: 12px 12px;
  padding-right: 16px;
}
.sub-nav__btn-area {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .sub-nav__btn-area {
    width: 100%;
    position: static;
    margin-top: 15px;
    justify-content: center;
  }
}
.sub-nav__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 60px;
  text-align: center;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 29, 49, 0.16);
  background-color: #fa7a03;
  border: 2px solid #fa7a03;
  color: #fff;
}
@media (max-width: 567px) {
  .sub-nav__btn {
    width: 74%;
    height: 56px;
  }
}
.sub-nav__btn:hover {
  transition: 0.3s;
  color: #f45613;
  background-color: #fff;
  border: 2px solid #f45613;
  box-shadow: none;
}

.main-nav {
  height: 80px;
  background: #fff;
  color: #111;
}
@media (max-width: 567px) {
  .main-nav {
    height: auto;
    background: #fff;
    position: relative;
    padding: 0 20px;
  }
}
.main-nav__inner {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding-right: 212px;
}
@media (max-width: 567px) {
  .main-nav__inner {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.main-nav__list {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
@media (max-width: 567px) {
  .main-nav__list {
    display: block;
    margin-left: 0;
  }
}
.main-nav__list-item {
  font-size: 14px;
  font-weight: 500;
  border-top: 4px solid #fff;
  line-height: 1;
}
@media (max-width: 567px) {
  .main-nav__list-item {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: 1px solid #d5d5d5;
    border-top: none;
    height: auto;
  }
}
.main-nav__list-item a {
  color: #111;
}
.main-nav__list-item a:hover {
  color: #0a79cb;
  transition: 0.3s;
  opacity: 1;
}
@media (max-width: 567px) {
  .main-nav__list-item a:hover {
    color: #111;
    transition: none;
  }
}
.main-nav__list-item--toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 4px 20px 5px 0;
}
.main-nav__list-item--toggle:hover {
  color: #0a79cb;
  transition: 0.3s;
}
@media (max-width: 567px) {
  .main-nav__list-item--toggle:hover {
    color: #111;
    transition: none;
  }
}
@media (max-width: 567px) {
  .main-nav__list-item--toggle {
    padding: 20px 0;
    width: 100%;
    background-size: 18px 10px;
  }
}
.main-nav__list-item--toggle::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/common/link_arrow_gray.svg) no-repeat 0 0;
  background-size: 15px 9px;
  position: absolute;
  top: 6px;
  right: 0;
}
@media (max-width: 567px) {
  .main-nav__list-item--toggle::after {
    background-size: 16px 10px;
    top: 50%;
    right: 5px;
    margin-top: -5px;
  }
}
@media (max-width: 567px) {
  .main-nav__list-item:first-child {
    border-top: none;
  }
}
@media (max-width: 567px) {
  .main-nav__list-item > a {
    display: block;
    padding: 20px 0;
    position: relative;
  }
}
@media (max-width: 567px) {
  .main-nav__list-item > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/common/link_arrow_gray.svg) no-repeat 0 0;
    background-size: 16px 10px;
    right: 3px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    transform: rotate(-90deg);
  }
}
.main-nav__lower {
  position: absolute;
  top: 107px;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
  padding: 40px 0 62px;
}
@media (max-width: 567px) {
  .main-nav__lower {
    position: static;
    background: #fff;
    width: 100%;
    display: none;
    padding: 0 0 48px 12px;
  }
}
.main-nav__lower-bg {
  position: fixed;
  top: 107px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 567px) {
  .main-nav__lower-bg {
    background-color: #fff;
  }
}
.main-nav__lower-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0 64px;
}
@media (max-width: 567px) {
  .main-nav__lower-inner {
    width: 100%;
    flex-direction: column;
    gap: 24px 0;
  }
}
.main-nav__lower-column {
  width: 100%;
}
.main-nav__lower-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  gap: 16px 40px;
}
@media (max-width: 567px) {
  .main-nav__lower-list {
    flex-direction: column;
    gap: 24px 0;
  }
}
.main-nav__lower-list--alone {
  justify-content: center;
}
@media (max-width: 567px) {
  .main-nav__lower-list--alone {
    padding-top: 24px;
  }
}
.main-nav__lower-item a {
  padding-left: 14px;
  position: relative;
}
@media (max-width: 567px) {
  .main-nav__lower-item a {
    display: block;
    width: 100%;
  }
}
.main-nav__lower-item a::after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/common/link_arrow_blue.svg) no-repeat 0 0;
  background-size: 7px 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
}
.main-nav__lower-title {
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d5d5d5;
}
@media (max-width: 567px) {
  .main-nav__lower-title {
    font-size: 14px;
    padding-top: 24px;
  }
}
.main-nav__lower-main-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 567px) {
  .main-nav__lower-main-list {
    flex-direction: column;
    gap: 24px;
  }
}
.main-nav__lower-main-list-item a {
  width: 100px;
  height: 70px;
  display: flex;
  flex-direction: column;
  gap: 16px 8px;
  align-items: center;
}
.main-nav__lower-main-list-item a:hover img {
  scale: 1.1;
}
.main-nav__lower-main-list-item img {
  transition: scale 0.5s;
}
@media (max-width: 567px) {
  .main-nav__lower-main-list-item a {
    width: 100%;
    height: 28px;
    flex-direction: row;
  }
  .main-nav__lower-main-list-item a:hover img {
    scale: initial;
  }
  .main-nav__lower-main-list-item img {
    width: 45px;
    height: 28px;
  }
}
.main-nav__lower-banner {
  opacity: 1;
  transition: all ease-in-out 0.15s;
}
.main-nav__lower-banner:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 567px) {
  .main-nav__lower-banner {
    width: 100%;
    height: auto;
    padding-right: 12px;
  }
  .main-nav__lower-banner:hover {
    opacity: initial;
  }
}
.main-nav__lower-main-list-more {
  font-size: 14px;
  padding-left: 14px;
  position: relative;
}
@media (max-width: 567px) {
  .main-nav__lower-main-list-more {
    display: block;
    width: 100%;
  }
}
.main-nav__lower-main-list-more::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/common/link_arrow_blue.svg) no-repeat 0 0;
  background-size: 7px 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
}
.main-nav__inquiry {
  text-align: center;
  line-height: 1;
  margin: 0 0 0 40px;
}
@media (max-width: 567px) {
  .main-nav__inquiry {
    margin: 32px 0 0;
  }
}
.main-nav__inquiry-tel a {
  color: #0a79cb;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 567px) {
  .main-nav__inquiry-tel a {
    font-size: 22px;
  }
}
.main-nav__inquiry-tel a:hover {
  color: #033f80;
}
@media (max-width: 567px) {
  .main-nav__inquiry-tel a:hover {
    color: #0a79cb;
  }
}
.main-nav__inquiry-time {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 104px;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 567px) {
  .main-nav__inquiry-time {
    margin-top: 7px;
  }
}
.main-nav__inquiry-day {
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  background-color: #a5a5a5;
  border-radius: 4px;
  padding: 3px 4px;
}

@media (max-width: 567px) {
  .nav-open .main-nav__list-item--toggle {
    border-bottom: 1px solid #d5d5d5;
  }
}

.nav-open .main-nav__list-item--toggle::after {
  transform: rotate(180deg);
  top: 3px;
}
@media (max-width: 567px) {
  .nav-open .main-nav__list-item--toggle::after {
    top: 50%;
  }
}

.main-nav__lower--service .main-nav__lower-inner {
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 567px) {
  .main-nav__lower--service .main-nav__lower-inner {
    gap: 24px;
    padding-top: 24px;
  }
}
.main-nav__lower--service .main-nav__lower-column:first-child {
  width: 480px;
}
@media (max-width: 567px) {
  .main-nav__lower--service .main-nav__lower-column:first-child {
    width: 100%;
  }
}
.main-nav__lower--service .main-nav__lower-column:nth-child(2) {
  width: 680px;
}
@media (max-width: 567px) {
  .main-nav__lower--service .main-nav__lower-column:nth-child(2) {
    width: 100%;
  }
}

.sp-menu {
  display: none;
}
@media (max-width: 567px) {
  .sp-menu {
    display: block;
  }
  .sp-menu__btn {
    width: 44px;
    height: 42px;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .sp-menu__btn-link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transition: all 0.4s;
  }
  .sp-menu__btn-link .sp-menu__btn-line {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #0a79cb;
    transform: rotate(180deg);
    transition: all 0.4s;
  }
  .sp-menu__btn-link .sp-menu__btn-line:nth-of-type(1) {
    top: 0;
  }
  .sp-menu__btn-link .sp-menu__btn-line:nth-of-type(2) {
    top: 9px;
  }
  .sp-menu__btn-link .sp-menu__btn-line:nth-of-type(3) {
    bottom: 0;
  }
  .sp-menu__btn-inner {
    width: 24px;
    height: 20px;
    position: relative;
    margin-left: 10px;
  }
  .sp-menu__btn-txt {
    width: 100%;
    font-size: 10px;
    line-height: 2;
    font-weight: 700;
    color: #0a79cb;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sp-menu__btn-txt-close {
    display: none;
  }
  .sp-menu-active a {
    z-index: 3;
  }
  .sp-menu-active .sp-menu__btn-line:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
    top: -2px;
  }
  .sp-menu-active .sp-menu__btn-line:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
    top: 9px;
  }
  .sp-menu-active .sp-menu__btn-line:nth-of-type(3) {
    opacity: 0;
  }
  .sp-menu__menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    padding: 0;
  }
  @keyframes menufadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 567px) {
  .sp-menu-open {
    display: block;
    animation: menufadeIn 0.5s forwards;
  }
}

.body--fixed {
  position: relative;
}
@media (max-width: 567px) {
  .body--fixed {
    overflow: hidden;
  }
}

.body--fixed::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

/*ぱんくず*/
.btm-breadcrumb {
  font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  background: #4d4d4d;
  color: #fff;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
  line-height: 1;
}
@media (max-width: 567px) {
  .btm-breadcrumb {
    padding: 13px 20px;
  }
}
.btm-breadcrumb__list {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 567px) {
  .btm-breadcrumb__list {
    width: 100%;
    line-height: 1.5;
  }
}
.btm-breadcrumb__item {
  font-size: 14px;
  display: inline;
  color: #fff;
  padding-left: 12px;
}
@media (max-width: 567px) {
  .btm-breadcrumb__item {
    font-size: 12px;
  }
}
.btm-breadcrumb__item:first-child {
  padding-left: 0;
}
.btm-breadcrumb__item a {
  color: #fff;
}
.btm-breadcrumb__item a:hover {
  text-decoration: underline;
}
@media (max-width: 567px) {
  .btm-breadcrumb__item a:hover {
    text-decoration: none;
  }
}
.btm-breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  margin: 0 12px 1px 0;
  background: url(../img/common/link_arrow_white.svg) 0px 0px/11px 7px no-repeat;
  transform: rotate(-90deg);
}
@media (max-width: 567px) {
  .btm-breadcrumb__item:not(:first-child)::before {
    width: 11px;
    height: 6px;
    background: url(../img/common/link_arrow_white.svg) 0px 0px/11px 6px no-repeat;
  }
}

/*フッター*/
.footer {
  font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 2;
}
.footer__main {
  background: #4d4d4d;
  color: #fff;
}
.footer__main a {
  color: #fff;
}
.footer__main a:hover {
  text-decoration: underline;
}
@media (max-width: 567px) {
  .footer__main a:hover {
    text-decoration: none;
  }
}
.footer__sub {
  color: #4d4d4d;
  background: #fff;
  padding: 65px 0 23px;
}
@media (max-width: 567px) {
  .footer__sub {
    padding: 40px 0 20px;
  }
}
.footer__sub-inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .footer__sub-inner {
    width: auto;
    margin: 0;
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer__sub-logo {
  width: 600px;
}
@media (max-width: 567px) {
  .footer__sub-logo {
    width: auto;
  }
}
.footer__sub-logo-link:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media (max-width: 567px) {
  .footer__sub-logo-link {
    text-align: center;
    display: block;
  }
}
@media (max-width: 567px) {
  .footer__sub-logo-link img {
    width: 280px;
    height: auto;
  }
}
.footer__sub-logo-cap {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 567px) {
  .footer__sub-logo-cap {
    text-align: center;
  }
}
.footer__sub-mark {
  width: 400px;
  text-align: right;
}
@media (max-width: 567px) {
  .footer__sub-mark {
    border-top: 1px solid #d5d5d5;
    padding-top: 16px;
    width: auto;
    text-align: center;
  }
}
.footer__sub-mark img {
  width: 306px;
  height: auto;
}
.footer__sub-address {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 567px) {
  .footer__sub-address {
    margin-top: 32px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
}
.footer__sub-sns {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 24px;
}
@media (max-width: 567px) {
  .footer__sub-sns {
    justify-content: center;
  }
}
.footer__sub-sns-item a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.footer__sub-sns-item a img {
  display: block;
}
.footer__sub-list {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  font-size: 12px;
  margin-top: 64px;
  padding-top: 16px;
  border-top: 1px solid #d5d5d5;
}
@media (max-width: 567px) {
  .footer__sub-list {
    font-size: 10px;
    margin-top: 16px;
  }
}
.footer__sub-list-item {
  position: relative;
  padding-left: 8px;
}
.footer__sub-list-item:not(:first-child)::before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 12px;
  background-color: #cfcfcf;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 567px) {
  .footer__sub-list-item:not(:first-child)::before {
    top: 4px;
  }
}
.footer__sub-list-item a {
  color: #4d4d4d;
  text-decoration: underline;
}
.footer__sub-list-item a:hover {
  text-decoration: none;
}
@media (max-width: 567px) {
  .footer__sub-list-item a:hover {
    text-decoration: underline;
  }
}
.footer__sub-copy {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}

.nav-footer {
  width: 1080px;
  margin: 0 auto;
  padding: 64px 0 80px;
}
@media (max-width: 567px) {
  .nav-footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.nav-footer__list {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 567px) {
  .nav-footer__list {
    width: 100%;
    display: block;
  }
}
.nav-footer__list-item {
  width: 170px;
  flex-shrink: 0;
}
@media (max-width: 567px) {
  .nav-footer__list-item {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d5d5d5;
  }
}
.nav-footer__list-item:last-child {
  border-bottom: none;
}
.nav-footer__list-item--main {
  width: 200px;
  border-right: 1px solid #707070;
  padding-right: 30px;
  box-sizing: content-box;
}
@media (max-width: 567px) {
  .nav-footer__list-item--main {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.nav-footer__list-item-wrapper {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 567px) {
  .nav-footer__list-item-wrapper {
    width: 100%;
    row-gap: 0;
  }
}
.nav-footer__list-item-ttl--pc {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 567px) {
  .nav-footer__list-item-ttl--pc {
    display: none;
  }
}
.nav-footer__list-item-ttl--sp {
  display: none;
}
@media (max-width: 567px) {
  .nav-footer__list-item-ttl--sp {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 18px 0;
    width: 100%;
  }
  .nav-footer__list-item-ttl--sp::after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/common/link_arrow_white.svg) no-repeat 0 0;
    background-size: 16px 10px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
  }
}
.nav-footer__content {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 567px) {
  .nav-footer__content {
    display: none;
    border-top: 1px solid #d5d5d5;
    margin-top: 0;
  }
}
.nav-footer__content-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 567px) {
  .nav-footer__content-list {
    row-gap: 24px;
    margin: 24px 0;
  }
}
.nav-footer__content-list-item--indent {
  padding-left: 1em;
}
.nav-footer__content-list-link {
  display: block;
}
.nav-footer__lower-list {
  margin: 4px 0 0 16px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 567px) {
  .nav-footer__lower-list {
    margin: 8px 0 0 16px;
    row-gap: 8px;
  }
}
.nav-footer__lower-list-item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #999;
  margin: 0 8px 3px 0;
}

.nav-open .nav-footer__list-item-ttl--sp::after {
  transform: rotate(180deg);
}

@media (max-width: 567px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 567px) {
  .sp-only {
    display: block;
  }
}
