@charset "UTF-8";
.bg-primary {
  background-color: var(--theme-color, #20287e);
}

.btn-primary {
  --bs-btn-bg: var(--theme-color, #20287e);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-secondary {
  background-color: #e50012;
}

.btn-secondary {
  --bs-btn-bg: #e50012;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-light {
  background-color: #efefef;
}

.btn-light {
  --bs-btn-bg: #efefef;
}

.bg-dark {
  background-color: #000;
}

.btn-dark {
  --bs-btn-bg: #000;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.btn-white {
  --bs-btn-bg: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-orange {
  background-color: #dd5e25;
}

.btn-orange {
  --bs-btn-bg: #dd5e25;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-gold {
  background-color: #ad9a5c;
}

.btn-gold {
  --bs-btn-bg: #ad9a5c;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

h1 {
  font-size: 4.8rem;
}

.fs-1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 4.2rem;
}

.fs-2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.6rem;
}

.fs-3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3.2rem;
}

.fs-4 {
  font-size: 3.2rem;
}

h5 {
  font-size: 2.8rem;
}

.fs-5 {
  font-size: 2.8rem;
}

h6 {
  font-size: 2.4rem;
}

.fs-6 {
  font-size: 2.4rem;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.dark {
  --btn-border-color: #fff;
  --btn-hover-bg-color: #fff;
  --btn-hover-text-color: #262017;
  --btn-text-color: #fff;
  --link-color: #fff;
  --text-color: #fff;
}
.dark * {
  color: var(--text-color, #262017);
}

.shadow {
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.shadow.inner-shadow {
  margin: 1rem;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
* {
  color: var(--text-color, #000);
  letter-spacing: 0.07em;
}

em {
  font-style: normal;
}

p {
  line-height: 1.875;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

address {
  font-style: normal;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

dl, dt, dd {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-border {
  border: 1px solid #ccc;
}

.img-fluid {
  width: var(--width-pc) !important;
}

iframe {
  vertical-align: bottom;
}

.hr-01 {
  border-top: 5px solid #707070;
  border-bottom: none;
  opacity: 1;
}

a {
  color: var(--text-color, #20287e);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.75;
}

[data-link]:hover {
  text-decoration: none;
}

[data-link=banner] {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.link-primary {
  display: inline-block;
  --bs-link-color-rgb: 140, 59, 59;
}
.link-underline {
  text-decoration: underline;
}
.link-external {
  gap: 0 0.36em;
  text-decoration: underline;
}
.link-external::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><g fill='%236B1B7E'><path d='M19.05 8.53c-.36 0-.65.29-.65.65v11.51H1.31V3.59h11.5c.36 0 .65-.29.65-.65 0-.36-.29-.65-.65-.66H.65c-.36 0-.65.29-.65.65v18.41c0 .36.29.65.65.65h18.4c.36 0 .65-.29.65-.65V9.18c0-.36-.29-.65-.65-.65'/><path d='M21.35 0h-5.98c-.36 0-.65.29-.65.65 0 .36.29.65.65.65h4.4L9.4 11.68c-.26.26-.26.67 0 .93s.67.26.92 0L20.69 2.23v4.4c0 .36.3.65.66.65.36 0 .65-.29.65-.65V.65c0-.36-.29-.66-.65-.66'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.list-dot {
  list-style-type: none;
}
.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-dot li::before {
  content: "・";
}
.list-circle li {
  margin-left: 1em;
  text-indent: -1em;
}
.list-circle li::before {
  content: "●";
}
.list-note {
  list-style-type: none;
}
.list-note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.list-note li::before {
  content: "※";
}
.list-note.sm {
  font-size: 1.4rem;
}
.list-note.msm {
  font-size: 1.3rem;
}
.list-note.xsm {
  font-size: 1.2rem;
}
.list-num {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list-num li {
  line-height: 1.875;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-wrap video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bg-primary {
  background-color: var(--theme-color, #20287e) !important;
  --text-color: #fff;
}
.bg-01 {
  background-color: #e9e9e9;
}
.bg-02 {
  background-color: #e50012;
}
.bg-wh {
  background-color: #fff;
}

.bg-obj > * {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.js-modal__trigger:hover {
  cursor: pointer;
}

.js-bg-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg-layer.is-show {
  opacity: 1;
  visibility: visible;
}

.wp-25 {
  width: 25%;
}
.wp-50 {
  width: 50%;
}

.mw-100 {
  max-width: 100% !important;
}

.container.w-sm {
  max-width: 86.4rem;
}
.container.w-md {
  max-width: 112rem;
}

.link-ext01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-ext01::after {
  content: "";
  width: 1em;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M2 0h12v10H2Zm11 1H3v8h10Z"/><path d="M9.5 12H0V4.5h1V11h8.5Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "Poppins", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.text-white {
  color: #fff !important;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --text-color: #fff;
}
.text-white .fill {
  fill: #fff;
}
.text-secondary {
  color: #8e7244;
}
.text-black {
  color: #000;
}
.text-primary {
  color: #20287e;
}
.text-md {
  font-size: 1.8rem;
}
.text-sm {
  font-size: 1.4rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ls-0 {
  letter-spacing: 0;
}
.ls-lg {
  letter-spacing: 0.2em;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags .date {
  display: block;
  color: var(--theme-color, #20287e);
  font-size: 1.8rem;
}
.tags .tag {
  padding: 0.5rem 2rem;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.7777777778vw;
  }
  body {
    font-size: 1.5rem;
  }
  .shadow {
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
  }
  .shadow.inner-shadow {
    margin: 0.6rem;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .mt-lg {
    margin-top: 6rem !important;
  }
  .mt-md {
    margin-top: 4rem !important;
  }
  .mt-sm {
    margin-top: 3rem !important;
  }
  .mb-lg {
    margin-bottom: 6rem !important;
  }
  .mb-md {
    margin-bottom: 4rem !important;
  }
  .mb-sm {
    margin-bottom: 3rem !important;
  }
  .mx-sp-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .text-sp-center {
    text-align: center;
  }
  .list-note.msm {
    font-size: 1.2rem;
  }
  .list-note.sm {
    font-size: 1.2rem;
  }
  #pageTop {
    right: 1.2rem;
    bottom: 4rem;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loading__siteLogo {
  width: 46.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__siteLogo img {
  width: 100%;
}
.loading__message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  color: #000;
  white-space: nowrap;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__message p {
  font-size: 4.68rem;
  line-height: 1.5;
}
.loading__companyLogos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__companyLogos img {
  width: 24rem;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .loading__siteLogo {
    width: 24rem;
  }
  .loading__message p {
    font-size: 2rem;
  }
  .loading__companyLogos img {
    width: 10rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
.header__inner {
  height: 8.6rem;
  padding: 2rem 2.5rem 2rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__title {
  position: relative;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  line-height: 1;
}
.header__title::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -7.1rem;
  bottom: 0;
  border-width: 11.8rem 7.2rem 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.header__title.lower-title {
  top: 0;
}
.header__title.lower-title::after {
  display: none;
}
.header__title.lower-title a {
  height: 5.4rem;
  gap: 1rem;
}
.header__title--logo {
  width: 44.6rem;
  height: 11.8rem;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.header__navi--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi--main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi--menu01 {
  padding-left: 7.1rem;
  gap: 1rem 3.8rem;
  white-space: nowrap;
}
.header__navi a {
  color: #000;
}
.header__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
.header__button {
  width: 16.8rem;
  height: 4.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.2rem;
  background-color: #20287e;
}
.header__button span {
  color: #fff;
}
.header__button.download {
  background-color: #eaeaea;
}
.header__button.contact {
  --text-color: #fff;
}
.header__hamburger {
  width: 3rem;
  height: 2rem;
  padding: 0;
  position: relative;
  z-index: 2;
  display: none;
  gap: 0.6rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}
.header__hamburger .inner {
  width: 100%;
  height: 2rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.header__hamburger .inner > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #e50012;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__hamburger .inner > span:nth-child(1) {
  top: 0;
}
.header__hamburger .inner > span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__hamburger .inner > span:nth-child(3) {
  top: calc(100% - 2px);
}
.header__hamburger.is-open .inner > span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.is-open .inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger.is-open .inner > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1390px) {
  .header__title--logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header.is-open .header__inner {
    background-color: #fff;
    background-image: none;
  }
  .header__inner {
    height: 5.8rem;
    padding: 0 1.6rem 0 0;
    gap: 0;
    background: rgba(255, 255, 255, 0.8) url(../../images/common/bg.jpg) repeat;
    background-blend-mode: lighten;
  }
  .header__title {
    top: 0.2rem;
  }
  .header__title::after {
    right: -3.55rem;
    border-width: 6.8rem 3.6rem 0 0;
  }
  .header__title--logo {
    width: 25.6rem;
    height: 6.8rem;
    padding-left: 1rem;
  }
  .header__navi {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 5.8rem;
    left: 0;
    left: 0;
    display: none;
    background-color: #fff;
  }
  .header__navi--main {
    display: block;
    font-size: 1.4rem;
  }
  .header__navi--main ul {
    width: 100%;
    display: block;
  }
  .header__navi--main li {
    border-bottom: 1px solid #e9e9e9;
  }
  .header__navi--main a {
    padding: 1.85rem 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__navi--main a::after {
    content: "";
    width: 2.46rem;
    height: 0.64rem;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.6%207.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2320287e%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%206.9%2025.1%206.9%2013.5%20.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__navi--menu01 {
    padding-left: 0;
  }
  .header__button {
    width: 100%;
    height: 5.8rem;
    padding: 1.85rem 1em;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .header__button::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__area01 {
  padding: 5rem 3rem;
  background-color: #e9e9e9;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20301%20174%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-2%22%20width%3D%22301%22%20height%3D%22174%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-846.21%201631.25%20-874.21%201631.25%20138.79%20-55.75%20166.79%20-55.75%20-846.21%201631.25%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-790.21%201631.25%20-818.21%201631.25%20194.79%20-55.75%20222.79%20-55.75%20-790.21%201631.25%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-734.21%201631.25%20-762.21%201631.25%20250.79%20-55.75%20278.79%20-55.75%20-734.21%201631.25%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-678.21%201631.25%20-706.21%201631.25%20306.79%20-55.75%20334.79%20-55.75%20-678.21%201631.25%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 14rem;
  font-size: 1.5rem;
  --text-color: #808080;
}
.footer__navi {
  margin-left: auto;
}
.footer__navi--menu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
.footer__navi--menu01.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__navi--menu01 + ul {
  margin-top: 3rem;
}
.footer__area02 {
  padding: 1rem 3rem;
  background-color: #fff;
  font-size: 1.3rem;
  --text-color: #808080;
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__column.column01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__copyRight {
  font-size: 1.1rem;
}
.footer__links {
  position: absolute;
  right: 3rem;
}

@media screen and (max-width: 768px) {
  .footer__area01 {
    padding: 3.2rem 2.8rem 6rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20235%20392.08%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-2%22%20width%3D%22235%22%20height%3D%22392.08%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-658.57%201265%20-680.97%201265%20129.43%20-84.6%20151.83%20-84.6%20-658.57%201265%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-613.77%201265%20-636.17%201265%20174.23%20-84.6%20196.63%20-84.6%20-613.77%201265%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-568.97%201265%20-591.37%201265%20219.03%20-84.6%20241.43%20-84.6%20-568.97%201265%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-524.17%201265%20-546.57%201265%20263.83%20-84.6%20286.23%20-84.6%20-524.17%201265%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: -4rem;
  }
  .footer__column {
    display: block;
  }
  .footer__title {
    margin-bottom: 3.4rem;
    text-align: center;
  }
  .footer__navi {
    padding: 0 2.5rem;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.2rem;
  }
  .footer__navi--menu01 {
    display: block;
  }
  .footer__navi--menu01 + ul {
    margin-top: 3rem;
  }
  .footer__navi--menu01 li + li {
    margin-top: 3rem;
  }
  .footer__area02 {
    padding: 0.6rem 1rem;
  }
  .footer__copyRight {
    letter-spacing: 0;
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.main {
  padding-top: 8.6rem;
  position: relative;
  background: url(../../images/common/bg2.jpg) repeat center top/1711px auto;
}
.main__block {
  margin-bottom: 10rem;
}
.main__block[class*=bg-] {
  margin-bottom: 20rem;
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.main__block[class*=bg-].deco-top {
  margin-top: 20rem;
  margin-bottom: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.main__block[class*=bg-].deco-bottom {
  padding-bottom: 10rem;
}
.main__block.pt-100 {
  padding-top: 10rem;
}
.main__block.mb-0 {
  margin-bottom: 0;
}
.main__block.btngroup {
  margin-bottom: 7.5rem;
}
.main__container {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container + .main__container {
  margin-top: 6.4rem;
}
.main__container.full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.main__container.xlg {
  max-width: 148rem;
}
.main__container.lg {
  max-width: 128rem;
}
.main__container.md {
  max-width: 110rem;
  padding-right: 10rem;
  padding-left: 10rem;
}
.main__container[class*=bg-] {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}
.main__container.border {
  padding: 0rem !important;
  border: 1.4rem solid #fff;
}
.main__headline {
  width: 100%;
  height: 30rem;
  margin-bottom: 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__headline--title {
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  --text-color: #fff;
}
.main__headline--title span {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.main__headline--label {
  color: rgba(239, 239, 239, 0.4);
  font-size: 12rem;
}
.main__headline--main {
  padding-top: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  transform: skewX(-10deg) translate(-50%, -50%);
}
.main__headline--main::after {
  content: "";
  width: 11rem;
  height: 1px;
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main__headline--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main__headline--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__headline.is-noImage {
  height: auto;
  margin-bottom: 0;
  padding-top: 7rem;
}
.main__lead--title {
  margin-bottom: 3.5rem;
  text-align: center;
  white-space: nowrap;
  --text-color: #fff;
}
.main__lead--title span {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 5.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
.main__lead--title span::after {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: #e50012;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main__lead--text {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5625;
}
.main__lead--text.big {
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.652173913;
}
.main__lead--text + p {
  margin-top: 3.5rem;
}

.common__bg--topline::before {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  top: -6rem;
  left: 0;
  background: url(../../images/common/stripe_line.png) no-repeat center/cover;
  background-size: cover;
}
.common__bg--topline.bg-primary::before {
  background: url(../../images/common/stripe_line_primary.png) no-repeat center/cover;
}
.common__bg--bottomline::before {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  bottom: -6rem;
  left: 0;
  background: url(../../images/common/stripe_line_gray.png) no-repeat center/cover;
  background-size: cover;
}
.common__btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.45%;
}
.common__btngroup li {
  width: 18.8%;
  display: inline;
}
.common__btngroup a {
  height: 6.4rem;
  padding: 0.5rem 3rem 0.5rem 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  background: #e50012;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.1666666667;
  --text-color: #fff;
}
.common__btngroup a::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.4rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.common__btngroup a:hover {
  color: #fff;
}
.common__btngroup.col4 {
  gap: 1.46%;
}
.common__btngroup.col4 li {
  width: 23.9%;
}
.common__btngroup.white a {
  background-color: #fff;
  color: #20287e;
}
.common__btngroup.white a::after {
  border-color: #20287e;
}
.common__qa--title {
  margin-bottom: 2rem;
  padding: 0.8rem 1em 1rem;
  background-color: #20287e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
}
.common__qa--block {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  --text-corolr: #000;
}
.common__qa--block dt, .common__qa--block dd {
  padding: 2.5rem 5rem 2.5rem 6.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.common__qa--block dt::before, .common__qa--block dd::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 2.1rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #20287e;
}
.common__qa--block dt {
  position: relative;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3157894737;
}
.common__qa--block dt::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.74%2019.59%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.5%2C16.5c-2.32%2C0-4.15-.73-5.49-2.19-1.34-1.46-2.01-3.48-2.01-6.06S.67%2C3.65%2C2.01%2C2.19C3.35.73%2C5.18%2C0%2C7.5%2C0s4.15.73%2C5.5%2C2.19c1.35%2C1.46%2C2.02%2C3.48%2C2.02%2C6.06%2C0%2C3.07-1.04%2C5.35-3.12%2C6.85v.04c.99.43%2C1.92%2C1.05%2C2.79%2C1.87.87.82%2C1.55%2C1.68%2C2.04%2C2.58h-4.02c-.79-1.36-1.48-2.22-2.07-2.57-.59-.35-1.64-.53-3.15-.53ZM7.5%2C3.09c-2.45%2C0-3.67%2C1.72-3.67%2C5.17s1.22%2C5.17%2C3.67%2C5.17%2C3.7-1.72%2C3.7-5.17-1.23-5.17-3.7-5.17Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 1.7rem 2rem;
}
.common__qa--block dd {
  display: none;
  border-top: 1px solid #d8d8d8;
  background-color: #f5f6f6;
  font-size: 1.6rem;
  line-height: 2.125;
}
.common__qa--block dd::before {
  top: 2.3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.37%2016.07%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C16.07L5.2%2C0h3.97l5.2%2C16.07h-3.97l-.88-3.48h-4.75l-.88%2C3.48H0ZM5.46%2C9.75h3.35l-1.65-6.51h-.04l-1.65%2C6.51Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 1.5rem 1.6rem;
}
.common__qa--block + .common__qa--block {
  margin-top: 2rem;
}
.common__qa--block + .common__qa--title {
  margin-top: 6rem;
}
.common__qa--block + .btn__01 {
  margin-top: 6rem;
}
.common__qa--btn {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 2.7rem;
  right: 2rem;
  border-radius: 50%;
  background-color: #20287e;
  cursor: pointer;
}
.common__qa--btn::before, .common__qa--btn::after {
  content: "";
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  background-color: #fff;
}
.common__qa--btn::before {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.common__qa--btn::after {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}
.common__qa--btn.open::before {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}
.common__contact {
  margin-bottom: 16rem;
  padding-top: 20rem;
  position: relative;
  z-index: 1;
  background: url(../../images/common/contact_bg.jpg) no-repeat top center/cover;
}
.common__contact::before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#171717), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(-180deg, #171717 0%, rgba(0, 0, 0, 0) 50%);
}
.common__contact .heading__01 {
  margin-bottom: 7rem;
}
.common__contact .heading__01--label {
  margin-bottom: -0.3em;
  letter-spacing: 0.06em;
  font-size: 19.6rem;
  opacity: 0.1;
}
.common__contact--grid {
  padding-bottom: 7rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.common__contact--info {
  text-align: center;
}
.common__contact--info:not(:first-child) {
  margin-top: 6rem;
}
.common__contact--info dt {
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
.common__contact--info dd {
  font-size: 1.4rem;
}
.common__contact--info dd p {
  letter-spacing: 0.2em;
}
.common__contact--info .btn__01 {
  width: 45rem;
  height: 6rem;
  gap: 0 0.6rem;
  font-size: 1.8rem;
}
.common__contact--phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
}
.common__contact--hours {
  margin-top: 2rem;
}
.common__contact--visual {
  width: 80.6rem;
  position: absolute;
  bottom: -8rem;
  left: 50%;
}
.common__navi {
  max-width: 94rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common__navi > li {
  width: 20.8rem;
}
.common__navi--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.8rem solid rgba(33, 20, 12, 0.16);
  aspect-ratio: 1/0.784;
}
.common__navi--item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.common__navi--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common__navi--item .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(33, 20, 12, 0.35);
}
.common__navi--item .text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.common__navi--item .text dt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.common__navi--item .text dd {
  font-size: 2rem;
}
.common__navi--note {
  margin-top: 8rem;
}
.common__navi--note p {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.lower .main {
  padding-bottom: 10rem;
}
.lower .main__block {
  position: relative;
  z-index: 1;
}
.lower .main__block--btngroup {
  margin-bottom: 7.5rem;
}
.lower .header__inner {
  background-color: #fff;
}
.lower__decoration {
  width: 19vw;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lower .common__contact::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#242424), color-stop(50%, rgba(36, 36, 36, 0)));
  background: linear-gradient(-180deg, #242424 0%, rgba(36, 36, 36, 0) 50%);
}

@media screen and (min-width: 769px) {
  .common__navi--item .image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .common__navi--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 5.8rem;
  }
  .main__block {
    margin-bottom: 4.5rem;
  }
  .main__block[class*=bg-] {
    margin-bottom: 8.7rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .main__block[class*=bg-].deco-top {
    margin-top: 8.7rem;
    margin-bottom: 4.5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .main__block[class*=bg-].deco-bottom {
    padding-bottom: 4.5rem;
  }
  .main__block.mb-0 {
    margin-bottom: 0;
  }
  .main__block.pt-100 {
    padding-top: 4.5rem;
  }
  .main__block.btngroup {
    margin-bottom: 4rem;
  }
  .main__container {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .main__container + .main__container {
    margin-top: 6rem;
  }
  .main__container.md {
    margin: 0 2.8rem;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
  .main__container.md[class*=bg-] {
    padding-top: 3.5rem;
    padding-bottom: 6.5rem;
  }
  .main__container.border {
    border-width: 0.8rem;
  }
  .main__headline {
    height: 14rem;
    margin-bottom: 3rem;
  }
  .main__headline--images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main__headline--title {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
  .main__headline--label {
    font-size: 6.6rem;
  }
  .main__headline--main {
    padding-top: 0.8rem;
    font-size: 2rem;
  }
  .main__headline--main::after {
    bottom: -2.5rem;
  }
  .main__headline.is-noImage {
    height: auto;
    padding-top: 3.5rem;
  }
  .main__headline.is-noImage .heading__01 {
    margin-bottom: 4.5rem;
  }
  .main__pageNavi {
    padding: 0.5rem 0;
  }
  .main__pageNavi .main__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .main__pageNavi--menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__pageNavi--menu li {
    padding: 1.5rem 1em;
    text-align: center;
  }
  .main__pageNavi--menu li + li {
    border-top: 1px solid #fff;
  }
  .main__pageNavi--menu li + li::before {
    content: none;
  }
  .main__lead--title {
    margin-bottom: 2.2rem;
    line-height: 1.2;
  }
  .main__lead--title span {
    font-size: 2.4rem;
    line-height: 1;
  }
  .main__lead--title span::after {
    width: calc(100% + 1.2rem);
    height: 100%;
  }
  .main__lead--text {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 2.0666666667;
  }
  .main__lead--text.big {
    letter-spacing: 0.025em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .main__lead--text + p {
    margin-top: 2.8rem;
  }
  .common__bg--topline::before {
    height: 4.2rem;
    top: -4.2rem;
  }
  .common__bg--bottomline::before {
    height: 4.2rem;
    bottom: -4.2rem;
  }
  .common__btngroup {
    gap: 1.6rem 3.9%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common__btngroup li {
    width: 48%;
  }
  .common__btngroup a {
    height: 4.2rem;
    padding: 0.5rem 2rem 0.5rem 1.2rem;
    font-size: 1.3rem;
  }
  .common__btngroup a::after {
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.3rem);
    right: 0.8rem;
    border-width: 1px;
  }
  .common__btngroup.col4 {
    gap: 1.6rem 3.9%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common__btngroup.col4 li {
    width: 48%;
  }
  .common__btngroup.col4 a {
    letter-spacing: 0;
  }
  .common__qa--title {
    padding: 0.4rem 1em 0.7rem;
    font-size: 1.7rem;
  }
  .common__qa--block {
    border: 1px solid #f5f6f6;
  }
  .common__qa--block dt, .common__qa--block dd {
    padding: 2rem 2.5rem 2rem 4rem;
  }
  .common__qa--block dt::before, .common__qa--block dd::before {
    width: 2.1rem;
    height: 2.1rem;
    top: calc(50% - 1.05rem);
    left: 1rem;
  }
  .common__qa--block dt {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .common__qa--block dt::before {
    background-size: 1rem;
  }
  .common__qa--block dd {
    border-color: #f5f6f6;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .common__qa--block dd::before {
    background-size: 0.8rem;
  }
  .common__qa--block + .common__qa--block {
    margin-top: 1rem;
  }
  .common__qa--block + .common__qa--title {
    margin-top: 3rem;
  }
  .common__qa--block + .btn__01 {
    margin-top: 3.5rem;
  }
  .common__qa--btn {
    width: 1.4rem;
    height: 1.4rem;
    top: calc(50% - 0.7rem);
    right: 1rem;
  }
  .common__qa--btn::before, .common__qa--btn::after {
    width: 0.6rem;
    top: 50%;
    right: calc(50% - 0.3rem);
  }
  .common__qa--btn.open::before, .common__qa--btn.open::after {
    top: 50%;
  }
  .common__reservation01 .heading__03 {
    font-size: 2.4rem;
  }
  .common__reservation01--list {
    margin-top: 3.8rem;
    grid-template-columns: 1fr;
  }
  .common__reservation01--list li + li {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #dec190;
    border-left: none;
  }
  .common__reservation01--list p {
    font-size: 1.6rem;
  }
  .common__reservation01--list .btn__01 {
    margin-top: 2rem;
  }
  .common__reservation01--freeDial dd a {
    font-size: 2rem;
  }
  .common__reservation01--freeDial dd a span {
    font-size: 3.2rem;
  }
  .common__reservation01--freeDial dd a .sm {
    font-size: 1.6rem;
  }
  .common__reservation02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .common__reservation02--inner {
    display: block;
  }
  .common__reservation02--content {
    display: block;
  }
  .common__reservation02--title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }
  .common__reservation02--tel {
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 2rem;
  }
  .common__reservation02--tel span {
    font-size: 1.3rem;
  }
  .common__reservation02 .btn__01 {
    margin-top: 3rem;
  }
  .common__reservation02 + .breadcrumbs {
    margin-top: -7rem;
  }
  .common__reservation02.v02 .common__reservation02--content {
    width: 100%;
  }
  .lower .main {
    padding-bottom: 5rem;
  }
  .lower .main__block--btngroup {
    margin-bottom: 4.5rem;
  }
  .lower__decoration {
    width: 70vw;
  }
}
.breadcrumbs {
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn__01 {
  width: 25.4rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  height: 4.8rem;
  margin-top: 3rem;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--btn-text-color, #fff);
  text-align: center;
  --text-color: #fff;
}
.btn__01:hover {
  color: var(--btn-text-color, #20287e);
}
.btn__01 span {
  position: absolute;
}
.btn__01::before {
  content: "";
  width: 100%;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--btn-bg-color, #20287e);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
}
.btn__01.next::after {
  content: "";
  width: 5.4rem;
  height: 1rem;
  position: absolute;
  top: 1.8rem;
  right: -1.2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22arrow_next%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2053%209%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e50012%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%208.5%2052.5%208.5%2035.5%20.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 5.2rem 0.8rem;
  background-repeat: no-repeat;
  aspect-ratio: 13/2;
}
.btn__01.md {
  width: 36.7rem;
  height: 5.6rem;
}
.btn__01.md::before {
  height: 5.6rem;
  -webkit-clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
          clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
}
.btn__01.md::after {
  top: 2.2rem;
}
.btn__01.wide {
  width: 53.2rem;
  height: 5.6rem;
}
.btn__01.wide::before {
  height: 5.6rem;
  -webkit-clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
          clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
}
.btn__01.wide::after {
  top: 2.2rem;
}
.btn__01.red::before {
  background-color: var(--btn-bg-color, #e50012);
}
.btn__01.white {
  color: var(--btn-text-color, #20287e);
  --text-color: $primary;
}
.btn__01.white::before {
  border: 1px solid #20287e;
  background-color: var(--btn-bg-color, #20287e);
  -webkit-box-shadow: 0.6rem 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0.6rem 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.45);
}
.btn__01.white span {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--btn-bg-color, #fff);
  -webkit-clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
          clip-path: polygon(3.4rem 0%, 100% 0%, calc(100% - 3.4rem) 100%, 0% 100%);
}
.btn__center {
  margin-right: auto;
  margin-left: auto;
}
.btn__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__02.under::before {
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  margin-top: 1rem;
  background-image: url("data: image/svg+xml,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.6838 -5.75351e-08L13 1.34583L6.5 8L-5.88283e-08 1.34583L1.31625 -5.10713e-07L6.5 5.30417L11.6838 -5.75351e-08Z' fill='%23261F88'/></svg>");
}
.btn__02.prev::before {
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  background-image: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.31625L6.65417 0L0 6.5L6.65417 13L8 11.6838L2.69583 6.5L8 1.31625Z' fill='%23261F88'/></svg>");
  background-size: 0.8rem;
}
.btn__02.next::after {
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  background-image: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>");
  background-size: 0.8rem;
}
.btn__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__grid.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.btn__grid.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.btn__grid.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn__selectbox {
  margin-bottom: 5rem;
}
.btn__selectbox--label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.3px solid #ccc;
}
.btn__selectbox--label select {
  min-width: 23rem;
  height: 4rem;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #333;
  font-size: 1.8rem;
}
.btn__selectbox--label::before {
  content: "";
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  right: 0;
  background-color: var(--theme-color, #20287e);
  pointer-events: none;
}
.btn__selectbox--label::after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1rem;
  background-image: url("data:image/svg+xml,<svg width='23' height='14' viewBox='0 0 23 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.5446 0.65625L22.75 2.81169L11.8594 13.4687L0.96875 2.81169L3.1741 0.656249L11.8594 9.1512L20.5446 0.65625Z' fill='white'/></svg>");
  pointer-events: none;
}
.btn__pageup {
  padding: 0.4rem 3rem;
  display: block;
  background-color: #20287e;
  text-align: center;
}
.btn__submit {
  width: 35.2rem;
  height: 5.6rem;
  margin-top: 0;
}
.btn__submit::before {
  height: 5.6rem;
  background-color: #20287e;
  -webkit-clip-path: polygon(3.5rem 0%, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
          clip-path: polygon(3.5rem 0%, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
}
.btn__submit::after {
  top: 2.2rem !important;
}
.btn__submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 2rem;
  -webkit-clip-path: polygon(3.5rem 0%, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
          clip-path: polygon(3.5rem 0%, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
}

.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

.arrow__01 {
  width: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #20287e;
  aspect-ratio: 1;
}
.arrow__01 .icon {
  width: 0.8rem;
}

@media screen and (min-width: 769px) {
  .btn__01 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn__01:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .btn__01 {
    width: 20.4rem;
    height: 3.8rem;
    margin-top: 4.5rem;
    font-size: 1.3rem;
  }
  .btn__01::before {
    height: 3.8rem;
    -webkit-clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
            clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
  }
  .btn__01.next::after {
    width: 4.2rem;
    height: 0.7rem;
    top: 1.6rem;
    right: -1.4rem;
    background-size: contain;
  }
  .btn__01.md {
    width: 20.4rem;
    height: 3.8rem;
  }
  .btn__01.md::before {
    height: 3.8rem;
    -webkit-clip-path: polygon(2.4rem 0%, 100% 0%, calc(100% - 2.4rem) 100%, 0% 100%);
            clip-path: polygon(2.4rem 0%, 100% 0%, calc(100% - 2.4rem) 100%, 0% 100%);
  }
  .btn__01.wide {
    height: 4.2rem;
    font-size: 1.4rem;
  }
  .btn__01.wide::before {
    height: 4.2rem;
    -webkit-clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
            clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
  }
  .btn__01.wide::after {
    top: 1.8rem;
  }
  .btn__01.white span {
    -webkit-clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
            clip-path: polygon(2.2rem 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0% 100%);
  }
  .btn__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn__grid.left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .btn__grid.sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .btn__pageup {
    padding: 2px 2.8rem;
  }
  .btn__pageup svg {
    width: 1.3rem;
    height: 0.9rem;
  }
  .btn__submit {
    width: 25.4rem;
    height: 4.2rem;
    margin-top: 0;
  }
  .btn__submit input {
    font-size: 1.4rem;
  }
  .btn__submit::after {
    top: 1.6rem !important;
  }
}
.heading__01 {
  margin-bottom: 7.5rem;
  position: relative;
  text-align: center;
  line-height: 1;
}
.heading__01::after {
  content: "";
  width: 11rem;
  height: 1px;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  background-color: #e50012;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.heading__01 span {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
}
.heading__01--label {
  color: #efefef;
  font-size: 12rem;
}
.heading__01--main {
  padding-top: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 2.6rem;
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  transform: skewX(-10deg) translate(-50%, -50%);
}
.heading__01.white::after {
  background-color: #fff;
}
.heading__01.white > span {
  color: #fff;
}
.heading__01.white .heading__01--label {
  color: rgba(255, 255, 255, 0.3);
}
.heading__02 {
  margin-bottom: 2rem;
}
.heading__02 span {
  font-style: italic;
}
.heading__02--label {
  margin-bottom: 2rem;
  display: block;
  color: #efefef;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.6rem;
  opacity: 0.8;
}
.heading__02--label::before {
  content: "" counter(number, decimal-leading-zero) "";
  margin-right: 0.8rem;
  color: #efefef;
  counter-increment: number 1;
  letter-spacing: 0;
  font-size: 4.4rem;
}
.heading__02--main {
  padding: 1rem 1.2rem;
  background-color: #fff;
  color: #e50012;
  letter-spacing: 0.025em;
  font-size: 2.3rem;
}
.heading__03 {
  text-align: center;
  --text-color: #fff;
}
.heading__03 span {
  display: block;
  font-weight: 500;
}
.heading__03--label {
  letter-spacing: 0.2em;
  font-size: 4rem;
}
.heading__03--main {
  letter-spacing: 0.05em;
  font-size: 1.7rem;
}
.heading__04 {
  width: 24.3rem;
  max-width: 100%;
  margin: 0 auto 4rem;
  display: grid;
  gap: 1rem;
  text-align: center;
}
.heading__04--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 700;
  font-size: 2.6rem;
}
.heading__04--label {
  color: #cacbca;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 1.2rem;
}
.heading__04.lg {
  width: 32.3rem;
}
.heading__04.xl {
  width: 50.3rem;
}
.heading__05 {
  margin-bottom: 5rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.heading__05::before {
  content: "";
  width: 35.2rem;
  height: 2.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #e9e9e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(2.6rem 0%, 100% 0%, calc(100% - 2.6rem) 100%, 0% 100%);
          clip-path: polygon(2.6rem 0%, 100% 0%, calc(100% - 2.6rem) 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 3rem;
    white-space: nowrap;
  }
  .heading__01::after {
    width: 7.7rem;
    height: 1px;
    bottom: -1.3rem;
  }
  .heading__01 .heading__01--label {
    letter-spacing: 0;
  }
  .heading__01--label {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    font-size: 6.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .heading__01--main {
    padding-top: 0.5rem;
    font-size: 2rem;
  }
  .heading__02--label {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1;
  }
  .heading__02--label::before {
    font-size: 3.3rem;
  }
  .heading__02--main {
    padding: 0.2rem 1.2rem;
    font-size: 1.8rem;
    line-height: 3;
  }
  .heading__03--label {
    font-size: 2.7rem;
  }
  .heading__03--main {
    font-size: 1.3rem;
  }
  .heading__04 {
    width: 19.5rem;
    margin-bottom: 2.5rem;
    gap: 0.8rem;
  }
  .heading__04--main {
    font-size: 1.9rem;
  }
  .heading__04--main svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .heading__04--label {
    font-size: 1rem;
  }
  .heading__04.md, .heading__04.lg {
    width: 19.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .heading__04.xl {
    width: 23.5rem;
  }
  .heading__05 {
    margin-bottom: 2.6rem;
    line-height: 1;
  }
  .heading__05::before {
    width: 21.1rem;
    height: 1.6rem;
    -webkit-clip-path: polygon(1rem 0%, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
            clip-path: polygon(1rem 0%, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
  }
}
.navi__01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi__01--item {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 17rem;
}
.navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #20287e;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.navi__01 a.is-active {
  background-color: var(--theme-color, #20287e);
  color: #fff;
  pointer-events: none;
}
.navi__02--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi__02--item {
  width: 17rem;
  max-width: 100%;
  padding: 1.5rem 0;
  position: relative;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.navi__02--item + .navi__02--item::before {
  content: "";
  width: 1rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -3rem;
  background-image: url("data: image/svg+xml,<svg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.8225L1.85052 0L11 9L1.85052 18L0 16.1775L7.29323 9L0 1.8225Z' fill='%23333333'/></svg>");
  background-size: 1rem;
}
.navi__02--item.is-active {
  background-color: #333;
}
.navi__02--item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navi__02--item .tag {
  padding: 0.3rem 0.6rem;
  background-color: #20287e;
  color: #fff;
  line-height: 1.5;
}
.navi__03--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.navi__03--item {
  width: 27rem;
  height: 20rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color, #20287e);
  --text-color: #fff;
}
.navi__03--item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 2rem;
  display: inline-block;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navi__03 .anchor {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navi__03 .image {
  height: 9.7rem;
}
.navi__03 img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.navi__03 .title {
  font-weight: 700;
  font-size: 2.4rem;
}

.breadcrumbs {
  margin-bottom: 7rem;
}
.breadcrumbs .item + .item::before {
  content: "＞";
}

.pager__archive {
  margin-top: 4rem;
}
.pager__archive--total {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 700;
}
.pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager__archive .page-numbers {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ccc;
  color: #fff;
  font-family: "Trajan Pro", serif;
  font-size: 1.8rem;
}
.pager__archive .page-numbers.dots {
  margin: 0 -1.5rem;
}
.pager__archive .page-numbers.current {
  background-color: var(--theme-color, #20287e);
  font-weight: 700;
}
.pager__archive .page-numbers.prev, .pager__archive .page-numbers.next {
  width: 1rem;
  height: 2rem;
  background: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>") no-repeat center/contain;
}
.pager__archive .page-numbers.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .navi__01--list {
    display: grid;
    gap: 1rem !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .navi__01--item {
    font-size: 1.4rem;
  }
  .navi__01 a {
    height: 5rem;
    padding: 0 2rem;
  }
  .navi__02--list {
    gap: 3rem;
  }
  .navi__02--item {
    font-size: 1.4rem;
  }
  .navi__02--item + .navi__02--item::before {
    left: -2rem;
  }
  .navi__02.sp-column .navi__02--list {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navi__02.sp-column .navi__02--item {
    width: 100%;
    display: grid;
    gap: 4rem;
    grid-template-columns: 40% 1fr;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .navi__02.sp-column .navi__02--item .image {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .navi__02.sp-column .navi__02--item + .navi__02--item::before {
    top: calc(50% - 7.5rem);
    left: calc(50% - 0.5rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .navi__02.sp-column .title {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .navi__03--list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navi__03--item {
    width: 100%;
    height: 15rem;
  }
  .navi__03--item::after {
    bottom: 1rem;
  }
  .navi__03 .anchor {
    gap: 1rem;
  }
  .navi__03 .title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .navi__03 .image {
    height: 5rem;
  }
  .breadcrumbs {
    margin-bottom: 6.4rem;
  }
}
.module__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.module__01 p + p {
  margin-top: 2rem;
}
.module__01--visual {
  padding: 2rem 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #fff;
  text-align: center;
}
.module__01 .title {
  margin-bottom: 1rem;
  color: var(--theme-color, #20287e);
  font-weight: 600;
  font-size: 2.4rem;
}
.module__01 .note {
  margin-top: 2rem;
}
.module__01 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__01.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.module__02 .image {
  margin-top: 2rem;
}

.common__01--grid {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common__01--grid.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.common__01--visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.common__02--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common__02--content .title {
  color: #20287e;
  font-weight: 600;
  font-size: 2.2rem;
}
.common__02--content .sentence {
  margin-top: 2.5rem;
}
.common__02--button {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common__02--button .title {
  color: #20287e;
  font-weight: 700;
  font-size: 2.4rem;
}
.common__02--button .text {
  margin-top: 1rem;
}
.common__02--button .btn__01 {
  margin-top: 2rem;
}

.grid {
  display: grid;
}
.grid.col2 {
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid.col3 {
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.grid-card.col2 {
  gap: 4rem 4rem;
}
.grid-card.col3 {
  gap: 4rem 5rem;
}

.banner-item {
  display: block;
}
.banner-item img {
  width: 100%;
}
.banner-item.border {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--theme-color, #20287e);
}

.card__01 {
  display: block;
  background-color: #fff;
}
.card__01--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.681;
}
.card__01--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__01--body {
  padding: 3rem;
}
.card__01--title {
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
}
.card__01--title::after {
  content: "";
  width: 5rem;
  height: 3px;
  margin: 1rem auto;
  display: block;
  background-color: var(--theme-color, #20287e);
}
.card__01--title:last-child {
  margin-bottom: 0;
}
.card__01[href] img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card__01[href]:hover {
  opacity: 1;
}
.card__01[href]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery__01 {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.gallery__01--item {
  aspect-ratio: 1/0.668;
}
.gallery__01--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__01 .item1 {
  grid-area: 1/1/3/3;
}
.gallery__01 .item2 {
  grid-area: 1/3/2/4;
}
.gallery__01 .item3 {
  grid-area: 1/4/2/5;
}
.gallery__01 .item4 {
  grid-area: 2/3/3/4;
}
.gallery__01 .item5 {
  grid-area: 2/4/3/5;
}
.gallery__01 .item6 {
  grid-area: 3/1/4/2;
}
.gallery__01 .item7 {
  grid-area: 3/2/4/3;
}
.gallery__01 .item8 {
  grid-area: 3/3/4/4;
}
.gallery__01 .item9 {
  grid-area: 3/4/4/5;
}
.gallery__02 {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
.gallery__02--item {
  aspect-ratio: 1/0.714;
}
.gallery__02--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__03--item {
  display: block;
}
.gallery__03--item > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__03--item.is-map {
  aspect-ratio: 1/0.345;
}
.gallery__03--title {
  margin-top: 4rem;
  color: var(--theme-color, #20287e);
  letter-spacing: 0;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
.gallery__03--text {
  margin-top: 2rem;
}

.tags__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags__01 .tag {
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: var(--theme-color, #20287e);
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .module__01 {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .module__01.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .module__02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__01--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__02 .sentence p + p {
    margin-top: 2rem;
  }
}
.js-slider01-control .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-slider01-control .swiper-button {
  height: auto;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.js-slider01-control .swiper-button::after {
  color: #000;
  font-size: 2rem;
}
.js-slider01-control .swiper-pause {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-slider01-control .swiper-pause::before, .js-slider01-control .swiper-pause::after {
  content: "";
  width: 0.4rem;
  height: 100%;
  background-color: var(--theme-color, #20287e);
}
.js-slider01-control .swiper-pause.paused::before {
  width: 2rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.js-slider01-control .swiper-pause.paused::after {
  display: none;
}

.slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #20287e);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.slider__01 .swiper {
  overflow: visible !important;
}
.slider__01 .swiper-wrapper {
  height: auto;
}
.slider__01 .swiper-slide {
  width: 29.6rem;
}
.slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__02 .swiper {
  overflow: visible !important;
}
.slider__02 .swiper-wrapper {
  height: auto;
}
.slider__02 .swiper-slide {
  width: 83.2rem;
}
.slider__02--control {
  margin-top: 4rem;
}
.slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.slider__03 .swiper {
  overflow: visible !important;
}
.slider__03 .swiper-wrapper {
  height: auto;
}
.slider__03 .swiper-slide {
  width: 36rem;
}
.slider__03--control {
  margin-top: 10rem;
}

@media screen and (min-width: 769px) {
  .slider__01 {
    position: relative;
  }
  .slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .slider__02 .swiper-slide {
    width: 100%;
  }
  .slider__02--control {
    margin-top: 3.5rem;
  }
}
.table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.table__01--head, .table__01--detail {
  padding: 2.5rem;
}
.table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #20287e);
  text-align: center;
  font-weight: 600;
}
.table__01--detail {
  border-bottom: 1px solid #ccc;
}
.table__02--content {
  width: 100%;
}
.table__02--head--detail {
  font-weight: 600;
}
.table__02--head th {
  padding: 1.4rem 0;
}
.table__02--head th + th {
  border-left: 1px solid #fff;
}
.table__02--title {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #20287e);
  text-align: center;
}
.table__02--item {
  padding: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.table__03--content {
  width: 100%;
}
.table__03--head--detail {
  font-weight: 600;
}
.table__03--head th {
  padding: 1.4rem 0;
}
.table__03--head th + th {
  border-left: 1px solid #fff;
}
.table__03--title {
  width: 20rem;
  max-width: 100%;
  margin-bottom: -0.1rem;
  padding: 0 1.5rem;
  text-align: center;
}
.table__03--item01, .table__03--item02 {
  background-color: var(--theme-color, #e9e9e9);
}
.table__03--item01 {
  padding: 2.5rem 3rem;
}
.table__03--item02 {
  width: 13rem;
  min-width: 100%;
  text-align: center;
}
.table__03--item02 a {
  color: var(--theme-color, #20287e);
}
.table__03 a {
  text-decoration: underline;
  word-break: break-word;
}

.list__01--list {
  display: grid;
  gap: 0 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.list__01--item {
  width: 100%;
  padding: 1.8rem;
  padding-left: 1rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list__01--item::after {
  content: "";
  width: 1rem;
  height: 1.4rem;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 0;
  background-image: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>");
}
.list__02--list {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.list__02--item .title {
  margin-top: 0.5rem;
  color: var(--theme-color, #20287e);
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
}
.list__02 .note {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .table__01--content {
    display: block;
  }
  .table__01--head {
    padding: 2rem 2rem 0 2rem;
    border-bottom: none;
    text-align: left;
  }
  .table__01--head:first-of-type {
    padding-top: 0;
  }
  .table__01--detail {
    padding: 1rem 2rem 2rem 2rem;
    border-bottom: none;
    border-bottom: 1px solid var(--theme-color, #20287e);
  }
  .table__01 .list-note {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .table__02 {
    margin-right: -2.5rem;
    padding-right: 2.5rem;
    overflow-x: scroll;
  }
  .table__02 table {
    width: 100rem;
  }
  .table__02.no-sp-scroll table {
    width: 100%;
  }
  .table__02.no-sp-scroll .table__02--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table__02.no-sp-scroll .table__02--detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table__02.no-sp-scroll .table__02--title, .table__02.no-sp-scroll .table__02--item {
    padding: 1rem;
    padding-left: calc(30% + 2rem);
    position: relative;
    font-size: 1.4rem;
  }
  .table__02.no-sp-scroll .table__02--title::before, .table__02.no-sp-scroll .table__02--item::before {
    content: attr(data-label);
    width: 30%;
    height: 100%;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .table__02.no-sp-scroll .table__02--title {
    border-bottom: 1px solid #ccc;
    text-align: start;
    font-weight: 500;
  }
  .table__03--detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table__03--detail + .table__03--detail {
    margin-top: 3rem;
  }
  .table__03--detail.space + .table__03--detail.space {
    margin-top: 0;
    border-top: 2px solid #fff;
  }
  .table__03--title {
    width: 100% !important;
    padding: 2rem 1rem;
  }
  .table__03--item02 {
    padding: 2rem 1rem;
    border-top: 2px solid #fff;
  }
  .list__01--list {
    grid-template-columns: 1fr;
  }
  .list__02--list {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-form__box {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #313131;
  --text-color: #313131;
}
.c-form__box + .c-form__box {
  margin-top: 3rem;
}
.c-form__box.contact-item {
  width: 100%;
  padding: 4.4rem 4.2rem;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.c-form__box.contact-item .c-form__checkbox {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
}
.c-form__box.contact-item .c-form__checkbox.is-active {
  background-color: #261f88;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --text-color: #fff;
}
.c-form__box.contact-item .c-form__text {
  margin: 0 auto;
  padding: 1.5rem 2rem;
}
.c-form__box.contact-item .c-form__text.row {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form__box.contact-item .c-form__label {
  width: 100%;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-form__label {
  width: 13.4rem;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__label .title {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-form__label .title span {
  display: block;
}
.c-form__label .title .sub {
  color: var(--theme-color, #20287e);
}
.c-form__required::after {
  content: "※";
  margin-left: 0.5em;
  color: #f00;
}
.c-form__optional::after {
  content: "任意";
}
.c-form__text {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__text .note {
  margin-top: 0.3em;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.c-form__text.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form__text .btn__01 {
  width: 15rem;
  height: 4rem;
  margin-top: 0;
  padding-bottom: 0;
}
.c-form__control {
  width: 100%;
  padding: 0.35em 1em;
  border-radius: 0.3rem;
  background-color: #e9e9e9;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__control.w-53 {
  width: 53%;
}
.c-form__control.w-mini {
  width: 7.4rem;
}
.c-form__select {
  position: relative;
}
.c-form__select::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 4px;
  border-style: solid;
  border-top: 4px solid #000;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
}
.c-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__select--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__select--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__select--item label, .c-form__select--item span {
  white-space: nowrap;
  font-weight: 700;
}
.c-form__checkbox {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.c-form__checkbox label {
  position: relative;
}
.c-form__checkbox label > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox input[type=checkbox] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  line-height: 1.75;
}
.c-form__checkbox input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-form__checkbox input[type=checkbox] + span::after {
  content: "";
  width: 0.7em;
  height: 1em;
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  display: block;
  border-right: 3px solid #20287e;
  border-bottom: 3px solid #20287e;
  opacity: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.c-form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-form__radio label {
  position: relative;
}
.c-form__radio label + label {
  margin-left: 3rem;
}
.c-form__radio input[type=radio] {
  display: none;
}
.c-form__radio input[type=radio] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 2.58;
}
.c-form__radio input[type=radio] + span::before {
  content: "";
  width: 1.125em;
  height: 1.125em;
  margin-right: 1rem;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 2px solid var(--primary-color, #000);
  border-radius: 50%;
}
.c-form__radio input[type=radio] + span::after {
  content: "";
  width: 0.625em;
  height: 0.625em;
  position: absolute;
  top: 0.26em;
  left: 0.26em;
  display: block;
  border-radius: 50%;
  background-color: var(--primary-color, #000);
  opacity: 0;
}
.c-form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-form__textarea {
  height: 15.6rem;
}
.c-form__policy {
  padding-top: 5rem;
}
.c-form__policy p {
  margin-bottom: 1rem;
}
.c-form__policy .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form__policy .item {
  position: relative;
}
.c-form__policy .item::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1px;
  right: -3rem;
  background-image: url("data: image/svg+xml,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.3 19.0016H2.85C1.235 19.0016 0 17.7666 0 16.1516V5.70156C0 4.08656 1.235 2.85156 2.85 2.85156H8.55C9.12 2.85156 9.5 3.23156 9.5 3.80156C9.5 4.37156 9.12 4.75156 8.55 4.75156H2.85C2.28 4.75156 1.9 5.13156 1.9 5.70156V16.1516C1.9 16.7216 2.28 17.1016 2.85 17.1016H13.3C13.87 17.1016 14.25 16.7216 14.25 16.1516V10.4516C14.25 9.88156 14.63 9.50156 15.2 9.50156C15.77 9.50156 16.15 9.88156 16.15 10.4516V16.1516C16.15 17.7666 14.915 19.0016 13.3 19.0016Z' fill='%23333333'/><path d='M18.0504 7.6C17.4804 7.6 17.1004 7.22 17.1004 6.65V1.9H12.3504C11.7804 1.9 11.4004 1.52 11.4004 0.95C11.4004 0.38 11.7804 0 12.3504 0H18.0504C18.6204 0 19.0004 0.38 19.0004 0.95V6.65C19.0004 7.22 18.6204 7.6 18.0504 7.6Z' fill='%23333333'/><path d='M7.60039 12.35C7.31539 12.35 7.12539 12.255 6.93539 12.065C6.55539 11.685 6.55539 11.115 6.93539 10.735L17.3854 0.285C17.7654 -0.095 18.3354 -0.095 18.7154 0.285C19.0954 0.665 19.0954 1.235 18.7154 1.615L8.26539 12.065C8.07539 12.255 7.88539 12.35 7.60039 12.35Z' fill='%23333333'/></svg>");
}
.c-form__policy label {
  font-weight: 600;
}
.c-form__policy label a {
  text-decoration: underline;
}
.c-form__button {
  margin-top: 7rem;
}
.c-form__button.btn__grid {
  gap: 5rem;
}
.c-form__file {
  padding-top: 1rem;
}
.c-form__file span {
  color: #999;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-form__file input {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-form__box {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
    --text-color: #000;
  }
  .c-form__box + .c-form__box {
    margin-top: 1.5rem;
  }
  .c-form__box.postal .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-form__box.contact-item {
    padding: 3rem 2rem;
    gap: 2rem;
  }
  .c-form__box.contact-item .c-form__text {
    padding: 0;
  }
  .c-form__box.contact-item .c-form__text.row {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .c-form__label {
    width: 100%;
    font-weight: 500;
  }
  .c-form__text {
    width: 100%;
  }
  .c-form__textarea {
    height: 12.3rem;
  }
  .c-form__control {
    width: 100% !important;
    padding: 0.8em 1em;
    border-radius: 2px;
    font-size: 1.3rem;
  }
  .c-form__control.w-mini {
    width: 6.3rem !important;
  }
  .c-form__select--group {
    gap: 1rem;
  }
  .c-form__select--item {
    gap: 1rem;
  }
  .c-form__select--item label {
    font-weight: 500;
    font-size: 1.3rem;
  }
  .c-form__radio input[type=radio] + span::before {
    border-width: 1px;
  }
  .c-form__policy {
    padding-top: 3rem;
    text-align: left;
  }
  .c-form__policy .row {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form__button {
    margin-top: 4rem;
  }
  .c-form__button.btn__grid {
    gap: 2rem;
  }
  .c-form__file {
    padding-top: 0;
  }
  .c-form__file span {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.home__hero {
  margin-bottom: 10rem;
  padding-left: 6rem;
  position: relative;
}
.home__hero--catch {
  position: absolute;
  bottom: 14.5rem;
  left: 16.5rem;
  z-index: 3;
}
.home__hero--catch .text01 {
  display: grid;
  gap: 4.5rem;
}
.home__hero--catch .text01 span {
  color: #fff;
}
.home__hero--catch .text01--main {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 9.6rem;
  line-height: 1.1458333333;
}
.home__hero--catch .text01--sub {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5357142857;
}
.home__hero--visual {
  width: 100%;
  height: 91.4rem;
  position: relative;
}
.home__hero--visualBlock {
  position: absolute;
}
.home__hero--visualBlock::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.home__hero--visualBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero--visual .block01 {
  width: 47.8%;
  height: 33.8%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 75.8% 100%, 0 51%);
          clip-path: polygon(0 0, 100% 0, 75.8% 100%, 0 51%);
}
.home__hero--visual .block02 {
  width: 63.4%;
  height: 63%;
  top: 0;
  right: 0;
  background-color: #111;
  -webkit-clip-path: polygon(18.4% 0, 100% 0, 100% 100%, 0 54%);
          clip-path: polygon(18.4% 0, 100% 0, 100% 100%, 0 54%);
}
.home__hero--visual .block03 {
  width: 70%;
  height: 82.2%;
  bottom: 0;
  left: 0;
  background-color: #222;
  -webkit-clip-path: polygon(0 0, 100% 39%, 74% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 39%, 74% 100%, 0 100%);
}
.home__hero--visual .block04 {
  width: 47.8%;
  height: 50%;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-clip-path: polygon(38% 0, 100% 27.2%, 100% 100%, 0 100%);
          clip-path: polygon(38% 0, 100% 27.2%, 100% 100%, 0 100%);
}
.home__hero--slider {
  width: 100%;
  height: 100%;
}
.home__hero--scroll {
  position: absolute;
  bottom: -5.6rem;
  left: 2.6rem;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home__hero--scroll span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231815;
  letter-spacing: 0.2em;
}
.home__hero--scroll span::after {
  content: "";
  width: 1px;
  height: 12.6rem;
  display: block;
  background-color: #231815;
}
.home__bnr {
  position: fixed;
  top: 10.4rem;
  right: 2rem;
  z-index: 3;
}
.home__bnr a {
  display: block;
  -webkit-box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
}
.home__about {
  position: relative;
  background: url(../../images/home/bg_town.png) no-repeat bottom/139rem;
}
.home__about .main__container {
  position: relative;
  z-index: 1;
}
.home__about--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home__about--text {
  width: 44%;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
}
.home__about--img {
  width: 56%;
}
.home__about--decoration01 {
  width: 49vw;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home__about--decoration02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
}
.home__about--decoration02 picture + picture {
  margin-left: 10rem;
}
.home__about--decoration02 img {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.home__features {
  position: relative;
  counter-reset: number 0;
}
.home__features::after {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  bottom: -6rem;
  left: 0;
  background: url(../../images/common/stripe_line.png) no-repeat center/cover;
  background-size: cover;
}
.home__features--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__features--column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home__features--column + .home__features--column {
  margin-top: 10rem;
}
.home__features--column.mt-60 {
  margin-top: 6rem;
}
.home__features--text dt {
  margin-bottom: 3rem;
}
.home__features--text dd {
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 2.125;
}
.home__features--img {
  position: relative;
}
.home__features--img::before {
  content: "";
  width: 52.6rem;
  height: 24rem;
  position: absolute;
  right: -5.5rem;
  bottom: -2rem;
  z-index: -1;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22img_bg_line%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20526%20240%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e9e9e9%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22382.11%20240%200%20240%20143.89%200%20526%200%20382.11%20240%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-655%201687%20-683%201687%20330%200%20358%200%20-655%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-599%201687%20-627%201687%20386%200%20414%200%20-599%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-543%201687%20-571%201687%20442%200%20470%200%20-543%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-487%201687%20-515%201687%20498%200%20526%200%20-487%201687%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.home__features--img.reverse::before {
  right: auto;
  left: -5.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22img_line_left%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20526%20240%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e9e9e9%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22382.11%20240%200%20240%20143.89%200%20526%200%20382.11%20240%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%3E%3Cg%20class%3D%22cls-3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-841.48%201687%20-869.48%201687%20143.52%200%20171.52%200%20-841.48%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-785.48%201687%20-813.48%201687%20199.52%200%20227.52%200%20-785.48%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-729.48%201687%20-757.48%201687%20255.52%200%20283.52%200%20-729.48%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-673.48%201687%20-701.48%201687%20311.52%200%20339.52%200%20-673.48%201687%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.home__features--text {
  width: 41%;
}
.home__service {
  position: relative;
}
.home__service::after {
  content: "";
  width: 124rem;
  max-width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  display: block;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home__service--column {
  display: grid;
  gap: 6.3%;
  grid-template-columns: repeat(4, 1fr);
}
.home__service--img {
  width: 16rem;
  height: 16rem;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #e50012;
}
.home__service--text dt {
  margin-bottom: 0.75em;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e50012;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 900;
  font-size: 2.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
}
.home__service--text dt span {
  display: block;
  font-size: 1.5rem;
  --text-color: $secondary;
}
.home__service--text dd {
  letter-spacing: 0;
  line-height: 2;
}
.home__shop {
  position: relative;
}
.home__shop--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__shop--card {
  width: 33rem;
  padding: 2rem 3rem 3.5rem;
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  background-color: #fff;
}
.home__shop--logo {
  height: 8rem;
  padding-bottom: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__shop--logo::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home__shop--detail {
  padding-top: 2.5rem;
}
.home__shop--name span {
  margin-bottom: 2rem;
  padding: 0.3rem;
  display: block;
  background-color: #e9e9e9;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 1.5rem;
}
.home__shop--name h3 {
  margin-bottom: 3.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-size: 2.3rem;
}
.home__shop--text {
  padding: 0 1em;
  letter-spacing: 0;
  line-height: 2;
}
.home__shop--decoration01 {
  width: 19vw;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -10rem;
}
.home__companyrecruit--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__companyrecruit--block a {
  position: relative;
  display: block;
}
.home__companyrecruit--block a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
}
.home__companyrecruit--block h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home__companyrecruit--block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home__hero {
    height: calc(100svh - 5.8rem);
    margin-bottom: 9rem;
    padding-left: 2.8rem;
  }
  .home__hero--catch {
    bottom: 2.5rem;
    left: 4.6rem;
  }
  .home__hero--catch .text01 {
    gap: 2rem;
  }
  .home__hero--catch .text01--main {
    font-size: 4.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.1904761905;
  }
  .home__hero--catch .text01--sub {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
  .home__hero--visual {
    height: 100%;
  }
  .home__hero--visual .block01 {
    width: 81.4%;
    height: 55.4%;
    top: 16%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 68.6%);
            clip-path: polygon(0 0, 0% 100%, 100% 68.6%);
  }
  .home__hero--visual .block02 {
    width: 100%;
    height: 37.4%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 74.4%, 47.9% 100%, 0% 40%);
            clip-path: polygon(0 0, 100% 0, 100% 74.4%, 47.9% 100%, 0% 40%);
  }
  .home__hero--visual .block03 {
    width: 100%;
    height: 45.6%;
    -webkit-clip-path: polygon(82.2% 0, 100% 18%, 100% 100%, 0 100%, 0 39%);
            clip-path: polygon(82.2% 0, 100% 18%, 100% 100%, 0 100%, 0 39%);
  }
  .home__hero--visual .block04 {
    width: 51%;
    height: 33.4%;
    bottom: 38.2%;
    -webkit-clip-path: polygon(100% 0, 0 28.3%, 100% 100%);
            clip-path: polygon(100% 0, 0 28.3%, 100% 100%);
  }
  .home__hero--scroll {
    bottom: -0.5rem;
    left: 0.4rem;
  }
  .home__hero--scroll span {
    font-size: 9px;
  }
  .home__hero--scroll span::after {
    height: 6.6rem;
    bottom: -0.5rem;
  }
  .home__bnr {
    width: 30.4rem;
    margin: auto;
    position: relative;
    top: -4.5rem;
    right: auto;
  }
  .home__bnr--02 {
    padding: 0 2.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .home__bnr--02.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home__bnr--02 a {
    display: block;
    -webkit-box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
  }
  .home__about {
    background: url(../../images/home/bg_town_pc.png) no-repeat bottom/32.2rem;
  }
  .home__about--column {
    display: block;
  }
  .home__about--text {
    width: 100%;
    letter-spacing: 0;
    line-height: 2.0666666667;
  }
  .home__about--img {
    width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-bottom: 3rem;
    margin-left: calc(-50vw + 50%);
    text-align: center;
  }
  .home__about--decoration01 {
    width: 70vw;
    top: -134.4vw;
    bottom: auto;
  }
  .home__about--decoration02 picture {
    width: 72.8rem;
    display: inline-block;
  }
  .home__about--decoration02 picture + picture {
    margin-left: 4rem;
  }
  .home__features::after {
    height: 4.2rem;
    bottom: -4.2rem;
  }
  .home__features--column {
    display: grid;
    gap: 2.5rem;
  }
  .home__features--column + .home__features--column {
    margin-top: 5.5rem;
  }
  .home__features--img {
    width: 100%;
  }
  .home__features--img::before {
    width: 26.3rem;
    height: 12rem;
    right: 1rem;
    bottom: -1rem;
  }
  .home__features--img.reverse::before {
    right: 1rem;
    left: auto;
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22img_bg_line%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20526%20240%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e9e9e9%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22382.11%20240%200%20240%20143.89%200%20526%200%20382.11%20240%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-655%201687%20-683%201687%20330%200%20358%200%20-655%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-599%201687%20-627%201687%20386%200%20414%200%20-599%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-543%201687%20-571%201687%20442%200%20470%200%20-543%201687%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22-487%201687%20-515%201687%20498%200%20526%200%20-487%201687%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/contain;
  }
  .home__features--text {
    width: 100%;
  }
  .home__features--text dt {
    margin-bottom: 1.5rem;
  }
  .home__features--text dd {
    line-height: 2.0666666667;
  }
  .home__service::after {
    width: calc(100% - 5.6rem);
    bottom: -6rem;
  }
  .home__service--column {
    gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .home__service--img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.4rem;
  }
  .home__service--text dt {
    height: auto;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .home__service--text dt span {
    font-size: 1.2rem;
  }
  .home__service--text dd {
    line-height: 2.0666666667;
  }
  .home__shop .main__container {
    position: relative;
    z-index: 1;
  }
  .home__shop--column {
    display: grid;
    gap: 2rem;
  }
  .home__shop--card {
    width: 100%;
    padding: 2rem 2rem 2.8rem;
  }
  .home__shop--logo::after {
    height: 1px;
    background-image: linear-gradient(to right, #b2b2b2 1px, transparent 1px);
    background-size: 8px 1px;
  }
  .home__shop--detail {
    padding-top: 2.8rem;
  }
  .home__shop--name span {
    width: 19rem;
    margin: 0 auto 1em;
    font-size: 1.2rem;
  }
  .home__shop--name h3 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .home__shop--text {
    padding: 0;
    line-height: 1.7333333333;
  }
  .home__shop--decoration01 {
    width: 70vw;
    bottom: -5rem;
  }
  .home__companyrecruit--column {
    display: block;
  }
}
.company__thoughts--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem 5.4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__thoughts--card {
  width: 47.3%;
}
.company__thoughts--title {
  height: 3.8rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9e9e9;
  color: #20287e;
  letter-spacing: 0.025em;
  font-style: italic;
  font-weight: 500;
  font-size: 2.3rem;
  -webkit-clip-path: polygon(2.5rem 0%, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
          clip-path: polygon(2.5rem 0%, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
}
.company__thoughts--text {
  font-size: 1.6rem;
  --text-color: #231815;
}
.company__thoughts--text * {
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
}
.company__thoughts--text li {
  margin-left: 1em;
  text-indent: -1em;
}
.company__thoughts--text li::before {
  content: "・";
  margin-right: 0.5rem;
  color: #20287e;
}
.company__greetings--container {
  padding: 7.5rem 10rem 6.5rem;
}
.company__greetings--text {
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
}
.company__greetings--img {
  margin-bottom: 4.5rem;
  margin-left: 4.5rem;
  float: right;
}
.company__greetings--name {
  margin-top: 10rem;
  text-align: right;
}
.company__profile--table {
  max-width: 100rem;
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.company__profile--table th, .company__profile--table td {
  padding: 1em;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.company__profile--table th {
  width: 16.3rem;
  border-bottom: 2px solid #20287e;
  color: #20287e;
  text-align: center;
  line-height: 1.375;
}
.company__profile--table td {
  padding-left: 2.5rem;
  border-bottom: 1px solid #d8d8d8;
  color: #313131;
  line-height: 1.875;
  --text-color: #313131;
}
.company__profile--table td * {
  line-height: 1.875;
}
.company__profile--link {
  position: relative;
  display: inline-block;
  color: #1e72c4;
  text-decoration: underline;
}
.company__profile--link::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  position: absolute;
  top: calc(50% - 3px);
  right: -1.3rem;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0 0 0 2px; /* ← 丸みの設定 */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.company__profile--link:hover {
  color: rgba(30, 114, 196, 0.75);
}
.company__profile--link.is-open::after {
  top: calc(50% + 2.5px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.company__profile--bland {
  display: none;
}
.company__profile--btngroup {
  margin-top: 5rem;
  text-align: center;
}
.company__history--column {
  max-width: 95rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.company__history--main {
  width: 54rem;
  max-width: 100%;
  position: relative;
}
.company__history--main::before {
  content: "";
  width: 1.2rem;
  height: calc(100% - 8.8rem);
  position: absolute;
  top: 1.3rem;
  left: 3.8rem;
  z-index: -1;
  background-color: #20287e;
}
.company__history--block {
  padding: 1.3rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company__history--block:nth-child(even) .company__history--since {
  background-color: #fff;
  color: var(--btn-text-color, #e50012);
  --text-color: $secondary;
}
.company__history--block:nth-child(odd) .company__history--since {
  background-color: #e50012;
  color: var(--btn-text-color, #fff);
  --text-color: #fff;
}
.company__history--block:not(:last-child)::after {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  position: absolute;
  top: var(--arrow-top, 0);
  left: 3.7rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #e9e9e9;
  border-bottom: 0;
  border-left: 0;
  color: #e9e9e9;
  vertical-align: middle;
  line-height: 1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  --arrow-size: 1.5rem;
}
.company__history--since {
  width: 8.8rem;
  height: 8.8rem;
  padding: 1rem 0.5rem 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.company__history--since > div {
  text-align: center;
}
.company__history--since span {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1;
}
.company__history--since .en {
  font-size: 1.1rem;
}
.company__history--since .num {
  font-size: 2.4rem;
}
.company__history--since .ja {
  font-size: 2rem;
}
.company__history--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #313131;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.875;
  --text-color: #313131;
}
.company__history--text p {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.875;
}
.company__shop--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3rem;
}
.company__shop--add p {
  letter-spacing: 0.025em;
  font-size: 1.9rem;
}
.company__shop--acc {
  margin-top: 1.5rem;
}
.company__shop--acc dt {
  padding: 0.5rem 1.27em;
  display: inline-block;
  border-radius: 1.3rem;
  background-color: #20287e;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
}
.company__shop--acc dt + dd {
  margin-top: 1.5rem;
}
.company__shop--acc dd {
  color: #313131;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
.company__shop--acc dd + dt {
  margin-top: 2rem;
}
.company__shop--cardwrap {
  margin-top: 6.5rem;
  display: grid;
  gap: 3.1rem;
  grid-template-columns: repeat(3, 1fr);
}
.company__shop--card {
  padding: 2.5rem 3rem 3.5rem;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  background-color: #fff;
}
.company__shop--card::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 1rem 0 0 0;
  background-color: #e9e9e9;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.company__shop--card dt {
  padding-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #20287e;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 2.3rem;
}
.company__shop--card dt::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company__shop--card dd {
  padding-top: 2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .company__thoughts--column {
    padding-top: 1rem;
    display: grid;
    gap: 4.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .company__thoughts--card {
    width: 100%;
  }
  .company__thoughts--title {
    height: 2.8rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  .company__thoughts--text {
    font-size: 1.5rem;
  }
  .company__thoughts--text * {
    line-height: 2.0666666667;
  }
  .company__greetings--container {
    padding: 3rem 2rem;
  }
  .company__greetings--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company__greetings--text {
    letter-spacing: 0;
    line-height: 2.0666666667;
  }
  .company__greetings--img {
    margin: 2.5rem auto 0 3rem;
    float: none;
  }
  .company__greetings--name {
    margin-top: -3.2rem;
  }
  .company__profile--table th, .company__profile--table td {
    height: 6.3rem;
    padding: 1.1rem 0.5rem;
    letter-spacing: 0.025em;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .company__profile--table th {
    width: 7rem;
    border-color: #224e92;
    color: #224e92;
    --text-color: #224e92;
  }
  .company__profile--table th.sp-sm {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }
  .company__profile--table td * {
    line-height: 1.3571428571;
  }
  .company__profile--table .sm {
    display: block;
    font-size: 0.9rem;
  }
  .company__profile--link {
    margin-top: 0.5rem;
  }
  .company__profile--link::after {
    border-width: 1px;
  }
  .company__profile--btngroup {
    margin-top: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .company__profile--btngroup p {
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .company__profile--btngroup .btn__01 {
    margin-top: 2rem;
  }
  .company__history--column {
    display: block;
  }
  .company__history--img {
    margin-bottom: 0.6rem;
  }
  .company__history--main::before {
    width: 1rem;
    height: calc(100% - 7rem);
    top: 1rem;
    left: 3rem;
  }
  .company__history--block {
    padding: 1rem 0;
    gap: 1.4rem;
  }
  .company__history--block:not(:last-child)::after {
    width: 1.2rem;
    height: 1.2rem;
    left: 2.9rem;
    border-width: 3px;
  }
  .company__history--block.sp-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company__history--block.sp-flex-start .company__history--text {
    margin-top: 1em;
  }
  .company__history--since {
    width: 7rem;
    height: 7rem;
    padding: 0.5rem 0.5rem 1.2rem;
  }
  .company__history--since .en {
    font-size: 1rem;
  }
  .company__history--since .num {
    font-size: 1.9rem;
  }
  .company__history--since .ja {
    font-size: 1.6rem;
  }
  .company__history--text {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .company__history--text p {
    line-height: 1.3571428571;
  }
  .company__history--text figure {
    margin-top: 1rem;
  }
  .company__shop--column {
    display: block;
  }
  .company__shop--map {
    margin-bottom: 1.5rem;
  }
  .company__shop--map iframe {
    height: 24rem;
  }
  .company__shop--add p {
    text-align: center;
    font-size: 1.5rem;
  }
  .company__shop--acc {
    margin-top: 2rem;
  }
  .company__shop--acc dt {
    padding-bottom: 0.6rem;
    display: block;
    text-align: center;
  }
  .company__shop--acc dd {
    letter-spacing: 0.025em;
    line-height: 1.3571428571;
  }
  .company__shop--acc dd + dt {
    margin-top: 4rem;
  }
  .company__shop--cardwrap {
    margin-top: 4rem;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .company__shop--card {
    padding: 2rem 2.5rem 5rem;
    border-radius: 0.8rem;
  }
  .company__shop--card::before {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.8rem 0 0 0;
  }
  .company__shop--card dt {
    padding-bottom: 1.5rem;
    gap: 0.4rem;
    font-size: 1.8rem;
  }
  .company__shop--card dd {
    padding-top: 1.5rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.staff__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}
.staff__card {
  width: 19.2%;
}
.staff__card--img {
  height: 24.8rem;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.staff__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__card--text {
  padding: 2.5rem 3rem 3rem;
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
}
.staff__card--text a {
  margin-top: 4rem;
}
.staff__card--name {
  margin-bottom: 1rem;
  --text-color: #231815;
}
.staff__card--name span {
  display: block;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.staff__card--name .en {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.staff__card--name .ja {
  font-size: 2.3rem;
}
.staff__card--detail {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}

.profile__card {
  padding: 5.5rem 6.5rem 6rem;
  border-radius: 1rem;
  background-color: #fff;
}
.profile__card + .profile__card {
  margin-top: 4rem;
}
.profile__card--top {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__card--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.profile__card--img {
  overflow: hidden;
}
.profile__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__card--motto {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile__card--table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}
.profile__card--table th, .profile__card--table td {
  padding: 2rem 2.5rem 2rem 0;
  border-bottom: 1px dotted #000;
  font-weight: 400;
  font-size: 1.5rem;
}
.profile__card--table th {
  width: 26.8%;
}
.profile__card--table td {
  padding-left: 3.2rem;
  position: relative;
}
.profile__card--table td::before {
  content: "";
  width: 1px;
  height: 3.1rem;
  position: absolute;
  left: 0rem;
  background-color: #000;
}
.profile__card--table tr:last-child th, .profile__card--table tr:last-child td {
  border: none;
}

@media screen and (max-width: 768px) {
  .staff__column {
    gap: 1.2rem 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .staff__card {
    width: 48%;
  }
  .staff__card a {
    width: 11rem;
    height: 2.2rem;
    margin-top: 2rem;
  }
  .staff__card a::before {
    height: 2.2rem;
  }
  .staff__card a span {
    padding-bottom: 1px;
  }
  .staff__card--img {
    height: 13.7rem;
  }
  .staff__card--text {
    padding: 1.4rem 1.4rem 1.6rem;
  }
  .staff__card--text a {
    font-size: 1.2rem;
  }
  .staff__card--text a::before {
    -webkit-clip-path: polygon(1.6rem 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
            clip-path: polygon(1.6rem 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
  }
  .staff__card--name {
    margin-bottom: 0.8rem;
  }
  .staff__card--name .en {
    font-size: 1rem;
  }
  .staff__card--name .ja {
    font-size: 1.5rem;
  }
  .staff__card--detail {
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
  .profile__card {
    padding: 2.4rem 2rem;
  }
  .profile__card + .profile__card {
    margin-top: 2rem;
  }
  .profile__card--top {
    margin-bottom: 1.5rem;
    display: grid;
    gap: 1.5rem;
  }
  .profile__card--main {
    gap: 1.2rem;
  }
  .profile__card--img {
    border-radius: 0.6rem;
  }
  .profile__card--motto {
    width: 100%;
  }
  .profile__card--table th, .profile__card--table td {
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
  .profile__card--table th {
    padding: 1rem 1em;
    border-bottom: 1px solid #ccc !important;
    font-weight: 400;
  }
  .profile__card--table td {
    padding: 1.3rem 1em;
    font-weight: 500;
  }
  .profile__card--table td::before {
    display: none;
  }
}
.shop__block {
  padding: 4rem 5rem 7.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.shop__block + .shop__block {
  margin-top: 6rem;
}
.shop__block .btn__01 {
  margin-top: 4rem;
}
.shop__text {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop__text--name {
  width: 43.4%;
}
.shop__text--name span {
  display: block;
  letter-spacing: 0.025em;
  line-height: 1;
}
.shop__text--name .en {
  margin-bottom: 2rem;
  color: #20287e;
  font-weight: 700;
  font-size: 3.6rem;
}
.shop__text--name .ja {
  font-size: 2.3rem;
}
.shop__text--overview {
  width: 56.7%;
  padding-left: 4.4rem;
  border-left: 1px solid #000;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
}
.shop__view {
  padding-top: 8rem;
  padding-bottom: 7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__view::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.shop__view--detail {
  padding-left: 4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.shop__view--detail dt {
  letter-spacing: 0.025em;
  font-size: 1.9rem;
}
.shop__view--detail dd {
  font-size: 2.4rem;
}
.shop__view--detail dd span {
  letter-spacing: 0.025em;
}
.shop__view--detail dd + dt {
  margin-top: 3rem;
}
.shop__view--detail .num {
  color: #20287e;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 7.6rem;
}
.shop__content {
  padding: 3rem 3rem 4rem;
  background-color: #e9e9e9;
}
.shop__content--title {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #20287e;
  letter-spacing: 0.025em;
  font-size: 2.3rem;
}
.shop__content--title::before, .shop__content--title::after {
  content: "-";
}
.shop__content--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__content--list li {
  color: #1f1815;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  --text-color: #1f1815;
}
.shop__content--list li::before {
  content: "■";
  margin-right: 0.5rem;
  color: #20287e;
}
.shop__content--list a {
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .shop__block {
    padding: 2.5rem 2.7rem 3.5rem;
  }
  .shop__block + .shop__block {
    margin-top: 2rem;
  }
  .shop__block .btn__01 {
    margin-top: 2.5rem;
  }
  .shop__text {
    margin-bottom: 2.5rem;
    display: block;
  }
  .shop__text > * {
    width: 100%;
  }
  .shop__text--name {
    padding-bottom: 2rem;
    text-align: center;
  }
  .shop__text--name .en {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .shop__text--name .ja {
    font-size: 1.6rem;
  }
  .shop__text--overview {
    padding-top: 2rem;
    padding-left: 0;
    border-top: 1px solid #000;
    border-left: 0;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .shop__view {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    display: block;
  }
  .shop__view--img {
    margin-bottom: 1.5rem;
  }
  .shop__view--detail {
    padding-left: 0;
  }
  .shop__view--detail dt {
    font-size: 1.4rem;
  }
  .shop__view--detail dd {
    font-size: 1.5rem;
  }
  .shop__view--detail dd + dt {
    margin-top: 1.5rem;
  }
  .shop__view--detail .num {
    font-size: 4.6rem;
  }
  .shop__content {
    padding: 2rem 1rem 3rem 2rem;
  }
  .shop__content--title {
    font-size: 1.5rem;
  }
  .shop__content--list {
    display: grid;
    gap: 0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shop__content--list li {
    font-size: 1.3rem;
  }
  .shop__content--list a {
    letter-spacing: 0;
  }
}
.recruit .main__lead--text + .btn__01 {
  margin-top: 4.5rem;
}
.recruit section + section {
  margin-top: 15rem;
}
.recruit__bnr {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9;
}
.recruit__bnr a {
  display: block;
  -webkit-box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
}
.recruit__overview {
  margin-top: 10rem;
}
.recruit__overview--table {
  width: 100%;
  max-width: 92rem;
}
.recruit__overview--table th, .recruit__overview--table td {
  color: #fff;
  --text-color: #fff;
}
.recruit__overview--table th {
  padding-right: 1rem;
  padding-left: 1rem;
  border-color: #fff;
}
.recruit__overview--table li {
  margin-left: 1em;
  text-indent: -1em;
}
.recruit__overview--table li::before {
  content: "・";
}
.recruit__overview--table .link {
  border-bottom: 1px solid #fff;
}
.recruit__working {
  counter-reset: number 0;
}
.recruit__working .heading__02--main {
  color: #20287e;
}
.recruit__working .home__features--column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__tabswitchs {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit__tabswitchs li {
  width: 44rem;
  height: 6.4rem;
  padding: 1rem 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background-color: #20287e;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recruit__tabswitchs li:hover {
  opacity: 0.75;
}
.recruit__tabswitchs li .slide-image {
  line-height: 1;
}
.recruit__tabswitchs li img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.recruit__tabswitchs li::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.recruit__tabswitchs li.is-open {
  background-color: #fff;
}
.recruit__tabswitchs li.is-open::before {
  content: "";
  width: 12.2rem;
  height: 0.3rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  background-color: #20287e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruit__tabswitchs li.is-open::after {
  top: 50%;
  border-color: #20287e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruit__tabswitchs li.is-open img {
  -webkit-filter: unset;
          filter: unset;
}
.recruit__interview--content {
  padding: 2rem 0 6.5rem;
  display: none;
  border-radius: 1rem;
  background: #fff;
}
.recruit__interview--content.is-open {
  display: block;
}
.recruit__interview--areatop {
  margin-bottom: 6.5rem;
  padding: 2.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit__interview--areatop::after {
  content: "";
  width: 96rem;
  max-width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruit__interview--img {
  width: 16.8rem;
  height: 16.8rem;
  overflow: hidden;
  border-radius: 50%;
}
.recruit__interview--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__interview--profile {
  color: #000;
  --text-color: #000;
}
.recruit__interview--profile * {
  letter-spacing: 0.025em;
}
.recruit__interview--profile dt span {
  font-weight: 700;
  font-size: 2.3rem;
}
.recruit__interview--profile dt .sm {
  font-size: 1.8rem;
}
.recruit__interview--profile .charge {
  height: 3.8rem;
  margin-top: 0.5em;
  padding: 0.2rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.9rem;
  background-color: #20287e;
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
}
.recruit__interview--faq dl {
  border: 2px solid #f5f6f6;
  color: #000;
  --text-color: #000;
}
.recruit__interview--faq dd {
  border-width: 2px;
  border-color: #f5f6f6;
}
.recruit__flow {
  max-width: 90.2rem;
  margin: 0 auto 10rem;
  --text-color: #000;
}
.recruit__flow--column {
  display: grid;
  gap: 3rem 3.6rem;
  grid-template-columns: 1fr 1fr;
}
.recruit__flow--card {
  padding: 3rem 4.2rem 3.5rem;
  position: relative;
  border: 1px solid #20287e;
  border-radius: 2rem 0 2rem 0;
}
.recruit__flow--card::before, .recruit__flow--card::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.recruit__flow--card::before {
  top: 0;
  right: 0;
  border-width: 0 3.6rem 3.6rem 0;
  border-color: transparent #20287e transparent transparent;
}
.recruit__flow--card::after {
  bottom: 0;
  left: 0;
  border-width: 3.6rem 0 0 3.6rem;
  border-color: transparent transparent transparent #20287e;
}
.recruit__flow--clock {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -2rem;
  left: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.recruit__flow--time {
  margin-left: 5rem;
  display: inline-block;
  border-bottom: 3px solid #20287e;
  color: #20287e;
  letter-spacing: 0.025em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.recruit__flow--time span {
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
.recruit__flow--img {
  height: 12.1rem;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit__flow--text dt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.recruit__flow--text dd {
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
}

@media screen and (max-width: 768px) {
  .recruit .main__lead--text + .btn__01 {
    margin-top: 3rem;
  }
  .recruit section + section {
    margin-top: 8rem;
  }
  .recruit__bnr {
    width: 30.4rem;
    margin: auto;
    position: static;
  }
  .recruit__bnr--02 {
    padding: 0 2.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .recruit__bnr--02.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .recruit__bnr--02 a {
    display: block;
    -webkit-box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0.4rem 0 rgba(0, 0, 0, 0.3);
  }
  .recruit__overview {
    margin-top: 5.5rem;
  }
  .recruit__overview--table th {
    padding: 1.1rem 0;
    letter-spacing: 0;
  }
  .recruit__tabswitchs {
    margin-top: 4rem;
    gap: 1rem;
  }
  .recruit__tabswitchs li {
    width: 12.8rem;
    height: 4.8rem;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .recruit__tabswitchs li::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.3rem);
    right: 0.8rem;
    border-width: 1px;
  }
  .recruit__tabswitchs li.is-open::before {
    width: 4.8rem;
    height: 1px;
    bottom: -1px;
  }
  .recruit__interview .main__container + .main__container {
    margin-top: 4.5rem;
  }
  .recruit__interview .main__container.md {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .recruit__interview--content {
    padding: 0.5rem 2.7rem 4.5rem;
    border-radius: 0.6rem;
  }
  .recruit__interview--areatop {
    margin-bottom: 3rem;
    padding: 2rem 0;
    gap: 1.5rem;
  }
  .recruit__interview--img {
    width: 9.6rem;
    height: 9.6rem;
  }
  .recruit__interview--profile dt {
    font-size: 1.5rem;
  }
  .recruit__interview--profile dt .sm {
    font-size: 1rem;
  }
  .recruit__interview--profile dd {
    font-weight: 400;
    font-size: 1.3rem;
  }
  .recruit__interview--profile .charge {
    min-width: 13.4rem;
    height: auto;
    min-height: 3.2rem;
    margin-top: 0.3rem;
    padding: 0.5rem;
    border-radius: 2.1rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
  .recruit__flow--column {
    gap: 2rem 0;
    grid-template-columns: 1fr;
  }
  .recruit__flow--card {
    padding: 2rem 2.4rem;
  }
  .recruit__flow--clock {
    width: 5.8rem;
    height: 5.8rem;
    top: -0.6rem;
    left: -1.4rem;
  }
  .recruit__flow--time {
    margin-left: 2.8rem;
    border-width: 2px;
    font-size: 2.2rem;
  }
  .recruit__flow--img {
    height: 7rem;
    margin: 1rem 0 1.5rem;
  }
  .recruit__flow--text dd {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.partner__section {
  padding: 8rem 7.7rem;
  background-color: #fff;
}
.partner__section + .partner__section {
  position: relative;
}
.partner__section + .partner__section::before {
  content: "";
  width: calc(100% - 9rem);
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .partner__section {
    padding: 4rem 1.2rem;
  }
  .partner__section + .partner__section::before {
    width: calc(100% - 2.6rem);
  }
}
.privacy__block + .privacy__block {
  margin-top: 5rem;
}
.privacy__block dt {
  margin-bottom: 2.5rem;
  padding: 0.4rem 1em;
  background-color: #f5f6f6;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 1.9rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.privacy__block dd p {
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  line-height: 2.125;
}

@media screen and (max-width: 768px) {
  .privacy__block + .privacy__block {
    margin-top: 3rem;
  }
  .privacy__block dt {
    margin-bottom: 1.5rem;
    padding: 0.7rem 0.5rem;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .privacy__block dd p {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.contact__lead {
  padding-bottom: 4rem;
  position: relative;
}
.contact__lead::after {
  content: "";
  width: 96rem;
  max-width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: linear-gradient(to right, #b2b2b2 2px, transparent 2px);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact__lead--sentence {
  color: #231815;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 2.125;
}
.contact__lead--sentence span {
  color: #f00;
}
.contact__form.main__container {
  margin-top: 7rem;
}
.contact__form--block {
  max-width: 63.9rem;
  margin: 7rem auto 0;
}
.contact__messages--sentence {
  margin-top: 5rem;
  color: #313131;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6923076923;
}
.contact__list {
  margin-top: 4.5rem;
}
.contact__list li {
  color: #313131;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6153846154;
}
.contact__list li::before {
  content: "〇";
}
.contact__complete .title {
  color: var(--theme-color, #20287e);
  font-weight: 600;
  font-size: 2.4rem;
}
.contact__complete .text {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .contact__lead {
    padding-bottom: 3rem;
  }
  .contact__lead::after {
    width: calc(100% - 5.6rem);
  }
  .contact__lead--sentence {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    color: #000;
    letter-spacing: 0;
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .contact__form {
    margin-bottom: 0;
  }
  .contact__form.main__container {
    margin-top: 4.5rem;
  }
  .contact__form--block {
    margin-top: 3.5rem;
  }
  .contact__list {
    max-width: 30rem;
    margin-top: 3.5rem;
    padding: 1.5rem 2.5rem;
    background-color: #fff;
  }
  .contact__list li {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
  .contact__list li + li {
    margin-top: 0.5rem;
  }
  .contact__messages--sentence {
    max-width: 30rem;
    margin-top: 3.5rem;
    padding: 1.5rem 2.5rem;
    background-color: #fff;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
  .contact__complete .text {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */