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

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

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

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

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

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

.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: #333;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.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);
}

@media (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
* {
  color: var(--text-color, #333);
  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;
}

sup {
  top: auto !important;
}

sub {
  bottom: 0 !important;
}

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, #0e1346);
  text-decoration: none;
}
a * {
  color: var(--text-color, #0e1346);
}
a:hover {
  color: inherit;
}

[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;
}

ul.space-md li + li, ol.space-md li + li {
  margin-top: 0.5em;
}

.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-dot.space-30 li + li {
  margin-top: 3rem;
}
.list-dot.lg 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.v2 li {
  text-indent: -1.5em !important;
  line-height: 1.875 !important;
}
.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%;
}

#pageTop {
  width: 5.4rem;
  height: 5.4rem;
  position: fixed;
  right: 2.2rem;
  bottom: 1.8rem;
  z-index: 9;
  display: block;
  border-radius: 50%;
  background-color: #29318a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#pageTop::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: calc(50% - 0.45rem);
  left: calc(50% - 0.75rem);
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#pageTop.is-active {
  opacity: 1;
  visibility: visible;
}

.bg-primary {
  background-color: var(--theme-color, #29318a) !important;
  --text-color: #fff;
}
.bg-01 {
  background-color: #f5f5f5;
}
.bg-02 {
  background-color: #333;
}
.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;
}

.w-100 {
  width: 100%;
}
.w-70 {
  width: 70%;
}

.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;
}
.link-pdf {
  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-pdf::after {
  content: "";
  width: 1.375em;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22" height="26" viewBox="0 0 22 26" fill="none"%3E%3Cpath d="M16.794 0H8.155H7.486L7.013 0.473 0.473 7.013 0 7.486V8.155V21.638C0 24.043 1.957 26 4.362 26H16.794C19.198 26 21.155 24.043 21.155 21.638V4.362C21.155 1.957 19.198 0 16.794 0ZM19.54 21.638C19.54 23.155 18.311 24.385 16.794 24.385H4.362C2.844 24.385 1.615 23.155 1.615 21.638V8.155H5.866C7.13 8.155 8.155 7.13 8.155 5.866V1.615H16.794C18.311 1.615 19.54 2.845 19.54 4.362V21.638Z" fill="%23DF5656"/%3E%3Cpath d="M6.309 12.837H4.86C4.585 12.837 4.419 13.016 4.419 13.285V17.03C4.419 17.355 4.633 17.568 4.929 17.568 5.219 17.568 5.433 17.355 5.433 17.03V15.892C5.433 15.865 5.447 15.851 5.475 15.851H6.309C7.33 15.851 7.944 15.23 7.944 14.347 7.944 13.45 7.337 12.837 6.309 12.837ZM6.247 14.975H5.475C5.447 14.975 5.433 14.961 5.433 14.934V13.754C5.433 13.726 5.447 13.713 5.475 13.713H6.247C6.674 13.713 6.93 13.968 6.93 14.347 6.93 14.727 6.674 14.975 6.247 14.975Z" fill="%23DF5656"/%3E%3Cpath d="M10.282 12.837H9.172C8.896 12.837 8.731 13.016 8.731 13.285V17.086C8.731 17.355 8.896 17.527 9.172 17.527H10.282C11.282 17.527 11.904 17.21 12.152 16.444 12.241 16.175 12.29 15.851 12.29 15.182 12.29 14.513 12.241 14.189 12.152 13.92 11.904 13.154 11.282 12.837 10.282 12.837ZM11.179 16.092C11.062 16.465 10.724 16.624 10.255 16.624H9.786C9.758 16.624 9.744 16.61 9.744 16.582V13.782C9.744 13.754 9.758 13.74 9.786 13.74H10.255C10.724 13.74 11.062 13.899 11.179 14.271 11.228 14.43 11.262 14.706 11.262 15.182 11.262 15.658 11.228 15.934 11.179 16.092Z" fill="%23DF5656"/%3E%3Cpath d="M15.918 12.837H13.642C13.366 12.837 13.201 13.016 13.201 13.285V17.03C13.201 17.355 13.415 17.568 13.711 17.568 14.001 17.568 14.215 17.355 14.215 17.03V15.692C14.215 15.665 14.228 15.651 14.256 15.651H15.58C15.877 15.651 16.049 15.472 16.049 15.216 16.049 14.961 15.877 14.782 15.58 14.782H14.256C14.228 14.782 14.215 14.768 14.215 14.74V13.754C14.215 13.726 14.228 13.713 14.256 13.713H15.918C16.201 13.713 16.387 13.527 16.387 13.278 16.387 13.023 16.201 12.837 15.918 12.837Z" fill="%23DF5656"/%3E%3C/svg%3E');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.182;
}

.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-grey {
  color: #888;
}
.text-primary {
  color: #29318a;
}
.text-md {
  font-size: 1.8rem;
}
.text-sm {
  font-size: 1.2rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-lg {
  margin-top: 8rem;
}
.mt-md {
  margin-top: 5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-md {
  margin-bottom: 5rem !important;
}

.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;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.time .date {
  color: #7a7d9a;
  font-weight: 600;
  font-size: 1.1rem;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags.is-border {
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #bababa;
}
.tags.v2 {
  gap: 1.2rem;
}
.tags.v2 .tag {
  width: 13rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0.5rem 1em;
  border: none;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  color: #29318a;
  font-size: 1.1rem;
}
.tags.v2 .tag.is-active {
  background-color: #29318a;
  color: #fff;
  pointer-events: none;
}
.tags.v2 .tag::before {
  content: none;
}

.tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  border: 1px solid;
  border-radius: 2em;
  background-color: #fff;
  color: #404040;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
.tag::before {
  content: "#";
}

.tag_new {
  width: 4.7rem;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  background-color: #f9602c;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}

.product-tags .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1em;
  background-color: #fff;
  line-height: 1.4;
}
.product-tags .tag::before {
  content: "#";
}

.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 only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .tags.is-border {
    gap: 0.2rem;
  }
  .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;
  }
  .sp-scroll {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #pageTop {
    right: 1.2rem;
    bottom: 1rem;
  }
}
.wysiwyg-editor * + * {
  margin-top: 0.8em;
}
.wysiwyg-editor * + h3 {
  margin-top: 4.5rem;
}
.wysiwyg-editor h2 {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 3.3rem;
}
.wysiwyg-editor h2::after {
  content: "";
  width: 6.5rem;
  margin: 0 auto;
  padding-bottom: 1.6rem;
  display: block;
  border-bottom: 3px solid #29318a;
}
.wysiwyg-editor h3 {
  margin-bottom: 1.25em;
  padding: 0.15em 0.8em;
  background-color: #29318a;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
}
.wysiwyg-editor ul, .wysiwyg-editor ol {
  line-height: 1.7;
}
.wysiwyg-editor ul li + li, .wysiwyg-editor ol li + li {
  margin-top: 0.5em;
}
.wysiwyg-editor ol {
  padding-left: 2em;
  list-style-type: decimal;
}
.wysiwyg-editor ul {
  padding-left: 0;
  list-style-type: none;
}
.wysiwyg-editor ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.wysiwyg-editor ul li::before {
  content: "・";
}
.wysiwyg-editor img {
  margin-top: 4.5rem;
  display: block;
}
.wysiwyg-editor img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg-editor table {
  width: 100%;
}
.wysiwyg-editor table tr:last-child th {
  border-bottom: 2px solid #29318a;
}
.wysiwyg-editor table tr:last-child td {
  border-bottom: 2px solid #d9d9d9;
}
.wysiwyg-editor table th, .wysiwyg-editor table td {
  line-height: 1.7;
}
.wysiwyg-editor table th {
  width: 13.6rem;
  padding: 1em;
  border-top: 2px solid #29318a;
  color: #29318a;
  text-align: left;
}
.wysiwyg-editor table td {
  padding: 1em 2em;
  border-top: 2px solid #d9d9d9;
}
.wysiwyg-editor table table {
  border-collapse: collapse;
}
.wysiwyg-editor table table th, .wysiwyg-editor table table td {
  padding: 1rem;
  border: 1px solid #d9d9d9 !important;
}
.wysiwyg-editor table figure {
  width: 100% !important;
}
.wysiwyg-editor .button01 a {
  padding: 0.25em 1em;
  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;
  border: 1px solid;
  border-radius: 1.5rem;
  color: #29318a;
}
.wysiwyg-editor .button01 a::after {
  content: "";
  width: 1em;
  border-radius: 50%;
  background-color: #29318a;
  background-image: url("data:image/svg+xml,<svg width='4' height='6' viewBox='0 0 4 6' xmlns='http://www.w3.org/2000/svg'><path fill='%23FFF' d='M1.08898 0.5L0.431641 1.15725L2.11702 2.84263L0.431641 4.52808L1.08898 5.18533L3.43164 2.84263L1.08898 0.5Z'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.wysiwyg-editor p {
  margin-bottom: 3rem;
}
.wysiwyg-editor p + p {
  margin-top: 2rem;
}
.wysiwyg-editor p + ul {
  margin-top: -2rem;
}
.wysiwyg-editor figure {
  width: 80%;
  margin-bottom: 3rem;
}
.wysiwyg-editor figure + figure {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .wysiwyg-editor * + * {
    margin-top: 0.5em;
  }
  .wysiwyg-editor * + h3 {
    margin-top: 4.5rem;
  }
  .wysiwyg-editor > table {
    width: 100%;
    display: block;
  }
  .wysiwyg-editor > table > tbody {
    display: block;
  }
  .wysiwyg-editor > table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wysiwyg-editor > table tr:last-child th {
    border-bottom: 2px solid #d9d9d9;
  }
  .wysiwyg-editor > table tr:last-child td {
    border-top: 0;
    border-bottom: 2px solid #29318a;
  }
  .wysiwyg-editor > table th {
    width: 100%;
  }
  .wysiwyg-editor > table td {
    padding: 1em;
  }
  .wysiwyg-editor > table table tr {
    display: table-header-group;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
          box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
}
.header__inner {
  height: 14rem;
  padding: 2rem 2rem;
  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;
  background-color: #fff;
}
.header__title {
  margin: 0;
  position: relative;
  z-index: 9;
  font-size: 1rem;
  line-height: 1;
}
.header__title--logo {
  width: 20.8rem;
  display: block;
}
.header__navi .has-child > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi .has-child > a::after {
  content: "";
  width: 0.6rem;
  display: inline-block;
  border-right: 2px solid #8f91a2;
  border-bottom: 2px solid #8f91a2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.header__navi .has-child .js-menu-toggle {
  display: none;
}
.header__navi--child .child-navi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi--child .child-navi .text {
  width: 100%;
}
.header__navi--child .child-navi .title {
  font-size: 1.4rem;
}
.header__navi--child .child-navi .sentence {
  margin-top: 1em;
  font-size: 1.1rem;
  --text-color: #838383;
}
.header__navi--child .child-navi.is-columns {
  gap: 4.5rem 0rem !important;
}
.header__navi--child .child-navi.is-columns a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__navi--child .child-navi.is-columns a::after {
  content: none !important;
}
.header__navi--child .child-navi--02 {
  display: grid;
  gap: 4.5rem 6rem;
  grid-template-columns: repeat(3, 1fr);
}
.header__search {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
}
.header__search .input-box {
  padding-right: 3em;
}
.header__search input[type=text] {
  width: 100%;
  padding: 0.75em 1em;
}
.header__search button {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #29318a;
  aspect-ratio: 1;
}
.header__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
.header__button {
  width: 21rem;
  height: 4.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  -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.25rem;
  background-color: #29318a;
  font-weight: 700;
  font-size: 1.4rem;
}
.header__button.download {
  background-color: #eaeaea;
}
.header__button.contact {
  --text-color: #fff;
}
.header__lang--menu a {
  white-space: nowrap;
}
.header__hamburger {
  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: 2.4rem;
  height: 1.6rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.header__hamburger .inner > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #29318a;
  -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 .label {
  display: inline-block;
  color: #29318a;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
}
.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 print, screen and (min-width: 769px) {
  .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 2.4rem;
  }
  .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 {
    gap: 0 2.4rem;
  }
  .header__navi--menu01 .has-child {
    margin-bottom: -3rem;
    padding-bottom: 3rem;
  }
  .header__navi--menu02 .separate {
    width: 1px;
    height: 50%;
    margin: 0 1rem;
    background-color: #8f91a2;
  }
  .header__navi--menu02 .has-child > a::after {
    content: none;
  }
  .header__navi--child {
    width: 100%;
    max-height: calc(100vh - 14rem);
    padding-top: 4rem;
    padding-bottom: 5rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
            box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__navi--child.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header__navi--child .inner {
    display: grid;
    gap: 0 5rem;
    grid-template-columns: auto 66rem;
  }
  .header__navi--child .link-hl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__navi--child .link-list {
    margin-top: 8rem;
  }
  .header__navi--child .link-list li + li {
    margin-top: 1em;
  }
  .header__navi--child .heading__01 {
    margin-bottom: 0;
  }
  .header__navi--child .arrow__01 {
    margin-bottom: 0.3em;
  }
  .header__navi--child .navi-area {
    padding-top: 3.5rem;
  }
  .header__navi--child .child-navi {
    display: grid;
  }
  .header__navi--child .child-navi.col2 {
    gap: 4.5rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__navi--child .child-navi.col2 li {
    padding-bottom: 2rem;
    border-bottom: 1px solid #d3d3d3;
  }
  .header__navi--child .child-navi.col3 {
    gap: 4.5rem 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .header__navi--child .child-navi.col3 a {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__navi--child .child-navi.col3 a::after {
    content: "";
    width: 0.6rem;
    display: inline-block;
    border-right: 2px solid #8f91a2;
    border-bottom: 2px solid #8f91a2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    aspect-ratio: 1;
  }
  .header__navi--child .child-navi-item {
    padding-right: 4rem;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 13.8rem auto;
  }
  .header__navi--child .child-navi .image {
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 1/0.652;
  }
  .header__navi--child .child-navi .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__navi--child .child-navi .text {
    margin: auto 0;
  }
  .header__lang {
    position: relative;
  }
  .header__lang--menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem;
    right: -6rem;
    left: auto;
    font-size: 1.2rem;
  }
  .header__lang--menu li + li {
    margin-top: 0.5em;
  }
  .header .header__inner {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .header .header__title--logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.is-scrolled .header__inner {
    height: 6.8rem;
  }
  .header.is-scrolled .header__title--logo {
    width: 14.8rem;
  }
  .header.is-scrolled .header__buttons {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header__inner {
    height: 6rem;
    padding: 0 0 0 1.6rem;
    gap: 0;
  }
  .header__title--logo {
    width: 14.2rem;
  }
  .header__navi {
    width: 100%;
    height: 100dvh;
    padding: 8rem 2rem 6rem;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    background-color: #fff;
  }
  .header__navi--menu01 {
    border-top: 1px solid #ccc;
  }
  .header__navi--menu01 > li {
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
  }
  .header__navi .has-child {
    position: relative;
  }
  .header__navi .has-child > a {
    display: block;
  }
  .header__navi .has-child > a::after {
    content: none;
  }
  .header__navi .has-child .js-menu-toggle {
    width: 5.1rem;
    position: absolute;
    top: 0.2rem;
    right: 0;
    display: block;
    aspect-ratio: 1;
  }
  .header__navi .has-child .js-menu-toggle::before, .header__navi .has-child .js-menu-toggle::after {
    content: "";
    width: 30%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #29318a;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__navi .has-child .js-menu-toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .header__navi .has-child .js-menu-toggle.is-open::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .header__navi--child {
    display: none;
  }
  .header__navi--child .inner {
    padding: 0;
  }
  .header__navi--child .info-area {
    display: none;
  }
  .header__navi--child .child-navi {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .header__navi--child .child-navi li + li {
    margin-top: 1em;
  }
  .header__navi--child .child-navi-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__navi--child .child-navi .image {
    width: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    aspect-ratio: 1;
  }
  .header__navi--child .child-navi .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__navi--child .child-navi .title br {
    display: none;
  }
  .header__navi--child .child-navi .sentence {
    margin-top: 0.5em;
  }
  .header__navi--child .child-navi .none {
    display: none;
  }
  .header__navi--menu02 {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header__navi--menu02 .separate {
    display: none;
  }
  .header__navi--search > a {
    display: none !important;
  }
  .header__navi--search .header__navi--child {
    display: block !important;
  }
  .header__buttons {
    margin-top: 2rem;
    -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;
  }
  .header__button {
    width: 24rem;
  }
  .header__hamburger {
    width: 6rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header__contact--sp {
    width: 6rem;
    height: 6rem;
    position: relative;
    z-index: 2;
    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: #29318a;
    font-weight: 700;
    font-size: 0.8rem;
    --text-color: #fff;
  }
  .header__contact--sp .icon {
    width: 2.4rem;
    height: auto;
  }
  .header__contact--sp span {
    letter-spacing: -0.01em;
  }
  .header__lang {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .header__lang > a {
    display: none !important;
  }
  .header__lang--menu {
    display: block;
  }
  .header__lang--menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
.footer__title {
  margin-right: 1rem;
}
.footer__area01 {
  padding: 7.2rem 0;
  background-color: #0e1346;
  --text-color: #fff;
}
.footer__navi {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: repeat(4, 1fr);
}
.footer__navi--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__navi--block {
  padding-top: 1.6rem;
  border-top: 1px solid #8f91a2;
}
.footer__navi dt {
  font-size: 1.6rem;
  line-height: 2;
}
.footer__navi dt a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__navi dt a::after {
  content: "";
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.footer__navi dd {
  margin-top: 2rem;
}
.footer__navi li + li {
  margin-top: 0.75em;
}
.footer__navi .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer__area02 {
  padding: 2.5rem 0;
}
.footer__area02 .main__container {
  max-width: 120rem;
}
.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.column02 {
  margin-top: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links li {
  line-height: 1;
}
.footer__links li + li {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid #8f91a2;
}

#footerMenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 8;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
          box-shadow: 0 -2px 8px 0 rgba(60, 64, 67, 0.25);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#footerMenu.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footerMenu .btn__grid {
  width: 100%;
  padding: 2rem 0;
  gap: 5rem;
  background-color: white;
}
#footerMenu .btn__01 {
  width: 30rem;
  height: 5.2rem;
  margin-top: 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__area01 {
    padding: 3.2rem 0;
  }
  .footer__navi {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__navi--inner {
    gap: 3.2rem;
  }
  .footer__navi--block {
    padding-top: 1rem;
  }
  .footer__navi dt {
    font-size: 1.4rem;
  }
  .footer__navi dd {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  .footer__navi .sns-link {
    gap: 1.2rem;
  }
  .footer__navi .sns-link img {
    width: 4rem;
  }
  .footer__column {
    display: block;
  }
  .footer__column.column02 {
    margin-top: 3.2rem;
  }
  .footer__title {
    width: 26rem;
    margin: 0 auto 2.4rem;
  }
  .footer__banners {
    display: grid;
    gap: 1.2rem 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
  .footer__copyRight {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 1rem;
  }
}
.main {
  padding-top: 14rem;
  position: relative;
}
.main__block {
  margin-bottom: 10rem;
}
.main__block[class*=bg-]:last-child {
  margin-bottom: 0;
}
.main__block[class*=bg-] {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.main__container {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container.header-size {
  max-width: 120rem;
}
.main__container + .main__container {
  margin-top: 6.4rem;
}
.main__container.full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.main__container.w-md {
  max-width: 90rem;
}
.main__container.pt-sm {
  padding-top: 3rem !important;
}
.main .is-container01 {
  max-width: 130rem !important;
}
.main__page {
  padding-top: 5rem !important;
}
.main__headline {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__headline::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(29, 37, 128, 0.83);
}
.main__headline--text {
  width: 100%;
  min-height: 26.4rem;
  padding: 3rem 10rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
}
.main__headline--title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -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;
  font-weight: 500;
  --text-color: #fff;
}
.main__headline--title .sub {
  font-size: 1.4rem;
}
.main__headline--title .title {
  letter-spacing: 0.7rem;
  font-size: 3.6rem;
}
.main__headline--title .title span {
  font-size: 2.4rem;
}
.main__headline--title .comment {
  margin-top: 1em;
  font-size: 1.2rem;
}
.main__headline--image {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main__headline--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__headline--image::before {
  content: "";
  width: 15rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.main__headline--image.w-100::before {
  content: none;
}
.main__headline--image.no-grad::before {
  content: none;
}
.main__headline--image.is-front {
  z-index: 2;
  pointer-events: none;
}
.main__lead {
  text-align: center;
}
.main__lead--title {
  margin-bottom: 1.2em;
  color: #ccbc9d;
  font-size: 3.2rem;
  line-height: 1.875;
}
.main__lead--text p {
  letter-spacing: 0.2em;
  line-height: 2;
}

.common__lead--text p {
  line-height: 2.5;
}
.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 .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 print, 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 only screen and (max-width: 768px) {
  .main {
    padding-top: 6rem;
  }
  .main__block {
    margin-bottom: 6rem;
  }
  .main__block[class*=bg-] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main__container + .main__container {
    margin-top: 6rem;
  }
  .main__headline {
    margin-bottom: 1.5rem;
    padding-right: 0;
    padding-left: 0;
  }
  .main__headline--text {
    min-height: 13.6rem;
    padding: 2rem 2rem;
  }
  .main__headline--title .title {
    letter-spacing: 0.3rem;
    font-size: 1.8rem;
  }
  .main__headline--title .title span {
    font-size: 1.4rem;
  }
  .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 {
    font-size: 1.6rem;
  }
  .main__lead.v02 {
    font-size: 1.8rem;
  }
  .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%;
  }
}
.breadcrumbs {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  --text-color: #0e1346;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__inner > span {
  white-space: nowrap;
}
.breadcrumbs__inner > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  text-decoration: underline;
}

.btn__01 {
  width: 23.4rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  height: 6rem;
  margin-top: 3rem;
  padding-right: 1.6rem;
  padding-bottom: 0.25em;
  padding-left: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
  background-color: var(--btn-bg-color, #f5f5f5);
  color: var(--btn-text-color, #0e1346);
}
.btn__01:hover {
  color: var(--btn-text-color, #0e1346);
}
.btn__01 .is-circle {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: auto;
  position: absolute;
  top: calc(50% - 1.51rem);
  right: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #29318a;
}
.btn__01 .is-circle::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: calc(50% - 0.6rem);
  display: block;
  border-top: 2px solid #fff;
}
.btn__01 .is-circle::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: calc(50% - 1.1rem);
  display: block;
  border-left: 2px solid #fff;
}
.btn__01 .is-circle.is-active::after {
  content: none;
}
.btn__01.next::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #29318a;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.btn__01.wh {
  background-color: var(--btn-bg-color, #fff);
}
.btn__01.primary {
  background-color: var(--btn-bg-color, #29318a);
  color: var(--btn-text-color, #fff);
}
.btn__01.primary.next::after {
  background-color: #fff;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%2329318a' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
}
.btn__01.js-showMore::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn__01.js-showMore.is-active::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.btn__02 {
  width: 20.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 3rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  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: 10rem;
  background-color: var(--btn-bg-color, #29318a);
  color: #fff;
  font-size: 1.3rem;
}
.btn__02:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn__02.next::after {
  content: "";
  width: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.btn__02.v2 {
  width: 26rem;
  height: 6rem;
}
.btn__02.v2::after {
  top: calc(50% - 1.5rem);
}
.btn__02.gray {
  background-color: #ccc;
}
.btn__03 {
  width: 6rem;
  height: 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;
  border: 1px solid #29318a;
  border-radius: 10rem;
  color: #29318a;
  font-weight: 700;
  font-size: 1.4rem;
}
.btn__04 {
  max-width: 45rem;
  padding: 2.9rem 3.4rem;
  position: relative;
  border: 2px solid #29318a;
  border-radius: 1rem;
}
.btn__04--sentence {
  font-weight: 700;
  font-size: 1.8rem;
}
.btn__04--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn__04--contents::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #29318a;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%2329318A' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.btn__04--contents2 {
  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;
}
.btn__04--contents2::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #29318a;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%2329318A' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.btn__05 {
  margin-top: 9rem;
  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;
  --text-color: #fff;
}
.btn__05--item {
  padding: 1.2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #29318a;
}
.btn__05--item.prev, .btn__05--item.next {
  position: relative;
}
.btn__05--item.prev::before, .btn__05--item.prev::after, .btn__05--item.next::before, .btn__05--item.next::after {
  width: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.btn__05--item.prev::before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn__05--item.next::after {
  content: "";
}
.btn__05.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.btn__05.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.btn__05.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn__06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #29318a;
  border-radius: 1.2em;
  color: #29318a;
  line-height: 1.6;
}
.btn__06 .arrow {
  width: 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%;
  background-color: #29318a;
  aspect-ratio: 1;
}
.btn__06 .arrow::after {
  content: "";
  width: 30%;
  margin-left: -15%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.btn__06.sm {
  font-size: 1.3rem;
}
.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, #29318a);
  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;
}

.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: #29318a;
  aspect-ratio: 1;
}
.arrow__01 .icon {
  width: 0.8rem;
}

@media print, screen and (min-width: 769px) {
  .btn__01 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn__01:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  .btn__01 {
    margin-top: 3.2rem;
  }
  .btn__04 {
    padding: 1.9rem 5.4rem 1.9rem 1.9rem;
  }
  .btn__04--contents {
    gap: 1.6rem;
  }
  .btn__05 {
    gap: 2rem;
  }
  .btn__05--item {
    padding: 1.2rem 1rem;
  }
  .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;
  }
  .arrow__01 {
    width: 2.6rem;
  }
}
.heading__01 {
  margin-bottom: 6.4rem;
}
.heading__01 > span {
  display: block;
}
.heading__01--label {
  color: #9c9fbe;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.heading__01--label.sm {
  font-size: 1.6rem;
}
.heading__01--label.bk {
  color: var(--text-color, #0e1346);
}
.heading__01--main {
  color: var(--text-color, #0e1346);
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: 3.3rem;
}
.heading__01 + .heading__lead {
  margin-top: -1.6rem;
  margin-bottom: 6rem;
}
.heading__01.m-md .heading__01--main {
  font-size: 2.5rem;
}
.heading__01.sm {
  margin-bottom: 4rem;
}
.heading__01.sm .heading__01--label {
  font-size: 1.1rem;
}
.heading__01.sm .heading__01--main {
  font-size: 2rem;
}
.heading__02 {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 3.3rem;
}
.heading__02::after {
  padding-bottom: 1.6rem;
  display: block;
  border-bottom: 3px solid #29318a;
}
.heading__02.is-border01 {
  padding-bottom: 0;
  font-size: 2.5rem;
}
.heading__02.is-border01::after {
  content: "";
  width: 100%;
}
.heading__02.is-border01 span {
  font-size: 1.6rem;
}
.heading__02.is-border02 {
  text-align: center;
}
.heading__02.is-border02::after {
  content: "";
  width: 6.5rem;
  margin: 0 auto;
}
.heading__02.is-border03 {
  text-align: left;
}
.heading__02.is-border03::after {
  content: "";
  width: 6.5rem;
  margin-right: auto;
}
.heading__02.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heading__02 .note {
  font-size: 1.8rem;
}
.heading__02 .label {
  display: block;
  font-size: 1.4rem;
}
.heading__03 {
  margin-bottom: 2rem;
  padding-left: 2rem;
  display: block;
  border-left: solid 4px #29318a;
  font-size: 2rem;
  line-height: 1.7;
}
.heading__03 span {
  margin-left: 4rem;
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
}
.heading__03.is-bg-primary {
  padding: 0.8rem 1.6rem;
  background-color: #29318a;
  color: #fff;
}
.heading__03.is-bg-primary span {
  color: #fff;
}
.heading__04 {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2;
  --text-color: #0e1346;
}
.heading__05 {
  margin-bottom: 5rem;
  padding: 1.5rem 4rem;
  position: relative;
}
.heading__05 .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.heading__05 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
  opacity: 0.5;
}
.heading__05 .image img {
  width: 100%;
  height: 100%;
}
.heading__05 .text {
  color: #fff;
  font-size: 3.3rem;
}
.heading__lead {
  margin-bottom: 4.8rem;
  text-align: center;
}
.heading__lead p {
  letter-spacing: 0.2em;
  line-height: 2.25;
}

@media only screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 2.4rem;
  }
  .heading__01--label {
    font-size: 1.4rem;
  }
  .heading__01--main {
    font-size: 1.8rem;
  }
  .heading__02 {
    margin-bottom: 3.8rem;
    font-size: 2rem;
  }
  .heading__02.is-border02::after {
    width: 3rem;
    padding-bottom: 1rem;
  }
  .heading__02.is-border01 {
    font-size: 1.8rem;
  }
  .heading__03 {
    font-size: 1.6rem;
  }
  .heading__03 span {
    margin-top: 0.5em;
    margin-left: 0;
    display: block;
    font-size: 1.2rem;
  }
  .heading__04 {
    font-size: 2rem;
  }
  .heading__05 {
    margin-bottom: 3rem;
    padding: 1rem 2rem;
  }
  .heading__05 .text {
    font-size: 2rem;
  }
}
.navi__01--item {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 17rem;
}
.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 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 #29318a;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.navi__01 a.is-active {
  background-color: var(--theme-color, #29318a);
  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: 13rem;
  max-width: 100%;
  padding: 1.5rem 0;
  position: relative;
  background-color: #f1f1f1;
  color: var(--text-color, #29318a);
  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: #29318a;
  color: #fff;
}
.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: #29318a;
  color: #fff;
  line-height: 1.5;
}
.navi__03.col3 ul li {
  width: calc((100% - 6rem) / 3);
}
.navi__03.col4 ul li {
  width: calc((100% - 9rem) / 4);
}
.navi__03--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi__03--item {
  width: calc((100% - 6rem) / 4);
  max-width: 100%;
  height: 5.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  font-weight: 600;
}
.navi__03--item a {
  width: 100%;
  height: 100%;
  padding-right: 2.5rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #29318a;
}
.navi__03--item a::before {
  content: "";
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 1rem;
  background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='%2329318a'/></svg>");
  background-size: 1rem;
}
.navi__03--item a.next::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navi__03--item a[target=_blank]::before {
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><g fill='%2329318a'><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;
}

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

.pager__archive {
  margin-top: 8rem;
}
.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 0.8rem;
  -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: 4rem;
  height: 4rem;
  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.2rem;
  background-color: #f1f1f1;
  color: #29318a;
  font-size: 1.8rem;
}
.pager__archive .page-numbers.dots {
  margin: 0 -0.5rem;
  background-color: #fff;
}
.pager__archive .page-numbers.current {
  background-color: var(--theme-color, #29318a);
  color: #fff;
  font-weight: 700;
}

.step__navi--list {
  position: sticky;
  top: 14rem;
  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;
}
.step__navi--item {
  position: relative;
}
.step__navi--item::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: calc(50% - 0.65rem);
  left: 0.3rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.step__navi--item .text {
  padding-left: 3.8rem;
  display: block;
}
.step__navi--item .text span {
  display: block;
  font-weight: 700;
}
.step__navi--item .text .title__main {
  font-size: 1.7rem;
}
.step__navi--item .text .title__sub {
  font-size: 1.4rem;
}
.step__navi--item.is-active::before {
  background-color: #29318a;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.step__navi--item.is-active .text span {
  color: #29318a;
}

@media print, screen and (min-width: 769px) {
  .navi__03--item:hover {
    background-color: #29318a;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .navi__03--item:hover a {
    color: #fff;
    --text-color: #fff;
  }
  .navi__03--item:hover a::before {
    background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='white'/></svg>");
  }
}
@media only 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.col3 ul li {
    width: 100%;
  }
  .navi__03.col4 ul li {
    width: 100%;
  }
  .navi__03--list {
    display: grid;
    gap: 1rem;
    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%;
    padding-right: 0;
  }
  .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: 4rem;
    font-size: 1.2rem;
  }
}
.module__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module__01--title {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 2rem;
}
.module__01--visual {
  width: 40rem;
  max-width: 100%;
}
.module__01--visual.wx-32 {
  width: 32rem;
}
.module__01--visual img {
  border-radius: 1rem;
}
.module__02--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.module__02--visual {
  width: 30rem;
  height: 20rem;
  margin-bottom: 0.5rem;
}
.module__02--visual img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.module__02--sentence .title {
  margin-bottom: 2rem;
  color: #29318a;
  font-size: 2rem;
}
.module__02--sentence .title span {
  display: block;
  color: #9c9fbe;
  font-size: 1.1rem;
}
.module__02--sentence .text {
  font-size: 1.2rem;
}
.module__03--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.module__03--list > li {
  width: calc((100% - 15rem) / 4);
}
.module__03--icon {
  width: 14rem;
  height: 14rem;
  margin: 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;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.module__03--title {
  margin: 1rem 0;
  color: #002366;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.module__03--description {
  color: #333;
  font-size: 1.2rem;
}
.module__04 {
  display: grid;
  gap: 3.5rem 4.2rem;
}
.module__04.col2 {
  grid-template-columns: 1fr 1fr;
}
.module__04.img-center .module__04--content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__04--title {
  margin-bottom: 1rem;
  color: #29318a;
  font-weight: 700;
  font-size: 2rem;
}
.module__04--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}
.module__04--visual {
  width: 22rem;
  height: 20rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.module__04--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module__04--text {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.module__04--list {
  font-size: 1.2rem;
}
.module__04--list .text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.module__04--list .label {
  padding: 0.2rem 1.5rem;
  border: 1px solid #29318a;
  border-radius: 0.5rem;
  color: #29318a;
  font-weight: 700;
}
.module__04--list ul {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.module__04--list dl {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.module__04--list dl dt {
  padding-right: 0.5rem;
}
.module__04--list dl dd::before {
  content: ":";
  margin-right: 0.2rem;
  display: inline-block;
}
.module__05 + .module__05 {
  margin-top: 4rem;
}
.module__05--title {
  padding: 1.2rem 4.5rem;
  background-color: #29318a;
  font-weight: 700;
  font-size: 2rem;
  --text-color: #fff;
}
.module__05--title + .module__05--title {
  margin-top: 0.5rem;
}
.module__05--title.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__05--title01 {
  margin-bottom: 1rem;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.6rem;
}
.module__05--content + .module__05--content {
  margin-top: 3rem;
}
.module__05--contents {
  padding: 3rem 4.5rem;
  font-size: 1.4rem;
}
.module__06 {
  margin-top: 4.5rem;
}
.module__06.v2 .module__06 {
  margin-top: 3rem;
}
.module__06.v2 .module__06--list {
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.module__06.v2 .module__06--item a {
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
}
.module__06.v2 .module__06--item a::after {
  border: 0;
}
.module__06--list {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.module__06--item a {
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  font-size: 2rem;
}
.module__06--item a::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23333' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.module__06--item a[target=_blank]::after {
  content: "";
  width: 3.2rem;
  border: none;
  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>");
  background-size: 50% auto;
}
.module__07 {
  padding-bottom: 20rem;
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(4, 1fr);
}
.module__07--title {
  padding: 1rem 0.5rem;
  background-color: #29318a;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.module__07--list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.module__07--item {
  padding: 1.5rem 1rem;
  position: relative;
  background-color: #f1f1f1;
  color: #29318a;
  text-align: center;
  font-size: 1.5rem;
}
.module__07--item + .module__07--item {
  border-left: 2px solid #fff;
}
.module__07 .month {
  padding-top: 3rem;
  position: absolute;
  top: 80%;
  right: 1rem;
  left: auto;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.module__07 .month.md {
  padding-top: 8rem;
}
.module__07 .month.md::after {
  height: 7.6rem;
}
.module__07 .month.lg {
  padding-top: 15rem;
}
.module__07 .month.lg::after {
  height: 14.5rem;
}
.module__07 .month.left {
  left: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module__07 .month.right {
  right: 1rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.module__07 .month span {
  display: block;
}
.module__07 .month .title {
  color: #29318a;
  font-size: 1.2rem;
}
.module__07 .month .text {
  font-size: 1.4rem;
}
.module__07 .month .note {
  font-weight: 500;
  font-size: 1rem;
}
.module__07 .month::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: calc(50% - 0.3rem);
  border-radius: 50%;
  background-color: #7a7d9a;
}
.module__07 .month::after {
  content: "";
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: calc(50% - 0.1rem);
  border-right: 2px solid #7a7d9a;
}
.module__08--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;
}
.module__08--label::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 15px;
  border-bottom: 1px solid #535353;
  border-left: 1px solid #535353;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.module__08--select-box {
  min-width: 20rem;
  height: 4rem;
  padding: 0.8rem 4rem 0.8rem 0.8em;
  border: 1px solid #9c9c9c;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.module__09--contents {
  display: grid;
  gap: 7rem 10rem;
  grid-template-columns: repeat(2, 1fr);
}
.module__09--visual .caption {
  margin-bottom: 1.5rem;
  color: #29318a;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.module__09--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module__10--list {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}
.module__10--title, .module__10--sentence {
  padding-left: 6.6rem;
  position: relative;
}
.module__10--title::before, .module__10--sentence::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.8rem;
  color: #29318a;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.module__10--sentence + .module__10--title {
  margin-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
.module__10--title {
  padding-top: 2rem;
  padding-right: 6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.module__10--title::before {
  content: "Q.";
  top: 2rem;
}
.module__10--title span {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
}
.module__10--title span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: auto;
  display: block;
  border-top: 2px solid #29318a;
}
.module__10--title span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: calc(-50% + 0.1rem);
  display: block;
  border-left: 2px solid #29318a;
}
.module__10--title span.is-active::after {
  content: none;
}
.module__10--sentence {
  margin-top: 2.5rem;
  display: none;
  font-size: 1.4rem;
}
.module__10--sentence::before {
  content: "A.";
  left: 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: #29318a;
  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: #29318a;
  font-weight: 700;
  font-size: 2.4rem;
}
.common__02--button .text {
  margin-top: 1rem;
}
.common__02--button .btn__01 {
  margin-top: 2rem;
}
.link__01--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link__01--grid.is-contain .link__01--link .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.link__01--grid.is-shadow .link__01--item .image::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.6;
}
.link__01--grid.v2 .link__01--item {
  width: 40rem;
  position: relative;
}
.link__01--grid.v2 .link__01--link {
  border-radius: 0;
}
.link__01--grid.v2 .link__01--sentence .title__main {
  font-size: 1.4rem;
}
.link__01--grid.col3 .link__01--item {
  width: calc((100% - 10rem) / 3);
}
.link__01--item {
  width: 31rem;
}
.link__01--item.is-anchor .link__01--link .text::after {
  content: none;
}
.link__01--item.is-anchor .link__01--sentence .title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link__01--item.is-anchor .link__01--sentence .title__main::after {
  content: "";
  width: 1.3rem;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50%;
  background-color: #29318a;
  background-image: url("data: image/svg+xml,<svg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.84253 1.55724L4.18528 0.899902L2.4999 2.58528L0.814447 0.899902L0.157202 1.55724L2.4999 3.8999L4.84253 1.55724Z' fill='white'/></svg>");
  background-position: center;
  background-size: 0.5rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.link__01--item.next .link__01--sentence .title__main::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.link__01--link {
  padding: 2rem 2.8rem;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1/0.554;
  --text-color: #fff;
}
.link__01--link .text {
  padding-bottom: 1rem;
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.6;
}
.link__01--link .text::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.link__01--link .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.link__01--link .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link__01--sentence {
  margin-top: 0.5rem;
}
.link__01--sentence .title__sub {
  color: #9c9fbe;
  font-size: 1.3rem;
}
.link__01--sentence .title__main {
  color: #0e1346;
  font-size: 1.7rem;
}
.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, #29318a);
}

.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, #29318a);
}
.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, #29318a);
  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, #29318a);
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
}

@media only 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__01--title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .module__02--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module__02--visual {
    width: 100%;
  }
  .module__03--list {
    gap: 2rem;
  }
  .module__03--list > li {
    width: calc((100% - 2rem) / 2);
  }
  .module__03--title {
    font-size: 1.6rem;
  }
  .module__04 {
    grid-template-columns: 1fr !important;
  }
  .module__04--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module__04--visual {
    width: 100%;
    height: auto;
  }
  .module__05--title {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    --text-color: #fff;
  }
  .module__05--title.is-column {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module__05--contents {
    padding: 2rem 2rem;
  }
  .module__06--list {
    gap: 2rem;
  }
  .module__06--item a {
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .module__06--item a::after {
    width: 2.6rem;
  }
  .module__07--item {
    padding: 1.5rem 2.5rem;
  }
  .module__09--visual .caption {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .module__09--contents {
    gap: 2rem;
  }
  .module__10--title, .module__10--sentence {
    padding-left: 3.2rem;
  }
  .module__10--title::before, .module__10--sentence::before {
    left: 0;
    font-size: 2rem;
  }
  .module__10--sentence + .module__10--title {
    margin-top: 1.6rem;
  }
  .module__10--title {
    padding-top: 1.6rem;
    font-size: 1.4rem;
  }
  .module__10--title::before {
    top: 1.6rem;
  }
  .module__10--title span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .module__10--sentence {
    margin-top: 1.6rem;
  }
  .module__10--sentence::before {
    top: 0.2rem;
    left: 0.2rem;
  }
  .link__01--grid.v2 .link__01--item {
    width: 100%;
    position: relative;
  }
  .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;
  }
  .link__01--grid {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link__01--grid.col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .link__01--grid.col3 .link__01--item {
    width: calc((100% - 2rem) / 2);
    margin-top: 0 !important;
  }
  .link__01--item {
    width: 100%;
  }
  .link__01--item + .link__01--item {
    margin-top: 2rem;
  }
  .link__01--link .text {
    right: 1.5rem;
    bottom: 0.5rem;
  }
  .link__01--sentence {
    margin-top: 0.5em;
  }
  .link__01--sentence .title__main {
    font-size: 1.4rem;
  }
}
.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, #29318a);
}
.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, #29318a);
  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;
}

.swiper-pagination.type01 {
  margin-top: 3.6rem;
  position: relative;
  bottom: auto;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #29318a;
}
.swiper-pagination.type01 .swiper-pagination-bullet {
  border: 1px solid var(--swiper-pagination-color);
}

@media print, screen and (min-width: 769px) {
  .slider__01 {
    position: relative;
  }
  .slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only 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: 20rem 1fr;
}
.table__01--head, .table__01--detail {
  padding: 2.5rem 1rem;
}
.table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #29318a);
  color: #29318a;
  text-align: center;
  font-weight: 600;
}
.table__01--detail {
  border-bottom: 1px solid #ccc;
}
.table__01--detail .f-strong {
  font-weight: 700;
  font-size: 2rem;
}
.table__01--detail p + p {
  margin-top: 2rem;
}
.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, #29318a);
  text-align: center;
}
.table__02--item {
  padding: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.table__03.left .table__03--title, .table__03.left .table__03--item01, .table__03.left .table__03--item02 {
  text-align: left;
}
.table__03--c-title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
}
.table__03.v2 .table__03--item01 {
  width: 13rem;
}
.table__03.v2 .table__03--item02 {
  width: auto;
}
.table__03--content {
  width: 100%;
  border-collapse: collapse;
}
.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--item01, .table__03--item02, .table__03--title {
  padding: 1.6rem 1.2rem;
  border: 1px solid #dde1e6;
  background-color: var(--theme-color, #f8f8f8);
}
.table__03--title {
  width: 17rem;
  max-width: 100%;
  margin-bottom: -0.1rem;
  text-align: center;
}
.table__03 .is-wide {
  width: 20rem !important;
}
.table__03 .is-mdrem {
  width: 15rem !important;
}
.table__03--item02 {
  width: 13rem;
  min-width: 100%;
  text-align: center;
}
.table__03--item02 a {
  color: var(--theme-color, #29318a);
}
.table__03 a {
  text-decoration: underline;
  word-break: break-word;
}
.table__04 {
  width: 70%;
}
.table__04.w-100 {
  width: 100%;
}
.table__04 .w-45, .table__04.w-45 {
  width: 45%;
}
.table__04 .w-35, .table__04.w-35 {
  width: 35%;
}
.table__04 th.text-center, .table__04 td.text-center {
  text-align: center;
}
.table__04 th.text-right, .table__04 td.text-right {
  text-align: right;
}
.table__04 th.bg-01, .table__04 td.bg-01 {
  background-color: #f5f6f9;
}
.table__04 th.bg-02, .table__04 td.bg-02 {
  background-color: #ebedf3;
}
.table__04--content {
  width: 100%;
  border-collapse: collapse;
}
.table__04--item {
  padding: 1.3rem 2rem;
  border: 1px solid #dde1e6;
}
.table__04--title01, .table__04--item01 {
  padding: 0.8rem 2rem;
  border: 1px solid #dde1e6;
}
.table__04--detail {
  background-color: #f5f6f9;
}
.table__04--c-title {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.4rem;
}
.table__04--c-title.fw-500 {
  font-weight: 500;
}
.table__04--c-title.fs-17 {
  font-size: 1.7rem;
}
.table__04--c-note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.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, #29318a);
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
}
.list__02 .note {
  text-align: center;
  font-size: 1.4rem;
}
.list__03--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list__03--item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  gap: 3.8rem;
  grid-template-columns: 12rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.list__03--sentence .label {
  margin-bottom: 0.5rem;
  color: #7a7d9a;
  font-size: 1.1rem;
}
.list__03--sentence .title {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.list__03--sentence .title::after {
  content: "";
  width: 1.375em;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22" height="26" viewBox="0 0 22 26" fill="none"%3E%3Cpath d="M16.794 0H8.155H7.486L7.013 0.473 0.473 7.013 0 7.486V8.155V21.638C0 24.043 1.957 26 4.362 26H16.794C19.198 26 21.155 24.043 21.155 21.638V4.362C21.155 1.957 19.198 0 16.794 0ZM19.54 21.638C19.54 23.155 18.311 24.385 16.794 24.385H4.362C2.844 24.385 1.615 23.155 1.615 21.638V8.155H5.866C7.13 8.155 8.155 7.13 8.155 5.866V1.615H16.794C18.311 1.615 19.54 2.845 19.54 4.362V21.638Z" fill="%23DF5656"/%3E%3Cpath d="M6.309 12.837H4.86C4.585 12.837 4.419 13.016 4.419 13.285V17.03C4.419 17.355 4.633 17.568 4.929 17.568 5.219 17.568 5.433 17.355 5.433 17.03V15.892C5.433 15.865 5.447 15.851 5.475 15.851H6.309C7.33 15.851 7.944 15.23 7.944 14.347 7.944 13.45 7.337 12.837 6.309 12.837ZM6.247 14.975H5.475C5.447 14.975 5.433 14.961 5.433 14.934V13.754C5.433 13.726 5.447 13.713 5.475 13.713H6.247C6.674 13.713 6.93 13.968 6.93 14.347 6.93 14.727 6.674 14.975 6.247 14.975Z" fill="%23DF5656"/%3E%3Cpath d="M10.282 12.837H9.172C8.896 12.837 8.731 13.016 8.731 13.285V17.086C8.731 17.355 8.896 17.527 9.172 17.527H10.282C11.282 17.527 11.904 17.21 12.152 16.444 12.241 16.175 12.29 15.851 12.29 15.182 12.29 14.513 12.241 14.189 12.152 13.92 11.904 13.154 11.282 12.837 10.282 12.837ZM11.179 16.092C11.062 16.465 10.724 16.624 10.255 16.624H9.786C9.758 16.624 9.744 16.61 9.744 16.582V13.782C9.744 13.754 9.758 13.74 9.786 13.74H10.255C10.724 13.74 11.062 13.899 11.179 14.271 11.228 14.43 11.262 14.706 11.262 15.182 11.262 15.658 11.228 15.934 11.179 16.092Z" fill="%23DF5656"/%3E%3Cpath d="M15.918 12.837H13.642C13.366 12.837 13.201 13.016 13.201 13.285V17.03C13.201 17.355 13.415 17.568 13.711 17.568 14.001 17.568 14.215 17.355 14.215 17.03V15.692C14.215 15.665 14.228 15.651 14.256 15.651H15.58C15.877 15.651 16.049 15.472 16.049 15.216 16.049 14.961 15.877 14.782 15.58 14.782H14.256C14.228 14.782 14.215 14.768 14.215 14.74V13.754C14.215 13.726 14.228 13.713 14.256 13.713H15.918C16.201 13.713 16.387 13.527 16.387 13.278 16.387 13.023 16.201 12.837 15.918 12.837Z" fill="%23DF5656"/%3E%3C/svg%3E');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.182;
}
.list__03--sentence .title.non-icon::after {
  content: none;
}
.list__03--visual {
  position: relative;
}
.list__03--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list__03--visual .tag_new {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  position: absolute;
  top: -0.3rem;
  right: -1.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;
  border-radius: 50%;
  background-color: #29318a;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

@media only screen and (max-width: 768px) {
  .table__01--content {
    display: block;
  }
  .table__01--head {
    padding: 2rem 0 0;
    border-bottom: none;
    text-align: left;
  }
  .table__01--head:first-of-type {
    padding-top: 0;
  }
  .table__01--detail {
    padding: 2rem 0;
    border-bottom: none;
    border-bottom: 1px solid var(--theme-color, #29318a);
  }
  .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.v2 .table__03--detail {
    padding: 1em 1em;
    border: 1px solid #dde1e6;
    background-color: var(--theme-color, #f8f8f8);
  }
  .table__03.v2 .table__03--detail + .table__03--detail {
    margin-top: 0;
    border-top: none;
  }
  .table__03.v2 .table__03--detail > * {
    padding: 0;
    border: none;
    line-height: 1.6;
  }
  .table__03.v2 .table__03--title {
    margin-bottom: 0.5em;
    font-weight: 700;
  }
  .table__03.v2 .table__03--item01 {
    width: 100%;
  }
  .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: 1em 1em;
  }
  .table__03--item01 {
    border-top: 2px solid #fff;
  }
  .table__03--item02 {
    padding: 2rem 1rem;
    border-top: 2px solid #fff;
  }
  .table__04 {
    width: 100%;
  }
  .table__04--c-title {
    font-size: 1.6rem;
  }
  .list__01--list {
    grid-template-columns: 1fr;
  }
  .list__02--list {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .list__03--item {
    gap: 3rem;
  }
}
*:focus {
  outline: none;
}

input {
  width: 100%;
}
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;
}

form .p-country-name {
  display: none;
}

.c-form__box {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.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: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-form__box.contact-item-01 .c-form__checkbox .mwform-checkbox-field-text {
  padding: 0.6rem 2rem;
  border: 1px solid #29318a;
  color: #29318a;
}
.c-form__box.contact-item-01 .c-form__checkbox .mwform-checkbox-field-text::before {
  content: none;
}
.c-form__box.contact-item-01 .c-form__checkbox .mwform-checkbox-field-text::after {
  content: none;
}
.c-form__box.contact-item-01 .c-form__checkbox input:checked + .mwform-checkbox-field-text {
  background-color: #261f88 !important;
  color: #fff;
}
.c-form__box.contact-item-01 .mwform-radio-field {
  margin-left: 0 !important;
}
.c-form__box.contact-item-01 .mwform-radio-field-text {
  padding: 0.6rem 2rem;
  border: 1px solid #29318a;
  color: #29318a;
  font-size: 1.4rem;
  line-height: 1.75;
}
.c-form__box.contact-item-01 .mwform-radio-field-text::before, .c-form__box.contact-item-01 .mwform-radio-field-text::after {
  content: none;
}
.c-form__box.contact-item-01 .mwform-radio-field input:checked + .mwform-radio-field-text {
  background-color: #261f88 !important;
  color: #fff;
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__label::after {
  content: "";
  width: 9rem;
  height: 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;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}
.c-form__label .title span {
  display: block;
  font-size: 1.6rem;
}
.c-form__label .title .sub {
  color: var(--theme-color, #29318a);
}
.c-form__required::after {
  content: "必須 required";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #29318a;
  background-color: #29318a;
  color: #fff;
}
.c-form__optional::after {
  content: "任意";
}
.c-form__text {
  width: 100%;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__text.radiobox .mwform-radio-field + .mwform-radio-field {
  margin-top: 2rem;
}
.c-form__text--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__text--row figure {
  margin-right: 1rem;
}
.c-form__text--row .p-region {
  margin-right: 1rem;
}
.c-form__text--row + .c-form__text--row {
  margin-top: 1rem;
}
.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.radiobox {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.c-form__text .radiobox__message {
  margin-top: 2rem;
}
.c-form__text .btn__01 {
  width: 15rem;
  height: 4rem;
  margin-top: 0;
  padding-bottom: 0;
}
.c-form__control {
  width: 100%;
  padding: 1.125em 1.25em;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__control.w-25 {
  width: 25%;
}
.c-form__select {
  background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='%2329318A'/></svg>");
  background-position: right 1.5rem center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
}
.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 #29318a;
  border-bottom: 3px solid #29318a;
  opacity: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.c-form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-form__radio {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.c-form__radio label {
  position: relative;
}
.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;
  text-align: left;
  line-height: 1.75;
}
.c-form__radio input[type=radio] + span::before {
  content: "";
  width: 1.75em;
  height: 1.75em;
  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.75em;
  height: 0.75em;
  position: absolute;
  top: -0.3em;
  left: 0.5em;
  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: 24rem;
}
.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: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 1px;
  right: -3rem;
  background-image: url("data: image/svg+xml,<svg width='12' height='12' 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>");
  background-position: center;
}
.c-form__policy label {
  font-weight: 600;
}
.c-form__policy label a {
  text-decoration: underline;
}
.c-form__button {
  margin-top: 5.5rem;
}
.c-form__button.btn__grid {
  gap: 5rem;
}

.mwform-radio-field-text {
  padding-left: 1.9em;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
}
.mwform-radio-field-text::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mwform-radio-field-text::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  border-radius: 50%;
  background-color: #29318a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mwform-radio-field input[type=radio] {
  display: none;
}
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  visibility: visible;
}

.recaptcha-notice {
  margin-top: 3rem;
  padding: 1em;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75;
}
.recaptcha-notice a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media only 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;
  }
  .c-form__box + .c-form__box {
    margin-top: 2.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%;
  }
  .c-form__text {
    width: 100%;
  }
  .c-form__control {
    width: 100% !important;
  }
  .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.btn__grid {
    gap: 2rem;
  }
}
.modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 6rem 5rem 4rem;
  overflow-y: auto;
}
.modal__content--visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -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;
}
.modal__content select {
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 6L8 10L12 6' stroke='%230F172A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 1rem center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.modal__close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #29318a;
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .modal__content--inner {
    padding: 5rem 3rem 4rem;
  }
}
@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.home__hero {
  margin-bottom: 10rem;
  padding-top: 7rem;
  position: relative;
}
.home__hero--catch {
  max-width: 120rem;
  margin-bottom: -6rem;
  margin-left: 2rem;
}
.home__hero--catch .text01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../../images/home/mv_mask.jpg) no-repeat center/cover;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  font-size: 4rem;
  line-height: 1.6;
}
.home__hero--copy {
  width: 100vw;
  position: absolute;
  bottom: 0.35em;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
  overflow: hidden;
  font-weight: 400;
  font-size: 9.8rem;
  -webkit-transform: translate(-50%, 0) rotate(-7.2deg);
          transform: translate(-50%, 0) rotate(-7.2deg);
  --text-color: #b8b9c4;
}
.home__hero--copy .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: MoveLeft 48s linear infinite;
          animation: MoveLeft 48s linear infinite;
}
.home__hero--copy p {
  margin-bottom: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.4;
}
.home__hero--visual {
  position: relative;
}
.home__hero .swiper {
  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
}
.home__hero .swiper-wrapper {
  height: 60rem;
}
.home__hero .swiper-wrapper * {
  height: 100%;
}
.home__hero .slide-image {
  display: block;
}
.home__hero .slide-image img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero .swiper-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  top: -2rem;
  right: 4rem;
  bottom: auto !important;
  left: auto !important;
  font-size: 1rem;
  line-height: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  --swiper-pagination-bullet-horizontal-gap: .75rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #261f88;
}
.home__hero .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #261f88;
}
.home__news--heading {
  margin-bottom: 3.2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #bababa;
  font-size: 2.5rem;
  line-height: 2;
}
.home__news--more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__news .news__list--item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home__news .news__list--item .title {
  width: 100%;
  margin-top: 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.home__product--list {
  counter-reset: count;
}
.home__product--list li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d3d3d3;
}
.home__product--list li .text {
  position: relative;
}
.home__product--item .image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1/0.652;
}
.home__product--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__product--item .title {
  font-size: 1.4rem;
}
.home__product--item .sentence {
  margin-top: 1em;
  font-size: 1.1rem;
  --text-color: #838383;
}
.home__product--visual {
  height: 54rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem 0 0 1rem;
}
.home__product--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__download {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background: url(../../images/home/download_bg.jpg) no-repeat center/cover;
  --text-color: #fff;
}
.home__download::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #29318a;
  opacity: 0.75;
}
.home__download .btn__01 {
  width: 31.8rem;
}
.home__testing .main__container {
  max-width: 120rem;
}
.home__testing--link {
  padding: 2rem 2.8rem;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1/0.554;
  --text-color: #fff;
}
.home__testing--link .text {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  font-size: 2rem;
  line-height: 1.6;
}
.home__testing--link .text::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.home__testing--link .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home__testing--link .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__testing--link .image.is-grad::before {
  content: "";
  width: 100%;
  height: 11.3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.home__testing--sentence {
  margin-top: 1em;
}
.home__about {
  position: relative;
  background: linear-gradient(108.08deg, #3c46b1 0.65%, #080c43 100%);
  --text-color: #fff;
}
.home__about::before {
  content: "";
  width: 53.8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/home/about_bg.png) no-repeat center/cover;
  aspect-ratio: 1;
}
.home__about--text {
  padding: 6rem 0;
}
.home__about--sentence {
  max-width: 46.5rem;
}
.home__about--links {
  margin-top: 5rem;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 1fr 1fr;
}
.home__about--links .col1 {
  grid-column: 1/3;
}
.home__about--links a {
  padding-bottom: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid;
  font-size: 2rem;
  line-height: 1.6;
}
.home__about--links a::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.home__about--visual .inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.home__about--visual figure {
  display: block;
  overflow: hidden;
}
.home__about--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__about--visual .image01 {
  border-radius: 0 0 0.5rem 0.5rem;
}
.home__about--visual .image02 {
  border-radius: 0 0 0 0.5rem;
}
.home__about--visual .image03 {
  position: relative;
  left: -6.6rem;
  border-radius: 0.5rem;
}
.home__about--visual .image04 {
  margin-left: -6.6rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.home__about--visual .image05 {
  border-radius: 0.5rem 0.5rem 0 0;
}
.home__about--visual .image06 {
  border-radius: 0.5rem 0 0 0;
}
.home__recruit--slider {
  overflow: visible !important;
}
.home__recruit--slider .swiper-slide {
  width: 42rem;
}
.home__recruit--item {
  display: block;
}
.home__recruit--visual {
  position: relative;
  display: block;
  aspect-ratio: 1/0.68;
}
.home__recruit--visual img, .home__recruit--visual iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__recruit--visual .caption {
  width: 100%;
  padding: 1.2rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(25, 30, 87, 0.8);
  font-size: 1.6rem;
  --text-color: #fff;
}
.home__recruit--navi {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__recruit .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.8rem;
}
.home__recruit .swiper-button {
  width: 3.2rem;
  height: auto;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}
.home__recruit .swiper-button::after {
  content: none;
}
.home__recruit .swiper-button-prev .arrow__01 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home__recruit .swiper-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  font-size: 1rem;
  line-height: 0;
  --swiper-pagination-bullet-horizontal-gap: .75rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #261f88;
}
.home__recruit .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid #261f88;
}
.home__activity--list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.home__activity--item {
  height: 8rem;
  padding: 1rem;
  position: relative;
  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;
  border: 2px solid #29318a;
  border-radius: 0.5rem;
  font-size: 1.3rem;
}
.home__activity--item::after {
  content: "";
  width: 2rem;
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #29318a;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%2329318A' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.6rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.home__banner {
  margin-top: 6rem;
}
.home__banner span, .home__banner a {
  display: block;
}
.home__banner .heading__01 {
  margin-bottom: 1rem;
}
.home__banner--text.fs-md {
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  .home__news--column {
    display: grid;
    gap: 10rem;
    grid-template-columns: 1fr 1fr;
  }
  .home__news--box {
    position: relative;
  }
  .home__news--more {
    position: absolute;
    top: 0.9rem;
    right: 0;
  }
  .home__product--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home__product--list {
    width: 66rem;
    display: grid;
    gap: 4.5rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .home__product--item {
    padding-right: 4rem;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 13.8rem auto;
  }
  .home__download--grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home__download--visual {
    margin-left: -5rem;
  }
  .home__download--text p {
    font-size: 1.6rem;
  }
  .home__testing--column {
    max-width: 104.8rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home__testing--item {
    width: calc((100% - 8rem) / 2);
  }
  .home__testing--link .text {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .home__testing--link .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;
  }
  .home__testing--link:hover .text {
    opacity: 0.75;
  }
  .home__testing--link:hover .image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .home__about--column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home__about--sentence p {
    line-height: 3;
  }
  .home__about--visual {
    margin-right: calc(100% - 50vw);
    padding-left: 12rem;
  }
  .home__about--visual .inner {
    height: 67rem;
  }
}
@media only screen and (max-width: 768px) {
  .home__hero {
    padding-top: 3.5rem;
  }
  .home__hero--catch {
    width: 100%;
    margin-bottom: 0;
  }
  .home__hero--catch .text01 {
    font-size: 2rem;
  }
  .home__hero--copy {
    bottom: 0;
    font-size: 4.2rem;
  }
  .home__hero .swiper {
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  }
  .home__hero .swiper-wrapper {
    height: 24rem;
  }
  .home__hero .swiper-pagination {
    top: -1.5rem;
    right: 2rem;
    --swiper-pagination-bullet-horizontal-gap: .5rem;
  }
  .home__news--box + .home__news--box {
    margin-top: 4rem;
  }
  .home__news--heading {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    gap: 0.5rem;
    font-size: 1.6rem;
  }
  .home__news--heading .icon {
    width: 2.4rem;
  }
  .home__news--more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .home__product--list li + li {
    margin-top: 2rem;
  }
  .home__product--item .image {
    margin-bottom: 1em;
  }
  .home__product--item .title {
    font-size: 1.6rem;
  }
  .home__product--item .sentence {
    margin-top: 0.25em;
    font-size: 1.2rem;
  }
  .home__service--visual {
    height: 22.6rem;
    margin-right: -2rem;
    margin-bottom: 2.8rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 11.4rem 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 11.4rem 100%);
  }
  .home__service--text .title {
    margin-bottom: 0.5em;
    font-size: 2.4rem;
  }
  .home__service .btn__01 {
    margin-right: auto;
    margin-left: auto;
  }
  .home__download--text {
    margin-top: 2rem;
  }
  .home__testing--item + .home__testing--item {
    margin-top: 4rem;
  }
  .home__testing--link {
    padding: 2rem 2rem;
  }
  .home__testing--link .text {
    font-size: 1.4rem;
  }
  .home__testing--link .text::after {
    width: 2.6rem;
  }
  .home__about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .home__about--text {
    padding: 0;
  }
  .home__about--links {
    margin-top: 4rem;
    gap: 2.4rem;
  }
  .home__about--links a {
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  .home__about--links a::after {
    width: 2.6rem;
  }
  .home__about--visual {
    width: calc(100% - 4.6rem);
    margin-top: 4rem;
    margin-right: -2rem;
    margin-left: auto;
  }
  .home__recruit--slider .swiper-slide {
    width: 24rem;
  }
  .home__recruit--navi {
    margin-top: 2.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home__recruit .swiper-button {
    width: 2.6rem;
  }
  .home__activity--list {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home__activity--item {
    font-size: 1.2rem;
  }
  .home__banner {
    margin-top: 3rem;
  }
  .home__banner .heading__01--main {
    margin-top: 1rem;
  }
  .home__banner--text.fs-md {
    font-size: 1.6rem;
  }
}
.products__topics--item .image {
  width: 100%;
  -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
  aspect-ratio: 1/0.59;
}
.products__topics--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__topics--item .text {
  margin-top: 0.5em;
}
.products__info .heading__02 {
  margin-bottom: 5rem;
}
.products__info--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
.products__info--links > * {
  width: calc((100% - 7rem) / 3);
}
.products__info--links a {
  width: 100%;
  height: 100%;
  padding: 2.8rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -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 #29318a;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.products__info--links a[target=_blank] {
  gap: 0.5em;
}
.products__issue--tags {
  padding: 4rem;
  position: relative;
  background-color: #f5f6f9;
}
.products__issue--label {
  padding: 0.6rem 1.5rem;
  position: absolute;
  top: -1.7rem;
  left: 4.5rem;
  border-radius: 1.7rem;
  background-color: #fef05a;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.products__issue--label::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: -0.8rem;
  left: 3rem;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.products__issue--list {
  max-width: 87rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products__issue .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1em;
  display: inline-block;
  border: 1px solid #727272;
  border-radius: 1.5rem;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
}
.products__issue .tag::before {
  content: "#";
}
.products__issue .tag.is-active {
  background-color: rgba(41, 49, 138, 0.12);
}
.products__issue .search-checkbox input[type=checkbox] {
  display: none;
}
.products__issue .search-checkbox input[type=checkbox]:checked + .tag {
  background-color: rgba(41, 49, 138, 0.12);
}
.products__result {
  margin-top: 7rem;
}
.products__result--text {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products__result--text .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products__result--text .inner::after {
  content: "の結果";
}
.products__result--group:not(:last-of-type) {
  margin-bottom: 7rem;
}
.products__result--group.disable .exhibition-wrap {
  padding: 3.2rem;
  position: relative;
}
.products__result--group.disable .exhibition-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.products__result--group.disable .exhibition-wrap--item {
  pointer-events: none;
}
.products__result--group.disable .exhibition-wrap .btn__01 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products__result--title {
  margin-bottom: 3rem;
  padding: 0.3em 0.8em;
  background-color: #29318a;
  font-size: 2rem;
  line-height: 1.6;
  --text-color: #fff;
}
.products__list {
  display: grid;
  gap: 4.6rem;
  grid-template-columns: repeat(4, 1fr);
}
.products__list.col3 {
  gap: 3.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.products__list--item {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.products__list--item .image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #fff;
  aspect-ratio: 1/0.53;
}
.products__list--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__list--item .text {
  width: 100%;
  height: 5.8rem;
  margin-top: -1.4rem;
  padding: 0 1.8rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
  font-weight: 500;
  font-size: 1.1rem;
  --text-color: #fff;
}
.products__list--item .text p {
  line-height: 1.3;
}
.products__list--item .icon {
  padding: 0 0.75em;
  position: absolute;
  right: 0.6rem;
  bottom: 100%;
  border-radius: 1.2rem;
  background-color: #487fcd;
  line-height: 2.3rem;
}
.products__list--item .tags {
  padding: 1rem 1.4rem;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e5e5e5;
  line-height: 1;
}
.products__list--item .tags .tag {
  max-width: 8em;
  display: inline-block;
  overflow: hidden;
  border: none;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #404040;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1rem;
}
.products__list--item .tags .tag::before {
  content: "#";
}
.products__list--item .tags .tag.other::before {
  content: none;
}
.products__list .no-result {
  grid-column: 1/5;
}
.products__category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__category--list > * {
  width: calc((100% - 10rem) / 3);
}
.products__category--item {
  position: relative;
}
.products__category--item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.products__category--item .link-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products__category--item .image {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  pointer-events: none;
  aspect-ratio: 1/0.6;
}
.products__category--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__category--item .text {
  padding: 1.6rem 1.3rem;
  overflow: hidden;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fefefe;
}
.products__category--item .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products__category--item .title {
  color: #29318a;
  font-size: 1.6rem;
}
.products__category--item .js-toggle {
  width: 1.8rem;
  position: relative;
  z-index: 3;
  border: 1px solid #404040;
  border-radius: 50%;
  aspect-ratio: 1;
}
.products__category--item .js-toggle::before, .products__category--item .js-toggle::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #404040;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products__category--item .js-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.products__category--item .js-toggle.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.products__category--item .description {
  margin-top: 1em;
  font-size: 1.2rem;
}
.products__category--item .description p {
  line-height: 1.7;
}
.products__category--item .sub-category {
  width: calc(100% + 4rem);
  padding: 1.6rem;
  position: absolute;
  top: 15rem;
  left: -2rem;
  z-index: 9;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: drop-shadow(0 0.4rem 1rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.4rem 1rem rgba(0, 0, 0, 0.15));
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.products__category--item .sub-category::before {
  content: "";
  width: 1.8rem;
  position: absolute;
  top: -1rem;
  right: 3.3rem;
  background-color: #fff;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.products__category--item .sub-category.is-active {
  opacity: 1;
  visibility: visible;
}
.products__category--item .sub-category li + li {
  margin-top: 1em;
}
.products__category--archive_item .image {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  pointer-events: none;
  aspect-ratio: 1/0.667;
}
.products__category--archive_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__category--archive_item .image::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.75;
  aspect-ratio: 1/0.31;
}
.products__category--archive_item .image::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.products__category--archive_item .title-group {
  margin-top: 0.8rem;
}
.products__category--archive_item .label {
  color: #9c9fbe;
  font-size: 1.1rem;
  line-height: 1.3;
}
.products__category--archive_item .title {
  color: #0e1346;
  font-size: 2rem;
}
.products__category--archive_item .description {
  margin-top: 0.5em;
  font-size: 1.2rem;
  --text-color: #838383;
}
.products__test--list {
  max-width: 94rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.products__test--item .title {
  width: 100%;
  height: 6.6rem;
  margin-bottom: 0.6rem;
  padding: 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;
  background-color: #29318a;
  text-align: center;
  font-size: 1.2rem;
  --text-color: #fff;
}
.products__test--item .title .inner span {
  font-size: 1rem;
}
.products__test--item .image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1/0.53;
}
.products__test--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__test--item .text {
  width: 100%;
  height: 5.8rem;
  margin-top: -1.4rem;
  padding: 0 1.8rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 1.1rem;
  --text-color: #fff;
}
.products__test--item .text p {
  line-height: 1.3;
}
.products__test--item .icon {
  padding: 0 0.75em;
  position: absolute;
  right: 0.6rem;
  bottom: 100%;
  border-radius: 1.2rem;
  background-color: #487fcd;
  line-height: 2.3rem;
}
.products__maintenance--list {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(4, 1fr);
}
.products__maintenance--list > li {
  padding-top: 4.6rem;
}
.products__maintenance--item {
  width: 100%;
  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;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  aspect-ratio: 1/0.636;
}
.products__maintenance--item .fukidashi {
  padding: 0.5em 1em;
  position: absolute;
  bottom: calc(100% + 1.2rem);
  left: 0;
  border-radius: 1.6rem;
  background-color: #fef05a;
  font-size: 1.3rem;
}
.products__maintenance--item .fukidashi::after {
  content: "";
  width: 1.2rem;
  position: absolute;
  bottom: -0.7rem;
  left: 3rem;
  background-color: inherit;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.products__maintenance--item p {
  color: #29318a;
  font-size: 1.8rem;
}
.products__grid {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: 25rem 1fr;
}
.products__search--title {
  margin-bottom: 1rem;
  padding: 0.3em 0.8em;
  background-color: #29318a;
  font-size: 1.6rem;
  line-height: 1.6;
  --text-color: #fff;
}
.products__search--keyword {
  margin-bottom: 1rem;
  padding: 1rem 3.7rem 1rem 1rem;
  position: relative;
  border: 1px solid #9c9c9c;
  border-radius: 0.2rem;
  font-size: 1.2rem;
}
.products__search--keyword .submit {
  width: 2.25em;
  position: absolute;
  top: 50%;
  right: 0.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
}
.products__search--keyword-reset {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0.25em 1.25em;
  display: block;
  border: 1px solid #d76161;
  border-radius: 60px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #d76161;
  text-align: center;
  font-size: 1rem;
}
.products__search--box {
  padding-top: 2rem;
  border-top: 1px solid #cbcbcb;
}
.products__search--box + .products__search--box {
  margin-top: 2rem;
}
.products__search--box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
}
.products__search--box dt .js-toggle {
  width: 1.8rem;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #404040;
  border-radius: 50%;
  aspect-ratio: 1;
}
.products__search--box dt .js-toggle::before, .products__search--box dt .js-toggle::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #404040;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products__search--box dt .js-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.products__search--box dt.is-open .js-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.products__search--box dd {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.products__search--box .term-list {
  padding-top: 1rem;
  font-size: 1.3rem;
  --text-color: #404040;
}
.products__search--box .term-list li + li {
  margin-top: 1.5rem;
}
.products__search--box .term-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__search--box .term-list a::after {
  content: "";
  width: 0.4rem;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #29318a;
  border-bottom: 1px solid #29318a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  aspect-ratio: 1;
}
.products__search--box .search-checkbox input[type=checkbox] {
  display: none;
}
.products__search--box .search-checkbox input[type=checkbox]:checked + .tag {
  border-color: #487fcd;
  background-color: #487fcd;
  color: #fff;
}
.products__search--reset {
  width: 100%;
  margin-bottom: 2.4rem;
}
.products__search--reset::before {
  content: none;
}
.products__news .news__list {
  max-width: 80rem;
  margin: 0 auto;
}
.products__news .news__list li + li {
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
.products__report--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__report--item {
  width: 20rem;
}
.products__report--item .image {
  position: relative;
  overflow: hidden;
  background-color: #d9d9d9;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.15));
  aspect-ratio: 1/1.45;
}
.products__report--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__report--item .image::before {
  content: "";
  width: 100%;
  height: 7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(102, 102, 102, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(102, 102, 102, 0.8) 100%);
}
.products__report--item .image::after {
  content: "";
  width: 3.2rem;
  margin-left: auto;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.products__report--item .title {
  margin-top: 0.5em;
  font-weight: 500;
}

.product__catchphrase {
  margin-bottom: 2rem;
}
.product__title {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #bababa;
  font-size: 2.4rem;
}
.product__title img {
  height: 3rem;
  width: auto;
}
.product__catchphrase {
  font-size: 2rem;
}
.product__visual {
  height: 28rem;
  margin-top: 4.5rem;
  margin-bottom: 6rem;
  text-align: center;
}
.product__visual img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__headline01 {
  width: 13.6rem;
  margin: 0 auto 3.5rem;
  padding: 0.25em;
  border: 1px solid;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #29318a;
  text-align: center;
  font-size: 1.8rem;
}
.product__specification {
  margin-bottom: 6rem;
}
.product__specification--content {
  max-width: 68rem;
  margin: 0 auto;
}
.product .testing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .testing-box .btn__06 {
  margin-top: 0;
}
.product__overview {
  padding: 4rem 4rem 6rem;
  background-color: #f5f6f9;
}
.product__catalog {
  margin-top: 6rem;
}
.product__catalog--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__catalog--list > li {
  width: calc((100% - 18rem) / 5);
}
.product__catalog--item .image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.15));
  aspect-ratio: 1/1.427;
}
.product__catalog--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__catalog--item .text {
  margin-top: 1rem;
}
.product__catalog--item .text dd {
  margin-top: 0.5em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .products__category--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;
  }
  .products__category--item .js-toggle {
    pointer-events: none;
  }
  .products__category--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .products__category--item:hover .sub-category {
    opacity: 1;
    visibility: visible;
  }
  .products__category--item:hover .js-toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  .products__category--list {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__category--list > * {
    width: 100%;
  }
  .products__issue--tags {
    padding: 4rem 3rem;
  }
  .products__test--list {
    grid-template-columns: 1fr;
  }
  .products__maintenance--list {
    gap: 3rem 1.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .products__maintenance--item {
    padding: 1.5rem;
  }
  .products__maintenance--item .fukidashi {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products__info--links {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__info--links > * {
    width: 100%;
  }
  .products__report--list {
    gap: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .products__report--list > * {
    width: calc((100% - 3rem) / 2);
  }
  .products__grid {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .products__list.col3 {
    grid-template-columns: 1fr;
  }
  .products__result--group:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .products__result--group.disable .catalog__list {
    padding: 2rem;
  }
  .products__search {
    display: none;
  }
  .products__search--button {
    margin-top: 3rem;
    background-color: #29318a;
    font-size: 1.6rem;
  }
  .products__list {
    grid-template-columns: 1fr;
  }
  .product__visual {
    height: auto;
  }
  .product__overview {
    padding: 1rem 1rem 4rem;
  }
  .product__catalog--list > li {
    width: 70%;
  }
}
.mw_wp_form_confirm .c-form__policy {
  display: none;
}

.contact__lead {
  margin-bottom: 5.5rem;
}
.contact__form {
  margin-bottom: 6rem !important;
}
.contact__form.main__block {
  padding-top: 0;
}
.contact__form .main__container {
  padding: 7.5rem 10rem;
}
.contact__video {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__video--content {
  width: 70rem;
  height: 40rem;
}
.contact__video iframe {
  width: 100%;
  height: 100%;
}
.contact__messages.mb-40 {
  margin-bottom: 4rem;
}
.contact__messages--label {
  margin-top: 3rem;
  padding: 2rem 3rem;
}
.contact__messages--title {
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding: 1rem;
}
.contact__messages--title.v2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #29318a;
  font-size: 3.6rem;
}
.contact__messages--title.v2 + .contact__messages--sentence {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.contact__messages--sentence {
  margin-top: 3rem;
}
.contact__messages--sentence.bg-01 {
  padding: 2rem 7rem;
}
.contact__messages--sentence.title {
  line-height: 2.5;
}
.contact__messages--sentence.list li + li {
  margin-top: 1rem;
}
.contact__messages--sentence .texts {
  display: block;
}
.contact__messages--sentence .texts + .texts {
  margin-top: 4rem;
}
.contact__messages .btn__01 {
  margin-top: 0;
}
.contact__messages .navi__02 {
  margin-top: 7rem;
}
.contact__complete .title {
  margin-bottom: 3.5rem;
  color: var(--theme-color, #29318a);
  font-weight: 600;
  font-size: 2.4rem;
}
.contact__complete .text {
  line-height: 2.5;
}
.contact__complete .text + .text {
  margin-top: 1.5rem;
}
.contact__complete--button {
  margin-top: 7rem;
}

@media only screen and (max-width: 768px) {
  .contact__lead {
    margin-bottom: 2.5rem;
  }
  .contact__messages--sentence.bg-01 {
    padding: 2rem 3rem;
  }
  .contact__messages--sentence.title {
    line-height: 2;
  }
  .contact__messages--title.v2 {
    font-size: 2.4rem;
  }
  .contact__messages--title.v2 + .contact__messages--sentence {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .contact__video {
    margin-top: 2rem;
    gap: 2rem;
  }
  .contact__video--content {
    width: 100%;
    height: 100%;
  }
  .contact__form {
    margin-bottom: 0;
  }
  .contact__form .main__container {
    padding: 4.5rem 2rem;
    padding-bottom: 0;
  }
  .contact__complete .text {
    text-align: left;
  }
  .contact__complete--button {
    margin-top: 2rem;
  }
}
.highf-lineup__catch--visual {
  padding: 0 10rem;
}
.highf-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.highf-lineup__list--item {
  min-height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highf-lineup__list--visual {
  width: 21rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.highf-lineup__list--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highf-lineup__list--content {
  width: 100%;
  padding: 1.3rem 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --text-color: #29318a;
}
.highf-lineup__list--content .box__01--title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
}
.highf-lineup__list--content .box__01--text {
  font-size: 1.4rem;
}
.highf-lineup__list--content .box__02--title {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.highf-lineup__list--content .box__02--list {
  width: 20rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --text-color: #404040;
}
.highf-lineup__list--content .box__02--item {
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .highf-lineup__catch--visual {
    padding: 0;
  }
  .highf-lineup__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highf-lineup__list--item {
    height: auto;
    padding: 2rem;
    gap: 2rem;
    -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;
  }
  .highf-lineup__list--visual {
    width: 20rem;
  }
  .highf-lineup__list--content {
    padding: 0;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .highf-lineup__list--content .box__01--title {
    font-size: 1.8rem;
  }
  .highf-lineup__list--content .box__01--text {
    font-size: 1.3rem;
  }
  .highf-lineup__list--content .box__02--title {
    margin-bottom: 0.6rem;
  }
  .highf-lineup__list--content .box__02--list {
    width: 18rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
  }
}
.company {
  /*******************************************
  * 関連会社
  *******************************************/
  /*******************************************
  * 事業内容
  *******************************************/
  /*******************************************
  * 関連会社
  *******************************************/
}
.company__others .btn__01 {
  margin-top: 6rem;
}
.company__outline .modal__content {
  width: 70rem;
}
.company__outline .modal__content .company__outline--content {
  padding-right: 0;
}
.company__outline .modal__content .company__outline--content.map {
  max-width: 100%;
  height: 18rem;
  padding-bottom: 2rem;
}
.company__outline .modal__content .company__outline--content + .company__outline--content {
  margin-top: 2rem;
}
.company__outline--content {
  padding-right: 10rem;
}
.company__outline--content + .company__outline--content {
  margin-top: 3rem;
}
.company__outline--content.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.company__outline--content.map {
  max-width: 60rem;
  max-height: 20rem;
}
.company__outline--content.visual {
  width: 16rem;
}
.company__outline--content.visual2 {
  width: 27rem;
}
.company__outline--content iframe {
  width: 100%;
  height: 100%;
}
.company__outline--content .btn__03 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.company__outline--visual {
  width: 36rem;
}
.company__outline .is-margin01 {
  margin: 2.3rem auto 0;
}
.company__outline .is-hr01 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.company__outline--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__outline--text .title__01 {
  width: 25rem;
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  border-radius: 20rem;
  background-color: #29318a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.company__outline--text .title__02 {
  color: #29318a;
  font-size: 1.2rem;
}
.company__outline--text .title__text {
  font-size: 1.2rem;
}
.company__outline--text .block__02 span {
  display: block;
}
.company__comment {
  max-width: 100rem;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #3e4395;
  font-size: clamp(12px, 2vw, 14px);
}
.company__link--contents .is-margin02 {
  width: 72%;
  margin: 0 auto;
}
.company__link--contents .is-leftset01 {
  padding-left: 4%;
}
.company__link--contents + .company__link--contents {
  margin-top: 8rem;
}
.company__link--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__link ul + ul {
  margin-top: 1rem;
}
.company__link .company__outline--content {
  padding-right: 0;
}

@media print, screen and (min-width: 769px) {
  .company {
    /*******************************************
    * PC 関連会社
    *******************************************/
  }
  .company__outline--content {
    position: relative;
  }
  .company__outline--content .btn__03 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .company {
    /*******************************************
    * SP 関連会社
    *******************************************/
  }
  .company__outline--content {
    padding-right: 0;
  }
  .company__outline--content.is-flex {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company__outline--visual {
    width: 100%;
  }
  .company__outline--text {
    gap: 2rem;
  }
  .company__comment {
    max-width: 82%;
  }
}
.history__elements .is-column {
  display: grid;
  gap: 0 3.2rem;
  grid-template-columns: 28.8rem 1fr;
}
.history__block + .history__block {
  margin-top: 10rem;
}
.history__contents01--sub, .history__contents01--title {
  font-weight: 700;
}
.history__contents01--sub {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history__contents01--sub .title {
  color: var(--text-color, #0e1346);
  font-size: 1.7rem;
}
.history__contents01--title {
  margin-bottom: 2rem;
  color: #29318a;
  font-size: 2.5rem;
  line-height: 1.7;
}
.history__contents01--sentence {
  font-size: 1.2rem;
}
.history__contents02 {
  height: 70rem;
  margin-top: 3rem;
  padding: 4rem 4.5rem 16rem;
  position: relative;
  overflow: hidden;
}
.history__contents02.is-open {
  height: auto !important;
}
.history__contents02--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history__contents02--content {
  display: grid;
  grid-template-columns: 25% 1fr;
}
.history__contents02--content:last-of-type .history__contents02--year::after {
  content: none;
  display: none;
}
.history__contents02--year {
  position: relative;
  color: #29318a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
.history__contents02--year::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 1.8rem;
  left: 10rem;
  display: block;
  border: 2px solid #29318a;
  border-radius: 50%;
  background-color: #fff;
}
.history__contents02--year::after {
  content: "";
  height: calc(100% + 6rem);
  position: absolute;
  top: 2.7rem;
  left: 10.4rem;
  display: block;
  border-right: 1px solid #29318a;
}
.history__contents02--sentence .visual {
  margin-top: 2rem;
  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;
}
.history__contents02--sentence .visual__content01 {
  max-width: 16rem;
}
.history__contents02--sentence .visual__content02 {
  max-width: 20rem;
}
.history__contents02--sentence .visual__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.history__contents02--sentence figcaption {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.history__more {
  width: 100%;
  height: 16rem;
  position: absolute;
  bottom: 0;
  left: 0;
  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: linear-gradient(176deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 50%);
}
.history__more .btn__01::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.history__more .btn__01.is-active {
  margin-top: 0;
}
.history__more .btn__01.is-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .history__elements .is-column {
    grid-template-columns: 1fr;
  }
  .history__contents01--sub {
    margin-bottom: 2rem;
    gap: 0.5rem;
    -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;
    font-size: 1.2rem;
  }
  .history__contents01--title {
    font-size: 1.8rem;
  }
  .history__contents02 {
    height: 50rem;
    padding: 2.4rem 2rem 14rem;
  }
  .history__contents02--inner {
    gap: 4rem;
  }
  .history__contents02--content {
    position: relative;
    display: block;
  }
  .history__contents02--year {
    margin-bottom: 0.5em;
    padding-left: 2.4rem;
    position: unset;
    font-size: 2.4rem;
  }
  .history__contents02--year::before {
    width: 1rem;
    height: 1rem;
    top: 1.3rem;
    left: 0;
  }
  .history__contents02--year::after {
    height: calc(100% + 4rem);
    top: 2.3rem;
    left: 0.5rem;
  }
  .history__contents02--sentence {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
  .history__contents02--sentence .visual__block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history__contents02--sentence .list-dot li {
    line-height: 1.6;
  }
  .history__contents02--sentence .list-dot li + li {
    margin-top: 0.35em;
  }
  .history__more {
    height: 14rem;
  }
}
.manage-policy__greeting .text {
  line-height: 3.5rem;
}
.manage-policy__greeting--greet01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.manage-policy__greeting--greet02 {
  margin-bottom: 2rem;
}
.manage-policy__greeting--greet03 {
  text-align: end;
}
.manage-policy__greeting--greet03 .text {
  font-weight: 700;
  font-size: 1.8rem;
}
.manage-policy__greeting--sentence .title {
  margin-bottom: 3.5rem;
  color: #29318a;
  font-weight: 700;
  font-size: 2.1rem;
}
.manage-policy__greeting--visual {
  width: 45rem;
  padding: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.manage-policy__greeting--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.manage-policy__contents .heading__02 {
  margin-bottom: 3rem;
}
.manage-policy__contents .heading__03 {
  margin-bottom: 2rem;
}
.manage-policy__contents--element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.manage-policy__contents--block.block01 {
  padding-bottom: 1rem;
}
.manage-policy__contents--block.block01 .manag-policy__contents--text {
  font-size: 2rem;
}
.manage-policy__contents--block.block02 .manag-policy__contents--text, .manage-policy__contents--block.block02 .manag-policy__contents--list, .manage-policy__contents--block.block03 .manag-policy__contents--text, .manage-policy__contents--block.block03 .manag-policy__contents--list, .manage-policy__contents--block.block04 .manag-policy__contents--text, .manage-policy__contents--block.block04 .manag-policy__contents--list {
  font-size: 1.6rem;
}
.manage-policy__contents--year {
  text-align: end;
}
.manage-policy__contents--list {
  padding: 2rem 2rem 0rem 4rem;
}
.manage-policy__contents--video {
  width: 48rem;
  height: 26rem;
  margin: 0 auto;
}
.manage-policy__contents--video iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .manage-policy__greeting--greet01 {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .manage-policy__greeting--visual {
    width: 100%;
    padding: 0;
  }
  .manage-policy__greeting--sentence .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .manage-policy__greeting--greet03 .text {
    font-size: 1.6rem;
  }
  .manage-policy__contents .heading__02 {
    margin-bottom: 2rem;
  }
  .manage-policy__contents--element {
    gap: 3rem;
  }
  .manage-policy__contents--list {
    padding: 2rem 0rem 0rem 2rem;
  }
  .manage-policy__contents--video {
    width: 100%;
    height: 19rem;
  }
}
.research__products--visual {
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.research__tech--title {
  margin-bottom: 2rem;
  color: #29318a;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}
.research__tech--lead {
  width: 80rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 3.5rem;
}
.research__tech--lead.left {
  text-align: left;
}
.research__core-tech--visual {
  width: 70rem;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.research__core-tech--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.research__thermal-tech--visual {
  width: 60rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.research__thermal-tech--navi {
  width: 80%;
  margin: 0 auto;
}
.research__thermal-tech--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.research__thermal-tech--grid + .research__thermal-tech--grid {
  margin-top: 2rem;
}
.research__thermal-tech--grid > .link__01--item {
  width: calc((100% - 8rem) / 3);
}
.research__other .is-row3 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 768px) {
  .research__tech--title {
    font-size: 2rem;
  }
  .research__tech--lead {
    width: 100%;
  }
  .research__core-tech--visual {
    width: 100%;
  }
  .research__thermal-tech--visual {
    width: 100%;
  }
  .research__thermal-tech--navi {
    width: 100%;
  }
  .research__thermal-tech--grid {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .research__thermal-tech--grid + .research__thermal-tech--grid {
    margin-top: 2rem;
  }
  .research__thermal-tech--grid > .link__01--item {
    width: 100%;
  }
  .research__thermal-tech .link__01--item + .link__01--item {
    margin-top: 0;
  }
}
.global-cases__contents--content + .global-cases__contents--content {
  margin-top: 8rem;
}

.tt-cre-lab__common .main__container {
  padding: 4.5rem;
}
.tt-cre-lab__common--lead {
  margin-bottom: 5rem;
}
.tt-cre-lab__common--lead .heading__02 {
  font-size: 2.5rem;
}
.tt-cre-lab__common--lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tt-cre-lab__common--sentence {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tt-cre-lab__common--sentence .heading__02 {
  font-weight: 700;
  font-size: 2.5rem;
}
.tt-cre-lab__common--sentence .heading__02 .label {
  font-weight: 500;
}
.tt-cre-lab__common--visual {
  width: 48rem;
  height: 32rem;
}
.tt-cre-lab__common--visual img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.tt-cre-lab__lead--title {
  margin-bottom: 3.5rem;
  color: #29318a;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}
.tt-cre-lab__lead--sentence {
  margin-bottom: 5rem;
}
.tt-cre-lab__lead--visual {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.tt-cre-lab__lead--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tt-cre-lab__tt-cre-center--contents {
  margin-top: 8.5rem;
}
.tt-cre-lab__tt-cre-center--caption {
  margin-bottom: 3.5rem;
}
.tt-cre-lab__tt-cre-center--visual {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.tt-cre-lab__tt-cre-center--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tt-cre-lab__tt-cre-center--visual.dummy-position {
  position: relative;
}
.tt-cre-lab__tt-cre-center--dummy-links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tt-cre-lab__tt-cre-center--dummy-links a {
  width: 20rem;
  height: 20rem;
  position: absolute;
  display: block;
  border-radius: 50%;
}
.tt-cre-lab__tt-cre-center--dummy-links .dummy-item01 {
  top: 2rem;
  right: -1rem;
}
.tt-cre-lab__tt-cre-center--dummy-links .dummy-item02 {
  bottom: 0rem;
  left: 42rem;
}
.tt-cre-lab__tt-cre-center--dummy-links .dummy-item03 {
  top: -1rem;
  left: 5rem;
}
.tt-cre-lab__tt-cre-center--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tt-cre-lab__tt-cre-center--column .visual {
  width: 50rem;
}
.tt-cre-lab__tt-cre-center--column .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tt-cre-lab__tt-cre-center--item .title {
  margin-bottom: 0.5rem;
  color: #29318a;
  font-weight: 700;
  font-size: 2rem;
}
.tt-cre-lab__tt-cre-center--item .sentence {
  margin-bottom: 1rem;
}
.tt-cre-lab__tt-cre-center--item .caption span {
  margin-right: 1rem;
  padding: 0.2rem 1.5rem;
  display: inline-block;
  border: 1px solid #29318a;
  border-radius: 0.5rem;
  color: #29318a;
  font-weight: 700;
}
.tt-cre-lab__tt-cre-center .module__04 {
  margin-top: 3.5rem;
}
.tt-cre-lab__access--map {
  width: 100%;
  height: 27rem;
  margin-bottom: 2rem;
}
.tt-cre-lab__access--map iframe {
  width: 100%;
  height: 100%;
}
.tt-cre-lab__access--sentence .text {
  margin-bottom: 3.5rem;
}
.tt-cre-lab__access--sentence dt {
  margin-bottom: 1rem;
  padding: 0.5rem 2.5rem;
  display: inline-block;
  border-radius: 2rem;
  background-color: #29318a;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
}
.tt-cre-lab__access--sentence dd {
  color: #29318a;
  font-size: 1.4rem;
}
.tt-cre-lab__access--sentence dt + dd {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .tt-cre-lab__common--lead {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tt-cre-lab__common--lead .heading__02 {
    font-size: 2rem;
  }
  .tt-cre-lab__common--lead .heading__02.is-border03::after {
    content: none;
  }
  .tt-cre-lab__common--visual {
    width: 100%;
    height: auto;
  }
  .tt-cre-lab__lead--title {
    font-size: 2rem;
  }
  .tt-cre-lab__lead--visual {
    width: 100%;
    height: auto;
  }
  .tt-cre-lab__tt-cre-center .main__container {
    padding: 2.5rem;
  }
  .tt-cre-lab__tt-cre-center--contents {
    margin-top: 4rem;
  }
  .tt-cre-lab__tt-cre-center--visual {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .tt-cre-lab__tt-cre-center--item .sentence {
    margin-bottom: 2rem;
  }
}
.news__contents.v2 .date {
  color: #333;
  font-size: 1.4rem;
}
.news__content .news-col02 {
  display: grid;
  gap: 6.5rem;
  grid-template-columns: 1fr 20rem;
}
.news__content.main__block:last-of-type {
  margin-bottom: 15rem;
}
.news__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.news__list--item + .news__list--item {
  margin-top: 2rem;
}
.news__list--item .tag {
  width: 13rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  color: #29318a;
  font-size: 1.1rem;
}
.news__list--item .tag.is-active {
  background-color: #29318a;
  color: #fff;
  pointer-events: none;
}
.news__list--item .tag::before {
  content: none;
}
.news__detail .heading__02 {
  margin-bottom: 3.5rem;
}
.news__archive .heading__02 {
  margin-bottom: 2.5rem;
  padding: 0.5rem;
  background-color: #29318a;
  text-align: center;
  font-size: 2rem;
  --text-color: #fff;
}
.news__archive--list > li {
  font-size: 1.3rem;
}
.news__archive--list > li + li {
  margin-top: 1em;
}
.news__button .navi__01--list {
  gap: 2rem;
}
.news__button + .news__grid {
  margin-top: 5.5rem;
}
.news__detail--title .heading__02 {
  margin-bottom: 3rem;
}
.news__detail--title .date {
  padding-right: 2rem;
}
.news__detail--main {
  padding-bottom: 2rem;
  border-bottom: 2px solid #bababa;
  font-size: 2rem;
}
.news__detail--button.item01 {
  margin-top: 14rem;
  text-decoration: underline;
}
.news__header {
  margin-bottom: 5rem;
  padding-top: 10rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.news__header--date {
  margin-bottom: 2rem;
  display: inline-block;
  font-family: "Trajan Pro", serif;
  font-size: 1.3rem;
  line-height: 1;
}
.news__header--tags {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__header--tags a {
  padding: 0.1em 0.6em 0.2em;
  display: inline-block;
  background-color: var(--theme-color, #29318a);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.news__header--title {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 2.4rem;
}
.news__footer {
  margin-top: 10rem;
}
.news__footer--navi {
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__footer--all {
  margin: 10rem auto 0;
}

.entry-content p {
  margin-bottom: 1.5em;
  letter-spacing: 0;
  line-height: 1.875;
}
.entry-content .wp-block-image:not(:first-child) {
  margin-top: 6rem;
}

.block-download:not(:first-child) {
  margin-top: 4rem;
}
.block-download-item {
  margin-bottom: 1em;
}
.block-download a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-download a::before {
  content: "";
  width: 1em;
  margin-right: 0.625em;
  display: inline-block;
  background: url(/images/common/icon_download.svg) no-repeat center/contain;
  aspect-ratio: 1;
}
.block-download a[href$=".pdf"]::after {
  content: "";
  width: 1.625em;
  margin-left: 0.9375em;
  display: inline-block;
  background: url(/images/common/icon_pdf.svg) no-repeat center/contain;
  aspect-ratio: 1/1.269;
}
.block-download-note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .news__list--item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news__list--item .title span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .news__list--item[data-status=new] .title::before {
    content: "NEW";
    width: 5rem;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-color: #29318a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .news__content .news-col02 {
    grid-template-columns: 1fr;
  }
  .news__content.main__block:last-of-type {
    margin-bottom: 6rem;
  }
  .news__archive .heading__02 {
    padding: 0.5em;
    font-size: 1.6rem;
  }
  .news__detail--visual {
    width: 100%;
  }
  .news__detail--button.item01 {
    margin-top: 3.5rem;
  }
  .news__detail .btn__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news__list--item {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__list--item .title {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .news__list--item[data-status=new]::before {
    content: "NEW";
    width: 5rem;
    margin-left: 1rem;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-color: #29318a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .news__header {
    margin-bottom: 3rem;
    padding-top: 7rem;
  }
  .news__header--date {
    margin-bottom: 1rem;
  }
  .news__header--tags {
    margin-bottom: 2rem;
  }
  .news__header--title {
    font-size: 2rem;
  }
  .news__footer {
    margin-top: 6rem;
  }
  .news__footer--navi {
    width: 100%;
    gap: 0 2.5rem;
  }
  .news__footer--navi .btn__01 {
    min-width: 0;
  }
  .news__footer--navi .btn__01.prev {
    padding-right: 2rem;
    padding-left: 4rem;
  }
  .news__footer--navi .btn__01.next {
    padding-right: 4rem;
    padding-left: 2rem;
  }
  .news__footer--all {
    width: 100%;
    margin-top: 3rem;
  }
  .entry-content .wp-block-image:not(:first-child) {
    margin-top: 4rem;
  }
  .block-download a span {
    text-decoration: underline;
  }
  .block-download-note {
    font-size: 1.2rem;
  }
}
.sustainability__common--visual {
  margin-top: 3.5rem;
}
.sustainability__common--visual .image01 {
  width: 80%;
}
.sustainability__common--visual .title {
  margin-bottom: 1.8rem;
  color: #29318a;
  font-weight: 700;
  font-size: 1.6rem;
}
.sustainability__common--visual .is-center {
  text-align: center;
}
.sustainability__common--button {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.sustainability__common--button .btn__04--contents::after {
  bottom: auto !important;
}
.sustainability__common--button .btn__04--contents2::after {
  bottom: auto !important;
}
.sustainability__common--table {
  margin-top: 5rem;
}
.sustainability__common--elements {
  margin-top: 6rem;
}
.sustainability__common--sentence {
  font-size: 1.4rem;
  overflow-wrap: anywhere;
}
.sustainability__common--sentence p {
  line-height: 2.4285714286;
}
.sustainability__common--sentence p + p {
  margin-top: 1.5em;
}
.sustainability__common--sentence .title {
  display: block;
}
.sustainability__common--sentence .link {
  display: block;
  color: #29318a;
  text-decoration: underline;
}
.sustainability__common--report {
  font-size: 1.4rem;
  overflow-wrap: anywhere;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 1.8rem;
}
.sustainability__common--report p {
  padding-left: 1rem;
  line-height: 2.4285714286;
}
.sustainability__common--report p + p {
  margin-top: 1.5em;
}
.sustainability__common--report span {
  font-size: 1.6rem;
  color: #29318a;
  font-weight: 700;
}
.sustainability__common--report .title {
  display: block;
}
.sustainability__common--report .link {
  display: block;
  color: #29318a;
  text-decoration: underline;
}
.sustainability__common--report .is-report {
  width: 85px !important;
  height: auto !important;
  border: 1px solid rgba(158, 158, 158, 0.2705882353);
}
.sustainability__news--title {
  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;
}
.sustainability__news--title .heading__04 {
  margin-bottom: 0;
}
.sustainability__news--title .btn__01 {
  margin-top: 0;
}
.sustainability__news .news__contents {
  margin-top: 1rem;
}
.sustainability__esg--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

@media only screen and (max-width: 768px) {
  .sustainability__common--sentence p {
    line-height: 2.1428571429;
  }
  .sustainability__news--title {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sustainability__esg--contents {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.e-t-d__common .bb-line {
  padding-bottom: 7rem;
  border-bottom: 2px solid #d9d9d9;
}
.e-t-d__common--content + .e-t-d__common--content {
  margin-top: 8rem;
}
.e-t-d__common--sentence {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.e-t-d__common--visual + .e-t-d__common--visual {
  margin-top: 8rem;
}
.e-t-d__common--visual .image {
  width: 100%;
}
.e-t-d__common--visual .image img {
  width: 100%;
}
.e-t-d__common--visual.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-t-d__common--table .table__04--c-note p {
  margin-left: 1em;
  text-indent: -1em;
}

.ir__common--contents + .ir__common--contents {
  margin-top: 6.5rem;
}
.ir__common--content + .ir__common--content {
  margin-top: 3rem;
}
.ir__common--content .inner + .inner {
  margin-top: 2rem;
}
.ir__common--content p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.ir__common--content .inner li {
  margin-left: 2.5rem;
  text-indent: -2.5rem;
}
.ir__common--visual {
  margin-top: 3.5rem;
}
.ir__common--visual .image01 {
  width: 80%;
}
.ir__common--visual .image02 {
  width: 70%;
}
.ir__common--visual .title {
  margin-bottom: 1.8rem;
  color: #29318a;
  font-weight: 700;
  font-size: 1.6rem;
}
.ir__common--visual .is-center {
  text-align: center;
}
.ir__news .heading__01 {
  margin-bottom: 4rem;
}
.ir__news .table__03--c-title {
  color: #29318a;
}
.ir__news .table__03--title {
  background-color: #f1f1f1;
}
.ir__news .table__03--item01 {
  background-color: var(--theme-color, #fff);
}
.ir__info--contents {
  display: grid;
  gap: 6rem;
  grid-template-columns: 60% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ir__info--contents .visual {
  height: 50rem;
  margin-right: -10rem;
}
.ir__info--contents .visual img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.ir__info--button {
  margin-top: 5rem;
}
.ir__info .link__01--grid.col2 .link__01--item {
  width: calc((100% - 5rem) / 2);
}
.ir__info .is-logmi {
  width: auto;
  height: 1.875em;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .ir__common--visual .image02 {
    width: 100%;
  }
  .ir__info--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ir__info--contents .visual {
    width: 100%;
    height: 100%;
    margin-right: auto;
  }
  .ir__info .link__01--grid.col2 .link__01--item {
    width: 100%;
  }
}
.ir__calendar .heading__01 {
  margin-bottom: 4rem;
}
.ir__calendar .table__03--c-title {
  color: #29318a;
}
.ir__calendar .table__03--title {
  background-color: #f1f1f1;
  width: 27rem !important;
}
.ir__calendar .table__03--item01 {
  background-color: var(--theme-color, #fff);
}

.ir__library--list {
  margin-top: 4rem;
}
.ir__library .news__list--item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ir__library .news__list--item .title {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.ir__library .news__list--item .thumb {
  width: 18rem;
  margin-top: 1em;
  display: block;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.ir__corporate-governance--lead a {
  margin-top: 3rem;
}

.policy__common--contents + .policy__common--contents {
  margin-top: 6.5rem;
}
.policy__common--lead + .policy__common--lead {
  margin-top: 2rem;
}
.policy__common--lead .is-numberlist {
  text-indent: -2rem;
  padding-left: 2rem;
}

.contract-testing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contract-testing__list.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contract-testing__list > * {
  width: calc((100% - 4.8rem) / 4);
}
.contract-testing__list--item {
  position: relative;
  display: block;
}
.contract-testing__list--item .title {
  width: 100%;
  min-height: 6.6rem;
  padding: 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;
  background-color: #29318a;
  text-align: center;
  font-size: 1.6rem;
  --text-color: #fff;
}
.contract-testing__list--item .title .inner span {
  font-size: 1.1rem;
}
.contract-testing__list--item .image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/0.975;
}
.contract-testing__list--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contract-testing__list--item .text {
  width: 100%;
  padding: 1.5rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 1.1rem;
  --text-color: #fff;
}
.contract-testing__list--item .text .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contract-testing__list--item .text .tag {
  font-size: 1.1rem;
}
.contract-testing__list--item .icon {
  padding: 0 0.75em;
  position: absolute;
  right: 0.6rem;
  bottom: 100%;
  border-radius: 1.2rem;
  background-color: #487fcd;
  line-height: 2.3rem;
}
.contract-testing__cv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f6f9;
}
.contract-testing__cv--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contract-testing__cv--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contract-testing__cv--image {
  width: 41.2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.contract-testing__title {
  margin-bottom: 1.34em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #bababa;
  font-size: 2.4rem;
}
.contract-testing__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
.contract-testing__label {
  width: 13rem;
  padding: 0.4em 0.5em;
  border-radius: 0.3rem;
  background-color: #29318a;
  color: #fff;
  text-align: center;
}
.contract-testing__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contract-testing__info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2.5rem;
}
.contract-testing__info .inner.is-row {
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contract-testing__info .inner + .inner {
  margin-top: 2.7rem;
}
.contract-testing__info dd {
  padding-top: 0.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contract-testing__info table {
  width: 100%;
  font-size: 1.2rem;
}
.contract-testing__info table th, .contract-testing__info table td {
  line-height: 1.7;
}
.contract-testing__info table th {
  width: 11rem;
  padding: 1em;
  border-bottom: 2px solid #29318a;
  color: #29318a;
  text-align: left;
}
.contract-testing__info table th span {
  color: #29318a;
}
.contract-testing__info table td {
  padding: 1em 2em;
  border-bottom: 2px solid #d9d9d9;
}
.contract-testing__info table ul, .contract-testing__info table ol {
  line-height: 1.7;
}
.contract-testing__info table ul li + li, .contract-testing__info table ol li + li {
  margin-top: 0.5em;
}
.contract-testing__info table ol {
  padding-left: 2em;
  list-style-type: decimal;
}
.contract-testing__info table ul {
  padding-left: 0;
  list-style-type: none;
}
.contract-testing__info table ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.contract-testing__info table ul li::before {
  content: "・";
}
.contract-testing__visual {
  width: 32.8rem;
}
.contract-testing__button {
  width: 100%;
  height: 6rem;
  margin-top: 2rem;
  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.3rem;
  background-color: #29318a;
  --text-color: #fff;
}
.contract-testing__button::after {
  content: "";
  width: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.contract-testing__freearea {
  margin-top: 10rem;
}
.contract-testing__info--check {
  margin-top: 3.6rem;
  padding: 3.5rem 6rem;
  display: grid;
  gap: 3rem 3.6rem;
  grid-template-columns: repeat(3, auto);
  background-color: #f5f6f9;
  font-size: 2rem;
}
.contract-testing__info--check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contract-testing__info--check li::before {
  content: "";
  width: 2.1rem;
  height: 1.8rem;
  display: inline-block;
  background-image: url(../../images/common/icon_check.svg);
  background-position: center;
  background-size: contain;
}
.contract-testing__info--check li span {
  font-size: 1.6rem;
}
.contract-testing__info--check + * {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .contract-testing__column {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contract-testing__info .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract-testing__info table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract-testing__info table tr + tr {
    margin-top: 1rem;
  }
  .contract-testing__info table th {
    width: 100%;
  }
  .contract-testing__info table td {
    border-bottom: 0;
  }
  .contract-testing__label {
    width: 100%;
  }
  .contract-testing__freearea {
    margin-top: 5rem;
  }
  .contract-testing__info--check {
    padding: 3rem;
    gap: 2rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .contract-testing__info--check li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract-testing__info--check li span {
    font-size: 1.4rem;
  }
  .contract-testing__cv--grid {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contract-testing__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract-testing__list > * {
    width: 100%;
  }
}
.catalog__list {
  display: grid;
}
.catalog__list.col3 {
  gap: 4.5rem 7rem;
  grid-template-columns: repeat(3, 1fr);
}
.catalog__list--item .image {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: 190/268;
}
.catalog__list--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__list--item .text {
  margin-top: 0.5em;
}
.catalog__list--item .title {
  font-size: 1.4rem;
}
.catalog__list--item .caption {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.catalog__list--item .caption p {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .catalog__list.col3 {
    gap: 4rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ir__stock-info--content + .ir__stock-info--content {
  margin-top: 8rem;
}

.search__info {
  margin-bottom: 4.4rem;
  padding: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
}
.search__info dt {
  font-weight: 600;
  font-size: 2.2rem;
}
.search__info dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 2.2rem;
}
.search__info--num {
  height: 5.4rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 1.6rem;
}
.search__info--num .number {
  font-size: 3rem;
  line-height: 1;
}
.search__result--item {
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;
}
.search__result--item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__result--eyecatch {
  width: 25.8rem;
  aspect-ratio: 1/0.76;
}
.search__result--eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search__result--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search__result--title {
  color: #29318a;
  font-weight: 500;
  font-size: 2rem;
}
.search__result--sentence {
  margin-top: 0.75em;
}
.search__no_post--message {
  font-weight: 600;
  font-size: 2rem;
}
.search__no_post--buttons {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 5.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__no_post--buttons .btn__01 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .search__info {
    padding: 2rem;
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__info dt, .search__info dd {
    font-size: 1.8rem;
  }
  .search__info dd {
    gap: 1.2rem;
  }
  .search__info--num {
    height: 4.8rem;
    gap: 0 2rem;
  }
  .search__info--num .number {
    font-size: 2.4rem;
  }
  .search__result--item {
    padding: 2rem 0;
  }
  .search__result--item .inner {
    display: block;
  }
  .search__result--eyecatch {
    width: 100%;
    margin-bottom: 1em;
  }
  .search__result--title {
    font-size: 1.8rem;
  }
  .search__result--sentence {
    margin-top: 0.5em;
  }
}
.maintenance__common--lead {
  margin-bottom: 4rem;
}
.maintenance__common--list {
  width: 74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.maintenance__common--list > li {
  width: calc((100% - 3rem) / 3);
}
.maintenance__common--item {
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
.maintenance__common--item a {
  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;
}
.maintenance__common--item .visual {
  margin-bottom: 1rem;
}
.maintenance__common--item .title {
  color: #29318a;
  font-size: 1.8rem;
}
.maintenance__common--contents {
  padding: 4rem 3.5rem;
  border-radius: 1rem;
}
.maintenance__common--content.is-border {
  padding-top: 2rem;
  border-top: 2px solid #d9d9d9;
}
.maintenance__common--content + .maintenance__common--content {
  margin-top: 5rem;
}
.maintenance__common--title {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maintenance__common--title .icon {
  width: 15rem;
  padding: 1.5rem 0.5rem;
  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;
}
.maintenance__common--title .visual {
  width: 5rem;
  margin-bottom: 0.5rem;
}
.maintenance__common--title .title {
  font-weight: 700;
  font-size: 2.6rem;
}
.maintenance__common--circle-list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.maintenance__common--circle-item {
  padding: 0.5rem 1.5rem;
  border: 1px solid #29318a;
  border-radius: 50rem;
  color: #29318a;
}
.maintenance__common--circle-item a {
  width: 100%;
  height: 100%;
  display: block;
  --text-color: $primary;
}
.maintenance__common--circle-item .next {
  padding-right: 2rem;
  position: relative;
}
.maintenance__common--circle-item .next::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5rem;
  display: block;
  border-radius: 50%;
  background-color: #29318a;
}
.maintenance__common--circle-item .next::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5rem;
  display: block;
  background-image: url("data:image/svg+xml,<svg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.657337 0.5L0 1.15725L1.68538 2.84263L0 4.52808L0.657337 5.18533L3 2.84263L0.657337 0.5Z' fill='white'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
}
.maintenance__common--link-contents {
  display: grid;
  gap: 3.5rem 2rem;
  grid-template-columns: repeat(5, 1fr);
}
.maintenance__common--link-contents .visual {
  margin-bottom: 1rem;
}
.maintenance__common--link-contents .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maintenance__common--link-contents p {
  line-height: 1.4;
}
.maintenance__common--link-contents.v2 {
  max-width: 71rem;
  margin: 0 auto;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maintenance__common--link-contents.v2 .maintenance__common--link-content {
  width: calc((100% - 1rem) / 2);
}
.maintenance__common--link-contents.v2 .visual {
  margin-bottom: 0;
  aspect-ratio: 350/235;
}
.maintenance__common--intro-content + .maintenance__common--intro-content {
  margin-top: 4rem;
}
.maintenance__common--intro-content.square > li {
  padding-left: 2rem;
  position: relative;
}
.maintenance__common--intro-content.square > li::before {
  content: "□ ";
  position: absolute;
  top: 0;
  left: 0;
}
.maintenance__common--intro-content.faq > li {
  padding-left: 3rem;
  position: relative;
}
.maintenance__common--intro-content.faq > li::before {
  content: "Q：";
  position: absolute;
  top: 0;
  left: 0;
}
.maintenance__common--intro-item + .maintenance__common--intro-item {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .maintenance__common--list {
    width: 100%;
  }
  .maintenance__common--list > li {
    width: calc((100% - 1.5rem) / 2);
  }
  .maintenance__common--item {
    padding: 1.5rem;
  }
  .maintenance__common--title {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maintenance__common--link-contents {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .maintenance__common--link-contents.v2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.htmainte__lead--sentence.strong {
  font-weight: 700;
  font-size: 1.8rem;
}
.htmainte__recruit--contents {
  display: grid;
  gap: 8rem;
}
.htmainte__recruit--inner {
  margin-top: 5rem;
}/*# sourceMappingURL=style.css.map */