/* ------------------------------------

header

------------------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-size: 15px;
  font-weight: 600;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms;
  background-color: transparent;
  color: #fff;
  max-width: 1800px;
  padding: 0 37px 0 70px;
}
.l-header a {
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .l-header {
    top: 2.0512820513dvw;
    padding: 0 3.0769230769dvw 0 4.8717948718dvw;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .l-header__logo {
    font-size: 11px;
    font-size: 2.8205128205dvw;
  }
}
.l-header__logo img {
  display: block;
  width: 140px;
  height: 33.5px;
}
@media print, screen and (max-width: 760px) {
  .l-header__logo img {
    width: 30dvw;
    height: auto;
  }
}
.l-header__container {
  display: flex;
  margin: 0 auto;
  height: 55px;
  margin: 0 auto;
  align-items: center;
}
@media print, screen and (max-width: 1160px) {
  .l-header__container {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .l-header__container {
    height: 13.3333333333dvw;
  }
}

.l-header__list {
  display: flex;
  gap: 2em;
  font-size: 14px;
  font-weight: 500;
  height: 55px;
  align-items: center;
  margin-left: auto;
  margin-right: 18px;
}
@media print, screen and (max-width: 1160px) {
  .l-header__list li:not(.contact-btn) {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .l-header__list li {
    display: none;
  }
}

.l-header.is-fixed {
  top: 0;
  background-color: #fff;
  color: #1D1D1D;
  padding: 0 0 0 32px;
  max-width: inherit;
}
@media print, screen and (max-width: 760px) {
  .l-header.is-fixed {
    padding: 0;
  }
}
.l-header.is-fixed a {
  color: #1D1D1D;
}
.l-header.is-fixed .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8A15;
  width: 205px;
  height: 55px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .l-header.is-fixed .contact-btn {
    display: none;
  }
}
.l-header.is-fixed .l-header__logo {
  color: #363636;
  background-image: url(../img/cmn/h_logo_fixed.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 140px auto;
}
@media print, screen and (max-width: 760px) {
  .l-header.is-fixed .l-header__logo {
    background-size: 30dvw auto;
    margin-left: 3.5897435897dvw;
  }
}
.l-header.is-fixed .l-header__logo img {
  visibility: hidden;
}
.l-header.is-fixed .l-header__list {
  margin-right: 0;
}
.l-header.is-fixed .l-toggle {
  background-color: #274574;
}

/* active */
@media print, screen and (max-width: 760px) {
  .l-header.active {
    top: 0;
    padding: 0.7692307692dvw 3.0769230769dvw 0 3.5897435897dvw;
    background-color: #274574;
  }
}
.l-header.active .l-header__logo,
.l-header.active .l-header__list {
  visibility: hidden;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .l-header.active .l-header__logo,
.l-header.active .l-header__list {
    visibility: visible;
    pointer-events: all;
  }
}
.l-header.active .l-toggle {
  position: absolute;
  top: -18px;
  right: 13px;
}
@media print, screen and (max-width: 760px) {
  .l-header.active .l-toggle {
    top: 0;
    right: 0.2564102564dvw;
  }
}
.l-header.active.is-fixed {
  background-color: transparent;
}
.l-header.active.is-fixed .l-toggle {
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .l-header.active.is-fixed .l-toggle {
    top: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .l-header.active.is-fixed {
    background-color: #274574;
  }
  .l-header.active.is-fixed .l-header__logo {
    background-image: none;
    color: #fff;
    margin-left: 0;
  }
  .l-header.active.is-fixed .l-header__logo img {
    visibility: visible;
  }
}

/* ------------------------------------

footer

------------------------------------ */
.l-footer {
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  color: #fff;
  background-color: #274574;
  padding: 67px 0 45px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .l-footer {
    padding: 18.2051282051dvw 0 25.641025641dvw;
  }
}
.l-footer__container {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 96px 121px;
  padding: 0 36px 0 27px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer__container {
    display: block;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__container {
    padding: 0 5.1282051282dvw 0;
  }
}
.l-footer__btn {
  width: 456px;
  height: 68px;
  display: flex;
  align-items: center;
}
.l-footer__logo {
  display: block;
  width: 244px;
  margin-bottom: 49px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__logo {
    width: 62.3076923077dvw;
  }
}
.l-footer__logo img {
  width: 100%;
  display: block;
}
.l-footer__title {
  border-bottom: 1px solid #4B5F80;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 19px;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__title {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-footer__information {
  margin-bottom: 32px;
  line-height: 1.73;
}
@media print, screen and (max-width: 760px) {
  .l-footer__information {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.l-footer__information .tel {
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .l-footer__information .tel {
    pointer-events: all;
    display: block;
    margin-top: 4.6153846154dvw;
  }
  .l-footer__information .tel span {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    font-weight: 500;
  }
}
.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 456px;
  height: 68px;
  background-color: #FF8A15;
  color: #fff;
  font-weight: 500;
}
.l-footer__body {
  width: 44%;
  flex-shrink: 0;
}
@media print, screen and (max-width: 1000px) {
  .l-footer__body {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__body {
    padding-bottom: 26.6666666667dvw;
  }
}
.l-footer__menu {
  width: calc(56% - 121px);
  display: grid;
  grid-template-columns: 197px 1fr;
  justify-content: space-between;
  gap: 55px 0;
}
@media print, screen and (max-width: 1000px) {
  .l-footer__menu {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__menu {
    display: none;
  }
}
.l-footer__menu .l-footer__menu-box:first-child .l-footer__list:first-child {
  margin-bottom: 30px;
}
.l-footer__list {
  margin-bottom: 23px;
}
.l-footer__list > li {
  font-weight: 500;
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__list > li {
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.l-footer__list > li::before {
  content: "-";
  margin-right: 5px;
}
.l-footer__list > li > a {
  margin-bottom: 9px;
}
.l-footer__list a {
  display: inline-block;
}
.l-footer__list.list-2 {
  margin-bottom: 10px;
}
.l-footer__sub-list {
  padding-left: 12px;
}
.l-footer__sub-list li {
  font-size: 15px;
  line-height: 1.46;
  margin-bottom: 11px;
}
.l-footer__sub-list li a {
  color: #A5B2C6;
}
.l-footer__sub-list.is-row {
  display: grid;
  gap: 0 41px;
  grid-template-columns: auto 1fr;
}
.l-footer__link {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__link {
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.l-footer__link::before {
  content: "-";
  margin-right: 5px;
}
.l-footer__link a {
  display: inline-block;
}
.l-footer__link a[target=_blank] {
  position: relative;
}
.l-footer__link a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 9px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(../img/cmn/ico-blank.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
}
.l-footer__sub-link {
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-footer__sub-link a {
  display: inline-block;
}
.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #ABB6C7;
}
@media print, screen and (max-width: 760px) {
  .l-footer__copy {
    text-align: center;
    font-size: 12px;
    font-size: 3.0769230769dvw;
  }
}

.l-footer.form {
  background-image: none;
  text-align: center;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer.form {
    padding: 3vw 0 18vw;
  }
}

/*  l-control : footer menu (SP)
*----------------------------------- */
.fixed-btn {
  display: none;
}
@media print, screen and (max-width: 760px) {
  .fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 15.1282051282dvw;
    display: flex;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
  }
  .fixed-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 24.8717948718dvw;
    background-color: #fff;
    font-size: 13px;
    font-size: 3.3333333333dvw;
    border-right: 1px solid #9B9B9B;
    font-weight: 500;
  }
  .fixed-btn .contact-btn {
    width: 49.7435897436dvw;
    background-color: #FF8A15;
    color: #fff;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    border-right: none;
    font-weight: 700;
  }
}

/*  .topcontrol
*----------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #f58e23;
  opacity: 1;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .topcontrol {
    display: none;
  }
}

.topcontrol::after {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

/*  .l-footer-cookie
*----------------------------------- */
.l-footer-cookie.l-footer-cookie--close {
  display: none;
}
.l-footer-cookie__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.l-footer-cookie__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.l-footer-cookie__container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.l-footer-cookie__text {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__text {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.l-footer-cookie__text a {
  text-decoration: underline;
}
.l-footer-cookie__text a:hover {
  text-decoration: none;
}
.l-footer-cookie .l-footer-cookie__btn {
  width: 100px;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.l-footer-cookie .l-footer-cookie__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

/* ----------------------------------------------------------

contact

---------------------------------------------------------- */
.contact {
  background-color: #FF8A15;
}
.contact__inner {
  position: relative;
  width: 88%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 79px 0 68px;
}
@media print, screen and (max-width: 760px) {
  .contact__inner {
    width: 100%;
    padding: 20.5128205128dvw 5.1282051282dvw 0;
  }
}
.contact__en {
  position: absolute;
  top: -72px;
  left: 36px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 114px;
  line-height: 1;
  margin-bottom: 40px;
  color: #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .contact__en {
    font-size: 79px;
    font-size: 20.2564102564dvw;
    top: -11.2820512821dvw;
    left: 5.1282051282dvw;
  }
}
.contact__heading {
  position: relative;
  z-index: 10;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
  padding-left: 36px;
  padding-right: 50px;
  border-right: 1px solid #fff;
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .contact__heading {
    font-size: 22px;
    font-size: 5.641025641dvw;
    border-right: none;
    padding: 0;
    min-height: inherit;
    display: block;
    margin-bottom: 5.1282051282dvw;
  }
}
.contact__text {
  padding-left: 48px;
  line-height: 2;
  font-size: 15px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .contact__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    padding-left: 0;
  }
}
.contact__body {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 80px;
}
@media print, screen and (max-width: 760px) {
  .contact__body {
    display: block;
    padding-bottom: 23.0769230769dvw;
    padding-right: 0;
  }
}
.contact__body::after {
  position: absolute;
  top: 50%;
  right: 40px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/cmn/ico-link04.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  transform: translateY(-50%);
  content: "";
  transition: transform 300ms;
  pointer-events: none;
  transition: transform 300ms;
}
@media print, screen and (max-width: 760px) {
  .contact__body::after {
    width: 7.6923076923dvw;
    height: 7.6923076923dvw;
    top: inherit;
    bottom: 1.7948717949dvw;
    right: 0.5128205128dvw;
  }
}
.contact__link {
  position: relative;
  color: #fff;
}
.contact__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #E27100;
  content: "";
  transition: width 0.3s ease-in-out;
}
.contact__link:hover {
  opacity: 1;
}
.contact__link:hover::before {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .contact__link:hover::before {
    width: 0;
  }
}
.contact__link:hover .contact__body::after {
  transform: translateX(8px) translateY(-50%);
}
@media print, screen and (max-width: 760px) {
  .contact__link:hover .contact__body::after {
    transform: translateX(0) translateY(-50%);
  }
}

.contact.naka {
  background-color: #fff;
  z-index: -1;
}

.other_cmn {
  padding-top: 54px;
}
.other_cmn::after {
  content: "";
  background: #F0F0F0;
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 356px;
  z-index: -1;
  transform: translateX(-50%);
  margin-top: -578px;
}
@media print, screen and (max-width: 760px) {
  .other_cmn::after {
    height: 130vw;
    margin-top: -181vw;
  }
}
.other_cmn .other_cmn_title {
  text-align: center;
  font-size: 29px;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 760px) {
  .other_cmn .other_cmn_title {
    font-size: 6.15vw;
    margin-bottom: 8vw;
  }
}
.other_cmn .index_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1135px;
  margin: 0 auto 155px;
  justify-content: space-between;
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .other_cmn .index_list {
    gap: 16px;
    width: 90vw;
    margin: 0 auto 31.79vw;
  }
}
.other_cmn .index_list li {
  width: calc((100% - 48px) / 3);
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .other_cmn .index_list li {
    width: calc((100% - 16px) / 2);
    font-size: 6.15vw;
  }
}
.other_cmn .index_list li .p-item__image {
  width: 100%;
  overflow: hidden;
}
.other_cmn .index_list li .p-item__image img {
  transition: 0.3s;
}
.other_cmn .index_list li p {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .other_cmn .index_list li p {
    font-size: 5.1vw;
  }
}
.other_cmn .index_list li a:hover {
  opacity: 1;
}
.other_cmn .index_list li a:hover img {
  opacity: 1;
  scale: 1.05;
}

@media print, screen and (min-width: 761px) {
  .l-footer__tel {
    pointer-events: none;
  }
}

/* ------------------------------------

menu

------------------------------------ */
/*  l-toggle
*----------------------------------- */
.l-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 57px;
  height: 55px;
  z-index: 999999;
  transition: all 300ms;
}
@media print, screen and (max-width: 760px) {
  .l-toggle {
    width: 13.3333333333dvw;
    height: 13.3333333333dvw;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 23px;
  height: 8px;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .l-toggle div {
    width: 23px;
    height: 10px;
  }
}
.l-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
  width: 30px;
}
.l-toggle.active span {
  height: 1px;
}
.l-toggle.active span:nth-child(1) {
  position: relative;
  top: -1px;
  transform: translateY(1px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}

/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  color: #fff;
  background-color: #274574;
  background-image: url(../img/cmn/bg_menu.png);
  background-repeat: no-repeat;
  background-size: 705px auto;
  background-position: left -55px bottom -54px;
  padding: 100px 20px 60px 20px;
  overflow: scroll;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
}
@media print, screen and (max-width: 760px) {
  .l-navigation {
    padding: 21.7948717949dvw 5.1282051282dvw;
    height: 100svh;
    overflow: auto;
    background-image: none;
  }
}
.l-navigation__container {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: 456px 1fr;
  gap: 121px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__container {
    display: block;
  }
}
.l-navigation__btn {
  width: 456px;
  height: 68px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.l-navigation__logo {
  display: block;
  width: 268px;
  margin-bottom: 57px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__logo {
    display: none;
  }
}
.l-navigation__logo img {
  width: 100%;
  display: block;
}
.l-navigation__title {
  border-bottom: 1px solid #4B5F80;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 19px;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__title {
    display: none;
  }
}
.l-navigation__information {
  margin-bottom: 58px;
  line-height: 1.73;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__information {
    display: none;
  }
}
.l-navigation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 456px;
  height: 68px;
  background-color: #FF8A15;
  color: #fff;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__btn {
    width: 100%;
    max-width: 87.1794871795dvw;
    height: 18.9743589744dvw;
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__body {
    padding-bottom: 11.5384615385dvw;
  }
}
.l-navigation__menu {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 197px 1fr;
  gap: 55px 0;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu {
    gap: 5.1282051282dvw 5.8974358974dvw;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu-box {
    border-bottom: 1px solid #4B5F80;
    padding-bottom: 2.5641025641dvw;
  }
  .l-navigation__menu-box:first-child, .l-navigation__menu-box:nth-child(2) {
    border-top: 1px solid #4B5F80;
    padding-top: 5.1282051282dvw;
    padding-bottom: 6.6666666667dvw;
    width: 46%;
  }
  .l-navigation__menu-box:last-child {
    border-bottom: none;
  }
}
.l-navigation__menu-box:first-child ul:first-child {
  margin-bottom: 30px;
}
.l-navigation__menu-box:last-child p:last-child {
  margin-top: 28px;
}
.l-navigation__list > li {
  font-weight: 500;
  font-size: 17px;
}
.l-navigation__list > li::before {
  content: "-";
  margin-right: 5px;
}
.l-navigation__list > li > a {
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__list > li > a {
    margin-bottom: 5.1282051282dvw;
  }
}
.l-navigation__list a {
  display: inline-block;
}
.l-navigation__sub-list {
  padding-left: 12px;
}
.l-navigation__sub-list li {
  font-size: 15px;
  line-height: 1.46;
  margin-bottom: 1em;
}
.l-navigation__sub-list.is-row {
  display: grid;
  gap: 0 41px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__sub-list.is-row {
    display: block;
  }
}
.l-navigation__link {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__link {
    margin-bottom: 7.1794871795dvw;
  }
}
.l-navigation__link::before {
  content: "-";
  margin-right: 5px;
}
.l-navigation__link a {
  display: inline-block;
}
.l-navigation__link a[target=_blank] {
  position: relative;
}
.l-navigation__link a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 9px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(../img/cmn/ico-blank.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
}
.l-navigation__link.is-recruit {
  margin-top: 18px;
}
.l-navigation__sub-link {
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1em;
}
.l-navigation__sub-link a {
  display: inline-block;
}

.l-navigation.active {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=common.css.map */
