@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: no-repeat transparent;
  color: inherit;
  font: inherit;
  font-size: 100%;
  text-align: inherit;
  text-decoration: none;
  vertical-align: baseline;
  touch-action: manipulation;
}
*::before, *::after {
  box-sizing: inherit;
  vertical-align: inherit;
}
*:not(:focus-visible) {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-word;
  word-wrap: break-word;
  hyphens: none;
}

img,
svg,
video,
embed,
canvas,
object,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

ul,
ol,
li {
  list-style: none inside;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

[href],
summary,
button,
select,
input[type=button],
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=radio],
input[type=range],
input[type=reset],
input[type=submit],
input[type=time],
input[type=week],
label[for],
label:has(input) {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

input,
button,
select,
textarea {
  appearance: none;
}

textarea {
  resize: vertical;
}

summary::marker, summary::-webkit-details-marker {
  display: none;
  content: none;
}

video:not([control]) {
  pointer-events: none;
}

code,
kbd,
pre,
var,
samp {
  font-family: Consolas, sans-serif;
}

@font-face {
  font-family: "Roobert";
  src: url("../font/roobert/Roobert-Light.woff2") format("woff2"), url("../font/roobert/Roobert-Light.woff") format("woff");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../font/roobert/Roobert-Regular.woff2") format("woff2"), url("../font/roobert/Roobert-Regular.woff") format("woff");
  font-weight: 400; /* SemiBold */
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../font/roobert/Roobert-SemiBold.woff2") format("woff2"), url("../font/roobert/Roobert-SemiBold.woff") format("woff");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}
*:focus-visible {
  outline-offset: 2px;
}

:root {
  --tos-black: #000;
  --tos-white: #fff;
  --tos-red: #e61e1e;
  --tos-blue: #0064d2;
  --tos-orange: #fa9628;
  --tos-teal: #50bebe;
  --tos-cyan: #64afe1;
  --tos-gray: #a0a0a5;
  --tos-yellow: #fad737;
  --tos-lavender: #af8cc8;
  --tos-orange-dark: #b94b00;
  --tos-teal-dark: #007580;
  --tos-cyan-dark: #265c80;
  --tos-gray-dark: #505054;
  --tos-yellow-dark: #916e00;
  --tos-lavender-dark: #644080;
  --tos-orange-25: #fee5C9;
  --tos-orange-40: #fdd5a9;
  --tos-orange-55: #fcc589;
  --tos-orange-70: #fcb669;
  --tos-orange-85: #fba648;
  --tos-teal-25: #d3efef;
  --tos-teal-40: #b9e5e5;
  --tos-teal-55: #9fdbdb;
  --tos-teal-70: #85d2d2;
  --tos-teal-85: #6ac8c8;
  --tos-cyan-25: #d8ebf7;
  --tos-cyan-40: #c1dff3;
  --tos-cyan-55: #aad3ef;
  --tos-cyan-70: #93c7ea;
  --tos-cyan-85: #7bbbe5;
  --tos-gray-25: #e7e7e8;
  --tos-gray-40: #d9d9dB;
  --tos-gray-55: #cbcbce;
  --tos-gray-70: #bdbdc0;
  --tos-gray-85: #aeaeb2;
  --tos-yellow-25: #fef5cd;
  --tos-yellow-40: #fdefaf;
  --tos-yellow-55: #fce991;
  --tos-yellow-70: #fce373;
  --tos-yellow-85: #fbdd55;
  --tos-lavender-25: #ebe2f1;
  --tos-lavender-40: #dfd1e9;
  --tos-lavender-55: #d3c0e1;
  --tos-lavender-70: #c7afd9;
  --tos-lavender-85: #bb9dd0;
  --red-01: #FF0101;
  --gray-01: #f6f4f2;
}

html {
  overflow: hidden auto;
  font-family: "BIZ UDPGothic", Arial, "Helvetica Neue", Helvetica, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body {
  overflow: hidden auto;
  line-height: 1.5;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  body {
    font-size: 1.4rem;
  }
}

[href] {
  color: #0066C0;
}
@media (hover) {
  [href]:hover {
    text-decoration: underline;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .container p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .container p {
    margin-bottom: 15px;
  }
}

.h2 {
  color: var(--main-dark-color);
}
@media (min-width: 769px) {
  .h2 {
    font-size: 2.4rem;
  }
  .h2.font-en-point {
    font-size: 3rem;
  }
}
@media (max-width: 768.98px) {
  .h2 {
    font-size: 1.8rem;
  }
  .h2.font-en-point {
    font-size: 2rem;
  }
  .h2.font-en-point.h2-sm-sp {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .h2.h2-lg {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 768.98px) {
  .h2.h2-lg {
    font-size: 1.8rem;
  }
}

.h3 {
  margin-top: 40px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768.98px) {
  .h3 {
    font-size: 2rem;
  }
}
.h3 + * {
  margin-top: 25px;
}

.h4 {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768.98px) {
  .h4 {
    font-size: 1.6rem;
  }
}
.h4 + * {
  margin-top: 15px;
}

.h5 {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  .h5 {
    font-size: 1.4rem;
  }
}
.h5 + * {
  margin-top: 15px;
}

.h6 {
  margin-top: 25px;
}
.h6 + * {
  margin-top: 15px;
}

.title-wrap {
  margin-bottom: 15px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-1 > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-1 > .flex-item-1 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-1 > .flex-item-1-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1 > .flex-item-1-sp {
    width: 100%;
  }
}
.flex-1 > .flex-item-offset-1 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-1 > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1 > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-1-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-1-pc > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-1-pc > .flex-item-1 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-1-pc > .flex-item-1-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-1-pc > .flex-item-1-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-1-pc > .flex-item-offset-1 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-1-pc > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-1-pc > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-1-sp > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-1-sp > .flex-item-1 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-1-sp > .flex-item-1-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-1-sp > .flex-item-1-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1-sp > .flex-item-offset-1 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-1-sp > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-1-sp > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}
.flex-2 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-2 > * {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-2 > .flex-item-1 {
  width: 50%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-1-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-1-sp {
    width: 50%;
  }
}
.flex-2 > .flex-item-offset-1 {
  margin-left: 50%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
.flex-2 > .flex-item-2 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-2-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-2-sp {
    width: 100%;
  }
}
.flex-2 > .flex-item-offset-2 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-2-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-2-pc > * {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-2-pc > .flex-item-1 {
    width: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-1-pc {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-1-sp {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-1 {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-2 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-2-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-2-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-2 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-2-sp > * {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-2-sp > .flex-item-1 {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-1-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-1-sp {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-1 {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-2 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-2-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-2-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-2 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}
.flex-3 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-3 > * {
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-3 > .flex-item-1 {
  width: 33.3333333333%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
.flex-3 > .flex-item-offset-1 {
  margin-left: 33.3333333333%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
.flex-3 > .flex-item-2 {
  width: 66.6666666667%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
.flex-3 > .flex-item-offset-2 {
  margin-left: 66.6666666667%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
.flex-3 > .flex-item-3 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-3-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-3-sp {
    width: 100%;
  }
}
.flex-3 > .flex-item-offset-3 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-3-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-3-pc > * {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-3-pc > .flex-item-1 {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-1 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-2 {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-2 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-3 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-3-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-3-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-3 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-3-sp > * {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-3-sp > .flex-item-1 {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-1 {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-2 {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-2 {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-3 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-3-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-3-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-3 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}
.flex-4 {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-4 > * {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-4 > .flex-item-1 {
  width: 25%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-1-pc {
    width: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-1-sp {
    width: 25%;
  }
}
.flex-4 > .flex-item-offset-1 {
  margin-left: 25%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
.flex-4 > .flex-item-2 {
  width: 50%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-2-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-2-sp {
    width: 50%;
  }
}
.flex-4 > .flex-item-offset-2 {
  margin-left: 50%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
.flex-4 > .flex-item-3 {
  width: 75%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-3-pc {
    width: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-3-sp {
    width: 75%;
  }
}
.flex-4 > .flex-item-offset-3 {
  margin-left: 75%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
.flex-4 > .flex-item-4 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-4-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-4-sp {
    width: 100%;
  }
}
.flex-4 > .flex-item-offset-4 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-4-pc {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-4-pc > * {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-4-pc > .flex-item-1 {
    width: 25%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-1-pc {
    width: 25%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-1-sp {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-1 {
    margin-left: 25%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-2 {
    width: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-2-pc {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-2-sp {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-2 {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-3 {
    width: 75%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-3-pc {
    width: 75%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-3-sp {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-3 {
    margin-left: 75%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-4 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-4-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-4-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-4 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-4-sp > * {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-4-sp > .flex-item-1 {
    width: 25%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-1-pc {
    width: 25%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-1-sp {
    width: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-1 {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-2 {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-2-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-2-sp {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-2 {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-3 {
    width: 75%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-3-pc {
    width: 75%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-3-sp {
    width: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-3 {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-4 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-4-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-4-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-4 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}
.flex-5 {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-5 > * {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-5 > .flex-item-1 {
  width: 20%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-1-pc {
    width: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-1-sp {
    width: 20%;
  }
}
.flex-5 > .flex-item-offset-1 {
  margin-left: 20%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
.flex-5 > .flex-item-2 {
  width: 40%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-2-pc {
    width: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-2-sp {
    width: 40%;
  }
}
.flex-5 > .flex-item-offset-2 {
  margin-left: 40%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
.flex-5 > .flex-item-3 {
  width: 60%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-3-pc {
    width: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-3-sp {
    width: 60%;
  }
}
.flex-5 > .flex-item-offset-3 {
  margin-left: 60%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
.flex-5 > .flex-item-4 {
  width: 80%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-4-pc {
    width: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-4-sp {
    width: 80%;
  }
}
.flex-5 > .flex-item-offset-4 {
  margin-left: 80%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
.flex-5 > .flex-item-5 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-5-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-5-sp {
    width: 100%;
  }
}
.flex-5 > .flex-item-offset-5 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-5-pc {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-5-pc > * {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-5-pc > .flex-item-1 {
    width: 20%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-1-pc {
    width: 20%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-1-sp {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-1 {
    margin-left: 20%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-2 {
    width: 40%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-2-pc {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-2-sp {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-2 {
    margin-left: 40%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-3 {
    width: 60%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-3-pc {
    width: 60%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-3-sp {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-3 {
    margin-left: 60%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-4 {
    width: 80%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-4-pc {
    width: 80%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-4-sp {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-4 {
    margin-left: 80%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-5 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-5-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-5-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-5 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-5-sp > * {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-5-sp > .flex-item-1 {
    width: 20%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-1-pc {
    width: 20%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-1-sp {
    width: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-1 {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-2 {
    width: 40%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-2-pc {
    width: 40%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-2-sp {
    width: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-2 {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-3 {
    width: 60%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-3-pc {
    width: 60%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-3-sp {
    width: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-3 {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-4 {
    width: 80%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-4-pc {
    width: 80%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-4-sp {
    width: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-4 {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-5 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-5-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-5-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-5 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}
.flex-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .flex-reverse-pc {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768.98px) {
  .flex-reverse-sp {
    flex-direction: row-reverse;
  }
}
.button {
  display: inline-block;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  background-image: radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, var(--main-color));
  background-color: var(--main-color);
  background-position: 50% -5px;
  background-size: 100% 260%;
  font-weight: bold;
}
@media (min-width: 769px) {
  .button {
    font-size: 2rem;
    padding: 15px 70px 15px 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .button {
    font-size: 1.6rem;
    padding: 15px 45px 15px 15px;
    margin-bottom: 15px;
    width: 85vw;
  }
}
.button::after {
  content: url(/company/recruit/assets/img/common/icon-arrow-recruit.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  text-indent: 0;
  width: 24px;
  height: 24px;
}
@media (hover) {
  .button[href]:hover {
    text-decoration: none;
  }
}
@media (hover) {
  .button:hover {
    background-image: radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, #0059ff);
  }
}

.image-button {
  max-width: 480px;
  width: 100%;
  text-align: left;
  background-position: 50% 50%, 50% -5px;
  background-size: 100% auto, 100% 260%;
}
@media (min-width: 769px) {
  .image-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768.98px) {
  .image-button {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    font-size: 2rem;
  }
}
.image-button.product-button {
  background-image: url(/company/recruit/assets/img/carrier_japan/recruit-carrier-btn-bg-01.png), radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, var(--main-color));
}
@media (hover) {
  .image-button.product-button:hover {
    background-image: url(/company/recruit/assets/img/carrier_japan/recruit-carrier-btn-bg-01.png), radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, #0059ff);
  }
}
@media (max-width: 768.98px) {
  .image-button.product-button {
    background-position: 50% 25%, 50% -5px;
  }
}
.image-button.news-button {
  background-image: url(/company/recruit/assets/img/carrier_japan/recruit-carrier-btn-bg-02.png), radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, var(--main-color));
}
@media (hover) {
  .image-button.news-button:hover {
    background-image: url(/company/recruit/assets/img/carrier_japan/recruit-carrier-btn-bg-02.png), radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, #0059ff);
  }
}

.text-note {
  font-size: 1.2rem;
}

.text-link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding-left: 1.3em;
  font-size: 1.4rem;
}
.text-link::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  transform: rotate(225deg);
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.text-link.hide-arrow {
  padding-left: 0;
}
.text-link.hide-arrow::before {
  display: none;
}
.text-link[href] {
  color: var(--main-color);
}
@media (hover) {
  .text-link[href]:hover {
    text-decoration: underline;
  }
}
.text-link[href]::after {
  display: inline-block;
}
.text-link[href][href$=pdf]::before {
  top: 0.65em;
}
.text-link[href][href$=pdf]::after {
  content: url(/company/recruit/assets/img/common/icon-recruit-pdf.png);
  vertical-align: middle;
  margin-left: 5px;
}

.text-en {
  font-family: Arial, sans-serif;
}

.font-en-point {
  font-family: "Roobert", sans-serif;
  font-weight: 400;
}
.font-en-point.font-weight-bold {
  font-weight: 600 !important;
}

.list {
  display: table;
  max-width: 100%;
  overflow: auto;
  border-spacing: var(--space);
}
.list[style*="--list-before:"] > li::before {
  content: var(--list-before) var(--list);
}
.list[style*="--list-after:"] > li::before {
  content: var(--list) var(--list-after);
}
.list[style*="--list-after:"][style*="--list-before:"] > li::before {
  content: var(--list-before) var(--list) var(--list-after);
}
.list > li {
  display: table-row;
}
.list > li::before {
  display: table-cell;
  width: 0;
  padding-right: 0.25em;
  white-space: nowrap;
  content: var(--list);
}
.list > li[style*="--list-before:"]::before {
  content: var(--list-before) var(--list);
}
.list > li[style*="--list-after:"]::before {
  content: var(--list) var(--list-after);
}
.list > li[style*="--list-after:"][style*="--list-before:"]::before {
  content: var(--list-before) var(--list) var(--list-after);
}

.list-number {
  counter-reset: listNum;
  display: table;
  max-width: 100%;
  overflow: auto;
  border-spacing: var(--space);
}
.list-number > li {
  counter-increment: listNum;
  display: table-row;
}
.list-number > li::before {
  display: table-cell;
  width: 0;
  padding-right: 0.25em;
  white-space: nowrap;
  content: counter(listNum);
}
.list-number[style*="--list-before:"] > li::before {
  content: var(--list-before) counter(listNum);
}
.list-number[style*="--list-after:"] > li::before {
  content: counter(listNum) var(--list-after);
}
.list-number[style*="--list-after:"][style*="--list-before:"] > li::before {
  content: var(--list-before) counter(listNum) var(--list-after);
}
.list-number[style*="--num:"] {
  counter-reset: listNum -1;
  counter-increment: listNum var(--num);
}
.list-number > li[style*="--list-before:"]::before {
  content: var(--list-before) counter(listNum);
}
.list-number > li[style*="--list-after:"]::before {
  content: counter(listNum) var(--list-after);
}
.list-number > li[style*="--list-after:"][style*="--list-before:"]::before {
  content: var(--list-before) counter(listNum) var(--list-after);
}

.list-year {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.list-year::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #d2d2d2;
}
.list-year > dt {
  position: relative;
  margin: 0 auto;
  font-weight: bold;
}
.list-year > dt::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50% 50%;
  background-color: var(--main-color);
}
.list-year > dd {
  position: relative;
}
@media (max-width: 768.98px) {
  .list-year::before {
    top: -13px;
    left: 120px;
    width: 2px;
    height: calc(100% + 26px);
  }
  .list-year > dt {
    width: 110px;
    font-size: 1.6rem;
  }
  .list-year > dt::before {
    top: 4px;
    left: 115px;
    width: 12px;
    height: 12px;
  }
  .list-year > dd {
    width: calc(100% - 110px);
    padding-left: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .list-year > dd:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .list-year::before {
    top: -13px;
    left: 155px;
    width: 2px;
    height: calc(100% + 26px);
  }
  .list-year > dt {
    width: 145px;
    font-size: 1.8rem;
  }
  .list-year > dt::before {
    top: 4px;
    left: 150px;
    width: 12px;
    height: 12px;
  }
  .list-year > dd {
    width: calc(100% - 145px);
    padding-left: 55px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
  .list-year > dd:last-child {
    padding-bottom: 0;
  }
}

.table > table {
  width: 100%;
  border-spacing: 0;
}
.table > table > thead > tr > th {
  padding: 15px;
  background-color: #e7e7e8;
  font-weight: bold;
}
.table > table > tbody > tr > th,
.table > table > tbody > tr > td {
  padding: 15px;
}
.table > table > tbody > tr > th {
  font-weight: bold;
}
.table > table:has(> thead) > tbody > tr > th,
.table > table:has(> thead) > tbody > tr > td {
  border-top: solid 2px #fff;
  background-color: #f5f5f5;
}
@media (max-width: 768.98px) {
  .table > table:has(> caption ~ tbody) > tbody > tr {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .table > table:has(> caption ~ tbody) > tbody > tr > th,
  .table > table:has(> caption ~ tbody) > tbody > tr > td {
    border-top: solid 2px #DDDDDD;
  }
}
.table > table:has(> caption ~ tbody) > tbody > tr > th {
  background-color: #F5F5F6;
}
@media (max-width: 768.98px) {
  .table > table:has(> caption ~ tbody) > tbody > tr > th {
    border-top: solid 2px #DDDDDD;
  }
}
.table > table:has(> caption ~ tbody) > tbody > tr > td {
  background-color: #fff;
}

@media (max-width: 768.98px) {
  .table-scrollable {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.background-outer .table > table:has(> caption ~ tbody) > tbody > tr > th {
  background-color: #DDDDDD;
  border-top: solid 2px #D4D4D4;
}

.background-outer {
  position: relative;
}
.background-outer::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  background: inherit;
  content: "";
}
.background-outer:has(> .h2) {
  margin-top: 65px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.background-outer:has(> .h2) > .h2 {
  margin-top: 0;
}

@media (min-width: 769px) {
  .area-inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .area-inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

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

@media (min-width: 769px) {
  .sr-only-pc {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-sp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .sr-only-focusable-pc:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-focusable-sp:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
iframe {
  display: block;
}

.iframe.google-map {
  width: 100%;
}
@media (min-width: 769px) {
  .iframe.google-map {
    max-height: 450px;
  }
}
@media (max-width: 768.98px) {
  .iframe.google-map {
    max-height: 300px;
  }
}

@media (min-width: 769px) {
  .message-area {
    margin: 0 auto 40px;
  }
  .message-area:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .message-area {
    margin: 0 auto 30px;
  }
  .message-area:last-child {
    margin-bottom: 0;
  }
}
.message-text {
  margin: 30px auto 0;
  line-height: 1.5;
  font-weight: bold;
}
.message-text:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .message-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 768.98px) {
  .message-text {
    font-size: 2rem;
  }
}

.company-access {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}
.company-access:first-child {
  padding-top: 0;
}
.company-access:last-child {
  padding-bottom: 0;
}
.company-access + .company-access {
  border-top: 1px solid #d2d2d2;
}
.company-access-title {
  font-weight: bold;
}
.company-access-textarea {
  flex: 1;
}
@media (min-width: 769px) {
  .company-access-titlearea {
    width: 19.2307692%;
    margin-right: 15px;
  }
  .company-access-title {
    font-size: 1.8rem;
  }
  .company-access-map {
    width: 43.2692308%;
  }
  .company-access * + .company-access-map {
    margin-left: 70px;
  }
}
@media (max-width: 768.98px) {
  .company-access-titlearea {
    width: 100%;
    margin-bottom: 15px;
  }
  .company-access-title {
    font-size: 1.6rem;
  }
  .company-access-textarea {
    margin-bottom: 15px;
  }
  .company-access-textarea:first-child {
    margin-bottom: 0;
  }
  .company-access-map {
    width: 100%;
  }
}

.news-list > li {
  width: 100%;
}
.news-list .news-list-date {
  width: 120px;
}
.news-list-cat {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1.2;
  background-color: #e7e7e8;
  font-weight: normal;
  font-size: 1.4rem;
}
.news-list-textarea {
  flex: 1;
}
.news-list-textarea .news-list-cat {
  font-weight: normal;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .news-list > li {
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .news-list-list-date {
    font-size: 1.6rem;
  }
  .news-list-cat {
    margin-left: 20px;
    font-size: 1.4rem;
  }
  .news-list-textarea > p {
    font-size: 1.6rem;
  }
  .news-list-textarea .news-list-cat {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 768.98px) {
  .news-list > li {
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    border-bottom: 1px dotted #999;
  }
  .news-list-list-date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .news-list-cat {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .news-list-textarea > p {
    font-size: 1.4rem;
  }
  .news-list-textarea .news-list-cat {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.article-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article-wrap .article-item {
  width: 100%;
}
.article-wrap.article-wrap-1 {
  width: 100%;
}
.article-wrap.article-wrap-1 .article-item {
  width: 100%;
}
.article-wrap.article-wrap-2, .article-wrap.article-wrap-3, .article-wrap.article-wrap-4, .article-wrap.article-wrap-5 {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.article-wrap.article-wrap-2 .article-item, .article-wrap.article-wrap-3 .article-item, .article-wrap.article-wrap-4 .article-item, .article-wrap.article-wrap-5 .article-item {
  margin-right: 10px;
  margin-left: 10px;
}
.article-wrap.article-wrap-2 .article-item {
  width: calc(50% - 20px);
}
.article-wrap.article-wrap-3 .article-item {
  width: calc(33.3333% - 20px);
}
.article-wrap.article-wrap-4 .article-item {
  width: calc(25% - 20px);
}
.article-wrap.article-wrap-5 .article-item {
  width: calc(20% - 20px);
}
.article-item-thumbnail > img {
  width: 100%;
  height: auto;
}
.article-item > a {
  display: block;
  color: #000;
}
@media (hover) {
  .article-item > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.article-item-textarea {
  margin: 0;
  padding: 10px 0;
}
.article-item-title {
  font-weight: bold;
}
@media (min-width: 769px) {
  .article-wrap {
    row-gap: 40px;
  }
  .article-wrap .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-1-pc {
    width: 100%;
  }
  .article-wrap.article-wrap-1-pc .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-2-pc, .article-wrap.article-wrap-3-pc, .article-wrap.article-wrap-4-pc, .article-wrap.article-wrap-5-pc {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-wrap.article-wrap-2-pc .article-item, .article-wrap.article-wrap-3-pc .article-item, .article-wrap.article-wrap-4-pc .article-item, .article-wrap.article-wrap-5-pc .article-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .article-wrap.article-wrap-2-pc .article-item {
    width: calc(50% - 20px);
  }
  .article-wrap.article-wrap-3-pc .article-item {
    width: calc(33.3333% - 20px);
  }
  .article-wrap.article-wrap-4-pc .article-item {
    width: calc(25% - 20px);
  }
  .article-wrap.article-wrap-5-pc .article-item {
    width: calc(20% - 20px);
  }
  .article-item-textarea > p {
    font-size: 1.6rem;
  }
  .article-item-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768.98px) {
  .article-wrap {
    width: 100%;
    row-gap: 30px;
  }
  .article-wrap .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-1-sp {
    width: 100%;
  }
  .article-wrap.article-wrap-1-sp .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-2-sp, .article-wrap.article-wrap-3-sp, .article-wrap.article-wrap-4-sp, .article-wrap.article-wrap-5-sp {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-wrap.article-wrap-2-sp .article-item, .article-wrap.article-wrap-3-sp .article-item, .article-wrap.article-wrap-4-sp .article-item, .article-wrap.article-wrap-5-sp .article-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .article-wrap.article-wrap-2-sp .article-item {
    width: calc(50% - 20px);
  }
  .article-wrap.article-wrap-3-sp .article-item {
    width: calc(33.3333% - 20px);
  }
  .article-wrap.article-wrap-4-sp .article-item {
    width: calc(25% - 20px);
  }
  .article-wrap.article-wrap-5-sp .article-item {
    width: calc(20% - 20px);
  }
  .article-item-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .article-item-textarea > p {
    font-size: 1.4rem;
  }
}

.page-navigation {
  width: 100%;
  padding: 0 10px;
  background-color: #f6f4f2;
}
@media (min-width: 769px) {
  .page-navigation {
    margin: 0 auto 90px;
  }
}
@media (max-width: 768.98px) {
  .page-navigation {
    margin: 0 auto 45px;
  }
}
.page-navigation-local {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 769px) {
  .page-navigation-local {
    padding: 20px 0 30px;
  }
  .page-navigation-local > li {
    margin: 10px 20px 0 0;
  }
}
@media (max-width: 768.98px) {
  .page-navigation-local {
    padding: 0 0 15px 0;
  }
  .page-navigation-local > li {
    margin: 15px 15px 0 0;
  }
}
.page-navigation-local-link {
  position: relative;
  padding-right: 24px;
  display: block;
}
.page-navigation-local-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  /*		background-color: var(--btn-text-color);
          mask-image: url('../img/common/page-navigation-link-arrow.svg');
  		mask-repeat: no-repeat;
  		mask-size: 100%;*/
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .page-navigation-local-link {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  .page-navigation-local-link {
    font-size: 1.4rem;
  }
}

a.page-navigation-local-link {
  color: #0064d2;
}

.organization {
  display: flex;
}
@media (min-width: 769px) {
  .organization {
    align-items: start;
  }
}
@media (max-width: 768.98px) {
  .organization {
    flex-direction: column;
  }
}
.organization > li {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .organization > li {
    align-items: start;
  }
}
@media (max-width: 768.98px) {
  .organization > li {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .organization > li ~ li {
    padding-left: 30px;
  }
}
@media (max-width: 768.98px) {
  .organization > li ~ li {
    padding-top: 20px;
  }
}

.organization-label {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 30px;
}
@media (min-width: 769px) {
  .organization-label {
    min-width: 150px;
    min-height: 45px;
  }
}
@media (max-width: 768.98px) {
  .organization-label {
    min-width: 130px;
    min-height: 35px;
  }
}
.organization > li ~ li::before {
  position: absolute;
  background-color: #505054;
  content: "";
}
@media (min-width: 769px) {
  .organization > li ~ li::before {
    top: 20.5px;
    left: 0;
    width: 30px;
    height: 2px;
  }
}
@media (max-width: 768.98px) {
  .organization > li ~ li::before {
    top: 0;
    left: 65px;
    width: 2px;
    height: 20px;
  }
}

.organization-lv2 {
  position: relative;
}
@media (min-width: 769px) {
  .organization-lv2 {
    padding-left: 60px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 {
    left: 65px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 65px;
  }
}
.organization-lv2::before {
  position: absolute;
  width: 2px;
  background-color: #505054;
  content: "";
}
@media (min-width: 769px) {
  .organization-lv2::before {
    top: 22.5px;
    left: 30px;
    bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2::before {
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .organization-lv2:has(> li:last-of-type)::before {
    bottom: 22.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2:has(> li:last-of-type)::before {
    bottom: 16.5px;
  }
}
@media (min-width: 769px) {
  .organization-lv2:has(> li.organization-group:last-of-type)::before {
    bottom: 46.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2:has(> li.organization-group:last-of-type)::before {
    bottom: 42.5px;
  }
}

@media (min-width: 769px) {
  .organization-lv2::after {
    position: absolute;
    top: 20.5px;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #505054;
    content: "";
  }
}
.organization-lv2 > li {
  position: relative;
}
.organization-lv2 > li:not(.organization-group)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: #505054;
  content: "";
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group)::before {
    left: -30px;
    width: 30px;
    margin-top: auto;
    margin-bottom: 22.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li:not(.organization-group)::before {
    left: -20px;
    width: 20px;
    margin-top: auto;
    margin-bottom: 16.5px;
  }
}
.organization-lv2 > li ~ li {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .organization-lv2 > li > .organization-label {
    min-width: 320px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li > .organization-label {
    min-width: 220px;
  }
}

.organization-group {
  width: fit-content;
  max-width: 100%;
  border: solid 4px #E1E1E1;
  background-color: #fff;
}
@media (min-width: 769px) {
  .organization-group {
    min-width: 320px;
    padding: 15px 28px 20px;
  }
}
@media (max-width: 768.98px) {
  .organization-group {
    min-width: 220px;
    padding: 10px 26px 20px;
  }
}
.organization-group > ul {
  margin-top: 10px;
}
.organization-group > ul > li {
  position: relative;
}
.organization-group > ul > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  margin-top: auto;
  background-color: #505054;
  content: "";
}
@media (min-width: 769px) {
  .organization-group > ul > li::before {
    left: -60px;
    bottom: 22.5px;
    width: 60px;
  }
}
@media (max-width: 768.98px) {
  .organization-group > ul > li::before {
    left: -50px;
    bottom: 16.5px;
    width: 50px;
  }
}
.organization-group > ul > li ~ li {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .organization-group > ul > li > .organization-label {
    min-width: 260px;
  }
}
@media (max-width: 768.98px) {
  .organization-group > ul > li > .organization-label {
    min-width: 160px;
  }
}

.image-round {
  border-radius: 12px;
}

.image-border {
  border: 1px solid #707070;
}

@media (min-width: 769px) {
  .card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768.98px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.card-list > li p:first-child {
  margin-bottom: 10px;
}
.card-list > li .h2 {
  margin-bottom: 5px;
}
@media (max-width: 768.98px) {
  .card-list > li {
    width: 300px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.column-thumbnails {
  position: relative;
}
@media (min-width: 769px) {
  .column-thumbnails {
    display: grid;
    grid-template-columns: 1fr 450px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768.98px) {
  .column-thumbnails {
    display: flex;
    flex-flow: column;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .column-thumbnails:last-child {
    margin-bottom: 20px;
  }
}
.column-thumbnails.column-thumbnails-reverse {
  flex-flow: column-reverse;
}
@media (max-width: 768.98px) {
  .column-thumbnails.column-thumbnails-reverse-sp {
    flex-flow: column-reverse;
  }
}
@media (min-width: 769px) {
  .column-thumbnails .column {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .column-thumbnails .column {
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .column-thumbnails .column p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .column-thumbnails .column p {
    margin-bottom: 15px;
  }
}
.column-thumbnails .btn-wrap {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .column-thumbnails .btn-wrap {
    grid-column: 1/2;
    grid-row: 2/2;
  }
}
@media (max-width: 768.98px) {
  .column-thumbnails .btn-wrap {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .column-thumbnails .column-thumbnail {
    grid-column: 2/2;
    grid-row: 1/3;
    padding-right: 0px;
  }
}
@media (max-width: 768.98px) {
  .column-thumbnails .column-thumbnail {
    text-align: center;
    margin-bottom: 25px;
  }
}

.column-two .column, .column-two .column-thumbnail {
  flex: 1 1 100%;
}
@media (min-width: 769px) {
  .column-two {
    display: flex;
  }
}

.skiplink:focus, .skiplink:focus-within {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  width: fit-content;
  min-height: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #0064d2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768.98px) {
  .skiplink:focus, .skiplink:focus-within {
    top: 48px;
  }
}
@media (min-width: 769px) {
  .skiplink:focus, .skiplink:focus-within {
    top: 12px;
  }
}
.skiplink:focus::after, .skiplink:focus-within::after {
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask-image: url(../img/common/icons-arrow.svg);
  mask-size: 400%;
  mask-position: 100%;
  content: "";
}

.header {
  display: grid;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--header-bg-color);
}
@media (min-width: 769px) {
  .header {
    grid-template-columns: auto auto 1fr 500px;
    grid-template-rows: 76px 1fr;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: auto 50px;
    grid-template-rows: 44px 1fr;
    padding-bottom: 4px;
  }
}
.header::after {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  content: "";
  height: 4px;
  background-image: linear-gradient(90deg, #152c73, #009bfe);
}
@media (min-width: 769px) {
  .header::after {
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .header::after {
    top: 44px;
  }
}
@media (max-width: 768.98px) {
  body {
    padding-top: 44px;
  }
}

@media (min-width: 769px) {
  body#top .header::before {
    background: var(--header-top-bg-color);
  }
}
@media (max-width: 768.98px) {
  body#top .header {
    background: var(--header-top-bg-color);
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .header-logo {
    position: relative;
    z-index: 1;
    margin-right: 40px;
    margin-top: 6px;
  }
}
@media (max-width: 768.98px) {
  .header-logo {
    width: fit-content;
    outline-offset: -4px;
    margin-left: 15px;
  }
  .header-logo img {
    width: 124px;
  }
}

/*  .header-identifier {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1;

      @include mq-max() { display: none; }
  }*/
@media (min-width: 769px) {
  .header-navigation-check {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 44px;
    height: 44px;
    background-color: var(--btn-text-color);
  }
  .header-navigation-check:focus-visible {
    outline-offset: -4px;
  }
}

@media (min-width: 769px) {
  [for=header-navigation-check] {
    display: none;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] {
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 5px;
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check]::before {
    position: fixed;
    inset: 44px 0 0;
    background-color: #000;
    content: "";
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] > span {
    display: block;
    position: absolute;
    top: 21px;
    right: 16px;
    width: 22px;
    height: 2px;
    background-color: var(--btn-color);
    transition: background 0.5s;
  }
  [for=header-navigation-check] > span::before, [for=header-navigation-check] > span::after {
    display: inherit;
    position: inherit;
    left: 0;
    right: 0;
    height: inherit;
    margin: inherit;
    background-color: var(--btn-color);
    transition: transform 0.5s, top 0.5s;
    content: "";
  }
  [for=header-navigation-check] > span::before {
    top: -8px;
  }
  [for=header-navigation-check] > span::after {
    top: 8px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check:not(:checked) + [for=header-navigation-check]::before {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768.98px) {
  .header-navigation-check:checked + [for=header-navigation-check]::before {
    opacity: 0.5;
  }
}
.header-navigation-check:checked + [for=header-navigation-check] > span {
  background: rgba(0, 0, 0, 0);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .header-navigation {
    display: grid;
    grid-template: inherit;
    grid-area: 2/5/2/1;
    position: relative;
    z-index: 0;
    margin-top: -76px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation {
    display: flex;
    flex-direction: column;
    grid-column: 1/3;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: height 0.5s, max-height 0.5s;
    pointer-events: none;
  }
  .header-navigation-check:checked ~ .header-navigation {
    height: calc(100vh - 44px);
    max-height: 80vh;
    overflow: auto;
  }
  .header-navigation-check:checked ~ .header-navigation * {
    pointer-events: all;
  }
  .header-navigation-check:not(:checked) ~ .header-navigation {
    height: 0;
    max-height: 0;
  }
}

@media (min-width: 769px) {
  .header-navigation-global {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    grid-area: 2/5/2/1;
    margin-top: 12px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global {
    order: 1;
  }
  .header-navigation-global[aria-hidden] {
    transition: height 0.5s;
  }
  .header-navigation-global[aria-hidden=true] {
    height: 0;
  }
  .header-navigation-global[aria-hidden=false] {
    height: var(--header-navigation-global-height);
  }
}
.header-navigation-global > * {
  position: relative;
}
@media (min-width: 769px) {
  .header-navigation-global > * {
    padding-bottom: 5px;
    margin-right: 50px;
  }
}

.header-navigation-global-link {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .header-navigation-global-link {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 1.6rem;
    color: var(--header-text-color);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link {
    width: 100%;
    height: 46px;
    padding: 10px;
    padding-right: 36px;
    color: #000;
    background-color: #f7f9fa;
    border-top: 1px solid #f3f5f6;
    font-size: 1.4rem;
    font-weight: bold;
    outline-offset: -4px;
  }
  .header-navigation-global-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 15px;
    height: 13px;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    background-color: var(--btn-text-color);
  }
}
@media (max-width: 768.98px) and (hover) {
  .header-navigation-global-link[href]:hover {
    text-decoration: none;
  }
}
.header-navigation-global-link > span {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-link > span::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--sub-color);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    content: "";
  }
  .header-navigation-global-link:hover {
    text-decoration: none;
  }
  .header-navigation-global-link:hover > span::before {
    transform: scale(1, 1);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link[aria-current=page] > span, .header-navigation-global-link[data-current=page] > span {
    color: var(--main-color);
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-current=page] > span::before, .header-navigation-global-link[data-current=page] > span::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--sub-color);
    transform: scale(1, 1);
    content: "";
  }
}

@media (min-width: 769px) {
  .header-navigation-sub {
    grid-area: 1/4/2/5;
    align-items: center;
    justify-items: flex-end;
    display: flex;
    width: 100%;
    text-align: center;
  }
  .header-navigation-sub li {
    flex: 1 1 100%;
    margin-left: 2px;
  }
  .header-navigation-sub li:first-child {
    margin-left: 0;
  }
  .header-navigation-sub li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .header-navigation-sub li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub {
    order: 2;
    color: var(--header-bg-color);
    border-top: 1px solid #e7e7e8;
    order: 1;
  }
}

.header-navigation-sub-link {
  background-color: var(--main-color);
  color: #fff;
  display: block;
}
@media (min-width: 769px) {
  .header-navigation-sub-link {
    font-size: 1.4rem;
    line-height: 35px;
  }
  .header-navigation-sub-link[href] {
    text-decoration: none;
  }
  .header-navigation-sub-link:hover {
    background-color: var(--main-dark-color);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link {
    padding: 15px 10px;
    font-weight: bold;
  }
}
@media (max-width: 768.98px) and (hover) {
  .header-navigation-sub-link[href]:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
  }
}

.footer {
  font-size: 1.4rem;
}
.footer a[href$=".pdf"]::after {
  content: url(/company/recruit/assets/img/common/icon-recruit-pdf.png);
  vertical-align: middle;
  margin-left: 5px;
}

.footer-sns {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  padding-top: 9px;
  max-width: 1220px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .footer-sns {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-end;
  }
}
@media (max-width: 768.98px) {
  .footer-sns {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .footer-sns li {
    margin-left: 40px;
  }
}
@media (max-width: 768.98px) {
  .footer-sns li {
    flex: 1 1 100%;
    text-align: center;
  }
}

.footer-nav-global-wrap {
  background-color: var(--footer-bg-color);
}

.footer-nav-global-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .footer-nav-global {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
}

.footer-logo {
  background-color: var(--footer-bg-color);
  padding-left: 10px;
}
@media (min-width: 769px) {
  .footer-logo {
    padding-top: 60px;
    padding-right: 35px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media (max-width: 768.98px) {
  .footer-logo {
    padding-top: 17px;
    padding-right: 10px;
    padding-bottom: 17px;
    display: flex;
    justify-content: center;
  }
}
.footer-logo a, .footer-logo > span {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .footer-logo a, .footer-logo > span {
    align-items: center;
  }
}
.footer-logo a span, .footer-logo > span span {
  display: inline-block;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-logo a span, .footer-logo > span span {
    margin-top: 15px;
  }
}
@media (max-width: 768.98px) {
  .footer-logo a span, .footer-logo > span span {
    margin-left: 30px;
  }
}

.footer-recruit {
  background-color: #F6F4F2;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .footer-recruit {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 45px;
    padding-right: 20px;
    position: relative;
  }
  .footer-recruit::after {
    content: "";
    display: block;
    background-color: #F6F4F2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(100vw - 1220px);
  }
}
@media (max-width: 768.98px) {
  .footer-recruit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-recruit a {
  color: #000;
}
.footer-recruit h2 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .footer-recruit h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768.98px) {
  .footer-recruit h2 {
    margin-bottom: 12px;
  }
}
.footer-recruit .footer-recruit-class-navigation {
  display: flex;
}
@media (min-width: 769px) {
  .footer-recruit .footer-recruit-class-navigation {
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 768.98px) {
  .footer-recruit .footer-recruit-class-navigation {
    border-radius: 12px;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 37px;
  }
}
.footer-recruit .footer-recruit-class-navigation li {
  text-align: center;
}
@media (min-width: 769px) {
  .footer-recruit .footer-recruit-class-navigation li {
    flex: 1 1 100%;
    margin-left: 2px;
  }
  .footer-recruit .footer-recruit-class-navigation li:first-child {
    margin-left: 0;
  }
  .footer-recruit .footer-recruit-class-navigation li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .footer-recruit .footer-recruit-class-navigation li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 768.98px) {
  .footer-recruit .footer-recruit-class-navigation li {
    width: calc(50% - 1px);
    margin-top: 2px;
    margin-right: 2px;
  }
  .footer-recruit .footer-recruit-class-navigation li:nth-child(2n) {
    margin-right: 0;
  }
  .footer-recruit .footer-recruit-class-navigation li:nth-child(1), .footer-recruit .footer-recruit-class-navigation li:nth-child(2) {
    margin-top: 0;
  }
}
.footer-recruit .footer-recruit-class-navigation li a {
  background-color: var(--main-color);
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer-recruit .footer-recruit-class-navigation li a:hover {
  background-color: var(--main-dark-color);
}
@media (min-width: 769px) {
  .footer-recruit .footer-recruit-class-navigation li a {
    font-size: 1.4rem;
    line-height: 35px;
  }
}
@media (max-width: 768.98px) {
  .footer-recruit .footer-recruit-class-navigation li a {
    padding: 12px 10px;
  }
}
.footer-recruit .footer-recruit-navigation {
  display: flex;
  padding-bottom: 5px;
  flex-wrap: wrap;
}
.footer-recruit .footer-recruit-navigation li {
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .footer-recruit .footer-recruit-navigation li {
    margin-right: 60px;
  }
  .footer-recruit .footer-recruit-navigation li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768.98px) {
  .footer-recruit .footer-recruit-navigation li {
    width: 50%;
    padding-right: 8px;
  }
}

.footer-carrier {
  background-color: #fff;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .footer-carrier {
    position: relative;
    padding-bottom: 72px;
    padding-left: 45px;
    padding-right: 20px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .footer-carrier::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(100vw - 1220px);
  }
}
@media (max-width: 768.98px) {
  .footer-carrier {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .footer-carrier .footer-carrier-navigation {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768.98px) {
  .footer-carrier .footer-carrier-navigation {
    display: block;
  }
}
.footer-carrier .footer-carrier-navigation a {
  color: #000;
}
@media (max-width: 768.98px) {
  .footer-carrier .footer-carrier-navigation a[href$=".pdf"] br {
    display: none;
  }
}
.footer-carrier .footer-carrier-navigation li {
  margin-right: 60px;
}
.footer-carrier .footer-carrier-navigation li:last-child {
  margin-right: 0;
}
@media (min-width: 769px) {
  .footer-carrier .footer-carrier-navigation li {
    margin-bottom: 15px;
  }
}
@media (max-width: 768.98px) {
  .footer-carrier .footer-carrier-navigation li {
    margin-bottom: 23px;
  }
}

.footer-nav-wrap {
  background-color: var(--main-dark-color);
}

.footer-nav-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .footer-nav-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (min-width: 769px) {
  .footer-nav {
    align-items: center;
    gap: 40px;
    height: 50px;
  }
}
@media (max-width: 768.98px) {
  .footer-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768.98px) {
  .footer-nav li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer-nav li:nth-child(2n) {
    text-align: right;
  }
}

.footer-nav-link {
  font-size: 1.2rem;
  color: #ffffff;
}
@media (max-width: 768.98px) {
  .footer-nav-link {
    justify-content: center;
  }
}
.footer-nav-link[href] {
  color: #fff;
}
@media (hover) {
  .footer-nav-link[href]:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
  }
}

.footer-copyright {
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .footer-copyright {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25em;
    height: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 768.98px) {
  .footer-copyright {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.footer-backlink {
  position: fixed;
  transition: 0.3s;
  background-color: rgba(112, 112, 112, 0.36);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  right: 20px;
}
@media (min-width: 769px) {
  .footer-backlink {
    width: 47px;
    height: 47px;
    bottom: 55px;
  }
}
@media (max-width: 768.98px) {
  .footer-backlink {
    width: 40px;
    height: 40px;
    bottom: 11px;
  }
}
.footer-backlink:hover {
  background-color: rgba(112, 112, 112, 0.8);
}
.footer-backlink:before {
  content: "";
  display: block;
  background-color: var(--footer-text-color);
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg);
  padding-top: 12px;
  width: 20px;
  height: 20px;
}
.footer-backlink[hidden] {
  opacity: 0;
  pointer-events: none;
}

.keyvisual {
  position: relative;
  background-color: var(--main-dark-color);
}
.keyvisual::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  background: linear-gradient(135deg, var(--sub-color) 0%, rgba(0, 0, 0, 0) 45%);
  border-top-left-radius: 12px;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .keyvisual::after {
    top: 45px;
    left: 45px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual::after {
    top: 20px;
    left: 15px;
  }
}
.keyvisual::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/company/recruit/assets/img/common/recruit-key-visual-bg-01.png);
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .keyvisual::before {
    background-size: 1143px;
    background-position: 0 -80px;
    width: 80px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual::before {
    background-size: 500px;
    background-position: 0 -42px;
    width: 25px;
  }
}
@media (min-width: 769px) {
  .keyvisual:has(.keyvisual-img)::before {
    background-size: 1143px;
    background-position: 0 89%;
    width: 120px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual:has(.keyvisual-img)::before {
    background-size: 1143px;
    background-position: 0 86%;
    width: 25px;
  }
}
.keyvisual .keyvisual-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #fff;
}
.keyvisual .keyvisual-inner:has(.keyvisual-img) {
  max-width: 100%;
}
@media (min-width: 769px) {
  .keyvisual .keyvisual-inner {
    padding: 30px 60px 30px 60px;
  }
  .keyvisual .keyvisual-inner:has(.keyvisual-movie) {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .keyvisual .keyvisual-inner:has(.keyvisual-img) {
    padding-left: 125px;
    padding-right: 160px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual .keyvisual-inner {
    padding: 50px 35px 50px 35px;
  }
  .keyvisual .keyvisual-inner:has(.keyvisual-movie) {
    padding-bottom: 70px;
  }
  .keyvisual .keyvisual-inner:has(.keyvisual-img) {
    padding-right: 50px;
  }
}
.keyvisual h1 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .keyvisual h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768.98px) {
  .keyvisual h1 {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .keyvisual .keyvisual-img-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .keyvisual .keyvisual-img-wrapper > * {
    flex: 1;
  }
}
.keyvisual .keyvisual-img-wrapper h1 {
  margin-left: auto;
}
@media (min-width: 769px) {
  .keyvisual .keyvisual-img-wrapper h1 {
    width: calc(50vw - 70px);
  }
}
@media (max-width: 768.98px) {
  .keyvisual .keyvisual-img-wrapper h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1220px) {
  .keyvisual .keyvisual-img-wrapper h1 {
    width: 540px;
  }
}
.keyvisual .keyvisual-img-wrapper .keyvisual-img {
  border-radius: 12px;
  overflow: hidden;
  height: 340px;
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #707070;
}
@media (min-width: 769px) {
  .keyvisual .keyvisual-img-wrapper .keyvisual-img {
    height: 340px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual .keyvisual-img-wrapper .keyvisual-img {
    height: 186px;
  }
}
.keyvisual .keyvisual-img-wrapper .keyvisual-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  object-position: -120px;
}
@media (min-width: 1660px) {
  .keyvisual .keyvisual-img-wrapper .keyvisual-img img {
    object-position: center;
  }
}
@media (max-width: 768.98px) {
  .keyvisual .keyvisual-img-wrapper .keyvisual-img img {
    object-position: center;
    width: 130%;
    max-width: inherit;
  }
}
@media (min-width: 769px) {
  .keyvisual .keyvisual-movie-wrapper h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual .keyvisual-movie-wrapper h1 {
    margin-bottom: 20px;
  }
}
.keyvisual .keyvisual-movie-wrapper .keyvisual-movie {
  position: relative;
  width: 100%;
  max-width: 840px;
  aspect-ratio: 84/46;
  margin: 0 auto;
}
.keyvisual .keyvisual-movie-wrapper .keyvisual-movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.breadcrumb {
  position: relative;
  width: 100%;
  display: flex;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 1.4rem;
  white-space: nowrap;
  background: var(--breadcrumb-bg-color);
}
.breadcrumb:before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  content: "";
}
.breadcrumb > li {
  color: var(--header-text-color);
}
.breadcrumb > li > [href] {
  color: var(--main-color);
}
@media (hover) {
  .breadcrumb > li > [href]:hover {
    text-decoration: underline;
  }
}
.breadcrumb > li ~ li {
  display: flex;
  align-items: center;
}
.breadcrumb > li ~ li::before {
  content: "＞";
  margin-left: 10px;
  margin-right: 10px;
}

.top-key-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 9px 0 0px #f6f4f2, 0 10px 0 0px var(--main-color);
}
@media (min-width: 769px) {
  .top-key-visual {
    height: 47.0424597365vw;
  }
  .top-key-visual .top-key-visual-item {
    height: 47.0424597365vw;
    border-end-start-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual {
    height: calc(101.3333333333vw + 154px);
  }
  .top-key-visual .top-key-visual-item {
    height: 101.3333333333vw;
  }
}
@media (max-width: 768.98px) and (hover) {
  .top-key-visual .top-key-visual-item[href]:hover {
    text-decoration: none;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-list {
    overflow: visible;
  }
}
@media (min-width: 1220px) {
  .top-key-visual {
    height: 620px;
  }
  .top-key-visual .top-key-visual-item {
    height: 620px;
  }
}
.top-key-visual .slick-arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1220px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.top-key-visual .slick-arrow-wrap > * {
  pointer-events: auto;
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow-wrap {
    padding: 0 10px;
  }
}
.top-key-visual .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 46px;
  height: 46px;
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow {
    transform: translateY(-50%);
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow {
    transform: translateY(calc(-50% - 74px));
  }
}
.top-key-visual .slick-arrow::before {
  content: url(/company/recruit/assets/img/common/icon-arrow-recruit-key-visual.svg);
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 46px;
  height: 46px;
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow.slick-prev {
    left: 15px;
  }
}
.top-key-visual .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow.slick-next {
    right: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow.slick-next {
    right: 15px;
  }
}
@media (hover) {
  .top-key-visual .slick-arrow:hover {
    opacity: 0.7;
  }
}
.top-key-visual .slick-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .top-key-visual .slick-btn-wrap {
    bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-btn-wrap {
    bottom: 165px;
  }
}
.top-key-visual .slick-btn-wrap > * {
  pointer-events: auto;
}
.top-key-visual .slick-btn-inner {
  position: relative;
  display: inline-block;
}
.top-key-visual .slick-btn-inner .slick-btn-area {
  position: absolute;
  right: 0;
}
@media (min-width: 769px) {
  .top-key-visual .slick-btn-inner {
    padding-right: 25px;
  }
  .top-key-visual .slick-btn-inner .slick-btn-area {
    top: calc(100% - 22px);
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-btn-inner {
    padding-right: 20px;
  }
  .top-key-visual .slick-btn-inner .slick-btn-area {
    top: calc(100% - 21px);
  }
}
.top-key-visual .slick-dots {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-key-visual .slick-dots > li {
  margin: 5px 9px;
  line-height: 1;
}
.top-key-visual .slick-dots > li > button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  background-color: var(--sub-color);
}
.top-key-visual .slick-dots > li.slick-active button {
  background-color: var(--accent-color);
}
@media (min-width: 769px) {
  .top-key-visual .slick-dots > li > button {
    width: 44px;
    height: 3px;
    box-shadow: 0 0 1px 1px #fff;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-dots > li > button {
    width: 30px;
    height: 5px;
  }
}
@media (hover) {
  .top-key-visual .slick-dots > li button:hover {
    background-color: var(--accent-color);
  }
}
.top-key-visual .slick-btn-area .slick-start,
.top-key-visual .slick-btn-area .slick-pause {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  display: none;
}
.top-key-visual .slick-btn-area .slick-start.is-active,
.top-key-visual .slick-btn-area .slick-pause.is-active {
  display: block;
}
@media (hover) {
  .top-key-visual .slick-btn-area .slick-start:hover,
  .top-key-visual .slick-btn-area .slick-pause:hover {
    opacity: 0.7;
  }
}
.top-key-visual .slick-btn-area .slick-start {
  background: url("../img/common/icon-slick-start.svg") no-repeat center center/100% auto;
}
.top-key-visual .slick-btn-area .slick-pause {
  background: url("../img/common/icon-slick-pause.svg") no-repeat center center/100% auto;
}
@media (min-width: 769px) {
  .top-key-visual .slick-btn-area .slick-start,
  .top-key-visual .slick-btn-area .slick-pause {
    width: 15px;
    height: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-btn-area .slick-start,
  .top-key-visual .slick-btn-area .slick-pause {
    width: 13px;
    height: 18px;
  }
}
.top-key-visual-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.top-key-visual-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (hover) {
  .top-key-visual-item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-key-visual-item .top-key-visual-thumbnail {
  height: 100%;
}
.top-key-visual-item .top-key-visual-thumbnail > a > img,
.top-key-visual-item .top-key-visual-thumbnail > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-key-visual-textarea .top-key-visual-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.32;
}
@media (min-width: 769px) {
  .top-key-visual-textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 72vw;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 60px 50px;
  }
  .top-key-visual-textarea .top-key-visual-title-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-start-end-radius: 12px;
    background-position: top left, -50% -205px;
    background-size: 100% 100%, 100% 270%;
    background-image: linear-gradient(165deg, rgb(0, 195, 255) 0%, rgba(0, 46, 255, 0) 40%), radial-gradient(ellipse 50% 30% at 70% 45%, rgba(0, 195, 255, 0.75) 15%, rgba(0, 46, 255, 0.8));
    mix-blend-mode: hard-light;
  }
  .top-key-visual-textarea .top-key-visual-title-bg.top-key-visual-title-bg-style-01 {
    background-image: linear-gradient(165deg, rgb(0, 195, 255) 0%, rgba(0, 46, 255, 0) 40%), radial-gradient(ellipse 20% 30% at 97% 45%, rgba(0, 195, 255, 0.6) 15%, rgba(0, 46, 255, 0.8));
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 2.35vw;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-textarea {
    display: flex;
    align-items: center;
    min-height: 154px;
    padding: 5px 15px;
    background-image: radial-gradient(ellipse 40% 30% at 50% 50%, var(--sub-color) 15%, var(--main-color));
    background-color: var(--main-color);
    background-position: 50% 20px;
    background-size: 100% 80vw;
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 1.9rem;
    line-height: 1.75;
  }
  .top-key-visual-textarea .top-key-visual-title br {
    display: none;
  }
}
@media (min-width: 1220px) {
  .top-key-visual-textarea {
    max-width: calc((100vw - 1220px) / 2 + 900px);
    padding-left: calc((100vw - 1220px) / 2 + 70px);
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 3rem;
  }
}
.top-key-visual-scroll {
  position: absolute;
  color: #fff;
  transform: rotate(90deg) translateX(-9.5rem) translateY(1.3rem);
  z-index: 5;
  letter-spacing: 4px;
  font-size: 1.4rem;
}
@media (min-width: 1220px) {
  .top-key-visual-scroll {
    transform: rotate(90deg) translateX(-9.5rem) translateY(-0.7rem);
    letter-spacing: 6px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-scroll {
    display: none;
  }
}
@media (hover) {
  .top-key-visual-scroll:hover {
    text-decoration: none;
    text-shadow: 0 0 10px rgb(0, 0, 0);
  }
}
.top-key-visual-scroll::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #fff;
  border-bottom: 0;
  transform: rotate(-90deg) translateX(-0.7rem) translateY(0.3rem);
}
.top-message-text {
  color: var(--main-color);
  text-align: center;
  font-weight: bold;
}
.container .top-message-text {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .top-message-text {
    font-size: 3rem;
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768.98px) {
  .top-message-text {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}
.top-message-text span {
  display: inline-block;
}
@media (min-width: 769px) {
  .top-column-thumbnails {
    grid-template-columns: 1fr 400px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768.98px) {
  .top-column-thumbnails {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails:nth-child(even) {
    grid-template-columns: 400px 1fr;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails:nth-child(even)::after {
    left: auto;
    right: -40px;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails:nth-child(even) .column-thumbnail {
    grid-column: 1/1;
    grid-row: 1/3;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails:nth-child(even) .column {
    grid-column: 2/2;
    grid-row: 1/2;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails:nth-child(even) .btn-wrap {
    grid-column: 2/2;
    grid-row: 2/3;
    text-align: right;
    margin-right: 20px;
    margin-left: 0;
  }
}
.top-column-thumbnails::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 60px;
  border-bottom: 1px solid var(--main-color);
}
@media (min-width: 769px) {
  .top-column-thumbnails::after {
    left: -40px;
  }
}
@media (max-width: 768.98px) {
  .top-column-thumbnails::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .top-column-thumbnails .btn-wrap {
    margin-left: 20px;
  }
}
.top-solution-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.top-solution-icon-list li {
  margin-right: 15px;
  margin-bottom: 5px;
}
.top-solution-icon-list li:last-child {
  margin-right: 0px;
}
.top-solution-icon-list li a, .top-solution-icon-list li span {
  width: 55px;
  height: 55px;
  display: block;
  background-color: var(--main-dark-color);
  border-radius: 28px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
@media (hover) {
  .top-solution-icon-list li a[href]:hover, .top-solution-icon-list li span[href]:hover {
    box-shadow: 0 0 5px 4px #9ca2be;
    text-decoration: none;
  }
}
.top-solution-icon-list li h2 {
  margin-bottom: 10px;
}
.top-background-employee {
  background: linear-gradient(0deg, #001782 0%, var(--main-color) 100%);
  color: #fff;
  text-align: center;
}
@media (max-width: 768.98px) {
  .top-background-employee {
    padding-bottom: 20px;
  }
}
.top-background-employee h2 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .top-background-employee h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-background-employee h2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.top-employee-list {
  text-align: left;
  position: relative;
  padding-top: 8.5rem;
}
@media (min-width: 769px) {
  .top-employee-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.top-employee-list::before {
  content: "Member interview / Member interview / Member interview / Member interview / Member interview / Member interview / ";
  display: block;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 120vw;
  font-size: 5rem;
  font-family: "Roobert", sans-serif;
  font-weight: 300;
  opacity: 0.2;
  white-space: nowrap;
  top: 0;
  line-height: 1;
  text-align: center;
  color: var(--sub-color);
}
@media (min-width: 769px) {
  .top-employee-list::before {
    left: -100px;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list::before {
    left: -8px;
  }
}
@media (min-width: 1320px) {
  .top-employee-list::before {
    left: calc((1220px - 100vw) / 2 - 10vw);
  }
}
@media (max-width: 768.98px) {
  .top-employee-list li {
    width: 314px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top-employee-list li a {
  color: #fff;
  background: linear-gradient(215deg, rgba(0, 0, 0, 0) 65%, #005dd0 90%);
  display: block;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .top-employee-list li a {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list li a {
    padding-bottom: 10px;
  }
}
@media (hover) {
  .top-employee-list li a[href]:hover {
    text-decoration: none;
    background: linear-gradient(215deg, rgba(0, 0, 0, 0) 65%, var(--accent-color) 90%);
  }
}
.top-employee-list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background-color: #fff;
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
}
.top-employee-list li a p {
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .top-employee-list li a .top-employee-img img {
    width: 100%;
  }
}
.top-employee-list li a .top-employee-affiliation {
  display: block;
}
@media (min-width: 769px) {
  .top-employee-list li a .top-employee-affiliation {
    font-size: 1.4rem;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list li a .top-employee-affiliation {
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-employee-list li a .top-employee-name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .top-employee-list li a .top-employee-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list li a .top-employee-name {
    font-size: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-employee-list li a .top-employee-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .top-note-wrap img {
    margin-right: 30px;
  }
}
@media (max-width: 768.98px) {
  .top-note-wrap img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.h2-purpose {
  text-align: center;
  font-weight: bold;
  color: var(--main-dark-color);
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .h2-purpose {
    margin-top: 40px;
    font-size: 3rem;
  }
}
@media (max-width: 768.98px) {
  .h2-purpose {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.h2-purpose::before, .h2-purpose::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid var(--main-dark-color);
}
@media (min-width: 769px) {
  .h2-purpose::before, .h2-purpose::after {
    width: 30px;
  }
}
@media (max-width: 768.98px) {
  .h2-purpose::before, .h2-purpose::after {
    width: 18px;
  }
}
.h2-purpose::before {
  margin-right: 10px;
}
.h2-purpose::after {
  margin-left: 10px;
}

.background-round {
  border-radius: 12px;
}
@media (min-width: 769px) {
  .background-round {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768.98px) {
  .background-round {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .background-round.background-round-wide {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.purpose-column-wrap .purpose-column {
  gap: 40px;
}
@media (min-width: 769px) {
  .purpose-column-wrap .purpose-column {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .purpose-column-wrap .purpose-column {
    margin-bottom: 35px;
  }
}
.purpose-column-wrap .purpose-column:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .purpose-column-wrap .purpose-column:nth-child(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 768.98px) {
  .purpose-column-wrap .purpose-column .font-weight-bold.display-block {
    font-size: 1.6rem;
  }
}

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

@media (min-width: 769px) {
  .display-block-pc {
    display: block !important;
  }
}
@media (max-width: 768.98px) {
  .display-block-sp {
    display: block !important;
  }
}
.display-inline-block {
  display: inline-block !important;
}

@media (min-width: 769px) {
  .display-inline-block-pc {
    display: inline-block !important;
  }
}
@media (max-width: 768.98px) {
  .display-inline-block-sp {
    display: inline-block !important;
  }
}
.display-inline {
  display: inline !important;
}

@media (min-width: 769px) {
  .display-inline-pc {
    display: inline !important;
  }
}
@media (max-width: 768.98px) {
  .display-inline-sp {
    display: inline !important;
  }
}
.display-flex {
  display: flex !important;
}

@media (min-width: 769px) {
  .display-flex-pc {
    display: flex !important;
  }
}
@media (max-width: 768.98px) {
  .display-flex-sp {
    display: flex !important;
  }
}
.display-none {
  display: none !important;
}

@media (min-width: 769px) {
  .display-none-pc {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .display-none-sp {
    display: none !important;
  }
}
.width-0 {
  width: 0px !important;
}

@media (min-width: 769px) {
  .width-0-pc {
    width: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .width-0-sp {
    width: 0px !important;
  }
}
.width-5 {
  width: 5px !important;
}

@media (min-width: 769px) {
  .width-5-pc {
    width: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .width-5-sp {
    width: 5px !important;
  }
}
.width-10 {
  width: 10px !important;
}

@media (min-width: 769px) {
  .width-10-pc {
    width: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .width-10-sp {
    width: 10px !important;
  }
}
.width-15 {
  width: 15px !important;
}

@media (min-width: 769px) {
  .width-15-pc {
    width: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .width-15-sp {
    width: 15px !important;
  }
}
.width-20 {
  width: 20px !important;
}

@media (min-width: 769px) {
  .width-20-pc {
    width: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .width-20-sp {
    width: 20px !important;
  }
}
.width-25 {
  width: 25px !important;
}

@media (min-width: 769px) {
  .width-25-pc {
    width: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .width-25-sp {
    width: 25px !important;
  }
}
.width-30 {
  width: 30px !important;
}

@media (min-width: 769px) {
  .width-30-pc {
    width: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .width-30-sp {
    width: 30px !important;
  }
}
.width-35 {
  width: 35px !important;
}

@media (min-width: 769px) {
  .width-35-pc {
    width: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .width-35-sp {
    width: 35px !important;
  }
}
.width-40 {
  width: 40px !important;
}

@media (min-width: 769px) {
  .width-40-pc {
    width: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .width-40-sp {
    width: 40px !important;
  }
}
.width-45 {
  width: 45px !important;
}

@media (min-width: 769px) {
  .width-45-pc {
    width: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .width-45-sp {
    width: 45px !important;
  }
}
.width-50 {
  width: 50px !important;
}

@media (min-width: 769px) {
  .width-50-pc {
    width: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .width-50-sp {
    width: 50px !important;
  }
}
.width-55 {
  width: 55px !important;
}

@media (min-width: 769px) {
  .width-55-pc {
    width: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .width-55-sp {
    width: 55px !important;
  }
}
.width-60 {
  width: 60px !important;
}

@media (min-width: 769px) {
  .width-60-pc {
    width: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .width-60-sp {
    width: 60px !important;
  }
}
.width-65 {
  width: 65px !important;
}

@media (min-width: 769px) {
  .width-65-pc {
    width: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .width-65-sp {
    width: 65px !important;
  }
}
.width-70 {
  width: 70px !important;
}

@media (min-width: 769px) {
  .width-70-pc {
    width: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .width-70-sp {
    width: 70px !important;
  }
}
.width-75 {
  width: 75px !important;
}

@media (min-width: 769px) {
  .width-75-pc {
    width: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .width-75-sp {
    width: 75px !important;
  }
}
.width-80 {
  width: 80px !important;
}

@media (min-width: 769px) {
  .width-80-pc {
    width: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .width-80-sp {
    width: 80px !important;
  }
}
.width-85 {
  width: 85px !important;
}

@media (min-width: 769px) {
  .width-85-pc {
    width: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .width-85-sp {
    width: 85px !important;
  }
}
.width-90 {
  width: 90px !important;
}

@media (min-width: 769px) {
  .width-90-pc {
    width: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .width-90-sp {
    width: 90px !important;
  }
}
.width-95 {
  width: 95px !important;
}

@media (min-width: 769px) {
  .width-95-pc {
    width: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .width-95-sp {
    width: 95px !important;
  }
}
.width-100 {
  width: 100px !important;
}

@media (min-width: 769px) {
  .width-100-pc {
    width: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .width-100-sp {
    width: 100px !important;
  }
}
.width-105 {
  width: 105px !important;
}

@media (min-width: 769px) {
  .width-105-pc {
    width: 105px !important;
  }
}
@media (max-width: 768.98px) {
  .width-105-sp {
    width: 105px !important;
  }
}
.width-110 {
  width: 110px !important;
}

@media (min-width: 769px) {
  .width-110-pc {
    width: 110px !important;
  }
}
@media (max-width: 768.98px) {
  .width-110-sp {
    width: 110px !important;
  }
}
.width-115 {
  width: 115px !important;
}

@media (min-width: 769px) {
  .width-115-pc {
    width: 115px !important;
  }
}
@media (max-width: 768.98px) {
  .width-115-sp {
    width: 115px !important;
  }
}
.width-120 {
  width: 120px !important;
}

@media (min-width: 769px) {
  .width-120-pc {
    width: 120px !important;
  }
}
@media (max-width: 768.98px) {
  .width-120-sp {
    width: 120px !important;
  }
}
.width-125 {
  width: 125px !important;
}

@media (min-width: 769px) {
  .width-125-pc {
    width: 125px !important;
  }
}
@media (max-width: 768.98px) {
  .width-125-sp {
    width: 125px !important;
  }
}
.width-130 {
  width: 130px !important;
}

@media (min-width: 769px) {
  .width-130-pc {
    width: 130px !important;
  }
}
@media (max-width: 768.98px) {
  .width-130-sp {
    width: 130px !important;
  }
}
.width-135 {
  width: 135px !important;
}

@media (min-width: 769px) {
  .width-135-pc {
    width: 135px !important;
  }
}
@media (max-width: 768.98px) {
  .width-135-sp {
    width: 135px !important;
  }
}
.width-140 {
  width: 140px !important;
}

@media (min-width: 769px) {
  .width-140-pc {
    width: 140px !important;
  }
}
@media (max-width: 768.98px) {
  .width-140-sp {
    width: 140px !important;
  }
}
.width-145 {
  width: 145px !important;
}

@media (min-width: 769px) {
  .width-145-pc {
    width: 145px !important;
  }
}
@media (max-width: 768.98px) {
  .width-145-sp {
    width: 145px !important;
  }
}
.width-150 {
  width: 150px !important;
}

@media (min-width: 769px) {
  .width-150-pc {
    width: 150px !important;
  }
}
@media (max-width: 768.98px) {
  .width-150-sp {
    width: 150px !important;
  }
}
.width-155 {
  width: 155px !important;
}

@media (min-width: 769px) {
  .width-155-pc {
    width: 155px !important;
  }
}
@media (max-width: 768.98px) {
  .width-155-sp {
    width: 155px !important;
  }
}
.width-160 {
  width: 160px !important;
}

@media (min-width: 769px) {
  .width-160-pc {
    width: 160px !important;
  }
}
@media (max-width: 768.98px) {
  .width-160-sp {
    width: 160px !important;
  }
}
.width-165 {
  width: 165px !important;
}

@media (min-width: 769px) {
  .width-165-pc {
    width: 165px !important;
  }
}
@media (max-width: 768.98px) {
  .width-165-sp {
    width: 165px !important;
  }
}
.width-170 {
  width: 170px !important;
}

@media (min-width: 769px) {
  .width-170-pc {
    width: 170px !important;
  }
}
@media (max-width: 768.98px) {
  .width-170-sp {
    width: 170px !important;
  }
}
.width-175 {
  width: 175px !important;
}

@media (min-width: 769px) {
  .width-175-pc {
    width: 175px !important;
  }
}
@media (max-width: 768.98px) {
  .width-175-sp {
    width: 175px !important;
  }
}
.width-180 {
  width: 180px !important;
}

@media (min-width: 769px) {
  .width-180-pc {
    width: 180px !important;
  }
}
@media (max-width: 768.98px) {
  .width-180-sp {
    width: 180px !important;
  }
}
.width-185 {
  width: 185px !important;
}

@media (min-width: 769px) {
  .width-185-pc {
    width: 185px !important;
  }
}
@media (max-width: 768.98px) {
  .width-185-sp {
    width: 185px !important;
  }
}
.width-190 {
  width: 190px !important;
}

@media (min-width: 769px) {
  .width-190-pc {
    width: 190px !important;
  }
}
@media (max-width: 768.98px) {
  .width-190-sp {
    width: 190px !important;
  }
}
.width-195 {
  width: 195px !important;
}

@media (min-width: 769px) {
  .width-195-pc {
    width: 195px !important;
  }
}
@media (max-width: 768.98px) {
  .width-195-sp {
    width: 195px !important;
  }
}
.width-200 {
  width: 200px !important;
}

@media (min-width: 769px) {
  .width-200-pc {
    width: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .width-200-sp {
    width: 200px !important;
  }
}
.width-205 {
  width: 205px !important;
}

@media (min-width: 769px) {
  .width-205-pc {
    width: 205px !important;
  }
}
@media (max-width: 768.98px) {
  .width-205-sp {
    width: 205px !important;
  }
}
.width-210 {
  width: 210px !important;
}

@media (min-width: 769px) {
  .width-210-pc {
    width: 210px !important;
  }
}
@media (max-width: 768.98px) {
  .width-210-sp {
    width: 210px !important;
  }
}
.width-215 {
  width: 215px !important;
}

@media (min-width: 769px) {
  .width-215-pc {
    width: 215px !important;
  }
}
@media (max-width: 768.98px) {
  .width-215-sp {
    width: 215px !important;
  }
}
.width-220 {
  width: 220px !important;
}

@media (min-width: 769px) {
  .width-220-pc {
    width: 220px !important;
  }
}
@media (max-width: 768.98px) {
  .width-220-sp {
    width: 220px !important;
  }
}
.width-225 {
  width: 225px !important;
}

@media (min-width: 769px) {
  .width-225-pc {
    width: 225px !important;
  }
}
@media (max-width: 768.98px) {
  .width-225-sp {
    width: 225px !important;
  }
}
.width-230 {
  width: 230px !important;
}

@media (min-width: 769px) {
  .width-230-pc {
    width: 230px !important;
  }
}
@media (max-width: 768.98px) {
  .width-230-sp {
    width: 230px !important;
  }
}
.width-235 {
  width: 235px !important;
}

@media (min-width: 769px) {
  .width-235-pc {
    width: 235px !important;
  }
}
@media (max-width: 768.98px) {
  .width-235-sp {
    width: 235px !important;
  }
}
.width-240 {
  width: 240px !important;
}

@media (min-width: 769px) {
  .width-240-pc {
    width: 240px !important;
  }
}
@media (max-width: 768.98px) {
  .width-240-sp {
    width: 240px !important;
  }
}
.width-245 {
  width: 245px !important;
}

@media (min-width: 769px) {
  .width-245-pc {
    width: 245px !important;
  }
}
@media (max-width: 768.98px) {
  .width-245-sp {
    width: 245px !important;
  }
}
.width-250 {
  width: 250px !important;
}

@media (min-width: 769px) {
  .width-250-pc {
    width: 250px !important;
  }
}
@media (max-width: 768.98px) {
  .width-250-sp {
    width: 250px !important;
  }
}
.width-255 {
  width: 255px !important;
}

@media (min-width: 769px) {
  .width-255-pc {
    width: 255px !important;
  }
}
@media (max-width: 768.98px) {
  .width-255-sp {
    width: 255px !important;
  }
}
.width-260 {
  width: 260px !important;
}

@media (min-width: 769px) {
  .width-260-pc {
    width: 260px !important;
  }
}
@media (max-width: 768.98px) {
  .width-260-sp {
    width: 260px !important;
  }
}
.width-265 {
  width: 265px !important;
}

@media (min-width: 769px) {
  .width-265-pc {
    width: 265px !important;
  }
}
@media (max-width: 768.98px) {
  .width-265-sp {
    width: 265px !important;
  }
}
.width-270 {
  width: 270px !important;
}

@media (min-width: 769px) {
  .width-270-pc {
    width: 270px !important;
  }
}
@media (max-width: 768.98px) {
  .width-270-sp {
    width: 270px !important;
  }
}
.width-275 {
  width: 275px !important;
}

@media (min-width: 769px) {
  .width-275-pc {
    width: 275px !important;
  }
}
@media (max-width: 768.98px) {
  .width-275-sp {
    width: 275px !important;
  }
}
.width-280 {
  width: 280px !important;
}

@media (min-width: 769px) {
  .width-280-pc {
    width: 280px !important;
  }
}
@media (max-width: 768.98px) {
  .width-280-sp {
    width: 280px !important;
  }
}
.width-285 {
  width: 285px !important;
}

@media (min-width: 769px) {
  .width-285-pc {
    width: 285px !important;
  }
}
@media (max-width: 768.98px) {
  .width-285-sp {
    width: 285px !important;
  }
}
.width-290 {
  width: 290px !important;
}

@media (min-width: 769px) {
  .width-290-pc {
    width: 290px !important;
  }
}
@media (max-width: 768.98px) {
  .width-290-sp {
    width: 290px !important;
  }
}
.width-295 {
  width: 295px !important;
}

@media (min-width: 769px) {
  .width-295-pc {
    width: 295px !important;
  }
}
@media (max-width: 768.98px) {
  .width-295-sp {
    width: 295px !important;
  }
}
.width-300 {
  width: 300px !important;
}

@media (min-width: 769px) {
  .width-300-pc {
    width: 300px !important;
  }
}
@media (max-width: 768.98px) {
  .width-300-sp {
    width: 300px !important;
  }
}
.width-305 {
  width: 305px !important;
}

@media (min-width: 769px) {
  .width-305-pc {
    width: 305px !important;
  }
}
@media (max-width: 768.98px) {
  .width-305-sp {
    width: 305px !important;
  }
}
.width-310 {
  width: 310px !important;
}

@media (min-width: 769px) {
  .width-310-pc {
    width: 310px !important;
  }
}
@media (max-width: 768.98px) {
  .width-310-sp {
    width: 310px !important;
  }
}
.width-315 {
  width: 315px !important;
}

@media (min-width: 769px) {
  .width-315-pc {
    width: 315px !important;
  }
}
@media (max-width: 768.98px) {
  .width-315-sp {
    width: 315px !important;
  }
}
.width-320 {
  width: 320px !important;
}

@media (min-width: 769px) {
  .width-320-pc {
    width: 320px !important;
  }
}
@media (max-width: 768.98px) {
  .width-320-sp {
    width: 320px !important;
  }
}
.width-325 {
  width: 325px !important;
}

@media (min-width: 769px) {
  .width-325-pc {
    width: 325px !important;
  }
}
@media (max-width: 768.98px) {
  .width-325-sp {
    width: 325px !important;
  }
}
.width-330 {
  width: 330px !important;
}

@media (min-width: 769px) {
  .width-330-pc {
    width: 330px !important;
  }
}
@media (max-width: 768.98px) {
  .width-330-sp {
    width: 330px !important;
  }
}
.width-335 {
  width: 335px !important;
}

@media (min-width: 769px) {
  .width-335-pc {
    width: 335px !important;
  }
}
@media (max-width: 768.98px) {
  .width-335-sp {
    width: 335px !important;
  }
}
.width-340 {
  width: 340px !important;
}

@media (min-width: 769px) {
  .width-340-pc {
    width: 340px !important;
  }
}
@media (max-width: 768.98px) {
  .width-340-sp {
    width: 340px !important;
  }
}
.width-345 {
  width: 345px !important;
}

@media (min-width: 769px) {
  .width-345-pc {
    width: 345px !important;
  }
}
@media (max-width: 768.98px) {
  .width-345-sp {
    width: 345px !important;
  }
}
.width-350 {
  width: 350px !important;
}

@media (min-width: 769px) {
  .width-350-pc {
    width: 350px !important;
  }
}
@media (max-width: 768.98px) {
  .width-350-sp {
    width: 350px !important;
  }
}
.width-355 {
  width: 355px !important;
}

@media (min-width: 769px) {
  .width-355-pc {
    width: 355px !important;
  }
}
@media (max-width: 768.98px) {
  .width-355-sp {
    width: 355px !important;
  }
}
.width-360 {
  width: 360px !important;
}

@media (min-width: 769px) {
  .width-360-pc {
    width: 360px !important;
  }
}
@media (max-width: 768.98px) {
  .width-360-sp {
    width: 360px !important;
  }
}
.width-365 {
  width: 365px !important;
}

@media (min-width: 769px) {
  .width-365-pc {
    width: 365px !important;
  }
}
@media (max-width: 768.98px) {
  .width-365-sp {
    width: 365px !important;
  }
}
.width-370 {
  width: 370px !important;
}

@media (min-width: 769px) {
  .width-370-pc {
    width: 370px !important;
  }
}
@media (max-width: 768.98px) {
  .width-370-sp {
    width: 370px !important;
  }
}
.width-375 {
  width: 375px !important;
}

@media (min-width: 769px) {
  .width-375-pc {
    width: 375px !important;
  }
}
@media (max-width: 768.98px) {
  .width-375-sp {
    width: 375px !important;
  }
}
.width-380 {
  width: 380px !important;
}

@media (min-width: 769px) {
  .width-380-pc {
    width: 380px !important;
  }
}
@media (max-width: 768.98px) {
  .width-380-sp {
    width: 380px !important;
  }
}
.width-385 {
  width: 385px !important;
}

@media (min-width: 769px) {
  .width-385-pc {
    width: 385px !important;
  }
}
@media (max-width: 768.98px) {
  .width-385-sp {
    width: 385px !important;
  }
}
.width-390 {
  width: 390px !important;
}

@media (min-width: 769px) {
  .width-390-pc {
    width: 390px !important;
  }
}
@media (max-width: 768.98px) {
  .width-390-sp {
    width: 390px !important;
  }
}
.width-395 {
  width: 395px !important;
}

@media (min-width: 769px) {
  .width-395-pc {
    width: 395px !important;
  }
}
@media (max-width: 768.98px) {
  .width-395-sp {
    width: 395px !important;
  }
}
.width-400 {
  width: 400px !important;
}

@media (min-width: 769px) {
  .width-400-pc {
    width: 400px !important;
  }
}
@media (max-width: 768.98px) {
  .width-400-sp {
    width: 400px !important;
  }
}
.width-405 {
  width: 405px !important;
}

@media (min-width: 769px) {
  .width-405-pc {
    width: 405px !important;
  }
}
@media (max-width: 768.98px) {
  .width-405-sp {
    width: 405px !important;
  }
}
.width-410 {
  width: 410px !important;
}

@media (min-width: 769px) {
  .width-410-pc {
    width: 410px !important;
  }
}
@media (max-width: 768.98px) {
  .width-410-sp {
    width: 410px !important;
  }
}
.width-415 {
  width: 415px !important;
}

@media (min-width: 769px) {
  .width-415-pc {
    width: 415px !important;
  }
}
@media (max-width: 768.98px) {
  .width-415-sp {
    width: 415px !important;
  }
}
.width-420 {
  width: 420px !important;
}

@media (min-width: 769px) {
  .width-420-pc {
    width: 420px !important;
  }
}
@media (max-width: 768.98px) {
  .width-420-sp {
    width: 420px !important;
  }
}
.width-425 {
  width: 425px !important;
}

@media (min-width: 769px) {
  .width-425-pc {
    width: 425px !important;
  }
}
@media (max-width: 768.98px) {
  .width-425-sp {
    width: 425px !important;
  }
}
.width-430 {
  width: 430px !important;
}

@media (min-width: 769px) {
  .width-430-pc {
    width: 430px !important;
  }
}
@media (max-width: 768.98px) {
  .width-430-sp {
    width: 430px !important;
  }
}
.width-435 {
  width: 435px !important;
}

@media (min-width: 769px) {
  .width-435-pc {
    width: 435px !important;
  }
}
@media (max-width: 768.98px) {
  .width-435-sp {
    width: 435px !important;
  }
}
.width-440 {
  width: 440px !important;
}

@media (min-width: 769px) {
  .width-440-pc {
    width: 440px !important;
  }
}
@media (max-width: 768.98px) {
  .width-440-sp {
    width: 440px !important;
  }
}
.width-445 {
  width: 445px !important;
}

@media (min-width: 769px) {
  .width-445-pc {
    width: 445px !important;
  }
}
@media (max-width: 768.98px) {
  .width-445-sp {
    width: 445px !important;
  }
}
.width-450 {
  width: 450px !important;
}

@media (min-width: 769px) {
  .width-450-pc {
    width: 450px !important;
  }
}
@media (max-width: 768.98px) {
  .width-450-sp {
    width: 450px !important;
  }
}
.width-455 {
  width: 455px !important;
}

@media (min-width: 769px) {
  .width-455-pc {
    width: 455px !important;
  }
}
@media (max-width: 768.98px) {
  .width-455-sp {
    width: 455px !important;
  }
}
.width-460 {
  width: 460px !important;
}

@media (min-width: 769px) {
  .width-460-pc {
    width: 460px !important;
  }
}
@media (max-width: 768.98px) {
  .width-460-sp {
    width: 460px !important;
  }
}
.width-465 {
  width: 465px !important;
}

@media (min-width: 769px) {
  .width-465-pc {
    width: 465px !important;
  }
}
@media (max-width: 768.98px) {
  .width-465-sp {
    width: 465px !important;
  }
}
.width-470 {
  width: 470px !important;
}

@media (min-width: 769px) {
  .width-470-pc {
    width: 470px !important;
  }
}
@media (max-width: 768.98px) {
  .width-470-sp {
    width: 470px !important;
  }
}
.width-475 {
  width: 475px !important;
}

@media (min-width: 769px) {
  .width-475-pc {
    width: 475px !important;
  }
}
@media (max-width: 768.98px) {
  .width-475-sp {
    width: 475px !important;
  }
}
.width-480 {
  width: 480px !important;
}

@media (min-width: 769px) {
  .width-480-pc {
    width: 480px !important;
  }
}
@media (max-width: 768.98px) {
  .width-480-sp {
    width: 480px !important;
  }
}
.width-485 {
  width: 485px !important;
}

@media (min-width: 769px) {
  .width-485-pc {
    width: 485px !important;
  }
}
@media (max-width: 768.98px) {
  .width-485-sp {
    width: 485px !important;
  }
}
.width-490 {
  width: 490px !important;
}

@media (min-width: 769px) {
  .width-490-pc {
    width: 490px !important;
  }
}
@media (max-width: 768.98px) {
  .width-490-sp {
    width: 490px !important;
  }
}
.width-495 {
  width: 495px !important;
}

@media (min-width: 769px) {
  .width-495-pc {
    width: 495px !important;
  }
}
@media (max-width: 768.98px) {
  .width-495-sp {
    width: 495px !important;
  }
}
.width-500 {
  width: 500px !important;
}

@media (min-width: 769px) {
  .width-500-pc {
    width: 500px !important;
  }
}
@media (max-width: 768.98px) {
  .width-500-sp {
    width: 500px !important;
  }
}
.width-0p {
  width: 0% !important;
}

@media (min-width: 769px) {
  .width-0p-pc {
    width: 0% !important;
  }
}
@media (max-width: 768.98px) {
  .width-0p-sp {
    width: 0% !important;
  }
}
.width-5p {
  width: 5% !important;
}

@media (min-width: 769px) {
  .width-5p-pc {
    width: 5% !important;
  }
}
@media (max-width: 768.98px) {
  .width-5p-sp {
    width: 5% !important;
  }
}
.width-10p {
  width: 10% !important;
}

@media (min-width: 769px) {
  .width-10p-pc {
    width: 10% !important;
  }
}
@media (max-width: 768.98px) {
  .width-10p-sp {
    width: 10% !important;
  }
}
.width-15p {
  width: 15% !important;
}

@media (min-width: 769px) {
  .width-15p-pc {
    width: 15% !important;
  }
}
@media (max-width: 768.98px) {
  .width-15p-sp {
    width: 15% !important;
  }
}
.width-20p {
  width: 20% !important;
}

@media (min-width: 769px) {
  .width-20p-pc {
    width: 20% !important;
  }
}
@media (max-width: 768.98px) {
  .width-20p-sp {
    width: 20% !important;
  }
}
.width-25p {
  width: 25% !important;
}

@media (min-width: 769px) {
  .width-25p-pc {
    width: 25% !important;
  }
}
@media (max-width: 768.98px) {
  .width-25p-sp {
    width: 25% !important;
  }
}
.width-30p {
  width: 30% !important;
}

@media (min-width: 769px) {
  .width-30p-pc {
    width: 30% !important;
  }
}
@media (max-width: 768.98px) {
  .width-30p-sp {
    width: 30% !important;
  }
}
.width-35p {
  width: 35% !important;
}

@media (min-width: 769px) {
  .width-35p-pc {
    width: 35% !important;
  }
}
@media (max-width: 768.98px) {
  .width-35p-sp {
    width: 35% !important;
  }
}
.width-40p {
  width: 40% !important;
}

@media (min-width: 769px) {
  .width-40p-pc {
    width: 40% !important;
  }
}
@media (max-width: 768.98px) {
  .width-40p-sp {
    width: 40% !important;
  }
}
.width-45p {
  width: 45% !important;
}

@media (min-width: 769px) {
  .width-45p-pc {
    width: 45% !important;
  }
}
@media (max-width: 768.98px) {
  .width-45p-sp {
    width: 45% !important;
  }
}
.width-50p {
  width: 50% !important;
}

@media (min-width: 769px) {
  .width-50p-pc {
    width: 50% !important;
  }
}
@media (max-width: 768.98px) {
  .width-50p-sp {
    width: 50% !important;
  }
}
.width-55p {
  width: 55% !important;
}

@media (min-width: 769px) {
  .width-55p-pc {
    width: 55% !important;
  }
}
@media (max-width: 768.98px) {
  .width-55p-sp {
    width: 55% !important;
  }
}
.width-60p {
  width: 60% !important;
}

@media (min-width: 769px) {
  .width-60p-pc {
    width: 60% !important;
  }
}
@media (max-width: 768.98px) {
  .width-60p-sp {
    width: 60% !important;
  }
}
.width-65p {
  width: 65% !important;
}

@media (min-width: 769px) {
  .width-65p-pc {
    width: 65% !important;
  }
}
@media (max-width: 768.98px) {
  .width-65p-sp {
    width: 65% !important;
  }
}
.width-70p {
  width: 70% !important;
}

@media (min-width: 769px) {
  .width-70p-pc {
    width: 70% !important;
  }
}
@media (max-width: 768.98px) {
  .width-70p-sp {
    width: 70% !important;
  }
}
.width-75p {
  width: 75% !important;
}

@media (min-width: 769px) {
  .width-75p-pc {
    width: 75% !important;
  }
}
@media (max-width: 768.98px) {
  .width-75p-sp {
    width: 75% !important;
  }
}
.width-80p {
  width: 80% !important;
}

@media (min-width: 769px) {
  .width-80p-pc {
    width: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .width-80p-sp {
    width: 80% !important;
  }
}
.width-85p {
  width: 85% !important;
}

@media (min-width: 769px) {
  .width-85p-pc {
    width: 85% !important;
  }
}
@media (max-width: 768.98px) {
  .width-85p-sp {
    width: 85% !important;
  }
}
.width-90p {
  width: 90% !important;
}

@media (min-width: 769px) {
  .width-90p-pc {
    width: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .width-90p-sp {
    width: 90% !important;
  }
}
.width-95p {
  width: 95% !important;
}

@media (min-width: 769px) {
  .width-95p-pc {
    width: 95% !important;
  }
}
@media (max-width: 768.98px) {
  .width-95p-sp {
    width: 95% !important;
  }
}
.width-100p {
  width: 100% !important;
}

@media (min-width: 769px) {
  .width-100p-pc {
    width: 100% !important;
  }
}
@media (max-width: 768.98px) {
  .width-100p-sp {
    width: 100% !important;
  }
}
.height-0 {
  height: 0px !important;
}

@media (min-width: 769px) {
  .height-0-pc {
    height: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .height-0-sp {
    height: 0px !important;
  }
}
.height-5 {
  height: 5px !important;
}

@media (min-width: 769px) {
  .height-5-pc {
    height: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .height-5-sp {
    height: 5px !important;
  }
}
.height-10 {
  height: 10px !important;
}

@media (min-width: 769px) {
  .height-10-pc {
    height: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .height-10-sp {
    height: 10px !important;
  }
}
.height-15 {
  height: 15px !important;
}

@media (min-width: 769px) {
  .height-15-pc {
    height: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .height-15-sp {
    height: 15px !important;
  }
}
.height-20 {
  height: 20px !important;
}

@media (min-width: 769px) {
  .height-20-pc {
    height: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .height-20-sp {
    height: 20px !important;
  }
}
.height-25 {
  height: 25px !important;
}

@media (min-width: 769px) {
  .height-25-pc {
    height: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .height-25-sp {
    height: 25px !important;
  }
}
.height-30 {
  height: 30px !important;
}

@media (min-width: 769px) {
  .height-30-pc {
    height: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .height-30-sp {
    height: 30px !important;
  }
}
.height-35 {
  height: 35px !important;
}

@media (min-width: 769px) {
  .height-35-pc {
    height: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .height-35-sp {
    height: 35px !important;
  }
}
.height-40 {
  height: 40px !important;
}

@media (min-width: 769px) {
  .height-40-pc {
    height: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .height-40-sp {
    height: 40px !important;
  }
}
.height-45 {
  height: 45px !important;
}

@media (min-width: 769px) {
  .height-45-pc {
    height: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .height-45-sp {
    height: 45px !important;
  }
}
.height-50 {
  height: 50px !important;
}

@media (min-width: 769px) {
  .height-50-pc {
    height: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .height-50-sp {
    height: 50px !important;
  }
}
.height-55 {
  height: 55px !important;
}

@media (min-width: 769px) {
  .height-55-pc {
    height: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .height-55-sp {
    height: 55px !important;
  }
}
.height-60 {
  height: 60px !important;
}

@media (min-width: 769px) {
  .height-60-pc {
    height: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .height-60-sp {
    height: 60px !important;
  }
}
.height-65 {
  height: 65px !important;
}

@media (min-width: 769px) {
  .height-65-pc {
    height: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .height-65-sp {
    height: 65px !important;
  }
}
.height-70 {
  height: 70px !important;
}

@media (min-width: 769px) {
  .height-70-pc {
    height: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .height-70-sp {
    height: 70px !important;
  }
}
.height-75 {
  height: 75px !important;
}

@media (min-width: 769px) {
  .height-75-pc {
    height: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .height-75-sp {
    height: 75px !important;
  }
}
.height-80 {
  height: 80px !important;
}

@media (min-width: 769px) {
  .height-80-pc {
    height: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .height-80-sp {
    height: 80px !important;
  }
}
.height-85 {
  height: 85px !important;
}

@media (min-width: 769px) {
  .height-85-pc {
    height: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .height-85-sp {
    height: 85px !important;
  }
}
.height-90 {
  height: 90px !important;
}

@media (min-width: 769px) {
  .height-90-pc {
    height: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .height-90-sp {
    height: 90px !important;
  }
}
.height-95 {
  height: 95px !important;
}

@media (min-width: 769px) {
  .height-95-pc {
    height: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .height-95-sp {
    height: 95px !important;
  }
}
.height-100 {
  height: 100px !important;
}

@media (min-width: 769px) {
  .height-100-pc {
    height: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .height-100-sp {
    height: 100px !important;
  }
}
.height-105 {
  height: 105px !important;
}

@media (min-width: 769px) {
  .height-105-pc {
    height: 105px !important;
  }
}
@media (max-width: 768.98px) {
  .height-105-sp {
    height: 105px !important;
  }
}
.height-110 {
  height: 110px !important;
}

@media (min-width: 769px) {
  .height-110-pc {
    height: 110px !important;
  }
}
@media (max-width: 768.98px) {
  .height-110-sp {
    height: 110px !important;
  }
}
.height-115 {
  height: 115px !important;
}

@media (min-width: 769px) {
  .height-115-pc {
    height: 115px !important;
  }
}
@media (max-width: 768.98px) {
  .height-115-sp {
    height: 115px !important;
  }
}
.height-120 {
  height: 120px !important;
}

@media (min-width: 769px) {
  .height-120-pc {
    height: 120px !important;
  }
}
@media (max-width: 768.98px) {
  .height-120-sp {
    height: 120px !important;
  }
}
.height-125 {
  height: 125px !important;
}

@media (min-width: 769px) {
  .height-125-pc {
    height: 125px !important;
  }
}
@media (max-width: 768.98px) {
  .height-125-sp {
    height: 125px !important;
  }
}
.height-130 {
  height: 130px !important;
}

@media (min-width: 769px) {
  .height-130-pc {
    height: 130px !important;
  }
}
@media (max-width: 768.98px) {
  .height-130-sp {
    height: 130px !important;
  }
}
.height-135 {
  height: 135px !important;
}

@media (min-width: 769px) {
  .height-135-pc {
    height: 135px !important;
  }
}
@media (max-width: 768.98px) {
  .height-135-sp {
    height: 135px !important;
  }
}
.height-140 {
  height: 140px !important;
}

@media (min-width: 769px) {
  .height-140-pc {
    height: 140px !important;
  }
}
@media (max-width: 768.98px) {
  .height-140-sp {
    height: 140px !important;
  }
}
.height-145 {
  height: 145px !important;
}

@media (min-width: 769px) {
  .height-145-pc {
    height: 145px !important;
  }
}
@media (max-width: 768.98px) {
  .height-145-sp {
    height: 145px !important;
  }
}
.height-150 {
  height: 150px !important;
}

@media (min-width: 769px) {
  .height-150-pc {
    height: 150px !important;
  }
}
@media (max-width: 768.98px) {
  .height-150-sp {
    height: 150px !important;
  }
}
.height-155 {
  height: 155px !important;
}

@media (min-width: 769px) {
  .height-155-pc {
    height: 155px !important;
  }
}
@media (max-width: 768.98px) {
  .height-155-sp {
    height: 155px !important;
  }
}
.height-160 {
  height: 160px !important;
}

@media (min-width: 769px) {
  .height-160-pc {
    height: 160px !important;
  }
}
@media (max-width: 768.98px) {
  .height-160-sp {
    height: 160px !important;
  }
}
.height-165 {
  height: 165px !important;
}

@media (min-width: 769px) {
  .height-165-pc {
    height: 165px !important;
  }
}
@media (max-width: 768.98px) {
  .height-165-sp {
    height: 165px !important;
  }
}
.height-170 {
  height: 170px !important;
}

@media (min-width: 769px) {
  .height-170-pc {
    height: 170px !important;
  }
}
@media (max-width: 768.98px) {
  .height-170-sp {
    height: 170px !important;
  }
}
.height-175 {
  height: 175px !important;
}

@media (min-width: 769px) {
  .height-175-pc {
    height: 175px !important;
  }
}
@media (max-width: 768.98px) {
  .height-175-sp {
    height: 175px !important;
  }
}
.height-180 {
  height: 180px !important;
}

@media (min-width: 769px) {
  .height-180-pc {
    height: 180px !important;
  }
}
@media (max-width: 768.98px) {
  .height-180-sp {
    height: 180px !important;
  }
}
.height-185 {
  height: 185px !important;
}

@media (min-width: 769px) {
  .height-185-pc {
    height: 185px !important;
  }
}
@media (max-width: 768.98px) {
  .height-185-sp {
    height: 185px !important;
  }
}
.height-190 {
  height: 190px !important;
}

@media (min-width: 769px) {
  .height-190-pc {
    height: 190px !important;
  }
}
@media (max-width: 768.98px) {
  .height-190-sp {
    height: 190px !important;
  }
}
.height-195 {
  height: 195px !important;
}

@media (min-width: 769px) {
  .height-195-pc {
    height: 195px !important;
  }
}
@media (max-width: 768.98px) {
  .height-195-sp {
    height: 195px !important;
  }
}
.height-200 {
  height: 200px !important;
}

@media (min-width: 769px) {
  .height-200-pc {
    height: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .height-200-sp {
    height: 200px !important;
  }
}
.height-205 {
  height: 205px !important;
}

@media (min-width: 769px) {
  .height-205-pc {
    height: 205px !important;
  }
}
@media (max-width: 768.98px) {
  .height-205-sp {
    height: 205px !important;
  }
}
.height-210 {
  height: 210px !important;
}

@media (min-width: 769px) {
  .height-210-pc {
    height: 210px !important;
  }
}
@media (max-width: 768.98px) {
  .height-210-sp {
    height: 210px !important;
  }
}
.height-215 {
  height: 215px !important;
}

@media (min-width: 769px) {
  .height-215-pc {
    height: 215px !important;
  }
}
@media (max-width: 768.98px) {
  .height-215-sp {
    height: 215px !important;
  }
}
.height-220 {
  height: 220px !important;
}

@media (min-width: 769px) {
  .height-220-pc {
    height: 220px !important;
  }
}
@media (max-width: 768.98px) {
  .height-220-sp {
    height: 220px !important;
  }
}
.height-225 {
  height: 225px !important;
}

@media (min-width: 769px) {
  .height-225-pc {
    height: 225px !important;
  }
}
@media (max-width: 768.98px) {
  .height-225-sp {
    height: 225px !important;
  }
}
.height-230 {
  height: 230px !important;
}

@media (min-width: 769px) {
  .height-230-pc {
    height: 230px !important;
  }
}
@media (max-width: 768.98px) {
  .height-230-sp {
    height: 230px !important;
  }
}
.height-235 {
  height: 235px !important;
}

@media (min-width: 769px) {
  .height-235-pc {
    height: 235px !important;
  }
}
@media (max-width: 768.98px) {
  .height-235-sp {
    height: 235px !important;
  }
}
.height-240 {
  height: 240px !important;
}

@media (min-width: 769px) {
  .height-240-pc {
    height: 240px !important;
  }
}
@media (max-width: 768.98px) {
  .height-240-sp {
    height: 240px !important;
  }
}
.height-245 {
  height: 245px !important;
}

@media (min-width: 769px) {
  .height-245-pc {
    height: 245px !important;
  }
}
@media (max-width: 768.98px) {
  .height-245-sp {
    height: 245px !important;
  }
}
.height-250 {
  height: 250px !important;
}

@media (min-width: 769px) {
  .height-250-pc {
    height: 250px !important;
  }
}
@media (max-width: 768.98px) {
  .height-250-sp {
    height: 250px !important;
  }
}
.height-255 {
  height: 255px !important;
}

@media (min-width: 769px) {
  .height-255-pc {
    height: 255px !important;
  }
}
@media (max-width: 768.98px) {
  .height-255-sp {
    height: 255px !important;
  }
}
.height-260 {
  height: 260px !important;
}

@media (min-width: 769px) {
  .height-260-pc {
    height: 260px !important;
  }
}
@media (max-width: 768.98px) {
  .height-260-sp {
    height: 260px !important;
  }
}
.height-265 {
  height: 265px !important;
}

@media (min-width: 769px) {
  .height-265-pc {
    height: 265px !important;
  }
}
@media (max-width: 768.98px) {
  .height-265-sp {
    height: 265px !important;
  }
}
.height-270 {
  height: 270px !important;
}

@media (min-width: 769px) {
  .height-270-pc {
    height: 270px !important;
  }
}
@media (max-width: 768.98px) {
  .height-270-sp {
    height: 270px !important;
  }
}
.height-275 {
  height: 275px !important;
}

@media (min-width: 769px) {
  .height-275-pc {
    height: 275px !important;
  }
}
@media (max-width: 768.98px) {
  .height-275-sp {
    height: 275px !important;
  }
}
.height-280 {
  height: 280px !important;
}

@media (min-width: 769px) {
  .height-280-pc {
    height: 280px !important;
  }
}
@media (max-width: 768.98px) {
  .height-280-sp {
    height: 280px !important;
  }
}
.height-285 {
  height: 285px !important;
}

@media (min-width: 769px) {
  .height-285-pc {
    height: 285px !important;
  }
}
@media (max-width: 768.98px) {
  .height-285-sp {
    height: 285px !important;
  }
}
.height-290 {
  height: 290px !important;
}

@media (min-width: 769px) {
  .height-290-pc {
    height: 290px !important;
  }
}
@media (max-width: 768.98px) {
  .height-290-sp {
    height: 290px !important;
  }
}
.height-295 {
  height: 295px !important;
}

@media (min-width: 769px) {
  .height-295-pc {
    height: 295px !important;
  }
}
@media (max-width: 768.98px) {
  .height-295-sp {
    height: 295px !important;
  }
}
.height-300 {
  height: 300px !important;
}

@media (min-width: 769px) {
  .height-300-pc {
    height: 300px !important;
  }
}
@media (max-width: 768.98px) {
  .height-300-sp {
    height: 300px !important;
  }
}
.height-305 {
  height: 305px !important;
}

@media (min-width: 769px) {
  .height-305-pc {
    height: 305px !important;
  }
}
@media (max-width: 768.98px) {
  .height-305-sp {
    height: 305px !important;
  }
}
.height-310 {
  height: 310px !important;
}

@media (min-width: 769px) {
  .height-310-pc {
    height: 310px !important;
  }
}
@media (max-width: 768.98px) {
  .height-310-sp {
    height: 310px !important;
  }
}
.height-315 {
  height: 315px !important;
}

@media (min-width: 769px) {
  .height-315-pc {
    height: 315px !important;
  }
}
@media (max-width: 768.98px) {
  .height-315-sp {
    height: 315px !important;
  }
}
.height-320 {
  height: 320px !important;
}

@media (min-width: 769px) {
  .height-320-pc {
    height: 320px !important;
  }
}
@media (max-width: 768.98px) {
  .height-320-sp {
    height: 320px !important;
  }
}
.height-325 {
  height: 325px !important;
}

@media (min-width: 769px) {
  .height-325-pc {
    height: 325px !important;
  }
}
@media (max-width: 768.98px) {
  .height-325-sp {
    height: 325px !important;
  }
}
.height-330 {
  height: 330px !important;
}

@media (min-width: 769px) {
  .height-330-pc {
    height: 330px !important;
  }
}
@media (max-width: 768.98px) {
  .height-330-sp {
    height: 330px !important;
  }
}
.height-335 {
  height: 335px !important;
}

@media (min-width: 769px) {
  .height-335-pc {
    height: 335px !important;
  }
}
@media (max-width: 768.98px) {
  .height-335-sp {
    height: 335px !important;
  }
}
.height-340 {
  height: 340px !important;
}

@media (min-width: 769px) {
  .height-340-pc {
    height: 340px !important;
  }
}
@media (max-width: 768.98px) {
  .height-340-sp {
    height: 340px !important;
  }
}
.height-345 {
  height: 345px !important;
}

@media (min-width: 769px) {
  .height-345-pc {
    height: 345px !important;
  }
}
@media (max-width: 768.98px) {
  .height-345-sp {
    height: 345px !important;
  }
}
.height-350 {
  height: 350px !important;
}

@media (min-width: 769px) {
  .height-350-pc {
    height: 350px !important;
  }
}
@media (max-width: 768.98px) {
  .height-350-sp {
    height: 350px !important;
  }
}
.height-355 {
  height: 355px !important;
}

@media (min-width: 769px) {
  .height-355-pc {
    height: 355px !important;
  }
}
@media (max-width: 768.98px) {
  .height-355-sp {
    height: 355px !important;
  }
}
.height-360 {
  height: 360px !important;
}

@media (min-width: 769px) {
  .height-360-pc {
    height: 360px !important;
  }
}
@media (max-width: 768.98px) {
  .height-360-sp {
    height: 360px !important;
  }
}
.height-365 {
  height: 365px !important;
}

@media (min-width: 769px) {
  .height-365-pc {
    height: 365px !important;
  }
}
@media (max-width: 768.98px) {
  .height-365-sp {
    height: 365px !important;
  }
}
.height-370 {
  height: 370px !important;
}

@media (min-width: 769px) {
  .height-370-pc {
    height: 370px !important;
  }
}
@media (max-width: 768.98px) {
  .height-370-sp {
    height: 370px !important;
  }
}
.height-375 {
  height: 375px !important;
}

@media (min-width: 769px) {
  .height-375-pc {
    height: 375px !important;
  }
}
@media (max-width: 768.98px) {
  .height-375-sp {
    height: 375px !important;
  }
}
.height-380 {
  height: 380px !important;
}

@media (min-width: 769px) {
  .height-380-pc {
    height: 380px !important;
  }
}
@media (max-width: 768.98px) {
  .height-380-sp {
    height: 380px !important;
  }
}
.height-385 {
  height: 385px !important;
}

@media (min-width: 769px) {
  .height-385-pc {
    height: 385px !important;
  }
}
@media (max-width: 768.98px) {
  .height-385-sp {
    height: 385px !important;
  }
}
.height-390 {
  height: 390px !important;
}

@media (min-width: 769px) {
  .height-390-pc {
    height: 390px !important;
  }
}
@media (max-width: 768.98px) {
  .height-390-sp {
    height: 390px !important;
  }
}
.height-395 {
  height: 395px !important;
}

@media (min-width: 769px) {
  .height-395-pc {
    height: 395px !important;
  }
}
@media (max-width: 768.98px) {
  .height-395-sp {
    height: 395px !important;
  }
}
.height-400 {
  height: 400px !important;
}

@media (min-width: 769px) {
  .height-400-pc {
    height: 400px !important;
  }
}
@media (max-width: 768.98px) {
  .height-400-sp {
    height: 400px !important;
  }
}
.height-405 {
  height: 405px !important;
}

@media (min-width: 769px) {
  .height-405-pc {
    height: 405px !important;
  }
}
@media (max-width: 768.98px) {
  .height-405-sp {
    height: 405px !important;
  }
}
.height-410 {
  height: 410px !important;
}

@media (min-width: 769px) {
  .height-410-pc {
    height: 410px !important;
  }
}
@media (max-width: 768.98px) {
  .height-410-sp {
    height: 410px !important;
  }
}
.height-415 {
  height: 415px !important;
}

@media (min-width: 769px) {
  .height-415-pc {
    height: 415px !important;
  }
}
@media (max-width: 768.98px) {
  .height-415-sp {
    height: 415px !important;
  }
}
.height-420 {
  height: 420px !important;
}

@media (min-width: 769px) {
  .height-420-pc {
    height: 420px !important;
  }
}
@media (max-width: 768.98px) {
  .height-420-sp {
    height: 420px !important;
  }
}
.height-425 {
  height: 425px !important;
}

@media (min-width: 769px) {
  .height-425-pc {
    height: 425px !important;
  }
}
@media (max-width: 768.98px) {
  .height-425-sp {
    height: 425px !important;
  }
}
.height-430 {
  height: 430px !important;
}

@media (min-width: 769px) {
  .height-430-pc {
    height: 430px !important;
  }
}
@media (max-width: 768.98px) {
  .height-430-sp {
    height: 430px !important;
  }
}
.height-435 {
  height: 435px !important;
}

@media (min-width: 769px) {
  .height-435-pc {
    height: 435px !important;
  }
}
@media (max-width: 768.98px) {
  .height-435-sp {
    height: 435px !important;
  }
}
.height-440 {
  height: 440px !important;
}

@media (min-width: 769px) {
  .height-440-pc {
    height: 440px !important;
  }
}
@media (max-width: 768.98px) {
  .height-440-sp {
    height: 440px !important;
  }
}
.height-445 {
  height: 445px !important;
}

@media (min-width: 769px) {
  .height-445-pc {
    height: 445px !important;
  }
}
@media (max-width: 768.98px) {
  .height-445-sp {
    height: 445px !important;
  }
}
.height-450 {
  height: 450px !important;
}

@media (min-width: 769px) {
  .height-450-pc {
    height: 450px !important;
  }
}
@media (max-width: 768.98px) {
  .height-450-sp {
    height: 450px !important;
  }
}
.height-455 {
  height: 455px !important;
}

@media (min-width: 769px) {
  .height-455-pc {
    height: 455px !important;
  }
}
@media (max-width: 768.98px) {
  .height-455-sp {
    height: 455px !important;
  }
}
.height-460 {
  height: 460px !important;
}

@media (min-width: 769px) {
  .height-460-pc {
    height: 460px !important;
  }
}
@media (max-width: 768.98px) {
  .height-460-sp {
    height: 460px !important;
  }
}
.height-465 {
  height: 465px !important;
}

@media (min-width: 769px) {
  .height-465-pc {
    height: 465px !important;
  }
}
@media (max-width: 768.98px) {
  .height-465-sp {
    height: 465px !important;
  }
}
.height-470 {
  height: 470px !important;
}

@media (min-width: 769px) {
  .height-470-pc {
    height: 470px !important;
  }
}
@media (max-width: 768.98px) {
  .height-470-sp {
    height: 470px !important;
  }
}
.height-475 {
  height: 475px !important;
}

@media (min-width: 769px) {
  .height-475-pc {
    height: 475px !important;
  }
}
@media (max-width: 768.98px) {
  .height-475-sp {
    height: 475px !important;
  }
}
.height-480 {
  height: 480px !important;
}

@media (min-width: 769px) {
  .height-480-pc {
    height: 480px !important;
  }
}
@media (max-width: 768.98px) {
  .height-480-sp {
    height: 480px !important;
  }
}
.height-485 {
  height: 485px !important;
}

@media (min-width: 769px) {
  .height-485-pc {
    height: 485px !important;
  }
}
@media (max-width: 768.98px) {
  .height-485-sp {
    height: 485px !important;
  }
}
.height-490 {
  height: 490px !important;
}

@media (min-width: 769px) {
  .height-490-pc {
    height: 490px !important;
  }
}
@media (max-width: 768.98px) {
  .height-490-sp {
    height: 490px !important;
  }
}
.height-495 {
  height: 495px !important;
}

@media (min-width: 769px) {
  .height-495-pc {
    height: 495px !important;
  }
}
@media (max-width: 768.98px) {
  .height-495-sp {
    height: 495px !important;
  }
}
.height-500 {
  height: 500px !important;
}

@media (min-width: 769px) {
  .height-500-pc {
    height: 500px !important;
  }
}
@media (max-width: 768.98px) {
  .height-500-sp {
    height: 500px !important;
  }
}
.height-0p {
  height: 0% !important;
}

@media (min-width: 769px) {
  .height-0p-pc {
    height: 0% !important;
  }
}
@media (max-width: 768.98px) {
  .height-0p-sp {
    height: 0% !important;
  }
}
.height-5p {
  height: 5% !important;
}

@media (min-width: 769px) {
  .height-5p-pc {
    height: 5% !important;
  }
}
@media (max-width: 768.98px) {
  .height-5p-sp {
    height: 5% !important;
  }
}
.height-10p {
  height: 10% !important;
}

@media (min-width: 769px) {
  .height-10p-pc {
    height: 10% !important;
  }
}
@media (max-width: 768.98px) {
  .height-10p-sp {
    height: 10% !important;
  }
}
.height-15p {
  height: 15% !important;
}

@media (min-width: 769px) {
  .height-15p-pc {
    height: 15% !important;
  }
}
@media (max-width: 768.98px) {
  .height-15p-sp {
    height: 15% !important;
  }
}
.height-20p {
  height: 20% !important;
}

@media (min-width: 769px) {
  .height-20p-pc {
    height: 20% !important;
  }
}
@media (max-width: 768.98px) {
  .height-20p-sp {
    height: 20% !important;
  }
}
.height-25p {
  height: 25% !important;
}

@media (min-width: 769px) {
  .height-25p-pc {
    height: 25% !important;
  }
}
@media (max-width: 768.98px) {
  .height-25p-sp {
    height: 25% !important;
  }
}
.height-30p {
  height: 30% !important;
}

@media (min-width: 769px) {
  .height-30p-pc {
    height: 30% !important;
  }
}
@media (max-width: 768.98px) {
  .height-30p-sp {
    height: 30% !important;
  }
}
.height-35p {
  height: 35% !important;
}

@media (min-width: 769px) {
  .height-35p-pc {
    height: 35% !important;
  }
}
@media (max-width: 768.98px) {
  .height-35p-sp {
    height: 35% !important;
  }
}
.height-40p {
  height: 40% !important;
}

@media (min-width: 769px) {
  .height-40p-pc {
    height: 40% !important;
  }
}
@media (max-width: 768.98px) {
  .height-40p-sp {
    height: 40% !important;
  }
}
.height-45p {
  height: 45% !important;
}

@media (min-width: 769px) {
  .height-45p-pc {
    height: 45% !important;
  }
}
@media (max-width: 768.98px) {
  .height-45p-sp {
    height: 45% !important;
  }
}
.height-50p {
  height: 50% !important;
}

@media (min-width: 769px) {
  .height-50p-pc {
    height: 50% !important;
  }
}
@media (max-width: 768.98px) {
  .height-50p-sp {
    height: 50% !important;
  }
}
.height-55p {
  height: 55% !important;
}

@media (min-width: 769px) {
  .height-55p-pc {
    height: 55% !important;
  }
}
@media (max-width: 768.98px) {
  .height-55p-sp {
    height: 55% !important;
  }
}
.height-60p {
  height: 60% !important;
}

@media (min-width: 769px) {
  .height-60p-pc {
    height: 60% !important;
  }
}
@media (max-width: 768.98px) {
  .height-60p-sp {
    height: 60% !important;
  }
}
.height-65p {
  height: 65% !important;
}

@media (min-width: 769px) {
  .height-65p-pc {
    height: 65% !important;
  }
}
@media (max-width: 768.98px) {
  .height-65p-sp {
    height: 65% !important;
  }
}
.height-70p {
  height: 70% !important;
}

@media (min-width: 769px) {
  .height-70p-pc {
    height: 70% !important;
  }
}
@media (max-width: 768.98px) {
  .height-70p-sp {
    height: 70% !important;
  }
}
.height-75p {
  height: 75% !important;
}

@media (min-width: 769px) {
  .height-75p-pc {
    height: 75% !important;
  }
}
@media (max-width: 768.98px) {
  .height-75p-sp {
    height: 75% !important;
  }
}
.height-80p {
  height: 80% !important;
}

@media (min-width: 769px) {
  .height-80p-pc {
    height: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .height-80p-sp {
    height: 80% !important;
  }
}
.height-85p {
  height: 85% !important;
}

@media (min-width: 769px) {
  .height-85p-pc {
    height: 85% !important;
  }
}
@media (max-width: 768.98px) {
  .height-85p-sp {
    height: 85% !important;
  }
}
.height-90p {
  height: 90% !important;
}

@media (min-width: 769px) {
  .height-90p-pc {
    height: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .height-90p-sp {
    height: 90% !important;
  }
}
.height-95p {
  height: 95% !important;
}

@media (min-width: 769px) {
  .height-95p-pc {
    height: 95% !important;
  }
}
@media (max-width: 768.98px) {
  .height-95p-sp {
    height: 95% !important;
  }
}
.height-100p {
  height: 100% !important;
}

@media (min-width: 769px) {
  .height-100p-pc {
    height: 100% !important;
  }
}
@media (max-width: 768.98px) {
  .height-100p-sp {
    height: 100% !important;
  }
}
.aspect-ratio-4-3 {
  aspect-ratio: 4/3 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-4-3-pc {
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-4-3-sp {
    aspect-ratio: 4/3 !important;
  }
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-16-9-pc {
    aspect-ratio: 16/9 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-16-9-sp {
    aspect-ratio: 16/9 !important;
  }
}
.aspect-ratio-1-1 {
  aspect-ratio: 1/1 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-1-1-pc {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-1-1-sp {
    aspect-ratio: 1/1 !important;
  }
}
.margin--100 {
  margin: -100px !important;
}

@media (min-width: 769px) {
  .margin--100-pc {
    margin: -100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--100-sp {
    margin: -100px !important;
  }
}
.margin--95 {
  margin: -95px !important;
}

@media (min-width: 769px) {
  .margin--95-pc {
    margin: -95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--95-sp {
    margin: -95px !important;
  }
}
.margin--90 {
  margin: -90px !important;
}

@media (min-width: 769px) {
  .margin--90-pc {
    margin: -90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--90-sp {
    margin: -90px !important;
  }
}
.margin--85 {
  margin: -85px !important;
}

@media (min-width: 769px) {
  .margin--85-pc {
    margin: -85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--85-sp {
    margin: -85px !important;
  }
}
.margin--80 {
  margin: -80px !important;
}

@media (min-width: 769px) {
  .margin--80-pc {
    margin: -80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--80-sp {
    margin: -80px !important;
  }
}
.margin--75 {
  margin: -75px !important;
}

@media (min-width: 769px) {
  .margin--75-pc {
    margin: -75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--75-sp {
    margin: -75px !important;
  }
}
.margin--70 {
  margin: -70px !important;
}

@media (min-width: 769px) {
  .margin--70-pc {
    margin: -70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--70-sp {
    margin: -70px !important;
  }
}
.margin--65 {
  margin: -65px !important;
}

@media (min-width: 769px) {
  .margin--65-pc {
    margin: -65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--65-sp {
    margin: -65px !important;
  }
}
.margin--60 {
  margin: -60px !important;
}

@media (min-width: 769px) {
  .margin--60-pc {
    margin: -60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--60-sp {
    margin: -60px !important;
  }
}
.margin--55 {
  margin: -55px !important;
}

@media (min-width: 769px) {
  .margin--55-pc {
    margin: -55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--55-sp {
    margin: -55px !important;
  }
}
.margin--50 {
  margin: -50px !important;
}

@media (min-width: 769px) {
  .margin--50-pc {
    margin: -50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--50-sp {
    margin: -50px !important;
  }
}
.margin--45 {
  margin: -45px !important;
}

@media (min-width: 769px) {
  .margin--45-pc {
    margin: -45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--45-sp {
    margin: -45px !important;
  }
}
.margin--40 {
  margin: -40px !important;
}

@media (min-width: 769px) {
  .margin--40-pc {
    margin: -40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--40-sp {
    margin: -40px !important;
  }
}
.margin--35 {
  margin: -35px !important;
}

@media (min-width: 769px) {
  .margin--35-pc {
    margin: -35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--35-sp {
    margin: -35px !important;
  }
}
.margin--30 {
  margin: -30px !important;
}

@media (min-width: 769px) {
  .margin--30-pc {
    margin: -30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--30-sp {
    margin: -30px !important;
  }
}
.margin--25 {
  margin: -25px !important;
}

@media (min-width: 769px) {
  .margin--25-pc {
    margin: -25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--25-sp {
    margin: -25px !important;
  }
}
.margin--20 {
  margin: -20px !important;
}

@media (min-width: 769px) {
  .margin--20-pc {
    margin: -20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--20-sp {
    margin: -20px !important;
  }
}
.margin--15 {
  margin: -15px !important;
}

@media (min-width: 769px) {
  .margin--15-pc {
    margin: -15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--15-sp {
    margin: -15px !important;
  }
}
.margin--10 {
  margin: -10px !important;
}

@media (min-width: 769px) {
  .margin--10-pc {
    margin: -10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--10-sp {
    margin: -10px !important;
  }
}
.margin--5 {
  margin: -5px !important;
}

@media (min-width: 769px) {
  .margin--5-pc {
    margin: -5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin--5-sp {
    margin: -5px !important;
  }
}
.margin-0 {
  margin: 0px !important;
}

@media (min-width: 769px) {
  .margin-0-pc {
    margin: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-0-sp {
    margin: 0px !important;
  }
}
.margin-5 {
  margin: 5px !important;
}

@media (min-width: 769px) {
  .margin-5-pc {
    margin: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-5-sp {
    margin: 5px !important;
  }
}
.margin-10 {
  margin: 10px !important;
}

@media (min-width: 769px) {
  .margin-10-pc {
    margin: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-10-sp {
    margin: 10px !important;
  }
}
.margin-15 {
  margin: 15px !important;
}

@media (min-width: 769px) {
  .margin-15-pc {
    margin: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-15-sp {
    margin: 15px !important;
  }
}
.margin-20 {
  margin: 20px !important;
}

@media (min-width: 769px) {
  .margin-20-pc {
    margin: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-20-sp {
    margin: 20px !important;
  }
}
.margin-25 {
  margin: 25px !important;
}

@media (min-width: 769px) {
  .margin-25-pc {
    margin: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-25-sp {
    margin: 25px !important;
  }
}
.margin-30 {
  margin: 30px !important;
}

@media (min-width: 769px) {
  .margin-30-pc {
    margin: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-30-sp {
    margin: 30px !important;
  }
}
.margin-35 {
  margin: 35px !important;
}

@media (min-width: 769px) {
  .margin-35-pc {
    margin: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-35-sp {
    margin: 35px !important;
  }
}
.margin-40 {
  margin: 40px !important;
}

@media (min-width: 769px) {
  .margin-40-pc {
    margin: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-40-sp {
    margin: 40px !important;
  }
}
.margin-45 {
  margin: 45px !important;
}

@media (min-width: 769px) {
  .margin-45-pc {
    margin: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-45-sp {
    margin: 45px !important;
  }
}
.margin-50 {
  margin: 50px !important;
}

@media (min-width: 769px) {
  .margin-50-pc {
    margin: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-50-sp {
    margin: 50px !important;
  }
}
.margin-55 {
  margin: 55px !important;
}

@media (min-width: 769px) {
  .margin-55-pc {
    margin: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-55-sp {
    margin: 55px !important;
  }
}
.margin-60 {
  margin: 60px !important;
}

@media (min-width: 769px) {
  .margin-60-pc {
    margin: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-60-sp {
    margin: 60px !important;
  }
}
.margin-65 {
  margin: 65px !important;
}

@media (min-width: 769px) {
  .margin-65-pc {
    margin: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-65-sp {
    margin: 65px !important;
  }
}
.margin-70 {
  margin: 70px !important;
}

@media (min-width: 769px) {
  .margin-70-pc {
    margin: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-70-sp {
    margin: 70px !important;
  }
}
.margin-75 {
  margin: 75px !important;
}

@media (min-width: 769px) {
  .margin-75-pc {
    margin: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-75-sp {
    margin: 75px !important;
  }
}
.margin-80 {
  margin: 80px !important;
}

@media (min-width: 769px) {
  .margin-80-pc {
    margin: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-80-sp {
    margin: 80px !important;
  }
}
.margin-85 {
  margin: 85px !important;
}

@media (min-width: 769px) {
  .margin-85-pc {
    margin: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-85-sp {
    margin: 85px !important;
  }
}
.margin-90 {
  margin: 90px !important;
}

@media (min-width: 769px) {
  .margin-90-pc {
    margin: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-90-sp {
    margin: 90px !important;
  }
}
.margin-95 {
  margin: 95px !important;
}

@media (min-width: 769px) {
  .margin-95-pc {
    margin: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-95-sp {
    margin: 95px !important;
  }
}
.margin-100 {
  margin: 100px !important;
}

@media (min-width: 769px) {
  .margin-100-pc {
    margin: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-100-sp {
    margin: 100px !important;
  }
}
.margin-auto {
  margin: auto !important;
}

@media (min-width: 769px) {
  .margin-auto-pc {
    margin: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-auto-sp {
    margin: auto !important;
  }
}
.margin-top--100 {
  margin-top: -100px !important;
}

@media (min-width: 769px) {
  .margin-top--100-pc {
    margin-top: -100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--100-sp {
    margin-top: -100px !important;
  }
}
.margin-top--95 {
  margin-top: -95px !important;
}

@media (min-width: 769px) {
  .margin-top--95-pc {
    margin-top: -95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--95-sp {
    margin-top: -95px !important;
  }
}
.margin-top--90 {
  margin-top: -90px !important;
}

@media (min-width: 769px) {
  .margin-top--90-pc {
    margin-top: -90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--90-sp {
    margin-top: -90px !important;
  }
}
.margin-top--85 {
  margin-top: -85px !important;
}

@media (min-width: 769px) {
  .margin-top--85-pc {
    margin-top: -85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--85-sp {
    margin-top: -85px !important;
  }
}
.margin-top--80 {
  margin-top: -80px !important;
}

@media (min-width: 769px) {
  .margin-top--80-pc {
    margin-top: -80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--80-sp {
    margin-top: -80px !important;
  }
}
.margin-top--75 {
  margin-top: -75px !important;
}

@media (min-width: 769px) {
  .margin-top--75-pc {
    margin-top: -75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--75-sp {
    margin-top: -75px !important;
  }
}
.margin-top--70 {
  margin-top: -70px !important;
}

@media (min-width: 769px) {
  .margin-top--70-pc {
    margin-top: -70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--70-sp {
    margin-top: -70px !important;
  }
}
.margin-top--65 {
  margin-top: -65px !important;
}

@media (min-width: 769px) {
  .margin-top--65-pc {
    margin-top: -65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--65-sp {
    margin-top: -65px !important;
  }
}
.margin-top--60 {
  margin-top: -60px !important;
}

@media (min-width: 769px) {
  .margin-top--60-pc {
    margin-top: -60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--60-sp {
    margin-top: -60px !important;
  }
}
.margin-top--55 {
  margin-top: -55px !important;
}

@media (min-width: 769px) {
  .margin-top--55-pc {
    margin-top: -55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--55-sp {
    margin-top: -55px !important;
  }
}
.margin-top--50 {
  margin-top: -50px !important;
}

@media (min-width: 769px) {
  .margin-top--50-pc {
    margin-top: -50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--50-sp {
    margin-top: -50px !important;
  }
}
.margin-top--45 {
  margin-top: -45px !important;
}

@media (min-width: 769px) {
  .margin-top--45-pc {
    margin-top: -45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--45-sp {
    margin-top: -45px !important;
  }
}
.margin-top--40 {
  margin-top: -40px !important;
}

@media (min-width: 769px) {
  .margin-top--40-pc {
    margin-top: -40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--40-sp {
    margin-top: -40px !important;
  }
}
.margin-top--35 {
  margin-top: -35px !important;
}

@media (min-width: 769px) {
  .margin-top--35-pc {
    margin-top: -35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--35-sp {
    margin-top: -35px !important;
  }
}
.margin-top--30 {
  margin-top: -30px !important;
}

@media (min-width: 769px) {
  .margin-top--30-pc {
    margin-top: -30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--30-sp {
    margin-top: -30px !important;
  }
}
.margin-top--25 {
  margin-top: -25px !important;
}

@media (min-width: 769px) {
  .margin-top--25-pc {
    margin-top: -25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--25-sp {
    margin-top: -25px !important;
  }
}
.margin-top--20 {
  margin-top: -20px !important;
}

@media (min-width: 769px) {
  .margin-top--20-pc {
    margin-top: -20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--20-sp {
    margin-top: -20px !important;
  }
}
.margin-top--15 {
  margin-top: -15px !important;
}

@media (min-width: 769px) {
  .margin-top--15-pc {
    margin-top: -15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--15-sp {
    margin-top: -15px !important;
  }
}
.margin-top--10 {
  margin-top: -10px !important;
}

@media (min-width: 769px) {
  .margin-top--10-pc {
    margin-top: -10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--10-sp {
    margin-top: -10px !important;
  }
}
.margin-top--5 {
  margin-top: -5px !important;
}

@media (min-width: 769px) {
  .margin-top--5-pc {
    margin-top: -5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top--5-sp {
    margin-top: -5px !important;
  }
}
.margin-top-0 {
  margin-top: 0px !important;
}

@media (min-width: 769px) {
  .margin-top-0-pc {
    margin-top: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-0-sp {
    margin-top: 0px !important;
  }
}
.margin-top-5 {
  margin-top: 5px !important;
}

@media (min-width: 769px) {
  .margin-top-5-pc {
    margin-top: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-5-sp {
    margin-top: 5px !important;
  }
}
.margin-top-10 {
  margin-top: 10px !important;
}

@media (min-width: 769px) {
  .margin-top-10-pc {
    margin-top: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-10-sp {
    margin-top: 10px !important;
  }
}
.margin-top-15 {
  margin-top: 15px !important;
}

@media (min-width: 769px) {
  .margin-top-15-pc {
    margin-top: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-15-sp {
    margin-top: 15px !important;
  }
}
.margin-top-20 {
  margin-top: 20px !important;
}

@media (min-width: 769px) {
  .margin-top-20-pc {
    margin-top: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-20-sp {
    margin-top: 20px !important;
  }
}
.margin-top-25 {
  margin-top: 25px !important;
}

@media (min-width: 769px) {
  .margin-top-25-pc {
    margin-top: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-25-sp {
    margin-top: 25px !important;
  }
}
.margin-top-30 {
  margin-top: 30px !important;
}

@media (min-width: 769px) {
  .margin-top-30-pc {
    margin-top: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-30-sp {
    margin-top: 30px !important;
  }
}
.margin-top-35 {
  margin-top: 35px !important;
}

@media (min-width: 769px) {
  .margin-top-35-pc {
    margin-top: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-35-sp {
    margin-top: 35px !important;
  }
}
.margin-top-40 {
  margin-top: 40px !important;
}

@media (min-width: 769px) {
  .margin-top-40-pc {
    margin-top: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-40-sp {
    margin-top: 40px !important;
  }
}
.margin-top-45 {
  margin-top: 45px !important;
}

@media (min-width: 769px) {
  .margin-top-45-pc {
    margin-top: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-45-sp {
    margin-top: 45px !important;
  }
}
.margin-top-50 {
  margin-top: 50px !important;
}

@media (min-width: 769px) {
  .margin-top-50-pc {
    margin-top: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-50-sp {
    margin-top: 50px !important;
  }
}
.margin-top-55 {
  margin-top: 55px !important;
}

@media (min-width: 769px) {
  .margin-top-55-pc {
    margin-top: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-55-sp {
    margin-top: 55px !important;
  }
}
.margin-top-60 {
  margin-top: 60px !important;
}

@media (min-width: 769px) {
  .margin-top-60-pc {
    margin-top: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-60-sp {
    margin-top: 60px !important;
  }
}
.margin-top-65 {
  margin-top: 65px !important;
}

@media (min-width: 769px) {
  .margin-top-65-pc {
    margin-top: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-65-sp {
    margin-top: 65px !important;
  }
}
.margin-top-70 {
  margin-top: 70px !important;
}

@media (min-width: 769px) {
  .margin-top-70-pc {
    margin-top: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-70-sp {
    margin-top: 70px !important;
  }
}
.margin-top-75 {
  margin-top: 75px !important;
}

@media (min-width: 769px) {
  .margin-top-75-pc {
    margin-top: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-75-sp {
    margin-top: 75px !important;
  }
}
.margin-top-80 {
  margin-top: 80px !important;
}

@media (min-width: 769px) {
  .margin-top-80-pc {
    margin-top: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-80-sp {
    margin-top: 80px !important;
  }
}
.margin-top-85 {
  margin-top: 85px !important;
}

@media (min-width: 769px) {
  .margin-top-85-pc {
    margin-top: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-85-sp {
    margin-top: 85px !important;
  }
}
.margin-top-90 {
  margin-top: 90px !important;
}

@media (min-width: 769px) {
  .margin-top-90-pc {
    margin-top: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-90-sp {
    margin-top: 90px !important;
  }
}
.margin-top-95 {
  margin-top: 95px !important;
}

@media (min-width: 769px) {
  .margin-top-95-pc {
    margin-top: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-95-sp {
    margin-top: 95px !important;
  }
}
.margin-top-100 {
  margin-top: 100px !important;
}

@media (min-width: 769px) {
  .margin-top-100-pc {
    margin-top: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-100-sp {
    margin-top: 100px !important;
  }
}
.margin-top-auto {
  margin-top: auto !important;
}

@media (min-width: 769px) {
  .margin-top-auto-pc {
    margin-top: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-auto-sp {
    margin-top: auto !important;
  }
}
.margin-left--100 {
  margin-left: -100px !important;
}

@media (min-width: 769px) {
  .margin-left--100-pc {
    margin-left: -100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--100-sp {
    margin-left: -100px !important;
  }
}
.margin-left--95 {
  margin-left: -95px !important;
}

@media (min-width: 769px) {
  .margin-left--95-pc {
    margin-left: -95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--95-sp {
    margin-left: -95px !important;
  }
}
.margin-left--90 {
  margin-left: -90px !important;
}

@media (min-width: 769px) {
  .margin-left--90-pc {
    margin-left: -90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--90-sp {
    margin-left: -90px !important;
  }
}
.margin-left--85 {
  margin-left: -85px !important;
}

@media (min-width: 769px) {
  .margin-left--85-pc {
    margin-left: -85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--85-sp {
    margin-left: -85px !important;
  }
}
.margin-left--80 {
  margin-left: -80px !important;
}

@media (min-width: 769px) {
  .margin-left--80-pc {
    margin-left: -80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--80-sp {
    margin-left: -80px !important;
  }
}
.margin-left--75 {
  margin-left: -75px !important;
}

@media (min-width: 769px) {
  .margin-left--75-pc {
    margin-left: -75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--75-sp {
    margin-left: -75px !important;
  }
}
.margin-left--70 {
  margin-left: -70px !important;
}

@media (min-width: 769px) {
  .margin-left--70-pc {
    margin-left: -70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--70-sp {
    margin-left: -70px !important;
  }
}
.margin-left--65 {
  margin-left: -65px !important;
}

@media (min-width: 769px) {
  .margin-left--65-pc {
    margin-left: -65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--65-sp {
    margin-left: -65px !important;
  }
}
.margin-left--60 {
  margin-left: -60px !important;
}

@media (min-width: 769px) {
  .margin-left--60-pc {
    margin-left: -60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--60-sp {
    margin-left: -60px !important;
  }
}
.margin-left--55 {
  margin-left: -55px !important;
}

@media (min-width: 769px) {
  .margin-left--55-pc {
    margin-left: -55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--55-sp {
    margin-left: -55px !important;
  }
}
.margin-left--50 {
  margin-left: -50px !important;
}

@media (min-width: 769px) {
  .margin-left--50-pc {
    margin-left: -50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--50-sp {
    margin-left: -50px !important;
  }
}
.margin-left--45 {
  margin-left: -45px !important;
}

@media (min-width: 769px) {
  .margin-left--45-pc {
    margin-left: -45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--45-sp {
    margin-left: -45px !important;
  }
}
.margin-left--40 {
  margin-left: -40px !important;
}

@media (min-width: 769px) {
  .margin-left--40-pc {
    margin-left: -40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--40-sp {
    margin-left: -40px !important;
  }
}
.margin-left--35 {
  margin-left: -35px !important;
}

@media (min-width: 769px) {
  .margin-left--35-pc {
    margin-left: -35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--35-sp {
    margin-left: -35px !important;
  }
}
.margin-left--30 {
  margin-left: -30px !important;
}

@media (min-width: 769px) {
  .margin-left--30-pc {
    margin-left: -30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--30-sp {
    margin-left: -30px !important;
  }
}
.margin-left--25 {
  margin-left: -25px !important;
}

@media (min-width: 769px) {
  .margin-left--25-pc {
    margin-left: -25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--25-sp {
    margin-left: -25px !important;
  }
}
.margin-left--20 {
  margin-left: -20px !important;
}

@media (min-width: 769px) {
  .margin-left--20-pc {
    margin-left: -20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--20-sp {
    margin-left: -20px !important;
  }
}
.margin-left--15 {
  margin-left: -15px !important;
}

@media (min-width: 769px) {
  .margin-left--15-pc {
    margin-left: -15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--15-sp {
    margin-left: -15px !important;
  }
}
.margin-left--10 {
  margin-left: -10px !important;
}

@media (min-width: 769px) {
  .margin-left--10-pc {
    margin-left: -10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--10-sp {
    margin-left: -10px !important;
  }
}
.margin-left--5 {
  margin-left: -5px !important;
}

@media (min-width: 769px) {
  .margin-left--5-pc {
    margin-left: -5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left--5-sp {
    margin-left: -5px !important;
  }
}
.margin-left-0 {
  margin-left: 0px !important;
}

@media (min-width: 769px) {
  .margin-left-0-pc {
    margin-left: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-0-sp {
    margin-left: 0px !important;
  }
}
.margin-left-5 {
  margin-left: 5px !important;
}

@media (min-width: 769px) {
  .margin-left-5-pc {
    margin-left: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-5-sp {
    margin-left: 5px !important;
  }
}
.margin-left-10 {
  margin-left: 10px !important;
}

@media (min-width: 769px) {
  .margin-left-10-pc {
    margin-left: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-10-sp {
    margin-left: 10px !important;
  }
}
.margin-left-15 {
  margin-left: 15px !important;
}

@media (min-width: 769px) {
  .margin-left-15-pc {
    margin-left: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-15-sp {
    margin-left: 15px !important;
  }
}
.margin-left-20 {
  margin-left: 20px !important;
}

@media (min-width: 769px) {
  .margin-left-20-pc {
    margin-left: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-20-sp {
    margin-left: 20px !important;
  }
}
.margin-left-25 {
  margin-left: 25px !important;
}

@media (min-width: 769px) {
  .margin-left-25-pc {
    margin-left: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-25-sp {
    margin-left: 25px !important;
  }
}
.margin-left-30 {
  margin-left: 30px !important;
}

@media (min-width: 769px) {
  .margin-left-30-pc {
    margin-left: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-30-sp {
    margin-left: 30px !important;
  }
}
.margin-left-35 {
  margin-left: 35px !important;
}

@media (min-width: 769px) {
  .margin-left-35-pc {
    margin-left: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-35-sp {
    margin-left: 35px !important;
  }
}
.margin-left-40 {
  margin-left: 40px !important;
}

@media (min-width: 769px) {
  .margin-left-40-pc {
    margin-left: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-40-sp {
    margin-left: 40px !important;
  }
}
.margin-left-45 {
  margin-left: 45px !important;
}

@media (min-width: 769px) {
  .margin-left-45-pc {
    margin-left: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-45-sp {
    margin-left: 45px !important;
  }
}
.margin-left-50 {
  margin-left: 50px !important;
}

@media (min-width: 769px) {
  .margin-left-50-pc {
    margin-left: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-50-sp {
    margin-left: 50px !important;
  }
}
.margin-left-55 {
  margin-left: 55px !important;
}

@media (min-width: 769px) {
  .margin-left-55-pc {
    margin-left: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-55-sp {
    margin-left: 55px !important;
  }
}
.margin-left-60 {
  margin-left: 60px !important;
}

@media (min-width: 769px) {
  .margin-left-60-pc {
    margin-left: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-60-sp {
    margin-left: 60px !important;
  }
}
.margin-left-65 {
  margin-left: 65px !important;
}

@media (min-width: 769px) {
  .margin-left-65-pc {
    margin-left: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-65-sp {
    margin-left: 65px !important;
  }
}
.margin-left-70 {
  margin-left: 70px !important;
}

@media (min-width: 769px) {
  .margin-left-70-pc {
    margin-left: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-70-sp {
    margin-left: 70px !important;
  }
}
.margin-left-75 {
  margin-left: 75px !important;
}

@media (min-width: 769px) {
  .margin-left-75-pc {
    margin-left: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-75-sp {
    margin-left: 75px !important;
  }
}
.margin-left-80 {
  margin-left: 80px !important;
}

@media (min-width: 769px) {
  .margin-left-80-pc {
    margin-left: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-80-sp {
    margin-left: 80px !important;
  }
}
.margin-left-85 {
  margin-left: 85px !important;
}

@media (min-width: 769px) {
  .margin-left-85-pc {
    margin-left: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-85-sp {
    margin-left: 85px !important;
  }
}
.margin-left-90 {
  margin-left: 90px !important;
}

@media (min-width: 769px) {
  .margin-left-90-pc {
    margin-left: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-90-sp {
    margin-left: 90px !important;
  }
}
.margin-left-95 {
  margin-left: 95px !important;
}

@media (min-width: 769px) {
  .margin-left-95-pc {
    margin-left: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-95-sp {
    margin-left: 95px !important;
  }
}
.margin-left-100 {
  margin-left: 100px !important;
}

@media (min-width: 769px) {
  .margin-left-100-pc {
    margin-left: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-100-sp {
    margin-left: 100px !important;
  }
}
.margin-left-auto {
  margin-left: auto !important;
}

@media (min-width: 769px) {
  .margin-left-auto-pc {
    margin-left: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-auto-sp {
    margin-left: auto !important;
  }
}
.margin-right--100 {
  margin-right: -100px !important;
}

@media (min-width: 769px) {
  .margin-right--100-pc {
    margin-right: -100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--100-sp {
    margin-right: -100px !important;
  }
}
.margin-right--95 {
  margin-right: -95px !important;
}

@media (min-width: 769px) {
  .margin-right--95-pc {
    margin-right: -95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--95-sp {
    margin-right: -95px !important;
  }
}
.margin-right--90 {
  margin-right: -90px !important;
}

@media (min-width: 769px) {
  .margin-right--90-pc {
    margin-right: -90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--90-sp {
    margin-right: -90px !important;
  }
}
.margin-right--85 {
  margin-right: -85px !important;
}

@media (min-width: 769px) {
  .margin-right--85-pc {
    margin-right: -85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--85-sp {
    margin-right: -85px !important;
  }
}
.margin-right--80 {
  margin-right: -80px !important;
}

@media (min-width: 769px) {
  .margin-right--80-pc {
    margin-right: -80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--80-sp {
    margin-right: -80px !important;
  }
}
.margin-right--75 {
  margin-right: -75px !important;
}

@media (min-width: 769px) {
  .margin-right--75-pc {
    margin-right: -75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--75-sp {
    margin-right: -75px !important;
  }
}
.margin-right--70 {
  margin-right: -70px !important;
}

@media (min-width: 769px) {
  .margin-right--70-pc {
    margin-right: -70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--70-sp {
    margin-right: -70px !important;
  }
}
.margin-right--65 {
  margin-right: -65px !important;
}

@media (min-width: 769px) {
  .margin-right--65-pc {
    margin-right: -65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--65-sp {
    margin-right: -65px !important;
  }
}
.margin-right--60 {
  margin-right: -60px !important;
}

@media (min-width: 769px) {
  .margin-right--60-pc {
    margin-right: -60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--60-sp {
    margin-right: -60px !important;
  }
}
.margin-right--55 {
  margin-right: -55px !important;
}

@media (min-width: 769px) {
  .margin-right--55-pc {
    margin-right: -55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--55-sp {
    margin-right: -55px !important;
  }
}
.margin-right--50 {
  margin-right: -50px !important;
}

@media (min-width: 769px) {
  .margin-right--50-pc {
    margin-right: -50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--50-sp {
    margin-right: -50px !important;
  }
}
.margin-right--45 {
  margin-right: -45px !important;
}

@media (min-width: 769px) {
  .margin-right--45-pc {
    margin-right: -45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--45-sp {
    margin-right: -45px !important;
  }
}
.margin-right--40 {
  margin-right: -40px !important;
}

@media (min-width: 769px) {
  .margin-right--40-pc {
    margin-right: -40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--40-sp {
    margin-right: -40px !important;
  }
}
.margin-right--35 {
  margin-right: -35px !important;
}

@media (min-width: 769px) {
  .margin-right--35-pc {
    margin-right: -35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--35-sp {
    margin-right: -35px !important;
  }
}
.margin-right--30 {
  margin-right: -30px !important;
}

@media (min-width: 769px) {
  .margin-right--30-pc {
    margin-right: -30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--30-sp {
    margin-right: -30px !important;
  }
}
.margin-right--25 {
  margin-right: -25px !important;
}

@media (min-width: 769px) {
  .margin-right--25-pc {
    margin-right: -25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--25-sp {
    margin-right: -25px !important;
  }
}
.margin-right--20 {
  margin-right: -20px !important;
}

@media (min-width: 769px) {
  .margin-right--20-pc {
    margin-right: -20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--20-sp {
    margin-right: -20px !important;
  }
}
.margin-right--15 {
  margin-right: -15px !important;
}

@media (min-width: 769px) {
  .margin-right--15-pc {
    margin-right: -15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--15-sp {
    margin-right: -15px !important;
  }
}
.margin-right--10 {
  margin-right: -10px !important;
}

@media (min-width: 769px) {
  .margin-right--10-pc {
    margin-right: -10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--10-sp {
    margin-right: -10px !important;
  }
}
.margin-right--5 {
  margin-right: -5px !important;
}

@media (min-width: 769px) {
  .margin-right--5-pc {
    margin-right: -5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right--5-sp {
    margin-right: -5px !important;
  }
}
.margin-right-0 {
  margin-right: 0px !important;
}

@media (min-width: 769px) {
  .margin-right-0-pc {
    margin-right: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-0-sp {
    margin-right: 0px !important;
  }
}
.margin-right-5 {
  margin-right: 5px !important;
}

@media (min-width: 769px) {
  .margin-right-5-pc {
    margin-right: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-5-sp {
    margin-right: 5px !important;
  }
}
.margin-right-10 {
  margin-right: 10px !important;
}

@media (min-width: 769px) {
  .margin-right-10-pc {
    margin-right: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-10-sp {
    margin-right: 10px !important;
  }
}
.margin-right-15 {
  margin-right: 15px !important;
}

@media (min-width: 769px) {
  .margin-right-15-pc {
    margin-right: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-15-sp {
    margin-right: 15px !important;
  }
}
.margin-right-20 {
  margin-right: 20px !important;
}

@media (min-width: 769px) {
  .margin-right-20-pc {
    margin-right: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-20-sp {
    margin-right: 20px !important;
  }
}
.margin-right-25 {
  margin-right: 25px !important;
}

@media (min-width: 769px) {
  .margin-right-25-pc {
    margin-right: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-25-sp {
    margin-right: 25px !important;
  }
}
.margin-right-30 {
  margin-right: 30px !important;
}

@media (min-width: 769px) {
  .margin-right-30-pc {
    margin-right: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-30-sp {
    margin-right: 30px !important;
  }
}
.margin-right-35 {
  margin-right: 35px !important;
}

@media (min-width: 769px) {
  .margin-right-35-pc {
    margin-right: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-35-sp {
    margin-right: 35px !important;
  }
}
.margin-right-40 {
  margin-right: 40px !important;
}

@media (min-width: 769px) {
  .margin-right-40-pc {
    margin-right: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-40-sp {
    margin-right: 40px !important;
  }
}
.margin-right-45 {
  margin-right: 45px !important;
}

@media (min-width: 769px) {
  .margin-right-45-pc {
    margin-right: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-45-sp {
    margin-right: 45px !important;
  }
}
.margin-right-50 {
  margin-right: 50px !important;
}

@media (min-width: 769px) {
  .margin-right-50-pc {
    margin-right: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-50-sp {
    margin-right: 50px !important;
  }
}
.margin-right-55 {
  margin-right: 55px !important;
}

@media (min-width: 769px) {
  .margin-right-55-pc {
    margin-right: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-55-sp {
    margin-right: 55px !important;
  }
}
.margin-right-60 {
  margin-right: 60px !important;
}

@media (min-width: 769px) {
  .margin-right-60-pc {
    margin-right: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-60-sp {
    margin-right: 60px !important;
  }
}
.margin-right-65 {
  margin-right: 65px !important;
}

@media (min-width: 769px) {
  .margin-right-65-pc {
    margin-right: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-65-sp {
    margin-right: 65px !important;
  }
}
.margin-right-70 {
  margin-right: 70px !important;
}

@media (min-width: 769px) {
  .margin-right-70-pc {
    margin-right: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-70-sp {
    margin-right: 70px !important;
  }
}
.margin-right-75 {
  margin-right: 75px !important;
}

@media (min-width: 769px) {
  .margin-right-75-pc {
    margin-right: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-75-sp {
    margin-right: 75px !important;
  }
}
.margin-right-80 {
  margin-right: 80px !important;
}

@media (min-width: 769px) {
  .margin-right-80-pc {
    margin-right: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-80-sp {
    margin-right: 80px !important;
  }
}
.margin-right-85 {
  margin-right: 85px !important;
}

@media (min-width: 769px) {
  .margin-right-85-pc {
    margin-right: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-85-sp {
    margin-right: 85px !important;
  }
}
.margin-right-90 {
  margin-right: 90px !important;
}

@media (min-width: 769px) {
  .margin-right-90-pc {
    margin-right: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-90-sp {
    margin-right: 90px !important;
  }
}
.margin-right-95 {
  margin-right: 95px !important;
}

@media (min-width: 769px) {
  .margin-right-95-pc {
    margin-right: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-95-sp {
    margin-right: 95px !important;
  }
}
.margin-right-100 {
  margin-right: 100px !important;
}

@media (min-width: 769px) {
  .margin-right-100-pc {
    margin-right: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-100-sp {
    margin-right: 100px !important;
  }
}
.margin-right-auto {
  margin-right: auto !important;
}

@media (min-width: 769px) {
  .margin-right-auto-pc {
    margin-right: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-auto-sp {
    margin-right: auto !important;
  }
}
.margin-bottom--100 {
  margin-bottom: -100px !important;
}

@media (min-width: 769px) {
  .margin-bottom--100-pc {
    margin-bottom: -100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--100-sp {
    margin-bottom: -100px !important;
  }
}
.margin-bottom--95 {
  margin-bottom: -95px !important;
}

@media (min-width: 769px) {
  .margin-bottom--95-pc {
    margin-bottom: -95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--95-sp {
    margin-bottom: -95px !important;
  }
}
.margin-bottom--90 {
  margin-bottom: -90px !important;
}

@media (min-width: 769px) {
  .margin-bottom--90-pc {
    margin-bottom: -90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--90-sp {
    margin-bottom: -90px !important;
  }
}
.margin-bottom--85 {
  margin-bottom: -85px !important;
}

@media (min-width: 769px) {
  .margin-bottom--85-pc {
    margin-bottom: -85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--85-sp {
    margin-bottom: -85px !important;
  }
}
.margin-bottom--80 {
  margin-bottom: -80px !important;
}

@media (min-width: 769px) {
  .margin-bottom--80-pc {
    margin-bottom: -80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--80-sp {
    margin-bottom: -80px !important;
  }
}
.margin-bottom--75 {
  margin-bottom: -75px !important;
}

@media (min-width: 769px) {
  .margin-bottom--75-pc {
    margin-bottom: -75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--75-sp {
    margin-bottom: -75px !important;
  }
}
.margin-bottom--70 {
  margin-bottom: -70px !important;
}

@media (min-width: 769px) {
  .margin-bottom--70-pc {
    margin-bottom: -70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--70-sp {
    margin-bottom: -70px !important;
  }
}
.margin-bottom--65 {
  margin-bottom: -65px !important;
}

@media (min-width: 769px) {
  .margin-bottom--65-pc {
    margin-bottom: -65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--65-sp {
    margin-bottom: -65px !important;
  }
}
.margin-bottom--60 {
  margin-bottom: -60px !important;
}

@media (min-width: 769px) {
  .margin-bottom--60-pc {
    margin-bottom: -60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--60-sp {
    margin-bottom: -60px !important;
  }
}
.margin-bottom--55 {
  margin-bottom: -55px !important;
}

@media (min-width: 769px) {
  .margin-bottom--55-pc {
    margin-bottom: -55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--55-sp {
    margin-bottom: -55px !important;
  }
}
.margin-bottom--50 {
  margin-bottom: -50px !important;
}

@media (min-width: 769px) {
  .margin-bottom--50-pc {
    margin-bottom: -50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--50-sp {
    margin-bottom: -50px !important;
  }
}
.margin-bottom--45 {
  margin-bottom: -45px !important;
}

@media (min-width: 769px) {
  .margin-bottom--45-pc {
    margin-bottom: -45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--45-sp {
    margin-bottom: -45px !important;
  }
}
.margin-bottom--40 {
  margin-bottom: -40px !important;
}

@media (min-width: 769px) {
  .margin-bottom--40-pc {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--40-sp {
    margin-bottom: -40px !important;
  }
}
.margin-bottom--35 {
  margin-bottom: -35px !important;
}

@media (min-width: 769px) {
  .margin-bottom--35-pc {
    margin-bottom: -35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--35-sp {
    margin-bottom: -35px !important;
  }
}
.margin-bottom--30 {
  margin-bottom: -30px !important;
}

@media (min-width: 769px) {
  .margin-bottom--30-pc {
    margin-bottom: -30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--30-sp {
    margin-bottom: -30px !important;
  }
}
.margin-bottom--25 {
  margin-bottom: -25px !important;
}

@media (min-width: 769px) {
  .margin-bottom--25-pc {
    margin-bottom: -25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--25-sp {
    margin-bottom: -25px !important;
  }
}
.margin-bottom--20 {
  margin-bottom: -20px !important;
}

@media (min-width: 769px) {
  .margin-bottom--20-pc {
    margin-bottom: -20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--20-sp {
    margin-bottom: -20px !important;
  }
}
.margin-bottom--15 {
  margin-bottom: -15px !important;
}

@media (min-width: 769px) {
  .margin-bottom--15-pc {
    margin-bottom: -15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--15-sp {
    margin-bottom: -15px !important;
  }
}
.margin-bottom--10 {
  margin-bottom: -10px !important;
}

@media (min-width: 769px) {
  .margin-bottom--10-pc {
    margin-bottom: -10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--10-sp {
    margin-bottom: -10px !important;
  }
}
.margin-bottom--5 {
  margin-bottom: -5px !important;
}

@media (min-width: 769px) {
  .margin-bottom--5-pc {
    margin-bottom: -5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom--5-sp {
    margin-bottom: -5px !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

@media (min-width: 769px) {
  .margin-bottom-0-pc {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-0-sp {
    margin-bottom: 0px !important;
  }
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}

@media (min-width: 769px) {
  .margin-bottom-5-pc {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-5-sp {
    margin-bottom: 5px !important;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

@media (min-width: 769px) {
  .margin-bottom-10-pc {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-10-sp {
    margin-bottom: 10px !important;
  }
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

@media (min-width: 769px) {
  .margin-bottom-15-pc {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-15-sp {
    margin-bottom: 15px !important;
  }
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

@media (min-width: 769px) {
  .margin-bottom-20-pc {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-20-sp {
    margin-bottom: 20px !important;
  }
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}

@media (min-width: 769px) {
  .margin-bottom-25-pc {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-25-sp {
    margin-bottom: 25px !important;
  }
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 769px) {
  .margin-bottom-30-pc {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-30-sp {
    margin-bottom: 30px !important;
  }
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}

@media (min-width: 769px) {
  .margin-bottom-35-pc {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-35-sp {
    margin-bottom: 35px !important;
  }
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

@media (min-width: 769px) {
  .margin-bottom-40-pc {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-40-sp {
    margin-bottom: 40px !important;
  }
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}

@media (min-width: 769px) {
  .margin-bottom-45-pc {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-45-sp {
    margin-bottom: 45px !important;
  }
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 769px) {
  .margin-bottom-50-pc {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-50-sp {
    margin-bottom: 50px !important;
  }
}
.margin-bottom-55 {
  margin-bottom: 55px !important;
}

@media (min-width: 769px) {
  .margin-bottom-55-pc {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-55-sp {
    margin-bottom: 55px !important;
  }
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 769px) {
  .margin-bottom-60-pc {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-60-sp {
    margin-bottom: 60px !important;
  }
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}

@media (min-width: 769px) {
  .margin-bottom-65-pc {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-65-sp {
    margin-bottom: 65px !important;
  }
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}

@media (min-width: 769px) {
  .margin-bottom-70-pc {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-70-sp {
    margin-bottom: 70px !important;
  }
}
.margin-bottom-75 {
  margin-bottom: 75px !important;
}

@media (min-width: 769px) {
  .margin-bottom-75-pc {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-75-sp {
    margin-bottom: 75px !important;
  }
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 769px) {
  .margin-bottom-80-pc {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-80-sp {
    margin-bottom: 80px !important;
  }
}
.margin-bottom-85 {
  margin-bottom: 85px !important;
}

@media (min-width: 769px) {
  .margin-bottom-85-pc {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-85-sp {
    margin-bottom: 85px !important;
  }
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}

@media (min-width: 769px) {
  .margin-bottom-90-pc {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-90-sp {
    margin-bottom: 90px !important;
  }
}
.margin-bottom-95 {
  margin-bottom: 95px !important;
}

@media (min-width: 769px) {
  .margin-bottom-95-pc {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-95-sp {
    margin-bottom: 95px !important;
  }
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 769px) {
  .margin-bottom-100-pc {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-100-sp {
    margin-bottom: 100px !important;
  }
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}

@media (min-width: 769px) {
  .margin-bottom-auto-pc {
    margin-bottom: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-auto-sp {
    margin-bottom: auto !important;
  }
}
.padding-0 {
  padding: 0px !important;
}

@media (min-width: 769px) {
  .padding-0-pc {
    padding: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-0-sp {
    padding: 0px !important;
  }
}
.padding-5 {
  padding: 5px !important;
}

@media (min-width: 769px) {
  .padding-5-pc {
    padding: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-5-sp {
    padding: 5px !important;
  }
}
.padding-10 {
  padding: 10px !important;
}

@media (min-width: 769px) {
  .padding-10-pc {
    padding: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-10-sp {
    padding: 10px !important;
  }
}
.padding-15 {
  padding: 15px !important;
}

@media (min-width: 769px) {
  .padding-15-pc {
    padding: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-15-sp {
    padding: 15px !important;
  }
}
.padding-20 {
  padding: 20px !important;
}

@media (min-width: 769px) {
  .padding-20-pc {
    padding: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-20-sp {
    padding: 20px !important;
  }
}
.padding-25 {
  padding: 25px !important;
}

@media (min-width: 769px) {
  .padding-25-pc {
    padding: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-25-sp {
    padding: 25px !important;
  }
}
.padding-30 {
  padding: 30px !important;
}

@media (min-width: 769px) {
  .padding-30-pc {
    padding: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-30-sp {
    padding: 30px !important;
  }
}
.padding-35 {
  padding: 35px !important;
}

@media (min-width: 769px) {
  .padding-35-pc {
    padding: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-35-sp {
    padding: 35px !important;
  }
}
.padding-40 {
  padding: 40px !important;
}

@media (min-width: 769px) {
  .padding-40-pc {
    padding: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-40-sp {
    padding: 40px !important;
  }
}
.padding-45 {
  padding: 45px !important;
}

@media (min-width: 769px) {
  .padding-45-pc {
    padding: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-45-sp {
    padding: 45px !important;
  }
}
.padding-50 {
  padding: 50px !important;
}

@media (min-width: 769px) {
  .padding-50-pc {
    padding: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-50-sp {
    padding: 50px !important;
  }
}
.padding-55 {
  padding: 55px !important;
}

@media (min-width: 769px) {
  .padding-55-pc {
    padding: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-55-sp {
    padding: 55px !important;
  }
}
.padding-60 {
  padding: 60px !important;
}

@media (min-width: 769px) {
  .padding-60-pc {
    padding: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-60-sp {
    padding: 60px !important;
  }
}
.padding-65 {
  padding: 65px !important;
}

@media (min-width: 769px) {
  .padding-65-pc {
    padding: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-65-sp {
    padding: 65px !important;
  }
}
.padding-70 {
  padding: 70px !important;
}

@media (min-width: 769px) {
  .padding-70-pc {
    padding: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-70-sp {
    padding: 70px !important;
  }
}
.padding-75 {
  padding: 75px !important;
}

@media (min-width: 769px) {
  .padding-75-pc {
    padding: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-75-sp {
    padding: 75px !important;
  }
}
.padding-80 {
  padding: 80px !important;
}

@media (min-width: 769px) {
  .padding-80-pc {
    padding: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-80-sp {
    padding: 80px !important;
  }
}
.padding-85 {
  padding: 85px !important;
}

@media (min-width: 769px) {
  .padding-85-pc {
    padding: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-85-sp {
    padding: 85px !important;
  }
}
.padding-90 {
  padding: 90px !important;
}

@media (min-width: 769px) {
  .padding-90-pc {
    padding: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-90-sp {
    padding: 90px !important;
  }
}
.padding-95 {
  padding: 95px !important;
}

@media (min-width: 769px) {
  .padding-95-pc {
    padding: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-95-sp {
    padding: 95px !important;
  }
}
.padding-100 {
  padding: 100px !important;
}

@media (min-width: 769px) {
  .padding-100-pc {
    padding: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-100-sp {
    padding: 100px !important;
  }
}
.padding-top-0 {
  padding-top: 0px !important;
}

@media (min-width: 769px) {
  .padding-top-0-pc {
    padding-top: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-0-sp {
    padding-top: 0px !important;
  }
}
.padding-top-5 {
  padding-top: 5px !important;
}

@media (min-width: 769px) {
  .padding-top-5-pc {
    padding-top: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-5-sp {
    padding-top: 5px !important;
  }
}
.padding-top-10 {
  padding-top: 10px !important;
}

@media (min-width: 769px) {
  .padding-top-10-pc {
    padding-top: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-10-sp {
    padding-top: 10px !important;
  }
}
.padding-top-15 {
  padding-top: 15px !important;
}

@media (min-width: 769px) {
  .padding-top-15-pc {
    padding-top: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-15-sp {
    padding-top: 15px !important;
  }
}
.padding-top-20 {
  padding-top: 20px !important;
}

@media (min-width: 769px) {
  .padding-top-20-pc {
    padding-top: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-20-sp {
    padding-top: 20px !important;
  }
}
.padding-top-25 {
  padding-top: 25px !important;
}

@media (min-width: 769px) {
  .padding-top-25-pc {
    padding-top: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-25-sp {
    padding-top: 25px !important;
  }
}
.padding-top-30 {
  padding-top: 30px !important;
}

@media (min-width: 769px) {
  .padding-top-30-pc {
    padding-top: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-30-sp {
    padding-top: 30px !important;
  }
}
.padding-top-35 {
  padding-top: 35px !important;
}

@media (min-width: 769px) {
  .padding-top-35-pc {
    padding-top: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-35-sp {
    padding-top: 35px !important;
  }
}
.padding-top-40 {
  padding-top: 40px !important;
}

@media (min-width: 769px) {
  .padding-top-40-pc {
    padding-top: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-40-sp {
    padding-top: 40px !important;
  }
}
.padding-top-45 {
  padding-top: 45px !important;
}

@media (min-width: 769px) {
  .padding-top-45-pc {
    padding-top: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-45-sp {
    padding-top: 45px !important;
  }
}
.padding-top-50 {
  padding-top: 50px !important;
}

@media (min-width: 769px) {
  .padding-top-50-pc {
    padding-top: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-50-sp {
    padding-top: 50px !important;
  }
}
.padding-top-55 {
  padding-top: 55px !important;
}

@media (min-width: 769px) {
  .padding-top-55-pc {
    padding-top: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-55-sp {
    padding-top: 55px !important;
  }
}
.padding-top-60 {
  padding-top: 60px !important;
}

@media (min-width: 769px) {
  .padding-top-60-pc {
    padding-top: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-60-sp {
    padding-top: 60px !important;
  }
}
.padding-top-65 {
  padding-top: 65px !important;
}

@media (min-width: 769px) {
  .padding-top-65-pc {
    padding-top: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-65-sp {
    padding-top: 65px !important;
  }
}
.padding-top-70 {
  padding-top: 70px !important;
}

@media (min-width: 769px) {
  .padding-top-70-pc {
    padding-top: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-70-sp {
    padding-top: 70px !important;
  }
}
.padding-top-75 {
  padding-top: 75px !important;
}

@media (min-width: 769px) {
  .padding-top-75-pc {
    padding-top: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-75-sp {
    padding-top: 75px !important;
  }
}
.padding-top-80 {
  padding-top: 80px !important;
}

@media (min-width: 769px) {
  .padding-top-80-pc {
    padding-top: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-80-sp {
    padding-top: 80px !important;
  }
}
.padding-top-85 {
  padding-top: 85px !important;
}

@media (min-width: 769px) {
  .padding-top-85-pc {
    padding-top: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-85-sp {
    padding-top: 85px !important;
  }
}
.padding-top-90 {
  padding-top: 90px !important;
}

@media (min-width: 769px) {
  .padding-top-90-pc {
    padding-top: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-90-sp {
    padding-top: 90px !important;
  }
}
.padding-top-95 {
  padding-top: 95px !important;
}

@media (min-width: 769px) {
  .padding-top-95-pc {
    padding-top: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-95-sp {
    padding-top: 95px !important;
  }
}
.padding-top-100 {
  padding-top: 100px !important;
}

@media (min-width: 769px) {
  .padding-top-100-pc {
    padding-top: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-100-sp {
    padding-top: 100px !important;
  }
}
.padding-left-0 {
  padding-left: 0px !important;
}

@media (min-width: 769px) {
  .padding-left-0-pc {
    padding-left: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-0-sp {
    padding-left: 0px !important;
  }
}
.padding-left-5 {
  padding-left: 5px !important;
}

@media (min-width: 769px) {
  .padding-left-5-pc {
    padding-left: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-5-sp {
    padding-left: 5px !important;
  }
}
.padding-left-10 {
  padding-left: 10px !important;
}

@media (min-width: 769px) {
  .padding-left-10-pc {
    padding-left: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-10-sp {
    padding-left: 10px !important;
  }
}
.padding-left-15 {
  padding-left: 15px !important;
}

@media (min-width: 769px) {
  .padding-left-15-pc {
    padding-left: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-15-sp {
    padding-left: 15px !important;
  }
}
.padding-left-20 {
  padding-left: 20px !important;
}

@media (min-width: 769px) {
  .padding-left-20-pc {
    padding-left: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-20-sp {
    padding-left: 20px !important;
  }
}
.padding-left-25 {
  padding-left: 25px !important;
}

@media (min-width: 769px) {
  .padding-left-25-pc {
    padding-left: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-25-sp {
    padding-left: 25px !important;
  }
}
.padding-left-30 {
  padding-left: 30px !important;
}

@media (min-width: 769px) {
  .padding-left-30-pc {
    padding-left: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-30-sp {
    padding-left: 30px !important;
  }
}
.padding-left-35 {
  padding-left: 35px !important;
}

@media (min-width: 769px) {
  .padding-left-35-pc {
    padding-left: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-35-sp {
    padding-left: 35px !important;
  }
}
.padding-left-40 {
  padding-left: 40px !important;
}

@media (min-width: 769px) {
  .padding-left-40-pc {
    padding-left: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-40-sp {
    padding-left: 40px !important;
  }
}
.padding-left-45 {
  padding-left: 45px !important;
}

@media (min-width: 769px) {
  .padding-left-45-pc {
    padding-left: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-45-sp {
    padding-left: 45px !important;
  }
}
.padding-left-50 {
  padding-left: 50px !important;
}

@media (min-width: 769px) {
  .padding-left-50-pc {
    padding-left: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-50-sp {
    padding-left: 50px !important;
  }
}
.padding-left-55 {
  padding-left: 55px !important;
}

@media (min-width: 769px) {
  .padding-left-55-pc {
    padding-left: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-55-sp {
    padding-left: 55px !important;
  }
}
.padding-left-60 {
  padding-left: 60px !important;
}

@media (min-width: 769px) {
  .padding-left-60-pc {
    padding-left: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-60-sp {
    padding-left: 60px !important;
  }
}
.padding-left-65 {
  padding-left: 65px !important;
}

@media (min-width: 769px) {
  .padding-left-65-pc {
    padding-left: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-65-sp {
    padding-left: 65px !important;
  }
}
.padding-left-70 {
  padding-left: 70px !important;
}

@media (min-width: 769px) {
  .padding-left-70-pc {
    padding-left: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-70-sp {
    padding-left: 70px !important;
  }
}
.padding-left-75 {
  padding-left: 75px !important;
}

@media (min-width: 769px) {
  .padding-left-75-pc {
    padding-left: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-75-sp {
    padding-left: 75px !important;
  }
}
.padding-left-80 {
  padding-left: 80px !important;
}

@media (min-width: 769px) {
  .padding-left-80-pc {
    padding-left: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-80-sp {
    padding-left: 80px !important;
  }
}
.padding-left-85 {
  padding-left: 85px !important;
}

@media (min-width: 769px) {
  .padding-left-85-pc {
    padding-left: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-85-sp {
    padding-left: 85px !important;
  }
}
.padding-left-90 {
  padding-left: 90px !important;
}

@media (min-width: 769px) {
  .padding-left-90-pc {
    padding-left: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-90-sp {
    padding-left: 90px !important;
  }
}
.padding-left-95 {
  padding-left: 95px !important;
}

@media (min-width: 769px) {
  .padding-left-95-pc {
    padding-left: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-95-sp {
    padding-left: 95px !important;
  }
}
.padding-left-100 {
  padding-left: 100px !important;
}

@media (min-width: 769px) {
  .padding-left-100-pc {
    padding-left: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-100-sp {
    padding-left: 100px !important;
  }
}
.padding-right-0 {
  padding-right: 0px !important;
}

@media (min-width: 769px) {
  .padding-right-0-pc {
    padding-right: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-0-sp {
    padding-right: 0px !important;
  }
}
.padding-right-5 {
  padding-right: 5px !important;
}

@media (min-width: 769px) {
  .padding-right-5-pc {
    padding-right: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-5-sp {
    padding-right: 5px !important;
  }
}
.padding-right-10 {
  padding-right: 10px !important;
}

@media (min-width: 769px) {
  .padding-right-10-pc {
    padding-right: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-10-sp {
    padding-right: 10px !important;
  }
}
.padding-right-15 {
  padding-right: 15px !important;
}

@media (min-width: 769px) {
  .padding-right-15-pc {
    padding-right: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-15-sp {
    padding-right: 15px !important;
  }
}
.padding-right-20 {
  padding-right: 20px !important;
}

@media (min-width: 769px) {
  .padding-right-20-pc {
    padding-right: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-20-sp {
    padding-right: 20px !important;
  }
}
.padding-right-25 {
  padding-right: 25px !important;
}

@media (min-width: 769px) {
  .padding-right-25-pc {
    padding-right: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-25-sp {
    padding-right: 25px !important;
  }
}
.padding-right-30 {
  padding-right: 30px !important;
}

@media (min-width: 769px) {
  .padding-right-30-pc {
    padding-right: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-30-sp {
    padding-right: 30px !important;
  }
}
.padding-right-35 {
  padding-right: 35px !important;
}

@media (min-width: 769px) {
  .padding-right-35-pc {
    padding-right: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-35-sp {
    padding-right: 35px !important;
  }
}
.padding-right-40 {
  padding-right: 40px !important;
}

@media (min-width: 769px) {
  .padding-right-40-pc {
    padding-right: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-40-sp {
    padding-right: 40px !important;
  }
}
.padding-right-45 {
  padding-right: 45px !important;
}

@media (min-width: 769px) {
  .padding-right-45-pc {
    padding-right: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-45-sp {
    padding-right: 45px !important;
  }
}
.padding-right-50 {
  padding-right: 50px !important;
}

@media (min-width: 769px) {
  .padding-right-50-pc {
    padding-right: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-50-sp {
    padding-right: 50px !important;
  }
}
.padding-right-55 {
  padding-right: 55px !important;
}

@media (min-width: 769px) {
  .padding-right-55-pc {
    padding-right: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-55-sp {
    padding-right: 55px !important;
  }
}
.padding-right-60 {
  padding-right: 60px !important;
}

@media (min-width: 769px) {
  .padding-right-60-pc {
    padding-right: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-60-sp {
    padding-right: 60px !important;
  }
}
.padding-right-65 {
  padding-right: 65px !important;
}

@media (min-width: 769px) {
  .padding-right-65-pc {
    padding-right: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-65-sp {
    padding-right: 65px !important;
  }
}
.padding-right-70 {
  padding-right: 70px !important;
}

@media (min-width: 769px) {
  .padding-right-70-pc {
    padding-right: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-70-sp {
    padding-right: 70px !important;
  }
}
.padding-right-75 {
  padding-right: 75px !important;
}

@media (min-width: 769px) {
  .padding-right-75-pc {
    padding-right: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-75-sp {
    padding-right: 75px !important;
  }
}
.padding-right-80 {
  padding-right: 80px !important;
}

@media (min-width: 769px) {
  .padding-right-80-pc {
    padding-right: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-80-sp {
    padding-right: 80px !important;
  }
}
.padding-right-85 {
  padding-right: 85px !important;
}

@media (min-width: 769px) {
  .padding-right-85-pc {
    padding-right: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-85-sp {
    padding-right: 85px !important;
  }
}
.padding-right-90 {
  padding-right: 90px !important;
}

@media (min-width: 769px) {
  .padding-right-90-pc {
    padding-right: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-90-sp {
    padding-right: 90px !important;
  }
}
.padding-right-95 {
  padding-right: 95px !important;
}

@media (min-width: 769px) {
  .padding-right-95-pc {
    padding-right: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-95-sp {
    padding-right: 95px !important;
  }
}
.padding-right-100 {
  padding-right: 100px !important;
}

@media (min-width: 769px) {
  .padding-right-100-pc {
    padding-right: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-100-sp {
    padding-right: 100px !important;
  }
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 769px) {
  .padding-bottom-0-pc {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-0-sp {
    padding-bottom: 0px !important;
  }
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}

@media (min-width: 769px) {
  .padding-bottom-5-pc {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-5-sp {
    padding-bottom: 5px !important;
  }
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

@media (min-width: 769px) {
  .padding-bottom-10-pc {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-10-sp {
    padding-bottom: 10px !important;
  }
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

@media (min-width: 769px) {
  .padding-bottom-15-pc {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-15-sp {
    padding-bottom: 15px !important;
  }
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

@media (min-width: 769px) {
  .padding-bottom-20-pc {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-20-sp {
    padding-bottom: 20px !important;
  }
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}

@media (min-width: 769px) {
  .padding-bottom-25-pc {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-25-sp {
    padding-bottom: 25px !important;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 769px) {
  .padding-bottom-30-pc {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-30-sp {
    padding-bottom: 30px !important;
  }
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}

@media (min-width: 769px) {
  .padding-bottom-35-pc {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-35-sp {
    padding-bottom: 35px !important;
  }
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

@media (min-width: 769px) {
  .padding-bottom-40-pc {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-40-sp {
    padding-bottom: 40px !important;
  }
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}

@media (min-width: 769px) {
  .padding-bottom-45-pc {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-45-sp {
    padding-bottom: 45px !important;
  }
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

@media (min-width: 769px) {
  .padding-bottom-50-pc {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-50-sp {
    padding-bottom: 50px !important;
  }
}
.padding-bottom-55 {
  padding-bottom: 55px !important;
}

@media (min-width: 769px) {
  .padding-bottom-55-pc {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-55-sp {
    padding-bottom: 55px !important;
  }
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}

@media (min-width: 769px) {
  .padding-bottom-60-pc {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-60-sp {
    padding-bottom: 60px !important;
  }
}
.padding-bottom-65 {
  padding-bottom: 65px !important;
}

@media (min-width: 769px) {
  .padding-bottom-65-pc {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-65-sp {
    padding-bottom: 65px !important;
  }
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}

@media (min-width: 769px) {
  .padding-bottom-70-pc {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-70-sp {
    padding-bottom: 70px !important;
  }
}
.padding-bottom-75 {
  padding-bottom: 75px !important;
}

@media (min-width: 769px) {
  .padding-bottom-75-pc {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-75-sp {
    padding-bottom: 75px !important;
  }
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}

@media (min-width: 769px) {
  .padding-bottom-80-pc {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-80-sp {
    padding-bottom: 80px !important;
  }
}
.padding-bottom-85 {
  padding-bottom: 85px !important;
}

@media (min-width: 769px) {
  .padding-bottom-85-pc {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-85-sp {
    padding-bottom: 85px !important;
  }
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}

@media (min-width: 769px) {
  .padding-bottom-90-pc {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-90-sp {
    padding-bottom: 90px !important;
  }
}
.padding-bottom-95 {
  padding-bottom: 95px !important;
}

@media (min-width: 769px) {
  .padding-bottom-95-pc {
    padding-bottom: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-95-sp {
    padding-bottom: 95px !important;
  }
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 769px) {
  .padding-bottom-100-pc {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-100-sp {
    padding-bottom: 100px !important;
  }
}
.background-color-tos-black {
  background-color: #000 !important;
}

@media (min-width: 769px) {
  .background-color-tos-black-pc {
    background-color: #000 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-black-sp {
    background-color: #000 !important;
  }
}
.background-color-tos-white {
  background-color: #fff !important;
}

@media (min-width: 769px) {
  .background-color-tos-white-pc {
    background-color: #fff !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-white-sp {
    background-color: #fff !important;
  }
}
.background-color-tos-red {
  background-color: #e61e1e !important;
}

@media (min-width: 769px) {
  .background-color-tos-red-pc {
    background-color: #e61e1e !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-red-sp {
    background-color: #e61e1e !important;
  }
}
.background-color-tos-blue {
  background-color: #0064d2 !important;
}

@media (min-width: 769px) {
  .background-color-tos-blue-pc {
    background-color: #0064d2 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-blue-sp {
    background-color: #0064d2 !important;
  }
}
.background-color-tos-orange {
  background-color: #fa9628 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-pc {
    background-color: #fa9628 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-sp {
    background-color: #fa9628 !important;
  }
}
.background-color-tos-teal {
  background-color: #50bebe !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-pc {
    background-color: #50bebe !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-sp {
    background-color: #50bebe !important;
  }
}
.background-color-tos-cyan {
  background-color: #64afe1 !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-pc {
    background-color: #64afe1 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-sp {
    background-color: #64afe1 !important;
  }
}
.background-color-tos-gray {
  background-color: #a0a0a5 !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-pc {
    background-color: #a0a0a5 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-sp {
    background-color: #a0a0a5 !important;
  }
}
.background-color-tos-yellow {
  background-color: #fad737 !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-pc {
    background-color: #fad737 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-sp {
    background-color: #fad737 !important;
  }
}
.background-color-tos-lavender {
  background-color: #af8cc8 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-pc {
    background-color: #af8cc8 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-sp {
    background-color: #af8cc8 !important;
  }
}
.background-color-tos-orange-dark {
  background-color: #b94b00 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-dark-pc {
    background-color: #b94b00 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-dark-sp {
    background-color: #b94b00 !important;
  }
}
.background-color-tos-teal-dark {
  background-color: #007580 !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-dark-pc {
    background-color: #007580 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-dark-sp {
    background-color: #007580 !important;
  }
}
.background-color-tos-cyan-dark {
  background-color: #265c80 !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-dark-pc {
    background-color: #265c80 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-dark-sp {
    background-color: #265c80 !important;
  }
}
.background-color-tos-gray-dark {
  background-color: #505054 !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-dark-pc {
    background-color: #505054 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-dark-sp {
    background-color: #505054 !important;
  }
}
.background-color-tos-yellow-dark {
  background-color: #916e00 !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-dark-pc {
    background-color: #916e00 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-dark-sp {
    background-color: #916e00 !important;
  }
}
.background-color-tos-lavender-dark {
  background-color: #644080 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-dark-pc {
    background-color: #644080 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-dark-sp {
    background-color: #644080 !important;
  }
}
.background-color-tos-orange-25 {
  background-color: #fee5C9 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-25-pc {
    background-color: #fee5C9 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-25-sp {
    background-color: #fee5C9 !important;
  }
}
.background-color-tos-orange-40 {
  background-color: #fdd5a9 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-40-pc {
    background-color: #fdd5a9 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-40-sp {
    background-color: #fdd5a9 !important;
  }
}
.background-color-tos-orange-55 {
  background-color: #fcc589 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-55-pc {
    background-color: #fcc589 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-55-sp {
    background-color: #fcc589 !important;
  }
}
.background-color-tos-orange-70 {
  background-color: #fcb669 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-70-pc {
    background-color: #fcb669 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-70-sp {
    background-color: #fcb669 !important;
  }
}
.background-color-tos-orange-85 {
  background-color: #fba648 !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-85-pc {
    background-color: #fba648 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-85-sp {
    background-color: #fba648 !important;
  }
}
.background-color-tos-teal-25 {
  background-color: #d3efef !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-25-pc {
    background-color: #d3efef !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-25-sp {
    background-color: #d3efef !important;
  }
}
.background-color-tos-teal-40 {
  background-color: #b9e5e5 !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-40-pc {
    background-color: #b9e5e5 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-40-sp {
    background-color: #b9e5e5 !important;
  }
}
.background-color-tos-teal-55 {
  background-color: #9fdbdb !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-55-pc {
    background-color: #9fdbdb !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-55-sp {
    background-color: #9fdbdb !important;
  }
}
.background-color-tos-teal-70 {
  background-color: #85d2d2 !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-70-pc {
    background-color: #85d2d2 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-70-sp {
    background-color: #85d2d2 !important;
  }
}
.background-color-tos-teal-85 {
  background-color: #6ac8c8 !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-85-pc {
    background-color: #6ac8c8 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-85-sp {
    background-color: #6ac8c8 !important;
  }
}
.background-color-tos-cyan-25 {
  background-color: #d8ebf7 !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-25-pc {
    background-color: #d8ebf7 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-25-sp {
    background-color: #d8ebf7 !important;
  }
}
.background-color-tos-cyan-40 {
  background-color: #c1dff3 !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-40-pc {
    background-color: #c1dff3 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-40-sp {
    background-color: #c1dff3 !important;
  }
}
.background-color-tos-cyan-55 {
  background-color: #aad3ef !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-55-pc {
    background-color: #aad3ef !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-55-sp {
    background-color: #aad3ef !important;
  }
}
.background-color-tos-cyan-70 {
  background-color: #93c7ea !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-70-pc {
    background-color: #93c7ea !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-70-sp {
    background-color: #93c7ea !important;
  }
}
.background-color-tos-cyan-85 {
  background-color: #7bbbe5 !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-85-pc {
    background-color: #7bbbe5 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-85-sp {
    background-color: #7bbbe5 !important;
  }
}
.background-color-tos-gray-25 {
  background-color: #e7e7e8 !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-25-pc {
    background-color: #e7e7e8 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-25-sp {
    background-color: #e7e7e8 !important;
  }
}
.background-color-tos-gray-40 {
  background-color: #d9d9dB !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-40-pc {
    background-color: #d9d9dB !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-40-sp {
    background-color: #d9d9dB !important;
  }
}
.background-color-tos-gray-55 {
  background-color: #cbcbce !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-55-pc {
    background-color: #cbcbce !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-55-sp {
    background-color: #cbcbce !important;
  }
}
.background-color-tos-gray-70 {
  background-color: #bdbdc0 !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-70-pc {
    background-color: #bdbdc0 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-70-sp {
    background-color: #bdbdc0 !important;
  }
}
.background-color-tos-gray-85 {
  background-color: #aeaeb2 !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-85-pc {
    background-color: #aeaeb2 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-85-sp {
    background-color: #aeaeb2 !important;
  }
}
.background-color-tos-yellow-25 {
  background-color: #fef5cd !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-25-pc {
    background-color: #fef5cd !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-25-sp {
    background-color: #fef5cd !important;
  }
}
.background-color-tos-yellow-40 {
  background-color: #fdefaf !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-40-pc {
    background-color: #fdefaf !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-40-sp {
    background-color: #fdefaf !important;
  }
}
.background-color-tos-yellow-55 {
  background-color: #fce991 !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-55-pc {
    background-color: #fce991 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-55-sp {
    background-color: #fce991 !important;
  }
}
.background-color-tos-yellow-70 {
  background-color: #fce373 !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-70-pc {
    background-color: #fce373 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-70-sp {
    background-color: #fce373 !important;
  }
}
.background-color-tos-yellow-85 {
  background-color: #fbdd55 !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-85-pc {
    background-color: #fbdd55 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-85-sp {
    background-color: #fbdd55 !important;
  }
}
.background-color-tos-lavender-25 {
  background-color: #ebe2f1 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-25-pc {
    background-color: #ebe2f1 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-25-sp {
    background-color: #ebe2f1 !important;
  }
}
.background-color-tos-lavender-40 {
  background-color: #dfd1e9 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-40-pc {
    background-color: #dfd1e9 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-40-sp {
    background-color: #dfd1e9 !important;
  }
}
.background-color-tos-lavender-55 {
  background-color: #d3c0e1 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-55-pc {
    background-color: #d3c0e1 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-55-sp {
    background-color: #d3c0e1 !important;
  }
}
.background-color-tos-lavender-70 {
  background-color: #c7afd9 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-70-pc {
    background-color: #c7afd9 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-70-sp {
    background-color: #c7afd9 !important;
  }
}
.background-color-tos-lavender-85 {
  background-color: #bb9dd0 !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-85-pc {
    background-color: #bb9dd0 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-85-sp {
    background-color: #bb9dd0 !important;
  }
}
.background-color-red-01 {
  background-color: #FF0101 !important;
}

@media (min-width: 769px) {
  .background-color-red-01-pc {
    background-color: #FF0101 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-red-01-sp {
    background-color: #FF0101 !important;
  }
}
.background-color-gray-01 {
  background-color: #f6f4f2 !important;
}

@media (min-width: 769px) {
  .background-color-gray-01-pc {
    background-color: #f6f4f2 !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-gray-01-sp {
    background-color: #f6f4f2 !important;
  }
}
.color-tos-black {
  color: #000 !important;
}

@media (hover) {
  .color-tos-black-hover:hover {
    color: #000 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-black-pc {
    color: #000 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-black-pc-hover:hover {
    color: #000 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-black-sp {
    color: #000 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-black-sp-hover:hover {
    color: #000 !important;
  }
}
.color-tos-white {
  color: #fff !important;
}

@media (hover) {
  .color-tos-white-hover:hover {
    color: #fff !important;
  }
}
@media (min-width: 769px) {
  .color-tos-white-pc {
    color: #fff !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-white-pc-hover:hover {
    color: #fff !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-white-sp {
    color: #fff !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-white-sp-hover:hover {
    color: #fff !important;
  }
}
.color-tos-red {
  color: #e61e1e !important;
}

@media (hover) {
  .color-tos-red-hover:hover {
    color: #e61e1e !important;
  }
}
@media (min-width: 769px) {
  .color-tos-red-pc {
    color: #e61e1e !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-red-pc-hover:hover {
    color: #e61e1e !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-red-sp {
    color: #e61e1e !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-red-sp-hover:hover {
    color: #e61e1e !important;
  }
}
.color-tos-blue {
  color: #0064d2 !important;
}

@media (hover) {
  .color-tos-blue-hover:hover {
    color: #0064d2 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-blue-pc {
    color: #0064d2 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-blue-pc-hover:hover {
    color: #0064d2 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-blue-sp {
    color: #0064d2 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-blue-sp-hover:hover {
    color: #0064d2 !important;
  }
}
.color-tos-orange {
  color: #fa9628 !important;
}

@media (hover) {
  .color-tos-orange-hover:hover {
    color: #fa9628 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-pc {
    color: #fa9628 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-pc-hover:hover {
    color: #fa9628 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-sp {
    color: #fa9628 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-sp-hover:hover {
    color: #fa9628 !important;
  }
}
.color-tos-teal {
  color: #50bebe !important;
}

@media (hover) {
  .color-tos-teal-hover:hover {
    color: #50bebe !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-pc {
    color: #50bebe !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-pc-hover:hover {
    color: #50bebe !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-sp {
    color: #50bebe !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-sp-hover:hover {
    color: #50bebe !important;
  }
}
.color-tos-cyan {
  color: #64afe1 !important;
}

@media (hover) {
  .color-tos-cyan-hover:hover {
    color: #64afe1 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-pc {
    color: #64afe1 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-pc-hover:hover {
    color: #64afe1 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-sp {
    color: #64afe1 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-sp-hover:hover {
    color: #64afe1 !important;
  }
}
.color-tos-gray {
  color: #a0a0a5 !important;
}

@media (hover) {
  .color-tos-gray-hover:hover {
    color: #a0a0a5 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-pc {
    color: #a0a0a5 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-pc-hover:hover {
    color: #a0a0a5 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-sp {
    color: #a0a0a5 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-sp-hover:hover {
    color: #a0a0a5 !important;
  }
}
.color-tos-yellow {
  color: #fad737 !important;
}

@media (hover) {
  .color-tos-yellow-hover:hover {
    color: #fad737 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-pc {
    color: #fad737 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-pc-hover:hover {
    color: #fad737 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-sp {
    color: #fad737 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-sp-hover:hover {
    color: #fad737 !important;
  }
}
.color-tos-lavender {
  color: #af8cc8 !important;
}

@media (hover) {
  .color-tos-lavender-hover:hover {
    color: #af8cc8 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-pc {
    color: #af8cc8 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-pc-hover:hover {
    color: #af8cc8 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-sp {
    color: #af8cc8 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-sp-hover:hover {
    color: #af8cc8 !important;
  }
}
.color-tos-orange-dark {
  color: #b94b00 !important;
}

@media (hover) {
  .color-tos-orange-dark-hover:hover {
    color: #b94b00 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-dark-pc {
    color: #b94b00 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-dark-pc-hover:hover {
    color: #b94b00 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-dark-sp {
    color: #b94b00 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-dark-sp-hover:hover {
    color: #b94b00 !important;
  }
}
.color-tos-teal-dark {
  color: #007580 !important;
}

@media (hover) {
  .color-tos-teal-dark-hover:hover {
    color: #007580 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-dark-pc {
    color: #007580 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-dark-pc-hover:hover {
    color: #007580 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-dark-sp {
    color: #007580 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-dark-sp-hover:hover {
    color: #007580 !important;
  }
}
.color-tos-cyan-dark {
  color: #265c80 !important;
}

@media (hover) {
  .color-tos-cyan-dark-hover:hover {
    color: #265c80 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-dark-pc {
    color: #265c80 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-dark-pc-hover:hover {
    color: #265c80 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-dark-sp {
    color: #265c80 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-dark-sp-hover:hover {
    color: #265c80 !important;
  }
}
.color-tos-gray-dark {
  color: #505054 !important;
}

@media (hover) {
  .color-tos-gray-dark-hover:hover {
    color: #505054 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-dark-pc {
    color: #505054 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-dark-pc-hover:hover {
    color: #505054 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-dark-sp {
    color: #505054 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-dark-sp-hover:hover {
    color: #505054 !important;
  }
}
.color-tos-yellow-dark {
  color: #916e00 !important;
}

@media (hover) {
  .color-tos-yellow-dark-hover:hover {
    color: #916e00 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-dark-pc {
    color: #916e00 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-dark-pc-hover:hover {
    color: #916e00 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-dark-sp {
    color: #916e00 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-dark-sp-hover:hover {
    color: #916e00 !important;
  }
}
.color-tos-lavender-dark {
  color: #644080 !important;
}

@media (hover) {
  .color-tos-lavender-dark-hover:hover {
    color: #644080 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-dark-pc {
    color: #644080 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-dark-pc-hover:hover {
    color: #644080 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-dark-sp {
    color: #644080 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-dark-sp-hover:hover {
    color: #644080 !important;
  }
}
.color-tos-orange-25 {
  color: #fee5C9 !important;
}

@media (hover) {
  .color-tos-orange-25-hover:hover {
    color: #fee5C9 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-25-pc {
    color: #fee5C9 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-25-pc-hover:hover {
    color: #fee5C9 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-25-sp {
    color: #fee5C9 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-25-sp-hover:hover {
    color: #fee5C9 !important;
  }
}
.color-tos-orange-40 {
  color: #fdd5a9 !important;
}

@media (hover) {
  .color-tos-orange-40-hover:hover {
    color: #fdd5a9 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-40-pc {
    color: #fdd5a9 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-40-pc-hover:hover {
    color: #fdd5a9 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-40-sp {
    color: #fdd5a9 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-40-sp-hover:hover {
    color: #fdd5a9 !important;
  }
}
.color-tos-orange-55 {
  color: #fcc589 !important;
}

@media (hover) {
  .color-tos-orange-55-hover:hover {
    color: #fcc589 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-55-pc {
    color: #fcc589 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-55-pc-hover:hover {
    color: #fcc589 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-55-sp {
    color: #fcc589 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-55-sp-hover:hover {
    color: #fcc589 !important;
  }
}
.color-tos-orange-70 {
  color: #fcb669 !important;
}

@media (hover) {
  .color-tos-orange-70-hover:hover {
    color: #fcb669 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-70-pc {
    color: #fcb669 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-70-pc-hover:hover {
    color: #fcb669 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-70-sp {
    color: #fcb669 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-70-sp-hover:hover {
    color: #fcb669 !important;
  }
}
.color-tos-orange-85 {
  color: #fba648 !important;
}

@media (hover) {
  .color-tos-orange-85-hover:hover {
    color: #fba648 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-85-pc {
    color: #fba648 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-85-pc-hover:hover {
    color: #fba648 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-85-sp {
    color: #fba648 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-85-sp-hover:hover {
    color: #fba648 !important;
  }
}
.color-tos-teal-25 {
  color: #d3efef !important;
}

@media (hover) {
  .color-tos-teal-25-hover:hover {
    color: #d3efef !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-25-pc {
    color: #d3efef !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-25-pc-hover:hover {
    color: #d3efef !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-25-sp {
    color: #d3efef !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-25-sp-hover:hover {
    color: #d3efef !important;
  }
}
.color-tos-teal-40 {
  color: #b9e5e5 !important;
}

@media (hover) {
  .color-tos-teal-40-hover:hover {
    color: #b9e5e5 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-40-pc {
    color: #b9e5e5 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-40-pc-hover:hover {
    color: #b9e5e5 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-40-sp {
    color: #b9e5e5 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-40-sp-hover:hover {
    color: #b9e5e5 !important;
  }
}
.color-tos-teal-55 {
  color: #9fdbdb !important;
}

@media (hover) {
  .color-tos-teal-55-hover:hover {
    color: #9fdbdb !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-55-pc {
    color: #9fdbdb !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-55-pc-hover:hover {
    color: #9fdbdb !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-55-sp {
    color: #9fdbdb !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-55-sp-hover:hover {
    color: #9fdbdb !important;
  }
}
.color-tos-teal-70 {
  color: #85d2d2 !important;
}

@media (hover) {
  .color-tos-teal-70-hover:hover {
    color: #85d2d2 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-70-pc {
    color: #85d2d2 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-70-pc-hover:hover {
    color: #85d2d2 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-70-sp {
    color: #85d2d2 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-70-sp-hover:hover {
    color: #85d2d2 !important;
  }
}
.color-tos-teal-85 {
  color: #6ac8c8 !important;
}

@media (hover) {
  .color-tos-teal-85-hover:hover {
    color: #6ac8c8 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-85-pc {
    color: #6ac8c8 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-85-pc-hover:hover {
    color: #6ac8c8 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-85-sp {
    color: #6ac8c8 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-85-sp-hover:hover {
    color: #6ac8c8 !important;
  }
}
.color-tos-cyan-25 {
  color: #d8ebf7 !important;
}

@media (hover) {
  .color-tos-cyan-25-hover:hover {
    color: #d8ebf7 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-25-pc {
    color: #d8ebf7 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-25-pc-hover:hover {
    color: #d8ebf7 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-25-sp {
    color: #d8ebf7 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-25-sp-hover:hover {
    color: #d8ebf7 !important;
  }
}
.color-tos-cyan-40 {
  color: #c1dff3 !important;
}

@media (hover) {
  .color-tos-cyan-40-hover:hover {
    color: #c1dff3 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-40-pc {
    color: #c1dff3 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-40-pc-hover:hover {
    color: #c1dff3 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-40-sp {
    color: #c1dff3 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-40-sp-hover:hover {
    color: #c1dff3 !important;
  }
}
.color-tos-cyan-55 {
  color: #aad3ef !important;
}

@media (hover) {
  .color-tos-cyan-55-hover:hover {
    color: #aad3ef !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-55-pc {
    color: #aad3ef !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-55-pc-hover:hover {
    color: #aad3ef !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-55-sp {
    color: #aad3ef !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-55-sp-hover:hover {
    color: #aad3ef !important;
  }
}
.color-tos-cyan-70 {
  color: #93c7ea !important;
}

@media (hover) {
  .color-tos-cyan-70-hover:hover {
    color: #93c7ea !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-70-pc {
    color: #93c7ea !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-70-pc-hover:hover {
    color: #93c7ea !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-70-sp {
    color: #93c7ea !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-70-sp-hover:hover {
    color: #93c7ea !important;
  }
}
.color-tos-cyan-85 {
  color: #7bbbe5 !important;
}

@media (hover) {
  .color-tos-cyan-85-hover:hover {
    color: #7bbbe5 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-85-pc {
    color: #7bbbe5 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-85-pc-hover:hover {
    color: #7bbbe5 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-85-sp {
    color: #7bbbe5 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-85-sp-hover:hover {
    color: #7bbbe5 !important;
  }
}
.color-tos-gray-25 {
  color: #e7e7e8 !important;
}

@media (hover) {
  .color-tos-gray-25-hover:hover {
    color: #e7e7e8 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-25-pc {
    color: #e7e7e8 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-25-pc-hover:hover {
    color: #e7e7e8 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-25-sp {
    color: #e7e7e8 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-25-sp-hover:hover {
    color: #e7e7e8 !important;
  }
}
.color-tos-gray-40 {
  color: #d9d9dB !important;
}

@media (hover) {
  .color-tos-gray-40-hover:hover {
    color: #d9d9dB !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-40-pc {
    color: #d9d9dB !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-40-pc-hover:hover {
    color: #d9d9dB !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-40-sp {
    color: #d9d9dB !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-40-sp-hover:hover {
    color: #d9d9dB !important;
  }
}
.color-tos-gray-55 {
  color: #cbcbce !important;
}

@media (hover) {
  .color-tos-gray-55-hover:hover {
    color: #cbcbce !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-55-pc {
    color: #cbcbce !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-55-pc-hover:hover {
    color: #cbcbce !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-55-sp {
    color: #cbcbce !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-55-sp-hover:hover {
    color: #cbcbce !important;
  }
}
.color-tos-gray-70 {
  color: #bdbdc0 !important;
}

@media (hover) {
  .color-tos-gray-70-hover:hover {
    color: #bdbdc0 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-70-pc {
    color: #bdbdc0 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-70-pc-hover:hover {
    color: #bdbdc0 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-70-sp {
    color: #bdbdc0 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-70-sp-hover:hover {
    color: #bdbdc0 !important;
  }
}
.color-tos-gray-85 {
  color: #aeaeb2 !important;
}

@media (hover) {
  .color-tos-gray-85-hover:hover {
    color: #aeaeb2 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-85-pc {
    color: #aeaeb2 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-85-pc-hover:hover {
    color: #aeaeb2 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-85-sp {
    color: #aeaeb2 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-85-sp-hover:hover {
    color: #aeaeb2 !important;
  }
}
.color-tos-yellow-25 {
  color: #fef5cd !important;
}

@media (hover) {
  .color-tos-yellow-25-hover:hover {
    color: #fef5cd !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-25-pc {
    color: #fef5cd !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-25-pc-hover:hover {
    color: #fef5cd !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-25-sp {
    color: #fef5cd !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-25-sp-hover:hover {
    color: #fef5cd !important;
  }
}
.color-tos-yellow-40 {
  color: #fdefaf !important;
}

@media (hover) {
  .color-tos-yellow-40-hover:hover {
    color: #fdefaf !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-40-pc {
    color: #fdefaf !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-40-pc-hover:hover {
    color: #fdefaf !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-40-sp {
    color: #fdefaf !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-40-sp-hover:hover {
    color: #fdefaf !important;
  }
}
.color-tos-yellow-55 {
  color: #fce991 !important;
}

@media (hover) {
  .color-tos-yellow-55-hover:hover {
    color: #fce991 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-55-pc {
    color: #fce991 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-55-pc-hover:hover {
    color: #fce991 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-55-sp {
    color: #fce991 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-55-sp-hover:hover {
    color: #fce991 !important;
  }
}
.color-tos-yellow-70 {
  color: #fce373 !important;
}

@media (hover) {
  .color-tos-yellow-70-hover:hover {
    color: #fce373 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-70-pc {
    color: #fce373 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-70-pc-hover:hover {
    color: #fce373 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-70-sp {
    color: #fce373 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-70-sp-hover:hover {
    color: #fce373 !important;
  }
}
.color-tos-yellow-85 {
  color: #fbdd55 !important;
}

@media (hover) {
  .color-tos-yellow-85-hover:hover {
    color: #fbdd55 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-85-pc {
    color: #fbdd55 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-85-pc-hover:hover {
    color: #fbdd55 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-85-sp {
    color: #fbdd55 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-85-sp-hover:hover {
    color: #fbdd55 !important;
  }
}
.color-tos-lavender-25 {
  color: #ebe2f1 !important;
}

@media (hover) {
  .color-tos-lavender-25-hover:hover {
    color: #ebe2f1 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-25-pc {
    color: #ebe2f1 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-25-pc-hover:hover {
    color: #ebe2f1 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-25-sp {
    color: #ebe2f1 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-25-sp-hover:hover {
    color: #ebe2f1 !important;
  }
}
.color-tos-lavender-40 {
  color: #dfd1e9 !important;
}

@media (hover) {
  .color-tos-lavender-40-hover:hover {
    color: #dfd1e9 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-40-pc {
    color: #dfd1e9 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-40-pc-hover:hover {
    color: #dfd1e9 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-40-sp {
    color: #dfd1e9 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-40-sp-hover:hover {
    color: #dfd1e9 !important;
  }
}
.color-tos-lavender-55 {
  color: #d3c0e1 !important;
}

@media (hover) {
  .color-tos-lavender-55-hover:hover {
    color: #d3c0e1 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-55-pc {
    color: #d3c0e1 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-55-pc-hover:hover {
    color: #d3c0e1 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-55-sp {
    color: #d3c0e1 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-55-sp-hover:hover {
    color: #d3c0e1 !important;
  }
}
.color-tos-lavender-70 {
  color: #c7afd9 !important;
}

@media (hover) {
  .color-tos-lavender-70-hover:hover {
    color: #c7afd9 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-70-pc {
    color: #c7afd9 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-70-pc-hover:hover {
    color: #c7afd9 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-70-sp {
    color: #c7afd9 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-70-sp-hover:hover {
    color: #c7afd9 !important;
  }
}
.color-tos-lavender-85 {
  color: #bb9dd0 !important;
}

@media (hover) {
  .color-tos-lavender-85-hover:hover {
    color: #bb9dd0 !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-85-pc {
    color: #bb9dd0 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-85-pc-hover:hover {
    color: #bb9dd0 !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-85-sp {
    color: #bb9dd0 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-85-sp-hover:hover {
    color: #bb9dd0 !important;
  }
}
.color-red-01 {
  color: #FF0101 !important;
}

@media (hover) {
  .color-red-01-hover:hover {
    color: #FF0101 !important;
  }
}
@media (min-width: 769px) {
  .color-red-01-pc {
    color: #FF0101 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-red-01-pc-hover:hover {
    color: #FF0101 !important;
  }
}
@media (max-width: 768.98px) {
  .color-red-01-sp {
    color: #FF0101 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-red-01-sp-hover:hover {
    color: #FF0101 !important;
  }
}
.color-gray-01 {
  color: #f6f4f2 !important;
}

@media (hover) {
  .color-gray-01-hover:hover {
    color: #f6f4f2 !important;
  }
}
@media (min-width: 769px) {
  .color-gray-01-pc {
    color: #f6f4f2 !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-gray-01-pc-hover:hover {
    color: #f6f4f2 !important;
  }
}
@media (max-width: 768.98px) {
  .color-gray-01-sp {
    color: #f6f4f2 !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-gray-01-sp-hover:hover {
    color: #f6f4f2 !important;
  }
}
.font-weight-bold {
  font-weight: bold !important;
}

@media (min-width: 769px) {
  .font-weight-bold-pc {
    font-weight: bold !important;
  }
}
@media (max-width: 768.98px) {
  .font-weight-bold-sp {
    font-weight: bold !important;
  }
}
.font-weight-normal {
  font-weight: normal !important;
}

@media (min-width: 769px) {
  .font-weight-normal-pc {
    font-weight: normal !important;
  }
}
@media (max-width: 768.98px) {
  .font-weight-normal-sp {
    font-weight: normal !important;
  }
}
.text-align-left {
  text-align: left !important;
}

@media (min-width: 769px) {
  .text-align-left-pc {
    text-align: left !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-left-sp {
    text-align: left !important;
  }
}
.text-align-center {
  text-align: center !important;
}

@media (min-width: 769px) {
  .text-align-center-pc {
    text-align: center !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-center-sp {
    text-align: center !important;
  }
}
.text-align-right {
  text-align: right !important;
}

@media (min-width: 769px) {
  .text-align-right-pc {
    text-align: right !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-right-sp {
    text-align: right !important;
  }
}
.indent-dl {
  position: relative;
}
.indent-dl > dt {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.indent-dl.indent-0 > dd {
  margin-left: 0em !important;
}

.indent-dl.indent-1 > dd {
  margin-left: 1em !important;
}

.indent-dl.indent-2 > dd {
  margin-left: 2em !important;
}

.indent-dl.indent-3 > dd {
  margin-left: 3em !important;
}

.indent-dl.indent-4 > dd {
  margin-left: 4em !important;
}

.indent-dl.indent-5 > dd {
  margin-left: 5em !important;
}

.indent-dl.indent-6 > dd {
  margin-left: 6em !important;
}

.indent-dl.indent-7 > dd {
  margin-left: 7em !important;
}

.indent-dl.indent-8 > dd {
  margin-left: 8em !important;
}

.indent-dl.indent-9 > dd {
  margin-left: 9em !important;
}

.indent-dl.indent-10 > dd {
  margin-left: 10em !important;
}

.indent-dl.indent-11 > dd {
  margin-left: 11em !important;
}

.indent-dl.indent-12 > dd {
  margin-left: 12em !important;
}

.indent-dl.indent-13 > dd {
  margin-left: 13em !important;
}

.indent-dl.indent-14 > dd {
  margin-left: 14em !important;
}

.indent-dl.indent-15 > dd {
  margin-left: 15em !important;
}

.indent-dl.indent-16 > dd {
  margin-left: 16em !important;
}

.indent-dl.indent-17 > dd {
  margin-left: 17em !important;
}

.indent-dl.indent-18 > dd {
  margin-left: 18em !important;
}

.indent-dl.indent-19 > dd {
  margin-left: 19em !important;
}

.indent-dl.indent-20 > dd {
  margin-left: 20em !important;
}

:root {
  --main-color: #002EFF;
  --main-dark-color: #152C73;
  --sub-color: #009CFF;
  --accent-color: #ffc400;
  --header-text-color: #000000;
  --header-bg-color: #ffffff;
  --header-top-bg-color: #ffffff;
  --btn-color: #000000;
  --footer-bg-color: #dad8d6;
  --breadcrumb-bg-color: #dad8d6;
}/*# sourceMappingURL=common.css.map */