@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.4em;
  font-weight: 400;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url("./NotoSansJP-Regular.woff2") format("woff2"), url("./NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./NotoSansJP-Medium.woff2") format("woff2"), url("./NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("./NotoSansJP-Bold.woff2") format("woff2"), url("./NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: 0.625em;
  scroll-padding-top: 7rem;
}
@media screen and (max-width: 1180px) {
  html {
    scroll-padding-top: 6rem;
  }
  html.-open {
    overflow: hidden;
  }
  html.-open [data-menu=overlay] {
    visibility: visible;
    opacity: 0.3;
  }
}

[data-menu=overlay] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  content: "";
  background: #000;
  opacity: 0;
  transition: all 0.3s;
}

body {
  min-width: 100%;
  overflow-x: hidden;
  font: 500 1.8em/1.8 "Noto Sans JP", "Yu Gothic", "Helvetica Neue", helvetica, arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #fff;
  animation: fadeIn 1.5s ease;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

@media only screen and (min-device-pixel-ratio: 2), (resolution >= 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

em {
  font-style: normal;
}

p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  p + p {
    margin-top: 1rem;
  }
}

sub {
  bottom: -0.1em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

figure {
  margin: 0;
}

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
input[type=search]:focus {
  outline: none;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: 0.2s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: 0.2s linear;
}
a img {
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

.js-linkGroup {
  cursor: pointer;
  transition: 0.2s linear;
}
.js-linkGroup:hover {
  opacity: 0.7;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/*****************************************************
  Layout
*****************************************************/
/* =================================================
  Frame
================================================= */
.l-main {
  position: relative;
  padding-top: 16.2rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1180px) {
  .l-main {
    padding-top: 5rem;
  }
}

.l-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-right: 0;
  }
}

/* =================================================
  Header
================================================= */
@media screen and (max-width: 1180px) {
  .-open .l-header {
    height: 100%;
    max-height: 55rem;
  }
  .-open .l-header_inner {
    display: block;
    height: 100%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  padding-bottom: 4.6rem;
  line-height: 1.5;
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .l-header {
    padding-bottom: 0;
  }
}
.l-header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11.6rem;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1180px) {
  .l-header_inner {
    height: 100%;
  }
}
.l-header_logo {
  width: 246px;
  aspect-ratio: 246/24;
  margin: 0 2rem;
}
@media screen and (max-width: 1180px) {
  .l-header_logo {
    display: flex;
    align-items: center;
    width: 14rem;
    height: 5rem;
    padding: 0.5rem 0;
    margin: 0 auto;
  }
}
.l-header_logo a {
  display: block;
}
@media (any-hover: hover) {
  .l-header_logo a:hover {
    opacity: 0.7;
  }
}
.l-header_logo img {
  display: block;
}
@media screen and (max-width: 1180px) {
  .l-header_logo img {
    width: 22rem;
  }
}
.l-header_nav {
  position: absolute;
  bottom: -4.6rem;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 2.5rem;
  background-color: #002653;
}
@media screen and (max-width: 1180px) {
  .l-header_nav {
    position: static;
    bottom: 0;
  }
}
.l-header_navList {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .l-header_navList {
    flex-wrap: wrap;
    gap: initial;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 119.2rem;
    padding: 2.5rem 0 0;
    margin: 0 auto;
  }
  .l-header_navList_item {
    display: flex;
    flex-grow: unset;
    align-items: center;
    width: 46.15%;
    height: auto;
    min-height: 4.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #fff;
  }
  .l-header_navList_item:nth-child(7) {
    margin-top: -0.5rem;
  }
}
.l-header_navList_item a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}
.l-header_navList_item a.-disabled {
  color: #959595;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .l-header_navList_item a {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
@media (any-hover: hover) {
  .l-header_navList_item a:hover {
    text-decoration: underline;
  }
}
.l-header_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .l-header_cont {
    display: block;
    height: auto;
  }
}
.l-header_session {
  margin-right: 0.7rem;
}
@media screen and (max-width: 1180px) {
  .l-header_session {
    display: none;
  }
}
.l-header_cta {
  position: relative;
  width: 28rem;
  height: 100%;
  margin: 0 2rem;
}
@media screen and (max-width: 1180px) {
  .l-header_cta {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.l-header_cta_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  place-content: center space-between;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .l-header_cta_inner {
    position: static;
    display: block;
    padding: 2.5rem 4rem 2rem;
    background-color: #002653;
  }
}
.l-header_cta_item {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .l-header_cta_item + .l-header_cta_item {
    margin-top: 1.3rem;
  }
}
.l-header_cta .c-btn {
  width: 100%;
  padding-top: 0.1rem;
  padding-bottom: 0;
  margin: 0.2rem 0;
}
.l-header_cta .c-btn_label .-sub {
  margin-top: 0;
  font-size: 1.2rem;
}
.l-header_cta .c-btn::after {
  right: 1.4rem;
}
.l-header_cta .c-btn.-pdf::after {
  top: 1.1rem;
  right: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .l-header_cta .c-btn {
    padding: 0.1rem 2rem 0;
  }
  .l-header_cta .c-btn::after {
    right: 0.5rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_cta .c-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.l-header_sns {
  height: 11.6rem;
  border-left: solid #e0e0e0 0.1rem;
}
@media screen and (max-width: 1180px) {
  .l-header_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border: none;
  }
}
.l-header_sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 50%;
}
@media screen and (max-width: 1180px) {
  .l-header_sns_item {
    width: auto;
    height: auto;
    padding: 0 1.5rem;
    border: none;
  }
}
.l-header_sns_item:nth-child(n+2) {
  border-top: solid #e0e0e0 0.1rem;
}
@media screen and (max-width: 1180px) {
  .l-header_sns_item:nth-child(n+2) {
    border: none;
  }
}
@media (any-hover: hover) {
  .l-header_sns_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1180px) {
  .l-header_sns_item img {
    width: 4rem;
  }
}
@media screen and (min-width: 1181px) {
  .l-header .l-header_sns,
  .l-header .l-header_session {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .l-header.-compact .l-header_inner {
    height: 6.2rem;
  }
  .l-header.-compact .l-header_logo {
    width: 200px;
    margin-left: 2rem;
  }
  .l-header.-compact .l-header_sns,
  .l-header.-compact .l-header_session {
    visibility: hidden;
    opacity: 0;
  }
  .l-header.-compact .l-header_cta_inner {
    right: 0;
    width: 57rem;
    opacity: 1;
    animation: flash 0.5s linear;
  }
  .l-header.-compact .l-header_cta_item {
    width: 49%;
    max-width: 100%;
    animation: recombination 0.5s linear;
  }
  @keyframes recombination {
    0% {
      width: 100%;
      max-width: 35.2rem;
    }
    20% {
      width: 100%;
      max-width: 35.2rem;
    }
    60% {
      width: 49%;
      max-width: 100%;
    }
    100% {
      width: 49%;
      max-width: 100%;
    }
  }
  @keyframes flash {
    0% {
      right: 0;
      width: 100%;
      opacity: 1;
    }
    20% {
      right: 0;
      width: 100%;
      opacity: 0;
    }
    60% {
      right: 0;
      width: 57rem;
      opacity: 0;
    }
    100% {
      right: 0;
      width: 57rem;
      opacity: 1;
    }
  }
}
@media screen and (max-width: 1180px) {
  .l-header_spCont {
    display: none;
    height: 100dvh;
    padding-bottom: 3rem;
    overflow-y: scroll;
    background-color: #002653;
  }
  .l-header_spCont.-open {
    display: block;
    opacity: 1;
  }
}
.l-header_menuTrigger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #002653;
}
@media screen and (min-width: 1181px) {
  .l-header_menuTrigger {
    display: none;
  }
}
.l-header_menuTrigger span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 0.2rem;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}
.l-header_menuTrigger span:nth-child(1) {
  top: 1.7rem;
}
.l-header_menuTrigger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.l-header_menuTrigger span:nth-child(3) {
  bottom: 1.7rem;
}
.l-header_menuTrigger.-open span {
  width: 2.6rem;
}
.l-header_menuTrigger.-open span:nth-child(1) {
  animation: open-menu-bar01 0.75s forwards;
}
.l-header_menuTrigger.-open span:nth-child(2) {
  animation: open-menu-bar02 0.75s forwards;
}
.l-header_menuTrigger.-open span:nth-child(3) {
  animation: open-menu-bar03 0.75s forwards;
}

@keyframes open-menu-bar01 {
  0% {
    transform: rotate(0);
  }
  50% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
  }
}
@keyframes open-menu-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes open-menu-bar03 {
  0% {
    transform: rotate(0);
  }
  50% {
    bottom: 50%;
    transform: rotate(0);
  }
  100% {
    bottom: 50%;
    transform: translateY(50%) rotate(-135deg);
  }
}
/* =================================================
  .l-container
================================================= */
.l-container {
  position: relative;
  padding: 6.4rem 3.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 2.4rem 1.5rem 0;
  }
}
.l-container:last-child {
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .l-container:last-child {
    padding-bottom: 2.4rem;
  }
}
.l-container.-banner {
  padding: 4rem 3.2rem;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .l-container.-banner {
    padding: 1.5rem;
    margin: 0 auto;
  }
}
.l-container_inner {
  position: relative;
  z-index: 2;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container_cont {
    padding: 0 1rem;
  }
}
.l-container_heading {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3.4rem;
}
@media screen and (width <= 900px) {
  .l-container_heading {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-container_heading {
    margin-bottom: 2.2rem;
  }
}
.l-container_image01, .l-container_image02 {
  flex-shrink: 0;
  height: 9.7rem;
}
@media screen and (width <= 900px) {
  .l-container_image01, .l-container_image02 {
    display: none;
  }
}
.l-container_headingTxt {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  width: 100%;
  height: 97px;
  background: url("./ttl_center_pc.png") repeat-x;
  background-size: auto 100%;
}
@media screen and (width <= 900px) {
  .l-container_headingTxt {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 65vw;
    height: auto;
    aspect-ratio: 690/180;
    margin: 0 auto;
    background: url("./ttl_sp.png") no-repeat top center/cover;
  }
}
@media screen and (max-width: 768px) {
  .l-container_headingTxt {
    max-width: none;
  }
}

/* =================================================
  .l-breadcrumb
================================================= */
.l-breadcrumb {
  position: relative;
  z-index: 2;
}
.l-breadcrumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  opacity: 0.4;
  background-color: #00afcc;
  background-image: linear-gradient(to right, #00afcc, #3eb135);
}
.l-breadcrumb_list {
  display: flex;
  width: 100%;
  max-width: 116rem;
  padding: 1.2rem 2rem;
  margin: 0 auto;
}
.l-breadcrumb_item {
  position: relative;
  z-index: 3;
  display: inline;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb_item {
    font-size: 1.3rem;
  }
}
.l-breadcrumb_item a {
  color: #000;
  text-decoration: none;
}
.l-breadcrumb_item a:hover {
  color: #0e6eb3;
  text-decoration: underline;
}
.l-breadcrumb_item + .l-breadcrumb_item::before {
  display: inline-block;
  margin: 0 1.5rem;
  font-weight: normal;
  vertical-align: 0.1em;
  color: #666;
  content: ">";
}

/* =================================================
  .l-pageHeader
================================================= */
.l-pageHeader {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.l-pageHeader::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 192rem;
  height: 100%;
  content: "";
  background: url(./2024/ex/_assets/images/bg_heading__pc.png) no-repeat bottom right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-pageHeader::before {
    bottom: 0;
    background: url(./2024/ex/_assets/images/bg_heading__sp.png) no-repeat bottom right;
    background-size: contain;
  }
}
.l-pageHeader_title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 18rem;
  margin: 0;
  font-size: 4.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-pageHeader_title {
    height: 11rem;
    font-size: 3rem;
  }
}
.l-pageHeader_title span {
  width: 100%;
  max-width: 116rem;
  padding: 0 2rem;
  margin: 0 auto;
}

/* =================================================
  Footer
================================================= */
.l-footer {
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #002653;
}
.l-footer_inner {
  max-width: 112rem;
  padding: 6rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .l-footer_inner {
    padding: 4rem 2.5rem;
  }
}
.l-footer_cont {
  display: grid;
  grid-template-columns: 22rem 42rem 1fr;
  gap: 3.125%;
}
@media screen and (max-width: 1180px) {
  .l-footer_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-footer_logo img {
    width: 21.5rem;
  }
}
.l-footer_nav {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
.l-footer_nav_item {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1180px) {
  .l-footer_nav_item {
    display: flex;
    align-items: center;
    min-height: 5rem;
    padding: 0.7rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav_item {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.l-footer_nav a {
  color: #fff;
  text-decoration: none;
}
.l-footer_nav a.-disabled {
  color: #959595;
  pointer-events: none;
}
@media (any-hover: hover) {
  .l-footer_nav a:hover {
    text-decoration: underline;
  }
}
.l-footer_navWrap {
  display: grid;
  grid-template-columns: 20rem 20rem;
  gap: 2rem;
  margin-top: -0.7rem;
}
@media screen and (max-width: 1180px) {
  .l-footer_navWrap {
    margin-top: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_navWrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.l-footer_contact {
  padding-left: 6rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1180px) {
  .l-footer_contact {
    padding-left: 0;
    margin-top: 3rem;
    border-left: none;
  }
}
.l-footer_sns {
  display: flex;
  gap: 1.8rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1180px) {
  .l-footer_sns {
    justify-content: center;
    margin-top: 2.5rem;
  }
}
@media (any-hover: hover) {
  .l-footer_sns a:hover img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1180px) {
  .l-footer_sns_item img {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.l-footer_copyright {
  padding: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #011c3a;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    padding: 1rem 1.5rem;
    line-height: 1;
    background-color: #020f4b;
  }
}
.l-footer_copyright small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer_copyright small {
    font-size: 1.2rem;
  }
}

.l-pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    right: 0;
    bottom: 0;
  }
}
.l-pagetop_btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-pagetop_btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.l-pagetop_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  text-decoration: none;
  background-color: #fff;
  border: 5px solid #251fec;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.l-pagetop_btn a::before {
  width: 2.282rem;
  height: 2.283rem;
  content: "";
  background-image: url("./ico_pagetop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (any-hover: hover) {
  .l-pagetop_btn a:hover {
    background-color: #fff;
  }
}
.l-pagetop_btn a:visited {
  background-color: #fff;
}
@media (any-hover: hover) {
  .l-pagetop_btn a:visited:hover {
    background-color: #fff;
  }
}

/* データ利用について */
@media screen and (min-width: 769px) {
  .bpPrivacy {
    position: relative;
    z-index: 100;
    display: none;
    width: 440px;
    padding: 16px;
    margin-top: 1rem;
    color: #000;
    background: #fff;
    border-top: 4px solid #1e4d84;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  }
  .bpPrivacy_message {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
  }
  .bpPrivacy_buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
  .bpPrivacy_button-detail,
  .bpPrivacy_button-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.65;
    vertical-align: bottom;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .bpPrivacy_button-detail {
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
  }
  .bpPrivacy_button-detail:hover {
    background-color: rgba(51, 51, 51, 0.06);
  }
  .bpPrivacy_button-close {
    margin-left: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #0068bc;
    border: none;
  }
  .bpPrivacy_button-close:hover {
    background-color: rgba(0, 118, 214, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .bpPrivacy {
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    padding: 16px 16px 60px;
    margin-top: -5rem;
    color: #000;
    background: #fff;
    border-top: 4px solid #1e4d84;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  }
  .bpPrivacy_message {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.65;
  }
  .bpPrivacy_buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .bpPrivacy_button-detail,
  .bpPrivacy_button-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.65;
    vertical-align: bottom;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .bpPrivacy_button-detail {
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
  }
  .bpPrivacy_button-detail:hover {
    background-color: rgba(51, 51, 51, 0.06);
  }
  .bpPrivacy_button-close {
    margin-left: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #0068bc;
    border: none;
  }
  .bpPrivacy_button-close:hover {
    background-color: rgba(0, 118, 214, 0.9);
  }
}
/*****************************************************
  Component
*****************************************************/
.c-txtRed {
  color: #d00;
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvTwo {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  color: #251fec;
  border: 3px solid currentcolor;
  box-shadow: 0 10px 0 currentcolor;
}
.c-titleLvTwo::before, .c-titleLvTwo::after {
  position: absolute;
  bottom: -14px;
  display: block;
  width: 18px;
  height: 12px;
  content: "";
  background: #fff;
}
.c-titleLvTwo::before {
  left: -4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.c-titleLvTwo::after {
  right: -4px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .c-titleLvTwo {
    font-size: clamp(2rem, 5.333vw, 3.2rem);
    text-align: center;
    box-shadow: 0 6px 0 currentcolor;
  }
  .c-titleLvTwo::before, .c-titleLvTwo::after {
    bottom: -10px;
    width: 16px;
    height: 8px;
  }
}

.c-titleLvThree {
  position: relative;
  max-width: 112rem;
  padding: 0 0 8px 28px;
  margin: 3rem auto 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.46;
  color: #251fec;
  border-bottom: 2px solid currentcolor;
}
@media screen and (max-width: 768px) {
  .c-titleLvThree {
    padding: 0 0 1rem 18px;
    margin: 2.4rem auto 1.6rem;
    font-size: 2rem;
  }
}
.c-titleLvThree::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #251fec;
}
@media screen and (max-width: 768px) {
  .c-titleLvThree::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}
.c-titleLvThree::after {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #c31deb;
}
@media screen and (max-width: 768px) {
  .c-titleLvThree::after {
    top: 16px;
    width: 12px;
    height: 12px;
  }
}

.-both .c-titleLvThree::after {
  background: #934d8b;
}

.c-titleLvFour {
  margin: 24px auto 20px;
  font-weight: bold;
  line-height: 1.56;
  color: #251fec;
}

.c-titleLvFive {
  max-width: 112rem;
  padding: 1.4rem 2rem;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .c-titleLvFive {
    padding: 1.5rem 2.7rem;
    font-size: 1.6rem;
  }
}
.c-titleLvFive span {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.6rem;
}

.c-titleLvSix {
  max-width: 112rem;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-titleLvSix {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  .c-textLead
----------------------------------------------- */
.c-textLead {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-textLead {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 54.4rem;
  min-height: 6.4rem;
  padding: 0.7rem 4rem 0.6rem;
  margin: 4rem auto 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 0.2rem solid #0e6eb3;
  border-radius: 10rem;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 768px) {
  .c-btn {
    min-height: 5.4rem;
    margin: 3rem auto 0;
    font-size: 1.8rem;
  }
}
.c-btn_inner {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.c-btn_label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.c-btn_label .-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.c-btn_label .-ib {
  display: inline-block;
}
.c-btn_label .-nomal {
  font-weight: normal;
}
.c-btn::before {
  position: absolute;
  inset: -0.2rem;
  display: inline-block;
  min-height: inherit;
  font-size: 0;
  vertical-align: middle;
  content: "";
  background: linear-gradient(to right, #4b93c6, #0e6eb3);
  border: 0.1rem solid #0e6eb3;
  border-radius: 10rem;
  transition: all 0.2s linear;
}
.c-btn::after {
  position: absolute;
  right: 2.5rem;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: solid transparent 0.4rem;
  border-right: solid transparent 0.5rem;
  border-bottom: solid transparent 0.4rem;
  border-left: solid #fff 0.5rem;
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #0e6eb3;
    text-decoration: none;
    background-color: #fff;
  }
  .c-btn:hover::before {
    opacity: 0;
  }
  .c-btn:hover::after {
    border-left: solid #0e6eb3 0.5rem;
  }
}
.c-btn.-sm {
  max-width: 35.2rem;
  min-height: 4.6rem;
  font-size: 1.6rem;
  border-width: 0.1rem;
}
.c-btn.-sm::before {
  inset: -0.1rem;
}
.c-btn.-wide {
  max-width: 64rem;
}
.c-btn.-right {
  margin-right: 0;
}
.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn.-cta {
  border-color: #9e09dc;
}
.c-btn.-cta::before {
  background: linear-gradient(to right, #c31deb, #9e09dc);
  border-color: #9e09dc;
}
@media (any-hover: hover) {
  .c-btn.-cta:hover {
    color: #9e09dc;
  }
  .c-btn.-cta:hover::after {
    border-left: solid #9e09dc 0.5rem;
  }
}
.c-btn.-v02 {
  border-color: #2d8080;
}
.c-btn.-v02::before {
  background: linear-gradient(to right, #3a9696, #2d8080);
  border-color: #2d8080;
}
@media (any-hover: hover) {
  .c-btn.-v02:hover {
    color: #2d8080;
  }
  .c-btn.-v02:hover::after {
    border-left: solid #2d8080 0.5rem;
  }
}
.c-btn.-v03 {
  border-color: #0e6eb3;
}
.c-btn.-v03 .c-btn_inner::before {
  position: absolute;
  inset: -0.2rem;
  z-index: 4;
  display: block;
  content: "";
  background: linear-gradient(to right, #4b93c6, #0f968e);
  border-radius: 10rem;
}
.c-btn.-v03 .c-btn_inner::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  content: "";
  background: #fff;
  border-radius: 10rem;
}
.c-btn.-v03 .c-btn_label {
  z-index: 5;
}
.c-btn.-v03::before {
  background: linear-gradient(to right, #4b93c6, #0f968e);
  border-color: #0e6eb3;
}
@media (any-hover: hover) {
  .c-btn.-v03:hover {
    color: #0e6eb3;
  }
  .c-btn.-v03:hover::after {
    border-left: solid #0e6eb3 0.5rem;
  }
  .c-btn.-v03:hover .c-btn_inner {
    opacity: 1;
  }
}
.c-btn.-mail .c-btn_label {
  position: relative;
}
.c-btn.-mail .c-btn_label::before {
  display: inline-block;
  width: 1.4rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  content: "";
  background: url("./ico_mail.svg") center;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-btn.-mail:hover .c-btn_label::before {
    background: url("./ico_mail__on.svg") center;
    background-size: contain;
  }
}
.c-btn.-footer {
  position: relative;
  width: 30rem;
  max-width: 30rem;
  min-height: 4.2rem;
  padding: 1rem 4rem;
  margin: 0;
  font-size: 1.6rem;
  background: #fff;
  border: 0.2rem solid #0056ab;
  border-radius: 0.2rem;
}
.c-btn.-footer::before {
  color: #fff;
  background: #0056ab;
  border: 0.1rem solid #0056ab;
  border-radius: 0.2rem;
}
.c-btn.-disabled {
  pointer-events: none;
  background: #959595;
  border-color: #959595;
}
.c-btn.-disabled::before {
  background: #959595;
  border-color: #959595;
}

/* -----------------------------------------------
  .c-arrowbtn
----------------------------------------------- */
.c-arrowbtn {
  position: relative;
  display: inline-block;
  padding-right: 5rem;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-arrowbtn {
    padding-right: 4rem;
  }
}
@media (any-hover: hover) {
  .c-arrowbtn:hover {
    color: #0e6eb3;
    text-decoration: underline;
  }
}
.c-arrowbtn::before, .c-arrowbtn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
.c-arrowbtn::before {
  right: 1.4rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: solid transparent 0.7rem;
  border-right: solid transparent 0.5rem;
  border-bottom: solid #0e6eb3 0.7rem;
  border-left: solid transparent 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-arrowbtn::before {
    right: 1rem;
    border-top: solid transparent 0.7rem;
    border-right: solid transparent 0.5rem;
    border-bottom: solid #0e6eb3 0.7rem;
    border-left: solid transparent 0.5rem;
  }
}
.c-arrowbtn::after {
  z-index: 1;
  width: 3.8rem;
  height: 3.8rem;
  background: #f0f8fc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-arrowbtn::after {
    width: 3rem;
    height: 3rem;
  }
}
.c-arrowbtn.-up::before {
  transform: translateY(-0.4rem);
}
.c-arrowbtn.-down::before {
  transform: translateY(0.4rem) rotate(180deg);
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-notice {
    margin-top: 1.5rem;
  }
}

.c-notice_item {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.555;
}
@media screen and (max-width: 768px) {
  .c-notice_item {
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 1.533;
  }
}

.c-notice_item + .c-notice_item {
  margin-top: 1rem;
}

.c-notice_mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------
  .c-note
----------------------------------------------- */
.c-note {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-note {
    font-size: 1.3rem;
  }
}
.c-note.-indent {
  position: relative;
  padding-left: 1.5em;
}
.c-note.-indent::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
.c-textList_item {
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.555;
}
@media screen and (max-width: 768px) {
  .c-textList_item {
    line-height: 1.5;
  }
}

.c-textList_item + .c-textList_item {
  margin-top: 1rem;
}

.c-textList_item.u-ac,
.u-ac .c-textList_item {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-textList_item::before {
  position: absolute;
  top: calc((1.5em - 5px) / 2 + 0.5px);
  left: 4px;
  width: 4px;
  height: 4px;
  content: "";
  background: #000;
  border-radius: 50%;
}

.c-textList .c-textList {
  margin-top: 0.5rem;
}

/* -----------------------------------------------
  .c-noteList
----------------------------------------------- */
.c-noteList {
  margin-top: 2.5rem;
}
.c-noteList_item {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-noteList_item {
    font-size: 1.3rem;
  }
}
.c-noteList_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.c-noteList_item + .c-noteList_item {
  margin-top: 0.5rem;
}

.c-noteList02 {
  margin: 2.5rem 0;
  counter-reset: number 0;
}
.c-noteList02.-num02 {
  counter-reset: number 1;
}
.c-noteList02.-num03 {
  counter-reset: number 2;
}
.c-noteList02.-num04 {
  counter-reset: number 3;
}
.c-noteList02.-num05 {
  counter-reset: number 4;
}
.c-noteList02.-num06 {
  counter-reset: number 5;
}
@media screen and (max-width: 768px) {
  .c-noteList02 {
    margin: 2rem 0;
  }
}
.c-noteList02_item {
  position: relative;
  padding: 0 0 0 2.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-noteList02_item {
    font-size: 1.3rem;
  }
}
.c-noteList02_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(number);
  counter-increment: number 1;
}
.c-noteList02_item:nth-child(n+2) {
  margin-top: 1rem;
}

/* -----------------------------------------------
  .c-definitionCont
----------------------------------------------- */
.c-definitionCont {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.c-definitionCont_head {
  margin-top: 1.5rem;
  font-weight: 600;
}
.c-definitionCont_body {
  margin-top: 0.5rem;
}

.c-infoCont {
  display: flex;
  max-width: 73.6rem;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-infoCont {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.5em;
  }
}
.c-infoCont .c-infoBox {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-infoCont .c-infoBox {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-infoCont .c-infoBox + .c-infoBox {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .c-infoCont .c-infoBox + .c-infoBox {
    border-top: none;
  }
}

.c-infoBox02 {
  padding: 0.3rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  background-color: #00afcc;
  background-image: linear-gradient(to right, #00afcc, #3eb135);
}
@media screen and (max-width: 768px) {
  .c-infoBox02 {
    margin-bottom: 3rem;
  }
}
.c-infoBox02_title {
  padding: 2rem 3rem;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-infoBox02_title {
    padding: 1rem 1.5rem;
    font-size: 1.9rem;
  }
}
.c-infoBox02_title.-center {
  text-align: center;
}
.c-infoBox02_title span {
  font-weight: normal;
}
.c-infoBox02_body {
  padding: 3.5rem 3rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-infoBox02_body {
    padding: 1.7rem 1.5rem;
  }
}
.c-infoBox02_body.-center {
  text-align: center;
}

/* -----------------------------------------------
  .c-dotList
----------------------------------------------- */
.c-dotList {
  margin: 2.5rem 0;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .c-dotList {
    margin: 2rem 0;
  }
}
.c-dotList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.c-dotList_item::before {
  position: absolute;
  top: 0.6em;
  left: 0.2rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border-radius: 50%;
}
.c-dotList_item:nth-child(n+2) {
  margin-top: 1rem;
}
/* -----------------------------------------------
  .c-circleList
----------------------------------------------- */
.c-circleList {
  margin: 2.5rem 0;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .c-circleList {
    margin: 2rem 0;
  }
}
.c-circleList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.c-circleList_item::before {
  position: absolute;
  top: 0.6em;
  left: 0.2rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border: solid 0.1rem;
  border-radius: 50%;
}
.c-circleList_item:nth-child(n+2) {
  margin-top: 1rem;
}

/* -----------------------------------------------
  .c-numList
----------------------------------------------- */
.c-numList {
  margin: 2.5rem 0;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .c-numList {
    margin: 2rem 0;
  }
}
.c-numList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.c-numList_item::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-numList_item:nth-child(n+2) {
  margin-top: 1rem;
}

.c-numList02 {
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-numList02 {
    margin: 2rem 0;
  }
}
.c-numList02_item {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.3em;
}
.c-numList02_item:nth-child(n+2) {
  margin-top: 1rem;
}

.c-numList03 {
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-numList03 {
    margin: 2rem 0;
  }
}
.c-numList03_item {
  position: relative;
  padding: 0 0 0 2.2rem;
  padding-left: 5.4rem;
}
@media screen and (max-width: 768px) {
  .c-numList03_item {
    padding-left: 4rem;
  }
}
.c-numList03_item:nth-child(n+2) {
  margin-top: 3rem;
}
.c-numList03_head {
  position: relative;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-numList03_head {
    margin: 0 0 1.6rem;
  }
}
.c-numList03_head_num {
  position: absolute;
  top: -0.3rem;
  left: -5.4rem;
  display: block;
  width: 3.8rem;
  padding-top: 0.2rem;
  font-weight: 600;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-numList03_head_num {
    left: -4rem;
    width: 3rem;
    line-height: 2.8rem;
  }
}
.c-numList03_head_title {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-numList03_head_title {
    font-size: 1.6rem;
  }
}
.c-numList03_title {
  position: relative;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-numList03_title {
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
  }
}
.c-numList03_title span {
  position: absolute;
  top: -0.3rem;
  left: -5.4rem;
  display: block;
  width: 3.8rem;
  padding-top: 0.2rem;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-numList03_title span {
    left: -4rem;
    width: 3rem;
    line-height: 2.8rem;
  }
}
/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  margin: 0;
  text-align: center;
}
.c-figure_caption {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-figure_caption {
    font-size: 1.3rem;
  }
  .c-figure img {
    width: auto;
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .c-movieCont
----------------------------------------------- */
.c-movieCont {
  padding: 0.1rem;
  border: solid #707070 1px;
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
.c-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table {
    border-top: solid #002753 0.1rem;
  }
}
.c-table th,
.c-table td {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
  border: solid #251fec 0.1rem;
}
@media screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 1.6rem;
    line-height: 1.7;
    border-top: none;
  }
}
.c-table_title {
  width: 25.6rem;
  font-weight: 600;
  color: #fff;
  background: #4a3eff;
}
@media screen and (max-width: 768px) {
  .c-table_title {
    width: 100%;
  }
}
.c-table_title.-center {
  text-align: center;
}
.c-table_title span {
  display: inline-block;
  font-size: 1.4rem;
}
.c-table_info {
  background: #fff;
}
.c-table_logos {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table_logos {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.c-table_logo img[src*="aileader.png"] {
  aslect-ratio: 298/40;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-table_logo img[src*="aileader.png"] {
    width: 238px;
    height: 32px;
  }
}
.c-table_logo img[src*="xtech.png"] {
  aslect-ratio: 207/34;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-table_logo img[src*="xtech.png"] {
    width: 170px;
    height: 28px;
  }
}
.c-table_caption {
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table_caption {
    font-size: 1.6rem;
  }
  .c-table.-real {
    border-color: #005382;
  }
}
.c-table.-real th,
.c-table.-real td {
  border-color: #005382;
}
.c-table.-real .c-table_title {
  background: #0078a3;
}
@media screen and (max-width: 768px) {
  .c-table.-online {
    border-color: #045603;
  }
}
.c-table.-online th,
.c-table.-online td {
  border-color: #045603;
}
.c-table.-online .c-table_title {
  background: #107b0b;
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  overflow: hidden;
  zoom: 1;
}
.c-imageUnit_image {
  margin: 0;
  text-align: center;
}
.c-imageUnit.-imageL .c-imageUnit_image {
  float: left;
  margin-right: 4rem;
}
.c-imageUnit.-imageR .c-imageUnit_image {
  float: right;
  margin-left: 4rem;
}
.c-imageUnit.-parallel .c-imageUnit_image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-imageUnit[data-spgrid=false] .c-imageUnit_image {
    float: none;
    margin: 0 0 20px !important;
  }
  .c-imageUnit[data-spgrid=false] .c-imageUnit_image img {
    width: auto;
  }
}

/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3.2rem;
  margin-left: -3.2rem;
}
.c-grid.-center {
  justify-content: center;
}
.c-grid.-reverse {
  flex-direction: row-reverse;
}
.c-grid.-middle {
  align-items: center;
}
.c-grid > .c-grid_col.l-section + .l-section {
  margin-top: 0;
}
.c-grid > .c-grid_col {
  margin-top: 3.2rem;
  margin-left: 3.2rem;
}
.c-grid > .c-grid_col.-span1 {
  width: calc(100% / 12.001 * 1 - 3.2rem);
}
.c-grid > .c-grid_col.-span2 {
  width: calc(100% / 12.001 * 2 - 3.2rem);
}
.c-grid > .c-grid_col.-span3 {
  width: calc(100% / 12.001 * 3 - 3.2rem);
}
.c-grid > .c-grid_col.-span4 {
  width: calc(100% / 12.001 * 4 - 3.2rem);
}
.c-grid > .c-grid_col.-span5 {
  width: calc(100% / 12.001 * 5 - 3.2rem);
}
.c-grid > .c-grid_col.-span6 {
  width: calc(100% / 12.001 * 6 - 3.2rem);
}
.c-grid > .c-grid_col.-span7 {
  width: calc(100% / 12.001 * 7 - 3.2rem);
}
.c-grid > .c-grid_col.-span8 {
  width: calc(100% / 12.001 * 8 - 3.2rem);
}
.c-grid > .c-grid_col.-span9 {
  width: calc(100% / 12.001 * 9 - 3.2rem);
}
.c-grid > .c-grid_col.-span10 {
  width: calc(100% / 12.001 * 10 - 3.2rem);
}
.c-grid > .c-grid_col.-span11 {
  width: calc(100% / 12.001 * 11 - 3.2rem);
}
.c-grid > .c-grid_col.-span12 {
  width: calc(100% / 12.001 * 12 - 3.2rem);
}
@media screen and (min-width: 1181px) {
  .c-grid.-gutterSmall {
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .c-grid.-gutterSmall > .c-grid_col {
    margin-top: 2rem;
    margin-left: 2rem;
  }
  .c-grid.-gutterSmall > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col^="12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge {
    margin-top: -3rem;
    margin-left: -6rem;
  }
  .c-grid.-gutterLarge > .c-grid_col {
    margin-top: 3rem;
    margin-left: 6rem;
  }
  .c-grid.-gutterLarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 6rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 6rem);
  }
  .c-grid.-gutterLarge[data-grid-col^="12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 6rem);
  }
  .c-grid.-gutterXlarge {
    margin-top: -5rem;
    margin-left: -8rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col {
    margin-top: 5rem;
    margin-left: 8rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 8rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 8rem);
  }
  .c-grid.-gutterXlarge[data-grid-col^="12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 8rem);
  }
  .c-grid[data-grid-col^="1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col^="12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 3.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .c-grid.-gutterSmall {
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .c-grid.-gutterSmall > .c-grid_col {
    margin-top: 2rem;
    margin-left: 2rem;
  }
  .c-grid.-gutterSmall > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 2rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 2rem);
  }
  .c-grid.-gutterSmall[data-grid-col*="-12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge {
    margin-top: -3rem;
    margin-left: -2rem;
  }
  .c-grid.-gutterLarge > .c-grid_col {
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .c-grid.-gutterLarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 2rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 2rem);
  }
  .c-grid.-gutterLarge[data-grid-col*="-12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 2rem);
  }
  .c-grid.-gutterXlarge {
    margin-top: -5rem;
    margin-left: -3rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col {
    margin-top: 5rem;
    margin-left: 3rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 3rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 3rem);
  }
  .c-grid.-gutterXlarge[data-grid-col*="-12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 3rem);
  }
  .c-grid[data-grid-col*="-1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 3.2rem);
  }
  .c-grid[data-grid-col*="-12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-top: -2rem;
    margin-left: -1.5rem;
  }
  .c-grid > .c-grid_col {
    margin-top: 2rem;
    margin-left: 1.5rem;
  }
  .c-grid > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 1.5rem);
  }
  .c-grid > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 1.5rem);
  }
  .c-grid.-gutterSmall {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
  .c-grid.-gutterSmall > .c-grid_col {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid.-gutterSmall > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 1.5rem);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-1"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-2"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-3"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-4"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-5"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-6"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-7"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-8"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-9"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-10"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-11"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterSmall[data-grid-col$="-12"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge {
    margin-top: -3rem;
    margin-left: -1.5rem;
  }
  .c-grid.-gutterLarge > .c-grid_col {
    margin-top: 3rem;
    margin-left: 1.5rem;
  }
  .c-grid.-gutterLarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 1.5rem);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-1"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-2"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-3"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-4"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-5"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-6"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-7"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-8"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-9"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-10"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-11"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterLarge[data-grid-col$="-12"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge {
    margin-top: -3rem;
    margin-left: -1.5rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col {
    margin-top: 3rem;
    margin-left: 1.5rem;
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span1 {
    width: calc(100% / 12.001 * 1 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span2 {
    width: calc(100% / 12.001 * 2 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span3 {
    width: calc(100% / 12.001 * 3 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span4 {
    width: calc(100% / 12.001 * 4 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span5 {
    width: calc(100% / 12.001 * 5 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span6 {
    width: calc(100% / 12.001 * 6 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span7 {
    width: calc(100% / 12.001 * 7 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span8 {
    width: calc(100% / 12.001 * 8 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span9 {
    width: calc(100% / 12.001 * 9 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span10 {
    width: calc(100% / 12.001 * 10 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span11 {
    width: calc(100% / 12.001 * 11 - 1.5rem);
  }
  .c-grid.-gutterXlarge > .c-grid_col.-span12 {
    width: calc(100% / 12.001 * 12 - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-1"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-2"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-3"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-4"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-5"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-6"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-7"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-8"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-9"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-10"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-11"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 1.5rem);
  }
  .c-grid.-gutterXlarge[data-grid-col$="-12"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-1"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-2"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-3"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-4"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-5"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-6"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-7"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-8"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-9"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-10"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-11"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 1.5rem);
  }
  .c-grid[data-grid-col$="-12"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 1.5rem);
  }
}

/* -----------------------------------------------
  c-accordion
----------------------------------------------- */
@media screen and (max-width: 768px) {
  .c-accordion {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.c-accordion:nth-child(n+2) {
  margin-top: 0.6rem;
}
.c-accordion_head {
  position: relative;
  display: inline-block;
}
.c-accordion_head::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  transition: 0.2s linear;
}
.c-accordion_head:hover {
  text-decoration: none;
}
.c-accordion_head:hover::before {
  box-shadow: 0 0 0 2px #0e6eb3 inset;
}
.c-accordion_head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  padding-right: 9rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_head {
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-right: 5.4rem;
  }
}
.c-accordion_head::before {
  border-radius: 0.8rem;
}
.c-accordion_head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  opacity: 0;
  transition: 0.2s linear;
  background-color: #00afcc;
  background-image: linear-gradient(to right, #00afcc, #3eb135);
}
.c-accordion_head:hover {
  color: #0e6eb3;
}
.c-accordion_date {
  width: 9rem;
  min-width: 9rem;
}
.c-accordion_title {
  flex-shrink: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-accordion_title {
    margin-top: 0.5rem;
  }
}
.c-accordion_title span {
  font-weight: normal;
}
.c-accordion_btn {
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  margin: auto 0;
  background: #0e6eb3;
  border: solid #0e6eb3 0.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-accordion_btn {
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.c-accordion_btn span {
  position: absolute;
  inset: 0;
  display: inline-block;
  margin: auto;
  background: #fff;
  transition: all 0.5s;
}
.c-accordion_btn span:nth-of-type(1) {
  width: 1.8rem;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_btn span:nth-of-type(1) {
    width: 1.6rem;
  }
}
.c-accordion_btn span:nth-of-type(2) {
  width: 0.2rem;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_btn span:nth-of-type(2) {
    height: 1.6rem;
  }
}
.c-accordion.-open .c-accordion_head {
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
}
.c-accordion.-open .c-accordion_head::before {
  border-radius: 0.8rem 0.8rem 0 0;
}
.c-accordion.-open .c-accordion_head::after {
  opacity: 1;
}
.c-accordion.-open .c-accordion_btn {
  background: #fff;
}
.c-accordion.-open .c-accordion_btn span:nth-of-type(1) {
  background: #0e6eb3;
  transform: rotate(180deg);
}
.c-accordion.-open .c-accordion_btn span:nth-of-type(2) {
  background: #0e6eb3;
  opacity: 0;
  transform: rotate(270deg);
}
.c-accordion_body {
  display: none;
  padding: 4rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_body {
    padding: 2rem 1.5rem;
  }
}
.c-accordion_body_inner {
  max-width: 92.8rem;
  margin-right: auto;
  margin-left: auto;
}
.c-accordion_body p + p {
  margin-top: 1.5em;
}
.c-accordion_body .l-section {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_body .l-section {
    margin-top: 3.5rem;
  }
}
.c-accordion_body .c-table th,
.c-accordion_body .c-table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-accordion_body .c-table th,
  .c-accordion_body .c-table td {
    font-size: 1.5rem;
  }
}
.c-accordion_body .returnBtn {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-accordion_body .returnBtn {
    margin-top: 2rem;
  }
}
.c-accordion.-qa .c-accordion_title {
  position: relative;
  display: block;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .c-accordion.-qa .c-accordion_title {
    padding-left: 2.5rem;
  }
}
.c-accordion.-qa .c-accordion_title::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 2.6rem;
  content: "";
  background: url(./2024/ex/_assets/images/ico_q.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-accordion.-qa .c-accordion_title::before {
    width: 1.2rem;
    height: 1.9rem;
  }
}
.c-accordion.-qa .c-accordion_body {
  padding: 3rem;
  background-color: #e4f8fc;
  background-image: linear-gradient(to right, #e4f8fc, #e5fce4);
}
@media screen and (max-width: 768px) {
  .c-accordion.-qa .c-accordion_body {
    padding: 1rem;
  }
}
.c-accordion.-qa .c-accordion_body_answer {
  position: relative;
  padding: 2rem 3.5rem 2rem 7rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-accordion.-qa .c-accordion_body_answer {
    padding-left: 4rem;
  }
}
.c-accordion.-qa .c-accordion_body_answer::before {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  content: "";
  background: url(./2024/ex/_assets/images/ico_a.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-accordion.-qa .c-accordion_body_answer::before {
    left: 2rem;
    width: 1.3rem;
    height: 1.6rem;
  }
}
.c-accordion.-qa .c-accordion_body_answer p + p {
  margin-top: 0;
}
.c-accordion.-qa .c-accordion_body_answer .c-dotList {
  margin: 0;
}
.c-accordion.-qa .c-accordion_body_answer .c-dotList_item:nth-child(n+2) {
  margin-top: 0;
}

.c-textBox {
  padding: 16px 24px;
  margin-top: 1.5em;
  line-height: 1.56;
  background: #f2f2f2;
}
.c-textBox + .c-textBox {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .c-textBox {
    padding: 12px 18px;
  }
}
.c-textBox.-arrow {
  position: relative;
  font-weight: bold;
}
.c-textBox.-arrow + .c-textBox {
  margin-top: 40px;
}
.c-textBox.-arrow::before {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-inline: auto;
  content: "";
  background: url("./ico_arrow_down.svg") no-repeat top center/cover;
}

.c-box {
  padding: 24px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #fff;
  border: solid #c31deb 3px;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 15px;
  }
}

.c-box_title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.58;
  color: #c31deb;
}
@media screen and (max-width: 768px) {
  .c-box_title {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
  }
}

.c-marker {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff000 60%);
}
@media screen and (max-width: 768px) {
  .c-marker {
    font-size: 18px;
  }
}

/*****************************************************
  Project
*****************************************************/
/* =================================================
  index.html
================================================= */
h2 picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------
  p-mv
----------------------------------------------- */
.p-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-mv_container {
  width: 100%;
  background: url("./bg_mv_pc.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .p-mv_container {
    background: url("./bg_mv_sp.jpg") no-repeat center top/cover;
  }
}
.p-mv_imageWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: min(80%, 800px);
  height: 100%;
  padding: 120px 25px 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv_imageWrap {
    gap: 16px;
    width: 100%;
    padding: 56px 25px 16px;
  }
}
.p-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv_img01 img {
  width: 100%;
}
.p-mv_img02 {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding-inline: 40px;
  padding-bottom: 72px;
}
.p-mv_img02 img {
  width: 100%;
  max-width: 442px;
  aspect-ratio: 442/80;
}
@media screen and (max-width: 768px) {
  .p-mv_img02 {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 32px;
  }
}
.p-mv_img03 img {
  width: 100%;
}
.p-mv_schedule {
  width: 100%;
  padding: clamp(0.68rem, 0.885vw, 1.7rem) 32px;
  background-color: #fff;
  border-top: 3px solid #251fec;
  border-bottom: 3px solid #251fec;
}
@media screen and (max-width: 768px) {
  .p-mv_schedule {
    padding: 1.7rem;
  }
}
.p-mv_date {
  display: block;
  width: min(100%, 888px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv_date {
    width: min(100%, 291px);
    max-width: 92%;
  }
}
.p-mv_date img {
  display: block;
}

/* -----------------------------------------------
  p-info
----------------------------------------------- */
.p-info {
  padding: 4rem 3.2rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-info {
    padding: 2.3rem 1.5rem 2.4rem;
  }
}
.p-info_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-info_link {
    display: block;
    margin: 0 auto 2.5rem;
    text-align: center;
  }
}
.p-info_link #rectangle_4516,
.p-info_link #rectangle_4517 {
  transition: fill 0.2s ease;
}
.p-info_link #group5972 path,
.p-info_link #group5975 path {
  transition: fill 0.2s ease;
}
@media (any-hover: hover) {
  .p-info_link:hover #rectangle_4516, .p-info_link:hover #rectangle_4517 {
    fill: #fff000;
  }
  .p-info_link:hover #group5972 path, .p-info_link:hover #group5975 path {
    fill: #000;
  }
}
.p-info_img {
  display: block;
  width: clamp(45rem, 32vw, 61.6rem);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-info_img {
    display: inline;
    width: 86.37%;
  }
}

.p-infoList {
  border-top: solid #f2f2f2 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-infoList {
    border-top: solid #f2f2f2 0.2rem;
  }
}
.p-infoList_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 10rem 1.2rem 3rem;
  border-bottom: solid #f2f2f2 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-infoList_item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1.5rem 6rem 1.6rem 1.2rem;
    border-bottom: solid #f2f2f2 0.2rem;
  }
}
@media (any-hover: hover) {
  a[href] .p-infoList_item::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    content: "";
    background: url("./ico_link.svg") center/contain no-repeat;
    transform: translateY(-50%);
  }
  a[href] .p-infoList_item:hover .text {
    text-decoration: underline;
  }
}
.p-infoList_item .tag {
  flex-shrink: 0;
  width: 10.8rem;
}
@media screen and (max-width: 768px) {
  .p-infoList_item .tag {
    width: 9.3rem;
    margin-bottom: 0.6rem;
  }
}
.p-infoList_item .tag span {
  display: inline-block;
  width: 9.2rem;
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #c00;
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-infoList_item .tag span {
    width: 8.3rem;
    font-size: 1.3rem;
  }
}
.p-infoList_item .tag:lang(en) {
  width: 11rem;
}
.p-infoList_item .date {
  flex-shrink: 0;
  width: 15.6rem;
  line-height: 3.4rem;
  color: #666;
}
.p-infoList_item .text {
  padding-top: 0.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .p-infoList_item .text {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}
.p-infoList_item .text a {
  color: #000;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-infoList_item .text a:hover {
    color: #0e6eb3;
    text-decoration: underline;
  }
}
.p-infoList_item .text a.textLink {
  color: #0e6eb3;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-infoList_item .text a.textLink:hover {
    color: #000;
    text-decoration: none;
  }
}
.p-infoList_item .text a.-pdf::after, .p-infoList_item .text a.-zip::after {
  position: relative;
  bottom: -0.2rem;
  left: 0.2rem;
  display: inline-block;
  content: "";
}
.p-infoList_item .text a.-pdf::after {
  width: 1.5rem;
  height: 2rem;
  background: url("./ico_pdf.svg") no-repeat center;
  background-size: contain;
}
.p-infoList_item .text a.-zip::after {
  width: 2rem;
  height: 1.8rem;
  background: url("./ico_zip.svg") no-repeat center;
  background-size: contain;
}
@media (any-hover: hover) {
  .p-infoList a {
    text-decoration: none;
  }
}

/* -----------------------------------------------
  p-banner
----------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-banner img {
    width: 100%;
  }
}

/* -----------------------------------------------
  p-outline
----------------------------------------------- */
.p-outline table {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-outline table {
    margin-top: 1.2rem;
  }
  .p-outline table img {
    width: 22.86rem;
  }
}
.p-outline_span {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-outline_span {
    font-size: 12px;
  }
}

/* -----------------------------------------------
  p-about
----------------------------------------------- */
.p-about_movie {
  margin-top: 2rem;
}
.p-about_movie iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about_movie iframe {
    width: 100%;
  }
}
.p-about figcaption {
  width: 100%;
  padding: 0.3rem;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-about figcaption {
    padding: 0.3rem;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
  p-report
----------------------------------------------- */
.p-report_list {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-report_list {
    margin-top: 2rem;
  }
  .p-report_list img {
    width: 100%;
  }
}
.p-report figcaption {
  width: 100%;
  padding: 0.3rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.43;
  text-align: center;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-report figcaption {
    padding: 0.3rem;
    font-size: 1.4rem;
  }
}
.p-report_award {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-report_award {
    margin-top: 3rem;
  }
}
.p-report_awardList {
  display: grid;
  grid-template-columns: 18rem 1fr 15rem;
  margin: 0;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-report_awardList {
    grid-template-columns: 1fr;
  }
  .p-report_awardList + .p-report_awardList {
    margin-top: 1rem;
  }
}
.p-report_awardList:nth-child(2), .p-report_awardList:nth-child(3) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-report_awardList:nth-child(2), .p-report_awardList:nth-child(3) {
    border-top: 1px solid #333;
  }
}
.p-report_awardType {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-report_awardType {
    padding: 0.3rem 0.7rem;
    font-size: 1.8rem;
  }
}
.p-report_awardTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p-report_awardTitle {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 1.6rem;
  }
}
.p-report_awardTitle span {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-report_awardTitle span {
    padding-top: 0.5rem;
    font-size: 1.6rem;
  }
}
.p-report_awardScore {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem;
  font-size: 4rem;
  font-weight: bold;
  color: #0e6eb3;
}
@media screen and (max-width: 768px) {
  .p-report_awardScore {
    justify-content: center;
    padding: 0.6rem 2rem;
    font-size: 2.2rem;
  }
  .p-report_awardScore::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    content: "";
    background-color: #f2f2f2;
    transform: translateX(-50%);
  }
}
.p-report_awardScore span {
  margin-top: 1.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-report_awardScore span {
    font-size: 1.4rem;
  }
}
.p-report_movie {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-report_movie {
    margin-top: 2.2rem;
  }
}
.p-report_movie .-border {
  height: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
}
.p-report_movie .-movie01 iframe {
  width: calc(100% - 1px);
}
.p-report_movie iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-report_movie iframe {
    width: 100%;
  }
}
.p-report_movie figcaption {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-report_movie figcaption {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-report_br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-report_br {
    display: inline-block;
  }
}

/* -----------------------------------------------
  p-entry
----------------------------------------------- */
.p-entry_mv {
  width: 100%;
  border: 1px solid #707070;
}
.p-entry_pdfLink {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-entry_pdfLink:hover {
    text-decoration: none;
  }
}
.p-entry_schedule {
  display: block;
  padding: 5rem 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry_schedule {
    padding: 0;
  }
}
.p-entry_schedule img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 59.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-entry_schedule img {
    width: 100%;
    max-width: 32.5rem;
  }
}
.p-entry_container {
  display: grid;
  grid-template-columns: 480fr 544fr;
}
@media screen and (max-width: 768px) {
  .p-entry_container {
    grid-template-columns: 1fr;
  }
}
.p-entry_text {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-entry_text {
    padding-top: 0.5rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
.p-entry_student {
  display: block;
  width: 100%;
  max-width: 48rem;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-entry_student {
    margin: 0 auto;
  }
}
.p-entry_link #rectangle_4516,
.p-entry_link #rectangle_4517 {
  transition: fill 0.2s ease;
}
.p-entry_link #group5972 path,
.p-entry_link #group5975 path {
  transition: fill 0.2s ease;
}
@media (any-hover: hover) {
  .p-entry_link:hover #rectangle4516, .p-entry_link:hover #rectangle4517 {
    fill: #fff000;
  }
  .p-entry_link:hover #group5972 path, .p-entry_link:hover #group5975 path {
    fill: #000;
  }
}
.p-entry_info {
  padding: 0 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-entry_info {
    padding: 0;
  }
}
.p-entry_url {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: bold;
  background: #fff000;
}
@media screen and (max-width: 768px) {
  .p-entry_url {
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
  }
}
.p-entry_deadline {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry_deadline {
    margin-top: 0.3rem;
  }
}

/* -----------------------------------------------
  p-faq
----------------------------------------------- */
.p-faq_row {
  margin: 2.4rem 0 0;
  border: 0.3rem solid #251fec;
}
@media screen and (max-width: 768px) {
  .p-faq_row {
    margin: 1.2rem 0 0;
    border: 0.2rem solid #251fec;
  }
}

.p-faq_question {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  place-items: center start;
  width: 100%;
  padding: 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
  color: #000;
  text-align: left;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-faq_question {
    padding: 1.25rem 0.9375rem;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .p-faq_question:hover {
    color: #fff;
    background-color: #4a3eff;
  }
  .p-faq_question:not(.-active):hover::before {
    color: #251fec;
    background: #fff;
  }
}
.p-faq_question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  content: "Q";
  background-color: #251fec;
  border-radius: 50%;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-faq_question::before {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
  }
}
.p-faq_question::after {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  content: "";
  background: url("./ico_arrow.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-faq_question::after {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.8rem;
    font-size: 1.4rem;
  }
}

.p-faq_question.-active {
  color: currentcolor;
  background: var(--color-bg-light);
}
.p-faq_question.-active::after {
  transform: rotate(180deg);
}

.p-faq_answer {
  display: grid;
  visibility: hidden;
  grid-template-rows: 0fr;
  background: #f2f2f2;
  transition: grid-template-rows 0.2s ease-out, padding-top 0.2s ease-out;
}

@media (width <= 768px) {
  .p-faq_answer {
    padding: 0 0.9375rem;
  }
}
.p-faq_answer.-active {
  grid-template-rows: 1fr;
  padding: 2rem 1.5rem 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-faq_answer.-active {
    padding: 1.25rem 0.9375rem;
  }
}

.p-faq_answerContent {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.25rem;
  overflow: hidden;
}
.p-faq_answerContent p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-faq_answerContent p {
    font-size: 1.5rem;
  }
}

@media (width <= 768px) {
  .p-faq_answerContent {
    gap: 0.75rem;
  }
}
.p-faq_answerContent::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #251fec;
  content: "A";
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq_answerContent::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media (width <= 768px) {
  .p-faq_answerContent::before {
    margin-right: 0.25rem;
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------
  p-event
----------------------------------------------- */
.p-event_list {
  margin-top: 2.4rem;
}
.p-event_list img {
  width: 100%;
}
.p-event .c-grid + .c-grid {
  margin-top: 0.5rem;
}

/*****************************************************
  CSS Animation
*****************************************************/
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@keyframes leftToRight {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  from {
    opacity: 0;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bottomToTop {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideTip {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
/*****************************************************
  Utility
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

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

.u-ml0 {
  margin-left: 0px !important;
}

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

.u-mr5 {
  margin-right: 5px !important;
}

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

.u-ml5 {
  margin-left: 5px !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtSmall {
  margin-top: 1.5rem !important;
}

.u-mtNormal {
  margin-top: 4.5rem !important;
}

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

.u-mbSmall {
  margin-bottom: 1.5rem !important;
}

.u-mbNormal {
  margin-bottom: 4.5rem !important;
}

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

@media screen and (max-width: 768px) {
  .u-mtSmall {
    margin-top: 1.5rem !important;
  }
  .u-mtNormal {
    margin-top: 3rem !important;
  }
  .u-mtLarge {
    margin-top: 4rem !important;
  }
  .u-mbSmall {
    margin-bottom: 1.5rem !important;
  }
  .u-mbNormal {
    margin-bottom: 3rem !important;
  }
  .u-mbLarge {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .u-mt-tab0 {
    margin-top: 0px !important;
  }
  .u-mr-tab0 {
    margin-right: 0px !important;
  }
  .u-mb-tab0 {
    margin-bottom: 0px !important;
  }
  .u-ml-tab0 {
    margin-left: 0px !important;
  }
  .u-mt-tab5 {
    margin-top: 5px !important;
  }
  .u-mr-tab5 {
    margin-right: 5px !important;
  }
  .u-mb-tab5 {
    margin-bottom: 5px !important;
  }
  .u-ml-tab5 {
    margin-left: 5px !important;
  }
  .u-mt-tab10 {
    margin-top: 10px !important;
  }
  .u-mr-tab10 {
    margin-right: 10px !important;
  }
  .u-mb-tab10 {
    margin-bottom: 10px !important;
  }
  .u-ml-tab10 {
    margin-left: 10px !important;
  }
  .u-mt-tab15 {
    margin-top: 15px !important;
  }
  .u-mr-tab15 {
    margin-right: 15px !important;
  }
  .u-mb-tab15 {
    margin-bottom: 15px !important;
  }
  .u-ml-tab15 {
    margin-left: 15px !important;
  }
  .u-mt-tab20 {
    margin-top: 20px !important;
  }
  .u-mr-tab20 {
    margin-right: 20px !important;
  }
  .u-mb-tab20 {
    margin-bottom: 20px !important;
  }
  .u-ml-tab20 {
    margin-left: 20px !important;
  }
  .u-mt-tab25 {
    margin-top: 25px !important;
  }
  .u-mr-tab25 {
    margin-right: 25px !important;
  }
  .u-mb-tab25 {
    margin-bottom: 25px !important;
  }
  .u-ml-tab25 {
    margin-left: 25px !important;
  }
  .u-mt-tab30 {
    margin-top: 30px !important;
  }
  .u-mr-tab30 {
    margin-right: 30px !important;
  }
  .u-mb-tab30 {
    margin-bottom: 30px !important;
  }
  .u-ml-tab30 {
    margin-left: 30px !important;
  }
  .u-mt-tab35 {
    margin-top: 35px !important;
  }
  .u-mr-tab35 {
    margin-right: 35px !important;
  }
  .u-mb-tab35 {
    margin-bottom: 35px !important;
  }
  .u-ml-tab35 {
    margin-left: 35px !important;
  }
  .u-mt-tab40 {
    margin-top: 40px !important;
  }
  .u-mr-tab40 {
    margin-right: 40px !important;
  }
  .u-mb-tab40 {
    margin-bottom: 40px !important;
  }
  .u-ml-tab40 {
    margin-left: 40px !important;
  }
  .u-mt-tab45 {
    margin-top: 45px !important;
  }
  .u-mr-tab45 {
    margin-right: 45px !important;
  }
  .u-mb-tab45 {
    margin-bottom: 45px !important;
  }
  .u-ml-tab45 {
    margin-left: 45px !important;
  }
  .u-mt-tab50 {
    margin-top: 50px !important;
  }
  .u-mr-tab50 {
    margin-right: 50px !important;
  }
  .u-mb-tab50 {
    margin-bottom: 50px !important;
  }
  .u-ml-tab50 {
    margin-left: 50px !important;
  }
  .u-mt-tab55 {
    margin-top: 55px !important;
  }
  .u-mr-tab55 {
    margin-right: 55px !important;
  }
  .u-mb-tab55 {
    margin-bottom: 55px !important;
  }
  .u-ml-tab55 {
    margin-left: 55px !important;
  }
  .u-mt-tab60 {
    margin-top: 60px !important;
  }
  .u-mr-tab60 {
    margin-right: 60px !important;
  }
  .u-mb-tab60 {
    margin-bottom: 60px !important;
  }
  .u-ml-tab60 {
    margin-left: 60px !important;
  }
  .u-mt-tab65 {
    margin-top: 65px !important;
  }
  .u-mr-tab65 {
    margin-right: 65px !important;
  }
  .u-mb-tab65 {
    margin-bottom: 65px !important;
  }
  .u-ml-tab65 {
    margin-left: 65px !important;
  }
  .u-mt-tab70 {
    margin-top: 70px !important;
  }
  .u-mr-tab70 {
    margin-right: 70px !important;
  }
  .u-mb-tab70 {
    margin-bottom: 70px !important;
  }
  .u-ml-tab70 {
    margin-left: 70px !important;
  }
  .u-mt-tab75 {
    margin-top: 75px !important;
  }
  .u-mr-tab75 {
    margin-right: 75px !important;
  }
  .u-mb-tab75 {
    margin-bottom: 75px !important;
  }
  .u-ml-tab75 {
    margin-left: 75px !important;
  }
  .u-mt-tab80 {
    margin-top: 80px !important;
  }
  .u-mr-tab80 {
    margin-right: 80px !important;
  }
  .u-mb-tab80 {
    margin-bottom: 80px !important;
  }
  .u-ml-tab80 {
    margin-left: 80px !important;
  }
  .u-mt-tab85 {
    margin-top: 85px !important;
  }
  .u-mr-tab85 {
    margin-right: 85px !important;
  }
  .u-mb-tab85 {
    margin-bottom: 85px !important;
  }
  .u-ml-tab85 {
    margin-left: 85px !important;
  }
  .u-mt-tab90 {
    margin-top: 90px !important;
  }
  .u-mr-tab90 {
    margin-right: 90px !important;
  }
  .u-mb-tab90 {
    margin-bottom: 90px !important;
  }
  .u-ml-tab90 {
    margin-left: 90px !important;
  }
  .u-mt-tab95 {
    margin-top: 95px !important;
  }
  .u-mr-tab95 {
    margin-right: 95px !important;
  }
  .u-mb-tab95 {
    margin-bottom: 95px !important;
  }
  .u-ml-tab95 {
    margin-left: 95px !important;
  }
  .u-mt-tab100 {
    margin-top: 100px !important;
  }
  .u-mr-tab100 {
    margin-right: 100px !important;
  }
  .u-mb-tab100 {
    margin-bottom: 100px !important;
  }
  .u-ml-tab100 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sp0 {
    margin-top: 0px !important;
  }
  .u-mr-sp0 {
    margin-right: 0px !important;
  }
  .u-mb-sp0 {
    margin-bottom: 0px !important;
  }
  .u-ml-sp0 {
    margin-left: 0px !important;
  }
  .u-mt-sp5 {
    margin-top: 5px !important;
  }
  .u-mr-sp5 {
    margin-right: 5px !important;
  }
  .u-mb-sp5 {
    margin-bottom: 5px !important;
  }
  .u-ml-sp5 {
    margin-left: 5px !important;
  }
  .u-mt-sp10 {
    margin-top: 10px !important;
  }
  .u-mr-sp10 {
    margin-right: 10px !important;
  }
  .u-mb-sp10 {
    margin-bottom: 10px !important;
  }
  .u-ml-sp10 {
    margin-left: 10px !important;
  }
  .u-mt-sp15 {
    margin-top: 15px !important;
  }
  .u-mr-sp15 {
    margin-right: 15px !important;
  }
  .u-mb-sp15 {
    margin-bottom: 15px !important;
  }
  .u-ml-sp15 {
    margin-left: 15px !important;
  }
  .u-mt-sp20 {
    margin-top: 20px !important;
  }
  .u-mr-sp20 {
    margin-right: 20px !important;
  }
  .u-mb-sp20 {
    margin-bottom: 20px !important;
  }
  .u-ml-sp20 {
    margin-left: 20px !important;
  }
  .u-mt-sp25 {
    margin-top: 25px !important;
  }
  .u-mr-sp25 {
    margin-right: 25px !important;
  }
  .u-mb-sp25 {
    margin-bottom: 25px !important;
  }
  .u-ml-sp25 {
    margin-left: 25px !important;
  }
  .u-mt-sp30 {
    margin-top: 30px !important;
  }
  .u-mr-sp30 {
    margin-right: 30px !important;
  }
  .u-mb-sp30 {
    margin-bottom: 30px !important;
  }
  .u-ml-sp30 {
    margin-left: 30px !important;
  }
  .u-mt-sp35 {
    margin-top: 35px !important;
  }
  .u-mr-sp35 {
    margin-right: 35px !important;
  }
  .u-mb-sp35 {
    margin-bottom: 35px !important;
  }
  .u-ml-sp35 {
    margin-left: 35px !important;
  }
  .u-mt-sp40 {
    margin-top: 40px !important;
  }
  .u-mr-sp40 {
    margin-right: 40px !important;
  }
  .u-mb-sp40 {
    margin-bottom: 40px !important;
  }
  .u-ml-sp40 {
    margin-left: 40px !important;
  }
  .u-mt-sp45 {
    margin-top: 45px !important;
  }
  .u-mr-sp45 {
    margin-right: 45px !important;
  }
  .u-mb-sp45 {
    margin-bottom: 45px !important;
  }
  .u-ml-sp45 {
    margin-left: 45px !important;
  }
  .u-mt-sp50 {
    margin-top: 50px !important;
  }
  .u-mr-sp50 {
    margin-right: 50px !important;
  }
  .u-mb-sp50 {
    margin-bottom: 50px !important;
  }
  .u-ml-sp50 {
    margin-left: 50px !important;
  }
  .u-mt-sp55 {
    margin-top: 55px !important;
  }
  .u-mr-sp55 {
    margin-right: 55px !important;
  }
  .u-mb-sp55 {
    margin-bottom: 55px !important;
  }
  .u-ml-sp55 {
    margin-left: 55px !important;
  }
  .u-mt-sp60 {
    margin-top: 60px !important;
  }
  .u-mr-sp60 {
    margin-right: 60px !important;
  }
  .u-mb-sp60 {
    margin-bottom: 60px !important;
  }
  .u-ml-sp60 {
    margin-left: 60px !important;
  }
  .u-mt-sp65 {
    margin-top: 65px !important;
  }
  .u-mr-sp65 {
    margin-right: 65px !important;
  }
  .u-mb-sp65 {
    margin-bottom: 65px !important;
  }
  .u-ml-sp65 {
    margin-left: 65px !important;
  }
  .u-mt-sp70 {
    margin-top: 70px !important;
  }
  .u-mr-sp70 {
    margin-right: 70px !important;
  }
  .u-mb-sp70 {
    margin-bottom: 70px !important;
  }
  .u-ml-sp70 {
    margin-left: 70px !important;
  }
  .u-mt-sp75 {
    margin-top: 75px !important;
  }
  .u-mr-sp75 {
    margin-right: 75px !important;
  }
  .u-mb-sp75 {
    margin-bottom: 75px !important;
  }
  .u-ml-sp75 {
    margin-left: 75px !important;
  }
  .u-mt-sp80 {
    margin-top: 80px !important;
  }
  .u-mr-sp80 {
    margin-right: 80px !important;
  }
  .u-mb-sp80 {
    margin-bottom: 80px !important;
  }
  .u-ml-sp80 {
    margin-left: 80px !important;
  }
  .u-mt-sp85 {
    margin-top: 85px !important;
  }
  .u-mr-sp85 {
    margin-right: 85px !important;
  }
  .u-mb-sp85 {
    margin-bottom: 85px !important;
  }
  .u-ml-sp85 {
    margin-left: 85px !important;
  }
  .u-mt-sp90 {
    margin-top: 90px !important;
  }
  .u-mr-sp90 {
    margin-right: 90px !important;
  }
  .u-mb-sp90 {
    margin-bottom: 90px !important;
  }
  .u-ml-sp90 {
    margin-left: 90px !important;
  }
  .u-mt-sp95 {
    margin-top: 95px !important;
  }
  .u-mr-sp95 {
    margin-right: 95px !important;
  }
  .u-mb-sp95 {
    margin-bottom: 95px !important;
  }
  .u-ml-sp95 {
    margin-left: 95px !important;
  }
  .u-mt-sp100 {
    margin-top: 100px !important;
  }
  .u-mr-sp100 {
    margin-right: 100px !important;
  }
  .u-mb-sp100 {
    margin-bottom: 100px !important;
  }
  .u-ml-sp100 {
    margin-left: 100px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

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

.u-pl0 {
  padding-left: 0px !important;
}

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

.u-pr5 {
  padding-right: 5px !important;
}

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

.u-pl5 {
  padding-left: 5px !important;
}

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

.u-pr10 {
  padding-right: 10px !important;
}

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

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .u-pt-tab0 {
    padding-top: 0px !important;
  }
  .u-pr-tab0 {
    padding-right: 0px !important;
  }
  .u-pb-tab0 {
    padding-bottom: 0px !important;
  }
  .u-pl-tab0 {
    padding-left: 0px !important;
  }
  .u-pt-tab5 {
    padding-top: 5px !important;
  }
  .u-pr-tab5 {
    padding-right: 5px !important;
  }
  .u-pb-tab5 {
    padding-bottom: 5px !important;
  }
  .u-pl-tab5 {
    padding-left: 5px !important;
  }
  .u-pt-tab10 {
    padding-top: 10px !important;
  }
  .u-pr-tab10 {
    padding-right: 10px !important;
  }
  .u-pb-tab10 {
    padding-bottom: 10px !important;
  }
  .u-pl-tab10 {
    padding-left: 10px !important;
  }
  .u-pt-tab15 {
    padding-top: 15px !important;
  }
  .u-pr-tab15 {
    padding-right: 15px !important;
  }
  .u-pb-tab15 {
    padding-bottom: 15px !important;
  }
  .u-pl-tab15 {
    padding-left: 15px !important;
  }
  .u-pt-tab20 {
    padding-top: 20px !important;
  }
  .u-pr-tab20 {
    padding-right: 20px !important;
  }
  .u-pb-tab20 {
    padding-bottom: 20px !important;
  }
  .u-pl-tab20 {
    padding-left: 20px !important;
  }
  .u-pt-tab25 {
    padding-top: 25px !important;
  }
  .u-pr-tab25 {
    padding-right: 25px !important;
  }
  .u-pb-tab25 {
    padding-bottom: 25px !important;
  }
  .u-pl-tab25 {
    padding-left: 25px !important;
  }
  .u-pt-tab30 {
    padding-top: 30px !important;
  }
  .u-pr-tab30 {
    padding-right: 30px !important;
  }
  .u-pb-tab30 {
    padding-bottom: 30px !important;
  }
  .u-pl-tab30 {
    padding-left: 30px !important;
  }
  .u-pt-tab35 {
    padding-top: 35px !important;
  }
  .u-pr-tab35 {
    padding-right: 35px !important;
  }
  .u-pb-tab35 {
    padding-bottom: 35px !important;
  }
  .u-pl-tab35 {
    padding-left: 35px !important;
  }
  .u-pt-tab40 {
    padding-top: 40px !important;
  }
  .u-pr-tab40 {
    padding-right: 40px !important;
  }
  .u-pb-tab40 {
    padding-bottom: 40px !important;
  }
  .u-pl-tab40 {
    padding-left: 40px !important;
  }
  .u-pt-tab45 {
    padding-top: 45px !important;
  }
  .u-pr-tab45 {
    padding-right: 45px !important;
  }
  .u-pb-tab45 {
    padding-bottom: 45px !important;
  }
  .u-pl-tab45 {
    padding-left: 45px !important;
  }
  .u-pt-tab50 {
    padding-top: 50px !important;
  }
  .u-pr-tab50 {
    padding-right: 50px !important;
  }
  .u-pb-tab50 {
    padding-bottom: 50px !important;
  }
  .u-pl-tab50 {
    padding-left: 50px !important;
  }
  .u-pt-tab55 {
    padding-top: 55px !important;
  }
  .u-pr-tab55 {
    padding-right: 55px !important;
  }
  .u-pb-tab55 {
    padding-bottom: 55px !important;
  }
  .u-pl-tab55 {
    padding-left: 55px !important;
  }
  .u-pt-tab60 {
    padding-top: 60px !important;
  }
  .u-pr-tab60 {
    padding-right: 60px !important;
  }
  .u-pb-tab60 {
    padding-bottom: 60px !important;
  }
  .u-pl-tab60 {
    padding-left: 60px !important;
  }
  .u-pt-tab65 {
    padding-top: 65px !important;
  }
  .u-pr-tab65 {
    padding-right: 65px !important;
  }
  .u-pb-tab65 {
    padding-bottom: 65px !important;
  }
  .u-pl-tab65 {
    padding-left: 65px !important;
  }
  .u-pt-tab70 {
    padding-top: 70px !important;
  }
  .u-pr-tab70 {
    padding-right: 70px !important;
  }
  .u-pb-tab70 {
    padding-bottom: 70px !important;
  }
  .u-pl-tab70 {
    padding-left: 70px !important;
  }
  .u-pt-tab75 {
    padding-top: 75px !important;
  }
  .u-pr-tab75 {
    padding-right: 75px !important;
  }
  .u-pb-tab75 {
    padding-bottom: 75px !important;
  }
  .u-pl-tab75 {
    padding-left: 75px !important;
  }
  .u-pt-tab80 {
    padding-top: 80px !important;
  }
  .u-pr-tab80 {
    padding-right: 80px !important;
  }
  .u-pb-tab80 {
    padding-bottom: 80px !important;
  }
  .u-pl-tab80 {
    padding-left: 80px !important;
  }
  .u-pt-tab85 {
    padding-top: 85px !important;
  }
  .u-pr-tab85 {
    padding-right: 85px !important;
  }
  .u-pb-tab85 {
    padding-bottom: 85px !important;
  }
  .u-pl-tab85 {
    padding-left: 85px !important;
  }
  .u-pt-tab90 {
    padding-top: 90px !important;
  }
  .u-pr-tab90 {
    padding-right: 90px !important;
  }
  .u-pb-tab90 {
    padding-bottom: 90px !important;
  }
  .u-pl-tab90 {
    padding-left: 90px !important;
  }
  .u-pt-tab95 {
    padding-top: 95px !important;
  }
  .u-pr-tab95 {
    padding-right: 95px !important;
  }
  .u-pb-tab95 {
    padding-bottom: 95px !important;
  }
  .u-pl-tab95 {
    padding-left: 95px !important;
  }
  .u-pt-tab100 {
    padding-top: 100px !important;
  }
  .u-pr-tab100 {
    padding-right: 100px !important;
  }
  .u-pb-tab100 {
    padding-bottom: 100px !important;
  }
  .u-pl-tab100 {
    padding-left: 100px !important;
  }
  .u-pt-tab105 {
    padding-top: 105px !important;
  }
  .u-pr-tab105 {
    padding-right: 105px !important;
  }
  .u-pb-tab105 {
    padding-bottom: 105px !important;
  }
  .u-pl-tab105 {
    padding-left: 105px !important;
  }
  .u-pt-tab110 {
    padding-top: 110px !important;
  }
  .u-pr-tab110 {
    padding-right: 110px !important;
  }
  .u-pb-tab110 {
    padding-bottom: 110px !important;
  }
  .u-pl-tab110 {
    padding-left: 110px !important;
  }
  .u-pt-tab115 {
    padding-top: 115px !important;
  }
  .u-pr-tab115 {
    padding-right: 115px !important;
  }
  .u-pb-tab115 {
    padding-bottom: 115px !important;
  }
  .u-pl-tab115 {
    padding-left: 115px !important;
  }
  .u-pt-tab120 {
    padding-top: 120px !important;
  }
  .u-pr-tab120 {
    padding-right: 120px !important;
  }
  .u-pb-tab120 {
    padding-bottom: 120px !important;
  }
  .u-pl-tab120 {
    padding-left: 120px !important;
  }
  .u-pt-tab125 {
    padding-top: 125px !important;
  }
  .u-pr-tab125 {
    padding-right: 125px !important;
  }
  .u-pb-tab125 {
    padding-bottom: 125px !important;
  }
  .u-pl-tab125 {
    padding-left: 125px !important;
  }
  .u-pt-tab130 {
    padding-top: 130px !important;
  }
  .u-pr-tab130 {
    padding-right: 130px !important;
  }
  .u-pb-tab130 {
    padding-bottom: 130px !important;
  }
  .u-pl-tab130 {
    padding-left: 130px !important;
  }
  .u-pt-tab135 {
    padding-top: 135px !important;
  }
  .u-pr-tab135 {
    padding-right: 135px !important;
  }
  .u-pb-tab135 {
    padding-bottom: 135px !important;
  }
  .u-pl-tab135 {
    padding-left: 135px !important;
  }
  .u-pt-tab140 {
    padding-top: 140px !important;
  }
  .u-pr-tab140 {
    padding-right: 140px !important;
  }
  .u-pb-tab140 {
    padding-bottom: 140px !important;
  }
  .u-pl-tab140 {
    padding-left: 140px !important;
  }
  .u-pt-tab145 {
    padding-top: 145px !important;
  }
  .u-pr-tab145 {
    padding-right: 145px !important;
  }
  .u-pb-tab145 {
    padding-bottom: 145px !important;
  }
  .u-pl-tab145 {
    padding-left: 145px !important;
  }
  .u-pt-tab150 {
    padding-top: 150px !important;
  }
  .u-pr-tab150 {
    padding-right: 150px !important;
  }
  .u-pb-tab150 {
    padding-bottom: 150px !important;
  }
  .u-pl-tab150 {
    padding-left: 150px !important;
  }
  .u-pt-tab155 {
    padding-top: 155px !important;
  }
  .u-pr-tab155 {
    padding-right: 155px !important;
  }
  .u-pb-tab155 {
    padding-bottom: 155px !important;
  }
  .u-pl-tab155 {
    padding-left: 155px !important;
  }
  .u-pt-tab160 {
    padding-top: 160px !important;
  }
  .u-pr-tab160 {
    padding-right: 160px !important;
  }
  .u-pb-tab160 {
    padding-bottom: 160px !important;
  }
  .u-pl-tab160 {
    padding-left: 160px !important;
  }
  .u-pt-tab165 {
    padding-top: 165px !important;
  }
  .u-pr-tab165 {
    padding-right: 165px !important;
  }
  .u-pb-tab165 {
    padding-bottom: 165px !important;
  }
  .u-pl-tab165 {
    padding-left: 165px !important;
  }
  .u-pt-tab170 {
    padding-top: 170px !important;
  }
  .u-pr-tab170 {
    padding-right: 170px !important;
  }
  .u-pb-tab170 {
    padding-bottom: 170px !important;
  }
  .u-pl-tab170 {
    padding-left: 170px !important;
  }
  .u-pt-tab175 {
    padding-top: 175px !important;
  }
  .u-pr-tab175 {
    padding-right: 175px !important;
  }
  .u-pb-tab175 {
    padding-bottom: 175px !important;
  }
  .u-pl-tab175 {
    padding-left: 175px !important;
  }
  .u-pt-tab180 {
    padding-top: 180px !important;
  }
  .u-pr-tab180 {
    padding-right: 180px !important;
  }
  .u-pb-tab180 {
    padding-bottom: 180px !important;
  }
  .u-pl-tab180 {
    padding-left: 180px !important;
  }
  .u-pt-tab185 {
    padding-top: 185px !important;
  }
  .u-pr-tab185 {
    padding-right: 185px !important;
  }
  .u-pb-tab185 {
    padding-bottom: 185px !important;
  }
  .u-pl-tab185 {
    padding-left: 185px !important;
  }
  .u-pt-tab190 {
    padding-top: 190px !important;
  }
  .u-pr-tab190 {
    padding-right: 190px !important;
  }
  .u-pb-tab190 {
    padding-bottom: 190px !important;
  }
  .u-pl-tab190 {
    padding-left: 190px !important;
  }
  .u-pt-tab195 {
    padding-top: 195px !important;
  }
  .u-pr-tab195 {
    padding-right: 195px !important;
  }
  .u-pb-tab195 {
    padding-bottom: 195px !important;
  }
  .u-pl-tab195 {
    padding-left: 195px !important;
  }
  .u-pt-tab200 {
    padding-top: 200px !important;
  }
  .u-pr-tab200 {
    padding-right: 200px !important;
  }
  .u-pb-tab200 {
    padding-bottom: 200px !important;
  }
  .u-pl-tab200 {
    padding-left: 200px !important;
  }
  .u-pt-tab205 {
    padding-top: 205px !important;
  }
  .u-pr-tab205 {
    padding-right: 205px !important;
  }
  .u-pb-tab205 {
    padding-bottom: 205px !important;
  }
  .u-pl-tab205 {
    padding-left: 205px !important;
  }
  .u-pt-tab210 {
    padding-top: 210px !important;
  }
  .u-pr-tab210 {
    padding-right: 210px !important;
  }
  .u-pb-tab210 {
    padding-bottom: 210px !important;
  }
  .u-pl-tab210 {
    padding-left: 210px !important;
  }
  .u-pt-tab215 {
    padding-top: 215px !important;
  }
  .u-pr-tab215 {
    padding-right: 215px !important;
  }
  .u-pb-tab215 {
    padding-bottom: 215px !important;
  }
  .u-pl-tab215 {
    padding-left: 215px !important;
  }
  .u-pt-tab220 {
    padding-top: 220px !important;
  }
  .u-pr-tab220 {
    padding-right: 220px !important;
  }
  .u-pb-tab220 {
    padding-bottom: 220px !important;
  }
  .u-pl-tab220 {
    padding-left: 220px !important;
  }
  .u-pt-tab225 {
    padding-top: 225px !important;
  }
  .u-pr-tab225 {
    padding-right: 225px !important;
  }
  .u-pb-tab225 {
    padding-bottom: 225px !important;
  }
  .u-pl-tab225 {
    padding-left: 225px !important;
  }
  .u-pt-tab230 {
    padding-top: 230px !important;
  }
  .u-pr-tab230 {
    padding-right: 230px !important;
  }
  .u-pb-tab230 {
    padding-bottom: 230px !important;
  }
  .u-pl-tab230 {
    padding-left: 230px !important;
  }
  .u-pt-tab235 {
    padding-top: 235px !important;
  }
  .u-pr-tab235 {
    padding-right: 235px !important;
  }
  .u-pb-tab235 {
    padding-bottom: 235px !important;
  }
  .u-pl-tab235 {
    padding-left: 235px !important;
  }
  .u-pt-tab240 {
    padding-top: 240px !important;
  }
  .u-pr-tab240 {
    padding-right: 240px !important;
  }
  .u-pb-tab240 {
    padding-bottom: 240px !important;
  }
  .u-pl-tab240 {
    padding-left: 240px !important;
  }
  .u-pt-tab245 {
    padding-top: 245px !important;
  }
  .u-pr-tab245 {
    padding-right: 245px !important;
  }
  .u-pb-tab245 {
    padding-bottom: 245px !important;
  }
  .u-pl-tab245 {
    padding-left: 245px !important;
  }
  .u-pt-tab250 {
    padding-top: 250px !important;
  }
  .u-pr-tab250 {
    padding-right: 250px !important;
  }
  .u-pb-tab250 {
    padding-bottom: 250px !important;
  }
  .u-pl-tab250 {
    padding-left: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sp0 {
    padding-top: 0px !important;
  }
  .u-pr-sp0 {
    padding-right: 0px !important;
  }
  .u-pb-sp0 {
    padding-bottom: 0px !important;
  }
  .u-pl-sp0 {
    padding-left: 0px !important;
  }
  .u-pt-sp5 {
    padding-top: 5px !important;
  }
  .u-pr-sp5 {
    padding-right: 5px !important;
  }
  .u-pb-sp5 {
    padding-bottom: 5px !important;
  }
  .u-pl-sp5 {
    padding-left: 5px !important;
  }
  .u-pt-sp10 {
    padding-top: 10px !important;
  }
  .u-pr-sp10 {
    padding-right: 10px !important;
  }
  .u-pb-sp10 {
    padding-bottom: 10px !important;
  }
  .u-pl-sp10 {
    padding-left: 10px !important;
  }
  .u-pt-sp15 {
    padding-top: 15px !important;
  }
  .u-pr-sp15 {
    padding-right: 15px !important;
  }
  .u-pb-sp15 {
    padding-bottom: 15px !important;
  }
  .u-pl-sp15 {
    padding-left: 15px !important;
  }
  .u-pt-sp20 {
    padding-top: 20px !important;
  }
  .u-pr-sp20 {
    padding-right: 20px !important;
  }
  .u-pb-sp20 {
    padding-bottom: 20px !important;
  }
  .u-pl-sp20 {
    padding-left: 20px !important;
  }
  .u-pt-sp25 {
    padding-top: 25px !important;
  }
  .u-pr-sp25 {
    padding-right: 25px !important;
  }
  .u-pb-sp25 {
    padding-bottom: 25px !important;
  }
  .u-pl-sp25 {
    padding-left: 25px !important;
  }
  .u-pt-sp30 {
    padding-top: 30px !important;
  }
  .u-pr-sp30 {
    padding-right: 30px !important;
  }
  .u-pb-sp30 {
    padding-bottom: 30px !important;
  }
  .u-pl-sp30 {
    padding-left: 30px !important;
  }
  .u-pt-sp35 {
    padding-top: 35px !important;
  }
  .u-pr-sp35 {
    padding-right: 35px !important;
  }
  .u-pb-sp35 {
    padding-bottom: 35px !important;
  }
  .u-pl-sp35 {
    padding-left: 35px !important;
  }
  .u-pt-sp40 {
    padding-top: 40px !important;
  }
  .u-pr-sp40 {
    padding-right: 40px !important;
  }
  .u-pb-sp40 {
    padding-bottom: 40px !important;
  }
  .u-pl-sp40 {
    padding-left: 40px !important;
  }
  .u-pt-sp45 {
    padding-top: 45px !important;
  }
  .u-pr-sp45 {
    padding-right: 45px !important;
  }
  .u-pb-sp45 {
    padding-bottom: 45px !important;
  }
  .u-pl-sp45 {
    padding-left: 45px !important;
  }
  .u-pt-sp50 {
    padding-top: 50px !important;
  }
  .u-pr-sp50 {
    padding-right: 50px !important;
  }
  .u-pb-sp50 {
    padding-bottom: 50px !important;
  }
  .u-pl-sp50 {
    padding-left: 50px !important;
  }
  .u-pt-sp55 {
    padding-top: 55px !important;
  }
  .u-pr-sp55 {
    padding-right: 55px !important;
  }
  .u-pb-sp55 {
    padding-bottom: 55px !important;
  }
  .u-pl-sp55 {
    padding-left: 55px !important;
  }
  .u-pt-sp60 {
    padding-top: 60px !important;
  }
  .u-pr-sp60 {
    padding-right: 60px !important;
  }
  .u-pb-sp60 {
    padding-bottom: 60px !important;
  }
  .u-pl-sp60 {
    padding-left: 60px !important;
  }
  .u-pt-sp65 {
    padding-top: 65px !important;
  }
  .u-pr-sp65 {
    padding-right: 65px !important;
  }
  .u-pb-sp65 {
    padding-bottom: 65px !important;
  }
  .u-pl-sp65 {
    padding-left: 65px !important;
  }
  .u-pt-sp70 {
    padding-top: 70px !important;
  }
  .u-pr-sp70 {
    padding-right: 70px !important;
  }
  .u-pb-sp70 {
    padding-bottom: 70px !important;
  }
  .u-pl-sp70 {
    padding-left: 70px !important;
  }
  .u-pt-sp75 {
    padding-top: 75px !important;
  }
  .u-pr-sp75 {
    padding-right: 75px !important;
  }
  .u-pb-sp75 {
    padding-bottom: 75px !important;
  }
  .u-pl-sp75 {
    padding-left: 75px !important;
  }
  .u-pt-sp80 {
    padding-top: 80px !important;
  }
  .u-pr-sp80 {
    padding-right: 80px !important;
  }
  .u-pb-sp80 {
    padding-bottom: 80px !important;
  }
  .u-pl-sp80 {
    padding-left: 80px !important;
  }
  .u-pt-sp85 {
    padding-top: 85px !important;
  }
  .u-pr-sp85 {
    padding-right: 85px !important;
  }
  .u-pb-sp85 {
    padding-bottom: 85px !important;
  }
  .u-pl-sp85 {
    padding-left: 85px !important;
  }
  .u-pt-sp90 {
    padding-top: 90px !important;
  }
  .u-pr-sp90 {
    padding-right: 90px !important;
  }
  .u-pb-sp90 {
    padding-bottom: 90px !important;
  }
  .u-pl-sp90 {
    padding-left: 90px !important;
  }
  .u-pt-sp95 {
    padding-top: 95px !important;
  }
  .u-pr-sp95 {
    padding-right: 95px !important;
  }
  .u-pb-sp95 {
    padding-bottom: 95px !important;
  }
  .u-pl-sp95 {
    padding-left: 95px !important;
  }
  .u-pt-sp100 {
    padding-top: 100px !important;
  }
  .u-pr-sp100 {
    padding-right: 100px !important;
  }
  .u-pb-sp100 {
    padding-bottom: 100px !important;
  }
  .u-pl-sp100 {
    padding-left: 100px !important;
  }
  .u-pt-sp105 {
    padding-top: 105px !important;
  }
  .u-pr-sp105 {
    padding-right: 105px !important;
  }
  .u-pb-sp105 {
    padding-bottom: 105px !important;
  }
  .u-pl-sp105 {
    padding-left: 105px !important;
  }
  .u-pt-sp110 {
    padding-top: 110px !important;
  }
  .u-pr-sp110 {
    padding-right: 110px !important;
  }
  .u-pb-sp110 {
    padding-bottom: 110px !important;
  }
  .u-pl-sp110 {
    padding-left: 110px !important;
  }
  .u-pt-sp115 {
    padding-top: 115px !important;
  }
  .u-pr-sp115 {
    padding-right: 115px !important;
  }
  .u-pb-sp115 {
    padding-bottom: 115px !important;
  }
  .u-pl-sp115 {
    padding-left: 115px !important;
  }
  .u-pt-sp120 {
    padding-top: 120px !important;
  }
  .u-pr-sp120 {
    padding-right: 120px !important;
  }
  .u-pb-sp120 {
    padding-bottom: 120px !important;
  }
  .u-pl-sp120 {
    padding-left: 120px !important;
  }
  .u-pt-sp125 {
    padding-top: 125px !important;
  }
  .u-pr-sp125 {
    padding-right: 125px !important;
  }
  .u-pb-sp125 {
    padding-bottom: 125px !important;
  }
  .u-pl-sp125 {
    padding-left: 125px !important;
  }
  .u-pt-sp130 {
    padding-top: 130px !important;
  }
  .u-pr-sp130 {
    padding-right: 130px !important;
  }
  .u-pb-sp130 {
    padding-bottom: 130px !important;
  }
  .u-pl-sp130 {
    padding-left: 130px !important;
  }
  .u-pt-sp135 {
    padding-top: 135px !important;
  }
  .u-pr-sp135 {
    padding-right: 135px !important;
  }
  .u-pb-sp135 {
    padding-bottom: 135px !important;
  }
  .u-pl-sp135 {
    padding-left: 135px !important;
  }
  .u-pt-sp140 {
    padding-top: 140px !important;
  }
  .u-pr-sp140 {
    padding-right: 140px !important;
  }
  .u-pb-sp140 {
    padding-bottom: 140px !important;
  }
  .u-pl-sp140 {
    padding-left: 140px !important;
  }
  .u-pt-sp145 {
    padding-top: 145px !important;
  }
  .u-pr-sp145 {
    padding-right: 145px !important;
  }
  .u-pb-sp145 {
    padding-bottom: 145px !important;
  }
  .u-pl-sp145 {
    padding-left: 145px !important;
  }
  .u-pt-sp150 {
    padding-top: 150px !important;
  }
  .u-pr-sp150 {
    padding-right: 150px !important;
  }
  .u-pb-sp150 {
    padding-bottom: 150px !important;
  }
  .u-pl-sp150 {
    padding-left: 150px !important;
  }
  .u-pt-sp155 {
    padding-top: 155px !important;
  }
  .u-pr-sp155 {
    padding-right: 155px !important;
  }
  .u-pb-sp155 {
    padding-bottom: 155px !important;
  }
  .u-pl-sp155 {
    padding-left: 155px !important;
  }
  .u-pt-sp160 {
    padding-top: 160px !important;
  }
  .u-pr-sp160 {
    padding-right: 160px !important;
  }
  .u-pb-sp160 {
    padding-bottom: 160px !important;
  }
  .u-pl-sp160 {
    padding-left: 160px !important;
  }
  .u-pt-sp165 {
    padding-top: 165px !important;
  }
  .u-pr-sp165 {
    padding-right: 165px !important;
  }
  .u-pb-sp165 {
    padding-bottom: 165px !important;
  }
  .u-pl-sp165 {
    padding-left: 165px !important;
  }
  .u-pt-sp170 {
    padding-top: 170px !important;
  }
  .u-pr-sp170 {
    padding-right: 170px !important;
  }
  .u-pb-sp170 {
    padding-bottom: 170px !important;
  }
  .u-pl-sp170 {
    padding-left: 170px !important;
  }
  .u-pt-sp175 {
    padding-top: 175px !important;
  }
  .u-pr-sp175 {
    padding-right: 175px !important;
  }
  .u-pb-sp175 {
    padding-bottom: 175px !important;
  }
  .u-pl-sp175 {
    padding-left: 175px !important;
  }
  .u-pt-sp180 {
    padding-top: 180px !important;
  }
  .u-pr-sp180 {
    padding-right: 180px !important;
  }
  .u-pb-sp180 {
    padding-bottom: 180px !important;
  }
  .u-pl-sp180 {
    padding-left: 180px !important;
  }
  .u-pt-sp185 {
    padding-top: 185px !important;
  }
  .u-pr-sp185 {
    padding-right: 185px !important;
  }
  .u-pb-sp185 {
    padding-bottom: 185px !important;
  }
  .u-pl-sp185 {
    padding-left: 185px !important;
  }
  .u-pt-sp190 {
    padding-top: 190px !important;
  }
  .u-pr-sp190 {
    padding-right: 190px !important;
  }
  .u-pb-sp190 {
    padding-bottom: 190px !important;
  }
  .u-pl-sp190 {
    padding-left: 190px !important;
  }
  .u-pt-sp195 {
    padding-top: 195px !important;
  }
  .u-pr-sp195 {
    padding-right: 195px !important;
  }
  .u-pb-sp195 {
    padding-bottom: 195px !important;
  }
  .u-pl-sp195 {
    padding-left: 195px !important;
  }
  .u-pt-sp200 {
    padding-top: 200px !important;
  }
  .u-pr-sp200 {
    padding-right: 200px !important;
  }
  .u-pb-sp200 {
    padding-bottom: 200px !important;
  }
  .u-pl-sp200 {
    padding-left: 200px !important;
  }
  .u-pt-sp205 {
    padding-top: 205px !important;
  }
  .u-pr-sp205 {
    padding-right: 205px !important;
  }
  .u-pb-sp205 {
    padding-bottom: 205px !important;
  }
  .u-pl-sp205 {
    padding-left: 205px !important;
  }
  .u-pt-sp210 {
    padding-top: 210px !important;
  }
  .u-pr-sp210 {
    padding-right: 210px !important;
  }
  .u-pb-sp210 {
    padding-bottom: 210px !important;
  }
  .u-pl-sp210 {
    padding-left: 210px !important;
  }
  .u-pt-sp215 {
    padding-top: 215px !important;
  }
  .u-pr-sp215 {
    padding-right: 215px !important;
  }
  .u-pb-sp215 {
    padding-bottom: 215px !important;
  }
  .u-pl-sp215 {
    padding-left: 215px !important;
  }
  .u-pt-sp220 {
    padding-top: 220px !important;
  }
  .u-pr-sp220 {
    padding-right: 220px !important;
  }
  .u-pb-sp220 {
    padding-bottom: 220px !important;
  }
  .u-pl-sp220 {
    padding-left: 220px !important;
  }
  .u-pt-sp225 {
    padding-top: 225px !important;
  }
  .u-pr-sp225 {
    padding-right: 225px !important;
  }
  .u-pb-sp225 {
    padding-bottom: 225px !important;
  }
  .u-pl-sp225 {
    padding-left: 225px !important;
  }
  .u-pt-sp230 {
    padding-top: 230px !important;
  }
  .u-pr-sp230 {
    padding-right: 230px !important;
  }
  .u-pb-sp230 {
    padding-bottom: 230px !important;
  }
  .u-pl-sp230 {
    padding-left: 230px !important;
  }
  .u-pt-sp235 {
    padding-top: 235px !important;
  }
  .u-pr-sp235 {
    padding-right: 235px !important;
  }
  .u-pb-sp235 {
    padding-bottom: 235px !important;
  }
  .u-pl-sp235 {
    padding-left: 235px !important;
  }
  .u-pt-sp240 {
    padding-top: 240px !important;
  }
  .u-pr-sp240 {
    padding-right: 240px !important;
  }
  .u-pb-sp240 {
    padding-bottom: 240px !important;
  }
  .u-pl-sp240 {
    padding-left: 240px !important;
  }
  .u-pt-sp245 {
    padding-top: 245px !important;
  }
  .u-pr-sp245 {
    padding-right: 245px !important;
  }
  .u-pb-sp245 {
    padding-bottom: 245px !important;
  }
  .u-pl-sp245 {
    padding-left: 245px !important;
  }
  .u-pt-sp250 {
    padding-top: 250px !important;
  }
  .u-pr-sp250 {
    padding-right: 250px !important;
  }
  .u-pb-sp250 {
    padding-bottom: 250px !important;
  }
  .u-pl-sp250 {
    padding-left: 250px !important;
  }
}
.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-w1em {
  width: 1em !important;
}

.u-w2em {
  width: 2em !important;
}

.u-w3em {
  width: 3em !important;
}

.u-w4em {
  width: 4em !important;
}

.u-w5em {
  width: 5em !important;
}

.u-w6em {
  width: 6em !important;
}

.u-w7em {
  width: 7em !important;
}

.u-w8em {
  width: 8em !important;
}

.u-w9em {
  width: 9em !important;
}

.u-w10em {
  width: 10em !important;
}

.u-w11em {
  width: 11em !important;
}

.u-w12em {
  width: 12em !important;
}

.u-w13em {
  width: 13em !important;
}

.u-w14em {
  width: 14em !important;
}

.u-w15em {
  width: 15em !important;
}

.u-w16em {
  width: 16em !important;
}

.u-w17em {
  width: 17em !important;
}

.u-w18em {
  width: 18em !important;
}

.u-w19em {
  width: 19em !important;
}

.u-w20em {
  width: 20em !important;
}

.u-w21em {
  width: 21em !important;
}

.u-w22em {
  width: 22em !important;
}

.u-w23em {
  width: 23em !important;
}

.u-w24em {
  width: 24em !important;
}

.u-w25em {
  width: 25em !important;
}

.u-w26em {
  width: 26em !important;
}

.u-w27em {
  width: 27em !important;
}

.u-w28em {
  width: 28em !important;
}

.u-w29em {
  width: 29em !important;
}

.u-w30em {
  width: 30em !important;
}

.u-w31em {
  width: 31em !important;
}

.u-w32em {
  width: 32em !important;
}

.u-w33em {
  width: 33em !important;
}

.u-w34em {
  width: 34em !important;
}

.u-w35em {
  width: 35em !important;
}

.u-w36em {
  width: 36em !important;
}

.u-w37em {
  width: 37em !important;
}

.u-w38em {
  width: 38em !important;
}

.u-w39em {
  width: 39em !important;
}

.u-w40em {
  width: 40em !important;
}

.u-w41em {
  width: 41em !important;
}

.u-w42em {
  width: 42em !important;
}

.u-w43em {
  width: 43em !important;
}

.u-w44em {
  width: 44em !important;
}

.u-w45em {
  width: 45em !important;
}

.u-w46em {
  width: 46em !important;
}

.u-w47em {
  width: 47em !important;
}

.u-w48em {
  width: 48em !important;
}

.u-w49em {
  width: 49em !important;
}

.u-w50em {
  width: 50em !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

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

.u-fs13 {
  font-size: 1.3rem !important;
}

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

.u-fs15 {
  font-size: 1.5rem !important;
}

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

.u-fs17 {
  font-size: 1.7rem !important;
}

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

.u-fs19 {
  font-size: 1.9rem !important;
}

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

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

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

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

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

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

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

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsXlarge {
  font-size: 3rem !important;
}

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

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

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

.u-fsXsmall {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .u-fsXlarge {
    font-size: 2.4rem !important;
  }
  .u-fsLarge {
    font-size: 1.8rem !important;
  }
  .u-fsMedium {
    font-size: 1.6rem !important;
  }
  .u-fsSmall {
    font-size: 1.4rem !important;
  }
  .u-fsXsmall {
    font-size: 1.1rem !important;
  }
}
.u-textbold {
  font-weight: 700 !important;
}

.u-textmedium {
  font-weight: 500 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: !important;
}

.u-indent {
  text-indent: 1em !important;
}

.u-clear {
  clear: both !important;
}

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

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

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

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1181px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .u-ac-tab {
    text-align: center !important;
  }
  .u-ar-tab {
    text-align: right !important;
  }
  .u-al-tab {
    text-align: left !important;
  }
  .u-vm-tab {
    vertical-align: middle !important;
  }
  .u-vt-tab {
    vertical-align: top !important;
  }
  .u-vb-tab {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-sp,
.u-tab {
  display: none !important;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .u-tab {
    display: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}
.u-inlineblock {
  display: inline-block;
}

/*****************************************************
  Print
*****************************************************/
@media print {
  html:not([class*=-mobile]) body {
    width: 112rem;
    zoom: 0.8;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .l-wrapper {
    padding-top: 0;
  }
  .l-header {
    position: static;
  }
}
.u-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-mb-3{
  margin-bottom: 0.75rem !important;
}
.u-mt-3{
  margin-top: 0.75rem !important;
}
.u-mt-5{
  margin-top: 1.25rem !important;
}
.u-mt-\[10px\]{
  margin-top: 10px !important;
}
.u-pb-0{
  padding-bottom: 0px !important;
}
.u-text-center{
  text-align: center !important;
}
.u-font-bold{
  font-weight: 700 !important;
}
.u-font-medium{
  font-weight: 500 !important;
}
.before\:u-content-none::before{
  --tw-content: none !important;
  content: var(--tw-content) !important;
}
@media not all and (min-width: 640px){
  .max-sm\:u-hidden{
    display: none !important;
  }
}
@media (min-width: 640px){
  .sm\:u-max-w-\[640px\]{
    max-width: 640px !important;
  }
}