@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-black.woff2") format("woff2"), url("../font/noto-sans/nsjp-black.woff") format("woff"), url("../font/noto-sans/nsjp-black.otf") format("opentype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: #181818;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.l-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 5.3333333333vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 8.2rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    height: 16vw;
    padding-left: 4.2666666667vw;
  }
}

.l-header__logo {
  margin-right: auto;
}

.l-header__logo a {
  display: block;
  transition: opacity 0.3s;
}

.l-header__logo img {
  width: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo img {
    width: 24.5333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__content {
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 64em) {
  .l-header__nav {
    position: fixed;
    top: 16vw;
    left: 0;
    z-index: 40;
    display: none;
    width: 100%;
    height: calc(100% - 16vw);
    padding: 5.3333333333vw;
    overflow-y: auto;
    background: rgba(24, 24, 24, 0.97);
  }
}

@media only screen and (max-width: 64em) {
  .l-header.is-open .l-header__nav {
    display: block;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 64em) {
  .l-header__list {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .l-header__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.l-header__list a {
  display: block;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  transition: color 0.3s;
}
@media only screen and (max-width: 64em) {
  .l-header__list a {
    padding: 4.8vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__list a:hover {
    color: #e3000c;
  }
}
@media print {
  .l-header__list a:hover {
    color: #e3000c;
  }
}
.l-header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 19.8rem;
  margin-left: 3rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #e3000c;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__entry {
    width: 25.6vw;
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__entry:hover {
    opacity: 0.85;
  }
}
@media print {
  .l-header__entry:hover {
    opacity: 0.85;
  }
}
.l-header__menu {
  position: relative;
  flex-shrink: 0;
  width: 16vw;
  height: 16vw;
  background: #3c3c3c;
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__menu {
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media only screen and (max-width: 64em) {
  .l-header__menu {
    display: block;
  }
}

.l-header__menu span {
  position: absolute;
  left: 50%;
  display: block;
  width: 6.4vw;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__menu span {
    width: 3rem;
  }
}

.l-header__menu span:nth-child(1) {
  top: calc(50% - 1.6vw);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__menu span:nth-child(1) {
    top: calc(50% - 1rem);
  }
}

.l-header__menu span:nth-child(2) {
  top: 50%;
}

.l-header__menu span:nth-child(3) {
  top: calc(50% + 1.6vw);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__menu span:nth-child(3) {
    top: calc(50% + 1rem);
  }
}

.l-header.is-open .l-header__menu span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.l-header.is-open .l-header__menu span:nth-child(2) {
  opacity: 0;
}

.l-header.is-open .l-header__menu span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.l-footer {
  padding: 2rem;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #181818;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

.l-pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 40;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-pagetop {
    right: 3.2vw;
    bottom: 3.2vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-pagetop:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-pagetop:hover {
    opacity: 0.7;
  }
}
.l-pagetop img {
  width: 100%;
  height: 100%;
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  width: 42rem;
  margin: 0 auto;
  background: #5e89c6;
  border-radius: 10rem;
  padding: 2rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 26.6666666667vw;
    column-gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    width: 5.6vw;
  }
}

.c-title01 {
  font-size: 4rem;
  font-weight: 500;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
  }
}

.c-title01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.4rem;
  background: #5e89c6;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01::after {
    width: 16vw;
    height: 1.0666666667vw;
  }
}

.c-title02 {
  font-size: 2rem;
  font-weight: 500;
  color: #5e89c6;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 4.8vw;
  }
}

.c-title03 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    font-size: 5.3333333333vw;
    padding-left: 4.2666666667vw;
  }
}

.c-title03::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.4rem;
  height: 4rem;
  background: #5e89c6;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03::after {
    top: 0.2666666667vw;
    width: 1.0666666667vw;
    height: 8vw;
  }
}

.c-txt01 {
  line-height: 2;
}

.c-txt02 {
  line-height: 1.6;
}

.c-box01 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 3%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01 {
    row-gap: 8vw;
  }
}

.c-box01__item {
  width: 48.5%;
  background: #e7f0f6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item {
    width: 100%;
  }
}

.c-box01__body {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body {
    padding: 2.6666666667vw;
  }
}

.c-box01__body p {
  line-height: 2;
}

.c-box02 {
  display: flex;
  background: #e7f0f6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02 {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-box02__head {
    width: 100%;
  }
}

.c-box02__body {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__body {
    width: 100%;
    padding: 2.6666666667vw;
  }
}

.c-box03 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  column-gap: 4%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 {
    row-gap: 10.6666666667vw;
  }
}

.c-box03__item {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item {
    width: 100%;
  }
}

.c-box03__item-title {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item-title {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #333333;
  }
}

.c-box03__item-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.1rem 1rem;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item-title span {
    padding: 0.2666666667vw 2.6666666667vw;
  }
}

.c-box03__item-title.v1 span {
  background: #476ba0;
}

.c-box03__item-title.v2 span {
  background: #9e2d31;
}

.c-box03__item-title.v3 span {
  background: #df7528;
}

.c-box03__item-title.v4 span {
  background: #5f9744;
}

.c-box03__item-title.v5 span {
  background: #217794;
}

.c-box03__item-title.v6 span {
  background: #422760;
}

.c-box03__item-title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item-title h3 {
    font-size: 5.3333333333vw;
    margin-top: 1.6vw;
  }
}

.c-box03__item-title.v1 h3 {
  color: #476ba0;
}

.c-box03__item-title.v2 h3 {
  color: #9e2d31;
}

.c-box03__item-title.v3 h3 {
  color: #df7528;
}

.c-box03__item-title.v4 h3 {
  color: #5f9744;
}

.c-box03__item-title.v5 h3 {
  color: #217794;
}

.c-box03__item-title.v6 h3 {
  color: #422760;
}

.c-box03__item p {
  line-height: 2;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item p {
    margin-top: 2.6666666667vw;
  }
}

.c-box03__item p small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item p small {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

.c-box04 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04 {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.c-box04__item {
  background: #ffffff;
  border-radius: 1rem;
  width: 31.5%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__item {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}

.c-box04__head {
  background: linear-gradient(90deg, #628ac7, #86cbf6);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  padding: 1.4rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__head {
    font-size: 5.3333333333vw;
    padding: 3.7333333333vw;
    border-top-right-radius: 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
  }
}

.c-box04__body {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__body {
    padding: 3.7333333333vw;
  }
}

.c-box04__body h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__body h4 {
    font-size: 5.3333333333vw;
  }
}

.c-box04__body p {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__body p {
    margin-top: 2.6666666667vw;
  }
}

.c-box05 {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05 {
    row-gap: 8vw;
  }
}

.c-box05__item {
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item {
    flex-direction: column;
    border-radius: 5.3333333333vw;
  }
}

.c-box05__img {
  width: 42.5%;
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__img {
    width: 100%;
  }
}

.c-box05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-box05__body {
  padding: 3rem 4rem;
  background: linear-gradient(90deg, #5e89c6, #c5eafb);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__body {
    padding: 5.3333333333vw;
  }
}

.c-box05__head {
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__head {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}

.c-box05__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__list {
    margin-top: 2.6666666667vw;
    column-gap: 1.6vw;
    row-gap: 1.6vw;
  }
}

.c-box05__list li {
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__list li {
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
    padding: 0.8vw 2.6666666667vw;
  }
}

.c-box06__content {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__content {
    margin-top: 16vw;
  }
}

.c-box06__content:first-child {
  margin-top: 0;
}

.c-box06__body {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__body {
    margin-top: 5.3333333333vw;
  }
}

.c-box06__item {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item {
    margin-top: 8vw;
  }
}

.c-box06__item:first-child {
  margin-top: 0;
}

.c-box06__item .c-title02 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item .c-title02 {
    margin-bottom: 2.6666666667vw;
  }
}

.c-box06__item.v2 .c-title02 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item.v2 .c-title02 {
    margin-bottom: 2.6666666667vw;
  }
}

.c-box06__item.v2 p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item.v2 p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-box06__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__list {
    row-gap: 2.6666666667vw;
  }
}

.c-box06__list li {
  padding-left: 1.6rem;
  position: relative;
  width: 33%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__list li {
    width: 100%;
    padding-left: 3.7333333333vw;
  }
}

.c-box06__list li::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #5e89c6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__list li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.4vw;
  }
}

.c-box06__item-img {
  max-width: 84.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item-img {
    width: 100%;
  }
}

.c-box07__item {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__item {
    margin-top: 8vw;
  }
}

.c-box07__item:first-child {
  margin-top: 0;
}

.c-box07__item .c-title02 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__item .c-title02 {
    margin-bottom: 2.6666666667vw;
  }
}

.c-box07__list li {
  padding-left: 1.6rem;
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__list li {
    padding-left: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box07__list li:first-child {
  margin-top: 0;
}

.c-box07__list li::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #5e89c6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__list li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.4vw;
  }
}

.c-box07__list02 li {
  list-style-type: none;
  counter-increment: cnt;
  margin-top: 1rem;
  padding-left: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__list02 li {
    padding-left: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box07__list02 li:first-child {
  margin-top: 0;
}

.c-box07__list02 li::before {
  content: counter(cnt) "）";
  position: absolute;
  top: 0;
  left: 0;
}

.c-headline {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-headline {
    margin-bottom: 8vw;
  }
}

.c-headline h2 {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: #e3000c;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-headline h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-headline h2 {
    font-size: 12.2666666667vw;
  }
}

.c-headline__sub {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-headline__sub {
    margin-top: 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print {
  .js-fade {
    opacity: 1;
    transform: none;
  }
}

.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-group > * {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print {
  .js-fade-group > * {
    opacity: 1;
    transform: none;
  }
}

.js-fade-group.is-active > * {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-group.is-active > *:nth-child(1) {
  transition-delay: 0s;
}

.js-fade-group.is-active > *:nth-child(2) {
  transition-delay: 0.12s;
}

.js-fade-group.is-active > *:nth-child(3) {
  transition-delay: 0.24s;
}

.js-fade-group.is-active > *:nth-child(4) {
  transition-delay: 0.36s;
}

.js-fade-group.is-active > *:nth-child(5) {
  transition-delay: 0.48s;
}

.js-fade-group.is-active > *:nth-child(6) {
  transition-delay: 0.6s;
}

.js-fade-group.is-active > *:nth-child(7) {
  transition-delay: 0.72s;
}

.js-fade-group.is-active > *:nth-child(8) {
  transition-delay: 0.84s;
}

.js-fade-group.is-active > *:nth-child(9) {
  transition-delay: 0.96s;
}

.js-fade-group.is-active > *:nth-child(10) {
  transition-delay: 1.08s;
}

.js-fade-group.is-active > *:nth-child(11) {
  transition-delay: 1.2s;
}

.js-fade-group.is-active > *:nth-child(12) {
  transition-delay: 1.32s;
}

@media (prefers-reduced-motion: reduce) {
  .js-fade,
.js-fade-group > * {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}
.is-red {
  color: #e3000c;
}

.p-hero {
  padding-top: 7.2rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero {
    padding-top: 21.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}

.p-hero__inner {
  position: relative;
}

.p-hero__slider {
  width: 100%;
  min-height: 67rem;
  padding-top: 4rem;
  padding-left: max(4rem, calc(50% - 550px));
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__slider {
    min-height: 136vw;
    padding-top: 8vw;
    padding-left: 4.2666666667vw;
  }
}

.p-hero__slider .swiper-wrapper {
  align-items: stretch;
}

.p-hero__slider .p-hero__slide {
  flex-shrink: 0;
  width: 24.8rem;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__slider .p-hero__slide {
    width: 44.2666666667vw;
  }
}

.p-hero__slider.is-ready .p-hero__slide {
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-hero__slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.p-hero__slider .swiper-slide-active {
  width: 34.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__slider .swiper-slide-active {
    width: 61.3333333333vw;
  }
}

.p-hero__visual {
  position: relative;
}

.p-hero__photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 342/480;
  filter: grayscale(1);
  transition: filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.swiper-slide-active .p-hero__photo {
  filter: grayscale(0);
}

.p-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero__num {
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  z-index: 2;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #e3000c;
  transition: top 0.8s cubic-bezier(0.22, 1, 0.36, 1), font-size 0.8s cubic-bezier(0.22, 1, 0.36, 1), color 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__num {
    font-size: 8vw;
    top: 0.5333333333vw;
  }
}

.swiper-slide-active .p-hero__num {
  top: -3rem;
  font-size: 6rem;
  color: #e3000c;
  text-shadow: none;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-active .p-hero__num {
    font-size: 11.7333333333vw;
    top: -5.8666666667vw;
  }
}

.p-hero__ribbons {
  position: absolute;
  top: 3.4rem;
  right: 3rem;
  z-index: 2;
  width: 9.8rem;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__ribbons {
    top: 5.8666666667vw;
    right: 5.3333333333vw;
    width: 17.6vw;
  }
}

.p-hero__ribbons img {
  width: 100%;
  height: auto;
}

.swiper-slide-active .p-hero__ribbons {
  opacity: 1;
  transition-delay: 0.25s;
}

.p-hero__descwrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-hero__descwrap > * {
  overflow: hidden;
}

.swiper-slide-active .p-hero__descwrap {
  grid-template-rows: 1fr;
  opacity: 1;
  transition-delay: 0.15s;
}

.p-hero__desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__desc {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.p-hero__meta {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__meta {
    column-gap: 2.6666666667vw;
  }
}

.swiper-slide-active .p-hero__meta {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-active .p-hero__meta {
    margin-top: 2.1333333333vw;
  }
}

.p-hero__tag {
  padding: 0.3rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background: #3c3c3c;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__tag {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
}

.p-hero__name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__name {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-hero__slide .p-hero__meta {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.0666666667vw;
  }
}

.p-hero__catch {
  position: absolute;
  right: max(4rem, calc(50% - 580px));
  bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.15;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__catch {
    position: static;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
.p-hero__catch.js-fade {
  transform: translateY(1.8rem);
  filter: blur(0.8rem);
  transition: opacity 1.6s cubic-bezier(0.16, 0.68, 0.28, 1) 0.7s, transform 1.6s cubic-bezier(0.16, 0.68, 0.28, 1) 0.7s, filter 1.6s cubic-bezier(0.16, 0.68, 0.28, 1) 0.7s;
}
.p-hero__catch.js-fade.is-active {
  filter: blur(0);
}

.p-hero__catch-line {
  display: block;
  padding-right: 26rem;
  font-size: 8.3rem;
  font-weight: 700;
  white-space: nowrap;
  transform: skewX(-12.79deg) scaleY(0.98);
  transform-origin: right center;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-hero__catch-line {
    padding-right: 12rem;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__catch-line {
    padding-right: 0;
    font-size: 10.1333333333vw;
    transform-origin: center;
  }
}
.p-hero__catch-line .is-sm {
  font-size: 6.7rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-hero__catch-line .is-sm {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-hero__catch-line .is-sm {
    font-size: 8vw;
  }
}

.p-hero__catch-line--2 {
  padding-right: 0;
}

.p-interview {
  padding: 10rem 0 14rem;
  position: relative;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-interview {
    padding: 18.6666666667vw 0;
  }
}

.p-interview .l-container {
  position: relative;
}

.p-interview__lead {
  margin-bottom: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-interview__lead {
    margin-bottom: 13.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.p-interview__msg {
  margin: 8rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-interview__msg {
    margin: 13.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
}

.p-interview__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 2rem;
}

.p-interview__voices {
  flex: 1;
  min-width: 0;
}

.p-interview__deco {
  z-index: 0;
  flex-shrink: 0;
  width: 16.4rem;
  pointer-events: none;
}
@media only screen and (max-width: 64em) {
  .p-interview__deco {
    display: none;
  }
}

.p-interview__deco img {
  width: 100%;
  height: auto;
}

.c-voice {
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 4rem;
  max-width: 84rem;
  padding: 4rem;
  margin-bottom: 4rem;
  background: #181818;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.c-voice:last-child {
  margin-bottom: 0;
}

.c-voice--shift {
  margin-left: auto;
}

.c-voice__photo {
  flex-shrink: 0;
  width: 24rem;
  overflow: hidden;
  aspect-ratio: 240/336;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__photo {
    width: 48vw;
    margin: 0 auto;
  }
}

.c-voice__photo img {
  width: 100%;
}

.c-voice__body {
  flex: 1;
  min-width: 0;
}

.c-voice__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__head {
    column-gap: 3.2vw;
  }
}

.c-voice__ribbons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}

.c-voice__ribbon {
  padding: 0.2rem 0.4rem 0.2rem 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #181818;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__ribbon {
    font-size: 4.8vw;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}

.c-voice__ribbon.v2 {
  letter-spacing: -0.01em;
  padding-left: 0;
}

.c-voice__name {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__name {
    font-size: 3.4666666667vw;
  }
}

.c-voice__text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.c-voice__catch {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  transform: skewX(-12.79deg);
  transform-origin: left center;
}
@media only screen and (max-width: 47.9375em) {
  .c-voice__catch {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.p-training {
  padding: 12rem 0 14rem;
  background: #181818;
}
@media only screen and (max-width: 47.9375em) {
  .p-training {
    padding: 21.3333333333vw 0;
  }
}

.p-training__interview {
  position: relative;
  display: flex;
  column-gap: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 64em) {
  .p-training__interview {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5.3333333333vw;
    column-gap: 0;
    margin-bottom: 13.3333333333vw;
  }
}

.p-training__interview-body-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 6rem;
  min-width: 0;
}
@media only screen and (max-width: 64em) {
  .p-training__interview-body-wrap {
    flex-direction: column-reverse;
    row-gap: 5.3333333333vw;
    column-gap: 0;
    width: 100%;
  }
}

.p-training__label {
  flex-shrink: 0;
  width: 8.4rem;
}
@media only screen and (max-width: 64em) {
  .p-training__label {
    width: 58.6666666667vw;
  }
}

.p-training__label img {
  width: 100%;
  height: auto;
}

.p-training__interview-body {
  flex: 1;
  min-width: 0;
}

.p-training__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__text {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-training__msg {
  margin-top: 3rem;
  padding: 2rem;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__msg {
    margin-top: 5.3333333333vw;
    padding: 4.8vw 4.2666666667vw;
  }
}

.p-training__msg-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  padding: 0.2rem 1rem;
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__msg-ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-training__msg p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__msg p {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-training__photo {
  position: relative;
  flex-shrink: 0;
  width: 38.8rem;
  overflow: hidden;
  aspect-ratio: 388/520;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__photo {
    width: 100%;
    aspect-ratio: 4/3;
  }
}

.p-training__photo img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__photo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.p-training__plate {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__plate {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.p-training__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  align-self: flex-start;
  padding: 0.1rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__role {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 2.1333333333vw;
  }
}

.p-training__pname {
  padding: 0.2rem 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  background: #ffffff;
  color: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__pname {
    font-size: 5.8666666667vw;
    padding: 0.2666666667vw 2.1333333333vw;
  }
}

.p-training__stepsrow {
  display: flex;
  align-items: flex-start;
  column-gap: 8rem;
}

.p-training__side {
  flex-shrink: 0;
  width: 8.4rem;
}
@media only screen and (max-width: 64em) {
  .p-training__side {
    display: none;
  }
}

.p-training__side img {
  width: 100%;
  height: auto;
}

.p-training {
  position: relative;
}

.p-training__steps {
  position: relative;
  flex: 1;
  min-width: 0;
}

.p-training__step {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 4rem;
  margin-top: 5.6rem;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2.6666666667vw;
    column-gap: 0;
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-training__step:first-child {
  margin-top: 0;
}

.p-training__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  width: 3.2rem;
  height: 1.6rem;
  background: #e3000c;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step:not(:last-child)::after {
    bottom: -6.9333333333vw;
    width: 6.4vw;
    height: 3.2vw;
  }
}

.p-training__step:nth-child(3)::after {
  content: none;
}

.p-training__step-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  width: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step-head {
    width: auto;
    column-gap: 3.7333333333vw;
  }
}

.p-training__step-num {
  flex-shrink: 0;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #e3000c;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step-num {
    font-size: 7.4666666667vw;
  }
}

.p-training__step-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step-ttl {
    font-size: 4.8vw;
  }
}

.p-training__step-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__step-txt {
    font-size: 3.4666666667vw;
  }
}

.p-training__note {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-training__note {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-oneday {
  padding: 12rem 0 14rem;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday {
    padding: 21.3333333333vw 0;
  }
}

.p-oneday__inner {
  display: flex;
  column-gap: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-oneday__inner {
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__inner {
    flex-direction: column;
    row-gap: 8vw;
  }
}

.p-oneday__timeline {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-left: 15.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__timeline {
    padding-left: 24vw;
  }
}

.p-oneday__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: -4.35rem;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__item:not(:last-child)::after {
    top: 3.0666666667vw;
    left: -6.1333333333vw;
  }
}

.p-oneday__item {
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__item {
    padding-bottom: 6.4vw;
  }
}

.p-oneday__item:last-child {
  padding-bottom: 0;
}

.p-oneday__time {
  position: absolute;
  top: 0;
  left: -15.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 3rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background: #e3000c;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__time {
    left: -24vw;
    width: 12.8vw;
    height: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

.p-oneday__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -5rem;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  background: #e3000c;
  border-radius: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__item::before {
    top: 1.6vw;
    left: -7.4666666667vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

.p-oneday__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__ttl {
    font-size: 4.2666666667vw;
  }
}

.p-oneday__txt {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__txt {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-oneday__photos {
  flex-shrink: 0;
  width: 42rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-oneday__photos {
    width: 32rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-oneday__photos {
    width: 100%;
    row-gap: 3.7333333333vw;
  }
}

.p-oneday__photos figure {
  overflow: hidden;
  aspect-ratio: 420/280;
}

.p-oneday__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-numbers {
  padding: 12rem 0 14rem;
  background: #181818;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers {
    padding: 21.3333333333vw 0;
  }
}

.p-numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__grid {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}

.p-numbers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  text-align: center;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__card {
    padding: 6.4vw 5.3333333333vw 7.4666666667vw;
  }
}

.p-numbers__label {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__label {
    font-size: 4.8vw;
  }
}

.p-numbers__stat {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__stat {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
}
.p-numbers__stat .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  padding: 0.6rem 1rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 5rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__stat .num {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 10.6666666667vw;
  }
}

.p-numbers__card.v2 .num {
  padding: 0.6rem 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__card.v2 .num {
    padding: 0.5333333333vw 4.2666666667vw;
  }
}

.p-numbers__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__icon {
    width: 21.3333333333vw;
    margin: 3.7333333333vw 0;
  }
}

.p-numbers__icon img {
  width: 100%;
  height: auto;
}

.p-numbers__txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 47.9375em) {
  .p-numbers__txt {
    font-size: 3.4666666667vw;
  }
}

.p-message {
  padding: 12rem 0 0;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-message {
    padding: 16vw 0 0;
  }
}

.p-message__subttl {
  margin-bottom: 2.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__subttl {
    margin-bottom: 4.2666666667vw;
    font-size: 4.8vw;
  }
}

.p-message__inner {
  display: flex;
  column-gap: 6rem;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__inner {
    flex-direction: column-reverse;
    row-gap: 6.4vw;
  }
}

.p-message__body {
  flex: 1;
  min-width: 0;
}

.p-message__body p {
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__body p {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-message__body p + p {
  margin-top: 0.4rem;
}

.p-message__photo {
  position: relative;
  flex-shrink: 0;
  width: 38.8rem;
  overflow: hidden;
  aspect-ratio: 388/520;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__photo {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 335/300;
  }
}

.p-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__photo img {
    object-position: center top;
  }
}

.p-message__plate {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__plate {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.p-message__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  align-self: flex-start;
  padding: 0.1rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__role {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 2.1333333333vw;
  }
}

.p-message__pname {
  padding: 0.2rem 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #333333;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__pname {
    font-size: 5.8666666667vw;
    padding: 0.2666666667vw 2.1333333333vw;
  }
}

.p-values {
  position: relative;
  padding: 8rem 0 0;
  background: #242424;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-values {
    padding: 16vw 0 0;
  }
}

.p-values .l-container {
  position: relative;
}

.p-values__bg {
  position: absolute;
  inset: 0 2rem;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__bg {
    inset: 0 5.3333333333vw;
  }
}

.p-values__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, 0.7);
}

.p-values__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-values__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  padding: 8rem 5.3rem 8rem 6.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8vw;
    padding: 5.3333333333vw;
  }
}

.p-values__ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__ttl {
    font-size: 6.9333333333vw;
  }
}
.p-values__ttl .is-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  padding: 0.3rem 1.2rem 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__ttl .is-mark {
    padding: 0.2666666667vw 2.6666666667vw 1.0666666667vw;
  }
}

.p-values__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__list {
    row-gap: 1.6vw;
  }
}

.p-values__list li {
  display: flex;
  align-items: stretch;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__list li {
    column-gap: 2.1333333333vw;
  }
}

.p-values__no {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__no {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    font-size: 4.8vw;
  }
}

.p-values__label {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 4.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #181818;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-values__label {
    padding: 0 2.6666666667vw;
    font-size: 4.8vw;
    height: 9.0666666667vw;
  }
}

.p-recruit {
  padding: 14rem 0;
  background: #242424;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit {
    padding: 21.3333333333vw 0;
  }
}

.p-recruit__block {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__block {
    margin-top: 13.3333333333vw;
  }
}

.p-recruit__block:first-child {
  margin-top: 0;
}

.p-recruit__head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e3000c;
  align-self: flex-start;
  padding: 0.3rem 1rem;
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__head {
    padding: 0.5333333333vw 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}

.p-recruit__head--bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__head--bar {
    font-size: 4.8vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
}

.p-recruit__toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__toggle {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.p-recruit__toggle::before,
.p-recruit__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 0.4rem;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__toggle::before,
.p-recruit__toggle::after {
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}

.p-recruit__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-recruit__block.is-open .p-recruit__toggle::after {
  opacity: 0;
}

.p-recruit__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.p-recruit__panel > * {
  overflow: hidden;
}

.p-recruit__block.is-open .p-recruit__panel {
  grid-template-rows: 1fr;
}

.p-recruit__row {
  display: flex;
  column-gap: 4rem;
  padding: 2.4rem 2rem;
  border-bottom: 1px solid #505050;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__row {
    flex-direction: column;
    row-gap: 1.6vw;
    column-gap: 0;
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #505050;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__row:first-child {
    padding-top: 0;
  }
}

.p-recruit__row dt {
  flex-shrink: 0;
  width: 20rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__row dt {
    width: auto;
    font-size: 4.2666666667vw;
  }
}

.p-recruit__row dd {
  flex: 1;
  min-width: 0;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__row dd {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.p-recruit__row dd strong {
  display: block;
  font-weight: 700;
}

.p-entry {
  background: #e3000c;
}

.p-entry__link {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  max-width: 1140px;
  padding: 10rem 0;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__link {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-entry__link:hover {
    opacity: 0.85;
  }
}
@media print {
  .p-entry__link:hover {
    opacity: 0.85;
  }
}
.p-entry__en {
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__en {
    font-size: 12.8vw;
    margin: 0 auto;
  }
}

.p-entry__body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__body {
    width: 100%;
    column-gap: 4.2666666667vw;
    justify-content: space-between;
  }
}

.p-entry__catch {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__catch {
    font-size: 4.2666666667vw;
  }
}
.p-entry__catch .is-strong {
  font-size: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__catch .is-strong {
    font-size: 5.3333333333vw;
  }
}

.p-entry__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.p-entry__arrow img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .p-interview__deco-sp {
    width: 90%;
    margin-bottom: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-interview__deco-sp02 {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-training__side-sp {
    width: 40%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-training__side-sp {
    width: 40%;
    margin-bottom: 5.3333333333vw;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mr-0 {
  margin-right: 0rem;
}
.u-ml-0 {
  margin-left: 0rem;
}
.u-mt-5 {
  margin-top: 0.5rem;
}
.u-mb-5 {
  margin-bottom: 0.5rem;
}
.u-mr-5 {
  margin-right: 0.5rem;
}
.u-ml-5 {
  margin-left: 0.5rem;
}
.u-mt-10 {
  margin-top: 1rem;
}
.u-mb-10 {
  margin-bottom: 1rem;
}
.u-mr-10 {
  margin-right: 1rem;
}
.u-ml-10 {
  margin-left: 1rem;
}
.u-mt-15 {
  margin-top: 1.5rem;
}
.u-mb-15 {
  margin-bottom: 1.5rem;
}
.u-mr-15 {
  margin-right: 1.5rem;
}
.u-ml-15 {
  margin-left: 1.5rem;
}
.u-mt-20 {
  margin-top: 2rem;
}
.u-mb-20 {
  margin-bottom: 2rem;
}
.u-mr-20 {
  margin-right: 2rem;
}
.u-ml-20 {
  margin-left: 2rem;
}
.u-mt-25 {
  margin-top: 2.5rem;
}
.u-mb-25 {
  margin-bottom: 2.5rem;
}
.u-mr-25 {
  margin-right: 2.5rem;
}
.u-ml-25 {
  margin-left: 2.5rem;
}
.u-mt-30 {
  margin-top: 3rem;
}
.u-mb-30 {
  margin-bottom: 3rem;
}
.u-mr-30 {
  margin-right: 3rem;
}
.u-ml-30 {
  margin-left: 3rem;
}
.u-mt-35 {
  margin-top: 3.5rem;
}
.u-mb-35 {
  margin-bottom: 3.5rem;
}
.u-mr-35 {
  margin-right: 3.5rem;
}
.u-ml-35 {
  margin-left: 3.5rem;
}
.u-mt-40 {
  margin-top: 4rem;
}
.u-mb-40 {
  margin-bottom: 4rem;
}
.u-mr-40 {
  margin-right: 4rem;
}
.u-ml-40 {
  margin-left: 4rem;
}
.u-mt-45 {
  margin-top: 4.5rem;
}
.u-mb-45 {
  margin-bottom: 4.5rem;
}
.u-mr-45 {
  margin-right: 4.5rem;
}
.u-ml-45 {
  margin-left: 4.5rem;
}
.u-mt-50 {
  margin-top: 5rem;
}
.u-mb-50 {
  margin-bottom: 5rem;
}
.u-mr-50 {
  margin-right: 5rem;
}
.u-ml-50 {
  margin-left: 5rem;
}
.u-mt-55 {
  margin-top: 5.5rem;
}
.u-mb-55 {
  margin-bottom: 5.5rem;
}
.u-mr-55 {
  margin-right: 5.5rem;
}
.u-ml-55 {
  margin-left: 5.5rem;
}
.u-mt-60 {
  margin-top: 6rem;
}
.u-mb-60 {
  margin-bottom: 6rem;
}
.u-mr-60 {
  margin-right: 6rem;
}
.u-ml-60 {
  margin-left: 6rem;
}
.u-mt-65 {
  margin-top: 6.5rem;
}
.u-mb-65 {
  margin-bottom: 6.5rem;
}
.u-mr-65 {
  margin-right: 6.5rem;
}
.u-ml-65 {
  margin-left: 6.5rem;
}
.u-mt-70 {
  margin-top: 7rem;
}
.u-mb-70 {
  margin-bottom: 7rem;
}
.u-mr-70 {
  margin-right: 7rem;
}
.u-ml-70 {
  margin-left: 7rem;
}
.u-mt-75 {
  margin-top: 7.5rem;
}
.u-mb-75 {
  margin-bottom: 7.5rem;
}
.u-mr-75 {
  margin-right: 7.5rem;
}
.u-ml-75 {
  margin-left: 7.5rem;
}
.u-mt-80 {
  margin-top: 8rem;
}
.u-mb-80 {
  margin-bottom: 8rem;
}
.u-mr-80 {
  margin-right: 8rem;
}
.u-ml-80 {
  margin-left: 8rem;
}
.u-mt-85 {
  margin-top: 8.5rem;
}
.u-mb-85 {
  margin-bottom: 8.5rem;
}
.u-mr-85 {
  margin-right: 8.5rem;
}
.u-ml-85 {
  margin-left: 8.5rem;
}
.u-mt-90 {
  margin-top: 9rem;
}
.u-mb-90 {
  margin-bottom: 9rem;
}
.u-mr-90 {
  margin-right: 9rem;
}
.u-ml-90 {
  margin-left: 9rem;
}
.u-mt-95 {
  margin-top: 9.5rem;
}
.u-mb-95 {
  margin-bottom: 9.5rem;
}
.u-mr-95 {
  margin-right: 9.5rem;
}
.u-ml-95 {
  margin-left: 9.5rem;
}
.u-mt-100 {
  margin-top: 10rem;
}
.u-mb-100 {
  margin-bottom: 10rem;
}
.u-mr-100 {
  margin-right: 10rem;
}
.u-ml-100 {
  margin-left: 10rem;
}
.u-mt-105 {
  margin-top: 10.5rem;
}
.u-mb-105 {
  margin-bottom: 10.5rem;
}
.u-mr-105 {
  margin-right: 10.5rem;
}
.u-ml-105 {
  margin-left: 10.5rem;
}
.u-mt-110 {
  margin-top: 11rem;
}
.u-mb-110 {
  margin-bottom: 11rem;
}
.u-mr-110 {
  margin-right: 11rem;
}
.u-ml-110 {
  margin-left: 11rem;
}
.u-mt-115 {
  margin-top: 11.5rem;
}
.u-mb-115 {
  margin-bottom: 11.5rem;
}
.u-mr-115 {
  margin-right: 11.5rem;
}
.u-ml-115 {
  margin-left: 11.5rem;
}
.u-mt-120 {
  margin-top: 12rem;
}
.u-mb-120 {
  margin-bottom: 12rem;
}
.u-mr-120 {
  margin-right: 12rem;
}
.u-ml-120 {
  margin-left: 12rem;
}
.u-mt-125 {
  margin-top: 12.5rem;
}
.u-mb-125 {
  margin-bottom: 12.5rem;
}
.u-mr-125 {
  margin-right: 12.5rem;
}
.u-ml-125 {
  margin-left: 12.5rem;
}
.u-mt-130 {
  margin-top: 13rem;
}
.u-mb-130 {
  margin-bottom: 13rem;
}
.u-mr-130 {
  margin-right: 13rem;
}
.u-ml-130 {
  margin-left: 13rem;
}
.u-mt-135 {
  margin-top: 13.5rem;
}
.u-mb-135 {
  margin-bottom: 13.5rem;
}
.u-mr-135 {
  margin-right: 13.5rem;
}
.u-ml-135 {
  margin-left: 13.5rem;
}
.u-mt-140 {
  margin-top: 14rem;
}
.u-mb-140 {
  margin-bottom: 14rem;
}
.u-mr-140 {
  margin-right: 14rem;
}
.u-ml-140 {
  margin-left: 14rem;
}
.u-mt-145 {
  margin-top: 14.5rem;
}
.u-mb-145 {
  margin-bottom: 14.5rem;
}
.u-mr-145 {
  margin-right: 14.5rem;
}
.u-ml-145 {
  margin-left: 14.5rem;
}
.u-mt-150 {
  margin-top: 15rem;
}
.u-mb-150 {
  margin-bottom: 15rem;
}
.u-mr-150 {
  margin-right: 15rem;
}
.u-ml-150 {
  margin-left: 15rem;
}
.u-mt-155 {
  margin-top: 15.5rem;
}
.u-mb-155 {
  margin-bottom: 15.5rem;
}
.u-mr-155 {
  margin-right: 15.5rem;
}
.u-ml-155 {
  margin-left: 15.5rem;
}
.u-mt-160 {
  margin-top: 16rem;
}
.u-mb-160 {
  margin-bottom: 16rem;
}
.u-mr-160 {
  margin-right: 16rem;
}
.u-ml-160 {
  margin-left: 16rem;
}
.u-mt-165 {
  margin-top: 16.5rem;
}
.u-mb-165 {
  margin-bottom: 16.5rem;
}
.u-mr-165 {
  margin-right: 16.5rem;
}
.u-ml-165 {
  margin-left: 16.5rem;
}
.u-mt-170 {
  margin-top: 17rem;
}
.u-mb-170 {
  margin-bottom: 17rem;
}
.u-mr-170 {
  margin-right: 17rem;
}
.u-ml-170 {
  margin-left: 17rem;
}
.u-mt-175 {
  margin-top: 17.5rem;
}
.u-mb-175 {
  margin-bottom: 17.5rem;
}
.u-mr-175 {
  margin-right: 17.5rem;
}
.u-ml-175 {
  margin-left: 17.5rem;
}
.u-mt-180 {
  margin-top: 18rem;
}
.u-mb-180 {
  margin-bottom: 18rem;
}
.u-mr-180 {
  margin-right: 18rem;
}
.u-ml-180 {
  margin-left: 18rem;
}
.u-mt-185 {
  margin-top: 18.5rem;
}
.u-mb-185 {
  margin-bottom: 18.5rem;
}
.u-mr-185 {
  margin-right: 18.5rem;
}
.u-ml-185 {
  margin-left: 18.5rem;
}
.u-mt-190 {
  margin-top: 19rem;
}
.u-mb-190 {
  margin-bottom: 19rem;
}
.u-mr-190 {
  margin-right: 19rem;
}
.u-ml-190 {
  margin-left: 19rem;
}
.u-mt-195 {
  margin-top: 19.5rem;
}
.u-mb-195 {
  margin-bottom: 19.5rem;
}
.u-mr-195 {
  margin-right: 19.5rem;
}
.u-ml-195 {
  margin-left: 19.5rem;
}
.u-mt-200 {
  margin-top: 20rem;
}
.u-mb-200 {
  margin-bottom: 20rem;
}
.u-mr-200 {
  margin-right: 20rem;
}
.u-ml-200 {
  margin-left: 20rem;
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }
  .u-mb-tb-0 {
    margin-bottom: 0rem;
  }
  .u-mr-tb-0 {
    margin-right: 0rem;
  }
  .u-ml-tb-0 {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }
  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }
  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }
  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }
  .u-mr-tb-10 {
    margin-right: 1rem;
  }
  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }
  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }
  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }
  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }
  .u-mr-tb-20 {
    margin-right: 2rem;
  }
  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }
  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }
  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }
  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }
  .u-mr-tb-30 {
    margin-right: 3rem;
  }
  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }
  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }
  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }
  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }
  .u-mr-tb-40 {
    margin-right: 4rem;
  }
  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }
  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }
  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }
  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }
  .u-mr-tb-50 {
    margin-right: 5rem;
  }
  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }
  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }
  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }
  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }
  .u-mr-tb-60 {
    margin-right: 6rem;
  }
  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }
  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }
  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }
  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }
  .u-mr-tb-70 {
    margin-right: 7rem;
  }
  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }
  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }
  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }
  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }
  .u-mr-tb-80 {
    margin-right: 8rem;
  }
  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }
  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }
  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }
  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }
  .u-mr-tb-90 {
    margin-right: 9rem;
  }
  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }
  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }
  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }
  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }
  .u-mr-tb-100 {
    margin-right: 10rem;
  }
  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }
  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }
  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }
  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }
  .u-mr-tb-110 {
    margin-right: 11rem;
  }
  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }
  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }
  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }
  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }
  .u-mr-tb-120 {
    margin-right: 12rem;
  }
  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }
  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }
  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }
  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }
  .u-mr-tb-130 {
    margin-right: 13rem;
  }
  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }
  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }
  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }
  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }
  .u-mr-tb-140 {
    margin-right: 14rem;
  }
  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }
  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }
  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }
  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }
  .u-mr-tb-150 {
    margin-right: 15rem;
  }
  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }
  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }
  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }
  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }
  .u-mr-tb-160 {
    margin-right: 16rem;
  }
  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }
  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }
  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }
  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }
  .u-mr-tb-170 {
    margin-right: 17rem;
  }
  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }
  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }
  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }
  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }
  .u-mr-tb-180 {
    margin-right: 18rem;
  }
  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }
  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }
  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }
  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }
  .u-mr-tb-190 {
    margin-right: 19rem;
  }
  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }
  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }
  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }
  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }
  .u-mr-tb-200 {
    margin-right: 20rem;
  }
  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 64.0625em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */