﻿@charset "UTF-8";
/* Faundation ======================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, thead, th {
  font-weight: normal;
  clear: both;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=image] {
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fafafa;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

:where(a)  {
  color: #004092;
  text-decoration: none;
}
:where(a) :hover {
  text-decoration: underline;
}

:where(a[href^="tel:"]) {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 639px) {
 :where(a[href^="tel:"]) {
    pointer-events: auto;
    color: #004092;
  }
}

img {
  max-width: 100%;
}

a > img,
a > picture {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover > img,
a:hover > picture {
  opacity: 0.7;
}

input::-webkit-input-placeholder {
  padding-top: 0.25rem;
}

svg {
  fill: currentColor;
}

.mpf {
  font-weight: normal !important;
}

/* Object/Component ======================================== */
.c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.c-btn {
  text-box: trim-both text;
  position: relative;
  font-size: 1rem;
  border-radius: 100px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 4px;
  padding: 0.5em 1.75em 0.6em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 300% 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00542d), color-stop(50%, #FFF));
  background-image: -webkit-linear-gradient(left, #00542d 40%, #FFF 50%);
  background-image: linear-gradient(90deg, #00542d 40%, #FFF 50%);
  outline: 2px solid #057641;
  outline-offset: -2px;
  color: #057641;
}
.c-btn.is-blank {
  padding: 0.5em 2.5em 0.6em 1.75em;
}
.c-btn.is-blank::after {
  text-box: trim-both text;
  font-size: 0.75em;
  content: "\e90c";
  font-family: "mp-fonts";
  font-weight: normal;
  line-height: normal;
  right: 1.25em;
  position: absolute;
  -webkit-transform: translate(0, -46%);
  transform: translate(0, -46%);
  top: 50%;
}
.c-btn:hover {
  background-position: 0 50%;
  text-decoration: none;
}
.c-btn:hover {
  outline: 2px solid #00542d;
  color: #FFF;
}
.c-btn.is-green {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #003c20), color-stop(50%, #057641));
  background-image: -webkit-linear-gradient(left, #003c20 40%, #057641 50%);
  background-image: linear-gradient(90deg, #003c20 40%, #057641 50%);
  outline: none;
  color: #FFF;
}
.c-btn.is-green:hover {
  color: #EF0;
}
.c-btn.is-blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00367c), color-stop(50%, #0050b9));
  background-image: -webkit-linear-gradient(left, #00367c 40%, #0050b9 50%);
  background-image: linear-gradient(90deg, #00367c 40%, #0050b9 50%);
  outline: none;
  color: #FFF;
}
.c-btn.is-blue:hover {
  color: #EF0;
}
.c-btn.is-orange {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ef1c00), color-stop(50%, #ff6200));
  background-image: -webkit-linear-gradient(left, #ef1c00 40%, #ff6200 50%);
  background-image: linear-gradient(90deg, #ef1c00 40%, #ff6200 50%);
  outline: none;
  color: #FFF;
}
.c-btn.is-orange:hover {
  color: #EF0;
}
.c-btn.is-red {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #9b001f), color-stop(50%, #bc0728));
  background-image: -webkit-linear-gradient(left, #9b001f 40%, #bc0728 50%);
  background-image: linear-gradient(90deg, #9b001f 40%, #bc0728 50%);
  outline: none;
  color: #FFF;
}
.c-btn.is-red:hover {
  color: #EF0;
}
.c-btn.is-grey {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #e6ecf1), color-stop(50%, #fafafa));
  background-image: -webkit-linear-gradient(left, #e6ecf1 40%, #fafafa 50%);
  background-image: linear-gradient(90deg, #e6ecf1 40%, #fafafa 50%);
  outline: none;
  color: #004092;
}
.c-btn.is-grey:hover {
  color: #004092;
}

.c-link,
.c-link--back,
.c-link--up,
.c-link--down,
.c-link--blank {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
  text-align: left;
  line-height: 1.5;
}
.c-link::before,
.c-link--back::before,
.c-link--up::before,
.c-link--down::before,
.c-link--blank::before {
  content: "";
  display: inline-block;
  font-family: "mp-fonts";
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0.06em;
}

.c-link::before {
  content: "\e904";
}

.c-link--back::before {
content: "\e906";
}

.c-link--up::before {
  content: "\e908";
  left: -0.15em;
}

.c-link--down::before {
  content: "\e902";
  left: -0.15em;
}

.c-link--blank {
  padding: 0 1.125em 0 1em;
}
.c-link--blank::before {
  content: "\e904";
}
.c-link--blank::after {
  font-size: 0.75em;
  content: "\e90c";
  display: inline-block;
  font-family: "mp-fonts";
  font-weight: normal;
  right: 0;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0, 64%);
  transform: translate(0, 64%);
}

.c-link-list li {
  background: #FFF;
  border: 1px solid #00a95d;
  border-radius: 8px;
  margin: 1em 0 0;
  width: 100%;
  text-align: left;
}
.c-link-list li:first-child {
  margin-top: 0;
}
.c-link-list li a {
  color: #057641;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1em 1.25em 1em 2em;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-list li a:hover {
  background: #00a95d;
  border-color: #00a95d;
  color: #FFF;
  text-decoration: none;
}
.c-link-list li a::after {
  position: absolute;
  content: "\e904";
  display: inline-block;
  font-family: "mp-fonts";
  font-weight: normal;
  left: 0.75em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-list li a:hover::after {
  color: #FFF !important;
}
.c-link-list.is-faq li a::after {
  content: "\e90a";
  color: #004092;
  left: 0.5em;
}
.c-link-list.is-check li a::after {
  content: "\e90f";
  color: #00a95d;
  left: 0.5em;
}
.c-link-list.is-pdf li a::after {
  content: "\e919";
  color: #bc0728;
  left: 0.5em;
}

.c-heading {
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
  margin: 0.25em 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .c-heading {
    font-size: 1.25rem;
  }
}
.c-heading.is-xxl {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-heading.is-xxl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .c-heading.is-xxl {
    font-size: 2.5rem;
  }
}
.c-heading.is-xl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-heading.is-xl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 639px) {
  .c-heading.is-xl {
    font-size: 2rem;
  }
}
.c-heading.is-l {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-heading.is-l {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 639px) {
  .c-heading.is-l {
    font-size: 1.5rem;
  }
}
.c-heading.is-m {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-heading.is-m {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .c-heading.is-m {
    font-size: 1rem;
  }
}
.c-heading.is-s {
  font-size: 1rem;
}
.c-heading.is-xs {
  font-size: 0.875rem;
}
.c-heading .c-note {
  font-size: max(12px, 0.75em);
}

.c-lead {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  margin: 0;
}

.c-text {
  font-size: 1rem;
  margin: 0;
  line-height: 2;
  text-align: justify;
}

.c-note {
  font-size: 0.75rem;
  margin: 0;
  text-align: justify;
}

.c-strongline {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #8effbd), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #8effbd 50%, transparent 50%);
  background-image: linear-gradient(to right, #8effbd 50%, transparent 50%);
  background-size: 202% 50%;
  background-repeat: no-repeat;
  background-position: 0% bottom;
  padding-bottom: 0.2em;
  -webkit-transition: background-position 0.6s ease-out;
  transition: background-position 0.6s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-strongline.js-add-active {
  background-position: 100% bottom;
}
@media all and (-ms-high-contrast: none) {
  .c-strongline.js-add-active {
    background-position: 0% bottom;
  }
}
.c-strongline.js-add-active.is-active {
  background-position: 0% bottom;
}

.c-strongline.is-yellow {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fffb81), color-stop(50%, transparent));
background-image: -webkit-linear-gradient(left, #fffb81 50%, transparent 50%);
background-image: linear-gradient(to right, #fffb81 50%, transparent 50%);
}
.c-strongline.is-red {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd6e4), color-stop(50%, transparent));
background-image: -webkit-linear-gradient(left, #ffd6e4 50%, transparent 50%);
background-image: linear-gradient(to right, #ffd6e4 50%, transparent 50%);
}

.c-enclose {
  position: relative;
  border: 3px double #a3b1c9;
  margin: 2rem 0;
  padding: 1.25em 1.5em;
}
.c-enclose:has(.c-enclose__title) {
  padding: 1.75em 1.5em 1.25em;
}
.c-enclose__title {
  font-size: 0.875rem;
  position: absolute;
  background: #fafafa;
  color: #657082;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0rem;
  left: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-enclose__title i {
  font-size: 1.125rem;
}
.c-enclose.is-red {
  border: 3px double #f598b1;
}
.c-enclose.is-red .c-enclose__title {
  color: #bc0728;
}
.c-enclose.is-green {
  border: 3px double #057641;
}
.c-enclose.is-green .c-enclose__title {
  color: #057641;
}

.c-quote {
  position: relative;
  border-top: 1px dotted #cbd1db;
  border-bottom: 1px dotted #cbd1db;
  color: #666;
  margin: 2em;
  padding: 1.5em 0;
}
.c-quote::before, .c-quote::after {
  font-size: 1.5rem;
  position: absolute;
  color: #cbd1db;
  font-family: "mp-fonts";
  font-weight: normal;
}
.c-quote::before {
  content: "\e92a";
  left: -2rem;
  top: -1rem;
}
.c-quote::after {
  content: "\e92b";
  right: -2rem;
  bottom: -1rem;
}

.c-grid {
  display: grid;
  width: 100%;
}
.c-grid__colspan2 {
  grid-column: span 2;
}
.c-grid__colspan3 {
  grid-column: span 3;
}
.c-grid__colspan4 {
  grid-column: span 4;
}
.c-grid.is-col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 939px) {
  .c-grid.is-col2.is-break-l {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col2.is-break-l .c-grid__colspan2 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.is-col2.is-break-m {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col2.is-break-m .c-grid__colspan2 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col2.is-break-s {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col2.is-break-s .c-grid__colspan2 {
    grid-column: span 1;
  }
}
.c-grid.is-col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 939px) {
  .c-grid.is-col3.is-break-l {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid.is-col3.is-break-l .c-grid__colspan2,
.c-grid.is-col3.is-break-l .c-grid__colspan3 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.is-col3.is-break-l {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col3.is-break-l .c-grid__colspan2,
.c-grid.is-col3.is-break-l .c-grid__colspan3 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.is-col3.is-break-m {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid.is-col3.is-break-m .c-grid__colspan2,
.c-grid.is-col3.is-break-m .c-grid__colspan3 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col3.is-break-m {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col3.is-break-m .c-grid__colspan2,
.c-grid.is-col3.is-break-m .c-grid__colspan3 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col3.is-break-s {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col3.is-break-s .c-grid__colspan2,
.c-grid.is-col3.is-break-s .c-grid__colspan3 {
    grid-column: span 1;
  }
}
.c-grid.is-col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 939px) {
  .c-grid.is-col4.is-break-l {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.is-col4.is-break-l .c-grid__colspan3 {
    grid-column: span 2;
  }
  .c-grid.is-col4.is-break-l .c-grid__colspan4 {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.is-col4.is-break-l {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid.is-col4.is-break-l .c-grid__colspan2,
.c-grid.is-col4.is-break-l .c-grid__colspan3,
.c-grid.is-col4.is-break-l .c-grid__colspan4 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col4.is-break-l {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col4.is-break-l .c-grid__colspan2,
.c-grid.is-col4.is-break-l .c-grid__colspan3,
.c-grid.is-col4.is-break-l .c-grid__colspan4 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.is-col4.is-break-m {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid.is-col4.is-break-m .c-grid__colspan2,
.c-grid.is-col4.is-break-m .c-grid__colspan3,
.c-grid.is-col4.is-break-m .c-grid__colspan4 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col4.is-break-m {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col4.is-break-m .c-grid__colspan2,
.c-grid.is-col4.is-break-m .c-grid__colspan3,
.c-grid.is-col4.is-break-m .c-grid__colspan4 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 639px) {
  .c-grid.is-col4.is-break-s {
    grid-template-columns: 1fr;
  }
  .c-grid.is-col4.is-break-s .c-grid__colspan2,
.c-grid.is-col4.is-break-s .c-grid__colspan3,
.c-grid.is-col4.is-break-s .c-grid__colspan4 {
    grid-column: span 1;
  }
}
.c-grid.is-sleeve-l {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "nav cont cont cont";
}
@media screen and (max-width: 767px) {
  .c-grid.is-sleeve-l {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "cont";
  }
}
.c-grid.is-sleeve-l > *:first-child {
  grid-area: nav;
}
.c-grid.is-sleeve-l > *:not(:first-child) {
  grid-area: cont;
}
.c-grid.is-sleeve-r {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "cont cont cont nav";
}
@media screen and (max-width: 767px) {
  .c-grid.is-sleeve-r {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "cont";
  }
}
.c-grid.is-sleeve-r > *:first-child {
  grid-area: nav;
}
.c-grid.is-sleeve-r > *:not(:first-child) {
  grid-area: cont;
}
.c-grid.is-gap8 {
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.c-grid.is-gap16 {
  row-gap: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.c-grid.is-gap24 {
  row-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.c-grid.is-gap32 {
  row-gap: 32px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.c-grid.is-gap40 {
  row-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.c-grid.is-gap48 {
  row-gap: 48px;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.c-grid.is-gap56 {
  row-gap: 56px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
.c-grid.is-gap64 {
  row-gap: 64px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}
.c-grid.is-gap72 {
  row-gap: 72px;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}
.c-grid.is-gap80 {
  row-gap: 80px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.c-grid.is-rev {
  direction: rtl;
}
.c-grid.is-rev > * {
  direction: ltr;
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-flex.is-gap8 {
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.c-flex.is-gap8 {
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.c-flex.is-gap16 {
  row-gap: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.c-flex.is-gap24 {
  row-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.c-flex.is-gap32 {
  row-gap: 32px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.c-flex.is-gap40 {
  row-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.c-flex.is-gap48 {
  row-gap: 48px;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.c-flex.is-gap56 {
  row-gap: 56px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
.c-flex.is-gap64 {
  row-gap: 64px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}
.c-flex.is-gap72 {
  row-gap: 72px;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}
.c-flex.is-gap80 {
  row-gap: 80px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.c-flex.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-flex.is-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-flex.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-flex.is-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-table tr {
  background: #FFF;
}
.c-table.is-type01 {
  line-height: 1.5;
  margin-bottom: 2px;
  text-align: center;
  width: 100%;
}
.c-table.is-type01 tr {
  border: 1px solid #AAA;
  border-bottom: none;
}
.c-table.is-type01 tr:last-of-type {
  border: 1px solid #AAA;
}
.c-table.is-type01 th,
.c-table.is-type01 td {
  padding: 16px;
}
.c-table.is-type02 {
  line-height: 1.5;
  margin-bottom: 2px;
  text-align: center;
  width: 100%;
}
.c-table.is-type02 tr {
  border-top: 1px solid #AAA;
}
.c-table.is-type02 tr:last-of-type {
  border-bottom: 1px solid #AAA;
}
.c-table.is-type02 th,
.c-table.is-type02 td {
  padding: 16px;
}
.c-table.is-type03 {
  line-height: 1.5;
  margin-bottom: 2px;
  text-align: center;
  width: 100%;
}
.c-table.is-type03 tr {
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.c-table.is-type03 th,
.c-table.is-type03 td {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  padding: 16px;
}
.c-table__header, .c-table__header th, .c-table__header td {
  font-weight: 600;
}
.c-table__cell--primary, .c-table__cell--primary th, .c-table__cell--primary td {
  background: #ececec !important;
}
.c-table.is-fixed {
  table-layout: fixed;
}
.c-table.is-alt-row-odd tr:nth-of-type(odd), .c-table.is-alt-row-even tr:nth-of-type(even), .c-table.is-alt-col-odd th:nth-of-type(odd), .c-table.is-alt-col-odd td:nth-of-type(odd), .c-table.is-alt-col-even th:nth-of-type(even), .c-table.is-alt-col-even td:nth-of-type(even) {
  background: #F5F5F5;
}
.c-table.is-scroll-table {
  display: block;
  overflow: auto;
  max-width: calc(100dvw - 48px);
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.c-table.is-scroll-table::-webkit-scrollbar {
  height: 4px;
}
.c-table.is-scroll-table::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.c-table.is-scroll-table::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .c-table.is-scroll-table--sp {
    display: block;
    overflow: auto;
    max-width: calc(100dvw - 48px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .c-table.is-scroll-table--sp::-webkit-scrollbar {
    height: 4px;
  }
  .c-table.is-scroll-table--sp::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .c-table.is-scroll-table--sp::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
}
.c-table.is-green .c-table__cell--primary,
.c-table.is-green .c-table__cell--primary th,
.c-table.is-green .c-table__cell--primary td {
  background: #c9e1d6 !important;
}
.c-table.is-green.is-alt-row-odd tr:nth-of-type(odd), .c-table.is-green.is-alt-row-even tr:nth-of-type(even), .c-table.is-green.is-alt-col-odd th:nth-of-type(odd), .c-table.is-green.is-alt-col-odd td:nth-of-type(odd), .c-table.is-green.is-alt-col-even th:nth-of-type(even), .c-table.is-green.is-alt-col-even td:nth-of-type(even) {
  background: #ebf7f1;
}

.c-panel {
  background: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  padding: 12px;
}

a.c-panel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.c-panel:hover {
  border-color: #0088FF;
}

.c-ul--disc > li,
.c-ul--check > li,
.c-ul--note > li,
.c-ul--alert > li,
.c-ol--decimal > li,
.c-ol--decimal-note > li {
  list-style-type: none;
  list-style-position: outside;
  text-align: left;
  line-height: 2;
  margin-left: 1.625em;
  padding: 0.25em 0;
  position: relative;
}
.c-ul--disc > li::after,
.c-ul--check > li::after,
.c-ul--note > li::after,
.c-ul--alert > li::after,
.c-ol--decimal > li::after,
.c-ol--decimal-note > li::after {
  position: absolute;
  left: -1.625em;
  top: 0.25em;
}
.c-ul--disc.c-note > li, .c-note .c-ul--disc > li,
.c-ul--check.c-note > li,
.c-note .c-ul--check > li,
.c-ul--note.c-note > li,
.c-note .c-ul--note > li,
.c-ul--alert.c-note > li,
.c-note .c-ul--alert > li,
.c-ol--decimal.c-note > li,
.c-note .c-ol--decimal > li,
.c-ol--decimal-note.c-note > li,
.c-note .c-ol--decimal-note > li {
  margin-left: 1.25em;
}
.c-ul--disc.c-note > li::after, .c-note .c-ul--disc > li::after,
.c-ul--check.c-note > li::after,
.c-note .c-ul--check > li::after,
.c-ul--note.c-note > li::after,
.c-note .c-ul--note > li::after,
.c-ul--alert.c-note > li::after,
.c-note .c-ul--alert > li::after,
.c-ol--decimal.c-note > li::after,
.c-note .c-ol--decimal > li::after,
.c-ol--decimal-note.c-note > li::after,
.c-note .c-ol--decimal-note > li::after {
  left: -1em;
  top: 0.25em;
}

.c-ul--check.c-note > li, .c-note .c-ul--check > li,
.c-ul--note.c-note > li,
.c-note .c-ul--note > li,
.c-ul--alert.c-note > li,
.c-note .c-ul--alert > li {
padding-left: 0.75em;
}

.c-ul--disc > li {
  list-style-type: disc;
}

.c-ul--note > li::after {
  content: "※";
  display: inline-block;
  left: -1.3rem;
}

.c-ul--check > li::after {
  content: "\e90f";
  color: #00a95d;
  display: inline-block;
  font-family: "mp-fonts";
  font-weight: normal;
  top: 0.35em;
}

.c-ul--alert > li::after {
  content: "\e900";
  color: #bc0728;
  display: inline-block;
  font-family: "mp-fonts";
  font-weight: normal;
  top: 0.35em;
}

.c-ol--decimal > li {
  list-style-type: decimal;
}

.c-ol--decimal-note {
  counter-reset: cnt 0;
}
.c-ol--decimal-note > li {
  counter-increment: cnt 1;
  margin-left: 3.5em;
}
.c-ol--decimal-note > li::before {
  content: "※ " counter(cnt) ".";
  display: inline-block;
  font-family: monospace;
  white-space: nowrap;
  margin-left: -3.75em;
  width: 3.5em;
  text-align: right;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.c-ol--decimal-note.c-note > li, .c-note .c-ol--decimal-note > li {
  margin-left: 3.5em;
}

.c-ol--decimal-note.c-note > li::before, .c-note .c-ol--decimal-note > li::before {
top: 0.25em;
}

.c-login {
  background: #04331c;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  margin: 20px auto 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-login {
    height: calc(100% - 20px);
    margin: 20px auto 0;
  }
}
.c-login .c-heading {
  background-color: #022112;
  border-radius: 8px 8px 0 0;
  color: #07e481;
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px solid #00542d;
}
.c-login .c-btn {
  font-size: 0.75rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00542d), color-stop(50%, #022112));
  background-image: -webkit-linear-gradient(left, #00542d 40%, #022112 50%);
  background-image: linear-gradient(90deg, #00542d 40%, #022112 50%);
  outline: none;
  color: #FFF;
}

.c-login-form {
  margin: 0 auto;
  padding: 24px 16px;
  max-width: 640px;
}
.c-login-form__text, .c-login-form__password, .c-login-form__tel {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F0F0F0;
  border: 2px #FFF solid;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00542d;
  font-weight: 600;
  line-height: 1;
  margin: 8px auto;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.c-login-form__text::-webkit-input-placeholder, .c-login-form__password::-webkit-input-placeholder, .c-login-form__tel::-webkit-input-placeholder {
  color: #00542d;
}
.c-login-form__text::-moz-placeholder, .c-login-form__password::-moz-placeholder, .c-login-form__tel::-moz-placeholder {
  color: #00542d;
}
.c-login-form__text:-ms-input-placeholder, .c-login-form__password:-ms-input-placeholder, .c-login-form__tel:-ms-input-placeholder {
  color: #00542d;
}
.c-login-form__text::-ms-input-placeholder, .c-login-form__password::-ms-input-placeholder, .c-login-form__tel::-ms-input-placeholder {
  color: #00542d;
}
.c-login-form__text::placeholder, .c-login-form__password::placeholder, .c-login-form__tel::placeholder {
  color: #00542d;
}
.c-login-form__select {
  background: #F0F0F0;
  border: 2px #FFF solid;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 8px 0;
  padding: 4px 0;
  width: 100%;
}
.c-login-form__select::before {
  font-size: 1rem;
  color: #00542d;
  content: "\e920";
  font-family: "mp-fonts";
  line-height: normal;
  pointer-events: none;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75rem;
}
.c-login-form__select__list {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00542d;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: 8px 10px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
}
.c-login-form__select__list::-ms-expand {
  display: none;
}
.c-login-form__select__list:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-login-form__btn {
  font-size: clamp(0.875rem, -0.125rem + 5vw, 1.25rem);
  background-color: #004092;
  background-size: 300% 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 8px;
  color: #FFF;
  cursor: pointer;
  font-weight: 600;
  display: block;
  min-width: 120px;
  margin: 24px auto 0;
  padding: 16px;
  text-align: center;
  width: min(390px, 100%);
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-login-form__btn:hover {
  background-color: #0088FF;
  text-decoration: none;
}
.c-login-form__btn.is-entry {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ef1c00), color-stop(50%, #ff6200));
  background-image: -webkit-linear-gradient(left, #ef1c00 40%, #ff6200 50%);
  background-image: linear-gradient(90deg, #ef1c00 40%, #ff6200 50%);
}
.c-login-form__btn.is-entry:hover {
  background-position: 0 50%;
  color: #EF0;
}
.c-login-form__btn.is-login {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00c96b), color-stop(50%, #00a95d));
  background-image: -webkit-linear-gradient(left, #00c96b 40%, #00a95d 50%);
  background-image: linear-gradient(90deg, #00c96b 40%, #00a95d 50%);
}
.c-login-form__btn.is-login:hover {
  background-position: 0 50%;
}
.c-login-form__btn:disabled, .c-login-form__btn:disabled:hover {
  background: rgba(100, 100, 100, 0.4);
  color: rgba(184, 184, 184, 0.4);
}
.c-login-form__entry {
  background-color: #05402f;
  border-top: 1px solid #001d10;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  padding: 8px 16px 32px;
}

.c-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 200;
}
.c-modal__close {
  position: fixed;
  cursor: pointer;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: #000 1px 0 10px;
}
.c-modal__cont {
  position: absolute;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  overflow-y: scroll;
  padding: 20px;
  max-width: 1000px;
  max-height: calc(100% - 40px);
}

.c-tab__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.c-tab__btn-wrap::-webkit-scrollbar {
  height: 4px;
}
.c-tab__btn-wrap::-webkit-scrollbar-track {
  background: #00a95d;
  border-radius: 2px;
}
.c-tab__btn-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
@media screen and (max-width: 939px) {
  .c-tab__btn-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-tab__btn {
  background: #057641;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  font-weight: 600;
  padding: 0.5em 1.5em;
  margin: 1em 0.5em 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-tab__btn.is-active, .c-tab__btn:hover {
  background: #00a95d;
}
.c-tab__cont {
  border: 4px solid #00a95d;
  padding: 0.5em 1.5em;
  width: 100%;
}

.c-acc__btn {
  text-box: trim-both text;
  background: #FFF;
  border: 1px solid #00a95d;
  border-radius: 8px;
  color: #057641;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em 0 0;
  padding: 1em 2em 1em 1.25em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-acc__btn::before {
  content: "\e902";
  font-family: "mp-fonts";
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 1em;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-acc__btn.is-active, .c-acc__btn:hover {
  background: #00a95d;
  border-color: #00a95d;
  color: #FFF;
  text-decoration: none;
}
.c-acc__btn.is-active {
  border-radius: 6px 6px 0 0;
}
.c-acc__btn.is-active::before {
  content: "\e908";
}
.c-acc__cont {
  background: #FFF;
  border: 1px solid #00a95d;
  border-radius: 0 0 6px 6px;
  padding: 1rem;
}

.c-only-pc {
  display: block !important;
}
@media screen and (max-width: 639px) {
  .c-only-pc {
    display: none !important;
  }
}

.c-only-sp {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .c-only-sp {
    display: block !important;
  }
}

.js-slick__one .slick-dots {
  visibility: hidden;
}

.js-close-btn {
  cursor: pointer;
}

.js-modal-btn {
  cursor: pointer;
}

.js-modal {
  display: none;
}

.js-tab-btn {
  cursor: pointer;
}

.js-tab-target {
  display: none;
}
.js-tab-target.is-show {
  display: block;
}

.js-acc-btn {
  cursor: pointer;
}

.js-acc-cont {
  display: none;
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .js-fade {
    opacity: 1;
  }
}
.js-fade.is-active {
  opacity: 1;
}

.js-movie--16-9 {
  margin: 30px auto 0;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.js-movie--16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Layout ======================================== */
.l-header {
  background: rgba(255, 255, 255, 0.8666666667);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}
@media screen and (max-width: 639px) {
  .l-header {
    height: 60px;
  }
}
.l-header:hover {
  background: #FFF;
}
.l-header.header-open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.l-header__unit {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 120;
  width: 100%;
}
.l-header__sub-unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 16px;
  width: 248px;
}
@media screen and (max-width: 639px) {
  .l-header__sub-unit {
    display: none;
  }
}
.l-header__sub-unit .c-btn {
  font-size: 0.875rem;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
}
.l-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0 24px;
  height: 80px;
  max-width: 248px;
}
@media screen and (max-width: 639px) {
  .l-header__logo {
    padding: 0 12px;
    height: 60px;
    max-width: min(224px, 64vw);
  }
}
.l-header__logo a {
  padding-top: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__bar {
  position: absolute;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  height: 80px;
  width: 60px;
  right: 50%;
  z-index: 150;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1079px) {
  .l-header__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .l-header__bar {
    right: 0;
    -webkit-transform: none;
    transform: none;
    height: 60px;
  }
}
.l-header__bar span {
  position: relative;
  display: block;
  background: #000;
  width: 16px;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__bar span::before, .l-header__bar span::after {
  position: absolute;
  content: "";
  display: block;
  background: #000;
  width: 16px;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__bar span::before {
  top: -6px;
}
.l-header__bar span::after {
  top: 6px;
}
.l-header.header-open .l-header__bar span {
  height: 0;
}
.l-header.header-open .l-header__bar span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-header.header-open .l-header__bar span::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.l-header__nav {
  display: block;
}
@media screen and (max-width: 1079px) {
  .l-header__nav {
    position: absolute;

    display: none;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    background: rgba(17, 45, 43, 0.7411764706);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__nav > .l-header__sub-unit {
  display: none;
  background: #FFF;
  padding: 1rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .l-header__nav > .l-header__sub-unit {
    display: grid;
  }
}
.l-header__nav > .l-header__sub-unit .c-btn {
  font-size: 1rem;
}
.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  height: 80px;
  z-index: 130;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  .l-header__menu {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #FFF;
    top: 0;
    height: auto;
    padding: 1rem;
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .l-header__menu {
    padding-top: 60px;
  }
}
.l-header__menu li {
  position: relative;
}
@media screen and (max-width: 1079px) {
  .l-header__menu li {
    display: block;
    width: 100%;
  }
}
.l-header__menu li::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  height: 4px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 1079px) {
  .l-header__menu li::after {
    border-right: none;
  }
}
.l-header__menu li:last-child::after {
  border-right: none;
}
.l-header__menu li a {
  position: relative;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00542d;
  font-weight: 600;
  height: 80px;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1079px) {
  .l-header__menu li a {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
}
.l-header__menu li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #00a95d;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1079px) {
  .l-header__menu li a::after {
    content: none;
  }
}
.l-header__menu li a:hover {
  color: #00a95d;
  text-decoration: none;
}
.l-header__menu li a:hover::after {
  content: "";
  width: calc(100% - 32px);
}
@media screen and (max-width: 1079px) {
  .l-header__menu li a:hover::after {
    content: none;
  }
}
body.start .l-header__menu li:nth-of-type(1) a::before, body.service .l-header__menu li:nth-of-type(2) a::before, body.tool .l-header__menu li:nth-of-type(3) a::before, body.support .l-header__menu li:nth-of-type(4) a::before {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  height: 2px;
  background: #238a5a;
  bottom: 16px;
  left: 16px;
}
@media screen and (max-width: 1079px) {
  body.start .l-header__menu li:nth-of-type(1) a::before, body.service .l-header__menu li:nth-of-type(2) a::before, body.tool .l-header__menu li:nth-of-type(3) a::before, body.support .l-header__menu li:nth-of-type(4) a::before {
    width: 24px;
    height: 2px;
    bottom: calc(50% - 1px);
    left: -16px;
  }
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer__head {
  background: #22513c;
  padding: 16px 0;
  width: 100%;
}
.l-footer__head .l-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer__head__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 639px) {
  .l-footer__head__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 16px;
    width: 100%;
  }
}
.l-footer__head__logo a {
  display: block;
  max-width: 200px;
  width: 100%;
}
.l-footer__head .c-btn {
  font-size: 0.875rem;
  padding: 8px 16px;
}
.l-footer__nav {
  background: #1c392c;
  width: 100%;
  padding: 8px 0 24px;
}
.l-footer__nav .l-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .l-content {
    grid-template-columns: 1fr;
  }
}
.l-footer__nav__unit .c-heading {
  margin-top: 24px;
}
.l-footer__nav__unit .c-heading > a {
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #00542d;
  color: #FFF;
  font-weight: 600;
  padding: 8px 0;
}
.l-footer__nav__unit a {
  font-size: 0.875rem;
  display: block;
  color: #b7d9c9;
  line-height: 1.5;
  margin-top: 8px;
}
.l-footer__nav__rule, .l-footer__nav__misc {
  grid-column: span 3/span 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__rule, .l-footer__nav__misc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1;
  }
}
.l-footer__nav__rule .c-heading {
  width: 100%;
}
.l-footer__nav__misc .c-heading > a {
  border: none;
}
.l-footer__info {
  padding: 24px 0 0;
  width: 100%;
}
.l-footer__info .l-content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
.l-footer__info .c-heading {
  font-size: 0.875rem;
  color: #555;
}
.l-footer__info .c-text {
  font-size: 0.875rem;
  color: #777;
}
.l-footer__info__data {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 639px) {
  .l-footer__info__data {
    grid-template-columns: 1fr;
  }
}
.l-footer__info__data .c-heading {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 639px) {
  .l-footer__info__data .c-heading {
    margin: 16px 0 0;
    padding: 8px 0 0;
  }
}
.l-footer__info__data .c-heading::after {
  position: absolute;
  content: "";
  background: #999;
  width: 1px;
  height: calc(100% - 12px);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .l-footer__info__data .c-heading::after {
    width: 1rem;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.l-footer__info__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.l-footer__info__bnr img {
  height: 56px;
}
.l-footer__info__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #238a5a;
  padding: 12px 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .l-footer__info__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.l-footer__info__copyright * {
  font-size: 0.6875rem;
  color: #00542d;
  padding: 4px 0;
}

.l-breadcrumbs {
  background-color: #e1e9e5;
}
.l-breadcrumbs__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-breadcrumbs__unit::-webkit-scrollbar {
  display: none;
}
.l-breadcrumbs__unit * {
  font-size: 0.75rem;
  position: relative;
  text-align: left;
  margin-right: 2em;
  padding: 4px 0;
}
.l-breadcrumbs__unit *:first-child {
  padding-left: 24px;
}
.l-breadcrumbs__unit *::after {
  position: absolute;
  content: "/";
  right: -1em;
}
.l-breadcrumbs__unit *:last-child::after {
  content: none;
}

.l-wrapper {
  text-align: center;
  color: #333;
  overflow-x: clip;
}

.l-content {
  text-align: left;
  padding: 0;
  margin: 0 auto;
  width: calc(100dvw - 48px);
  max-width: 1000px;
}

.l-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #003c20;
  background-image: url(/assets/img/common/bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100dvw;
  min-height: clamp(10rem, 7.273rem + 13.636vw, 17.5rem);
}
.l-hero.is-01 {
  background-image: url(/assets/img/common/bg_01.png);
}
.l-hero.is-02 {
  background-image: url(/assets/img/common/bg_02.png);
}
.l-hero.is-03 {
  background-image: url(/assets/img/common/bg_03.png);
}
.l-hero.is-04 {
  background-image: url(/assets/img/common/bg_04.png);
}
.l-hero.is-05 {
  background-image: url(/assets/img/common/bg_05.png);
}
.l-hero.is-06 {
  background-image: url(/assets/img/common/bg_06.png);
}
.l-hero.is-07 {
  background-image: url(/assets/img/common/bg_07.png);
}
.l-hero .c-heading {
  color: #FFF;
  text-align: center;
}

.l-local {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(0, 25, 7, 0.93);
  top: 80px;
  width: 100%;
  min-height: 48px;
  z-index: 99;
}
.l-local.is-overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-local.is-overflow::-webkit-scrollbar {
  height: 0;
}
@media screen and (max-width: 639px) {
  .l-local {
    top: 60px;
  }
}
.l-local__unit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  margin: 0 auto;
}
.l-local__unit a {
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #FFF;
  font-weight: 600;
  padding: 12px 1em 13px;
  height: 48px;
}
.l-local__unit a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #00542d;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-local__unit a:last-of-type::after {
  content: none;
}

/* Object/Utility ======================================== */
.u-pa0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pa4 {
  padding: 4px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pa8 {
  padding: 8px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pa12 {
  padding: 12px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pa16 {
  padding: 16px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pa20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pa24 {
  padding: 24px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pa28 {
  padding: 28px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pa32 {
  padding: 32px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pa36 {
  padding: 36px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pa40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pa44 {
  padding: 44px !important;
}

.u-pt44 {
  padding-top: 44px !important;
}

.u-pr44 {
  padding-right: 44px !important;
}

.u-pb44 {
  padding-bottom: 44px !important;
}

.u-pl44 {
  padding-left: 44px !important;
}

.u-pa48 {
  padding: 48px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pa52 {
  padding: 52px !important;
}

.u-pt52 {
  padding-top: 52px !important;
}

.u-pr52 {
  padding-right: 52px !important;
}

.u-pb52 {
  padding-bottom: 52px !important;
}

.u-pl52 {
  padding-left: 52px !important;
}

.u-pa56 {
  padding: 56px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pa60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pa64 {
  padding: 64px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pa68 {
  padding: 68px !important;
}

.u-pt68 {
  padding-top: 68px !important;
}

.u-pr68 {
  padding-right: 68px !important;
}

.u-pb68 {
  padding-bottom: 68px !important;
}

.u-pl68 {
  padding-left: 68px !important;
}

.u-pa72 {
  padding: 72px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pa76 {
  padding: 76px !important;
}

.u-pt76 {
  padding-top: 76px !important;
}

.u-pr76 {
  padding-right: 76px !important;
}

.u-pb76 {
  padding-bottom: 76px !important;
}

.u-pl76 {
  padding-left: 76px !important;
}

.u-pa80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-ma0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ma4 {
  margin: 4px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ma8 {
  margin: 8px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ma12 {
  margin: 12px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ma16 {
  margin: 16px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ma20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ma24 {
  margin: 24px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ma28 {
  margin: 28px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-ma32 {
  margin: 32px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ma36 {
  margin: 36px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-ma40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ma44 {
  margin: 44px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mr44 {
  margin-right: 44px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-ml44 {
  margin-left: 44px !important;
}

.u-ma48 {
  margin: 48px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-ma52 {
  margin: 52px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mr52 {
  margin-right: 52px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-ml52 {
  margin-left: 52px !important;
}

.u-ma56 {
  margin: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-ma60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ma64 {
  margin: 64px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-ma68 {
  margin: 68px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mr68 {
  margin-right: 68px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-ml68 {
  margin-left: 68px !important;
}

.u-ma72 {
  margin: 72px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-ma76 {
  margin: 76px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mr76 {
  margin-right: 76px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-ml76 {
  margin-left: 76px !important;
}

.u-ma80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ma0a {
  margin: 0 auto !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mt15em {
  margin-top: 1.5em !important;
}

.u-mb15em {
  margin-bottom: 1.5em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-border__top {
  border-top: 1px solid #8c8c8c !important;
}

.u-border__bottom {
  border-bottom: 1px solid #8c8c8c !important;
}

.u-ta__l {
  text-align: left !important;
}

.u-ta__c-j {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-ta__c-j {
    text-align: justify !important;
  }
}

.u-ta__c {
  text-align: center !important;
}

.u-ta__r {
  text-align: right !important;
}

.u-lh__1 {
  line-height: 1 !important;
}

.u-lh__15 {
  line-height: 1.5 !important;
}

.u-lh__175 {
  line-height: 1.75 !important;
}

.u-lh__2 {
  line-height: 2 !important;
}

.u-fw__n {
  font-weight: 400 !important;
}

.u-fw__b {
  font-weight: 600 !important;
}

.u-text__nowrap {
  white-space: nowrap !important;
}

.u-text__wrap {
  white-space: normal !important;
}

.u-text__black {
  color: #000 !important;
}

.u-text__white {
  color: #FFF !important;
}

.u-text__green {
  color: #057641 !important;
}

.u-text__red {
  color: #bc0728 !important;
}

.u-text__link {
  color: #004092 !important;
}

.u-text__grey {
  color: #636363 !important;
}

.u-text__inh {
  color: inherit !important;
}

.u-bg__white {
  background-color: #FFF !important;
}

.u-bg__gray {
  background-color: #fafafa !important;
}

.u-bg__green {
  background-color: #ebf7f1 !important;
}

.u-radius4 {
  border-radius: 4px !important;
}

.u-radius8 {
  border-radius: 8px !important;
}

.u-radius12 {
  border-radius: 12px !important;
}

.u-radius16 {
  border-radius: 16px !important;
}

.u-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 96px !important;
  z-index: 90 !important;
}
@media screen and (max-width: 639px) {
  .u-sticky {
    top: 76px !important;
  }
}
body:has(.l-local) .u-sticky {
  top: 144px !important;
}
@media screen and (max-width: 639px) {
  body:has(.l-local) .u-sticky {
    top: 124px !important;
  }
}

.u-disp-block {
  display: block !important;
}

.u-disp-inline {
  display: inline !important;
}

.u-disp-inblock {
  display: inline-block !important;
}

.u-disp-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-disp-flex.is-align-c {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.u-disp-flex.is-justify-c {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-disp-table {
  display: table !important;
}

.u-disp-none {
  display: none !important;
}

.u-hidden {
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%) !important;
  clip-path: inset(0px 0px 99.9% 99.9%) !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
}

.u-width__max300 {
  max-width: 300px !important;
  width: 100% !important;
}

.u-width__max400 {
  max-width: 400px !important;
  width: 100% !important;
}

.u-width__max500 {
  max-width: 500px !important;
  width: 100% !important;
}

.u-width__max600 {
  max-width: 600px !important;
  width: 100% !important;
}

.u-width__max700 {
  max-width: 700px !important;
  width: 100% !important;
}

.u-width__max800 {
  max-width: 800px !important;
  width: 100% !important;
}

.u-width__max900 {
  max-width: 900px !important;
  width: 100% !important;
}

.u-width__max1000 {
  max-width: 1000px !important;
  width: 100% !important;
}

.u-width__max1100 {
  max-width: 1100px !important;
  width: 100% !important;
}

.u-width__max1200 {
  max-width: 1200px !important;
  width: 100% !important;
}

.u-width__auto {
  width: auto !important;
}

.u-width__30 {
  width: 30% !important;
}

.u-width__50 {
  width: 50% !important;
}

.u-width__70 {
  width: 70% !important;
}

.u-width__100 {
  width: 100% !important;
}

.u-hoverlight {
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
.u-hoverlight:hover {
  opacity: 0.7 !important;
}

.u-bahnschrift--def,
.u-bahnschrift--bold {
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-bahnschrift--bold {
  font-weight: 700;
}