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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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] {
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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=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: bold;
}

/**
 * Swiper 14.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --pc-base: 1440;
  --sp-base: 750;
  --base: var(--sp-base);
  --scrollbar: 0px;
  --vw: calc(100vw - var(--scrollbar));
  --contents-base: 368;
  --current-width: calc(var(--contents-base) * 1px);
}

@media (max-width: 767px) {
  :root {
    --base: var(--sp-base);
    --current-width: var(--vw);
  }
}
html {
  scroll-behavior: smooth;
}

#km-tsumitate202607 {
  position: relative;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 1;
  overflow-x: hidden;
}
#km-tsumitate202607 > * {
  line-height: 1;
}
#km-tsumitate202607 {
  /* ========================================
     ## Common
  ======================================== */
}
#km-tsumitate202607 img {
  width: 100%;
}
#km-tsumitate202607 {
  /* --- # Utility -------------- */
}
#km-tsumitate202607 .device-sp {
  display: none !important;
}
#km-tsumitate202607 {
  /* --- # Container -------------- */
}
#km-tsumitate202607 section {
  position: relative;
}
#km-tsumitate202607 .container {
  width: calc(702 / var(--base) * var(--current-width));
  margin-inline: auto;
}
#km-tsumitate202607 {
  /* --- # Headline, fonts -------------- */
}
#km-tsumitate202607 h2 {
  margin-inline: auto;
}
#km-tsumitate202607 {
  /* --- # Notes -------------- */
}
#km-tsumitate202607 .notes-cmn {
  display: flex;
  flex-direction: column;
  height: calc(600 / var(--base) * var(--current-width));
  overflow: hidden;
  background-color: white;
  border-radius: calc(20 / var(--base) * var(--current-width));
  padding: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .notes-cmn .scroller-container {
  flex: 1;
  min-height: 0;
  width: 100%;
}
#km-tsumitate202607 .notes-cmn .custom-scrollbar {
  --os-size: w(8);
  --os-handle-bg: #e6e6e6;
  --os-handle-bg-hover: #cccccc;
  --os-handle-bg-active: #b3b3b3;
  --os-handle-border-radius: 999px;
  --os-track-bg: white;
  --os-track-bg-hover: white;
  --os-handle-border: 2px solid transparent;
}
#km-tsumitate202607 .notes-cmn .scroller {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(32 / var(--base) * var(--current-width));
  width: 100%;
  padding-right: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .notes-cmn .notes-detail {
  width: 100%;
  height: auto;
}
#km-tsumitate202607 .notes-cmn .notes-title {
  width: 100%;
  font-size: calc(28 / var(--base) * var(--current-width));
  line-height: 1.7142857143;
  color: white;
  margin-bottom: calc(24 / var(--base) * var(--current-width));
  padding: calc(13 / var(--base) * var(--current-width)) calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .notes-cmn .notes-content li {
  position: relative;
  font-size: calc(22 / var(--base) * var(--current-width));
  line-height: 1.3636363636;
  padding-left: 1em;
}
#km-tsumitate202607 .notes-cmn .notes-content li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: calc(16 / var(--base) * var(--current-width));
  height: calc(16 / var(--base) * var(--current-width));
  border-radius: 999px;
}
#km-tsumitate202607 .notes-cmn .notes-content .text {
  font-size: calc(22 / var(--base) * var(--current-width));
  line-height: 1.3636363636;
  margin-top: 1em;
}
#km-tsumitate202607 {
  /* --- # Button -------------- */
}
#km-tsumitate202607 .btn-cmn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#km-tsumitate202607 .btn-cmn .arrow {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#km-tsumitate202607 .btn-cmn .arrow::before, #km-tsumitate202607 .btn-cmn .arrow::after {
  content: "";
  display: block;
  position: relative;
  background-color: white;
}
#km-tsumitate202607 .btn-cta {
  width: 100%;
  height: calc(120 / var(--base) * var(--current-width));
  margin-inline: auto;
  padding: calc(26 / var(--base) * var(--current-width));
  border-radius: calc(8 / var(--base) * var(--current-width));
  box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.1);
}
#km-tsumitate202607 .btn-cta.orange {
  background: linear-gradient(to right, #ffb513 0, #e88504 100%);
}
#km-tsumitate202607 .btn-cta.green {
  background: linear-gradient(to right, #2cdc87 0, #1aac78 100%);
}
#km-tsumitate202607 .btn-cta .btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(12 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .btn-cta .btn-text span {
  display: block;
  font-weight: bold;
  text-align: center;
}
#km-tsumitate202607 .btn-cta .btn-text .sub {
  font-size: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .btn-cta .btn-text .main {
  font-size: calc(36 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .btn-cta .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: calc(40 / var(--base) * var(--current-width));
  width: calc(17 / var(--base) * var(--current-width));
  height: calc(28 / var(--base) * var(--current-width));
  margin-block: auto;
}
#km-tsumitate202607 .btn-cta .arrow::before, #km-tsumitate202607 .btn-cta .arrow::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transform-origin: right center;
}
#km-tsumitate202607 .btn-cta .arrow::before {
  transform: rotate(45deg) translateY(1px);
}
#km-tsumitate202607 .btn-cta .arrow::after {
  transform: rotate(-45deg) translateY(-1px);
}
#km-tsumitate202607 .btn-cta:hover .arrow {
  left: calc(50 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .cta-cmn {
  padding-block: calc(40 / var(--base) * var(--current-width));
  background-color: white;
}
#km-tsumitate202607 .cta-cmn .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(22 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .cta-cmn .btn-cta {
  width: 50%;
}
#km-tsumitate202607 .cta-cmn .btn-cta .arrow {
  left: calc(24 / var(--base) * var(--current-width));
  width: calc(15 / var(--base) * var(--current-width));
  height: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .cta-cmn .btn-cta:hover .arrow {
  left: calc(28 / var(--base) * var(--current-width));
}
#km-tsumitate202607 {
  /* ========================================
     ## Contents PC
  ======================================== */
}
#km-tsumitate202607 #contents-pc {
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: var(--vw);
  height: 100dvh;
  pointer-events: none;
  background: #0ca26c url("data:image/webp;base64,UklGRn4DAABXRUJQVlA4WAoAAAAUAAAAEAAAEAAAQUxQSBUAAAABDzAzERFCSEDwf7RqQkT/A5klMgEAVlA4ICYAAADQAgCdASoRABEAPlEkj0WjoiEUBAA4BQS0gAAe0dAAAP78qAAAAFhNUCATAwAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDc5LmQyMGU0NjYzMCwgMjAyNS8xMi8wOS0wMjoxMToyMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzlCNjA4QTk3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzlCNjA4QUE3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0E0QTIxNDczODYxMUYxQjIwQUQ1QzYxMkM5RDY2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOUI2MDhBODc0MzkxMUYxQjIwQUQ1QzYxMkM5RDY2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgA=") repeat top left;
  background-size: calc(17 / var(--pc-base) * var(--vw)) calc(17 / var(--pc-base) * var(--vw));
}
#km-tsumitate202607 #contents-pc .contents-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc((var(--vw) - 368px) / 2);
  height: 100dvh;
  pointer-events: none;
  padding-top: calc(72 / var(--pc-base) * var(--vw));
}
#km-tsumitate202607 #contents-pc .contents-left img {
  width: calc(420 / var(--pc-base) * var(--vw));
}
#km-tsumitate202607 {
  /* ========================================
     ## Contents
  ======================================== */
}
#km-tsumitate202607 #base {
  position: relative;
  width: 100%;
  height: 100dvh;
}
#km-tsumitate202607 .wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
}
#km-tsumitate202607 header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: var(--vw);
  height: calc(72 / var(--pc-base) * var(--vw));
  padding-inline: calc(40 / var(--pc-base) * var(--vw));
  background-color: white;
  border-bottom: solid 2px #21ad77;
  z-index: 100;
}
#km-tsumitate202607 header img {
  width: calc(261 / var(--pc-base) * var(--vw));
}
#km-tsumitate202607 .main-contents {
  position: relative;
  z-index: 99;
  max-width: 368px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-top: calc(72 / var(--pc-base) * var(--vw));
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#km-tsumitate202607 .inner {
  position: relative;
  height: auto;
  border-left: solid 2px white;
  border-right: solid 2px white;
}
#km-tsumitate202607 #intro {
  padding-top: calc(64 / var(--base) * var(--current-width));
  background: #0ca26c url("data:image/webp;base64,UklGRn4DAABXRUJQVlA4WAoAAAAUAAAAEAAAEAAAQUxQSBUAAAABDzAzERFCSEDwf7RqQkT/A5klMgEAVlA4ICYAAADQAgCdASoRABEAPlEkj0WjoiEUBAA4BQS0gAAe0dAAAP78qAAAAFhNUCATAwAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDc5LmQyMGU0NjYzMCwgMjAyNS8xMi8wOS0wMjoxMToyMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzlCNjA4QTk3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzlCNjA4QUE3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0E0QTIxNDczODYxMUYxQjIwQUQ1QzYxMkM5RDY2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOUI2MDhBODc0MzkxMUYxQjIwQUQ1QzYxMkM5RDY2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgA=") repeat top left;
  background-size: calc(17 / var(--base) * var(--current-width)) calc(17 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #intro h2 {
  width: calc(673 / var(--base) * var(--current-width));
  margin-bottom: calc(64 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit {
  padding-top: calc(48 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .bg-lightblue {
  text-align: center;
  margin-bottom: calc(71 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .bg-lightblue span {
  font-size: calc(36 / var(--base) * var(--current-width));
  font-weight: bold;
  color: #006ebc;
  padding: calc(8 / var(--base) * var(--current-width));
  background-color: #dfe7f5;
}
#km-tsumitate202607 #benefit .bg-blue {
  position: relative;
  padding-block: calc(67 / var(--base) * var(--current-width)) calc(80 / var(--base) * var(--current-width));
  background-color: #006ebc;
}
#km-tsumitate202607 #benefit .bg-blue::before, #km-tsumitate202607 #benefit .bg-blue::after {
  content: "";
  position: absolute;
}
#km-tsumitate202607 #benefit .bg-blue::before {
  top: calc(-23.5 / var(--base) * var(--current-width));
  left: 0;
  right: 0;
  width: calc(171 / var(--base) * var(--current-width));
  height: calc(47 / var(--base) * var(--current-width));
  margin-inline: auto;
  background: url("data:image/webp;base64,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") no-repeat center/contain;
}
#km-tsumitate202607 #benefit .bg-blue::after {
  top: calc(-31 / var(--base) * var(--current-width));
  left: calc(24 / var(--base) * var(--current-width));
  width: calc(172 / var(--base) * var(--current-width));
  height: calc(136 / var(--base) * var(--current-width));
  background: url("/kojin/toshin/cam/tsumitate202607/images/tsumitate202607_img_benefit01_comment01.webp") no-repeat center/contain;
}
#km-tsumitate202607 #benefit .benefit01 {
  margin-bottom: calc(44 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h2 {
  width: calc(714 / var(--base) * var(--current-width));
  margin-bottom: calc(47 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h2 figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h2 figcaption {
  font-size: calc(22 / var(--base) * var(--current-width));
  color: white;
}
#km-tsumitate202607 #benefit .benefit01 .container {
  position: relative;
  padding: calc(42 / var(--base) * var(--current-width)) calc(32 / var(--base) * var(--current-width)) calc(40 / var(--base) * var(--current-width));
  background-color: white;
  border-radius: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 .container::before, #km-tsumitate202607 #benefit .benefit01 .container::after {
  content: "";
  position: absolute;
}
#km-tsumitate202607 #benefit .benefit01 .container::before {
  top: calc(-66 / var(--base) * var(--current-width));
  left: calc(20 / var(--base) * var(--current-width));
  width: calc(160 / var(--base) * var(--current-width));
  height: calc(66 / var(--base) * var(--current-width));
  background: url("data:image/webp;base64,UklGRooEAABXRUJQVlA4WAoAAAAQAAAA3wEAxQAAQUxQSLcAAAABcFzbtpqksCBzbyMzCqAcCqCBP0UiDeDuPOyPsF/Az3rx3IiYAIOfHQqIFSO0jL66KiA24T/4D/6D/1IFLKvFzd5ST5ufdTYQqZC6Cf/Bf/Af/Jcp53kTbj7fek74yQciFVLDf/Af/Af/pet53oSbz7eeEx/e6t4u89A0iVSkTQT/wX/wH/yXDSWEzc2T1NP2Yan7yOahEEQq0iaC/+A/+A/ikTLaklJF3r9ftPX7zWYUac9m0RcAVlA4IKwDAAAQNQCdASrgAcYAPlEokEWjoqGS2uUEOAUEsbdwuZcO+3ivlON0v7T+TO4Q9V/G7+Lf8D/gclz3ww5X7T9wHvr/rnRc7YD+Afw3/Rf4D3jv5h/nf8BrFfoAfqr6Rn7AfDn5KurgktykMz229IBTDuJdgQwncS9vKiEAnwIDH0QgFLuauYZnwv3EP4AgCAIAgCAH9gY/ujzysfg8A8mo1dt2CSOe1m3eVFh3Evbzglgui9reGTuJey1xNwUw7E+PbVb9VX+iyVE9Lg4slRPS3Hmn2fBATFcfBYsO8mUHH25e4UOMrwxdzUlqh52zAw7O/oflTdbsRh30X/0eso5JbEgFMO4l7eUwzKQzPh3Ej5FxL28djuMHKrtuwSRz2s264xrmW64J1UrTesanVStN6xqQFZ1iku9zkRRFEURRFTKiEApcXLguq8MnXpYpe3lNOEZ7ZJaoedswMOy4ziCMuAWHeTKDkGklqh4JFCT6adpN16AmK4+B4UFurOjPVudi1iM9I1JMuh9SP1A6v6xGekUCAUw69LFL28qIPlNiZ9vKiEAph3AiZ3t5UQgB2IwyYZTAAP77/Rte2KW2xtkbZH87G0K+onjCcBKze2+X6y2iFsvl+stojbfqREHBYK/5AQxABLooBA/+vo/7C6OJBdRwQYh+JBdRwQ3jV52MwJxumVcVZXxjt+bNWrVwJU+dV0x3wK2HCCvr4D+OOtk4nHOKidOYeupWTZ2N81CuHsNsoRJl4BEytLOkoXCHhr2qpVfMQoOB8hFg+sr4+KuAbZLNnXJckkzLrxhSvsD+oB+FzqfZDsPFCjy2Vy0sryGXqoQux1fct01rduSSbvI+R8j5HyPkenvJiVBHGbma9so8vePTzwYAFQZb210hcZUEYcgAAA3Vp0esPzPteYjoZU+aWRTXnSc5CPi88Y/B3vE0SbU/pcrghQWAAzKlj/wajD6SwuwRXHycKwhbGVvVx0uwn0Wgh1jtrN27fNPNQwv/h+mf/HOKX9VRuTZ/GhcjmuMyB2JLVLtBQZAMRgGJiEYMZenEcIbrrAjJZ8QHZlRi0f4W51Qd3te4FoY0s/RX7CrDkuXa27Xynj0mjBS+9uHA2mrlcwNhqy3MDrUjOtoqCW5jLxY0iNFMVZqGSoB0bikakWFoKWWq0jgVtlehGyvQzPCJpuDQDIN5V6ZAOoWVBIfGUF6s716hUXkaSAAJQdRKCF7U/NZdhjlfvDhCaAjoIoRsgAX+OJgAAAAA") no-repeat center/contain;
}
#km-tsumitate202607 #benefit .benefit01 .container::after {
  top: calc(-52 / var(--base) * var(--current-width));
  right: calc(20 / var(--base) * var(--current-width));
  width: calc(161 / var(--base) * var(--current-width));
  height: calc(52 / var(--base) * var(--current-width));
  background: url("data:image/webp;base64,UklGRlIDAABXRUJQVlA4WAoAAAAQAAAA3wEAmwAAQUxQSGcAAAABb6CgkaQ2+b3SbKABBUREwMan/YfeY0lgSNtWrCaBFCavEGLIIoWnkEIKz6jpjzei/xMghplogqTFMm5Z5hka+A/+OxRumGWZeJzwH/z3EhDdAC3vNsF/8B/8B/+9cjS+ujvtdt0vAFZQOCDEAgAAcCcAnQEq4AGcAD5RKJFFo6KiE+nceDgFBLG3cLmS9y+xi/zv8mdOf+Mn7R/4ylwefH+uYg/+AfwD/Lf2b3jP6bqEvoAfrB6W/+A/gHXY6suSQzMzMtXRVVVVVVJlOz7bu7u7u7uws6cuZmZmSAX47u7sLqU6Fb7gARCIOtbUBq7WIxtbja3G1uNrcbW3cnAZW5dZ9t3d3kZ5mYQK6qqqqqq3NjaqqoGfxXTOXxqxZbakxuqFJDg6FhdTRGvJDYsttSY3VE0iiiAY03x0qZZGyRtbw7ClsFLYIU14IpPRSeikBOeA+cB84CzadVVLnO5EREREEqTu7u6yY5IA/DLI2SNrcbW3dO9je8SnC1CCJD2RHsiPYgqySJMK9GNXGZNwybkcqqqqno/S/MzMzCHnVVVVVVVVVVHTH2ZmZmYzFlyIiHIAAP7/mxn1/ws4ZMBANmmb/zsa7Jd2Eg0zXsoNgh+UGzhlZyNW+UGzhlZzDvpDDynd35f/AYO8gGx9gAfP+Ahx4g8R7FwmaFfEexcJtKt/87GRLPFs0KEpoDoLd10KZXTKOaiit48MsGilJ80LK+bxvNH13lf8DQuyaVAqY9WB6rPLcXLEuH+aItJa/PK7672nCqUxpE+7DOZK2sf2N6MCRtY0+E7JZvh8D69xhMzpYdsA9gHsA4+LdHG3DZQ2cXpcscP8TF/nkgFbTj/P3fVb16bfD2+soLDZ1yxklnnIXvGfxVB6BmHJI8/hVdiRlsJqkIl9KD/3zwoOAOT8bYglTK2l+geLyKvXo+ym/enKlTRzXOUPXlHRTyiRZ/OuTXOeVmL9F4HVOGYHpIENu/ODTrv+NHQ7OHn0b1WZVbvK/vbwTP2I8Iv5G0ytqXyBaE/ZGbmn0oswn0e6u1Ik6VarfXfEGHh6yV4ZajbaCRdTuD+TZCC1j1hSObwnbL7YAAAA") no-repeat center/contain;
}
#km-tsumitate202607 #benefit .benefit01 h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h3 .font-normal {
  font-size: calc(36 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h3 .font-accent {
  font-size: calc(48 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 h3 .color-accent {
  color: #006ebc;
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle {
  width: calc(638 / var(--base) * var(--current-width));
  height: calc(80 / var(--base) * var(--current-width));
  font-size: calc(32 / var(--base) * var(--current-width));
  font-weight: bold;
  color: white;
  background-color: #006ebc;
  border-radius: 999px;
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle:nth-of-type(1) {
  margin-bottom: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle .arrow {
  top: 0;
  bottom: 0;
  right: calc(32 / var(--base) * var(--current-width));
  width: calc(22 / var(--base) * var(--current-width));
  height: calc(22 / var(--base) * var(--current-width));
  margin-block: auto;
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle .arrow::before, #km-tsumitate202607 #benefit .benefit01 .btn-toggle .arrow::after {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: clamp(2px, 4 / var(--base) * var(--current-width), 4px);
  margin: auto;
  background-color: white;
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle .arrow::after {
  transform: rotate(-90deg);
}
#km-tsumitate202607 #benefit .benefit01 .btn-toggle.is-active .arrow::after {
  transform: rotate(0);
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 {
  padding-block: calc(32 / var(--base) * var(--current-width)) calc(48 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .bg-lightblue {
  display: inline-block;
  width: 100%;
  margin-bottom: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .bg-lightblue span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: calc(28 / var(--base) * var(--current-width));
  padding: calc(18 / var(--base) * var(--current-width)) calc(32 / var(--base) * var(--current-width) - 0.5em);
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .target {
  margin-bottom: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .target .color-accent {
  font-size: calc(24 / var(--base) * var(--current-width));
  color: #006ebc;
  line-height: 1.5;
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .graph {
  margin-bottom: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .judge {
  margin-bottom: calc(24 / var(--base) * var(--current-width));
  padding: calc(24 / var(--base) * var(--current-width));
  background-color: #e6e6e7;
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .judge .judge-hd {
  font-size: calc(24 / var(--base) * var(--current-width));
  font-weight: bold;
  margin-bottom: calc(21 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .judge .judge-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .judge .judge-content li {
  font-size: calc(22 / var(--base) * var(--current-width));
  line-height: 1.3636363636;
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .closing {
  font-size: calc(24 / var(--base) * var(--current-width));
  line-height: 1.5;
}
#km-tsumitate202607 #benefit .benefit01 #toggle01 .closing a {
  text-decoration: underline;
}
#km-tsumitate202607 #benefit .benefit01 #toggle02 {
  padding-top: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .benefit01 .toggle-content {
  display: none;
}
#km-tsumitate202607 #benefit .benefit01 .toggle-content.is-active {
  display: block;
}
#km-tsumitate202607 #benefit .benefit02 {
  margin-bottom: calc(64 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .campaign-notes .notes-title {
  background-color: #006ebc;
}
#km-tsumitate202607 #benefit .campaign-notes .notes-content li::before {
  background-color: #006ebc;
}
#km-tsumitate202607 #benefit .campaign-notes .present {
  border: solid 2px #006ebc;
}
#km-tsumitate202607 #benefit .campaign-notes .present .notes-title {
  font-size: calc(26 / var(--base) * var(--current-width));
  margin-bottom: 0;
  padding: calc(13 / var(--base) * var(--current-width)) calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #benefit .campaign-notes .present .notes-content {
  color: #006ebc;
  padding: calc(24 / var(--base) * var(--current-width)) calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 .bg-line {
  background: #0ca26c url("data:image/webp;base64,UklGRn4DAABXRUJQVlA4WAoAAAAUAAAAEAAAEAAAQUxQSBUAAAABDzAzERFCSEDwf7RqQkT/A5klMgEAVlA4ICYAAADQAgCdASoRABEAPlEkj0WjoiEUBAA4BQS0gAAe0dAAAP78qAAAAFhNUCATAwAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDc5LmQyMGU0NjYzMCwgMjAyNS8xMi8wOS0wMjoxMToyMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzlCNjA4QTk3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzlCNjA4QUE3NDM5MTFGMUIyMEFENUM2MTJDOUQ2NkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0E0QTIxNDczODYxMUYxQjIwQUQ1QzYxMkM5RDY2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOUI2MDhBODc0MzkxMUYxQjIwQUQ1QzYxMkM5RDY2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgA=") repeat top left;
  background-size: calc(17 / var(--base) * var(--current-width)) calc(17 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step {
  padding-block: calc(80 / var(--base) * var(--current-width)) calc(105 / var(--base) * var(--current-width));
  scroll-margin-top: calc(150 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step h2 {
  width: calc(579 / var(--base) * var(--current-width));
  margin-bottom: calc(41 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(40 / var(--base) * var(--current-width));
  margin-bottom: calc(55 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .lead p {
  font-size: calc(28 / var(--base) * var(--current-width));
  font-weight: normal;
  color: white;
  line-height: 1.5714285714;
  text-align: center;
}
#km-tsumitate202607 #step .lead .accent {
  font-weight: bold;
  color: #21ad77;
  line-height: 1;
  padding: calc(7 / var(--base) * var(--current-width));
  background-color: white;
  border-radius: calc(4 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(6 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(10 / var(--base) * var(--current-width));
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(4 / var(--base) * var(--current-width));
  padding: calc(14 / var(--base) * var(--current-width)) 0;
  background-color: #e6e6e6;
  border-radius: calc(8 / var(--base) * var(--current-width)) calc(8 / var(--base) * var(--current-width)) 0 0;
  cursor: pointer;
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item span {
  display: block;
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item .item-hd {
  width: fit-content;
  font-size: calc(20 / var(--base) * var(--current-width));
  color: white;
  background-color: #9c9c9c;
  border-radius: 999px;
  padding: calc(8 / var(--base) * var(--current-width)) calc(12 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item .item-text {
  font-size: calc(26 / var(--base) * var(--current-width));
  color: #9c9c9c;
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item.is-active {
  margin-bottom: 0;
  padding: calc(14 / var(--base) * var(--current-width)) 0 calc(18 / var(--base) * var(--current-width));
  background-color: white;
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item.is-active .item-hd {
  background-color: #0ca26c;
}
#km-tsumitate202607 #step .step-content .tab-menu .tab-item.is-active .item-text {
  color: #0ca26c;
}
#km-tsumitate202607 #step .step-content {
  /* Swiper */
}
#km-tsumitate202607 #step .step-content .swiper {
  width: 100%;
  height: 100%;
}
#km-tsumitate202607 #step .step-content .swiper-wrapper {
  height: 100%;
}
#km-tsumitate202607 #step .step-content .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  padding: calc(36 / var(--base) * var(--current-width));
  background-color: #f0f9f1;
  border: solid clamp(2px, 4 / var(--base) * var(--current-width), 4px) #0ca26c;
  border-radius: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .swiper-button-prev,
#km-tsumitate202607 #step .step-content .swiper-button-next {
  position: absolute;
  width: calc(56 / var(--base) * var(--current-width));
  height: calc(56 / var(--base) * var(--current-width));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  margin-top: 0;
}
#km-tsumitate202607 #step .step-content .swiper-button-prev::after,
#km-tsumitate202607 #step .step-content .swiper-button-next::after {
  display: none;
}
#km-tsumitate202607 #step .step-content .swiper-button-prev svg,
#km-tsumitate202607 #step .step-content .swiper-button-next svg {
  display: none;
}
#km-tsumitate202607 #step .step-content .swiper-button-prev img,
#km-tsumitate202607 #step .step-content .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#km-tsumitate202607 #step .step-content .swiper-button-prev {
  left: 0;
}
#km-tsumitate202607 #step .step-content .swiper-button-next {
  right: 0;
}
#km-tsumitate202607 #step .step-content .swiper-button-next img {
  transform: scale(-1, 1);
}
#km-tsumitate202607 #step .step-content .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 10;
}
#km-tsumitate202607 #step .step-content .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e6e6e6;
  opacity: 1;
  margin: 0 calc(8 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #0ca26c;
}
#km-tsumitate202607 #step .step-content .swiper-button-disabled {
  display: none !important;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-wrap {
  position: relative;
  padding: 0 calc(28 / var(--base) * var(--current-width)) calc(36 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .tab-panel {
  display: none;
  padding: calc(32 / var(--base) * var(--current-width)) calc(12 / var(--base) * var(--current-width)) calc(40 / var(--base) * var(--current-width));
  background-color: white;
  border-radius: 0 0 calc(20 / var(--base) * var(--current-width)) calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .tab-panel.is-active {
  display: block;
}
#km-tsumitate202607 #step .step-content .tab-content .step-num {
  position: absolute;
  top: 0;
  left: calc(48 / var(--base) * var(--current-width));
  width: calc(96 / var(--base) * var(--current-width));
  height: calc(80 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner h3 {
  font-size: calc(44 / var(--base) * var(--current-width));
  font-weight: bold;
  line-height: 1.3636363636;
  text-align: center;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner h3 .color-accent {
  color: #0ca26c;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .text-wrap p {
  font-size: calc(28 / var(--base) * var(--current-width));
  font-weight: bold;
  text-align: center;
  line-height: 1.4285714286;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .text-wrap .marker {
  background: linear-gradient(to bottom, transparent 50%, #ffef69 50%, #ffef69 100%);
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .btn-wrap {
  text-align: center;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .notes li {
  font-size: calc(22 / var(--base) * var(--current-width));
  line-height: 1.3636363636;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .kerning {
  letter-spacing: -0.45em;
}
#km-tsumitate202607 #step .step-content .tab-content .slide-inner .kerning-m {
  letter-spacing: -0.2em;
}
#km-tsumitate202607 #step .step-content .tab-content .step-notes {
  font-size: calc(22 / var(--base) * var(--current-width));
  line-height: 1.3636363636;
  margin-top: calc(32 / var(--base) * var(--current-width));
  padding-inline: calc(22 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step-notes li {
  position: relative;
  padding-left: 1em;
}
#km-tsumitate202607 #step .step-content .tab-content .step-notes li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#km-tsumitate202607 #step .step-content .tab-content #tab01 h3 {
  margin-bottom: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content #tab01 .text-wrap {
  margin-bottom: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content #tab02 .text-wrap {
  margin-top: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content #tab03 {
  margin-bottom: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content #tab03 h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(7 / var(--base) * var(--current-width));
  line-height: 1.1363636364;
}
#km-tsumitate202607 #step .step-content .tab-content #tab03 h3 .text {
  font-size: calc(28 / var(--base) * var(--current-width));
  font-weight: bold;
}
#km-tsumitate202607 #step .step-content .tab-content #tab03 .text-wrap {
  margin-top: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content #tab03 .img-wrap img {
  width: calc(128 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-01 .img-wrap img {
  width: calc(128 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-01 .btn-wrap {
  margin-bottom: calc(30 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-02 {
  padding-top: calc(104 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-02 .img-wrap {
  margin-bottom: calc(40 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-02 .img-wrap img {
  width: calc(183 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-02 .btn-wrap {
  margin-bottom: calc(30 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-03 .text-wrap.first {
  margin-bottom: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step01-03 .img-wrap img {
  width: calc(158 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-01 .img-wrap img {
  width: calc(128 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-01 .btn-wrap {
  margin-top: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-01 .notes {
  margin-top: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 {
  padding: calc(36 / var(--base) * var(--current-width)) calc(10 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 h3 .line {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 h3 .img {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(40 / var(--base) * var(--current-width));
  margin-block: auto;
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 h3 .img img {
  width: 100%;
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 h3 .line-2 {
  margin-left: -0.5em;
}
#km-tsumitate202607 #step .step-content .tab-content .step02-02 .img-wrap img {
  width: calc(160 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-03 .img-wrap img {
  width: calc(128 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-04 .img-wrap img {
  width: calc(183 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-05 {
  padding-top: calc(104 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step02-05 .img-wrap img {
  width: calc(158 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-01 {
  padding-inline: calc(10 / var(--base) * var(--current-width));
  padding-top: calc(100 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-01 .text-wrap,
#km-tsumitate202607 #step .step-content .tab-content .step03-01 .btn-wrap {
  padding-inline: calc(26 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-01 .text-wrap {
  margin-bottom: calc(32 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-02 {
  padding-inline: calc(4 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-02 .text-wrap,
#km-tsumitate202607 #step .step-content .tab-content .step03-02 .notes {
  padding-inline: calc(26 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-02 .notes {
  margin-top: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-02 .img-wrap img {
  width: calc(128 / var(--base) * var(--current-width)) !important;
}
#km-tsumitate202607 #step .step-content .tab-content .step03-03 {
  padding-top: calc(100 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-03 .img-wrap img {
  width: calc(160 / var(--base) * var(--current-width)) !important;
}
#km-tsumitate202607 #step .step-content .tab-content .step03-04 .notes {
  margin-top: calc(24 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-04 .img-wrap img {
  width: calc(160 / var(--base) * var(--current-width)) !important;
}
#km-tsumitate202607 #step .step-content .tab-content .step03-05 {
  padding-top: calc(100 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .step-content .tab-content .step03-05 .img-wrap img {
  width: calc(310 / var(--base) * var(--current-width)) !important;
}
#km-tsumitate202607 #step .shintaku-notes {
  margin-top: calc(56 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #step .shintaku-notes .notes-title {
  background-color: #0ca26c;
}
#km-tsumitate202607 #step .shintaku-notes .notes-content li {
  padding-left: 1.2em;
}
#km-tsumitate202607 #step .shintaku-notes .notes-content li::before {
  top: 0.15em;
  width: 1em;
  height: 1em;
  border: solid 1px #333333;
}
#km-tsumitate202607 #step #disclaimer {
  font-size: calc(22 / var(--base) * var(--current-width));
  color: white;
  line-height: 1.3636;
  margin-top: calc(56 / var(--base) * var(--current-width));
}
#km-tsumitate202607 {
  /* ========================================
     ## Footer
  ======================================== */
}
#km-tsumitate202607 footer {
  text-align: center;
  padding-bottom: calc(204 / var(--base) * var(--current-width));
}
#km-tsumitate202607 footer p {
  font-size: calc(20 / var(--base) * var(--current-width));
  line-height: 1.6;
  color: white;
}
#km-tsumitate202607 {
  /* ========================================
     ## Floating
  ======================================== */
}
#km-tsumitate202607 #floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  max-width: 368px;
  width: 100%;
  margin-inline: auto;
  padding-block: calc(20 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #floating-cta .btn-cta {
  height: calc(104 / var(--base) * var(--current-width));
}
#km-tsumitate202607 #floating-cta .btn-cta .btn-text .main {
  font-size: calc(36 / var(--base) * var(--current-width));
}
#km-tsumitate202607 {
  /* ========================================
     ## Media Query
  ======================================== */
}
@media (max-width: 999px) {
  #km-tsumitate202607 #contents-pc .contents-left {
    display: none;
  }
}
@media (max-width: 767px) {
  #km-tsumitate202607 {
    /* --- # Utility -------------- */
  }
  #km-tsumitate202607 .device-pc {
    display: none !important;
  }
  #km-tsumitate202607 .device-sp {
    display: block !important;
  }
  #km-tsumitate202607 {
    /* ========================================
     ## Contents
    ======================================== */
  }
  #km-tsumitate202607 header {
    height: calc(124 / var(--base) * var(--current-width));
    border-bottom: none;
  }
  #km-tsumitate202607 header img {
    width: calc(346 / var(--base) * var(--current-width));
  }
  #km-tsumitate202607 .wrapper {
    height: auto;
  }
  #km-tsumitate202607 .main-contents {
    max-width: 100%;
    height: auto;
    padding-top: calc(124 / var(--base) * var(--current-width));
    overflow-y: visible;
  }
  #km-tsumitate202607 .inner {
    border-left: none;
    border-right: none;
  }
  #km-tsumitate202607 #step {
    scroll-margin-top: calc(124 / var(--base) * var(--current-width));
  }
  #km-tsumitate202607 #step .step-content .swiper-pagination .swiper-pagination-bullet {
    width: calc(16 / var(--base) * var(--current-width));
    height: auto;
    aspect-ratio: 1/1;
  }
  #km-tsumitate202607 {
    /* ========================================
     ## Contents PC
    ======================================== */
  }
  #km-tsumitate202607 #contents-pc {
    display: none !important;
  }
  #km-tsumitate202607 {
    /* ========================================
     ## Floating
    ======================================== */
  }
  #km-tsumitate202607 #floating-cta {
    max-width: 100%;
  }
}/*! 
 * OverlayScrollbars
 * Version: 2.16.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(calc(1 / 0.1));
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
/**
 * body element
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

/**
 * wrapper elements overflow:
 */
[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=host][data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

/**
 * viewport overflow:
 */
[data-overlayscrollbars-viewport] {
  --os-viewport-overflow-x: hidden;
  --os-viewport-overflow-y: hidden;
  overflow-x: var(--os-viewport-overflow-x);
  overflow-y: var(--os-viewport-overflow-y);
}

[data-overlayscrollbars-viewport~=overflowXVisible] {
  --os-viewport-overflow-x: visible;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  --os-viewport-overflow-x: hidden;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  --os-viewport-overflow-x: scroll;
}

[data-overlayscrollbars-viewport~=overflowYVisible] {
  --os-viewport-overflow-y: visible;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  --os-viewport-overflow-y: hidden;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  --os-viewport-overflow-y: scroll;
}

[data-overlayscrollbars-viewport~=overflowImportant] {
  overflow-x: var(--os-viewport-overflow-x) !important;
  overflow-y: var(--os-viewport-overflow-y) !important;
}

/**
 * viewport state modifiers:
 */
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > *:not(#osFakeId) {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=measuring],
[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowXVisible] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowYVisible] {
  overflow-y: hidden !important;
}

/**
 * content element:
 */
[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none !important;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport]),
[data-overlayscrollbars-viewport~=scrollbarHidden],
html[data-overlayscrollbars-viewport~=scrollbarHidden] > body {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar,
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,
html[data-overlayscrollbars-viewport~=scrollbarHidden] > body::-webkit-scrollbar,
html[data-overlayscrollbars-viewport~=scrollbarHidden] > body::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
          appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}