/*-------------------
  header
-------------------*/
/* 大枠 */
.l-header {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 55;
}

.l-header .l-lg {
  display: block;
}

.l-header .l-sm {
  display: none;
}


@media screen and (max-width:1240px) {
  .l-header {
    border-bottom: none;
    height: 60px;
  }

  .l-header .l-lg {
    display: none;
  }

  .l-header .l-sm {
    display: block;
  }
}

@media screen and (max-width:1240px) {
  .l-header {
    border-bottom: none;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    background-color: #fff;
    padding-left: 10px;
  }
}

.l-header.on {
  background-color: #fff;
}

.l-header .inner {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .l-header .inner {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1240px) {
  .l-header .inner {
    height: 60px;
  }
}

.l-header .logo-box {
  display: block;
  left: 0;
  position: absolute;
  width: 160px;
}
@media screen and (max-width: 1459px) {
  .l-header .logo-box {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .logo-box {
    width: 120px;
  }
}

.l-header .logo-box .logo-box__flame,
.l-header .logo-box .logo-box__flame .link {
  display: block;
  width: 100%;
}

.l-header .logo-box .logo .link .logo-image {
  display: block;
  width: 100%;
}

.l-header .logo-box .logo-box__flame.black {
  display: none;
}

.l-header.on .logo-box .logo-box__flame.black {
  display: block;
}

.l-header.on .logo-box .logo-box__flame.white {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header .logo-box .logo-box__flame.black {
    display: block !important;
  }

  .l-header .logo-box .logo-box__flame.white {
    display: none !important;
  }
}

.l-header .l-lg {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .l-header .l-lg {
    display: none !important;
  }
}

/* header内お問い合わせ */
.l-header .contact-btn {
  align-items: center;
  color: #fff;
  display: flex;
  height: 90px;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
}

.l-header .contact-btn .link {
  align-items: center;
  background-color: #0061b4;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 0.5em;
}

.l-header .contact-btn .icon {
  align-items: center;
  color: #fff;
  display: flex;
  height: 1.4em;
  justify-content: center;
  width: 1.4em;
}

.l-header .contact-btn .text {
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}

.l-header .contact-btn .link:hover {
  background-color: #fff;
}

.l-header .contact-btn .link:hover .icon {
  color: #0061b4;
}

.l-header .contact-btn .link:hover .text {
  color: #0061b4;
}

@media screen and (max-width:1459px) {
  .l-header .contact-btn {
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
  }

  .l-header .contact-btn .link {
    height: 100%;
    margin-right: unset;
    width: 100%;
  }

  .l-header .contact-btn .text {
    display: none !important;
  }
}

@media screen and (max-width:1240px) {
  .l-header .contact-btn {
    height: 100%;
    position: relative;
    top: 0;
    right: 60px;
    width: 60px;
  }

  .l-header .contact-btn .icon {
    display: block !important;
    font-size: 22px;
    margin-bottom: 5px;
  }
}


/* header ナビ部分指定 */
.l-header .header-nav {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.l-header .header-nav .header-nav__list {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  height: 76px;
}

@media (max-width: 1599px) {
  .l-header .header-nav .header-nav__list {
    border-right: unset;
    margin-right: 100px;
  }
}

@media screen and (max-width: 1459px) {
  .l-header .header-nav .header-nav__list {
    border-right: unset;
    margin-right: 0px;
  }
}

/* ページ名まわり */
.l-header .header-nav .header-nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.l-header .header-nav .header-nav__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.l-header .header-nav .header-nav__item .item-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 10px 0;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.8em;
  position: relative;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail:before,
.l-header .header-nav .header-nav__item .item-label .item-label__detail:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 20%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(135deg);
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail:before {
  bottom: 0;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail:after {
  bottom: 5px;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail.no-mark:before,
.l-header .header-nav .header-nav__item .item-label .item-label__detail.no-mark:after {
  display: none;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail .en-name {
  font-family: 'Michroma', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail .jp-name {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: center;
}

.l-header .header-nav .header-nav__item:hover .item-label__detail .en-name {
  color: #222;
}

.l-header .header-nav .header-nav__item:hover .item-label__detail .jp-name {
  color: #333;
}

.l-header .header-nav .header-nav__item:hover .item-label__detail .jp-name {
  color: #333;
}

.l-header .header-nav .header-nav__item:hover .item-label .item-label__detail:before,
.l-header .header-nav .header-nav__item:hover .item-label .item-label__detail:after {
  border-color: #333;
  transform: rotate(-45deg);
}

.l-header .header-nav .header-nav__item:not(:first-child) {
  border-left: 1px solid #fff;
}

.l-header .header-nav .header-nav__item .nav-item {
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 112%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-header .header-nav .header-nav__item .nav-item .nav-item__flame {
  background-color: #333;
  padding: 20px;
  width: 320px;
}

.l-header .header-nav .header-nav__item .nav-item .img-box {
  background-color: #ffffff;
  padding: 10px 5px;
  width: 100%;
  object-fit: cover;
}

.l-header .header-nav .header-nav__item .nav-item .img-box {
  background-color: #ffffff;
  box-sizing: border-box;
  object-fit: cover;
  padding: 10px 5px;
  width: 100%;
}

.l-header .header-nav .header-nav__item .nav-item .head-link {
  align-items: center;
  display: flex;
  margin-top: 10px;
  padding-left: 14px;
  position: relative;
}

.l-header .header-nav .header-nav__item .nav-item .head-link:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  height: 0;
  left: 0;
  width: 0;
}

.l-header .header-nav .header-nav__item .nav-item .head-link.arrow:before {
  top: 14%;
}

.l-header .header-nav .header-nav__item .nav-item .head-link .link {
  color: #fff;
  font-size: 14px;
}

.l-header .header-nav .header-nav__item .nav-item .link-list,
.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item:not(:first-child) {
  border-top: 1px solid #888888;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item {
  display: block;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .link {
  align-items: center;
  box-sizing: border-box;
  color: #999;
  display: flex;
  font-size: 14px;
  margin-inline: auto;
  padding-left: 1em;
  position: relative;
  width: 84%;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .link:before {
  color: #999;
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 14px;
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 0;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .link.arrow:before {
  top: 10%;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .link:hover,
.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .link:hover:before {
  color: #fff;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box {
  display: block;
  margin-left: auto;
  width: 84%;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list {
  border-top: none;
  margin-top: unset;
  padding-top: unset;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item .link {
  border-top: none;
  box-sizing: border-box;
  margin-top: unset;
  padding-top: unset;
  padding-left: 20px;
  width: 100%;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item .link:before {
  width: 100%;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item:not(:first-child) {
  border-top: unset;
  padding-top: unset;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item .link:before {
  background-color: #999;
  content: "";
  height: 4px;
  width: 4px;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item .link:hover:before {
  background-color: #999;
  content: "";
  height: 4px;
  width: 4px;
}

.l-header .header-nav .header-nav__item .nav-item .link-list .link-list__item .other-box .link-list .link-list__item .link.position::before {
  top: 22%;
}

.l-header .header-nav__item:hover .header-nav .header-nav__item .nav-item {
  display: block;
}

/* スクロール時の設定 */
.l-header.on .header-nav .header-nav__item .item-label .item-label__detail {
  color: #222;
}

.l-header.on .header-nav .header-nav__item .item-label .item-label__detail .jp-name {
  color: #003366;
}

.l-header .header-nav .header-nav__item .item-label .item-label__detail:before,
.l-header .header-nav .header-nav__item .item-label .item-label__detail:after {
  border-color: #ddd;
}

.l-header .header-nav .header-nav__item:hover .nav-item {
  opacity: 1;
  visibility: visible;
}

.sp-nav {
  display: none;
}

/* サイズ可変 */
@media screen and (max-width: 1439px) {
  .l-header .header-nav .header-nav__item .item-label {
    padding: 6px 8px 0;
  }
}

@media screen and (max-width: 1299px) {
  .l-header .header-nav .header-nav__item .item-label .item-label__detail .en-name {
    font-size: 10px;
    font-weight: bold;
  }

  .l-header .header-nav .header-nav__item .item-label .item-label__detail .jp-name {
    font-size: 13px;
  }

  .l-header .header-nav .header-nav__item .item-label {
    padding: 6px 7px 0;
  }
}

/* 1240からハンバーガーメニュー表示 */
@media (max-width: 1240px) {
  .sp-nav {
    position: fixed;
    top: 0;
    right: 0px;
    width: 0;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 54;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
    -webkit-box-shadow: 0 0 5px 5px #ebebeb inset;
    box-shadow: 0 0 5px 5px #ebebeb inset;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 60px;
    white-space: nowrap
  }

  .sp-nav .l-lg {
    display: none;
  }

  .sp-nav .l-sm {
    display: block;
  }

  .sp-nav .item-label__detail {
    display: flex;
    width: 100%;
  }

  .sp-nav .header-nav__list {
    border-top: 1px solid rgba(73, 71, 71, 0.15);
    padding: 0 10px 10px;
    font-size: 14px
  }

  .sp-nav .header-nav__item {
    padding: 10px 0;
    border-bottom: 1.5px solid #eeeeee
  }

  .sp-nav .img-box {
    display: none;
  }

  #menu-status:checked~.sp-nav {
    width: 100%;
    opacity: 1
  }

  #menu-status:checked~.sp-nav .menu {
    opacity: 1
  }

  .sp-nav {
    display: block;
  }

  .toggle-btn {
    display: block;
  }

  .l-header .header-nav {
    display: none;
  }

  .l-header .contact-btn a {
    height: 60px;
    margin-right: 60px;
    width: 60px
  }

  .sp-nav .nav-item {
    display: none;
    box-sizing: border-box;
    margin-left: auto;
    width: 96%;
  }

  #menu-status:checked~.sp-nav .header-nav__list {
    opacity: 1;
  }

  .sp-nav .spmenu_icon-wrap {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
  }

  .sp-nav .spmenu_icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .sp-nav .spmenu_icon:before {
    content: "";
    cursor: pointer;
    transition: all .4s;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #0061B4;
    border-right: solid 2px #0061B4;
    position: absolute;
    right: 6%;
    top: 46%;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .sp-nav .spmenu_icon.open:before {
    top: 56%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .sp-nav .item-label {
    align-items: center;
    background: #fafafa;
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 0 0 0 8px;
    position: relative;
    width: 100%;
  }

  .sp-nav .item-label .item-label__detail .en-name,
  .sp-nav .item-label .item-label__detail .jp-name  {
    font-size: 13px;
    letter-spacing: -0.05em;
  }

  .sp-nav .item-label .item-label__detail .en-name {
    font-family: 'Michroma', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  .sp-nav .item-label .item-label__detail .jp-name {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
    padding-top: 1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    width: 56%;
  }

  .sp-nav .nav-item .head-link {
    align-items: center;
    display: flex;
    margin-top: 10px;
    padding-left: 14px;
    position: relative;
  }

  .sp-nav .nav-item .head-link:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #333;
    border-right: 0;
    height: 0;
    left: 0;
    width: 0;
  }
  .sp-nav .nav-item .head-link.arrow:before {
    top: 14%;
  }

  .sp-nav .nav-item .head-link:hover .link  {
    color: #0061B4;
  }

  .sp-nav .nav-item .head-link:hover:before {
    border-left: 8px solid #0061B3;
  }

  .sp-nav .nav-item .link-list {
    margin-left: auto;
    width: 94%;
  }

  .sp-nav .link-list__item {
    margin-top: 7px;
  }

  .sp-nav .link-list__item .link {
    align-items: center;
    display: flex;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    width: 100%;
  }

  .sp-nav .link-list__item .link .l-lg {
    display: none !important;
  }

  .sp-nav .link-list__item .link:before {
    color: #333;
    position: absolute;
    font: normal normal normal 12px / 1 FontAwesome;
    font-size: 12px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 0;
  }

  .sp-nav .link-list__item .link .ja {
    width: 100%;
  }

  .sp-nav .link-list__item .link:hover,
  .sp-nav .link-list__item .link:hover:before {
    color: #0061b4;
  }

  .sp-nav .other-box .link-list .link-list__item .link:before {
    background-color: #333;
    content: "";
    height: 4px;
    width: 4px;
  }

  .sp-nav .other-box .link-list .link-list__item .link:hover:before {
    background-color: #0061b4;
  }
}

/* serviceページ用 */
.l-header.lower {
  background-color: #104577;
}

.l-header.lower.on {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header.lower .logo-box .logo-box__flame.white {
    display: block !important;
  }

  .l-header.lower .logo-box .logo-box__flame.black {
    display: none !important;
  }

  .l-header.lower.on .logo-box .logo-box__flame.black {
    display: block !important;
  }

  .l-header.lower.on .logo-box .logo-box__flame.white {
    display: none !important;
  }
}

.l-header .l-lg {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .l-header.lower .logo-box .logo-box__flame.white {
    display: block !important;
  }

  .l-header.lower .logo-box .logo-box__flame.black {
    display: none !important;
  }

  .l-header.lower.on .logo-box .logo-box__flame.black {
    display: block !important;
  }

  .l-header.lower.on .logo-box .logo-box__flame.white {
    display: none !important;
  }
}

/*-------------------
  footer
-------------------*/
.l-footer {
  display: block;
}

.l-footer .l-lg {
  display: block !important;
}

.l-footer .l-tb {
  display: block !important;
}

.l-footer .l-sm {
  display: none !important;
}

.l-footer .l-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}

@media screen and (max-width:768px) {
  .l-footer .l-wrapper {
    width: 90%;
  }
}

/* footer：お問い合わせ部分 */
.l-footer .l-footer__contact {
  display: block;
  padding: 5em 0;
  position: relative;
}

.l-footer .l-footer__contact:before,
.l-footer .l-footer__contact:after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.l-footer .l-footer__contact:before {
  background-image: url("../img/page-footer-right.png");
  background-position: 0% top;
  background-size: cover;
  height: 100%;
  right: 0;
  top: 0;
  width: calc(50% - 135px);
}

.l-footer .l-footer__contact:after {
  background-image: url(../img/page-footer-left.png);
  background-position-x: 110%;
  background-position-y: top;
  background-size: cover;
  height: 100%;
  left: 0;
  bottom: 0;
  width: calc(50% - 135px);
}

.l-footer .l-footer__contact .l-wrapper {
  position: relative;
  z-index: 5;
}

.l-footer .l-footer__contact .item-logo {
  display: block;
  margin: 0 auto;
  width: 270px;
}

.l-footer .l-footer__contact .item-logo .logo {
  display: block;
  height: auto;
  width: 100%;
}

.l-footer .l-footer__contact .item-text {
  display: block;
  margin: 1em auto 0;
  width: fit-content;
}

.l-footer .l-footer__contact .item-text .text {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 2em;
  text-align: center;
}

.l-footer .l-footer__contact .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5em;
  width: 100%;
}

.l-footer .l-footer__contact .contact-list .contact-list__item {
  display: flex;
  width: calc(100% / 3.15);
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel,
.l-footer .l-footer__contact .contact-list .contact-list__item .item-contact {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0.9em 0;
  width: 100%;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel {
  background-color: #fff;
  border: 1.5px solid #0061B4;
  flex-direction: column;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .number-box {
  align-items: center;
  color: #0061B4;
  display: flex;
  margin: 0 auto;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .number-box .icon {
  height: 1.5em;
  width: 1.5em;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .number-box .number {
  font-size: 1.45em;
  line-height: 1.2;
  margin-left: 0.5em;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .company {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
  text-align: center;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel:hover {
  background-color: #0061B4;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel:hover .number-box,
.l-footer .l-footer__contact .contact-list .contact-list__item .item-tel:hover .company {
  color: #fff;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-contact {
  align-items: center;
  background-color: #0061B4;
  border:1px solid #0061B4;
  color: #fff;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-contact .icon {
  height: 1.5em;
  width: 1.5em;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-contact .text {
  font-size: 1.3em;
  margin-left: .5em;
}

.l-footer .l-footer__contact .contact-list .contact-list__item .item-contact:hover {
  background-color: #fff;
  color: #0061B4;
}

.l-footer .l-footer__contact .time {
  margin: 2em auto 0;
  text-align: center;
}

/* footer：お問い合わせ部分：ブラウザ可変 */
@media screen and (max-width:900px) {
  .l-footer .l-footer__contact .item-logo {
    width: 50%;
  }

  .l-footer .l-footer__contact .item-text {
    margin-top: 1.5em;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item {
    width: calc(100% / 3.1);
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .number-box .icon svg,
  .l-footer .l-footer__contact .contact-list .contact-list__item .item-contact .icon svg {
    display: block;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .number-box .number,
  .l-footer .l-footer__contact .contact-list .contact-list__item .item-contact .text {
    font-size: 1.3em;
    margin-left: 0.5em;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item .item-tel .company {
    font-size: 0.85em;
    margin-top: 1px;
  }
}

@media screen and (max-width:768px) {
  .l-footer .l-lg {
    display: none !important;
  }

  .l-footer .l-sm {
    display: block !important;
  }

  .l-footer .l-footer__contact .l-wrapper {
    width: 90%;
  }

  .l-footer .l-footer__contact:before,
  .l-footer .l-footer__contact:after{
    width: calc(50%);
  }

  .l-footer .l-footer__contact:after {
    background-position-x: 90%;
  }

  .l-footer .l-footer__contact .item-logo {
    width: 50%;
  }

  .l-footer .l-footer__contact .item-text {
    font-size: 1em;
    margin-top: 1.5em;
  }

  .l-footer .l-footer__contact .contact-list {
    flex-direction: column;
    margin: 2.5em auto 0;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item {
    width: 100%;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item:not(:first-child) {
    margin-top: 1.5em;
  }

  .l-footer .l-footer__contact .contact-list .contact-list__item .item-contact {
    padding: 15px 0;
  }
}


/* footer：ナビ部分 */
.l-footer .l-footer__nav {
  background-color: #222;
  display: block;
  padding: 5em 0 3.5em;
  position: relative;
  width: 100%;
}

.l-footer .l-footer__nav .nav-frame {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-footer .l-footer__nav .not-nav {
  display: block;
  width: 210px;
}

.l-footer .l-footer__nav .not-nav .not-nav__logo {
  display: block;
  width: 100%;
  order: 1;
}

.l-footer .l-footer__nav .not-nav .not-nav__logo:hover {
  opacity: 0.7;
}

.l-footer .l-footer__nav .not-nav .not-nav__company {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 2.5em;
}

.l-footer .l-footer__nav .not-nav .not-nav__company .item-box {
  display: block;
}

.l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail {
  display: block;
  width: 100%;
}

.l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail:nth-child(n+2) {
  margin-top: 1em;
}

.l-footer .l-footer__nav .not-nav .not-nav__contact {
  display: block;
  margin-top: 2em;
  width: 100%;
  order: 3;
}

.l-footer .l-footer__nav .not-nav .not-nav__contact .contact {
  align-items: center;
  background-color: #0061B4;
  border: 1px solid #0061B4;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: .5em .25em;
  width: 100%;
}
.l-footer .l-footer__nav .not-nav .not-nav__contact .contact .icon {
  color: #fff;
  display: flex;
  height: 1.25em;
  width: 1.25em;
}

.l-footer .l-footer__nav .not-nav .not-nav__contact .contact .text {
  font-size: 0.9em;
  margin-left: 10px;
}

.l-footer .l-footer__nav .not-nav .not-nav__contact .contact:hover {
  background-color: #fff;
  color: #0061B4;
}

.l-footer .l-footer__nav .not-nav .not-nav__contact .contact:hover .icon {
  color: #0061B4;
}

.l-footer .l-footer__nav .item-nav {
  display: flex !important;
  justify-content: space-between;
  width: 76%;
  order: 2;
}

.l-footer .l-footer__nav .item-nav.l-sm {
  display: none !important;
}

.l-footer .l-footer__nav .item-nav a {
  color: #fff;
}

.l-footer .l-footer__nav .item-nav a:hover {
  cursor: pointer;
  opacity: .7;
}

.l-footer .l-footer__nav .item-nav .item-nav__frame {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.l-footer .l-footer__nav .item-nav .link-box {
  display: block;
  width: 36%;
}

.l-footer .l-footer__nav .item-nav .link-box .category {
  font-size: 16px;
  width: fit-content;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item {
  display: block;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item:nth-child(n+2) {
  margin-top: 1em;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .flex-sm {
  margin-top: 1em;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box {
  display: block;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .category {
  font-size: 14px;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-top: 7px;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list.l-lg {
  display: flex !important;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list .link-list__item {
  width: fit-content;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list .link-list__item a {
  align-items: center;
  color: #B2B2B2;
  display: flex;
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}

.l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list .link-list__item a:before {
  border-top: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
}

.l-footer .l-footer__nav .item-nav .link-box.other {
  display: block;
  width: 22%;
}

.l-footer .l-footer__nav .item-nav .link-box.other .link-box__item {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-list__item:nth-child(n+2) {
  margin-top: .6em;
}

.l-footer .l-footer__nav .item-nav .link-box.other .link-box__item a {
  display: block;
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 1.5;
}

.l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-contact {
  display: none !important;
}

@media screen and (max-width:1280px) {
  .l-footer .l-footer__nav .not-nav {
    width: 19%;
  }
}

@media screen and (max-width:959px) {
  .l-footer .l-footer__nav .nav-frame {
    flex-direction: column;
  }

  .l-footer .l-footer__nav .not-nav {
    width: 100%;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__logo {
    width: 180px;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail {
    width: 49%;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail .l-tb {
    display: none !important;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail:nth-child(2) {
    margin-top: 0;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail:nth-child(n+3) {
    margin-top: 2em;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__contact {
    width: 200px;
  }

  .l-footer .l-footer__nav .item-nav {
    margin-top: 2em;
    width: 100%;
  }

  .l-footer .l-footer__nav .item-nav .item-nav__frame {
    display: block !important;
  }

  .l-footer .l-footer__nav .item-nav .link-box {
    width: 100%;
  }

  .l-footer .l-footer__nav .item-nav .link-box:nth-child(n+2) {
    margin-top: 2em;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other {
    width: 100%;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-list__item {
    align-items: center;
    display: flex;
    width: fit-content;
  }
}

@media screen and (max-width:767px) {
  .l-footer .l-footer__nav .item-nav .link-box .link-box__item .link-item .link-item__box .link-list.l-lg {
    display: none !important;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box {
    flex-direction: column;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail {
    width: 100%;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail:nth-child(2) {
    margin-top: 1em;
  }

  .l-footer .l-footer__nav .not-nav .not-nav__company .item-box .item-box__detail:nth-child(n+3) {
    margin-top: 1em;
  }

  .l-footer .l-footer__nav .item-nav .link-box .link-box__item {
    margin-top: 0;
    padding-top: 2em;
  }

  .l-footer .l-footer__nav .item-nav .link-box .link-box__item .flex-sm {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
  }

  .l-footer .l-footer__nav .item-nav .link-box .link-box__item .flex-sm .link-item {
    margin-top: 0;
    width: fit-content;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item {
    align-items: center;
    display: flex;
    flex-direction: unset;
    gap: 7px 15px;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-list__item:nth-child(n+2) {
    margin-top: 0;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-list {
    gap: unset;
    width: fit-content;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-box__item .link-contact {
    display: flex !important;
    flex-direction: unset;
    width: fit-content;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-contact .contact {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-contact .contact .icon {
    display: flex;
    height: 15px;
    width: 15px;
  }

  .l-footer .l-footer__nav .item-nav .link-box.other .link-contact .contact .text {
    margin-left: 3px;
  }
}

.l-footer .item-copy {
  display: block;
  margin: 6em auto 0px;
  text-align: center;
  width: 100%;
}

.l-footer .item-copy .copyright {
  color: rgb(195, 195, 195);
  display: block;
  font-size: 12px;
}

/*-------------------
  パンくず
-------------------*/
.l-breadcrumb {
	display: block;
	padding: 107px 0 20px;
}

.l-breadcrumb.page {
	padding: 20px 0;
}

@media screen and (max-width:1240px) {
	.l-breadcrumb {
		padding: 76px 0 20px;
	}
}


.breadcrumbs-box .l-breadcrumb {
	display: block;
}

.l-breadcrumb .breadcrumb-nav .nav-list {
	display: flex;
	flex-wrap: wrap;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item .breadcrumb-icon {
	align-items: center;
	display: flex;
	height: 1.2em;
	justify-content: center;
	width: 1.2em;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item svg {
	color: #0061b4;
	height: 100%;
	width: 100%;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item {
	align-items: center;
	display: flex;
	font-size: 12px;
	justify-items: center;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item:first-child .breadcrumb-text {
	display: none;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item:not(:first-child) {
	margin-left: 0.5em;
	padding-left: 0.9em;
	position: relative;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item:not(:first-child):before  {
	content: "";
	border-top: solid 1px #000;
  border-right: solid 1px #000;
	height: 0.35em;
	left: 0;
	position: absolute;
	transform: rotate(45deg);
	width: 0.35em;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item:not(:first-child) .link {
	text-decoration: underline;
}

.l-breadcrumb .breadcrumb-nav .nav-list .nav-list__item:not(:first-child) .link:hover {
	text-decoration: none;
}