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

* {
  box-sizing: border-box;
}

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

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

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

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

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.m-single-content p + p {
  margin-top: 1.6em;
}
.m-single-content p:is(h2 + *) {
  margin-top: 3rem;
}
.m-single-content p:is(h3 + *) {
  margin-top: 2.6rem;
}
.m-single-content p:is(h4 + *, ul + *) {
  margin-top: 2rem;
}
.m-single-content p a {
  color: #C90909;
  font-weight: 900;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  margin-right: 0.3rem;
}
.m-single-content p a::after {
  display: inline-block;
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0.3rem 0.6rem;
  background-image: url(./../../images/common/icn_internalLink.png);
}
.m-single-content p a[target=_blank]::after {
  background-image: url(./../../images/common/icn_externalLink.png);
}
.m-single-content p a[href$=".pdf"]::after {
  background-image: url(./../../images/common/icn_pdf.png);
}
@media (any-hover: hover) {
  .m-single-content p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.m-single-content p a:has(> img)::after {
  content: none;
}
.m-single-content h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #C90909;
  position: relative;
  padding-bottom: 1.2rem;
  clear: both;
}
.m-single-content h2::before,
.m-single-content h2::after {
  content: "";
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-single-content h2:not(:first-child) {
  margin-top: 7rem;
}
.m-single-content h2::before {
  width: 100%;
  background-color: #E8E8E4;
}
.m-single-content h2::after {
  width: 9rem;
  background-color: currentColor;
}
.m-single-content h3 {
  position: relative;
  padding-left: 1.8rem;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  clear: both;
  margin-top: 7rem;
}
.m-single-content h3::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.m-single-content h4 {
  position: relative;
  padding-left: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #E8E8E4;
  clear: both;
  margin-top: 6rem;
}
.m-single-content h4::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/18;
  background-color: #C90909;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 1.1rem;
  left: 0;
}
.m-single-content h5 {
  font-size: 1.4em;
  font-weight: 500;
  clear: both;
}
.m-single-content h6 {
  font-size: 1.2em;
  font-weight: 500;
  clear: both;
}
.m-single-content .wp-block-table {
  margin-block: 6rem;
}
.m-single-content table {
  width: auto;
  clear: both;
}
.m-single-content table tr > :first-child {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #FFDED5;
  border: 1px solid #fff;
  border-right: none;
  padding-block: 1.45rem;
  padding-inline: 1.9rem;
  vertical-align: middle;
}
.m-single-content table tr > :not(:first-child) {
  background-color: #fff;
  border: 1px solid #E8E8E4;
  padding-block: 1.45rem;
  padding-inline: 0.9rem;
  text-align: center;
  vertical-align: middle;
  min-width: 9.9rem;
}
.m-single-content .wp-block-table .has-fixed-layout {
  table-layout: auto;
}
.m-single-content .wp-block-image {
  margin-top: 2rem;
}
.m-single-content .wp-block-embed-youtube {
  width: 53rem;
  aspect-ratio: 530/324;
  margin-block: 7rem;
  margin-inline: auto;
  border-radius: 1rem;
  overflow: hidden;
}
.m-single-content .wp-block-embed-youtube * {
  width: 100%;
  height: 100%;
}
.m-single-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-single-content ul {
  margin-top: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.m-single-content ol {
  margin-top: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.m-single-content .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: 900;
  color: #C90909;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content small {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1em;
  text-indent: -1em;
}
.m-single-content small::before {
  content: "※";
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}
.m-single-content mark {
  background: linear-gradient(transparent 40%, #FFEF6E 80%);
}

@media screen and (max-width: 767px) {
  .m-single-content {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .m-single-content p + p {
    margin-top: 5.3333333333vw;
  }
  .m-single-content p > iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 295/180;
  }
  .m-single-content p:is(h2 + *) {
    margin-top: 4vw;
  }
  .m-single-content p:is(h3 + *) {
    margin-top: 4vw;
  }
  .m-single-content p:is(h4 + *, ul + *) {
    margin-top: 4vw;
  }
  .m-single-content a {
    margin-right: 0.8vw;
  }
  .m-single-content a::after {
    width: 5.8666666667vw;
    translate: 0.8vw 1.6vw;
  }
  .m-single-content h2 {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-bottom: 2.6666666667vw;
  }
  .m-single-content h2::before,
  .m-single-content h2::after {
    height: 0.5333333333vw;
  }
  .m-single-content h2::after {
    width: 16vw;
  }
  .m-single-content h2:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .m-single-content h3 {
    padding-left: calc(1.3333333333vw + 2.6666666667vw);
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
  }
  .m-single-content h3::before {
    width: 1.3333333333vw;
  }
  .m-single-content h4 {
    padding-left: calc(5.3333333333vw + 2.1333333333vw);
    font-size: 4.8vw;
    line-height: 1.5555555556;
    padding-bottom: 2.4vw;
    margin-top: 8vw;
  }
  .m-single-content h4::before {
    width: 5.3333333333vw;
    top: 2.9333333333vw;
  }
  .m-single-content .wp-block-table {
    width: 78.6666666667vw;
    margin-inline: auto;
    overflow: scroll;
    margin-block: 8vw;
  }
  .m-single-content table tr > :first-child {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    padding-block: 4vw;
    padding-inline: 5.3333333333vw 14.6666666667vw;
    min-width: 54.4vw;
  }
  .m-single-content table tr > :not(:first-child) {
    padding-block: 3.8666666667vw;
    padding-inline: 2.4vw;
    min-width: 37.3333333333vw;
  }
  .m-single-content .wp-block-embed-youtube {
    width: 100%;
    aspect-ratio: 295/180;
    margin-block: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .m-single-content small {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
/* 目次
------------------------------------------ */
div#ez-toc-container {
  counter-reset: item;
  width: 100%;
  background-color: #F6F3EF;
  border: 1px solid #F6F3EF;
  padding-block: 3rem 5.2rem;
  padding-inline: 3rem 10.8rem;
  border-radius: 1rem;
  margin-block: 6rem 7rem;
  position: relative;
}
div#ez-toc-container .ez-toc-title-container {
  margin-bottom: 2.6rem;
}
div#ez-toc-container .ez-toc-title {
  font-size: 2rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  color: #333 !important;
}
div#ez-toc-container a.ez-toc-toggle {
  color: #393939;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
div#ez-toc-container .ez-toc-js-icon-con {
  border: 1px solid #393939;
}
div#ez-toc-container .ez-toc-list-level-1 {
  padding-left: 2rem;
}
div#ez-toc-container .ez-toc-heading-level-2:not(:first-of-type) {
  margin-top: 1.8rem;
}
div#ez-toc-container .ez-toc-heading-level-2 > a {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 700;
  color: #C90909;
}
div#ez-toc-container .ez-toc-heading-level-2 > a::before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
}
div#ez-toc-container .ez-toc-heading-level-2 > a.no-before::before {
  content: none;
}
div#ez-toc-container .ez-toc-heading-level-3 {
  margin-top: 1.6rem;
}
div#ez-toc-container .ez-toc-heading-level-3 > a {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  padding-left: 1.1rem;
  color: #333;
}
div#ez-toc-container .ez-toc-heading-level-3 > a::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
div#ez-toc-container .ez-toc-heading-level-4 {
  margin-top: 0.7rem;
  opacity: 1;
  transition: opacity 0.3s;
}
div#ez-toc-container .ez-toc-heading-level-4 > a {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}
@media (any-hover: hover) {
  div#ez-toc-container .ez-toc-heading-level-4 > a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  div#ez-toc-container {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-block: 8vw 10.6666666667vw;
  }
  div#ez-toc-container .ez-toc-title-container {
    margin-bottom: 6.9333333333vw;
  }
  div#ez-toc-container .ez-toc-title {
    font-size: 5.3333333333vw !important;
    line-height: 1.65 !important;
  }
  div#ez-toc-container a.ez-toc-toggle {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  div#ez-toc-container .ez-toc-list-level-1 {
    padding-left: 0;
  }
  div#ez-toc-container .ez-toc-heading-level-2:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-2 > a {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  div#ez-toc-container .ez-toc-heading-level-3 {
    margin-top: 3.4666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-3 > a {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  div#ez-toc-container .ez-toc-heading-level-3 > a::before {
    width: 1.6vw;
    top: 3.2vw;
  }
  div#ez-toc-container .ez-toc-heading-level-4 {
    margin-top: 2.6666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-4 > a {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/* テキスト系
---------------------------------------------------------------------------- */
.m-post-nothing-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .m-post-nothing-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
/*------------- .m-ttl01 -------------*/
.m-ttl01 {
  width: 100%;
  min-height: 19.9rem;
  padding-block: 3rem 5.7rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.m-ttl01._select {
  min-height: 19.1rem;
}

.m-ttl01::before,
.m-ttl01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.m-ttl01::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../../images/common/bg_ttl01_pc.png);
}

.m-ttl01::after {
  inset: 0;
  z-index: -2;
  background-color: #E8E2DA;
}

.m-ttl01._select::after {
  content: none;
}

.m-ttl01 ._flexCol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.m-ttl01 ._txtSmall {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
}
.m-ttl01 ._txtSmall::before, .m-ttl01 ._txtSmall::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 15/26;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ttl01 ._txtSmall::before {
  background-image: url(./../../images/common/icn_ttl01.svg);
}
.m-ttl01 ._txtSmall::after {
  background-image: url(./../../images/common/icn_ttl01.svg);
  transform: scaleX(-1);
}

.m-ttl01 ._flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.m-ttl01 ._flexRow._support {
  margin-top: 1.2rem;
}
.m-ttl01 ._flexRow._select {
  margin-top: -1rem;
  padding-left: 7.5rem;
}

.m-ttl01 ._txtImg._service {
  width: 23.5rem;
  aspect-ratio: 218/52;
}
.m-ttl01 ._txtImg._support {
  width: 11rem;
  aspect-ratio: 92/65;
  margin-top: -2rem;
}
.m-ttl01 ._txtImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-ttl01 ._txt {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.m-ttl01 ._txt em {
  line-height: 1.5;
  color: #333;
  background-color: #FFEF6E;
  border-radius: 0.5rem;
  padding-block: 0.2rem;
  padding-inline: 0.2em;
  margin-left: 0.1em;
  display: inline-block;
}
.m-ttl01 ._txt small._small {
  font-size: 3.2rem;
}

.m-ttl01 ._icon {
  margin-left: 1rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ttl01 ._icon._service {
  width: 7rem;
  height: 7rem;
  background-image: url(./../../images/common/icn_ttl01_service.svg);
}
.m-ttl01 ._icon._support {
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(./../../images/common/icn_ttl01_support.svg);
}
.m-ttl01 ._icon._select {
  width: 6.7rem;
  height: 6.4rem;
  background-image: url(./../../images/common/icn_ttl01_select.svg);
  margin-left: 1rem;
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 767px) {
  .m-ttl01 {
    min-height: 48vw;
    padding-block: 8vw 10.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .m-ttl01._select {
    min-height: 66.6666666667vw;
  }
  .m-ttl01._copy_used {
    padding-block: 5.3333333333vw 10.6666666667vw;
  }
  .m-ttl01._detail {
    min-height: 56vw;
  }
  .m-ttl01._area_detail {
    padding-block: 4vw 9.8666666667vw;
  }
  .m-ttl01::before {
    background-image: url(./../../images/common/bg_ttl01_sp.png);
  }
  .m-ttl01 ._flexCol {
    gap: 3.4666666667vw;
  }
  .m-ttl01 ._flexCol._copy_used {
    gap: 2.6666666667vw;
  }
  .m-ttl01 ._txtSmall {
    font-size: 4vw;
    line-height: 1.7333333333;
    align-items: flex-end;
    column-gap: 1.8666666667vw;
  }
  .m-ttl01 ._txtSmall::before, .m-ttl01 ._txtSmall::after {
    width: 3.7333333333vw;
  }
  .m-ttl01 ._txtSmall._copy_used {
    line-height: 1.3333333333;
  }
  .m-ttl01 ._txtSmall._area_detail {
    line-height: 1.4666666667;
  }
  .m-ttl01 ._flexRow {
    flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
  .m-ttl01 ._flexRow._support {
    margin-top: 1.8666666667vw;
  }
  .m-ttl01 ._flexRow._select {
    margin-top: -0.8vw;
    padding-left: initial;
  }
  .m-ttl01 ._txtImg._service {
    width: 37.3333333333vw;
  }
  .m-ttl01 ._txtImg._support {
    width: 17.3333333333vw;
    margin-top: -4vw;
  }
  .m-ttl01 ._txt {
    font-size: 8vw;
  }
  .m-ttl01 ._txt em {
    font-size: 6.4vw;
    line-height: 1.4583333333;
    padding-block: 0.8vw;
  }
  .m-ttl01 ._txt small._small, .m-ttl01 ._txt small._medium {
    font-size: 5.8666666667vw;
  }
  .m-ttl01 ._txt small._detail {
    font-size: 5.3333333333vw;
  }
  .m-ttl01 ._txt._select {
    line-height: 1.6;
  }
  .m-ttl01 ._txt._select ._sppl {
    display: inline-block;
    padding-left: 13.3333333333vw;
  }
  .m-ttl01 ._txt._detail {
    display: contents;
  }
  .m-ttl01 ._icon {
    margin-left: initial;
  }
  .m-ttl01 ._icon._service {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-top: 1.0666666667vw;
  }
  .m-ttl01 ._icon._support {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
  }
  .m-ttl01 ._icon._select {
    width: 12.5333333333vw;
    height: 12.2666666667vw;
    margin-left: 2.6666666667vw;
    margin-bottom: -1.3333333333vw;
  }
}
/*------------- .m-ttl02 -------------*/
.m-ttl02 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  padding-bottom: 2.5rem;
  position: relative;
}
.m-ttl02._product {
  font-size: 3.4rem;
}
.m-ttl02 em {
  color: #C90909;
  display: inline-block;
}
.m-ttl02 ._ib {
  display: inline-block;
}
.m-ttl02 ._speech {
  display: block;
  width: fit-content;
  background-color: #fff;
  border-radius: 10vmax;
  padding-block: 0.2rem;
  padding-inline: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.m-ttl02 ._speech::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.1rem;
  height: 0.7rem;
  background-color: #fff;
  clip-path: polygon(50% 0.7rem, 0% 0%, 1.1rem 0%);
}

.m-ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: 0.5rem;
  background-color: #C90909;
  border-radius: 10vmax;
}

@media screen and (max-width: 767px) {
  .m-ttl02 {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-bottom: 4vw;
  }
  .m-ttl02._product {
    font-size: 6.4vw;
  }
  .m-ttl02 ._speech {
    padding-block: 0.5333333333vw;
    padding-inline: 4vw;
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ttl02 ._speech::after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    clip-path: polygon(50% 1.8666666667vw, 0% 0%, 2.9333333333vw 0%);
  }
  .m-ttl02::after {
    width: 18.6666666667vw;
    height: 1.0666666667vw;
  }
}
/*------------- .m-ttl03 -------------*/
.m-ttl03-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-ttl03-ttl-small {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  color: #C90909;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
}

.m-ttl03-ttl-small::before,
.m-ttl03-ttl-small::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 15/26;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-ttl03-ttl-small::before {
  background-image: url(./../../images/common/icn_ttl03.svg);
}

.m-ttl03-ttl-small::after {
  background-image: url(./../../images/common/icn_ttl03.svg);
  transform: scaleX(-1);
}

.m-ttl03-ttl-large {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
.m-ttl03-ttl-large em {
  color: #C90909;
}

@media screen and (max-width: 767px) {
  .m-ttl03-ttl-small {
    font-size: 4vw;
    column-gap: 1.3333333333vw;
  }
  .m-ttl03-ttl-small::before,
  .m-ttl03-ttl-small::after {
    width: 4vw;
  }
  .m-ttl03-ttl-large {
    font-size: 6.4vw;
  }
}
/*------------- .m-ttl04 -------------*/
.m-ttl04 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-top: 5rem;
  position: relative;
}
.m-ttl04 em {
  color: #C90909;
}

.m-ttl04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8.6rem;
  aspect-ratio: 86/40;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_crown.svg);
}

@media screen and (max-width: 767px) {
  .m-ttl04 {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-top: 10.6666666667vw;
  }
  .m-ttl04::before {
    width: 17.3333333333vw;
  }
}
/*------------- .m-ttl05 -------------*/
.m-ttl05 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1rem;
  border-left: 0.8rem solid #C90909;
}
.m-ttl05 em {
  color: #C90909;
}

@media screen and (max-width: 767px) {
  .m-ttl05 {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-left: 2.6666666667vw;
    border-left-width: 1.3333333333vw;
  }
}
/*------------- .m-ttl06 -------------*/
.m-ttl06 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 2rem;
  position: relative;
}

.m-ttl06::before,
.m-ttl06::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #C90909;
  border-radius: 10vmax;
}

.m-ttl06::before {
  left: 0;
}

.m-ttl06::after {
  left: 0.7rem;
}

@media screen and (max-width: 767px) {
  .m-ttl06 {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    padding-left: 5.3333333333vw;
  }
  .m-ttl06::before,
  .m-ttl06::after {
    width: 0.8vw;
  }
  .m-ttl06::after {
    left: 1.8666666667vw;
  }
}
/*------------- .m-ttl07 -------------*/
.m-ttl07 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #7E0000;
  text-align: center;
  width: fit-content;
  padding-inline: 3.8rem;
  margin-inline: auto;
  position: relative;
}
.m-ttl07 em {
  color: #C90909;
}

.m-ttl07::before,
.m-ttl07::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2rem;
  aspect-ratio: 14.79/25.96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_ttl07.svg);
}

.m-ttl07::before {
  left: 1.2rem;
}

.m-ttl07::after {
  right: 1rem;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .m-ttl07 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-inline: 11.4666666667vw;
  }
  .m-ttl07::before,
  .m-ttl07::after {
    bottom: -1.6vw;
    width: 4.8vw;
    aspect-ratio: 11/31.86;
  }
  .m-ttl07::before {
    left: 4.8vw;
    rotate: 10deg;
  }
  .m-ttl07::after {
    right: 5.8666666667vw;
    rotate: -10deg;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
/*------------- .m-btn01 -------------*/
.m-btn01 {
  width: 100%;
  min-height: 6.4rem;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  background-color: #C90909;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0 #7e0000;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.m-btn01:hover {
  transform: translateY(0.4rem);
  box-shadow: 0 0 0 rgba(126, 0, 0, 0);
}

.m-btn01 ._speech {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
  min-width: 11.8rem;
  padding-block: 0.45rem;
  padding-inline: 1.2rem;
  border-radius: 10vmax;
  background-color: #FCE100;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: #7E0000;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem rgba(87, 87, 87, 0.6));
}
.m-btn01 ._speech ::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.6rem;
  background-color: #FCE100;
  clip-path: polygon(50% 0.6rem, 0% 0%, 1rem 0%);
}
.m-btn01 ._speech em {
  color: #C90909;
}

.m-btn01 ._txt {
  font-size: 1.9rem;
  line-height: 1.5263157895;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-left: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-btn01 ._txt ._icon {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
}

.m-btn01 ._arrow {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-btn01 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #C90909;
  border-right: 0.2rem solid #C90909;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-btn01 {
    min-height: 14.6666666667vw;
    padding-block: 4.1333333333vw;
    padding-inline: 4vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0.8vw 0 #7e0000;
  }
  .m-btn01:hover {
    transform: translateY(0.8vw);
  }
  .m-btn01._star {
    padding-inline: 2.6666666667vw;
  }
  .m-btn01 ._speech {
    top: -4.8vw;
    min-width: 32vw;
    padding-block: 1.0666666667vw;
    padding-inline: 2.6666666667vw;
    font-size: 3.2vw;
    filter: drop-shadow(0 0 0.8vw rgba(87, 87, 87, 0.6));
  }
  .m-btn01 ._speech :after {
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    clip-path: polygon(50% 1.3333333333vw, 0% 0%, 2.1333333333vw 0%);
  }
  .m-btn01 ._txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-left: 5.6vw;
  }
  .m-btn01 ._txt ._icon {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.3333333333vw;
  }
  .m-btn01 ._txt._star {
    padding-left: initial;
  }
  .m-btn01 ._arrow {
    width: 5.6vw;
    height: 5.6vw;
  }
  .m-btn01 ._arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-btn02 -------------*/
.m-btn02 {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: block;
  position: relative;
}

.m-btn02 ._speech {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
  padding-block: 0.45rem;
  padding-inline: 1.2rem;
  border-radius: 10vmax;
  background-color: #FCE100;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: #7E0000;
  filter: drop-shadow(0 0 0.3rem rgba(87, 87, 87, 0.6));
}
.m-btn02 ._speech ::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.6rem;
  background-color: #FCE100;
  clip-path: polygon(50% 0.6rem, 0% 0%, 1rem 0%);
}
.m-btn02 ._speech em {
  color: #C90909;
}

.m-btn02 ._img {
  width: 100%;
  height: 100%;
}
.m-btn02 ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

._arrow-position {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.m-btn02 ._arrow {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C90909;
  border-radius: 50%;
  position: relative;
}

.m-btn02 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-btn02 ._txt {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-block: 3rem;
  border: 1px solid #C90909;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-btn02 {
    border-radius: 1.3333333333vw;
  }
  .m-btn02._spSmall {
    min-height: 12.8vw;
    padding-inline: 5.3333333333vw 2.1333333333vw;
  }
  .m-btn02 ._speech {
    top: -4.8vw;
    padding-block: 1.0666666667vw;
    padding-inline: 2.6666666667vw;
    font-size: 3.2vw;
    filter: drop-shadow(0 0 0.8vw rgba(87, 87, 87, 0.6));
  }
  .m-btn02 ._speech :after {
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    clip-path: polygon(50% 1.3333333333vw, 0% 0%, 2.1333333333vw 0%);
  }
  ._arrow-position {
    right: 2.6666666667vw;
  }
  .m-btn02 ._arrow {
    width: 5.6vw;
    height: 5.6vw;
  }
  .m-btn02 ._arrow._spSmall {
    width: 3.2vw;
    height: 3.2vw;
  }
  .m-btn02 ._arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
  .m-btn02 ._arrow._spSmall::before {
    width: 0.8vw;
    border-top-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
  }
  .m-btn02 ._txt {
    font-size: 4.8vw;
    padding-block: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
/*------------- .m-btn03 -------------*/
.m-btn03 {
  width: 100%;
  min-height: 9.3rem;
  padding-block: 1.3rem 0.5rem;
  padding-inline: 5.8rem 3rem;
  background-color: #007CE8;
  border-radius: 10vmax;
  box-shadow: 0 0.5rem 0 #00396d;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.m-btn03:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 0 rgba(0, 57, 109, 0);
}

.m-btn03 ._speech {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: max-content;
  padding-block: 0.45rem;
  padding-inline: 1.7rem;
  border-radius: 10vmax;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  color: #333;
  filter: drop-shadow(0 0 0.6rem rgba(87, 87, 87, 0.6));
}
.m-btn03 ._speech ::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 0.9rem;
  background-color: #fff;
  clip-path: polygon(50% 0.9rem, 0% 0%, 1.4rem 0%);
}
.m-btn03 ._speech ._colorRed {
  color: #C90909;
}
.m-btn03 ._speech em {
  font-family: "Roboto", sans-serif;
  font-size: 2.7rem;
}

.m-btn03 ._txt {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.m-btn03 ._txt em {
  font-size: 2.7rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
.m-btn03 ._txt small {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.m-btn03 ._arrow {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-top: -0.5rem;
}

.m-btn03 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.3rem solid #00396D;
  border-right: 0.3rem solid #00396D;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-btn03 {
    min-height: 21.3333333333vw;
    padding-block: 2.6666666667vw 1.3333333333vw;
    padding-inline: 8vw 2.6666666667vw;
    box-shadow: 0 1.3333333333vw 0 #00396d;
  }
  .m-btn03:hover {
    transform: translateY(1.3333333333vw);
  }
  .m-btn03 ._speech {
    top: -5.6vw;
    padding-block: 1.2vw;
    padding-inline: 4.5333333333vw;
    font-size: 3.2vw;
    filter: drop-shadow(0 0 0.8vw rgba(87, 87, 87, 0.6));
  }
  .m-btn03 ._speech :after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    clip-path: polygon(50% 1.8666666667vw, 0% 0%, 2.9333333333vw 0%);
  }
  .m-btn03 ._speech em {
    font-size: 5.8666666667vw;
  }
  .m-btn03 ._txt em {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: -0.05em;
  }
  .m-btn03 ._txt small {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }
  .m-btn03 ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -1.3333333333vw;
  }
  .m-btn03 ._arrow::before {
    width: 1.0666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-btn04 -------------*/
.m-btn04 {
  width: 100%;
  min-height: 6.4rem;
  padding-block: 1rem;
  padding-inline: 3.9rem 1.5rem;
  background-color: #C90909;
  border-radius: 10vmax;
  box-shadow: 0 0.4rem 0 #7e0000;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.m-btn04:hover {
  transform: translateY(0.4rem);
  box-shadow: 0 0 0 rgba(126, 0, 0, 0);
}

.m-btn04 ._txt {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-btn04 ._arrow {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-btn04 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #C90909;
  border-right: 0.2rem solid #C90909;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-btn04 {
    min-height: 14.6666666667vw;
    padding-block: 2.6666666667vw;
    padding-inline: 9.6vw 4vw;
    box-shadow: 0 0.8vw 0 #7e0000;
  }
  .m-btn04:hover {
    transform: translateY(0.8vw);
  }
  .m-btn04 ._txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .m-btn04 ._arrow {
    width: 5.6vw;
    height: 5.6vw;
  }
  .m-btn04 ._arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-btn05 -------------*/
.m-btn05 {
  width: 100%;
  height: 100%;
  padding-block: 2.1rem;
  padding-inline: 2.1rem 1.3rem;
  background-color: #fff;
  border: 0.2rem solid #C90909;
  box-shadow: 0 0.4rem 0 #c90909;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 1.3rem;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
}

.m-btn05 ._question {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  width: 4rem;
  height: 4rem;
  background-color: #C90909;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.m-btn05 ._txt {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  transition: color 0.3s ease 0s;
}

.m-btn05 ._arrow {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C90909;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.m-btn05 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .m-btn05:hover {
    background-color: #C90909;
    transform: translateY(0.4rem);
    box-shadow: 0 0 0 rgba(126, 0, 0, 0);
  }
  .m-btn05:hover ._question {
    background-color: #fff;
    color: #C90909;
  }
  .m-btn05:hover ._txt {
    color: #fff;
  }
  .m-btn05:hover ._arrow {
    background-color: #fff;
  }
  .m-btn05:hover ._arrow::before {
    border-color: #C90909;
  }
}
@media screen and (max-width: 767px) {
  .m-btn05 {
    padding-block: 3.6vw;
    padding-inline: 4.8vw 4.8vw;
    border-width: 0.5333333333vw;
    box-shadow: 0 0.8vw 0 #c90909;
    border-radius: 1.3333333333vw;
    gap: 0 4vw;
  }
  .m-btn05 ._question {
    font-size: 5.6vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .m-btn05 ._txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .m-btn05 ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-btn05 ._arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .m-btn05:hover {
    transform: translateY(0.8vw);
  }
}
/*------------- .m-btn06 -------------*/
.m-btn06 {
  width: 100%;
  height: 100%;
  padding-block: 2.85rem;
  padding-inline: 2.8rem;
  background-color: #fff;
  border: 0.2rem solid #C90909;
  box-shadow: 0 0.4rem 0 #c90909;
  border-radius: 0.5rem;
  display: grid;
  grid-template-areas: "img ttl" "img txt";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.3rem 2rem;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
}

.m-btn06 ._icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  grid-area: img;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-btn06 ._icon._01 {
  background-image: url(./../../images/common/icn_guide_01.svg);
}
.m-btn06 ._icon._02 {
  background-image: url(./../../images/common/icn_guide_02.svg);
}
.m-btn06 ._icon._03 {
  background-image: url(./../../images/common/icn_guide_03.svg);
}
.m-btn06 ._icon._04 {
  background-image: url(./../../images/common/icn_guide_04.svg);
}

.m-btn06 ._ttl {
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  grid-area: ttl;
  transition: color 0.3s ease 0s;
}

.m-btn06 ._txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333;
  grid-area: txt;
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .m-btn06:hover {
    background-color: #C90909;
    transform: translateY(0.4rem);
    box-shadow: 0 0 0 rgba(126, 0, 0, 0);
  }
  .m-btn06:hover ._ttl,
  .m-btn06:hover ._txt {
    color: #fff;
  }
  .m-btn06:hover ._icon._01 {
    background-image: url(./../../images/common/icn_guide_01_reverse.svg);
  }
  .m-btn06:hover ._icon._02 {
    background-image: url(./../../images/common/icn_guide_02_reverse.svg);
  }
  .m-btn06:hover ._icon._03 {
    background-image: url(./../../images/common/icn_guide_03_reverse.svg);
  }
  .m-btn06:hover ._icon._04 {
    background-image: url(./../../images/common/icn_guide_04_reverse.svg);
  }
}
@media screen and (max-width: 767px) {
  .m-btn06 {
    padding-block: 4.8vw 5.3333333333vw;
    padding-inline: 4.8vw;
    border-width: 0.5333333333vw;
    box-shadow: 0 0.8vw 0 #c90909;
    border-radius: 2.6666666667vw;
    grid-template-areas: "img ttl" "txt txt";
    align-items: center;
    gap: 2.6666666667vw 4vw;
  }
  .m-btn06 ._icon {
    width: 16vw;
    height: 16vw;
  }
  .m-btn06 ._ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    width: 53.3333333333vw;
  }
  .m-btn06 ._txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .m-btn06:hover {
    transform: translateY(0.8vw);
  }
}
/*------------- .m-btn07 -------------*/
.m-btn07 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 1rem;
  display: grid;
  grid-template-areas: "img ttl arrow" "img tags arrow";
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.7rem 2rem;
  align-items: flex-start;
  padding-block: 1.9rem;
  padding-inline: 1.9rem 1.4rem;
  position: relative;
  transition: filter 0.3s ease 0s;
}

.m-btn07-img {
  width: 17rem;
  aspect-ratio: 170/106;
  border-radius: 1rem;
  overflow: hidden;
  grid-area: img;
}
.m-btn07-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-btn07-ttl {
  font-size: 1.9rem;
  line-height: 1.5263157895;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333;
  grid-area: ttl;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-btn07-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  grid-area: tags;
}

.m-btn07-tag {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #C90909;
  border: 1px solid currentColor;
  border-radius: 10vmax;
  padding-block: 0.1rem;
  padding-inline: 0.9rem;
}

.m-btn07-arrow {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C90909;
  border-radius: 50%;
  position: relative;
  grid-area: arrow;
  align-self: center;
}

.m-btn07-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 1;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (any-hover: hover) {
  .m-btn07:hover {
    filter: brightness(1.1);
  }
  .m-btn07:hover .m-btn07-ttl {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .m-btn07 {
    border-radius: 1.6vw;
    grid-template-areas: "img ttl ttl" "tags tags arrow";
    gap: 2.6666666667vw;
    padding-block: 5.0666666667vw;
    padding-inline: 5.0666666667vw;
  }
  .m-btn07-img {
    width: 26.1333333333vw;
    aspect-ratio: 98/66;
  }
  .m-btn07-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    align-self: center;
  }
  .m-btn07-tags {
    gap: 1.3333333333vw;
  }
  .m-btn07-tag {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    padding-block: 0.2666666667vw;
    padding-inline: 2.4vw;
  }
  .m-btn07-arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-btn07-arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-btn08 -------------*/
.m-btn08 {
  min-height: min(2.6041666667vw, 50px);
  padding-block: min(0.4166666667vw, 8px) min(0.2604166667vw, 5px);
  padding-inline: min(0.5208333333vw, 10px);
  background-color: #007CE8;
  border-radius: 10vmax;
  box-shadow: 0 min(0.2083333333vw, 4px) 0 #00396d;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-btn08:hover {
  transform: translateY(min(0.2083333333vw, 4px));
  box-shadow: 0 0 0 rgba(0, 57, 109, 0);
}

.m-btn08 ._speech {
  position: absolute;
  top: max(-1.09375vw, -21px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding-block: min(0.1822916667vw, 3.5px);
  padding-inline: min(0.6770833333vw, 13px);
  border-radius: 10vmax;
  background-color: #fff;
  width: max-content;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  font-size: min(0.625vw, 12px);
  color: #333;
  filter: drop-shadow(0 0 min(0.15625vw, 3px) rgba(87, 87, 87, 0.6));
}
.m-btn08 ._speech::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(0.5208333333vw, 10px);
  height: min(0.3125vw, 6px);
  background-color: #fff;
  clip-path: polygon(50% min(0.3125vw, 6px), 0% 0%, min(0.5208333333vw, 10px) 0%);
}
.m-btn08 ._speech ._colorRed {
  color: #C90909;
}
.m-btn08 ._speech em {
  font-family: "Roboto", sans-serif;
  font-size: min(1.1458333333vw, 22px);
}
.m-btn08 ._speech small {
  font-size: min(0.5208333333vw, 10px);
}

.m-btn08 ._txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  font-size: min(0.9375vw, 18px);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-btn08 {
    min-height: 13.3333333333vw;
    padding-block: 2.1333333333vw 1.3333333333vw;
    padding-inline: 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 0 #00396d;
  }
  .m-btn08:hover {
    transform: translateY(1.0666666667vw);
  }
  .m-btn08 ._speech {
    top: -5.6vw;
    padding-block: 0.9333333333vw;
    padding-inline: 3.4666666667vw;
    font-size: 3.2vw;
    filter: drop-shadow(0 0 0.8vw rgba(87, 87, 87, 0.6));
  }
  .m-btn08 ._speech::after {
    width: 2.6666666667vw;
    height: 1.6vw;
    clip-path: polygon(50% 1.6vw, 0% 0%, 2.6666666667vw 0%);
  }
  .m-btn08 ._speech em {
    font-size: 5.8666666667vw;
  }
  .m-btn08 ._speech small {
    font-size: 2.6666666667vw;
  }
  .m-btn08 ._txt {
    font-size: 4.8vw;
  }
}
/*------------- .m-btn09 -------------*/
.m-btn09 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  min-height: 6rem;
  padding-block: 1rem;
  padding-inline: 3.5rem 1.5rem;
  background-color: #C90909;
  border: 1px solid #C90909;
  border-radius: 10vmax;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.m-btn09:hover {
  background-color: #fff;
}
.m-btn09:hover ._txt {
  color: #C90909;
}
.m-btn09:hover ._arrow {
  background-color: #C90909;
}
.m-btn09:hover ._arrow::before {
  border-color: #fff;
}

.m-btn09 ._txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease 0s;
}

.m-btn09 ._arrow {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.m-btn09 ._arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.5rem;
  aspect-ratio: 1;
  border-bottom: 0.2rem solid #C90909;
  border-right: 0.2rem solid #C90909;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .m-btn09 {
    gap: 0 2.6666666667vw;
    min-height: 14.6666666667vw;
    padding-block: 2.6666666667vw;
    padding-inline: 8vw 2.6666666667vw;
  }
  .m-btn09 ._txt {
    font-size: 4.2666666667vw;
  }
  .m-btn09 ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-btn09 ._arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-btn10 -------------*/
.m-btn10 {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background-color: #C90909;
  border: 0.2rem solid #C90909;
  border-radius: 0.5rem;
  padding-block: 0.6rem 0.7rem;
  padding-inline: 1.5rem;
  min-height: 4rem;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 0.5rem;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.m-btn10._current, .m-btn10:hover {
  background-color: #fff;
  color: #C90909;
}
.m-btn10._current ._arrow, .m-btn10:hover ._arrow {
  background-color: #C90909;
}
.m-btn10._current ._arrow::before, .m-btn10:hover ._arrow::before {
  border-color: #fff;
}

.m-btn10 ._arrow {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.m-btn10 ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.45rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #C90909;
  border-right: 0.2rem solid #C90909;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .m-btn10 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    padding-block: 2.6666666667vw;
    padding-inline: 4.8vw 3.4666666667vw;
    min-height: 13.3333333333vw;
    gap: 0 2.6666666667vw;
  }
  .m-btn10 ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-btn10 ._arrow::before {
    width: 1.2vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
/*------------- .m-item-items .m-item -------------*/
.m-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.8333333333%;
}

.m-item {
  width: 32.1110777778%;
  display: flex;
  flex-direction: column;
}

.m-item-manufacturer-tag {
  width: 11rem;
  aspect-ratio: 140/32;
  margin-bottom: 0.8rem;
}
.m-item-manufacturer-tag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-block: 1rem 3.4rem;
  padding-inline: 1.5rem;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.m-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 4.4rem;
  aspect-ratio: 1;
  background-color: #C90909;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.m-item-link-img-icon {
  position: absolute;
  top: 2rem;
  left: 4rem;
  z-index: 1;
  width: 5.8rem;
  aspect-ratio: 1;
}
.m-item-link-img-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-item-link-img {
  width: 25.9rem;
  height: 28rem;
}
.m-item-link-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-item-link-body {
  padding-block: 1rem 1.5rem;
}

.m-item-link-body-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #C90909;
  text-align: center;
}

.m-item-link-body-txt {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #333;
  margin-top: 1.2rem;
}

.m-item-link-body-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 2rem;
}

.m-item-link-body-tag {
  padding-inline: 0.45rem;
  border-radius: 10vmax;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #C90909;
  border: 1px solid currentColor;
}

.m-item-link-group {
  margin-top: auto;
}

.m-item-link-group-txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.m-item-link-group-txt span {
  text-decoration: line-through;
}

.m-item-link-group-price {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.m-item-link-group-price._txt {
  font-size: 2.5rem;
}
.m-item-link-group-price em {
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
}
.m-item-link-group-price small {
  font-size: 2rem;
}
.m-item-link-group-price ._marker {
  background-image: linear-gradient(to bottom, #C90909 60%, #BB0000 60%), linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@-moz-document url-prefix() {
  .m-item-link-group-price ._marker {
    background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #C90909;
  }
}
.m-item-link-group-button {
  width: 28rem;
  margin-top: 2rem;
  margin-inline: auto;
}

.m-item-link-group-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding-block: 1.2rem;
  padding-inline: 3.6rem 1.4rem;
  background-color: #007CE8;
  border-radius: 10vmax;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #fff;
  text-align: center;
  box-shadow: 0 0.4rem 0 #00396d;
}

.m-item-link-group-btn span {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-item-link-group-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.5rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #00396D;
  border-right: 0.2rem solid #00396D;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-items {
    gap: 2.6666666667vw 2.0895522388%;
  }
  .m-item {
    width: 48.9552238806%;
  }
  .m-item-manufacturer-tag {
    width: 18.6666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  .m-item-link {
    padding-block: 5.3333333333vw 6.1333333333vw;
    padding-inline: 4vw;
    border-radius: 2.6666666667vw;
  }
  .m-item-link::before {
    width: 7.7333333333vw;
  }
  .m-item-link-img-icon {
    top: 4vw;
    left: 4vw;
    width: 8vw;
  }
  .m-item-link-img {
    width: 32vw;
    height: 34.6666666667vw;
  }
  .m-item-link-body {
    padding-block: 2.6666666667vw;
  }
  .m-item-link-body-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .m-item-link-body-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
  }
  .m-item-link-body-tags {
    justify-content: flex-start;
    gap: 1.6vw 1.0666666667vw;
    margin-top: 2.1333333333vw;
  }
  .m-item-link-body-tag {
    padding-inline: 1.2vw;
    font-size: 2.6666666667vw;
  }
  .m-item-link-group-txt {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .m-item-link-group-price {
    font-size: 4vw;
    line-height: 1.5;
  }
  .m-item-link-group-price._txt {
    font-size: 3.4666666667vw;
  }
  .m-item-link-group-price em {
    font-size: 6.4vw;
  }
  .m-item-link-group-price small {
    font-size: 2.4vw;
  }
  .m-item-link-group-button {
    width: 35.2vw;
    margin-top: 3.2vw;
  }
  .m-item-link-group-btn {
    padding-block: 3.2vw;
    padding-inline: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.25;
    box-shadow: 0 1.0666666667vw 0 #00396d;
  }
  .m-item-link-group-btn span {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .m-item-link-group-btn span::before {
    width: 1.0666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-tab -------------*/
.m-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
  position: relative;
}

.m-tab-buttons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 0.2rem;
  background-color: #E1E1E1;
}

.m-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 34rem;
  padding-block: 1.2rem;
  background-color: #C90909;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  border: none;
  position: relative;
}

.m-tab-btn.is-current {
  pointer-events: none;
  background-color: #fff;
  color: #C90909;
  border-left: 0.2rem solid #E1E1E1;
  border-right: 0.2rem solid #E1E1E1;
}

.m-tab-btn.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(100% + 0.2rem);
  height: 0.5rem;
  background-color: #C90909;
  border-radius: 0.5rem 0.5rem 0 0;
}

.m-tab-btn span {
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-tab-btn span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.25rem solid #C90909;
  border-right: 0.25rem solid #C90909;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -68% -50%;
  rotate: 45deg;
}

.m-tab-btn.is-current span {
  display: none;
}

.m-tab-panel {
  display: none;
}
.m-tab-panel.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-tab-buttons {
    gap: 0 2.6666666667vw;
  }
  .m-tab-buttons::after {
    height: 0.5333333333vw;
    width: 100vw;
  }
  .m-tab-buttons li {
    flex: 1;
  }
  .m-tab-btn {
    gap: 1.6vw;
    width: 100%;
    padding-block: 4.5333333333vw 2.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
  .m-tab-btn.is-current {
    border-left-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
  .m-tab-btn.is-current::before {
    width: calc(100% + 0.5333333333vw);
    height: 1.3333333333vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
  .m-tab-btn span {
    width: 4.5333333333vw;
  }
  .m-tab-btn span::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-top-width: 0.6666666667vw;
    border-right-width: 0.6666666667vw;
    translate: -76% -50%;
  }
}
/* セクション系
---------------------------------------------------------------------------- */
/*------------- .m-mv -------------*/
.m-mv {
  margin-top: min(1.0416666667vw, 20px);
}

.m-mv-container {
  width: min(94.7916666667vw, 1820px);
  height: min(30.7291666667vw, 590px);
  margin-inline: auto;
  position: relative;
}

.m-mv-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(94.7916666667vw, 1820px) min(30.7291666667vw, 590px);
  background-image: url(./../../images/common/bg_mv_pc.png);
  border-radius: min(1.5625vw, 30px);
}

.m-mv-area_detail-txt {
  position: absolute;
  top: min(1.71875vw, 33px);
  left: min(4.1145833333vw, 79px);
  font-size: 3.9rem;
  line-height: 1.5128205128;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: min(2.03125vw, 39px);
  color: #C90909;
  background-color: #fff;
  width: fit-content;
  padding-block: min(0.15625vw, 3px);
  padding-inline: min(0.9895833333vw, 19px);
  border-radius: 10vmax;
  position: relative;
}
.m-mv-area_detail-txt small {
  font-size: min(1.71875vw, 33px);
}

.m-mv-area_detail-txt::after {
  content: "";
  position: absolute;
  top: calc(100% - min(0.1041666667vw, 2px));
  right: min(2.34375vw, 45px);
  width: min(1.09375vw, 21px);
  height: min(0.78125vw, 15px);
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.m-mv-wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 min(1.0416666667vw, 20px);
  width: min(85.0520833333vw, 1633px);
  margin-inline: auto;
  padding-top: min(4.9479166667vw, 95px);
}
.m-mv-wrapper._area_detail {
  padding-top: min(2.5520833333vw, 49px);
}

.m-mv-wrap-txtImg {
  display: block;
  width: min(42.7083333333vw, 820px);
  aspect-ratio: 798/80;
  margin-bottom: min(1.5625vw, 30px);
}
.m-mv-wrap-txtImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-mv-wrap-txt {
  font-size: 6.9rem;
  line-height: 1.4492753623;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: min(3.59375vw, 69px);
  color: #C90909;
  background-color: #fff;
  width: fit-content;
  padding-inline: min(1.25vw, 24px) min(2.5vw, 48px);
  border-radius: min(0.5208333333vw, 10px);
  border: min(0.2604166667vw, 5px) solid #FCE100;
  box-shadow: min(0.3645833333vw, 7px) min(0.5729166667vw, 11px) 0 #fce100;
  margin-top: min(1.0416666667vw, 20px);
}

.m-mv-wrap-items {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: flex-start;
  gap: 0 min(1.25vw, 24px);
  margin-top: min(4.4270833333vw, 85px);
}
.m-mv-wrap-items._area_detail {
  grid-template-columns: repeat(3, auto);
}

.m-mv-wrap-item {
  padding-block: min(0.2604166667vw, 5px) min(0.625vw, 12px);
  width: min(9.375vw, 180px);
  height: min(6.9791666667vw, 134px);
  background-color: #FCE100;
  border-radius: min(1.0416666667vw, 20px);
  text-align: center;
  align-content: flex-end;
  position: relative;
}
.m-mv-wrap-item._area_detail._03 {
  display: none;
}

.m-mv-wrap-item._01 {
  width: min(10vw, 192px);
}

.m-mv-wrap-item-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(3.125vw, 60px);
  aspect-ratio: 1;
}
.m-mv-wrap-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-mv-wrap-item-txt {
  font-size: 2.1rem;
  line-height: 1.3619047619;
  letter-spacing: -0.01em;
  font-weight: 900;
  font-size: min(1.09375vw, 21px);
  color: #7E0000;
}
.m-mv-wrap-item-txt._pt {
  padding-top: min(0.2604166667vw, 5px);
}
.m-mv-wrap-item-txt ._colorRed {
  color: #C90909;
}
.m-mv-wrap-item-txt ._fzLarge {
  font-size: min(1.5104166667vw, 29px);
  line-height: 1;
}
.m-mv-wrap-item-txt ._fzLarge-2 {
  font-size: min(1.6145833333vw, 31px);
  line-height: 1;
}
.m-mv-wrap-item-txt ._fzMedium {
  font-size: min(1.40625vw, 27px);
}
.m-mv-wrap-item-txt ._fz-pc27-sp13 {
  font-size: min(1.40625vw, 27px);
}
.m-mv-wrap-item-txt ._fz-pc25-sp13 {
  font-size: min(1.3020833333vw, 25px);
}
.m-mv-wrap-item-txt ._fz-pc22-sp12 {
  font-size: min(1.1458333333vw, 22px);
}
.m-mv-wrap-item-txt ._fz-pc21-sp11 {
  font-size: min(1.09375vw, 21px);
}
.m-mv-wrap-item-txt ._fz-pc20-sp11 {
  font-size: min(1.0416666667vw, 20px);
}
.m-mv-wrap-item-txt ._fz {
  font-size: min(1.3020833333vw, 25px);
}
.m-mv-wrap-item-txt ._fzSmall {
  font-size: min(1.0416666667vw, 20px);
}
.m-mv-wrap-item-txt small {
  font-size: min(0.9375vw, 18px);
  line-height: 1;
}
.m-mv-wrap-item-txt ._num {
  font-family: "Roboto", sans-serif;
  font-size: min(2.8125vw, 54px);
  line-height: 1;
}
.m-mv-wrap-item-txt ._exclamation {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: min(1.25vw, 24px);
  line-height: 1;
  transform: rotate(10deg);
  margin-left: 0.1em;
}
.m-mv-wrap-item-txt ._brackets {
  font-size: min(1.25vw, 24px);
  padding-inline: min(0.4166666667vw, 8px);
  margin-right: min(0.46875vw, 9px);
  position: relative;
}
.m-mv-wrap-item-txt ._brackets::before, .m-mv-wrap-item-txt ._brackets::after {
  content: "";
  width: min(0.5208333333vw, 10px);
  height: min(0.9375vw, 18px);
  background-image: url(./../../images/common/icn_brackets.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.m-mv-wrap-item-txt ._brackets::before {
  top: 0.4rem;
  left: 0;
}
.m-mv-wrap-item-txt ._brackets::after {
  bottom: 0.3rem;
  right: -0.3rem;
  rotate: 180deg;
}

.m-mv-wrap-item-txt ._ruby {
  position: relative;
}
.m-mv-wrap-item-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: max(-0.5208333333vw, -10px);
  left: 0;
  right: 0;
  font-size: min(0.9375vw, 18px);
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}
.m-mv-wrap-item-txt ._ruby._fzLarge::before {
  top: max(-0.3125vw, -6px);
}

.m-mv-button {
  width: min(28.125vw, 540px);
  padding-block: min(0.5208333333vw, 10px) min(0.78125vw, 15px);
  padding-inline: min(0.5208333333vw, 10px) min(0.5208333333vw, 10px);
  background-color: #fff;
  border-radius: 10vmax;
  margin-bottom: max(-0.4166666667vw, -8px);
}

.m-mv-btn {
  width: 100%;
  min-height: min(4.6875vw, 90px);
  padding-block: min(0.2604166667vw, 5px);
  padding-inline: min(2.0833333333vw, 40px) min(1.5625vw, 30px);
  background-color: #007CE8;
  border-radius: 10vmax;
  box-shadow: 0 0.5rem 0 #00396d;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.m-mv-btn:hover {
  transform: translateY(min(0.2604166667vw, 5px));
  box-shadow: 0 0 0 rgba(0, 57, 109, 0);
}

.m-mv-btn ._speech {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  z-index: 1;
  width: max-content;
  padding-block: min(0.3645833333vw, 7px);
  padding-inline: min(1.4583333333vw, 28px);
  border-radius: 10vmax;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  font-size: min(0.9375vw, 18px);
  color: #333;
}
.m-mv-btn ._speech::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(0.8333333333vw, 16px);
  height: min(0.5208333333vw, 10px);
  background-color: #fff;
  clip-path: polygon(50% min(0.5208333333vw, 10px), 0% 0%, min(0.8333333333vw, 16px) 0%);
}
.m-mv-btn ._speech ._colorRed {
  color: #C90909;
}
.m-mv-btn ._speech em {
  font-family: "Roboto", sans-serif;
  font-size: min(1.7708333333vw, 34px);
  line-height: 1;
}
.m-mv-btn ._speech small {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
}
.m-mv-btn ._speech ._ruby {
  position: relative;
}
.m-mv-btn ._speech ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: max(-0.5208333333vw, -10px);
  left: 0;
  right: 0;
  font-size: min(0.9895833333vw, 19px);
  letter-spacing: 0.0520833333vw;
  margin-left: max(-0.0520833333vw, -1px);
}

.m-mv-btn ._txt {
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 700;
  font-size: min(1.5625vw, 30px);
  color: #fff;
  text-align: center;
}

.m-mv-btn ._arrow {
  width: min(1.4583333333vw, 28px);
  height: min(1.4583333333vw, 28px);
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-mv-btn ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: min(0.3125vw, 6px);
  aspect-ratio: 1;
  border-top: min(0.15625vw, 3px) solid #00396D;
  border-right: min(0.15625vw, 3px) solid #00396D;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-mv {
    margin-top: 21.3333333333vw;
  }
  .m-mv-container {
    width: 92vw;
    height: 162.6666666667vw;
  }
  .m-mv-container._area_detail {
    height: 174.4vw;
  }
  .m-mv-container._area_detail::after {
    background-image: url(./../../images/common/bg_mv_area_detail_sp.png);
  }
  .m-mv-container::after {
    background-size: cover;
    background-image: url(./../../images/common/bg_mv_sp.png);
    border-radius: 4vw;
  }
  .m-mv-area_detail-txt {
    top: 8vw;
    left: 3.7333333333vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    padding-block: 0.9333333333vw;
    padding-inline: 5.0666666667vw;
  }
  .m-mv-area_detail-txt small {
    font-size: 4vw;
  }
  .m-mv-area_detail-txt::after {
    top: calc(100% - 0.5333333333vw);
    right: 5.3333333333vw;
    width: 4.8vw;
    height: 2.6666666667vw;
  }
  .m-mv-wrapper {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
    padding-top: 8.9866666667vw;
  }
  .m-mv-wrapper._area_detail {
    padding-top: 10.6666666667vw;
  }
  .m-mv-wrap-txtImg {
    width: 100%;
    padding-inline: 1.3333333333vw;
    margin-bottom: 4.8vw;
  }
  .m-mv-wrap-txt {
    font-size: 7.2vw;
    line-height: 1.4444444444;
    padding-block: 1.0666666667vw;
    width: calc(100% - 2.6666666667vw);
    padding-inline: 3.4666666667vw 1.3333333333vw;
    border-radius: 0.8vw;
    border-width: 1.0666666667vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 0 #fce100;
    margin-top: 2.6666666667vw;
    margin-inline: 1.3333333333vw;
  }
  .m-mv-wrap-items {
    grid-template-areas: "item01 item02" "item03 item04";
    grid-template-columns: 46.6666666667vw 38.6666666667vw;
    gap: 1.3333333333vw;
    margin-top: 60vw;
  }
  .m-mv-wrap-items._area_detail {
    grid-template-areas: "item01 item01 item02 item02" ". item04 item04 .";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.3333333333vw 1.5384615385%;
  }
  .m-mv-wrap-items._lease {
    grid-template-areas: "item02 item03" "item04 item04";
    grid-template-columns: 38.6666666667vw 1fr;
  }
  .m-mv-wrap-items._used {
    grid-template-areas: "item01 item02" "item03 item04";
    grid-template-columns: 38.6666666667vw 1fr;
  }
  .m-mv-wrap-item {
    width: 100%;
    height: 16vw;
    padding-block: 0;
    padding-inline: 1.3333333333vw 0;
    border-radius: 1.6vw;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    align-content: center;
    gap: 1.3333333333vw;
    text-align: left;
  }
  .m-mv-wrap-item._01 {
    width: 100%;
    grid-area: item01;
  }
  .m-mv-wrap-item._02 {
    grid-area: item02;
  }
  .m-mv-wrap-item._03 {
    grid-area: item03;
  }
  .m-mv-wrap-item._04 {
    grid-area: item04;
  }
  .m-mv-wrap-item._04._lease {
    padding-left: 20vw;
  }
  .m-mv-wrap-item-img {
    position: initial;
    transform: initial;
    width: 8.8vw;
  }
  .m-mv-wrap-item-txt {
    font-size: 3.4666666667vw;
    line-height: 1.3076923077;
    letter-spacing: 0.16vw;
  }
  .m-mv-wrap-item-txt._pt {
    padding-top: 1.3333333333vw;
  }
  .m-mv-wrap-item-txt ._fzLarge {
    font-size: 4vw;
  }
  .m-mv-wrap-item-txt ._fzLarge-2 {
    font-size: 4vw;
  }
  .m-mv-wrap-item-txt ._fzMedium {
    font-size: 3.7333333333vw;
  }
  .m-mv-wrap-item-txt ._fz-pc27-sp13 {
    font-size: 3.4666666667vw;
  }
  .m-mv-wrap-item-txt ._fz-pc25-sp13 {
    font-size: 3.4666666667vw;
  }
  .m-mv-wrap-item-txt ._fz-pc22-sp12 {
    font-size: 3.2vw;
  }
  .m-mv-wrap-item-txt ._fz-pc21-sp11 {
    font-size: 2.9333333333vw;
  }
  .m-mv-wrap-item-txt ._fz-pc20-sp11 {
    font-size: 2.9333333333vw;
  }
  .m-mv-wrap-item-txt ._fz {
    font-size: 3.4666666667vw;
  }
  .m-mv-wrap-item-txt ._fzSmall {
    font-size: 2.6666666667vw;
  }
  .m-mv-wrap-item-txt ._spfz {
    font-size: 4vw;
  }
  .m-mv-wrap-item-txt ._spfzLarge {
    font-size: 4.8vw;
  }
  .m-mv-wrap-item-txt small {
    font-size: 2.9333333333vw;
  }
  .m-mv-wrap-item-txt ._num {
    font-size: 7.4666666667vw;
  }
  .m-mv-wrap-item-txt ._exclamation {
    font-size: 3.7333333333vw;
  }
  .m-mv-wrap-item-txt ._brackets {
    font-size: 3.7333333333vw;
    padding-inline: 4vw 0;
    margin-right: 2.1333333333vw;
  }
  .m-mv-wrap-item-txt ._brackets::before, .m-mv-wrap-item-txt ._brackets::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
  .m-mv-wrap-item-txt ._brackets::before {
    top: 1.0666666667vw;
    left: 2.4vw;
  }
  .m-mv-wrap-item-txt ._brackets::after {
    bottom: 0.2666666667vw;
    right: -1.0666666667vw;
  }
  .m-mv-wrap-item-txt ._ruby::before {
    top: -2.6666666667vw;
    left: 0;
    right: 0;
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-left: 0;
  }
  .m-mv-wrap-item-txt ._ruby._fzLarge::before {
    top: -1.6vw;
  }
  .m-mv-button {
    width: calc(100% - 5.3333333333vw);
    padding-block: 1.3333333333vw 2.1333333333vw;
    padding-inline: 1.3333333333vw;
    margin-inline: 2.6666666667vw;
    margin-bottom: initial;
  }
  .m-mv-btn {
    min-height: 13.3333333333vw;
    padding-block: 1.3333333333vw;
    padding-inline: 6.4vw 2.6666666667vw;
    box-shadow: 0 0.8vw 0 #00396d;
  }
  .m-mv-btn:hover {
    transform: translateY(0.8vw);
  }
  .m-mv-btn ._speech {
    top: -1.3333333333vw;
    padding-block: 1.0666666667vw 0.5333333333vw;
    padding-inline: 3.7333333333vw;
    font-size: 3.2vw;
  }
  .m-mv-btn ._speech::after {
    width: 2.6666666667vw;
    height: 1.6vw;
    clip-path: polygon(50% 1.6vw, 0% 0%, 2.6666666667vw 0%);
  }
  .m-mv-btn ._speech em {
    font-size: 5.8666666667vw;
  }
  .m-mv-btn ._speech small {
    font-size: 2.6666666667vw;
    font-weight: 700;
  }
  .m-mv-btn ._speech ._ruby::before {
    content: none;
  }
  .m-mv-btn ._txt {
    font-size: 4.8vw;
    line-height: 1.5555555556;
  }
  .m-mv-btn ._arrow {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .m-mv-btn ._arrow::before {
    width: 1.0666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-mv-child -------------*/
.m-mv-child {
  padding-top: 2rem;
  padding-inline: 2rem;
}

.m-mv-child-container {
  min-height: 15rem;
  padding-block: 2rem;
  padding-inline: 2rem;
  display: grid;
  place-content: center;
  place-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/common/bg_mv_child_pc.png);
  border-radius: 1rem;
}

.m-mv-child-hgroup {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 1rem;
}

.m-mv-child-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-left: 5.5rem;
}

.m-mv-child-img {
  width: 4.6rem;
  aspect-ratio: 1;
}
.m-mv-child-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .m-mv-child {
    margin-top: 18.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .m-mv-child-container {
    min-height: 40vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    background-image: url(./../../images/common/bg_mv_child_sp.png);
    border-radius: 1.3333333333vw;
  }
  .m-mv-child-hgroup {
    display: flex;
    flex-direction: column-reverse;
    gap: initial;
  }
  .m-mv-child-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-left: initial;
  }
  .m-mv-child-img {
    width: 8vw;
  }
}
/*------------- .m-mv-simulation -------------*/
.m-mv-simulation {
  padding-top: 2rem;
  padding-inline: 2rem;
}

.m-mv-simulation-container {
  min-height: 23rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/common/bg_mv_simulation_pc.png);
  border-radius: 1rem;
}

.m-mv-simulation-hgroup {
  position: relative;
  width: max-content;
  margin-inline: auto;
  padding-top: 6.1rem;
}

.m-mv-simulation-ttl {
  width: 76.5rem;
  aspect-ratio: 765/51;
  margin-top: 1.4rem;
}

.m-mv-simulation-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-mv-simulation-img-1,
.m-mv-simulation-img-2 {
  position: absolute;
}

.m-mv-simulation-img-1 img,
.m-mv-simulation-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-mv-simulation-img-1 {
  width: 19.996rem;
  aspect-ratio: 199.96/141.69;
  top: 3.5rem;
  left: -1.6rem;
  translate: -100%;
}

.m-mv-simulation-img-2 {
  width: 12.049rem;
  aspect-ratio: 120.49/143.37;
  top: 4.5rem;
  right: -3.9rem;
  translate: 100%;
}

@media screen and (max-width: 767px) {
  .m-mv-simulation {
    margin-top: 18.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-inline: 0;
  }
  .m-mv-simulation-container {
    min-height: 66.6666666667vw;
    background-image: url(./../../images/common/bg_mv_simulation_sp.png);
    border-radius: 2.6666666667vw;
  }
  .m-mv-simulation-hgroup {
    padding-top: 25.8666666667vw;
  }
  .m-mv-simulation-ttl {
    width: 70.1333333333vw;
    aspect-ratio: 263/71;
    margin-inline: auto;
    margin-top: 2.6666666667vw;
  }
  .m-mv-simulation-img-1 {
    width: 28.8vw;
    aspect-ratio: 108/76.53;
    top: 4vw;
    left: 50%;
    translate: -50% 0;
  }
  .m-mv-simulation-img-2 {
    width: 13.0666666667vw;
    top: 6.1333333333vw;
    right: 6.8rem;
  }
}
/*------------- .m-cta -------------*/
.m-cta {
  padding-block: 5rem;
  padding-inline: 2.6041666667vw;
  background-color: #fff;
}

.m-cta-container {
  width: 100%;
  max-width: min(100vw, 1920px);
  margin-inline: auto;
  padding-inline: 2.6041666667vw;
  padding-bottom: min(2.6041666667vw, 50px);
  position: relative;
  z-index: 1;
}

.m-cta-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/common/bg_cta_pc.png);
  border-radius: 3rem;
}

.m-cta-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 2rem;
  padding-top: 5rem;
  position: relative;
  margin-right: 7.9rem;
}

.m-cta-wrap-img {
  position: absolute;
  top: -2.1rem;
  left: 7.7rem;
  width: 32.2rem;
  aspect-ratio: 322/311;
}
.m-cta-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-cta-wrap-ttl {
  width: min(50.3472222222vw, 725px);
  aspect-ratio: 720/120;
  position: relative;
  z-index: 1;
}
.m-cta-wrap-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-cta-wrap-boxes {
  display: flex;
  gap: 0 1rem;
}

.m-cta-wrap-box {
  width: 15rem;
  height: 11.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCE100;
  border-radius: 2rem;
  padding-top: 1.2rem;
  position: relative;
}

.m-cta-wrap-box-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 5.4rem;
  height: 5.4rem;
}
.m-cta-wrap-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-cta-wrap-box-txt {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 900;
  color: #7E0000;
  text-align: center;
}

.m-cta-wrap-box-txt ._ruby {
  font-size: 2.4rem;
  line-height: 1.125;
  letter-spacing: -0.01em;
  font-weight: 900;
  position: relative;
}
.m-cta-wrap-box-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6em;
  left: 0;
  right: 0;
  font-size: 0.78em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.m-cta-wrap-box-txt ._num {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 900;
}

.m-cta-wrap-box-txt ._colorRed {
  color: #C90909;
}

.m-cta-wrap-box-txt small {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
  font-weight: 900;
}

.m-cta-wrap-box-txt em {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 900;
  transform: rotate(10deg);
  margin-left: 0.1em;
}

.m-cta-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding-block: 4rem;
  padding-inline: min(8rem, 80px);
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}

.m-cta-group-wrap {
  flex: 1;
}

.m-cta-group-wrap-txt {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #C90909;
}
.m-cta-group-wrap-txt em {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}
.m-cta-group-wrap-txt small {
  font-size: 1.7rem;
}

.m-cta-group-wrap-num {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #C90909;
  pointer-events: none;
  cursor: default;
}

.m-cta-group-wrap-num span {
  display: inline-block;
  width: 7.35rem;
  height: 4.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_tel.svg);
}

.m-cta-group-wrap-txtSmall {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}

.m-cta-group-button {
  width: min(40.4285714286vw, 566px);
  padding-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .m-cta {
    padding-block: 8vw;
    padding-inline: initial;
  }
  .m-cta-container {
    max-width: 100%;
    padding-inline: initial;
    padding-bottom: 8vw;
  }
  .m-cta-container::after {
    background-image: url(./../../images/common/bg_cta_sp.png);
    border-radius: 2.6666666667vw;
  }
  .m-cta-wrap {
    gap: initial;
    padding-top: 9.3333333333vw;
    margin-right: 0;
  }
  .m-cta-wrap-img {
    top: 5.6vw;
    left: -1.8666666667vw;
    width: 39.7333333333vw;
  }
  .m-cta-wrap-ttl {
    width: 72vw;
    aspect-ratio: 260/110;
    margin-right: -1.3333333333vw;
  }
  .m-cta-wrap-boxes {
    display: none;
  }
  .m-cta-group {
    flex-direction: column-reverse;
    gap: 6.1333333333vw;
    border-radius: 2.6666666667vw;
    padding-block: 5.3333333333vw 8vw;
    padding-inline: 5.3333333333vw;
    margin-top: 4vw;
  }
  .m-cta-group-wrap-txt {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
  .m-cta-group-wrap-txt em {
    font-size: 4.2666666667vw;
  }
  .m-cta-group-wrap-txt small {
    font-size: 2.9333333333vw;
  }
  .m-cta-group-wrap-num {
    gap: 0 1.3333333333vw;
    font-size: 8.5333333333vw;
    line-height: 1.15;
    pointer-events: auto;
    cursor: pointer;
  }
  .m-cta-group-wrap-num span {
    width: 13.3333333333vw;
    height: 7.4666666667vw;
  }
  .m-cta-group-wrap-txtSmall {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    text-align: center;
  }
  .m-cta-group-button {
    width: 100%;
    padding-top: 5.6vw;
  }
}
/*------------- .m-ranking -------------*/
.m-ranking {
  padding-bottom: 8rem;
  overflow-x: hidden;
}

.m-ranking-tab-buttons {
  margin-top: 3.8rem;
}

.m-ranking-items {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .m-ranking {
    padding-bottom: 13.3333333333vw;
  }
  .m-ranking-tab-buttons {
    margin-top: 7.4666666667vw;
  }
  .m-ranking-items {
    margin-top: 5.3333333333vw;
  }
}
/*------------- .m-ranking-foreword -------------*/
.m-ranking-foreword {
  padding-block: 8rem 6rem;
  position: relative;
}

.p-bg .m-ranking-foreword::after {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  aspect-ratio: 60/34;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_support_arrow.svg);
}

.m-ranking-foreword-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-ranking-foreword-ttl-small {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 900;
  color: #7E0000;
  padding-block: 0.55rem 0.75rem;
  padding-inline: 1.5rem;
  background-color: #FCE100;
  border-radius: 10vmax;
  filter: drop-shadow(0 0 0.3rem rgba(87, 87, 87, 0.6));
  position: relative;
}
.m-ranking-foreword-ttl-small em {
  color: #C90909;
}

.m-ranking-foreword-ttl-small::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 0.8rem;
  background-color: #FCE100;
  clip-path: polygon(50% 0.8rem, 0% 0%, 1.3rem 0%);
}

.m-ranking-foreword-ttl-large {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #7E0000;
  text-align: center;
  padding-inline: 3.9rem;
  position: relative;
  margin-top: 2rem;
}
.m-ranking-foreword-ttl-large em {
  font-weight: 900;
  color: #C90909;
  background-image: linear-gradient(to bottom, transparent 60%, #FCE100 60%);
  background-repeat: no-repeat;
}

.m-ranking-foreword-ttl-large::before,
.m-ranking-foreword-ttl-large::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.1rem;
  aspect-ratio: 21/35;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}

.m-ranking-foreword-ttl-large::before {
  left: 0;
  mask-image: url(./../../images/common/icn_ttl03.svg);
}

.m-ranking-foreword-ttl-large::after {
  right: 0;
  mask-image: url(./../../images/common/icn_ttl03.svg);
  transform: scaleX(-1);
}

.m-ranking-foreword-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 4rem;
}

.m-ranking-foreword-btn {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background-color: #C90909;
  border: 0.2rem solid #C90909;
  border-radius: 0.5rem;
  padding-block: 1rem;
  padding-inline: 2rem 1.3rem;
  min-height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 1rem;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.m-ranking-foreword-btn._current, .m-ranking-foreword-btn:hover {
  background-color: #fff;
  color: #C90909;
}
.m-ranking-foreword-btn._current ._arrow, .m-ranking-foreword-btn:hover ._arrow {
  background-color: #C90909;
}
.m-ranking-foreword-btn._current ._arrow::before, .m-ranking-foreword-btn:hover ._arrow::before {
  border-color: #fff;
}

.m-ranking-foreword-btn ._arrow {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.m-ranking-foreword-btn ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.45rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #C90909;
  border-right: 0.2rem solid #C90909;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .m-ranking-foreword {
    padding-block: 8vw 8vw;
  }
  .m-ranking-foreword::after {
    bottom: -8vw;
    width: 16vw;
  }
  .m-ranking-foreword-ttl-small {
    font-size: 3.2vw;
    padding-block: 0.8vw 1.0666666667vw;
    padding-inline: 2.6666666667vw;
    filter: drop-shadow(0 0 0.5333333333vw rgba(87, 87, 87, 0.6));
  }
  .m-ranking-foreword-ttl-small::after {
    width: 3.4666666667vw;
    height: 2.1333333333vw;
    clip-path: polygon(50% 2.1333333333vw, 0% 0%, 3.4666666667vw 0%);
  }
  .m-ranking-foreword-ttl-large {
    font-size: 5.3333333333vw;
    padding-inline: initial;
    width: 100%;
    margin-top: 4vw;
  }
  .m-ranking-foreword-ttl-large::before,
  .m-ranking-foreword-ttl-large::after {
    width: 5.3333333333vw;
    aspect-ratio: 20/82;
  }
  .m-ranking-foreword-ttl-large::before {
    mask-image: url(./../../images/common/icn_ttl03_sp.svg);
  }
  .m-ranking-foreword-ttl-large::after {
    mask-image: url(./../../images/common/icn_ttl03_sp.svg);
  }
  .m-ranking-foreword-buttons {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .m-ranking-foreword-btn {
    font-size: 3.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw 1.3333333333vw;
    min-height: 16vw;
    gap: 0 1.3333333333vw;
  }
  .m-ranking-foreword-btn ._arrow {
    width: 4.8vw;
    height: 4.8vw;
  }
  .m-ranking-foreword-btn ._arrow::before {
    width: 1.0666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
  .m-ranking-foreword-select-wrap {
    width: 100%;
    position: relative;
  }
  .m-ranking-foreword-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    translate: 0 -50%;
    width: 4.2666666667vw;
    height: 3.2vw;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: currentColor;
  }
  .m-ranking-foreword-select {
    width: 100%;
    padding-block: 3.7333333333vw 2.6666666667vw;
    padding-inline: 5.0666666667vw;
    border: 0.5333333333vw solid #E1E1E1;
    border-radius: 1.3333333333vw;
    background-color: #fff;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    /* デフォルトの三角形を非表示にする */
    appearance: none;
    -webkit-appearance: none; /* Safari, Chrome 向けのベンダープレフィックス */
    -moz-appearance: none; /* Firefox 向けのベンダープレフィックス */
    position: relative;
  }
}
/*------------- .m-search -------------*/
.m-search-ttl {
  width: 100%;
  min-height: 8rem;
  padding-left: 5rem;
  background-color: #C90909;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 1.4rem;
}

.m-search-ttl ._txt {
  font-size: 3rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}

.m-search-ttl ._arrow {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_search.svg);
}

.m-search-container {
  padding-block: 6rem 8rem;
  padding-inline: 2rem;
  background-color: #EDDDC7;
}

.m-search-inner {
  max-width: 120rem;
  margin-inline: auto;
}

.m-search-blocks {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.m-search-block {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.m-search-block-ttl {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  min-height: 6.2rem;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  position: relative;
}

.m-search-block-ttl::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 1.6rem;
  background-color: #333;
  clip-path: polygon(50% 1.6rem, 0% 0%, 2.6rem 0%);
}

.m-search-block-ttl span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-search-block-ttl._01 span {
  background-image: url(./../../images/common/icn_search_01.svg);
}

.m-search-block-ttl._02 span {
  background-image: url(./../../images/common/icn_search_02.svg);
}

.m-search-block-ttl._03 span {
  background-image: url(./../../images/common/icn_search_03.svg);
}

.m-search-block-ttl._04 span {
  background-image: url(./../../images/common/icn_search_04.svg);
}

.m-search-block-content {
  padding-block: 3.5rem 5rem;
  padding-inline: 5rem;
}

.m-search-block-items {
  display: grid;
  gap: 1rem;
}

.m-search-block-items._col3 {
  grid-template-columns: repeat(3, 1fr);
}

.m-search-block-items._col2 {
  grid-template-columns: repeat(2, 1fr);
}

.m-search-block-item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-block: 2rem 3rem;
  padding-inline: 2rem;
  background-color: #F6F3EF;
  border-radius: 0.5rem;
}

.m-search-block-item._manufacturer {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.m-search-block-item-img {
  width: 100%;
  aspect-ratio: 320/198;
  border-radius: 1rem;
  overflow: hidden;
}
.m-search-block-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-search-block-item-button {
  width: 100%;
}

.m-search-block-item-button._pt {
  padding-top: 2.1rem;
}

.m-search-block-item-txt {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2.45rem;
}
.m-search-block-item-txt strong {
  font-weight: 700;
}

.m-search-block-item-txtSmall {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #7A7A7A;
  margin-top: 0.8rem;
  padding-inline: 1rem;
}

.m-search-block-box {
  background-color: #E1E1E1;
  border-radius: 0.5rem;
  margin-top: 3rem;
}

.m-search-block-box-link {
  display: block;
  width: 100%;
  height: 16rem;
}

.m-search-block-box-link-img {
  display: block;
  width: 100%;
  aspect-ratio: 1100/160;
  border-radius: 0.5rem;
  overflow: hidden;
}
.m-search-block-box-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-search-block-item-btn-wrap {
  grid-row: 3/4;
  width: 28rem;
  margin-top: 2rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: flex-end;
}

.m-search-block-item-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding-block: 1.2rem;
  padding-inline: 3.6rem 1.4rem;
  background-color: #007CE8;
  border-radius: 10vmax;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #fff;
  text-align: center;
  box-shadow: 0 0.4rem 0 #00396d;
}
.m-search-block-item-btn:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 0 rgba(0, 57, 109, 0);
}

.m-search-block-item-btn span {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.m-search-block-item-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.5rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #00396D;
  border-right: 0.2rem solid #00396D;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-search-ttl {
    display: block;
    min-height: 24vw;
    padding-left: initial;
    align-content: center;
  }
  .m-search-ttl ._txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .m-search-ttl ._txt ._sppl {
    display: inline-block;
    padding-left: 5.3333333333vw;
  }
  .m-search-ttl ._arrow {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
  .m-search-container {
    padding-block: 8vw 13.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .m-search-blocks {
    gap: 5.3333333333vw;
  }
  .m-search-lists {
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-bottom: 8vw;
  }
  .m-search-list-link {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #fff;
    padding-block: 2.8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    background-color: #333;
    display: flex;
    align-items: center;
    gap: 0 2.6666666667vw;
    position: relative;
  }
  .m-search-list-link::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    width: 1.8666666667vw;
    aspect-ratio: 1;
    border-bottom: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-search-list-link span {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    background-position: center;
    background-size: contain;
  }
  .m-search-list-link._01 span {
    background-image: url(./../../images/common/icn_search_01.svg);
  }
  .m-search-list-link._02 span {
    background-image: url(./../../images/common/icn_search_02.svg);
  }
  .m-search-list-link._03 span {
    background-image: url(./../../images/common/icn_search_03.svg);
  }
  .m-search-list-link._04 span {
    background-image: url(./../../images/common/icn_search_04.svg);
  }
  .m-search-inner {
    max-width: 100%;
  }
  .m-search-blocks {
    gap: 5.3333333333vw;
  }
  .m-search-block {
    border-radius: 2.6666666667vw;
  }
  .m-search-block-ttl {
    font-size: 4.8vw;
    min-height: 16.5333333333vw;
    gap: 0 2.6666666667vw;
  }
  .m-search-block-ttl::after {
    width: 6.9333333333vw;
    height: 4vw;
    clip-path: polygon(50% 4vw, 0% 0%, 6.9333333333vw 0%);
  }
  .m-search-block-ttl span {
    width: 8vw;
    height: 8vw;
  }
  .m-search-block-content {
    padding-block: 8vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .m-search-block-items._col3,
  .m-search-block-items._col2 {
    grid-template-columns: 1fr;
    gap: 2.9333333333vw;
  }
  .m-search-block-item {
    gap: 10.1333333333vw;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .m-search-block-item-img {
    border-radius: 2.6666666667vw;
  }
  .m-search-block-item-button._pt {
    padding-top: 4.8vw;
  }
  .m-search-block-item-txt {
    font-size: 4vw;
    margin-top: 5.6vw;
  }
  .m-search-block-item-txtSmall {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    padding-inline: initial;
  }
  .m-search-block-box {
    border-radius: 1.3333333333vw;
    margin-top: 2.9333333333vw;
  }
  .m-search-block-box-link {
    height: 42.6666666667vw;
  }
  .m-search-block-box-link-img {
    aspect-ratio: 295/160;
    border-radius: 1.3333333333vw;
  }
  .m-search-block-item-btn-wrap {
    width: 100%;
    margin-top: 3.2vw;
    gap: 3.7333333333vw;
  }
  .m-search-block-item-btn {
    padding-block: 3.2vw;
    padding-inline: 9.0666666667vw 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.25;
    box-shadow: 0 1.0666666667vw 0 #00396d;
  }
  .m-search-block-item-btn span {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .m-search-block-item-btn span::before {
    width: 1.0666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-service -------------*/
.m-service-container {
  padding-block: 5.5rem 8rem;
  background-color: #E8E2DA;
}

.m-service-block {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.m-service-block-ttl {
  padding-block: 1rem;
  padding-inline: 1rem;
  color: #C90909;
  text-align: center;
  align-content: center;
  width: 100%;
  min-height: 14rem;
  background-color: #DBC3A2;
}
.m-service-block-ttl._detail {
  min-height: 11rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
}
.m-service-block-ttl em {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
}
.m-service-block-ttl small {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 900;
}
.m-service-block-ttl ._colorBlack {
  color: #333;
}
.m-service-block-ttl ._num {
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
}
.m-service-block-ttl ._underline {
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}

.m-service-block-ttl ._ruby {
  position: relative;
  display: inline-block;
}
.m-service-block-ttl ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.77em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.m-service-block-content {
  padding-block: 4rem 8rem;
  padding-inline: 10rem;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #E1E1E1;
  border-top: none;
}

.m-service-block-wrap {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}

.m-service-block-wrap-img {
  width: 30rem;
  aspect-ratio: 300/187;
  border-radius: 1rem;
  overflow: hidden;
}
.m-service-block-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-service-block-wrap-txt {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #C90909;
}
.m-service-block-wrap-txt em {
  color: #C90909;
}
.m-service-block-wrap-txt small {
  font-size: 1.4rem;
  vertical-align: super;
}

.m-service-block-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 2.5rem;
}
.m-service-block-txt span {
  font-weight: 700;
  color: #C90909;
}
.m-service-block-txt small {
  font-size: 1.5rem;
}
.m-service-block-txt em {
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}

.m-service-block-lists {
  margin-top: 1.8rem;
}

.m-service-block-list {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.m-service-block-list a {
  text-decoration: underline;
  color: inherit;
}
@media (any-hover: hover) {
  .m-service-block-list a :hover {
    text-decoration: none;
  }
}

.m-service-block-items {
  display: flex;
  gap: 0 8rem;
  margin-top: 5rem;
}

.m-service-block-item {
  width: 46rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.m-service-block-item-img {
  width: 100%;
  aspect-ratio: 460/284;
  border-radius: 1rem;
  overflow: hidden;
}
.m-service-block-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-service-block-item-ttl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
}

.m-service-block-item-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.6rem;
  height: 0.5rem;
  border-radius: 10vmax;
  background-color: #C90909;
}

.m-service-block-item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 3rem;
}

.m-service-block-item-button {
  width: 32rem;
  margin-inline: auto;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .m-service-container {
    padding-block: 5.3333333333vw 13.3333333333vw;
  }
  .m-service-block {
    border-radius: 2.6666666667vw;
  }
  .m-service-block-ttl {
    text-align: left;
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    min-height: 36vw;
  }
  .m-service-block-ttl._detail {
    min-height: 20vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: center;
  }
  .m-service-block-ttl em {
    font-size: 5.6vw;
    line-height: 1.5238095238;
  }
  .m-service-block-ttl small {
    font-size: 4.2666666667vw;
  }
  .m-service-block-ttl ._num {
    font-size: 7.7333333333vw;
  }
  .m-service-block-content {
    padding-block: 8vw 11.2vw;
    padding-inline: 8vw;
    border-radius: 2.6666666667vw;
  }
  .m-service-block-wrap {
    flex-direction: column;
    gap: 8.2666666667vw;
  }
  .m-service-block-wrap-img {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .m-service-block-wrap-txt {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    padding-left: 4vw;
    border-left-width: 1.3333333333vw;
  }
  .m-service-block-wrap-txt small {
    font-size: 2.6666666667vw;
  }
  .m-service-block-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-top: 4.8vw;
  }
  .m-service-block-txt small {
    font-size: 4vw;
  }
  .m-service-block-lists {
    margin-top: 5.3333333333vw;
  }
  .m-service-block-list {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .m-service-block-items {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .m-service-block-item {
    width: 100%;
    gap: 5.3333333333vw;
  }
  .m-service-block-item-img {
    border-radius: 2.6666666667vw;
  }
  .m-service-block-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-bottom: 3.7333333333vw;
  }
  .m-service-block-item-ttl::after {
    width: 16vw;
    height: 1.0666666667vw;
  }
  .m-service-block-item-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-top: 5.3333333333vw;
  }
  .m-service-block-item-button {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
/*------------- .m-support -------------*/
.m-support-container01 {
  padding-block: 7rem 9.5rem;
  background-color: #E8E2DA;
}

.m-support-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5rem;
}

.m-support-item {
  padding-block: 5rem 4rem;
  padding-inline: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #E8E2DA;
  border-top: none;
  position: relative;
}

.m-support-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #C90909;
  border-radius: 1rem 1rem 0 0;
}

.m-support-item-safe {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #C90909;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: #fff;
}
.m-support-item-safe ._txt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
}
.m-support-item-safe ._num {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.m-support-item-ttl {
  display: flex;
  align-items: center;
}
.m-support-item-ttl ._txt {
  flex: 1;
  font-size: 2.5rem;
  line-height: 1.52;
  font-weight: 700;
  color: #7E0000;
}
.m-support-item-ttl ._txt em {
  color: #C90909;
}
.m-support-item-ttl ._price {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  color: #C90909;
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}
.m-support-item-ttl ._price em {
  display: inline-block;
  font-size: 7rem;
  line-height: 1;
  position: relative;
}
.m-support-item-ttl ._price em::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 1.8rem;
  aspect-ratio: 18/17;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_support_price.svg);
}

.m-support-item-img {
  width: 100%;
  aspect-ratio: 330/204;
  border-radius: 1rem;
  overflow: hidden;
  margin-block: 2rem 6rem;
}
.m-support-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-support-item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.m-support-item-txt em {
  font-weight: 700;
  color: #C90909;
}

.m-support-item-txt::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.8rem;
  aspect-ratio: 48/27;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/common/icn_support_arrow.svg);
}

.m-support-read {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #7E0000;
  text-align: center;
  margin-top: 4rem;
}
.m-support-read span {
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}
.m-support-read span em {
  color: #C90909;
}
.m-support-read span small {
  font-size: 3rem;
}

.m-support-boxes {
  padding-block: 3rem;
  padding-inline: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  gap: 0 5rem;
}

.m-support-box {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2rem;
}

.m-support-box:not(:last-child) {
  padding-right: 5rem;
  border-right: 1px solid #E8E8E4;
}

.m-support-box-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.m-support-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-support-box-wrap {
  min-width: 11rem;
}

.m-support-box-wrap-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
}

.m-support-box-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1rem;
}

.m-support-lists {
  margin-top: 2rem;
}

.m-support-list {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

.m-support-container02 {
  padding-block: 8rem;
}
.m-support-container02._area_detail {
  display: none;
}

.m-support-group {
  border-radius: 1rem;
  background-color: #F6F3EF;
  overflow: hidden;
}

.m-support-group-ttl {
  width: 100%;
  height: 9.1rem;
  background-color: #C90909;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-support-group-ttl span {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.m-support-group-ttl:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 1.6rem;
  background-color: #C90909;
  clip-path: polygon(50% 1.6rem, 0% 0%, 2.6rem 0%);
}

.m-support-group-content {
  padding-block: 5.5rem 6rem;
  padding-inline: 8rem;
}

.m-support-group-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.m-support-group-wrap {
  width: 59.5rem;
}

.m-support-group-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
}

.m-support-group-wrap-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 4rem;
  margin-top: 3rem;
}

.m-support-group-wrap-item-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  width: 13rem;
  height: 3rem;
  background-color: #C90909;
  border-radius: 1rem;
}

.m-support-group-wrap-item-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.5rem;
  margin-top: 1rem;
}
.m-support-group-wrap-item-lists._col5 {
  width: 30rem;
}
.m-support-group-wrap-item-lists._col4 {
  width: 25.5rem;
}

.m-support-group-wrap-item-list a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  transition: color 0.3s, text-decoration 0.3s;
}

.m-support-group-wrap-item-list a.is-hover {
  color: #C90909;
  text-decoration: none;
}

.m-support-group-wrapper-img {
  width: 38.9rem;
  aspect-ratio: 389/338;
}

.m-support-group-wrapper-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-support-group-wrapper-img svg a {
  fill: #4e4e4e;
  transition: fill 0.3s;
}

.m-support-group-wrapper-img svg a.is-hover {
  fill: #C90909;
}

@media screen and (max-width: 767px) {
  .m-support-container01 {
    padding-block: 14.6666666667vw 13.3333333333vw;
  }
  .m-support-items {
    grid-template-columns: 1fr;
    gap: 14.6666666667vw;
  }
  .m-support-item {
    padding-block: 12.5333333333vw 7.4666666667vw;
    padding-inline: 8vw;
    border-radius: 2.6666666667vw;
  }
  .m-support-item::before {
    height: 2.1333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .m-support-item-safe {
    top: 0.5333333333vw;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    gap: 0.8vw;
  }
  .m-support-item-safe ._txt {
    font-size: 4.5333333333vw;
  }
  .m-support-item-safe ._num {
    font-size: 8vw;
  }
  .m-support-item-ttl ._txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .m-support-item-ttl ._price {
    font-size: 6.6666666667vw;
    line-height: 1.48;
  }
  .m-support-item-ttl ._price em {
    font-size: 15.4666666667vw;
  }
  .m-support-item-ttl ._price em::before {
    top: 0;
    right: -2.6666666667vw;
    width: 4.8vw;
  }
  .m-support-item-img {
    border-radius: 2.6666666667vw;
    margin-block: 5.3333333333vw 15.4666666667vw;
  }
  .m-support-item-txt {
    font-size: 4.2666666667vw;
  }
  .m-support-item-txt::before {
    top: -11.4666666667vw;
    width: 12.8vw;
  }
  .m-support-read {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 7.4666666667vw;
  }
  .m-support-read span small {
    font-size: 4.8vw;
  }
  .m-support-boxes {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .m-support-box {
    gap: 0 5.3333333333vw;
  }
  .m-support-box:not(:last-child) {
    padding-right: initial;
    border-right: none;
    padding-bottom: 5.0666666667vw;
    border-bottom: 1px solid #E8E8E4;
  }
  .m-support-box-img {
    width: 17.3333333333vw;
  }
  .m-support-box-wrap {
    min-width: initial;
  }
  .m-support-box-wrap-ttl {
    font-size: 4.8vw;
    line-height: 1.8333333333;
  }
  .m-support-box-wrap-txt {
    font-size: 4vw;
    line-height: 1.6666666667;
    margin-top: 1.3333333333vw;
  }
  .m-support-lists {
    margin-top: 5.3333333333vw;
  }
  .m-support-list {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .m-support-container02 {
    padding-block: 13.3333333333vw;
  }
  .m-support-group {
    border-radius: 2.6666666667vw;
  }
  .m-support-group-ttl {
    height: 26.4vw;
  }
  .m-support-group-ttl span {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .m-support-group-ttl:after {
    width: 6.9333333333vw;
    height: 4.2666666667vw;
    clip-path: polygon(50% 4.2666666667vw, 0% 0%, 6.9333333333vw 0%);
  }
  .m-support-group-content {
    padding-block: 9.3333333333vw 8vw;
    padding-inline: 5.3333333333vw;
  }
  .m-support-group-wrapper {
    flex-direction: column;
    gap: initial;
  }
  .m-support-group-wrap {
    display: contents;
  }
  .m-support-group-wrap-txt {
    font-size: 4.2666666667vw;
    order: 1;
  }
  .m-support-group-wrap-items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    order: 3;
  }
  .m-support-group-wrap-item-ttl {
    font-size: 4.2666666667vw;
    width: 34.6666666667vw;
    height: 8vw;
    border-radius: 2.6666666667vw;
  }
  .m-support-group-wrap-item-lists {
    gap: 2.6666666667vw 3.7333333333vw;
    margin-top: 3.2vw;
  }
  .m-support-group-wrap-item-lists._col5, .m-support-group-wrap-item-lists._col4 {
    width: 100%;
  }
  .m-support-group-wrap-item-list a {
    font-size: 4vw;
  }
  .m-support-group-wrapper-img {
    width: 100%;
    margin-top: 5.3333333333vw;
    order: 2;
  }
}
/*------------- .m-flow -------------*/
.m-flow {
  padding-block: 8rem 8.6rem;
  background-color: #EDDDC7;
}

.m-flow-txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
.m-flow-txt em {
  color: #C90909;
}

.m-flow-txt._area {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.m-flow-items {
  display: flex;
  gap: 0 2.5rem;
  margin-top: 6rem;
}

.m-flow-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.3rem solid currentColor;
  padding-block: 2.5rem;
  padding-inline: 2.2rem;
  position: relative;
}

.m-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 1.9rem;
  height: 3.4rem;
  background-color: currentColor;
  clip-path: polygon(1.9rem 50%, 0% 0%, 0% 3.4rem);
}

.m-flow-item-step {
  position: absolute;
  top: -0.3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 4.5rem;
  text-align: center;
  align-content: center;
  background-color: #333;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.m-flow-item-step small {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
}
.m-flow-item-step span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  margin-left: 0.5rem;
}

.m-flow-item-wrap {
  display: grid;
  place-content: center;
  place-items: center;
  height: 12rem;
}

.m-flow-item-img {
  aspect-ratio: 1;
}
.m-flow-item-img._01 {
  width: 7.5rem;
}
.m-flow-item-img._02 {
  width: 7.1rem;
}
.m-flow-item-img._03 {
  width: 7rem;
}
.m-flow-item-img._04 {
  width: 8.2rem;
}
.m-flow-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-flow-item-ttl {
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  text-align: center;
}

.m-flow-item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.m-flow-item-txt._area {
  display: none;
}

.m-flow-button {
  width: 32rem;
  margin-inline: auto;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .m-flow {
    padding-block: 13.3333333333vw;
  }
  .m-flow-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    margin-top: 8vw;
  }
  .m-flow-items {
    flex-direction: column;
    gap: 12vw;
    margin-top: 9.6vw;
  }
  .m-flow-item {
    display: grid;
    grid-template-areas: ". img ttl ." "txt txt txt txt";
    grid-template-columns: 1fr auto auto 1fr;
    justify-content: center;
    align-items: center;
    gap: 2.6666666667vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    border-width: 0.8vw;
    padding-block: 6.6666666667vw 7.3333333333vw;
    padding-inline: 4.5333333333vw;
  }
  .m-flow-item._area {
    grid-template-areas: ". img ttl .";
    padding-block: 6.8vw 5.3333333333vw;
  }
  .m-flow-item:not(:last-child)::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 9.0666666667vw;
    height: 5.0666666667vw;
    background-color: currentColor;
    clip-path: polygon(50% 5.0666666667vw, 0% 0%, 9.0666666667vw 0%);
  }
  .m-flow-item-step {
    top: -0.8vw;
    width: 25.8666666667vw;
    height: 9.6vw;
    border-radius: 1.3333333333vw;
  }
  .m-flow-item-step small {
    font-size: 3.7333333333vw;
  }
  .m-flow-item-step span {
    font-size: 6.4vw;
    margin-left: 1.3333333333vw;
  }
  .m-flow-item-wrap {
    display: block;
    height: auto;
    grid-area: img;
  }
  .m-flow-item-img._01, .m-flow-item-img._02, .m-flow-item-img._03, .m-flow-item-img._04 {
    width: 13.3333333333vw;
  }
  .m-flow-item-body {
    display: contents;
  }
  .m-flow-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    text-align: left;
    grid-area: ttl;
  }
  .m-flow-item-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-top: initial;
    grid-area: txt;
  }
  .m-flow-button {
    width: 100%;
    margin-top: 8vw;
  }
}
/*------------- .m-faqfaq -------------*/
.m-faq {
  padding-block: 8rem 8.4rem;
}
.m-faq._top {
  padding-block: 3rem 8.4rem;
}
.m-faq._ranking {
  background-color: #EDDDC7;
}

.m-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #F7F3EE;
  padding-block: 4rem;
  padding-inline: 3rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #C90909;
  margin-top: 6rem;
}

.m-faq-accordion-item {
  background-color: #fff;
  border-radius: 0.5rem;
}

.m-faq-accordion-title {
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  width: 100%;
  align-content: center;
  padding-block: 2.5rem;
  padding-inline: 7.3rem 7rem;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.m-faq-accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
  font-family: "Roboto";
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  width: 4rem;
  aspect-ratio: 1;
  background-color: #C90909;
  border-radius: 50%;
}

.m-faq-accordion-title.open .m-faq-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.m-faq-accordion-icon {
  display: inline-block;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.m-faq-accordion-icon::before,
.m-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background-color: #C90909;
  transition: transform 0.3s ease 0s;
}

.m-faq-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.m-faq-accordion-content {
  display: none;
  padding-block: 3.4rem 3rem;
  padding-inline: 7.3rem 7rem;
  position: relative;
}

.m-faq-accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #E8E8E4;
}

.m-faq-accordion-content::after {
  content: "A";
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Roboto";
  color: #fff;
  width: 4rem;
  aspect-ratio: 1;
  background-color: #C90909;
  border-radius: 50%;
  transition: top 0.3s ease-in-out;
}
.open .m-faq-accordion-content::after {
  top: 2.3rem;
}

@media screen and (max-width: 767px) {
  .m-faq {
    padding-block: 13.3333333333vw 14.1333333333vw;
  }
  .m-faq._top {
    padding-block: 5.3333333333vw 14.1333333333vw;
  }
  .m-faq-accordion {
    gap: 2.6666666667vw;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #C90909;
    margin-top: 8vw;
  }
  .m-faq-accordion-item {
    border-radius: 1.3333333333vw;
  }
  .m-faq-accordion-title {
    font-size: 4.2666666667vw;
    padding-block: 5.3333333333vw;
    padding-inline: 13.3333333333vw 10.6666666667vw;
  }
  .m-faq-accordion-title::before {
    left: 2.6666666667vw;
    font-size: 4.8vw;
    width: 8vw;
  }
  .m-faq-accordion-icon {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
  .m-faq-accordion-icon::before,
  .m-faq-accordion-icon::after {
    height: 0.5333333333vw;
  }
  .m-faq-accordion-content {
    padding-block: 5.3333333333vw 4vw;
    padding-inline: 13.3333333333vw 8vw;
  }
  .m-faq-accordion-content::before {
    width: calc(100% - 5.3333333333vw);
  }
  .m-faq-accordion-content::after {
    top: 1.3333333333vw;
    left: 2.6666666667vw;
    font-size: 4.8vw;
    width: 8vw;
  }
  .open .m-faq-accordion-content::after {
    top: 4vw;
  }
}
/*------------- .m-guide -------------*/
.m-guide {
  padding-block: 8rem 8.4rem;
  background-color: #E8E2DA;
}

.m-guide-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 2rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-guide {
    padding-block: 13.3333333333vw 14.1333333333vw;
  }
  .m-guide-items {
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
    margin-top: 8vw;
  }
}
/*------------- .m-select -------------*/
.m-select-container {
  padding-block: 3rem 8rem;
}

.m-select-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.m-select-item {
  padding-block: 3.8rem 3rem;
  padding-inline: 2.9rem;
  background-color: #FFDED5;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 3rem;
  position: relative;
}

.m-select-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 4.4rem;
  aspect-ratio: 1;
  background-color: #C90909;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.m-select-item-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
}

.m-select-item-wrapper-img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.m-select-item-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-select-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #C90909;
  width: fit-content;
  position: relative;
}
.m-select-item-wrap-txt em {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  margin-left: 0.2rem;
}

.m-select-item-wrap-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #C90909;
  border-radius: 10vmax;
}

.m-select-item-wrap-ttl {
  font-size: 3.1rem;
  line-height: 1.5161290323;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #7E0000;
  margin-top: 1rem;
}
.m-select-item-wrap-ttl ._underLine {
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
  line-height: 1.5;
}
.m-select-item-wrap-ttl ._fzLarge {
  font-size: 3.7rem;
  line-height: 1.2702702703;
}
.m-select-item-wrap-ttl ._fzNumber {
  font-family: "Roboto", sans-serif;
  font-size: 4.9rem;
  line-height: 1;
}
.m-select-item-wrap-ttl ._colorRed {
  color: #C90909;
  font-weight: 900;
}
.m-select-item-wrap-ttl ._ml {
  display: inline-block;
  margin-left: 0.8rem;
}

.m-select-item-box {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.m-select-item-box-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.m-select-item-box-txt em {
  font-weight: 700;
  color: #C90909;
}

@media screen and (max-width: 767px) {
  .m-select-container {
    padding-block: 5.3333333333vw 13.3333333333vw;
  }
  .m-select-items {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .m-select-item {
    padding-block: 7.4666666667vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    gap: 4.5333333333vw;
  }
  .m-select-item::before {
    width: 10.6666666667vw;
  }
  .m-select-item-wrapper {
    gap: 0 4vw;
  }
  .m-select-item-wrapper-img {
    width: 21.3333333333vw;
  }
  .m-select-item-wrap-txt {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
  .m-select-item-wrap-txt em {
    font-size: 5.3333333333vw;
    line-height: 1.55;
    margin-left: 0.8vw;
  }
  .m-select-item-wrap-txt::after {
    height: 0.5333333333vw;
  }
  .m-select-item-wrap-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-top: 2.6666666667vw;
  }
  .m-select-item-wrap-ttl ._fzLarge {
    font-size: 7.4666666667vw;
    line-height: 1.2857142857;
  }
  .m-select-item-wrap-ttl ._fzNumber {
    font-size: 9.0666666667vw;
  }
  .m-select-item-wrap-ttl ._ml {
    margin-left: 0.8vw;
  }
  .m-select-item-box {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .m-select-item-box-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}
/*------------- .m-voice -------------*/
.m-voice {
  padding-bottom: 8.4rem;
}
.m-voice._area_detail {
  padding-top: 8rem;
}
.m-voice._satisfaction {
  padding-top: 8rem;
  background-color: #EDDDC7;
}

.m-voice-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
}

.m-voice-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 2rem;
  margin-top: 6rem;
}

.m-voice-group {
  display: flex;
  flex-direction: column;
  padding-block: 2.8rem 3.5rem;
  padding-inline: 2.8rem;
  background-color: #F6F3EF;
  border: 0.2rem solid #C90909;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 #C90909;
  transition: filter 0.3s ease 0s;
}
.m-voice-group:hover {
  filter: brightness(1.1);
}

.m-voice-group-img {
  width: 100%;
  aspect-ratio: 326/201;
  border-radius: 1rem;
  overflow: hidden;
}
.m-voice-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-voice-group-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-left: 1.7rem;
  position: relative;
}

.m-voice-group-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #C90909;
  border-radius: 10vmax;
}

.m-voice-group-ttl-small {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
}

.m-voice-group-ttl-large {
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
}

.m-voice-group-items {
  display: grid;
  grid-template-areas: "item01 item01" "item02 item03";
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  gap: 1.5rem 4rem;
  margin-top: 3rem;
}

.m-voice-group-item._01 {
  grid-area: item01;
}
.m-voice-group-item._02 {
  grid-area: item02;
}
.m-voice-group-item._03 {
  grid-area: item03;
}

.m-voice-group-item-tag {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #C90909;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 10vmax;
  width: fit-content;
  padding-block: 0.1rem;
  padding-inline: 0.9rem;
}

.m-voice-group-item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333;
  margin-top: 0.8rem;
}

.m-voice-button {
  width: 32rem;
  margin-inline: auto;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-voice {
    padding-bottom: 14.1333333333vw;
  }
  .m-voice._area_detail {
    padding-top: 13.3333333333vw;
  }
  .m-voice._satisfaction {
    padding-top: 13.3333333333vw;
  }
  .m-voice-txt {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
  .m-voice-groups {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    margin-top: 8vw;
  }
  .m-voice-group {
    padding-block: 5.6vw 9.6vw;
    padding-inline: 4.8vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 1.3333333333vw 0 #C90909;
  }
  .m-voice-group-img {
    border-radius: 2.6666666667vw;
    aspect-ratio: 295/174;
  }
  .m-voice-group-ttl {
    gap: 1.0666666667vw;
    margin-top: 4vw;
    padding-left: 4vw;
  }
  .m-voice-group-ttl::before {
    width: 1.0666666667vw;
  }
  .m-voice-group-ttl-small {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  .m-voice-group-ttl-large {
    font-size: 6.6666666667vw;
  }
  .m-voice-group-items {
    gap: 4vw 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .m-voice-group-item-tag {
    font-size: 2.6666666667vw;
    padding-block: 0.2666666667vw;
    padding-inline: 2.4vw;
  }
  .m-voice-group-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
  .m-voice-group-item-txt._spSmall {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    margin-top: 1.3333333333vw;
  }
  .m-voice-button {
    width: 100%;
    margin-top: 9.0666666667vw;
  }
}
/*------------- .m-useful -------------*/
.m-useful {
  padding-block: 8rem;
  background-color: #EDDDC7;
}

.m-useful-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-useful {
    padding-block: 13.3333333333vw;
  }
  .m-useful-items {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
}
/* m-pager
------------------------------------- */
.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}

.m-pager .page-numbers {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  width: 5rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background-color: #C90909;
  border: 1px solid #C90909;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.m-pager .page-numbers.current {
  background-color: #fff;
  color: #C90909;
}
.m-pager .page-numbers.dots {
  text-decoration: none;
  border: none;
  pointer-events: none;
  background-color: transparent;
  color: #C90909;
}
.m-pager .page-numbers.next, .m-pager .page-numbers.prev {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-decoration: none;
  width: 12.3rem;
}
@media (any-hover: hover) {
  .m-pager .page-numbers:hover {
    background-color: #fff;
    color: #C90909;
  }
}
@media screen and (max-width: 767px) {
  .m-pager {
    gap: 0 2.6666666667vw;
  }
  .m-pager .page-numbers {
    font-size: 5.0666666667vw;
    width: 12.5333333333vw;
    height: 13.0666666667vw;
    border-radius: 1.0666666667vw;
  }
  .m-pager .page-numbers.next, .m-pager .page-numbers.prev {
    font-size: 4vw;
    width: 12.5333333333vw;
  }
}
/* コラムカード
----------------------------------- */
.m-card-column-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}

.m-card-column-link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #333;
  transition: filter 0.3s ease 0s;
}
.m-card-column-link:hover {
  filter: brightness(1.1);
}

.m-card-column-link-img {
  width: 100%;
  aspect-ratio: 230/142;
  border-radius: 1rem;
  overflow: hidden;
}
.m-card-column-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-card-column-link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
}

.m-card-column-link-tag {
  padding-block: 0.05rem 0.15rem;
  padding-inline: 0.9rem;
  background-color: #fff;
  border: 1px solid #C90909;
  border-radius: 10vmax;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #C90909;
}

.m-card-column-link-ttl {
  font-size: 1.9rem;
  line-height: 1.5263157895;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 0.9rem;
}

.m-card-column-link-txt {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1.4rem;
}

.m-card-column-link-arrow {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C90909;
  border-radius: 50%;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

.m-card-column-link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.55rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-card-column-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 2.6666666667vw;
  }
  .m-card-column-link {
    gap: 2.4vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .m-card-column-link-img {
    border-radius: 2.6666666667vw;
  }
  .m-card-column-link-tags {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .m-card-column-link-tag {
    padding-block: 0 0.1333333333vw;
    padding-inline: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  .m-card-column-link-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 2.9333333333vw;
  }
  .m-card-column-link-txt {
    font-size: 4vw;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    margin-top: 2.4vw;
  }
  .m-card-column-link-arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-card-column-link-arrow::before {
    width: 1.2vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/* m-great-satisfaction
---------------------------------------------------------------------------- */
.m-great-satisfaction {
  padding-block: 8rem 8.5rem;
  background-color: #F6F3EF;
}

.m-great-satisfaction-wrapper {
  display: flex;
  align-items: center;
  gap: 0 11.5rem;
}

.m-great-satisfaction-wrapper-img {
  width: 39.5rem;
  aspect-ratio: 395/285;
}
.m-great-satisfaction-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-great-satisfaction-wrap {
  flex: 1;
  margin-top: 0.4rem;
}

.m-great-satisfaction-wrap-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  padding-bottom: 1.5rem;
  position: relative;
}
.m-great-satisfaction-wrap-ttl em {
  color: #C90909;
}
.m-great-satisfaction-wrap-ttl ._num {
  font-family: "Roboto", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: normal;
}

.m-great-satisfaction-wrap-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-image: linear-gradient(90deg, #C90909 0, #C90909 9rem, #E8E8E4 9rem, #E8E8E4 100%);
  background-repeat: no-repeat;
}

.m-great-satisfaction-wrap-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 1.8rem;
}
.m-great-satisfaction-wrap-txt ._underLine {
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}
.m-great-satisfaction-wrap-txt em {
  color: #C90909;
}
.m-great-satisfaction-wrap-txt ._num {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
}

.m-great-satisfaction-wrap-button {
  width: 36rem;
  margin-left: auto;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .m-great-satisfaction {
    padding-block: 12.8vw 13.8666666667vw;
  }
  .m-great-satisfaction-wrapper {
    flex-direction: column;
    gap: 8.8vw;
  }
  .m-great-satisfaction-wrapper-img {
    width: 100%;
  }
  .m-great-satisfaction-wrap {
    margin-top: initial;
  }
  .m-great-satisfaction-wrap-ttl {
    font-size: 6.9333333333vw;
    line-height: 1.6153846154;
    padding-bottom: 2.6666666667vw;
  }
  .m-great-satisfaction-wrap-ttl ._num {
    font-size: 12.8vw;
  }
  @supports (-moz-appearance: none) {
    .m-great-satisfaction-wrap-ttl {
      letter-spacing: 0.02em;
    }
  }
  @supports (-webkit-hyphens: none) {
    .m-great-satisfaction-wrap-ttl {
      letter-spacing: 0.03em;
    }
  }
  .m-great-satisfaction-wrap-ttl::after {
    height: 0.5333333333vw;
    background-image: linear-gradient(90deg, #C90909 0, #C90909 16vw, #E8E8E4 16vw, #E8E8E4 100%);
  }
  .m-great-satisfaction-wrap-txt {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-top: 4.5333333333vw;
  }
  .m-great-satisfaction-wrap-txt ._num {
    font-size: 8.5333333333vw;
  }
  .m-great-satisfaction-wrap-button {
    width: 100%;
    margin-top: 8vw;
    margin-left: initial;
  }
}
/* ロボット
----------------------------------- */
.m-robot {
  padding-block: 3rem;
  padding-inline: 13.4rem 4rem;
  margin-block: 6rem 3rem;
  border-radius: 1rem;
  background-color: #FBF6E5;
  overflow: hidden;
  position: relative;
}

.m-robot::before {
  content: "";
  width: 9.4rem;
  aspect-ratio: 94/161;
  background-image: url(./../../images/column/detail/img_robot.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.1rem;
  left: 2rem;
}

.m-robot-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  margin-bottom: 1.5rem;
}

.m-robot-txt {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-robot {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    margin-block: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .m-robot::before {
    width: 13.3333333333vw;
    aspect-ratio: 50/72;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .m-robot-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    padding-left: 17.3333333333vw;
  }
  .m-robot-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

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

.l-main._bg-off-white {
  position: relative;
}

.l-main._bg-off-white::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E8E2DA;
  position: absolute;
  inset: 0;
  z-index: -1000;
}

.l-main._bg-off-white02 {
  position: relative;
}

.l-main._bg-off-white02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F7F3EE;
  position: absolute;
  inset: 0;
  z-index: -1000;
}

.l-main._bg-off-white03 {
  position: relative;
}

.l-main._bg-off-white03::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F6F3EF;
  position: absolute;
  inset: 0;
  z-index: -1000;
}

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

.l-content._1880 {
  max-width: 188rem;
}

.l-content._1920 {
  max-width: 192rem;
}

@media screen and (max-width: 767px) {
  .l-main._pt-child-nothing-mv {
    padding-top: 18.6666666667vw;
  }
  .l-content {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .l-content._1880,
  .l-content._1920 {
    max-width: 100%;
  }
}
/*------------- .l-header -------------*/
.l-header {
  position: relative;
  z-index: 9000;
  max-height: min(10.3125vw, 198px);
  background-color: #C90909;
  display: flex;
  flex-direction: column;
}

.l-header-top {
  height: min(1.5625vw, 30px);
}

.l-header-middle {
  height: min(5.1041666667vw, 98px);
  background-color: #fff;
}

.l-header-middle-content {
  height: inherit;
  max-width: min(100vw, 1920px);
  margin-inline: auto;
}

.l-header-middle-inner {
  height: inherit;
  padding-inline: min(2.6041666667vw, 50px);
}

.l-header-middle-wrapper {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header-middle-wrap-left {
  display: flex;
  align-items: center;
  gap: 0 min(0.5208333333vw, 10px);
}

.l-header-middle-wrap-left-logo {
  display: block;
  width: min(10.1041666667vw, 194px);
  aspect-ratio: 194/64;
}
.l-header-middle-wrap-left-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-header-middle-wrap-left-box-txt01 {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 900;
  font-size: min(1.0416666667vw, 20px);
  color: #C90909;
  padding-block: min(0.078125vw, 1.5px);
  padding-inline: min(0.4166666667vw, 8px);
  background-color: #FCE100;
  border-radius: min(0.15625vw, 3px);
  width: fit-content;
  position: relative;
}
.l-header-middle-wrap-left-box-txt01 span {
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: min(1.1458333333vw, 22px);
  transform: rotate(10deg);
}

.l-header-middle-wrap-left-box-txt01::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: min(1.0416666667vw, 20px);
  width: min(0.5729166667vw, 11px);
  height: min(0.4166666667vw, 8px);
  background-color: #FCE100;
  clip-path: polygon(50% min(0.4166666667vw, 8px), 0% 0%, min(0.5729166667vw, 11px) 0%);
}

.l-header-middle-wrap-left-box-txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: min(0.8333333333vw, 16px);
  margin-top: min(0.15625vw, 3px);
  padding-left: min(0.3645833333vw, 7px);
}

.l-header-middle-wrap {
  display: flex;
  align-items: center;
}

.l-header-middle-wrap-box {
  margin-inline: min(1.5625vw, 30px) min(1.0416666667vw, 20px);
}

.l-header-middle-wrap-box-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: min(0.7291666667vw, 14px);
  color: #C90909;
}
.l-header-middle-wrap-box-txt small {
  font-size: min(0.625vw, 12px);
  line-height: 1.75;
  font-weight: 700;
}
.l-header-middle-wrap-box-txt ._num {
  font-family: "roboto", sans-serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1.1666666667;
}
.l-header-middle-wrap-box-txt ._fz {
  font-size: min(0.6770833333vw, 13px);
  line-height: 1.6153846154;
  font-weight: 700;
}

.l-header-middle-wrap-box-img {
  width: min(10.5208333333vw, 202px);
  aspect-ratio: 202/32;
}
.l-header-middle-wrap-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-header-middle-wrap-box-num {
  display: flex;
  align-items: center;
  gap: 0 0.3125vw;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-size: min(1.6666666667vw, 32px);
  color: #C90909;
}

.l-header-middle-wrap-box-num span {
  display: inline-block;
  width: min(2.03125vw, 39px);
  aspect-ratio: 39/22;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_tel.svg);
}

.l-header-middle-wrap-box-txtSmall {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  font-size: min(0.7291666667vw, 14px);
}

.l-header-middle-wrap-button {
  width: min(11.4583333333vw, 220px);
  padding-top: min(1.09375vw, 21px);
}

.l-header-inner {
  flex: 1;
  padding-block: min(0.3645833333vw, 7px);
  padding-inline: min(2.6041666667vw, 50px);
  width: 100%;
  max-width: min(100vw, 1920px);
  margin-inline: auto;
}

.l-header-scrolled-wrap {
  display: none;
  position: fixed;
  z-index: 9001;
  inset: 0;
  max-height: min(4.0625vw, 78px);
}

.l-header._scrolled {
  height: 100%;
  max-height: 100%;
}

.l-header-scrolled-logo {
  width: min(9.0104166667vw, 173px);
  aspect-ratio: 173/46;
}
.l-header-scrolled-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-header-scrolled-btn {
  display: grid;
  place-content: center;
  width: min(11.4583333333vw, 220px);
  padding-block: min(0.625vw, 12px);
  background-color: #007CE8;
  border-radius: calc(infinity * 1px);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: min(0.9375vw, 18px);
  color: #fff;
  text-align: center;
  box-shadow: 0 min(0.2083333333vw, 4px) 0 #00396d;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.l-header-scrolled-btn:hover {
  transform: translateY(min(0.2083333333vw, 4px));
  box-shadow: 0 0 0 rgba(0, 57, 109, 0);
}

@media (max-width: 767px) {
  .l-header {
    position: fixed;
    inset: 0;
    z-index: 9000;
    height: 18.6666666667vw;
    max-height: 100%;
  }
  .l-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
    height: 100%;
    z-index: 8000;
    background-color: #C90909;
    transition: background-color 0.3s ease-in-out;
  }
  .l-hamburger-line {
    display: block;
    height: 0.5333333333vw;
    width: 6.9333333333vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-hamburger-line:before,
  .l-hamburger-line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  .l-hamburger-line:before {
    top: -2.1333333333vw;
  }
  .l-hamburger-line:after {
    top: 2.1333333333vw;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line {
    background-color: transparent;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .l-header-middle {
    height: inherit;
  }
  .l-header-middle-content {
    max-width: 100%;
  }
  .l-header-middle-inner {
    padding-inline: 5.3333333333vw;
  }
  .l-header-middle-wrapper {
    gap: 2.6666666667vw;
  }
  .l-header-middle-wrap-left {
    gap: initial;
  }
  .l-header-middle-wrap-left-logo {
    width: 28.2666666667vw;
    aspect-ratio: 106/41;
  }
  .l-header-middle-wrap-left-box {
    margin-left: 1.6vw;
  }
  .l-header-middle-wrap-left-box-txt01 {
    font-size: 3.2vw;
    line-height: 1.5;
    padding-block: 0.4vw;
    padding-inline: 1.6vw;
    border-radius: 0.8vw;
  }
  .l-header-middle-wrap-left-box-txt01 span {
    font-size: 3.2vw;
  }
  .l-header-middle-wrap-left-box-txt01::after {
    right: 3.4666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    clip-path: polygon(50% 1.6vw, 0% 0%, 1.6vw 0%);
  }
  .l-header-middle-wrap-left-box-txt02 {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin-top: 1.3333333333vw;
    padding-left: 1.6vw;
  }
}
/*------------- .l-gnav -------------*/
.l-header-gnav-wrap {
  position: fixed;
  top: 0;
  transform: translateX(110%);
  z-index: 8000;
  overflow: auto;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-gnav-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 min(1.0416666667vw, 20px);
  height: 100%;
}

.l-gnav-page-lists {
  display: flex;
  align-items: center;
  height: inherit;
}

.l-gnav-page-list {
  height: inherit;
}
.l-gnav-page-list:not(:last-child) {
  margin-right: min(0.5208333333vw, 10px);
}

.l-gnav-page-list ._line {
  display: inline-block;
  margin-right: min(0.5208333333vw, 10px);
  position: relative;
}
.l-gnav-page-list ._line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-65%);
  width: 1px;
  height: min(1.9791666667vw, 38px);
  background-color: #fff;
}

.l-gnav-page-link {
  display: inline-block;
  height: 100%;
  align-content: center;
  padding-block: min(0.7552083333vw, 14.5px);
  padding-inline: min(1.4479166667vw, 27.8px);
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  color: #fff;
  border-radius: min(0.2604166667vw, 5px);
  transition: background-color 0.3s ease 0s;
}
.l-gnav-page-link:hover {
  background-color: #8F0000;
}

.l-gnav-page-drawer:hover .l-gnav-page-link {
  background-color: #8F0000;
}
.l-gnav-page-drawer:hover .l-gnav-page-drawer-container {
  opacity: 1;
  visibility: visible;
}

.l-gnav-page-drawer-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-block: min(2.6041666667vw, 50px) min(3.125vw, 60px);
  padding-inline: min(1.0416666667vw, 20px);
  background-color: #F8F8F8;
  transition: all 0.3s;
}

.l-gnav-page-drawer-inner {
  width: 100%;
  max-width: min(62.5vw, 1200px);
  margin-inline: auto;
}

.l-gnav-page-drawer-wrap {
  display: flex;
  gap: 0 min(5.2083333333vw, 100px);
}

.l-gnav-page-drawer-wrap-link {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  font-size: min(1.40625vw, 27px);
  color: #C90909;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  gap: 0 min(0.625vw, 12px);
}

.l-gnav-page-drawer-wrap-link ._arrow {
  display: inline-block;
  width: min(1.6666666667vw, 32px);
  aspect-ratio: 1/1;
  background-color: #C90909;
  border: 1px solid #C90909;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.l-gnav-page-drawer-wrap-link ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: min(0.3645833333vw, 7px);
  aspect-ratio: 1;
  border-top: min(0.15625vw, 3px) solid #fff;
  border-right: min(0.15625vw, 3px) solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .l-gnav-page-drawer-wrap-link:hover ._arrow {
    background-color: #fff;
  }
  .l-gnav-page-drawer-wrap-link:hover ._arrow::before {
    border-color: #C90909;
  }
}
.l-gnav-page-drawer-wrap-items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(0.78125vw, 15px) min(3.6458333333vw, 70px);
}
.l-gnav-page-drawer-wrap-items._col-manufacturer {
  grid-template-columns: repeat(4, auto);
}

.l-gnav-page-drawer-wrap-item-link {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0 min(0.4166666667vw, 8px);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: min(0.9375vw, 18px);
  color: #333;
}

.l-gnav-page-drawer-wrap-item-link::before {
  content: "";
  width: min(0.7291666667vw, 14px);
  height: min(0.15625vw, 3px);
  background-color: #C90909;
  border-radius: 10vmax;
}

.l-gnav-page-drawer-banner-items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: min(0.5208333333vw, 10px);
}

.l-gnav-page-drawer-banner-item-link {
  display: block;
  width: min(12.8125vw, 246px);
  aspect-ratio: 246/64;
}
.l-gnav-page-drawer-banner-item-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-gnav-page-search {
  display: flex;
  align-items: center;
  gap: 0 min(1.0416666667vw, 20px);
}

.l-gnav-page-search form {
  display: flex;
  align-items: center;
  width: max-content;
}

.l-gnav-page-search-input,
.l-gnav-page-search-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  height: 100%;
  min-height: min(2.0833333333vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
}

.l-gnav-page-search-input {
  flex: 1;
  width: min(14.84375vw, 285px);
  padding-inline: min(0.625vw, 12px);
  border-radius: min(0.2604166667vw, 5px) 0 0 min(0.2604166667vw, 5px);
  background-color: #fff;
  border: 1px solid #808080;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: min(0.7291666667vw, 14px);
  outline: none;
}
.l-gnav-page-search-input::placeholder {
  font-size: min(0.7291666667vw, 14px);
  color: #808080;
}

.l-gnav-page-search-submit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 0.3125vw;
  background-color: #333;
  border-radius: 0 min(0.2604166667vw, 5px) min(0.2604166667vw, 5px) 0;
  padding-inline: min(0.625vw, 12px) min(0.5208333333vw, 10px);
}
.l-gnav-page-search-submit ._txt {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  font-size: min(0.78125vw, 15px);
  color: #fff;
}
.l-gnav-page-search-submit ._icon {
  display: inline-block;
  width: min(0.9375vw, 18px);
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_search_nav.svg);
}

.l-gnav-page-text-link {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: min(0.7291666667vw, 14px);
  color: #fff;
  text-decoration: underline;
  transition: text-decoration 0.3s ease 0s;
}

@media (any-hover: hover) {
  .l-gnav-page-text-link:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .l-header-gnav-wrap.is-hamburger-open {
    transform: translateX(0);
  }
  .l-header-gnav {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding-block: 26.6666666667vw 10.6666666667vw;
    padding-inline: 8vw;
  }
  .l-gnav-page {
    display: block;
  }
  .l-gnav-page-items {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    width: 100%;
  }
  .l-gnav-page-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 3.2vw;
    border-bottom: 1px solid #E8E8E4;
  }
  .l-gnav-page-item-title a {
    display: inline-block;
  }
  .l-gnav-page-item-link {
    display: block;
  }
  .l-gnav-page-item-title a,
  .l-gnav-page-item-link {
    font-size: 4.5333333333vw;
    line-height: 1.5;
    font-weight: 700;
    color: #C90909;
    position: relative;
  }
  .l-gnav-page-item-link:before,
  .l-gnav-page-item-link:after {
    content: "";
    position: absolute;
    aspect-ratio: 1;
  }
  .l-gnav-page-item-link:before {
    top: 2.4vw;
    right: 2.1333333333vw;
    z-index: 1;
    width: 1.3333333333vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: rotate(45deg);
  }
  .l-gnav-page-item-link:after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5.8666666667vw;
    border-radius: 50%;
    background-color: #C90909;
  }
  .l-gnav-page-item-title {
    position: relative;
  }
  .l-gnav-page-item-title.open .l-gnav-page-item-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-gnav-page-item-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.5333333333vw;
    width: 5.8666666667vw;
    aspect-ratio: 1;
  }
  .l-gnav-page-item-icon::before,
  .l-gnav-page-item-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    background-color: #C90909;
    transition: transform 0.3s ease 0s;
  }
  .l-gnav-page-item-icon::before {
    transform: translate(-50%, -50%);
  }
  .l-gnav-page-item-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .l-gnav-page-item-content-items {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4vw;
    margin-left: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .l-gnav-page-item-content-item a {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    position: relative;
  }
  .l-gnav-page-item-content-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    width: 1.3333333333vw;
    aspect-ratio: 1;
    border-top: 0.5333333333vw solid #333;
    border-right: 0.5333333333vw solid #333;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-gnav-page-item-content-banner-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-top: 4vw;
    padding-bottom: 1.3333333333vw;
  }
  .l-gnav-page-item-content-banner-item-link {
    display: block;
    width: 100%;
    aspect-ratio: 150/40;
  }
  .l-gnav-page-item-content-banner-item-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .l-gnav-cta {
    margin-top: 8vw;
  }
  .l-gnav-cta-button {
    padding-top: 5.6vw;
    width: 100%;
  }
  .l-gnav-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.3333333333vw;
  }
  .l-gnav-cta-box-num {
    display: flex;
    align-items: center;
    gap: 0 1.3333333333vw;
    font-family: "Roboto", sans-serif;
    font-size: 8.5333333333vw;
    line-height: 1.34375;
    font-weight: 700;
    color: #C90909;
  }
  .l-gnav-cta-box-num span {
    display: inline-block;
    width: 13.3333333333vw;
    aspect-ratio: 50/29;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../../images/common/icn_tel.svg);
  }
  .l-gnav-cta-box-txtSmall {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    font-weight: 500;
    margin-top: -1.3333333333vw;
  }
}
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbsBox {
  padding-top: 2rem;
}

.l-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 2em;
}
.l-breadcrumbs ol li {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.l-breadcrumbs ol li::before {
  position: absolute;
  content: "〉";
  top: 0;
  right: -1em;
  transform: translateX(100%);
  font-weight: 400;
}
.l-breadcrumbs ol li a {
  color: #C90909;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.l-breadcrumbs ol li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-breadcrumbs ol li:last-child::before {
  content: none;
}
.l-breadcrumbs ol li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbsBox {
    padding-top: 2.6666666667vw;
  }
  .l-breadcrumbs {
    /* はみ出し部分をスクロールする */
    overflow-x: auto;
    overflow-y: hidden;
    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールバーを非表示にする（Firefox用） */
    scrollbar-width: none;
  }
  .l-breadcrumbs::-webkit-scrollbar {
    /* スクロールバーを非表示にする（Chrome, Safari用） */
    display: none;
  }
  .l-breadcrumbs ol {
    gap: 9.3333333333vw;
  }
  .l-breadcrumbs ol li {
    font-size: 3.7333333333vw;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
/*------------- .l-footer -------------*/
.l-footer {
  position: relative;
}

.l-footer-top {
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 22.2rem auto;
  justify-content: space-between;
  gap: 0 8rem;
}

.l-footer-top-logo {
  width: 100%;
  aspect-ratio: 222/54;
}

.l-footer-top-logo._dennoh {
  width: 100%;
  aspect-ratio: 222/50;
  margin-top: 1.4rem;
}

.l-footer-top-logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer-top-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-footer-page {
  display: grid;
  grid-template: "item1 item6 item13" auto "item2 item7 item14" auto "item3 item8 item15" auto "item4 item9 item15" auto "item5 item10  item15" auto "item5 item11  item15" auto "item5 item12  item15" auto ". .  item15" 1fr/auto auto auto;
  gap: 2rem 4rem;
  padding-right: 1rem;
  margin-top: 3rem;
}
.l-footer-page > :nth-child(1) {
  grid-area: item1;
}
.l-footer-page > :nth-child(2) {
  grid-area: item2;
}
.l-footer-page > :nth-child(3) {
  grid-area: item3;
}
.l-footer-page > :nth-child(4) {
  grid-area: item4;
}
.l-footer-page > :nth-child(5) {
  grid-area: item5;
}
.l-footer-page > :nth-child(6) {
  grid-area: item6;
}
.l-footer-page > :nth-child(7) {
  grid-area: item7;
}
.l-footer-page > :nth-child(8) {
  grid-area: item8;
}
.l-footer-page > :nth-child(9) {
  grid-area: item9;
}
.l-footer-page > :nth-child(10) {
  grid-area: item10;
}
.l-footer-page > :nth-child(11) {
  grid-area: item11;
}
.l-footer-page > :nth-child(12) {
  grid-area: item12;
}
.l-footer-page > :nth-child(13) {
  grid-area: item13;
}
.l-footer-page > :nth-child(14) {
  grid-area: item14;
}
.l-footer-page > :nth-child(15) {
  grid-area: item15;
}

.l-footer-page-item-link {
  padding-left: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #C90909;
  position: relative;
}

.l-footer-page-item-link::before,
.l-footer-page-item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
}

.l-footer-page-item-link::before {
  left: 0.7rem;
  z-index: 1;
  width: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.l-footer-page-item-link::after {
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  border-radius: 50%;
  background-color: currentColor;
}

.l-footer-page-child {
  margin-top: 2rem;
}

.l-footer-page-child-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-footer-page-child-item {
  padding-left: 3.2rem;
}

.l-footer-page-child-item-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}

.l-footer-page-child-item-link::before {
  content: "";
  width: 1.4rem;
  height: 0.3rem;
  background-color: #C90909;
  border-radius: 10vmax;
}

.l-footer-bottom-container {
  padding-block: 1rem;
  background-color: #333;
}

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

.l-footer-bottom-wrap {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}

.l-footer-bottom-wrap-list-link {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-footer-bottom-wrap-list-link:hover {
  text-decoration: none;
}

.l-footer-bottom-copy {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 18.6666666667vw;
  }
  .l-footer._no-bnr {
    padding-bottom: 0;
  }
  .l-footer-top {
    padding-bottom: 8vw;
    grid-template-columns: 1fr;
    justify-content: initial;
    gap: initial;
    padding-inline: 2.6666666667vw;
  }
  .l-footer-top-wrap {
    display: contents;
  }
  .l-footer-top-logo {
    width: 59.2vw;
    margin-inline: auto;
    order: 1;
  }
  .l-footer-top-logo._dennoh {
    margin-top: 3.7333333333vw;
    width: 75%;
  }
  .l-footer-page {
    display: grid;
    grid-template: "item1 item1" auto "item2 item2" auto "item3 item3" auto "item4 item4" auto "item5 item5" auto "item6 item6" auto "item7 item8" auto "item9 item13" auto "item10 item10" auto "item11 item11" auto "item12 item12" auto "item14 item14" auto "item15 item15" auto/1fr 1fr;
    gap: 3.2vw 6.6666666667vw;
    padding-right: initial;
    margin-top: 7.4666666667vw;
    order: 2;
  }
  .l-footer-page-item:not(:last-child) {
    border-bottom: 1px solid #E8E8E4;
    padding-bottom: 3.0666666667vw;
  }
  .l-footer-page-item-link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: start;
    column-gap: 2.6666666667vw;
    padding-left: initial;
    font-size: 4.5333333333vw;
  }
  .l-footer-page-item-link::before,
  .l-footer-page-item-link:after {
    top: 45%;
  }
  .l-footer-page-item-link::before {
    left: initial;
    right: 2.4vw;
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
  .l-footer-page-item-link::after {
    left: initial;
    right: 0;
    width: 5.8666666667vw;
  }
  .l-footer-page-item-link._child::before, .l-footer-page-item-link._child::after {
    content: none;
  }
  .l-footer-page-item-link span {
    width: 5.8666666667vw;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
  }
  .l-footer-page-item-link span::before,
  .l-footer-page-item-link span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    background-color: #C90909;
  }
  .l-footer-page-item-link span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .l-footer-page-item-link.is-open span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-footer-page-child {
    margin-top: 4vw;
    display: none;
  }
  .l-footer-page-child-items {
    gap: 2.6666666667vw;
  }
  .l-footer-page-child-item {
    padding-inline: 2.6666666667vw;
  }
  .l-footer-page-child-item-link {
    grid-template-columns: 1fr auto;
    column-gap: 1.3333333333vw;
    font-size: 4vw;
  }
  .l-footer-page-child-item-link::before {
    content: none;
  }
  .l-footer-page-child-item-link::after {
    content: "";
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.5333333333vw solid #333;
    border-right: 0.5333333333vw solid #333;
    transform: rotate(45deg);
  }
  .l-footer-page-child-banner-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .l-footer-page-child-banner-item-link {
    width: 100%;
    aspect-ratio: 150/40;
  }
  .l-footer-page-child-banner-item-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .l-footer-bottom-container {
    padding-block: 3.4666666667vw 3.2vw;
  }
  .l-footer-bottom-wrapper {
    flex-direction: column;
    justify-content: initial;
    gap: 2.1333333333vw;
  }
  .l-footer-bottom-wrap {
    gap: 0 3.4666666667vw;
  }
  .l-footer-bottom-wrap-list-link {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    text-underline-offset: 0.5333333333vw;
  }
  .l-footer-bottom-copy {
    font-size: 3.4666666667vw;
  }
}
/*------------- .l-follow-cv -------------*/
@media screen and (max-width: 767px) {
  .l-follow-cv-btn-wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-follow-cv-btn-wrap-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.3333333333vw;
    align-items: center;
  }
  .l-follow-cv-btn {
    width: 100%;
    min-height: 12.5333333333vw;
    background-color: #C90909;
    border-radius: 10vmax;
    box-shadow: 0 1.0666666667vw 0 #7e0000;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .l-follow-cv-btn:hover {
    transform: translateY(1.0666666667vw);
    box-shadow: 0 0 0 rgba(126, 0, 0, 0);
  }
  .l-follow-cv-btn span {
    display: inline-block;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 8vw;
    position: relative;
  }
  .l-follow-cv-btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8vw;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-follow-cv-btn._tel {
    width: 45.3333333333vw;
  }
  .l-follow-cv-btn._tel span::before {
    background-image: url(./../../images/common/icn_follow_tel.svg);
  }
  .l-follow-cv-btn._mail span::before {
    background-image: url(./../../images/common/icn_follow_mail.svg);
  }
}
/* 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%;
  }
}
