@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f1eadd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
* {
  color: var(--text-color, #3b3b3b);
  letter-spacing: 0.1em;
}

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

p {
  line-height: 2;
}

em, address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:not([class]) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:not([class]):hover {
  opacity: 0.8;
}

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

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

svg {
  vertical-align: bottom;
}

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

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.decoration-parent {
  position: relative;
}

.decoration-object {
  position: absolute;
}

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

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 4.8rem;
}
.mt-xmd {
  margin-top: 8rem;
}
.mt-lg {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3.2rem;
}
.mb-md {
  margin-bottom: 4.8rem;
}
.mb-xmd {
  margin-bottom: 8rem;
}
.mb-lg {
  margin-bottom: 12rem;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .mt-xmd {
    margin-top: 4rem;
  }
  .mb-md {
    margin-bottom: 4rem;
  }
  .mb-xmd {
    margin-bottom: 4rem;
  }
  .mb-lg {
    margin-bottom: 8rem;
  }
  .mb-sp-md {
    margin-bottom: 4rem;
  }
  .mb-sp-lg {
    margin-bottom: 8rem !important;
  }
}
.bg-01 {
  background-color: #e9e0d0;
}
.bg-02 {
  background-color: #2d3c8c;
}
.bg-03 {
  background-color: #faf6f0;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 83.8rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "Montserrat", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #e60012;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #666;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-base {
  font-size: 1.6rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}
.text-ls-0 {
  letter-spacing: 0;
}
.text-ls-0 * {
  letter-spacing: 0;
}
.text-note {
  margin-left: 1em;
  text-indent: -1em;
}
.text-note::before {
  content: "※";
}

@media screen and (min-width: 768px) {
  .text-pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text-sp-center {
    text-align: center;
  }
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.round-md {
  overflow: hidden;
  border-radius: 3.2rem;
}

@media screen and (max-width: 767px) {
  .round-md {
    border-radius: 1.6rem;
  }
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-fluid {
  width: var(--width-pc) !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  .img-fluid {
    width: var(--width-sp) !important;
  }
}
.anim-swing {
  -webkit-animation-name: animSwing;
          animation-name: animSwing;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes animSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes animSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.anim-updown {
  -webkit-animation-name: animUpDown;
          animation-name: animUpDown;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes animUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}

@keyframes animUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
.c-breadcrumbs {
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__inner > span {
  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;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  margin-top: 2px;
  display: inline-block;
  background-color: #000;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}
.c-breadcrumbs__inner .current-item {
  color: rgba(65, 65, 76, 0.5);
}

.c-navi__anchor .c-card__01--box {
  padding-bottom: 10rem;
  position: relative;
}
.c-navi__anchor .c-card__01 .c-arrow__02 {
  position: absolute;
  bottom: 3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-navi__anchorBtn {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navi__anchorBtn--item {
  width: 22.8rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.1rem;
  background-color: #3b3b3b;
  font-weight: 700;
  --text-color: #fff;
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  color: var(--theme-color, #2d3c8c);
  text-decoration: underline;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .c-navi__anchorBtn.col4 {
    gap: 2rem;
  }
  .c-navi__anchorBtn.col4 .c-navi__anchorBtn--item {
    width: 18.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__anchorBtn {
    margin-bottom: 4rem;
    gap: 0.8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-navi__anchorBtn--item {
    width: 100%;
    height: 2.6rem;
  }
}
.c-btn__01 {
  width: 36rem;
  max-width: 100%;
  height: 6.4rem;
  margin-top: 6.4rem;
  padding: 0.85em 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: 1px solid #3b3b3b;
  border-radius: 3.2rem;
  background-color: #3b3b3b;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
  --text-color: #fff;
}
.c-btn__01--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.c-btn__01--arrow {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%233b3b3b' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/50%;
}
.c-btn__01--arrow.is-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn__01--plus {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
}
.c-btn__01--plus::before, .c-btn__01--plus::after {
  content: "";
  width: 1.4rem;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #3b3b3b;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__01--plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-btn__01--plus.is-opend::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-btn__02 {
  width: 100%;
  max-width: 21.6rem;
  padding: 1rem;
  display: inline-block;
  border: 1px solid #3b3b3b;
  border-radius: 20rem;
  background-color: white;
  text-align: center;
}
.c-btn__02--text {
  font-weight: bold;
  line-height: 1.5;
}
.c-btn__grid {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__grid.is-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__grid.is-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__grid > * {
  margin-top: 0 !important;
}
.c-btn__circle {
  width: 20rem;
  padding-top: 1.5em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  background-color: #3b3b3b;
  font-size: 2rem;
  aspect-ratio: 1;
  --text-color: #fff;
}
.c-btn__circle--text {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.c-btn__circle--arrow {
  width: 3.2rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%233b3b3b' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/50%;
  aspect-ratio: 1;
}

.c-arrow__01 {
  width: 3.2rem;
  height: 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: 1px solid #3b3b3b;
  border-radius: 50%;
  background-color: #3b3b3b;
  color: #fff;
}
.c-arrow__01--icon {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.c-arrow__02 {
  width: 3.2rem;
  height: 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: 1px solid #3b3b3b;
  border-radius: 50%;
  background-color: #3b3b3b;
}
.c-arrow__02--icon {
  margin-bottom: -0.2rem;
}

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

@media screen and (min-width: 768px) {
  .c-btn__01 {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-btn__01--text {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-btn__01--arrow {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .c-btn__01--icon {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .c-btn__01--plus {
    -webkit-transition: background-color border-top 0.3s ease;
    transition: background-color border-top 0.3s ease;
  }
  .c-btn__01:hover {
    background-color: #fff;
    opacity: 1;
    --text-color: #3b3b3b;
  }
  .c-btn__01:hover .c-btn__01--arrow {
    background-color: #3b3b3b;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  }
  .c-btn__01:hover .c-btn__01--icon path {
    fill: #3b3b3b;
  }
  .c-btn__01:hover .c-btn__01--plus {
    background-color: #3b3b3b;
  }
  .c-btn__01:hover .c-btn__01--plus::before, .c-btn__01:hover .c-btn__01--plus::after {
    border-top: 2px solid white;
  }
  .c-btn__01.is-wide {
    width: 42.7rem;
  }
  .c-btn__grid.is-row {
    gap: 4rem 0;
    -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;
  }
  .c-btn__circle {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-btn__circle--icon {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .c-btn__circle--text {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-btn__circle--arrow {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .c-btn__circle:hover {
    background-color: #fff;
    opacity: 1;
    --text-color: #3b3b3b;
  }
  .c-btn__circle:hover .c-btn__circle--arrow {
    background-color: #3b3b3b;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  }
  .c-arrow__01 {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-arrow__01--icon {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .c-arrow__02 {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-arrow__02--icon {
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
  a:hover .c-arrow__01 {
    background-color: #fff;
  }
  a:hover .c-arrow__01--icon * {
    fill: #3b3b3b;
  }
  a:hover .c-arrow__02 {
    background-color: #fff;
  }
  a:hover .c-arrow__02--icon * {
    stroke: #3b3b3b;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__01 {
    height: 4.8rem;
    margin-top: 3.2rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    line-height: 1.2;
  }
  .c-btn__01.is-stretch {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    line-height: 1.5;
  }
  .c-btn__01--arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .c-btn__02 {
    padding: 0.3rem;
  }
  .c-btn__grid {
    margin-top: 4rem;
    gap: 1.6rem;
  }
  .c-btn__circle {
    width: 14rem;
    font-size: 1.6rem;
  }
  .c-btn__circle--arrow {
    width: 2.2rem;
  }
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

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

.c-form__required {
  padding: 0 0.5em;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: #3b3b3b;
  color: #fff;
  font-weight: 700;
  line-height: 1.375;
}
.c-form__container {
  display: grid;
  gap: 3.2rem 4rem;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-form__label {
  padding-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.c-form__control {
  width: 100%;
  padding: 0.25em 1em;
  border-radius: 0.4rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__control--textarea {
  height: 23.6rem;
  padding: 1em 1em;
}
.c-form__column {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
.c-form__column .c-form__placeholder {
  padding-top: 0.25em;
}
.c-form__text {
  margin-bottom: 0.5em;
}
.c-form__policy {
  margin-top: 6.4rem;
}
.c-form__policy--inner {
  height: 20rem;
  overflow: scroll;
}
.c-form__policy--inner p:not(:last-child) {
  margin-bottom: 2em;
}
.c-form__policy--doui {
  margin-top: 4rem;
}
.c-form__policy--doui label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.c-form__policy--doui input[type=checkbox] {
  width: 1.25em;
  height: 1.25em;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__policy--doui input[type=checkbox]:checked {
  outline: 0.25em solid #fff;
  outline-offset: -0.25em;
  background-color: #3b3b3b;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 87.5%;
}

@media screen and (max-width: 767px) {
  .c-form__container {
    display: block;
  }
  .c-form__container dd + dt {
    margin-top: 2.4rem;
  }
  .c-form__label {
    margin-bottom: 0.25em;
    padding-top: 0;
  }
  .c-form__label .c-form__required {
    font-size: 1.2rem;
  }
  .c-form__column {
    display: block;
  }
  .c-form__column .c-form__placeholder {
    padding-top: 0;
  }
  .c-form__placeholder {
    margin-top: 0.5em;
    display: inline-block;
    font-size: 1.2rem;
  }
  .c-form__text {
    font-size: 1.2rem;
  }
  .c-form__policy {
    margin-top: 3.2rem;
  }
  .c-form__policy .c-module__box01 {
    border-radius: 0.8rem;
  }
  .c-form__policy--doui {
    margin-top: 3.2rem;
  }
}
.c-heading__01 {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 2;
}
.c-heading__01--handwritten {
  position: absolute;
  bottom: -0.25em;
  left: -1.5em;
  z-index: -1;
}
.c-heading__01--sub {
  font-size: 2.4rem;
}
.c-heading__01.fw-700 {
  font-weight: 700;
}
.c-heading__01.lh-md {
  line-height: 1.5;
}
.c-heading__01.mb-md {
  margin-bottom: 4.6rem;
}
.c-heading__01.icon-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
.c-heading__01.icon-on.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-heading__01--icon {
  width: 3.5rem;
  margin-top: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-heading__02 {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-heading__group01 .c-heading__01 {
  margin-bottom: 1em;
}
.c-heading__group01 .c-list__note {
  font-size: 1.4rem;
}
.c-heading__group02 .c-heading__01 {
  margin-bottom: 0.5em;
}
.c-heading__group02--text.text-sm {
  font-size: 1.4rem;
}
.c-heading__textImage {
  font-weight: 700;
  font-size: 2rem;
}
.c-heading__textImage--inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading__textImage--inner .text-lg {
  font-size: 4.4rem;
}
.c-heading__textImage--inner .text-md {
  font-size: 3.2rem;
}
.c-heading__textImage--image {
  position: relative;
}
.c-heading__textImage--image .c-heading__textImage--label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-heading__textImage--label {
  margin-bottom: 0.5em;
  display: inline-block;
  letter-spacing: 0.24em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-heading__textImage--label.is-sm {
  font-size: 1.2rem;
}
.c-heading__wideText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 900;
  font-size: 8.8rem;
  line-height: 1;
  --text-color: #faf6f0;
}

@media screen and (min-width: 768px) {
  .c-heading__01.fw-pc-700 {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__01 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .c-heading__01--sub {
    font-size: 1.6rem;
  }
  .c-heading__01.mb-md {
    margin-bottom: 3.6rem;
  }
  .c-heading__02 {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
  .c-heading__02.text-sp-sm {
    font-size: 1.6rem;
  }
  .c-heading__group01 .text-lg {
    font-size: 1.6rem;
  }
  .c-heading__textImage--label {
    font-size: 1.2rem;
  }
  .c-heading__textImage--inner .text-lg {
    font-size: 2rem;
  }
  .c-heading__textImage--inner .text-md {
    letter-spacing: 0.2em;
    font-size: 2rem;
  }
  .c-heading__wideText {
    font-size: 2.6rem;
  }
}
.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #2d3c8c);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

.c-list__flow li {
  padding-left: 7rem;
  position: relative;
}
.c-list__flow li::before {
  content: "";
  width: 2.4rem;
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  border-radius: 50%;
  background-color: #3b3b3b;
  aspect-ratio: 1;
}
.c-list__flow li:not(:last-child)::after {
  content: "";
  width: 2.6rem;
  height: 1.8rem;
  position: absolute;
  top: calc(100% + 2.7rem);
  left: calc(50% - 1.3rem);
  background-color: #be9b5a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-list__flow li + li {
  margin-top: 7.2rem;
}
.c-list__flow--title {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
}
.c-list__flow--note {
  margin-top: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}
.c-list__flow--note::before {
  content: "※";
}
.c-list__flow p {
  line-height: 1.5;
}
.c-list__circle li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.c-list__circle li::before {
  content: "●";
  color: #be9b5a;
}
.c-list__circle li + li {
  margin-top: 0.75em;
}
.c-list__dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.c-list__dot li::before {
  content: "・";
}
.c-list__decimal {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.c-list__decimal li + li {
  margin-top: 0.5em;
}
.c-list__decimal--parentheses {
  list-style: none;
  counter-reset: count;
}
.c-list__decimal--parentheses li {
  margin-left: 3em;
  text-indent: -3em;
}
.c-list__decimal--parentheses li::before {
  content: "（" counter(count) "）";
  counter-increment: count;
}
.c-list__decimal--parentheses li * {
  text-indent: 0;
}
.c-list__decimal--parentheses li + li {
  margin-top: 0.5em;
}
.c-list__note li {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list__note li::before {
  content: "※";
}

@media screen and (max-width: 767px) {
  .c-list__flow li {
    padding-left: 2.4rem;
  }
  .c-list__flow li::before {
    width: 1.6rem;
    top: 0.5rem;
    left: 0;
  }
  .c-list__flow li:not(:last-child)::after {
    width: 2rem;
    height: 1.4rem;
    top: calc(100% + 2.3rem);
    left: calc(50% - 1rem);
  }
  .c-list__flow li + li {
    margin-top: 6rem;
  }
  .c-list__flow--title {
    font-size: 1.8rem;
  }
  .c-list__flow p {
    font-size: 1.6rem;
  }
}
.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 3.2rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(59, 59, 59, 0.2);
  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;
}

@media screen and (max-width: 767px) {
  .c-modal__content {
    border-radius: 1.6rem;
  }
  .c-modal__content--inner {
    max-height: calc(100dvh - 5rem);
    padding: 3.2rem 2.4rem;
  }
}
.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #2d3c8c);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-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;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d3c8c;
  -webkit-transition: width linear;
  transition: width linear;
}

@-webkit-keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__text {
  width: 36.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-loading__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #263e4c;
}
.c-loading__counter {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-weight: 600;
  font-size: 2rem;
}

.c-card__01 {
  display: block;
}
.c-card__01--icon {
  width: 12rem;
  margin: 0 auto -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;
  background: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  aspect-ratio: 1;
}
.c-card__01--box {
  padding: 10.4rem 3.4rem 7.2rem;
  position: relative;
  border-radius: 3.2rem;
  background-color: #fff;
}
.c-card__01--title {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 2rem;
}
.c-card__01--sentence {
  max-width: 34.4rem;
  margin: 0 auto;
}
.c-card__02--visual {
  overflow: hidden;
  border-radius: 3.2rem;
}
.c-card__02--body {
  margin-top: 1em;
  font-size: 1.8rem;
}
.c-card__03--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1.2em;
  padding: 0.45em 1.3em;
  position: relative;
  z-index: 2;
  border-radius: 3em;
  background-color: #3b3b3b;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.5;
}
.c-card__03--body {
  padding: 4.8rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.c-card__03--visual {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
}
.c-card__03--sentence {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
.c-card__04 {
  position: relative;
  display: block;
}
.c-card__04--link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-card__04--visual {
  display: block;
  overflow: hidden;
  border-radius: 3.2rem;
  aspect-ratio: 328/246;
}
.c-card__04--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__04--body {
  margin-top: 3.2rem;
}
.c-card__04--date {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.c-card__04--title {
  font-weight: 500;
  font-size: 1.8rem;
}
.c-card__04--tags {
  margin-top: 3.2rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
.c-card__04--tags a, .c-card__04--tags span {
  padding: 0.25em 1em;
  display: inline-block;
  border: 1px solid #3b3b3b;
  border-radius: 1.5em;
  background-color: #3b3b3b;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.c-card__04--tags .tag-category {
  background-color: #fff;
  color: #3b3b3b;
}

@media screen and (min-width: 768px) {
  .c-card__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-card__01--box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-card__02--visual img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-card__02[href]:hover .c-card__02--visual img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-card__03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-card__03--body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-card__01--icon {
    width: 11.2rem;
    margin-bottom: -5.6rem;
  }
  .c-card__01--icon svg, .c-card__01--icon img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .c-card__01--box {
    padding: 9.6rem 3.2rem 7.2rem;
    border-radius: 1.6rem;
  }
  .c-card__01--sentence {
    font-size: 1.6rem;
  }
  .c-card__02--visual {
    border-radius: 1.6rem;
  }
  .c-card__02--body {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .c-card__02--body p {
    line-height: 1.4;
  }
  .c-card__03--title {
    font-size: 1.8rem;
  }
  .c-card__03--title.is-adjust {
    margin-bottom: -2.2em;
  }
  .c-card__03--body {
    padding: 6rem 3.2rem 3.2rem;
  }
  .c-card__03--sentence {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .c-card__04--visual {
    border-radius: 1.6rem;
  }
  .c-card__04--body {
    margin-top: 2.4rem;
  }
  .c-card__04--date {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .c-card__04--title {
    font-size: 1.6rem;
  }
}
.c-module__01 {
  font-size: 1.4rem;
}
.c-module__01 .c-heading__02 {
  margin-bottom: 1em;
}
.c-module__01 .c-heading__02:not(:first-child) {
  margin-top: 2em;
}
.c-module__01 .c-list__circle li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.c-module__01 .c-list__circle li::before {
  margin-right: 0.25em;
}
.c-module__box01 {
  padding: 8rem 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.c-module__schedule {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.c-module__scheduleList {
  max-width: 72rem;
  margin: 0 auto;
}
.c-module__scheduleItem {
  position: relative;
}
.c-module__scheduleItem + .c-module__scheduleItem {
  margin-top: 4rem;
}
.c-module__scheduleItem:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #3b3b3b;
}
.c-module__scheduleItem:not(:last-child)::after {
  content: "";
  width: 2rem;
  position: absolute;
  top: calc(100% - 0.6rem);
  left: 50%;
  border-bottom: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  aspect-ratio: 1;
}
.c-module__scheduleItem--time {
  border-radius: 1em;
  background-color: #3b3b3b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.c-module__scheduleItem--title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.c-module__scheduleItem--title + * {
  margin-top: 0.25em;
}
.c-module__scheduleItem--content p {
  line-height: 1.5;
}
.c-module__scheduleNote {
  max-width: 72rem;
  margin: 2rem auto 0;
}
.c-module__scheduleNote p {
  line-height: 1.5;
}
.c-module__scheduleComment {
  max-width: 72rem;
  margin: 5.6rem auto 0;
  padding: 3.2rem 4.5rem;
  border-radius: 0.8rem;
  background-color: rgba(250, 246, 240, 0.6980392157);
  font-size: 1.4rem;
}
.c-module__office .c-heading__wideText {
  margin-bottom: 4rem;
}
.c-module__office--column {
  display: grid;
  grid-template-columns: 1fr 66rem;
}
.c-module__office--title {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.c-module__office--visual {
  width: 28.8rem;
}
.c-module__office--visualInner {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
.c-module__office--visualCaption {
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.c-module__slider01--text {
  margin-top: 2rem;
  padding: 0 5rem;
  font-size: 1.4rem;
}
.c-module__slider01--text p {
  line-height: 1.6;
}
.c-module__slider01--title {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.c-module__slider01 .swiper-button {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #3b3b3b;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  background-position: center;
  background-size: 2.4rem 1rem;
  background-repeat: no-repeat;
}
.c-module__slider01 .swiper-button::after {
  content: none;
}
.c-module__slider01 .swiper-button-prev {
  left: 4rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-module__slider01 .swiper-button-next {
  right: 4rem;
}

@media screen and (min-width: 768px) {
  .c-module__box01.space-md {
    padding: 5.6rem 4.8rem;
  }
  .c-module__scheduleItem {
    display: grid;
    gap: 0 8rem;
    grid-template-columns: 10.2rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .c-module__box01 {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
  .c-module__schedule {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
  .c-module__schedule .c-heading__02 {
    margin-bottom: 1em;
  }
  .c-module__scheduleItem + .c-module__scheduleItem {
    margin-top: 3.6rem;
  }
  .c-module__scheduleItem:not(:last-child) {
    padding-bottom: 2rem;
  }
  .c-module__scheduleItem--time {
    width: 10.2rem;
    margin-bottom: 0.75em;
  }
  .c-module__scheduleItem--title {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
  .c-module__scheduleItem p {
    line-height: 1.5;
  }
  .c-module__scheduleComment {
    margin-top: 2.4rem;
    padding: 2rem;
  }
  .c-module__slider01--text {
    padding: 0 2.8rem;
  }
  .c-module__slider01 .swiper-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 36/27;
  }
  .c-module__slider01 .swiper-button {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 1.2rem 0.5rem;
  }
  .c-module__slider01 .swiper-button-prev {
    left: 1rem;
  }
  .c-module__slider01 .swiper-button-next {
    right: 1rem;
  }
}
.c-tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 2.4rem;
}
.c-tab__menu--item {
  height: 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: 2.4rem 2.4rem 0 0;
  background-color: #faf6f0;
  font-weight: 700;
}
.c-tab__menu--item.is-active {
  background-color: #3b3b3b;
  color: #fff;
  pointer-events: none;
}
.c-tab__menu--button {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3b3b3b;
  border-radius: 2.1rem;
  background-color: #fff;
  font-weight: 700;
}
.c-tab__menu--button.is-active {
  background-color: #3b3b3b;
  color: #fff;
  pointer-events: none;
}
.c-tab__panel--box {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-tab__panel--box.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .c-tab__menu {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-tab__menu.col2 > * {
    width: 35.2rem;
  }
  .c-tab__menu.col3 {
    gap: 0.8rem;
  }
  .c-tab__menu.col3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-tab__menu.col5 > * {
    width: calc((100% - 9.6rem) / 5);
  }
  .c-tab__menu--item.is-active {
    height: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__menu {
    margin-bottom: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-tab__menu--item {
    height: 4.4rem;
    border-radius: 2.2rem;
    font-size: 1.6rem;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: padding 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: padding 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: padding 0.3s, transform 0.3s, background-color 0.3s;
  transition: padding 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-scrolled {
  background-color: #faf6f0;
}
.l-header.js-home-lead:not(.is-open) {
  padding-left: 8.8rem;
}
.l-header__inner {
  padding: 3.2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__title {
  width: 14.2em;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1;
}
.l-header__title--logo {
  display: block;
}
.l-header__title img {
  width: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__sns--item {
  line-height: 1;
}
.l-header__sns--item svg {
  vertical-align: bottom;
}
.l-header__contact {
  height: 4.8rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.l-header__hamburger {
  width: 7.2rem;
  height: 7.2rem;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 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: 1px solid #3b3b3b;
  border-radius: 50%;
  background-color: #3b3b3b;
  font-size: 1rem;
  cursor: pointer;
  --text-color: #fff;
}
.l-header__hamburger--text {
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
}
.l-header__hamburger--icon {
  width: 2.6rem;
  height: 1.8rem;
  position: relative;
}
.l-header__hamburger--icon > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger--icon > span:nth-child(1) {
  top: 0;
}
.l-header__hamburger--icon > span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header__hamburger--icon > span:nth-child(3) {
  top: calc(100% - 2px);
}
.l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__hamburger.is-open .l-header__hamburger--text {
  display: none;
}
.l-header__fixedNavi {
  position: fixed;
  top: 16.8rem;
  right: 0;
  z-index: 99;
}
.l-header__fixedNavi--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header__fixedNavi .c-btn__01 {
  width: 5.8rem;
  height: auto;
  margin: 0;
  padding: 5rem 0 2rem;
  gap: 3.6rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2.4rem 0 0 1.6rem;
  font-size: 1.4rem;
}
.l-header__fixedNavi .c-btn__01--text {
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-header__spNavi {
  width: 100%;
  height: 100vh;
  padding-top: 13.6rem;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -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;
  background-color: #faf6f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header__spNavi.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__spNavi--body {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header__spNavi--column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__spNavi--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header__spNavi .l-header__title {
  width: 20.2rem;
  margin: 0 auto auto;
}
.l-header__spNavi .l-header__contact {
  width: 28.2rem;
  height: 8rem;
  gap: 0 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  font-size: 2rem;
}
.l-header__spNavi .l-header__contact .icon {
  width: 3.2rem;
  height: auto;
}
.l-header__spNavi .l-header__sns {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__spNavi--menuList {
  display: grid;
  gap: 3.6rem 8rem;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
}
.l-header__spNavi--footer {
  padding: 4rem 0;
  border-top: 1px solid #3b3b3b;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .l-header__contact {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .l-header__contact svg {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .l-header__contact:hover {
    background-color: #3b3b3b;
    --text-color: #fff;
  }
  .l-header__hamburger {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .l-header__hamburger--text {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header__hamburger:hover {
    background-color: #fff;
    --text-color: #3b3b3b;
  }
  .l-header__hamburger:hover .l-header__hamburger--icon > span {
    background-color: #3b3b3b;
  }
  .l-header__spNavi--menuList a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header.js-home-lead:not(.is-open) {
    padding-left: 2.8rem;
  }
  .l-header__inner {
    padding: 1.6rem 1.6rem;
  }
  .l-header__title {
    width: 10.2rem;
    position: relative;
    z-index: 9;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger {
    width: 5.6rem;
    height: 5.6rem;
  }
  .l-header__hamburger--icon {
    width: 2rem;
    height: 1.4rem;
  }
  .l-header__spNavi {
    padding-top: 8.8rem;
  }
  .l-header__spNavi--body {
    padding-top: 4rem;
    padding-bottom: 5rem;
    display: block;
  }
  .l-header__spNavi--column {
    gap: 5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-header__spNavi .l-header__title {
    display: none;
  }
  .l-header__spNavi .l-header__contact {
    width: 22.8rem;
    height: 6.4rem;
    margin: 0 auto;
    gap: 0 2rem;
    border-radius: 3.2rem;
    font-size: 1.6rem;
  }
  .l-header__spNavi .l-header__contact .icon {
    width: 2.8rem;
  }
  .l-header__spNavi .l-header__sns {
    margin-top: 3.2rem;
  }
  .l-header__spNavi--menuList {
    gap: 3rem 4rem;
    grid-template-rows: repeat(8, auto);
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 14rem;
}
.l-main__block[class*=bg-] {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.l-main__container {
  max-width: 113.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}
.l-main__headline {
  padding: 15rem 0 17.5rem;
  position: relative;
  z-index: 2;
  background-color: #faf6f0;
}
.l-main__headline.headline02 {
  padding-top: 20rem;
  padding-bottom: 15rem;
}
.l-main__headline.headline02 .decoration-wave--1 {
  width: 16rem;
  top: -10rem;
  right: auto;
  left: 5rem;
}
.l-main__headline.headline02 .decoration-wave--3 {
  top: 0rem;
  width: 26rem;
  right: 5rem;
  left: auto;
}
.l-main__headline.headline03 {
  padding-top: 17rem;
  padding-bottom: 12rem;
}
.l-main__headline.headline03 .c-heading__textImage--inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-main__headline.headline03 .c-heading__textImage--inner span {
  font-size: 3.2rem;
  margin-top: -1rem;
}
.l-main__headlineMain {
  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;
}
.l-main__headlineTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 900;
}
.l-main__headlineTitle .c-heading__textImage--inner {
  position: relative;
  gap: 0 0.5em;
}
.l-main__headlineTitle .c-heading__textImage--inner.side-lg::before {
  top: 0rem;
  right: calc(100% + 8rem);
}
.l-main__headlineTitle .c-heading__textImage--inner.side-lg::after {
  bottom: 0rem;
  left: calc(100% + 8rem);
}
.l-main__headlineTitle .c-heading__textImage--inner.side-md::before {
  right: calc(100% + 3rem);
}
.l-main__headlineTitle .c-heading__textImage--inner.side-md::after {
  left: calc(100% + 3rem);
}
.l-main__headlineTitle .c-heading__textImage--inner.side-brackets::before {
  top: 0rem;
  right: calc(100% + 2rem);
}
.l-main__headlineTitle .c-heading__textImage--inner.side-brackets::after {
  bottom: 0rem;
  left: calc(100% + 2rem);
}
.l-main__headlineTitle .c-heading__textImage--inner::before, .l-main__headlineTitle .c-heading__textImage--inner::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-main__headlineTitle .c-heading__textImage--inner::before {
  width: 3.8rem;
  height: 4.3rem;
  top: -2.4rem;
  right: 100%;
  background-image: url(../../images/common/bracket_start.svg);
}
.l-main__headlineTitle .c-heading__textImage--inner::after {
  width: 2.8rem;
  height: 3.7rem;
  bottom: -1.4rem;
  left: 100%;
  background-image: url(../../images/common/bracket_end.svg);
}
.l-main__headlineImg {
  width: 59.2rem;
  aspect-ratio: 592/400;
  clip-path: url(#headlineMaskPc);
}
.l-main__headlineImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main__headlineDetail {
  margin-top: 4.8rem;
}
.l-main__headlineDetail--title {
  margin-bottom: 0.75em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.l-main__headline .clip-path-divider {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
.l-main__headline .clip-path-divider svg {
  width: 100%;
  min-width: 197.2rem;
  height: auto;
  position: relative;
  bottom: 0;
  left: 50%;
  vertical-align: bottom;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-main__headline .decoration-wave {
  height: auto;
  position: absolute;
  z-index: -1;
  --text-color: #f1eadd;
}
.l-main__headline .decoration-wave--1 {
  top: 12rem;
  right: calc(50% + 12rem);
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
.l-main__headline .decoration-wave--2 {
  top: 44rem;
  right: calc(50% + 38rem);
}
.l-main__headline .decoration-wave--3 {
  top: 44rem;
  left: calc(50% + 32rem);
  z-index: 2;
  -webkit-transform: rotate(-192deg);
          transform: rotate(-192deg);
}

@media screen and (max-width: 767px) {
  .l-main__block {
    margin-bottom: 8rem;
  }
  .l-main__block[class*=bg-] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .l-main__container {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 8rem;
  }
  .l-main__headline {
    padding: 7.2rem 0 10rem;
  }
  .l-main__headline.headline02 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
  .l-main__headline.headline02 .c-heading__textImage--inner::before {
    top: -1rem;
  }
  .l-main__headline.headline02 .c-heading__textImage--inner::after {
    bottom: -1rem;
  }
  .l-main__headline.headline02 .c-heading__textImage--inner .text-lg {
    letter-spacing: 0.2em;
  }
  .l-main__headline.headline03 {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }
  .l-main__headline.headline03 .c-heading__textImage--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .l-main__headline.headline03 .c-heading__textImage--inner span {
    font-size: 1.8rem;
  }
  .l-main__headlineMain {
    gap: 4.2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-main__headlineTitle {
    font-size: 1.4rem;
  }
  .l-main__headlineTitle .c-heading__textImage--inner::before {
    width: 2.6rem;
    height: 3rem;
    top: -1.8rem;
    right: calc(100% + 1rem);
  }
  .l-main__headlineTitle .c-heading__textImage--inner::after {
    width: 1.9rem;
    height: 2.5rem;
    bottom: -0.6rem;
  }
  .l-main__headlineTitle .c-heading__textImage--label.is-sm {
    font-size: 1rem;
  }
  .l-main__headlineImg {
    width: 28.8rem;
    margin: 0 auto;
    aspect-ratio: 288/320;
    clip-path: url(#headlineMaskSp);
  }
  .l-main__headlineDetail {
    margin-top: 3.2rem;
  }
  .l-main__headlineDetail--title {
    margin-bottom: 1.25em;
    font-size: 2rem;
  }
  .l-main__headline .clip-path-divider svg {
    min-width: 67rem;
  }
  .l-main__headline .decoration-wave--1 {
    width: 6.8rem;
    top: 32.2rem;
    right: 4.8rem;
    z-index: 2;
    -webkit-transform: rotate(164deg);
            transform: rotate(164deg);
  }
  .l-main__headline .decoration-wave--2 {
    width: 7.2rem;
    top: 48rem;
    right: auto;
    left: 1.8rem;
  }
}
.l-common__contactItem--icon {
  width: 12rem;
  margin: 0 auto -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;
  background: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  aspect-ratio: 1;
}
.l-common__contactItem--box {
  padding: 7.2rem 3.4rem;
  position: relative;
  border-radius: 3.2rem;
  background-color: #fff;
}
.l-common__contactItem--inner {
  max-width: 84rem;
  margin: 0 auto;
}
.l-common__contactItem--catch {
  margin-bottom: 2.8rem;
}
.l-common__contactItem--title {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 2rem;
}
.l-common__contactItemLink {
  margin-top: 7.2rem;
}
.l-common__contactItemLink dt {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.l-common__contactItemLink .c-btn__01 {
  width: 100%;
  margin-top: 2.4rem;
}
.l-common__contactItem--note {
  margin-top: 0.5em;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .l-common__contactItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8rem;
  }
  .l-common__contactItemLink > * {
    width: calc((100% - 8rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-common__contactItem--icon {
    width: 11.2rem;
    margin-bottom: -5.6rem;
  }
  .l-common__contactItem--icon svg, .l-common__contactItem--icon img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .l-common__contactItem--box {
    padding: 7.2rem 3.2rem 6rem;
    border-radius: 1.6rem;
  }
  .l-common__contactItem--sentence {
    font-size: 1.6rem;
  }
  .l-common__contactItemLink {
    margin-top: 2.4rem;
  }
  .l-common__contactItemLink dt {
    display: none;
  }
  .l-common__contactItemLink .c-btn__01 {
    margin-top: 1.6rem;
  }
}
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--row-gap, 2.4rem) var(--column-gap, 2.4rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column.justify-none {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

@media screen and (min-width: 768px) {
  .l-column.col2 > * {
    width: calc((100% - var(--column-gap, 2.4rem)) / 2);
  }
  .l-column.col3 > * {
    width: calc((100% - var(--column-gap, 4.8rem)) / 3);
  }
}
@media screen and (max-width: 767px) {
  .l-column {
    gap: var(--row-gap-sp, 4rem) var(--column-gap-sp, 2.4rem);
  }
}
.l-grid {
  display: grid;
}
.l-grid.col2 {
  gap: var(--row-gap, 4rem) var(--column-gap, 4rem);
}
.l-grid.col3 {
  gap: var(--row-gap, 4rem) var(--column-gap, 8.4rem);
}
.l-grid__more {
  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;
}
.l-grid__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .l-grid.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-grid.sp-col2 {
    gap: var(--row-gap, 2.4rem) var(--column-gap, 2.4rem);
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer {
  padding: 12rem 0 8rem;
  font-size: 1.4rem;
}
.l-footer__logo {
  margin-bottom: 5rem;
}
.l-footer__logo img {
  width: 22.2rem;
}
.l-footer__column + .l-footer__column {
  margin-top: 4rem;
}
.l-footer__navi {
  display: grid;
  gap: 2.4rem 8.8rem;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
}
.l-footer__address {
  line-height: 1.9;
}
.l-footer__contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.8rem;
  margin-top: 3.6rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.l-footer__sns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__policy > li:not(:last-child)::after {
  content: "｜";
  margin: 0 1em;
}
.l-footer__copyright {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .l-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__navi a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .l-footer__policy a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .l-footer__contact {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .l-footer__contact svg {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .l-footer__contact:hover {
    background-color: #3b3b3b;
    --text-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 0 4rem;
  }
  .l-footer__logo {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .l-footer__logo img {
    width: 16.2rem;
  }
  .l-footer__navi {
    margin-top: 4.8rem;
    gap: 2.4rem 4.4rem;
    grid-template-rows: repeat(8, auto);
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__contact {
    margin: 3.2rem auto 0;
  }
  .l-footer__sns {
    margin-top: 3.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__policy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__copyright {
    margin-top: 0.75em;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.common__rotate-none {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}
.common__initiative--bg {
  top: -16rem;
  right: 0;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.common__initiative--bg02 {
  bottom: 8rem;
  left: -2rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.common__about--bg {
  top: 1rem;
  right: -1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common__schedule--bg {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common__flow--bg {
  top: 21rem;
  left: -8rem;
  -webkit-transform: scaleX(-1) rotate(170deg);
          transform: scaleX(-1) rotate(170deg);
}
.common__flow--bg02 {
  bottom: 20rem;
  right: -6rem;
  -webkit-transform: scaleX(-1) rotate(-220deg);
          transform: scaleX(-1) rotate(-220deg);
}
.common__contact--bg {
  top: -4rem;
  left: -5rem;
  -webkit-transform: scaleX(-1) rotate(-160deg);
          transform: scaleX(-1) rotate(-160deg);
}
.common__contact--bg02 {
  top: 11rem;
  right: -6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common__contact--bg03 {
  top: -10rem;
  left: -5rem;
  -webkit-transform: scaleX(-1) rotate(-160deg);
          transform: scaleX(-1) rotate(-160deg);
}
.common__contact--bg03-1 {
  width: 13rem;
  top: 8rem;
  right: -2rem;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.common__intro--bg {
  bottom: -5rem;
  left: -7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home__lead {
  padding-bottom: 18rem;
  position: relative;
  z-index: 2;
  background-color: #faf6f0;
}
.home__lead .clip-path-divider {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
.home__lead .clip-path-divider svg {
  width: 100%;
  min-width: 197.2rem;
  height: auto;
  position: relative;
  bottom: 0;
  left: 50%;
  vertical-align: bottom;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__lead--text {
  font-size: 2rem;
}
.home__lead--text p {
  line-height: 2.8;
}
.home__lead--scroll {
  width: 8.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem 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;
  background-color: #fff;
}
.home__lead--scroll--text {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.home__lead .decoration-wave {
  position: absolute;
  z-index: -1;
  --text-color: #f1eadd;
}
.home__lead .decoration-wave--1 {
  top: 8.2rem;
  right: calc(50% + 25rem);
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
.home__lead .decoration-wave--2 {
  top: 60rem;
  right: calc(50% + 42.5rem);
}
.home__lead .decoration-wave--3 {
  bottom: 12rem;
  left: calc(50% + 30rem);
  -webkit-transform: rotate(-182deg);
          transform: rotate(-182deg);
}
.home__hero {
  padding-top: 14.6rem;
}
.home__hero--inner {
  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;
}
.home__hero--catch {
  letter-spacing: 0.5em;
  font-weight: 900;
  font-size: 2.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
}
.home__hero #heroSlider {
  clip-path: url(#heroMaskPc);
}
.home__hero--visual {
  width: 73.6rem;
  position: relative;
  aspect-ratio: 736/560;
}
.home__hero--visual picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 736/560;
}
.home__hero--visual img {
  width: calc(100% + 5rem);
  max-width: none;
  height: 100%;
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero--visual .swiper-slide-active img {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}
.home__hero--visual .swiper-pagination {
  width: auto !important;
  top: 38rem;
  bottom: auto !important;
  left: 1.6rem !important;
  line-height: 0;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #3b3b3b;
}
.home__initiative--illust {
  width: 14.8rem;
  top: -5rem;
  right: 1.5rem;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.home__initiative--bg {
  top: -6rem;
  left: 37rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.home__initiative--illust02 {
  width: 17rem;
  bottom: -6rem;
  left: -8rem;
  -webkit-transform: rotate(6.5deg);
          transform: rotate(6.5deg);
}
.home__initiative--bg02 {
  top: -9rem;
  right: 1.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home__initiative--brackets {
  top: -5rem;
  left: -7rem;
}
.home__initiative--brackets02 {
  right: -7rem;
  bottom: -3rem;
}
.home__initiativeItem {
  display: block;
}
.home__initiativeItem--icon {
  width: 12rem;
  margin: 0 auto -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;
  background: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  aspect-ratio: 1;
}
.home__initiativeItem--inner {
  padding: 10.4rem 3.4rem 3.4rem;
  position: relative;
  border-radius: 3.2rem;
  background-color: #fff;
}
.home__initiativeItem--catch {
  margin-bottom: 2.8rem;
}
.home__initiativeItem--title {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 2rem;
}
.home__initiativeItem--button {
  width: 19.5rem;
  margin: 2.4rem auto 0;
  padding: 0.4285em;
  display: block;
  border: 1px solid;
  border-radius: 1.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.home__initiativeItem .c-arrow__01 {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
}
.home__initiativeMain {
  margin-top: 14rem;
}
.home__initiativeMain .c-heading__textImage--image {
  margin-right: -0.75em;
}
.home__news--bg {
  top: -8rem;
  left: 31rem;
}
.home__news--bg02 {
  right: -4.5rem;
  bottom: -4.5rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}
.home__news--illust {
  width: 16rem;
  bottom: -2.5rem;
  left: -3.5rem;
  -webkit-transform: rotate(-15.4deg);
          transform: rotate(-15.4deg);
}
.home__newsLink {
  top: -18rem;
  right: -5rem;
}
.home__newsLink .c-btn__circle {
  width: 14rem;
  padding-top: 1em;
  position: absolute;
  top: -1.5rem;
  left: -3.7rem;
  z-index: 2;
  gap: 0.5em;
}
.home__newsLink .c-btn__circle--text {
  font-weight: 900;
  line-height: 1.2;
}
.home__newsLink .c-btn__circle--arrow {
  width: 2rem;
}
.home__newsLink--contents {
  width: 24.8rem;
  position: relative;
  background: url(../../images/common/circle_bg02.svg) no-repeat center center/contain;
  aspect-ratio: 1;
}
.home__newsLink--illust {
  width: 12.7rem;
  position: absolute;
  top: calc(50% - 9rem);
  right: 3rem;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
.home__news .news__card--thumb {
  aspect-ratio: 1;
}
.home__news .c-btn__01 {
  margin-top: 12rem;
}
.home__activities--inner {
  padding-bottom: 8rem;
  position: relative;
  display: block;
}
.home__activities--visual {
  overflow: hidden;
  aspect-ratio: 720/440;
}
.home__activities--text {
  width: 38rem;
  padding: 2.8rem 4rem 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  text-align: center;
}
.home__activities--text p {
  line-height: 1.5;
}
.home__activities--title {
  margin-bottom: 1em;
}
.home__activities--title .c-heading__textImage--handwritten {
  width: 100%;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__activities .c-arrow__01 {
  position: absolute;
  right: 4rem;
  bottom: 2.4rem;
}
.home__activitiesMain {
  margin-top: 14rem;
}
.home__activitiesMain--catch {
  margin-bottom: 2.8rem;
}
.home__activitiesMain--decoration01 {
  width: 21rem;
  top: -10rem;
  right: -5.2rem;
}
.home__activitiesMain--decoration02 {
  width: 17.5rem;
  top: 0;
  right: -10rem;
  z-index: -1;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.home__activitiesMain--decoration03 {
  width: 5rem;
  top: -5rem;
  left: 0;
}
.home__activitiesMain--decoration04 {
  width: 5rem;
  right: 0;
  bottom: -2rem;
}
.home__pageLinks--title {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 900;
  font-size: 8.8rem;
  line-height: 1;
  --text-color: #faf6f0;
}
.home__pageLinks--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__pageLinks--list > li {
  width: calc((100% - 4.8rem) / 3);
}
.home__pageLinksCard {
  width: 100%;
  height: 100%;
  padding: 1.8rem 4rem 4rem;
  position: relative;
  display: block;
  border-radius: 1.6rem 1.6rem 5.6rem 1.6rem;
  background-color: #fff;
  text-align: center;
}
.home__pageLinksCard::after {
  content: "";
  width: 2.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3b3b3b;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home__pageLinksCard--title {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
.home__pageLinksCard--handwritten {
  width: 100%;
  height: 7.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;
}
.home__pageLinksCard--label {
  letter-spacing: 0.2em;
}
.home__pageLinksCard p {
  line-height: 1.5;
}
.home__contactList--bg {
  top: -24rem;
  right: -5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home__contactList--illust {
  width: 15.8rem;
  top: 12rem;
  left: -9.5rem;
  z-index: 1;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.home__contactList--illust02 {
  width: 17.2rem;
  right: -10rem;
  bottom: -7rem;
  z-index: 1;
  -webkit-transform: rotate(137deg);
          transform: rotate(137deg);
}
.home__contactListItem--icon {
  width: 12rem;
  margin: 0 auto -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;
  background: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  aspect-ratio: 1;
}
.home__contactListItem--inner {
  padding: 7.2rem 3.4rem;
  position: relative;
  border-radius: 3.2rem;
  background-color: #fff;
}
.home__contactListItem--catch {
  margin-bottom: 2.8rem;
}
.home__contactListItem--title {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 2rem;
}
.home__contactListItem--button {
  width: 19.5rem;
  margin: 2.4rem auto 0;
  padding: 0.4285em;
  display: block;
  border: 1px solid;
  border-radius: 1.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.home__contactListItem .c-btn__01 {
  margin-top: 4.8rem;
}
.home__contactListItem .c-btn__01 + .c-btn__01 {
  margin-top: 3.2rem;
}
.home__contactListItem--note {
  margin-top: 1em;
  text-align: center;
}
.home__contactListItem.item01 .c-heading__textImage--label {
  margin-bottom: -0.25em;
  display: block;
}

@media screen and (min-width: 768px) {
  .home__initiativeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home__initiativeItem {
    width: calc((100% - 4.8rem) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__initiativeItem--inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home__initiativeMain--inner {
    max-width: 87rem;
    margin: 0 auto;
  }
  .home__initiativeMain--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10rem;
  }
  .home__initiativeMain--visual {
    width: 41rem;
  }
  .home__initiativeMain--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;
  }
  .home__activities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home__activities--inner:hover .home__activities--visual img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home__activities--visual 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__activities--text {
    position: absolute;
    bottom: 0;
    left: 8rem;
  }
  .home__activitiesMain--inner {
    max-width: 87rem;
    margin: 0 auto;
  }
  .home__activitiesMain--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home__activitiesMain--visual {
    width: 41rem;
  }
  .home__activitiesMain--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;
  }
  .home__pageLinksCard::after {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .home__pageLinksCard:hover::after {
    background-color: #54c364;
  }
  .home__contactList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home__contactListItem {
    width: calc((100% - 2.4rem) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__contactListItem--inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .common__initiative--bg {
    top: -8rem;
    right: 3rem;
  }
  .home__lead {
    padding-right: 3.6rem;
    padding-bottom: 12.6rem;
    padding-left: 6.6rem;
  }
  .home__lead--text {
    text-align: left;
    font-size: 1.6rem;
  }
  .home__lead--text p {
    line-height: 2;
  }
  .home__lead--scroll {
    width: 2.8rem;
    gap: 2.4rem 0;
  }
  .home__lead--scroll--text {
    font-size: 1rem;
  }
  .home__lead--scroll svg {
    width: 0.6rem;
    height: auto;
  }
  .home__lead .clip-path-divider svg {
    min-width: 67rem;
  }
  .home__lead .decoration-wave--1 {
    width: 6.8rem;
    top: 46.2rem;
    right: 2.8rem;
    -webkit-transform: rotate(164deg);
            transform: rotate(164deg);
  }
  .home__lead .decoration-wave--2 {
    width: 7.2rem;
    top: 60rem;
    right: auto;
    left: 4.8rem;
  }
  .home__lead .decoration-wave--3 {
    width: 14.8rem;
    right: 2.8rem;
    bottom: 0;
    left: auto;
  }
  .home__hero {
    padding-top: 7.2rem;
  }
  .home__hero--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__hero--catch {
    font-size: 1.5rem;
  }
  .home__hero #heroSlider {
    clip-path: url(#heroMaskSp);
  }
  .home__hero--visual {
    width: 28.8rem;
    margin-bottom: 5.6rem;
    aspect-ratio: 288/432;
  }
  .home__hero--visual picture {
    aspect-ratio: 288/432;
  }
  .home__hero--visual img {
    width: calc(100% + 3rem);
  }
  .home__hero--visual .swiper-slide-active img {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  .home__hero--visual .swiper-pagination {
    top: auto;
    bottom: 8rem !important;
    left: 0 !important;
  }
  .home__initiative--bg {
    top: -7rem;
    left: 24rem;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .home__initiative--brackets {
    width: 2.9rem;
    top: -4rem;
    left: 1rem;
  }
  .home__initiative--brackets02 {
    width: 2.3rem;
    top: 5rem;
    right: 1.3rem;
  }
  .home__initiative .c-heading__01 {
    margin-bottom: 0.25em;
  }
  .home__initiativeItem + .home__initiativeItem {
    margin-top: 2.4rem;
  }
  .home__initiativeItem--icon {
    width: 11.2rem;
    margin-bottom: -5.6rem;
  }
  .home__initiativeItem--icon svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .home__initiativeItem--inner {
    padding: 9.4rem 3.2rem 5.4rem;
    border-radius: 1.6rem;
  }
  .home__initiativeItem--inner p {
    font-size: 1.6rem;
  }
  .home__initiativeItem--catch {
    text-align: center;
  }
  .home__initiativeItem .c-arrow__01 {
    right: 2rem;
    bottom: 2rem;
  }
  .home__initiativeMain {
    margin-top: 8rem;
  }
  .home__initiativeMain--visual {
    margin-bottom: 3.2rem;
  }
  .home__initiativeMain--text {
    font-size: 1.6rem;
  }
  .home__news .c-heading__01 {
    margin-left: 2.8rem;
  }
  .home__news .c-heading__01--handwritten {
    width: 16rem;
    bottom: -0.5em;
  }
  .home__newsLink {
    top: -8rem;
    right: 1rem;
  }
  .home__newsLink .c-btn__circle {
    width: 9rem;
    top: -2.6rem;
    left: -3.8rem;
    font-size: 1.4rem;
  }
  .home__newsLink .c-btn__circle--arrow {
    width: 1.8rem;
  }
  .home__newsLink--contents {
    width: 13.2rem;
  }
  .home__newsLink--illust {
    width: 6.8rem;
    top: 2rem;
    right: 2rem;
  }
  .home__news .c-btn__01 {
    margin-top: 3.6rem;
  }
  .home__activities--inner {
    padding-bottom: 0;
  }
  .home__activities--inner + .home__activities--inner {
    margin-top: 8rem;
  }
  .home__activities--text {
    width: 30.4rem;
    margin: -3rem auto 0;
    padding: 2.8rem 3.2rem 3.2rem;
    position: relative;
    z-index: 2;
  }
  .home__activities--title .c-heading__textImage--handwritten {
    height: 8.8rem;
  }
  .home__activities .c-btn__01 {
    width: 30.4rem;
    margin: 4rem auto 0;
  }
  .home__activitiesMain--visual {
    margin-bottom: 3.2rem;
  }
  .home__activitiesMain--catch .c-heading__textImage--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__activitiesMain--catch .c-heading__textImage--inner span {
    line-height: 1.3;
  }
  .home__activitiesMain--catch .c-heading__textImage--label {
    margin-bottom: -0.5em;
    margin-left: 1.25em;
  }
  .home__activitiesMain--text p {
    font-size: 1.6rem;
  }
  .home__activitiesMain--decoration03 {
    width: 2.9rem;
    height: auto;
    top: -2rem;
    left: 1rem;
  }
  .home__activitiesMain--decoration04 {
    width: 2.3rem;
    height: auto;
    top: 7rem;
    right: 1rem;
    bottom: auto;
  }
  .home__pageLinks--title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .home__pageLinks--list > li {
    width: 100%;
    min-height: 20.8rem;
  }
  .home__pageLinksCard {
    border-radius: 1.6rem 1.6rem 6.4rem 1.6rem;
  }
  .home__pageLinksCard--title {
    margin-bottom: 0.75em;
    font-size: 2.2rem;
  }
  .home__pageLinksCard--handwritten {
    height: 6.6rem;
  }
  .home__contact .c-heading__01 {
    margin-bottom: 2rem;
  }
  .home__contactListItem + .home__contactListItem {
    margin-top: 2.4rem;
  }
  .home__contactListItem--icon {
    width: 11rem;
    margin-bottom: -5.5rem;
  }
  .home__contactListItem--icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .home__contactListItem--inner {
    padding: 8rem 3.2rem 4rem;
    border-radius: 1.6rem;
  }
  .home__contactListItem--catch {
    margin-bottom: 2rem;
  }
  .home__contactListItem--sentence {
    text-align: left;
    font-size: 1.6rem;
  }
  .home__contactListItem .c-btn__01 {
    min-height: 0;
    margin-top: 2.4rem;
  }
  .home__contactListItem .c-btn__01 + .c-btn__01 {
    margin-top: 1.6rem;
  }
  .home__contactListItem--note {
    margin-top: 0.5em;
  }
}
.work__about--bg02 {
  bottom: -8rem;
  right: -4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.work__about--bg03 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.work__aboutCard + .work__aboutCard {
  margin-top: 4rem;
}
.work__aboutCard--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1em;
  padding: 0.25em 1.3em;
  position: relative;
  z-index: 2;
  border-radius: 1em;
  background-color: #3b3b3b;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.work__aboutCard--body {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.work__aboutCard--grid {
  display: grid;
  gap: 6.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.work__aboutCard--visual .swiper-pagination {
  margin-top: 1.2rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work__aboutCard--visual .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: rgba(241, 234, 221, 0.8);
  opacity: 1;
}
.work__aboutCard--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}
.work__aboutCard--slider {
  overflow: hidden;
  border-radius: 1.6rem;
}
.work__aboutCard--textTitle {
  margin-bottom: 0.5em;
  font-size: 2rem;
}
.work__aboutCard--textTitle:not(:first-child) {
  margin-top: 1.25em;
}
.work__aboutCard--tags {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work__aboutCard--tags * {
  padding: 0.25em 1.3em;
  border-radius: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.work__aboutCard--tags span {
  background-color: #3b3b3b;
  color: #fff;
}
.work__aboutCard--tags a {
  background-color: rgba(241, 234, 221, 0.8);
}
.work__aboutCard .c-btn__01 {
  width: 27.6rem;
  margin-top: 4rem;
}
.work__schedule {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.work__schedule--bg02 {
  bottom: 25rem;
  left: -3rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.work__scheduleList {
  max-width: 72rem;
  margin: 0 auto;
}
.work__scheduleItem {
  position: relative;
}
.work__scheduleItem + .work__scheduleItem {
  margin-top: 4rem;
}
.work__scheduleItem:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #3b3b3b;
}
.work__scheduleItem:not(:last-child)::after {
  content: "";
  width: 2rem;
  position: absolute;
  top: calc(100% - 0.6rem);
  left: 50%;
  border-bottom: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  aspect-ratio: 1;
}
.work__scheduleItem--time {
  border-radius: 1em;
  background-color: #3b3b3b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.work__scheduleItem--title {
  font-size: 2rem;
}
.work__link--bg {
  top: -20rem;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.work__attempt {
  position: relative;
}
.work__attempt::before, .work__attempt::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.work__attempt::before {
  width: 5rem;
  height: 5.8rem;
  top: 0;
  left: 0;
  background-image: url(../../images/common/bracket_start.svg);
}
.work__attempt::after {
  width: 3.8rem;
  height: 5rem;
  right: 0;
  bottom: 0;
  background-image: url(../../images/common/bracket_end.svg);
}
.work__attempt--title {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
}
.work__attempt--sentence {
  max-width: 83.8rem;
  margin: 0 auto;
  font-size: 2rem;
}
.work__attempt--sentence p {
  letter-spacing: 0.16em;
  line-height: 2.8;
}
.work__flow {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.work__flow--list {
  max-width: 73.2rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .work__aboutCard--grid {
    grid-template-columns: 32.8rem 1fr;
  }
  .work__scheduleItem {
    display: grid;
    gap: 0 8rem;
    grid-template-columns: 10.2rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .work__aboutCard--title {
    margin-bottom: -1.25em;
    padding: 0.5em 1.7em;
    border-radius: 1.5em;
    font-size: 1.8rem;
  }
  .work__aboutCard--body {
    padding: 6rem 3.2rem 4rem;
    border-radius: 1.6rem;
  }
  .work__aboutCard--grid {
    display: block;
  }
  .work__aboutCard--visual {
    margin-bottom: 3.2rem;
  }
  .work__aboutCard--text {
    font-size: 1.6rem;
  }
  .work__aboutCard--textTitle {
    font-size: 1.8rem;
    line-height: 2;
  }
  .work__aboutCard--tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .work__aboutCard--tags * {
    padding: 0.5em 1.7em;
    border-radius: 1.5em;
  }
  .work__schedule {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
  .work__scheduleItem + .work__scheduleItem {
    margin-top: 3.6rem;
  }
  .work__scheduleItem:not(:last-child) {
    padding-bottom: 2rem;
  }
  .work__scheduleItem--time {
    width: 10.2rem;
    margin-bottom: 0.75em;
  }
  .work__scheduleItem--title {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
  .work__scheduleItem p {
    line-height: 1.5;
  }
  .work__attempt::before {
    width: 2.9rem;
    height: 3.3rem;
    top: -1rem;
    left: 1rem;
  }
  .work__attempt::after {
    width: 2.3rem;
    height: 3rem;
    top: 4rem;
    right: 2.9rem;
    bottom: auto;
  }
  .work__attempt--title {
    margin-bottom: 1.5em;
    font-weight: 900;
    font-size: 2rem;
  }
  .work__attempt--sentence {
    font-size: 1.6rem;
  }
  .work__attempt--sentence p {
    line-height: 2;
  }
  .work__flow {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
}
.living__message {
  position: relative;
}
.living__message::before, .living__message::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.living__message::before {
  width: 5rem;
  height: 5.8rem;
  top: 0;
  left: 0;
  background-image: url(../../images/common/bracket_start.svg);
}
.living__message::after {
  width: 3.8rem;
  height: 5rem;
  right: 0;
  bottom: 0;
  background-image: url(../../images/common/bracket_end.svg);
}
.living__message--title {
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
}
.living__message--sentence {
  max-width: 83.8rem;
  margin: 0 auto;
}
.living__introBlock + .living__introBlock {
  margin-top: 12rem;
}
.living__introBlock--title {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.living__introHeader {
  max-width: 87.4rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem 8rem;
  grid-template-columns: 20rem 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.living__introHeader--bg {
  right: -17rem;
  bottom: -9rem;
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
}
.living__introHeader--icon {
  width: 20rem;
  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: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  aspect-ratio: 1;
}
.living__introHeader--title {
  font-weight: 700;
  font-size: 3.2rem;
}
.living__introHeader--tag {
  padding: 0.125em 1em;
  border-radius: 1em;
  background-color: #3b3b3b;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
.living__introHeader--sentence {
  width: 100%;
}
.living__introHeader--sentence .text-note {
  font-size: 1.4rem;
  line-height: 1.6;
}
.living__introState--slider .swiper-button {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #3b3b3b;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  background-position: center;
  background-size: 2.4rem 1rem;
  background-repeat: no-repeat;
}
.living__introState--slider .swiper-button::after {
  content: none;
}
.living__introState--slider .swiper-button-prev {
  left: 4rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.living__introState--slider .swiper-button-next {
  right: 4rem;
}
.living__introApproach .living__introBlock--title {
  margin-bottom: 9rem;
}
.living__introApproachCard {
  padding: 4rem 5.2rem;
  position: relative;
  border-radius: 3.2rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.living__introApproachCard--bg {
  top: 2rem;
  right: -7.5rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}
.living__introApproachCard--header {
  margin-bottom: 1.5em;
}
.living__introApproachCard--count {
  width: 10rem;
  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: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 4rem;
  aspect-ratio: 1;
}
.living__introApproachCard--title {
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.5;
}
.living__introOffice .c-heading__wideText {
  margin-bottom: 4rem;
}
.living__introOffice--title {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.living__introOffice--visualInner {
  width: 28.8rem;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
.living__introOffice--visualCaption {
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.living__introSchedule--bg {
  top: 50%;
  left: -15rem;
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
}
.living__introSchedule--bg02 {
  right: -7rem;
  bottom: 20rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}
.living__introSchedule--lead {
  margin-bottom: 10rem;
}
.living__introSchedule--lead .c-heading__01 {
  margin-bottom: 3.2rem;
}
.living__introService--bg {
  top: -13rem;
  right: -10rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.living__introService--bg02 {
  top: calc(50% - 8rem);
  left: -10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.living__introService--bg03 {
  right: -6rem;
  bottom: -4rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}
.living__introServiceCard + .living__introServiceCard {
  margin-top: 4rem;
}
.living__introServiceCard--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1em;
  padding: 0.25em 1.3em;
  position: relative;
  z-index: 2;
  border-radius: 1.5em;
  background-color: #3b3b3b;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.living__introServiceCard--body {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.living__introServiceCard--grid {
  display: grid;
  gap: 6.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.living__introServiceCard--visual {
  overflow: hidden;
  border-radius: 1.6rem;
}
.living__introServiceCard--text .c-list__note {
  margin-top: 1.5em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.living__introServiceCard--tags {
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.living__introServiceCard--tags span {
  padding: 0.125em 1em;
  border-radius: 1.5em;
  background-color: #3b3b3b;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .living__introHeader--icon {
    grid-row: span 2/span 2;
  }
  .living__introHeader--headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .living__introState--visual {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .living__introState--slider {
    overflow: visible !important;
  }
  .living__introState--slider .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .living__introState--slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .living__introServiceCard--grid {
    grid-template-columns: 32.8rem 1fr;
  }
  .living__introApproach .living__introBlock--title {
    margin-bottom: 9rem;
  }
  .living__introApproachCard--count {
    position: absolute;
    top: -3.8rem;
    left: -1.6rem;
  }
  .living__introApproachCard--title {
    text-align: center;
  }
  .living__introOffice .c-heading__wideText {
    margin-bottom: 4rem;
  }
  .living__introOffice--column {
    padding: 0 10rem 0 12rem;
    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;
  }
}
@media screen and (max-width: 767px) {
  .living__message::before {
    width: 2.9rem;
    height: 3.3rem;
    top: -1rem;
    left: 0;
  }
  .living__message::after {
    width: 2.3rem;
    height: 3rem;
    top: 4rem;
    right: 0;
    bottom: auto;
  }
  .living__message--title {
    margin-bottom: 1.5em;
    font-weight: 900;
    font-size: 2rem;
  }
  .living__message--sentence {
    font-size: 1.6rem;
  }
  .living__introBlock + .living__introBlock {
    margin-top: 8rem;
  }
  .living__introBlock--title {
    font-size: 1.8rem;
  }
  .living__introHeader {
    gap: 3.2rem 2.5rem;
    grid-template-columns: 11rem 1fr;
  }
  .living__introHeader--icon {
    width: 11rem;
  }
  .living__introHeader--title {
    font-size: 1.8rem;
  }
  .living__introHeader--tag {
    margin-top: 1em;
    display: inline-block;
    font-size: 1.6rem;
  }
  .living__introHeader--sentence {
    font-size: 1.6rem;
    grid-column: 1/3;
  }
  .living__introState--slider .swiper-button {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 1.2rem 0.5rem;
  }
  .living__introState--slider .swiper-button-prev {
    left: 1rem;
  }
  .living__introState--slider .swiper-button-next {
    right: 1rem;
  }
  .living__introState--visual {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .living__introApproach {
    --row-gap: 4.0rem;
  }
  .living__introApproach .living__introBlock--title {
    margin-bottom: 3.2rem;
  }
  .living__introApproachCard {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
  .living__introApproachCard--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .living__introApproachCard--count {
    width: 8rem;
    font-size: 3.2rem;
  }
  .living__introOffice .c-heading__wideText {
    margin-top: 4rem;
  }
  .living__introOffice--title {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
  .living__introOffice--visualInner {
    width: 14rem;
  }
  .living__introOffice--visualCaption {
    font-size: 1.4rem;
  }
  .living__introSchedule--lead {
    margin-bottom: 4rem;
  }
  .living__introSchedule--lead .c-heading__01 {
    margin-bottom: 2.4rem;
  }
  .living__introServiceCard--title {
    margin-bottom: -1.25em;
    padding: 0.5em 1.7em;
    font-size: 1.8rem;
  }
  .living__introServiceCard--body {
    padding: 6rem 3.2rem 4rem;
    border-radius: 1.6rem;
  }
  .living__introServiceCard--grid {
    gap: 4rem 0;
  }
  .living__introServiceCard--text {
    font-size: 1.6rem;
  }
  .living__introServiceCard--tags span {
    padding: 0.5em 1.7em;
  }
}
.grow__dayservice--slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.grow__dayservice--bg {
  top: -5rem;
  right: -8rem;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.grow__dayservice--bg02 {
  left: -12rem;
  bottom: -10rem;
  -webkit-transform: scaleX(-1) rotate(170deg);
          transform: scaleX(-1) rotate(170deg);
}
.grow__dayservice--bg03 {
  top: -7rem;
  right: -3rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.grow__dayservice--bg04 {
  bottom: 20rem;
  left: -9rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.grow__dayservice--bg05 {
  top: -2rem;
  right: -4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.grow__caseCard {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.grow__caseCard--visual {
  width: 32.8rem;
  max-width: 100%;
}
.grow__caseCard--visualItem + .grow__caseCard--visualItem {
  margin-top: 2.4rem;
}
.grow__caseCard--visualItemInner {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
.grow__caseCard--visualItemInner.is-border {
  border: 1px solid;
}
.grow__caseCard--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.grow__caseCard--title {
  margin-bottom: 0.5em;
  font-size: 2rem;
}
.grow__caseCard--title:not(:first-child) {
  margin-top: 1em;
}
.grow__daycare--bg {
  top: -3rem;
  right: 0rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.grow__daycare--bg02 {
  top: -7rem;
  right: -4rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}
.grow__daycare--bg03 {
  bottom: -8rem;
  left: -12rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.grow__contact--bg {
  top: -4rem;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.grow__flow--bg {
  left: -12rem;
}
.grow__flow--bg02 {
  right: -12rem;
}

@media screen and (min-width: 768px) {
  .grow__caseCard--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grow__case .c-tab .grow__caseCard {
    border-radius: 0 0 3.2rem 3.2rem;
  }
  .grow__office .c-heading__wideText {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .grow__caseCard {
    padding: 4rem 3.2rem;
    border-radius: 1.6rem;
  }
  .grow__caseCard--visual {
    margin-bottom: 3.2rem;
  }
  .grow__caseCard--visualItem + .grow__caseCard--visualItem {
    margin-top: 4rem;
  }
  .grow__caseCard--title {
    font-size: 1.8rem;
  }
  .grow__caseCard--text {
    font-size: 1.6rem;
  }
  .grow__office .c-heading__wideText {
    margin-top: 4rem;
  }
}
.news__list {
  display: grid;
  gap: 8.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news__list.vr02 {
  gap: 6.4rem 2.4rem;
}
.news__list.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.news__whereBlok {
  margin-bottom: 12rem;
  padding: 8rem 7.8rem;
  border-radius: 3.2rem;
  background-color: white;
}
.news__whereBlok--inner + .news__whereBlok--inner {
  margin-top: 4rem;
}
.news__whereBlok--title {
  margin-bottom: 4.5rem;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  line-height: 1.5;
}
.news__whereBlok--titleSub {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #3b3b3b;
  font-weight: bold;
  font-size: 1.8rem;
}
.news__whereBlok--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__whereBlok--list li {
  padding: 0.5rem 2rem;
  border: 1px solid #3b3b3b;
  border-radius: 20rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
}
.news__whereBlok--list li.is-active {
  background-color: #3b3b3b;
  color: white;
}
.news__card--thumb {
  margin-bottom: 2.4rem;
  overflow: hidden;
  border-radius: 3.2rem;
}
.news__card--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__card--date {
  margin-top: 1.5rem;
  margin-bottom: 0.5em;
  display: block;
  text-align: center;
  font-size: 2rem;
}
.news__card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
.news__headline {
  padding-bottom: 6.4rem;
  --text-color: #000;
}
.news__headline--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
}
.news__headline--thumbnail {
  width: 51.6rem;
  overflow: hidden;
  border-radius: 3.2rem;
  aspect-ratio: 516/322;
}
.news__headline--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__headline--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__headline--date {
  margin-bottom: 0.25em;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.news__headline--title {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}
.news__headline--info {
  margin-top: 1.6rem;
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
}
.news__headline--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --text-color: #fff;
}
.news__headline--tags li {
  padding: 0.5rem 2rem;
  border: 1px solid #3b3b3b;
  border-radius: 2em;
  background-color: #000;
  letter-spacing: 0;
}
.news__headline--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.news__contents .detail_img {
  margin-bottom: 6.4rem;
}
.news__contents .detail_img .news__detailSlider {
  max-width: 64rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.6rem;
}
.news__contents .detail_img .news__detailSlider--visual .swiper-pagination {
  margin-top: 1.6rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__contents .detail_img .news__detailSlider--visual .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  background-color: rgba(241, 234, 221, 0.8);
  opacity: 1;
}
.news__contents .detail_img .news__detailSlider--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}

@media screen and (min-width: 768px) {
  .news__archive--grid {
    display: grid;
    grid-template-columns: 1fr 74.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news__archive .news__navi {
    position: sticky;
    top: 20rem;
    left: 0;
  }
  .news__card--link:hover .news__card--thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news__card--thumb img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.pager {
  margin-top: 12rem;
}
.pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager__archive a {
  font-size: 1.4rem;
}
.pager .prev, .pager .next {
  position: relative;
}
.pager .prev::after, .pager .next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: calc(50% - 0.5rem);
  background-color: #3b3b3b;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.pager .prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pager .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: 50%;
  background-color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pager .page-numbers:hover:not(.current):not(.dots) {
  background-color: #e5e5e5;
}
.pager .current {
  background-color: #3b3b3b;
  color: #fff;
}
.pager .dots {
  padding-bottom: 0.5em;
  background-color: unset;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .news__whereBlok {
    margin-bottom: 8rem;
    padding: 4rem 3.2rem;
  }
  .news__whereBlok--title {
    margin-bottom: 3.4rem;
    font-size: 2rem;
  }
  .news__whereBlok--titleSub {
    margin-bottom: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 1.8rem;
  }
  .news__whereBlok--list li {
    padding: 0.4rem 2rem;
  }
  .news__whereBlok--inner + .news__whereBlok--inner {
    margin-top: 4.8rem;
  }
  .news__list {
    gap: 2.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news__list.sp-col02 {
    grid-template-columns: 1fr;
  }
  .news__list.vr02 {
    gap: 4rem;
  }
  .news__card--thumb {
    margin-bottom: 1.4rem;
    border-radius: 1.6rem;
  }
  .news__card--date {
    font-size: 1.4rem;
  }
  .news__card p {
    font-size: 1.4rem;
  }
  .news__headline {
    padding-bottom: 4rem;
  }
  .news__headline--inner {
    padding-top: 4.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 4rem;
  }
  .news__headline--thumbnail {
    width: 100%;
    border-radius: 1.6rem;
  }
  .news__headline--date {
    font-size: 1.6rem;
  }
  .news__headline--title {
    font-size: 2rem;
  }
  .news__headline--info {
    -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;
  }
  .news__headline--sns .l-header__sns--item {
    width: 3.2rem;
  }
  .news__headline--sns .l-header__sns--item svg {
    width: 100%;
    height: auto;
  }
  .news__contents .detail_img {
    margin-bottom: 3.2rem;
  }
  .news__contents .detail_img .news__detailSlider--visual .swiper-pagination {
    margin-top: 1.2rem;
    gap: 1.2rem;
  }
  .news__contents .detail_img .news__detailSlider--visual .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.longterm__activity--bg {
  top: -2rem;
  right: -5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.longterm__facility--bg {
  top: -5rem;
  right: -5rem;
  -webkit-transform: scaleX(-1) rotate(150deg);
          transform: scaleX(-1) rotate(150deg);
}

.region__workList {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 9rem;
}
.region__workCard:nth-of-type(even) {
  margin-top: 11rem;
}
.region__workCard--inner {
  position: relative;
}
.region__workCard--inner.none-after::after {
  content: none !important;
}
.region__workCard:nth-of-type(6n + 1) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='377' height='122' viewBox='0 0 377 122' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 1.5C9.95438 13.0907 26.3418 30.6779 50.1466 47.9989C60.1625 55.2868 69.4471 56.487 80.5868 57.769C103.603 60.4179 119.78 58.9361 121.78 56.4337C126.31 50.7655 125.318 44.0169 124.695 40.7468C124.013 37.1649 120.025 35.2194 116.96 33.8215C114.067 32.5016 110.53 32.6923 107.052 33.171C105.319 33.4095 103.854 34.6072 102.796 35.7159C100.835 37.7717 100.475 43.6412 100.465 50.9226C100.452 60.2657 111.526 69.182 128.947 79.5143C135.945 83.6644 146.779 87.5447 160.136 92.0906C173.494 96.6365 189.388 101.092 225.527 105.752C261.666 110.411 317.568 115.138 375.164 120.009' stroke='%233B3B3B' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>");
  bottom: 7rem;
  right: -31rem;
  width: 37rem;
  height: 12rem;
}
.region__workCard:nth-of-type(6n + 2) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='412' height='242' viewBox='0 0 412 242' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M410.063 1.50024C409.089 3.44022 408.114 5.38019 399.323 15.1244C390.533 24.8686 373.956 42.3582 340.441 67.4486C306.927 92.539 256.977 124.7 204.195 153.316C151.413 181.932 97.3119 206.027 63.3748 219.757C29.4376 233.487 17.3036 236.121 1.50037 239.922' stroke='%233B3B3B' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>");
  width: 40rem;
  height: 24rem;
  bottom: -14rem;
  left: -30rem;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.region__workCard:nth-of-type(6n + 3) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='308' height='106' viewBox='0 0 308 106' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.50012 1.5C3.80525 4.70436 12.1636 14.4398 29.0694 27.7631C40.0065 36.3825 57.1459 46.9001 83.1376 58.5757C109.129 70.2513 143.815 82.2869 173.174 90.0016C202.533 97.7163 225.513 100.745 245.466 102.306C265.42 103.866 281.65 103.866 290.957 103.627C300.264 103.387 302.156 102.908 306.492 101.931' stroke='%233B3B3B' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>");
  width: 30rem;
  height: 10rem;
  bottom: 5rem;
  right: -21rem;
  -webkit-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}
.region__workCard:nth-of-type(6n + 4) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='421' height='317' viewBox='0 0 421 317' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M418.649 1.5C419.188 6.99869 416.577 14.1462 403.488 29.5754C392.28 42.7874 370.353 65.6629 352.066 82.8161C320.904 112.045 299.306 124.074 290.151 127.665C286.544 129.08 284.177 126.506 282.889 124.512C280.473 120.77 280.872 115.95 281.399 111.488C281.953 106.789 285.293 103.07 288.382 99.7774C295.336 92.3655 302.587 93.0547 305.895 93.492C309.308 93.9431 310.801 100.137 312.089 106.301C314.366 117.193 309.887 131.864 285.362 156.854C277.297 165.072 267.378 174.47 244.75 190.513C222.121 206.556 187.274 229.143 145.905 250.676C104.535 272.21 57.6998 292.007 32.3514 302.542C7.00305 313.076 4.56089 313.749 1.50037 314.98' stroke='%233B3B3B' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>");
  width: 42rem;
  height: 31rem;
  left: -24rem;
  bottom: -22rem;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
.region__workCard:nth-of-type(6n + 5) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='357' height='118' viewBox='0 0 357 118' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 1.5C9.7541 9.62317 18.0082 17.7463 26.9242 25.6956C35.8401 33.6448 45.1679 41.174 55.8628 48.4472C66.5578 55.7204 78.3374 62.5094 91.3077 68.9975C104.278 75.4856 118.082 81.4671 132.556 86.8431C147.029 92.2192 161.754 96.8086 183.269 101.455C204.783 106.1 232.641 110.664 262.404 113.233C292.166 115.802 322.99 116.239 355.073 116.359' stroke='%233B3B3B' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>");
  width: 35em;
  height: 11rem;
  bottom: 4rem;
  right: -46rem;
  -webkit-transform: rotate(1.3deg);
          transform: rotate(1.3deg);
}
.region__workCard:nth-of-type(6n + 6) .region__workCard--inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("");
}
.region__workCard--label {
  width: 22rem;
  bottom: calc(100% - 1.5rem);
  left: calc(50% - 4rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.region__workCard--label.img-01 {
  left: calc(50% - 7rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.region__workCard--circle {
  width: 100%;
}
.region__workCard--visual {
  position: absolute;
  width: 22rem;
}
.region__workCard--visual.img-01 {
  top: -5.2rem;
  right: -3.7rem;
}
.region__workCard--visual.img-01-2 {
  top: -3.3rem;
  right: -1.9rem;
}
.region__workCard--visual.img-01-3 {
  top: -3.3rem;
  right: -3rem;
}
.region__workCard--visual.img-01-4 {
  top: -3.3rem;
  right: -4.3rem;
}
.region__workCard--visual.img-01-5 {
  top: -4.8rem;
  right: -2.7rem;
}
.region__workCard--visual.img-01-6 {
  top: -4.9rem;
  right: -3.7rem;
}
.region__workCard--visual.img-02 {
  top: -4.3rem;
  right: -5.3rem;
}
.region__workCard--visual.img-02-2 {
  top: -4.4rem;
  right: -0.15rem;
}
.region__workCard--visual.img-02-3 {
  top: -4.1rem;
  right: -5.5rem;
}
.region__workCard--visual.img-02-4 {
  top: -6.6rem;
  right: -4.5rem;
}
.region__workCard--visual.img-02-5 {
  top: -8.2rem;
  right: -1.4rem;
}
.region__workCard--visual.img-02-6 {
  top: -6.6rem;
  right: -0.55rem;
}
.region__workCard--visual.img-03 {
  top: -4.3rem;
  right: -5.3rem;
}
.region__workCard--visual.img-03-2 {
  top: -4.4rem;
  right: -0.15rem;
}
.region__workCard--sentence {
  width: 26rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.region__workCard--title {
  margin-bottom: 1.5rem;
}
.region__workCard--title span {
  display: block;
}
.region__workCard--title .num {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.region__workCard--title .text {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.25;
}
.region__workCard--text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.region__workCard--bg01 {
  height: 22rem;
  bottom: -8rem;
  left: -12rem;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.region__workCard--bg01-2 {
  height: 17rem;
  bottom: -2rem;
  right: -11rem;
  -webkit-transform: scale(-1) rotate(-16deg);
          transform: scale(-1) rotate(-16deg);
}
.region__workCard--bg01-3 {
  height: 22rem;
  bottom: -9rem;
  left: -10rem;
  -webkit-transform: scaleY(-1) rotate(-90deg);
          transform: scaleY(-1) rotate(-90deg);
}
.region__workCard--bg01-5 {
  height: 17rem;
  bottom: -2rem;
  left: -7rem;
  -webkit-transform: scale(-1) rotate(16deg);
          transform: scale(-1) rotate(16deg);
}
.region__workCard--bg01-6 {
  height: 18rem;
  bottom: -1rem;
  right: -12rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.region__workCard--bg02 {
  height: 22rem;
  bottom: -8rem;
  left: -12rem;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.region__workCard--bg02-2 {
  height: 17rem;
  bottom: -2rem;
  right: -11rem;
  -webkit-transform: scale(-1) rotate(-16deg);
          transform: scale(-1) rotate(-16deg);
}
.region__workCard--bg02-4 {
  height: 20rem;
  bottom: -6rem;
  right: -10rem;
  -webkit-transform: scaleY(-1) rotate(-90deg);
          transform: scaleY(-1) rotate(-90deg);
}
.region__workCard--bg02-5 {
  height: 18rem;
  bottom: -2rem;
  left: -8rem;
  -webkit-transform: scale(-1) rotate(-33deg);
          transform: scale(-1) rotate(-33deg);
}
.region__workCard--bg03 {
  height: 22rem;
  bottom: -8.5rem;
  left: -8rem;
  -webkit-transform: scaleY(-1) rotate(-7deg);
          transform: scaleY(-1) rotate(-7deg);
}
.region__workCard--bg03-2 {
  height: 19rem;
  bottom: -4rem;
  right: -7.5rem;
  -webkit-transform: scaleY(-1) rotate(-90deg);
          transform: scaleY(-1) rotate(-90deg);
}
.region__workCard--bg03-3 {
  height: 18rem;
  bottom: -2rem;
  left: -8rem;
  -webkit-transform: scale(-1) rotate(-33deg);
          transform: scale(-1) rotate(-33deg);
}
.region__workCard--bg03-4 {
  height: 15rem;
  bottom: 1rem;
  right: -6.5rem;
  -webkit-transform: scale(-1) rotate(30deg);
          transform: scale(-1) rotate(30deg);
}

@media screen and (max-width: 767px) {
  .region__workList {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .region__workCard:nth-of-type(even) {
    margin-top: auto;
  }
  .region__workCard:nth-of-type(6n + 1) .region__workCard--inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2273%22%20height%3D%22194%22%20viewBox%3D%220%200%2073%20194%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M55.7281%201.50034C67.6031%208.36465%2073.7276%2037.7062%2070.0693%2054.6026C62.8881%2087.7698%2037.5334%20107.901%2027.8743%20110.927C17.7325%20114.104%209.53672%20110.075%206.35797%20106.378C2.93192%20102.393%201.33633%2097.0833%201.51332%2092.1528C1.68044%2087.4974%203.09891%2084.8748%206.0053%2080.6321C7.45339%2078.5182%2012.4724%2075.3173%2017.3362%2074.7339C26.9954%2073.5753%2031.2783%2076.456%2035.5658%2081.3058C44.6299%2091.559%2052.2371%20107.76%2054.3559%20137.352C55.207%20149.239%2046.4071%20184.416%2019.1464%20192.422%22%20stroke%3D%22%233B3B3B%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    width: 19rem;
    height: 23rem;
    bottom: -14rem;
    right: -10rem;
  }
  .region__workCard:nth-of-type(6n + 2) .region__workCard--inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2299%22%20height%3D%22223%22%20viewBox%3D%220%200%2099%20223%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.9366%201.50077C21.2459%204.91463%2018.5552%208.32849%2015.3554%2014.5689C12.1556%2020.8093%208.52832%2029.7728%205.53402%2041.5476C2.53973%2053.3223%200.288341%2067.6366%202.07317%2086.2458C3.85801%20104.855%209.74728%20127.325%2017.2376%20144.348C24.728%20161.371%2033.6409%20172.266%2042.1104%20181.109C50.5799%20189.952%2058.3358%20196.411%2066.8232%20202.374C75.3107%20208.336%2084.2947%20213.606%2089.2471%20216.464C94.1995%20219.322%2094.8481%20219.61%2096.5724%20220.566%22%20stroke%3D%22%233B3B3B%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    width: 14rem;
    height: 26rem;
    bottom: -13rem;
    left: 1rem;
    -webkit-transform: none;
            transform: none;
  }
  .region__workCard:nth-of-type(6n + 3) .region__workCard--inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2297%22%20height%3D%22223%22%20viewBox%3D%220%200%2097%20223%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M71.4122%201.49921C74.1451%204.87942%2076.878%208.25963%2080.155%2014.4599C83.4319%2020.6601%2087.1702%2029.5779%2090.3104%2041.3146C93.4505%2053.0512%2095.8794%2067.3365%2094.3256%2085.9664C92.7718%20104.596%2087.1618%20127.138%2079.8833%20144.253C72.6047%20161.367%2063.8277%20172.372%2055.4686%20181.319C47.1095%20190.266%2039.4343%20196.822%2031.0215%20202.889C22.6087%20208.956%2013.6908%20214.337%208.77422%20217.256C3.85767%20220.176%203.21273%20220.471%201.50035%20221.449%22%20stroke%3D%22%233B3B3B%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    width: 14rem;
    height: 26rem;
    bottom: -18rem;
    right: -2rem;
    -webkit-transform: none;
            transform: none;
  }
  .region__workCard:nth-of-type(6n + 4) .region__workCard--inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2271%22%20height%3D%22196%22%20viewBox%3D%220%200%2071%20196%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18.4904%201.49865C6.35235%207.88627%20-0.931853%2036.9617%202.05303%2053.99C7.91228%2087.416%2032.4481%20108.537%2041.9794%20111.944C51.9871%20115.522%2060.3364%20111.821%2063.6594%20108.253C67.2409%20104.408%2069.046%2099.165%2069.0648%2094.2313C69.0826%2089.573%2067.7693%2086.8961%2065.0336%2082.5414C63.6705%2080.3717%2058.7825%2076.9741%2053.9457%2076.1982C44.34%2074.6571%2039.9462%2077.3655%2035.4696%2082.0414C26.0057%2091.9268%2017.7615%20107.813%2014.4699%20137.298C13.1477%20149.141%2020.5446%20184.64%2047.4661%20193.722%22%20stroke%3D%22%233B3B3B%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    width: 19rem;
    height: 23rem;
    left: 0rem;
    bottom: -14rem;
    -webkit-transform: none;
            transform: none;
  }
  .region__workCard:nth-of-type(6n + 5) .region__workCard--inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2271%22%20height%3D%22196%22%20viewBox%3D%220%200%2071%20196%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M51.4292%201.50067C63.6114%207.80373%2071.0976%2036.8278%2068.2313%2053.8764C62.6046%2087.3424%2038.2163%20108.634%2028.7089%20112.107C18.7263%20115.754%2010.3515%20112.112%207.00378%20108.567C3.39562%20104.746%201.55411%2099.5162%201.50097%2094.5828C1.4508%2089.9247%202.74543%2087.2388%205.4508%2082.8652C6.79873%2080.686%2011.663%2077.2546%2016.4943%2076.445C26.089%2074.8371%2030.5016%2077.515%2035.0106%2082.1596C44.543%2091.9789%2052.8975%20107.808%2056.3941%20137.269C57.7986%20149.103%2050.6487%20184.652%2023.791%20193.921%22%20stroke%3D%22%233B3B3B%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    width: 19rem;
    height: 23rem;
    bottom: -14rem;
    right: -10rem;
  }
  .region__workCard--visual {
    width: 13.6rem;
    top: 6.2rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-01-3 {
    top: 4rem !important;
    right: 4rem !important;
  }
  .region__workCard--visual.img-01-4 {
    top: 4.2rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-01-5 {
    top: -1.5rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-01-6 {
    top: 4.2rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-02 {
    top: 1.9rem !important;
    right: 1.6rem !important;
  }
  .region__workCard--visual.img-02-2 {
    top: 5.2rem !important;
    right: 3.7rem !important;
  }
  .region__workCard--visual.img-02-3 {
    top: 3.8rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-02-4 {
    top: -1.2rem !important;
    right: -0.5rem !important;
  }
  .region__workCard--visual.img-02-5 {
    top: -1.5rem !important;
    right: 4.2rem !important;
  }
  .region__workCard--visual.img-02-6 {
    top: 0.4rem !important;
    right: 3.9rem !important;
  }
  .region__workCard--visual.img-03 {
    top: -1.1rem !important;
    right: 1.6rem !important;
  }
  .region__workCard--visual.img-03-2 {
    top: 5.2rem !important;
    right: 3.7rem !important;
  }
  .region__workCard--sentence {
    width: 22rem;
  }
  .region__workCard--sentence.spText01 {
    top: calc(50% + 2rem);
  }
  .region__workCard--sentence.spText01-02 {
    top: calc(50% + 3.2rem);
  }
  .region__workCard--sentence.spText01-03 {
    top: calc(50% + 3rem);
  }
  .region__workCard--sentence.spText01-04 {
    top: calc(50% + 2.3rem);
  }
  .region__workCard--sentence.spText01-05 {
    top: 50%;
  }
  .region__workCard--sentence.spText01-06 {
    top: calc(50% + 2.3rem);
  }
  .region__workCard--sentence.spText02 {
    top: calc(50% + 1rem);
  }
  .region__workCard--sentence.spText02-2 {
    top: calc(50% + 1rem) !important;
  }
  .region__workCard--sentence.spText02-3 {
    top: calc(50% + 1rem) !important;
  }
  .region__workCard--sentence.spText02-5 {
    top: calc(50% - 1rem) !important;
  }
  .region__workCard--sentence.spText03-2 {
    top: calc(50% + 1rem) !important;
  }
  .region__workCard--sentence.spText03-3 {
    top: calc(50% + 1rem) !important;
  }
  .region__workCard--sentence.spText03-5 {
    top: calc(50% - 1rem) !important;
  }
  .region__workCard--title {
    margin-bottom: 2rem;
  }
  .region__workCard--title .num {
    margin-bottom: 2rem;
  }
  .region__workCard--title .text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2;
  }
  .region__workCard--text {
    letter-spacing: 0.04em;
  }
  .region__workCard--label {
    width: 17rem;
    bottom: calc(100% + 1rem);
    left: 3.5rem;
  }
  .region__workCard--label.img-01 {
    bottom: 100%;
  }
  .region__workCard--bg01 {
    height: 12rem;
    left: -1.1rem;
    bottom: -4.2rem;
  }
  .region__workCard--bg01-2 {
    height: 10rem;
    right: -1.1rem;
    bottom: -1.2rem;
  }
  .region__workCard--bg01-4 {
    height: 13rem;
    left: -2.3rem;
    top: -3.2rem;
    -webkit-transform: scaleY(-1) rotate(-13deg);
            transform: scaleY(-1) rotate(-13deg);
  }
  .region__workCard--bg01-6 {
    height: 12rem;
    left: -0.3rem;
    top: -3.2rem;
    -webkit-transform: scaleY(-1) rotate(-13deg);
            transform: scaleY(-1) rotate(-13deg);
  }
  .region__workCard--bg02 {
    height: 12rem;
    left: -1.1rem;
    bottom: -6.2rem;
  }
  .region__workCard--bg02-2 {
    height: 10rem;
    right: -1.1rem;
    bottom: -1.2rem;
  }
  .region__workCard--bg02-6 {
    height: 12rem;
    top: -4rem;
    left: -1.1rem;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .region__workCard--bg03 {
    height: 12rem;
    left: -1.1rem;
    bottom: -6rem;
  }
  .region__workCard--bg03-2 {
    height: 10rem;
    right: -1.1rem;
    bottom: -1.2rem;
    -webkit-transform: scale(-1) rotate(-16deg);
            transform: scale(-1) rotate(-16deg);
  }
}
.expert__pip--bg01 {
  width: 20rem;
  bottom: -10rem;
  left: -10rem;
  -webkit-transform: scaleY(-1) rotate(20deg);
          transform: scaleY(-1) rotate(20deg);
}
.expert__pip--bg01-2 {
  width: 24rem;
  bottom: 5rem;
  right: -16rem;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.expert__pip--bg02 {
  width: 19rem;
  top: -4rem;
  right: -4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.expert__pip--bg02-2 {
  width: 27rem;
  bottom: -12rem;
  right: -5rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.expert__pip--bg02-3 {
  width: 20rem;
  bottom: -10rem;
  left: -10rem;
  -webkit-transform: scaleY(-1) rotate(-20deg);
          transform: scaleY(-1) rotate(-20deg);
}
.expert__pipCard {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.expert__pipCard + .expert__pipCard {
  margin-top: 4rem;
}
.expert__pipCard--visual {
  width: 32.8rem;
  max-width: 100%;
}
.expert__pipCard--visual .swiper-pagination {
  margin-top: 1.2rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expert__pipCard--visual .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: rgba(241, 234, 221, 0.8);
  opacity: 1;
}
.expert__pipCard--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}
.expert__pipCard--slider {
  overflow: hidden;
  border-radius: 1.6rem;
}
.expert__pipCard--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.expert__pipCard--text p:not(:last-child) {
  margin-bottom: 1em;
}
.expert__pipCard--text .text-sm {
  font-size: 1.4rem;
}
.expert__pipCard--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.4rem;
  padding: 0.25em 1.3em;
  position: relative;
  z-index: 2;
  border-radius: 1em;
  background-color: #3b3b3b;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.5;
}
.expert__detail .title-md {
  margin-bottom: 0.3em !important;
}
.expert__detail--item + .expert__detail--item {
  margin-top: 3.6rem;
}
.expert__detail--item dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.expert__detail--item dt::before {
  content: "●";
  margin-right: 0.25em;
}
.expert__detail--item dd > *:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .expert__pipCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .expert__pipCard {
    padding: 6rem 3.2rem 3.2rem;
    position: relative;
    border-radius: 1.6rem;
  }
  .expert__pipCard + .expert__pipCard {
    margin-top: 6rem;
  }
  .expert__pipCard--visual {
    margin-bottom: 3.2rem;
  }
  .expert__pipCard--visual .swiper-pagination {
    gap: 1rem;
  }
  .expert__pipCard--visual .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  .expert__pipCard--title {
    padding: 1rem 3.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 2em;
    text-align: center;
    white-space: nowrap;
    font-size: 1.8rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .expert__pipCard--text {
    font-size: 1.6rem;
  }
  .expert__detail--item dt {
    margin-left: 1.25em;
    text-indent: -1.25em;
    font-size: 2rem;
  }
  .expert__detail--item dd {
    font-size: 1.6rem;
  }
}
.product__headline .c-heading__textImage--inner {
  padding: 0 2rem;
}
.product__main {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__link--item {
  width: 42rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  background-color: #faf6f0;
}
.product__link--item .c-arrow__01 {
  margin-left: auto;
}
.product__link--item:hover {
  background-color: #3b3b3b;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product__link--item:hover * {
  color: #fff;
  fill: #fff;
}
.product__link--text {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
.product__link--text.lh-sm {
  line-height: 1.2;
}
.product__link--text .text-note {
  display: inline-block;
  font-size: 1.2rem;
}
.product__title {
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.product__comment {
  margin-bottom: 8rem;
}
.product__comment--title {
  font-weight: 700;
  font-size: 2rem;
}
.product__comment--note {
  margin-top: 1em;
  font-size: 1.2rem;
}
.product__comment--note dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #faf6f0;
}
.product__comment--note dd {
  line-height: 2;
}
.product__detail {
  padding: 6.4rem 4.8rem;
  border-radius: 3.2rem;
  background-color: #faf6f0;
}
.product__detail + .product__detail {
  margin-top: 4rem;
}
.product__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.product__detail dt:hover {
  cursor: pointer;
}
.product__detail--icon {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.product__detail--icon::before, .product__detail--icon::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3b3b3b;
  -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: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__detail--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.product__detail dd {
  margin-top: 6.4rem;
}
.product__detail--visual {
  width: 32.8rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
}
.product__detail--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product__detail.is-open .product__detail--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.product__info + .product__info {
  margin-top: 12rem;
}
.product__infoHeader {
  margin-bottom: 5.6rem;
  padding-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid;
}
.product__infoHeader--title {
  margin-right: auto;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.product__infoHeader--price {
  padding: 0.35em 1.3em 0.15em;
  position: relative;
  z-index: 2;
  border-radius: 1.5em;
  background-color: #3b3b3b;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  --text-color: #fff;
}
.product__infoHeader--price span {
  font-size: 1.4rem;
}
.product__infoList {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.product__infoCard {
  padding: 2.7rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.product__infoCard--visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 1;
}
.product__infoCard--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__infoCard--icon {
  width: 3.2rem;
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background-color: #3b3b3b;
  aspect-ratio: 1;
}
.product__infoCard--icon::before, .product__infoCard--icon::after {
  content: "";
  width: 43.75%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -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: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__infoCard--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.product__infoCard--name {
  margin-top: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.product__modal--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.4rem;
}
.product__modal--visual {
  width: 32.8rem;
  max-width: 100%;
}
.product__modal--visual .swiper-pagination {
  margin-top: 1.2rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__modal--visual .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: rgba(241, 234, 221, 0.8);
  opacity: 1;
}
.product__modal--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}
.product__modal--slider {
  overflow: hidden;
  border-radius: 1.6rem;
}
.product__modal--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product__modal--title {
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.product__modal--info {
  margin-top: 5.6rem;
  display: grid;
  gap: 3.2rem 9rem;
  grid-template-columns: auto 1fr;
}
.product__modal--info dt {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.product__modal--info dd {
  line-height: 2;
}
.product__modal--infoPrice {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1 !important;
}
.product__modal--material {
  margin-top: 4rem;
  padding: 3.2rem;
  border-radius: 3.2rem;
  background-color: #faf6f0;
}
.product__modal--materialTitle {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.product__modal--materialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__modal--materialList li {
  width: 18.7rem;
  height: 3.4rem;
  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;
  border-radius: 1.5em;
  background-color: #3b3b3b;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  --text-color: #fff;
}
.product__modal--close {
  width: 14.2rem;
  height: 4.4rem;
  margin: 5.6rem auto 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;
  border: 1px solid #000;
  border-radius: 2.2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.product__contact {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.product__contact .c-heading__01 {
  margin-bottom: 4.2rem;
}
.product__contact--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__contact--column + .product__contact--column {
  margin-top: 8rem;
}
.product__contact--phone dt {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.product__contact--phone dd {
  margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
  .product__bg {
    position: relative;
  }
  .product__bg::after {
    content: "";
    width: 168px;
    height: 180px;
    position: absolute;
    top: -5.5rem;
    right: 0;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg width='168' height='180' viewBox='0 0 168 180' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M22.299 46.8838C21.8848 43.8817 21.234 43.2238 19.6439 43.2728C18.0538 43.3218 19.7844 42.3771 22.0401 42.1322C24.2959 41.8872 37.845 38.2902 35.715 35.372C33.5776 32.4539 29.1919 29.7806 27.2542 29.2208C25.6345 28.7519 28.9109 29.2907 28.4671 27.5832C27.4021 23.4964 21.2118 15.3926 16.545 13.6501C11.8782 11.9076 39.7014 18.1639 40.404 12.9573L40.7886 10.1441C40.7886 10.1441 43.8061 14.182 45.6477 14.6718C50.4476 15.9455 58.3612 15.1617 54.0272 2.95009C52.7847 -1.22774 54.0124 0.255861 54.0124 0.255861C54.0124 0.255861 58.5387 6.869 59.9143 6.60307C61.2825 6.33715 62.8652 16.3794 67.85 12.9153C71.2004 10.585 71.8808 9.36731 71.9695 8.82146C72.5242 12.6074 72.613 16.5263 72.3319 20.3262C71.8512 26.7435 68.0127 32.013 67.5986 38.3812C67.495 39.9558 67.6947 41.5443 68.1311 43.1049C68.1607 43.2098 68.205 43.3148 68.2346 43.4268C77.1318 40.9565 86.5468 40.1657 96.7974 41.0125L99.4007 41.2294C108.89 42.0342 119.577 42.9369 128.688 41.1174C134.775 33.9234 140.359 26.3306 145.285 18.2478C146.017 17.0722 147.622 16.6943 148.849 17.4081C150.062 18.1079 150.447 19.6124 149.707 20.7601C142.999 31.1382 135.315 40.9495 126.825 50.0539C118.342 59.2214 109.038 67.57 99.2602 75.4008C96.3019 81.8391 97.9733 88.6342 104.275 95.6392C107.24 98.9423 109.104 102.287 110.598 105.744C110.857 105.639 111.116 105.541 111.367 105.422C116.655 103.008 118.408 99.0822 122.01 95.1423C126.743 89.9708 133.496 85.9749 140.093 83.1827C139.612 83.5746 138.813 84.8622 138.48 89.145C137.985 95.4922 148.679 91.0625 149.212 92.4131C149.744 93.7637 158.804 93.8897 158.804 93.8897C158.804 93.8897 160.956 94.0996 156.171 95.4293C141.772 98.7044 145.58 106.059 149.596 109.509C151.135 110.832 156.815 111.133 156.815 111.133L154.3 113.092C149.641 116.717 171.814 137.362 167.42 134.296C163.027 131.231 151.556 130.524 146.956 131.959C145.033 132.561 147.452 135.101 146.061 133.961C144.397 132.596 139.25 130.314 135.174 130.14C131.099 129.965 135.433 143.863 136.498 145.969C137.563 148.076 137.652 150.133 136.779 148.719C135.907 147.306 134.886 147.117 131.721 148.488C128.555 149.867 124.835 183.549 124.251 179.693C123.667 175.837 120.102 164.71 109.008 156.046C107.899 155.179 106.619 156.949 105.968 158.251C105.635 154.668 100.288 143.422 99.2011 141.574C97.9807 139.503 90.6662 144.682 90.6662 144.682C90.6662 144.682 90.5405 146.088 90.1707 147.355C89.9414 147.355 89.6234 147.047 89.1649 146.242C87.9372 144.08 67.1844 157.621 68.8781 156.165C69.9209 155.263 74.6246 143.422 76.7177 133.191C76.9174 132.218 75.8523 132.316 74.9205 131.287C76.052 130.713 77.3833 129.37 77.4425 128.901C78.0119 124.429 77.8049 120.713 76.163 119.076C76.1482 116.115 61.7928 112.56 63.8711 112.491C65.9493 112.421 71.8216 110.37 73.3304 109.999C74.8391 109.628 72.5982 106.773 74.1513 107.718C75.7044 108.67 81.3179 107.424 82.9006 106.738C84.4833 106.052 81.5546 101.881 83.0707 102.693C90.0302 106.423 99.7557 108.67 107.81 106.654C106.412 103.449 104.718 100.44 102.034 97.4587C96.3684 91.1604 94.0757 84.7643 95.1777 78.634C84.4611 86.9546 73.2342 94.7085 61.8964 102.259C56.6971 107.879 54.5375 115.857 53.6648 122.127C53.2284 125.234 52.977 128.439 52.7403 131.539C52.5036 134.59 52.2596 137.697 51.838 140.798C52.2966 140.623 52.7847 140.392 53.0731 140.546C53.5686 140.805 53.3763 142.099 53.8349 142.407C54.2934 142.722 55.5285 142.148 55.9427 142.512C56.3569 142.876 55.8466 144.087 56.209 144.493C56.5788 144.898 57.9174 144.619 58.228 145.066C58.5387 145.514 57.7399 146.571 57.9914 147.054C58.2428 147.53 59.6184 147.565 59.8107 148.069C60.003 148.572 58.9528 149.419 59.0786 149.944C59.2043 150.462 60.5281 150.805 60.5873 151.344C60.6391 151.875 59.4114 152.456 59.3966 152.995C59.3818 153.527 60.5873 154.157 60.506 154.696C60.4246 155.235 59.086 155.521 58.938 156.032C58.7901 156.557 59.796 157.439 59.5889 157.936C59.3744 158.44 57.9988 158.412 57.7251 158.881C57.4515 159.349 58.2058 160.441 57.873 160.875C57.5402 161.309 56.209 160.973 55.8244 161.365C55.4398 161.757 55.8983 162.988 55.462 163.331C55.033 163.681 53.8201 163.051 53.3468 163.345C52.8734 163.639 53.0066 164.934 52.5036 165.179C52.0007 165.417 50.9875 164.535 50.4476 164.717C49.9151 164.899 49.7154 166.186 49.1607 166.305C48.6134 166.424 47.8517 165.34 47.2822 165.389C46.7201 165.438 46.2024 166.648 45.6329 166.634C45.0708 166.62 44.6123 165.396 44.0428 165.319C43.4733 165.242 42.6672 166.298 42.1273 166.159C41.5726 166.019 41.4321 164.724 40.9143 164.521C40.3818 164.318 39.3316 165.158 38.8435 164.899C38.348 164.64 38.5403 163.345 38.0817 163.037C37.6232 162.722 36.3881 163.296 35.9739 162.932C35.5597 162.568 36.0701 161.358 35.7077 160.952C35.3379 160.546 33.9992 160.826 33.6886 160.378C33.378 159.93 34.1767 158.874 33.9252 158.391C33.6738 157.915 32.2982 157.88 32.1059 157.376C31.9136 156.872 32.9638 156.025 32.8381 155.5C32.7123 154.983 31.3885 154.64 31.3293 154.101C31.2775 153.569 32.5052 152.988 32.5201 152.449C32.5348 151.917 31.3293 151.288 31.4107 150.749C31.492 150.21 32.8307 149.923 32.9786 149.412C33.1265 148.887 32.1207 148.006 32.3278 147.509C32.5422 147.005 33.9179 147.033 34.1915 146.564C34.4651 146.095 33.7108 145.003 34.0436 144.57C34.3764 144.136 35.7077 144.472 36.0922 144.08C36.4768 143.688 36.0183 142.456 36.4546 142.113C36.8836 141.763 38.0965 142.393 38.5698 142.099C39.0432 141.805 38.91 140.511 39.413 140.266C39.9159 140.028 40.9291 140.91 41.469 140.728C42.0015 140.546 42.2012 139.258 42.7559 139.139C43.3032 139.02 44.065 140.105 44.6345 140.056C45.1965 140.007 45.7142 138.796 46.2837 138.81C46.8458 138.824 47.3044 140.049 47.8738 140.126C48.2066 140.168 48.6208 139.832 49.0128 139.566C49.3604 136.816 49.5823 134.051 49.7968 131.329C50.0408 128.187 50.2997 124.94 50.7434 121.756C51.557 115.899 53.1249 110.811 55.3584 106.591C54.7002 107.025 54.042 107.459 53.3838 107.893C48.9314 110.776 44.1981 113.547 38.9766 115.374C39.3686 115.976 41.1214 116.032 41.3729 116.689C41.6243 117.361 40.2265 118.488 40.3966 119.195C40.5593 119.887 42.3343 120.342 42.4083 121.063C42.4823 121.77 40.8404 122.547 40.8182 123.267C40.8034 123.974 42.4083 124.821 42.2974 125.542C42.1864 126.263 40.3966 126.648 40.2043 127.326C40.0046 128.026 41.3507 129.209 41.0696 129.867C40.7812 130.538 38.947 130.503 38.5846 131.126C38.2148 131.756 39.2207 133.212 38.7843 133.786C38.3406 134.366 36.5656 133.919 36.0479 134.443C35.5302 134.968 36.144 136.613 35.5671 137.075C34.9902 137.537 33.378 136.704 32.7493 137.096C32.1207 137.488 32.2982 139.223 31.6178 139.538C30.9447 139.86 29.5913 138.684 28.8739 138.922C28.1639 139.16 27.8976 140.882 27.1581 141.043C26.4259 141.196 25.4126 139.748 24.6508 139.818C23.9039 139.888 23.2087 141.497 22.4469 141.483C21.6999 141.469 21.0787 139.832 20.3243 139.727C19.5625 139.622 18.4901 141.029 17.7653 140.847C17.0257 140.658 16.8408 138.929 16.1456 138.663C15.4356 138.39 14.0378 139.517 13.3796 139.174C12.7139 138.824 12.9728 137.103 12.3589 136.683C11.7451 136.263 10.0958 137.033 9.54112 136.543C8.98643 136.053 9.66685 134.443 9.17873 133.898C8.69061 133.352 6.8934 133.73 6.47923 133.128C6.06506 132.533 7.13748 131.119 6.79727 130.475C6.45706 129.839 4.62288 129.797 4.36403 129.118C4.11256 128.446 5.51039 127.319 5.34029 126.613C5.17757 125.92 3.40257 125.465 3.32861 124.744C3.25465 124.037 4.89653 123.26 4.91872 122.54C4.9335 121.833 3.3286 120.986 3.43954 120.265C3.55048 119.545 5.34027 119.16 5.53258 118.481C5.73225 117.781 4.38622 116.598 4.66725 115.941C4.95569 115.269 6.78987 115.304 7.15227 114.681C7.52205 114.051 6.51622 112.595 6.95258 112.022C7.39632 111.441 9.17134 111.889 9.68904 111.364C10.2068 110.839 9.5929 109.194 10.1698 108.733C10.7466 108.271 12.3589 109.103 12.9876 108.712C13.6162 108.32 13.4387 106.584 14.1192 106.269C14.7922 105.947 16.1456 107.123 16.863 106.885C17.573 106.647 17.8393 104.926 18.5789 104.765C19.3111 104.611 20.3243 106.059 21.086 105.989C21.833 105.919 22.5282 104.31 23.29 104.324C24.037 104.338 24.6582 105.975 25.4126 106.08C26.1744 106.185 27.2468 104.779 27.9716 104.961C28.7112 105.15 28.8961 106.878 29.5913 107.144C30.3013 107.417 31.6991 106.29 32.3573 106.633C33.023 106.983 32.7641 108.705 33.378 109.124C33.9918 109.544 35.6411 108.775 36.1958 109.264C36.7505 109.754 36.0701 111.364 36.5582 111.91C36.928 112.323 38.0595 112.211 38.7547 112.393C43.2514 110.636 47.4597 108.103 51.5422 105.373C54.8703 103.148 58.1984 100.902 61.5118 98.6274C62.4289 97.8156 63.3977 97.0808 64.411 96.43C64.5959 96.311 64.8029 96.241 65.0174 96.2131C87.0793 80.8873 108.379 64.197 125.856 44.4135C117.195 45.5332 107.706 44.7354 99.1641 44.0076L96.5681 43.7907C86.7686 42.9859 77.7753 43.7277 69.2848 46.051C72.1692 52.1253 78.2782 57.5348 83.8029 60.355C85.2081 61.0758 80.349 60.9569 80.5561 62.4545C80.7632 63.952 82.479 68.7037 84.0174 69.3825C85.5557 70.0614 82.1166 69.8024 82.5456 71.0971C82.9746 72.3917 84.1579 77.7172 85.112 79.2848C86.066 80.8453 76.126 72.0068 73.6854 73.4414C71.5332 73.0285 68.3825 74.6871 64.9804 77.2973C64.6254 77.5703 64.1669 79.2078 64.2483 80.3205C62.9466 80.1385 62.5028 79.3058 61.8076 79.9286C54.4192 86.4648 46.9641 95.7162 46.7349 96.9269C46.3651 98.8863 47.3709 76.9824 44.9895 77.1364C44.102 77.1924 43.6952 77.1014 43.5768 76.9404C44.4348 76.0517 45.5368 75.2679 45.5368 75.2679C45.5368 75.2679 46.2246 67.3461 43.9244 67.4651C41.8758 67.57 29.9981 69.1236 26.8918 70.6282C27.6462 69.5155 28.4819 67.703 27.2246 67.3111C14.6738 63.3642 3.77975 66.1774 0.318497 67.626C-3.14276 69.0816 22.7575 49.886 22.3507 46.8838H22.299Z' fill='%23FAF6F0'/></svg>") no-repeat center/contain;
  }
  .product__about {
    position: relative;
  }
  .product__about::before {
    content: "";
    width: 22rem;
    height: 23rem;
    position: absolute;
    top: 75rem;
    left: 0rem;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg width='220' height='236' viewBox='0 0 220 236' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M185.817 45.4885C185.816 45.4879 185.816 45.4859 185.817 45.4854C195.318 41.5374 190.86 41.5636 190.86 41.5636C190.86 41.5636 172.249 43.2833 170.84 40.4749C169.426 37.6683 148.518 49.6253 148.059 35.7543C147.985 33.5366 140.461 28.7542 138.675 30.0716C128.942 37.2526 116.051 48.5278 110.849 60.9328C105.214 74.3723 95.38 80.8561 94.1107 79.33C92.8414 77.8039 65.0742 14.8457 54.337 3.12386C50.9211 -0.603062 46.7855 -2.03349 52.5658 4.7973C64.1819 20.81 86.8728 69.7509 91.0797 78.9063C91.5039 79.8294 91.2596 80.8201 90.2536 80.9613C74.0683 85.4408 40.8025 78.7524 37.507 77.332C34.2148 75.9046 41.1887 84.2949 38.1041 86.1363C35.0195 87.9777 23.7886 91.9117 20.3841 90.1919C16.9815 88.4773 22.242 94.17 19.2356 95.3105C16.2292 96.4511 4.64958 102.19 0.40801 102.798C-1.27803 103.039 2.49081 103.903 7.68958 105.26C21.4452 108.848 32.269 121.162 32.0863 135.374C32.0817 135.69 31.8538 136.207 31.4771 136.816C29.8802 139.397 31.8532 141.813 31.5956 144.837C29.6807 167.465 22.7932 194.17 20.8569 196.354C17.7262 199.884 57.1519 165.966 60.1693 170.381C61.2621 171.978 62.7325 171.238 62.8362 169.307C62.8449 169.145 62.8523 168.989 62.8587 168.837C62.9164 167.461 63.4616 166.138 64.5034 165.238C68.2349 162.013 77.3216 154.725 79.6731 158.053C81.6473 160.845 89.6645 174.382 94.277 184.31C95.3241 186.564 101.086 185.887 103.162 187.253C127.949 203.586 137.85 226.908 139.948 235.143C142.046 243.378 141.834 169.547 148.005 165.869C154.175 162.186 156.31 162.38 158.437 165.249C160.558 168.119 159.91 163.689 157.227 159.357C154.544 155.024 142.421 125.857 150.824 125.337C159.227 124.818 170.31 128.638 174.049 131.229C177.17 133.391 171.616 128.419 175.422 126.696C184.518 122.568 208.223 121.585 217.95 127.255C227.677 132.925 177.372 93.0634 186.089 84.1855C187.762 82.48 186.462 79.4835 184.076 79.3479C180.825 79.1633 177.274 78.6707 175.615 77.4603C166.57 70.865 157.046 55.7619 185.817 45.4916C185.818 45.4911 185.818 45.4891 185.817 45.4885Z' fill='%23FAF6F0'/></svg>") no-repeat center/contain;
  }
  .product__about::after {
    content: "";
    width: 25rem;
    height: 24rem;
    position: absolute;
    right: -3rem;
    bottom: 3.5rem;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg width='250' height='242' viewBox='0 0 250 242' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M48.6041 67.1658C48.6051 67.1653 48.605 67.1638 48.604 67.1634C41.2001 64.0868 44.6742 64.1072 44.6742 64.1072C44.6742 64.1072 59.1778 65.4473 60.2756 63.2587C61.3774 61.0716 77.6711 70.3895 78.0288 59.5801C78.0864 57.8518 83.9496 54.1249 85.3411 55.1516C92.9259 60.7476 102.972 69.5343 107.026 79.2013C111.417 89.6746 119.081 94.7273 120.07 93.5381C121.059 92.3488 142.698 43.2862 151.065 34.1515C153.727 31.2472 156.95 30.1324 152.445 35.4556C143.393 47.9341 125.71 86.0732 122.432 93.2079C122.101 93.9272 122.292 94.6993 123.076 94.8094C135.689 98.3002 161.612 93.088 164.18 91.9811C166.746 90.8687 161.311 97.4072 163.715 98.8421C166.119 100.277 174.871 103.343 177.524 102.003C180.176 100.666 176.076 105.103 178.419 105.992C180.762 106.88 189.786 111.353 193.091 111.826C194.405 112.014 191.468 112.688 187.417 113.745C176.697 116.541 168.262 126.137 168.405 137.213C168.408 137.459 168.586 137.862 168.879 138.336C170.124 140.348 168.586 142.23 168.787 144.587C170.279 162.221 175.647 183.032 177.156 184.734C179.595 187.485 148.871 161.052 146.52 164.493C145.668 165.737 144.523 165.161 144.442 163.656C144.435 163.53 144.429 163.408 144.424 163.29C144.379 162.218 143.954 161.187 143.142 160.485C140.235 157.972 133.153 152.292 131.321 154.886C129.782 157.062 123.535 167.611 119.94 175.348C119.124 177.104 114.634 176.577 113.016 177.641C93.7001 190.37 85.984 208.544 84.3493 214.961C82.7146 221.379 82.8794 163.843 78.0703 160.977C73.2627 158.107 71.5987 158.258 69.9414 160.493C68.2882 162.731 68.7931 159.278 70.884 155.902C72.9749 152.526 82.4225 129.796 75.8741 129.391C69.3257 128.986 60.689 131.963 57.7748 133.983C55.3426 135.668 59.6706 131.793 56.7047 130.45C49.6166 127.233 31.1434 126.467 23.5635 130.885C15.9835 135.304 55.1853 104.24 48.3922 97.3219C47.0884 95.9929 48.1017 93.6577 49.9609 93.5521C52.4943 93.4082 55.2615 93.0243 56.5543 92.0811C63.6035 86.9414 71.025 75.1717 48.6044 67.1682C48.6033 67.1678 48.6031 67.1662 48.6041 67.1658Z' fill='%23FAF6F0'/><path d='M163.733 58.7004C163.733 58.6999 163.732 58.6995 163.732 58.6997C160.451 59.8831 161.573 58.8705 161.573 58.8705C161.573 58.8705 166.626 55.0465 166.337 54.0212C166.049 52.9953 174.018 51.2094 170.962 47.6314C170.473 47.0592 171.264 44.1418 172.012 44.0635C176.091 43.6365 181.896 43.5127 186.034 45.4295C190.517 47.5064 194.462 46.8817 194.431 46.2094C194.4 45.5372 186.96 23.4257 186.969 18.0361C186.972 16.3221 187.681 15.0185 187.795 18.0502C188.547 24.715 194.053 42.1564 195.093 45.4104C195.198 45.7385 195.485 45.9308 195.77 45.7361C200.846 43.1578 207.646 33.8784 208.147 32.7694C208.645 31.6594 208.817 35.3544 210.01 35.1103C211.203 34.8662 214.915 33.2839 215.374 32.075C215.834 30.8678 215.818 33.4957 216.832 33.094C217.845 32.6923 222.057 31.4822 223.258 30.6647C223.735 30.3397 222.989 31.4176 221.997 32.9457C219.373 36.9889 219.478 42.5464 222.773 46.0631C222.846 46.1411 223.021 46.2185 223.255 46.2848C224.245 46.566 224.303 47.622 225.059 48.3204C230.711 53.5483 238.541 58.6604 239.525 58.7645C241.116 58.9328 223.49 59.4528 223.744 61.2483C223.835 61.8978 223.298 62.0488 222.831 61.5888C222.792 61.5504 222.754 61.5129 222.718 61.4764C222.389 61.1451 221.95 60.9385 221.483 60.9512C219.811 60.9966 215.87 61.2491 216.042 62.6199C216.186 63.7704 217.273 68.9927 218.388 72.5329C218.641 73.3366 217.044 74.4842 216.836 75.301C214.364 85.057 217.216 93.1599 218.573 95.7014C219.931 98.2428 203.105 79.7081 200.72 80.1981C198.333 80.6862 197.843 81.2229 197.966 82.4273C198.091 83.6311 197.241 82.3738 196.922 80.6756C196.603 78.9774 192.971 68.903 190.748 70.6938C188.525 72.4846 186.624 75.9746 186.28 77.4785C185.993 78.7333 186.247 76.2187 184.9 76.6572C181.679 77.7029 175.519 82.8759 174.379 86.5191C173.24 90.1623 176.723 68.6819 172.511 68.4517C171.702 68.4072 171.343 67.3596 171.909 66.7803C172.681 65.9909 173.457 65.0558 173.596 64.3735C174.353 60.6543 173.285 54.6956 163.733 58.7011C163.733 58.7013 163.733 58.7008 163.733 58.7004Z' fill='%23FAF6F0'/></svg>") no-repeat center/contain;
  }
  .product__comment {
    display: grid;
    grid-template-columns: 24.4rem 1fr;
  }
  .product__detail dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product__main {
    padding: 4rem 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.6rem;
  }
  .product__link {
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__link--item {
    height: 5.6rem;
    padding: 0 1.6rem;
    gap: 0 1rem;
  }
  .product__link--item > svg {
    width: 2.4rem;
  }
  .product__link--item .c-arrow__01 {
    width: 2rem;
    height: 2rem;
  }
  .product__link--item .c-arrow__01--icon {
    width: 0.8rem;
  }
  .product__link--text {
    font-size: 1.4rem;
  }
  .product__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    font-size: 2rem;
  }
  .product__comment--title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .product__comment--text {
    font-size: 1.6rem;
  }
  .product__detail {
    margin-right: -3.2rem;
    margin-left: -3.2rem;
    padding: 3.2rem 3.2rem;
    border-radius: 0;
  }
  .product__detail dt {
    font-size: 2rem;
  }
  .product__detail dd {
    margin-top: 3.2rem;
  }
  .product__detail--visual {
    margin-bottom: 3.2rem;
  }
  .product__detail--text {
    font-size: 1.6rem;
  }
  .product__info + .product__info {
    margin-top: 8rem;
  }
  .product__infoHeader {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__infoHeader--title {
    width: 100%;
    font-size: 2.4rem;
  }
  .product__infoHeader--price {
    padding: 0.2em 1.3em 0.3em;
    font-size: 1.6rem;
  }
  .product__infoHeader--price span {
    font-size: 1.6rem;
  }
  .product__infoList {
    gap: 4rem 0;
    grid-template-columns: 1fr;
  }
  .product__infoCard {
    padding: 2.4rem;
  }
  .product__modal--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__modal--visual {
    margin-bottom: 2.4rem;
  }
  .product__modal--visual .swiper-pagination {
    gap: 1rem;
  }
  .product__modal--visual .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  .product__modal--slider {
    border-radius: 1.2rem;
  }
  .product__modal--text {
    padding: 0 1.2rem;
  }
  .product__modal--title {
    margin-bottom: 1em;
    text-align: center;
    font-size: 2rem;
  }
  .product__modal--info {
    margin-top: 2.4rem;
    padding: 0 1.2rem;
    gap: 2.4rem 3.2rem;
  }
  .product__modal--info dt {
    font-size: 1.6rem;
    line-height: 1;
  }
  .product__modal--info dd {
    line-height: 1.4;
  }
  .product__modal--infoPrice {
    font-size: 1.6rem;
  }
  .product__modal--otherAllergens {
    gap: 1.2rem 0;
    grid-template-columns: 1fr;
  }
  .product__modal--material {
    width: calc(100% - 2.4rem);
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.6rem 2rem;
    border-radius: 0.8rem;
  }
  .product__modal--materialTitle {
    font-size: 1.6rem;
  }
  .product__modal--materialList {
    gap: 0.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product__modal--materialList li {
    width: 100%;
    height: 2.6rem;
    font-size: 1.4rem;
  }
  .product__modal--close {
    width: 9.6rem;
    height: 2.6rem;
    margin-top: 2.4rem;
    border-radius: 1.3rem;
    font-size: 1.4rem;
  }
  .product__contact {
    padding: 3.2rem;
    border-radius: 1.6rem;
  }
  .product__contact--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__contact--column + .product__contact--column {
    margin-top: 4rem;
  }
  .product__contact--phone {
    text-align: center;
  }
  .product__contact--phone dt {
    font-size: 1.6rem;
  }
  .product__contact--phone dd {
    font-size: 1.6rem;
  }
}
.consultation__bg {
  width: 19rem;
  top: -7rem;
  right: 0rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.consultation__headline .c-heading__textImage--inner {
  padding: 0 4rem;
}
.consultation__headline .decoration-wave--2 {
  right: calc(50% + 20rem);
}
.consultation__flow {
  display: grid;
  gap: 7rem 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.consultation__flow--item {
  padding: 0.75em 1em 1em;
  position: relative;
  border-radius: 1.6rem;
  background-color: #fff;
  grid-column: span 2;
}
.consultation__flow--item.col2 {
  padding: 3.2rem 4.8rem;
  grid-column: span 1;
}
.consultation__flow--item.col2::before {
  content: "";
  width: 3.6rem;
  height: 1.8rem;
  position: absolute;
  bottom: calc(100% + 2.6rem);
  left: calc(50% - 1.8rem);
  background: url(../../images/common/arrow_bottom.svg) no-repeat center center/contain;
}
.consultation__flow--item:not(:last-child)::after {
  content: "";
  width: 3.6rem;
  height: 1.8rem;
  position: absolute;
  top: calc(100% + 2.6rem);
  left: calc(50% - 1.8rem);
  background: url(../../images/common/arrow_bottom.svg) no-repeat center center/contain;
}
.consultation__flow--item.no-arrow::after {
  content: none;
}
.consultation__flow--title {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.consultation__flow--text {
  margin-top: 1.25em;
  font-size: 1.4rem;
}
.consultation__info {
  padding: 8rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
.consultation__info--lead {
  margin-bottom: 7rem;
  font-size: 1.4rem;
}
.consultation__info--list {
  --column-gap: 4.0rem;
  --row-gap: 4.0rem;
}
.consultation__info .c-card__01--icon {
  width: 10rem;
  margin-bottom: -5rem;
  background-image: url(../../images/common/circle_bg2.png);
}
.consultation__info .c-card__01--box {
  padding: 8rem 4rem 4rem;
  background-color: #faf6f0;
}
.consultation__info .c-card__01--sentence {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .consultation__headline .c-heading__textImage--inner {
    padding: 0 2rem;
  }
  .consultation__flow {
    gap: 4rem 1.6rem;
  }
  .consultation__flow--item {
    padding: 1em 1em 1.25em;
    border-radius: 0.8rem;
  }
  .consultation__flow--item.col2 {
    padding: 4rem 2rem;
  }
  .consultation__flow--item.col2::before {
    width: 2rem;
    height: 1rem;
    bottom: calc(100% + 1.5rem);
    left: calc(50% - 1rem);
  }
  .consultation__flow--item:not(:last-child)::after {
    width: 2rem;
    height: 1rem;
    top: calc(100% + 1.5rem);
    left: calc(50% - 1rem);
  }
  .consultation__flow--title {
    font-size: 1.8rem;
  }
  .consultation__flow--text {
    margin-top: 3.2rem;
    font-size: 1.2rem;
  }
  .consultation__info {
    padding: 3.2rem;
    border-radius: 1.6rem;
    background-color: #fff;
  }
  .consultation__info--lead {
    margin-bottom: 6rem;
  }
  .consultation__info--list {
    --row-gap-sp: 2.4rem;
  }
  .consultation__info .c-card__01 {
    margin-right: -3.2rem;
    margin-left: -3.2rem;
  }
  .consultation__info .c-card__01--icon {
    width: 11rem;
    margin-bottom: -5.5rem;
  }
  .consultation__info .c-card__01--box {
    padding: 8rem 3.2rem;
    border-radius: 0;
  }
  .consultation__info .c-card__01--sentence {
    font-size: 1.6rem;
  }
}
.art__headline .l-main__container {
  position: relative;
}
.art__headlineProduct {
  position: absolute;
  right: 0;
  bottom: -20rem;
  z-index: 99;
}
.art__headlineProduct--image {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.art__headlineProduct .c-btn__circle {
  width: 10rem;
  padding-top: 0.5em;
  position: absolute;
  right: 17.5rem;
  bottom: 1.6rem;
  gap: 0.8rem;
}
.art__headlineProduct .c-btn__circle--text {
  font-size: 1.2rem;
  line-height: 1.2;
}
.art__headlineProduct .c-btn__circle--arrow {
  width: 1.6rem;
}
.art__headlineProduct--bg {
  width: 18rem;
  top: 40rem;
  left: -4rem;
  -webkit-transform: scaleX(-1) rotate(160deg);
          transform: scaleX(-1) rotate(160deg);
}
.art__headlineProduct--bg.img02 {
  width: 23rem;
  top: auto;
  right: -5rem;
  bottom: -3rem;
  left: auto;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.art__headlineProduct--illust {
  width: 22rem;
  bottom: -22rem;
  left: 5rem;
  z-index: 99;
}
.art__headlineProduct--illust img {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.art__headlineProduct--illust.img02 {
  top: -22rem;
  right: 0rem;
  bottom: auto;
  left: auto;
}
.art__headlineProduct--illust.img02 img {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.art__headlineProduct--illust.img03 {
  top: 73%;
  bottom: auto;
  left: -10rem;
}
.art__exhibition {
  position: relative;
}
.art__exhibition--visual .swiper-slide {
  width: 32.8rem;
}
.art__exhibition--visual .swiper-navigation {
  margin: 5.6rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.art__exhibition--visual .swiper-navigation .swiper-button {
  width: 4rem;
  height: 4rem;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  border-radius: 50%;
  background: #3b3b3b url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/40%;
}
.art__exhibition--visual .swiper-navigation .swiper-button::after {
  content: none;
}
.art__exhibition--visual .swiper-navigation .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.art__exhibition--slider {
  overflow: visible;
}
.art__exhibition--links .c-btn__circle {
  padding-top: 0;
  gap: 1.4rem;
}
.art__exhibition--links .c-btn__circle--text {
  line-height: 1.3;
}
.art__info {
  overflow: hidden;
}
.art__info--title {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 6.4rem;
  padding: 0.625em 1em;
  border-radius: 2.75em;
  background-color: #3b3b3b;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  --text-color: #fff;
}
.art__info--visual {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 5.2rem;
}
.art__info--visual .swiper-pagination {
  margin-top: 1.2rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art__info--visual .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: rgba(241, 234, 221, 0.8);
  opacity: 1;
}
.art__info--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}
.art__info--slider {
  overflow: hidden;
  border-radius: 1.6rem;
}
.art__info--lead {
  max-width: 75rem;
  margin: 0 auto 6.4rem;
}
.art__info--lead dt {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.art__info--point {
  margin-bottom: 6.4rem;
  padding: 6.4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.art__info--pointVisual {
  overflow: hidden;
  border-radius: 1.6rem;
}
.art__info--pointText dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2rem;
}
.art__info--pointText dd + dt {
  margin-top: 1.5em;
}
.art__info--divider {
  width: 100%;
  height: 1px;
  margin: 6.4rem auto;
  border: 0;
  background-color: #000;
}
.art__shop {
  border-radius: 3.2rem;
  background-color: #faf6f0;
}
.art__shop + .art__shop {
  margin-top: 4rem;
}
.art__shop--header {
  padding: 4rem 4rem;
  display: grid;
  grid-template-columns: 20.8rem 44rem 1fr;
}
.art__shop--headerTitle {
  font-weight: 700;
  font-size: 2.4rem;
}
.art__shop--icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  position: relative;
  display: block;
}
.art__shop--icon::before, .art__shop--icon::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3b3b3b;
  -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: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.art__shop--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.art__shop.is-open .art__shop--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.art__shop .js-accordion__content {
  padding: 4rem 4rem;
}
.art__shop--list {
  --column-gap: 3.2rem;
  --row-gap: 3.2rem;
}
.art__shop--list.ls-sm * {
  letter-spacing: 0.04em;
}
.art__shop--cardVisual {
  overflow: hidden;
  border-radius: 1.6rem;
}
.art__shop--cardTitle {
  margin-top: 0.5em;
  line-height: 1.6;
}
.art__shopInfo--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.art__shopInfo--list {
  display: grid;
  gap: 3rem 7.4rem;
  grid-template-columns: 12rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.art__shopInfo--list dt {
  padding: 0.25em 1em;
  border-radius: 1em;
  background-color: #3b3b3b;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  --text-color: #fff;
}
.art__shopInfo--list dd {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.art__shopInfo .c-list__note li + li {
  margin-top: 0.5em;
}
.art__state--visual .swiper-navigation {
  max-width: 63.5rem;
  margin: 5.6rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.art__state--visual .swiper-navigation .swiper-button {
  width: 4rem;
  height: 4rem;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  border-radius: 50%;
  background: #3b3b3b url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/40%;
}
.art__state--visual .swiper-navigation .swiper-button::after {
  content: none;
}
.art__state--visual .swiper-navigation .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.art__state--slider {
  overflow: visible !important;
}
.art__state--slider .swiper-slide {
  width: 63.5rem;
}
.art__state--note {
  margin-top: 6.4rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
}
.art__state--note .c-list__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.art__state--note li + li {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .art__headlineProduct--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;
  }
  .art__headlineProduct:hover .art__headlineProduct--image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .art__headlineProduct:hover .c-btn__circle {
    background-color: #fff;
    opacity: 1;
    --text-color: #3b3b3b;
  }
  .art__headlineProduct:hover .c-btn__circle .c-btn__circle--arrow {
    background-color: #3b3b3b;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  }
  .art__exhibition {
    display: grid;
    grid-template-columns: 30rem minmax(0, 1fr);
  }
  .art__exhibition--visual {
    margin-right: calc(50% - 50vw + 10rem);
  }
  .art__exhibition--links {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .art__info--point {
    display: grid;
    gap: 0 4.8rem;
    grid-template-columns: 32.8rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .art__exhibition--visual .swiper-slide {
    width: 100%;
  }
  .art__exhibition--slider {
    overflow: visible !important;
  }
  .art__exhibition--slider .swiper-wrapper {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .art__exhibition--slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .art__exhibition--slider .swiper-slide:nth-child(n+4) {
    display: none !important;
  }
  .art__exhibition--links {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .art__exhibition--links .c-btn__circle {
    gap: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .art__exhibition--links .c-btn__circle--icon {
    width: 2.4rem;
    height: auto;
  }
  .art__info--title {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .art__info--visual {
    margin-bottom: 3.2rem;
  }
  .art__info--visual .swiper-slide {
    aspect-ratio: 24/18;
  }
  .art__info--visual .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .art__info--lead {
    margin-bottom: 4rem;
  }
  .art__info--lead dd {
    font-size: 1.6rem;
  }
  .art__info--point {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
  .art__info--pointVisual {
    margin-bottom: 3.2rem;
  }
  .art__info--pointText dt {
    text-align: center;
  }
  .art__info--pointText dd {
    font-size: 1.6rem;
  }
  .art__shop {
    margin: 0 -3.2rem;
    border-radius: 0;
  }
  .art__shop--header {
    padding: 4rem 3.2rem;
    position: relative;
    gap: 3.2rem 1em;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .art__shop--headerTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2rem;
  }
  .art__shop--headerText {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    grid-column: 1/3;
  }
  .art__shop--icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .art__shop .js-accordion__content {
    padding: 0 3.2rem 4rem;
  }
  .art__shop--list {
    --row-gap: 1.6rem;
  }
  .art__shop--cardTitle {
    font-size: 1.6rem;
  }
  .art__shopInfo--inner {
    width: 100%;
  }
  .art__shopInfo--list {
    display: block;
  }
  .art__shopInfo--list dt {
    width: 12rem;
    margin: 0 auto 0.5em;
  }
  .art__shopInfo--list dd {
    text-align: center;
    font-size: 1.6rem;
  }
  .art__shopInfo--list dd + dt {
    margin-top: 3.2rem;
  }
  .art__shopInfo .c-list__note {
    font-size: 1.6rem;
  }
  .art__state--visual .swiper-navigation {
    display: none;
  }
  .art__state--slider {
    overflow: hidden !important;
  }
  .art__state--slider .swiper-wrapper {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .art__state--slider .swiper-slide {
    width: 100%;
  }
  .art__state--note {
    margin: 4rem -3.2rem 0;
    border-radius: 0;
    font-size: 1.6rem;
  }
}
.magazine__block + .magazine__block {
  margin-top: 12rem;
}
.magazine__blockList {
  display: grid;
  gap: 5.6rem;
  grid-template-columns: repeat(4, 1fr);
}
.magazine__blockCard--visual {
  width: 100%;
  margin-bottom: 2.5rem;
  background-color: #fff;
  aspect-ratio: 216/300;
}
.magazine__blockCard--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.magazine__blockCard--visual.img-dummy {
  background-color: #d9d9d9;
}
.magazine__blockCard--title {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .magazine__block + .magazine__block {
    margin-top: 8rem;
  }
  .magazine__blockList {
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .magazine__blockCard--visual {
    margin-bottom: 1.2rem;
  }
  .magazine__blockCard--title {
    margin-bottom: 1.2rem;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.link__blockCard + .link__blockCard {
  margin-top: 8rem;
}
.link__blockCard--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link__blockCard--list a {
  text-decoration: underline;
  line-height: 2rem;
  text-decoration-color: #3b3b3b;
}
.link__blockCard .c-heading__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
.link__blockCard--icon {
  width: 3.5rem;
  margin-top: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 767px) {
  .link__blockCard + .link__blockCard {
    margin-top: 7.8rem;
  }
  .link__blockCard--list {
    gap: 3.3rem;
  }
  .link__blockCard--icon {
    width: 2.1rem;
    margin-top: 0;
  }
}
.office__detail .l-main__headlineTitle .c-heading__textImage--inner::before {
  right: 100%;
}
.office__detail .l-main__headlineTitle .c-heading__textImage--inner::after {
  left: 100%;
}
.office__detailOverview {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.office__detailOverview--visual .swiper-pagination {
  margin-top: 1.6rem;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.office__detailOverview--visual .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background-color: #fff;
  opacity: 1;
}
.office__detailOverview--visual .swiper-pagination-bullet-active {
  background-color: #3b3b3b;
}
.office__detailOverview--slider {
  position: relative;
  overflow: visible !important;
}
.office__detailOverview--slider .swiper-wrapper {
  overflow: hidden;
  border-radius: 3.2rem;
}
.office__detailOverview--slider .swiper-button {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0;
  top: calc(50% - 1.6rem);
  z-index: 10;
  border-radius: 50%;
  background-color: #3b3b3b;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>");
  background-position: center 45%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.office__detailOverview--slider .swiper-button::after {
  content: none;
}
.office__detailOverview--slider .swiper-button-next {
  right: -1.6rem;
}
.office__detailOverview--slider .swiper-button-prev {
  left: -1.6rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.office__detailOverview--info {
  display: grid;
  gap: 3.2rem 4rem;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.office__detailOverview--info dt {
  width: 18rem;
  padding: 0.25em 2em;
  border: 1px solid;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.office__detailOverview--info dd {
  font-size: 1.6rem;
  line-height: 2;
}
.office__detail .common__initiative--bg02 {
  bottom: -4rem;
  left: -5rem;
}
.office__detailNews .c-btn__01 {
  margin-top: 8rem;
}
.office__detailLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.office__detailLinks a {
  text-decoration: underline;
}
.office__detailFeatureCard {
  padding: 4rem 5.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: 3.2rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.office__detailFeatureCard--count {
  width: 10rem;
  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: url(../../images/common/circle_bg.png) no-repeat center center/contain;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 4rem;
  aspect-ratio: 1;
}
.office__detailFeatureCard--title {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.office__detail .living__introApproachCard--header {
  margin-bottom: 0;
}
.office__detail .c-module__01 p {
  letter-spacing: 0;
  line-height: 2.5;
}
.office__detailInfo {
  margin-top: 3rem;
}
.office__detailInfoList {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  background-color: #fff;
  border-radius: 1rem;
}
.office__detailInfoData {
  font-size: 1.4rem;
  text-decoration: underline;
}
.office__detailInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.office__detailInfoItem svg {
  width: 2.4rem;
}

@media screen and (min-width: 768px) {
  .office__archiveList .c-card__02--body {
    margin: 1em -1em 0;
  }
  .office__detail .l-main__headlineMain {
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
  .office__detail .decoration-wave--2 {
    width: 15.4rem;
    top: 40rem;
    right: calc(50% + 44rem);
  }
  .office__detail .decoration-wave--3 {
    width: 21.5rem;
    top: 42rem;
    left: calc(50% + 38rem);
  }
  .office__detailOverview {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8.8rem;
       -moz-column-gap: 8.8rem;
            column-gap: 8.8rem;
  }
  .office__detailOverview--visual {
    width: 35.2rem;
  }
  .office__detailOverview--info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .office__detailFeatureCard--count {
    position: absolute;
    top: -3.8rem;
    left: -1.6rem;
  }
  .office__detailInfo {
    margin-top: 3rem;
  }
  .office__detailInfoList {
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    background-color: #fff;
    border-radius: 1rem;
  }
  .office__detailInfoData {
    font-size: clamp(12px, 1vw, 16px);
    text-decoration: underline;
  }
  .office__detailInfoItem svg {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .office__detail .decoration-wave--2 {
    width: 6.4rem;
    top: 46rem;
  }
  .office__detailOverview {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 4rem;
  }
  .office__detailOverview--info {
    display: block;
    text-align: center;
  }
  .office__detailOverview--info dt {
    margin: 0 auto 0.75em;
  }
  .office__detailOverview--info dd + dt {
    margin-top: 2.4rem;
  }
  .office__detailNews .c-btn__01 {
    margin-top: 4rem;
  }
  .office__detailLinks {
    gap: 1.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .office__detailFeatureCard {
    width: 100%;
    padding: 2.4rem 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6rem;
  }
  .office__detailFeatureCard--count {
    width: 8rem;
    font-size: 3.2rem;
  }
  .office__detailFeatureCard--title {
    font-size: 1.6rem;
  }
}
.contact__headline .c-heading__textImage--inner {
  padding: 0 1.4rem;
}
.contact__headline .decoration-wave--2 {
  right: calc(50% + 20rem);
}
.contact__lead--title {
  margin-bottom: 2em;
  font-size: 3.2rem;
}
.contact__lead--tel {
  margin-top: 1em;
  font-weight: 700;
  font-size: 2.4rem;
}
.contact__step {
  margin-bottom: 6.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__step li {
  width: 20.8rem;
  height: 4.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.2rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.contact__step li.is-current {
  background-color: #3b3b3b;
  color: #fff;
}
.contact__step li + li::before {
  content: "";
  width: 2.1rem;
  height: 0.9rem;
  position: absolute;
  top: calc(50% - 0.45rem);
  left: -3.6rem;
  background: url(../../images/contact/arrow_step.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .contact__lead--tel {
    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-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__headline .c-heading__textImage--inner {
    padding: 0 2rem;
  }
  .contact__notice .c-heading__01 {
    font-size: 1.8rem;
  }
  .contact__lead--title {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
  .contact__lead--tel {
    text-align: center;
  }
  .contact__step li + li {
    margin-top: 3.6rem;
  }
  .contact__step li + li::before {
    top: auto;
    top: -2.1rem;
    left: calc(50% - 1rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.about__greeting .about__common--visual picture {
  max-height: 24rem;
}
.about__greeting--bg {
  bottom: -2.4rem;
  left: -6.4rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about__overview .about__common--visual {
  margin-top: 3.2rem;
}
.about__overview--bg {
  bottom: -7rem;
  left: -9rem;
}
.about__commonAccordion--header, .about__commonAccordion--content {
  max-width: 77.6rem;
  margin-right: auto;
  margin-left: auto;
}
.about__commonAccordion--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.about__commonAccordion--header .about__common--title {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.about__commonAccordion--content {
  margin-top: 6.4rem;
}
.about__commonAccordion--content.is-grid {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: 22rem 1fr;
}
.about__common--visuals {
  margin-top: 6.4rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.about__common--visual picture {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
.about__common--visual figcaption {
  margin-top: 1.6rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.about__common--visual.is-block {
  display: block;
}
.about__common--title {
  margin-bottom: 1.4em;
  font-size: 2rem;
}
.about__common--catch {
  margin-bottom: 6rem;
}
.about__common--text + .about__common--text {
  margin-top: 4rem;
}
.about__philosophy--bg {
  width: 19rem;
  right: -8rem;
  bottom: -7rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about__philosophy--bg02 {
  width: 22rem;
  bottom: -7rem;
  left: -7rem;
}
.about__philosophyCard {
  font-size: 1.4rem;
}
.about__philosophyCard + .about__philosophyCard {
  margin-top: 8rem;
}
.about__philosophyCard--lead {
  font-size: 1.6rem;
}
.about__philosophyCard--inner {
  max-width: 75rem;
  margin: 0 auto;
}
.about__philosophyCard--list li {
  counter-increment: philosophy;
}
.about__philosophyCard--list li + li {
  margin-top: 4rem;
}
.about__philosophyCard--list span {
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  display: inline-block;
  border: 1px solid #3b3b3b;
  border-radius: 20rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.about__philosophyCard--list span::before {
  content: counter(philosophy) ".";
}
.about__infoList {
  margin-bottom: 6.4rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: auto auto;
}
.about__infoList li {
  font-weight: bold;
}
.about__infoList--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__infoList--link:hover .about__infoList--label {
  text-decoration: underline;
}
.about__infoList--icon {
  width: 3.2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.about__infoList--note {
  font-size: 1.4rem;
}
.about__contents .is-scrolled {
  width: 100%;
  height: 38rem;
  padding-right: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.about__contents .is-scrolled::-webkit-scrollbar {
  width: 0.8rem;
}
.about__contents .is-scrolled::-webkit-scrollbar-track {
  background-color: #fff;
}
.about__contents .is-scrolled::-webkit-scrollbar-thumb {
  border-radius: 2rem;
  background-color: #d9d9d9;
}
.about__contentCard {
  padding: 6.4rem 6.4rem;
}
.about__contentCard + .about__contentCard {
  margin-top: 8rem;
}
.about__contentList.title-w .about__contentList--label span {
  border: 1px solid #3b3b3b;
  background-color: white;
  color: #3b3b3b;
  font-weight: bold;
}
.about__contentList--label span {
  width: 12.5rem;
  padding: 0.2em 1em;
  display: inline-block;
  border-radius: 2rem;
  background-color: #3b3b3b;
  color: white;
  text-align: center;
  font-size: 1.4rem;
}
.about__contentList--text .title {
  margin-bottom: 2.4rem;
  display: block;
}
.about__contentList--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
.about__contentList--item + .about__contentList--item {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #000;
}
.about__contentList--item:last-of-type {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #000;
}
.about__contentList.v02 .about__contentList--item + .about__contentList--item {
  border-top: 1px solid #d9d9d9;
}
.about__contentList.v02 .about__contentList--item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.about__contentList.v02 .about__contentList--text {
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.about__content--header {
  margin-bottom: 0.75em;
  font-size: 2rem;
}
.about__report {
  position: relative;
}
.about__report--visual .swiper-slide {
  width: 32.8rem;
}
.about__report--visual .swiper-navigation {
  margin: 5.6rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.about__report--visual .swiper-navigation .swiper-button {
  width: 4rem;
  height: 4rem;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  border-radius: 50%;
  background: #3b3b3b url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%23FFF' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/40%;
}
.about__report--visual .swiper-navigation .swiper-button::after {
  content: none;
}
.about__report--visual .swiper-navigation .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about__report--slider {
  overflow: visible;
}
.about__report--links .c-btn__circle {
  padding-top: 0;
  gap: 1.4rem;
}
.about__report--links .c-btn__circle--text {
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .about__report {
    display: grid;
    grid-template-columns: 30rem minmax(0, 1fr);
  }
  .about__report--visual {
    margin-right: calc(50% - 50vw + 10rem);
  }
  .about__report--links {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .about__overview .about__common--visual {
    margin-top: 2.4rem;
  }
  .about__common--title {
    margin-bottom: 1em;
  }
  .about__common--catch {
    margin-bottom: 4rem;
  }
  .about__common--visuals {
    margin-top: 4rem;
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  .about__common--visuals picture {
    border-radius: 0.8rem;
  }
  .about__common--text {
    font-size: 1.6rem;
  }
  .about__commonAccordion--header .about__common--title {
    font-size: 2rem;
  }
  .about__commonAccordion--content {
    margin-top: 3.2rem;
  }
  .about__commonAccordion--content.is-grid {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  .about__commonAccordion--content .about__content--header {
    margin-bottom: 0.75em;
    line-height: 1.6;
  }
  .about__contents {
    font-size: 1.6rem;
  }
  .about__contentList--item {
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__contentList--item + .about__contentList--item {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
  .about__contentList--label {
    text-align: center;
  }
  .about__contentList.v02 .about__contentList--item {
    gap: 1.8rem;
  }
  .about__contentList.v02 .about__contentList--item + .about__contentList--item {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
  }
  .about__contentList.v02 .about__contentList--label {
    text-align: start;
  }
  .about__contentCard {
    padding: 3.2rem 3.2rem;
  }
  .about__contentCard + .about__contentCard {
    margin-top: 4rem;
  }
  .about__content--header {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .about__philosophyCard {
    font-size: 1.6rem;
  }
  .about__philosophyCard + .about__philosophyCard {
    margin-top: 4rem;
  }
  .about__philosophyCard--list span {
    letter-spacing: 0;
  }
  .about__philosophyCard--list p {
    text-align: left;
  }
  .about__infoList {
    margin-bottom: 4rem;
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .about__infoList--link {
    gap: 2.4rem;
  }
  .about__infoList--icon {
    width: 2.4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .about__infoList--label {
    text-decoration: underline;
  }
  .about__infoList--note {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .about__greeting--visual picture {
    width: 16rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.8rem;
  }
  .about__report--visual .swiper-slide {
    width: 100%;
  }
  .about__report--slider {
    overflow: visible !important;
  }
  .about__report--slider .swiper-wrapper {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-transform: none !important;
            transform: none !important;
  }
  .about__report--slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .about__report--slider .swiper-slide:nth-child(n+5) {
    display: none !important;
  }
  .about__report--slider .c-card__04--visual {
    aspect-ratio: 1;
  }
  .about__report--slider .c-card__04--body {
    margin-top: 1.6rem;
  }
  .about__report--slider .c-card__04--date {
    text-align: center;
  }
  .about__report--slider .c-card__04--title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .about__report--slider .c-card__04--tags {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */