@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.5066rem + 0.6579vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  container-type: inline-size;
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 40px);
  }
}

.w_wide {
  container-type: inline-size;
  max-width: 1718px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .w_wide {
    width: calc(100% - 40px);
  }
}

.outer {
  overflow: clip;
}

.--white {
  color: #fff;
}

.ruby {
  display: inline-block;
  padding-top: 0.6em;
  position: relative;
}
.ruby .rt {
  width: 100%;
  text-align: center;
  font-size: 0.43em;
  position: absolute;
  top: 0;
  left: 0;
}

figure figcaption {
  font-size: clamp(0.625rem, 0.2566rem + 0.6579vw, 0.75rem);
  margin-top: 0.8em;
}

/* 共通パーツ */
/* ============================================ */
.common-ttl {
  text-align: left;
}
.common-ttl.--column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.common-ttl__en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3rem, -6.5789rem + 17.1053vw, 6.25rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.common-ttl__jp {
  display: flex;
  align-items: center;
  gap: 0.73em;
  font-size: clamp(1.25rem, -0.5921rem + 3.2895vw, 1.875rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .common-ttl__jp {
    margin-top: 16px;
  }
}
.common-ttl__jp::before {
  content: "";
  display: block;
  width: 2.07em;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.common-ttl__jp.--white::before {
  background: #fff;
}

.common-profile__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.63em;
  font-size: clamp(1.25rem, -0.5921rem + 3.2895vw, 1.875rem);
  line-height: 1.4;
}
.common-profile__ttl {
  display: flex;
  align-items: center;
  gap: 0.63em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-top: 0.4em;
}
.common-profile__ttl::before {
  content: "";
  display: block;
  width: 1.67em;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.common-profile__name {
  letter-spacing: 0.1em;
}
.common-profile__box {
  display: none;
}
@media all and (max-width: 600px) {
  .common-profile__box {
    display: block;
  }
}
.common-profile__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.125rem, 0.0197rem + 1.9737vw, 1.5rem);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 0 0 0 auto;
}
.common-profile__btn::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/btn_open.svg") center center/100% auto no-repeat;
}
.common-profile__btn.--active {
  margin-top: 16px;
}
.common-profile__btn.--active::before {
  background-image: url("../images/btn_close.svg");
}
.common-profile__contents {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .common-profile__contents {
    margin-top: 24px;
  }
}
@media all and (max-width: 600px) {
  .common-profile__contents {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
}
@media all and (max-width: 600px) {
  .common-profile__contents.--open {
    overflow: visible;
    height: auto;
    -webkit-animation: accOpen 0.3s ease-out forwards;
            animation: accOpen 0.3s ease-out forwards;
  }
}
@-webkit-keyframes accOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.common-btn {
  padding-left: 1.25em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .common-btn {
    margin-top: 20px;
  }
}
.common-btn__link {
  padding: 0.6em 1.4em 0.6em 3em;
  display: inline-block;
  background: #000;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
}
.common-btn__link::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  background: rgba(204, 204, 204, 0.7);
  position: absolute;
  top: 50%;
  left: -1.25em;
  translate: 0 -50%;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 90px;
  background: #fff;
  padding: 0 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 600;
}
@media all and (max-width: 896px) {
  .header {
    height: 50px;
    padding: 0 56px 0 16px;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1718px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .header-wrapper {
    gap: 16px;
  }
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 112px;
  }
}
.header-menu {
  font-size: clamp(0.75rem, 0.4775rem + 0.4866vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media all and (max-width: 896px) {
  .header-menu {
    display: none;
  }
}
.header-lang {
  flex-shrink: 0;
  position: relative;
  font-size: clamp(0.75rem, 0.4775rem + 0.4866vw, 1rem);
}
.header-lang__trigger {
  height: 90px;
  padding-inline: 20px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .header-lang__trigger {
    height: 50px;
    padding-inline: 16px;
  }
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
  }
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
.header-hamburger__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -8px;
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 8px;
}
.header-nav {
  display: none;
}
@media all and (max-width: 896px) {
  .header-nav {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100dvh;
    padding: 80px 32px 100px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
    translate: 100% 0;
    transition: all 0.5s ease-out;
    overflow: auto;
  }
}
.header-nav.--open {
  translate: 0 0;
}
.header-nav__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header-nav__list__link {
  display: block;
  padding-block: 20px;
}
.header .overlay {
  display: none;
}
@media all and (max-width: 896px) {
  .header .overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.header .overlay.--open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 200;
}
.footer-container {
  padding: 88px 0 112px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .footer-container {
    padding: 64px 0 80px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 896px) {
  .footer-inner {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .footer-logo img {
    width: 112px;
  }
}
.footer-txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .footer-contents {
    width: 100%;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .footer-list__item img {
    width: 28px;
  }
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
@media all and (max-width: 600px) {
  .footer-link {
    flex-direction: column;
  }
}
.footer-link__list {
  font-size: clamp(0.875rem, 0.3224rem + 0.9868vw, 1.0625rem);
}
.footer-link__list__item {
  padding-left: 1.2em;
  position: relative;
  margin-top: 10px;
}
.footer-link__list__item:first-of-type {
  margin-top: 0;
}
.footer-link__list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.footer-link__list__item a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

/* top */
/* ============================================ */
.suwa-mainvisual {
  background: #000;
  padding-top: 56.25%;
  position: relative;
}
@media all and (max-width: 480px) {
  .suwa-mainvisual {
    padding-top: 177.78%;
  }
}
.suwa-mainvisual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.suwa-mainvisual__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media all and (max-width: 896px) {
  .suwa-mainvisual__bg video {
    acpect-ratio: 9/16;
  }
}
.suwa-mainvisual__btn {
  position: fixed;
  bottom: min(100px, 3.2vw);
  right: 40px;
  z-index: 400;
}
@media all and (max-width: 896px) {
  .suwa-mainvisual__btn {
    bottom: 20px;
    right: 20px;
  }
}
@media all and (max-width: 480px) {
  .suwa-mainvisual__btn {
    bottom: 15px;
    right: 15px;
  }
}
.suwa-mainvisual__btn a {
  container-type: inline-size;
  width: min(150px, 12vw);
  height: min(150px, 12vw);
  display: grid;
  place-content: center;
  background: #000;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
@media all and (max-width: 896px) {
  .suwa-mainvisual__btn a {
    width: min(100px, 20vw);
    height: min(100px, 20vw);
    margin: 0 0 0 auto;
  }
}
.suwa-mainvisual__btn a::after {
  content: "";
  display: block;
  width: 14cqw;
  height: 14cqw;
  background: url("../images/icon_blank_white.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 14cqw;
  right: 22cqw;
}
.suwa-mainvisual__btn__txt {
  font-size: 11.5cqw;
}

.suwa-intro {
  padding: 150px 0 100px;
  background: url("../images/bg.webp") top center/100% auto repeat-y;
  color: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .suwa-intro {
    padding: 80px 0 48px;
  }
}
.suwa-intro::before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -50px;
  left: calc(50% - 1px);
}
@media all and (max-width: 896px) {
  .suwa-intro::before {
    height: 80px;
    top: -30px;
  }
}
.suwa-intro__container {
  width: 70cqw;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .suwa-intro__container {
    width: 100%;
  }
}
.suwa-intro__txt {
  font-size: clamp(0.9375rem, 0.3849rem + 0.9868vw, 1.125rem);
  line-height: 2.3;
}

.suwa-overview {
  padding: 80px 0 140px;
  background: #EEE;
}
@media all and (max-width: 896px) {
  .suwa-overview {
    padding: 48px 0 80px;
  }
}
.suwa-overview__list {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .suwa-overview__list {
    margin-top: 32px;
  }
}
.suwa-overview__list__item {
  display: flex;
  gap: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 28px 0;
}
@media all and (max-width: 896px) {
  .suwa-overview__list__item {
    padding: 22px 0;
  }
}
@media all and (max-width: 480px) {
  .suwa-overview__list__item {
    flex-direction: column;
  }
}
.suwa-overview__list__item dt {
  flex-shrink: 0;
  width: 8em;
}
@media all and (max-width: 480px) {
  .suwa-overview__list__item dt {
    width: 100%;
  }
}
.suwa-overview__list__item dd {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .suwa-overview__list__item dd {
    width: 100%;
  }
}
.suwa-overview__list__item dd > *:first-child {
  margin-top: 0;
}
.suwa-overview__list__detail {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .suwa-overview__list__detail {
    margin-top: 8px;
  }
}
.suwa-overview__list__detail > li {
  padding-left: 1.2em;
  position: relative;
}
.suwa-overview__list__detail > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.suwa-overview__list__note {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .suwa-overview__list__note {
    margin-top: 8px;
  }
}
.suwa-overview__list__note > li {
  padding-left: 1.1em;
  position: relative;
}
.suwa-overview__list__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.suwa-about__container {
  position: relative;
}
.suwa-about__inner {
  position: relative;
  z-index: 10;
}
.suwa-about__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -50px;
  left: calc(50% - 1px);
}
@media all and (max-width: 896px) {
  .suwa-about__inner::before {
    height: 80px;
    top: -30px;
  }
}
.suwa-about__contents {
  padding: 150px 3.125vw 120px;
  width: 33.3333333333%;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .suwa-about__contents {
    width: 100%;
    padding: 80px 40px 48px;
    background: url("../images/about_02.webp") center center/cover no-repeat;
  }
}
@media all and (max-width: 480px) {
  .suwa-about__contents {
    padding-inline: 20px;
  }
}
.suwa-about__ttl {
  text-align: center;
  font-size: clamp(1.25rem, -0.5921rem + 3.2895vw, 1.875rem);
  line-height: 1.4;
}
.suwa-about__txt {
  font-size: clamp(0.9375rem, 0.3849rem + 0.9868vw, 1.125rem);
  line-height: 2;
  margin-top: min(80px, 4.16vw);
}
@media all and (max-width: 896px) {
  .suwa-about__txt {
    margin-top: 32px;
  }
}
.suwa-about__list {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .suwa-about__list {
    height: 46.875vw;
    position: static;
  }
}
.suwa-about__list__item {
  width: 33.3333333333%;
}
@media all and (max-width: 896px) {
  .suwa-about__list__item {
    width: 50%;
  }
}
.suwa-about__list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suwa-profile {
  padding: 150px 0;
  background: url("../images/pattern.svg") center center/150px 150px repeat;
}
@media all and (max-width: 896px) {
  .suwa-profile {
    padding: 64px 0;
    background-size: 100px 100px;
  }
}
.suwa-profile__container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px 8cqw;
}
@media all and (max-width: 600px) {
  .suwa-profile__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.suwa-profile__inner {
  flex-shrink: 0;
  width: 50cqw;
}
@media all and (max-width: 600px) {
  .suwa-profile__inner {
    width: 100%;
  }
}
.suwa-profile__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}
@media all and (max-width: 600px) {
  .suwa-profile__img {
    width: 64%;
  }
}

.suwa-highlight {
  padding: 100px 0 200px;
  background: #B1B5B6;
}
@media all and (max-width: 896px) {
  .suwa-highlight {
    padding: 64px 0 80px;
  }
}
.suwa-highlight__number {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: clamp(3.5rem, -1.5414rem + 9.0024vw, 8.125rem);
  font-weight: 400;
  line-height: 1;
}
.suwa-highlight__section {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__section {
    margin-top: 40px;
  }
}
.suwa-highlight__section.section02 {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__section.section02 {
    margin-top: 32px;
  }
}
.suwa-highlight__section.section03 {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__section.section03 {
    margin-top: 40px;
  }
}
.suwa-highlight__container {
  display: flex;
  gap: 30px 4.37cqw;
}
@media all and (max-width: 896px) {
  .suwa-highlight__container {
    flex-direction: column;
  }
}
.suwa-highlight__inner {
  flex-shrink: 0;
  width: 42.49cqw;
}
@media all and (max-width: 896px) {
  .suwa-highlight__inner {
    width: 100%;
  }
}
.suwa-highlight__contents {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .suwa-highlight__contents {
    width: 100%;
  }
}
.suwa-highlight__block {
  padding-left: 2.79cqw;
}
.suwa-highlight__ttl {
  word-break: keep-all;
  font-size: clamp(1.5rem, -1.4474rem + 5.2632vw, 2.5rem);
  line-height: 2;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__ttl {
    margin-top: 16px;
  }
}
.suwa-highlight__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__txt {
    margin-top: 20px;
  }
}
.suwa-highlight__note {
  font-size: clamp(0.9375rem, 0.3849rem + 0.9868vw, 1.125rem);
  line-height: 2;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .suwa-highlight__note {
    margin-top: 12px;
  }
}
.suwa-highlight__work {
  margin-left: 2.91cqw;
}
.suwa-highlight__work__img {
  width: 23.28cqw;
}
@media all and (max-width: 896px) {
  .suwa-highlight__work__img {
    width: 47%;
  }
}
@media all and (max-width: 480px) {
  .suwa-highlight__work__img {
    width: 68%;
  }
}
.suwa-highlight__work__img.work01 {
  margin: 0 0 0 auto;
}
.suwa-highlight__work__img.work02 {
  margin-top: -23.17cqw;
}
@media all and (max-width: 896px) {
  .suwa-highlight__work__img.work02 {
    margin-top: -46.6cqw;
  }
}
@media all and (max-width: 480px) {
  .suwa-highlight__work__img.work02 {
    margin-top: 24px;
  }
}
.suwa-highlight__work__img.work03 {
  margin: -11.35cqw 0 0 auto;
}
@media all and (max-width: 896px) {
  .suwa-highlight__work__img.work03 {
    margin-top: -22.83cqw;
  }
}
@media all and (max-width: 480px) {
  .suwa-highlight__work__img.work03 {
    margin-top: 24px;
  }
}
.suwa-highlight__profile {
  padding: 3.73cqw 3.14cqw;
  background: #C9C9C9;
  display: flex;
  gap: 32px 3.14cqw;
}
@media all and (max-width: 1367px) {
  .suwa-highlight__profile {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media all and (max-width: 896px) {
  .suwa-highlight__profile {
    padding: 24px 20px;
  }
}
.suwa-highlight__profile__inner {
  flex-grow: 1;
}
@media all and (max-width: 1367px) {
  .suwa-highlight__profile__inner {
    width: 100%;
  }
}
.suwa-highlight__profile__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}
.suwa-highlight__profile__img {
  flex-shrink: 0;
  width: 18.63cqw;
}
@media all and (max-width: 896px) {
  .suwa-highlight__profile__img {
    width: 36cqw;
  }
}
@media all and (max-width: 600px) {
  .suwa-highlight__profile__img {
    width: 64%;
  }
}
.suwa-highlight__doc {
  margin-left: 2.91cqw;
}

.suwa-layout {
  padding: 140px 0 120px;
  background: url("../images/bg.webp") top center/100% auto repeat-y;
}
@media all and (max-width: 896px) {
  .suwa-layout {
    padding: 64px 0 56px;
  }
}
.suwa-layout__outer {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px;
}
@media all and (max-width: 896px) {
  .suwa-layout__outer {
    gap: 32px;
  }
}
.suwa-layout__container {
  margin-top: 100px;
  padding: 48px 5.8cqw;
  background: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .suwa-layout__container {
    margin-top: 56px;
    padding: 32px;
  }
}
@media all and (max-width: 480px) {
  .suwa-layout__container {
    padding: 24px 20px;
  }
}
.suwa-layout__container.chapter01 .suwa-layout__flex__img figure {
  width: 28cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter01 .suwa-layout__flex__img figure {
    width: 100%;
  }
}
.suwa-layout__container.chapter01 .suwa-layout__work {
  align-items: flex-end;
  margin-top: -8cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter01 .suwa-layout__work {
    align-items: center;
    margin-top: 32px;
  }
}
.suwa-layout__container.chapter01 .suwa-layout__work .work01 {
  width: 49.5cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter01 .suwa-layout__work .work01 {
    width: 55%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter01 .suwa-layout__work .work01 {
    width: 100%;
  }
}
.suwa-layout__container.chapter01 .suwa-layout__work .work02 {
  width: 35cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter01 .suwa-layout__work .work02 {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter01 .suwa-layout__work .work02 {
    width: 100%;
  }
}
.suwa-layout__container.chapter02 .suwa-layout__work .work01 {
  width: 30.5cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter02 .suwa-layout__work .work01 {
    width: 34.3%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter02 .suwa-layout__work .work01 {
    width: 72%;
  }
}
.suwa-layout__container.chapter02 .suwa-layout__work .work02 {
  width: 53.92cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter02 .suwa-layout__work .work02 {
    width: 60.6%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter02 .suwa-layout__work .work02 {
    width: 100%;
  }
}
.suwa-layout__container.chapter03 .suwa-layout__flex__img figure {
  width: 27.4cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter03 .suwa-layout__flex__img figure {
    width: 100%;
  }
}
.suwa-layout__container.chapter03 .suwa-layout__work {
  margin-top: -6.67cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter03 .suwa-layout__work {
    margin-top: 32px;
  }
}
.suwa-layout__container.chapter03 .suwa-layout__work .work01 {
  width: 49.5cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter03 .suwa-layout__work .work01 {
    width: 55%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter03 .suwa-layout__work .work01 {
    width: 100%;
  }
}
.suwa-layout__container.chapter03 .suwa-layout__work .work02 {
  width: 34.58cqw;
  margin-top: 10.67cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter03 .suwa-layout__work .work02 {
    width: 40%;
    margin-top: 3cqw;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter03 .suwa-layout__work .work02 {
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter04 .suwa-layout__flex__img {
    width: 80%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter04 .suwa-layout__flex__img {
    width: 100%;
  }
}
.suwa-layout__container.chapter04 .suwa-layout__work {
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter04 .suwa-layout__work {
    margin-top: 32px;
  }
}
.suwa-layout__container.chapter04 .suwa-layout__work .work01 {
  width: 34.33cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter04 .suwa-layout__work .work01 {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter04 .suwa-layout__work .work01 {
    width: 72%;
  }
}
@media all and (max-width: 480px) {
  .suwa-layout__container.chapter04 .suwa-layout__work .work01 {
    width: 80%;
  }
}
.suwa-layout__container.chapter04 .suwa-layout__work .work02 {
  width: 34.33cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter04 .suwa-layout__work .work02 {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter04 .suwa-layout__work .work02 {
    width: 100%;
  }
}
.suwa-layout__container.chapter05 .suwa-layout__work .work01 {
  width: 53.55cqw;
  margin-top: 3.33cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter05 .suwa-layout__work .work01 {
    width: 61%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter05 .suwa-layout__work .work01 {
    width: 100%;
    margin-top: 0;
  }
}
.suwa-layout__container.chapter05 .suwa-layout__work .work02 {
  width: 29.17cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__container.chapter05 .suwa-layout__work .work02 {
    width: 34%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__container.chapter05 .suwa-layout__work .work02 {
    width: 64%;
  }
}
.suwa-layout__number {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, -2.3684rem + 6.9079vw, 2.8125rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -86%;
}
.suwa-layout__number .txt_en {
  margin-top: 0.8em;
}
.suwa-layout__number .txt_large {
  font-size: 2.89em;
}
.suwa-layout__inner {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .suwa-layout__inner {
    margin-top: 20px;
  }
}
.suwa-layout__inner > *:first-child {
  margin-top: 0;
}
.suwa-layout__name {
  font-size: clamp(1.5rem, -1.4474rem + 5.2632vw, 2.5rem);
  line-height: 2;
}
.suwa-layout__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}
.suwa-layout__flex {
  display: flex;
  justify-content: center;
  gap: 24px 3.33cqw;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .suwa-layout__flex {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.suwa-layout__flex__contents {
  flex-shrink: 0;
  width: 43.33cqw;
}
@media all and (max-width: 896px) {
  .suwa-layout__flex__contents {
    width: 100%;
  }
}
.suwa-layout__flex__img {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .suwa-layout__flex__img {
    width: 48%;
  }
}
@media all and (max-width: 600px) {
  .suwa-layout__flex__img {
    width: 72%;
  }
}
@media all and (max-width: 480px) {
  .suwa-layout__flex__img {
    width: 80%;
  }
}
.suwa-layout__flex__img figure {
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .suwa-layout__flex__img img {
    width: 100%;
  }
}
.suwa-layout__work {
  display: flex;
  justify-content: space-between;
  gap: 32px 0;
  margin-top: 32px;
}
@media all and (max-width: 600px) {
  .suwa-layout__work {
    flex-direction: column;
    align-items: center;
  }
}

.suwa-guide {
  padding: 100px 0 150px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .suwa-guide {
    padding: 48px 0 64px;
  }
}
.suwa-guide__download {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .suwa-guide__download {
    margin-top: 32px;
  }
}
.suwa-guide__download__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}
.suwa-guide__inner {
  display: flex;
  gap: 32px 12.5cqw;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .suwa-guide__inner {
    gap: 32px 8cqw;
    margin-top: 56px;
  }
}
@media all and (max-width: 600px) {
  .suwa-guide__inner {
    flex-direction: column;
    align-items: center;
  }
}
.suwa-guide__img {
  flex-shrink: 0;
  width: 37.5cqw;
}
@media all and (max-width: 600px) {
  .suwa-guide__img {
    width: 64%;
  }
}
.suwa-guide__contents {
  flex-grow: 1;
}
@media all and (max-width: 600px) {
  .suwa-guide__contents {
    width: 100%;
  }
}
.suwa-guide__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}

.suwa-goods {
  padding: 80px 0 112px;
  background: #EEE;
}
@media all and (max-width: 896px) {
  .suwa-goods {
    padding: 48px 0 64px;
  }
}
.suwa-goods__container {
  container-type: inline-size;
  margin-top: 88px;
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 1000px;
}
@media all and (max-width: 896px) {
  .suwa-goods__container {
    margin-top: 40px;
  }
}
.suwa-goods__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 8cqw;
}
@media all and (max-width: 896px) {
  .suwa-goods__list {
    gap: 40px 5.82cqw;
  }
}
@media all and (max-width: 600px) {
  .suwa-goods__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.suwa-goods__list__contents {
  text-align: left;
}
.suwa-goods__list__contents {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .suwa-goods__list__contents {
    margin-top: 16px;
  }
}
.suwa-goods__list__ttl {
  font-size: clamp(1rem, -0.6579rem + 2.9605vw, 1.5625rem);
}
.suwa-goods__list__ttl .txt_large {
  font-size: 1.2em;
}
.suwa-goods__list__txt {
  font-size: clamp(0.9375rem, 0.0164rem + 1.6447vw, 1.25rem);
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .suwa-goods__list__txt {
    margin-top: 12px;
  }
}
.suwa-goods__list__price {
  font-size: clamp(0.9375rem, 0.0164rem + 1.6447vw, 1.25rem);
  line-height: 1.2;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .suwa-goods__list__price {
    margin-top: 12px;
  }
}
.suwa-goods__list__price .txt_large {
  font-size: 1.5em;
}
.suwa-goods__list__price .txt_small {
  font-size: 0.8em;
}

.suwa-event {
  padding: 80px 0 150px;
}
@media all and (max-width: 896px) {
  .suwa-event {
    padding: 48px 0 64px;
  }
}
.suwa-event__container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 96px;
}
@media all and (max-width: 896px) {
  .suwa-event__container {
    margin-top: 40px;
  }
}
.suwa-event__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.suwa-event__list__block {
  display: block;
  padding: 24px 0;
}
@media all and (max-width: 896px) {
  .suwa-event__list__block {
    padding: 20px 0;
  }
}
.suwa-event__list__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
@media all and (max-width: 480px) {
  .suwa-event__list__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.suwa-event__list__category {
  flex-shrink: 0;
  text-align: center;
  padding: 0.2em 0.6em;
  width: 8em;
  background: #B1B5B6;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.suwa-event__list__schedule {
  font-size: clamp(0.8125rem, 0.4441rem + 0.6579vw, 0.9375rem);
}
.suwa-event__list__ttl {
  margin-top: 16px;
}

.suwa-access__container {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  position: relative;
}
@media all and (max-width: 896px) {
  .suwa-access__container {
    padding-top: 64px;
  }
}
.suwa-access__container::before {
  content: "";
  display: block;
  background: #EEE;
  width: calc(100% - 36.09cqw);
  height: calc(100% - 138px);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .suwa-access__container::before {
    width: 95%;
    height: calc(100% - 50px);
  }
}
.suwa-access__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px 3.72cqw;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .suwa-access__inner {
    flex-direction: column;
  }
}
.suwa-access__contents {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .suwa-access__contents {
    width: calc(95% - 20px);
  }
}
.suwa-access__block {
  padding-left: 2.91cqw;
  margin-top: 4.66cqw;
}
@media all and (max-width: 896px) {
  .suwa-access__block {
    margin-top: 32px;
  }
}
.suwa-access__txt {
  font-size: clamp(1rem, 0.2632rem + 1.3158vw, 1.25rem);
  line-height: 2;
}
.suwa-access__note {
  word-break: keep-all;
  line-height: 2;
  margin-top: 2.33cqw;
}
@media all and (max-width: 896px) {
  .suwa-access__note {
    margin-top: 16px;
  }
}
.suwa-access__map {
  flex-shrink: 0;
  width: 56.75cqw;
}
@media all and (max-width: 896px) {
  .suwa-access__map {
    width: 100%;
  }
}
.suwa-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 975/782;
  filter: grayscale(100%);
}
@media all and (max-width: 480px) {
  .suwa-access__map iframe {
    aspect-ratio: 1/1;
  }
}

.suwa-summary {
  padding-block: 112px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .suwa-summary {
    padding-block: 64px;
  }
}
.suwa-summary__list {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.suwa-summary__list__item {
  display: flex;
  gap: 1em;
  margin-top: 10px;
}
.suwa-summary__list__item:first-of-type {
  margin-top: 0;
}
.suwa-summary__list__item dt {
  flex-shrink: 0;
  width: 5em;
}
.suwa-summary__list__item dd {
  word-break: keep-all;
}