* {
  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: bottom
}
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, monospace, sans-serif
}
*: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
}
html {
  overflow: hidden auto;
  font-family: "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Helvetica Neue", Helvetica, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif
}
body[style*="--header-height:"] {
  scroll-padding-top: calc(var(--header-height) + 20px);
  /*padding-top: calc(var(--header-height));*/

}
body {
  overflow: hidden auto;
  line-height: 1.5;
  /*font-size: 1.6rem*/
}
[href] {
  color: #0064d2
}
@media (hover) {
  [href]:hover {
    text-decoration: underline
  }
}
.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}
/*@media (min-width: 769px) {
  .container {
    padding-left: 30px;
    padding-right: 50px
  }
}*/
@media (max-width: 768.98px) {
  .container {
    padding-left: 10px;
    padding-right: 10px
  }
}
.h2 {
  margin-top: 65px;
  padding-left: 9px;
  border-left: solid 6px #e61e1e;
  font-weight: bold
}
@media (min-width: 769px) {
  .h2 {
    font-size: 3rem
  }
}
@media (max-width: 768.98px) {
  .h2 {
    font-size: 2.4rem
  }
}
.h2 + * {
  margin-top: 25px
}
.h3 {
  margin-top: 40px;
  border-top: solid 1px #a0a0a5;
  border-bottom: solid 1px #a0a0a5;
  font-weight: bold
}
@media (min-width: 769px) {
  .h3 {
    padding: 16px 15px 16px;
    font-size: 2.4rem;
    line-height: 1.4
  }
}
@media (max-width: 768.98px) {
  .h3 {
    padding: 16px 15px 16px;
    font-size: 2rem
  }
}
.h3 + * {
  margin-top: 25px
}
.h4 {
  margin-top: 40px;
  font-weight: bold
}
@media (min-width: 769px) {
  .h4 {
    font-size: 1.8rem
  }
}
@media (max-width: 768.98px) {
  .h4 {
    font-size: 1.6rem
  }
}
.h4 + * {
  margin-top: 15px
}
.h5, .h-min {
  margin-top: 40px;
  font-weight: bold
}
@media (min-width: 769px) {
  .h5, .h-min {
    font-size: 1.6rem
  }
}
@media (max-width: 768.98px) {
  .h5, .h-min {
    font-size: 1.4rem
  }
}
.h5 + *, .h-min + * {
  margin-top: 15px
}
.h6, .h-note {
  margin-top: 25px;
  font-weight: bold
}
@media (min-width: 769px) {
  .h6, .h-note {
    font-size: 1.4rem
  }
}
@media (max-width: 768.98px) {
  .h6, .h-note {
    font-size: 1.2rem
  }
}
.h6 + *, .h-note + * {
  margin-top: 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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 1.6rem;
  text-align: center
}
.button:focus-visible {
  outline-offset: 4px
}
@media (hover) {
  .button:hover {
    opacity: .8
  }
}
.button::after {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-left: 10px;
  background-color: currentColor;
  mask-image: url(../img/common/icons-link.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  vertical-align: bottom
}
.button[href$=".pdf"]::after {
  mask-position: 0%;
  content: ""
}
.button > [data-filesize] {
  order: 1;
  margin-left: 10px
}
.button-blue {
  border: solid 1px #0064d2;
  background-color: #0064d2;
  color: #fff
}
.button-red {
  border: solid 1px #e61e1e;
  background-color: #e61e1e;
  color: #fff
}
.button-#fff {
  border: solid 1px #0064d2;
  background-color: #fff;
  color: #0064d2
}
.button-gray {
  border: solid 1px #707070;
  background-color: #707070;
  color: #fff
}
.text-large {
  font-size: 1.8rem
}
.text-small {
  font-size: 1.4rem
}
.text-note {
  font-size: 1.2rem
}
.text-link {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  width: fit-content;
  padding-left: 22px;
  font-size: 1.6rem
}
.text-link::before {
  position: absolute;
  top: 0.125em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: currentColor;
  mask-image: url(../img/common/text-link.svg);
  mask-repeat: no-repeat;
  mask-position: left;
  mask-size: 1em;
  content: ""
}
.text-link[href] {
  color: #0064d2
}
@media (hover) {
  .text-link[href]:hover {
    text-decoration: underline
  }
}
.text-link[href]::after {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: currentColor;
  mask-image: url(../img/common/icons-link.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  vertical-align: bottom
}
.text-link[href][href$=".pdf"]::after {
  mask-position: 0%;
  content: ""
}
.text-link > [data-filesize] {
  order: 1
}
.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: #0064d2
}
.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, .table > table:has(>colgroup+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, .table > table:has(>colgroup+tbody) > tbody > tr > th, .table > table:has(>colgroup+tbody) > tbody > tr > td {
    border-top: solid 2px #fff
  }
}
.table > table:has(>caption+tbody) > tbody > tr > th, .table > table:has(>colgroup+tbody) > tbody > tr > th {
  background-color: #e7e7e8
}
@media (max-width: 768.98px) {
  .table > table:has(>caption+tbody) > tbody > tr > th, .table > table:has(>colgroup+tbody) > tbody > tr > th {
    border-top: solid 2px #fff
  }
}
.table > table:has(>caption+tbody) > tbody > tr > td, .table > table:has(>colgroup+tbody) > tbody > tr > td {
  background-color: #f5f5f5
}
@media (max-width: 768.98px) {
  .table-scrollable {
    overflow-x: auto;
    white-space: nowrap
  }
}
.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
}
.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: 20px 0
}
.company-access:first-child {
  padding-top: 0
}
.company-access:last-child {
  padding-bottom: 0
}
.company-access-title {
  font-weight: bold
}
.company-access-textarea {
  flex: 1
}
@media (min-width: 769px) {
  .company-access-titlearea {
    flex: 1
  }
  .company-access-title {
    font-size: 1.8rem
  }
  .company-access-map {
    width: 48.25%
  }
}
@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%
  }
}
.contact-information-wrap {
  margin: 50px auto 0
}
.contact-information-title {
  font-weight: bold
}
@media (min-width: 769px) {
  .contact-information-title {
    margin: 0 auto 10px;
    font-size: 2.4rem
  }
  .contact-information-title:last-child {
    margin-bottom: 0
  }
}
@media (max-width: 768.98px) {
  .contact-information-title {
    margin: 0 auto 10px;
    font-size: 2rem
  }
  .contact-information-title:last-child {
    margin-bottom: 0
  }
}
.contact-information-item {
  position: relative
}
.contact-information-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0064d2;
  mask-position: 0;
  mask-size: 100%;
  mask-repeat: no-repeat;
  z-index: 1
}
.contact-information-item.form::before {
  -webkit-mask-image: url("../img/common/icon-form-blue.svg");
  mask-image: url("../img/common/icon-form-blue.svg")
}
.contact-information-item.mail::before {
  -webkit-mask-image: url("../img/common/icon-mail-blue.svg");
  mask-image: url("../img/common/icon-mail-blue.svg")
}
.contact-information-item.tel::before {
  -webkit-mask-image: url("../img/common/icon-tel-blue.svg");
  mask-image: url("../img/common/icon-tel-blue.svg")
}
.contact-information-item.fax::before {
  -webkit-mask-image: url("../img/common/icon-fax-blue.svg");
  mask-image: url("../img/common/icon-fax-blue.svg")
}
.contact-information-item.address::before {
  -webkit-mask-image: url("../img/common/icon-address-blue.svg");
  mask-image: url("../img/common/icon-address-blue.svg")
}
@media (min-width: 769px) {
  .contact-information-item {
    padding-left: 90px;
    min-height: 65px
  }
  .contact-information-item.form::before {
    width: 50px;
    height: 52px
  }
  .contact-information-item.mail::before {
    width: 50px;
    height: 37px
  }
  .contact-information-item.tel::before {
    width: 50px;
    height: 50px
  }
  .contact-information-item.fax::before {
    width: 50px;
    height: 50px
  }
  .contact-information-item.address::before {
    width: 40px;
    height: 52px
  }
  .contact-information-item + .contact-information-item {
    margin-top: 40px
  }
}
@media (max-width: 768.98px) {
  .contact-information-item {
    min-height: 80px;
    padding-left: 65px
  }
  .contact-information-item.form::before {
    width: 40px;
    height: 42px
  }
  .contact-information-item.mail::before {
    width: 40px;
    height: 29px
  }
  .contact-information-item.tel::before {
    width: 40px;
    height: 40px
  }
  .contact-information-item.fax::before {
    width: 40px;
    height: 40px
  }
  .contact-information-item.address::before {
    width: 30px;
    height: 40px
  }
  .contact-information-item + .contact-information-item {
    margin-top: 30px
  }
}
.news {
  background-color: #f5f5f5
}
.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 > p {
  font-weight: bold
}
.news-list-textarea .news-list-cat {
  font-weight: normal;
  font-size: 1.2rem
}
@media (min-width: 769px) {
  .news-list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #999;
    padding-top: 10px;
    padding-left: 20px;
    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 {
    margin-left: 20px
  }
  .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 solid #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: grid
}
.article-wrap .article-item {
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}
.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 {
  gap: 30px
}
.article-wrap.article-wrap-2 {
  grid-template-columns: repeat(2, 1fr)
}
.article-wrap.article-wrap-3 {
  grid-template-columns: repeat(3, 1fr)
}
.article-wrap.article-wrap-4, .article-wrap.article-wrap-5 {
  gap: 20px
}
.article-wrap.article-wrap-4 {
  grid-template-columns: repeat(4, 1fr)
}
.article-wrap.article-wrap-5 {
  grid-template-columns: repeat(5, 1fr)
}
.article-item-thumbnail > img {
  width: 100%;
  height: auto
}
.article-item > a {
  display: flex;
  height: 100%;
  color: #000
}
@media (hover) {
  .article-item > a:hover {
    text-decoration: none;
    opacity: 0.7
  }
}
@media (max-width: 768.98px) {
  .article-item > a {
    flex-direction: column
  }
}
.article-item:not(.-horizontal) > a {
  flex-direction: column
}
@media (min-width: 769px) {
  .article-item.-horizontal > a > .article-item-thumbnail {
    width: 25%;
    padding: 15px 20px
  }
}
@media (max-width: 768.98px) {
  .article-item.-horizontal > a > .article-item-thumbnail {
    width: 100px;
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 769px) {
  .article-item.-horizontal > a > .article-item-textarea {
    width: 75%;
    padding-left: 0;
    padding-bottom: 80px
  }
}
.article-item-textarea {
  position: relative;
  margin: 0;
  padding: 20px
}
[href] .article-item-textarea {
  padding: 20px 20px 50px
}
[href] .article-item-textarea::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background-color: #0064d2;
  mask-image: url(../img/common/icon/icons-arrow.svg);
  mask-size: 400%;
  mask-position: 200%;
  content: ""
}
.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 {
    gap: 30px
  }
  .article-wrap.article-wrap-2-pc {
    grid-template-columns: repeat(2, 1fr)
  }
  .article-wrap.article-wrap-3-pc {
    grid-template-columns: repeat(3, 1fr)
  }
  .article-wrap.article-wrap-4-pc, .article-wrap.article-wrap-5-pc {
    gap: 20px
  }
  .article-wrap.article-wrap-4-pc {
    grid-template-columns: repeat(4, 1fr)
  }
  .article-wrap.article-wrap-5-pc {
    grid-template-columns: repeat(5, 1fr)
  }
  .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 {
    gap: 15px
  }
  .article-wrap.article-wrap-2-sp {
    grid-template-columns: repeat(2, 1fr)
  }
  .article-wrap.article-wrap-3-sp {
    grid-template-columns: repeat(3, 1fr)
  }
  .article-wrap.article-wrap-4-sp, .article-wrap.article-wrap-5-sp {
    gap: 20px
  }
  .article-wrap.article-wrap-4-sp {
    grid-template-columns: repeat(4, 1fr)
  }
  .article-wrap.article-wrap-5-sp {
    grid-template-columns: repeat(5, 1fr)
  }
  .article-item-title {
    margin-bottom: 5px;
    font-size: 1.6rem
  }
}
.stretchedlink::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: ""
}
.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%;
  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: 35px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 65px
  }
}
.organization-lv2 > li {
  position: relative
}
.organization-lv2 > li:not(.organization-group)::before {
  position: absolute;
  height: 2px;
  background-color: #505054;
  content: ""
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group)::before {
    top: 0;
    left: -30px;
    width: 30px;
    margin-top: 20.5px
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li:not(.organization-group)::before {
    left: -20px;
    width: 20px;
    margin-top: 16.5px
  }
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group):first-of-type::before {
    left: -60px;
    width: 60px
  }
}
@media (min-width: 769px) {
  .organization-lv2 > li:has(>.organization-lv3) {
    display: flex;
    align-items: start
  }
}
.organization-lv2 > li ~ li {
  margin-top: 20px
}
@media (min-width: 769px) {
  .organization-lv2 > li > .organization-label {
    min-width: 200px
  }
}
.organization-lv2 > li > .organization-label::after {
  position: absolute;
  width: 2px;
  background-color: #505054;
  content: ""
}
@media (min-width: 769px) {
  .organization-lv2 > li > .organization-label::after {
    left: -30px;
    height: 100%
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li > .organization-label::after {
    left: -20px;
    top: -40px;
    bottom: -40px
  }
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group):first-of-type > .organization-label::after {
    top: 50%
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li:not(.organization-group):first-of-type > .organization-label::after {
    top: -20px
  }
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group):last-of-type > .organization-label::after {
    bottom: 50%
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li:not(.organization-group):last-of-type > .organization-label::after {
    bottom: 16.5px
  }
}
.organization-lv3 {
  position: relative
}
@media (min-width: 769px) {
  .organization-lv3 {
    padding-left: 60px
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 {
    left: 35px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 65px
  }
}
.organization-lv3 > li {
  position: relative
}
.organization-lv3 > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: #505054;
  content: ""
}
@media (min-width: 769px) {
  .organization-lv3 > li::before {
    left: -30px;
    width: 30px;
    margin-top: auto;
    margin-bottom: 22.5px
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 > li::before {
    left: -20px;
    width: 20px;
    margin-top: auto;
    margin-bottom: 16.5px
  }
}
@media (min-width: 769px) {
  .organization-lv3 > li:first-of-type::before {
    left: -60px;
    width: 60px
  }
}
.organization-lv3 > li ~ * {
  margin-top: 20px
}
@media (min-width: 769px) {
  .organization-lv3 > li > .organization-label {
    min-width: 200px
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 > li > .organization-label {
    min-width: 160px
  }
}
.organization-lv3 > li > .organization-label::after {
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 2px;
  background-color: #505054;
  content: ""
}
@media (min-width: 769px) {
  .organization-lv3 > li > .organization-label::after {
    left: -30px
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 > li > .organization-label::after {
    left: -20px
  }
}
@media (min-width: 769px) {
  .organization-lv3 > li:not(.organization-group):first-of-type > .organization-label::after {
    top: 50%
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 > li:not(.organization-group):first-of-type > .organization-label::after {
    top: -20px
  }
}
@media (min-width: 769px) {
  .organization-lv3 > li:not(.organization-group):last-of-type > .organization-label::after {
    bottom: 50%
  }
}
@media (max-width: 768.98px) {
  .organization-lv3 > li:not(.organization-group):last-of-type > .organization-label::after {
    bottom: 16.5px
  }
}
.organization-group {
  width: fit-content;
  max-width: 100%;
  border: solid 4px #E1E1E1;
  background-color: #fff
}
@media (min-width: 769px) {
  .organization-group {
    min-width: 200px;
    padding: 15px 28px 20px
  }
}
@media (max-width: 768.98px) {
  .organization-group {
    min-width: 200px;
    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
  }
}
.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: 500;
  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/icon/icons-arrow.svg);
  mask-size: 400%;
  mask-position: 100%;
  content: ""
}
.header {
  display: grid;
  z-index: 400;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff
}
@media (min-width: 769px) {
  .header {
    position: relative;
    grid-template-columns: 210px 1fr 190px auto;
    grid-template-rows: 64px 1fr;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-bottom: 35px;*/
	top: 0;
	left: 0;
	right: 0;
  }
}
@media (max-width: 768.98px) {
  .header {
	position: relative;
	  top: 0;
	  left: 0;
    grid-template-columns: 132px 1fr;
    grid-template-rows: 44px 1fr
  }
}
.header[aria-hidden="true"] {
  display: block;
  height: auto;
  padding: 0;
  padding-top: var(--header-height)
}
.header:not([aria-hidden="true"])::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  content: ""
}
.header.-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}
@media (min-width: 769px) {
  .header-logo {
    position: relative;
    z-index: 1;
    width: fit-content
  }
}
@media (max-width: 768.98px) {
  .header-logo {
    outline-offset: -4px
  }
}
@media (min-width: 769px) {
  .header-identifier {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto
  }
}
@media (max-width: 768.98px) {
  .header-identifier {
    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: 0;
    width: 44px;
    height: 44px
  }
  .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-left: auto
  }
}
@media (max-width: 768.98px) {
  [for="header-navigation-check"]::before {
    position: fixed;
    inset: 44px 0 0;
    background-color: #000;
    content: "";
    transition: .5s;
    transition-property: opacity, visibility
  }
}
@media (max-width: 768.98px) {
  [for="header-navigation-check"] > span {
    display: block;
    position: absolute;
    top: calc((44px - 2px) / 2);
    right: calc((44px - 25px) / 2);
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: background .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: #000;
    transition: transform .5s, top .5s;
    content: ""
  }
  [for="header-navigation-check"] > span::before {
    top: calc((2px + 6px) * -1)
  }
  [for="header-navigation-check"] > span::after {
    top: calc((2px + 6px) * 1)
  }
}
@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: .5
  }
}
.header-navigation-check:checked + [for="header-navigation-check"] > span {
  background: transparent
}
.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: -64px
  }
}
@media (max-width: 768.98px) {
  .header-navigation {
    grid-column: 1 / 3;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: height .5s, max-height .5s, visibility .5s
  }
  .header-navigation-check:checked ~ .header-navigation {
    max-height: 80vh;
    overflow: auto
  }
  .header-navigation-check:not(:checked) ~ .header-navigation {
    max-height: 0
  }
}
.header-navigation-search {
  display: flex
}
@media (min-width: 769px) {
  .header-navigation-search {
    grid-area: 1 / 3 / 2 / 4;
    max-width: 190px;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_container {
    margin-top: 17px
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_container {
    width: 100%;
    padding: 20px;
    background-color: #e7e7e8
  }
}
.header-navigation-search .mf_finder_searchBox {
  margin-left: 0;
  margin-right: 0
}
.header-navigation-search .mf_finder_searchBox_items {
  position: relative;
  padding: 0
}
.header-navigation-search .mf_finder_searchBox_query_input {
  width: 100%;
  height: 29px;
  min-height: 29px;
  padding: 4px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 2px solid #000
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 1px solid #000
  }
}
.header-navigation-search .mf_finder_searchBox_query_input:focus-visible {
  outline: none
}
.header-navigation-search .mf_finder_searchBox_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/common/header-navigation-search.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0;
  background-color: #fff;
  border-radius: 6px;
  outline-offset: -4px !important
}
.header-navigation-search .mf_finder_searchBox_submit::before {
  display: none
}
@media (min-width: 769px) {
  .header-navigation-global-collapse {
    display: none
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-collapse {
	display: none;
	  /*
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 0 20px;
    outline-offset: -4px;
    background-color: #fff;
    font-weight: bold*/
  }
  .header-navigation-global-collapse[aria-pressed]::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #505054;
    mask-image: url(../img/common/icons-plus-minus.svg);
    mask-size: 200%;
    content: ""
  }
  .header-navigation-global-collapse[aria-pressed="false"]::after {
    mask-position: 0
  }
  .header-navigation-global-collapse[aria-pressed="true"]::after {
    mask-position: 100%
  }
}
@media (min-width: 769px) {
  .header-navigation-global {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    grid-area: 2 / 5 / 2 / 1;
    margin-top: 111px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global[aria-hidden] {
    overflow: hidden;
    transition: height .5s
  }
  .header-navigation-global[aria-hidden="true"] {
    height: 0
  }
  .header-navigation-global[aria-hidden="false"] {
    height: var(--header-navigation-global-height)
  }
  .header-navigation-global-link[aria-pressed][aria-pressed="true"]::after {
    mask-position: 100%;
  }
  .header-navigation-global-link[aria-pressed][aria-pressed="false"]::after {
    mask-position: 0;
  }
}
.header-navigation-global > * {
  position: relative
}
@media (min-width: 769px) {
  .header-navigation-global > * ~ * {
    border-left: 1px solid #d8d8d8
  }
}
@media (min-width: 769px) {
  .header-navigation-global > *.display-none-pc + * {
    border-left: none
  }
}
/*@media (min-width: 769px) {
  .header-navigation-global > *:last-of-type {
    margin-left: auto;
    border-left: none
  }
}*/
.header-navigation-global-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1
}
@media (min-width: 769px) {
  .header-navigation-global-link {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link {
    width: 100%;
    height: 47px;
    padding: 15px;
    padding-right: 36px;
    background-color: #F0F0F1;
    font-size: 14px;
    font-weight: bold;
    outline-offset: -4px;	
	border-top: solid 1px #D8D8D8;
  }
  .header-navigation-global-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #505054;
    content: "";
	  
	mask-image: url(../img/common/icon/icons-plus-minus.svg);
    mask-size: 200%;
    mask-position: 0;
  }
  .header-navigation-local-link[aria-pressed] {
    background-color: #0064d2;
  }
}
/*@media (max-width: 768.98px) and (max-width: 768.98px) {
  .header-navigation-local-link[aria-pressed] {
    border-top: 1px solid #e7e7e8
  }
}*/
@media (max-width: 768.98px) {
  .header-navigation-local-link[aria-pressed]::after {
    mask-image: url(../img/common/icons-plus-minus.svg);
    mask-size: 200%
  }
  .header-navigation-local-link[aria-pressed][aria-pressed="false"]::after {
    mask-position: 0
  }
  .header-navigation-local-link[aria-pressed][aria-pressed="true"]::after {
    mask-position: 100%
  }
  .header-navigation-global-link[href]::after {
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%;
    color: #515155
  }
}
.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: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: #0064d2;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    content: ""
  }
  .header-navigation-global-link:hover {
    text-decoration: none
  }
  .header-navigation-global-link:hover > span::before {
    transform: scale(1, 1)
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-current="page"] > span::before, .header-navigation-global-link[data-current="page"] > span::before, .header-navigation-local-link[aria-pressed="true"] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: #0064d2;
    transform: scale(1, 1);
    content: ""
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: var(--header-height) 0 0;
    /*background-color: #000;*/
    content: "";
    transition: opacity .5s;
    cursor: default
  }
}
.header-navigation-local-link[aria-pressed] > span {
  gap: 6px
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed] > span::after {
    width: 10px;
    height: 10px;
    background-color: currentColor;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    color: #505054;
    content: ""
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed="true"]::before {
    opacity: .5
  }
}
.header-navigation-local-link[aria-pressed="true"] > span::after {
  mask-position: 0
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed="false"]::before {
    opacity: 0;
    pointer-events: none
  }
}
.header-navigation-local-link[aria-pressed="false"] > span::after {
  mask-position: 100%
}
@media (min-width: 769px) {
  .header-navigation-global > *:first-of-type > .header-navigation-global-link {
    padding-left: 20px
  }
}
.header-navigation-global-dropdown {
  overflow: hidden;
  height: 0;
  background-color: #fff
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1
  }
}
@media (max-width: 768.98px) {
  li.header-navigation-global-dropdown-head:first-child {
      display: none;
  }
	}
@incude mq-max() {}
@media (hover) {
  .header-navigation-global-dropdown {
    text-decoration: none
  }
}
.header-navigation-global-dropdown[aria-hidden] {
  transition: height .5s, visibility .5s
}
.header-navigation-global-dropdown[aria-hidden="true"] {
  visibility: hidden
}
.header-navigation-global-dropdown[aria-hidden="false"] {
  height: var(--h)
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-head {
    border-bottom: 1px solid #d8d8d8
  }
}
.header-navigation-global-dropdown-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 1.4rem;
  white-space: nowrap
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link {
    height: 48px
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link {
    height: 47px;
    outline-offset: -4px
  }
  .header-navigation-global-dropdown-head > a {
    background-color: #fff;
  }
}
@media (max-width: 768.98px) {
  *:not(.header-navigation-global-dropdown-head) > .header-navigation-global-dropdown-link {
    padding-left: 25px
  }
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[href] {
    color: #000
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%;
    content: ""
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-dropdown-link[href] {
    text-decoration: none
  }
  .header-navigation-global-dropdown-link[href]:hover {
    background-color: #0064d2;
    color: #fff
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link[href] {
	display: none;
    color: #000;
	border-top: solid 1px #D8D8D8;
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #505054;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%;
    content: ""
  }
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[aria-current="page"] {
    color: #999999
  }
}
@media (min-width: 769px) {
  .header-navigation-local {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    grid-area: 3 / 5 / 3 / 1;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 15px;
    background-color: #0064d2;
    color: #fff
  }
  .header-navigation-local::before {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background: inherit;
    content: ""
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local {
    background-color: #0064d2
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local > * {
    border-top: solid 1px #93c7ea
  }
}
.header[aria-hidden="true"] .header-navigation-local {
  margin-top: 0;
}
.header-navigation-local-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 1
}
@media (min-width: 769px) {
  .header-navigation-local-link {
    height: 56px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-link {
    width: 100%;
    height: 47px;
    padding: 15px;
    font-weight: bold;
    outline-offset: -4px
  }
  .header-navigation-local-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: currentColor;
    content: ""
  }
  .header-navigation-local-link[aria-pressed]::after {
	mask-image: url(../img/common/icon/icons-plus-minus.svg);
    mask-size: 200%;
    mask-position: 0;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed="false"]::after {
    mask-position: 0;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed="true"]::after {
    mask-position: 100%;
  }
  .header-navigation-local-link[href]::after {
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%
  }
}
.header-navigation-local-link > span {
  display: flex;
  align-items: center
}
@media (min-width: 769px) and (hover) {
  .header-navigation-local-link[href], .header-navigation-local-link[aria-pressed] {
    transition: background .2s linear
  }
  .header-navigation-local-link[href] > span::before, .header-navigation-local-link[aria-pressed] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 3px;
    background-color: currentColor;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    content: ""
  }
  .header-navigation-local-link[href]:hover, .header-navigation-local-link[aria-pressed]:hover {
    text-decoration: none;
    background-color: #64afe1
  }
  .header-navigation-local-link[href]:hover > span::before, .header-navigation-local-link[aria-pressed]:hover > span::before {
    transform: scale(1, 1)
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: var(--header-height) 0 0;
    /*background-color: #000;*/
    content: "";
    transition: opacity .5s;
    cursor: default
  }
}
.header-navigation-local-link[aria-pressed] > span {
  gap: 14px
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed] > span::after {
    width: 14px;
    height: 14px;
    background-color: #fff;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    content: ""
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed="true"] {
    background-color: #64afe1
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed="true"]::before {
    opacity: .5
  }
}
.header-navigation-local-link[aria-pressed="true"] > span::after {
  mask-position: 0
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed="false"]::before {
    opacity: 0;
    pointer-events: none
  }
}
.header-navigation-local-link[aria-pressed="false"] > span::after {
  mask-position: 100%
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-current="page"] > span::before, .header-navigation-local-link[data-current="page"] > span::before, .header-navigation-local-link[aria-pressed="true"] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 3px;
    background-color: currentColor;
    transform: scale(1, 1);
    content: ""
  }
}
.header-navigation-local-dropdown {
  overflow: hidden;
  height: 0
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 82px;
    right: 0;
	width: 318px;
    max-width: 1220px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 20px;
    background-color: #fff;
    color: #0064D2;
  }
}
.header-navigation-local-dropdown[aria-hidden] {
  transition: height .5s, visibility .5s
}
.header-navigation-local-dropdown[aria-hidden="true"] {
  visibility: hidden
}
.header-navigation-local-dropdown[aria-hidden="false"] {
  height: 164px;
  /*height: var(--h);*/
  font-size: 14px;
}
@media (max-width: 768.98px) {
.header-navigation-local-dropdown[aria-hidden="false"] {
  height: 182px;
}
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown > li {
    margin-left: 15px;
  }
  .header-navigation-local-dropdown > *:first-of-type {
    margin-top: 10px;
    margin-left: 0px;
  }
}
/*@media (min-width: 769px) {
  .header-navigation-local-dropdown > *:last-of-type {
    margin-bottom: 20px
  }
}*/
.header-navigation-local-dropdown-link {
  position: relative
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link {
    display: block;
    padding-left: 2em;
    /*color: #000*/
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link {
    display: flex;
    align-items: center;
    height: 47px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
    outline-offset: -4px
  }
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #0064d2;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%;
    content: ""
  }
}
/*@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #505054;
    mask-image: url(../img/common/icon/icons-arrow.svg);
    mask-size: 400%;
    mask-position: 200%;
    content: ""
  }
}*/
.header-navigation-sub {
  display: grid;
  justify-content: center
}
@media (min-width: 769px) {
  .header-navigation-sub {
    position: relative;
    z-index: 1000;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 6px;
    grid-area: 1 / 4 / 2 / 5;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub {
    align-items: center;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px currentColor;
    background-color: #0064d2;
    color: #fff
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > * {
    height: 21px
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub > * {
    text-align: center
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) {
    padding-right: 15px;
    text-align: right
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) {
    padding-left: 15px;
    border-left: 1px solid #d8d8d8;
    text-align: left
  }
}
.header-navigation-sub-link {
  display: flex;
  align-items: center;
  width: fit-content;
  height: inherit;
  border-bottom: solid 1px transparent;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 769px) {
  .header-navigation-sub-link[href] {
    color: #000
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-sub-link[href]:hover {
    border-bottom-color: #0064d2
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link[href] {
    color: #fff;
    font-weight: bold;
  }
}
@media (hover) {
  .header-navigation-sub-link[href] {
    text-decoration: none
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) > .header-navigation-sub-link {
    justify-content: end;
    margin-left: auto
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) > .header-navigation-sub-link {
    margin-right: auto
  }
}
.footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 300;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 769px) {
  .footer::before {
    position: absolute;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    bottom: 0;
    z-index: -1;
    height: 65px;
    background: #0064d2;
    content: ""
  }
}
.footer-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px 30px;
  width: 100%
}
@media (min-width: 769px) {
  .footer-sns {
    justify-content: end;
    padding-left: 40px;
    padding-right: 40px
  }
}
@media (max-width: 768.98px) {
  .footer-sns {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
  }
}
.footer-sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px
}
.footer-sns-link::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/footer-sns-link.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  content: ""
}
.footer-sns-link-twitter::before {
  background-position: 0%
}
.footer-sns-link-facebook::before {
  background-position: 100%
}
.footer-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px
}
@media (min-width: 769px) {
  .footer-sub {
    justify-content: end;
    gap: 26px 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px
  }
}
@media (max-width: 768.98px) {
  .footer-sub {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
  }
}
@media (max-width: 768.98px) {
  .footer-sub > * {
    width: 50%;
    text-align: center
  }
}
.footer-sub-link {
  display: flex;
  align-items: baseline;
  width: fit-content;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border-bottom: solid 1px transparent;
  font-size: 1.4rem
}
@media (max-width: 768.98px) {
  .footer-sub-link {
    justify-content: center
  }
}
@media (hover) {
  .footer-sub-link[href]:hover {
    text-decoration: none;
    border-bottom-color: #0064d2
  }
}
.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative
}
@media (min-width: 769px) {
  .footer-nav {
    gap: 20px;
    height: 65px;
    padding-left: 20px;
    color: #fff
  }
}
@media (max-width: 768.98px) {
  .footer-nav {
    row-gap: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:first-of-type, .footer-nav > *:last-of-type {
    width: 100%
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:not(:first-of-type):not(:last-of-type) {
    width: 50%
  }
}
.footer-nav-link {
  display: flex;
  align-items: end;
  width: fit-content;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px transparent;
  font-size: 1.2rem
}
@media (max-width: 768.98px) {
  .footer-nav-link {
    justify-content: center
  }
}
@media (min-width: 769px) {
  .footer-nav-link[href] {
    color: #fff
  }
}
@media (max-width: 768.98px) {
  .footer-nav-link[href] {
    color: #000
  }
}
@media (hover) {
  .footer-nav-link[href]:hover {
    text-decoration: none;
    border-bottom-color: currentColor
  }
}
@media (min-width: 769px) {
  .footer-identifier {
    display: none
  }
}
@media (max-width: 768.98px) {
  .footer-identifier {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
  }
}
.footer-copyright {
  position: relative;
  margin-left: auto;
  font-size: 1.2rem
}
@media (min-width: 769px) {
  .footer-copyright {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex: 1;
    gap: 0.25em;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff
  }
}
@media (max-width: 768.98px) {
  .footer-copyright {
    margin-right: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px
  }
}
@media all and (min-width: 768.98px) and (max-width: 1370px) {
  .footer-copyright {
    padding-right: 80px
  }
}
@media (max-width: 768.98px) {
  .footer-identifier ~ .footer-copyright {
    margin-top: 10px
  }
}
.footer-backlink {
  display: block;
  position: fixed;
  background-color: rgba(112, 112, 112, 0.36);
  background-image: url(../img/common/footer-backlink.svg);
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: opacity .1s
}
@media (min-width: 769px) {
  .footer-backlink {
    right: 20px;
    bottom: 11px;
    width: 47px;
    height: 47px
  }
}
@media (max-width: 768.98px) {
  .footer-backlink {
    right: 18px;
    bottom: 8px;
    width: 40px;
    height: 40px
  }
}
.footer-backlink[hidden] {
  opacity: 0;
  pointer-events: none
}
/*.keyvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-size: 0
}*/
/*@media (min-width: 769px) {
  .keyvisual {
    padding: 30px 50px 50px
  }
}*/
/*@media (max-width: 768.98px) {
  .keyvisual {
    padding: 55px 10px 60px
  }
}*/
.keyvisual::before {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: inherit;
  background-position: top right;
  background-size: auto 100%;
  content: ""
}
.keyvisual-sup, .keyvisual-sub {
  font-size: 1.6rem
}
.keyvisual-title {
  font-weight: bold
}
@media (min-width: 769px) {
  .keyvisual-title {
    font-size: 4.8rem
  }
}
@media (max-width: 768.98px) {
  .keyvisual-title {
    font-size: 3rem
  }
}
.breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 58px;
  overflow: auto hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1.4rem;
  white-space: nowrap
}
.breadcrumb > li > [href] {
  color: #0064d2
}
@incude mq-hover() {
  .breadcrumb > li > [href]:hover {
    text-decoration: underline
  }
}
.breadcrumb > li > [rel="home"] {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 17px;
  height: 17px
}
.breadcrumb > li > [rel="home"]::before {
  width: inherit;
  height: inherit;
  background-color: currentColor;
  mask-image: url(../img/common/breadcrumb.svg);
  mask-position: 0;
  mask-size: 200%;
  content: ""
}
.breadcrumb > li ~ li {
  display: flex;
  align-items: center
}
.breadcrumb > li ~ li::before {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #0064d2;
  mask-image: url(../img/common/breadcrumb.svg);
  mask-position: -100%;
  mask-size: 200%;
  content: ""
}
.top-key-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto
}
.top-key-visual .slick-arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  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%;
  transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.66)
}
.top-key-visual .slick-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  border-top: 3px solid #707070;
  border-left: 3px solid #707070
}
.top-key-visual .slick-arrow.slick-prev {
  left: 0
}
.top-key-visual .slick-arrow.slick-prev::before {
  transform: translateX(-50%) rotate(-45deg)
}
.top-key-visual .slick-arrow.slick-next {
  right: 0
}
.top-key-visual .slick-arrow.slick-next::before {
  transform: translateX(-50%) rotate(-225deg)
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow {
    width: 40px;
    height: 95px
  }
  .top-key-visual .slick-arrow::before {
    width: 18px;
    height: 18px
  }
  .top-key-visual .slick-arrow.slick-prev::before {
    left: calc(50% + 4px)
  }
  .top-key-visual .slick-arrow.slick-next::before {
    left: calc(50% - 4px)
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow {
    width: 30px;
    height: 65px
  }
  .top-key-visual .slick-arrow::before {
    width: 12px;
    height: 12px
  }
  .top-key-visual .slick-arrow.slick-prev::before {
    left: calc(50% + 3px)
  }
  .top-key-visual .slick-arrow.slick-next::before {
    left: calc(50% - 3px)
  }
}
@media (hover) {
  .top-key-visual .slick-arrow:hover {
    opacity: 0.7
  }
}
.top-key-visual .slick-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px 12px 15px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  pointer-events: none
}
.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% - 24px)
  }
}
@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 5px;
  line-height: 1
}
.top-key-visual .slick-dots > li > button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50% 50%;
  vertical-align: middle;
  background-color: #a0a0a5;
  border: 2px solid #fff
}
.top-key-visual .slick-dots > li.slick-active button {
  background-color: #0064d2
}
@media (min-width: 769px) {
  .top-key-visual .slick-dots > li > button {
    width: 18px;
    height: 18px
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-dots > li > button {
    width: 15px;
    height: 15px
  }
}
@media (hover) {
  .top-key-visual .slick-dots > li button:hover {
    background-color: #0064d2
  }
}
.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 {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  font-weight: bold;
  text-indent: -1em
}
@media (min-width: 769px) {
  .top-key-visual-item .top-key-visual-thumbnail {
    height: 480px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 4.8rem
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-item .top-key-visual-thumbnail {
    height: 380px;
    padding-left: calc(20px + 1em);
    padding-right: 20px;
    font-size: 2.4rem
  }
}
.top-key-visual-item .top-key-visual-thumbnail::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background-position: center;
  background-size: cover;
  content: ""
}
@media (min-width: 769px) {
  .top-key-visual-item .top-key-visual-thumbnail::before {
    background-image: url(../img/top/top-key-visual-thumbnail-pc.jpg)
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-item .top-key-visual-thumbnail::before {
    background-image: url(../img/top/top-key-visual-thumbnail-sp.jpg)
  }
}
.top-key-visual-item .top-key-visual-thumbnail::after {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  aspect-ratio: 1;
  background-image: url(../img/top/top-key-visual-motif.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""
}
@media (min-width: 769px) {
  .top-key-visual-item .top-key-visual-thumbnail::after {
    height: 100%
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-item .top-key-visual-thumbnail::after {
    width: 100%
  }
}
.top-key-visual-textarea {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1
}
.top-key-visual-textarea .top-key-visual-catchcopy {
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 6px;
  text-align: center;
  line-height: 1.32
}
.top-key-visual-textarea .top-key-visual-title {
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 6px;
  text-align: center;
  line-height: 1.32
}
@media (min-width: 769px) {
  .top-key-visual-textarea {
    padding: 20px 60px
  }
  .top-key-visual-textarea .top-key-visual-catchcopy {
    font-size: 3.4rem
  }
  .top-key-visual-textarea .top-key-visual-catchcopy + * {
    margin-top: 10px
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 5rem
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-textarea {
    padding: 20px 40px
  }
  .top-key-visual-textarea .top-key-visual-catchcopy {
    font-size: 2.2rem
  }
  .top-key-visual-textarea .top-key-visual-catchcopy + * {
    margin-top: 5px
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 3.2rem
  }
}
@media (min-width: 769px) {
  .top-message {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 65px;
    background-color: #E5F1F2
  }
}
@media (max-width: 768.98px) {
  .top-message {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #E5F1F2
  }
}
.bannerarea {
  white-space: nowrap
}
.bannerarea:not(.-clone) {
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5
}
.bannerarea:not(.-clone) {
  display: grid
}
@media (max-width: 768.98px) {
  .bannerarea:not(.-clone) {
    gap: 15px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px
  }
}
@media (min-width: 769px) {
  .bannerarea:not(.-clone) {
    gap: 30px;
    margin-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.bannerarea:not(.-clone)::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background: inherit;
  content: ''
}
.bannerarea:not(.-clone) > [href] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  text-align: center
}
@media (max-width: 768.98px) {
  .bannerarea:not(.-clone) > [href] {
    height: 60px
  }
}
@media (min-width: 769px) {
  .bannerarea:not(.-clone) > [href] {
    max-width: 400px;
    height: 100px
  }
}
.bannerarea:not(.-clone) > [href]::before, .bannerarea:not(.-clone) > [href]::after {
  display: block;
  opacity: 0;
  width: 0.5em;
  height: 0.5em;
  margin-left: 10px;
  margin-right: 10px;
  content: ''
}
.bannerarea:not(.-clone) > [href]::after {
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: '';
  rotate: 135deg;
  translate: 0 1px
}
@media (hover) {
  .bannerarea:not(.-clone) > [href]:hover, .bannerarea:not(.-clone) > [href]:focus {
    border-width: 2px;
    border-color: currentColor;
    text-decoration: underline
  }
  .bannerarea:not(.-clone) > [href]:hover::after, .bannerarea:not(.-clone) > [href]:focus::after {
    opacity: 1
  }
}
.bannerarea.-clone {
  display: flex;
  justify-content: center;
  gap: 10px 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 15px;
  background-color: #f5f5f5;
  transition: translate 0.5s
}
.bannerarea.-clone::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
  width: 100vw;
  background: inherit;
  content: ''
}
.bannerarea.-clone[hidden] {
  translate: 0 100%
}
.bannerarea.-clone > li {
  width: 100%;
  max-width: 400px
}
@media (max-width: 768.98px) {
  .bannerarea.-clone .button {
    max-width: 250px
  }
}
@media (min-width: 769px) {
  .bannerarea.-clone .button {
    max-width: 400px
  }
}
.localnav {
  background-color: #e7e7e8;
  z-index: 200
}
@media (max-width: 768.98px) {
  .localnav {
    display: block;
    top: 44px;
    width: 100%;
    height: 60px
  }
}
@media (min-width: 769px) {
  .localnav {
    overflow-x: auto
  }
}
.localnav.-clone {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0
}
.localnav.-clone[hidden] {
  opacity: 0;
  pointer-events: none
}
@media (min-width: 769px) {
  .localnav__check {
    display: none
  }
}
@media (max-width: 768.98px) {
  .localnav__check {
    display: block;
    width: 100%;
    height: 60px;
    outline-offset: -4px;
    transition: background 0.5s
  }
}
@media (max-width: 768.98px) {
  .localnav__check:checked {
    background-color: #dedede
  }
}
@media (min-width: 769px) {
  [for='localnav__check'] {
    display: none
  }
}
@media (max-width: 768.98px) {
  [for='localnav__check'] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 60px;
    padding-left: 10px;
    font-size: 1.4rem;
    perspective: 500px
  }
}
@media (max-width: 768.98px) {
  [for='localnav__check']::after {
    width: 9px;
    height: 9px;
    margin-left: 12px;
    border-top: 2px solid #505054;
    border-left: 2px solid #505054;
    content: '';
    transition: transform 0.5s, border-color 0.5s
  }
}
@media (max-width: 768.98px) {
  .localnav__check:not(:checked) ~ [for='localnav__check']::after {
    transform: translate(3px, -1px) rotate3d(1, 0, 0, 180deg) rotate(45deg)
  }
}
@media (max-width: 768.98px) {
  .localnav__check:checked ~ [for='localnav__check'] {
    color: #505054
  }
  .localnav__check:checked ~ [for='localnav__check']::after {
    border-color: #505054
  }
}
@media (max-width: 768.98px) {
  .localnav__check:checked ~ [for='localnav__check']::after {
    transform: translate(3px, 4px) rotate3d(1, 0, 0, 0deg) rotate(45deg)
  }
}
.localnav__list {
  z-index: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 769px) {
  .localnav__list {
    display: flex;
    gap: 30px;
    position: relative;
    padding-right: 10px
  }
}
@media (max-width: 768.98px) {
  .localnav__list {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    transition: 0.5s;
    transition-property: opacity, visibility
  }
}
@media (max-width: 768.98px) {
  .localnav__check:not(:checked) ~ .localnav__list {
    opacity: 0;
    visibility: hidden
  }
}
@media (max-width: 768.98px) {
  .localnav__list > li {
    border-top: 2px solid
  }
}
@media (min-width: 769px) {
  .localnav__list > li:last-of-type {
    padding-right: 40px
  }
}
.localnav__link {
  display: flex;
  align-items: center;
  outline-offset: -4px;
  font-size: 1.4rem;
  line-height: 1.25;
  white-space: nowrap
}
@media (min-width: 769px) {
  .localnav__link {
    height: 50px;
    padding: 10px
  }
}
@media (max-width: 768.98px) {
  .localnav__link {
    height: 60px;
    padding: 10px 30px
  }
}
.localnav__link[href] {
  position: relative;
  color: #505054
}
@media (hover) {
  .localnav__link[href] {
    transition: color 0.5s
  }
  .localnav__link[href]:hover, .localnav__link[href]:focus {
    color: #0064d2;
    text-decoration: none
  }
  .localnav__link[href]:hover::after, .localnav__link[href]:focus::after {
    border-color: #505054
  }
}
@media (min-width: 769px) and (hover) {
  .localnav__link[href]::before {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 3px;
    background-color: #0064d2;
    content: '';
    scale: 0;
    transition: scale 0.5s
  }
  .localnav__link[href]:hover::before, .localnav__link[href]:focus::before {
    scale: 1
  }
}
@media (max-width: 768.98px) {
  .localnav:has(.localnav__select) {
    display: flex;
    padding: 10px
  }
}
@media (max-width: 768.98px) {
  .localnav__check, [for='localnav__check'], .localnav__list {
    display: none !important
  }
}
.localnav__select {
  position: relative
}
@media (min-width: 769px) {
  .localnav__select {
    display: none
  }
}
@media (max-width: 768.98px) {
  .localnav__select {
    width: 70%;
    height: 100%;
    min-width: 250px
  }
}
.localnav__select::before {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  width: 1px;
  background-color: #bcbcc0;
  content: '';
  pointer-events: none
}
.localnav__select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: '';
  translate: 0 -2px;
  rotate: 225deg;
  pointer-events: none
}
@media (max-width: 768.98px) {
  .localnav__select > select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 65px;
    border: 1px solid #bcbcc0;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}
.sitemap {
  --gap: 20px;
  display: grid;
  gap: var(--gap)
}
@media (min-width: 769px) {
  .sitemap {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(var(--row), 1.5em);
    grid-auto-flow: column
  }
}
@media (max-width: 768.98px) {
  .sitemap {
    grid-template-columns: repeat(2, auto)
  }
}
@media (min-width: 769px) {
  .sitemap::before {
    grid-column: 3/4;
    grid-row: calc(var(--row) - var(--margin))/calc(var(--row) + 1);
    content: ""
  }
}
@media (min-width: 769px) {
  .sitemap__block {
    grid-row: 1/calc(var(--row) + 1)
  }
}
.sitemap__block--sub {
  display: grid;
  gap: var(--gap);
  margin-top: var(--gap);
  padding-left: 1em
}
.sitemap__link {
  display: block;
  position: relative;
  padding-left: 1.75em;
  color: #000
}
.sitemap__link::before, .sitemap__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: ""
}
.sitemap__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  mask-image: url(../img/common/text-link.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: .75em
}
.sitemap__link::after {
  z-index: -1;
  border-radius: 50%;
  background-color: #0064d2
}
.sitemap__link.-primary {
  font-weight: bold
}
.recruit__footerbefore {
  margin-top: 60px
}
.recruit__footerbefore ~ .bannerarea {
  margin-top: 0
}
.recruit__keyvisual {
  display: grid;
  align-items: flex-end;
  align-content: flex-end;
  position: relative;
  width: 100%;
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__keyvisual {
    height: 163px;
    padding-left: 50px;
    padding-right: 320px;
    background-image: linear-gradient(180deg, transparent 25%, #D0E7F6 25%, #D0E7F6 100%);
    font-size: 4.8rem
  }
}
@media all and (min-width: 1200px) {
  .recruit__keyvisual {
    padding-left: calc((100vw - 1200px) / 2)
  }
}
@media (max-width: 768.98px) {
  .recruit__keyvisual {
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: linear-gradient(0deg, transparent 25%, #D0E7F6 25%, #D0E7F6 100%);
    font-size: 3rem
  }
}
.recruit__keyvisual::before {
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 270/163;
  background-image: url(../img/recruit/keyvisual__before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: ""
}
@media (min-width: 769px) {
  .recruit__keyvisual::before {
    width: 270px
  }
}
@media all and (min-width: 1200px) {
  .recruit__keyvisual::before {
    right: calc((100vw - 1200px) / 2)
  }
}
@media (max-width: 768.98px) {
  .recruit__keyvisual::before {
    margin-top: -20px;
    margin-left: auto;
    width: 120px
  }
}
.recruit__keyvisual[data-subtitle]::after {
  color: #64afe1;
  font-weight: bold;
  content: attr(data-subtitle)
}
@media (min-width: 769px) {
  .recruit__keyvisual[data-subtitle]::after {
    font-size: 2rem
  }
}
@media (max-width: 768.98px) {
  .recruit__keyvisual[data-subtitle]::after {
    padding-right: 100px;
    font-size: 1.6rem
  }
}
.recruit__companydata__list {
  display: grid;
  margin-top: 30px
}
@media (min-width: 769px) {
  .recruit__companydata__list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
  }
}
@media (max-width: 768.98px) {
  .recruit__companydata__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
  }
}
.companydata__item {
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)
}
.companydata__item > img[src*="companydata__item"] {
  width: 100%
}
.voice__cardlist {
  display: grid;
  gap: 20px;
  margin-top: 30px
}
@media (min-width: 769px) {
  .voice__cardlist {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 50px
  }
}
.voice__card {
  position: relative
}
.voice__card__date {
  display: block;
  color: #0064d2;
  font-weight: bold
}
@media (min-width: 769px) {
  .voice__card__date {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .voice__card__date {
    font-size: 2rem
  }
}
.voice__card__affiliation {
  display: block;
  color: #0064d2
}
@media (min-width: 769px) {
  .voice__card__affiliation {
    font-size: 2rem
  }
}
@media (max-width: 768.98px) {
  .voice__card__affiliation {
    font-size: 1.8rem
  }
}
.voice__card__name {
  display: block;
  font-weight: bold
}
@media (min-width: 769px) {
  .voice__card__name {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .voice__card__name {
    font-size: 2rem
  }
}
.recruit__voice {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 769px) {
  .recruit__voice {
    padding-left: 70px;
    padding-right: 50px
  }
}
@media (max-width: 768.98px) {
  .recruit__voice {
    padding-left: 10px;
    padding-right: 10px
  }
}
.recruit__voice__header {
  position: relative;
  background-size: 0
}
@media (min-width: 769px) {
  .recruit__voice__header {
    min-height: 500px
  }
}
.recruit__voice__header::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  border-radius: 20px;
  background: inherit;
  background-size: cover;
  content: ""
}
@media (min-width: 769px) {
  .recruit__voice__header::before {
    width: 75%;
    max-width: 900px;
    aspect-ratio: 900/500
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__header::before {
    width: 100%
  }
}
.recruit__voice__header__head {
  padding-top: 30px
}
@media (max-width: 768.98px) {
  .recruit__voice__header__head {
    padding-left: 10px
  }
}
.recruit__voice__header__head[data-subtitle] {
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__voice__header__head[data-subtitle] {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__header__head[data-subtitle] {
    font-size: 2.2rem
  }
}
.recruit__voice__header__head[data-subtitle]::after {
  display: block;
  color: #64afe1;
  content: attr(data-subtitle)
}
@media (min-width: 769px) {
  .recruit__voice__header__head[data-subtitle]::after {
    font-size: 2rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__header__head[data-subtitle]::after {
    font-size: 1.8rem
  }
}
.recruit__voice__header__body {
  position: relative;
  margin-top: 25px
}
@media (min-width: 769px) {
  .recruit__voice__header__body {
    width: fit-content;
    min-width: 50%;
    padding-top: 50px;
    padding-right: 65px;
    padding-bottom: 100px
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__header__body {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 60px
  }
}
.recruit__voice__header__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: calc(50% - 50vw);
  right: 0;
  opacity: .85;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #fff;
  content: ""
}
.recruit__voice__date {
  display: block;
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__voice__date {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__date {
    font-size: 2rem
  }
}
.recruit__voice__affiliation {
  display: block
}
@media (min-width: 769px) {
  .recruit__voice__affiliation {
    font-size: 2rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__affiliation {
    font-size: 1.8rem
  }
}
.recruit__voice__name {
  display: block;
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__voice__name {
    font-size: 4rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__name {
    font-size: 2.8rem
  }
}
.recruit__voice__copy {
  display: block;
  margin-top: 30px;
  color: #0064d2;
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__voice__copy {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__copy {
    font-size: 2rem
  }
}
.recruit__voice__section {
  display: grid;
  gap: 20px;
  line-height: 2
}
@media (min-width: 769px) {
  .recruit__voice__section {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media (min-width: 769px) {
  .recruit__voice__section:first-of-type {
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto 1fr
  }
}
@media (min-width: 769px) {
  .recruit__voice__section:first-of-type .recruit__voice__section__image {
    grid-area: 1/2/3/3;
    margin-bottom: -200px
  }
}
.recruit__voice__section.-blue {
  position: relative;
  color: #fff
}
@media (min-width: 769px) {
  .recruit__voice__section.-blue {
    padding: 150px 50px 0
  }
}
.recruit__voice__section.-blue::before {
  position: absolute;
  inset: 0 calc(50% - 50vw) 20%;
  width: 100vw;
  z-index: -1;
  background-color: #0064d2;
  content: ""
}
.recruit__voice__section.-blue::after {
  position: absolute;
  top: 0;
  bottom: 20%;
  right: calc(50% - 50vw);
  z-index: -1;
  width: 40vw;
  background-image: url(../img/recruit/voice/recruit__voice__section--blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: ""
}
@media (min-width: 769px) {
  .recruit__voice__section.-multipleheadings {
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto auto 1fr
  }
}
@media (min-width: 769px) {
  .recruit__voice__section.-multipleheadings .recruit__voice__section__image {
    grid-area: 1/1/5/2
  }
}
.recruit__voice__section.-schedule {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: flex-end
}
@media (min-width: 769px) {
  .recruit__voice__section.-schedule {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section.-schedule {
    row-gap: 20px
  }
}
.recruit__voice__section.-schedule::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(160, 160, 165, 0.2);
  background-image: url(../img/recruit/voice/recruit__voice__section--schedule.svg);
  background-repeat: no-repeat;
  content: ""
}
@media (min-width: 769px) {
  .recruit__voice__section.-schedule::before {
    background-size: 20% auto;
    background-position: right center
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section.-schedule::before {
    background-size: 50% auto;
    background-position: right bottom
  }
}
.recruit__voice__section.-schedule[data-subtitle]::after {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  content: attr(data-subtitle)
}
@media (min-width: 769px) {
  .recruit__voice__section.-schedule[data-subtitle]::after {
    font-size: 10rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section.-schedule[data-subtitle]::after {
    font-size: 4.8rem
  }
}
.recruit__voice__section.-schedule > .recruit__voice__section__head {
  grid-column: 1/3;
  margin-top: auto
}
.recruit__voice__section.-holiday {
  display: grid;
  position: relative
}
@media (min-width: 769px) {
  .recruit__voice__section.-holiday {
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px
  }
}
.recruit__voice__section.-holiday::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: calc(50% - 50vw);
  right: 0;
  width: 100vw;
  background-image: linear-gradient(180deg, transparent 110px, #CAEBEB 110px, #CAEBEB 100%);
  content: ""
}
.recruit__voice__section.-holiday::after {
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -110px;
  z-index: -1;
  aspect-ratio: 247/433;
  width: 247px;
  background-image: url(../img/recruit/voice/recruit__voice__section--holiday.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: ""
}
.recruit__voice__section.-holiday .recruit__voice__section__image {
  border: 0;
  transform: rotate(-8deg)
}
@media (min-width: 769px) {
  .recruit__voice__section.-holiday .recruit__voice__section__image {
    grid-area: 1/2/3/3
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section.-holiday .recruit__voice__section__image {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto
  }
}
.recruit__voice__section.-message {
  position: relative
}
@media (min-width: 769px) {
  .recruit__voice__section.-message {
    padding-top: 100px
  }
}
.recruit__voice__section.-message::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/recruit/voice/recruit__voice__section--message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: ""
}
.recruit__voice__section.-message .recruit__voice__section__image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto
}
.recruit__voice__section__head {
  color: #0064d2;
  font-weight: bold
}
@media (min-width: 769px) {
  .recruit__voice__section__head {
    font-size: 2.8rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section__head {
    font-size: 2rem
  }
}
@media (min-width: 769px) {
  * + .recruit__voice__section__head {
    margin-top: 40px
  }
}
@media (max-width: 768.98px) {
  * + .recruit__voice__section__head {
    margin-top: 20px
  }
}
.recruit__voice__section.-blue .recruit__voice__section__head {
  color: #fff
}
.recruit__voice__section__image {
  border: solid 10px #fff;
  border-radius: 20px
}
.recruit__voice__section.-blue .recruit__voice__section__image {
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 769px) {
  .recruit__voice__section.-blue .recruit__voice__section__image {
    margin-top: 40px
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section.-blue .recruit__voice__section__image {
    margin-top: 20px
  }
}
.recruit__voice__section__schedule {
  display: table;
  position: relative;
  border-spacing: 40px 20px
}
@media (min-width: 769px) {
  .recruit__voice__section__schedule {
    margin-left: 40px
  }
}
.recruit__voice__section__schedule::before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  border-radius: 20px;
  background-color: #0064d2;
  content: ""
}
.recruit__voice__section__schedule > * {
  display: table-row
}
.recruit__voice__section__schedule > * > * {
  display: table-cell
}
.recruit__voice__section__schedule__date {
  position: relative;
  width: 3em;
  color: #0064d2;
  font-weight: bold;
  content: attr(data-subtitle)
}
@media (min-width: 769px) {
  .recruit__voice__section__schedule__date {
    font-size: 2rem
  }
}
@media (max-width: 768.98px) {
  .recruit__voice__section__schedule__date {
    font-size: 1.6rem
  }
}
.recruit__voice__section__schedule__date::before {
  position: absolute;
  top: .75em;
  left: -35px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  content: ""
}
.recruit__voice__section__schedule__title {
  translate: -30px
}
.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-inine-block {
  display: inine-block !important
}
@media (min-width: 769px) {
  .display-inine-block-pc {
    display: inine-block !important
  }
}
@media (max-width: 768.98px) {
  .display-inine-block-sp {
    display: inine-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-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-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-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-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-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
  }
}
.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
  }
}
.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
}
.align-items-center {
  align-items: center !important
}
@media (min-width: 769px) {
  .align-items-center-pc {
    align-items: center !important
  }
}
@media (max-width: 768.98px) {
  .align-items-center-sp {
    align-items: center !important
  }
}

