@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 {
  font: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  margin-bottom: 2.5rem;
}

.m-single-thumbnail {
  width: 98rem;
  height: auto;
  aspect-ratio: 980/515;
  margin: 6rem auto 4rem;
}
.m-single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-single-meta {
  margin-top: 8rem;
}
.m-single-meta .m-article-date-wrap {
  display: flex;
  gap: 1em;
  margin: 1rem 0 6rem;
}
.m-single-meta .m-article-date-wrap .m-article-date {
  margin: 0;
}
.m-single-meta .m-article-date {
  display: block;
  margin: 1rem 0 4rem;
}

.m-single-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  margin: 6rem auto;
}

.m-single-sns-ttl {
  color: #9BA1AD;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
}
.m-single-sns-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(100%, -50%);
  width: 4rem;
  height: 1px;
  background-color: #9BA1AD;
}

.m-single-sns-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.m-single-sns-list img {
  display: block;
  width: 3rem;
  height: 3rem;
}

.m-single-btn-wrap {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .m-single-title {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-single-thumbnail {
    width: 100%;
    margin: 8vw auto;
  }
  .m-single-meta {
    margin-top: 8vw;
  }
  .m-single-meta .m-article-date-wrap {
    margin: 2.6666666667vw 0 8vw;
  }
  .m-single-meta .m-article-date {
    margin: 2.6666666667vw 0 8vw;
  }
  .m-single-sns {
    gap: 18.6666666667vw;
    margin: 10.6666666667vw auto;
  }
  .m-single-sns-ttl {
    font-size: 3.7333333333vw;
  }
  .m-single-sns-ttl::before {
    right: -2.6666666667vw;
    width: 11.2vw;
    height: 0.2666666667vw;
  }
  .m-single-sns-list {
    gap: 5.3333333333vw;
  }
  .m-single-sns-list img {
    width: 8vw;
    height: 8vw;
  }
  .m-single-btn-wrap {
    margin-top: 10.6666666667vw;
  }
}
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-content #ez-toc-container {
  display: block;
  font-family: "Tazugane Gothic";
  width: 100%;
  height: 18rem;
  padding: 2rem 5rem 7rem;
  margin: 6rem 0 6.5rem;
  background-color: #EDEEF2;
  border: none;
  border-radius: 0;
  overflow-y: hidden;
  transition: all 0.5s;
}
.m-single-content #ez-toc-container * {
  margin-bottom: 0;
}
.m-single-content #ez-toc-container::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9rem;
  background: #EDEEF2;
  background: linear-gradient(0deg, rgb(237, 238, 242) 0%, rgba(237, 238, 242, 0.7) 43%, rgba(237, 238, 242, 0) 100%);
  z-index: 2;
  opacity: 1;
}
.m-single-content #ez-toc-container.is-open {
  height: auto;
  height: calc-size(auto, size);
}
.m-single-content #ez-toc-container.is-open::before {
  content: none;
}
.m-single-content #ez-toc-container nav {
  overflow: hidden;
  margin-top: 1rem;
}
.m-single-content #ez-toc-container ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.m-single-content #ez-toc-container ul li::before {
  content: "";
}
.m-single-content #ez-toc-container a,
.m-single-content #ez-toc-container a:visited {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  width: fit-content;
  transition: 0.3s;
}
.m-single-content #ez-toc-container a:not(:last-child),
.m-single-content #ez-toc-container a:visited:not(:last-child) {
  margin-bottom: 1.2rem;
}
.m-single-content #ez-toc-container a:hover,
.m-single-content #ez-toc-container a:visited:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-single-content #ez-toc-container .ez-toc-title {
  color: #9BA1AD;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.m-single-content #ez-toc-container ul li:not(:last-child) {
  margin-bottom: 1.2rem !important;
}
.m-single-content #ez-toc-container .ez-toc-list-level-3 {
  margin-left: 0 !important;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-3 a {
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
.m-single-content #ez-toc-container .ez-toc-heading-level-3 a::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #233237;
}
.m-single-content .m-toc-btn {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -11rem !important;
  z-index: 2;
}
.m-single-content p:not(:first-child),
.m-single-content ul:not(:first-child),
.m-single-content ol:not(:first-child),
.m-single-content li:not(:first-child),
.m-single-content table:not(:first-child),
.m-single-content figure:not(:first-child),
.m-single-content blockquote:not(:first-child) {
  margin-top: 1.5em;
}
.m-single-content p:not(:last-child),
.m-single-content ul:not(:last-child),
.m-single-content ol:not(:last-child),
.m-single-content li:not(:last-child),
.m-single-content table:not(:last-child),
.m-single-content figure:not(:last-child),
.m-single-content blockquote:not(:last-child) {
  margin-bottom: 1.5em;
}
.m-single-content a,
.m-single-content h2,
.m-single-content h3,
.m-single-content h4,
.m-single-content h5,
.m-single-content h6 {
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
}
.m-single-content a:not([class]):not(:has(img)) {
  color: #01837B;
  font-weight: 700;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
  position: relative;
}
.m-single-content a:not([class]):not(:has(img)):hover {
  text-decoration: none;
}
.m-single-content .buttonGreen {
  width: fit-content;
  margin: auto !important;
}
.m-single-content h2 {
  margin: 6rem 0 4rem;
}
.m-single-content h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C0C7D1;
}
.m-single-content h2:first-child {
  margin-top: 0;
}
.m-single-content h3 {
  color: #01837B;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 5rem 0 2rem;
}
.m-single-content h3:first-child {
  margin-top: 0;
}
.m-single-content h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 3rem 0 1rem;
}
.m-single-content h4:first-child {
  margin-top: 0;
}
.m-single-content h5,
.m-single-content h6 {
  font-weight: 700;
  margin: 3rem 0 1rem;
}
.m-single-content h5:first-child,
.m-single-content h6:first-child {
  margin-top: 0;
}
.m-single-content table {
  width: auto;
  clear: both;
  border: none;
  background-color: #F7F8FA;
}
.m-single-content table th {
  padding: 2rem 1.5rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.m-single-content table td {
  padding: 1.5rem 2rem;
  border: 0.4rem solid #fff;
  font-weight: 400;
}
.m-single-content table td p {
  margin: 0;
}
.m-single-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead {
  position: static !important;
}
.m-single-content .wp-block-image {
  margin-top: 2rem;
}
.m-single-content img {
  max-width: 100%;
}
.m-single-content figcaption {
  color: #9BA1AD;
  font-size: 1.4rem;
}
.m-single-content .wp-block-video,
.m-single-content figure.is-type-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 3rem auto;
}
.m-single-content .wp-block-video .wp-block-embed__wrapper,
.m-single-content .wp-block-video iframe,
.m-single-content figure.is-type-video .wp-block-embed__wrapper,
.m-single-content figure.is-type-video iframe {
  width: 100%;
  height: 100%;
}
.m-single-content ul,
.m-single-content ol {
  margin-top: 1.5em;
}
.m-single-content ul {
  list-style-position: inside;
  list-style-type: none;
}
.m-single-content ul li:not(:has([class])) {
  padding-left: 1em;
  position: relative;
}
.m-single-content ul li:not(:has([class]))::before {
  position: absolute;
  content: "";
  top: 0.55em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #01837B;
  border-radius: 9999px;
}
.m-single-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.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 small {
  font-size: 1.3rem;
  line-height: 1.5;
}
.m-single-content blockquote {
  padding: 3rem;
  margin: 4rem 0;
  background-color: #EDEEF2;
}
.m-single-content hr {
  clear: both;
}
.m-single-content .wp-block-group {
  margin: 4rem 0;
}
.m-single-content .wp-block-group.has-background {
  padding: 4rem;
}
.m-single-content .wp-block-group.has-background ul li:not(:has([class]))::before {
  content: "・";
  top: 0;
  width: 1em;
  height: 1em;
  font-weight: 700;
  background-color: transparent;
}
.m-single-content .has-small-font-size {
  font-size: 1.4rem !important;
}
.m-single-content .has-medium-font-size {
  font-size: 1.8rem !important;
}
.m-single-content .has-large-font-size {
  font-size: 2rem !important;
}
.m-single-content .has-x-large-font-size {
  font-size: 2.2rem !important;
}
.m-single-content .has-light-gray-color {
  color: #EDEEF2;
}
.m-single-content .has-light-gray-background-color {
  background-color: #EDEEF2;
}
.m-single-content .has-light-green-color {
  color: #DFF3F4;
}
.m-single-content .has-light-green-background-color {
  background-color: #DFF3F4;
}
.m-single-content .has-blue-green-color {
  color: #0FAFAA;
}
.m-single-content .has-blue-green-background-color {
  background-color: #0FAFAA;
}
.m-single-content .has-deep-gray-color {
  color: #233237;
}
.m-single-content .has-deep-gray-background-color {
  background-color: #233237;
}
.m-single-content .has-pink-color {
  color: #FA6482;
}
.m-single-content .has-pink-background-color {
  background-color: #FA6482;
}
.m-single-content .has-beige-color {
  color: #FFDCB9;
}
.m-single-content .has-beige-background-color {
  background-color: #FFDCB9;
}

@media screen and (max-width: 767px) {
  .m-single-content {
    font-size: 3.7333333333vw;
  }
  .m-single-content #ez-toc-container {
    height: 51.7333333333vw;
    padding: 5.3333333333vw;
    padding-bottom: 14.6666666667vw;
    margin: 10.6666666667vw 0;
  }
  .m-single-content #ez-toc-container::before {
    height: 25.0666666667vw;
  }
  .m-single-content #ez-toc-container nav {
    margin-top: 5.3333333333vw;
  }
  .m-single-content #ez-toc-container a,
  .m-single-content #ez-toc-container a:visited {
    font-size: 3.7333333333vw;
  }
  .m-single-content #ez-toc-container a:not(:last-child),
  .m-single-content #ez-toc-container a:visited:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .m-single-content #ez-toc-container .ez-toc-title {
    font-size: 3.7333333333vw;
  }
  .m-single-content #ez-toc-container ul li:not(:last-child) {
    margin: 0;
  }
  .m-single-content #ez-toc-container .ez-toc-list-level-3 {
    margin-left: 0 !important;
  }
  .m-single-content #ez-toc-container .ez-toc-heading-level-3 a::before {
    top: 3.2vw;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
  .m-single-content .m-toc-btn {
    width: 20vw !important;
    margin-top: -22.6666666667vw !important;
  }
  .m-single-content a:not([class]):not(:has(img)) {
    text-underline-offset: 1.3333333333vw;
  }
  .m-single-content h2 {
    margin: 10.6666666667vw 0 9.3333333333vw;
  }
  .m-single-content h2::after {
    bottom: -4vw;
    height: 0.2666666667vw;
  }
  .m-single-content h3 {
    font-size: 4.8vw;
    margin: 10.6666666667vw 0 2.6666666667vw;
  }
  .m-single-content h4 {
    font-size: 4.2666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
  .m-single-content h5,
  .m-single-content h6 {
    margin: 8vw 0 2.6666666667vw;
  }
  .m-single-content ul li:not(:has([class]))::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .m-single-content table th {
    padding: 2.6666666667vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
  .m-single-content table td {
    padding: 2.6666666667vw;
    border: 0.5333333333vw solid #fff;
  }
  .m-single-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead {
    position: sticky !important;
    top: 14.4vw !important;
  }
  .m-single-content .wp-block-image {
    margin-top: 5.3333333333vw;
  }
  .m-single-content .wp-block-video,
  .m-single-content figure.is-type-video {
    margin: 5.3333333333vw auto;
  }
  .m-single-content figcaption {
    font-size: 3.4666666667vw;
  }
  .m-single-content small {
    font-size: 2.9333333333vw;
  }
  .m-single-content blockquote {
    padding: 5.3333333333vw;
    margin: 10.6666666667vw 0;
  }
  .m-single-content .wp-block-group {
    margin: 10.6666666667vw 0;
  }
  .m-single-content .wp-block-group.has-background {
    padding: 5.3333333333vw;
  }
  .m-single-content .has-small-font-size {
    font-size: 3.2vw;
  }
  .m-single-content .has-medium-font-size {
    font-size: 4.2666666667vw;
  }
  .m-single-content .has-large-font-size {
    font-size: 4.8vw;
  }
  .m-single-content .has-x-large-font-size {
    font-size: 5.3333333333vw;
  }
}
.m-column-cv-wrap {
  padding: 4rem;
  margin: 4rem 0;
  border: 0.8rem solid #A6DEDD;
}

.m-column-cv-ttl {
  color: #01837B;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.m-column-cv-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2rem;
  width: fit-content;
  margin: 4rem auto 0;
}
.m-column-cv-btn-wrap a {
  align-self: center;
  justify-self: center;
}
.m-column-cv-btn-wrap a:nth-child(1) {
  grid-column: 1/3;
}
.m-column-cv-btn-wrap a:nth-child(2) {
  grid-column: 1/2;
}
.m-column-cv-btn-wrap a:nth-child(3) {
  grid-column: 2/3;
}

.m-post-cv-wrap {
  margin: 6rem 0;
  border: 0.4rem solid #0FAFAA;
}
.m-post-cv-wrap * {
  margin: 0;
}

.m-post-cv-ttl {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  text-align: center;
  padding: 2rem;
  background-color: #0FAFAA;
}

.m-post-cv-inner {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 3rem 6rem 4rem 9.5rem;
}

.m-post-cv-img {
  width: 21.9rem;
  min-width: 21.9rem;
  height: auto;
}
.m-post-cv-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-post-cv-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
}

.m-post-cv-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: fit-content;
}

.m-post-link-card {
  position: relative;
  margin: 3rem 0;
  border: 0.2rem solid #0FAFAA;
  transition: all 0.3s ease;
}
.m-post-link-card * {
  margin: 0;
}
.m-post-link-card .m-article-tag-list {
  grid-column: 2/3;
  list-style: none;
  max-height: 3rem;
  margin: 0;
  overflow: hidden;
}
.m-post-link-card .m-article-tag-list li {
  margin: 0;
}
@media (hover: hover) {
  .m-post-link-card:hover {
    opacity: 0.7;
  }
}

.m-post-link-card-lead {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Tazugane Gothic";
  width: 23.4rem;
  height: 3.9rem;
  padding: 0.8rem 2rem 0;
  background: url(../../images/column/bg_link-card.svg) no-repeat center right/cover;
}

.m-post-link-card-inner {
  display: grid;
  grid-template-columns: 34.5rem 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 2rem 4rem;
  padding: 3rem 6rem 4rem;
}

.m-post-link-card-img {
  grid-row: 1/3;
  width: 100%;
  height: auto;
  aspect-ratio: 230/121;
}
.m-post-link-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-post-link-card-ttl {
  color: #01837B;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Tazugane Gothic";
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.m-post-link-card-link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .m-post-link-card-link:hover {
    opacity: 0.7;
  }
}

.m-post-bubble-wrap {
  display: flex;
  align-items: start;
  gap: 4rem;
  width: fit-content;
  max-width: calc(100% - 13rem);
  margin: 2rem 0;
}
.m-post-bubble-wrap._right {
  flex-direction: row-reverse;
  margin-left: auto;
}
.m-post-bubble-wrap._right .m-post-bubble::before, .m-post-bubble-wrap._right .m-post-bubble::after {
  left: auto;
  scale: -1 1;
}
.m-post-bubble-wrap._right .m-post-bubble::before {
  right: 0;
}
.m-post-bubble-wrap._right .m-post-bubble::after {
  right: 0.2rem;
}

.m-post-bubble-img-wrap {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  width: 9rem;
  min-width: 9rem;
}

.m-post-bubble-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.m-post-bubble-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-post-bubble {
  padding: 3rem 4rem;
  margin: 0;
  border-radius: 2rem;
  border: 0.2rem solid #D9D9D9;
  background-color: #fff;
  position: relative;
}
.m-post-bubble::before, .m-post-bubble::after {
  position: absolute;
  content: "";
  transform: translateX(-100%);
  height: auto;
  aspect-ratio: 30/34;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.m-post-bubble::before {
  top: 3rem;
  left: 0;
  width: 3rem;
  background-color: #D9D9D9;
}
.m-post-bubble::after {
  top: 3.1rem;
  left: 0.2rem;
  width: 2.8rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-column-cv-wrap {
    padding: 8vw 5.3333333333vw;
    margin: 10.6666666667vw 0;
    border: 1.3333333333vw solid #A6DEDD;
  }
  .m-column-cv-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-column-cv-btn-wrap {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    width: 100%;
    margin: 8vw auto 0;
  }
  .m-column-cv-btn-wrap a:nth-child(1) {
    grid-column: 1/2;
  }
  .m-column-cv-btn-wrap a:nth-child(2) {
    grid-column: 1/2;
  }
  .m-column-cv-btn-wrap a:nth-child(3) {
    grid-column: 1/2;
  }
  .m-post-cv-wrap {
    margin: 10.6666666667vw 0;
    border: 1.0666666667vw solid #0FAFAA;
  }
  .m-post-cv-ttl {
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .m-post-cv-inner {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .m-post-cv-img {
    width: 41.8666666667vw;
    min-width: 41.8666666667vw;
  }
  .m-post-cv-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .m-post-cv-btn-wrap {
    gap: 2.6666666667vw;
    width: 100%;
  }
  .m-post-link-card {
    margin: 5.3333333333vw 0;
    border: 0.5333333333vw solid #0FAFAA;
  }
  .m-post-link-card .m-article-tag-list {
    max-height: 17.3333333333vw;
  }
  .m-post-link-card .m-article-tag-list .m-article-tag {
    margin-bottom: 0;
  }
  .m-post-link-card-lead {
    font-size: 3.7333333333vw;
    width: 50.4vw;
    height: 9.6vw;
    padding: 2.4vw 5.3333333333vw 0;
    background: url(../../images/column/bg_link-card.svg) no-repeat center right/cover;
  }
  .m-post-link-card-inner {
    display: block;
    padding: 5.3333333333vw 5.3333333333vw 12vw;
  }
  .m-post-link-card-img {
    margin-bottom: 5.3333333333vw;
  }
  .m-post-link-card-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .m-post-link-card-link {
    right: 4.2666666667vw;
    bottom: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-post-bubble-wrap {
    gap: 5.3333333333vw;
    max-width: 100%;
    margin: 5.3333333333vw 0;
  }
  .m-post-bubble-wrap._right .m-post-bubble::after {
    right: 0.5333333333vw;
  }
  .m-post-bubble-img-wrap {
    font-size: 2.6666666667vw;
    width: 13.3333333333vw;
    min-width: 13.3333333333vw;
  }
  .m-post-bubble-img {
    margin-bottom: 1.3333333333vw;
  }
  .m-post-bubble {
    padding: 4vw;
    border-radius: 2.6666666667vw;
    border: 0.5333333333vw solid #D9D9D9;
  }
  .m-post-bubble::before {
    top: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  .m-post-bubble::after {
    top: 5.6vw;
    left: 0.5333333333vw;
    width: 4.8vw;
  }
}
.m-column-editor-wrap {
  padding: 3rem;
  margin-top: 6rem;
  background-color: #EDEEF2;
}

.m-column-editor-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1.8rem;
  margin-bottom: 2rem;
  border-left: 0.4rem solid #0FAFAA;
}

.m-column-editor-inner {
  display: flex;
  align-items: start;
  gap: 3rem;
}

.m-column-editor-img {
  width: 11.8rem;
  min-width: 11.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: hidden;
}
.m-column-editor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-column-editor-name {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.m-column-editor-content {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-column-editor-content a:not([class]):not(:has(img)) {
  color: #01837B;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
  position: relative;
}
.m-column-editor-content a:not([class]):not(:has(img)):hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .m-column-editor-wrap {
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .m-column-editor-ttl {
    font-size: 4.2666666667vw;
    padding-left: 3.4666666667vw;
    margin-bottom: 4vw;
    border-left: 0.8vw solid #0FAFAA;
  }
  .m-column-editor-inner {
    gap: 2.6666666667vw;
  }
  .m-column-editor-img {
    width: 16vw;
    min-width: 16vw;
  }
  .m-column-editor-name {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .m-column-editor-content {
    font-size: 3.7333333333vw;
  }
  .m-column-editor-content a:not([class]):not(:has(img)) {
    text-underline-offset: 1.3333333333vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-ttl01 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  padding-left: 3.6rem;
  margin-bottom: 5rem;
  position: relative;
}
.m-ttl01._mt {
  margin-top: 12rem;
}
.m-ttl01._underline {
  margin-bottom: 8rem;
  position: relative;
}
.m-ttl01._underline::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C0C7D1;
}
.m-ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.6rem;
  height: 60%;
  background: #FA6482;
  background: linear-gradient(0deg, #FA6482 0%, #FA6482 50%, #0FAFAA 50%, #0FAFAA 100%);
}

.m-ttl02, .m-single-content h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  padding-left: 2.4rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.m-ttl02._mt, .m-single-content h2._mt {
  margin-top: 12rem;
}
.m-ttl02::before, .m-single-content h2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #0FAFAA;
}

@media screen and (max-width: 767px) {
  .m-ttl01 {
    font-size: 6.9333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .m-ttl01._mt {
    margin-top: 16vw;
  }
  .m-ttl01._underline {
    margin-bottom: 13.3333333333vw;
  }
  .m-ttl01._underline::after {
    bottom: -5.3333333333vw;
    height: 0.2666666667vw;
  }
  .m-ttl01::before {
    width: 1.3333333333vw;
  }
  .m-ttl02, .m-single-content h2 {
    font-size: 5.3333333333vw;
    padding-left: 5.0666666667vw;
    margin-bottom: 8vw;
  }
  .m-ttl02._mt, .m-single-content h2._mt {
    margin-top: 16vw;
  }
  .m-ttl02::before, .m-single-content h2::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #233237;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: 25.2rem;
  height: 5.4rem;
  padding-top: 0.4rem;
  margin: 6rem auto 0;
  border: 0.2rem solid #0FAFAA;
  border-radius: 9999px;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
}
.m-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem #0FAFAA;
  border-right: solid 0.2rem #0FAFAA;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .m-btn01:hover {
    color: #fff;
    background-color: #0FAFAA;
  }
  .m-btn01:hover::before {
    border-color: #fff;
  }
}
.m-btn01._small {
  font-size: 1.6rem;
  width: 23.2rem;
  height: 4rem;
  padding-top: 0.2rem;
  margin-top: 4rem;
}
.m-btn01._xsmall {
  font-size: 1.4rem;
  width: 8.1rem;
  height: 3rem;
  padding-top: 0.1rem;
  margin-top: 0;
}
.m-btn01._xsmall::before {
  content: none;
}
.m-btn01._back::before {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) rotate(45deg) scale(-1);
}

.m-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #233237;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: 45rem;
  height: 8.5rem;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
.m-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.1rem;
  height: 1.1rem;
  border-top: solid 0.2rem #0FAFAA;
  border-right: solid 0.2rem #0FAFAA;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .m-btn02:hover {
    opacity: 0.7;
  }
}

.m-btn03, .m-single-content .buttonGreen {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #233237;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  min-width: 36.5rem;
  min-height: 5.4rem;
  padding: 1rem 4.5rem 0.7rem;
  margin: 0;
  border: 0.2rem solid #0FAFAA;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
.m-btn03::before, .m-single-content .buttonGreen::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../images/common/icn_arw-circlre_gr.png) no-repeat center/contain;
}
.m-btn03._green, .m-single-content ._green.buttonGreen {
  color: #fff;
  background-color: #0FAFAA;
}
.m-btn03._green::before, .m-single-content ._green.buttonGreen::before {
  background: url(../../images/common/icn_arw-circlre_wh.png) no-repeat center/contain;
}
@media (hover: hover) {
  .m-btn03:hover, .m-single-content .buttonGreen:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .m-btn01 {
    font-size: 4vw;
    width: 67.2vw;
    height: 12.2666666667vw;
    padding-top: 0.8vw;
    margin: 8vw auto 0;
    border: 0.5333333333vw solid #0FAFAA;
  }
  .m-btn01::before {
    right: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 0.5333333333vw #0FAFAA;
    border-right: solid 0.5333333333vw #0FAFAA;
  }
  .m-btn01._small {
    font-size: 4vw;
    width: 61.8666666667vw;
    height: 10.6666666667vw;
    padding-top: 0.5333333333vw;
    margin-top: 8vw;
  }
  .m-btn01._xsmall {
    font-size: 3.4666666667vw;
    width: 28vw;
    height: 6.9333333333vw;
    padding-top: 0.5333333333vw;
  }
  .m-btn02 {
    font-size: 4.8vw;
    width: 100%;
    height: 16vw;
  }
  .m-btn02::before {
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: solid 0.5333333333vw #0FAFAA;
    border-right: solid 0.5333333333vw #0FAFAA;
  }
  .m-btn03, .m-single-content .buttonGreen {
    font-size: 4vw;
    width: 100%;
    min-width: auto;
    min-height: 12.2666666667vw;
    padding: 2.1333333333vw 10.6666666667vw 1.3333333333vw;
    border: 0.5333333333vw solid #0FAFAA;
  }
  .m-btn03::before, .m-single-content .buttonGreen::before {
    right: 3.4666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-page-mv {
  margin-top: 5.5rem;
}

.m-page-mv-img {
  color: #fff;
  height: 28.9rem;
  margin-bottom: 6rem;
  position: relative;
}

.m-page-mv-img-inner {
  position: absolute;
  top: 50%;
  left: 22.9rem;
  transform: translateY(-50%);
}

.m-page-mv-img-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  width: fit-content;
  min-width: 40rem;
  padding-right: 3.5rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #fff;
}

.m-page-mv-img-txt {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.m-main {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    margin-top: 8vw;
  }
  .m-page-mv-img {
    height: 76.2666666667vw;
    padding: 8vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .m-page-mv-img-inner {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .m-page-mv-img-ttl {
    font-size: 6.9333333333vw;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
  .m-page-mv-img-txt {
    font-size: 4.2666666667vw;
  }
  .m-main {
    padding-bottom: 16vw;
  }
}
.m-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-txt:not(:last-child) {
  margin-bottom: 1em;
}

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

.m-link-blank, .m-single-content a:not([class]):not(:has(img))[target=_blank], .m-column-editor-content a:not([class]):not(:has(img))[target=_blank],
.m-link-pdf,
.m-single-content a:not([class]):not(:has(img))[href$=".pdf"],
.m-column-editor-content a:not([class]):not(:has(img))[href$=".pdf"] {
  color: #01837B;
  font-weight: 700;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
}
.m-link-blank:hover, .m-single-content a[target=_blank]:hover:not([class]):not(:has(img)), .m-column-editor-content a[target=_blank]:hover:not([class]):not(:has(img)),
.m-link-pdf:hover,
.m-single-content a[href$=".pdf"]:hover:not([class]):not(:has(img)),
.m-column-editor-content a[href$=".pdf"]:hover:not([class]):not(:has(img)) {
  text-decoration: none;
}

.m-link-blank, .m-single-content a:not([class]):not(:has(img))[target=_blank], .m-column-editor-content a:not([class]):not(:has(img))[target=_blank] {
  padding-right: 2.7rem;
  aspect-ratio: 24/19;
  background: url(../../images/common/icn_new-tab_gr.svg) no-repeat bottom 0.7rem right/2rem;
}

.m-link-pdf, .m-single-content a:not([class]):not(:has(img))[href$=".pdf"], .m-column-editor-content a:not([class]):not(:has(img))[href$=".pdf"] {
  padding-right: 2.5rem;
  aspect-ratio: 20/18;
  background: url(../../images/common/icn_pdf_gr.svg) no-repeat bottom 0.7rem right/1.8rem;
}

@media screen and (max-width: 767px) {
  .m-txt {
    font-size: 3.7333333333vw;
  }
  .m-link-blank, .m-single-content a:not([class]):not(:has(img))[target=_blank], .m-column-editor-content a:not([class]):not(:has(img))[target=_blank],
  .m-link-pdf,
  .m-single-content a:not([class]):not(:has(img))[href$=".pdf"],
  .m-column-editor-content a:not([class]):not(:has(img))[href$=".pdf"] {
    text-underline-offset: 1.3333333333vw;
  }
  .m-link-blank, .m-single-content a:not([class]):not(:has(img))[target=_blank], .m-column-editor-content a:not([class]):not(:has(img))[target=_blank] {
    padding-right: 7.2vw;
    background: url(../../images/common/icn_new-tab_gr.svg) no-repeat bottom 1.3333333333vw right/5.3333333333vw;
  }
  .m-link-pdf, .m-single-content a:not([class]):not(:has(img))[href$=".pdf"], .m-column-editor-content a:not([class]):not(:has(img))[href$=".pdf"] {
    padding-right: 6.6666666667vw;
    background: url(../../images/common/icn_pdf_gr.svg) no-repeat bottom 1.3333333333vw right/4.8vw;
  }
}
.m-news-item-tax {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  min-width: 10rem;
  padding: 0.2rem 1.3rem 0;
  margin: 0 3rem 0 1.5rem;
  border: 1px solid #C0C7D1;
  border-radius: 9999px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-news-item-tax {
    font-size: 3.2vw;
    min-width: 26.6666666667vw;
    padding: 0.5333333333vw 3.4666666667vw 0;
    margin: 0;
    border: 0.2666666667vw solid #C0C7D1;
  }
}
.m-article-card-link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  transition: all 0.3s;
}
.m-article-card-link * {
  pointer-events: none;
}
@media (hover: hover) {
  .m-article-card-link:hover {
    opacity: 0.7;
  }
}

.m-article-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 387/203;
  transition: 0.3s;
}
@media (hover: hover) {
  .m-article-thumbnail:hover {
    opacity: 0.7;
  }
}
.m-article-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-article-midtax {
  color: #01837B;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 2.6rem;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.m-article-midtax::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 1.9rem;
  height: auto;
  aspect-ratio: 19/20;
  background: url(../../images/common/icn_tag_gr.png) no-repeat center/contain;
}

.m-article-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
@media (hover: hover) {
  .m-article-ttl:hover {
    opacity: 0.7;
  }
}
.m-article-ttl._line3 {
  -webkit-line-clamp: 3;
}

.m-article-date {
  color: #9BA1AD;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  white-space: nowrap;
}

.m-article-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  height: fit-content;
}

.m-article-tag a,
.m-article-tag .m-article-tag-txt {
  color: #0FAFAA;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 0.3rem 1.2rem 0.1rem;
  border: 1px solid #0FAFAA;
  background-color: #fff;
  border-radius: 9999px;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (hover: hover) {
  .m-article-tag a:hover,
  .m-article-tag .m-article-tag-txt:hover {
    opacity: 0.7;
  }
}

.m-article-list._column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.m-article-list._column .m-article-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  border-radius: 1rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.m-article-list._column .m-article-thumbnail img {
  width: 100%;
  display: block;
}
.m-article-list._column .m-article-card-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1.4rem;
  padding: 2rem 3rem;
  background-color: #ffffff;
}

.m-tax-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 8rem;
}

.m-tax-item {
  width: calc(25% - 1.5rem);
}
.m-tax-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  min-height: 4rem;
  padding-top: 0.3rem;
  background-color: #0FAFAA;
  border: 0.2rem solid #0FAFAA;
  border-radius: 9999px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .m-tax-item a:hover {
    color: #0FAFAA;
    background-color: #fff;
  }
}
.m-tax-item.is-current a {
  color: #0FAFAA;
  background-color: #fff;
  pointer-events: none;
}

.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  padding: 2rem 3rem;
  margin: 6rem auto 0;
  border-radius: 9999px;
  background-color: #F7F8FA;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 700;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 9999px;
  background-color: #0FAFAA;
  transition: 0.3s;
}
@media (hover: hover) {
  .page-numbers:hover {
    opacity: 0.7;
  }
}
.page-numbers.current {
  color: #0FAFAA;
  background-color: #DFF3F4;
  pointer-events: none;
}
.page-numbers.dots {
  color: #0FAFAA;
  width: fit-content;
  background-color: transparent;
  pointer-events: none;
}
.page-numbers.prev, .page-numbers.next {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../images/common/icn_arw-circlre_wh.svg) no-repeat center/contain;
}
.page-numbers.prev {
  scale: -1 1;
}

@media screen and (max-width: 767px) {
  .m-article-midtax {
    font-size: 3.4666666667vw;
    padding-left: 5.3333333333vw;
  }
  .m-article-midtax::before {
    width: 4vw;
  }
  .m-article-ttl {
    font-size: 3.7333333333vw;
  }
  .m-article-date {
    font-size: 3.4666666667vw;
  }
  .m-article-tag-list {
    gap: 2.1333333333vw;
  }
  .m-article-tag a,
  .m-article-tag .m-article-tag-txt {
    font-size: 3.2vw;
    padding: 0.8vw 2.1333333333vw 0;
  }
  .m-article-list._column {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .m-article-list._column .m-article-card {
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.1);
  }
  .m-article-list._column .m-article-card-inner {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
  .m-tax-list {
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .m-tax-item {
    width: calc(50% - 2.6666666667vw / 2);
  }
  .m-tax-item a {
    font-size: 3.7333333333vw;
    min-height: 9.0666666667vw;
    padding-top: 0.8vw;
    border: 0.5333333333vw solid #0FAFAA;
  }
  .m-pager {
    gap: 4.2666666667vw;
    padding: 4vw 5.3333333333vw;
    margin: 8vw auto 0;
  }
  .page-numbers {
    font-size: 4.2666666667vw;
    width: 8vw;
    height: 8vw;
  }
  .page-numbers.prev, .page-numbers.next {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.m-article-bottom-link-block {
  margin-top: 12rem;
}

.m-find-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 1.5rem 6rem;
  margin-bottom: 6rem;
}

.m-find-item a {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding: 2.4rem 4rem 2rem;
  border: 0.3rem solid #0FAFAA;
  background: #fff;
  border-radius: 1rem;
  transition: 0.3s;
  position: relative;
}
.m-find-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  right: 2rem;
  background: url(../../images/common/icn_arw-circlre_gr.png) no-repeat center/contain;
}
@media (hover: hover) {
  .m-find-item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .m-find-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .m-find-item a {
    font-size: 4.2666666667vw;
    height: fit-content;
    padding: 4.2666666667vw 4vw 3.2vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
  .m-find-item a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 3.4666666667vw;
  }
}
.m-article-search-block {
  padding: 4rem 6rem;
  background-color: #DFF3F4;
}
.m-article-search-block:not(:last-child) {
  margin-bottom: 4rem;
}

.m-article-category-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.m-article-category-item {
  flex: 1;
  text-align: center;
}

.m-article-category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #01837B;
  font-size: 1.6rem;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .m-article-category-link:hover {
    opacity: 0.7;
  }
}
.m-article-category-link img {
  width: 10.5rem;
  height: 10.5rem;
}
.m-article-category-link span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.5rem;
  position: relative;
}
.m-article-category-link span::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.m-article-search-form-wrap {
  display: flex;
  align-items: start;
  gap: 4rem;
}
.m-article-search-form-wrap .m-article-tag-list {
  max-height: 6rem;
  overflow: hidden;
}

.m-article-keyword-form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.m-article-keyword-input {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 37.9rem;
  height: 4rem;
  padding: 0 3rem;
  border: 0.2rem solid #EDEEF2;
  border-radius: 9999px;
}
.m-article-keyword-input::placeholder {
  color: #9BA1AD;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.m-article-keyword-button {
  width: 5.2rem;
  height: auto;
  aspect-ratio: 52/41;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .m-article-search-block {
    padding: 8vw 5.3333333333vw;
  }
  .m-article-search-block:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .m-article-category-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.3333333333vw 2.6666666667vw;
  }
  .m-article-category-item {
    flex: auto;
    width: calc(50% - 2.6666666667vw / 2);
  }
  .m-article-category-link {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .m-article-category-link img {
    width: 20vw;
    height: 20vw;
  }
  .m-article-category-link span {
    padding-right: 1.5rem;
  }
  .m-article-category-link span::before {
    top: 47%;
    right: 0;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 0.5333333333vw currentColor;
    border-right: solid 0.5333333333vw currentColor;
    transform: -50% rotate(45deg);
  }
  .m-article-search-form-wrap {
    flex-direction: column;
    gap: 4vw;
  }
  .m-article-search-form-wrap .m-article-tag-list {
    max-height: 22.6666666667vw;
  }
  .m-article-keyword-form {
    gap: 2.6666666667vw;
    margin-bottom: 0;
  }
  .m-article-keyword-input {
    font-size: 3.7333333333vw;
    width: 62.1333333333vw;
    height: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    border: 0.5333333333vw solid #EDEEF2;
  }
  .m-article-keyword-input::placeholder {
    font-size: 3.7333333333vw;
  }
  .m-article-keyword-button {
    width: 13.8666666667vw;
  }
}
/* 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-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Tazugane Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #233237;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
}

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

img {
  max-width: 100%;
}

* {
  word-break: normal;
  overflow-wrap: anywhere;
}

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

.l-content {
  width: 120rem;
  margin: 0 auto;
}
.l-content * {
  max-width: 100%;
}
.l-content._980 {
  width: 98rem;
}

@media screen and (max-width: 767px) {
  .l-pagebody {
    margin-top: 14.4vw;
  }
  .l-content {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-content._980 {
    width: 100%;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: grid;
  grid-template-columns: 7.5520833333vw 1fr 9.8958333333vw;
  gap: 0 1.5625vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2083333333vw;
  padding-left: 2.6041666667vw;
  background: #fff;
  z-index: 9000;
  transition: all 0.3s ease;
}
.l-header.is-lower, .l-header.is-scrolled {
  height: 4.1666666667vw;
  grid-template-columns: 12.7083333333vw 1fr 7.2916666667vw;
  box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.1);
}
.l-header.is-lower .l-header-logo-wrap, .l-header.is-scrolled .l-header-logo-wrap {
  position: static;
  grid-column: 1/2;
  align-self: center;
  flex-direction: row;
  align-items: end;
}
.l-header.is-lower .l-header-logo-wrap .l-header-logo._baseu, .l-header.is-scrolled .l-header-logo-wrap .l-header-logo._baseu {
  width: 5.3645833333vw;
}
.l-header.is-lower .l-gnav-cv-btn, .l-header.is-scrolled .l-gnav-cv-btn {
  position: static;
}
.l-header.is-lower .l-gnav-cv-btn a, .l-header.is-scrolled .l-gnav-cv-btn a {
  font-size: 0.8333333333vw;
  width: 7.2916666667vw;
  height: 4.1666666667vw;
  border-radius: 0;
}

.l-header-logo-wrap {
  position: absolute;
  top: 2.0833333333vw;
  left: 2.6041666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
  transition: all 0.3s;
}

.l-header-logo {
  width: 7.5520833333vw;
  transition: all 0.3s ease;
}
.l-header-logo._baseu {
  width: 7.4479166667vw;
  margin-bottom: 0.2604166667vw;
}
@media (hover: hover) {
  .l-header-logo:hover {
    opacity: 0.7;
  }
}

.l-gnav-wrap {
  grid-column: 2/3;
  align-self: center;
}

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

.l-gnav-item {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8333333333vw;
  white-space: nowrap;
  position: relative;
}
.l-gnav-item:has(> .l-submenu) .l-gnav-item-link {
  padding-right: 1.0416666667vw;
  position: relative;
}
.l-gnav-item:has(> .l-submenu) .l-gnav-item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-bottom: solid 0.1041666667vw currentColor;
  border-right: solid 0.1041666667vw currentColor;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right;
}
.l-gnav-item:hover .l-submenu {
  opacity: 1;
  visibility: visible;
}
.l-gnav-item:hover .l-gnav-item-link::before {
  border: none;
  border-top: solid 0.1041666667vw currentColor;
  border-left: solid 0.1041666667vw currentColor;
  transform-origin: center;
}

.l-gnav-item-link {
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-gnav-item-link:hover {
    color: #01837B;
  }
}
.l-gnav-item-link._login {
  background-color: #EDEEF2;
  border-radius: 9999px;
  padding: 0.4166666667vw 1.0416666667vw;
}

.l-gnav-cv-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.l-gnav-cv-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.0416666667vw;
  text-align: center;
  width: 9.8958333333vw;
  height: 6.7708333333vw;
  border-radius: 0 0 0 0.5208333333vw;
  background-color: #0FAFAA;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .l-gnav-cv-btn a:hover {
    background-color: #59C5BF;
  }
}

.l-submenu {
  position: absolute;
  bottom: -0.5208333333vw;
  left: 50%;
  transform: translate(-50%, 100%);
  width: max-content;
  padding: 1.5625vw 1.8229166667vw;
  background: #DFF3F4;
  border-radius: 0.5208333333vw;
  box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.l-submenu a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-submenu a:hover {
    color: #01837B;
  }
}

.l-submenu-list {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
.l-submenu-list li a {
  display: block;
  font-size: 0.8333333333vw;
  width: 100%;
  padding-right: 2.1875vw;
  position: relative;
}
.l-submenu-list li a::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  transform: translateY(-50%);
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  background: url(../../images/common/icn_arw-circlre_gr.png) no-repeat center/contain;
}

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

@media screen and (max-width: 767px) {
  .l-header {
    grid-template-columns: 1fr 32vw 16.5333333333vw;
    align-items: center;
    gap: 0;
    height: 14.4vw;
    padding: 0 0 0 5.3333333333vw;
  }
  .l-header.is-lower, .l-header.is-scrolled {
    height: 14.4vw;
    grid-template-columns: 1fr 32vw 16.5333333333vw;
    box-shadow: none;
  }
  .l-header.is-lower .l-header-logo-wrap, .l-header.is-scrolled .l-header-logo-wrap {
    flex-direction: column;
    align-items: start;
  }
  .l-header.is-lower .l-header-logo-wrap .l-header-logo._baseu, .l-header.is-scrolled .l-header-logo-wrap .l-header-logo._baseu {
    width: 20vw;
  }
  .l-header.is-lower .l-gnav-cv-btn a, .l-header.is-scrolled .l-gnav-cv-btn a {
    font-size: 3.7333333333vw;
    width: 100%;
    height: 100%;
  }
  .l-header-logo-wrap {
    grid-column: 1/2;
    position: static;
    align-items: start;
    gap: 0;
    width: fit-content;
    margin-bottom: 0;
  }
  .l-header-logo {
    width: 23.7333333333vw;
  }
  .l-header-logo._baseu {
    width: 20vw;
  }
  .l-header-logo-scrolled {
    display: none;
  }
  .l-gnav-wrap {
    display: none;
    position: fixed;
    top: 14.4vw;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: auto;
    z-index: 9000;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav {
    display: none;
    width: 100%;
    padding: 8vw 5.3333333333vw 33.3333333333vw;
    background-color: #fff;
    pointer-events: auto;
  }
  .l-gnav-list {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  .l-gnav-item {
    order: 2;
    font-size: 4vw;
    width: 100%;
    padding: 0;
    border-bottom: solid 0.2666666667vw #C0C7D1;
  }
  .l-gnav-item:has(._login) {
    order: 1;
    padding: 0;
    border-bottom: none;
  }
  .l-gnav-item.is-active {
    border: none;
  }
  .l-gnav-item.is-active::before {
    background: url(../../images/common/icn_close.png) no-repeat center/contain !important;
  }
  .l-gnav-item:has(> .l-submenu) {
    position: relative;
  }
  .l-gnav-item:has(> .l-submenu)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../../images/common/icn_open.png) no-repeat center/contain;
    transition: all 0.3s;
  }
  .l-gnav-item:has(> .l-submenu) .l-gnav-item-link {
    padding-right: 0;
  }
  .l-gnav-item:has(> .l-submenu) .l-gnav-item-link::before {
    content: none;
  }
  .l-gnav-item-link {
    display: inline-block;
    width: fit-content;
    margin-bottom: 2.6666666667vw;
  }
  .l-gnav-item-link._login {
    text-align: center;
    width: 100%;
    padding: 2.6666666667vw;
    margin-bottom: 0;
  }
  .l-gnav-cv-btn {
    grid-row: 1/2;
    grid-column: 2/3;
    width: 100%;
    height: 100%;
  }
  .l-gnav-cv-btn a {
    font-size: 3.7333333333vw;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .l-submenu {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    padding: 5.3333333333vw 0 0;
    border-top: solid 0.2666666667vw #C0C7D1;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .l-submenu-list {
    gap: 3.2vw;
  }
  .l-submenu-list li a {
    font-size: 3.7333333333vw;
    font-weight: 400;
    text-decoration: underline;
    padding-right: 0;
    padding-left: 5.0666666667vw;
  }
  .l-submenu-list li a::before {
    top: 50%;
    left: 0;
    right: auto;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    border: none;
    transform: translateY(-50%);
    background: #233237;
  }
  .l-gnav-list-sp {
    padding: 5.3333333333vw;
    margin-top: 8vw;
    background-color: #EDEEF2;
  }
  .l-gnav-list-sp-item {
    font-size: 3.7333333333vw;
    width: fit-content;
    padding-right: 4.8vw;
    position: relative;
  }
  .l-gnav-list-sp-item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .l-gnav-list-sp-item::before {
    position: absolute;
    content: "";
    top: 40%;
    right: 0;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-bottom: solid 0.5333333333vw #233237;
    border-right: solid 0.5333333333vw #233237;
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-gnav-search {
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    margin-bottom: 0;
    margin: 8vw 0;
  }
  .l-gnav-search-keyword-input {
    flex: 1;
    border-radius: 9999px;
    font-size: 3.7333333333vw;
    width: 62.1333333333vw;
    height: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    border: 0.5333333333vw solid #EDEEF2;
  }
  .l-gnav-search-keyword-input::placeholder {
    font-size: 3.7333333333vw;
  }
  .l-gnav-search-btn {
    width: 13.8666666667vw;
  }
  .l-gnav-sns-title {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .l-gnav-sns {
    display: flex;
    justify-content: center;
    gap: 9.6vw;
  }
  .l-gnav-sns img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .l-menu-icon-wrap {
    grid-column: 3/4;
    width: 5.8666666667vw;
    height: 5.3333333333vw;
    justify-self: center;
    position: relative;
  }
  .l-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-menu-icon::before,
  .l-menu-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5333333333vw;
    right: 0;
    transform: translateY(-50%);
    background-color: #233237;
    transition: all 0.3s;
  }
  .l-menu-icon::before {
    top: calc(50% - 1.0666666667vw);
  }
  .l-menu-icon::after {
    top: calc(50% + 1.0666666667vw);
  }
  .l-menu-icon.is-open {
    transform: rotate(45deg);
  }
  .l-menu-icon.is-open::before {
    top: 50%;
    transform: rotate(90deg);
  }
  .l-menu-icon.is-open::after {
    top: 50%;
    transform: rotate(-180deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 50px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
}
/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  padding: 0 4rem;
}
.l-breadcrumbs ol {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 0 1em;
}
.l-breadcrumbs ol li {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}
.l-breadcrumbs ol li:not(:last-child) a {
  color: #01837B;
  text-decoration: underline;
}
.l-breadcrumbs ol li:not(:last-child)::before {
  position: absolute;
  content: "/";
  top: 0;
  right: -0.5em;
  transform: translateX(100%);
  width: 1em;
  height: 1em;
}
.l-breadcrumbs ol li:last-child a {
  color: #233237;
  pointer-events: none;
  background-size: 0;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    padding: 4vw 5.3333333333vw;
  }
  .l-breadcrumbs ol li {
    font-size: 3.2vw;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-lower-cv-wrap -------------*/
.l-lower-cv-wrap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8000;
  color: #fff;
  width: 100%;
  padding: 1.4rem 0;
  background-color: rgba(0, 114, 106, 0.8);
}

.l-lower-cv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.l-lower-cv-txt {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.l-lower-cv-txt span {
  font-size: 3.6rem;
}

.l-lower-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: 30.1rem;
  min-height: 4.5rem;
  padding-top: 0.3rem;
  margin: 0;
  border-radius: 9999px;
  background-color: #0FAFAA;
  transition: all 0.3s;
  position: relative;
}
.l-lower-cv-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .l-lower-cv-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .l-lower-cv-wrap {
    padding: 2.6666666667vw 0;
  }
  .l-lower-cv {
    gap: 1.3333333333vw;
  }
  .l-lower-cv-txt {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    text-align: center;
  }
  .l-lower-cv-txt span {
    font-size: 5.8666666667vw;
  }
  .l-lower-cv-btn {
    font-size: 3.7333333333vw;
    width: 46.1333333333vw;
    min-height: 10.6666666667vw;
    padding-top: 0.8vw;
  }
  .l-lower-cv-btn::before {
    right: 2.6666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: solid 0.2rem #fff;
    border-right: solid 0.2rem #fff;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: absolute;
  top: auto;
  left: auto;
  right: 17.2rem;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  z-index: 100;
}
.l-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    right: 5.3333333333vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .l-pagetop.is-fix {
    bottom: 45.3333333333vw;
  }
}
/*------------- .l-footer-contact -------------*/
.l-footer-contact {
  color: #fff;
  text-align: center;
  padding: 2.5rem 0 13.5rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #0FAFAA;
}
.l-footer-contact .m-btn02 {
  margin: auto;
  margin-bottom: 4rem;
}

.m-scroll-arw {
  position: relative;
  width: 0.3rem;
  height: 3rem;
  margin: auto;
}
.m-scroll-arw::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 1.3rem;
  border-bottom: solid 0.3rem #fff;
  border-right: solid 0.3rem #fff;
  transform: translateX(-50%) rotate(45deg);
}
.m-scroll-arw::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 9999px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    scale: 1 0;
    transform-origin: 0 0;
  }
  50% {
    scale: 1 1;
    transform-origin: 0 0;
  }
  51% {
    scale: 1 1;
    transform-origin: 0 100%;
  }
  100% {
    scale: 1 0;
    transform-origin: 0 100%;
  }
}
.l-footer-contact-txt01 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  margin: 3rem 0 1rem;
}

.l-footer-contact-txt02 {
  font-size: 4.7rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Gilroy", "Tazugane Gothic", "Noto Sans JP";
  margin-bottom: 3rem;
}
.l-footer-contact-txt02 span {
  font-size: 5.3rem;
}
.l-footer-contact-txt02 sup {
  font-size: 1.6rem;
  line-height: 1;
}

.l-footer-contact-txt03 {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-footer-contact {
    padding: 5.3333333333vw 0 18.6666666667vw;
    border-radius: 8vw 8vw 0 0;
  }
  .m-scroll-arw {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
  .m-scroll-arw::before {
    bottom: 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom: solid 0.5333333333vw #fff;
    border-right: solid 0.5333333333vw #fff;
  }
  .l-footer-contact-txt01 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0;
  }
  .l-footer-contact-txt02 {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .l-footer-contact-txt02 span {
    font-size: 8.8vw;
  }
  .l-footer-contact-txt02 sup {
    font-size: 3.2vw;
  }
  .l-footer-contact-txt03 {
    font-size: 3.2vw;
    text-align: left;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  margin-top: -10rem;
}
.l-footer .js-trigger {
  pointer-events: none;
}
.l-footer .js-trigger a {
  pointer-events: auto;
}

.l-footer-inner {
  padding: 10rem 0 4rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #EDEEF2;
}

.l-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 4rem;
}

.l-footer-column-l:nth-child(1) {
  grid-column: span 4;
}
.l-footer-column-l:nth-child(2) {
  grid-column: span 2;
}

.l-footer-column-l-ttl a,
.l-footer-link-m a {
  display: block;
  width: fit-content;
  padding-right: 2rem;
  position: relative;
  transition: all 0.3s;
}
.l-footer-column-l-ttl a::before,
.l-footer-link-m a::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (hover: hover) {
  .l-footer-column-l-ttl a:hover,
  .l-footer-link-m a:hover {
    opacity: 0.7;
  }
}

.l-footer-column-l-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 100%;
  min-width: 18.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C0C7D1;
}

.l-footer-column-m-wrap {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 5rem 3.8rem;
  padding: 3rem 4rem;
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: #fff;
}

.l-footer-list-m {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.l-footer-link-m a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.l-footer-list-ttl {
  color: #C0C7D1;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.l-footer-list-s {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.l-footer-link-s a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  width: fit-content;
  padding-left: 1.8rem;
  position: relative;
}
@media (hover: hover) {
  .l-footer-link-s a:hover {
    text-decoration: none;
  }
}
.l-footer-link-s a::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #233237;
}

.l-footer-list-l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 2rem 3.8rem;
}

.l-footer-sns {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  font-weight: 400;
  margin-top: 8rem;
}

.l-footer-sns-list {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}

.l-footer-sns img {
  width: 3.2rem;
  height: 3.2rem;
}

.l-footer-bottom {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 2.5rem 0;
  background-color: #233237;
}

.l-footer-bottom-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 4rem;
  align-items: center;
}

.l-footer-logo-wrap {
  display: flex;
  align-items: end;
  gap: 1.5rem;
  margin-top: 0.3rem;
}

.l-footer-logo {
  transition: all 0.3s;
}
.l-footer-logo._baseu {
  width: 11.8rem;
  margin-bottom: 0.3rem;
}
.l-footer-logo._base {
  width: 12rem;
}
@media (hover: hover) {
  .l-footer-logo:hover {
    opacity: 0.7;
  }
}

.l-footer-bottom-nav {
  grid-column: 3/4;
}
.l-footer-bottom-nav ul {
  display: flex;
  gap: 3rem;
}
.l-footer-bottom-nav ul a {
  color: #fff;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer-bottom-nav ul a:hover {
    text-decoration: none;
  }
}

.l-footer-bottom-copyright {
  color: #9BA1AD;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: -8vw;
  }
  .l-footer .js-trigger {
    pointer-events: auto;
    position: relative;
  }
  .l-footer .js-trigger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../../images/common/icn_open.png) no-repeat center/contain;
    transition: all 0.3s;
  }
  .l-footer .js-trigger.is-active::before {
    background: url(../../images/common/icn_close.png) no-repeat center/contain !important;
  }
  .l-footer-nav {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .l-footer-inner {
    padding: 10.6666666667vw 0;
    border-radius: 8vw 8vw 0 0;
  }
  .l-footer-column-l:nth-child(1), .l-footer-column-l:nth-child(2) {
    grid-column: span 1;
  }
  .l-footer-column-l-ttl a,
  .l-footer-link-m a {
    padding-right: 5.3333333333vw;
  }
  .l-footer-column-l-ttl a::before,
  .l-footer-link-m a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 0.5333333333vw currentColor;
    border-right: solid 0.5333333333vw currentColor;
    transition: transform 0.3s ease;
  }
  .l-footer-column-l-ttl {
    font-size: 4vw;
    min-width: 100%;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #C0C7D1;
  }
  .l-footer-column-m-wrap {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    padding: 0;
    margin-top: 5.3333333333vw;
    border-radius: 0;
    background-color: transparent;
  }
  .l-footer-column-m {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
  }
  .l-footer-list-m {
    gap: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .l-footer-link-m a {
    padding-right: 5.3333333333vw;
  }
  .l-footer-link-m a::before {
    right: 0;
  }
  .l-footer-list-s {
    gap: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .l-footer-list-ttl {
    font-size: 4vw;
  }
  .l-footer-link-s a {
    font-size: 3.7333333333vw;
    padding-left: 5.0666666667vw;
  }
  .l-footer-link-s a::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
  .l-footer-list-l {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 5.3333333333vw;
  }
  .l-footer-sns {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .l-footer-sns-list {
    justify-content: center;
    gap: 9.6vw;
  }
  .l-footer-sns img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .l-footer-bottom {
    font-size: 3.7333333333vw;
    padding: 8vw 0;
    text-align: center;
  }
  .l-footer-bottom-inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .l-footer-logo-wrap {
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 0.8vw;
  }
  .l-footer-logo {
    width: 26.9333333333vw;
  }
  .l-footer-logo._baseu {
    width: 26.1333333333vw;
    margin-bottom: 0.8vw;
  }
  .l-footer-bottom-nav {
    grid-column: auto;
  }
  .l-footer-bottom-nav ul {
    justify-content: center;
    gap: 5.3333333333vw;
    white-space: nowrap;
  }
}
/* 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%;
  }
}
