@charset "UTF-8";
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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, i,
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  color: #444;
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

:target {
  scroll-margin-top: 60px;
}
@media (min-width: 768px) {
  :target {
    scroll-margin-top: 72px;
  }
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
}

a {
  color: #011976;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
  color: #022edb;
}
a:hover > img {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: #022edb;
  }
  a:hover > img {
    opacity: 0.6;
  }
}

hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #ccc;
  height: 1.5px;
}

p {
  line-height: 1.8;
}

small {
  font-size: 87.5%;
}

ul, ol,
.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
  padding-left: 20px;
  line-height: 1.8;
}

ul.natural,
ol.natural,
.wp-block-freeform.block-library-rich-text__tinymce ul.row,
.wp-block-freeform.block-library-rich-text__tinymce ul.natural,
.wp-block-freeform.block-library-rich-text__tinymce ol.row,
.wp-block-freeform.block-library-rich-text__tinymce ol.natural {
  padding-left: 0;
}
ul.natural li,
ol.natural li,
.wp-block-freeform.block-library-rich-text__tinymce ul.row li,
.wp-block-freeform.block-library-rich-text__tinymce ul.natural li,
.wp-block-freeform.block-library-rich-text__tinymce ol.row li,
.wp-block-freeform.block-library-rich-text__tinymce ol.natural li {
  list-style: none;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-top: 1.5px solid #444;
  border-left: 1.5px solid #444;
}
table th, table td {
  padding: 0.625rem 1.25rem;
  border-right: 1.5px solid #444;
  border-bottom: 1.5px solid #444;
}
table th {
  background-color: #fdd65d;
  font-weight: normal;
}

.c-box {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .c-box {
    padding-inline: 1.875rem;
  }
}
.c-box--primary {
  background-color: #011976;
}
.c-box--secondary {
  background-color: #1d2088;
}
.c-box--success {
  background-color: #dee05a;
}
.c-box--info {
  background-color: #00f;
}
.c-box--warning {
  background-color: #fdd65d;
}
.c-box--danger {
  background-color: #f90000;
}
.c-box--white {
  background-color: #fff;
}
.c-box--black {
  background-color: #000;
}
.c-box--light {
  background-color: #eee;
}
.c-box--dark {
  background-color: #666;
}
.c-box > *:first-child {
  margin-top: 0;
}
.c-box > *:last-child {
  margin-bottom: 0;
}
.c-box--sm {
  padding: 20px;
}
.c-box--lg {
  padding: 20px;
}
@media (min-width: 768px) {
  .c-box--lg {
    padding: 40px 60px;
  }
}

.c-btn-1 {
  display: inline-block;
  width: auto;
  min-width: 17.5rem;
  padding: 1rem 2rem;
  background-color: #011976;
  border: none;
  border-radius: 999px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1.5px #011976;
          box-shadow: 0 0 0 1.5px #011976;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .c-btn-1 {
    font-size: 16px;
  }
}
.c-btn-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-btn-1[href]:hover {
  -webkit-tap-highlight-color: transparent;
  color: #011976;
  text-decoration: none;
}
.c-btn-1[href]:hover::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-btn-1[href]:hover {
    color: #011976;
    text-decoration: none;
  }
  .c-btn-1[href]:hover::after {
    left: 0;
  }
}
.c-btn-1--danger {
  background-color: #f90000;
  -webkit-box-shadow: 0 0 0 1.5px #f90000;
          box-shadow: 0 0 0 1.5px #f90000;
}
.c-btn-1--danger[href]:hover {
  -webkit-tap-highlight-color: transparent;
  color: #f90000;
}
@media screen and (min-width: 992px) {
  .c-btn-1--danger[href]:hover {
    color: #f90000;
  }
}

.c-btn-apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  max-width: 420px;
  padding: 1rem 2rem;
  background-color: #f90000;
  border: none;
  border-radius: 999px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1.5px #f90000;
          box-shadow: 0 0 0 1.5px #f90000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .c-btn-apply {
    font-size: 16px;
  }
}
.c-btn-apply .c-btn-apply__sm {
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-btn-apply .c-btn-apply__sm {
    font-size: 12px;
  }
}
.c-btn-apply::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-btn-apply[href]:hover {
  -webkit-tap-highlight-color: transparent;
  color: #f90000;
  text-decoration: none;
}
.c-btn-apply[href]:hover::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-btn-apply[href]:hover {
    color: #f90000;
    text-decoration: none;
  }
  .c-btn-apply[href]:hover::after {
    left: 0;
  }
}

.c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-btnWrap {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .c-btnWrap {
    margin-bottom: 30px;
  }
}
.c-btnWrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1.plain, h2.plain, h3.plain, h4.plain, h5.plain, h6.plain {
  padding: 0;
  background: none;
  border: none;
}
h1.plain::before, h1.plain::after, h2.plain::before, h2.plain::after, h3.plain::before, h3.plain::after, h4.plain::before, h4.plain::after, h5.plain::before, h5.plain::after, h6.plain::before, h6.plain::after {
  display: none;
}

.c-head-1, h1,
h2,
.c-head-2 {
  padding: 0;
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 0.8em;
  color: #444;
  font-size: 17.25px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-head-1::before, h1::before,
h2::before, .c-head-1::after, h1::after,
h2::after,
.c-head-2::before,
.c-head-2::after {
  display: none;
}
@media (min-width: 768px) {
  .c-head-1, h1,
  h2,
  .c-head-2 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .c-head-1, h1,
  h2,
  .c-head-2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .c-head-1, h1,
  h2,
  .c-head-2 {
    font-size: 22.5px;
  }
}
.c-head-1::before, h1::before,
h2::before,
.c-head-2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3125rem;
  background-color: #011976;
  border-radius: 999px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-head-3, h3 {
  padding: 0;
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0.4em 1em 0.5em;
  background-color: #1d2088;
  border-radius: 999px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
.c-head-3::before, h3::before, .c-head-3::after, h3::after {
  display: none;
}
@media (min-width: 768px) {
  .c-head-3, h3 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .c-head-3, h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .c-head-3, h3 {
    font-size: 26px;
  }
}

.c-head-4, h4 {
  padding: 0;
  background: none;
  border: none;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 0.5em;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-head-4::before, h4::before, .c-head-4::after, h4::after {
  display: none;
}
@media (min-width: 768px) {
  .c-head-4, h4 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .c-head-4, h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .c-head-4, h4 {
    font-size: 20px;
  }
}
.c-head-4::before, h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #011976;
  border-radius: 999px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-head-5, h5 {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 1rem;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.c-head-5::before, h5::before, .c-head-5::after, h5::after {
  display: none;
}
@media (min-width: 768px) {
  .c-head-5, h5 {
    font-size: 20px;
  }
}

.c-head-6, h6 {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 1rem;
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.c-head-6::before, h6::before, .c-head-6::after, h6::after {
  display: none;
}
@media (min-width: 768px) {
  .c-head-6, h6 {
    font-size: 18px;
  }
}

.c-list-1 {
  padding-left: 0;
}
.c-list-1 li {
  list-style: none;
}
.c-list-1 > li {
  padding-left: 1em;
  position: relative;
}
.c-list-1 > li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #444;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  left: 0;
}

.l-header {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .l-header {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .l-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.l-header.is-fixed {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
}

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

.l-headerLogo {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.l-headerLogo::before, .l-headerLogo::after {
  display: none;
}
@media (min-width: 768px) {
  .l-headerLogo {
    font-size: 16px;
  }
}
.l-gnav {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .l-gnav {
    display: block;
  }
}

.l-gnavList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-gnavList li {
  list-style: none;
}

.l-gnavItem {
  display: block;
}
a.l-gnavItem:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a.l-gnavItem:hover {
    text-decoration: none;
  }
}

.l-pagebody {
  overflow: hidden;
  position: relative;
}

.l-main-contents {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  position: relative;
}
.l-main-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_content.jpg) repeat center top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .l-main-contents::before {
    background-size: auto;
  }
}

.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .l-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .l-container {
    max-width: 1080px;
  }
}
@media (min-width: 1600px) {
  .l-container {
    max-width: 1080px;
  }
}

.l-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-container-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .l-container-wide {
    max-width: 1600px;
    padding-left: clamp(15px, calc(15px + (0.2083333333 * (100vw - 992px))), 100px);
    padding-right: clamp(15px, calc(15px + (0.2083333333 * (100vw - 992px))), 100px);
  }
}

@media (min-width: 1200px) {
  .l-container,
  .l-container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.l-container > *:first-child,
.l-container-fluid > *:first-child,
.l-container-wide > *:first-child {
  margin-top: 0;
}
.l-container > *:last-child,
.l-container-fluid > *:last-child,
.l-container-wide > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .l-contents-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .l-contents-main {
    width: calc(100% - 240px);
  }
}
@media (min-width: 992px) {
  .l-contents-main {
    width: calc(100% - 290px);
  }
}

@media (max-width: 767.98px) {
  .l-contents-side {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .l-contents-side {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .l-contents-side {
    width: 230px;
  }
}

.l-contents-footer {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-contents-footer {
    margin-top: 50px;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
}

.l-footerMain {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #002096;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footerMain {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .l-footerMain {
    padding-bottom: 60px;
  }
}
.l-footerMain__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .l-footerMain__wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-footerMain__wrap {
    max-width: 720px;
  }
}
.l-footerMain__wrap > *:first-child {
  margin-top: 0;
}
.l-footerMain__wrap > *:last-child {
  margin-bottom: 0;
}

.l-footerLogo {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.l-footerLogo::before, .l-footerLogo::after {
  display: none;
}
@media (min-width: 768px) {
  .l-footerLogo {
    font-size: 16px;
  }
}
.l-footerTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-footerTel {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .l-footerTel {
    font-size: 16px;
  }
}
.l-footerTel__link {
  color: inherit;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.l-footerTel__link[href]:hover {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .l-footerTel__link[href]:hover {
    color: inherit;
    text-decoration: none;
  }
}

.l-footerBottom {
  padding: 0.875rem 15px;
  background-color: #dee05a;
}
.l-footerBottom > *:first-child {
  margin-top: 0;
}
.l-footerBottom > *:last-child {
  margin-bottom: 0;
}

.l-footerCopy {
  margin-bottom: 0;
  color: #1d2088;
  font-size: 12.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footerCopy {
    font-size: 13px;
  }
}

.l-fnav {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-fnav {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-fnav {
    display: none;
  }
}

.l-fnavList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.l-fnavList li {
  list-style: none;
}
@media (min-width: 768px) {
  .l-fnavList {
    font-size: 16px;
  }
}

.l-fnavItem {
  color: inherit;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.l-fnavItem[href]:hover {
  -webkit-tap-highlight-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .l-fnavItem[href]:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
}

.l-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.l-overlay.is-active {
  visibility: visible;
  opacity: 0.6;
}

.l-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #1d2088;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10004;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .l-hamburger {
    width: 70px;
    height: 70px;
    top: 24px;
    left: 24px;
  }
}
.l-hamburger__bar {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .l-hamburger__bar {
    width: 30px;
    height: 5px;
  }
}
.l-hamburger__bar:before, .l-hamburger__bar:after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  height: 3px;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 768px) {
  .l-hamburger__bar:before, .l-hamburger__bar:after {
    height: 5px;
  }
}
.l-hamburger__bar:before {
  top: -9px;
}
@media (min-width: 768px) {
  .l-hamburger__bar:before {
    top: -12px;
  }
}
.l-hamburger__bar:after {
  top: 9px;
}
@media (min-width: 768px) {
  .l-hamburger__bar:after {
    top: 12px;
  }
}
.l-hamburger.is-active .l-hamburger__bar {
  background: none;
}
.l-hamburger.is-active .l-hamburger__bar:before, .l-hamburger.is-active .l-hamburger__bar:after {
  background: #fff;
}
.l-hamburger.is-active .l-hamburger__bar:before {
  -webkit-transform: translateX(4px) translateY(0px) rotate(45deg);
          transform: translateX(4px) translateY(0px) rotate(45deg);
}
@media (min-width: 768px) {
  .l-hamburger.is-active .l-hamburger__bar:before {
    -webkit-transform: translateX(4px) translateY(1px) rotate(45deg);
            transform: translateX(4px) translateY(1px) rotate(45deg);
  }
}
.l-hamburger.is-active .l-hamburger__bar:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
          transform: translateX(4px) translateY(0px) rotate(-45deg);
}
@media (min-width: 768px) {
  .l-hamburger.is-active .l-hamburger__bar:after {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(-45deg);
            transform: translateX(4px) translateY(-1px) rotate(-45deg);
  }
}
.l-hamburger:hover:not(.is-active) .l-hamburger__bar:before {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-hamburger:hover:not(.is-active) .l-hamburger__bar:after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.l-hamburger.js-hamburger-close {
  position: absolute;
  -webkit-transform: none;
          transform: none;
}

.l-hamburgerNav {
  visibility: hidden;
  width: 100%;
  padding: 50px 120px 80px;
  background-color: #dee05a;
  border-radius: 0 0 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .l-hamburgerNav {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) {
  .l-hamburgerNav {
    padding: 50px 120px 80px;
  }
}
.l-hamburgerNav > *:first-child {
  margin-top: 0;
}
.l-hamburgerNav > *:last-child {
  margin-bottom: 0;
}
.l-hamburgerNav.is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-hamburgerList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.l-hamburgerList li {
  list-style: none;
}
@media (max-width: 991.98px) {
  .l-hamburgerList {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .l-hamburgerList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-hamburgerItem {
  display: block;
  color: #1d2088;
  font-weight: bold;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a.l-hamburgerItem:hover {
  -webkit-tap-highlight-color: transparent;
  color: rgba(29, 32, 136, 0.6);
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a.l-hamburgerItem:hover {
    color: rgba(29, 32, 136, 0.6);
    text-decoration: none;
  }
}

#pagetop {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media (max-width: 991.98px) {
  #pagetop {
    display: none !important;
  }
}
#pagetop img {
  max-width: 100%;
}

@media print {
  #pagetop {
    display: none;
  }
}
:root {
  --wp--preset--spacing--20: 15px;
  --wp--preset--spacing--30: 20px;
  --wp--preset--spacing--40: 30px;
  --wp--preset--spacing--50: 40px;
  --wp--preset--spacing--60: 50px;
  --wp--preset--spacing--70: 55px;
  --wp--preset--spacing--80: 60px;
  --wp--preset--font-size--x-small: math.div(12px - 12, 2) + 12px;
  --wp--preset--font-size--small: math.div(14px - 12, 2) + 14px;
  --wp--preset--font-size--normal: math.div(16px - 12, 2) + 16px;
  --wp--preset--font-size--medium: math.div(18px - 12, 2) + 18px;
  --wp--preset--font-size--large: math.div(20px - 12, 2) + 20px;
  --wp--preset--font-size--x-large: math.div(28px - 12, 2) + 28px;
}
@media (min-width: 768px) {
  :root {
    --wp--preset--spacing--20: 20px;
    --wp--preset--spacing--30: 30px;
    --wp--preset--spacing--40: 40px;
    --wp--preset--spacing--50: 50px;
    --wp--preset--spacing--60: 60px;
    --wp--preset--spacing--70: 70px;
    --wp--preset--spacing--80: 80px;
    --wp--preset--font-size--x-small: 12px;
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 28px;
  }
}

h1.editor-post-title {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.133);
  color: #444;
  font-weight: bold;
  text-align: center;
}

.wp-block-post-content {
  padding-top: 2.5rem;
}

.wp-block-image :where(figcaption) {
  font-size: 13px;
}
@media (min-width: 768px) {
  .wp-block-image :where(figcaption) {
    font-size: 14px;
  }
}

.has-primary-background-color {
  background-color: #011976;
}

.has-primary-color {
  color: #011976;
}

.has-secondary-background-color {
  background-color: #1d2088;
}

.has-secondary-color {
  color: #1d2088;
}

.has-success-background-color {
  background-color: #dee05a;
}

.has-success-color {
  color: #dee05a;
}

.has-info-background-color {
  background-color: #00f;
}

.has-info-color {
  color: #00f;
}

.has-warning-background-color {
  background-color: #fdd65d;
}

.has-warning-color {
  color: #fdd65d;
}

.has-danger-background-color {
  background-color: #f90000;
}

.has-danger-color {
  color: #f90000;
}

.has-white-background-color {
  background-color: #fff;
}

.has-white-color {
  color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-light-background-color {
  background-color: #eee;
}

.has-light-color {
  color: #eee;
}

.has-dark-background-color {
  background-color: #666;
}

.has-dark-color {
  color: #666;
}

.wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-columns {
    gap: 2.5rem;
  }
}
.wp-block-columns + .wp-block-columns {
  margin-top: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .wp-block-columns + .wp-block-columns {
    margin-top: 3rem;
  }
}

.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.has-small-font-size {
  font-size: 13px;
}
@media (min-width: 768px) {
  .has-small-font-size {
    font-size: 14px;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide {
  width: 100%;
  max-width: 100%;
}
.splide__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.splide__arrow--prev {
  left: 10px;
  rotate: 180deg;
}
.splide__arrow--next {
  right: 10px;
}
.splide__pagination {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  padding-left: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  translate: -50% 0;
}
.splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
}
.splide__pagination__page.is-active {
  background-color: #fff;
}
.splide__progress {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgba(238, 238, 238, 0.5);
  margin-top: 10px;
}
@media (min-width: 768px) {
  .splide__progress {
    margin-top: 30px;
  }
}
.splide__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #eee;
}
.splide:not(.is-overflow) .splide__slide:last-child {
  margin-right: 0 !important;
}
.splide:not(.is-overflow) .splide__arrow {
  display: none;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.p-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-section {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section {
    margin-bottom: 100px;
  }
}
.p-section:last-child {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section:last-child {
    margin-bottom: 140px;
  }
}
.p-section > *:first-child {
  margin-top: 0;
}
.p-section > *:last-child {
  margin-bottom: 0;
}

.p-section--primary {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #011976;
}
@media (min-width: 768px) {
  .p-section--primary {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--primary {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--primary {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--primary {
    padding-bottom: 100px;
  }
}
.p-section--primary:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--primary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--primary:last-child {
    padding-bottom: 140px;
  }
}

.p-section--secondary {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #1d2088;
}
@media (min-width: 768px) {
  .p-section--secondary {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--secondary {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--secondary {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--secondary {
    padding-bottom: 100px;
  }
}
.p-section--secondary:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--secondary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--secondary:last-child {
    padding-bottom: 140px;
  }
}

.p-section--success {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #dee05a;
}
@media (min-width: 768px) {
  .p-section--success {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--success {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--success {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--success {
    padding-bottom: 100px;
  }
}
.p-section--success:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--success:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--success:last-child {
    padding-bottom: 140px;
  }
}

.p-section--info {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #00f;
}
@media (min-width: 768px) {
  .p-section--info {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--info {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--info {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--info {
    padding-bottom: 100px;
  }
}
.p-section--info:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--info:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--info:last-child {
    padding-bottom: 140px;
  }
}

.p-section--warning {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fdd65d;
}
@media (min-width: 768px) {
  .p-section--warning {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--warning {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--warning {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--warning {
    padding-bottom: 100px;
  }
}
.p-section--warning:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--warning:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--warning:last-child {
    padding-bottom: 140px;
  }
}

.p-section--danger {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f90000;
}
@media (min-width: 768px) {
  .p-section--danger {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--danger {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--danger {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--danger {
    padding-bottom: 100px;
  }
}
.p-section--danger:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--danger:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--danger:last-child {
    padding-bottom: 140px;
  }
}

.p-section--white {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-section--white {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--white {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--white {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--white {
    padding-bottom: 100px;
  }
}
.p-section--white:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--white:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--white:last-child {
    padding-bottom: 140px;
  }
}

.p-section--black {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
}
@media (min-width: 768px) {
  .p-section--black {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--black {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--black {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--black {
    padding-bottom: 100px;
  }
}
.p-section--black:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--black:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--black:last-child {
    padding-bottom: 140px;
  }
}

.p-section--light {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #eee;
}
@media (min-width: 768px) {
  .p-section--light {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--light {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--light {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--light {
    padding-bottom: 100px;
  }
}
.p-section--light:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--light:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--light:last-child {
    padding-bottom: 140px;
  }
}

.p-section--dark {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #666;
}
@media (min-width: 768px) {
  .p-section--dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-section--dark {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--dark {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-section--dark {
    padding-bottom: 100px;
  }
}
.p-section--dark:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-section--dark:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-section--dark:last-child {
    padding-bottom: 140px;
  }
}

.p-frame--top {
  top: 0;
  left: 0;
  height: 100vw;
  background: url(../img/common/bg_frame.png) repeat-y left center/20px auto;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none;
}
.p-frame--left {
  top: 0;
  left: 0;
  height: 100%;
  background: url(../img/common/bg_frame.png) repeat-y left center/20px auto;
}
.p-frame--right {
  top: 0;
  right: 0;
  height: 100%;
  background: url(../img/common/bg_frame.png) repeat-y right top/20px auto;
  -webkit-transform: scale(-1) translateY(-100%);
          transform: scale(-1) translateY(-100%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  pointer-events: none;
}
.p-frame--bottom {
  left: 0;
  bottom: 0;
  height: 100vw;
  background: url(../img/common/bg_frame.png) repeat-y left center/20px auto;
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  pointer-events: none;
}
.p-frame--top, .p-frame--left, .p-frame--right, .p-frame--bottom {
  width: 20px;
  position: fixed;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-frame--top, .p-frame--left, .p-frame--right, .p-frame--bottom {
    width: 45px;
    background-size: 45px auto;
  }
}

.p-homeFirst {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
.p-homeFirst::before, .p-homeFirst::after {
  display: none;
}
@media (min-width: 768px) {
  .p-homeFirst {
    margin-bottom: 50px;
  }
}
.p-homeFirst img {
  width: 100%;
  max-width: 1600px;
}

.p-homeBox {
  padding-inline: 15px;
  padding-bottom: 60px;
  background-color: #fff;
  border-radius: min(68px, 6.3vw);
  position: relative;
}
@media (min-width: 768px) {
  .p-homeBox {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .p-homeBox {
    padding-inline: 40px;
  }
}
@media (min-width: 992px) {
  .p-homeBox {
    padding-inline: 80px;
  }
}

.p-homeHead {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
.p-homeHead::before, .p-homeHead::after {
  display: none;
}
.p-homeHead img {
  width: 80%;
  max-width: 444px;
}

.p-homeNews .p-homeHead {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-homeNews .p-homeHead {
    margin-bottom: 40px;
  }
}

.p-homeNewsList {
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
  margin-bottom: 30px;
}
.p-homeNewsList li {
  list-style: none;
}
@media (min-width: 768px) {
  .p-homeNewsList {
    margin-bottom: 40px;
  }
}

.p-homeNewsItem {
  color: #011976;
}
@media (max-width: 991.98px) {
  .p-homeNewsItem {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .p-homeNewsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-homeNewsItem__date, .p-homeNewsItem__title {
  color: inherit;
  font-size: 16.5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homeNewsItem__date, .p-homeNewsItem__title {
    font-size: 21px;
  }
}
.p-homeNewsItem__date {
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .p-homeNewsItem__date {
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
  }
}
@media (min-width: 992px) {
  .p-homeNewsItem__date {
    width: 160px;
    margin-right: 1.5rem;
  }
}
.p-homeNewsItem__date::before {
  content: "";
  display: block;
  background-color: #011976;
  border-radius: 3px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .p-homeNewsItem__date::before {
    width: 7em;
    height: 2px;
    left: calc(50% - 3.5em);
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .p-homeNewsItem__date::before {
    width: 3px;
    height: 1em;
    top: 0.5em;
    right: 0;
  }
}
.p-homeNewsItem__title {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
}
.p-homeNewsItem__title::before, .p-homeNewsItem__title::after {
  display: none;
}

.p-homeAnnounce {
  text-align: center;
}
.p-homeAnnounce__head, .p-homeAnnounce__text {
  color: #011976;
  font-weight: bold;
}
.p-homeAnnounce__head {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  font-size: 15.5px;
}
.p-homeAnnounce__head::before, .p-homeAnnounce__head::after {
  display: none;
}
@media (min-width: 768px) {
  .p-homeAnnounce__head {
    font-size: 19px;
  }
}
.p-homeAnnounce__text {
  font-size: 16.5px;
}
@media (min-width: 768px) {
  .p-homeAnnounce__text {
    font-size: 21px;
  }
}

.p-homeMidorigi {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding-top: 120px;
}
@media (min-width: 768px) {
  .p-homeMidorigi {
    padding-top: 190px;
  }
}
.p-homeMidorigi .l-container {
  position: relative;
}
.p-homeMidorigi .p-homeHead {
  margin-bottom: calc(-6vw - 1rem);
  translate: 0 -6vw;
}
@media (min-width: 768px) {
  .p-homeMidorigi .p-homeHead {
    margin-bottom: calc(-40px - 1rem);
    translate: 0 -40px;
  }
}
.p-homeMidorigi__cloud {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}
.p-homeMidorigi__cloud--01 {
  top: -110px;
  left: 7vw;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--01 {
    top: -155px;
    left: -5vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--01 {
    left: -80px;
  }
}
.p-homeMidorigi__cloud--01 img {
  width: 12.7vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--01 img {
    width: 203.2px;
  }
}
.p-homeMidorigi__cloud--02 {
  top: -120px;
  right: 5vw;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--02 {
    top: -190px;
    right: -11.9vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--02 {
    right: -190.4px;
  }
}
.p-homeMidorigi__cloud--02 img {
  width: 16.7vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--02 img {
    width: 267.2px;
  }
}
.p-homeMidorigi__cloud--03 {
  top: -105px;
  right: 22vw;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--03 {
    top: -132px;
    right: 6.8vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--03 {
    right: 108.8px;
  }
}
.p-homeMidorigi__cloud--03 img {
  width: 9.4vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--03 img {
    width: 150.4px;
  }
}
.p-homeMidorigi__cloud--04 {
  top: 3%;
  left: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--04 {
    top: 8%;
    left: -2.5vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--04 {
    left: -40px;
  }
}
.p-homeMidorigi__cloud--04 img {
  width: 9.7vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--04 img {
    width: 155.2px;
  }
}
.p-homeMidorigi__cloud--05 {
  top: 14.5%;
  right: -1vw;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--05 {
    top: 18%;
    right: -4.8vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--05 {
    right: -76.8px;
  }
}
.p-homeMidorigi__cloud--05 img {
  width: 14.6vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--05 img {
    width: 233.6px;
  }
}
.p-homeMidorigi__cloud--06 {
  top: 28%;
  left: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--06 {
    top: 30%;
    left: -16.3vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--06 {
    left: -260.8px;
  }
}
.p-homeMidorigi__cloud--06 img {
  width: 13.2vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--06 img {
    width: 211.2px;
  }
}
.p-homeMidorigi__cloud--07 {
  top: 60%;
  right: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--07 {
    top: 46%;
    right: -6.6vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--07 {
    right: -105.6px;
  }
}
.p-homeMidorigi__cloud--07 img {
  width: 12.6vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--07 img {
    width: 201.6px;
  }
}
.p-homeMidorigi__cloud--08 {
  top: 79%;
  right: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--08 {
    top: 77%;
    right: -16.3vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--08 {
    right: -260.8px;
  }
}
.p-homeMidorigi__cloud--08 img {
  width: 14.7vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--08 img {
    width: 235.2px;
  }
}
.p-homeMidorigi__cloud--09 {
  top: 93%;
  left: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigi__cloud--09 {
    top: 87%;
    left: -3.8vw;
  }
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--09 {
    left: -60.8px;
  }
}
.p-homeMidorigi__cloud--09 img {
  width: 12.7vw;
}
@media (min-width: 1600px) {
  .p-homeMidorigi__cloud--09 img {
    width: 203.2px;
  }
}

.p-homeMidorigiBadge {
  margin-bottom: 0;
  position: absolute;
  top: -78px;
  right: 0;
}
@media (min-width: 768px) {
  .p-homeMidorigiBadge {
    top: -58px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .p-homeMidorigiBadge {
    right: 100px;
  }
}
.p-homeMidorigiBadge img {
  width: 80px;
}
@media (min-width: 768px) {
  .p-homeMidorigiBadge img {
    width: 116px;
  }
}

.p-homeMidorigiDate {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeMidorigiDate {
    margin-bottom: 50px;
  }
}
.p-homeMidorigiDate img {
  width: 116.8px;
}
@media (min-width: 768px) {
  .p-homeMidorigiDate img {
    width: 146px;
  }
}

.p-homeMidorigiVenue {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-homeMidorigiVenue {
    margin-bottom: 60px;
  }
}
.p-homeMidorigiVenue__head {
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.5rem;
}
.p-homeMidorigiVenue__head::before, .p-homeMidorigiVenue__head::after {
  display: none;
}
.p-homeMidorigiVenue__headLabel {
  display: block;
  padding: 0.1rem 0.8rem;
  background-color: #1d2088;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-homeMidorigiVenue__headLabel {
    font-size: 18px;
  }
}
.p-homeMidorigiVenue__headText {
  color: #1d2088;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homeMidorigiVenue__headText {
    font-size: 28px;
  }
}
.p-homeMidorigiVenue__text {
  color: #1d2088;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeMidorigiVenue__text {
    font-size: 18px;
  }
}

.p-homeMidorigiInfo {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-homeMidorigiInfo {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-homeMidorigiInfo {
    -ms-grid-columns: (-webkit-max-content)[2];
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }
}
.p-homeMidorigiInfo__head {
  text-align: center;
}
.p-homeMidorigiInfo__head > *:first-child, .p-homeMidorigiInfo__content > *:first-child {
  margin-top: 0;
}
.p-homeMidorigiInfo__head > *:last-child, .p-homeMidorigiInfo__content > *:last-child {
  margin-bottom: 0;
}

.p-homeMidorigiInfoHead {
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0.1rem 0.8rem;
  border: 1.5px solid #1d2088;
  border-radius: 999px;
  color: #1d2088;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.p-homeMidorigiInfoHead::before, .p-homeMidorigiInfoHead::after {
  display: none;
}
@media (min-width: 768px) {
  .p-homeMidorigiInfoHead {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-homeMidorigiInfoHead {
    display: block;
  }
}

.p-homeMidorigiInfoText {
  color: #1d2088;
  font-weight: bold;
}

.p-homeMidorigiDesc {
  margin-bottom: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeMidorigiDesc {
    margin-bottom: 100px;
  }
}
.p-homeMidorigiDesc__text {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #1d2088;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homeMidorigiDesc__text {
    font-size: 18px;
  }
}
.p-homeMidorigiDesc__note {
  color: #969696;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homeMidorigiDesc__note {
    font-size: 14px;
  }
}

.p-homeMidorigiCourse {
  display: -ms-grid;
  display: grid;
  gap: 50px 1.25rem;
  text-align: center;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourse {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .p-homeMidorigiCourse {
    gap: 60px 40px;
  }
}
@media (min-width: 992px) {
  .p-homeMidorigiCourse {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-homeMidorigiCourse__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourse__inner {
    max-width: 400px;
  }
}

.p-homeMidorigiCourseItem {
  display: contents;
}
.p-homeMidorigiCourseItem__head {
  padding: 0;
  background: none;
  border: none;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.p-homeMidorigiCourseItem__head::before, .p-homeMidorigiCourseItem__head::after {
  display: none;
}
.p-homeMidorigiCourseItem__head img {
  width: 204.8px;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__head img {
    width: 256px;
  }
}
.p-homeMidorigiCourseItem__img {
  -ms-grid-row: 2;
  grid-row: 2;
}
.p-homeMidorigiCourseItem__img img {
  width: 240px;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__img img {
    width: 300px;
  }
}
.p-homeMidorigiCourseItem__content {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__content {
    padding-bottom: 80px;
  }
}
.p-homeMidorigiCourseItem__content::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #1d2088;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-homeMidorigiCourseItem__content > *:first-child {
  margin-top: 0;
}
.p-homeMidorigiCourseItem__content > *:last-child {
  margin-bottom: 0;
}
.p-homeMidorigiCourseItem__content--last {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__content--last {
    padding-bottom: 2rem;
  }
}
.p-homeMidorigiCourseItem__lead {
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__lead {
    font-size: 18px;
  }
}
.p-homeMidorigiCourseItem__text {
  margin-bottom: 0.625rem;
}
.p-homeMidorigiCourseItem__note {
  margin-bottom: 0.625rem;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-homeMidorigiCourseItem__note {
    font-size: 14px;
  }
}
.p-homeMidorigiCourseItem__lead, .p-homeMidorigiCourseItem__text, .p-homeMidorigiCourseItem__note {
  font-weight: bold;
  line-height: 1.5;
}

.p-homeComingsoon {
  text-align: center;
}
.p-homeComingsoon img {
  width: 236.8px;
}
@media (min-width: 768px) {
  .p-homeComingsoon img {
    width: 296px;
  }
}

.p-homeKids {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .p-homeKids {
    margin-top: 140px;
  }
}
.p-homeKids .l-container {
  position: relative;
}
.p-homeKids .p-homeHead {
  margin-bottom: calc(-6vw + 40px);
  translate: 0 -6vw;
}
@media (min-width: 768px) {
  .p-homeKids .p-homeHead {
    margin-bottom: 10px;
    translate: 0 -40px;
  }
}
.p-homeKids__cloud {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}
.p-homeKids__cloud--01 {
  top: -40px;
  left: 1vw;
}
@media (min-width: 768px) {
  .p-homeKids__cloud--01 {
    top: -50px;
    left: -6vw;
  }
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--01 {
    left: -96px;
  }
}
.p-homeKids__cloud--01 img {
  width: 21.4vw;
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--01 img {
    width: 342.4px;
  }
}
.p-homeKids__cloud--02 {
  top: 23%;
  right: 0vw;
}
@media (min-width: 768px) {
  .p-homeKids__cloud--02 {
    top: 27%;
    right: -4vw;
  }
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--02 {
    right: -64px;
  }
}
.p-homeKids__cloud--02 img {
  width: 12.6vw;
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--02 img {
    width: 201.6px;
  }
}
.p-homeKids__cloud--03 {
  top: 41%;
  left: 0vw;
}
@media (min-width: 768px) {
  .p-homeKids__cloud--03 {
    top: 33%;
    left: -16.3vw;
  }
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--03 {
    left: -260.8px;
  }
}
.p-homeKids__cloud--03 img {
  width: 9.7vw;
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--03 img {
    width: 155.2px;
  }
}
.p-homeKids__cloud--04 {
  top: 69%;
  right: -2vw;
}
@media (min-width: 768px) {
  .p-homeKids__cloud--04 {
    top: 62%;
    right: -3.5vw;
  }
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--04 {
    right: -56px;
  }
}
.p-homeKids__cloud--04 img {
  width: 16.8vw;
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--04 img {
    width: 268.8px;
  }
}
.p-homeKids__cloud--05 {
  top: 90%;
  left: 0vw;
}
@media (min-width: 768px) {
  .p-homeKids__cloud--05 {
    top: 87%;
    left: -1.6vw;
  }
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--05 {
    left: -25.6px;
  }
}
.p-homeKids__cloud--05 img {
  width: 9.2vw;
}
@media (min-width: 1600px) {
  .p-homeKids__cloud--05 img {
    width: 147.2px;
  }
}

.p-homeKidsCatch {
  margin-bottom: 50px;
  color: #1d2088;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeKidsCatch {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-homeKidsCatch {
    font-size: 18px;
  }
}

.p-homeKidsLists {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeKidsLists {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .p-homeKidsLists {
    margin-bottom: 120px;
  }
}
.p-homeKidsLists__item > *:first-child {
  margin-top: 0;
}
.p-homeKidsLists__item > *:last-child {
  margin-bottom: 0;
}
.p-homeKidsLists__head {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.p-homeKidsLists__head::before, .p-homeKidsLists__head::after {
  display: none;
}
.p-homeKidsLists__head img {
  width: 64px;
}
@media (min-width: 768px) {
  .p-homeKidsLists__head img {
    width: 80px;
  }
}
.p-homeKidsLists__date {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-homeKidsLists__date {
    margin-bottom: 30px;
  }
}
.p-homeKidsLists__date img {
  width: 142.4px;
}
@media (min-width: 768px) {
  .p-homeKidsLists__date img {
    width: 178px;
  }
}
.p-homeKidsLists__name {
  padding: 0;
  background: none;
  border: none;
  color: #1d2088;
  font-size: 18px;
  font-weight: bold;
}
.p-homeKidsLists__name::before, .p-homeKidsLists__name::after {
  display: none;
}
@media (min-width: 768px) {
  .p-homeKidsLists__name {
    font-size: 24px;
  }
}
.p-homeKidsLists__text {
  margin-bottom: 0;
  color: #1d2088;
}
.p-homeKidsLists__note {
  margin-bottom: 0;
  color: #969696;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-homeKidsLists__note {
    font-size: 14px;
  }
}
.p-homeKidsLists__note a {
  color: inherit;
}
.p-homeKidsLists__note a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .p-homeKidsLists__note a:hover {
    text-decoration: underline;
  }
}
.p-homeKidsLists__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1rem;
  margin-top: 20px;
  color: #1d2088;
}
@media (min-width: 768px) {
  .p-homeKidsLists__time {
    margin-top: 30px;
  }
}
.p-homeKidsLists__timeHead {
  display: inline-block;
  padding: 0.1rem 0.8rem;
  border: 1.5px solid #1d2088;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeKidsLists__timeHead {
    font-size: 16px;
  }
}
.p-homeStamprally {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .p-homeStamprally {
    margin-top: 140px;
  }
}
.p-homeStamprally .l-container {
  position: relative;
}
.p-homeStamprally .p-homeHead {
  margin-bottom: calc(-10.5vw + 20px);
  translate: 0 -10.5vw;
}
@media (min-width: 768px) {
  .p-homeStamprally .p-homeHead {
    margin-bottom: -42px;
    translate: 0 -72px;
  }
}
.p-homeStamprally__cloud {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}
.p-homeStamprally__cloud--01 {
  top: 26px;
  left: 0;
}
@media (min-width: 768px) {
  .p-homeStamprally__cloud--01 {
    top: 50px;
    left: -4vw;
  }
}
@media (min-width: 1600px) {
  .p-homeStamprally__cloud--01 {
    left: -64px;
  }
}
.p-homeStamprally__cloud--01 img {
  width: 12.7vw;
}
@media (min-width: 1600px) {
  .p-homeStamprally__cloud--01 img {
    width: 203.2px;
  }
}
.p-homeStamprally__cloud--02 {
  top: 108px;
  right: 0;
}
@media (min-width: 768px) {
  .p-homeStamprally__cloud--02 {
    top: 26px;
    right: -16.3vw;
  }
}
@media (min-width: 1600px) {
  .p-homeStamprally__cloud--02 {
    right: -260.8px;
  }
}
.p-homeStamprally__cloud--02 img {
  width: 19.1vw;
}
@media (min-width: 1600px) {
  .p-homeStamprally__cloud--02 img {
    width: 305.6px;
  }
}

.p-homeStamprallyDate {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeStamprallyDate {
    margin-bottom: 40px;
  }
}
.p-homeStamprallyDate img {
  width: 299.2px;
}
@media (min-width: 768px) {
  .p-homeStamprallyDate img {
    width: 374px;
  }
}

.p-homeStamprallyLead {
  margin-bottom: 0;
  color: #1d2088;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeStamprallyLead {
    font-size: 18px;
  }
}

.p-homeStamprallyText {
  margin-bottom: 50px;
  color: #1d2088;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeStamprallyText {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-homeStamprallyText {
    font-size: 16px;
  }
}

.p-homeNotes {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .p-homeNotes {
    margin-top: 160px;
  }
}
.p-homeNotes .l-container {
  position: relative;
}
.p-homeNotes .p-homeHead {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-homeNotes .p-homeHead {
    margin-bottom: 100px;
  }
}
.p-homeNotes__cloud {
  margin-bottom: 0;
  position: absolute;
}
.p-homeNotes__cloud--01 {
  top: -14px;
  right: 3vw;
}
@media (min-width: 768px) {
  .p-homeNotes__cloud--01 {
    top: -80px;
    right: -1.4vw;
  }
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--01 {
    right: -22.4px;
  }
}
.p-homeNotes__cloud--01 img {
  width: 16.7vw;
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--01 img {
    width: 267.2px;
  }
}
.p-homeNotes__cloud--02 {
  top: 48%;
  left: -1vw;
}
@media (min-width: 768px) {
  .p-homeNotes__cloud--02 {
    top: 46%;
    left: -16.3vw;
  }
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--02 {
    left: -260.8px;
  }
}
.p-homeNotes__cloud--02 img {
  width: 12.5vw;
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--02 img {
    width: 200px;
  }
}
.p-homeNotes__cloud--03 {
  top: 74%;
  right: 7vw;
}
@media (min-width: 768px) {
  .p-homeNotes__cloud--03 {
    top: 76%;
    right: -1.2vw;
  }
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--03 {
    right: -19.2px;
  }
}
.p-homeNotes__cloud--03 img {
  width: 9.3vw;
}
@media (min-width: 1600px) {
  .p-homeNotes__cloud--03 img {
    width: 148.8px;
  }
}
.p-homeNotes__cloudBottom {
  margin-top: 55px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-homeNotes__cloudBottom {
    margin-top: 70px;
  }
}
.p-homeNotes__cloudBottom img {
  width: 100%;
  max-width: 1600px;
}

.p-homeNotesHead-2 {
  padding: 0;
  background: none;
  border: none;
  margin-top: 55px;
  margin-bottom: 20px;
  color: #1d2088;
  font-size: 20px;
  font-weight: bold;
}
.p-homeNotesHead-2::before, .p-homeNotesHead-2::after {
  display: none;
}
@media (min-width: 768px) {
  .p-homeNotesHead-2 {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .p-homeNotesHead-2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-homeNotesHead-2 {
    font-size: 28px;
  }
}

.p-homeNotesList {
  padding-left: 0;
  color: #1d2088;
  font-weight: bold;
  line-height: 2;
}
.p-homeNotesList li {
  list-style: none;
}
.p-homeNotesList > li {
  padding-left: 1em;
  position: relative;
}
.p-homeNotesList > li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --event-width: calc(100% - 2 * 15px);
}

@media (min-width: 576px) {
  :root {
    --event-width: calc(540px - 2 * 15px);
  }
}
@media (min-width: 768px) {
  :root {
    --event-width: calc(720px - 2 * 15px);
  }
}
@media (min-width: 992px) {
  :root {
    --event-width: calc(960px - 2 * 15px);
  }
}
@media (min-width: 1200px) {
  :root {
    --event-width: calc(1180px - 2 * 40px);
  }
}
.p-eventFirst {
  padding: 0;
  background: none;
  border: none;
  width: var(--event-width);
  margin: 95px 15px 40px;
  text-align: center;
}
.p-eventFirst::before, .p-eventFirst::after {
  display: none;
}
@media (min-width: 576px) {
  .p-eventFirst {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-eventFirst {
    margin-top: 150px;
    margin-bottom: 50px;
  }
}
.p-eventFirst img {
  width: 100%;
}

.p-eventSection {
  width: var(--event-width);
  margin: 0 15px 50px;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media (min-width: 576px) {
  .p-eventSection {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-eventSection {
    margin-bottom: 60px;
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  .p-eventSection {
    padding-inline: 60px;
  }
}
.p-eventSection--border {
  -webkit-box-shadow: inset 0 0 0 6px #f9a88f;
          box-shadow: inset 0 0 0 6px #f9a88f;
}
@media (min-width: 768px) {
  .p-eventSection--border {
    -webkit-box-shadow: inset 0 0 0 16px #f9a88f;
            box-shadow: inset 0 0 0 16px #f9a88f;
  }
}
.p-eventSection > *:first-child {
  margin-top: 0;
}
.p-eventSection > *:last-child {
  margin-bottom: 0;
}

.p-eventLayout-1 {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "content" "img";
  gap: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-eventLayout-1 {
        grid-template-areas: "content img";
    -ms-grid-columns: 670fr 30px 270fr;
    grid-template-columns: 670fr 270fr;
    gap: 30px;
  }
}
.p-eventLayout-1__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
}
.p-eventStamprallyEcoLayout > .p-eventLayout-1__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-eventLayout-1__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.p-eventStamprallyEcoLayout > .p-eventLayout-1__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-eventLayout-1__img figure {
  margin: 0;
  text-align: center;
}
.p-eventLayout-1__img img {
  width: 100%;
  height: auto;
}
.p-eventLayout-1__content > *:first-child, .p-eventLayout-1__img > *:first-child {
  margin-top: 0;
}
.p-eventLayout-1__content > *:last-child, .p-eventLayout-1__img > *:last-child {
  margin-bottom: 0;
}

.p-eventNoteRight {
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-eventNoteRight {
    font-size: 14px;
  }
}
h4 + .p-eventNoteRight {
  margin-top: -8px;
}
@media (min-width: 768px) {
  h4 + .p-eventNoteRight {
    margin-top: -10px;
  }
}

.p-eventTable th:first-child, .p-eventTable td:first-child {
  width: 20%;
}
.p-eventTable th {
  vertical-align: top;
}
.p-eventTable--02 th:first-child, .p-eventTable--02 td:first-child {
  width: auto;
}
.p-eventTable a {
  color: inherit;
}
.p-eventTable a:hover {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .p-eventTable a:hover {
    color: inherit;
    text-decoration: underline;
  }
}

.p-eventBackButton {
  width: var(--event-width);
  margin-top: 50px;
  margin-bottom: 85px;
  margin-inline: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-eventBackButton {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .p-eventBackButton {
    margin-bottom: 130px;
  }
}
@media (min-width: 576px) {
  .p-eventBackButton {
    margin-inline: auto;
  }
}

.p-eventStamprallyHowtoHead {
  padding: 0;
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.25rem;
  background-color: #3b8e1d;
  border-radius: 0;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.p-eventStamprallyHowtoHead::before, .p-eventStamprallyHowtoHead::after {
  display: none;
}
@media (min-width: 768px) {
  .p-eventStamprallyHowtoHead {
    font-size: 26px;
  }
}

.p-eventStamprallyHowtoHead-2 {
  padding: 0;
  background: none;
  border: none;
  margin-block: 1.25rem;
  color: #011976;
  font-weight: bold;
  font-size: 16px;
}
.p-eventStamprallyHowtoHead-2::before, .p-eventStamprallyHowtoHead-2::after {
  display: none;
}
@media (min-width: 768px) {
  .p-eventStamprallyHowtoHead-2 {
    font-size: 20px;
  }
}

.p-eventStamprallyStickerHead {
  padding: 0;
  background: none;
  border: none;
}
.p-eventStamprallyStickerHead::before, .p-eventStamprallyStickerHead::after {
  display: none;
}

.p-eventStamprallyNoveltyHead {
  padding: 0;
  background: none;
  border: none;
}
.p-eventStamprallyNoveltyHead::before, .p-eventStamprallyNoveltyHead::after {
  display: none;
}

.p-eventStamprallyEcoHead {
  padding: 0;
  background: none;
  border: none;
}
.p-eventStamprallyEcoHead::before, .p-eventStamprallyEcoHead::after {
  display: none;
}

.p-eventStamprallyEcoLayout {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "content" "img";
  gap: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-eventStamprallyEcoLayout {
        grid-template-areas: "content img";
    -ms-grid-columns: 520fr 30px 400fr;
    grid-template-columns: 520fr 400fr;
    gap: 30px;
  }
  .p-eventStamprallyEcoLayout > .p-eventLayout-1__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-eventStamprallyEcoLayout > .p-eventLayout-1__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) {
  .p-eventStamprallyEcoLayout {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.p-eventStamprallyEcoLayout__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
}
.p-eventStamprallyEcoLayout > .p-eventStamprallyEcoLayout__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-eventStamprallyEcoLayout__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.p-eventStamprallyEcoLayout > .p-eventStamprallyEcoLayout__img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (min-width: 768px){
  .p-eventLayout-1__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-eventLayout-1__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-eventStamprallyEcoLayout__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-eventStamprallyEcoLayout > .p-eventStamprallyEcoLayout__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-eventStamprallyEcoLayout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-eventStamprallyEcoLayout > .p-eventStamprallyEcoLayout__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.p-eventStamprallyEcoLayout__img figure {
  margin: 0;
  text-align: center;
}
.p-eventStamprallyEcoLayout__img img {
  width: 100%;
  height: auto;
}
.p-eventStamprallyEcoLayout__content > *:first-child, .p-eventStamprallyEcoLayout__img > *:first-child {
  margin-top: 0;
}
.p-eventStamprallyEcoLayout__content > *:last-child, .p-eventStamprallyEcoLayout__img > *:last-child {
  margin-bottom: 0;
}

.p-eventStamprallyEcoLead-1 {
  color: #1d2088;
  font-size: 19px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-eventStamprallyEcoLead-1 {
    font-size: 26px;
  }
}

.p-eventStamprallyEcoLead-2 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-eventStamprallyEcoLead-2 {
    font-size: 20px;
  }
}
.p-eventStamprallyEcoLead-2 strong {
  display: inline-block;
  color: #f90000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 214, 93, 0)), color-stop(60%, rgba(253, 214, 93, 0)), color-stop(61%, #fdd65d), to(#fdd65d));
  background: linear-gradient(to bottom, rgba(253, 214, 93, 0) 0%, rgba(253, 214, 93, 0) 60%, #fdd65d 61%, #fdd65d 100%);
}

.u-text-primary {
  color: #011976;
}

.u-text-secondary {
  color: #1d2088;
}

.u-text-success {
  color: #dee05a;
}

.u-text-info {
  color: #00f;
}

.u-text-warning {
  color: #fdd65d;
}

.u-text-danger {
  color: #f90000;
}

.u-text-white {
  color: #fff;
}

.u-text-black {
  color: #000;
}

.u-text-light {
  color: #eee;
}

.u-text-dark {
  color: #666;
}

.u-text-light-color {
  color: #969696;
}

.u-text-dark-color {
  color: #666;
}

.u-fs-base {
  font-size: 14px;
}
@media (min-width: 768px) {
  .u-fs-base {
    font-size: 16px;
  }
}

.u-fs-sm {
  font-size: 13px;
}
@media (min-width: 768px) {
  .u-fs-sm {
    font-size: 14px;
  }
}

.u-fs-lg {
  font-size: 16px;
}
@media (min-width: 768px) {
  .u-fs-lg {
    font-size: 20px;
  }
}

.u-fs-12 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .u-fs-12 {
    font-size: 12px;
  }
}

.u-fs-13 {
  font-size: 12.5px;
}
@media (min-width: 768px) {
  .u-fs-13 {
    font-size: 13px;
  }
}

.u-fs-14 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .u-fs-14 {
    font-size: 14px;
  }
}

.u-fs-15 {
  font-size: 13.5px;
}
@media (min-width: 768px) {
  .u-fs-15 {
    font-size: 15px;
  }
}

.u-fs-16 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .u-fs-16 {
    font-size: 16px;
  }
}

.u-fs-17 {
  font-size: 14.5px;
}
@media (min-width: 768px) {
  .u-fs-17 {
    font-size: 17px;
  }
}

.u-fs-18 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .u-fs-18 {
    font-size: 18px;
  }
}

.u-fs-19 {
  font-size: 15.5px;
}
@media (min-width: 768px) {
  .u-fs-19 {
    font-size: 19px;
  }
}

.u-fs-20 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .u-fs-20 {
    font-size: 20px;
  }
}

.u-fs-21 {
  font-size: 16.5px;
}
@media (min-width: 768px) {
  .u-fs-21 {
    font-size: 21px;
  }
}

.u-fs-22 {
  font-size: 17px;
}
@media (min-width: 768px) {
  .u-fs-22 {
    font-size: 22px;
  }
}

.u-fs-23 {
  font-size: 17.5px;
}
@media (min-width: 768px) {
  .u-fs-23 {
    font-size: 23px;
  }
}

.u-fs-24 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .u-fs-24 {
    font-size: 24px;
  }
}

.u-fs-25 {
  font-size: 18.5px;
}
@media (min-width: 768px) {
  .u-fs-25 {
    font-size: 25px;
  }
}

.u-fs-26 {
  font-size: 19px;
}
@media (min-width: 768px) {
  .u-fs-26 {
    font-size: 26px;
  }
}

.u-fs-27 {
  font-size: 19.5px;
}
@media (min-width: 768px) {
  .u-fs-27 {
    font-size: 27px;
  }
}

.u-fs-28 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .u-fs-28 {
    font-size: 28px;
  }
}

.u-fs-29 {
  font-size: 20.5px;
}
@media (min-width: 768px) {
  .u-fs-29 {
    font-size: 29px;
  }
}

.u-fs-30 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .u-fs-30 {
    font-size: 30px;
  }
}

.u-fs-31 {
  font-size: 21.5px;
}
@media (min-width: 768px) {
  .u-fs-31 {
    font-size: 31px;
  }
}

.u-fs-32 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .u-fs-32 {
    font-size: 32px;
  }
}

.u-fs-33 {
  font-size: 22.5px;
}
@media (min-width: 768px) {
  .u-fs-33 {
    font-size: 33px;
  }
}

.u-fs-34 {
  font-size: 23px;
}
@media (min-width: 768px) {
  .u-fs-34 {
    font-size: 34px;
  }
}

.u-fs-35 {
  font-size: 23.5px;
}
@media (min-width: 768px) {
  .u-fs-35 {
    font-size: 35px;
  }
}

.u-fs-36 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .u-fs-36 {
    font-size: 36px;
  }
}

.u-fs-37 {
  font-size: 24.5px;
}
@media (min-width: 768px) {
  .u-fs-37 {
    font-size: 37px;
  }
}

.u-fs-38 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .u-fs-38 {
    font-size: 38px;
  }
}

.u-fs-39 {
  font-size: 25.5px;
}
@media (min-width: 768px) {
  .u-fs-39 {
    font-size: 39px;
  }
}

.u-fs-40 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .u-fs-40 {
    font-size: 40px;
  }
}

.u-fs-41 {
  font-size: 26.5px;
}
@media (min-width: 768px) {
  .u-fs-41 {
    font-size: 41px;
  }
}

.u-fs-42 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .u-fs-42 {
    font-size: 42px;
  }
}

.u-fs-43 {
  font-size: 27.5px;
}
@media (min-width: 768px) {
  .u-fs-43 {
    font-size: 43px;
  }
}

.u-fs-44 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .u-fs-44 {
    font-size: 44px;
  }
}

.u-fs-45 {
  font-size: 28.5px;
}
@media (min-width: 768px) {
  .u-fs-45 {
    font-size: 45px;
  }
}

.u-fs-46 {
  font-size: 29px;
}
@media (min-width: 768px) {
  .u-fs-46 {
    font-size: 46px;
  }
}

.u-fs-47 {
  font-size: 29.5px;
}
@media (min-width: 768px) {
  .u-fs-47 {
    font-size: 47px;
  }
}

.u-fs-48 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .u-fs-48 {
    font-size: 48px;
  }
}

.u-fs-49 {
  font-size: 30.5px;
}
@media (min-width: 768px) {
  .u-fs-49 {
    font-size: 49px;
  }
}

.u-fs-50 {
  font-size: 31px;
}
@media (min-width: 768px) {
  .u-fs-50 {
    font-size: 50px;
  }
}

.u-ff-jp {
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-ff-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-ff-web {
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-lh-xl {
  line-height: 2;
}

.u-lh-lg {
  line-height: 1.8;
}

.u-lh-md {
  line-height: 1.5;
}

.u-lh-sm {
  line-height: 1.3;
}

.u-ls-xl {
  letter-spacing: 0.5em;
}

.u-ls-lg {
  letter-spacing: 0.1em;
}

.u-ls-md {
  letter-spacing: normal;
}

.u-ls-sm {
  letter-spacing: -0.1em;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fw-normal {
  font-weight: normal;
}

.u-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 190, 0, 0)), color-stop(60%, rgba(255, 190, 0, 0)), color-stop(61%, rgb(255, 190, 0)), to(rgb(255, 190, 0)));
  background: linear-gradient(to bottom, rgba(255, 190, 0, 0) 0%, rgba(255, 190, 0, 0) 60%, rgb(255, 190, 0) 61%, rgb(255, 190, 0) 100%);
}

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

.u-ta-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  text-align: center !important;
}

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

@media (min-width: 576px) {
  .u-ta-sm-left {
    text-align: left !important;
  }
}

.u-ta-sm-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 576px) {
  .u-ta-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .u-ta-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .u-ta-md-left {
    text-align: left !important;
  }
}

.u-ta-md-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 768px) {
  .u-ta-md-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .u-ta-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .u-ta-lg-left {
    text-align: left !important;
  }
}

.u-ta-lg-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 992px) {
  .u-ta-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .u-ta-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .u-ta-xl-left {
    text-align: left !important;
  }
}

.u-ta-xl-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 1200px) {
  .u-ta-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .u-ta-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .u-ta-xxl-left {
    text-align: left !important;
  }
}

.u-ta-xxl-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 1400px) {
  .u-ta-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .u-ta-xxl-right {
    text-align: right !important;
  }
}

@media (min-width: 1600px) {
  .u-ta-xxxl-left {
    text-align: left !important;
  }
}

.u-ta-xxxl-center {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 1600px) {
  .u-ta-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .u-ta-xxxl-right {
    text-align: right !important;
  }
}

@media (max-width: 991.98px) {
  .u-ta-lg-center br {
    display: none;
  }
}

.u-tel-link a {
  color: #444;
}
.u-tel-link a:hover {
  -webkit-tap-highlight-color: transparent;
  color: #444;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .u-tel-link a:hover {
    color: #444;
    text-decoration: none;
  }
}

.u-noWrap {
  white-space: pre-wrap;
  word-break: keep-all;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-mt-10 {
  margin-top: 8px;
}

.u-mb-10 {
  margin-bottom: 8px;
}

.u-pt-10 {
  padding-top: 8px;
}

.u-pb-10 {
  padding-bottom: 8px;
}

.u-mt-15 {
  margin-top: 12px;
}

.u-mb-15 {
  margin-bottom: 12px;
}

.u-pt-15 {
  padding-top: 12px;
}

.u-pb-15 {
  padding-bottom: 12px;
}

.u-mt-20 {
  margin-top: 15px;
}

.u-mb-20 {
  margin-bottom: 15px;
}

.u-pt-20 {
  padding-top: 15px;
}

.u-pb-20 {
  padding-bottom: 15px;
}

.u-mt-25 {
  margin-top: 18px;
}

.u-mb-25 {
  margin-bottom: 18px;
}

.u-pt-25 {
  padding-top: 18px;
}

.u-pb-25 {
  padding-bottom: 18px;
}

.u-mt-30 {
  margin-top: 20px;
}

.u-mb-30 {
  margin-bottom: 20px;
}

.u-pt-30 {
  padding-top: 20px;
}

.u-pb-30 {
  padding-bottom: 20px;
}

.u-mt-40 {
  margin-top: 30px;
}

.u-mb-40 {
  margin-bottom: 30px;
}

.u-pt-40 {
  padding-top: 30px;
}

.u-pb-40 {
  padding-bottom: 30px;
}

.u-mt-50 {
  margin-top: 40px;
}

.u-mb-50 {
  margin-bottom: 40px;
}

.u-pt-50 {
  padding-top: 40px;
}

.u-pb-50 {
  padding-bottom: 40px;
}

.u-mt-60 {
  margin-top: 50px;
}

.u-mb-60 {
  margin-bottom: 50px;
}

.u-pt-60 {
  padding-top: 50px;
}

.u-pb-60 {
  padding-bottom: 50px;
}

.u-mt-70 {
  margin-top: 55px;
}

.u-mb-70 {
  margin-bottom: 55px;
}

.u-pt-70 {
  padding-top: 55px;
}

.u-pb-70 {
  padding-bottom: 55px;
}

.u-mt-80 {
  margin-top: 60px;
}

.u-mb-80 {
  margin-bottom: 60px;
}

.u-pt-80 {
  padding-top: 60px;
}

.u-pb-80 {
  padding-bottom: 60px;
}

.u-mt-90 {
  margin-top: 65px;
}

.u-mb-90 {
  margin-bottom: 65px;
}

.u-pt-90 {
  padding-top: 65px;
}

.u-pb-90 {
  padding-bottom: 65px;
}

.u-mt-100 {
  margin-top: 70px;
}

.u-mb-100 {
  margin-bottom: 70px;
}

.u-pt-100 {
  padding-top: 70px;
}

.u-pb-100 {
  padding-bottom: 70px;
}

.u-mt-110 {
  margin-top: 75px;
}

.u-mb-110 {
  margin-bottom: 75px;
}

.u-pt-110 {
  padding-top: 75px;
}

.u-pb-110 {
  padding-bottom: 75px;
}

.u-mt-120 {
  margin-top: 80px;
}

.u-mb-120 {
  margin-bottom: 80px;
}

.u-pt-120 {
  padding-top: 80px;
}

.u-pb-120 {
  padding-bottom: 80px;
}

.u-mt-130 {
  margin-top: 85px;
}

.u-mb-130 {
  margin-bottom: 85px;
}

.u-pt-130 {
  padding-top: 85px;
}

.u-pb-130 {
  padding-bottom: 85px;
}

.u-mt-140 {
  margin-top: 90px;
}

.u-mb-140 {
  margin-bottom: 90px;
}

.u-pt-140 {
  padding-top: 90px;
}

.u-pb-140 {
  padding-bottom: 90px;
}

.u-mt-150 {
  margin-top: 95px;
}

.u-mb-150 {
  margin-bottom: 95px;
}

.u-pt-150 {
  padding-top: 95px;
}

.u-pb-150 {
  padding-bottom: 95px;
}

.u-mt-160 {
  margin-top: 100px;
}

.u-mb-160 {
  margin-bottom: 100px;
}

.u-pt-160 {
  padding-top: 100px;
}

.u-pb-160 {
  padding-bottom: 100px;
}

.u-mt-170 {
  margin-top: 105px;
}

.u-mb-170 {
  margin-bottom: 105px;
}

.u-pt-170 {
  padding-top: 105px;
}

.u-pb-170 {
  padding-bottom: 105px;
}

.u-mt-180 {
  margin-top: 110px;
}

.u-mb-180 {
  margin-bottom: 110px;
}

.u-pt-180 {
  padding-top: 110px;
}

.u-pb-180 {
  padding-bottom: 110px;
}

.u-mt-190 {
  margin-top: 120px;
}

.u-mb-190 {
  margin-bottom: 120px;
}

.u-pt-190 {
  padding-top: 120px;
}

.u-pb-190 {
  padding-bottom: 120px;
}

.u-mt-200 {
  margin-top: 125px;
}

.u-mb-200 {
  margin-bottom: 125px;
}

.u-pt-200 {
  padding-top: 125px;
}

.u-pb-200 {
  padding-bottom: 125px;
}

@media (min-width: 768px) {
  .u-mt-5 {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .u-pt-5 {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .u-mt-10 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .u-pt-10 {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .u-pb-10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .u-mt-15 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .u-mb-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .u-pt-15 {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .u-pb-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .u-mt-20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .u-pt-20 {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .u-pb-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .u-mt-25 {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .u-mb-25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .u-pt-25 {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .u-pb-25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .u-mt-30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .u-pt-30 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .u-pb-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .u-mt-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .u-pt-40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .u-pb-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .u-mt-50 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .u-pt-50 {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .u-pb-50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .u-mt-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .u-mb-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .u-pt-60 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .u-pb-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .u-mt-70 {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .u-mb-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .u-pt-70 {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .u-pb-70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .u-mt-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .u-pt-80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .u-pb-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .u-mt-90 {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .u-mb-90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .u-pt-90 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .u-pb-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .u-mt-100 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .u-mb-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .u-pt-100 {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .u-pb-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .u-mt-110 {
    margin-top: 110px;
  }
}

@media (min-width: 768px) {
  .u-mb-110 {
    margin-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .u-pt-110 {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  .u-pb-110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .u-mt-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .u-mb-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .u-pt-120 {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .u-pb-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .u-mt-130 {
    margin-top: 130px;
  }
}

@media (min-width: 768px) {
  .u-mb-130 {
    margin-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .u-pt-130 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .u-pb-130 {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .u-mt-140 {
    margin-top: 140px;
  }
}

@media (min-width: 768px) {
  .u-mb-140 {
    margin-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .u-pt-140 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .u-pb-140 {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .u-mt-150 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .u-mb-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .u-pt-150 {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .u-pb-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .u-mt-160 {
    margin-top: 160px;
  }
}

@media (min-width: 768px) {
  .u-mb-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .u-pt-160 {
    padding-top: 160px;
  }
}

@media (min-width: 768px) {
  .u-pb-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .u-mt-170 {
    margin-top: 170px;
  }
}

@media (min-width: 768px) {
  .u-mb-170 {
    margin-bottom: 170px;
  }
}

@media (min-width: 768px) {
  .u-pt-170 {
    padding-top: 170px;
  }
}

@media (min-width: 768px) {
  .u-pb-170 {
    padding-bottom: 170px;
  }
}

@media (min-width: 768px) {
  .u-mt-180 {
    margin-top: 180px;
  }
}

@media (min-width: 768px) {
  .u-mb-180 {
    margin-bottom: 180px;
  }
}

@media (min-width: 768px) {
  .u-pt-180 {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  .u-pb-180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 768px) {
  .u-mt-190 {
    margin-top: 190px;
  }
}

@media (min-width: 768px) {
  .u-mb-190 {
    margin-bottom: 190px;
  }
}

@media (min-width: 768px) {
  .u-pt-190 {
    padding-top: 190px;
  }
}

@media (min-width: 768px) {
  .u-pb-190 {
    padding-bottom: 190px;
  }
}

@media (min-width: 768px) {
  .u-mt-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .u-mb-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .u-pt-200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .u-pb-200 {
    padding-bottom: 200px;
  }
}

.u-ml-1 {
  margin-left: 0.5em;
}

.u-mr-1 {
  margin-right: 0.5em;
}

.u-pl-1 {
  padding-left: 0.5em;
}

.u-pr-1 {
  padding-right: 0.5em;
}

.u-ml-2 {
  margin-left: 1em;
}

.u-mr-2 {
  margin-right: 1em;
}

.u-pl-2 {
  padding-left: 1em;
}

.u-pr-2 {
  padding-right: 1em;
}

.u-ml-3 {
  margin-left: 1.5em;
}

.u-mr-3 {
  margin-right: 1.5em;
}

.u-pl-3 {
  padding-left: 1.5em;
}

.u-pr-3 {
  padding-right: 1.5em;
}

.u-ml-4 {
  margin-left: 2em;
}

.u-mr-4 {
  margin-right: 2em;
}

.u-pl-4 {
  padding-left: 2em;
}

.u-pr-4 {
  padding-right: 2em;
}

.u-ml-5 {
  margin-left: 3em;
}

.u-mr-5 {
  margin-right: 3em;
}

.u-pl-5 {
  padding-left: 3em;
}

.u-pr-5 {
  padding-right: 3em;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

.u-none {
  display: none !important;
}

@media (max-width: 767.98px) {
  .u-only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .u-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .u-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .u-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .u-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .u-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .u-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .u-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .u-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .u-xxl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .u-xxl-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .u-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .u-xxxl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .u-xxxl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .u-xxxl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .u-xxxl-none {
    display: none !important;
  }
}

br.u-only-pc {
  display: none !important;
}
@media (min-width: 992px) {
  br.u-only-pc {
    display: inline !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-bg-primary {
  background-color: #011976;
}

.u-bg-secondary {
  background-color: #1d2088;
}

.u-bg-success {
  background-color: #dee05a;
}

.u-bg-info {
  background-color: #00f;
}

.u-bg-warning {
  background-color: #fdd65d;
}

.u-bg-danger {
  background-color: #f90000;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-black {
  background-color: #000;
}

.u-bg-light {
  background-color: #eee;
}

.u-bg-dark {
  background-color: #666;
}

.u-bg-primary {
  color: #fff;
}