@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  font-size: 62.5%;
  scroll-padding-top: calc(var(--h-height) + 0rem);
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  color: #333;
  background: #FFF;
  counter-reset: number 0;
  letter-spacing: 0.05em;
}

a {
  color: #133A79;
  text-decoration: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a:hover {
  color: #438AFD;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.size-xsmall {
  font-size: 1.2rem !important;
}

.size-small {
  font-size: 1.4rem !important;
}

.size-normal {
  font-size: 1.6rem !important;
}

.size-large {
  font-size: 1.8rem !important;
}

.size-xlarge {
  font-size: 2rem !important;
}

.size-xxlarge {
  font-size: 2.3rem !important;
}

.size-xxxlarge {
  font-size: 2.7rem !important;
}

.size-xxxxlarge {
  font-size: 3.2rem !important;
}

.color-primary {
  color: #133A79 !important;
}

.color-alert {
  color: #FF775C !important;
}

.color-black {
  color: #000 !important;
}

.color-gray1 {
  color: #333 !important;
}

.color-gray2 {
  color: #666 !important;
}

.color-gray3 {
  color: #999 !important;
}

.color-gray4 {
  color: #CCC !important;
}

.color-gray5 {
  color: #F1F1F1 !important;
}

.weight-thin {
  font-weight: 100 !important;
}

.weight-light {
  font-weight: 300 !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-extrabold {
  font-weight: 800 !important;
}

.lineh-none {
  line-height: 1 !important;
}

.lineh-xsmall {
  line-height: 1.3 !important;
}

.lineh-small {
  line-height: 1.5 !important;
}

.lineh-normal {
  line-height: 2 !important;
}

.lineh-large {
  line-height: 2.4 !important;
}

.font-primary {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif !important;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: all;
    cursor: pointer;
  }
}

.note {
  color: #f00;
  font-weight: 400;
}

main {
  margin-bottom: 10rem;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.wrap-small {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .wrap-small {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-small {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.ttl-page {
  margin: 0;
  padding: 0;
  aspect-ratio: 72/17;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl-page {
    aspect-ratio: 75/40;
  }
}
.ttl-page .ttl-page-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.ttl-page .ttl-page-txt {
  position: relative;
  max-width: calc(1100px + 20rem);
  padding: 0 2rem;
  margin: 15% auto 0 auto;
  line-height: 1.3;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 800;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.ttl-page .ttl-page-txt span {
  display: block;
  font-size: 5.4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .ttl-page .ttl-page-txt {
    margin: 30% 0 0 0;
  }
  .ttl-page .ttl-page-txt span {
    font-size: 3.2rem;
  }
}

.ttl-section {
  max-width: calc(1100px + 20rem);
  padding: 0 2rem;
  margin: 10rem auto 5rem auto;
  line-height: 1.3;
  font-weight: 800;
  font-size: 1.8rem;
  color: #133A79;
}
.ttl-section span {
  display: block;
  font-size: 4.5rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .ttl-section {
    width: auto;
    padding: 0;
    margin: 10rem 2rem 5rem 2rem;
    padding-top: 3rem;
    border-top: 1px solid #133A79;
  }
  .ttl-section span {
    font-size: 3.2rem;
  }
}

.ttl-block {
  display: block;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ttl-block {
    font-size: 2.7rem;
  }
}

.ttl-sub {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.col-2 {
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  gap: 1rem 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .col-2 {
    grid-template-columns: 1fr;
    gap: 1rem 5rem;
    margin-bottom: 5rem;
  }
}
.col-2 .col-2-item :first-child {
  margin-top: 0;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.pagetop:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #999;
  border-top: 2px solid #999;
}
.pagetop:hover:after {
  border-color: #438AFD;
}

.pagetop.show {
  opacity: 1;
  pointer-events: all;
}

.pankuzu {
  list-style-type: none;
  width: 100%;
  overflow: auto;
  margin: 0 0 4rem 0;
  padding: 0 2rem;
  white-space: nowrap;
  border-bottom: 1px solid #CCC;
}
.pankuzu .pankuzu-item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
.pankuzu .pankuzu-item a {
  display: inline-block;
  padding-right: 2.5rem;
  position: relative;
}
.pankuzu .pankuzu-item a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.anchor-menu {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor-menu {
    text-align: left;
  }
}
.anchor-menu .anchor-menu-list {
  margin: 0 2rem;
  padding: 0;
}
.anchor-menu .anchor-menu-list li {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.6rem;
}
.anchor-menu .anchor-menu-list li a {
  display: inline-block;
  padding-left: 3.2rem;
  position: relative;
}
.anchor-menu .anchor-menu-list li a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #133A79;
  border-bottom: 2px solid #133A79;
}
.anchor-menu .anchor-menu-list li a:hover:after {
  border-color: #438AFD;
}

#recruit-entry {
  margin-top: 8rem;
  text-align: center;
}
#recruit-entry .recruit-entry-wrap {
  border: 1px solid #999;
  padding: 4rem 2rem;
}
#recruit-entry .recruit-entry-ttl {
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
#recruit-entry .recruit-entry-txt {
  line-height: 1.5;
}
#recruit-entry .recruit-entry-btn a {
  display: inline-block;
  width: 35rem;
  margin: 0 1rem;
  padding: 2.6rem 1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #FFF;
  background-color: #133A79;
}
@media screen and (max-width: 768px) {
  #recruit-entry .recruit-entry-btn a {
    display: block;
    width: auto;
    margin: 2rem 0rem;
  }
}
#recruit-entry .recruit-entry-btn a span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
#recruit-entry .recruit-entry-btn a span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
#recruit-entry .recruit-entry-btn a:hover {
  background-color: #438AFD;
}

.btn {
  display: inline-block;
  background-color: #133A79;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  padding: 2.5rem 4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn span {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.btn span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #F1F1F1;
  border-right: 2px solid #F1F1F1;
}
.btn:hover {
  background-color: #438AFD;
  color: #FFF;
}

.break-img {
  display: block;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .break-img {
    width: 100%;
    height: 22rem;
  }
  .break-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.block-txt {
  display: block;
}

.caption {
  display: block;
}

.pager {
  display: block;
}

.wrap-scroll {
  display: block;
}

.table-normal {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2rem 3rem 6rem 3rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  z-index: 10;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1rem 1rem 5rem 1rem;
    gap: 2rem;
  }
}
.header .logo {
  margin: 0;
  padding: 0;
  width: 20rem;
  height: 3.7rem;
  font-size: 1.6rem;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 15rem;
    height: 3.7rem;
  }
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.header .btn-entry {
  text-align: right;
}
.header .btn-entry a {
  display: inline-block;
  padding: 0.4rem 2.4rem;
  text-align: center;
  border: 1px solid #FFF;
  font-size: 1.8rem;
  color: #FFF;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .header .btn-entry a {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
.header .btn-entry a:hover {
  background-color: #133A79;
  border: 1px solid #133A79;
}
.header #nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 75%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  overflow: auto;
  z-index: 20;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
@media screen and (max-width: 768px) {
  .header #nav-bg {
    padding: 0 0 0 20%;
  }
}
.header #nav-bg .nav-list {
  display: block;
  background-color: #000;
  min-height: 100vh;
  margin: 0;
  padding: var(--h-height) 2rem 4rem 2rem;
  list-style-type: none;
  font-size: 2rem;
  line-height: 1.5;
}
.header #nav-bg .nav-list li {
  margin: 0 1rem;
}
.header #nav-bg .nav-list li a {
  display: inline-block;
  padding: 1rem 0;
  color: #F1F1F1;
}
.header #nav-bg .nav-list li a:hover {
  color: #999;
}
.header #nav-bg .nav-list li .nav-list-sub {
  display: block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 0 2rem;
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.5;
}
.header #nav-bg.is-active {
  opacity: 1;
  pointer-events: all;
}
.header #toggle-icon {
  display: block;
  position: relative;
  width: 5rem;
  height: 3.5rem;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  cursor: pointer;
  pointer-events: all;
  z-index: 30;
}
.header #toggle-icon span {
  position: absolute;
  display: block;
  left: 0;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header #toggle-icon span:nth-child(1) {
  top: 0;
  width: 5rem;
}
.header #toggle-icon span:nth-child(2) {
  top: 1.6rem;
  width: 3rem;
}
.header #toggle-icon span:nth-child(3) {
  bottom: 0;
  width: 4rem;
}
.header #toggle-icon.is-active span:nth-child(1) {
  width: 4rem;
  -webkit-transform: translate(0.5rem, 1.65rem) rotate(45deg);
          transform: translate(0.5rem, 1.65rem) rotate(45deg);
}
.header #toggle-icon.is-active span:nth-child(2) {
  width: 0;
  -webkit-transform: translate(0.5rem, 0rem);
          transform: translate(0.5rem, 0rem);
  opacity: 0;
}
.header #toggle-icon.is-active span:nth-child(3) {
  width: 4rem;
  -webkit-transform: translate(0.5rem, -1.65rem) rotate(-45deg);
          transform: translate(0.5rem, -1.65rem) rotate(-45deg);
}
.header.is-change {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.header.is-change .logo a {
  background-image: url(../img/logo.svg);
}
.header.is-change .btn-entry a {
  border-color: #133A79;
  color: #133A79;
}
.header.is-change .btn-entry a:hover {
  color: #FFF;
}
.header.is-change #toggle-icon span {
  background-color: #133A79;
}
.header.is-change #toggle-icon.is-active span {
  background-color: #FFF;
}

.footer {
  margin: 10rem 0 0 0;
  padding: 0;
  background-color: #000;
  color: #F1F1F1;
}
.footer a {
  color: #F1F1F1;
}
.footer a:hover {
  color: #999;
}
.footer .f-contact {
  background-color: #666;
  margin: 0;
  text-align: center;
  padding: 6rem 2rem;
  background-image: url(../img/f-contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .f-contact .f-contact-ttl {
  line-height: 1.3;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #FFF;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
.footer .f-contact .f-contact-ttl span {
  display: block;
  font-size: 3.8rem;
}
.footer .f-contact .f-contact-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
.footer .f-contact .f-contact-btn {
  display: inline-block;
  padding: 2rem 8rem 2rem 11rem;
  text-align: center;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #133A79;
  position: relative;
}
.footer .f-contact .f-contact-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.footer .f-contact .f-contact-btn:hover {
  background-color: #438AFD;
}
.footer .f-nav .f-nav-wrap {
  max-width: calc(1100px + 20rem);
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .footer .f-nav .f-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .f-nav .f-nav-wrap .f-nav-info .f-nav-logo {
  margin: 0 0 2rem 0;
  padding: 0;
  width: 22rem;
  height: 4rem;
  font-size: 1.6rem;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.footer .f-nav .f-nav-wrap .f-nav-info .f-nav-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo2-white.svg);
  background-position: center;
  pointer-events: all;
}
.footer .f-nav .f-nav-wrap .f-nav-info .f-nav-tel {
  font-size: 2.3rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  margin: 0 0 0.5rem 0;
}
.footer .f-nav .f-nav-wrap .f-nav-info .f-nav-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}
.footer .f-nav .f-nav-wrap .f-nav-info .f-nav-copy {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0 0;
}
.footer .f-nav .f-nav-wrap .f-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer .f-nav .f-nav-wrap .f-nav-list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer .f-nav .f-nav-wrap .f-nav-list li .f-nav-list-sub {
  font-size: 1.6rem;
  list-style-type: none;
  line-height: 2.4;
  margin: 1.5rem 0 0 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */