@charset "UTF-8";
/* General */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(10, 27, 49, 0.0001);
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  color: #0a1b31;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1378px) {
  body {
    font-size: calc(13.741px + 0.164vw);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(10.176px + 0.98vw);
  }
}

.f-en {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #0a1b31;
}
@media (hover: hover) {
  a:hover, a:active, a:focus {
    color: #0a1b31;
  }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
  }
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type=button], input[type=submit], input[type=reset], label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(input[type=radio], input[type=checkbox]) {
  padding: 0;
}

:where(input[type=date], input[type=time], input[type=datetime-local], input[type=month]) {
  -webkit-appearance: listbox;
}

:where(textarea) {
  overflow: auto;
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset], [disabled]) {
  cursor: not-allowed;
}

/* Layout */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

/*==============================
共通要素
==============================*/
.wrap {
  max-width: calc(1200px + 12%);
  margin: 0 auto;
  padding: 0 6%;
  width: 100%;
}

.fl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

.show-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-xs {
    display: block;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 961px) {
  .show-pc {
    display: block;
  }
}

.is-move {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}

.is-move.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.2s, -webkit-transform 2.2s cubic-bezier(0, -0.01, 0, 1.08);
  transition: opacity 1.2s, -webkit-transform 2.2s cubic-bezier(0, -0.01, 0, 1.08);
  transition: opacity 1.2s, transform 2.2s cubic-bezier(0, -0.01, 0, 1.08);
  transition: opacity 1.2s, transform 2.2s cubic-bezier(0, -0.01, 0, 1.08), -webkit-transform 2.2s cubic-bezier(0, -0.01, 0, 1.08);
}

.is-fade {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.is-fade.visible {
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*==============================
ヘッダー
==============================*/
.l-header {
  top: 10px;
  left: 10px;
  position: fixed;
  width: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 50;
}

.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2vw;
}
.l-nav .header-logo {
  padding-left: 2.4%;
  max-width: 40%;
}
.l-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(1em, 1.7vw);
}
.l-nav .nav-list a:not(.nav-child a) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.375rem;
  padding: 0.25em min(1.5em, 2vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (hover: hover) {
  .l-nav .nav-list a:not(.nav-child a):hover .nav-en,
  .l-nav .nav-list a:not(.nav-child a):hover .nav-jp, .l-nav .nav-list a:not(.nav-child a):active .nav-en,
  .l-nav .nav-list a:not(.nav-child a):active .nav-jp, .l-nav .nav-list a:not(.nav-child a):focus .nav-en,
  .l-nav .nav-list a:not(.nav-child a):focus .nav-jp {
    color: #5b92df;
  }
}
.l-nav .nav-list span {
  line-height: 1.25;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-nav .nav-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: 600;
  color: #16417d;
}
.l-nav .nav-jp {
  font-size: 0.875em;
  font-weight: 700;
  color: #16417d;
  letter-spacing: 0.05em;
}
.l-nav .contact a {
  background: #16417d;
  padding: 0.25em min(2.8125em, 3.75vw);
}
@media (hover: hover) {
  .l-nav .contact a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .l-nav .contact a:hover, .l-nav .contact a:active, .l-nav .contact a:focus {
    background: #5b92df;
  }
  .l-nav .contact a:hover .nav-en,
  .l-nav .contact a:hover .nav-jp, .l-nav .contact a:active .nav-en,
  .l-nav .contact a:active .nav-jp, .l-nav .contact a:focus .nav-en,
  .l-nav .contact a:focus .nav-jp {
    color: #fff !important;
  }
}
.l-nav .contact .nav-en,
.l-nav .contact .nav-jp {
  color: #fff;
}
.l-nav .nav-child {
  display: none;
}
@media only screen and (min-width: 961px) {
  .l-nav .sp-menu {
    display: none;
  }
  .l-nav .nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(233, 240, 249, 0.85);
    padding: 1.5em 3%;
  }
  .l-nav .nav-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  .l-nav .nav-child li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%;
    max-width: 290px;
  }
  .l-nav .nav-child a {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9) url(../img/common/icon_arw_01_nvy.svg) no-repeat right 0.2% center;
    color: #16417d;
    border: 2px solid rgba(22, 65, 125, 0);
  }
}
@media only screen and (min-width: 961px) and (hover: hover) {
  .l-nav .nav-child a {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .l-nav .nav-child a:hover, .l-nav .nav-child a:active, .l-nav .nav-child a:focus {
    border-color: #16417d;
  }
  .l-nav .nav-child a:hover img, .l-nav .nav-child a:active img, .l-nav .nav-child a:focus img {
    opacity: 1;
  }
}
@media only screen and (min-width: 961px) {
  .l-nav .nav-child .nav-img {
    width: 41%;
    max-width: 86px;
  }
  .l-nav .nav-child p {
    width: 59%;
    min-width: calc(100% - 86px);
    padding: 0.5em 1em 0.5em 0.5em;
    line-height: 1.35;
    font-size: min(1em, 1.5vw);
  }
  .l-nav .nav-child p span {
    display: inline-block;
  }
  .l-nav .nav-child-column .nav-img {
    max-width: 65px;
  }
  .l-nav .nav-child-column p {
    min-width: calc(100% - 65px);
  }
}
@media only screen and (max-width: 960px) {
  .l-nav .header-logo {
    max-width: 60%;
  }
  .l-nav .nav-list {
    display: none;
  }
  .l-nav .sp-menu {
    padding: 0.3125rem;
  }
  .l-nav .sp-menu .hamburger {
    width: min(3.75em, 12.8vw, 3.75rem);
    height: min(3.75em, 12.8vw, 3.75rem);
    padding: 1.3em 1em 1em;
    background: #16417d;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-nav .sp-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-nav .sp-menu .hamburger > div:before, .l-nav .sp-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -0.625em;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .l-nav .sp-menu .hamburger > div:after {
    top: 0.625em;
  }
  .l-nav .sp-menu .hamburger.open > div {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-nav .sp-menu .hamburger.open > div:before, .l-nav .sp-menu .hamburger.open > div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-nav .sp-menu .hamburger.open > div:after {
    opacity: 0;
  }
  .l-nav .sp-menu .hamburger:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-nav .sp-menu .hamburger:hover.open > div {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .l-nav .sp-menu p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    padding-top: 0.8em;
  }
}

@media only screen and (min-width: 961px) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .menu {
    position: fixed;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    outline: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .menu-content {
    width: 250vw;
    height: 250vw;
    background: rgba(233, 240, 249, 0.95);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .menu-inner {
    width: 96vw;
    max-height: calc(max(100dvh, 40em) - 5.625rem);
    margin-top: 5.625rem;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .menu-inner::-webkit-scrollbar {
    background: #fff;
    height: 5px;
    width: 5px;
  }
  .menu .menu-inner::-webkit-scrollbar-thumb {
    background-color: #16417d;
  }
  .menu .nav-list {
    padding: 0 3% 3em;
    height: 100%;
    margin: 0;
    display: block;
    width: 100%;
  }
  .menu .nav-list a:not(.nav-child a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 960px) and (hover: hover) {
  .menu .nav-list a:not(.nav-child a):hover .nav-en, .menu .nav-list a:not(.nav-child a):active .nav-en, .menu .nav-list a:not(.nav-child a):focus .nav-en {
    color: #5b92df;
  }
}
@media only screen and (max-width: 960px) {
  .menu .nav-list span {
    line-height: 1.25;
    white-space: nowrap;
  }
  .menu .nav-list li:not(.contact) .nav-en {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    font-size: 4em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .menu .nav-list li:not(.contact) .nav-jp {
    margin-top: -1.5em;
    font-size: 1.3em;
    font-weight: 700;
    color: #16417d;
    letter-spacing: 0.05em;
    padding-left: 1em;
    letter-spacing: 0.1em;
    background: url(../img/common/icon_arw_01_nvy.svg) no-repeat right 0.2% center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .menu .nav-list .contact {
    margin-top: min(5em, 11.6vw);
  }
  .menu .nav-list .contact a {
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #16417d;
    font-size: min(1em, 2.7vw);
  }
  .menu .nav-list .contact a .nav-en {
    font-size: 1.5em;
    font-weight: 600;
  }
  .menu .nav-list .contact a .nav-jp {
    font-weight: 700;
  }
}
@media only screen and (max-width: 960px) and (hover: hover) {
  .menu .nav-list .contact a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .menu .nav-list .contact a:hover, .menu .nav-list .contact a:active, .menu .nav-list .contact a:focus {
    background: #5b92df;
  }
  .menu .nav-list .contact a:hover .nav-en, .menu .nav-list .contact a:active .nav-en, .menu .nav-list .contact a:focus .nav-en {
    color: #fff !important;
  }
}
@media only screen and (max-width: 960px) {
  .menu .nav-list .nav-child {
    padding-left: 5%;
    margin-bottom: 2em;
  }
  .menu .nav-list .nav-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em 1%;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu .nav-list .nav-child li {
    width: 49.5%;
  }
  .menu .nav-list .nav-child a {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9) url(../img/common/icon_arw_01_nvy.svg) no-repeat right 0.2% center;
    color: #16417d;
    border: 2px solid rgba(22, 65, 125, 0);
  }
}
@media only screen and (max-width: 960px) and (hover: hover) {
  .menu .nav-list .nav-child a {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .menu .nav-list .nav-child a:hover, .menu .nav-list .nav-child a:active, .menu .nav-list .nav-child a:focus {
    border-color: #5b92df;
  }
  .menu .nav-list .nav-child a:hover img, .menu .nav-list .nav-child a:active img, .menu .nav-list .nav-child a:focus img {
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  .menu .nav-list .nav-child .nav-img {
    width: 41%;
    max-width: min(86px, 12vw);
  }
  .menu .nav-list .nav-child p {
    width: 59%;
    min-width: calc(100% - min(86px, 12vw));
    padding: 0.5em 1em 0.5em 0.5em;
    line-height: 1.35;
    font-size: min(1em, 2.7vw);
  }
  .menu .nav-list .nav-child p span {
    display: inline-block;
  }
  .menu .nav-list .nav-child-column .nav-img {
    max-width: min(65px, 9vw);
  }
  .menu .nav-list .nav-child-column p {
    min-width: calc(100% - min(65px, 9vw));
  }
  .menu.open {
    pointer-events: auto;
    visibility: visible;
  }
  .menu.open .menu-content {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.75s;
            transition-duration: 0.75s;
  }
  .menu.open .menu-inner {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
}
@media only screen and (max-width: 480px) {
  .menu .nav-list .nav-child li {
    width: 100%;
  }
  .menu .nav-list .nav-child p {
    font-size: min(1em, 3.7vw);
  }
}

.more-btn {
  max-width: 17.5rem;
  width: 100%;
}
.more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3em;
  padding: 0.25em 2.6em 0.25em 7%;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  background: #16417d;
  position: relative;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #16417d;
}
.more-btn a:after {
  width: 2.6em;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: width 0.3s, color 0.3s;
  transition: width 0.3s, color 0.3s;
}
@media (hover: hover) {
  .more-btn a {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .more-btn a:hover, .more-btn a:active, .more-btn a:focus {
    color: #16417d;
    background: rgba(255, 255, 255, 0.8);
  }
  .more-btn a:hover:after, .more-btn a:active:after, .more-btn a:focus:after {
    background: #16417d;
    width: 1.5em;
  }
}

.ttl-layout-01 {
  margin-bottom: 2.3em;
}
.ttl-layout-01 .ttl-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: min(2.25em, 6.525vw);
  line-height: 1.2;
  font-weight: 600;
  color: #5b92df;
  text-transform: capitalize;
}
.ttl-layout-01 .ttl-jp {
  font-size: min(1.25em, 3.625vw);
  font-weight: 700;
  color: #5b92df;
  line-height: 1.2;
}
.ttl-layout-01 .ttl-jp:before {
  content: "";
  width: 2em;
  height: 1px;
  background: #5b92df;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.ttl-layout-02 {
  font-size: min(1.5em, 4.35vw);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 2em;
  color: #16417d;
}

.ttl-layout-03 {
  margin-bottom: 5em;
  color: #16417d;
}
.ttl-layout-03 .ttl-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: min(6.25em, 9.5vw);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
.ttl-layout-03 .ttl-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.25em, 3.625vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ttl-layout-03 .ttl-jp:before, .ttl-layout-03 .ttl-jp:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #16417d;
}
.ttl-layout-03 .ttl-jp:before {
  margin-right: 1rem;
}
.ttl-layout-03 .ttl-jp:after {
  margin-left: 1rem;
}

.ttl-layout-04 {
  position: relative;
  height: min(15em, 21vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: min(6.25em, 13vw);
}
.ttl-layout-04 .ttl-en {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: min(15em, 19.5vw);
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(22, 65, 125, 0.05);
}
.ttl-layout-04 .ttl-jp {
  text-transform: capitalize;
  font-weight: 600;
  font-size: min(1.25em, 3.625vw);
  line-height: 1.2;
  color: #16417d;
  position: relative;
}
.ttl-layout-04 .ttl-jp span {
  opacity: 0;
  -webkit-transition: opacity 1.5s 0.5s ease-out;
  transition: opacity 1.5s 0.5s ease-out;
}
.ttl-layout-04 .ttl-jp:before {
  content: "";
  width: 0;
  height: 1px;
  background: #16417d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - min(100%, 1200px + 12%)) * -1);
  margin: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.ttl-layout-04 .ttl-jp.visible span {
  opacity: 1;
}
.ttl-layout-04 .ttl-jp.visible:before {
  width: calc(100vw - 0.625rem - min(100%, 1200px + 12%));
}

.ttl-layout-05 {
  position: relative;
  text-align: center;
  margin-bottom: min(7.5em, 15vw);
}
.ttl-layout-05 .ttl-en {
  font-size: min(6.25em, 9.5vw);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.25em;
  text-transform: capitalize;
  color: #fff;
}
.ttl-layout-05 .ttl-jp {
  font-size: min(1.5em, 4.35vw);
  font-weight: 700;
  line-height: 1.2;
  color: #16417d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  letter-spacing: 0.2em;
}

.ttl-layout-06 {
  position: relative;
}
.ttl-layout-06 .ttl-en {
  font-size: min(8em, 17vw);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  color: #e9f0f9;
  opacity: 0;
  -webkit-transition: opacity 1.5s 0.5s ease-out;
  transition: opacity 1.5s 0.5s ease-out;
}
.ttl-layout-06 .ttl-jp {
  font-size: min(1.5em, 4.35vw);
  font-weight: 700;
  line-height: 1.2;
  color: #16417d;
  position: absolute;
  top: 0;
  left: 2em;
  bottom: 0;
  margin: auto;
  height: 1em;
}
.ttl-layout-06 .ttl-jp span {
  opacity: 0;
  -webkit-transition: opacity 1.5s 0.5s ease-out;
  transition: opacity 1.5s 0.5s ease-out;
}
.ttl-layout-06 .ttl-jp:before {
  content: "";
  width: 0;
  height: 1px;
  background: #16417d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - min(100%, 1200px + 12%) + 1.8em) * -1);
  margin: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.ttl-layout-06.visible .ttl-en {
  opacity: 1;
}
.ttl-layout-06.visible .ttl-jp span {
  opacity: 1;
}
.ttl-layout-06.visible .ttl-jp:before {
  width: calc(100vw - 0.625rem - min(100%, 1200px + 12%) + 1.8em);
}

.table-layout-01 {
  margin: auto;
  max-width: 860px;
  width: 100%;
}
.table-layout-01 th {
  font-weight: 700;
  vertical-align: top;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.table-layout-01 td {
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .table-layout-01 th, .table-layout-01 td {
    border-bottom: 1px solid #C9DBF5;
    padding: 1.875em 1.25em;
  }
  .table-layout-01 th {
    width: 10em;
  }
  .table-layout-01 td {
    width: calc(100% - 10em);
  }
}
@media only screen and (max-width: 767px) {
  .table-layout-01 th, .table-layout-01 td {
    display: block;
    width: 100%;
  }
  .table-layout-01 th {
    padding: 2em 3% 0;
    font-size: 1.125em;
  }
  .table-layout-01 td {
    padding: 0.5em 3% 2.25em;
    border-bottom: 1px solid #C9DBF5;
  }
}

.md-service-item .md-service-no {
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 0.95;
}
.md-service-item .md-service-en {
  font-weight: 600;
  line-height: 0.95;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.md-service-item .md-service-jp {
  margin-top: 0.6em;
  font-weight: 700;
  line-height: 1.5;
  color: #5b92df;
}
.md-service-item .md-service-body {
  font-size: 1.25em;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
.md-service-item .md-service-body span {
  display: inline-block;
}
.md-service-item + .md-service-item {
  margin-top: min(4.2em, 12.8vw);
  padding-top: min(4.2em, 12.8vw);
  border-top: 1px solid #EAF1FA;
}
@media only screen and (min-width: 768px) {
  .md-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md-service-item .md-service-img {
    overflow: hidden;
    width: 33%;
  }
  .md-service-item .md-service-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .md-service-item .md-service-txt {
    width: 63.3%;
    padding-top: min(4.35em, 5.22vw);
  }
  .md-service-item .md-service-no {
    font-size: min(6.25em, 7.5vw);
  }
  .md-service-item .md-service-en {
    font-size: min(6.25em, 7.5vw);
  }
  .md-service-item .md-service-jp {
    font-size: min(2.5em, 3vw);
  }
  .md-service-item .md-service-spimg {
    display: none;
  }
  .md-service-item .md-service-body {
    margin-top: 2.9em;
  }
  .md-service-item .more-btn {
    margin-top: 4.5em;
  }
  .md-service-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .md-service-item .md-service-img {
    display: none;
  }
  .md-service-item .md-service-no {
    font-size: min(6.25em, 11.7vw);
  }
  .md-service-item .md-service-en {
    font-size: min(6.25em, 11.7vw);
  }
  .md-service-item .md-service-jp {
    margin-top: 1.4em;
    font-size: min(1.428em, 5.1vw);
  }
  .md-service-item .md-service-spimg {
    margin-top: 1em;
  }
  .md-service-item .md-service-body {
    margin-top: 1.5em;
    font-size: 1.125em;
  }
  .md-service-item .more-btn {
    margin-left: auto;
    margin-top: 2.85em;
  }
}

.md-featured {
  margin: 3.125%;
  padding: 1.8em 0;
  background: url(../img/common/bg_pattern_01.png) repeat center;
}
.md-featured .wrap {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
}
.md-featured .md-featured-list li {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.md-featured .md-featured-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
@media (hover: hover) {
  .md-featured .md-featured-list a:hover .md-featured-img img:not(.md-featured-icon img), .md-featured .md-featured-list a:active .md-featured-img img:not(.md-featured-icon img), .md-featured .md-featured-list a:focus .md-featured-img img:not(.md-featured-icon img) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .md-featured .md-featured-list a:hover .md-featured-img img, .md-featured .md-featured-list a:active .md-featured-img img, .md-featured .md-featured-list a:focus .md-featured-img img {
    opacity: 1;
  }
}
.md-featured .md-featured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.md-featured .md-featured-img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.md-featured .md-featured-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 65, 125, 0.4);
  z-index: 1;
}
.md-featured .md-featured-icon {
  position: absolute;
  z-index: 5;
}
.md-featured .md-featured-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
}
.md-featured .md-featured-jp {
  margin-top: 0.5em;
  font-weight: 700;
  color: #e9f0f9;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .md-featured .md-featured-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2%;
  }
  .md-featured .md-featured-list li {
    width: 32%;
    aspect-ratio: 384/238;
  }
  .md-featured .md-featured-list li:nth-child(2) .md-featured-icon {
    right: -1.4em;
    bottom: -0.5em;
  }
  .md-featured .md-featured-icon {
    right: 0;
    bottom: 0;
    max-width: 10vw;
  }
  .md-featured .md-featured-en {
    font-size: min(4.5em, 5vw);
  }
  .md-featured .md-featured-jp {
    font-size: min(1.25em, 1.4vw);
  }
}
@media only screen and (max-width: 767px) {
  .md-featured .md-featured-list li {
    aspect-ratio: 4/1;
  }
  .md-featured .md-featured-list li + li {
    margin-top: 1em;
  }
  .md-featured .md-featured-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .md-featured .md-featured-icon {
    right: 0;
    bottom: 0;
    max-width: 18vw;
  }
  .md-featured .md-featured-en {
    font-size: min(4.5em, 10vw);
  }
  .md-featured .md-featured-jp {
    font-size: min(1.25em, 2.4vw);
  }
}

.md-magazine-list {
  max-width: 840px;
  margin: auto;
}
.md-magazine-list li {
  border-bottom: 1px solid #e9f0f9;
}
.md-magazine-list li:first-child {
  border-top: 1px solid #e9f0f9;
}
.md-magazine-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 2.8%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../img/common/icon_arw_01.svg) no-repeat right 0.2% center;
}
@media (hover: hover) {
  .md-magazine-list a:hover .ttl, .md-magazine-list a:active .ttl, .md-magazine-list a:focus .ttl {
    color: #5b92df;
  }
}
.md-magazine-list time {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 6.25em;
}
.md-magazine-list .category {
  font-size: 0.875em;
  padding: auto;
  width: 10em;
  padding: 0.257em 0.5em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #16417d;
}
.md-magazine-list .ttl {
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .md-magazine-list a {
    padding: 1.2em 3.875em 1.2em 1%;
  }
  .md-magazine-list .ttl {
    width: calc(94.4% - 6.25em - 8.75em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 767px) {
  .md-magazine-list a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.2em 2em 1.2em 1%;
  }
  .md-magazine-list .ttl {
    width: 100%;
  }
}

/*==============================
フッター
==============================*/
.to-top a {
  position: fixed;
  display: block;
  width: min(4em, 16vw);
  height: min(4em, 16vw);
  right: 3.125%;
  bottom: -100px;
  background: rgba(255, 255, 255, 0.5) url(../img/common/icon_arw_up.svg) no-repeat center/40%;
  border: 2px solid #e9f0f9;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  z-index: 50;
}
@media (hover: hover) {
  .to-top a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .to-top a:hover, .to-top a:active, .to-top a:focus {
    background-color: rgba(91, 146, 223, 0.2);
  }
}

.l-footer .footer-contact {
  padding: min(4.375em, 9.1vw) 0 0;
  background: #e9f0f9;
}
.l-footer .footer-contact-inner {
  background: url(../img/common/bg_contact@2x.png) no-repeat left bottom/12.5em;
}
.l-footer .footer-contact-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: min(6em, 10.45vw);
  font-weight: 600;
  color: #16417d;
  text-transform: capitalize;
  line-height: 1;
}
.l-footer .footer-contact-jp {
  margin-top: 0.4em;
  font-size: min(1.25em, 3.625vw);
  font-weight: 700;
  color: #5b92df;
  line-height: 1.2;
}
.l-footer .footer-contact-jp:before {
  content: "";
  width: 2em;
  height: 1px;
  background: #5b92df;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.l-footer .footer-contact-txt {
  padding-top: 2.7em;
}
.l-footer .footer-contact-txt .more-btn {
  margin-top: 2.6em;
  max-width: 100%;
}
.l-footer .footer-contact-txt .more-btn a {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .l-footer .footer-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: min(8em, 16.64vw);
  }
  .l-footer .footer-contact-header {
    width: 50%;
  }
  .l-footer .footer-contact-txt {
    width: 46%;
  }
}
.l-footer .footer-main {
  padding: min(4.375em, 13vw) 0;
  background: #16417d;
}
.l-footer .footer-logo {
  margin-bottom: 2em;
}
.l-footer .footer-address {
  color: #fff;
}
.l-footer .footer-address dt {
  font-weight: 700;
}
.l-footer .footer-address dd {
  line-height: 1.5em;
}
.l-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .footer-nav a {
  color: #fff;
  text-underline-offset: 0.25em;
}
@media (hover: hover) {
  .l-footer .footer-nav a:hover, .l-footer .footer-nav a:active, .l-footer .footer-nav a:focus {
    text-decoration: underline;
  }
}
.l-footer .footer-nav ul li {
  line-height: 1.5;
  white-space: nowrap;
}
.l-footer .footer-nav ul li + li {
  margin-top: 0.75em;
}
.l-footer .footer-nav .primary {
  font-weight: 700;
  padding-left: 1em;
  background: url(../img/common/icon_arw_02.svg) no-repeat left 0.5em/0.57em;
}
.l-footer .footer-nav .secondary {
  padding-left: 1em;
  margin-left: 1em;
  background: url(../img/common/icon_arw_03.svg) no-repeat left 0.5em/0.57em;
}
@media only screen and (min-width: 961px) {
  .l-footer .footer-main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3em 2%;
  }
  .l-footer .footer-info {
    max-width: 18em;
    width: 25%;
  }
  .l-footer .footer-address {
    font-size: 0.875em;
  }
  .l-footer .footer-address div + div {
    margin-top: 1em;
  }
  .l-footer .footer-nav {
    font-size: 0.875em;
    gap: 0 min(5em, 4vw);
    max-width: calc(98% - 18em);
  }
}
@media only screen and (max-width: 960px) {
  .l-footer .footer-nav {
    margin-bottom: 5em;
  }
  .l-footer .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4em;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .footer-contact-inner {
    padding-bottom: 30vw;
    background-size: 30vw;
  }
  .l-footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    margin-top: 3em;
  }
  .l-footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75em 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .footer-nav ul li + li {
    margin-top: 0;
  }
  .l-footer .footer-nav ul + ul {
    margin-top: 0.75em;
  }
  .l-footer .footer-nav .parent,
  .l-footer .footer-nav .secondary + .primary {
    width: 100%;
  }
  .l-footer .footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}

.l-copyright {
  padding: 0.75em 6%;
  background: #0a1b31;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  font-size: 0.75em;
}
.l-copyright span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}