@charset "UTF-8";
/*
buildOutputFile: 'global-common';
*/
:root {
  --themeColor:#991e24;
  --themeColor-lt:#BE232B;
  --pointColor:#ac8839;
  --linkColor:#87eaf9;
  --bgColor:#F7F6F6;
  --fontColor: #000;
  --w:1200px;
  --side: calc((100% - (var(--w))) / 2);
  --spPaddingInline: 2.5rem;
  --widthXL:1500px;
  --widthLG:1200px;
  --widthTab:768px;
  --font-go-base: "Noto Sans JP","Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  line-height: 1.75;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(3px, 0.8333333333vw, 10px);
  }
}
@media (max-width: 767px) {
  html {
    font-size: clamp(3px, 2.6666666667vw, 11.34px);
  }
}

body {
  font-size: 1.6rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
  background: #fff;
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a img {
  opacity: 1;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--themeColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--themeColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1.6rem;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 4px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1.6rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-simple {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 5rem 1rem 4rem;
  min-width: 22rem;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  background: #BE232B;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.6rem, 18px);
  letter-spacing: 0.05em;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .btn-simple {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}
@media (max-width: 767px) {
  .btn-simple {
    min-width: auto;
    width: 80vw;
    margin-inline: auto;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .btn-simple:hover:hover {
    opacity: 0.8;
  }
}
.btn-simple::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.8rem);
  background: url(../img/common/icon-arrow-r.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .btn-simple::after {
    right: 1.6rem;
    width: 0.4em;
    height: 0.7em;
    top: calc(50% - 0.4rem);
  }
}
.btn-simple.is-black {
  background: #000;
}
.btn-simple.is-blue {
  background: #1269cc;
}
.btn-simple.is-white {
  background: #fff;
  color: #1269cc;
}
.btn-simple.is-white::after {
  background: url(../img/common/icon-arrow-r-blue.png) center center/contain no-repeat;
}
.btn-simple.is-white2 {
  background: #fff;
  color: var(--themeColor-lt);
  border: 2px solid var(--themeColor-lt);
}
.btn-simple.is-white2::after {
  background: url(../img/common/icon-arrow-r-red.png) center center/contain no-repeat;
}
.btn-simple.is-round {
  border-radius: 3.6rem;
}

.btn-flat {
  position: relative;
  border: 1px solid #000;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  color: #000;
  font-weight: bold;
}
.btn-flat::before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 10px;
  width: 5px;
  height: 9px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-flat:hover:hover {
    background-color: #c1c1c1;
  }
}

.btn-moreLink {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  width: 21.8rem;
  color: #000;
  font-family: "arial", sans-serif;
  border-bottom: 2px solid #000;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .btn-moreLink {
    font-size: 1.6rem;
    padding-bottom: 5px;
    width: 15rem;
  }
}
.btn-moreLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  width: 0.6rem;
  height: 1.1rem;
  background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .btn-moreLink:hover:hover::after {
    right: 0;
  }
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  font-size: 2.2rem;
  width: 22.4rem;
  max-width: 100%;
  height: 5rem;
  border-radius: 3rem;
  border: 1px solid #000;
  color: #000;
}
@media (hover: hover) {
  .btn-round:hover:hover {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-round {
    width: 16rem;
    height: 3.2rem;
    font-size: 1.5rem;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 1rem;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 1rem;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-disc {
  padding-left: 2.5rem;
}
.list-disc > li {
  margin: 0 0 1rem;
  list-style: disc;
}

.list-number {
  padding: 0 0 0 2.5rem;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 1rem;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 0.5rem 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.section-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-1 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 4rem;
  margin-bottom: 7rem;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  padding-right: 4rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .section-center-sp {
    width: calc(100% - var(--spPaddingInline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.table-1 tr {
  border-bottom: 0.2rem dotted #ccc;
}
.table-1 th, .table-1 td {
  padding: 1.3rem;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.4rem;
  }
}
.table-1 th {
  background: #fcfbf5;
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 1rem 0;
  }
  .table-1.is-sideTitle td {
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-ll {
  margin-bottom: 10rem;
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .title-ll {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
}
.title-ll.is-bold {
  font-weight: bold;
}

.title-l {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .title-l {
    margin-bottom: 2rem;
  }
}
.title-l-ja {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--themeColor);
  letter-spacing: 1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .title-l-ja {
    font-size: 2.4rem;
    letter-spacing: 0.8em;
    margin-left: 0.8em;
  }
}
.title-l-ja.is-no-tracking {
  letter-spacing: normal;
  margin-left: 0;
}
.title-l-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 500;
  color: var(--themeColor);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .title-l-en {
    font-size: 1.4rem;
  }
}
.title-l-en::before, .title-l-en::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 1px;
  background: var(--themeColor);
}
@media (max-width: 767px) {
  .title-l-en::before, .title-l-en::after {
    width: 5rem;
  }
}

.title-m {
  font-size: 6rem;
  font-weight: bold;
  font-family: "arial", sans-serif;
}
@media (max-width: 767px) {
  .title-m {
    font-size: 3.2rem;
  }
}

.inner {
  width: 100%;
  max-width: var(--w);
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .inner {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  .spScroll {
    display: block;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    /*スクロールバー全体の高さ*/
    /*スクロールバー全体の背景*/
    /*スクロールバーの動く部分*/
    /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  }
  .spScroll-img {
    max-width: 100%;
    vertical-align: top;
  }
  .spScroll::-webkit-scrollbar {
    height: 4px;
  }
  .spScroll::-webkit-scrollbar-track {
    background: #eee;
  }
  .spScroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .spScroll::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
.spScroll-note {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .spScroll-note {
    font-size: 3.6vw;
  }
}

@media (min-width: 768px) {
  .centerLayout {
    width: calc(115.6rem + (100% - 115.6rem) / 2 + 17rem);
    padding-left: calc((100% - 115.6rem) / 2 + 17rem);
  }
}

.js-accordion .btn-flat {
  width: 100%;
}
.js-accordion .contentsList {
  margin-bottom: 0;
}

.js-tabContents-wrap {
  position: relative;
}

.js-tabContents {
  position: absolute;
}
.js-tabContents.is-active {
  position: relative;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  list-style: none;
  padding: 0;
  gap: 0 3rem;
  height: auto;
}
@media (max-width: 767px) {
  .scroll-infinity__list {
    gap: 0 1.5rem;
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  display: grid;
  align-items: center;
  width: 8.3333333333vw;
  padding: 0;
}
@media (max-width: 767px) {
  .scroll-infinity__item {
    width: 20vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.tab-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
}

.tab-3 > label {
  flex: 1 1;
  order: -1;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}

.tab-3 > label:hover {
  opacity: 0.8;
}

.tab-3 input {
  display: none;
}

.tab-3 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-3 label:has(:checked) + div {
  display: block;
}

.qa-1 {
  max-width: 100%;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-1 .faqTrg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2.5rem 3rem 2.5rem 9rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa-1 .faqTrg {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 1.5rem 3rem 1.5rem 7rem;
  }
}

.qa-1 .faqTrg::before,
.qa-1 .faqAns::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 .faqTrg::before {
  content: "Q";
}

.qa-1 .faqTrg::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] .faqTrg::after {
  transform: rotate(225deg);
}

.qa-1 .faqAns {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1rem 3rem 2.5rem 9rem;
  transition: transform 0.5s, opacity 0.5s;
}
@media (max-width: 767px) {
  .qa-1 .faqAns {
    padding: 1.5rem 3rem 1.5rem 7rem;
  }
}

.qa-1[open] .faqAns {
  transform: none;
  opacity: 1;
}

.qa-1 .faqAns::before {
  line-height: 1.2;
  content: "A";
}

.cmnContact {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .cmnContact {
    padding: 4rem 0;
  }
}
.cmnContact .inner {
  max-width: 1000px;
}
.cmnContact-lst {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .cmnContact-lst {
    margin-top: 2.5rem;
  }
}
.cmnContact-lst-itm {
  background: #BE232B;
  padding: 0.2rem;
}
.cmnContact-lst-itm a {
  padding: 4rem 2rem;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .cmnContact-lst-itm a {
    padding: 1rem;
    height: 100%;
  }
}
.cmnContact-lst-itm a::before {
  position: absolute;
  right: 2px;
  bottom: 1px;
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  .cmnContact-lst-itm a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.cmnContact-lst-itm-img {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmnContact-lst-itm-img {
    margin-bottom: 1rem;
  }
}
.cmnContact-lst-itm-img img {
  width: auto;
  height: 13rem;
}
@media (max-width: 767px) {
  .cmnContact-lst-itm-img img {
    height: 5rem;
  }
}
.cmnContact-lst-itm p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .cmnContact-lst-itm p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px var(--themeColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--themeColor);
  border-right: 3px solid var(--themeColor);
  transform: translateY(20%) rotate(-45deg);
}

.topTips {
  background: #f7f6f6;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .topTips {
    padding-top: 4rem;
  }
}
.topTips-ttl {
  padding: 0 4rem;
  text-align: center;
}
.topTips .inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .topTips .inner {
    padding: 3rem 0;
  }
}
.topTips-latestBG {
  background: #fff;
  padding: 5rem;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .topTips-latestBG {
    padding: 3rem;
    width: 90%;
    margin-inline: auto;
  }
}
.topTips-latest {
  display: grid;
  grid-template-columns: 54% auto;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  width: 62%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-latest {
    width: 75%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .topTips-latest {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.topTips-latest-img img {
  width: 100%;
  height: auto;
  display: block;
}
.topTips-latest-desc {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-latest-desc {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .topTips-latest-desc {
    width: 100%;
    margin-inline: auto;
  }
}
.topTips-latest-desc-lnk {
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-top: 2rem;
}
.topTips-latest-desc-lnk a {
  display: grid;
  width: 100%;
  max-width: 280px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  align-items: center;
  grid-template-columns: auto;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-latest-desc-lnk a {
    font-size: 1.6vw;
    height: 7rem;
  }
}
.topTips-latest-desc-lnk a:hover {
  opacity: 0.8;
}
.topTips-latest-desc-lnk a::after {
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: center/contain no-repeat url("../img/common/icon-download.png");
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-latest-desc-lnk a::after {
    width: 1.5rem;
    height: 1.8rem;
  }
}
.topTips-lst {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .topTips-lst {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
    width: 90%;
    margin-inline: auto;
  }
}
.topTips-lst-itm {
  max-width: 100%;
}
.topTips-lst-itm img {
  width: 100%;
  height: auto;
  display: block;
}
.topTips-lst-itm p {
  font-size: 1.8rem;
  margin-top: 2rem;
  min-height: 6em;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-lst-itm p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .topTips-lst-itm p {
    font-size: 4vw;
    min-height: 30vw;
  }
}
.topTips-lst-itm-lnk {
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-top: 2rem;
}
.topTips-lst-itm-lnk a {
  display: grid;
  width: 100%;
  max-width: 280px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  align-items: center;
  grid-template-columns: auto;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-lst-itm-lnk a {
    font-size: 1.6vw;
    padding-right: 3vw;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .topTips-lst-itm-lnk a {
    font-size: 4vw;
    padding-right: 5vw;
  }
}
.topTips-lst-itm-lnk a:hover {
  opacity: 0.8;
}
.topTips-lst-itm-lnk a::after {
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: center/contain no-repeat url("../img/common/icon-download.png");
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topTips-lst-itm-lnk a::after {
    width: 1.5rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .topTips-lst-itm-lnk a::after {
    right: 5vw;
  }
}
.topTips .cmnLink-btn {
  margin-top: 4rem;
}

.cmnLink-btn {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
}

.cmn-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cmn-heading {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .cmn-heading {
    font-size: 6vw;
  }
}

.breadcrumb {
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 3rem auto;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .breadcrumb {
    max-width: 90%;
    margin: 2rem auto;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 0 auto;
    padding: 1rem 0;
    max-width: 90%;
    font-size: 1.1rem;
  }
}
.breadcrumb-itm {
  font-weight: 600;
}
.breadcrumb-itm::before {
  content: "＞";
  margin: 0 1rem 0 0.5rem;
  color: var(--textColor);
  font-size: 75%;
}
@media (max-width: 767px) {
  .breadcrumb-itm::before {
    margin: 0 0.4rem 0 0.2rem;
  }
}
.breadcrumb-itm:first-child::before {
  content: none;
  margin: 0;
}
.breadcrumb-itm a {
  color: #999;
}

.lowerMV {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .lowerMV {
    margin-top: 0;
    padding: 10vw 0;
  }
}
.lowerMV::before, .lowerMV::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .lowerMV::before, .lowerMV::after {
    max-height: 60vw;
  }
}
.lowerMV::before {
  bottom: 0;
  left: 0;
  background: left bottom/contain no-repeat url(../img/top/mv-bg-left.png);
}
.lowerMV::after {
  top: 0;
  right: 0;
  background: right bottom/contain no-repeat url(../img/top/mv-bg-right.png);
}
.lowerMV .inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  height: 430px;
  z-index: 2;
}
@media (max-width: 767px) {
  .lowerMV .inner {
    height: auto;
  }
}
.lowerMV .inner.is-pms {
  background: right 15% top 25%/auto 55% no-repeat url("../img/pms/mv-img.png");
}
@media (max-width: 767px) {
  .lowerMV .inner.is-pms {
    background: none;
  }
}
.lowerMV .inner.is-osl {
  background: right 10% top 30%/auto 32% no-repeat url("../img/osl/mv-img.png");
}
@media (max-width: 767px) {
  .lowerMV .inner.is-osl {
    background: none;
  }
}
.lowerMV img {
  width: 100%;
  height: auto;
  display: block;
}
.lowerMV-copyArea {
  width: 100%;
  padding-top: 8%;
}
@media (max-width: 767px) {
  .lowerMV-copyArea {
    padding-top: 0;
  }
}
.lowerMV-copy {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .lowerMV-copy {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .lowerMV-copy {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lowerMV-copy-ttl {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 48%;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .lowerMV-copy-ttl {
    font-size: 1.8rem;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .lowerMV-copy-ttl {
    width: 100%;
    padding-bottom: 0;
  }
}
.lowerMV-copy-txt {
  border-top: 1px solid #333;
  padding-top: 1rem;
  width: 48%;
}
@media (max-width: 1199px) {
  .lowerMV-copy-txt {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .lowerMV-copy-txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.lowerMV-copy-txt .text-L {
  font-size: 36px;
  font-weight: 700;
  color: #d51b28;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .lowerMV-copy-txt .text-L {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .lowerMV-copy-txt .text-L {
    font-size: 5vw;
  }
}
.lowerMV-copy-txt .text-M {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #d51b28;
}
.lowerMV-copy-txt .text-S {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
@media (max-width: 1199px) {
  .lowerMV-copy-txt .text-S {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .lowerMV-copy-txt .text-S {
    font-size: 4vw;
    margin-top: 3vw;
  }
}
.lowerMV-btnArea {
  position: absolute;
  right: 0;
  left: 0;
  top: 66%;
  width: 100%;
}
@media (max-width: 767px) {
  .lowerMV-btnArea {
    position: static;
  }
}
.lowerMV-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 60%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lowerMV-btn {
    position: static;
    display: grid;
    max-width: none;
    width: 70%;
    margin: 10vw auto 0;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.lowerMV-btn-itm {
  max-width: 350px;
}
@media (max-width: 767px) {
  .lowerMV-btn-itm {
    max-width: 100%;
  }
}
.lowerMV-btn-itm a {
  position: relative;
}
.lowerMV-btn-itm a .btn-bg-txt {
  position: absolute;
  display: inline;
  color: #fff;
  font-weight: 700;
  top: 35%;
  left: 18%;
  z-index: 2;
}
@media (max-width: 767px) {
  .lowerMV-btn-itm a .btn-bg-txt {
    top: 34%;
    left: 12%;
  }
}
.lowerMV-btn-itm a .btn-bg-txt.is-red {
  left: 22%;
  color: var(--themeColor-lt);
}
@media (max-width: 767px) {
  .lowerMV-btn-itm a .btn-bg-txt.is-red {
    left: 16%;
  }
}

.contentsWrapper {
  margin-top: 94px;
}
@media (min-width: 768px) {
  .contentsWrapper {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .contentsWrapper {
    margin-top: 15%;
  }
}
@media (max-width: 767px) {
  .contentsWrapper {
    margin-top: 60px;
  }
}

.pmsAchieve {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .pmsAchieve {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
.pmsAchieve-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .pmsAchieve-ttl {
    font-size: 2rem;
  }
}
.pmsAchieve-dtl {
  max-width: 800px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl {
    max-width: 100%;
    width: 100%;
  }
}
.pmsAchieve-dtl a {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #4c4c4c;
  margin-top: 3rem;
  overflow: hidden;
  color: #000;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl a {
    grid-template-columns: 1fr;
  }
}
.pmsAchieve-dtl-img {
  width: 100%;
}
.pmsAchieve-dtl-img-itm {
  padding: 3rem 1.5rem 3rem 3rem;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl-img-itm {
    padding: 2rem 2rem 1rem 2rem;
  }
}
.pmsAchieve-dtl-img-itm img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.pmsAchieve-dtl-txt {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 3rem 3rem 3rem 1.5rem;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl-txt {
    font-size: 1.6rem;
    padding: 1rem 2rem 2rem 2rem;
  }
}
.pmsAchieve-dtl-txt-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5e453e;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl-txt-ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.pmsAchieve-dtl-txt-desc {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pmsAchieve-dtl-txt-desc {
    margin-top: 1rem;
  }
}
.pmsAchieve-dtl-txt-btn {
  margin-top: 1rem;
  text-align: center;
}
.pmsAchieve-dtl-txt-btn span {
  font-size: 1.6rem;
  color: #000;
}
.pmsAchieve-dtl-txt-btn span::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 8px;
  border-top: 2px solid #991e24;
  border-right: 2px solid #991e24;
  transform: rotate(45deg);
}

.serviceList {
  padding: 10rem 0;
}
.assignDtl .serviceList {
  padding-top: 0;
}
@media (max-width: 767px) {
  .serviceList {
    padding: 5rem 0;
  }
}
.serviceList-intro {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .serviceList-intro {
    font-size: 1.6rem;
    text-align: left;
  }
}
.serviceList-dtl {
  margin-inline: auto;
  margin-top: 5rem;
}
.serviceList-dtl-ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .serviceList-dtl-ttl {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 2rem;
  }
}
.serviceList-dtl-ttl-txt {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
}
.serviceList-dtl-ttl-img {
  width: auto;
  height: 10rem;
}
@media (max-width: 767px) {
  .serviceList-dtl-ttl-img {
    height: 14rem;
  }
}
.serviceList-dtl-ttl-img img {
  width: auto;
  height: 100%;
  display: block;
  margin-inline: auto;
}
.serviceList-dtl-feat {
  margin-top: 1.8rem;
}
.serviceList-dtl-feat a {
  background: #f7f6f6;
  box-shadow: 4px 4px 4px 0 #ededed;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem;
  border-radius: 5px;
  color: #000;
  position: relative;
  transition: linear 0.2s;
}
.serviceList-dtl-feat a:hover {
  opacity: 0.8;
}
.serviceList-dtl-feat a::after {
  position: absolute;
  right: 1rem;
  top: calc(50% - 3px);
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-top: 2px solid var(--themeColor-lt);
  border-right: 2px solid var(--themeColor-lt);
  transform: rotate(45deg);
}
.serviceList-dtl-feat-ttl {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  display: grid;
  align-items: center;
  grid-template-columns: 3.6rem auto;
  gap: 1.2rem;
}
.serviceList-dtl-feat-ttl::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
}
.is-procure .serviceList-dtl-feat-ttl::before {
  background: url(../img/service/icon-procure.png) center center/contain no-repeat;
}
.is-keiri .serviceList-dtl-feat-ttl::before {
  background: url(../img/service/icon-keiri.png) center center/contain no-repeat;
}
.is-genba .serviceList-dtl-feat-ttl::before {
  background: url(../img/service/icon-genba.png) center center/contain no-repeat;
}
.is-system .serviceList-dtl-feat-ttl::before {
  background: url(../img/service/icon-system.png) center center/contain no-repeat;
}
.serviceList-dtl-feat-txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 4.5rem;
}
.serviceList-dtl-lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .serviceList-dtl-lst {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
}
.serviceList-dtl-lst-itm a {
  display: grid;
  grid-template-columns: auto 1fr 1.7rem;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 5px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  background: #f7f6f6;
  box-shadow: 4px 4px 4px 0 #ededed;
  transition: linear 0.2s;
}
.serviceList-dtl-lst-itm a:hover {
  opacity: 0.8;
}
.serviceList-dtl-lst-itm a::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.is-procure .serviceList-dtl-lst-itm a::before {
  background: url(../img/service/icon-procure.png) center center/contain no-repeat;
}
.is-keiri .serviceList-dtl-lst-itm a::before {
  background: url(../img/service/icon-keiri.png) center center/contain no-repeat;
}
.is-genba .serviceList-dtl-lst-itm a::before {
  background: url(../img/service/icon-genba.png) center center/contain no-repeat;
}
.is-system .serviceList-dtl-lst-itm a::before {
  background: url(../img/service/icon-system.png) center center/contain no-repeat;
}
.serviceList-dtl-lst-itm a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-top: 2px solid var(--themeColor-lt);
  border-right: 2px solid var(--themeColor-lt);
  transform: rotate(45deg);
}

.serviceAbout {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .serviceAbout {
    padding: 5rem 0;
  }
}
.serviceAbout-ttl {
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .serviceAbout-ttl {
    font-size: 2rem;
  }
}
.serviceAbout-desc {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .serviceAbout-desc {
    font-size: 1.6rem;
    text-align: left;
  }
}
.serviceAbout-beforeAfter {
  display: grid;
  width: 100%;
  margin-inline: auto;
  gap: 3rem;
  margin-top: 5rem;
  grid-template-columns: 35% auto;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3rem;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.serviceAbout-beforeAfter-img {
  order: 1;
  background: #fff;
}
.serviceAbout-beforeAfter-desc {
  order: 2;
}
.serviceAbout-beforeAfter-desc p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter-desc p {
    font-size: 1.4rem;
  }
}
.serviceAbout-beforeAfter:nth-of-type(odd) {
  grid-template-columns: auto 35%;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter:nth-of-type(odd) {
    grid-template-columns: 1fr;
  }
}
.serviceAbout-beforeAfter:nth-of-type(odd) .serviceAbout-beforeAfter-img {
  order: 2;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter:nth-of-type(odd) .serviceAbout-beforeAfter-img {
    order: 1;
  }
}
.serviceAbout-beforeAfter:nth-of-type(odd) .serviceAbout-beforeAfter-desc {
  order: 1;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter:nth-of-type(odd) .serviceAbout-beforeAfter-desc {
    order: 2;
  }
}
.serviceAbout-beforeAfter-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .serviceAbout-beforeAfter-ttl {
    font-size: 2rem;
  }
}
.serviceAbout-btn {
  max-width: 300px;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .serviceAbout-btn {
    max-width: 90%;
    margin: 4rem auto 0;
  }
}

.footer {
  background: #F7F6F6;
  width: 100%;
}

.footerInfo {
  display: grid;
  grid-template-columns: 205px auto;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5rem 0 7rem;
  gap: 0 5rem;
}
@media (max-width: 1199px) {
  .footerInfo {
    grid-template-columns: 1fr;
    gap: 5rem 0;
  }
}
@media (max-width: 767px) {
  .footerInfo {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
}
.footerInfo-logo {
  display: block;
  width: 100%;
  max-width: 205px;
}
@media (max-width: 1199px) {
  .footerInfo-logo {
    max-width: 100%;
    margin: 0 auto;
  }
}
.footerInfo-logo img {
  max-width: 205px;
}
@media (max-width: 1199px) {
  .footerInfo-logo img {
    display: block;
    margin-inline: auto;
    width: 16%;
    min-width: 150px;
  }
}
.footerInfo-nav {
  display: grid;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .footerInfo-nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footerInfo-nav {
    display: block;
    width: 100%;
  }
}
.footerInfo-nav-li {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2.5rem 4.5em;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footerInfo-nav-li {
    gap: 2.5rem 8rem;
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  .footerInfo-nav-li {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 1rem 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footerInfo-nav-li-itm {
    width: 100%;
    display: block;
  }
}
.footerInfo-nav-li-itm a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .footerInfo-nav-li-itm a {
    font-size: 3.4vw;
    font-size: clamp(12px, 3.4vw, 16px);
  }
}
.footerInfo-nav-li-itm a:hover {
  color: var(--themeColor);
}
.footerInfo-nav-li-itm-parent {
  display: block;
  margin-top: 0.8em;
}
.footerInfo-nav-li-itm-child {
  margin-top: 0.6em !important;
  padding-left: 0.5rem;
}
.footerInfo-nav-li-itm-child::before {
  content: "・";
  margin-right: 0.5rem;
}
.footerInfo-nav-li-itm .dom-link {
  display: block;
  margin-top: 0.6em;
}
.footerInfo-nav-li-itm .external-link {
  display: block;
  margin-top: 0.6em;
}
.footerInfo-nav-li-itm .external-link a:after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 16px;
  height: 16px;
  background: center bottom/contain no-repeat url("../img/common/icon-exlink.svg");
}

.footerCopy {
  width: 100vw;
  background: #000;
  padding: 2rem 0;
  text-align: center;
}
.footerCopy small {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footerCopy small {
    font-size: 3vw;
    line-height: 1.2;
  }
}

.header {
  padding: 25px 0;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1199px) {
  .header {
    padding-top: 2vw;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
}
.header .inner {
  display: grid;
  grid-template-columns: 12.8% auto 22%;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .inner {
    position: relative;
    padding-top: 6vw;
    display: block;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding-top: 60px;
    display: block;
  }
}

.headerLogo {
  display: block;
  width: 100%;
  max-width: 230px;
  background: #fff;
}
@media (max-width: 1199px) {
  .headerLogo {
    position: absolute;
    top: 1rem;
    left: 2vw;
    max-width: 18%;
  }
}
@media (max-width: 767px) {
  .headerLogo {
    z-index: 90;
    max-width: 40%;
    height: 35px;
  }
  .headerLogo img {
    max-height: 35px;
  }
}

@media (max-width: 1199px) {
  .headerNav {
    width: 100%;
  }
}
.headerNav-li {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(7, auto);
  gap: 1.5em;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .headerNav-li {
    gap: 2em;
  }
}
.headerNav-li-itm.has-child {
  position: relative;
}
.headerNav-li-itm.has-child:hover .dropdown__lists {
  display: grid;
}
.headerNav-li-itm.has-child .dropdown__lists {
  display: none;
  width: 380%;
  max-width: 360px;
  position: absolute;
  top: 36px;
  left: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  grid-template-columns: repeat(2, 1fr);
}
.headerNav-li-itm.has-child .dropdown__lists::before, .headerNav-li-itm.has-child .dropdown__lists::after {
  content: "";
  display: block;
  width: 1px;
  height: 3.3rem;
  background: #eee;
  position: absolute;
  bottom: 0;
}
.headerNav-li-itm.has-child .dropdown__lists::before {
  left: 0;
}
.headerNav-li-itm.has-child .dropdown__lists::after {
  right: 0;
}
.headerNav-li-itm.has-child .dropdown__lists .dropdown__list {
  width: 100%;
}
.headerNav-li-itm.has-child .dropdown__lists .dropdown__list a {
  display: grid;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: flex-start;
  padding: 4rem 2rem 2rem;
  position: relative;
}
.headerNav-li-itm.has-child .dropdown__lists .dropdown__list a::after {
  content: "";
  width: 0.4vw;
  height: 0.4vw;
  border-top: solid 2px var(--themeColor);
  border-right: solid 2px var(--themeColor);
  position: absolute;
  right: 1.5rem;
  bottom: 1.62rem;
  transform: rotate(45deg);
}
.headerNav-li-itm a {
  font-weight: 700;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 36px;
  padding-top: 4px;
  color: var(--textColor);
  font-size: 1.4rem;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1199px) {
  .headerNav-li-itm a {
    height: 4.68vw;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media (hover: hover) {
  .headerNav-li-itm a:hover:hover {
    border-bottom: 2px solid var(--themeColor);
  }
}
.headerNav-li-itm.is-current a {
  border-bottom: 2px solid var(--themeColor);
}

.headerBtn-li {
  display: grid;
  width: 100%;
  max-width: 320px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .headerBtn-li {
    max-width: 30%;
    position: absolute;
    top: 1rem;
    right: 2vw;
  }
}
@media (max-width: 767px) {
  .headerBtn-li {
    max-width: 44%;
    max-height: 35px;
    right: 60px;
    top: calc(50% - 17px);
    z-index: 100;
    gap: 0.5rem;
  }
}
.headerBtn-li-itm a {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 44px;
  background: var(--themeColor-lt);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 24px;
  position: relative;
  padding-right: 1.5rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .headerBtn-li-itm a {
    height: 4.68vw;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media (max-width: 767px) {
  .headerBtn-li-itm a {
    height: 35px;
    width: 100%;
    min-width: 75px;
    padding-right: 0;
    font-size: 3vw;
  }
}
@media (hover: hover) {
  .headerBtn-li-itm a:hover:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) and (max-width: 1199px) {
  .headerBtn-li-itm a:hover:hover {
    opacity: 1;
  }
}
.headerBtn-li-itm a::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: center/contain no-repeat url("../img/common/icon-arrow-r.png");
  margin-left: 2vw;
}
@media (max-width: 1199px) {
  .headerBtn-li-itm a::after {
    font-size: clamp(10px, 1.25vw, 14px);
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media (max-width: 767px) {
  .headerBtn-li-itm a::after {
    content: none; /*スマホでは矢印を非表示にする*/
  }
}
.headerBtn-li-itm:nth-of-type(2) a {
  background: #fff;
  border: 2px solid var(--themeColor);
  color: var(--themeColor);
}
.headerBtn-li-itm:nth-of-type(2) a::after {
  background: center/contain no-repeat url("../img/common/icon-arrow-r-red.png");
}

.menu-btn {
  position: fixed;
  top: 1rem;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: var(--themeColor);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 80;
  background-color: #fff;
  transition: all 0.2s; /*アニメーション設定*/
  opacity: 0;
}

.menu-content .headerNavSP {
  padding: 0;
}

.menu-content .headerNavSP-child-itm {
  padding-left: 2rem;
}
.menu-content .headerNavSP-child-itm:last-child {
  border-bottom: none !important;
}
.menu-content .headerNavSP-child-itm a {
  font-size: 3.6vw !important;
}

.menu-content .headerNavSP li {
  border-top: solid 1px #ddd;
  list-style: none;
}
.menu-content .headerNavSP li:last-child {
  border-bottom: solid 1px #ddd;
}

.menu-content .headerNavSP li a {
  display: block;
  width: 100%;
  font-size: 4vw;
  font-weight: 700;
  box-sizing: border-box;
  color: var(--textColor);
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
}

.menu-content .headerNavSP li a::before {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  border-top: solid 3px var(--themeColor);
  border-right: solid 3px var(--themeColor);
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#menu-btn-check:checked ~ .menu-content {
  top: 60px; /*メニューを画面内へ*/
  opacity: 1;
}

.headerBtnSP {
  width: 100%;
  max-width: calc(100% - 4rem);
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.headerBtnSP-li {
  width: 100%;
}
.headerBtnSP-li a {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 12vw;
  border-radius: 10px;
  background: var(--themeColor);
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 3.8vw, 16px);
  position: relative;
  padding-right: 2vw;
}
.headerBtnSP-li a::before {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .mainContainer {
    display: flex;
  }
}
@media screen and (max-width: 1920px) {
  .mainContainer {
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .mainContainer {
    width: 100%;
    flex-direction: column;
  }
}

.sideNavi {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 30rem;
  width: 30rem;
  height: 100vh;
  border-right: 1px solid #000;
  padding-left: 6rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .sideNavi {
    display: none;
  }
}
.sideNavi-ul {
  position: fixed;
  top: 0;
  padding-top: 30vh;
}
.sideNavi-ul-li {
  font-family: "arial", sans-serif;
}
.sideNavi-ul-li + .sideNavi-ul-li {
  margin-top: 2.4rem;
}
.sideNavi-ul-li a {
  position: relative;
  display: block;
  font-size: 2.3rem;
  color: var(--fontColor);
}
@media (hover: hover) {
  .sideNavi-ul-li a:hover:hover {
    color: var(--pointColor);
  }
}
.sideNavi-ul-li.is-active {
  position: relative;
}
.sideNavi-ul-li.is-active a {
  color: #fff;
}
.sideNavi-ul-li.is-active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.9rem;
  right: 0;
  height: 3.8rem;
  width: 22.5rem;
  background: #000;
  border-radius: 0 3rem 3rem 0;
}
.mvColorInversion .sideNavi-ul-li a {
  color: #fff;
}
@media (hover: hover) {
  .mvColorInversion .sideNavi-ul-li a:hover:hover {
    color: var(--pointColor);
  }
}
.mvColorInversion .sideNavi-ul-li.is-active a {
  color: #000;
}
.mvColorInversion .sideNavi-ul-li.is-active::before {
  background: #fff;
}
.mvColorInversion.is-scroll .sideNavi-ul-li a {
  color: #000;
}
.mvColorInversion.is-scroll .sideNavi-ul-li.is-active a {
  color: #fff;
}
.mvColorInversion.is-scroll .sideNavi-ul-li.is-active::before {
  background: #000;
}

.mainContents {
  margin-inline: auto 0;
  min-height: 50vh;
}
@media (min-width: 768px) {
  .mainContents {
    width: 100%;
    margin-left: -30rem;
  }
}
@media (max-width: 767px) {
  .mainContents {
    max-width: 100vw;
  }
}