@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

input, button {
  appearance: none;
  font-family: inherit;
}

button {
  color: #000;
  font-family: inherit;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url(../font/noto-sans-jp-v56-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto-v51-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
html {
  text-rendering: optimizeLegibility;
  height: 100%;
}

[id] {
  scroll-margin-top: 50px;
}

body {
  font-family: -apple-system, "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
  position: relative;
  line-height: 1.6;
  font-size: 0.875rem;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.05rem;
  color: #333;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}
body a {
  display: inline-block;
}
body.is-drawer-open {
  overflow: hidden;
}

main {
  position: relative;
}
main .inner {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1400px) {
  main .inner {
    padding-inline: 0;
  }
}
main .inner.full {
  width: 100%;
}
main .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .flex-wrap {
    flex-direction: row;
  }
}
main .flex-wrap .flex-box {
  flex: 1;
}

.br--tb {
  display: none;
}
@media screen and (min-width: 769px) {
  .br--tb {
    display: inline-block;
  }
}

.br-hide--tb {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .br-hide--tb {
    display: none;
  }
}

.br--in {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br--in {
    display: inline-block;
  }
}

.br-hide--in {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .br-hide--in {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1400px) {
  .br--pc {
    display: inline-block;
  }
}

.br-hide--pc {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .br-hide--pc {
    display: none;
  }
}

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.l-header {
  position: fixed;
  width: 100%;
  height: 105px;
  display: grid;
  place-items: center;
  background: #fff;
  z-index: 20;
  top: 0;
  align-items: normal;
  justify-content: normal;
}
@media screen and (min-width: 769px) {
  .l-header {
    position: relative;
    height: 125px;
    align-items: normal;
    justify-content: normal;
  }
}
.l-header__inner {
  display: flex;
  gap: 4px;
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-block: 0.4rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    padding-block: 0.8rem;
    padding-right: 8px;
    justify-content: space-between;
    padding-inline: 0.6rem;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .l-header__logo:hover {
    opacity: unset;
  }
}
.l-header__logo img {
  width: 70px;
}
@media screen and (max-width: 400px) {
  .l-header__logo img {
    width: 60px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo img {
    width: 140px;
  }
}

.header-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.header-nav__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 3px;
}
@media screen and (min-width: 769px) {
  .header-nav__top {
    gap: 8px;
  }
}
.header-nav__top .header-nav__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffdb00;
  border-radius: 5px;
  color: #003894;
  font-size: 11px;
  padding: 15px 10px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .header-nav__top .header-nav__btn a {
    padding: 5px 20px;
    flex: 1;
  }
}
.header-nav__top-item:first-child {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-nav__top-item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item:first-child {
    margin-right: 16px;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5px;
  }
}
.header-nav__top-item .tel-num {
  position: relative;
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.2;
  width: fit-content;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .tel-num {
    padding-left: 45px;
    font-size: 1.875rem;
  }
}
.header-nav__top-item .tel-num a {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .tel-num a {
    pointer-events: none;
  }
}
.header-nav__top-item .tel-num::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .tel-num::before {
    width: 40px;
    height: 25px;
  }
}
.header-nav__top-item .header-reception {
  font-size: 0.625rem;
  font-family: "Noto Sans", "メイリオ", Meiryo, "hiragino kaku gothic pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .header-reception {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item .header-reception .sp-only {
    display: none;
  }
}
.header-nav__top-item:nth-child(2) {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .header-nav__top-item:nth-child(2) {
    display: none;
  }
}
.header-nav__top-item:nth-child(3) {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .header-nav__top-item:nth-child(3) {
    display: none;
  }
}
.header-nav__top-item:nth-child(4) a {
  display: block;
  border-radius: 5px;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ffdb00;
  color: #003894;
  background: #ffdb00;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__top-item:nth-child(4) a:hover:hover {
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-item:nth-child(4) {
    display: none;
  }
}
.header-nav__top-contact {
  display: none;
}
.header-nav__top-contact li a {
  font-size: 0.6875rem;
  font-weight: bold;
  background: #ffdb00;
  border: 1px solid #ffdb00;
  color: #003894;
  border-radius: 5px;
  padding: 5px 20px;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__top-contact li a:hover:hover {
    background: #fff;
    opacity: unset;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__top-contact {
    display: flex;
    gap: 3px;
    margin-right: 5px;
  }
}
.header-nav__bottom {
  display: none;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .header-nav__bottom {
    display: flex;
    justify-content: flex-end;
  }
}
.header-nav__bottom .header-nav__item {
  height: 100%;
  position: static;
}
.header-nav__bottom .header-nav__item .header-nav__trigger,
.header-nav__bottom .header-nav__item .header-nav__link {
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 30px;
  padding-block: 4px;
  padding-inline: 20px;
  background: #3baceb;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__bottom .header-nav__item .header-nav__trigger:hover:hover,
.header-nav__bottom .header-nav__item .header-nav__link:hover:hover {
    background: #007fc5;
    opacity: unset;
  }
}
.header-nav__bottom .header-nav__item .header-nav__trigger {
  position: relative;
  padding-inline: 40px 20px;
}
.header-nav__bottom .header-nav__item .header-nav__trigger::before {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.header-nav__bottom .header-nav__item:first-child .header-nav__trigger,
.header-nav__bottom .header-nav__item:first-child .header-nav__link {
  background: #007fc5;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .header-nav__bottom .header-nav__item:first-child .header-nav__trigger:hover:hover,
.header-nav__bottom .header-nav__item:first-child .header-nav__link:hover:hover {
    background: #3baceb;
    opacity: unset;
  }
}
.header-nav__bottom .header-nav__item.is-active .header-nav__trigger {
  background: #007fc5;
}
.header-nav__bottom .header-nav__item.is-active .header-nav__trigger::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header-nav__bottom .header-nav__item:first-child.is-active .header-nav__trigger {
  background: #3baceb;
}

.mega-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 3;
  background: #003894;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  width: 100%;
}
.mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-block: 2rem;
  width: min(100%, 1040px);
  margin-inline: auto;
  padding-inline: 20px;
}
.mega-menu ul li {
  flex: 1;
}
.mega-menu ul li a {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border-radius: 4px;
  color: #003894;
  font-size: 0.75rem;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .mega-menu ul li a:hover {
    opacity: unset;
  }
  .mega-menu ul li a:hover::after {
    transform: translateX(5px);
  }
}
.mega-menu ul li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: #003894;
  mask-image: url(../img/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}
.mega-menu ul li a .header-nav__thumb {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  height: 75px;
}
.mega-menu ul li a .header-nav__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mega-menu ul li a .header-nav__thumb + span {
  padding-inline: 12px;
  padding-block: 10px 3px;
  color: #007fc5;
  display: block;
  font-size: 0.625rem;
}
.mega-menu ul li a p {
  padding-inline: 10px 38px;
  padding-block: 0 10px;
  font-weight: bold;
}
.mega-menu ul.menu-group--introduce {
  gap: 27px;
}
.mega-menu ul.menu-group--introduce li a {
  height: 65px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu ul.menu-group--introduce li a img {
  position: absolute;
  object-fit: contain;
  transition: 0.3s;
  left: -17px;
  bottom: 5px;
}
.mega-menu ul.menu-group--introduce li a > div {
  font-size: 1.125rem;
  font-weight: bold;
}
.mega-menu ul.menu-group--introduce li a > div span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
.mega-menu ul.menu-group--introduce li a::after {
  position: absolute;
  right: 11px;
}
@media (any-hover: hover) and (pointer: fine) {
  .mega-menu ul.menu-group--introduce li a:hover:hover img {
    bottom: 15px;
  }
}
.mega-menu ul.menu-group--introduce li:nth-child(2) a img {
  left: -13px;
}
.mega-menu ul.menu-group--introduce li:nth-child(4) a {
  padding-left: 6px;
}
.mega-menu ul.menu-group--cases {
  gap: 12px;
}
.mega-menu ul.menu-group--cases li {
  width: calc(25% - 9px);
  flex: none;
}
.mega-menu ul.menu-group--cases li a {
  line-height: 1.3;
}
.mega-menu ul.menu-group--cases li a::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mega-menu ul.menu-group--cases li a span {
  display: block;
  font-size: 0.625rem;
}

/* PC hover */
@media (min-width: 769px) {
  .header-nav__item:hover .mega-menu,
.header-nav__item:focus-within .mega-menu,
.mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* SP click */
.header-nav__item.is-active .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-contact-area {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 14;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .nav-contact-area:hover {
    transform: scale(1.15);
  }
  .nav-contact-area:hover a {
    opacity: unset;
  }
}
@media screen and (min-width: 960px) {
  .nav-contact-area {
    right: 20px;
    bottom: 20px;
  }
}
.nav-contact-area .nav-contact {
  background: #ffdb00;
  color: #007fc5;
  font-size: 0.5625rem;
  font-weight: bold;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 960px) {
  .nav-contact-area .nav-contact {
    width: 140px;
    height: 140px;
    font-size: 0.75rem;
    padding: 10px;
  }
}
.nav-contact-area .nav-contact img {
  width: 27px;
}
@media screen and (min-width: 960px) {
  .nav-contact-area .nav-contact img {
    width: 30px;
  }
}
.nav-contact-area .nav-contact span {
  font-size: 0.5rem;
  margin-block: 7px 1px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-header__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #007fc5;
  cursor: pointer;
  z-index: 22;
}
@media screen and (min-width: 769px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer .drawer-line {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 1.5px;
  background-color: #fff;
  vertical-align: middle;
}
.l-header__drawer .drawer-line::before, .l-header__drawer .drawer-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.3s;
}
.l-header__drawer .drawer-line::before {
  top: -7px;
}
.l-header__drawer .drawer-line::after {
  top: 7px;
}
.l-header__drawer[aria-expanded=true] .drawer-line {
  background: transparent;
}
.l-header__drawer[aria-expanded=true] .drawer-line::before {
  top: 0;
  transform: rotate(45deg);
}
.l-header__drawer[aria-expanded=true] .drawer-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(100%);
  transition: transform 0.45s ease;
  z-index: 21;
  overflow-y: auto;
  padding-inline: 1rem;
  padding-block: 2rem;
  padding-top: 50px;
}
.drawer-nav.is-open {
  transform: translateX(0);
}
.drawer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block: 2rem;
}
.drawer-nav ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-block: 0.85rem;
  padding-inline: 1rem;
}
.drawer-nav ul li a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
.drawer-nav ul .drawer-nav__item a {
  background: #3baceb;
  color: #fff;
  border-radius: 40px;
}
.drawer-nav ul .drawer-nav__item02 a {
  color: #3baceb;
  background: #fff;
  border: solid 1px #3baceb;
  border-radius: 4px;
  text-align: center;
}
.drawer-nav ul .drawer-nav__item02 a::after {
  background: #3baceb;
}

.top-contact {
  background: #007fc5;
  padding-block: 50px;
  padding-inline: 15px;
}
.top-contact .contact-box__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner {
    flex-direction: row;
  }
}
.top-contact .contact-box__inner > dl {
  width: 100%;
  border: solid 2px #fff;
  background: #fff;
}
.top-contact .contact-box__inner > dl dt {
  background: #003894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-block: 0.65rem;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner > dl dt {
    font-size: 1.125rem;
  }
}
.top-contact .contact-box__inner > dl dd {
  text-align: center;
  padding-block: 1rem;
  padding-inline: 1rem;
  height: min(100%, 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-contact .contact-box__inner > dl dd .contact-link {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #ffdb00;
  color: #003894;
  font-weight: bold;
}
.top-contact .contact-box__inner > dl dd .contact-link + .contact-link {
  margin-block: 10px 0;
}
.top-contact .contact-box__inner > dl dd .contact-link::before, .top-contact .contact-box__inner > dl dd .contact-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-contact .contact-box__inner > dl dd .contact-link::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #003894;
  right: 20px;
}
.top-contact .contact-box__inner > dl dd .contact-link::after {
  width: 4px;
  height: 6px;
  background: #ffdb00;
  right: 25px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .top-contact .contact-box__inner > dl dd .contact-link:hover {
    opacity: 0.8;
  }
}
.top-contact .contact-box__inner .contact__tel {
  display: flex;
  flex-direction: column;
}
.top-contact .contact-box__inner .contact__tel .tel-box .tel-num {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner .contact__tel .tel-box .tel-num {
    font-size: clamp(1.7rem, 1.8vw + 0.5rem, 2.6rem);
  }
}
.top-contact .contact-box__inner .contact__tel .tel-box .tel-num::before {
  content: "";
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-size: auto;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-inline: 0 5px;
  margin-block: 0 5px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .top-contact .contact-box__inner .contact__tel .tel-box .tel-num a {
    pointer-events: none;
  }
}
.top-contact .contact-box__inner .contact__cad p {
  margin-block: 0.6rem;
  text-align: left;
  font-size: 0.75rem;
}

.l-footer__top {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-footer__top {
    display: block;
    background: #e7e7e7;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__top .l-footer-top__link {
    width: min(100%, 1200px);
    margin-inline: auto;
    padding-inline: 15px;
    padding-block: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 80px;
    justify-content: center;
  }
}
.l-footer__top .l-footer-top__link li {
  width: auto;
}
.l-footer__top .l-footer-top__link li a {
  color: #007fc5;
  font-weight: bold;
  position: relative;
  padding-inline: 1.5rem 0;
  padding-block: 1rem;
  text-align: left;
  width: 100%;
}
.l-footer__top .l-footer-top__link li a::before, .l-footer__top .l-footer-top__link li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__top .l-footer-top__link li a::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #007fc5;
  left: 0;
}
.l-footer__top .l-footer-top__link li a::after {
  width: 4px;
  height: 6px;
  background: #e7e7e7;
  left: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__top .l-footer-top__link li a:hover {
    opacity: 0.8;
  }
}
.l-footer__secom {
  padding-block: 2.5rem;
  text-align: center;
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__secom a:hover {
    opacity: 0.8;
  }
}
.l-footer__secom img {
  width: 166px;
  height: 60px;
}
.l-footer__secom p {
  margin-block: 0.5rem 0;
  font-size: 0.625rem;
}
.l-footer__bottom {
  padding-inline: 15px;
  background: #003894;
}
.l-footer__bottom .l-footer-bottom__link {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 15px;
  padding-block: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link {
    justify-content: center;
    gap: 20px;
  }
}
.l-footer__bottom .l-footer-bottom__link li {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li:last-of-type a {
    padding-inline: 1rem;
    border-right: solid 1px #3360a9;
  }
}
.l-footer__bottom .l-footer-bottom__link li a {
  position: relative;
  font-size: 0.8125rem;
  color: #fff;
  padding-block: 1px;
  text-align: left;
  width: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__bottom .l-footer-bottom__link li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a {
    padding-inline: 1rem 0;
  }
}
.l-footer__bottom .l-footer-bottom__link li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  vertical-align: middle;
  margin-inline: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__bottom .l-footer-bottom__link li a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -1px;
    background: #3360a9;
    transform: translate(0, -50%);
  }
}
.l-footer small {
  display: block;
  padding-block: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}