@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-thumbnail {
  display: block;
  width: 70rem;
  height: auto;
  aspect-ratio: 700/390;
  margin: auto;
  border-radius: 2rem;
  overflow: hidden;
  margin-block: 6rem;
}
.m-single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-single-content {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-content * {
  word-break: break-word;
}
.m-single-content p {
  line-height: 2;
  margin-bottom: 1em;
}
.m-single-content p.has-small-font-size {
  font-size: 1.4rem !important;
}
.m-single-content p.has-medium-font-size {
  font-size: 1.8rem !important;
}
.m-single-content p.has-large-font-size {
  font-size: 2rem !important;
}
.m-single-content p.has-x-large-font-size {
  font-size: 2.2rem !important;
}
.m-single-content h2 {
  margin-bottom: 1rem !important;
}
.m-single-content h3 {
  margin-bottom: 1rem !important;
}
.m-single-content h5 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.m-single-content h6 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.m-single-content ul {
  margin-top: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.m-single-content ol {
  margin-top: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.m-single-content .wp-block-image {
  margin: 5rem auto;
}
.m-single-content .wp-block-image figcaption {
  font-size: 1.6rem;
  text-align: center;
}
.m-single-content .wp-block-video video {
  display: block;
  width: 38rem;
  height: auto;
  aspect-ratio: 380/210;
  margin-block: 5rem;
  margin-inline: auto;
}
.m-single-content .wp-block-table,
.m-single-content .wp-block-flexible-table-block-table {
  margin-block: 5rem 2rem;
}
.m-single-content .wp-block-table table,
.m-single-content .wp-block-flexible-table-block-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 0.2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.m-single-content .wp-block-table tr td:first-child,
.m-single-content .wp-block-table tr th:first-child,
.m-single-content .wp-block-flexible-table-block-table tr td:first-child,
.m-single-content .wp-block-flexible-table-block-table tr th:first-child {
  color: #fff;
  background-color: #00C2C9;
}
.m-single-content .wp-block-table td, .m-single-content .wp-block-table th,
.m-single-content .wp-block-flexible-table-block-table td,
.m-single-content .wp-block-flexible-table-block-table th {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #222424;
  background-color: #fff;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  border: none;
}
.m-single-content .wp-block-columns.is-style-justify {
  justify-content: space-between;
}
.m-single-content .wp-block-columns.is-style-center {
  justify-content: center;
}
.m-single-content .wp-block-columns.is-style-center .wp-block-column,
.m-single-content .wp-block-columns.is-style-center figure {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  width: fit-content;
}
.m-single-content .wp-block-embed-youtube {
  text-align: center;
}
.m-single-content .wp-block-file {
  font-size: inherit !important;
}
.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;
}

@media screen and (max-width: 767px) {
  .m-single-thumbnail {
    width: 100%;
    border-radius: 5.3333333333vw;
    margin-block: 10.6666666667vw;
  }
  .m-single-content {
    font-size: 4.2666666667vw;
  }
  .m-single-content p.has-small-font-size {
    font-size: 3.5333vw !important;
  }
  .m-single-content p.has-medium-font-size {
    font-size: 4.8vw !important;
  }
  .m-single-content p.has-large-font-size {
    font-size: 5.33333vw !important;
  }
  .m-single-content p.has-x-large-font-size {
    font-size: 5.866666vw !important;
  }
  .m-single-content h2,
  .m-single-content h3 {
    margin-bottom: 2.6666666667vw !important;
  }
  .m-single-content h5,
  .m-single-content h6 {
    font-size: 3.7333333333vw;
  }
  .m-single-content .wp-block-image img {
    width: 100%;
    margin-block: 5.3333333333vw;
  }
  .m-single-content .wp-block-video video {
    width: 100%;
    margin-block: 5.3333333333vw;
  }
  .m-single-content .wp-block-table {
    margin-block: 10.6666666667vw 4vw;
  }
  .m-single-content .wp-block-table table {
    border-spacing: 0.5333333333vw;
    border-radius: 4vw;
  }
  .m-single-content .wp-block-table tbody {
    display: flex;
    flex-direction: column;
    gap: 0.5333333333vw;
  }
  .m-single-content .wp-block-table tr {
    display: flex;
    flex-direction: column;
    gap: 0.5333333333vw;
  }
  .m-single-content .wp-block-table tr td:first-child,
  .m-single-content .wp-block-table tr th:first-child {
    width: 100%;
  }
  .m-single-content .wp-block-table td, .m-single-content .wp-block-table th {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.04em;
    padding-block: 4.4vw;
    padding-inline: 5.3333333333vw;
  }
}
/* single common
---------------------------------------------------------------------------- */
.m-single-detail {
  margin-top: 10rem;
}
.m-single-detail #ez-toc-container {
  width: 67rem;
  padding: 0;
  margin: 4rem auto 6rem;
  background-color: #3E4547;
  border-radius: 1rem;
  border: none;
  overflow: hidden;
}
.m-single-detail #ez-toc-container nav {
  padding: 0 3rem 3rem;
}
.m-single-detail #ez-toc-container a,
.m-single-detail #ez-toc-container a:visited {
  color: inherit;
}
.m-single-detail .ez-toc-title-container {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 3rem;
  position: relative;
  cursor: pointer;
}
.m-single-detail .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-detail #ez-toc-container .ez-toc-list {
  margin-left: 3rem;
}
.m-single-detail #ez-toc-container ul {
  list-style: unset;
  overflow: unset;
}
.m-single-detail #ez-toc-container ul.ez-toc-list-level-3 {
  margin-left: 2.5rem;
}
.m-single-detail #ez-toc-container ul.ez-toc-list-level-4 {
  margin-left: 0.5em;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-2 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 700;
  list-style: decimal;
  overflow: unset;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-2 a {
  font: inherit;
  margin-bottom: 1.5rem;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-3 {
  list-style-type: disc;
  color: #00C2C9;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
  overflow: unset;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-3 a {
  color: inherit;
  font: inherit;
  margin-bottom: 0.5rem;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-4 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-detail #ez-toc-container .ez-toc-heading-level-4 a {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.m-single-detail mark {
  padding: 0 0.5rem 0.2rem;
  margin: 0 0.3rem;
}

.m-single-detail-ttl {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2.3rem;
}

.m-single-detail-meta {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin: 2.3rem 0 6rem;
}

.m-single-detail-date {
  font-family: "Rajdhani";
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 600;
  flex-shrink: 0;
}

.m-single-detail-cat-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-single-detail-cat-list {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #3E4547;
  background-color: #fff;
  padding-block: 0.2rem 0.3rem;
  padding-inline: 1rem;
  border-radius: 999px;
}

.m-single-detail-button {
  width: 27rem;
  margin-top: 8rem;
  margin-inline: auto;
}

.m-single-detail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.3rem;
  background-color: #3E4547;
  border-radius: 999px;
  padding-left: 4.5rem;
  padding-bottom: 0.3rem;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
}

.m-single-detail-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%) rotate(180deg);
  width: 2.7rem;
  aspect-ratio: 27/20;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/icn_arw01_wh.png);
}

@media screen and (max-width: 767px) {
  .m-single-detail {
    margin-top: 14.1333333333vw;
  }
  .m-single-detail #ez-toc-container {
    width: 100%;
    margin: 8vw auto 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .m-single-detail #ez-toc-container nav {
    padding: 0 5.3333333333vw 8vw;
  }
  .m-single-detail .ez-toc-title-container {
    font-size: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
  .m-single-detail .ez-toc-title-container::before {
    right: 5.3333333333vw;
    width: 10.6666666667vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-list {
    margin-left: 6.6666666667vw;
  }
  .m-single-detail #ez-toc-container ul.ez-toc-list-level-3 {
    margin-left: 8vw;
  }
  .m-single-detail #ez-toc-container ul.ez-toc-list-level-4 {
    margin-left: 0.5em;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-2 {
    font-size: 4.2666666667vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-2 a {
    margin-bottom: 4vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-3 {
    font-size: 4.2666666667vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-3 a {
    margin-bottom: 2.6666666667vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-4 {
    font-size: 4.2666666667vw;
  }
  .m-single-detail #ez-toc-container .ez-toc-heading-level-4 a {
    margin-bottom: 2.6666666667vw;
  }
  .m-single-detail-ttl {
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 7.2vw;
  }
  .m-single-detail-meta {
    flex-wrap: wrap;
    gap: 2.6666666667vw 5.3333333333vw;
    margin: 7.2vw 0 10.6666666667vw;
  }
  .m-single-detail-cat-lists {
    gap: 2.6666666667vw;
  }
  .m-single-detail-cat-list {
    font-size: 3.7333333333vw;
    padding-block: 0.5333333333vw 0.8vw;
    padding-inline: 2.6666666667vw;
  }
  .m-single-detail-container {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 4vw;
  }
  .m-single-detail-button {
    width: 61.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .m-single-detail-btn {
    height: 16vw;
    padding-left: 10.6666666667vw;
    padding-bottom: 0.8vw;
    font-size: 4.8vw;
  }
  .m-single-detail-btn::before {
    left: 5.3333333333vw;
    width: 6.6666666667vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-ttl01-wrap {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.m-ttl01-en {
  font-size: 11rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-family: "Rajdhani";
  text-transform: uppercase;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-ttl01-en span {
  word-break: keep-all;
}
.m-ttl01-en._wh {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.m-ttl01-jp {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.m-ttl02, .m-single-content h2 {
  font-family: "Zenkaku Gothic New";
  font-size: 3.8rem;
  line-height: 1.7894736842;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 4.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.m-ttl02::before, .m-single-content h2::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/icn_blur-circle_dot.png);
}
.m-ttl02:not(:first-child), .m-single-content h2:not(:first-child) {
  margin-top: 7rem;
}
.m-ttl02 span, .m-single-content h2 span {
  font-size: 2.2rem;
}

.m-ttl03, .m-single-content h3 {
  font-family: "Zenkaku Gothic New";
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #00C2C9;
  margin-bottom: 2rem;
}
.m-ttl03:not(:first-child), .m-single-content h3:not(:first-child) {
  margin-top: 8rem;
}
.m-ttl03._wh, .m-single-content h3._wh {
  color: #fff;
}

.m-ttl04, .m-single-content h4 {
  font-family: "Zenkaku Gothic New";
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: 2rem;
}
.m-ttl04:not(:first-child), .m-single-content h4:not(:first-child) {
  margin-top: 8rem;
}

.m-ttl02 + .m-ttl03, .m-single-content h2 + .m-ttl03, .m-single-content .m-ttl02 + h3, .m-single-content h2 + h3, .m-ttl02 + .m-ttl04, .m-single-content h2 + .m-ttl04, .m-single-content .m-ttl02 + h4, .m-single-content h2 + h4 {
  margin-top: 0;
}

.m-ttl05 {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
.m-ttl05::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 4rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/icn_blur-circle_dot.png);
}

.m-ttl06 {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  text-align: center;
  margin: 12rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .m-ttl01-wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 8vw;
  }
  .m-ttl01-en {
    font-size: 17.6vw;
  }
  .m-ttl01-jp {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-top: -1.3333333333vw;
  }
  .m-ttl02, .m-single-content h2 {
    font-size: 5.8666666667vw;
    line-height: 1.3636363636;
    padding-left: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-ttl02::before, .m-single-content h2::before {
    top: 0.5333333333vw;
    width: 8vw;
  }
  .m-ttl02:not(:first-child), .m-single-content h2:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .m-ttl02 span, .m-single-content h2 span {
    font-size: 4.2666666667vw;
  }
  .m-ttl03, .m-single-content h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ttl03:not(:first-child), .m-single-content h3:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .m-ttl04, .m-single-content h4 {
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-ttl04:not(:first-child), .m-single-content h4:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .m-ttl02 + .m-ttl03, .m-single-content h2 + .m-ttl03, .m-single-content .m-ttl02 + h3, .m-single-content h2 + h3, .m-ttl02 + .m-ttl04, .m-single-content h2 + .m-ttl04, .m-single-content .m-ttl02 + h4, .m-single-content h2 + h4,
  .m-ttl03 + .m-ttl03,
  .m-single-content h3 + .m-ttl03,
  .m-single-content .m-ttl03 + h3,
  .m-single-content h3 + h3,
  .m-ttl03 + .m-ttl04,
  .m-single-content h3 + .m-ttl04,
  .m-single-content .m-ttl03 + h4,
  .m-single-content h3 + h4 {
    margin-top: 0;
  }
  .m-ttl05 {
    font-size: 4.8vw;
    padding-left: 5.8666666667vw;
    margin-bottom: 4vw;
  }
  .m-ttl05::before {
    left: -3.7333333333vw;
    width: 10.6666666667vw;
  }
  .m-ttl06 {
    font-size: 6.4vw;
    margin: 13.3333333333vw 0 5.3333333333vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-btn01 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 23rem;
  height: 6rem;
  padding-left: 3rem;
  margin-top: 5.5rem;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.m-btn01 span {
  position: relative;
  z-index: 1;
}
.m-btn01::before, .m-btn01::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}
.m-btn01::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 9999px;
  transform: scale(0, 1);
  transform-origin: left top;
}
.m-btn01::after {
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: auto;
  aspect-ratio: 50/41;
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/contain;
}
.m-btn01:hover::before {
  transform: scale(1, 1);
}
.m-btn01:hover::after {
  background: url(../../images/common/icn_arw01_bl.png) no-repeat center/contain;
}
.m-btn01._large {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 31rem;
  height: 7.4rem;
  padding-left: 3.7rem;
  margin-top: 3.5rem;
}
.m-btn01._large::after {
  right: 2.5rem;
  width: 3rem;
}

.m-btn02 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-right: 7.4rem;
  position: relative;
}
.m-btn02::before, .m-btn02::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6rem;
  height: 6rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.m-btn02::before {
  border-radius: 9999px;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
}
.m-btn02::after {
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/2.5rem;
}
.m-btn02:hover::before {
  background: #fff;
}
.m-btn02:hover::after {
  background: url(../../images/common/icn_arw01_gr.png) no-repeat center/2.5rem;
}

.m-btn03 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69rem;
  height: 9rem;
  margin: 4rem auto 0;
  background-color: #26D07C;
  border-radius: 1rem;
  transition: all 0.3s;
}
.m-btn03:hover {
  opacity: 0.7;
}
.m-btn03._small {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  height: auto;
  padding: 2rem 4.2rem;
  margin: 0;
}

.m-txt-link, .m-single-content a:not([class]) {
  color: #00C2C9;
  text-decoration: underline;
  transition: all 0.3s;
}
.m-txt-link:hover, .m-single-content a:hover:not([class]) {
  opacity: 0.8;
  text-decoration: none;
}
.m-txt-link[target=_blank], .m-single-content a[target=_blank]:not([class]), .m-txt-link[href$=".pdf"], .m-single-content a[href$=".pdf"]:not([class]) {
  padding-right: 1.5em;
}
.m-txt-link[target=_blank], .m-single-content a[target=_blank]:not([class]) {
  background: url(../../images/common/icn_newtab.svg) no-repeat center right/1.9rem;
}
.m-txt-link[href$=".pdf"], .m-single-content a[href$=".pdf"]:not([class]) {
  background: url(../../images/common/icn_pdf.svg) no-repeat center right/1.9rem;
}

@media screen and (max-width: 767px) {
  .m-btn01 {
    font-size: 4.2666666667vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    padding-left: 8vw;
    margin-top: 8vw;
  }
  .m-btn01::after {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  .m-btn01._large {
    font-size: 4.8vw;
    width: 61.3333333333vw;
    height: 16vw;
    padding-left: 8vw;
    margin-top: 12vw;
  }
  .m-btn01._large::after {
    right: 5.3333333333vw;
    width: 6.6666666667vw;
  }
  .m-btn02 {
    font-size: 4.2666666667vw;
    padding-right: 13.3333333333vw;
  }
  .m-btn02::before, .m-btn02::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .m-btn02::after {
    background: url(../../images/common/icn_arw01_wh.png) no-repeat center/4vw;
  }
  .m-btn02:hover::after {
    background: url(../../images/common/icn_arw01_gr.png) no-repeat center/4vw;
  }
  .m-btn03 {
    font-size: 5.3333333333vw;
    width: 100%;
    height: 21.3333333333vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 2.6666666667vw;
  }
  .m-btn03._small {
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 4vw;
  }
  .m-txt-link[target=_blank], .m-single-content a[target=_blank]:not([class]) {
    background-size: 5.0666666667vw;
  }
  .m-txt-link[href$=".pdf"], .m-single-content a[href$=".pdf"]:not([class]) {
    background-size: 5.0666666667vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-page-mv {
  padding: 14rem 0 5rem;
}

.m-page-mv-ttl {
  align-items: last baseline;
  padding-top: 8rem;
}

.m-single-page {
  padding-top: 14rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    padding: 26.6666666667vw 0 5.3333333333vw;
  }
  .m-page-mv-ttl {
    align-items: start;
    padding-top: 12vw;
  }
  .m-page-mv-ttl .m-ttl01-en {
    font-size: 16vw;
  }
  .m-single-page {
    padding-top: 26.6666666667vw;
  }
}
.m-txt {
  margin-bottom: 1.8em;
}

.m-txt-small {
  font-size: 1.4rem;
}

.m-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.m-page-lead {
  margin-bottom: 6rem;
}

.m-txt-deco01,
.m-txt-deco02 {
  display: block;
  width: fit-content;
  padding: 0 1.5rem;
  margin: auto;
  position: relative;
}
.m-txt-deco01::before, .m-txt-deco01::after,
.m-txt-deco02::before,
.m-txt-deco02::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 12.7rem;
  height: auto;
  aspect-ratio: 254/48;
}
.m-txt-deco01::before,
.m-txt-deco02::before {
  left: 0;
  transform: translate(-100%, -50%);
}
.m-txt-deco01::after,
.m-txt-deco02::after {
  right: 0;
  transform: translate(100%, -50%) scale(-1, 1);
}

.m-txt-deco01::before, .m-txt-deco01::after {
  background: url(../../images/common/img_txt-deco01_pc.png) no-repeat center/contain;
}

.m-txt-deco02::before, .m-txt-deco02::after {
  background: url(../../images/common/img_txt-deco02_pc.png) no-repeat center/contain;
}

.m-txt-gradation._gr-to-lb, .m-company-link-txt01, .m-single-content mark.m-txt-gradation, .m-single-content mark.m-company-link-txt01, .m-single-detail mark.m-txt-gradation, .m-single-detail mark.m-company-link-txt01, .m-btn01:hover span {
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m-bg-gradation, .m-single-content mark, .m-single-detail mark {
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.m-bg-gradation._gr-to-lb, .m-bg-gradation.m-company-link-txt01, .m-single-content mark, .m-single-detail mark, .m-btn01:hover span.m-bg-gradation {
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
}

@media screen and (max-width: 767px) {
  .m-txt {
    margin-bottom: 1.85em;
  }
  .m-txt-small {
    font-size: 3.7333333333vw;
  }
  .m-page-lead {
    margin-bottom: 8vw;
  }
  .m-txt-deco01,
  .m-txt-deco02 {
    padding: 0;
  }
  .m-txt-deco01::before, .m-txt-deco01::after,
  .m-txt-deco02::before,
  .m-txt-deco02::after {
    content: none;
  }
  .m-txt-deco01._sp,
  .m-txt-deco02._sp {
    padding: 0 1.3333333333vw;
  }
  .m-txt-deco01._sp::before, .m-txt-deco01._sp::after,
  .m-txt-deco02._sp::before,
  .m-txt-deco02._sp::after {
    content: "";
    width: 17.8666666667vw;
    aspect-ratio: 134/44;
  }
  .m-txt-deco01._sp::before,
  .m-txt-deco01._sp::after {
    background: url(../../images/common/img_txt-deco01_sp.png) no-repeat center/contain;
  }
  .m-txt-deco02._sp::before,
  .m-txt-deco02._sp::after {
    background: url(../../images/common/img_txt-deco02_sp.png) no-repeat center/contain;
  }
}
.m-bg-box {
  padding: 7rem 10rem;
  border-radius: 2rem;
}
.m-bg-box._gray {
  background-color: #222424;
}

.m-bg-35 {
  background-color: #353535;
}

.m-bg-40 {
  background-color: #404040;
}

@media screen and (max-width: 767px) {
  .m-bg-box {
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
/* table
---------------------------------------------------------------------------- */
.m-common-table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem 8.5rem;
  padding: 8rem 10rem;
  border-radius: 2rem;
  background-color: #3E4547;
}

.m-common-table-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #6B7477;
}
.m-common-table-row > dt {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
}
.m-common-table-row a {
  text-decoration: underline;
}
.m-common-table-row a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .m-common-table {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 4vw;
  }
  .m-common-table-row {
    display: block;
    width: 100%;
    padding-bottom: 0;
    border: none;
  }
  .m-common-table-row > dt {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #6B7477;
  }
  .m-common-table-row > dd {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
}
/* company 配下 共通導線
---------------------------------------------------------------------------- */
.m-company-link-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 7rem;
}

.m-company-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 1.5rem);
  height: 10rem;
  padding-left: 2.5rem;
  background-color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  transition: all 0.3s;
  position: relative;
}
.m-company-link::before, .m-company-link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  transition: all 0.3s;
}
.m-company-link::before {
  border-radius: 9999px;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
}
.m-company-link::after {
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/2rem;
}
.m-company-link:hover {
  background-color: transparent;
}
.m-company-link:hover::before {
  background: #fff;
}
.m-company-link:hover::after {
  background: url(../../images/common/icn_arw01_gr.png) no-repeat center/2rem;
}
.m-company-link:hover .m-company-link-txt01 {
  color: #fff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.m-company-link:hover .m-company-link-txt02 {
  color: #fff;
}

.m-company-link-txt01 {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-family: "Rajdhani";
  transition: all 0.3s;
}

.m-company-link-txt02 {
  color: #00A6DA;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .m-company-link-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
    padding-top: 18.6666666667vw;
  }
  .m-company-link {
    width: 100%;
    height: 21.3333333333vw;
    padding-left: 6.6666666667vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 1.6vw;
  }
  .m-company-link::before, .m-company-link::after {
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .m-company-link::after {
    background: url(../../images/common/icn_arw01_wh.png) no-repeat center/5.3333333333vw;
  }
  .m-company-link:hover::after {
    background: url(../../images/common/icn_arw01_gr.png) no-repeat center/5.3333333333vw;
  }
  .m-company-link-txt01 {
    font-size: 11.2vw;
  }
  .m-company-link-txt02 {
    font-size: 3.7333333333vw;
  }
}
/* post card
---------------------------------------------------------------------------- */
.m-post-card01-list {
  display: grid;
  gap: 5rem 3rem;
}
.m-post-card01-list._col2 {
  grid-template-columns: repeat(2, 1fr);
}
.m-post-card01-list._col3 {
  grid-template-columns: repeat(3, 1fr);
}

.m-post-card01-link, .m-post-card03-link, .m-post-card04-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.m-post-card01-link .m-hover-img, .m-post-card03-link .m-hover-img, .m-post-card04-link .m-hover-img {
  height: 21.3rem;
  min-height: 21.3rem;
}
.m-post-card01-link:hover .m-post-card01-ttl, .m-post-card01-link:hover .m-post-card04-ttl, .m-post-card03-link:hover .m-post-card01-ttl, .m-post-card03-link:hover .m-post-card04-ttl, .m-post-card04-link:hover .m-post-card01-ttl, .m-post-card04-link:hover .m-post-card04-ttl, .m-post-card01-link:hover .m-post-card02-ttl, .m-post-card03-link:hover .m-post-card02-ttl, .m-post-card04-link:hover .m-post-card02-ttl {
  text-decoration: underline;
}

.m-post-card01-link-inner, .m-post-card03-link, .m-post-card04-link, .m-post-card02-link-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  background-color: #3E4547;
}

.m-post-card01-cat-list, .m-post-card04-cat-list {
  margin-bottom: 1rem;
}

.m-post-item-date {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Rajdhani";
}

.m-post-card01-ttl, .m-post-card04-ttl, .m-post-card02-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.m-post-card01-name {
  margin-top: auto;
}

.m-post-card02-link-inner {
  padding: 2.5rem 2rem 3.5rem;
}

.m-post-card02-ttl {
  font-size: 2.2rem;
  line-height: 1.7727272727;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  -webkit-line-clamp: 3;
}

.m-post-card02-txt, .m-post-card04-txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.m-post-card03-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  max-width: 110rem;
  margin: 0 auto 6rem;
}

.m-post-card03 {
  width: calc(50% - 2rem);
}

.m-post-card03-link, .m-post-card04-link {
  padding: 3rem;
  padding-bottom: 4rem;
}
.m-post-card03-link .m-hover-img, .m-post-card04-link .m-hover-img {
  height: 26.4rem;
  min-height: 26.4rem;
  margin-bottom: 2.5rem;
  border-radius: 2rem;
  overflow: hidden;
}

.m-post-card04 {
  margin-bottom: 6rem;
}

.m-post-card04-link {
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
}
.m-post-card04-link .m-hover-img {
  width: 43rem;
  height: 24.2rem;
  min-width: 43rem;
  min-height: 24.2rem;
  margin-bottom: 0;
}

.m-post-card04-ttl {
  margin-bottom: 2rem;
}

.m-post-card04-txt {
  -webkit-line-clamp: 2;
}

.m-post-card04-cat-list {
  margin: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .m-post-card01-list {
    gap: 5.3333333333vw;
  }
  .m-post-card01-list._col2, .m-post-card01-list._col3 {
    grid-template-columns: 1fr;
  }
  .m-post-card01-link, .m-post-card03-link, .m-post-card04-link {
    border-radius: 4.2666666667vw;
  }
  .m-post-card01-link .m-hover-img, .m-post-card03-link .m-hover-img, .m-post-card04-link .m-hover-img {
    height: 50.1333333333vw;
    min-height: 50.1333333333vw;
  }
  .m-post-card01-link-inner, .m-post-card02-link-inner, .m-post-card03-link, .m-post-card04-link {
    padding: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  .m-post-card01-cat-list, .m-post-card04-cat-list {
    margin-bottom: 2.6666666667vw;
  }
  .m-post-card01-ttl, .m-post-card02-ttl, .m-post-card04-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .m-post-card02-link-inner {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .m-post-card02-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-post-card03-list {
    flex-direction: column;
    gap: 5.3333333333vw;
    max-width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
  .m-post-card03 {
    width: 100%;
  }
  .m-post-card03-link, .m-post-card04-link {
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
  }
  .m-post-card03-link .m-hover-img, .m-post-card04-link .m-hover-img {
    height: 44.2666666667vw;
    min-height: 44.2666666667vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 4vw;
  }
  .m-post-card04 {
    width: 100vw;
    margin-bottom: 10.6666666667vw;
    margin-left: -5.3333333333vw;
  }
  .m-post-card04-link {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 0;
  }
  .m-post-card04-link .m-hover-img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 0;
  }
  .m-post-card04-ttl {
    margin: 1.3333333333vw 0 2.6666666667vw;
  }
  .m-post-card04-txt {
    -webkit-line-clamp: 3;
  }
  .m-post-card04-cat-list {
    margin: 4vw 0 0;
  }
}
/* post category / archive
---------------------------------------------------------------------------- */
.m-post-tax-list,
.m-post-item-cat-list,
.m-post-card01-cat-list,
.m-post-card04-cat-list {
  display: flex;
  flex-wrap: wrap;
}

.m-post-tax-btn,
.m-post-item-cat,
.m-post-card01-cat {
  display: block;
  color: #141414;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 9999px;
  background-color: #fff;
}

.m-post-tax-list {
  gap: 1.4rem;
}

.m-post-tax-btn {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
}
.m-post-tax-btn.is-active, .m-post-tax-btn:hover {
  color: #fff;
  background-color: #141414;
}

.m-post-item-cat-list, .m-post-card01-cat-list, .m-post-card04-cat-list {
  gap: 0.5rem 1rem;
}

.m-post-item-cat, .m-post-card01-cat {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-post-tax-list {
    gap: 3.7333333333vw;
  }
  .m-post-tax-btn,
  .m-news-item-cat {
    padding: 0.5333333333vw 2.6666666667vw 0.8vw;
  }
  .m-post-tax-btn {
    font-size: 4vw;
  }
  .m-post-item-cat-list, .m-post-card01-cat-list, .m-post-card04-cat-list {
    gap: 1.3333333333vw 2.6666666667vw;
  }
  .m-post-item-cat, .m-post-card01-cat {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 2.6666666667vw 0.8vw;
  }
}
.m-news-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.m-news-item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #6B7477;
}

.m-news-item-link {
  display: block;
  padding-right: 5.6rem;
  position: relative;
  transition: all 0.3s;
}
.m-news-item-link::before, .m-news-item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
.m-news-item-link::before {
  background-color: #3E4547;
  border-radius: 9999px;
}
.m-news-item-link::after {
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/2rem;
}
.m-news-item-link:hover {
  opacity: 0.5;
}

.m-news-item-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.m-post-item-date {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Rajdhani";
}

.m-news-item-ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-news-item-ttl span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .m-news-list {
    gap: 8vw;
  }
  .m-news-item:not(:last-child) {
    padding-bottom: 4.8vw;
    border-bottom: 0.2666666667vw solid #6B7477;
  }
  .m-news-item-link {
    padding-right: 0;
  }
  .m-news-item-link::before, .m-news-item-link::after {
    content: none;
  }
  .m-news-item-meta {
    align-items: start;
    gap: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
  .m-post-item-date {
    font-size: 5.3333333333vw;
    margin-top: 0.8vw;
  }
  .m-news-item-ttl {
    font-size: 4vw;
    line-height: 1.7333333333;
    padding-right: 12vw;
    -webkit-line-clamp: 4;
    position: relative;
    transition: all 0.3s;
  }
  .m-news-item-ttl::before, .m-news-item-ttl::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .m-news-item-ttl::before {
    background-color: #3E4547;
    border-radius: 9999px;
  }
  .m-news-item-ttl::after {
    background: url(../../images/common/icn_arw01_wh.png) no-repeat center/5.3333333333vw;
  }
}
.m-advantage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 3rem;
}
.m-advantage-list._bk .m-advantage-item {
  background-color: #222424;
}

.m-advantage-item {
  display: grid;
  grid-template-rows: subgrid;
  gap: 2rem;
  grid-row: span 3;
  padding: 2rem 2rem 3rem;
  border-radius: 2rem;
  background-color: #3E4547;
}
.m-advantage-item img {
  width: 34rem;
  border-radius: 2rem;
}

.m-advantage-item-ttl {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .m-advantage-list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 5.3333333333vw;
  }
  .m-advantage-item {
    gap: 4vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    border-radius: 5.3333333333vw;
  }
  .m-advantage-item img {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .m-advantage-item-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
/* service lower
---------------------------------------------------------------------------- */
.m-service-mv {
  padding: 14rem 0 13rem;
}

.m-service-mv-ttl {
  padding-top: 9.5rem;
}

.m-service-mv-ttl-en {
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-family: "Rajdhani";
  margin-bottom: 1.5rem;
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-service-mv-ttl-en span {
  word-break: keep-all;
}

.m-service-mv-lead {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  margin-bottom: 1rem;
}

.m-service-mv-ttl-jp {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
}

.m-service-sec-inner {
  padding: 10.5rem 0;
}

.m-service-txt01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 6rem 0;
}

.m-service-flexbox01 {
  display: flex;
  align-items: center;
  gap: 7rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 5rem 0 5.5rem;
}
.m-service-flexbox01 iframe,
.m-service-flexbox01 img {
  display: block;
  width: 60rem;
  min-width: 60rem;
  height: auto;
  aspect-ratio: 600/336;
  border-radius: 2rem;
}

.m-service-flexbox02 {
  display: flex;
  gap: 3rem;
  margin-top: 5.5rem;
}

.m-service-deco-ttl {
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  text-align: center;
  margin: 8rem auto 3rem;
}

.m-service-flow-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.3rem;
  margin-top: 5.7rem;
}

.m-service-flow-card {
  padding-block: 3rem;
  padding-inline: 2rem;
  background-color: #222424;
  border-radius: 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  align-items: center;
  position: relative;
}

.m-service-flow-card:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.3rem;
  transform: translate(0, -50%);
  width: 2.4rem;
  aspect-ratio: 24/28;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/service/icn_arrow_double.svg);
}

.m-service-flow-card-img.img--01 {
  width: 5.4rem;
  aspect-ratio: 54/70;
}

.m-service-flow-card-img.img--02 {
  width: 8.9rem;
  aspect-ratio: 89/86;
}

.m-service-flow-card-img.img--03 {
  width: 6rem;
  aspect-ratio: 60/89;
}

.m-service-flow-card-img.img--04 {
  width: 7.5rem;
  aspect-ratio: 75/48;
}

.m-service-flow-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-service-flow-card-ttl {
  text-align: center;
  margin-top: 2rem;
}
.m-service-flow-card-ttl span {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  background-image: linear-gradient(90deg, #00D5BD 0, #00A6DA 100%);
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-inline: 0.2em;
  padding-bottom: 0.2rem;
}

.m-service-flow-card-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .m-service-mv {
    padding: 26.6666666667vw 0 13.3333333333vw;
  }
  .m-service-mv-ttl {
    padding-top: 13.3333333333vw;
  }
  .m-service-mv-ttl-en {
    font-size: 8.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-service-mv-lead {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-service-mv-ttl-jp {
    font-size: 8vw;
  }
  .m-service-sec-inner {
    padding: 13.3333333333vw 0;
  }
  .m-service-txt01 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0;
  }
  .m-service-flexbox01 {
    flex-direction: column;
    gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 8vw 0;
  }
  .m-service-flexbox01 iframe,
  .m-service-flexbox01 img {
    width: 100%;
    min-width: 100%;
    border-radius: 4vw;
  }
  .m-service-flexbox02 {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .m-service-deco-ttl {
    font-size: 4.8vw;
    margin: 13.3333333333vw auto 5.3333333333vw;
  }
  .m-service-flow {
    padding-block: 13.3333333333vw;
    border-radius: 1.6vw;
  }
  .m-service-flow-cards {
    grid-template-columns: 1fr;
    gap: 11.7333333333vw;
    margin-top: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .m-service-flow-card {
    padding-block: 10.6666666667vw 8vw;
    padding-inline: 8vw;
    border-radius: 4vw;
    row-gap: 0;
  }
  .m-service-flow-card:not(:first-child)::before {
    top: -8.8vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 7.4666666667vw;
    aspect-ratio: 28/24;
  }
  .m-service-flow-card-img.img--01 {
    width: 14.4vw;
  }
  .m-service-flow-card-img.img--02 {
    width: 23.7333333333vw;
  }
  .m-service-flow-card-img.img--03 {
    width: 16vw;
  }
  .m-service-flow-card-img.img--04 {
    width: 20vw;
  }
  .m-service-flow-card-ttl {
    margin-top: 8vw;
  }
  .m-service-flow-card-ttl span {
    font-size: 5.3333333333vw;
    padding-inline: 0.5em;
    padding-bottom: 0.5333333333vw;
  }
  .m-service-flow-card-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 4vw;
  }
}
/* swiper
---------------------------------------------------------------------------- */
.m-fill-swiper-layout {
  display: grid;
  grid-template-columns: calc((100% - 120rem) / 2) auto 1fr calc((100% - 120rem) / 2);
  grid-template-rows: auto auto;
  padding-bottom: 6.25vw;
}
.m-fill-swiper-layout .l-content {
  grid-row: 1/2;
  grid-column: 2/3;
}

.m-fill-swiper-box {
  grid-row: 2/3;
  grid-column: 1/5;
}

.m-fill-swiper {
  width: 100%;
}
.m-fill-swiper .swiper-slide {
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.m-fill-swiper .swiper-slide.swiper-slide-active, .m-fill-swiper .swiper-slide.swiper-slide-prev, .m-fill-swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.m-fill-item-link {
  display: flex;
  flex-direction: column;
  max-width: 38rem;
  height: 100%;
  border-radius: 1.0416666667vw;
  margin: auto;
  overflow: hidden;
}
.m-fill-item-link .m-hover-img {
  height: 21.3rem;
  min-height: 21.3rem;
}
.m-fill-item-link:hover .m-fill-item-ttl {
  text-decoration: underline;
}

.m-fill-item-link-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.0416666667vw;
  background-color: #3E4547;
}

.m-fill-item-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2604166667vw 0.5208333333vw;
  margin-bottom: 0.5208333333vw;
}

.m-fill-item-cat {
  color: #3E4547;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.7291666667vw;
  width: fit-content;
  padding: 0.1041666667vw 0.5208333333vw 0.15625vw;
  background-color: #fff;
  border-radius: 9999px;
}

.m-fill-item-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.m-fill-item-txt {
  font-size: 0.8333333333vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.m-fill-item-name {
  margin-top: auto;
}

.m-fill-more-btn {
  grid-row: 1/2;
  grid-column: 3/4;
  align-self: center;
  justify-self: end;
}

.m-fill-swiper-button-prev,
.m-fill-swiper-button-next {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 9999px;
  background: url(../../images/common/icn_arw03_bk.png) no-repeat center/contain;
  transition: all 0.3s;
}
.m-fill-swiper-button-prev::after,
.m-fill-swiper-button-next::after {
  content: none;
}

.m-fill-swiper-button-prev {
  transform: scale(-1, 1);
  left: 14.3229166667vw;
}

.m-fill-swiper-button-next {
  right: 14.3229166667vw;
}

.m-fill-swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-fill-swiper-layout {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    padding-bottom: 14.6666666667vw;
  }
  .m-fill-swiper-layout .l-content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .m-fill-swiper-box {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .m-fill-swiper {
    width: 100%;
    min-height: 99.2vw;
  }
  .m-fill-item-link {
    width: 78.6666666667vw;
    max-width: 100%;
    border-radius: 4vw;
  }
  .m-fill-item-link .m-hover-img {
    height: 44vw;
    min-height: 44vw;
  }
  .m-fill-item-link-inner {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
  .m-fill-item-cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-fill-item-cat {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 2.6666666667vw 0.8vw;
  }
  .m-fill-item-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    -webkit-line-clamp: 3;
  }
  .m-fill-item-txt {
    font-size: 4vw;
  }
  .m-fill-more-btn {
    grid-row: 3/4;
    grid-column: 1/2;
    align-self: center;
    justify-self: end;
    margin: 0 5.3333333333vw;
  }
  .m-fill-swiper-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8vw 10.6666666667vw;
  }
  .m-fill-swiper-button-prev,
  .m-fill-swiper-button-next {
    position: static;
    width: 16vw;
    height: 16vw;
    margin: 0;
  }
  .m-fill-swiper-pagination {
    position: static;
    display: block;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal.m-fill-swiper-pagination {
    width: calc(100% - (16vw) * 2);
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets.m-fill-swiper-pagination .swiper-pagination-bullet {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin: 0 1.8666666667vw;
    background: #fff;
    opacity: 1;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets.m-fill-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15ECEB;
  }
}
.m-download,
.m-column,
.m-contact-sec {
  padding: 6rem 0;
  grid-template-columns: calc((100% - 120rem) / 2) calc(18.75vw - (100% - 120rem) / 2) auto 1fr calc(18.75vw - (100% - 120rem) / 2) calc((100% - 120rem) / 2);
}
.m-download .l-content,
.m-column .l-content,
.m-contact-sec .l-content {
  grid-column: 2/4;
}
.m-download .m-fill-more-btn,
.m-column .m-fill-more-btn,
.m-contact-sec .m-fill-more-btn {
  grid-column: 4/6;
}

.m-download-swiper-box,
.m-column-swiper-box,
.m-contact-swiper-box {
  grid-column: 2/6;
}

.m-download-swiper .swiper-slide,
.m-column-swiper .swiper-slide,
.m-contact-swiper .swiper-slide {
  opacity: 1;
}

.m-download-swiper .m-fill-swiper-controller,
.m-column-swiper .m-fill-swiper-controller,
.m-contact-swiper .m-fill-swiper-controller {
  display: none;
}

.m-contact-sec .m-fill-item-ttl {
  display: flex;
  align-items: center;
  min-height: 3.3333333333vw;
}

@media screen and (max-width: 767px) {
  .m-download,
  .m-column,
  .m-contact-sec {
    padding: 6.6666666667vw 0;
    grid-template-columns: 100%;
  }
  .m-download .l-content,
  .m-download .m-fill-more-btn,
  .m-column .l-content,
  .m-column .m-fill-more-btn,
  .m-contact-sec .l-content,
  .m-contact-sec .m-fill-more-btn {
    grid-column: 1/2;
  }
  .m-download-swiper-box,
  .m-column-swiper-box,
  .m-contact-swiper-box {
    grid-column: 1/2;
  }
  .m-download-swiper .m-fill-swiper-controller,
  .m-column-swiper .m-fill-swiper-controller,
  .m-contact-swiper .m-fill-swiper-controller {
    display: flex;
  }
}
/* アニメーション
---------------------------------------------------------------------------- */
.m-hover-img-parent:hover .m-hover-img img {
  scale: 1.1;
}

.m-hover-img {
  width: 100%;
  overflow: hidden;
}
.m-hover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.m-hover-underline-in-parent:hover .m-hover-underline-in,
.m-hover-underline-out-parent:hover .m-hover-underline-in {
  background-size: 100% 1px;
}
.m-hover-underline-in-parent:hover .m-hover-underline-out,
.m-hover-underline-out-parent:hover .m-hover-underline-out {
  background-size: 0 1px;
}

.m-hover-underline-in,
.m-hover-underline-out {
  padding-bottom: 3px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.m-hover-underline-in {
  background-size: 0 1px;
  background-position: left bottom 1px;
}
.m-hover-underline-in:hover {
  background-size: 100% 1px;
}

.m-hover-underline-out {
  background-size: 100% 1px;
  background-position: right bottom 1px;
}
.m-hover-underline-out:hover {
  background-size: 0 1px;
}

.js-roll {
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .js-roll:hover .js-roll-out, .js-roll:focus .js-roll-out {
    opacity: 0;
    transform: translateY(-0.95em);
  }
  .js-roll:hover .js-roll-in, .js-roll:focus .js-roll-in {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-roll-out,
.js-roll-in {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.js-roll-out {
  width: 100%;
}

.js-roll-in {
  opacity: 0;
  transform: translateY(0.95em);
  pointer-events: none;
}

.js-none {
  opacity: 0;
}

.js-rl-wrap .js-scroll-anim-inner {
  position: relative;
  display: inline-block;
}
.js-rl-wrap .js-scroll-anim-inner .js-scroll-anim-txt {
  display: inline-block;
  padding: 0 0.6rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.js-rl-wrap.is-active .js-none {
  opacity: 1;
}
.js-rl-wrap.is-active .js-scroll-anim-inner .js-scroll-anim-txt {
  opacity: 1;
  transition: all 2.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-rl-wrap.is-active .js-scroll-anim-inner::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #141414;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.js-bt-wrap .js-scroll-anim-inner {
  display: block;
  overflow: hidden;
  opacity: 0;
}
.js-bt-wrap .js-scroll-anim-inner + .js-scroll-anim-inner {
  margin-top: 1rem;
}
.js-bt-wrap .js-scroll-anim-txt {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-bt-wrap.is-active .js-scroll-anim-inner {
  opacity: 1;
}
.js-bt-wrap.is-active .js-scroll-anim-txt {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.js-slideIn-rl {
  opacity: 0;
  transform: translate(50px);
  transition: 0.5s;
}
.js-slideIn-rl.is-active {
  opacity: 1;
  transform: translate(0);
}

.js-slideIn-lr {
  opacity: 0;
  transform: translate(-50px);
  transition: 0.5s;
}
.js-slideIn-lr.is-active {
  opacity: 1;
  transform: translate(0);
}

.js-slideBg-lr {
  position: relative;
  width: fit-content;
  color: rgba(255, 255, 255, 0) !important;
}
.js-slideBg-lr::before, .js-slideBg-lr::after,
.js-slideBg-lr *,
.js-slideBg-lr *::before,
.js-slideBg-lr *::after {
  color: rgba(255, 255, 255, 0) !important;
  opacity: 0;
  transition-delay: 0.6s;
}
.js-slideBg-lr::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
}
.js-slideBg-lr.is-active {
  overflow: hidden;
  transition-delay: 0.6s;
  color: #fff !important;
}
.js-slideBg-lr.is-active::before, .js-slideBg-lr.is-active::after,
.js-slideBg-lr.is-active *,
.js-slideBg-lr.is-active *::before,
.js-slideBg-lr.is-active *::after {
  color: #fff !important;
  opacity: 1;
}
.js-slideBg-lr.is-active::after {
  animation: textani 1s forwards;
}
.js-slideBg-lr._gradation span {
  opacity: 0;
}
.js-slideBg-lr._gradation.is-active span {
  opacity: 1;
}

@keyframes textani {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 102%;
  }
}
@media screen and (max-width: 767px) {
  .m-hover-underline-in-parent:hover .m-hover-underline-in,
  .m-hover-underline-out-parent:hover .m-hover-underline-in {
    background-size: 100% 0.2666666667vw;
  }
  .m-hover-underline-in-parent:hover .m-hover-underline-out,
  .m-hover-underline-out-parent:hover .m-hover-underline-out {
    background-size: 0 0.2666666667vw;
  }
  .m-hover-underline-in,
  .m-hover-underline-out {
    padding-bottom: 0.8vw;
  }
  .m-hover-underline-in {
    background-size: 0 0.2666666667vw;
    background-position: left bottom 0.2666666667vw;
  }
  .m-hover-underline-in:hover {
    background-size: 100% 0.2666666667vw;
  }
  .m-hover-underline-out {
    background-size: 100% 0.2666666667vw;
    background-position: right bottom 0.2666666667vw;
  }
  .m-hover-underline-out:hover {
    background-size: 0 0.2666666667vw;
  }
  .js-rl-wrap .js-scroll-anim-inner .js-scroll-anim-txt {
    padding: 0 1.6vw;
    padding-left: 0;
  }
  .js-bt-wrap .js-scroll-anim-inner + .js-scroll-anim-inner {
    margin-top: 2.6666666667vw;
  }
  .js-slideIn-rl {
    transform: translate(13.3333333333vw);
  }
  .js-slideIn-lr {
    transform: translate(-13.3333333333vw);
  }
}
/* m-pager
---------------------------------------------------------------------------- */
.m-pager {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-top: 8rem;
  margin-inline: auto;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rajdhani";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  width: 6rem;
  padding-bottom: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 999px;
  color: #fff;
  background-color: #3E4547;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.page-numbers:hover {
  color: #3E4547;
  background-color: #fff;
}
.page-numbers.current {
  color: #3E4547;
  background-color: #fff;
}
.page-numbers.next, .page-numbers.prev {
  position: relative;
}
.page-numbers.next::before, .page-numbers.prev::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/common/icn_arw04_wh.png) no-repeat center/1.2rem;
  transition: all 0.3s ease 0s;
}
.page-numbers.next:hover::before, .page-numbers.prev:hover::before {
  background: url(../../images/common/icn_arw04_bk.png) no-repeat center/1.2rem;
}
.page-numbers.next.is-inactive, .page-numbers.prev.is-inactive {
  pointer-events: none;
}
.page-numbers.next {
  margin-left: 5rem;
}
.page-numbers.prev {
  margin-right: 5rem;
}
.page-numbers.prev::before {
  transform: scale(-1, 1);
}
.page-numbers.dots {
  width: auto;
  min-width: auto;
  background-color: transparent;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .m-pager {
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .page-numbers {
    font-size: 4.8vw;
    width: 12vw;
    min-width: 12vw;
    padding-bottom: 0.8vw;
  }
  .page-numbers.next::before, .page-numbers.prev::before {
    background: url(../../images/common/icn_arw04_wh.png) no-repeat center/2.6666666667vw;
  }
  .page-numbers.next:hover::before, .page-numbers.prev:hover::before {
    background: url(../../images/common/icn_arw04_bk.png) no-repeat center/2.6666666667vw;
  }
  .page-numbers.next {
    margin-left: 0;
  }
  .page-numbers.prev {
    margin-right: 0;
  }
}
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@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;
}
@font-face {
  font-family: "Zenkaku Gothic New";
  src: url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Zenkaku Gothic New";
  src: url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* 
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    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;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  background-color: #141414;
}

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

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 4vw;
    line-height: 1.7333333333;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: clip;
}

.l-content {
  max-width: 120rem;
  margin: auto;
}
.l-content._1100 {
  max-width: 110rem;
}

@media screen and (max-width: 767px) {
  .l-content {
    margin: 0 5.3333333333vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.7291666667vw;
  padding-left: 2.6041666667vw;
  z-index: 9000;
}
.l-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.5208333333vw);
  -webkit-backdrop-filter: blur(0.5208333333vw);
  border-bottom: 0.0520833333vw solid rgba(219, 219, 219, 0.5);
  z-index: -1;
  transition: all 0.3s;
}
.l-header.is-hover::before {
  border-bottom-color: transparent;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}
.l-header._contact {
  padding-right: 15.625vw;
  justify-content: space-between;
}

.l-logo {
  width: 14.0625vw;
}

.l-gnav-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - (14.0625vw));
  height: 100%;
  padding-left: 4.6875vw;
}

.l-gnav-l {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.5625vw;
  height: 100%;
}

.l-gnav-item {
  color: #fff;
  font-family: "Rajdhani";
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  height: 100%;
}
.l-gnav-item a {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  height: 100%;
}
.l-gnav-item:hover .l-gnav-drop {
  opacity: 1;
  pointer-events: all;
}

.l-gnav-drop {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 5.7291666667vw;
  left: 0;
  width: 100vw;
  transform: translateY(100%);
  display: grid;
  grid-auto-columns: max-content;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 0.5208333333vw 1.5625vw;
  padding: 1.3020833333vw 18.75vw 3.125vw;
  padding-top: calc(5.7291666667vw + 1.3020833333vw);
  backdrop-filter: blur(0.5208333333vw);
  -webkit-backdrop-filter: blur(0.5208333333vw);
  border-bottom: 0.0520833333vw solid rgba(219, 219, 219, 0.5);
  transition: all 0.3s;
  z-index: -1;
}
.l-gnav-drop li {
  width: fit-content;
}
.l-gnav-drop li:nth-child(1) {
  grid-row: 1/3;
  align-self: baseline;
  margin-right: 1.5625vw;
}
.l-gnav-drop li:nth-child(1) .m-btn02 {
  font-family: "Zenkaku Gothic New";
  padding-right: 3.8541666667vw;
}
.l-gnav-drop li:nth-child(1) .m-btn02::before, .l-gnav-drop li:nth-child(1) .m-btn02::after {
  width: 3.125vw;
  height: 3.125vw;
}
.l-gnav-drop li:nth-child(1) .m-btn02::after {
  background: url(../../images/common/icn_arw01_wh.png) no-repeat center/1.3020833333vw;
}
.l-gnav-drop li:nth-child(1) .m-btn02:hover::after {
  background: url(../../images/common/icn_arw01_gr.png) no-repeat center/1.3020833333vw;
}
.l-gnav-drop li:not(:nth-child(1)) a {
  padding: 0.15625vw;
  padding-left: 1.1979166667vw;
  position: relative;
  transition: all 0.3s;
}
.l-gnav-drop li:not(:nth-child(1)) a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.2604166667vw;
  width: 1.25vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../images/common/icn_blur-circle_lb.png) no-repeat center/contain;
}
.l-gnav-drop li:not(:nth-child(1)) a:hover {
  opacity: 0.7;
}
.l-gnav-drop a {
  font-family: "Noto Sans JP";
  font-size: 0.8333333333vw;
}

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

.m-lang-switch-wrap {
  display: flex;
  gap: 1.0416666667vw;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.0416666667vw;
  font-family: "Rajdhani";
  width: fit-content;
  padding-left: 1.4583333333vw;
  position: relative;
}
.m-lang-switch-wrap::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.2rem);
  transform: translateY(-50%);
  left: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../../images/common/icn_language.svg) no-repeat center/contain;
}
.m-lang-switch-wrap::after {
  position: absolute;
  content: "/";
  top: 50%;
  left: calc(50% + (0.7291666667vw));
  transform: translate(-50%, -50%);
}

.m-lang-switch {
  transition: all 0.3s;
}
.m-lang-switch:hover {
  opacity: 0.7;
}
.m-lang-switch._current {
  font-weight: 700;
  border-bottom: 0.2rem solid #fff;
  pointer-events: none;
}

.l-gnav-cv {
  display: flex;
  height: 100%;
}

.l-header-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 700;
  font-size: 0.8333333333vw;
  font-family: "Zenkaku Gothic New";
  text-align: center;
  width: 6.7708333333vw;
  height: 100%;
  padding-top: 2.6041666667vw;
  position: relative;
}
.l-header-cv-btn::before {
  position: absolute;
  content: "";
  top: 0.8333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3.2291666667vw;
  height: auto;
  aspect-ratio: 62/49;
}
.l-header-cv-btn._document {
  background-color: #fff;
  border-right: 0.1041666667vw solid #EBF8F6;
}
.l-header-cv-btn._document::before {
  background: url(../../images/common/icn_doc_gr-lb.svg) no-repeat center/contain;
}
.l-header-cv-btn._sample {
  font-size: 0.7291666667vw;
  padding-top: 2.8645833333vw;
  background-color: #fff;
}
.l-header-cv-btn._sample::before {
  background: url(../../images/common/icn_sample_gr-lb.svg) no-repeat center/contain;
}
.l-header-cv-btn._contact::before {
  background: url(../../images/common/icn_mail_wh.svg) no-repeat center/contain;
}

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

@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 21.3333333333vw;
    padding: 0 5.3333333333vw;
    justify-content: space-between;
  }
  .l-header .m-lang-switch-wrap {
    margin-right: 17.3333333333vw;
  }
  .l-header::before, .l-header.is-hover::before {
    backdrop-filter: blur(2.6666666667vw);
    -webkit-backdrop-filter: blur(2.6666666667vw);
  }
  .l-header.is-open::before {
    border-bottom-color: transparent;
  }
  .l-logo {
    width: 44.2666666667vw;
  }
  .l-gnav-wrap {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 4vw 5.3333333333vw 10.6666666667vw;
    padding-top: calc(21.3333333333vw + 4vw);
    overflow: auto;
    z-index: -2;
    backdrop-filter: blur(2.6666666667vw);
    -webkit-backdrop-filter: blur(2.6666666667vw);
    border-bottom: 0.2666666667vw solid rgba(219, 219, 219, 0.5);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav {
    display: none;
    width: 100%;
    padding: 0 5.3333333333vw;
    pointer-events: auto;
    z-index: 9000;
  }
  .l-gnav-l {
    flex-direction: column;
    gap: 5.6vw;
    padding: 0;
  }
  .l-gnav-item {
    font-size: 6.4vw;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .l-gnav-item:has(.l-gnav-drop) a {
    width: fit-content;
  }
  .l-gnav-item:has(.l-gnav-drop)::before, .l-gnav-item:has(.l-gnav-drop)::after {
    position: absolute;
    content: "";
    background-color: #fff;
    transition: all 0.3s;
  }
  .l-gnav-item:has(.l-gnav-drop)::before {
    top: 3.2vw;
    right: 0;
    width: 4.8vw;
    height: 0.5333333333vw;
  }
  .l-gnav-item:has(.l-gnav-drop)::after {
    top: 1.0666666667vw;
    right: 2.1333333333vw;
    width: 0.5333333333vw;
    height: 4.8vw;
  }
  .l-gnav-item:has(.l-gnav-drop).is-open::after {
    rotate: 90deg;
  }
  .l-gnav-item a {
    gap: 5.3333333333vw;
  }
  .l-gnav-drop {
    opacity: 1;
    pointer-events: all;
    position: static;
    width: 100%;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
    margin-top: 4vw;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    border-bottom: none;
    transition: none;
  }
  .l-gnav-drop li:nth-child(1) {
    display: none;
  }
  .l-gnav-drop li:not(:nth-child(1)) a {
    padding: 0;
    padding-left: 6.1333333333vw;
  }
  .l-gnav-drop li:not(:nth-child(1)) a::before {
    left: -1.3333333333vw;
    width: 6.4vw;
  }
  .l-gnav-drop li:not(:last-child) {
    margin-bottom: 0;
  }
  .l-gnav-drop li:not(:nth-child(even)) {
    order: 1;
  }
  .l-gnav-drop a {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
  }
  .l-gnav-r {
    display: block;
  }
  .m-lang-switch-wrap {
    font-size: 4.5333333333vw;
    gap: 4.8vw;
    padding-left: 5.8666666667vw;
  }
  .m-lang-switch-wrap::before {
    top: calc(50% - (0.5333333333vw));
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .m-lang-switch-wrap::after {
    left: calc(50% + (2.9333333333vw));
  }
  .m-lang-switch._current {
    border-bottom: 0.5333333333vw solid #fff;
  }
  .l-gnav-cv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
    height: auto;
    padding-top: 8vw;
  }
  .l-header-cv-btn {
    font-size: 4.8vw;
    text-align: left;
    width: 100%;
    height: 16vw;
    padding-top: 0;
    border-radius: 2.6666666667vw;
  }
  .l-header-cv-btn::before {
    content: none;
  }
  .l-header-cv-btn span {
    position: relative;
    padding-left: 8vw;
  }
  .l-header-cv-btn span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8vw;
    height: auto;
    aspect-ratio: 62/49;
  }
  .l-header-cv-btn._document {
    border: none;
  }
  .l-header-cv-btn._document span::before {
    background: url(../../images/common/icn_doc_gr-lb.svg) no-repeat center/contain;
  }
  .l-header-cv-btn._sample {
    font-size: 4vw;
    padding: 0;
  }
  .l-header-cv-btn._sample span::before {
    background: url(../../images/common/icn_sample_gr-lb.svg) no-repeat center/contain;
  }
  .l-header-cv-btn._contact {
    grid-row: 1/2;
    grid-column: span 2;
  }
  .l-header-cv-btn._contact span::before {
    background: url(../../images/common/icn_mail_wh.svg) no-repeat center/contain;
  }
  .m-header-btn {
    text-align: left;
  }
  .m-menu-icon-wrap {
    position: fixed;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    top: calc(50% - (1.0666666667vw));
    height: 0.5333333333vw;
    background-color: #fff;
    transition: all 0.3s;
  }
  .m-menu-icon::before {
    top: calc(50% + (1.0666666667vw));
    width: 8vw;
  }
  .m-menu-icon.is-open {
    width: 0;
  }
  .m-menu-icon.is-open::before, .m-menu-icon.is-open::after {
    top: 0;
    width: 10.6666666667vw;
  }
  .m-menu-icon.is-open::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header-sns-list {
    display: flex;
    justify-content: center;
    gap: 6.6666666667vw;
    width: fit-content;
    padding: 2.1333333333vw 3.2vw;
    margin: auto;
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #3E4547;
  }
  .l-header-sns-list li:not(:last-child) {
    position: relative;
  }
  .l-header-sns-list li:not(:last-child)::before {
    position: absolute;
    content: "";
    top: 0;
    right: -3.4666666667vw;
    width: 0.2666666667vw;
    height: 100%;
    background-color: #fff;
  }
  .l-header-sns-list a {
    display: block;
    width: 9.3333333333vw;
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 16vw;
    left: 0;
    width: 100vw;
    height: calc(100vh + 50px);
    z-index: 200;
  }
}
/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  padding: 0.4rem 1.8rem;
  border-radius: 999px;
  background-color: #3E4547;
  width: fit-content;
}

.l-breadcrumbs ol {
  display: flex;
  align-items: start;
  gap: 0 2.5rem;
}

.l-breadcrumbs li {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-breadcrumbs li:nth-child(1), .l-breadcrumbs li:nth-child(2) {
  white-space: nowrap;
}
.l-breadcrumbs li:not(:last-child) {
  position: relative;
}
.l-breadcrumbs li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53%;
  right: -1.25rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.l-breadcrumbs li a,
.l-breadcrumbs li span {
  pointer-events: none;
}

.l-breadcrumbs li:not(:last-child) a {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs-wrap {
    /* はみ出し部分をスクロールする */
    overflow-x: auto;
    overflow-y: hidden;
    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールバーを非表示にする（Firefox用） */
    scrollbar-width: none;
  }
  .l-breadcrumbs-wrap::-webkit-scrollbar {
    /* スクロールバーを非表示にする（Chrome, Safari用） */
    display: none;
  }
  .l-breadcrumbs {
    padding: 0.5333333333vw 4.8vw;
  }
  .l-breadcrumbs ol {
    gap: 1.3333333333vw 6.6666666667vw;
  }
  .l-breadcrumbs li {
    font-size: 3.7333333333vw;
  }
  .l-breadcrumbs li:not(:last-child)::after {
    right: -3.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .m-contact -------------*/
.m-contact {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  padding: 12rem 0;
}

.m-contact-btn-wrap {
  display: flex;
  margin-top: 2.5rem;
}

.m-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  width: 50%;
  height: 16.4rem;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.m-contact-btn._document {
  border: 0.2rem solid #fff;
  border-radius: 1rem 0 0 1rem;
  background-color: #fff;
}
.m-contact-btn._document .m-contact-btn-icn::before {
  left: 2rem;
  width: 2.9rem;
  aspect-ratio: 29/39;
  background: url(../../images/common/icn_doc_gr-lb.png) no-repeat center/contain;
}
.m-contact-btn._contact {
  border-radius: 0;
}
.m-contact-btn._contact .m-contact-btn-icn::before {
  left: 1rem;
  width: 4.3rem;
  aspect-ratio: 43/31;
  background: url(../../images/common/icn_mail_wh.png) no-repeat center/contain;
}
.m-contact-btn._irmail {
  border: 0.2rem solid #fff;
  border-radius: 0 1rem 1rem 0;
  background-color: #fff;
}
.m-contact-btn._irmail .m-contact-btn-icn::before {
  left: 1rem;
  width: 4.3rem;
  aspect-ratio: 43/35;
  background: url(../../images/common/icn_irm_gr-lb.png) no-repeat center/contain;
}
.m-contact-btn:hover._document {
  background: transparent;
  border-right: none;
}
.m-contact-btn:hover._document .m-contact-btn-icn {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.m-contact-btn:hover._document .m-contact-btn-icn::before {
  background: url(../../images/common/icn_doc_wh.png) no-repeat center/contain;
}
.m-contact-btn:hover._contact .m-contact-btn-inner {
  background-color: #141414;
}
.m-contact-btn:hover._contact .m-contact-btn-icn {
  background: linear-gradient(140deg, #00DEB8 0%, #009FDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-contact-btn:hover._contact .m-contact-btn-icn::before {
  background: url(../../images/common/icn_mail_gr-lb.png) no-repeat center/contain;
}
.m-contact-btn:hover._irmail {
  background: transparent;
  border-left: none;
}
.m-contact-btn:hover._irmail .m-contact-btn-icn {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.m-contact-btn:hover._irmail .m-contact-btn-icn::before {
  background: url(../../images/common/icn_irm_wh.png) no-repeat center/contain;
}

.m-contact-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 0.4rem);
  margin-right: auto;
  transition: all 0.3s;
}

.m-contact-btn-icn {
  padding-left: 7rem;
  position: relative;
}
.m-contact-btn-icn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

@media screen and (max-width: 767px) {
  .m-contact {
    font-size: 4.8vw;
    text-align: center;
    padding: 10.6666666667vw 0;
  }
  .m-contact-btn-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .m-contact-btn {
    font-size: 6.4vw;
    width: 100%;
    height: 24vw;
  }
  .m-contact-btn._document {
    border: 0.5333333333vw solid #fff;
    border-radius: 2.6666666667vw;
  }
  .m-contact-btn._document .m-contact-btn-icn::before {
    left: 4vw;
    width: 6.4vw;
  }
  .m-contact-btn._contact {
    border-radius: 2.6666666667vw;
  }
  .m-contact-btn._contact .m-contact-btn-icn::before {
    left: 2.6666666667vw;
    width: 9.3333333333vw;
  }
  .m-contact-btn._irmail {
    border: 0.5333333333vw solid #fff;
    border-radius: 2.6666666667vw;
  }
  .m-contact-btn._irmail .m-contact-btn-icn::before {
    left: 4vw;
    width: 6.4vw;
  }
  .m-contact-btn:hover._document {
    border-right: 0.5333333333vw solid #fff;
  }
  .m-contact-btn:hover._irmail {
    border-left: 0.5333333333vw solid #fff;
  }
  .m-contact-btn-inner {
    width: calc(100% - 0.5333333333vw * 2);
    height: calc(100% - 0.5333333333vw * 2);
    margin: auto;
    border-radius: 2.6666666667vw;
  }
  .m-contact-btn-icn {
    padding-left: 14.6666666667vw;
  }
}
/* m-bottom-sns-box
---------------------------------------------------------------------------- */
.m-bottom-sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 4rem;
  margin-top: 10rem;
  border-radius: 0.6rem;
  background-color: #3E4547;
}

.m-bottom-sns-txt {
  font-family: "Rajdhani";
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.6rem 2.2rem 0.4rem;
}

.m-bottom-sns-list {
  display: flex;
  gap: 1rem;
}
.m-bottom-sns-list a {
  display: block;
  width: 6rem;
}

@media screen and (max-width: 767px) {
  .m-bottom-sns-box {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    margin-top: 20vw;
    border-radius: 1.6vw;
    position: relative;
  }
  .m-bottom-sns-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10.6666666667vw;
    white-space: nowrap;
    padding: 1.8666666667vw 3.2vw 0.8vw;
  }
  .m-bottom-sns-list {
    gap: 2.6666666667vw;
  }
  .m-bottom-sns-list a {
    width: 16vw;
  }
}
/* m-service-common
---------------------------------------------------------------------------- */
.m-service-common {
  padding-bottom: 12rem;
}

.m-service-common-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2rem 1.6666666667%;
}

.m-service-common-item {
  min-height: 18.5rem;
  padding: 0.3rem;
  position: relative;
}

.m-service-common-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #00D5BD 0, #00A6DA 100%);
  background-repeat: no-repeat;
  border-radius: 0.6rem;
}

.m-service-common-link {
  height: 100%;
  padding-block: 1rem;
  padding-inline: 17.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
.m-service-common-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
}
.m-service-common-link._id::after {
  background: url(../../images/service/bg_link-id_pc.png) no-repeat center/cover;
}
.m-service-common-link._viewer::after {
  background: url(../../images/service/bg_link-viewer_pc.png) no-repeat center/cover;
}
.m-service-common-link._guidance::after {
  background: url(../../images/service/bg_link-guidance_pc.png) no-repeat center/cover;
}
.m-service-common-link._hdmap::after {
  background: url(../../images/service/bg_link-hdmap_pc.png) no-repeat center/cover;
}

.m-service-common-link-ttl {
  font-family: "Zenkaku Gothic New";
  font-size: 3.2rem;
  line-height: 1.25625;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.m-service-common-link-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .m-service-common {
    padding-bottom: 13.3333333333vw;
  }
  .m-service-common-items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .m-service-common-item {
    width: 100%;
    min-height: auto;
    padding: 0.8vw;
  }
  .m-service-common-item::after {
    border-radius: 1.6vw;
  }
  .m-service-common-link {
    padding: 2.6666666667vw 4vw 2.6666666667vw 26.6666666667vw;
    gap: 2.6666666667vw;
  }
  .m-service-common-link::after {
    border-radius: 1.6vw;
  }
  .m-service-common-link._id::after {
    background: url(../../images/service/bg_link-id_sp.png) no-repeat center/cover, #141414;
  }
  .m-service-common-link._viewer::after {
    background: url(../../images/service/bg_link-viewer_sp.png) no-repeat center/cover, #141414;
  }
  .m-service-common-link._guidance::after {
    background: url(../../images/service/bg_link-guidance_sp.png) no-repeat center/cover, #141414;
  }
  .m-service-common-link._hdmap::after {
    background: url(../../images/service/bg_link-hdmap_sp.png) no-repeat center/cover, #141414;
  }
  .m-service-common-link-ttl {
    font-size: 4.8vw;
    line-height: 1.5555555556;
  }
  .m-service-common-link-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    width: 100%;
  }
}
/*------------- .l-follow-sns-list -------------*/
.l-follow-sns-list {
  position: fixed;
  top: 25rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding: 1.5rem;
  border-radius: 0.6rem 0 0 0.6rem;
  background-color: #6B7477;
  z-index: 100;
}
.l-follow-sns-list li:not(:last-child) {
  position: relative;
}
.l-follow-sns-list li:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -0.9rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.l-follow-sns-list a {
  display: block;
  width: 5rem;
}

/*------------- .l-footer -------------*/
.l-footer {
  border-top: 0.1rem solid rgba(219, 219, 219, 0.5);
  background-color: #141414;
}

.l-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-top: 8.5rem;
}

.l-footer-logo img {
  width: 37.3rem;
}

.l-footer-nav {
  justify-self: end;
}

.l-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 11rem;
  max-height: 40rem;
  margin-left: auto;
}

.l-footer-nav-l {
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Rajdhani";
}

.l-footer-nav-l-sub {
  color: #6B7477;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.l-footer-nav-s {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 2rem;
}
.l-footer-nav-s li a {
  display: block;
  width: fit-content;
  padding-left: 2.3rem;
  position: relative;
  transition: all 0.3s;
}
.l-footer-nav-s li a::before {
  position: absolute;
  content: "";
  top: 0.1rem;
  left: -0.5rem;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../images/common/icn_blur-circle_lb.png) no-repeat center/contain;
}
.l-footer-nav-s li a:hover {
  opacity: 0.7;
}

.l-footer-sns-list {
  display: flex;
  margin-top: 5rem;
}
.l-footer-sns-list li {
  width: 6rem;
}
.l-footer-sns-list li img {
  width: 100%;
}

.l-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.l-footer-bottom-nav-list {
  display: flex;
  gap: 3rem;
}
.l-footer-bottom-nav-list a {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-footer-bottom-nav-list a:hover {
  opacity: 0.7;
}

.l-footer-bottom-copyright {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .l-footer {
    border-top: 0.2666666667vw solid rgba(219, 219, 219, 0.5);
  }
  .l-footer .m-lang-switch-wrap {
    margin: 6.6666666667vw auto 0;
  }
  .l-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 13.3333333333vw;
  }
  .l-footer-logo img {
    width: 70.1333333333vw;
  }
  .l-footer-nav-list {
    flex-direction: row;
    gap: 6.6666666667vw 8vw;
    max-height: none;
    margin-top: 8vw;
  }
  .l-footer-nav-list li {
    width: calc(50% - (8vw) / 2);
  }
  .l-footer-nav-l {
    font-size: 6.4vw;
  }
  .l-footer-nav-l-sub {
    font-size: 4vw;
    margin-top: -0.8vw;
  }
  .l-footer-nav-s {
    display: none;
  }
  .l-footer-sns-list {
    display: flex;
    justify-content: center;
    margin-top: 10.6666666667vw;
  }
  .l-footer-sns-list li {
    width: 16vw;
  }
  .l-footer-bottom {
    flex-direction: column;
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
  .l-footer-bottom-nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6666666667vw 4vw;
  }
  .l-footer-bottom-nav-list a {
    font-size: 3.7333333333vw;
  }
  .l-footer-bottom-copyright {
    font-size: 3.4666666667vw;
    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%;
  }
}
