@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-content #ez-toc-container {
  width: 100%;
  padding: 0;
  margin: 6rem 0;
  border-radius: 0;
  border: 0.4rem solid rgba(139, 163, 186, 0.6);
  background-color: #fff;
}
.m-single-content #ez-toc-container nav {
  padding: 0 5rem 3rem;
}
.m-single-content #ez-toc-container a,
.m-single-content #ez-toc-container a:visited {
  color: inherit;
}
.m-single-content .ez-toc-title-container {
  padding: 3rem 5rem;
  position: relative;
  cursor: pointer;
}
.m-single-content .ez-toc-title-container .ez-toc-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.m-single-content .ez-toc-title-container::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 4rem;
  height: auto;
  aspect-ratio: 40/29;
  background: url(../../images/common/icn_index.svg) no-repeat center/contain;
}
.m-single-content #ez-toc-container .ez-toc-list {
  margin-left: 3rem;
}
.m-single-content #ez-toc-container ul {
  list-style: unset;
  overflow: unset;
}
.m-single-content #ez-toc-container ul.ez-toc-list-level-3 {
  margin-left: 2.5rem;
}
.m-single-content #ez-toc-container ul.ez-toc-list-level-4 {
  margin-left: 0.5em;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-2 {
  color: #8BA3BA;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  list-style: decimal;
  overflow: unset;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-2 a {
  font: inherit;
  margin-bottom: 1.5rem;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-3 {
  color: #595757;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  overflow: unset;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-3 a {
  color: inherit;
  font: inherit;
  margin-bottom: 0.5rem;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-4 {
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-4 a {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.m-single-content p + p {
  margin: 1.5em 0;
}
.m-single-content h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 2.2rem;
  border-left: 0.5rem solid #8BA3BA;
  margin-block: 2.5rem;
}
.m-single-content h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 2.4rem;
  margin-block: 1.5rem;
  position: relative;
}
.m-single-content h3::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  aspect-ratio: 1;
  background-color: #8BA3BA;
}
.m-single-content h4 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #8BA3BA;
  margin-block: 1.5rem;
}
.m-single-content h5 {
  font-weight: 500;
}
.m-single-content h6 {
  font-weight: 500;
}
.m-single-content .wp-block-image {
  margin-block: 4rem;
  margin-inline: auto;
}
.m-single-content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-single-content a:not([class]):not(:has(img)) {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #8BA3BA;
  text-decoration: underline;
  padding-right: 3rem;
  position: relative;
}
@media (any-hover: hover) {
  .m-single-content a:not([class]):not(:has(img)):hover {
    text-decoration: none;
  }
}
.m-single-content a:not([class]):not(:has(img))[target=_blank]::after,
.m-single-content a:not([class]):not(:has(img))[href$=".pdf"]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-single-content a:not([class]):not(:has(img))[target=_blank]::after {
  background-image: url(./../../images/column/icn_target_blank.svg);
}
.m-single-content a:not([class]):not(:has(img))[href$=".pdf"]::after {
  background-image: url(./../../images/column/icn_pdf.svg);
}
.m-single-content .wp-block-table,
.m-single-content .wp-block-flexible-table-block-table {
  margin: 4rem 0 2rem;
}
.m-single-content .wp-block-table td,
.m-single-content .wp-block-table th {
  border: none;
}
.m-single-content .wp-block-table table {
  width: 100%;
}
.m-single-content .wp-block-table table th {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid currentColor;
}
.m-single-content .wp-block-table table td {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #fff;
  background-color: #EEF2F6;
}
.m-single-content .wp-block-table table tr td:first-child {
  width: 34.8101265823%;
  color: #fff;
  background-color: #8BA3BA;
}
.m-single-content .wp-block-video,
.m-single-content .wp-block-embed-youtube {
  margin: 4rem 0;
}
.m-single-content .wp-block-embed-youtube {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.m-single-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.m-single-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}
.m-single-content ul,
.m-single-content ol {
  margin: 1.5em 0;
  margin-left: 1.5em;
}
.m-single-content ul {
  list-style-type: disc;
}
.m-single-content ol {
  list-style-type: decimal;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}
.m-single-content .has-small-font-size {
  font-size: 1.4rem !important;
}
.m-single-content .has-medium-font-size {
  font-size: 1.8rem !important;
}
.m-single-content .has-large-font-size {
  font-size: 2rem !important;
}
.m-single-content .has-x-large-font-size {
  font-size: 2.2rem !important;
}

@media screen and (max-width: 767px) {
  .m-single-content #ez-toc-container {
    margin: 8vw 0;
    border: 1.0666666667vw solid rgba(139, 163, 186, 0.6);
  }
  .m-single-content #ez-toc-container nav {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .m-single-content .ez-toc-title-container {
    padding: 5.3333333333vw;
  }
  .m-single-content .ez-toc-title-container .ez-toc-title {
    font-size: 5.3333333333vw;
  }
  .m-single-content .ez-toc-title-container::before {
    right: 5.3333333333vw;
    width: 10.6666666667vw;
  }
  .m-single-content #ez-toc-container .ez-toc-list {
    margin-left: 6.6666666667vw;
  }
  .m-single-content #ez-toc-container ul.ez-toc-list-level-3 {
    margin-left: 4vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-2 {
    font-size: 4.2666666667vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-2 a {
    margin-bottom: 2.6666666667vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-3 {
    font-size: 3.7333333333vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-3 a {
    margin-bottom: 2.6666666667vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-4 {
    font-size: 3.7333333333vw;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-4 a {
    margin-bottom: 2.6666666667vw;
  }
  .m-single-content p {
    font-size: 4.2666666667vw;
  }
  .m-single-content h2 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    border-left-width: 0.8vw;
    padding-left: 4.5333333333vw;
    margin-block: 8vw 4vw;
  }
  .m-single-content h3 {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-left: 5.3333333333vw;
    margin-block: 6.6666666667vw 4vw;
  }
  .m-single-content h3::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .m-single-content h4 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-block: 6.6666666667vw 4vw;
  }
  .m-single-content .wp-block-image {
    width: 100%;
    aspect-ratio: 335/223;
    margin-block: 9.3333333333vw;
  }
  .m-single-content a:not([class]):not(:has(img)) {
    font-size: 4.2666666667vw;
    padding-right: 8vw;
  }
  .m-single-content a:not([class]):not(:has(img))[target=_blank]::after,
  .m-single-content a:not([class]):not(:has(img))[href$=".pdf"]::after {
    width: 5.3333333333vw;
  }
  .m-single-content .wp-block-table,
  .m-single-content .wp-block-flexible-table-block-table {
    margin: 5.3333333333vw 0;
  }
  .m-single-content .wp-block-video,
  .m-single-content .wp-block-embed-youtube {
    margin: 5.3333333333vw 0;
  }
  .m-single-content .wp-block-table table th {
    font-size: 4.2666666667vw;
    padding: 4vw 5.3333333333vw;
  }
  .m-single-content .wp-block-table table td {
    font-size: 4.2666666667vw;
    padding: 4vw 5.3333333333vw;
  }
  .m-single-content .wp-block-table table tr {
    display: flex;
    flex-direction: column;
  }
  .m-single-content .wp-block-table table tr td:first-child {
    width: 100%;
  }
  .m-single-content .has-small-font-size {
    font-size: 3.2vw;
  }
  .m-single-content .has-medium-font-size {
    font-size: 4.2666666667vw;
  }
  .m-single-content .has-large-font-size {
    font-size: 4.8vw;
  }
  .m-single-content .has-x-large-font-size {
    font-size: 5.3333333333vw;
  }
}
.m-post-single-wrap {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}

.m-post-single-date {
  display: flex;
  align-items: flex-start;
  gap: 0 1.4rem;
}

.m-post-single-date-release,
.m-post-single-date-update {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}

.m-post-single-date-release::before,
.m-post-single-date-update::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-post-single-date-release::before {
  width: 1.8rem;
  aspect-ratio: 1;
  background-image: url(././../../images/column/icn_date_release.svg);
}

.m-post-single-date-update::before {
  width: 1.8rem;
  aspect-ratio: 18/16.5;
  background-image: url(././../../images/column/icn_date_update.svg);
}

.m-post-single-categories {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem 1rem;
}

.m-post-single-category {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-block: 0.1rem;
  padding-inline: 1rem;
  color: #8BA3BA;
  border: 1px solid currentColor;
  border-radius: 10vmax;
}

.m-post-single-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #8BA3BA;
  margin-top: 1.8rem;
}

.m-post-single-bottom-button {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}

.m-post-single-button {
  margin-top: 6rem;
}

.m-post-single-button .m-btn02 {
  padding-right: 7rem;
  margin-inline: auto;
  color: #fff;
  background-color: #8BA3BA;
  border-color: #8BA3BA;
}
.m-post-single-button .m-btn02::before {
  background-image: url(././../../images/common/img_arw02_wh.svg);
}
@media (hover: hover) {
  .m-post-single-button .m-btn02:hover {
    color: #8BA3BA;
    background-color: #fff;
  }
  .m-post-single-button .m-btn02:hover::before {
    background-image: url(././../../images/common/img_arw02_bl.svg);
  }
}

@media screen and (max-width: 767px) {
  .m-post-single-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
  .m-post-single-date {
    gap: 0 5.3333333333vw;
  }
  .m-post-single-date-release,
  .m-post-single-date-update {
    font-size: 3.7333333333vw;
    column-gap: 0.8vw;
  }
  .m-post-single-date-release::before {
    width: 4.2666666667vw;
  }
  .m-post-single-date-update::before {
    width: 4.8vw;
  }
  .m-post-single-categories {
    gap: 2.1333333333vw 2.6666666667vw;
  }
  .m-post-single-category {
    font-size: 4.2666666667vw;
    padding-block: 0.2666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .m-post-single-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-bottom: 4vw;
    margin-top: 4.8vw;
  }
  .m-post-single-bottom-button {
    margin-top: 10.6666666667vw;
  }
  .m-post-single-button {
    margin-top: 10.6666666667vw;
  }
  .m-post-single-button .m-btn02 {
    padding-right: 16vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-sec-ttl01 {
  text-align: center;
  margin: 13.5rem 0 4rem;
  position: relative;
}
.m-sec-ttl01:first-child {
  margin-top: 0;
}

.m-sec-ttl01-en {
  color: #8BA3BA;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
  opacity: 0.17;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
}

.m-sec-ttl01-jp {
  color: #8BA3BA;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  padding: 4rem 0 2.5rem;
  text-align: center;
}
.m-sec-ttl01-jp span {
  display: block;
  font-size: 2.4rem;
}
.m-sec-ttl01-jp::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 1px;
  background-color: #8BA3BA;
}

@media screen and (max-width: 767px) {
  .m-sec-ttl01 {
    margin: 21.3333333333vw 0 8vw;
  }
  .m-sec-ttl01:first-child {
    margin-top: 0;
  }
  .m-sec-ttl01-en {
    font-size: 10.6666666667vw;
    bottom: 9.3333333333vw;
  }
  .m-sec-ttl01-jp {
    font-size: 7.4666666667vw;
    padding: 5.3333333333vw 0 3.2vw;
  }
  .m-sec-ttl01-jp span {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
  .m-sec-ttl01-jp::before {
    width: 13.3333333333vw;
  }
  .m-sec-ttl02 {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .m-sec-ttl02::before {
    position: absolute;
    content: "";
    bottom: -2.6666666667vw;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 1px;
    height: 10.6666666667vw;
    background-color: #8BA3BA;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-arw-icn, .next,
.prev, .m-btn01 {
  position: relative;
}
.m-arw-icn::before, .next::before,
.prev::before, .m-btn01::before, .m-arw-icn::after, .next::after,
.prev::after, .m-btn01::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.m-arw-icn::before, .next::before,
.prev::before, .m-btn01::before {
  right: 2rem;
  width: 6.3rem;
  height: auto;
  aspect-ratio: 63/26;
  background-color: #8BA3BA;
  border: 1px solid #8BA3BA;
  border-radius: 9999px;
}
.m-arw-icn::after, .next::after,
.prev::after, .m-btn01::after {
  right: 4rem;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 22/6;
  background: url(../../images/common/img_arw02_wh.svg) no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .m-arw-icn:hover::before, .next:hover::before,
  .prev:hover::before, .m-btn01:hover::before {
    background-color: #fff;
  }
  .m-arw-icn:hover::after, .next:hover::after,
  .prev:hover::after, .m-btn01:hover::after {
    background: url(../../images/common/img_arw02_bl.svg) no-repeat center;
  }
}

.m-btn01 {
  display: flex;
  align-items: center;
  color: #8BA3BA;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 32rem;
  height: 6.4rem;
  padding-left: 4rem;
  border: 1px solid #8BA3BA;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.m-btn01::before, .m-btn01::after {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.m-btn01::before {
  right: 2rem;
}
.m-btn01::after {
  right: 4rem;
}
@media (hover: hover) {
  .m-btn01:hover {
    color: #fff;
    background-color: #8BA3BA;
  }
}
.m-btn01._back {
  padding-left: 11rem;
}
.m-btn01._back::before {
  right: auto;
  left: 2rem;
}
.m-btn01._back::after {
  right: auto;
  left: 4rem;
  scale: -1 1;
}
.m-btn01._bl {
  color: #fff;
  border: 1px solid #8BA3BA;
  background-color: #8BA3BA;
}
.m-btn01._bl::before {
  background-color: #fff;
  border: 1px solid #fff;
}
.m-btn01._bl::after {
  background: url(../../images/common/img_arw02_bl.svg) no-repeat center;
}
@media (hover: hover) {
  .m-btn01._bl:hover {
    color: #8BA3BA;
    background-color: #fff;
  }
  .m-btn01._bl:hover::before {
    background-color: #8BA3BA;
    border: 1px solid #8BA3BA;
  }
  .m-btn01._bl:hover::after {
    background: url(../../images/common/img_arw02_wh.svg) no-repeat center;
  }
}

.m-btn02 {
  display: flex;
  align-items: center;
  color: #8BA3BA;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: 47.1rem;
  min-height: 8.6rem;
  padding: 1rem;
  padding-left: 5rem;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
.m-btn02::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  width: 3.4rem;
  height: auto;
  aspect-ratio: 34/10;
  background: url(../../images/common/img_arw02_bl.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
@media (hover: hover) {
  .m-btn02:hover {
    color: #fff;
    background-color: #8BA3BA;
  }
  .m-btn02:hover::before {
    background: url(../../images/common/img_arw02_wh.svg) no-repeat center;
    background-size: contain;
  }
}

.m-btn03 {
  width: fit-content;
  padding: 0.5rem 0;
  padding-left: 3rem;
  border-bottom: 1px solid #8BA3BA;
  position: relative;
}
.m-btn03::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: auto;
  aspect-ratio: 20/6;
  background: url(../../images/common/img_arw02_bl.svg) no-repeat center/contain;
  scale: -1 1;
  transition: all 0.3s;
}
@media (hover: hover) {
  .m-btn03:hover::before {
    left: -0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-arw-icn::before, .next::before,
  .prev::before, .m-btn01::before {
    right: 4.8vw;
    width: 15.2vw;
    aspect-ratio: 57/23;
    border: 0.2666666667vw solid #8BA3BA;
  }
  .m-arw-icn::after, .next::after,
  .prev::after, .m-btn01::after {
    right: 10.6666666667vw;
    width: 5.8666666667vw;
    aspect-ratio: 22/6;
  }
  .m-btn01 {
    font-size: 4.8vw;
    width: 78.6666666667vw;
    height: 14.4vw;
    padding-left: 8vw;
    margin: auto;
    border: 0.2666666667vw solid #8BA3BA;
  }
  .m-btn01::before {
    right: 4.8vw;
  }
  .m-btn01::after {
    right: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .m-btn01::after:hover {
    right: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .m-btn01._back {
    padding-left: 29.3333333333vw;
  }
  .m-btn01._back::before {
    left: 4.8vw;
  }
  .m-btn01._back::after {
    left: 9.3333333333vw;
  }
  .m-btn02 {
    font-size: 4.8vw;
    width: 100%;
    min-height: 17.0666666667vw;
    padding: 2.6666666667vw;
    padding-left: 8vw;
    border: 0.2666666667vw solid #fff;
  }
  .m-btn02::before {
    right: 7.4666666667vw;
    width: 6.4vw;
  }
  .m-btn03 {
    padding: 1.3333333333vw 0;
    padding-left: 8vw;
    border-bottom: 0.2666666667vw solid #8BA3BA;
  }
  .m-btn03::before {
    width: 5.3333333333vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-txt + * {
  margin-top: 1.5rem;
}

.m-txt-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #E0EDFB 60%);
}

.m-text-line {
  position: relative;
}
.m-text-line::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #8BA3BA;
}
.m-text-line span {
  display: block;
  width: fit-content;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.m-text-line._bl span {
  background-color: #EEF2F6;
}
.m-text-line._left {
  text-align: right;
}
.m-text-line._left span {
  padding-left: 4rem;
}
.m-text-line._right span {
  padding-right: 1rem;
}

.m-txt-arw {
  padding-left: 5rem;
  position: relative;
}
.m-txt-arw::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4rem;
  height: auto;
  aspect-ratio: 40/10;
  background: url(../../images/common/img_arw01_bl.svg) no-repeat center/contain;
}

.m-dot-list li {
  padding-left: 0.875em;
  position: relative;
}
.m-dot-list li::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  width: 0.4375em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #8BA3BA;
}

.m-num-list {
  list-style-type: decimal;
  padding-left: 1em;
}

.m-bracket-list {
  counter-reset: bracket-counter;
}
.m-bracket-list > li {
  padding-left: 2em;
  position: relative;
  counter-increment: bracket-counter;
}
.m-bracket-list > li::before {
  position: absolute;
  left: 0;
  width: 2em;
  content: "(" counter(bracket-counter) ")";
  white-space: nowrap;
  text-align: center;
}

.m-txt-line-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .m-txt + * {
    margin-top: 4vw;
  }
  .m-text-line::before {
    height: 0.2666666667vw;
  }
  .m-text-line._left span {
    padding-left: 10.6666666667vw;
  }
  .m-text-line._right span {
    padding-right: 2.6666666667vw;
  }
  .m-txt-arw {
    padding-left: 13.3333333333vw;
  }
  .m-txt-arw::before {
    width: 10.6666666667vw;
  }
}
.m-bg-gradation-bl {
  background: #95AFC8;
  background: linear-gradient(120deg, #95AFC8 0%, #839AAF 100%);
}

.m-bg-lightblue {
  background-color: #EEF2F6;
}

.m-page-mv {
  color: #8BA3BA;
  height: 27.5rem;
  padding-top: 2rem;
  background-color: #EEF2F6;
  position: relative;
}
.m-page-mv._single {
  height: 4.5rem;
  background-color: transparent;
}

.m-page-ttl-en {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
  padding-top: 5rem;
}

.m-page-ttl-jp {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 0.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.m-page-ttl-jp::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: #8BA3BA;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    height: 50.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .m-page-mv._single {
    height: 10.6666666667vw;
  }
  .m-page-ttl-en {
    font-size: 11.2vw;
    padding-top: 9.3333333333vw;
  }
  .m-page-ttl-jp {
    font-size: 5.3333333333vw;
    line-height: 1.3888888889;
    margin-top: 1.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .m-page-ttl-jp::before {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
  }
}
.m-news-list {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 4rem 0;
  height: fit-content;
  margin-top: 5rem;
}

.m-news-item,
.m-news-item-link {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  gap: 0;
}

.m-news-item-link {
  align-items: center;
  gap: 1.5rem 2rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(139, 163, 186, 0.3);
}
.m-news-item-link::before, .m-news-item-link::after {
  transform: none;
}
.m-news-item-link::before {
  top: 2.2rem;
  right: 0;
}
.m-news-item-link::after {
  top: 3.2rem;
  right: 2rem;
}
@media (hover: hover) {
  .m-news-item-link:hover .m-news-item-ttl {
    color: #8BA3BA;
    text-decoration: underline;
  }
}

.m-news-item-tax {
  font-size: 1.4rem;
  color: #8BA3BA;
  text-align: center;
  width: fit-content;
  padding: 0 1rem;
  border: 1px solid #8BA3BA;
  border-radius: 9999px;
}

.m-news-item-ttl {
  grid-column: span 3;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .m-news {
    padding-top: 5.3333333333vw;
  }
  .m-news .p-sec-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .m-news-inner {
    display: block;
  }
  .m-news-list {
    grid-template-columns: auto auto 1fr 13.3333333333vw;
    gap: 5.3333333333vw 0;
    height: fit-content;
    margin-top: 12vw;
    margin-bottom: 10.6666666667vw;
  }
  .m-news-item,
  .m-news-item-link {
    grid-column: span 4;
  }
  .m-news-item-link {
    gap: 1.8666666667vw 0;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgba(139, 163, 186, 0.3);
  }
  .m-news-item-link::before {
    width: 13.6vw;
    top: 6.6666666667vw;
  }
  .m-news-item-link::after {
    width: 4.8vw;
    top: calc(6.6666666667vw + 2.1333333333vw);
    right: 4vw;
  }
  .m-news-item-tax {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    height: auto;
    padding: 0 2.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-right: 4vw;
    border: 0.2666666667vw solid #8BA3BA;
  }
  .m-news-item-ttl {
    grid-column: span 3;
    line-height: 1.5;
    margin-right: 4vw;
  }
}
.m-tax-list-box {
  padding: 3rem 5rem;
  border-radius: 1rem;
  background-color: #EEF2F6;
}

.m-tax-list-box-ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 2rem;
}

.m-tax-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1.2rem;
  height: fit-content;
}

.m-tax-item {
  color: #8BA3BA;
  text-align: center;
  width: fit-content;
  padding: 0 1rem;
  border: 1px solid #8BA3BA;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.m-tax-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tax-item.is-current {
  color: #fff;
  background-color: #8BA3BA;
}

@media screen and (max-width: 767px) {
  .m-tax-list-box {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .m-tax-list-box-ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .m-tax-list {
    gap: 2.6666666667vw;
  }
  .m-tax-item {
    padding: 0 2.6666666667vw;
    border: 0.2666666667vw solid #8BA3BA;
  }
}
.m-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}

.page-numbers {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
}
.page-numbers:hover {
  opacity: 0.7;
}
.page-numbers.current {
  color: #8BA3BA;
  border-color: #8BA3BA;
}
.page-numbers.dots {
  display: none;
}

.next,
.prev {
  width: 6.5rem;
}
.next::before,
.prev::before {
  right: 0;
}
.next::after,
.prev::after {
  right: 2rem;
}

.next {
  margin-left: 3rem;
}

.prev {
  margin-right: 3rem;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .m-pager {
    gap: 4vw;
    margin-top: 10.6666666667vw;
  }
  .page-numbers {
    font-size: 5.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid transparent;
  }
  .next,
  .prev {
    width: 15.4666666667vw;
  }
  .next::after,
  .prev::after {
    right: 5.3333333333vw;
  }
  .next {
    margin-left: 0;
  }
  .prev {
    margin-right: 0;
  }
}
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Light.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  word-break: break-all;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
    min-width: inherit;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  margin-top: 5.2083333333vw;
  overflow: hidden;
}

.l-main {
  padding: 8rem 0;
}

.l-content {
  max-width: 120rem;
  margin: auto;
}
.l-content._1000 {
  max-width: 100rem;
}
.l-content._1100 {
  max-width: 110rem;
}
.l-content._1560 {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 60rem 60rem 1fr;
}
.l-content._1560 ._left {
  grid-column: 1/4;
}
.l-content._1560 ._right {
  grid-column: 2/5;
}

@media screen and (max-width: 767px) {
  .l-pagebody {
    margin-top: 16vw;
  }
  .l-main {
    padding: 16vw 0;
  }
  .l-content {
    max-width: 89.3333333333vw;
  }
  .l-content._1000, .l-content._1100 {
    max-width: 89.3333333333vw;
  }
  .l-content._1560 {
    display: block;
    max-width: 89.3333333333vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2083333333vw;
  padding: 0 3.125vw;
  z-index: 9000;
  transition: all 0.3s ease;
  pointer-events: all;
  background-color: #fff;
}
.l-header.is-scrolled {
  background-color: #fff;
}

.l-header-logo a {
  display: block;
  width: 15.625vw;
  height: auto;
  aspect-ratio: 300/34;
}

.l-gnav-wrap {
  display: flex;
  align-items: end;
}

.l-gnav > ul {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}

.l-gnav-item-link {
  display: flex;
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.8333333333vw;
  padding: 0.2604166667vw 0;
  position: relative;
  transition: all 0.3s;
}
.l-gnav-item-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  aspect-ratio: 1/1;
  background-color: #8BA3BA;
  opacity: 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-gnav-item-link:hover {
    color: #8BA3BA;
  }
  .l-gnav-item-link:hover::before {
    opacity: 1;
  }
}

.m-header-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.9375vw;
  width: 13.0208333333vw;
  height: 3.125vw;
  margin-left: 1.0416666667vw;
  border: 1px solid transparent;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.m-header-cv-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #95AFC8;
  background: linear-gradient(120deg, #95AFC8 0%, #839AAF 100%);
  transition: all 0.3s ease;
  z-index: -1;
}
@media (hover: hover) {
  .m-header-cv-btn:hover {
    border-color: #8BA3BA;
    color: #8BA3BA;
  }
  .m-header-cv-btn:hover::before {
    opacity: 0;
  }
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
    padding: 0 5.3333333333vw;
  }
  .l-header-logo a {
    width: 56.8vw;
  }
  .l-gnav-wrap {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 16vw;
    width: 100%;
    height: 100vh;
    right: 0;
    padding: 0 4vw 42.6666666667vw;
    background-color: #fff;
    overflow: auto;
    z-index: 8999;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .l-gnav {
    width: 100%;
    height: 100%;
    pointer-events: auto;
  }
  .l-gnav > ul {
    flex-direction: column;
    gap: 0.5333333333vw;
  }
  .l-gnav > ul li {
    width: 100%;
  }
  .l-gnav-item {
    width: 100%;
  }
  .l-gnav-item-link {
    display: block;
    font-size: 4.2666666667vw;
    padding: 3.4666666667vw 5.3333333333vw;
  }
  .l-gnav-item-link::before {
    content: none;
  }
  .m-header-cv-btn {
    font-size: 4.8vw;
    width: 100%;
    height: 16vw;
    margin-top: 10.6666666667vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .m-header-cv-btn:hover {
    border: 0.2666666667vw solid #8BA3BA;
  }
}
@media screen and (max-width: 767px) {
  .m-menu-icon-wrap {
    position: absolute;
    display: flex;
    align-items: end;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 6.9333333333vw;
    height: 4.8vw;
    z-index: 9999;
    transition: all 0.3s;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    right: 50%;
    width: 6.9333333333vw;
    height: 0.5333333333vw;
    transform: translate(50%, -50%);
    background-color: #595757;
    transition: all 0.3s;
  }
  .m-menu-icon {
    top: 50%;
  }
  .m-menu-icon::before {
    top: -1.8666666667vw;
  }
  .m-menu-icon::after {
    top: 2.4vw;
  }
  .m-menu-icon.is-open {
    top: 50%;
    width: 0;
  }
  .m-menu-icon.is-open::before, .m-menu-icon.is-open::after {
    top: 10%;
  }
  .m-menu-icon.is-open::before {
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translate(50%, -50%) rotate(45deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 13.3333333333vw);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 8500;
  }
}
/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  position: absolute;
  top: 2rem;
  left: 6rem;
  width: calc(100% - 6rem);
  padding-right: 6rem;
}
.l-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
}
.l-breadcrumbs ol li:last-child {
  color: #8E9398;
}
.l-breadcrumbs ol li:last-child a {
  pointer-events: none;
}
.l-breadcrumbs ol li:not(:last-child) {
  position: relative;
}
.l-breadcrumbs ol li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #595757;
  border-right: solid 0.2rem #595757;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    position: absolute;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: calc(100% - (5.3333333333vw));
    padding-right: 5.3333333333vw;
  }
  .l-breadcrumbs ol {
    flex-wrap: nowrap;
    gap: 0 6.6666666667vw;
    overflow-x: auto;
  }
  .l-breadcrumbs ol li {
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  .l-breadcrumbs ol li:not(:last-child)::before {
    right: -4vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: solid 0.5333333333vw #595757;
    border-right: solid 0.5333333333vw #595757;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
/*------------- .m-bottom-btn-wrap -------------*/
.m-bottom-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 12rem;
}
.m-bottom-btn-wrap._bg {
  background-color: #EEF2F6;
}

@media screen and (max-width: 767px) {
  .m-bottom-btn-wrap {
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 21.3333333333vw;
  }
}
/*------------- .m-footer -------------*/
.m-footer-contact {
  text-align: center;
  padding: 8rem 0;
  background-color: #8BA3BA;
}

.m-footer-contact-ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 2rem;
}

.m-footer-contact-text {
  color: #fff;
  margin-bottom: 3rem;
}

.m-footer-contact-btn {
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-footer-contact {
    padding: 10.6666666667vw 0;
  }
  .m-footer-contact-ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .m-footer-contact-text {
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  .m-footer-contact-btn {
    width: 100%;
  }
}
/*------------- .l-footer -------------*/
.l-footer-contact {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 1.5rem;
  background-color: #595757;
}

.l-footer {
  padding: 10rem 0 6rem;
  background-color: #EEF2F6;
}

.l-footer-top {
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 7rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #8BA3BA;
}

.l-footer-logo {
  display: block;
}

.l-footer-nav a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer-nav a:hover {
    opacity: 0.7;
  }
}

.l-footer-list-l {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  gap: 1.5rem;
  font-weight: 500;
  max-height: 17rem;
}

.l-footer-list-s {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  color: #8E9398;
  font-weight: 400;
  margin-top: 0.5rem;
}

.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8E9398;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-top: 1.5rem;
}

.l-footer-privacy {
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer-privacy:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 8vw;
  }
  .l-footer-top {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    padding-bottom: 9.3333333333vw;
    border-bottom: 0.2666666667vw solid #8BA3BA;
  }
  .l-footer-logo {
    width: 69.8666666667vw;
  }
  .l-footer-list-l {
    gap: 4vw;
    max-height: 53.3333333333vw;
  }
  .l-footer-list-s {
    display: none;
  }
  .l-footer-bottom {
    flex-direction: column-reverse;
    gap: 4vw;
    font-size: 3.7333333333vw;
    padding-top: 5.3333333333vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

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

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

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

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

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

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

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

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

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

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

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

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

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

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

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

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

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
