@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  width: 100%;
  min-height: 100%;
  font-size: 2.6666666667vw;
}
@media (min-width: 769px) {
  html {
    overflow-x: hidden;
    font-size: 0.7320644217vw;
  }
}
@media (min-width: 1367px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html.is-overFlowHidden {
    height: 100%;
    overflow-y: hidden;
  }
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #16211C;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body.is-overFlowHidden {
    height: 100%;
    overflow-y: hidden;
  }
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
a {
  transition-duration: 0.4s;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
}

summary {
  list-style: none;
  cursor: pointer;
}

/*
  main
--------------------------------------*/
.l-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*
  header
--------------------------------------*/
.l-header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
/*
  main
--------------------------------------*/
.l-main {
  position: relative;
  display: block;
  flex: 1;
}

/*
  container
--------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .l-container {
    max-width: 100rem;
  }
}
@media (max-width: 768px) {
  .l-container.--default {
    padding-inline: 5.3333333333vw;
  }
}
.l-container-narrow {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .l-container-narrow {
    max-width: 88rem;
  }
}
@media (max-width: 768px) {
  .l-container-narrow.--default {
    padding-inline: 5.3333333333vw;
  }
}
.l-container-wide {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .l-container-wide {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .l-container-wide.--default {
    padding-inline: 5.3333333333vw;
  }
}

/*
  grid
--------------------------------------*/
.l-grid:not(.--no-block-editor) > .wp-block-group__inner-container {
  display: grid;
}
@media (max-width: 768px) {
  .l-grid:not(.--no-block-editor) > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.l-grid.--no-block-editor {
  display: grid;
}
@media (max-width: 768px) {
  .l-grid.--no-block-editor {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .l-grid.--pc.--col-2:not(.--no-block-editor) > .wp-block-group__inner-container, .l-grid.--pc.--col-3:not(.--no-block-editor) > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .l-grid.--pc.--col-2.--no-block-editor, .l-grid.--pc.--col-3.--no-block-editor {
    grid-template-columns: 1fr;
  }
}
.l-grid.--col-2:not(.--no-block-editor) > .wp-block-group__inner-container {
  grid-template-columns: repeat(2, 1fr);
}
.l-grid.--col-2.--no-block-editor {
  grid-template-columns: repeat(2, 1fr);
}
.l-grid.--col-3:not(.--no-block-editor) > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, 1fr);
}
.l-grid.--col-3.--no-block-editor {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 769px) {
  .l-grid.--gap-40:not(.--no-block-editor) > .wp-block-group__inner-container {
    gap: 4rem 2rem;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-40.--no-block-editor {
    gap: 4rem 2rem;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-50:not(.--no-block-editor) > .wp-block-group__inner-container {
    gap: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .l-grid.--gap-50.--no-block-editor {
    gap: 26.6666666667vw;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-50.--no-block-editor {
    gap: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .l-grid.--gap-70:not(.--no-block-editor) > .wp-block-group__inner-container {
    gap: 6.6666666667vw;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-70:not(.--no-block-editor) > .wp-block-group__inner-container {
    gap: 7rem 2rem;
  }
}
@media (max-width: 768px) {
  .l-grid.--gap-70.--no-block-editor {
    gap: 6.6666666667vw;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-70.--no-block-editor {
    gap: 7rem 2rem;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-80:not(.--no-block-editor) > .wp-block-group__inner-container {
    gap: 8rem 4rem;
  }
}
@media (min-width: 769px) {
  .l-grid.--gap-80.--no-block-editor {
    gap: 8rem 4rem;
  }
}
@media (min-width: 769px) {
  .l-grid__col:not(.--no-block-editor) > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .l-grid__col.--no-block-editor {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

/*
  header
--------------------------------------*/
.c-header {
  width: 100%;
  background-color: rgba(36, 48, 118, 0.5);
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .c-header {
    padding: 3.3333333333vw 0;
  }
}
@media (min-width: 769px) {
  .c-header {
    padding: 2.4rem 3rem;
  }
}
.c-header.is-scrolled {
  background-color: #243076;
}
.c-headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .c-headerContainer {
    height: 7.5rem;
  }
}
@media (min-width: 769px) {
  .c-headerContainer {
    height: 7.5rem;
  }
}
.c-headerLogo {
  color: #fff;
}
.c-headerLogo__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-headerLogo__textArea {
  display: flex;
  flex-direction: column;
  margin-left: 0.8rem;
}
.c-headerLogo__siteName {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-headerLogo__siteName {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .c-headerLogo__siteName {
    font-size: 1.6rem;
  }
}
.c-headerLogo__description {
  font-size: 0.8rem;
}
.c-headerNav__list {
  display: flex;
}
.c-headerNav__item {
  color: #fff;
}
.c-headerNav__item:not(:first-child) {
  margin-left: 1em;
}
.c-headerNav__link {
  color: inherit;
}

@media (max-width: 768px) {
  .c-header-toggle {
    z-index: 2000;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .c-header-toggle {
    display: none;
  }
}
.c-header-toggle__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333vw;
  width: 12.2666666667vw;
  aspect-ratio: 1/1;
  background-color: #243076;
  border-radius: 100vmax;
  transition-duration: 0.4s;
}
.c-header-toggle__btn.is-active {
  rotate: 90deg;
}
.c-header-toggle__line {
  display: block;
  width: 6.1333333333vw;
  height: 0.6666666667vw;
  background-color: #fff;
}

/*
  gnav
--------------------------------------*/
@media (max-width: 768px) {
  .c-gnav-area {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-gnav-area.is-active {
    z-index: 1000;
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13.3333333333vw;
    width: 100%;
    height: 100dvh;
    background-color: rgba(36, 48, 118, 0.9);
  }
}

.c-gnav {
  display: flex;
  align-items: center;
}
.c-gnav__open {
  z-index: 1002;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-gnav__open {
    width: 4rem;
    height: 4rem;
  }
}
.c-gnav__open.--top {
  background-color: #06A359;
}
@media (min-width: 769px) {
  .c-gnav__open.--top {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media (max-width: 768px) {
  .c-gnav__open.--common {
    background-color: #06A359;
  }
}
@media (min-width: 769px) {
  .c-gnav__open.--common {
    width: 4.8rem;
    height: 4.8rem;
    background-color: #fff;
  }
}
.c-gnav__menu {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .c-gnav__menu {
    width: 1.8rem;
    height: 1.3rem;
  }
}
@media (min-width: 769px) {
  .c-gnav__menu.--top {
    width: 2.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 769px) {
  .c-gnav__menu.--common {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.c-gnav__list {
  display: flex;
}
@media (max-width: 768px) {
  .c-gnav__list {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .c-gnav__list {
    gap: 3rem;
  }
}
.c-gnav__item {
  letter-spacing: 0.14em;
  color: #fff;
}
@media (max-width: 768px) {
  .c-gnav__item {
    text-align: center;
    line-height: 2.5;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-gnav__item {
    line-height: 1;
  }
}
.c-gnav__link {
  position: relative;
  display: block;
  color: #fff;
}
@media (min-width: 769px) {
  .c-gnav__link {
    transition-duration: 0.4s;
  }
}
@media (min-width: 769px) {
  .c-gnav__link:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .c-gnav-logo {
    width: 28vw;
  }
}
@media (min-width: 769px) {
  .c-gnav-logo {
    display: none;
  }
}
.c-gnav-logo__img {
  width: 100%;
}

/*
  card
--------------------------------------*/
.c-card-area > .wp-block-group__inner-container {
  display: grid;
}
@media (max-width: 768px) {
  .c-card-area > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
@media (min-width: 769px) {
  .c-card-area > .wp-block-group__inner-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.c-card {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
@media (min-width: 769px) {
  .c-card {
    border-radius: 2rem 2rem 0 0;
  }
}
.c-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-card__heading {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #243076;
}
@media (max-width: 768px) {
  .c-card__heading {
    padding-block: 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.125;
  }
}
@media (min-width: 769px) {
  .c-card__heading {
    padding-block: 1.4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-card__body {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .c-card__body {
    padding-block: 1.5rem;
  }
}
.c-card__body > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .c-card__body > .wp-block-group__inner-container {
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .c-card__body > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .c-card__img {
    max-width: 14.8rem;
  }
}
@media (max-width: 768px) {
  .c-card__textArea {
    flex: none;
    width: 41.6vw;
  }
}
@media (min-width: 769px) {
  .c-card__textArea {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .c-card__description {
    padding-left: 5.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.3125;
  }
}
@media (min-width: 769px) {
  .c-card__description {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
@media (max-width: 768px) {
  .c-card__link {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-card__link {
    margin-top: 1.5rem;
  }
}
.c-card__link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #243076;
  border: 1px solid #243076;
  border-radius: 100vmax;
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .c-card__link a {
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    padding-block: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-card__link a {
    padding-inline: 5rem;
    padding-block: 1.4rem;
    font-size: 1.6rem;
  }
}
.c-card__link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url("../images/common/icon/icon_chevron_right_navy.svg") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-card__link a::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-card__link a::after {
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
.c-card__link a:hover {
  color: #fff;
  background-color: #243076;
}
.c-card__link a:hover::after {
  background-image: url("../images/common/icon/icon_chevron_right_white.svg");
}

/*
  footer
--------------------------------------*/
.c-footer {
  width: 100%;
  color: #fff;
  background-color: #243076;
}
@media (max-width: 768px) {
  .c-footer {
    padding: 6.6666666667vw 0;
    border-radius: 9.3333333333vw 9.3333333333vw 0 0;
  }
}
@media (min-width: 769px) {
  .c-footer {
    padding: 8rem 0 4rem;
    border-radius: 7rem 7rem 0 0;
  }
}
.c-footer a {
  color: #fff;
}
@media (max-width: 768px) {
  .c-footer__inner {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 769px) {
  .c-footer__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-footer__logo a {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-footer__logo a img {
    width: 20.2666666667vw;
  }
}
.c-footer__CompanyDetails {
  line-height: 2;
}
@media (max-width: 768px) {
  .c-footer__CompanyDetails {
    margin-top: 8vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .c-footer__CompanyDetails {
    margin-top: 3.8rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .c-footer__linkArea {
    margin-top: 8vw;
    padding-inline: 4vw;
  }
}
.c-footer__nav .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .c-footer__nav .menu {
    gap: 0 4vw;
    font-size: 4vw;
    line-height: 2.1;
  }
}
@media (min-width: 769px) {
  .c-footer__nav .menu {
    gap: 0 7rem;
  }
}
@media (max-width: 768px) {
  .c-footer__snsArea {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .c-footer__snsArea {
    margin-top: 6rem;
  }
}
.c-footer__sns {
  display: flex;
}
@media (min-width: 769px) {
  .c-footer__sns {
    justify-content: flex-end;
  }
}
.c-footer__sns > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-footer__sns > .wp-block-group__inner-container {
    gap: 5.8666666667vw;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .c-footer__sns > .wp-block-group__inner-container {
    gap: 2.4rem;
  }
}
.c-footer__credit {
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-footer__credit {
    margin-top: 7.2vw;
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-footer__credit {
    margin-top: 14rem;
    font-size: 1.2rem;
  }
}

/*
  scroll
--------------------------------------*/
.c-scroll {
  position: absolute;
  width: 18rem;
  padding-left: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #06A359;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media (max-width: 768px) {
  .c-scroll {
    right: 2.5rem;
    top: 71.8rem;
    padding-bottom: 0.4rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  .c-scroll {
    right: 5.6rem;
    padding-bottom: 0.7rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .c-scroll.--top {
    top: 81.42rem;
  }
}
@media (min-width: 769px) {
  .c-scroll:not(.--top) {
    top: 83.5rem;
  }
}
.c-scroll::before, .c-scroll::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #06A359;
}
.c-scroll::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  transform: translateX(0.4rem);
}
.c-scroll::after {
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  transform: translateY(0.3rem);
}
@media (max-width: 768px) {
  .c-scroll:not(.--top) {
    display: none;
  }
}

/*
  heading
--------------------------------------*/
.c-heading > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .c-heading.--break > .wp-block-group__inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-heading.--tutor > .wp-block-group__inner-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c-heading__text {
  line-height: 1;
}
.c-heading__text.--en {
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .c-heading__text.--en {
    font-size: 9.6vw;
  }
}
@media (min-width: 769px) {
  .c-heading__text.--en {
    font-size: 4.8rem;
  }
}
.c-heading__text.--en.--tutor {
  font-weight: 300;
  text-transform: none;
  color: #243076;
}
@media (max-width: 768px) {
  .c-heading__text.--en.--tutor {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-heading__text.--en.--tutor {
    font-size: 2.2rem;
  }
}
.c-heading__text.--jp {
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-heading__text.--jp {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-heading__text.--jp {
    font-size: 2.4rem;
  }
}
.c-heading__text.--jp.--tutor {
  color: #243076;
}
@media (max-width: 768px) {
  .c-heading__text.--jp.--tutor {
    font-size: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .c-heading__text.--jp.--tutor {
    font-size: 3rem;
  }
}

/*
  pagination
--------------------------------------*/
/*
  button
--------------------------------------*/
.c-btnArea > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #243076;
  border: 1px solid #243076;
  border-radius: 100vmax;
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .c-btn a {
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    padding-block: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-btn a {
    padding-inline: 5rem;
    padding-block: 1.4rem;
    font-size: 1.6rem;
  }
}
.c-btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn.--primary a, .c-btn.--navy a {
  color: #fff;
  background-color: #243076;
}
.c-btn.--primary a:hover, .c-btn.--navy a:hover {
  opacity: 0.6;
}
.c-btn.--chevron-right-white a::after {
  background-image: url("../images/common/icon/icon_chevron_right_white.svg");
}
@media (max-width: 768px) {
  .c-btn.--chevron-right-white a::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-btn.--chevron-right-white a::after {
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
.c-btn.--chevron-right-navy a::after {
  background-image: url("../images/common/icon/icon_chevron_right_navy.svg");
}
@media (max-width: 768px) {
  .c-btn.--chevron-right-navy a::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-btn.--chevron-right-navy a::after {
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}

/*
  table
--------------------------------------*/
.c-table {
  width: 100%;
}
@media (max-width: 768px) {
  .c-table tbody th,
  .c-table tbody td {
    display: block;
    font-size: 4.2666666667vw;
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .c-table tbody th,
  .c-table tbody td {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}
.c-table tbody th {
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-table tbody th {
    padding-top: 2.8rem;
  }
}
@media (min-width: 769px) {
  .c-table tbody th {
    padding-left: 4rem;
    vertical-align: middle;
    text-align: left;
    border-bottom: dotted 0.2rem #16211C;
  }
}
.c-table tbody td {
  border-bottom: dotted 0.2rem #16211C;
}
@media (max-width: 768px) {
  .c-table tbody td {
    padding: 0 1em 1em !important;
  }
}
/*
  form
--------------------------------------*/
@media (min-width: 769px) {
  form__block, .c-form__block {
    display: flex;
    flex-wrap: wrap;
  }
}
form__hd, .c-form__hd {
  font-weight: bold;
}
@media (max-width: 768px) {
  form__hd, .c-form__hd {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 769px) {
  form__hd, .c-form__hd {
    width: 20rem;
    margin-bottom: 4rem;
    padding-top: 1.5rem;
    line-height: 1;
  }
}
form__label, .c-form__label {
  display: inline-block;
}
form__tag, .c-form__tag {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.1rem 1.2rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  border-radius: 0.4rem;
}
form__tag.--optional, .c-form__tag.--optional {
  color: #fff;
  background-color: #008848;
}
form__tag.--required, .c-form__tag.--required {
  color: #fff;
  background-color: #EB0000;
}
@media (max-width: 768px) {
  form__data, .c-form__data {
    margin-bottom: 5.6rem;
  }
}
@media (min-width: 769px) {
  form__data, .c-form__data {
    width: calc(100% - 22.4rem);
    margin-bottom: 4rem;
  }
}
form__textarea, .c-form__textarea {
  width: 100%;
  padding: 0.9rem 0.5em;
  border: solid 0.1rem #f4f4f4;
}
@media (max-width: 768px) {
  form__textarea, .c-form__textarea {
    height: 15rem;
  }
}
@media (min-width: 769px) {
  form__textarea, .c-form__textarea {
    height: 20rem;
  }
}
form__input, form__select, .c-form__input, .c-form__select {
  width: 100%;
  height: 5rem;
  padding: 0.9rem 0.5em;
  border: solid 0.1rem #707070;
}
form__select, .c-form__select {
  background-image: url("../images/common/icon/icon_down_green.svg");
  background-position: right 1.7rem center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  form__select, .c-form__select {
    background-size: 1.7rem auto;
  }
}
@media (min-width: 769px) {
  form__select, .c-form__select {
    background-size: 2.4rem auto;
  }
}
form__checkbox input[type=checkbox], .c-form__checkbox input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.6rem;
  border: solid 0.1rem #707070;
}
form__checkbox .wpcf7-list-item, .c-form__checkbox .wpcf7-list-item {
  margin: 0;
}
form input[type=submit], .c-form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  letter-spacing: 0.14em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #06A359;
  background-color: #fff;
  border: solid 0.3rem #06A359;
  transition-duration: 0.4s;
}
form input[type=submit]:hover, .c-form input[type=submit]:hover {
  color: #fff;
  background-color: #06A359;
}
@media (min-width: 769px) {
  form input[type=submit], .c-form input[type=submit] {
    width: 36rem;
  }
}

/*
  section
--------------------------------------*/
@media (max-width: 768px) {
  .c-section {
    padding-block: 16vw;
  }
}
@media (min-width: 769px) {
  .c-section {
    padding-block: 6.4rem;
  }
}
.c-section.--bg-lightgrey {
  background-color: #f4f4f4;
}
.c-section.--bg-white {
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-section__inner {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .c-section__inner {
    margin-top: 7rem;
  }
}
.c-section__inner.--white {
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-section__inner.--rounded {
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .c-section__inner.--rounded {
    padding: 8rem 12rem;
    border-radius: 4rem;
  }
}
.c-section__heading {
  color: #243076;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-section__heading {
    font-size: 6.4vw;
    line-height: 1.2916666667;
  }
}
@media (min-width: 769px) {
  .c-section__heading {
    font-size: 2.4rem;
  }
}
.c-section__lead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-section__lead {
    font-size: 4.8vw;
    line-height: 1.2777777778;
  }
}
@media (min-width: 769px) {
  .c-section__lead {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .c-section__lead.--has-space-top {
    margin-top: 6.4vw;
  }
}
@media (min-width: 769px) {
  .c-section__lead.--has-space-top {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .c-section__description {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
@media (min-width: 769px) {
  .c-section__description {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .c-section__description.--has-space-top {
    margin-top: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-section__description.--has-space-top {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .c-section__description.--has-space-top-narrow {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-section__description.--has-space-top-narrow {
    margin-top: 1em;
  }
}

/*
  thumbnail
--------------------------------------*/
.c-thumbnail.--rounded-left-top {
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-thumbnail.--rounded-left-top.--r76 {
    border-top-left-radius: 10.1333333333vw;
  }
}
@media (min-width: 769px) {
  .c-thumbnail.--rounded-left-top.--r76 {
    border-top-left-radius: 7.6rem;
  }
}
@media (max-width: 768px) {
  .c-thumbnail.--rounded-left-top-sp {
    border-top-left-radius: 10.1333333333vw;
  }
}
.c-thumbnail.--tutor {
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-thumbnail.--tutor {
    width: 100%;
    aspect-ratio: 668/374;
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .c-thumbnail.--tutor {
    width: min(100%, 76.8rem);
    aspect-ratio: 768/355;
    margin-top: 4rem;
  }
}
.c-thumbnail.--tutor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-thumbnail.--square {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-thumbnail.--square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-thumbnail__link {
  transition-duration: 0.4s;
}
.c-thumbnail__link:hover {
  opacity: 0.8;
}

/*
  fv
--------------------------------------*/
.c-fv {
  position: relative;
}
@media (max-width: 768px) {
  .c-fv {
    aspect-ratio: 750/1034;
  }
}
@media (min-width: 769px) {
  .c-fv {
    aspect-ratio: 1280/416;
  }
}
.c-fv__container {
  position: relative;
  height: 100%;
}
.c-fv__textArea {
  z-index: 1;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .c-fv__textArea {
    left: 0;
    bottom: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-fv__textArea {
    bottom: 4rem;
  }
}
.c-fv__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #243076;
}
@media (max-width: 768px) {
  .c-fv__heading {
    margin-top: 2.9333333333vw;
    padding-block: 2.9333333333vw;
    padding-right: 3.8666666667vw;
    font-size: 4.5333333333vw;
  }
}
@media (min-width: 769px) {
  .c-fv__heading {
    margin-top: 2.2rem;
    padding-block: 1.2rem;
    padding-right: 3.4rem;
    font-size: 2.6rem;
  }
}
.c-fv__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #243076;
}
.c-fv__text {
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .c-fv__text {
    margin-top: 2vw;
    font-size: 9.3333333333vw;
    line-height: 1.0285714286;
  }
}
@media (min-width: 769px) {
  .c-fv__text {
    margin-top: 1.3rem;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.15;
  }
}
.c-fv__catchcopy {
  line-height: 1.1111111111;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  .c-fv__catchcopy {
    margin-top: 3.7333333333vw;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-fv__catchcopy {
    margin-top: 2.6rem;
    font-size: 3rem;
  }
}
.c-fv__imgArea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-fv__imgArea > .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
.c-fv__img {
  width: 100%;
  height: 100%;
}
.c-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
  labelBox
--------------------------------------*/
.c-labelBox.--horizontal > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-labelBox.--horizontal > .wp-block-group__inner-container {
    gap: 4vw;
  }
}
@media (min-width: 769px) {
  .c-labelBox.--horizontal > .wp-block-group__inner-container {
    gap: 3.6rem;
  }
}
.c-labelBox.--vertical > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .c-labelBox.--vertical > .wp-block-group__inner-container {
    gap: 4vw;
  }
}
@media (min-width: 769px) {
  .c-labelBox.--vertical > .wp-block-group__inner-container {
    gap: 1.8rem;
  }
}
.c-labelBox__heading {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #243076;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .c-labelBox__heading {
    padding: 2vw 4vw;
    min-width: 26.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-labelBox__heading {
    padding: 1rem 1.5rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .c-labelBox__heading.--w152 {
    width: 15.2rem;
  }
}
.c-labelBox__heading.--en {
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 768px) {
  .c-labelBox__heading.--en {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-labelBox__heading.--en {
    font-size: 2.4rem;
  }
}

/*
  borderBox
--------------------------------------*/
.c-borderBox {
  flex: 1;
  border: solid 1px #16211C;
}
@media (max-width: 768px) {
  .c-borderBox {
    padding: 4vw;
  }
}
@media (min-width: 769px) {
  .c-borderBox {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .c-borderBox.--has-space-top {
    margin-top: 4vw;
  }
}
@media (min-width: 769px) {
  .c-borderBox.--has-space-top {
    margin-top: 1.5rem;
  }
}

/*
  list
--------------------------------------*/
.c-list.--disc {
  list-style-type: disc;
  padding-left: 1em;
}
.c-list.--num {
  list-style-type: decimal;
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .c-list__item {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
@media (min-width: 769px) {
  .c-list__item {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .c-list__item.--has-space-top {
    margin-top: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-list__item.--has-space-top {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .c-list__item.--has-space-top-narrow {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-list__item.--has-space-top-narrow {
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  .c-list__item.--text-sm {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
@media (min-width: 769px) {
  .c-list__item.--text-sm {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/*
  tag
--------------------------------------*/
.c-tag > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #243076;
  border-radius: 0 100vmax 100vmax 0;
}
@media (max-width: 768px) {
  .c-tag > .wp-block-group__inner-container {
    gap: 1.3333333333vw;
    margin-top: 3.0666666667vw;
    padding: 1.0666666667vw 1.8666666667vw;
  }
}
@media (min-width: 769px) {
  .c-tag > .wp-block-group__inner-container {
    gap: 1rem;
    margin-top: 2rem;
    padding: 0.5rem 1.4rem;
  }
}
.c-tag__img {
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-tag__img {
    display: flex;
    width: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-tag__img {
    width: 2.8rem;
  }
}
.c-tag__text {
  color: #fff;
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .c-tag__text {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-tag__text {
    font-size: 1.6rem;
  }
}

/*
  post
--------------------------------------*/
.c-post {
  width: 100%;
}
.c-post.--archive {
  display: flex;
  flex-direction: column;
}
.c-post__header {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  border-top: solid 1px #16211C;
}
@media (max-width: 768px) {
  .c-post__header {
    gap: 12.6666666667vw;
    padding-top: 4.6666666667vw;
  }
}
@media (min-width: 769px) {
  .c-post__header {
    gap: 4.5rem;
    padding-top: 2rem;
  }
}
.c-post__title {
  line-height: 1.5;
}
.c-post__title.--archive {
  order: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .c-post__title.--archive {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-post__title.--archive {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}
.c-post__title.--single {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
}
@media (max-width: 768px) {
  .c-post__title.--single {
    font-size: 8vw;
  }
}
@media (min-width: 769px) {
  .c-post__title.--single {
    font-size: 3rem;
  }
}
.c-post__sub.--archive {
  order: 0;
}
@media (max-width: 768px) {
  .c-post__sub.--archive {
    display: flex;
    flex-direction: column-reverse;
    gap: 4vw;
  }
}
.c-post__date {
  font-weight: 300;
}
@media (max-width: 768px) {
  .c-post__date {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-post__date {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-post__date .--archive {
    font-size: 4.2666666667vw;
  }
}
.c-post__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-post__cat {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-post__cat {
    font-size: 1.2rem;
  }
}
.c-post__cat a {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #243076;
}
.c-post__figure {
  width: 100%;
}
@media (max-width: 768px) {
  .c-post__figure {
    margin-block: 6.6666666667vw;
  }
}
@media (min-width: 769px) {
  .c-post__figure {
    margin-block: 5rem;
  }
}
.c-post__figure img {
  display: block;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .c-post__content {
    font-size: 4vw;
    line-height: 1.9333333333;
  }
}
@media (min-width: 769px) {
  .c-post__content {
    font-size: 1.6rem;
    line-height: 1.9333333333;
  }
}
.c-post__content h2 {
  margin-block: 5rem;
  color: #243076;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-post__content h2 {
    font-size: 6.4vw;
    line-height: 1.2916666667;
  }
}
@media (min-width: 769px) {
  .c-post__content h2 {
    font-size: 2.4rem;
  }
}
.c-post__content h3 {
  margin-block: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-post__content h3 {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-post__content h3 {
    font-size: 2.4rem;
  }
}
.c-post__content h3.--tutor {
  color: #243076;
}
@media (max-width: 768px) {
  .c-post__content h3.--tutor {
    font-size: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .c-post__content h3.--tutor {
    font-size: 3rem;
  }
}
.c-post__content h4, .c-post__content h5, .c-post__content h6 {
  margin-block: 3rem;
  font-weight: bold;
}
.c-post__content p + p {
  margin-top: 1em;
}
.c-post__content ul, .c-post__content ol {
  margin-block: 1em;
  list-style-type: disc;
  padding-left: 1em;
}
.c-post__content ul li + li, .c-post__content ol li + li {
  margin-top: 1em;
}
.c-post__content ul li {
  list-style-type: disc;
}
.c-post__content ol li {
  list-style-type: decimal;
}
.c-post__content a {
  text-decoration: underline;
}
.c-post__content figure {
  margin-block: 3rem;
}
.c-post__more {
  order: 2;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.c-post__more-link {
  position: relative;
  display: block;
  border-bottom: solid 1px #16211C;
}
@media (max-width: 768px) {
  .c-post__more-link {
    margin-top: 10vw;
    padding-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-post__more-link {
    padding-block: 1rem;
    font-size: 1.6rem;
  }
}
.c-post__more-link:hover::after {
  right: 0;
}
.c-post__more-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  aspect-ratio: 1/1;
  content: "";
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .c-post__more-link::after {
    right: 0;
    width: 4vw;
    background: url("../images/common/icon/icon_chevron_right_navy.svg") center center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .c-post__more-link::after {
    right: 0.5rem;
    width: 1rem;
    background: url("../images/common/icon/icon_wedge_right_navy.svg") center center/contain no-repeat;
  }
}

.c-postNav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .c-postNav {
    margin-top: 18.4vw;
  }
}
@media (min-width: 769px) {
  .c-postNav {
    margin-top: 12rem;
  }
}
.c-postNav__item, .c-postNav__link {
  text-align: center;
}
@media (max-width: 768px) {
  .c-postNav__item, .c-postNav__link {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .c-postNav__item, .c-postNav__link {
    font-size: 1.6rem;
  }
}
.c-postNav__item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-postNav__link {
  position: relative;
  display: block;
  padding-bottom: 0.2em;
}
.c-postNav__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #16211C;
}
.c-postNav__icon.--previous {
  transform: rotate(180deg);
}

/*
  colors
--------------------------------------*/
.u-color-white {
  color: #fff !important;
}
.u-color-navy {
  color: #243076 !important;
}
.u-color-green {
  color: #008848 !important;
}
.u-color-lightgreen {
  color: #06A359 !important;
}

/*
  position
--------------------------------------*/
.u-position-relative {
  position: relative;
}
@media (max-width: 768px) {
  .u-position-relative-sp {
    position: relative;
  }
}
@media (min-width: 769px) {
  .u-position-relative-pc {
    position: relative;
  }
}

.u-position-absolute {
  position: absolute;
}
@media (max-width: 768px) {
  .u-position-absolute-sp {
    position: absolute;
  }
}
@media (min-width: 769px) {
  .u-position-absolute-pc {
    position: absolute;
  }
}

/*
  display
--------------------------------------*/
.u-display-block {
  display: block;
}
@media (max-width: 768px) {
  .u-display-block-sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .u-display-block-pc {
    display: block;
  }
}
.u-display-none {
  display: none;
}
@media (max-width: 768px) {
  .u-display-none-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .u-display-none-pc {
    display: none;
  }
}

/*
  flex
--------------------------------------*/
.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}
.u-justify-spaceBetween {
  justify-content: space-between;
}
.u-justify-end {
  justify-content: flex-end;
}

.u-alignItems-center {
  align-items: center;
}
.u-alignItems-end {
  align-items: flex-end;
}

/*
  size
--------------------------------------*/
.w-5 {
  width: 0.5rem !important;
}

.w-6 {
  width: 0.6rem !important;
}

.w-7 {
  width: 0.7rem !important;
}

.w-8 {
  width: 0.8rem !important;
}

.w-9 {
  width: 0.9rem !important;
}

.w-10 {
  width: 1rem !important;
}

.w-11 {
  width: 1.1rem !important;
}

.w-12 {
  width: 1.2rem !important;
}

.w-13 {
  width: 1.3rem !important;
}

.w-14 {
  width: 1.4rem !important;
}

.w-15 {
  width: 1.5rem !important;
}

.w-16 {
  width: 1.6rem !important;
}

.w-17 {
  width: 1.7rem !important;
}

.w-18 {
  width: 1.8rem !important;
}

.w-19 {
  width: 1.9rem !important;
}

.w-20 {
  width: 2rem !important;
}

.w-21 {
  width: 2.1rem !important;
}

.w-22 {
  width: 2.2rem !important;
}

.w-23 {
  width: 2.3rem !important;
}

.w-24 {
  width: 2.4rem !important;
}

.w-25 {
  width: 2.5rem !important;
}

.w-26 {
  width: 2.6rem !important;
}

.w-27 {
  width: 2.7rem !important;
}

.w-28 {
  width: 2.8rem !important;
}

.w-29 {
  width: 2.9rem !important;
}

.w-30 {
  width: 3rem !important;
}

.w-31 {
  width: 3.1rem !important;
}

.w-32 {
  width: 3.2rem !important;
}

.w-33 {
  width: 3.3rem !important;
}

.w-34 {
  width: 3.4rem !important;
}

.w-35 {
  width: 3.5rem !important;
}

.w-36 {
  width: 3.6rem !important;
}

.w-37 {
  width: 3.7rem !important;
}

.w-38 {
  width: 3.8rem !important;
}

.w-39 {
  width: 3.9rem !important;
}

.w-40 {
  width: 4rem !important;
}

.w-41 {
  width: 4.1rem !important;
}

.w-42 {
  width: 4.2rem !important;
}

.w-43 {
  width: 4.3rem !important;
}

.w-44 {
  width: 4.4rem !important;
}

.w-45 {
  width: 4.5rem !important;
}

.w-46 {
  width: 4.6rem !important;
}

.w-47 {
  width: 4.7rem !important;
}

.w-48 {
  width: 4.8rem !important;
}

.w-49 {
  width: 4.9rem !important;
}

.w-50 {
  width: 5rem !important;
}

.w-51 {
  width: 5.1rem !important;
}

.w-52 {
  width: 5.2rem !important;
}

.w-53 {
  width: 5.3rem !important;
}

.w-54 {
  width: 5.4rem !important;
}

.w-55 {
  width: 5.5rem !important;
}

.w-56 {
  width: 5.6rem !important;
}

.w-57 {
  width: 5.7rem !important;
}

.w-58 {
  width: 5.8rem !important;
}

.w-59 {
  width: 5.9rem !important;
}

.w-60 {
  width: 6rem !important;
}

.w-61 {
  width: 6.1rem !important;
}

.w-62 {
  width: 6.2rem !important;
}

.w-63 {
  width: 6.3rem !important;
}

.w-64 {
  width: 6.4rem !important;
}

.w-65 {
  width: 6.5rem !important;
}

.w-66 {
  width: 6.6rem !important;
}

.w-67 {
  width: 6.7rem !important;
}

.w-68 {
  width: 6.8rem !important;
}

.w-69 {
  width: 6.9rem !important;
}

.w-70 {
  width: 7rem !important;
}

.w-71 {
  width: 7.1rem !important;
}

.w-72 {
  width: 7.2rem !important;
}

.w-73 {
  width: 7.3rem !important;
}

.w-74 {
  width: 7.4rem !important;
}

.w-75 {
  width: 7.5rem !important;
}

.w-76 {
  width: 7.6rem !important;
}

.w-77 {
  width: 7.7rem !important;
}

.w-78 {
  width: 7.8rem !important;
}

.w-79 {
  width: 7.9rem !important;
}

.w-80 {
  width: 8rem !important;
}

.w-81 {
  width: 8.1rem !important;
}

.w-82 {
  width: 8.2rem !important;
}

.w-83 {
  width: 8.3rem !important;
}

.w-84 {
  width: 8.4rem !important;
}

.w-85 {
  width: 8.5rem !important;
}

.w-86 {
  width: 8.6rem !important;
}

.w-87 {
  width: 8.7rem !important;
}

.w-88 {
  width: 8.8rem !important;
}

.w-89 {
  width: 8.9rem !important;
}

.w-90 {
  width: 9rem !important;
}

.w-91 {
  width: 9.1rem !important;
}

.w-92 {
  width: 9.2rem !important;
}

.w-93 {
  width: 9.3rem !important;
}

.w-94 {
  width: 9.4rem !important;
}

.w-95 {
  width: 9.5rem !important;
}

.w-96 {
  width: 9.6rem !important;
}

.w-97 {
  width: 9.7rem !important;
}

.w-98 {
  width: 9.8rem !important;
}

.w-99 {
  width: 9.9rem !important;
}

.w-100 {
  width: 10rem !important;
}

.h-5 {
  height: 0.5rem !important;
}

.h-6 {
  height: 0.6rem !important;
}

.h-7 {
  height: 0.7rem !important;
}

.h-8 {
  height: 0.8rem !important;
}

.h-9 {
  height: 0.9rem !important;
}

.h-10 {
  height: 1rem !important;
}

.h-11 {
  height: 1.1rem !important;
}

.h-12 {
  height: 1.2rem !important;
}

.h-13 {
  height: 1.3rem !important;
}

.h-14 {
  height: 1.4rem !important;
}

.h-15 {
  height: 1.5rem !important;
}

.h-16 {
  height: 1.6rem !important;
}

.h-17 {
  height: 1.7rem !important;
}

.h-18 {
  height: 1.8rem !important;
}

.h-19 {
  height: 1.9rem !important;
}

.h-20 {
  height: 2rem !important;
}

.h-21 {
  height: 2.1rem !important;
}

.h-22 {
  height: 2.2rem !important;
}

.h-23 {
  height: 2.3rem !important;
}

.h-24 {
  height: 2.4rem !important;
}

.h-25 {
  height: 2.5rem !important;
}

.h-26 {
  height: 2.6rem !important;
}

.h-27 {
  height: 2.7rem !important;
}

.h-28 {
  height: 2.8rem !important;
}

.h-29 {
  height: 2.9rem !important;
}

.h-30 {
  height: 3rem !important;
}

.h-31 {
  height: 3.1rem !important;
}

.h-32 {
  height: 3.2rem !important;
}

.h-33 {
  height: 3.3rem !important;
}

.h-34 {
  height: 3.4rem !important;
}

.h-35 {
  height: 3.5rem !important;
}

.h-36 {
  height: 3.6rem !important;
}

.h-37 {
  height: 3.7rem !important;
}

.h-38 {
  height: 3.8rem !important;
}

.h-39 {
  height: 3.9rem !important;
}

.h-40 {
  height: 4rem !important;
}

.h-41 {
  height: 4.1rem !important;
}

.h-42 {
  height: 4.2rem !important;
}

.h-43 {
  height: 4.3rem !important;
}

.h-44 {
  height: 4.4rem !important;
}

.h-45 {
  height: 4.5rem !important;
}

.h-46 {
  height: 4.6rem !important;
}

.h-47 {
  height: 4.7rem !important;
}

.h-48 {
  height: 4.8rem !important;
}

.h-49 {
  height: 4.9rem !important;
}

.h-50 {
  height: 5rem !important;
}

.h-51 {
  height: 5.1rem !important;
}

.h-52 {
  height: 5.2rem !important;
}

.h-53 {
  height: 5.3rem !important;
}

.h-54 {
  height: 5.4rem !important;
}

.h-55 {
  height: 5.5rem !important;
}

.h-56 {
  height: 5.6rem !important;
}

.h-57 {
  height: 5.7rem !important;
}

.h-58 {
  height: 5.8rem !important;
}

.h-59 {
  height: 5.9rem !important;
}

.h-60 {
  height: 6rem !important;
}

.h-61 {
  height: 6.1rem !important;
}

.h-62 {
  height: 6.2rem !important;
}

.h-63 {
  height: 6.3rem !important;
}

.h-64 {
  height: 6.4rem !important;
}

.h-65 {
  height: 6.5rem !important;
}

.h-66 {
  height: 6.6rem !important;
}

.h-67 {
  height: 6.7rem !important;
}

.h-68 {
  height: 6.8rem !important;
}

.h-69 {
  height: 6.9rem !important;
}

.h-70 {
  height: 7rem !important;
}

.h-71 {
  height: 7.1rem !important;
}

.h-72 {
  height: 7.2rem !important;
}

.h-73 {
  height: 7.3rem !important;
}

.h-74 {
  height: 7.4rem !important;
}

.h-75 {
  height: 7.5rem !important;
}

.h-76 {
  height: 7.6rem !important;
}

.h-77 {
  height: 7.7rem !important;
}

.h-78 {
  height: 7.8rem !important;
}

.h-79 {
  height: 7.9rem !important;
}

.h-80 {
  height: 8rem !important;
}

.h-81 {
  height: 8.1rem !important;
}

.h-82 {
  height: 8.2rem !important;
}

.h-83 {
  height: 8.3rem !important;
}

.h-84 {
  height: 8.4rem !important;
}

.h-85 {
  height: 8.5rem !important;
}

.h-86 {
  height: 8.6rem !important;
}

.h-87 {
  height: 8.7rem !important;
}

.h-88 {
  height: 8.8rem !important;
}

.h-89 {
  height: 8.9rem !important;
}

.h-90 {
  height: 9rem !important;
}

.h-91 {
  height: 9.1rem !important;
}

.h-92 {
  height: 9.2rem !important;
}

.h-93 {
  height: 9.3rem !important;
}

.h-94 {
  height: 9.4rem !important;
}

.h-95 {
  height: 9.5rem !important;
}

.h-96 {
  height: 9.6rem !important;
}

.h-97 {
  height: 9.7rem !important;
}

.h-98 {
  height: 9.8rem !important;
}

.h-99 {
  height: 9.9rem !important;
}

.h-100 {
  height: 10rem !important;
}

/*
  spacing
--------------------------------------*/
/* margin */
.u-ml-auto {
  margin-left: auto;
}
@media (max-width: 768px) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}

.u-mr-auto {
  margin-right: auto;
}
@media (max-width: 768px) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .u-mx-auto-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .u-mx-auto-pc {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-11 {
  margin-top: 1.1rem !important;
}

.u-mt-12 {
  margin-top: 1.2rem !important;
}

.u-mt-13 {
  margin-top: 1.3rem !important;
}

.u-mt-14 {
  margin-top: 1.4rem !important;
}

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

.u-mt-16 {
  margin-top: 1.6rem !important;
}

.u-mt-17 {
  margin-top: 1.7rem !important;
}

.u-mt-18 {
  margin-top: 1.8rem !important;
}

.u-mt-19 {
  margin-top: 1.9rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-21 {
  margin-top: 2.1rem !important;
}

.u-mt-22 {
  margin-top: 2.2rem !important;
}

.u-mt-23 {
  margin-top: 2.3rem !important;
}

.u-mt-24 {
  margin-top: 2.4rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-26 {
  margin-top: 2.6rem !important;
}

.u-mt-27 {
  margin-top: 2.7rem !important;
}

.u-mt-28 {
  margin-top: 2.8rem !important;
}

.u-mt-29 {
  margin-top: 2.9rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-31 {
  margin-top: 3.1rem !important;
}

.u-mt-32 {
  margin-top: 3.2rem !important;
}

.u-mt-33 {
  margin-top: 3.3rem !important;
}

.u-mt-34 {
  margin-top: 3.4rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-36 {
  margin-top: 3.6rem !important;
}

.u-mt-37 {
  margin-top: 3.7rem !important;
}

.u-mt-38 {
  margin-top: 3.8rem !important;
}

.u-mt-39 {
  margin-top: 3.9rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-41 {
  margin-top: 4.1rem !important;
}

.u-mt-42 {
  margin-top: 4.2rem !important;
}

.u-mt-43 {
  margin-top: 4.3rem !important;
}

.u-mt-44 {
  margin-top: 4.4rem !important;
}

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

.u-mt-46 {
  margin-top: 4.6rem !important;
}

.u-mt-47 {
  margin-top: 4.7rem !important;
}

.u-mt-48 {
  margin-top: 4.8rem !important;
}

.u-mt-49 {
  margin-top: 4.9rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-51 {
  margin-top: 5.1rem !important;
}

.u-mt-52 {
  margin-top: 5.2rem !important;
}

.u-mt-53 {
  margin-top: 5.3rem !important;
}

.u-mt-54 {
  margin-top: 5.4rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-56 {
  margin-top: 5.6rem !important;
}

.u-mt-57 {
  margin-top: 5.7rem !important;
}

.u-mt-58 {
  margin-top: 5.8rem !important;
}

.u-mt-59 {
  margin-top: 5.9rem !important;
}

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

.u-mt-61 {
  margin-top: 6.1rem !important;
}

.u-mt-62 {
  margin-top: 6.2rem !important;
}

.u-mt-63 {
  margin-top: 6.3rem !important;
}

.u-mt-64 {
  margin-top: 6.4rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-66 {
  margin-top: 6.6rem !important;
}

.u-mt-67 {
  margin-top: 6.7rem !important;
}

.u-mt-68 {
  margin-top: 6.8rem !important;
}

.u-mt-69 {
  margin-top: 6.9rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-71 {
  margin-top: 7.1rem !important;
}

.u-mt-72 {
  margin-top: 7.2rem !important;
}

.u-mt-73 {
  margin-top: 7.3rem !important;
}

.u-mt-74 {
  margin-top: 7.4rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-76 {
  margin-top: 7.6rem !important;
}

.u-mt-77 {
  margin-top: 7.7rem !important;
}

.u-mt-78 {
  margin-top: 7.8rem !important;
}

.u-mt-79 {
  margin-top: 7.9rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

@media (max-width: 768px) {
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-11 {
    margin-top: 1.1rem !important;
  }
  .u-mt-sp-12 {
    margin-top: 1.2rem !important;
  }
  .u-mt-sp-13 {
    margin-top: 1.3rem !important;
  }
  .u-mt-sp-14 {
    margin-top: 1.4rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-16 {
    margin-top: 1.6rem !important;
  }
  .u-mt-sp-17 {
    margin-top: 1.7rem !important;
  }
  .u-mt-sp-18 {
    margin-top: 1.8rem !important;
  }
  .u-mt-sp-19 {
    margin-top: 1.9rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-21 {
    margin-top: 2.1rem !important;
  }
  .u-mt-sp-22 {
    margin-top: 2.2rem !important;
  }
  .u-mt-sp-23 {
    margin-top: 2.3rem !important;
  }
  .u-mt-sp-24 {
    margin-top: 2.4rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-26 {
    margin-top: 2.6rem !important;
  }
  .u-mt-sp-27 {
    margin-top: 2.7rem !important;
  }
  .u-mt-sp-28 {
    margin-top: 2.8rem !important;
  }
  .u-mt-sp-29 {
    margin-top: 2.9rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-31 {
    margin-top: 3.1rem !important;
  }
  .u-mt-sp-32 {
    margin-top: 3.2rem !important;
  }
  .u-mt-sp-33 {
    margin-top: 3.3rem !important;
  }
  .u-mt-sp-34 {
    margin-top: 3.4rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-36 {
    margin-top: 3.6rem !important;
  }
  .u-mt-sp-37 {
    margin-top: 3.7rem !important;
  }
  .u-mt-sp-38 {
    margin-top: 3.8rem !important;
  }
  .u-mt-sp-39 {
    margin-top: 3.9rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-41 {
    margin-top: 4.1rem !important;
  }
  .u-mt-sp-42 {
    margin-top: 4.2rem !important;
  }
  .u-mt-sp-43 {
    margin-top: 4.3rem !important;
  }
  .u-mt-sp-44 {
    margin-top: 4.4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-46 {
    margin-top: 4.6rem !important;
  }
  .u-mt-sp-47 {
    margin-top: 4.7rem !important;
  }
  .u-mt-sp-48 {
    margin-top: 4.8rem !important;
  }
  .u-mt-sp-49 {
    margin-top: 4.9rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-51 {
    margin-top: 5.1rem !important;
  }
  .u-mt-sp-52 {
    margin-top: 5.2rem !important;
  }
  .u-mt-sp-53 {
    margin-top: 5.3rem !important;
  }
  .u-mt-sp-54 {
    margin-top: 5.4rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-56 {
    margin-top: 5.6rem !important;
  }
  .u-mt-sp-57 {
    margin-top: 5.7rem !important;
  }
  .u-mt-sp-58 {
    margin-top: 5.8rem !important;
  }
  .u-mt-sp-59 {
    margin-top: 5.9rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-61 {
    margin-top: 6.1rem !important;
  }
  .u-mt-sp-62 {
    margin-top: 6.2rem !important;
  }
  .u-mt-sp-63 {
    margin-top: 6.3rem !important;
  }
  .u-mt-sp-64 {
    margin-top: 6.4rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-66 {
    margin-top: 6.6rem !important;
  }
  .u-mt-sp-67 {
    margin-top: 6.7rem !important;
  }
  .u-mt-sp-68 {
    margin-top: 6.8rem !important;
  }
  .u-mt-sp-69 {
    margin-top: 6.9rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-71 {
    margin-top: 7.1rem !important;
  }
  .u-mt-sp-72 {
    margin-top: 7.2rem !important;
  }
  .u-mt-sp-73 {
    margin-top: 7.3rem !important;
  }
  .u-mt-sp-74 {
    margin-top: 7.4rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-76 {
    margin-top: 7.6rem !important;
  }
  .u-mt-sp-77 {
    margin-top: 7.7rem !important;
  }
  .u-mt-sp-78 {
    margin-top: 7.8rem !important;
  }
  .u-mt-sp-79 {
    margin-top: 7.9rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-mt-pc-10 {
    margin-top: 1rem !important;
  }
  .u-mt-pc-11 {
    margin-top: 1.1rem !important;
  }
  .u-mt-pc-12 {
    margin-top: 1.2rem !important;
  }
  .u-mt-pc-13 {
    margin-top: 1.3rem !important;
  }
  .u-mt-pc-14 {
    margin-top: 1.4rem !important;
  }
  .u-mt-pc-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-pc-16 {
    margin-top: 1.6rem !important;
  }
  .u-mt-pc-17 {
    margin-top: 1.7rem !important;
  }
  .u-mt-pc-18 {
    margin-top: 1.8rem !important;
  }
  .u-mt-pc-19 {
    margin-top: 1.9rem !important;
  }
  .u-mt-pc-20 {
    margin-top: 2rem !important;
  }
  .u-mt-pc-21 {
    margin-top: 2.1rem !important;
  }
  .u-mt-pc-22 {
    margin-top: 2.2rem !important;
  }
  .u-mt-pc-23 {
    margin-top: 2.3rem !important;
  }
  .u-mt-pc-24 {
    margin-top: 2.4rem !important;
  }
  .u-mt-pc-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-pc-26 {
    margin-top: 2.6rem !important;
  }
  .u-mt-pc-27 {
    margin-top: 2.7rem !important;
  }
  .u-mt-pc-28 {
    margin-top: 2.8rem !important;
  }
  .u-mt-pc-29 {
    margin-top: 2.9rem !important;
  }
  .u-mt-pc-30 {
    margin-top: 3rem !important;
  }
  .u-mt-pc-31 {
    margin-top: 3.1rem !important;
  }
  .u-mt-pc-32 {
    margin-top: 3.2rem !important;
  }
  .u-mt-pc-33 {
    margin-top: 3.3rem !important;
  }
  .u-mt-pc-34 {
    margin-top: 3.4rem !important;
  }
  .u-mt-pc-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-pc-36 {
    margin-top: 3.6rem !important;
  }
  .u-mt-pc-37 {
    margin-top: 3.7rem !important;
  }
  .u-mt-pc-38 {
    margin-top: 3.8rem !important;
  }
  .u-mt-pc-39 {
    margin-top: 3.9rem !important;
  }
  .u-mt-pc-40 {
    margin-top: 4rem !important;
  }
  .u-mt-pc-41 {
    margin-top: 4.1rem !important;
  }
  .u-mt-pc-42 {
    margin-top: 4.2rem !important;
  }
  .u-mt-pc-43 {
    margin-top: 4.3rem !important;
  }
  .u-mt-pc-44 {
    margin-top: 4.4rem !important;
  }
  .u-mt-pc-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-pc-46 {
    margin-top: 4.6rem !important;
  }
  .u-mt-pc-47 {
    margin-top: 4.7rem !important;
  }
  .u-mt-pc-48 {
    margin-top: 4.8rem !important;
  }
  .u-mt-pc-49 {
    margin-top: 4.9rem !important;
  }
  .u-mt-pc-50 {
    margin-top: 5rem !important;
  }
  .u-mt-pc-51 {
    margin-top: 5.1rem !important;
  }
  .u-mt-pc-52 {
    margin-top: 5.2rem !important;
  }
  .u-mt-pc-53 {
    margin-top: 5.3rem !important;
  }
  .u-mt-pc-54 {
    margin-top: 5.4rem !important;
  }
  .u-mt-pc-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-pc-56 {
    margin-top: 5.6rem !important;
  }
  .u-mt-pc-57 {
    margin-top: 5.7rem !important;
  }
  .u-mt-pc-58 {
    margin-top: 5.8rem !important;
  }
  .u-mt-pc-59 {
    margin-top: 5.9rem !important;
  }
  .u-mt-pc-60 {
    margin-top: 6rem !important;
  }
  .u-mt-pc-61 {
    margin-top: 6.1rem !important;
  }
  .u-mt-pc-62 {
    margin-top: 6.2rem !important;
  }
  .u-mt-pc-63 {
    margin-top: 6.3rem !important;
  }
  .u-mt-pc-64 {
    margin-top: 6.4rem !important;
  }
  .u-mt-pc-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-pc-66 {
    margin-top: 6.6rem !important;
  }
  .u-mt-pc-67 {
    margin-top: 6.7rem !important;
  }
  .u-mt-pc-68 {
    margin-top: 6.8rem !important;
  }
  .u-mt-pc-69 {
    margin-top: 6.9rem !important;
  }
  .u-mt-pc-70 {
    margin-top: 7rem !important;
  }
  .u-mt-pc-71 {
    margin-top: 7.1rem !important;
  }
  .u-mt-pc-72 {
    margin-top: 7.2rem !important;
  }
  .u-mt-pc-73 {
    margin-top: 7.3rem !important;
  }
  .u-mt-pc-74 {
    margin-top: 7.4rem !important;
  }
  .u-mt-pc-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-pc-76 {
    margin-top: 7.6rem !important;
  }
  .u-mt-pc-77 {
    margin-top: 7.7rem !important;
  }
  .u-mt-pc-78 {
    margin-top: 7.8rem !important;
  }
  .u-mt-pc-79 {
    margin-top: 7.9rem !important;
  }
  .u-mt-pc-80 {
    margin-top: 8rem !important;
  }
}
.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-11 {
  margin-bottom: 1.1rem !important;
}

.u-mb-12 {
  margin-bottom: 1.2rem !important;
}

.u-mb-13 {
  margin-bottom: 1.3rem !important;
}

.u-mb-14 {
  margin-bottom: 1.4rem !important;
}

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

.u-mb-16 {
  margin-bottom: 1.6rem !important;
}

.u-mb-17 {
  margin-bottom: 1.7rem !important;
}

.u-mb-18 {
  margin-bottom: 1.8rem !important;
}

.u-mb-19 {
  margin-bottom: 1.9rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-21 {
  margin-bottom: 2.1rem !important;
}

.u-mb-22 {
  margin-bottom: 2.2rem !important;
}

.u-mb-23 {
  margin-bottom: 2.3rem !important;
}

.u-mb-24 {
  margin-bottom: 2.4rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-26 {
  margin-bottom: 2.6rem !important;
}

.u-mb-27 {
  margin-bottom: 2.7rem !important;
}

.u-mb-28 {
  margin-bottom: 2.8rem !important;
}

.u-mb-29 {
  margin-bottom: 2.9rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-31 {
  margin-bottom: 3.1rem !important;
}

.u-mb-32 {
  margin-bottom: 3.2rem !important;
}

.u-mb-33 {
  margin-bottom: 3.3rem !important;
}

.u-mb-34 {
  margin-bottom: 3.4rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-36 {
  margin-bottom: 3.6rem !important;
}

.u-mb-37 {
  margin-bottom: 3.7rem !important;
}

.u-mb-38 {
  margin-bottom: 3.8rem !important;
}

.u-mb-39 {
  margin-bottom: 3.9rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-41 {
  margin-bottom: 4.1rem !important;
}

.u-mb-42 {
  margin-bottom: 4.2rem !important;
}

.u-mb-43 {
  margin-bottom: 4.3rem !important;
}

.u-mb-44 {
  margin-bottom: 4.4rem !important;
}

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

.u-mb-46 {
  margin-bottom: 4.6rem !important;
}

.u-mb-47 {
  margin-bottom: 4.7rem !important;
}

.u-mb-48 {
  margin-bottom: 4.8rem !important;
}

.u-mb-49 {
  margin-bottom: 4.9rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-51 {
  margin-bottom: 5.1rem !important;
}

.u-mb-52 {
  margin-bottom: 5.2rem !important;
}

.u-mb-53 {
  margin-bottom: 5.3rem !important;
}

.u-mb-54 {
  margin-bottom: 5.4rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-56 {
  margin-bottom: 5.6rem !important;
}

.u-mb-57 {
  margin-bottom: 5.7rem !important;
}

.u-mb-58 {
  margin-bottom: 5.8rem !important;
}

.u-mb-59 {
  margin-bottom: 5.9rem !important;
}

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

.u-mb-61 {
  margin-bottom: 6.1rem !important;
}

.u-mb-62 {
  margin-bottom: 6.2rem !important;
}

.u-mb-63 {
  margin-bottom: 6.3rem !important;
}

.u-mb-64 {
  margin-bottom: 6.4rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-66 {
  margin-bottom: 6.6rem !important;
}

.u-mb-67 {
  margin-bottom: 6.7rem !important;
}

.u-mb-68 {
  margin-bottom: 6.8rem !important;
}

.u-mb-69 {
  margin-bottom: 6.9rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-71 {
  margin-bottom: 7.1rem !important;
}

.u-mb-72 {
  margin-bottom: 7.2rem !important;
}

.u-mb-73 {
  margin-bottom: 7.3rem !important;
}

.u-mb-74 {
  margin-bottom: 7.4rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-76 {
  margin-bottom: 7.6rem !important;
}

.u-mb-77 {
  margin-bottom: 7.7rem !important;
}

.u-mb-78 {
  margin-bottom: 7.8rem !important;
}

.u-mb-79 {
  margin-bottom: 7.9rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

@media (max-width: 768px) {
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mb-sp-13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mb-sp-17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mb-sp-19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-21 {
    margin-bottom: 2.1rem !important;
  }
  .u-mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }
  .u-mb-sp-23 {
    margin-bottom: 2.3rem !important;
  }
  .u-mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }
  .u-mb-sp-27 {
    margin-bottom: 2.7rem !important;
  }
  .u-mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-mb-sp-29 {
    margin-bottom: 2.9rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-31 {
    margin-bottom: 3.1rem !important;
  }
  .u-mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-mb-sp-33 {
    margin-bottom: 3.3rem !important;
  }
  .u-mb-sp-34 {
    margin-bottom: 3.4rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-mb-sp-37 {
    margin-bottom: 3.7rem !important;
  }
  .u-mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }
  .u-mb-sp-39 {
    margin-bottom: 3.9rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-41 {
    margin-bottom: 4.1rem !important;
  }
  .u-mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }
  .u-mb-sp-43 {
    margin-bottom: 4.3rem !important;
  }
  .u-mb-sp-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-46 {
    margin-bottom: 4.6rem !important;
  }
  .u-mb-sp-47 {
    margin-bottom: 4.7rem !important;
  }
  .u-mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-mb-sp-49 {
    margin-bottom: 4.9rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-51 {
    margin-bottom: 5.1rem !important;
  }
  .u-mb-sp-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-mb-sp-53 {
    margin-bottom: 5.3rem !important;
  }
  .u-mb-sp-54 {
    margin-bottom: 5.4rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-mb-sp-57 {
    margin-bottom: 5.7rem !important;
  }
  .u-mb-sp-58 {
    margin-bottom: 5.8rem !important;
  }
  .u-mb-sp-59 {
    margin-bottom: 5.9rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-61 {
    margin-bottom: 6.1rem !important;
  }
  .u-mb-sp-62 {
    margin-bottom: 6.2rem !important;
  }
  .u-mb-sp-63 {
    margin-bottom: 6.3rem !important;
  }
  .u-mb-sp-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-66 {
    margin-bottom: 6.6rem !important;
  }
  .u-mb-sp-67 {
    margin-bottom: 6.7rem !important;
  }
  .u-mb-sp-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-mb-sp-69 {
    margin-bottom: 6.9rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-71 {
    margin-bottom: 7.1rem !important;
  }
  .u-mb-sp-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-mb-sp-73 {
    margin-bottom: 7.3rem !important;
  }
  .u-mb-sp-74 {
    margin-bottom: 7.4rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-mb-sp-77 {
    margin-bottom: 7.7rem !important;
  }
  .u-mb-sp-78 {
    margin-bottom: 7.8rem !important;
  }
  .u-mb-sp-79 {
    margin-bottom: 7.9rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-mb-pc-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-pc-11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mb-pc-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mb-pc-13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mb-pc-14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-pc-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mb-pc-17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mb-pc-18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mb-pc-19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-pc-21 {
    margin-bottom: 2.1rem !important;
  }
  .u-mb-pc-22 {
    margin-bottom: 2.2rem !important;
  }
  .u-mb-pc-23 {
    margin-bottom: 2.3rem !important;
  }
  .u-mb-pc-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-pc-26 {
    margin-bottom: 2.6rem !important;
  }
  .u-mb-pc-27 {
    margin-bottom: 2.7rem !important;
  }
  .u-mb-pc-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-mb-pc-29 {
    margin-bottom: 2.9rem !important;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-pc-31 {
    margin-bottom: 3.1rem !important;
  }
  .u-mb-pc-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-mb-pc-33 {
    margin-bottom: 3.3rem !important;
  }
  .u-mb-pc-34 {
    margin-bottom: 3.4rem !important;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-pc-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-mb-pc-37 {
    margin-bottom: 3.7rem !important;
  }
  .u-mb-pc-38 {
    margin-bottom: 3.8rem !important;
  }
  .u-mb-pc-39 {
    margin-bottom: 3.9rem !important;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-pc-41 {
    margin-bottom: 4.1rem !important;
  }
  .u-mb-pc-42 {
    margin-bottom: 4.2rem !important;
  }
  .u-mb-pc-43 {
    margin-bottom: 4.3rem !important;
  }
  .u-mb-pc-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-pc-46 {
    margin-bottom: 4.6rem !important;
  }
  .u-mb-pc-47 {
    margin-bottom: 4.7rem !important;
  }
  .u-mb-pc-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-mb-pc-49 {
    margin-bottom: 4.9rem !important;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-pc-51 {
    margin-bottom: 5.1rem !important;
  }
  .u-mb-pc-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-mb-pc-53 {
    margin-bottom: 5.3rem !important;
  }
  .u-mb-pc-54 {
    margin-bottom: 5.4rem !important;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-pc-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-mb-pc-57 {
    margin-bottom: 5.7rem !important;
  }
  .u-mb-pc-58 {
    margin-bottom: 5.8rem !important;
  }
  .u-mb-pc-59 {
    margin-bottom: 5.9rem !important;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-pc-61 {
    margin-bottom: 6.1rem !important;
  }
  .u-mb-pc-62 {
    margin-bottom: 6.2rem !important;
  }
  .u-mb-pc-63 {
    margin-bottom: 6.3rem !important;
  }
  .u-mb-pc-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-pc-66 {
    margin-bottom: 6.6rem !important;
  }
  .u-mb-pc-67 {
    margin-bottom: 6.7rem !important;
  }
  .u-mb-pc-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-mb-pc-69 {
    margin-bottom: 6.9rem !important;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-pc-71 {
    margin-bottom: 7.1rem !important;
  }
  .u-mb-pc-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-mb-pc-73 {
    margin-bottom: 7.3rem !important;
  }
  .u-mb-pc-74 {
    margin-bottom: 7.4rem !important;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-pc-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-mb-pc-77 {
    margin-bottom: 7.7rem !important;
  }
  .u-mb-pc-78 {
    margin-bottom: 7.8rem !important;
  }
  .u-mb-pc-79 {
    margin-bottom: 7.9rem !important;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem !important;
  }
}
.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-11 {
  margin-left: 1.1rem !important;
}

.u-ml-12 {
  margin-left: 1.2rem !important;
}

.u-ml-13 {
  margin-left: 1.3rem !important;
}

.u-ml-14 {
  margin-left: 1.4rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-16 {
  margin-left: 1.6rem !important;
}

.u-ml-17 {
  margin-left: 1.7rem !important;
}

.u-ml-18 {
  margin-left: 1.8rem !important;
}

.u-ml-19 {
  margin-left: 1.9rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-21 {
  margin-left: 2.1rem !important;
}

.u-ml-22 {
  margin-left: 2.2rem !important;
}

.u-ml-23 {
  margin-left: 2.3rem !important;
}

.u-ml-24 {
  margin-left: 2.4rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-26 {
  margin-left: 2.6rem !important;
}

.u-ml-27 {
  margin-left: 2.7rem !important;
}

.u-ml-28 {
  margin-left: 2.8rem !important;
}

.u-ml-29 {
  margin-left: 2.9rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-31 {
  margin-left: 3.1rem !important;
}

.u-ml-32 {
  margin-left: 3.2rem !important;
}

.u-ml-33 {
  margin-left: 3.3rem !important;
}

.u-ml-34 {
  margin-left: 3.4rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-36 {
  margin-left: 3.6rem !important;
}

.u-ml-37 {
  margin-left: 3.7rem !important;
}

.u-ml-38 {
  margin-left: 3.8rem !important;
}

.u-ml-39 {
  margin-left: 3.9rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-41 {
  margin-left: 4.1rem !important;
}

.u-ml-42 {
  margin-left: 4.2rem !important;
}

.u-ml-43 {
  margin-left: 4.3rem !important;
}

.u-ml-44 {
  margin-left: 4.4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-46 {
  margin-left: 4.6rem !important;
}

.u-ml-47 {
  margin-left: 4.7rem !important;
}

.u-ml-48 {
  margin-left: 4.8rem !important;
}

.u-ml-49 {
  margin-left: 4.9rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-51 {
  margin-left: 5.1rem !important;
}

.u-ml-52 {
  margin-left: 5.2rem !important;
}

.u-ml-53 {
  margin-left: 5.3rem !important;
}

.u-ml-54 {
  margin-left: 5.4rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-56 {
  margin-left: 5.6rem !important;
}

.u-ml-57 {
  margin-left: 5.7rem !important;
}

.u-ml-58 {
  margin-left: 5.8rem !important;
}

.u-ml-59 {
  margin-left: 5.9rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-61 {
  margin-left: 6.1rem !important;
}

.u-ml-62 {
  margin-left: 6.2rem !important;
}

.u-ml-63 {
  margin-left: 6.3rem !important;
}

.u-ml-64 {
  margin-left: 6.4rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-66 {
  margin-left: 6.6rem !important;
}

.u-ml-67 {
  margin-left: 6.7rem !important;
}

.u-ml-68 {
  margin-left: 6.8rem !important;
}

.u-ml-69 {
  margin-left: 6.9rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-71 {
  margin-left: 7.1rem !important;
}

.u-ml-72 {
  margin-left: 7.2rem !important;
}

.u-ml-73 {
  margin-left: 7.3rem !important;
}

.u-ml-74 {
  margin-left: 7.4rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-76 {
  margin-left: 7.6rem !important;
}

.u-ml-77 {
  margin-left: 7.7rem !important;
}

.u-ml-78 {
  margin-left: 7.8rem !important;
}

.u-ml-79 {
  margin-left: 7.9rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

@media (max-width: 768px) {
  .u-ml-sp-10 {
    margin-left: 1rem !important;
  }
  .u-ml-sp-11 {
    margin-left: 1.1rem !important;
  }
  .u-ml-sp-12 {
    margin-left: 1.2rem !important;
  }
  .u-ml-sp-13 {
    margin-left: 1.3rem !important;
  }
  .u-ml-sp-14 {
    margin-left: 1.4rem !important;
  }
  .u-ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .u-ml-sp-16 {
    margin-left: 1.6rem !important;
  }
  .u-ml-sp-17 {
    margin-left: 1.7rem !important;
  }
  .u-ml-sp-18 {
    margin-left: 1.8rem !important;
  }
  .u-ml-sp-19 {
    margin-left: 1.9rem !important;
  }
  .u-ml-sp-20 {
    margin-left: 2rem !important;
  }
  .u-ml-sp-21 {
    margin-left: 2.1rem !important;
  }
  .u-ml-sp-22 {
    margin-left: 2.2rem !important;
  }
  .u-ml-sp-23 {
    margin-left: 2.3rem !important;
  }
  .u-ml-sp-24 {
    margin-left: 2.4rem !important;
  }
  .u-ml-sp-25 {
    margin-left: 2.5rem !important;
  }
  .u-ml-sp-26 {
    margin-left: 2.6rem !important;
  }
  .u-ml-sp-27 {
    margin-left: 2.7rem !important;
  }
  .u-ml-sp-28 {
    margin-left: 2.8rem !important;
  }
  .u-ml-sp-29 {
    margin-left: 2.9rem !important;
  }
  .u-ml-sp-30 {
    margin-left: 3rem !important;
  }
  .u-ml-sp-31 {
    margin-left: 3.1rem !important;
  }
  .u-ml-sp-32 {
    margin-left: 3.2rem !important;
  }
  .u-ml-sp-33 {
    margin-left: 3.3rem !important;
  }
  .u-ml-sp-34 {
    margin-left: 3.4rem !important;
  }
  .u-ml-sp-35 {
    margin-left: 3.5rem !important;
  }
  .u-ml-sp-36 {
    margin-left: 3.6rem !important;
  }
  .u-ml-sp-37 {
    margin-left: 3.7rem !important;
  }
  .u-ml-sp-38 {
    margin-left: 3.8rem !important;
  }
  .u-ml-sp-39 {
    margin-left: 3.9rem !important;
  }
  .u-ml-sp-40 {
    margin-left: 4rem !important;
  }
  .u-ml-sp-41 {
    margin-left: 4.1rem !important;
  }
  .u-ml-sp-42 {
    margin-left: 4.2rem !important;
  }
  .u-ml-sp-43 {
    margin-left: 4.3rem !important;
  }
  .u-ml-sp-44 {
    margin-left: 4.4rem !important;
  }
  .u-ml-sp-45 {
    margin-left: 4.5rem !important;
  }
  .u-ml-sp-46 {
    margin-left: 4.6rem !important;
  }
  .u-ml-sp-47 {
    margin-left: 4.7rem !important;
  }
  .u-ml-sp-48 {
    margin-left: 4.8rem !important;
  }
  .u-ml-sp-49 {
    margin-left: 4.9rem !important;
  }
  .u-ml-sp-50 {
    margin-left: 5rem !important;
  }
  .u-ml-sp-51 {
    margin-left: 5.1rem !important;
  }
  .u-ml-sp-52 {
    margin-left: 5.2rem !important;
  }
  .u-ml-sp-53 {
    margin-left: 5.3rem !important;
  }
  .u-ml-sp-54 {
    margin-left: 5.4rem !important;
  }
  .u-ml-sp-55 {
    margin-left: 5.5rem !important;
  }
  .u-ml-sp-56 {
    margin-left: 5.6rem !important;
  }
  .u-ml-sp-57 {
    margin-left: 5.7rem !important;
  }
  .u-ml-sp-58 {
    margin-left: 5.8rem !important;
  }
  .u-ml-sp-59 {
    margin-left: 5.9rem !important;
  }
  .u-ml-sp-60 {
    margin-left: 6rem !important;
  }
  .u-ml-sp-61 {
    margin-left: 6.1rem !important;
  }
  .u-ml-sp-62 {
    margin-left: 6.2rem !important;
  }
  .u-ml-sp-63 {
    margin-left: 6.3rem !important;
  }
  .u-ml-sp-64 {
    margin-left: 6.4rem !important;
  }
  .u-ml-sp-65 {
    margin-left: 6.5rem !important;
  }
  .u-ml-sp-66 {
    margin-left: 6.6rem !important;
  }
  .u-ml-sp-67 {
    margin-left: 6.7rem !important;
  }
  .u-ml-sp-68 {
    margin-left: 6.8rem !important;
  }
  .u-ml-sp-69 {
    margin-left: 6.9rem !important;
  }
  .u-ml-sp-70 {
    margin-left: 7rem !important;
  }
  .u-ml-sp-71 {
    margin-left: 7.1rem !important;
  }
  .u-ml-sp-72 {
    margin-left: 7.2rem !important;
  }
  .u-ml-sp-73 {
    margin-left: 7.3rem !important;
  }
  .u-ml-sp-74 {
    margin-left: 7.4rem !important;
  }
  .u-ml-sp-75 {
    margin-left: 7.5rem !important;
  }
  .u-ml-sp-76 {
    margin-left: 7.6rem !important;
  }
  .u-ml-sp-77 {
    margin-left: 7.7rem !important;
  }
  .u-ml-sp-78 {
    margin-left: 7.8rem !important;
  }
  .u-ml-sp-79 {
    margin-left: 7.9rem !important;
  }
  .u-ml-sp-80 {
    margin-left: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-ml-pc-10 {
    margin-left: 1rem !important;
  }
  .u-ml-pc-11 {
    margin-left: 1.1rem !important;
  }
  .u-ml-pc-12 {
    margin-left: 1.2rem !important;
  }
  .u-ml-pc-13 {
    margin-left: 1.3rem !important;
  }
  .u-ml-pc-14 {
    margin-left: 1.4rem !important;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem !important;
  }
  .u-ml-pc-16 {
    margin-left: 1.6rem !important;
  }
  .u-ml-pc-17 {
    margin-left: 1.7rem !important;
  }
  .u-ml-pc-18 {
    margin-left: 1.8rem !important;
  }
  .u-ml-pc-19 {
    margin-left: 1.9rem !important;
  }
  .u-ml-pc-20 {
    margin-left: 2rem !important;
  }
  .u-ml-pc-21 {
    margin-left: 2.1rem !important;
  }
  .u-ml-pc-22 {
    margin-left: 2.2rem !important;
  }
  .u-ml-pc-23 {
    margin-left: 2.3rem !important;
  }
  .u-ml-pc-24 {
    margin-left: 2.4rem !important;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem !important;
  }
  .u-ml-pc-26 {
    margin-left: 2.6rem !important;
  }
  .u-ml-pc-27 {
    margin-left: 2.7rem !important;
  }
  .u-ml-pc-28 {
    margin-left: 2.8rem !important;
  }
  .u-ml-pc-29 {
    margin-left: 2.9rem !important;
  }
  .u-ml-pc-30 {
    margin-left: 3rem !important;
  }
  .u-ml-pc-31 {
    margin-left: 3.1rem !important;
  }
  .u-ml-pc-32 {
    margin-left: 3.2rem !important;
  }
  .u-ml-pc-33 {
    margin-left: 3.3rem !important;
  }
  .u-ml-pc-34 {
    margin-left: 3.4rem !important;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem !important;
  }
  .u-ml-pc-36 {
    margin-left: 3.6rem !important;
  }
  .u-ml-pc-37 {
    margin-left: 3.7rem !important;
  }
  .u-ml-pc-38 {
    margin-left: 3.8rem !important;
  }
  .u-ml-pc-39 {
    margin-left: 3.9rem !important;
  }
  .u-ml-pc-40 {
    margin-left: 4rem !important;
  }
  .u-ml-pc-41 {
    margin-left: 4.1rem !important;
  }
  .u-ml-pc-42 {
    margin-left: 4.2rem !important;
  }
  .u-ml-pc-43 {
    margin-left: 4.3rem !important;
  }
  .u-ml-pc-44 {
    margin-left: 4.4rem !important;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem !important;
  }
  .u-ml-pc-46 {
    margin-left: 4.6rem !important;
  }
  .u-ml-pc-47 {
    margin-left: 4.7rem !important;
  }
  .u-ml-pc-48 {
    margin-left: 4.8rem !important;
  }
  .u-ml-pc-49 {
    margin-left: 4.9rem !important;
  }
  .u-ml-pc-50 {
    margin-left: 5rem !important;
  }
  .u-ml-pc-51 {
    margin-left: 5.1rem !important;
  }
  .u-ml-pc-52 {
    margin-left: 5.2rem !important;
  }
  .u-ml-pc-53 {
    margin-left: 5.3rem !important;
  }
  .u-ml-pc-54 {
    margin-left: 5.4rem !important;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem !important;
  }
  .u-ml-pc-56 {
    margin-left: 5.6rem !important;
  }
  .u-ml-pc-57 {
    margin-left: 5.7rem !important;
  }
  .u-ml-pc-58 {
    margin-left: 5.8rem !important;
  }
  .u-ml-pc-59 {
    margin-left: 5.9rem !important;
  }
  .u-ml-pc-60 {
    margin-left: 6rem !important;
  }
  .u-ml-pc-61 {
    margin-left: 6.1rem !important;
  }
  .u-ml-pc-62 {
    margin-left: 6.2rem !important;
  }
  .u-ml-pc-63 {
    margin-left: 6.3rem !important;
  }
  .u-ml-pc-64 {
    margin-left: 6.4rem !important;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem !important;
  }
  .u-ml-pc-66 {
    margin-left: 6.6rem !important;
  }
  .u-ml-pc-67 {
    margin-left: 6.7rem !important;
  }
  .u-ml-pc-68 {
    margin-left: 6.8rem !important;
  }
  .u-ml-pc-69 {
    margin-left: 6.9rem !important;
  }
  .u-ml-pc-70 {
    margin-left: 7rem !important;
  }
  .u-ml-pc-71 {
    margin-left: 7.1rem !important;
  }
  .u-ml-pc-72 {
    margin-left: 7.2rem !important;
  }
  .u-ml-pc-73 {
    margin-left: 7.3rem !important;
  }
  .u-ml-pc-74 {
    margin-left: 7.4rem !important;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem !important;
  }
  .u-ml-pc-76 {
    margin-left: 7.6rem !important;
  }
  .u-ml-pc-77 {
    margin-left: 7.7rem !important;
  }
  .u-ml-pc-78 {
    margin-left: 7.8rem !important;
  }
  .u-ml-pc-79 {
    margin-left: 7.9rem !important;
  }
  .u-ml-pc-80 {
    margin-left: 8rem !important;
  }
}
.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-11 {
  margin-right: 1.1rem !important;
}

.u-mr-12 {
  margin-right: 1.2rem !important;
}

.u-mr-13 {
  margin-right: 1.3rem !important;
}

.u-mr-14 {
  margin-right: 1.4rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-16 {
  margin-right: 1.6rem !important;
}

.u-mr-17 {
  margin-right: 1.7rem !important;
}

.u-mr-18 {
  margin-right: 1.8rem !important;
}

.u-mr-19 {
  margin-right: 1.9rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-21 {
  margin-right: 2.1rem !important;
}

.u-mr-22 {
  margin-right: 2.2rem !important;
}

.u-mr-23 {
  margin-right: 2.3rem !important;
}

.u-mr-24 {
  margin-right: 2.4rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-26 {
  margin-right: 2.6rem !important;
}

.u-mr-27 {
  margin-right: 2.7rem !important;
}

.u-mr-28 {
  margin-right: 2.8rem !important;
}

.u-mr-29 {
  margin-right: 2.9rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-31 {
  margin-right: 3.1rem !important;
}

.u-mr-32 {
  margin-right: 3.2rem !important;
}

.u-mr-33 {
  margin-right: 3.3rem !important;
}

.u-mr-34 {
  margin-right: 3.4rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-36 {
  margin-right: 3.6rem !important;
}

.u-mr-37 {
  margin-right: 3.7rem !important;
}

.u-mr-38 {
  margin-right: 3.8rem !important;
}

.u-mr-39 {
  margin-right: 3.9rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-41 {
  margin-right: 4.1rem !important;
}

.u-mr-42 {
  margin-right: 4.2rem !important;
}

.u-mr-43 {
  margin-right: 4.3rem !important;
}

.u-mr-44 {
  margin-right: 4.4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-46 {
  margin-right: 4.6rem !important;
}

.u-mr-47 {
  margin-right: 4.7rem !important;
}

.u-mr-48 {
  margin-right: 4.8rem !important;
}

.u-mr-49 {
  margin-right: 4.9rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-51 {
  margin-right: 5.1rem !important;
}

.u-mr-52 {
  margin-right: 5.2rem !important;
}

.u-mr-53 {
  margin-right: 5.3rem !important;
}

.u-mr-54 {
  margin-right: 5.4rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-56 {
  margin-right: 5.6rem !important;
}

.u-mr-57 {
  margin-right: 5.7rem !important;
}

.u-mr-58 {
  margin-right: 5.8rem !important;
}

.u-mr-59 {
  margin-right: 5.9rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-61 {
  margin-right: 6.1rem !important;
}

.u-mr-62 {
  margin-right: 6.2rem !important;
}

.u-mr-63 {
  margin-right: 6.3rem !important;
}

.u-mr-64 {
  margin-right: 6.4rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-66 {
  margin-right: 6.6rem !important;
}

.u-mr-67 {
  margin-right: 6.7rem !important;
}

.u-mr-68 {
  margin-right: 6.8rem !important;
}

.u-mr-69 {
  margin-right: 6.9rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-71 {
  margin-right: 7.1rem !important;
}

.u-mr-72 {
  margin-right: 7.2rem !important;
}

.u-mr-73 {
  margin-right: 7.3rem !important;
}

.u-mr-74 {
  margin-right: 7.4rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-76 {
  margin-right: 7.6rem !important;
}

.u-mr-77 {
  margin-right: 7.7rem !important;
}

.u-mr-78 {
  margin-right: 7.8rem !important;
}

.u-mr-79 {
  margin-right: 7.9rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

@media (max-width: 768px) {
  .u-mr-sp-10 {
    margin-right: 1rem !important;
  }
  .u-mr-sp-11 {
    margin-right: 1.1rem !important;
  }
  .u-mr-sp-12 {
    margin-right: 1.2rem !important;
  }
  .u-mr-sp-13 {
    margin-right: 1.3rem !important;
  }
  .u-mr-sp-14 {
    margin-right: 1.4rem !important;
  }
  .u-mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .u-mr-sp-16 {
    margin-right: 1.6rem !important;
  }
  .u-mr-sp-17 {
    margin-right: 1.7rem !important;
  }
  .u-mr-sp-18 {
    margin-right: 1.8rem !important;
  }
  .u-mr-sp-19 {
    margin-right: 1.9rem !important;
  }
  .u-mr-sp-20 {
    margin-right: 2rem !important;
  }
  .u-mr-sp-21 {
    margin-right: 2.1rem !important;
  }
  .u-mr-sp-22 {
    margin-right: 2.2rem !important;
  }
  .u-mr-sp-23 {
    margin-right: 2.3rem !important;
  }
  .u-mr-sp-24 {
    margin-right: 2.4rem !important;
  }
  .u-mr-sp-25 {
    margin-right: 2.5rem !important;
  }
  .u-mr-sp-26 {
    margin-right: 2.6rem !important;
  }
  .u-mr-sp-27 {
    margin-right: 2.7rem !important;
  }
  .u-mr-sp-28 {
    margin-right: 2.8rem !important;
  }
  .u-mr-sp-29 {
    margin-right: 2.9rem !important;
  }
  .u-mr-sp-30 {
    margin-right: 3rem !important;
  }
  .u-mr-sp-31 {
    margin-right: 3.1rem !important;
  }
  .u-mr-sp-32 {
    margin-right: 3.2rem !important;
  }
  .u-mr-sp-33 {
    margin-right: 3.3rem !important;
  }
  .u-mr-sp-34 {
    margin-right: 3.4rem !important;
  }
  .u-mr-sp-35 {
    margin-right: 3.5rem !important;
  }
  .u-mr-sp-36 {
    margin-right: 3.6rem !important;
  }
  .u-mr-sp-37 {
    margin-right: 3.7rem !important;
  }
  .u-mr-sp-38 {
    margin-right: 3.8rem !important;
  }
  .u-mr-sp-39 {
    margin-right: 3.9rem !important;
  }
  .u-mr-sp-40 {
    margin-right: 4rem !important;
  }
  .u-mr-sp-41 {
    margin-right: 4.1rem !important;
  }
  .u-mr-sp-42 {
    margin-right: 4.2rem !important;
  }
  .u-mr-sp-43 {
    margin-right: 4.3rem !important;
  }
  .u-mr-sp-44 {
    margin-right: 4.4rem !important;
  }
  .u-mr-sp-45 {
    margin-right: 4.5rem !important;
  }
  .u-mr-sp-46 {
    margin-right: 4.6rem !important;
  }
  .u-mr-sp-47 {
    margin-right: 4.7rem !important;
  }
  .u-mr-sp-48 {
    margin-right: 4.8rem !important;
  }
  .u-mr-sp-49 {
    margin-right: 4.9rem !important;
  }
  .u-mr-sp-50 {
    margin-right: 5rem !important;
  }
  .u-mr-sp-51 {
    margin-right: 5.1rem !important;
  }
  .u-mr-sp-52 {
    margin-right: 5.2rem !important;
  }
  .u-mr-sp-53 {
    margin-right: 5.3rem !important;
  }
  .u-mr-sp-54 {
    margin-right: 5.4rem !important;
  }
  .u-mr-sp-55 {
    margin-right: 5.5rem !important;
  }
  .u-mr-sp-56 {
    margin-right: 5.6rem !important;
  }
  .u-mr-sp-57 {
    margin-right: 5.7rem !important;
  }
  .u-mr-sp-58 {
    margin-right: 5.8rem !important;
  }
  .u-mr-sp-59 {
    margin-right: 5.9rem !important;
  }
  .u-mr-sp-60 {
    margin-right: 6rem !important;
  }
  .u-mr-sp-61 {
    margin-right: 6.1rem !important;
  }
  .u-mr-sp-62 {
    margin-right: 6.2rem !important;
  }
  .u-mr-sp-63 {
    margin-right: 6.3rem !important;
  }
  .u-mr-sp-64 {
    margin-right: 6.4rem !important;
  }
  .u-mr-sp-65 {
    margin-right: 6.5rem !important;
  }
  .u-mr-sp-66 {
    margin-right: 6.6rem !important;
  }
  .u-mr-sp-67 {
    margin-right: 6.7rem !important;
  }
  .u-mr-sp-68 {
    margin-right: 6.8rem !important;
  }
  .u-mr-sp-69 {
    margin-right: 6.9rem !important;
  }
  .u-mr-sp-70 {
    margin-right: 7rem !important;
  }
  .u-mr-sp-71 {
    margin-right: 7.1rem !important;
  }
  .u-mr-sp-72 {
    margin-right: 7.2rem !important;
  }
  .u-mr-sp-73 {
    margin-right: 7.3rem !important;
  }
  .u-mr-sp-74 {
    margin-right: 7.4rem !important;
  }
  .u-mr-sp-75 {
    margin-right: 7.5rem !important;
  }
  .u-mr-sp-76 {
    margin-right: 7.6rem !important;
  }
  .u-mr-sp-77 {
    margin-right: 7.7rem !important;
  }
  .u-mr-sp-78 {
    margin-right: 7.8rem !important;
  }
  .u-mr-sp-79 {
    margin-right: 7.9rem !important;
  }
  .u-mr-sp-80 {
    margin-right: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-mr-pc-10 {
    margin-right: 1rem !important;
  }
  .u-mr-pc-11 {
    margin-right: 1.1rem !important;
  }
  .u-mr-pc-12 {
    margin-right: 1.2rem !important;
  }
  .u-mr-pc-13 {
    margin-right: 1.3rem !important;
  }
  .u-mr-pc-14 {
    margin-right: 1.4rem !important;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem !important;
  }
  .u-mr-pc-16 {
    margin-right: 1.6rem !important;
  }
  .u-mr-pc-17 {
    margin-right: 1.7rem !important;
  }
  .u-mr-pc-18 {
    margin-right: 1.8rem !important;
  }
  .u-mr-pc-19 {
    margin-right: 1.9rem !important;
  }
  .u-mr-pc-20 {
    margin-right: 2rem !important;
  }
  .u-mr-pc-21 {
    margin-right: 2.1rem !important;
  }
  .u-mr-pc-22 {
    margin-right: 2.2rem !important;
  }
  .u-mr-pc-23 {
    margin-right: 2.3rem !important;
  }
  .u-mr-pc-24 {
    margin-right: 2.4rem !important;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem !important;
  }
  .u-mr-pc-26 {
    margin-right: 2.6rem !important;
  }
  .u-mr-pc-27 {
    margin-right: 2.7rem !important;
  }
  .u-mr-pc-28 {
    margin-right: 2.8rem !important;
  }
  .u-mr-pc-29 {
    margin-right: 2.9rem !important;
  }
  .u-mr-pc-30 {
    margin-right: 3rem !important;
  }
  .u-mr-pc-31 {
    margin-right: 3.1rem !important;
  }
  .u-mr-pc-32 {
    margin-right: 3.2rem !important;
  }
  .u-mr-pc-33 {
    margin-right: 3.3rem !important;
  }
  .u-mr-pc-34 {
    margin-right: 3.4rem !important;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem !important;
  }
  .u-mr-pc-36 {
    margin-right: 3.6rem !important;
  }
  .u-mr-pc-37 {
    margin-right: 3.7rem !important;
  }
  .u-mr-pc-38 {
    margin-right: 3.8rem !important;
  }
  .u-mr-pc-39 {
    margin-right: 3.9rem !important;
  }
  .u-mr-pc-40 {
    margin-right: 4rem !important;
  }
  .u-mr-pc-41 {
    margin-right: 4.1rem !important;
  }
  .u-mr-pc-42 {
    margin-right: 4.2rem !important;
  }
  .u-mr-pc-43 {
    margin-right: 4.3rem !important;
  }
  .u-mr-pc-44 {
    margin-right: 4.4rem !important;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem !important;
  }
  .u-mr-pc-46 {
    margin-right: 4.6rem !important;
  }
  .u-mr-pc-47 {
    margin-right: 4.7rem !important;
  }
  .u-mr-pc-48 {
    margin-right: 4.8rem !important;
  }
  .u-mr-pc-49 {
    margin-right: 4.9rem !important;
  }
  .u-mr-pc-50 {
    margin-right: 5rem !important;
  }
  .u-mr-pc-51 {
    margin-right: 5.1rem !important;
  }
  .u-mr-pc-52 {
    margin-right: 5.2rem !important;
  }
  .u-mr-pc-53 {
    margin-right: 5.3rem !important;
  }
  .u-mr-pc-54 {
    margin-right: 5.4rem !important;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem !important;
  }
  .u-mr-pc-56 {
    margin-right: 5.6rem !important;
  }
  .u-mr-pc-57 {
    margin-right: 5.7rem !important;
  }
  .u-mr-pc-58 {
    margin-right: 5.8rem !important;
  }
  .u-mr-pc-59 {
    margin-right: 5.9rem !important;
  }
  .u-mr-pc-60 {
    margin-right: 6rem !important;
  }
  .u-mr-pc-61 {
    margin-right: 6.1rem !important;
  }
  .u-mr-pc-62 {
    margin-right: 6.2rem !important;
  }
  .u-mr-pc-63 {
    margin-right: 6.3rem !important;
  }
  .u-mr-pc-64 {
    margin-right: 6.4rem !important;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem !important;
  }
  .u-mr-pc-66 {
    margin-right: 6.6rem !important;
  }
  .u-mr-pc-67 {
    margin-right: 6.7rem !important;
  }
  .u-mr-pc-68 {
    margin-right: 6.8rem !important;
  }
  .u-mr-pc-69 {
    margin-right: 6.9rem !important;
  }
  .u-mr-pc-70 {
    margin-right: 7rem !important;
  }
  .u-mr-pc-71 {
    margin-right: 7.1rem !important;
  }
  .u-mr-pc-72 {
    margin-right: 7.2rem !important;
  }
  .u-mr-pc-73 {
    margin-right: 7.3rem !important;
  }
  .u-mr-pc-74 {
    margin-right: 7.4rem !important;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem !important;
  }
  .u-mr-pc-76 {
    margin-right: 7.6rem !important;
  }
  .u-mr-pc-77 {
    margin-right: 7.7rem !important;
  }
  .u-mr-pc-78 {
    margin-right: 7.8rem !important;
  }
  .u-mr-pc-79 {
    margin-right: 7.9rem !important;
  }
  .u-mr-pc-80 {
    margin-right: 8rem !important;
  }
}
.u-my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-11 {
  margin-top: 1.1rem !important;
  margin-bottom: 1.1rem !important;
}

.u-my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.u-my-13 {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important;
}

.u-my-14 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}

.u-my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.u-my-17 {
  margin-top: 1.7rem !important;
  margin-bottom: 1.7rem !important;
}

.u-my-18 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.u-my-19 {
  margin-top: 1.9rem !important;
  margin-bottom: 1.9rem !important;
}

.u-my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-my-21 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.u-my-22 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

.u-my-23 {
  margin-top: 2.3rem !important;
  margin-bottom: 2.3rem !important;
}

.u-my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.u-my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-my-26 {
  margin-top: 2.6rem !important;
  margin-bottom: 2.6rem !important;
}

.u-my-27 {
  margin-top: 2.7rem !important;
  margin-bottom: 2.7rem !important;
}

.u-my-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.u-my-29 {
  margin-top: 2.9rem !important;
  margin-bottom: 2.9rem !important;
}

.u-my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-my-31 {
  margin-top: 3.1rem !important;
  margin-bottom: 3.1rem !important;
}

.u-my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.u-my-33 {
  margin-top: 3.3rem !important;
  margin-bottom: 3.3rem !important;
}

.u-my-34 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important;
}

.u-my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-my-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.u-my-37 {
  margin-top: 3.7rem !important;
  margin-bottom: 3.7rem !important;
}

.u-my-38 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important;
}

.u-my-39 {
  margin-top: 3.9rem !important;
  margin-bottom: 3.9rem !important;
}

.u-my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-my-41 {
  margin-top: 4.1rem !important;
  margin-bottom: 4.1rem !important;
}

.u-my-42 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}

.u-my-43 {
  margin-top: 4.3rem !important;
  margin-bottom: 4.3rem !important;
}

.u-my-44 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.u-my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.u-my-46 {
  margin-top: 4.6rem !important;
  margin-bottom: 4.6rem !important;
}

.u-my-47 {
  margin-top: 4.7rem !important;
  margin-bottom: 4.7rem !important;
}

.u-my-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.u-my-49 {
  margin-top: 4.9rem !important;
  margin-bottom: 4.9rem !important;
}

.u-my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-my-51 {
  margin-top: 5.1rem !important;
  margin-bottom: 5.1rem !important;
}

.u-my-52 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.u-my-53 {
  margin-top: 5.3rem !important;
  margin-bottom: 5.3rem !important;
}

.u-my-54 {
  margin-top: 5.4rem !important;
  margin-bottom: 5.4rem !important;
}

.u-my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.u-my-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.u-my-57 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important;
}

.u-my-58 {
  margin-top: 5.8rem !important;
  margin-bottom: 5.8rem !important;
}

.u-my-59 {
  margin-top: 5.9rem !important;
  margin-bottom: 5.9rem !important;
}

.u-my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-my-61 {
  margin-top: 6.1rem !important;
  margin-bottom: 6.1rem !important;
}

.u-my-62 {
  margin-top: 6.2rem !important;
  margin-bottom: 6.2rem !important;
}

.u-my-63 {
  margin-top: 6.3rem !important;
  margin-bottom: 6.3rem !important;
}

.u-my-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.u-my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.u-my-66 {
  margin-top: 6.6rem !important;
  margin-bottom: 6.6rem !important;
}

.u-my-67 {
  margin-top: 6.7rem !important;
  margin-bottom: 6.7rem !important;
}

.u-my-68 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}

.u-my-69 {
  margin-top: 6.9rem !important;
  margin-bottom: 6.9rem !important;
}

.u-my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.u-my-71 {
  margin-top: 7.1rem !important;
  margin-bottom: 7.1rem !important;
}

.u-my-72 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.u-my-73 {
  margin-top: 7.3rem !important;
  margin-bottom: 7.3rem !important;
}

.u-my-74 {
  margin-top: 7.4rem !important;
  margin-bottom: 7.4rem !important;
}

.u-my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.u-my-76 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important;
}

.u-my-77 {
  margin-top: 7.7rem !important;
  margin-bottom: 7.7rem !important;
}

.u-my-78 {
  margin-top: 7.8rem !important;
  margin-bottom: 7.8rem !important;
}

.u-my-79 {
  margin-top: 7.9rem !important;
  margin-bottom: 7.9rem !important;
}

.u-my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

@media (max-width: 768px) {
  .u-my-sp-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-sp-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }
  .u-my-sp-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .u-my-sp-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }
  .u-my-sp-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .u-my-sp-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-sp-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-my-sp-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .u-my-sp-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .u-my-sp-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }
  .u-my-sp-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-my-sp-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .u-my-sp-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .u-my-sp-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .u-my-sp-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-my-sp-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-my-sp-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }
  .u-my-sp-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .u-my-sp-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .u-my-sp-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }
  .u-my-sp-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-sp-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }
  .u-my-sp-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-my-sp-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .u-my-sp-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .u-my-sp-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-my-sp-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .u-my-sp-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }
  .u-my-sp-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }
  .u-my-sp-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .u-my-sp-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-my-sp-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }
  .u-my-sp-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .u-my-sp-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }
  .u-my-sp-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .u-my-sp-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-my-sp-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }
  .u-my-sp-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }
  .u-my-sp-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-my-sp-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }
  .u-my-sp-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-sp-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .u-my-sp-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .u-my-sp-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }
  .u-my-sp-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .u-my-sp-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-my-sp-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-my-sp-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .u-my-sp-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }
  .u-my-sp-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }
  .u-my-sp-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-my-sp-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }
  .u-my-sp-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }
  .u-my-sp-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .u-my-sp-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-my-sp-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-my-sp-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .u-my-sp-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }
  .u-my-sp-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .u-my-sp-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .u-my-sp-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-my-sp-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }
  .u-my-sp-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-my-sp-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }
  .u-my-sp-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }
  .u-my-sp-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-my-sp-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .u-my-sp-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }
  .u-my-sp-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .u-my-sp-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }
  .u-my-sp-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-my-pc-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-my-pc-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }
  .u-my-pc-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .u-my-pc-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }
  .u-my-pc-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .u-my-pc-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-my-pc-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-my-pc-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .u-my-pc-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .u-my-pc-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }
  .u-my-pc-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-my-pc-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .u-my-pc-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .u-my-pc-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }
  .u-my-pc-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-my-pc-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-my-pc-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }
  .u-my-pc-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .u-my-pc-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .u-my-pc-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }
  .u-my-pc-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-my-pc-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }
  .u-my-pc-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-my-pc-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .u-my-pc-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .u-my-pc-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-my-pc-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .u-my-pc-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }
  .u-my-pc-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }
  .u-my-pc-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .u-my-pc-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-my-pc-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }
  .u-my-pc-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .u-my-pc-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }
  .u-my-pc-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .u-my-pc-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-my-pc-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }
  .u-my-pc-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }
  .u-my-pc-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-my-pc-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }
  .u-my-pc-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-pc-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .u-my-pc-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .u-my-pc-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }
  .u-my-pc-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .u-my-pc-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-my-pc-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-my-pc-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .u-my-pc-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }
  .u-my-pc-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }
  .u-my-pc-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-my-pc-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }
  .u-my-pc-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }
  .u-my-pc-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .u-my-pc-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-my-pc-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-my-pc-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .u-my-pc-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }
  .u-my-pc-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .u-my-pc-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .u-my-pc-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-my-pc-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }
  .u-my-pc-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-my-pc-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }
  .u-my-pc-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }
  .u-my-pc-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-my-pc-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .u-my-pc-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }
  .u-my-pc-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .u-my-pc-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }
  .u-my-pc-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 769px) {
  .u-mb-pc-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-pc-11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mb-pc-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mb-pc-13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mb-pc-14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-pc-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mb-pc-17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mb-pc-18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mb-pc-19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-pc-21 {
    margin-bottom: 2.1rem !important;
  }
  .u-mb-pc-22 {
    margin-bottom: 2.2rem !important;
  }
  .u-mb-pc-23 {
    margin-bottom: 2.3rem !important;
  }
  .u-mb-pc-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-pc-26 {
    margin-bottom: 2.6rem !important;
  }
  .u-mb-pc-27 {
    margin-bottom: 2.7rem !important;
  }
  .u-mb-pc-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-mb-pc-29 {
    margin-bottom: 2.9rem !important;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-pc-31 {
    margin-bottom: 3.1rem !important;
  }
  .u-mb-pc-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-mb-pc-33 {
    margin-bottom: 3.3rem !important;
  }
  .u-mb-pc-34 {
    margin-bottom: 3.4rem !important;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-pc-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-mb-pc-37 {
    margin-bottom: 3.7rem !important;
  }
  .u-mb-pc-38 {
    margin-bottom: 3.8rem !important;
  }
  .u-mb-pc-39 {
    margin-bottom: 3.9rem !important;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-pc-41 {
    margin-bottom: 4.1rem !important;
  }
  .u-mb-pc-42 {
    margin-bottom: 4.2rem !important;
  }
  .u-mb-pc-43 {
    margin-bottom: 4.3rem !important;
  }
  .u-mb-pc-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-pc-46 {
    margin-bottom: 4.6rem !important;
  }
  .u-mb-pc-47 {
    margin-bottom: 4.7rem !important;
  }
  .u-mb-pc-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-mb-pc-49 {
    margin-bottom: 4.9rem !important;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-pc-51 {
    margin-bottom: 5.1rem !important;
  }
  .u-mb-pc-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-mb-pc-53 {
    margin-bottom: 5.3rem !important;
  }
  .u-mb-pc-54 {
    margin-bottom: 5.4rem !important;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-pc-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-mb-pc-57 {
    margin-bottom: 5.7rem !important;
  }
  .u-mb-pc-58 {
    margin-bottom: 5.8rem !important;
  }
  .u-mb-pc-59 {
    margin-bottom: 5.9rem !important;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-pc-61 {
    margin-bottom: 6.1rem !important;
  }
  .u-mb-pc-62 {
    margin-bottom: 6.2rem !important;
  }
  .u-mb-pc-63 {
    margin-bottom: 6.3rem !important;
  }
  .u-mb-pc-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-pc-66 {
    margin-bottom: 6.6rem !important;
  }
  .u-mb-pc-67 {
    margin-bottom: 6.7rem !important;
  }
  .u-mb-pc-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-mb-pc-69 {
    margin-bottom: 6.9rem !important;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-pc-71 {
    margin-bottom: 7.1rem !important;
  }
  .u-mb-pc-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-mb-pc-73 {
    margin-bottom: 7.3rem !important;
  }
  .u-mb-pc-74 {
    margin-bottom: 7.4rem !important;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-pc-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-mb-pc-77 {
    margin-bottom: 7.7rem !important;
  }
  .u-mb-pc-78 {
    margin-bottom: 7.8rem !important;
  }
  .u-mb-pc-79 {
    margin-bottom: 7.9rem !important;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem !important;
  }
}
/*
  br
--------------------------------------*/
.u-br::before {
  content: "\a";
  white-space: pre;
}
@media (max-width: 768px) {
  .u-br-sp::before {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 769px) {
  .u-br-pc::before {
    content: "\a";
    white-space: pre;
  }
}

/*
  text
--------------------------------------*/
.u-text-align-right {
  text-align: right;
}
@media (max-width: 768px) {
  .u-text-align-right-sp {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .u-text-align-right-pc {
    text-align: right;
  }
}
.u-text-align-center {
  text-align: center;
}
@media (max-width: 768px) {
  .u-text-align-center-sp {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .u-text-align-center-pc {
    text-align: center;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-fw-bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .u-fw-bold-sp {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .u-fw-bold-pc {
    font-weight: bold;
  }
}

/*
  marker
--------------------------------------*/
.u-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #FFEF29 0%);
}

/*
  top
--------------------------------------*/
.p-top-fv {
  position: relative;
}
@media (max-width: 768px) {
  .p-top-fv {
    aspect-ratio: 754/1184;
  }
}
@media (min-width: 769px) {
  .p-top-fv {
    aspect-ratio: 1280/734;
  }
}
.p-top-fv__container {
  position: relative;
  height: 100%;
}
.p-top-fv__textArea {
  z-index: 1;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top-fv__textArea {
    left: 0;
    bottom: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-top-fv__textArea {
    bottom: 4rem;
  }
}
.p-top-fv__catchcopy.--en {
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-fv__catchcopy.--en {
    font-size: 9.3333333333vw;
    line-height: 1.0285714286;
  }
}
@media (min-width: 769px) {
  .p-top-fv__catchcopy.--en {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.15;
  }
}
.p-top-fv__catchcopy.--jp {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #243076;
}
@media (max-width: 768px) {
  .p-top-fv__catchcopy.--jp {
    margin-top: 2.9333333333vw;
    padding-block: 2.9333333333vw;
    padding-right: 3.8666666667vw;
  }
}
@media (min-width: 769px) {
  .p-top-fv__catchcopy.--jp {
    margin-top: 2.2rem;
    padding-block: 1.2rem;
    padding-right: 3.4rem;
  }
}
.p-top-fv__catchcopy.--jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #243076;
}
@media (max-width: 768px) {
  .p-top-fv__text-img {
    max-width: 62.5333333333vw;
  }
}
.p-top-fv__imgArea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-fv__imgArea > .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
.p-top-fv__img {
  width: 100%;
  height: 100%;
}
.p-top-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-business {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-top-business {
    padding-block: 15.7333333333vw;
    background-image: url("../images/top/business_bg_sp.jpg");
  }
}
@media (min-width: 769px) {
  .p-top-business {
    padding-block: 16rem;
    background-image: url("../images/top/business_bg_pc.jpg");
  }
}
.p-top-business__heading > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.p-top-business__heading-text {
  line-height: 1;
  color: #fff;
}
.p-top-business__heading-text.--en {
  font-family: "Oswald", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top-business__heading-text.--en {
    font-size: 9.6vw;
  }
}
@media (min-width: 769px) {
  .p-top-business__heading-text.--en {
    font-size: 4.8rem;
  }
}
.p-top-business__heading-text.--jp {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top-business__heading-text.--jp {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-top-business__heading-text.--jp {
    font-size: 2.4rem;
  }
}
.p-top-business__textArea {
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-business__textArea {
    margin-top: 7.2vw;
  }
}
@media (min-width: 769px) {
  .p-top-business__textArea {
    margin-top: 6rem;
  }
}
@media (min-width: 769px) {
  .p-top-business__textArea > .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-business__lead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top-business__lead {
    font-size: 6vw;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .p-top-business__lead {
    font-size: 3rem;
    line-height: 2;
  }
}
.p-top-business__description {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-business__description {
    margin-top: 7.2vw;
    font-size: 4.2666666667vw;
    line-height: 1.65625;
  }
}
@media (min-width: 769px) {
  .p-top-business__description {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}

@media (max-width: 768px) {
  .p-top-greeting__profile > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 6.6666666667vw;
  }
}
.p-top-greeting__profile-textArea {
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-greeting__profile-textArea {
    margin-top: 7.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-top-greeting__profile-textArea {
    margin-top: 5.5rem;
  }
}
.p-top-greeting__profile-role {
  line-height: 2;
}
@media (max-width: 768px) {
  .p-top-greeting__profile-role {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-top-greeting__profile-role {
    font-size: 1.6rem;
  }
}
.p-top-greeting__profile-name {
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .p-top-greeting__profile-name {
    margin-top: vw-sp(20);
    font-size: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-top-greeting__profile-name {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-top-greeting__btnArea {
    margin-top: 7.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-top-greeting__btnArea {
    margin-top: 5.5rem;
  }
}
.p-top-greeting__btnArea > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}

.p-top-column__list {
  display: grid;
}
@media (max-width: 768px) {
  .p-top-column__list {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
@media (min-width: 769px) {
  .p-top-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.p-top-column__list .wp-block-latest-posts__featured-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-column__list .wp-block-latest-posts__featured-image {
    border-top-left-radius: 6vw;
  }
}
@media (min-width: 769px) {
  .p-top-column__list .wp-block-latest-posts__featured-image {
    border-top-left-radius: 4.5rem;
  }
}
.p-top-column__list .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-column__list .wp-block-latest-posts__post-title {
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-top-column__list .wp-block-latest-posts__post-title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-top-column__list .wp-block-latest-posts__post-title:hover {
  text-decoration: underline;
}
.p-top-column__list .wp-block-latest-posts__post-date {
  line-height: 1;
}
@media (min-width: 769px) {
  .p-top-column__list .wp-block-latest-posts__post-date {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-top-column__btnArea {
    margin-top: 7.2vw;
  }
}
@media (min-width: 769px) {
  .p-top-column__btnArea {
    margin-top: 8rem;
  }
}

.p-top-contact__description {
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-contact__description {
    font-size: 4vw;
    line-height: 1.6333333333;
  }
}
@media (min-width: 769px) {
  .p-top-contact__description {
    font-size: 1.5rem;
    line-height: 2.3333333333;
  }
}
@media (max-width: 768px) {
  .p-top-contact__form {
    margin-top: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-top-contact__form {
    margin-top: 8rem;
  }
}

/*
  junior high exam
--------------------------------------*/
.p-juniorHighExam-bgArea {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-juniorHighExam-bgArea {
    padding-block: 7.3333333333vw;
    background-image: url("../images/junior-high-exam/bg_img_sp.jpg");
  }
}
@media (min-width: 769px) {
  .p-juniorHighExam-bgArea {
    padding-block: 7rem;
    background-image: url("../images/junior-high-exam/bg_img_pc.jpg");
  }
}
.p-juniorHighExam-bgArea__textArea {
  color: #fff;
}
.p-juniorHighExam-bgArea__description {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-juniorHighExam-bgArea__description {
    font-size: 4.2666666667vw;
    line-height: 1.65625;
  }
}
@media (min-width: 769px) {
  .p-juniorHighExam-bgArea__description {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 768px) {
  .p-juniorHighExam-bgArea__description.--has-space-top {
    margin-top: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-juniorHighExam-bgArea__description.--has-space-top {
    margin-top: 3.5rem;
  }
}

/*
  corporates
--------------------------------------*/
.p-corporates-bgArea {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-corporates-bgArea {
    padding-block: 7.3333333333vw;
    background-image: url("../images/for-corporates/bg_sp.jpg");
  }
}
@media (min-width: 769px) {
  .p-corporates-bgArea {
    padding-block: 7rem;
    background-image: url("../images/for-corporates/bg_pc.jpg");
  }
}
.p-corporates-bgArea__textArea {
  color: #fff;
}
.p-corporates-bgArea__description {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-corporates-bgArea__description {
    font-size: 4.2666666667vw;
    line-height: 1.65625;
  }
}
@media (min-width: 769px) {
  .p-corporates-bgArea__description {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 768px) {
  .p-corporates-bgArea__description.--has-space-top {
    margin-top: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-corporates-bgArea__description.--has-space-top {
    margin-top: 3.5rem;
  }
}

/*
  company
--------------------------------------*/
.p-company {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-company {
    padding-block: 7.3333333333vw;
    background-image: url("../images/company/bg_sp.jpg");
  }
}
@media (min-width: 769px) {
  .p-company {
    padding-block: 7rem;
    background-image: url("../images/company/bg_pc.jpg");
  }
}
.p-company__textArea {
  color: #fff;
}
@media (min-width: 769px) {
  .p-company__textArea > .wp-block-group__inner-container {
    align-items: center;
  }
}
.p-company__lead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-company__lead {
    font-size: 6vw;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .p-company__lead {
    font-size: 3rem;
    line-height: 2;
  }
}
.p-company__description {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-company__description {
    font-size: 4.2666666667vw;
    line-height: 1.65625;
  }
}
@media (min-width: 769px) {
  .p-company__description {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 768px) {
  .p-company__description.--has-space-top {
    margin-top: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-company__description.--has-space-top {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .p-company__logo {
    width: 34.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-company__logo {
    width: 26rem;
    margin-left: auto;
  }
}
.p-company__logo img {
  width: 100%;
}

/*
  inview
--------------------------------------*/
.js-inview {
  opacity: 0;
  transition-duration: 1s;
}
.js-inview.is-fadeIn {
  opacity: 1;
}

/*
  snow monkey form
--------------------------------------*/
.smf-button-control {
  display: flex;
  justify-content: center;
  width: 100%;
}
.smf-button-control button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #243076;
  background-color: #fff;
  background-image: unset;
  border: 1px solid #243076;
  border-radius: 100vmax;
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .smf-button-control button[type=submit] {
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    padding-block: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .smf-button-control button[type=submit] {
    padding-inline: 5rem;
    padding-block: 1.4rem;
    font-size: 1.6rem;
  }
}
.smf-button-control button[type=submit]::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/common/icon/icon_chevron_right_navy.svg");
}
@media (max-width: 768px) {
  .smf-button-control button[type=submit]::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .smf-button-control button[type=submit]::after {
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}

.wp-block-post-title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .wp-block-post-title {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .wp-block-post-title {
    font-size: 5rem;
  }
}/*# sourceMappingURL=style.css.map */